/*
 Theme Name:   Logistik Child
 Theme URI:    https://themeholy.com/wordpress/logistik/
 Description:  This is a child theme for Logistik - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeholy.com
 Template:     logistik
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  logistik-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
@import './css/animate.css';

:root {
    --main-container: 1240px;
    --four-color: rgb(7 132 127);
    --sec-title: 32px;
    --white-color: #fff;
}
/* ----- custom ----- */

/* border - none */
.mona-sec-about-us .achive-about-content .achive-about-wrapper .achive-about {
    border: none !important;
}

/* border-radius - 10px */
.themeholy-btn,
.mona-sec-services .service-box,
.mona-sec-services .service-box:before,
.mona-sec-portfolio .project-item .project-img,
.mona-sec-testimonial .slick-slider .slick-track .testi-card,
.mona-sec-pricing .about-counter .counter-item,
.mona-sec-header .main-menu ul li > ul.sub-menu,
.mona-sec-contact .request-form,
.mona-sec-blog .blog-card,
.mona-sec-contact .info-media_icon i,
.mona-sec-form-faq .mona-col-faq .elementor-widget-wrap,
.mona-sec-form-faq .mona-col-faq .elementor-widget-wrap .elementor-widget-container,
.mona-sec-form-faq .service-form,
.mona-sec-form-faq .accordion-area .accordion-card,
.mona-sec-services-page .service-box,
.mona-sec-services-page .service-box:before,
.mona-sec-contact-page .contact-form-wrapper {
    border-radius: 10px !important;
}

/* border radius input form */
.mona-sec-contact .wpcf7-form .wpcf7-form-control-wrap input,
.mona-sec-contact .wpcf7-form .wpcf7-form-control-wrap .form-select,
.mona-sec-contact .themeholy-btn.th-btn{
    border-radius: 100rem !important;
}

/* form - not-valid-tip */
.mona-sec-contact .wpcf7-not-valid-tip,
.mona-sec-form-faq .wpcf7-not-valid-tip{
    position: absolute;
    right: 40px;
    bottom: 0;
    font-size: 12px;
    line-height: 20px;
}

/* transition - 0.4s */
.mona-sec-header .header-layout8 .header-button .icon-btn.searchBoxToggler i,
.mona-sec-header .header-layout8 .header-button .icon-btn.sideMenuToggler i {
    transition: all 0.4s;
}

/* justify-conent center */
.justify-conent-center {
    justify-content: center !important;
}

/* sub-title */
.sub-title,
.mona-sec-banner .hero-subtitle {
    color: var(--white-color) !important;
    background-color: var(--theme-color);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.5;
}

