@media screen and (min-width: 1200px) {
    .header-three-container {
        max-width: 64dvw !important;
    }

    /*.main-slider-slide {*/
    /*    height: 45dvh !important;*/
    /*}*/
}

.one-footer .social-network .top .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
}

ul.gallery-options.special {
    z-index: 100 !important;
}

.product-gallery {
    border: 0 !important;
}

.section-title .logo-category {
    width: 49px;
    top: 2px;
}

@media (max-width: 768px) {
    body {
        padding-top: 0 !important;
    }
}

.product-price-del, .original-price {
    font-size: 13px;
}

.amazing-product img {
    width: 100% !important;
}


section.slider-section {
   background-color: #F2F3F6 !important;
   border: 0 !important;
   -webkit-box-shadow: 0 0 0 !important;
   box-shadow: 0 0 0 !important;
}

section.slider-section .product-card {
    padding: 8px;
    border-radius: 20px !important;
}

section.slider-section .product-card .product-thumb {
border-radius: 10px;
}
.product-card .product-meta {
    display: flex;
    justify-content: right;
    align-items: center;
}
.product-card .product-meta img {
    width: 16px;
    margin-left: 5px;
}

@media (max-width: 768px) and (max-width: 991px) {
    .category-section-slider .category-slider .item img {
        max-width: 100px;
        background: #fff;
        padding: 3px;
        border-radius: 1.5em !important;
    }
}
