@media (max-width: 1399.98px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .nm-hero-slide-image {
        display: none;
    }

    .nm-hero-slide-image-2 {
        display: block;
    }

}

@media (max-width: 640px) {
    /*.recomendSwiper .swiper-slide {*/
    /*    width: 39% !important;*/
    /*}*/
    .nm-product-box .price bdi {
        font-size: 16px;
    }

    .onsale.product-label {
        padding: 7px;
        background-color: #FFF2F2;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        color: #DF0B0B;
    }

    .price del bdi, .price del bdi span {
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        color: #828282 !important;
    }

    .nm-product-box > a {
        margin-bottom: 5px;
    }

    .nm-product-box-title {
        margin: 0 0 10px;
        min-height: unset;
        padding: 0px 5px 5px 5px;
    }

    .nm-product-box {
        padding: 4px;
        min-height: 285px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .recomendSwiper .swiper-wrapper {
        padding: 8px 0;
    }

    .nm-product-box .price bdi span {
        font-size: 9px;
    }

    .nm-product-box-title a {
        font-size: 71%;
        line-height: 19px;
    }
}

@media (max-width: 991px) {
    .desktop-chat-wrapper {
        display: none;
    }

    .nm-menu ul {
        display: none;
    }
}