@media (990px >= width) {
    .nv-mobile-navbar {
        height: 100px;
    }
    .offcanvas {
        width: 85% !important;
    }
    .nv-sections-slider .owl-carousel {
        width: 80%;
    }
    .nv-sections-slider .owl-theme .owl-nav .nv-prev, .nv-sections-slider .owl-theme .owl-nav .nv-next {
        left: -32px;
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 1.8;
    }
    .nv-sections-slider .owl-theme .owl-nav .nv-next {
        right: -32px;
    }
    .add-to-cart {
        right: 5px;
    }
    .offer-img {
        left: 5px;
    }
    footer {
        margin-bottom: 82px;
    }
    .product-slider-box .owl-theme .owl-nav .prev-custom {
        top: -55px;
        left: 100px;
        font-size: 17px !important;
        width: 38px;
        height: 38px;
        line-height: 1.8;
    }
    .product-slider-box .owl-theme .owl-nav .next-custom {
        top: -55px;
        left: 150px;
        font-size: 17px !important;
        width: 38px;
        height: 38px;
        right: inherit;
        line-height: 1.8;
    }
    .cart-quantity {
        top: -5px;
        left: -5px;
    }
    .custom-next.nv-next img {
        width: 30px;
    }
    .custom-prev.nv-prev img {
        width: 30px;
    }
    .offer-img {
        width: 60px;
        height: 60px;
        top: -30px;
        border: 5px solid var(--main-color-bg5);
    }
    .item-product-title {
        font-size: 17px;
    }
    .progress-box {
        width: 100%;
    }
    .orders-block .box-order .track .text {
        font-size: 13px;
    }
}