/* loading */
.loading:before {
    content: '';
    position: absolute;
    background-image: url(../logistik/assets/img/loading.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    bottom: calc(50% - 14px);
    left: calc(50% - 14px);
    object-fit: cover;
    background-size: cover;
    animation: spin 1s infinite linear;
    opacity: 0;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* margin left right 0 */
.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* title */
.title-area .sec-title {
    font-size: var(--sec-title) !important;
    text-transform: uppercase;
}

/* sub-title img */
.sub-title img,
.hero-subtitle img{
    width: 18px !important;
}

/* color - title - 2 */
.text-theme-2 {
    color: var(--theme-color-2) !important;
}

/* button */
.themeholy-btn:hover .icon i, 
.themeholy-btn:focus .icon i {
    top: auto !important;
    right: auto !important;
}

/* header */
@media (max-width: 1599px) {
    .header-layout1 .header-links {
        margin-left: 0;
    }
}
.header-layout1 .header-links {
    margin-left: 0;
}
.mona-sec-header .header-layout8 .header-top {
    background-color: var(--theme-color);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #8b8b8b33;
}
.mona-sec-header .header-links li > i,
.mona-sec-header .header-links a:hover,
.mona-sec-header .header-right .header-social a:hover,
.mona-sec-header .header-layout8 .main-menu > ul > li > a:hover,
.mona-sec-header .main-menu ul.sub-menu li a:hover,
.mona-sec-header .main-menu ul.sub-menu li a:hover:before,
.mona-sec-header .header-layout8 .header-button .icon-btn.searchBoxToggler:hover i,
.mona-sec-header .header-layout8 .header-button .icon-btn.sideMenuToggler:hover i{
    color: var(--theme-color-2);
}
.main-menu .new-label, .th-mobile-menu .new-label {
    background-color: var(--theme-color-2);
}
.mona-sec-header .header-layout8 .menu-area {
    background: var(--theme-color);
    background-image: unset !important;
}
.mona-sec-header .main-menu ul li.menu-item-has-children > a:after {
    transition: unset;
}
.mona-sec-header .header-logo img {
    height: 64px;
}
@media (min-width: 1400px) {
    .mona-sec-header .th-container {
        --main-container: 1240px;
    }
}
.mona-sec-header .popup-search-box form input {
    border: 2px solid var(--theme-color-2);
}

/* footer */
.mona-footer-media img {
    height: 15px !important; 
    margin-bottom: 3px; 
    padding-left: 5px;
}
.mona-sec-footer-top .footer-icon-wrapper .footer-info .footer-icon i {
    border: 1px dashed var(--white-color);
    border-radius: 100rem;
    padding: 16px;
    font-size: 24px;
    color: var(--theme-color-2);
}
.mona-sec-footer-top .footer-icon-wrapper .footer-info_link {
    color: var(--white-color);
}
.mona-sec-footer-top .footer-icon-wrapper p.footer-info_link:hover a {
    color: unset;
}
.mona-sec-footer-top .footer-icon-wrapper .footer-info_link a:hover,
.mona-sec-footer-main .info-box_link:hover,
.mona-sec-footer-main .footer-widget.widget_nav_menu a:hover,
.mona-sec-footer-main .footer-widget.widget_nav_menu a:hover:before{
    color: var(--theme-color-2);
}
.mona-sec-footer-main .themeholy-social a {
    background-color: var(--theme-color-2);
    color: var(--white-color);
    border: var(--theme-color-2);
}
.mona-sec-footer-main .about-logo img {
    max-width: 80%;
}
.mona-sec-footer-main .themeholy-widget-about .about-text {
    color: #fff;
}
.mona-sec-footer-main .footer-widget .widget_title:before {
    background-color: var(--theme-color-2);
}
.elementor-widget-text-editor .elementor-widget-container > * {
    color: inherit;
    line-height: inherit;
}
.elementor-social-icon svg {
    color: var(--e-social-icon-icon-color);
}
.m-socials .elementor-icon {
    display: flex;
}

/* giới thiệu - home */
.mona-sec-about-us .achive-about-content {
    background: var(--white-color);
    border-radius: 10px 10px 10px 50px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.achive-about-content .achive-about-wrapper .achive-about:first-child {
    border-radius: 0 0 10px 10px;
}
.mona-sec-about-us .about-counter-wrapp  {
    padding: 32px 16px;
}
.mona-sec-about-us .about-counter-wrapp .counter-card_number {
    margin-bottom: 16px;
}
.about-counter-wrapp .counter-card_text {
    
}

/* banner - home */
.mona-sec-banner .hero-video-image .hero-video-icon .play-btn:hover > i {
    background: var(--theme-color-2);
}
.mona-sec-banner .sec-shape2 img {
    height: 133px;
}

/* dịch vụ - home */
.mona-sec-services .service-box:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
}

/* cam kết - home */
.mona-sec-commit .about-counter1 .counter-text {
    max-width: 100%;
}

/* quyền lợi - home */
.mona-sec-benefits .feature-grid{
    padding: 30px 33px 26px 33px;
    background-color: #167C921A;
    border-style: dashed !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--four-color) !important;
    border-radius: 20px 20px 20px 20px;
    column-gap: 17px;
    backdrop-filter: blur(20px);
}
.mona-sec-benefits .feature-grid.style4:hover .feature-grid_icon img {
    filter: unset;
}

/* biểu phí dịch vụ - home */
.mona-sec-pricing .achieve-about-wrapper.style3:before {
    height: calc(100% - 91px);
}

/* blog - home */
.mona-sec-blog .blog-card .blog-img{
    border-radius: 10px 10px 0 0;
}
.mona-sec-blog .blog-card .blog-meta {
    border-radius: 100rem;
    display: none;
}
.mona-sec-blog .blog-card .blog-card_wrapper,
.mona-sec-blog .blog-card .blog-card_date{
    border-radius: 3px;
}
.mona-sec-blog .blog-card .blog-title {
    font-size: 18px;
    line-height: 1.4;
    min-height: 3.8em;
}
.mona-sec-blog .blog-card-content {
    padding: 20px 40px 25px 40px;
}

/* liên hệ - home */
.mona-sec-contact .info-media {
    max-width: 500px;
}
.mona-sec-contact .wpcf7-form .themeholy-btn.th-btn {
    width: auto;
}
.mona-sec-contact .wpcf7-form.submitting  .themeholy-btn.th-btn {
    pointer-events: none;
    opacity: 0.75;
}
.mona-sec-contact .wpcf7-form.submitting .themeholy-btn.th-btn .loading:before {
    opacity: 1;
}

/* about us - page */
.mona-sec-about-page .img-box5 .about-counter-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 55px;
    max-width: 260px;
    width: 260px;
}
.mona-sec-about-page .achive-about-list .checklist {
    border: none;
}
.mona-sec-about-page .img-box5 .img7 .about-image {
    max-width: 360px;
    height: 474px;
}
.mona-sec-about-page .img-box5 .img7 .about-image .about-video {
    top: 36%;
    left: 36%;
}
.mona-sec-target-about .achieve-about {
    max-width: 100%;
}
.mona-sec-target-about .achieve-about_text {
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.achieve-about_icon {
    background-color: var(--theme-color);
}
.mona-sec-form-faq .accordion-area {
    max-width: 100%;
}
.mona-sec-form-faq .themeholy-btn.btn-fw {
    border-radius: 0 !important;
}
.mona-sec-form-faq .wpcf7 form.invalid .wpcf7-response-output {
    color: var(--white-color);
}
.mona-sec-form-faq .wpcf7-form.submitting  .themeholy-btn.th-btn {
    pointer-events: none;
    opacity: 0.75;
}
.mona-sec-form-faq .wpcf7-form.submitting .themeholy-btn.th-btn .loading:before {
    opacity: 1;
}

/* services */
.mona-sec-about-services .img-box4 {
    margin-left: 0;
}
.mona-sec-services-page .service-box {
    border: none;
}

/* blog posts */
.blog-img img {
    width: 100%;
}
.hthemeholy-post-thumbnail .blog-meta .fa-tag {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 500;
}
.blog .post, .archive .post {
    margin-bottom: 1.5rem;
    margin-right: 0;
}
.blog .blog-text, .archive .blog-text {
    margin-bottom: 20px;
}
.blog .blog-title, .archive .blog-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog .blog-content, .archive .blog-content {
    padding: 20px;
}
.blog .blog-content .themeholy-btn, .archive .blog-content .themeholy-btn {
    padding: 10px 20px;
}
.blog .blog-meta a, .archive .blog-meta a {
    font-size: 14px;
}
.blog .blog-img, .archive .blog-img, .blog-card .blog-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-color: #fff;
    border: 1px solid var(--smoke-color);
}
.blog .blog-img img, .archive .blog-img img, .blog-card .blog-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: .3s linear;
}
.blog .post:hover img, .archive .post:hover img {
    transform: scale(1.1);
}
.comment-form .fa-pencil-alt {
    font-family: Font Awesome\ 6 Pro;
}

