@media screen and (min-width: 578px) and (max-width: 991px) {
    .swiper-container {
        padding: 0px !important;
    }
    .product_dec_Sec1 .gallery-top .swiper-slide a img {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 577px) {
    .product_dec_Sec1 .gallery-top .swiper-slide a img {
        padding-right: 16px;
    }
    .productTextHolder h2 {
        font-size: 20px;
    }
    .productTextHolder h5 {
        font-size: 13px;
    }
    .shopfontcss svg {
        width: 15px;
        height: 15px;
    }
    #modalOrderItems {
        overflow-x: scroll !important;
    }
}
@media screen and (max-width: 576px) {
    .popu {
        display: flex !important;
        justify-content: center !important;
    }
}
