/* Minification failed. Returning unminified contents.
(157,32): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(554,43): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(637,26): run-time error CSS1039: Token not allowed after unary operator: '-back-ground-gray'
(760,26): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
 */

@media screen and (max-width: 1920px) {

    .wrap-quantity-cart .quantity-input {
        width: 100px;
    }
}

@media screen and (min-width: 1600px) {

    .header > .container, .menu-header > .container, .main > .container, .footer > .container {
        max-width: 70%;
    }

    .header-slider.owl-carousel .owl-item img {
        display: block;
        width: 100%;
        max-height: 700px;
        object-fit: cover;
    }

    .sub-menu-header .container {
        max-width: 1300px;
    }

    .header-slider button.owl-dot {
        width: 12px !important;
        height: 12px !important;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1440px) {

    ul#carousel-slider-product-dots li {
        height: 70px !important;
    }

    ul#carousel-slider-product-dots {
        height: 379px !important;
    }

    .right-thumbnail-product-detail {
        max-width: 40%;
    }

    .header-slider button.owl-dot {
        width: 12px;
        height: 12px;
    }

    .main h2.title-section {
        font-size: 22px;
    }

    .header-slider.owl-carousel .owl-item img {
        display: block;
        width: 100%;
        max-height: 454px;
        object-fit: cover;
    }

    .one-product-loop .thumbnail img {
        transform: scale(0.8);
        object-fit: contain;
    }

    .header > .container, .menu-header > .container, .main > .container, .footer > .container {
        max-width: 84.92%;
    }

    .menu-header.fixed-header ul.menu-top > li {
        display: inline-block;
        padding: 0px 20px;
    }

    .order-information {
        padding: 0 15px;
    }

    .one-information > div {
        min-width: 88px;
    }

    .one-information {
        display: flex;
    }

    .step-bar-new span {
        bottom: 6px;
        font-size: 11px;
    }

    .menu-header ul.menu-top > li {
        padding: 0px 13px;
    }

        .menu-header ul.menu-top > li > a {
            font-size: 13px;
        }

    .menu-header li.item-menu.has-child-menu > a::before {
        right: -15px;
        top: 54%;
        border: 5px solid transparent;
        border-top: 5px solid black;
    }

    .menu-header ul.menu-top {
    }

    img.img-logo-footer {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {

    .wrap-quantity-cart .quantity-input {
        width: 100px;
    }

    .wrap-quantity-cart .quantity-input input {
        padding-left: 0;
    }

    .menu-header ul.menu-top > li {
        padding: 0px 15px;
    }
        
    .menu-header ul.menu-top > li > a {
        text-transform: uppercase;
        font-weight: 600;
        color: #212b36;
        font-size: 13px;    
    }

    .menu-header li.item-menu.has-child-menu > a::before {
        content: "";
        border: 6px solid transparent;
        border-top: 6px solid black;
        right: -15px;
        top: 53%;
        transform: translateY(-50%);
        position: absolute;
    }

}

@media screen and (max-width: 1200px) {
    .menu-header ul.menu-top > li {
        padding: 0px 13px;
    }
}

@media screen and (max-width: 1024px) {
    .order-information {
        border: 1px solid var(--border-color);
        overflow: hidden;
        padding: 0px 10px;
    }

    .thumbnail-cart-right img {
        height: 45px;
        width: 45px;
    }

    .thumbnail-cart-right {
        width: 20%;
    }

    .title-product-cart-right {
        margin-bottom: 0px;
    }

    .wrap-product-info-right {
        padding: 0px 0px;
        padding-bottom: 30px;
    }

    .wrap-quantity-cart .quantity-input {
        width: 100px;
    }

        .wrap-quantity-cart .quantity-input input {
            padding-left: 0;
        }

    .popup-branch {
        width: 89%;
    }
}

@media screen and (max-width: 991px) {
    .logo {
        width: 100%;
    }

    .header-search {
        width: 100%;
    }

    .logo .img-logo {
        width: auto;
        height: 140px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}

@media screen and (max-width: 800px) {
    .top-product-detail-info .wrap-quantity-cart .quantity-input {
        width: 110px;
    }
}

@media screen and (max-width: 768px) {

    .title-product-detail h1 {
        margin-top: 20px;
    }

    .footer {
        background: white;
        margin-top: 20px;
    }

    .header-slider.owl-carousel .owl-item img {
        height: 300px;
        object-fit: cover;
    }

    .slider-feartured-product .owl-nav, .header-slider .owl-nav {
        display: none;
    }

    .wrap-tool-mobile {
        position: absolute;
        top: 8px;
    }

    h2.title-section {
        float: left;
    }
}

@media screen and (max-width: 575px) {

    .view-more-product {
        margin-top: 15px !important;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .product-location-3 {
        display: none;
    }

    .one-informtaion-order-total.total-amount-data.total-mobile .label-information {
        width: 40%;
    }

    .header-search-fixed-mobile {
        width: 36px;
        height: 30px;
        position: fixed;
        z-index: 99999;
        top: 10px;
        right: 25px;
    }

        .header-search-fixed-mobile .search::before {
            content: "";
            position: absolute;
            margin: auto;
            top: 12px;
            right: 0;
            bottom: 0;
            left: -22px;
            width: 10px;
            height: 2px;
            background: #212b36;
            transform: rotate(45deg);
            transition: all 0.5s;
        }

        .header-search-fixed-mobile .search::after {
            content: "";
            position: absolute;
            margin: auto;
            top: -5px;
            right: 0;
            bottom: 0;
            left: -42px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            border: 2px solid #212b36;
            transition: all 0.5s;
        }

        .header-search-fixed-mobile .search {
            top: 25%;
            right: 0px;
            transition: all 1s;
            z-index: 4;
            transition: all 0.4s;
            width: 40px;
            height: 30px;
        }

        .header-search-fixed-mobile input {
            position: absolute;
            /* margin: 9px 0 0 35px; 
            margin: 9px 0 0 15px;*/
            right: 10px;
            bottom: -3.5px;
            width: 45px;
            height: 50px;
            outline: none;
            transition: all 1s;
            opacity: 0;
            z-index: 5;
            border-color: #eaeaea;
            outline: none;
            padding-left: 15px;
            border-style: solid;
            color: #919eab;
            background-color: #ffffff;
            border-radius: 17.5px;
            border: 1px solid #c4cdd5;
            height: 40px;
        }

            .header-search-fixed-mobile input:focus {
                width: 300px;
                opacity: 1;
                cursor: text;
            }

    html, body {
        overflow: auto !important;
    }

    img.img-logo-footer {
        width: 40%;
    }

    .one-informtaion-order-total {
        width: 100%;
    }

    .scroll-information {
        background: white;
        padding: 0 10px;
    }

    .transport-price-number {
        text-align: right;
    }

    .sort-tool .sort-product ul li {
        font-size: 14px;
        padding: 0 10px;
    }

    .transport-detail-row {
        width: 100% !important;
    }

    .transport-detail-value {
        width: 50% !important;
        text-align: right;
    }

    .line-border {
        margin: 3px 0;
    }

    .tool-combo-product {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
        left: 0;
    }

        .tool-combo-product > div {
            margin: 0;
            border-radius: 0;
        }

            .tool-combo-product > div.add-combo-to-cart {
                /* width: 60% !important; */
            }

            .tool-combo-product > div.product-combo-now {
                width: 40% !important;
            }

    .combo-product .title-combo {
        font-size: 15px;
    }

    .row-product-detail-combo .information-combo {
        padding: 15px;
        margin-top: 10px;
    }

    .top-product-detail .title-combo-product {
        display: none;
    }

    .top-product-detail .status-combo-product {
        margin-top: 10px;
        display: flex;
    }

    .top-product-detail .title-product-detail h1 {
        font-size: 16px;
    }

    .row-product-detail-combo .title-combo-information {
        font-size: 16px;
    }

    .row-product-detail-combo .sku-combo {
        font-size: 15px;
    }

    .combo-product {
        margin: 8px 0px;
        padding: 15px 15px 0 15px;
    }

    .box-content-category {
        padding: 0;
    }

    .buy-back-click {
        border: unset;
    }

    .header-search input.input-search {
        width: 70%;
    }

    .eshop-icon-hot {
        right: 20px;
    }

    .one-product-loop .eshop-icon-hot {
        right: 0px;
        width: 40px;
        height: 40px;
    }

    .information-popup {
        display: flex;
    }

        .information-popup .price-popup {
            align-self: flex-end;
            margin-left: 10px;
        }

            .information-popup .price-popup span.number-price-popup {
                font-size: 20px;
                font-weight: 700;
                color: #e60019;
            }

    span.unit-product-popup {
        font-size: 12px;
        font-weight: 700;
        color: #212b36;
        text-transform: uppercase;
    }

    .popup-select-product-detail .wrap-quantity-cart .quantity-input {
        width: 110px;
    }

    .popup-header-product .thumb-popup {
        width: 100px;
        height: 100px;
    }

        .popup-header-product .thumb-popup img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .popup-header-product {
        display: flex;
    }

    .box-popup-tool {
        position: absolute;
        bottom: 0;
        width: 100%;
        box-shadow: 1px 1px 1px 1px #8080807a;
        text-align: center;
        left: 0;
    }

        .box-popup-tool button.btn-add-to-cart-popup {
            width: 100%;
            background-color: #ff9100;
            height: 40px;
            overflow: hidden;
            border: unset;
            font-weight: 600;
            color: #ffffff;
            text-transform: uppercase;
            line-height: 40px;
        }

        .box-popup-tool img {
            width: 17px;
            padding-bottom: 5px;
        }

        .box-popup-tool button.btn-buy-now-popup {
            width: 100%;
            background-color: #e60019;
            height: 40px;
            overflow: hidden;
            border: unset;
            font-weight: 600;
            color: #ffffff;
            text-transform: uppercase;
            line-height: 40px;
        }

    .popup-select-product-detail {
        background: white;
        position: fixed;
        bottom: -100%;
        width: 100%;
        z-index: 999999;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        box-shadow: 0px -3px 20px 1px #808080a8;
        transition: 0.4s;
        padding: 10px;
        padding-bottom: 70px;
        font-size: 12px;
    }

        .popup-select-product-detail .line-border {
            width: 100%;
            border-bottom: 1px solid var(--border-color);
            margin: 3px 0;
        }

    .filter-popup-mobile {
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: #0000003d;
        z-index: 99999;
        display: none;
    }

    .wrap-quantity-cart .quantity-input {
        width: 92px;
    }

    .popup-branch {
        width: 89%;
    }

    .popup-branch {
        width: 89%;
    }

        .popup-branch ul {
            width: 100%;
            font-size: 12px;
            padding: 0;
            margin: 4px 0;
        }

    .content-popup {
        overflow-x: hidden;
        padding: 0 5px;
    }

    .title-all-branch {
        margin-bottom: 10px;
    }

    .add-to-cart-mobile .buy-now-detail-product {
        width: 40%;
        background: #e60019;
        height: 100%;
        line-height: 50px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        float: right;
        font-size: 12px;
        margin: 0;
        border-radius: unset;
    }

    .add-to-cart-mobile .btn-add-to-cart img {
        width: 16px;
        padding-bottom: 5px;
    }

    #nav-thumbnail-product {
        display: none !important;
    }

    .container {
        margin: 0;
    }

    .mt-3 {
        margin-top: 7px !important;
    }

    .top-product-detail .new-product {
        right: 30px;
    }

    .top-product-detail {
        margin-bottom: 0px;
        background: white;
    }

    body {
        background: var(--back-ground-gray);
    }

    .more-product-infomation {
        background: white;
        margin-top: 10px;
    }

    .title-more-infomtaion {
        padding: 15px;
        margin: 0 !important;
        font-size: 14px;
    }

    .top-product-detail-info {
        padding: 20px;
    }

    .title-product-detail h1 {
        font-size: 16px;
    }

    .sku-product-detail {
        font-size: 14px;
    }

    .regular-price-product-detail span:nth-child(1) {
        font-size: 20px;
    }

    .top-product-detail .sale-product {
        right: 30px;
    }

    .content-detail-product {
        padding: 16px;
        font-size: 12px;
        text-align: justify;
    }

    .related-product {
        background: white;
        margin-top: 10px;
    }

    .mobile-related-product .one-product-loop {
        width: 46%;
        float: left;
        margin: 2% !important;
    }

    .price-product .sale-price {
        font-size: 14px;
    }

    .price-product .regular-price {
        font-size: 12px;
    }

    .add-to-cart-mobile {
        position: fixed;
        bottom: 0;
        background: white;
        width: 100%;
        text-align: center;
        left: 0;
        z-index: 9999999;
        box-shadow: 1px 1px 20px 1px #808080;
    }

        .add-to-cart-mobile .add-to-cart-detail-product {
            width: 60%;
            background: #ff9100;
            margin: 0 auto;
            height: 100%;
            line-height: 50px;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            float: left;
            font-size: 12px;
            border: unset;
            border-radius: unset;
        }

    .mobile-related-product {
        padding-bottom: 30px;
        overflow: hidden;
    }

    .wrap-tool-mobile {
        bottom: 63px;
    }

    .title-more-infomtaion {
        font-weight: 600;
    }

    .back-to-prev {
        position: absolute;
        top: 30px;
        left: 10px;
        z-index: 99999;
    }

    .slide-per-all {
        position: absolute;
        bottom: 10px;
        right: 30px;
        z-index: 1;
        width: 50px;
        text-align: center;
        background: #b5b5b5;
        border-radius: 100px;
        font-size: 15px;
    }

    .status-cart .active-bar {
        position: absolute;
        width: 25%;
        height: 100%;
        left: 0;
        top: 0;
        background: var(--red-main-color);
        border-radius: 100px;
        z-index: 0;
    }

    .header-search {
        height: 48px;
        background: white;
        position: fixed;
        width: 100%;
        z-index: 10000;
        top: 0;
        left: 0;
        box-shadow: 1px 1px 20px 1px #c3c3c3;
    }

    input.input-search {
        width: 75%;
        left: 54%;
    }

    .top-header {
        height: auto;
    }

    .button-menu-mobile {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    body, html {
        overflow-x: hidden;
    }

    .header {
        padding-top: 48px;
        /* margin-bottom: 5px; */
    }

    h2.title-section {
        font-size: 24px;
        margin-bottom: 20px;
        float: left;
        font-weight: 600;
        padding: 0 14px;
    }

    .categories-mobile h2.title-section.hot-title {
        float: unset;
    }

    .product-category .one-product-loop .thumbnail img {
        height: 150px;
    }

    .title-product {
        font-size: 12px;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .add-to-cart {
        display: none !important;
    }

    .main .container {
        padding: 0;
    }

    .top-location {
        background: white;
        padding: 15px 0;
    }

    .product-location-2, .product-location-1, .product-location-3, .product-location-4 {
        background: white;
        margin-top: 10px;
        padding: 14px 0;
    }


        .product-location-2 .one-product-loop, .product-location-1 .one-product-loop, .product-location-3 .one-product-loop, .product-location-4 .one-product-loop, .one-product-feartured {
            margin: 0 5px;
            margin-bottom: 10px;
        }

        .product-location-3 .owl-nav, .product-location-1 .owl-nav, .product-location-2 .owl-nav {
            display: none;
        }

    .slider-categories-product .one-product img {
        width: 100%;
    }

    .slider-categories-product.owl-carousel .owl-item img {
        height: 148px;
        object-fit: cover;
        object-position: top;
    }

    .title-slider-category {
        font-size: 10px;
        font-weight: 600;
        color: #212b36;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .one-category {
    }

    .product-location-4 .col-6 {
        padding: 0;
    }

    .product-location-4 .row {
        margin: 0;
    }

    .footer {
        margin-top: 10px;
        background: white;
        padding-top: 10px;
        font-size: 12px;
    }

    h2.title-section {
        font-size: 16px !important;
    }

    .one-category img {
        width: 100%;
        height: 70px;
        object-fit: cover;
        object-position: top;
    }

    .categories-mobile .row {
        margin: 0 7px;
    }

    .categories-mobile .col-3 {
        padding: 0;
    }

    .categories-mobile .one-category {
        margin: 7px;
    }

    .categories-mobile {
        background: white;
    }

        .categories-mobile .title-section {
            padding: 13px 8px;
            margin-bottom: 0;
        }


        .categories-mobile .one-category img {
            border-radius: 3px;
        }

    .product-category {
        margin-top: 10px;
        background: white;
        padding: 9px;
    }

        .product-category .row {
            margin: 0 15px;
        }

        .product-category .col-6 .one-product-loop {
            margin-bottom: 0;
        }

    .sort-mobile ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0 4px;
        right: 0;
    }

        .sort-mobile ul > li {
            display: inline-block;
            width: 25%;
            float: left;
            font-size: 12px;
            font-weight: 600;
            color: #212b36;
            position: relative;
        }

    li.active-sort-mobile span {
        border-bottom: 2px solid #e60019;
        display: inline-block;
        height: 100%;
        padding: 10px 0;
    }

    .sort-mobile ul li span {
        padding: 10px 0;
        display: inline-block;
    }

    ul.sub-sort-mobile {
        position: absolute;
        z-index: 99;
        overflow: hidden;
        width: fit-content;
        box-shadow: -1px 2px 20px 1px #8080807d;
        background: white;
        top: 100%;
        visibility: hidden;
    }

        ul.sub-sort-mobile li {
            display: block;
            float: unset;
            min-width: 200px;
            padding-left: 20px;
            border-bottom: 1px solid #8080801f;
        }

    .new-product {
        position: absolute;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        background: red;
        text-align: center;
        line-height: 35px;
        color: white;
        font-size: 10px;
        right: 10px;
        top: 10px;
        z-index: 10;
    }

    .header-slider.owl-carousel .owl-item img {
        min-height: 170px;
        object-fit: cover;
        object-position: center center;
        height: 170px;
    }

    table.table-attribute td {
        font-size: 12px;
    }

    .item-thumbnail {
        height: 374px;
    }

    .mobile-delete {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    table#table-cart .wrap-quantity-cart {
        position: absolute;
        bottom: 20px;
    }

    .wrap-tool-mobile {
        top: 0%;
        right: 0px;
        position: fixed;
    }

        .wrap-tool-mobile .cart-count img {
            width: 20px;
        }

    .footer-mobile {
        padding: 15px;
    }

    .btn-add-to-cart .cart-count {
        position: absolute;
        top: 0px;
        left: 20%;
    }

        .btn-add-to-cart .cart-count span {
            padding: 1px;
        }

    .back-to-prev {
        z-index: 999;
    }

    .btn-buy-now {
        border: unset;
    }
}


@media screen and (max-width: 414px) {

    .btn-buy-now {
        border: unset;
    }

    h2.title-section {
        padding: 0 5px;
    }

    .one-product-loop.mask-home-product .thumbnail {
        height: 190px;
    }

    .one-product-loop.mask-home-product {
        width: 50%;
    }

    .btn-add-to-cart .cart-count {
        left: 17%;
    }
}

@media screen and (max-width: 375px) {

    .panel-mobile .one-product-loop .thumbnail img {
        height: 140.5px;
    }
}

@media screen and (max-width: 360px) {

    .product-category .one-product-loop .thumbnail img {
        height: 170px;
    }
}


@media screen and (max-width: 320px) {

    .price-product .regular-price {
        font-size: 11px !important;
    }

    .price-product .sale-price {
        font-size: 12px !important;
    }

    .more-information .price-product {
        display: flex !important;
        flex-wrap: wrap;
    }

    .transport-thumbnail {
        width: 60px !important;
    }

    .transport-product-infor {
        width: unset !important;
        padding-left: 10px !important;
    }

    .product-category .one-product-loop .thumbnail img {
        height: 160px;
    }
}

