.pv-h1-title-green {
    color: var(--vg-primary-green);
    font-size: 2rem;
    text-transform: uppercase;
}

.pv-h2-title-green {
    color: var(--vg-primary-green);
    font-size: 1.75rem;
    text-transform: uppercase;
}

.pv-title-green {
    color: var(--heading-color);
}

.prodt_brand_div .pv-prodt_brand_muted {
    color: #707882;
}

.review-click-scroll {
    font-size: 0.7rem;
}

.button-add-to-cart {
    background-color: var(--vg-red);
    border: 1px solid var(--vg-red);
    color: #ffffff;
    height: 42px;
    border-radius: 15px;
}

.product-extra-link2 a {
    background: #F2F7FF;
    /* border: 1px solid #f1f1f1; */
    border-radius: 50%;
    height: 45px;
    line-height: 50px;
    text-align: center;
    width: 45px;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.5s ease-out 0s;
}

.title-detail{
    font-family: "Poppins" !important;
    font-size: 1.5rem !important;
}
.current-price{
    font-size: 2rem !important;
    font-weight: 400 !important;
}
.old-price{
    font-size: 1.5rem !important;
}
.product-detail-rating{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.product-price{

    margin-top: 0px !important;
    margin-bottom: 10px !important;

}



.pv-open_attribute_modal_btn {
    background-color: var(--vg-primary-green) !important;
    border: 1px solid var(--vg-primary-green) !important;
    color: #7EFC8F !important;
    padding: 5px 12px 5px !important;
    border-radius: 25px !important;
    font-size: 22px;
    font-weight: 500;
}

.upsell-select option {
    color: #000000;
}

.upsell-select {
    background-color: #fff;
    border: 1px solid #035C56;
    color: #035C56;
    padding: 5px 12px 5px;
    border-radius: 25px;
}

.pv-var-attr-btn{
    background-color: var(--vg-primary-green) !important;
    border: 1px solid var(--vg-primary-green) !important;
    color: #7EFC8F !important;
    padding: 5px 12px 5px !important;
    border-radius: 25px !important;
}

.pv-var-attr-btn.selected{
    border: 1px solid var(--kt-success);
    background-color: var(--kt-success-light);
    color: var(--kt-success);
}

.pv-qty_input{
    width: 40px;
    height: 42px;
    border-radius: 0;
    text-align: center;
    background: var(--bs-body-bg);
    border: 1px solid #F2F7FF;
}

.pv-qty_input-sticky {
    width: 54px !important;
}

.qty-btn-container{
    width: 30px;
    height: 42px;
    text-align: center;
    border: 1px solid #29a56c;
}

.qty-btn-container.qty-down {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: #F2F7FF;
    background: var(--bs-body-bg);
}

.qty-btn-container.qty-up, .qty-btn-container.qty-cart-up {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: #F2F7FF;
    background: var(--bs-body-bg);
}

.qty-btn-container.sticky_qty-down, .qty-btn-container.qty-cart-down {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: #F2F7FF;
    background: var(--bs-body-bg);
}

.qty-btn-container.sticky_qty-up {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: #F2F7FF;
    background: var(--bs-body-bg);
}

.vg-light-blue {
    border: 1px solid var(--bs-body-bg);
}

.vg--secondary-light-blue {
    border: 1px solid #D6E6FF;
}

@media only screen and (max-width: 768px) {
    .detail-info-child-desktop {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .detail-info-child-mobile {
        display: none;
    }
}


@media only screen and (min-width: 1025px) {
    .prodt-swiper-slide {
        width: 14vw;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .prodt-swiper-slide {
        width: 45vw;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .prodt_view-summary_container {
        display: block;
    }
    .prodt_view-bought_togather_container {
       background-color: #F2F7FF;
       border-radius: 15px;
       height: 420px;
    }

}

@media only screen and (min-width: 769px) {
    .prodt_view-summary_container {
        display: flex;
    }
    .prodt_view-bought_togather_container {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
        background-color: #F2F7FF;
        border-radius: 15px;
        height: 420px;
    }
}


.product-general-desc ~ .text-danger{
    color: #dc3545;
}
/*.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}*/
.get-it-tommorow-counter{
    color: #dc3545;
    font-size:0.65rem;
}

.pv-related_products_container{
    width: 180px;

}
.old-price-small{
    font-size: 0.9rem !important;
}
.product-name-related{
    color: black !important;
}
.product-cart-wrap{
    border-radius: 15px;
}
.product-cart-wrap .product-badges span{
    border-radius: 8px 0 10px 0;
}
.pv-var-attr-btn-selected{
    background-color: #035C56;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 50px 5px;
    border-radius: 25px;
}
.pv-fixed_bundle_item_image{
    height: 40px;
    width: 40px;
}

/*.detail-gallery{
     height: 100%;
    width: 100%;
}
.pv-img{
    height: 250px;
    width: auto;
    object-fit: contain;
    object-position: center;
}*/

/*
.pv-img{
    pointer-events: none;
    max-height: 380;
}
.detail-gallery{
        max-height: 380;
        max-width: 380;
}*/

   .breadcrumb-fv {
        font-size: 18px;
           padding: 10px;
   }

@media only screen and (max-width: 600px) {
    
   .breadcrumb-fv {
    font-size: 16px;
    max-width: 95vw;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 10px;
} 
    
.title-detail.pv-prodt_name{
    font-size: 1.1rem !important;
}
.current-price {
 font-size: 1.1rem !important;
}
.old-price{
 font-size: 1.1rem !important;  
}

}
.pv-badges-container{
    padding: 8px;
        font-size: 18px;
}


.pv-main-tabs{
        word-break: keep-all;
    white-space: nowrap;
}

@media only screen and (max-width: 600px) {
    #faq_main_tab-head {
        font-size: 5vw !important;
    }
}




/* ---------- DISABLED PRODUCTS :: ALTERNATIVE OPTION :: START --------  */



.notice-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffeaea;
    border-radius: 12px;
    padding: 20px 30px;
    font-family: Arial, sans-serif;
    color: #333;
  }


  @media only screen and (max-width: 767px) {
    .notice-box {
        display: flex;
        flex-direction: column;
      }
    
  }


  
  .notice-content {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  @media only screen and (max-width: 767px) {
    .notice-content {
        display: flex;
        flex-direction: column;
    }
    
  }
  
  .notice-icon {
    background-color: #ff4d4d;
    color: white;
    font-size: 22px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .notice-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .notice-desc {
    font-size: 14px;
    color: #555;
  }
  
  .notice-timer {
    text-align: right;
  }
  
  .timer-label {
    font-size: 13px;
    color: #ff4d00;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .timer-countdown {
    display: flex;
    gap: 10px;
  }
  
  .time-block {
    background-color: #fff3f3;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
  }
  
  .time-block span {
    font-weight: bold;
    color: #ff6600;
    font-size: 16px;
    display: block;
  }
  
  .time-block small {
    font-size: 12px;
    color: #ff6600;
  }



/* ---------- DISABLED PRODUCTS :: ALTERNATIVE OPTION :: START --------  */



/* .prodt-replace-ban-wrap {
    border-radius: 18px !important;
} */

.prodt-replace-ban-wrap .prodt-replace-content-wrap {
    padding: 0 !important;
}

.prodt-replace-content-wrap .product-price {
    margin: 0 !important;
}

.prodt-replace-content-wrap .prodt-replace-contnet-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.prodt-replace-ban-wrap {
    border: 0px;
}

.prodt-replace-ban-wrap .prodt-replace-img-action-wrap {
    position: relative;
    /* background-color: #f7f7f7; */
    overflow: hidden;
    height: 244px;
    /* padding: 16px; */
    border: 2px solid #503bb7;
    border-radius: 1rem;
}

@media (max-width: 768px) {
    .prodt-replace-ban-wrap {
        max-height: 392px  !important;
    }
}

@media (min-width: 769px) {
    .prodt-replace-ban-wrap {
        border-radius: 5px;
        height: 392px !important;
    }
}


@media (max-width: 768px) {
    .prodt-replace-prodt_name_list {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 58px;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
}


@media (min-width: 768px) {
    .prodt-replace-prodt_name_list {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 62px;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
}


@media (min-width: 768px) {
    .product-rate-cover-alternate-option {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .product-rate-cover-alternate-option {
        text-align: left;
        display: flex;
    }
}





.prodt-replace-content-old-price-listing {
   
    display: flex;
    justify-content: flex-end;
    text-decoration: line-through;
    color: #B6B6B6 ;
    font-size: 0.9rem;
    font-weight: 500;
    min-height: 24px;

}

.prodt-replace-content-avg-review {
    color: #B6B6B6 ;
    font-size: 0.9rem;
    font-weight: 500;
}


.prodt-replace-ban-wrap:hover {
    -webkit-box-shadow: 0 !important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0) !important;
    border: 0 !important;
  }


  @media (min-width: 768px) {
    .prodt-slider-alternative-section {
        display: flex;
    }

    .prodt-slider-alternative-section .alternative-options-section {
        margin-left: 1.5rem !important;
    }
}

  @media (max-width: 767px) {
    .prodt-slider-alternative-section {
        display: flex;
        flex-direction: column;
    }

    .prodt-slider-alternative-section .alternative-options-section {
        margin-left: 0 !important;
        margin-top: 1rem;
    }
}


@media (max-width: 768px) {
    .prodt-replace-img-action-wrap .product-img img {
        height: 193px;
    }
}


.pv-var-att-is-invalid {
    border: 1px solid #dc3545;
    color: #dc3545;
}



        @media (max-width: 767px) {
            .pv-shipm-shipping-methods {
                /* display: grid;
                grid-template-columns: repeat(1, 1fr); */
            }
        }

        @media (min-width: 768px) {
            .pv-shipm-shipping-methods {
                /* display: grid;
                grid-template-columns: repeat(2, 1fr); */
            }
        }


        .detail-gallery .product-image-slider button.slick-next {
            position: absolute;
            background-color: var(--bs-body-bg) !important;
            right: 0px;
            transform: translateY(100px);
            background: white;
            border: none;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .detail-gallery .product-image-slider button.slick-prev {
            position: absolute;
            background-color: var(--bs-body-bg) !important;
            left: 90%;
            transform: translateY(100px);
            background: white;
            border: none;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .detail-gallery .product-image-slider button.slick-prev span, .detail-gallery .product-image-slider button.slick-next span {
                font-size: 42px;
                color: #035C56;
                font-weight: 100;
                line-height: 1;
                user-select: none;
        }

        .detail-gallery .product-image-slider button.slick-prev::before {
            color: #D6E6FF;
            content : '';
        }

        .detail-gallery .product-image-slider button.slick-next::before {
            color: #D6E6FF;
            content : '';
        }

        
        .slick-prev, .slick-next {
            z-index: 10 !important;
        }







        
        .spec-row {
            /* display: grid;
            grid-template-columns: 200px 1fr; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid #D6E6FF;
            /* align-items: flex-start;  */
        }


        .spec-label {
            flex: 1;
        }

        .spec-value {
            flex: 1;
            font-size: 14px;
            font-weight: 500;
            text-align: right;       
            /* word-wrap: break-word;   */
            overflow-wrap: break-word;
        }


        .prodt-specific-desc-section, .prodt-faq-review-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            padding-top: 30px;
        }

        @media (max-width: 768px) {
            .prodt-specific-desc-section {
                grid-template-columns: 1fr;
            }
        }


         @media (max-width: 991px) {
            .prodt-faq-review-section {
                display: block;
            } 
        }


        .shipping-accordion-item {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        }

        .shipping-accordion-header {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        }

        .shipping-accordion-content {
        display: none;
        padding: 15px;
        }

        .shipping-accordion-input:checked ~ .shipping-accordion-content {
        display: block;
        }



        










        
        /* Accordion Styles */
        .shipm-accordion-item {
            border-bottom: 1px solid #D6E6FF;
        }

        .shipm-accordion-item:last-child {
            border-bottom: none;
        }

        .shipm-accordion-input {
            display: none;
        }

        .shipm-accordion-header {
            display: flex;
            align-items: center;
            padding: 4px 0;
            cursor: pointer;
            user-select: none;
        }

        /* .shipm-accordion-icon {
            width: 40px;
            height: 40px;
            background: #dc3545;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .shipm-accordion-icon svg {
            width: 24px;
            height: 24px;
            fill: white;
        } */

        .shipm-accordion-title {
            flex: 1;
            color: #333;
            font-size: 15px;
            font-weight: 500;
        }

        .shipm-accordion-toggle {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .shipm-accordion-toggle::before {
            content: '+';
            font-size: 24px;
            color: #666;
            font-weight: 300;
        }

        .shipm-accordion-input:checked + .shipm-accordion-header .shipm-accordion-toggle {
            transform: rotate(45deg);
        }

        .shipm-accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .shipm-accordion-input:checked ~ .shipm-accordion-content {
            max-height: 500px;
        }

        .shipm-accordion-body {
            padding: 0 0 0 37px;
        }

        .shipm-delivery-item {
            display: flex;
            align-items: center;
            padding: 0 0 10px;
        }








        /* ------------------ PRODUCT VIEW :: FAQ ACCORDATION :: START -----------------  */




        .prodt-faq-accordion {
            max-width: 800px;
            margin: 0 auto;
            /* background: #fff; */
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .prodt-faq-item {
            border-bottom: 1px solid #e0e0e0;
        }

        .prodt-faq-item:last-child {
            border-bottom: none;
        }

        .prodt-faq-header {
            margin: 0;
        }

        /* Hide the checkbox */
        .prodt-faq-checkbox {
            display: none;
        }

        .prodt-faq-button {
            width: 100%;
            padding: 20px 24px;
            /* background: #FFF; */
            border: none;
            text-align: left;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
            position: relative;
        }

        .prodt-faq-button:hover {
            background-color: #f8f8f8;
        }

        .prodt-faq-button::after {
            content: '+';
            font-size: 24px;
            font-weight: 300;
            color: #666;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 16px;
        }

        /* When checkbox is checked */
        .prodt-faq-checkbox:checked + .prodt-faq-header .prodt-faq-button {
            background-color: #f8f8f8;
        }

        .prodt-faq-checkbox:checked + .prodt-faq-header .prodt-faq-button::after {
            content: '−';
            transform: rotate(180deg);
        }

        .prodt-faq-collapse {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 24px;
        }

        .prodt-faq-checkbox:checked ~ .prodt-faq-collapse {
            max-height: 500px;
            padding: 0 24px 20px 24px;
        }

        .prodt-faq-body {
            color: #555;
        }

        .prodt-faq-body p {
            margin-bottom: 12px;
        }

        .prodt-faq-body p:last-child {
            margin-bottom: 0;
        }

        .prodt-faq-body span {
            font-size: 15px;
        }

        @media (max-width: 600px) {

            .prodt-faq-button {
                padding: 16px 20px;
                font-size: 15px;
            }

            .prodt-faq-checkbox:checked ~ .prodt-faq-collapse {
                padding: 0 20px 16px 20px;
            }
        }




        /* ------------------ PRODUCT VIEW :: FAQ ACCORDATION :: END -----------------  */



        


        /* ------------------ PRODUCT VIEW :: BANNER IMAGE :: START -----------------  */



        .slider-wrapper {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }

        .slider-container {
            position: relative;
            background: white;
        }

    

        .pv-details-badge-group {
            position: absolute;
            display: flex;
            flex-direction: column;
            gap: 8px;
            z-index: 10;
        }

        
        
        .pv-details-badge-group .pv-details-badge {
            position: static;
            margin: 0;
        }

        .pv-details-slide {
            position: relative;
            outline: none;
        }

        .pv-details-slide-content {
            position: relative;
            padding: 60px 40px;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       

        /* ------------------ PRODUCT VIEW :: BANNER IMAGE :: END -----------------  */


        

        

        