/*Write Css*/

@media (max-width: 992px){
    .mango-product-tabs-container .product-container {
        height: auto !important;
    }
    .product-slide-entry {
        margin-bottom: 0 !important;
    }
    .product-slide-entry .product-image img {
        height: auto !important;
    }
    .mango-product-container .product-container {
        margin: 0 0 20px 0 !important;
    }
}

@media (max-width: 576px){
    .swiper-tabs .tabs-entry .row {
        width: 100%;
    }
    .swiper-tabs .tabs-entry {
        display: flex;
        justify-content: space-around;
    }
}