.product-buttons-flex {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
li#discount_total, .div-product-weight, .sku-weight {
    display: none !important;
}
.tp-footer-area {
    background-color: #ced7d4 !important;
}
.tp-footer-logo {
    display: flex;
    justify-content: center;
}
.whatsapp-icon {
    left: 22px;
    right: auto;
    width: 60px;
    height: 60px;
    font-size: 40px;
    animation: bounce 2s infinite;
}
.progress_indicator.active-progress {
    display: none;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px); /* move up */
    }
    60% {
        transform: translateY(-5px);  /* move up slightly */
    }
}
#product-variants-options .form-group ul li.active, #product-variants-options .form-group ul li:hover {
    border: 3px solid !important;
}
@media (max-width: 450px) {
    .marquee__group a img, .thumb-bottom .product-images-carousel-thumbs .thumb-image-a img, .thumb-bottom .product-images-carousel-thumbs .video-slide video {
        height: 40px;
    }
}
@media (max-width: 576px) {
    .marquee__group a img {
        width: 40px;
        height: 40px;
        min-width: 60px;
    }
}
.marquee__group a {
    background: #ffffff;
}
/*============== التقييمات ===================*/
/* إجبار قسم التقييمات على الظهور دائماً في البداية */
#nav-reviews {
    display: block !important;
    opacity: 1 !important;
}

/* إخفاء قسم الوصف إلا إذا تم الضغط عليه فعلياً */
#nav-description:not(.active) {
    display: none !important;
}

/* تلوين زر التقييمات ليبدو وكأنه هو المختار */
#nav-reviews-tab {
    border-bottom: 2px solid #000 !important; /* عدل اللون حسب ثيم موقعك */
    font-weight: bold;
}
#nav-description-tab {
    border-bottom: none !important;
    font-weight: normal;
}
/*======================*/

/* تثبيت شريط الموبايل السفلي */

/*=========================*/
.popup-box .img-popup img {
    max-height: 100% !important;
}
.maroof-icon img.lazy-img {
  content: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT-Sf3IFdkF5UeOd0pX-PaIslnhR6zgPYp2Lw&s");
}