/* contact */
.mona-sec-contact-page .contact-form-wrapper .themeholy-btn {
    border-radius: 0 !important;
}

/* canvas */
.themeholy-widget-about .about-text {
    color: #1D1D1D;
}

/* mobile */
@media (max-width: 767px) {
    :root {
        --sec-title: 26px;
    }
    
    /* header */
    .mona-sec-header .header-logo img {
        max-height: 50px;
        max-width: 100%;
    }
    
    /* footer */
    .mona-footer-media {
        font-size: 13px;
    }
    .mona-footer-media img {
        height: 12px !important;
        margin-bottom: 2px;
    }
    
    /* about - home */
    .mona-sec-about-us .img5 {
        width: 100%;
    }
    .mona-sec-about-us .about-counter-wrapp {
        left: 40px;
    }
    .mona-sec-about-us .achive-about-content {
        border-radius: 10px !important;
        padding: 0 30px 30px;
    }
    .mona-sec-about-us .btn-group {
        justify-content: center;
    }
    .mona-sec-about-us .img-box1 {
        margin-bottom: 0;
    }
    
    /* cam kết - home */
    .mona-sec-commit .about-counter1 .counter-title {
        display: flex;
        align-items: center;
    }
    
    /* biểu phí dịch vụ - home */
    .mona-sec-pricing .achieve-about-wrapper.style3:before {
        height: calc(100% - 120px);
    }
    
    /* about - page */
    .mona-sec-about-page .img-box5 .img7 .about-image {
        height: unset;
    }
    .mona-sec-about-page .img-box5 .img7 .about-image .about-video  {
        top: 50%;
    }
    
    /* tiêu chí - about */
    .mona-sec-criteria .feature-grid-wrap {
        flex-direction: column;
    }
    
    /* hidden */
    .mona-sec-banner .sec-shape2,
    .mona-sec-banner .col-lg-4 .themeholy-hero-img,
    .mona-sec-about-us .img6,
    .mona-sec-about-page .img-box5 .shape4{
        display: none !important;
    }
}

