 .tf-product-des-demo {
    display: block;
    }
    
            .tf-product-media-thumbs .swiper-slide .item::after {
   
    border: 2px solid #eee;
}
.stagger-wrap .stagger-item {
    
    margin-bottom:10px;
    
}
.shortdescription{
    font-size: 16px;
    line-height:26px;
}
        
        
                                        .tf-product-delivery {
    padding: 5px 0;
    text-align: left;
    display: flex;
    gap: 16px;
    flex-direction: row;
    border-radius: 2.5px;
    border: 1px solid var(--line);
    display: flex;
    gap: 4px;
    align-items: center;
    border: none;
}
.tf-product-info-list > div:not(:last-child) {
    margin-bottom: 20px;
}
.tf-product-delivery i {
    font-size: 18px;
}
.tf-product-delivery .icon{
        font-size: 20px;
    line-height: 20px;
}
a.tf-btn.btn-fill.justify-content-center.fw-6.fs-16.flex-grow-1.animate-hover-btn.btn-add-to-cart {
    padding: 0px 30px;
    font-size: 16px;
    line-height: 36px;
    background: #b28c42 !important;
    color: #fff !important;
    margin-top: 0px;
}
.variant-picker-item .variant-picker-values label.style-image .image img{
    height:auto;
}
                                    
   
       .tf-product-media-wrap.sticky-top {
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #e1e3e4;
    border-radius: 3px;
}
.tf-product-info-title h5 {
    color: #b28c42;
}
.tf-product-des-demo ul li:not(:last-child) {
    margin-bottom: 4px;
}

.extraContentSection p{
    font-size: 16px;
    line-height: 26px;
}
.tf-product-info-wrap.position-relative {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #e1e3e4;
    border-radius: 3px;
}

.tf-product-info-list {
     padding-left: 0px; 
}
    .tf-breadcrumb-wrap {
        padding: 15px 0;
    }
    /* Thumbnail - default */
.tf-product-media-thumbs .swiper-slide {
    opacity: 0.5;
    border: 1px solid transparent;
    transition: all 0.25s ease;
    cursor: pointer;
}
/* Thumbnail - active */


/* Color option - default */
.variant-picker-values .style-image {
    opacity: 0.6;
    border: 2px solid transparent;
    transition: all 0.25s ease;
    cursor: pointer;
}
/* Color option - active */
.variant-picker-values input[type="radio"]:checked + .style-image {
    opacity: 1;
    border: 1px solid #b28c42;  /* brand color */
     border-radius: 4px;
   
}
.variant-picker-item .variant-picker-values label.style-image {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(134, 134, 134, 0.12);
    border-radius: 3px;
    padding: 5px;
    width: 72px;
    height: unset;
}

.tf-product-media-thumbs .swiper-slide {
    opacity: 0.5;
    border: 1px solid #00000026;
    transition: all 0.25s ease;
    cursor: pointer;
    border-radius: 4px;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #b28c42;
   
}
.tf-product-media-thumbs{
    width: calc(17% - 10px);
    max-height: 450px;
    overflow-y: auto;   /* keep scroll functionality */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE / Edge */
}

.tf-product-media-thumbs::-webkit-scrollbar{
    display: none; /* Chrome, Safari */
}


    @media only screen and (max-width: 600px) {
        
        .tf-product-media-wrap.sticky-top {
    padding: 15px;
        }
        .tf-product-info-price .price-on-sale {
    
    font-size: 22px;
    line-height: 28px;
}
.tf-product-info-wrap .tf-product-info-title h5 {
        font-size: 22px;
        line-height: 29.2px;
    }
    .shortdescription {
    font-size: 14px;
    line-height: 26px;
}

.variant-picker-item .variant-picker-values label.style-image {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(134, 134, 134, 0.12);
    border-radius: 3px;
    padding: 2px;
    width: 50px;
    height: unset;
}

a.tf-btn.btn-fill.justify-content-center.fw-6.fs-16.flex-grow-1.animate-hover-btn.btn-add-to-cart {
    padding: 4px 7px;
    font-size: 16px;
    line-height: 23px;
    background: #b28c42 !important;
    color: #fff !important;
    margin-top: 0px;
    /* display: block; */
    text-align: center;
    font-size: 13px !important;
}

a.tf-btn.btn-fill.justify-content-center.fw-6.fs-16.flex-grow-1.animate-hover-btn.btn-add-to-cart {
    margin-left: 0 !important;
}
.tf-product-delivery.d-flex {
    margin-bottom: 0;
}
        
    }