@media screen and (max-width: 768px) {
    #product .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: initial;
    }
    #product .swiper-pagination-bullet {
        width: 20px;
        border-radius:
        10px;
        height: 2px;
        margin:
        0px;
    }
    .product-desc{
        max-width: 80%;
    }
    .attribute-ts th {
        border: 2px solid #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        padding: 15px;
        min-width: 70px;
    }
    .attribute-ts td{
        font-size: 15px;
        line-height: 20px;
    }
    #product .btn.add-to-cart{
        background-color: var(--plymouth-green);
        color: #fff !important;
        width: 330px !important;
        height: 38px !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .attribute-ts {
        font-size: 15px;
    }
    #product .product-img-top .placeholder{
        height: 350px;
    }
    .product-detail .product-title{
        font-size: 20px;
        line-height: 25px;
        color:var(--black-color);
    }
    .product-detail .price{
        color:var(--black-color);
        font-size: 15px;
        line-height: 20px;
    }
    .product-detail .ojrat{
        font-size: 12px;
        line-height: 17px;
        opacity: .65;
        letter-spacing:16%
    }
    .product-detail .ojrat span{
        margin-right: 10px;
        letter-spacing:0;
    }
    .add-to-cart-info h2{
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
    }
    .attribute-ts {
        min-width: 330px;
    }
    .acc-content h3 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
    }
    .acc-content i {
        font-size: 10px;
    }
    .acc-sub-content{
        font-size: 12px;
        line-height: 17px;
    }
}
@media screen and (min-width: 769px) {
    .acc-sub-content{
        font-size: 24px;
        line-height: 29px;
    }
    .acc-content h3 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
    }
    .acc-content i {
        font-size: 14px;
    }
    .add-to-cart-info h2{
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
    }
    .product-desc{
        max-width: 500px;
    }
    .attribute-ts td{
        font-size: 30px;
        line-height: 35px;
    }
    .attribute-ts th {
        border: 2px solid #fff;
        text-align: center;
        padding: 10px 20px;
        min-width: 240px;
        font-size: 30px;
        line-height: 35px;
    }
    .Swiper, .thumbSwiper {
        height: 500px; /* یا هر مقدار دلخواه */
    }
    .mainSwiper{
        height: 700px;
        margin-bottom: 60px;
    }
    .thumbSwiper .swiper-slide {
        height: auto !important; /* حذف ارتفاع پیش‌فرض */
      }
    .product-detail .product-title{
        font-size: 40px;
        line-height: 45px;
        color:var(--black-color);
    }
    .product-detail .price{
        color:var(--black-color);
        font-size: 30px;
        line-height: 35px;
    }
    .thumbSwiper .swiper-slide-thumb-active img {
        border: 1px solid var(--black-color); /* رنگ آبی برای تصویر انتخاب‌شده */
        
      }
}
table.attribute-ts {
    margin: auto;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* تنظیم تصویر برای پر کردن فضای اسلاید */
}
.add-to-cart-info{
    background-color: rgba(179, 183, 149, 0.15);
}
.add-to-cart-info .add-to-cart{
    width: 500px;
    height: 76px;
    margin: auto;
}
.swiper-lazy-preloader {
    border-color: #000; /* رنگ اصلی */
    border-top-color: transparent; /* رنگ بخش بالایی */
    width: 50px; /* اندازه spinner */
    height: 50px; /* اندازه spinner */
}

.attribute-ts thead {
    background-color: var(--plymouth-green);
    color: #fff;
}

tr.space-tb {
    height: 40px;
}

.attribute-ts input[type="radio"] {
    width: 40px;
    height: 40px;
    border: 2px solid var(--plymouth-green);
    border-radius: 0;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 7px;
}
.attribute-ts input[type="radio"]:checked::after {
    content: " ";
    position: relative;
    width: 30px;
    height: 30px;
    background-color: var(--plymouth-green);
    display: block;
    right: 3px;
    top: 3px;
    border-radius: 3px;
}
td.selected-attr,tr:hover .hover-attr {
    background-color: var(--plymouth-green);
}
td.hover-attr {
    border: 1px solid var(--plymouth-green);
}

.acc-content{
    border-bottom: 1px solid;
}
.acc-sub-content{
    color: var(--black-color);
}
.sort-product button {
    border: none;
    background: none;
    opacity: 0.65;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.sort-product span {
    margin-right: 10px;
}
.dropdown-menu {
    padding: 15px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    color: var(--black-color) !important;
    cursor: pointer;
}