/* hidden */
.hero-indicator-area.style2,
.mona-sec-benefits .feature-grid:before,
.mona-sec-about-page .img-box5 .about-counter-5:before,
.mona-sec-header .popup-search-box form button{
    display: none !important;
}
/* ----- end custom ----- */

/* ----- custom scrollbar ----- */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
	background-color: var(--theme-color);	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/*css nhãn sản phẩm*/
.product-info-table {
    display: table;
    width: 100%;
    border-spacing: 0 0px; 
    padding: 15px 0;
}

.product-info-row {
    display: table-row;
}

.product-info-row .info-column {
    display: table-cell;
    padding: 5px 0px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.product-info-row .name-column {
    width: 40%; 
    font-weight: bold;
    text-align: left;
}

.product-info-row .label-column {
    width: 60%;
    text-align: left;
}

.product-info-row p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.product-info-row:last-child .info-column {
    border-bottom: none; 
}
/**/
.policy-product {
    background-color: #fbfffa; 
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(51 182 0);
}

.policy-product .policy-content {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}

.policy-product .policy-content span.icon {
    color: #2e8b57; 
    margin-right: 10px;
}


.mona-product-group-summary .mona-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    
}
@media (max-width: 769px) {
    .mona-product-group-summary .mona-group {
        justify-content: center !important;
    }
}

.mona-product-group-summary .mona-item {
    max-width: 100px;
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
    margin-bottom: 12px;
    border: 1px solid #8b8b8b33;
    border-radius: 5px;
    display: grid;
    gap: 5px;
}
.mona-product-group-summary {
    padding: 15px 0;
}
.themeholy-product .actions .cart-button{
    display: none;
    padding: 15px 0;
}
.themeholy-product .btn-contact {
    margin-top: 15px;
}
.button-container {
    display: flex;
    gap: 15px;
    padding: 15px 0;
}
.btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 60px;
    border: 1px solid #b21b27;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}
