.shop_item .thumb img {
    height:185px;
}
.new-arrival .shop_item .thumb img {
    height: 310px;
    object-fit: contain;
    -o-object-fit: contain;
    width: 100%;
}
.popular_listing_sliders .shop_item .thumb img {
    height: 185px;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .new-arrival .shop_item .thumb img {
        height:200px;
    }
}


.cart > li, .cart > .list {
    width:100%;
}
.modal.active {
    display:block !important;
}
.modal {
    background-color: #00000082;
}
