/**
 * 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,
    .wishlist-text,
    .cart-text {
        display: none !important;
    }

    #header .logo img{
        max-height: 80px;
    }

    .slider-banner-item,
    .section-slider{
        margin-bottom: 15px;
    }

    .section-slider{
        position: relative;
        margin: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    .section-slider .owl-nav .owl-prev, .section-slider .owl-nav .owl-next{
        height: 50px;
        width: 50px;
    }

    .section-slider .kiko-triangular-arrow-right, .section-slider .kiko-triangular-arrow-left{
        font-size: 24px;
    }

    .relates-product-heading h2, .news-groups-heading h2, .heading-other h2{
        padding: 0 16px;
        font-size: 24px;
    }

    .news-groups .box-large h3, .newscenter .box-large h3{
        font-size: 20px;
        line-height: 28px;
    }

    .column-margin-left{
        margin: 0 !important;
    }

    .news-others img{
        width: 135px;
        margin-right: 14px;
    }

    .relates-product{
        margin-bottom: 0;
    }

    .widget-cart,
    .wishlist-inner{
        margin-right: 20px;
    }

    .navbar-default .navbar-toggle{
        border-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #8cc540;
        border-color: #8cc540;
    }

    .section-slider #slider .item img{
        min-height: 280px;
    }

    .slider-content-inner{
        top: 70%;
        left: 24%;
        transform: translate(-24%, -70%);
    }

    .slider-content-inner .slider-title{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .slider-content-inner .slider-description{
        display: none;
    }

    .slider-content-inner .slider-button .button{
        padding: 8px 30px;
        font-size: 14px;
    }
}

@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: 1300px;
    }
}

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