.btn-contact {
    color: #b21b27;
    background-color: white;
}
.btn-contact:hover {
    background-color: #b21b27;
    color: white;
    
}
.btn-zalo {
    color: #0078FF;
    border-color: #0078FF;
    background-color: white;
}
.btn-zalo:hover {
    background-color: #0078FF;
    color: white;
}
.button-container .btn {
    flex: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product .product-about form.cart,.product .product-about .product_meta,.product .product-about .product-price, .product-description{
    display: none;
}
 a.active:before{
    background-color: var(--theme-color-2) !important;
 }
 a.active:hover{
    background-color: var(--theme-color) !important;
 }
 .product-about .product-rating, p.stock-product{
    margin-bottom: 0px;
 }
 .product-big-img .img{
    border-radius: 10px;
    border: 1px solid #8b8b8b33;
    background-color: #fff;
 }
 .product-thumb .img img, .product-big-img .img img {

    border-radius: 10px;
    padding: 20px;
 
}
.themeholy-product-box {
   
    border-radius: 10px;
    border: 1px solid #8b8b8b33;
    padding-bottom: 20px;
}
.themeholy-sort-bar {
    padding-bottom: 30px;
}
.themeholy-sort-bar .col-md p{
    margin: 0;
}
.themeholy-product .product-img:before{
    --space: 0px !important;
}
.themeholy-product .actions .icon-btn {

    line-height: 37px !important;
 
    border-radius: 100%;
}
.themeholy-product .product-tag {
    border-radius: 5px;
}
.themeholy-product .product-img {
    margin: 0;
}
.themeholy-product .product-content{
    padding: 15px 5px;
}
.themeholy-product .product-content .product-title{
    line-height: 1.6rem;
}
.sub-title {
    margin-bottom: 30px;
}
p.stock-product {
    padding-bottom: 20px;
}
.themeholy-product .product-title {
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-weight: 600;
}
.themeholy-product .price {
    display: block;
    color: var(--theme-color);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: -0.4em;
}
.themeholy-product .price del {
    margin-left: 5px;
    color: #a9a9a9;
    font-size: 15px;
    font-weight: 400;
}
.header-layout8 .header-button .icon-btn i {
    color: #000;
 
}
.themeholy-menu-wrapper .mobile-logo {

    display: block;
    text-align: center;
    background-color: #fff;
    padding: 20px 15px;
    border-bottom: 2px solid #b21b27;
}
.themeholy-menu-wrapper .mobile-logo img{
    max-width: 80%;
}
.themeholy-menu-toggle {
    width: 45px;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
}
.widget_title {
    line-height: 1.3em;
}
.service-box.style4:before {
    border: 1px solid #8b8b8b33;
}
.star-rating span:before {
    color: rgb(238 178 62);
}
#woosq-popup .product_meta {
    display: none;
}
.sec-shape2 {
    position: absolute;
    bottom: -10px;
    left: 66%;
    width: 100%;
    z-index: 3;
}
@media (max-width: 576px) {
    .col-sm-6 {
        width: 50%;
    }
}
.blog-content p{
    color: #000;
}
@media (max-width: 450px) {
    .mona-product-group-summary .mona-item {
        max-width: 92px;
    }
}
.img-box8 {
    position: relative; /* Mặc định */
    transition: all 0.3s ease; /* Hiệu ứng mượt mà */
}
.img-box8.sticky {
    position: fixed;
    top: 20px; /* Khoảng cách từ đỉnh trang */
}
/*  */
.themeholy-product-wrapper div#tab-grid .col-xl-3.mona-left-sidebar {
    width: 100%;
}

.themeholy-product-wrapper .shop-grid-area.col-xl-9 {
    width: 100%;
}

.themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories {
    background: transparent;
    padding: 0;
}

.themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories ul.product-categories {
    background: var(--smoke-color);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    border-radius: 8px;
}

.themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories ul.product-categories li a {
    border: 1px solid #d7d7d7;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 14px;
}

.themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories h2.widget_title {
    width: fit-content;
}

.themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories ul.product-categories li a:hover ,
.themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories ul.product-categories li.current-cat a{
    background: #B21B27 !important;
    color: #fff;
}
@media screen and (max-width:767px){
    .themeholy-product-wrapper .mona-left-sidebar .widget.woocommerce.widget_product_categories ul.product-categories li a {
        font-size: 12px;
    }
}

/* archive */
.filter-item .search-form {
	display: flex;
	margin-top: .5rem;
}
.filter-item .search-form input[type='search'] {
    flex: 1;
}
.filter-item .search-form button[type='submit'] {
    color: #fff;
    width: 55px;
    border: none;
    background-color: var(--theme-color);
}

