.product__details-nav-thumb img {
    max-height: 700px;
}

@media (max-width: 767px) {
    .banner__area > .container > .row > div:nth-of-type(2), .banner__area > .container > .row > div:nth-of-type(3) {
        display: none;
    }
    .slider-area > .container > .row > .col-xl-6:nth-of-type(2) {
        display: none;
    }
}


.features-thum .product__offer span, .product__thumb .product__offer span {
    font-size: 25PX;
    padding: 2px 10px;
    line-height: 25PX;
    border-radius: 2px;
    background-color: #000;
    color: #e9fd02
}