@media (min-width: 576px) {
    #popupNewsletter .modal-dialog, #popupPhone .modal-dialog {
        max-width: 600px;
    }
    #popupNewsletter .modal-body, #popupPhone .modal-body {
        padding: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .container-1200 {
        max-width: 1200px;
    }
    .container-1160 {
        max-width: 1160px;
    }
}

@media (min-width: 1024px) {
    .container.container-75 {
        max-width: 75%;
    }
    .menu>ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .menu>ul>li {
        padding: 20px 25px;
        position: relative;
        transition: all .4s;
        background: #fff;
    }
    .menu>ul>li>a {
        font-weight: 600;
        text-transform: uppercase;
    }
    .menu>ul>li>ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #fff;
        z-index: 2;
        height: auto;
        box-shadow: 1px 1px 3px #ccc;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }
    .menu>ul>li>ul>li {
        padding: 10px 15px;
    }
    .menu>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .menu>ul>li>ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 200px;
        background: #fff;
        z-index: 2;
        height: auto;
        padding: 5px 10px;
        box-shadow: 1px 1px 3px #ccc;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }

    .menu>ul>li>ul>li:hover ul {
        opacity: 1;
        visibility: visible;
    }

    .menu>ul>li>ul ul li {
        margin-bottom: 20px;
    }

    .menu>ul>li>ul i {
        position: absolute;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .col-lg-20 {
        width: 100% !important;
    }
    .col-lg-80 {
        width: 100% !important;
    }
    .left-menu ul {
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
    .right-social {
        display: none;
    }
    .mid-header {
        padding: 15px 0;
    }
    .menu-btn {
        display: flex;
        align-items: center;
    }
    .menu-btn i {
        font-size: 18px;
    }
    .header-search {
        display: none;
    }
    .mid-header>.container>.row>div {
        order: 1
    }
    .od-last {
        order: 2 !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .search-btn {
        font-size: 18px;
    }
    .menu>* {
        display: none;
    }
    .menu {
        position: fixed;
        left: 0;
        width: 85%;
        height: 100%;
        background: #fff;
        top: 0;
        z-index: 9;
        padding: 15px;
        transform: translateX(-100%);
        transition: all .4s;
    }
    .menu.active {
        transform: translateX(0);
    }
    .menu.active>* {
        display: block;
    }
    .menu>ul>li {
        padding: 10px 0;
    }
    .menu>ul>li>a {
        text-transform: uppercase;
        font-weight: 500;
    }
    .menu .logo {
        margin-bottom: 15px;
        color: #000;
        displaY: block;
    }
    .menu .header-user, .header-user>a {
        color: #000;
    }
    .header-user>i {
        border-color: #000;
    }
    .header-user {
        justify-content: flex-start;
        margin: 20px 0 10px;
    }
    .header-user>a.btn-signup:after {
        background: #000;
    }
    .tab-category {
        justify-content: unset;
    }
    .tab-category>li {
        margin: 0 25px 0 0;
    }
    .tab-category>li:last-child {
        margin: 0;
    }
    .left-menu {
        width: 100%;
    }
    .au-info {
        margin-top: 25px;
    }
    .col-lg-custom {
        width: 100% !important;
    }
    .newsletter {
        justify-content: flex-start;
    }
    .subscribe {
        width: 100%;
        margin: 0 0 45px;
    }
    .menu.active>.header-user {
        display: flex;
    }

    /*Category*/
    .filter-wrap {
        position: fixed;
        right: 0;
        top: 0;
        width: 85% !important;
        height: 100%;
        background: #fff;
        padding: 15px;
        overflow: auto;
        transform: translateX(100%);
        transition: all .4s;
        z-index: 9;
    }
    .filter-wrap.active {
        transform: translateX(0);
        width: 80% !important;
    }
    .filter-wrap>* {
        display: none;
    }
    .filter-wrap.active>* {
        display: block;
    }
    .category-main .col-lg-80 {
        position: relative;
        width: 100% !important;
    }
    .btn-filter {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 20px;
        display: flex;
    }
    .menu>ul>li>ul {
        display: none;
    }
    .menu>ul>li>i {
        float: right;
    }
    .menu>ul>li>ul {
        margin-left: 15px;
        margin-top: 10px;
    }
    .menu>ul>li>ul>li {
        padding: 5px 0;
    }
    .cart-content {
        width: 80vw;
        padding: 15px;
    }
    .cn-title {
        padding: 0 20px;
    }
    .partner-wrap {
        justify-content: unset !important;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 5px;
    }
    .form-search-mb {
        padding: 10px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 2;
    }
    .form-search-mb.header-search form input, .form-search-mb.header-search form button, .form-search-mb.header-search form input::placeholder {
        color: #000;
        font-weight: 600;
    }
    .tab-category {
        justify-content: unset;
    }
    .news-block .news-img img, .mostViewedNews .news-img img {
        height: 126px;
    }
    .main-news .cate-news .news-img img {
        height: 129px;
    }
    .header-user>img {
        filter: invert(0);
    }
    .top-news .col-lg-6 .news-item img {
        height: auto;
    }
    .most-view-news .news-img img {
        height: 121px;
    }
    .au-wrap {
        padding: 15px;
    }
    .form-contact {
        padding: 30px 15px !important;
    }
    .btn-fixed.back-to-top {
        left: auto;
        right: 0;
    }
    .fixed-btns {
        top: auto;
        transform: none;
        display: flex;
        width: 100%;
        bottom: 0;
        justify-content: center;
    }
    a.btn-fixed, .btn-fixed {
        margin: 15px 20px;
    }
    .wrap-time>.left {
        margin-bottom: 10px;
    }
    .wrap-time {
        flex-wrap: wrap;
    }
    .manufactory-wrap {
        max-width: 100%;
        margin: 60px auto 0;
    }
    .mw-info {
        margin-top: 30px;
    }
    .manufactory-wrap .owl-carousel .owl-stage {
        display: flex;
    }
    .mw-item {
        height: 100%;
    }
    .menu>ul>li>ul>li ul li {
        padding: 5px 0;
    }

    .menu>ul>li>ul>li i {
        position: absolute;
        right: 20px;
        font-size: 18px;
    }

    .menu>ul>li>ul>li ul {
        display: none;
    }
}

@media (max-width: 375px) {
    .news-block .news-img img, .mostViewedNews .news-img img {
        height: 109px;
    }
    .main-news .cate-news .news-img img {
        height: 112px;
    }
    .top-news .col-lg-6 .news-item img {
        height: auto;
    }
    .most-view-news .news-img img {
        height: 106px;
    }
    .pu-close {
        right: 10px;
        top: 5px;
    }
}