/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

@media (max-width: 1119.98px) {

}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    .header-nav-inner{
        justify-content: center;
    }

    .header-right li{
        padding: 0 8px;
    }

    .mobile-menu-toggle-btn{
        display: flex;
    }

    .slider-content-inner{
        left: 10%;
        transform: translate(-10%, -50%);
    }

    .slider-content-inner .slider-title{
        font-size: 15px;
        line-height: 18px;
    }

    .slider-content-inner .slider-button .button{
        font-size: 13px;
        padding: 5px 15px;
    }

    .heading-title{
        font-size: 22px;
        line-height: 30px;
    }

    .heading-description{
        max-width: 95%;
    }

    .products-item h3{
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .products-item img{
        max-height: 170px;
    }

    .products-item .discounts_money{
        margin-left: 2px;
        font-size: 13px;
    }

    .reviews-item .reviews-content,
    .reviews-item .reviews-image{
        width: 100%;
    }

    .reviews-item .reviews-content{
        padding: 40px 30px;
    }
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1430px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1430px;
    }
}