/* nhân viên hỗ trợ */
.product_consultants {
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 0 50px -20px rgb(0 0 0 / 10%); */
    background: #f7f7f7;
}
.product_consultants .pc_title {
    padding: 10px;
    background: var(--theme-color);
}
.product_consultants .pc_title p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.product_consultants .pc_list {
    --col: 4;
    --gap: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    padding: var(--gap);
}
.product_consultants .pc_item {
    width: calc(100% / var(--col) - var(--gap)*(var(--col) - 1)/var(--col));
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
    transition: .3s;
    position: relative;
}
.product_consultants .pc_item:hover {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 0 40px -10px #ddd;
    transform: translateY(-5px);
}
.product_consultants .pc_item_name {
    color: #000;
    font-weight: 500;
    transition: .3s;
}
.product_consultants .pc_item:hover .pc_item_name {
    color: var(--theme-color);
    font-weight: 700;
}
.product_consultants .pc_item_phone {
    font-weight: 700;
    color: var(--theme-color-2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.product_consultants .pc_item_phone a {
    /* fix iphone */
    color: inherit; 
}
.product_consultants i {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
    animation: ring 1s infinite ease-in-out;
}
.product_consultants .pc_item_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .product_consultants {
        margin: 0;
    }
    .product_consultants .pc_list {
        --col: 2;
        --gap: 10px;
    }
    .product_consultants .pc_item {
        padding: 10px;
    }
}

.mona-product-group-summary .mona-item {
    width: calc(50% - 5px);
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}
.mona-product-group-summary .mona-item a {
    color: #333;
    font-weight: 700;
    padding: 10px;
    text-wrap: balance;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mona-product-group-summary .mona-item a:hover {
    color: var(--theme-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mona-product-group-summary{
    margin-bottom:20px;
}

body.archive.woocommerce-page section.themeholy-product-wrapper {
    padding-top: 30px;
}
body.single-product .breadcumb-wrapper {
    padding: 30px 0 10px;
    background: transparent;
}
body.single-product .themeholy-product-wrapper {
    padding-top: 50px;
}
body.single-product .breadcumb-menu {
    -webkit-clip-path: unset;
    clip-path: unset;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 5px 25px 7px;
    margin: 0;
}
body.single-product .breadcumb-menu li {
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}
body.single-product .breadcumb-menu li::after {
    color: #999;
    font-size: 9px;
    top: -1px;
}
body.single-product .breadcumb-menu li:last-child {
    font-weight: 600;
    color: var(--theme-color-2);
}
body.single-product .breadcumb-menu a {
    font-size: inherit;
    color: inherit;
}
body.single-product .breadcumb-menu a:hover {
    color: var(--theme-color-2);
}
body.single-product .product-title {
    font-size: 30px;
    line-height: 1.3;
    text-wrap: pretty;
    margin-top: 0;
}
body.single-product .woocommerce-product-gallery {
    position: sticky;
    top: 100px;
}
body.single-product .slick-list {
    margin: 0 -4px;
}
body.single-product .slick-slide {
    padding: 1px 5px 0;
}
body.single-product .wpgs_image,
body.single-product .thumbnail_image {
    width: 100%;
    padding-top: calc(70% - 1px) !important;
    position: relative;
    box-shadow: 0 0 0 1px #8b8b8b33 inset;
    border-radius: 5px;
}
body.single-product .wpgs_image img,
body.single-product .thumbnail_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1px;
    border-radius: inherit;
}
body.single-product .thumbnail_image {
    margin: 0;
    padding-top: 70% !important;
    border: none !important;
}
body.single-product .thumbnail_image img {
    object-fit: cover;
}
body.single-product .thumbnail_image::before {
    content: unset;
}
body.single-product .slick-current .thumbnail_image {
    box-shadow: 0 0 0 1px var(--theme-color) inset;
}
body.single-product .wpgs-thumb .slick-arrow {
    display: none !important;
}
body.single-product .wpgs-wrapper .slick-arrow::before {
    font-size: 14px;
}
body.single-product .wpgs-wrapper .slick-prev, 
body.single-product .wpgs-wrapper .slick-next {
    --pos-x: 10px;
    background: var(--theme-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
body.single-product .wpgs-wrapper .slick-next {
    right: 0;
    margin-right: var(--pos-x);
}
body.single-product .wpgs-wrapper .slick-prev {
    margin-left: var(--pos-x);
}

.themeholy-product.themeholy-product-box {
    padding-bottom: 70px;
    position: relative;
}
.themeholy-product.themeholy-product-box a.btn.btn-contact {
    position: absolute;
    bottom: 20px; 
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
}

/* blog sidebar */
.widget .recent-post .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .blog .post, .archive .post {
        display: flex;
    }
    .blog .blog-img, .archive .blog-img {
        width: 40%;
        padding-top: 29.2%;
    }
    .blog .blog-content, .archive .blog-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    body.single-product .breadcumb-wrapper {
        padding-top: 0;
    }
    body.single-product .breadcumb-wrapper .container {
        max-width: 100%;
        padding: 0;
    }
    body.single-product .breadcumb-content {
        overflow-x: auto;
        background-color: #f7f7f7;
    }
    body.single-product .breadcumb-menu {
        width: max-content;
        max-width: unset;
        border-radius: 0;
        padding: 10px 15px;
        display: flex;
    }
    body.single-product .themeholy-product-wrapper {
        padding-top: 0;
    }
    body.single-product .product-title {
        font-size: 20px;
        line-height: 1.4;
    }
}
@media only screen and (max-width:767px){
    .themeholy-product.themeholy-product-box a.btn.btn-contact {
        padding: 10px 40px;
    }
    .mona-product-group-summary .mona-item{
        font-size: 12px;
    }
}