@media (min-width: 576px) {
    #popupSignIn .modal-dialog {
        max-width: 600px;
    }

    .box-products {
        display: flex;
    }
}

@media (max-width: 576px) {
    #alertFixed {
        width: 320px;
    }
    #alertFixed .fa-check {
        top: 48%;
    }
}

@media (max-width: 767px) {
    .add-to-cart {
        display: none;
    }
}


@media (max-width: 768px) {

    .homepage-product-new .title-section {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 32px;
    }

    .product-head ul {
        margin-bottom: 16px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .item-tab {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .list-color ul li {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .list-color {
        margin-bottom: 8px;
        line-height: 0;
        align-items: center;
    }

    .title-product a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 9px;
    }

    .price-product {
        line-height: 0;
    }

    .mobile--hidden {
        display: none !important;
    }

    .header__toggle {
        display: flex;
        justify-content: flex-start;
        /*flex: 1;*/
    }

    .tablet--hidden {
        display: none;
    }

    .header__menu {
        position: absolute;
        top: 50px;
        right: 0;
        min-height: 500px;
        height: calc(100% - 300px);
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #d9d9d9;
        transition: all .3s;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .home-gallery {
        margin-bottom: 16px;
    }

    .coupon-info {
        margin-bottom: 16px;
    }

    .bg-before_02.bg-before:before {
        right: -5px;
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .img-trending-desktop img {
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .list-ads-brand .slider-ads-brand .ads-brand-item img {
        border-radius: 25px 0 25px 0;
    }

    .homepage-banner {
        margin-bottom: 18px;
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .tablet--visible {
        display: block !important;
    }

    .item-nav-info {
        max-width: 100%;
    }

    .site-footer {
        display: none;
    }

    .site-footer-mb {
        display: block;
        padding-top: 23px;
    }

    .main-footer {
        padding-bottom: 16px;
        display: block;
    }

    .info-right-ft {
        margin-bottom: 24px;
    }

    .info-right-ft .title-footer {
        margin-bottom: 16px;
    }

    .item-center-ft .title-footer, .info-right-ft .title-footer {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .item-center-ft .title-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*.item-center-ft ul {*/
    /*    display: none;*/
    /*}*/
    .title-footer i {
        font-size: 30px;
    }

    .item-center-ft {
        margin-bottom: 24px;
    }

    .center-footer {
        display: block;
    }

    .right-footer .register-form {
        margin-bottom: 24px;
        border-radius: 24px 0px;
    }

    .right-footer .register-form {
        border: 4px solid #E7E8E9;
        padding: 24px 12px;
    }

    .right-footer .register-form .title-footer {
        max-width: 100%;
        padding: 0;
    }

    .register-form .title-footer {
        font-size: 16px;
        line-height: 24px;
        padding: 0 20px;
        margin-bottom: 16px;
    }

    .right-footer .register-form form > input {
        width: 67.1%;
        font-size: 12px;
        line-height: 16px;
        padding: 0;
    }

    .right-footer .register-form form .btn-submit {
        width: calc(100% - 67.1%);
        margin-left: 18px;
    }

    .btn-submit, .btn-submit:before {
        border-radius: 12px 0px;
    }

    .right-footer .register-form .btn-submit:before {
        right: -3px;
    }

    .right-footer .register-form form .form-submit {
        font-size: 14px;
        padding: 7px 16px;
        width: 100%;
    }

    .register-form form .form-submit {
        border-radius: 12px 0px;
    }

    .socials-ft {
        margin-bottom: 32px;
    }

    .socials-ft .list-social {
        margin: 0 0 24px;
        line-height: 0;
    }

    .hotline a {
        padding: 12px 19px;
    }

    .content-ft p {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 16px;
    }

    .site-footer-bot {
        padding: 18px 0 68px;
    }

    .nav-bottom {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFF;
        padding: 4px 0 0;
        z-index: 20000;
        justify-content: center;
    }

    .item-nav-bottom {
        width: 25%;
        text-align: center;
    }

    .item-nav-bottom a {
        display: block;
        font-size: 10px;
        line-height: 16px;
        color: #221F20;
        margin-top: 2px;
    }

    .sub-item-nav {
        position: absolute;
        bottom: 42px;
        background: #FFF;
        width: 100%;
        left: 0;
        border: 1px solid #E7E8E9;
        box-sizing: border-box;
        border-radius: 4px;
        text-align: left;
        /*opacity: 0;*/
        /*visibility: hidden;*/
        display: none;
        /*transition: all 1s ease-in-out 0s;*/
        /*!*transition: opacity 1s ease-out;*!*/
        /*-moz-transition: all 0.3s ease-in-out 0s;*/
        /*-o-transition: all 0.3s ease-in-out 0s;*/
        /*-webkit-transition: all 0.3s ease-in-out 0s;*/
        /*-ms-transition: all 0.3s ease-in-out 0s;*/
    }

    .site-wrapper {
        padding-top: 64px;
    }

    .site-header .container:after {
        display: none;
    }

    .header {
        height: 63px;
    }

    .banner-slide__item {
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px
    }

    /*.sub-item-nav.open {*/
    /*    display: block;*/
    /*}*/
    /*.sub-item-nav.open {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/
    .sub-item-nav-search {
        position: fixed;
        top: 0;
        border: 0;
        padding: 10px 7px;
    }

    .site-nav.style--sidebar {
        width: 100%;
    }

    .sidebar-products-pc {
        position: absolute;
        left: 0;
        background: #fff;
        z-index: 999 !important;
        top: 91px !important;
        padding: 20px;
        margin: 0 10px;
        border: 1px solid #000;
        display: none;
    }

    .top-main-products select {
        /*width: 100%;*/
        display: block;
        float: initial;
    }

    .main-products, .viewed-products {
        padding-left: 0;
    }

    .filter-products {
        display: flex;
        position: relative;
    }

    .filter-products .form-select {
        width: 50%;
    }

    .sidebar-products {
        max-width: unset;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
    }

    .filter-search {
        /*background: #FFFFFF;*/
        /*border: 1px solid #D1D2D4;*/
        /*border-radius: 8px 0px;*/
        /*padding: 7px 11px;*/
        /*font-size: 15px;*/
        /*display: flex;*/
        /*cursor: pointer;*/
        /*display: block;*/
        position: absolute;
        background: #fff;
        border: 1px solid #d1d2d4;
        border-radius: 8px 0;
        padding: 7px 11px;
        font-size: 15px;
        cursor: pointer;
        display: inline-block;
        top: 41px;
        right: 9px;
        z-index: 1000;
    }
    .box-products {
        position: relative;
    }

    .list-side {
        display: none;
    }

    .list-side.list-side-mb {
        position: absolute;
        top: 50px;
        right: 0;
        background: #FFF;
        z-index: 99;
        width: 100%;
        padding: 20px 20px;
        border: 1px solid #E7E8E9;
    }

}

@media (min-width: 769px) {
    .container {
        width: 750px;
    }

    .pc-hidden {
        display: none;
    }

    .top-main-products select {
        position: absolute;
        right: 0;
        top: 0;
    }
    .filter-search {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .site-header .container {
        width: calc(100% - 20px);
    }
}


@media (max-width: 991px) {


    .header__actions {
        flex: 1;
        justify-content: flex-end;
    }


    .header__inner {
        height: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__menu.is-active {
        opacity: 1;
        pointer-events: visible;
        visibility: visible;
    }

    .about-card {
        border-radius: 30px;
    }
}


@media (min-width: 992px) {
    .container {
        width: 970px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1365px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1380px;
    }

    .header__inner {

    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .search-form {
        max-width: 240px;
    }
}

@media (min-width: 1200px) and (max-width: 1860px) {
    .search-form {
        margin-right: 20px;
    }
}


@media (min-width: 1600px) {
    .container {
        width: 1460px;
    }
}


@media (max-width: 1860px) {
    .header__logo img {
        height: auto;
        width: 120px;
    }
}

@media (min-width: 1860px) {
    .container {
        width: 1800px;
    }
}

