/* Minification failed. Returning unminified contents.
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(362,17): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
(392,26): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
(417,26): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
(1416,17): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
(1417,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow-sale'
(1435,34): run-time error CSS1039: Token not allowed after unary operator: '-yellow-sale'
(1445,35): run-time error CSS1039: Token not allowed after unary operator: '-yellow-sale'
(1485,35): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(1651,26): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
(1705,26): run-time error CSS1039: Token not allowed after unary operator: '-red-main-color'
 */
button:disabled {
    opacity: 0.6;
}

.row-product-detail-combo .one-product-loop .more-information {
    min-height: 55px;
}

.fr{
    float: right;
}
:root {
    --red-main-color: #E60019;
    --light-red-main-color: #FDEBEB;
    --yellow-sale: #f9ad50;
    --border-color: #c7c7c761;
    --back-ground-gray: #ececec;
    --black-main-color: #333333;
}
body {
    /*font-family: openSans;*/
    font-family: 'Roboto',Tahoma,sans-serif !important;
    font-size: 14px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-20,
.col-80,
.col-100,
.col-xl-20,
.col-xl-80
{
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.container{
    padding: 0;
}

@media screen and (max-width: 576px) {
    .col-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0 15px;
    }

    .col-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-sm-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0 15px;
    }

    .col-md-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}


@media screen and (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0 -15px;
    }
}

@media screen and (min-width: 1140px) {
    .col-xl-20 {
        -ms-flex: 0 0 18.9%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0 -15px;
    }
}
* {
    margin: 0;
    padding: 0;
}

a {
    color: #383838;
    text-decoration: none;
}

    a:hover {
        color: #6d6d6d;
    }

.logo {
    float: left;
    width: 15%;
    height: 100%;
    position: relative;
}

.header-search {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

.header-tool {
    width: 35%;
    float: left;
    height: 100%;
    position: relative;
}

.logo .img-logo {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.header-search input.input-search {
    width: 80%;
    border-color: #eaeaea;
    outline: none;
    padding-left: 40px;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #919eab;
    background-color: #ffffff;
    border-radius: 17.5px;
    border: 1px solid #c4cdd5;
    height: 35px;
    overflow: hidden;
}

.top-header {
    position: relative;
    height: 100px;
}

.header-tool > div > div {
    display: inline-block;
}

.header-tool a {
    color: gray;
}

.header-tool > div {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    color: gray;
}

.menu-header ul.menu-top {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menu-header ul.menu-top > li {
        display: inline-block;
        padding: 0px 24px;
    }

        .menu-header ul.menu-top > li > a {
            display: block;
            padding: 14px 0px;
            text-decoration: none;
        }

.fixed-header ul.menu-top > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.menu-header {
    border-top: 1px solid #80808038;
    border-bottom: 1px solid #80808038;
    position: relative;
    box-shadow: 1px 10px 10px #acacac4d;
}

    .menu-header ul.menu-top > li:nth-last-child(1) > a {
        display: inline-block;
        font-weight: 600;
    }

    .menu-header li.item-menu.active-menu > a:first-of-type {
        font-weight: 700;
        position: relative;
        color: #ff0047;
    }

    .menu-header li.item-menu.has-child-menu.active-menu a::before {
        border-top: 6px solid #ff0047 !important;
    }

    .menu-header li.item-menu a {
        position: relative;
    }

    .menu-header .menu-top > li.item-menu.active-menu > a::after {
        border-bottom: 3px solid #ff0047;
        color: #ff0047;
        font-weight: 700;
        position: absolute;
        height: 3px;
        background: #ff0047;
        width: 100%;
        content: "";
        left: 0;
        bottom: 0;
    }

    .menu-header ul.meu-top > li:nth-last-child(1) {
        float: right;
        color: #ff0047;
        font-weight: 600;
    }


.sale-text {
    color: var(--red-main-color);
}

    .sale-text:hover {
        color: #ff0047;
    }

.wrap-tool a {
    text-decoration: none;
}

.wrap-tool .cart {
    margin-left: 35px;
}

.wrap-tool .cart-count {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

    .wrap-tool .cart-count span {
        position: absolute;
        right: -14px;
        top: 10px;
        color: white;
        font-weight: bold;
        font-size: 10px;
        width: 20px;
        height: 20px;
        background: var(--red-main-color);
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
    }

    .wrap-tool.cart-count img {
        width: 120%;
    }

.cart-count-fixed-menu {
    position: relative;
    margin-left: 10px;
    display: inline;
}

    .cart-count-fixed-menu span {
        position: absolute;
        right: -14px;
        top: 10px;
        color: white;
        font-weight: bold;
        font-size: 10px;
        width: 20px;
        height: 20px;
        background: var(--red-main-color);
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
    }

.button-menu-mobile {
    position: fixed;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 10px;
    top: 15px;
    cursor: pointer;
    user-select: none;
    z-index: 9999;
    background: white;
}

.filter-background {
    background: #000000ad;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    display: none;
    cursor: pointer;
}

.menu-mobile {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: white;
    left: -100%;
    transition: 0.5s;
    visibility: hidden;
}

.show-menu-mobile {
    visibility: visible;
    left: 0 !important;
    z-index: 111111;
}

img.img-logo-mobile {
    height: 70px;
    margin: 0 auto;
    display: block;
}


ul.menu-top-mobile li a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

    ul.menu-top-mobile li a:hover {
        margin-left: 30px;
    }

.wrap-tool-mobile {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 20px;
    z-index: 99997;
    right: 20px;
    overflow: hidden;
    top: 0;
}

    .wrap-tool-mobile > div {
        float: left;
        text-align: center;
        height: 100%;
        line-height: 50px;
        width: 100%;
    }

    .wrap-tool-mobile a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        color: white;
        border-radius: 50%;
    }

    .wrap-tool-mobile .cart-count {
        display: inline;
    }

.logo-mobile-new {
    height: 100%;
}

    .logo-mobile-new img {
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }


.wrap-tool-mobile .cart-count span {
    position: absolute;
    right: 4px;
    color: white;
    font-weight: bold;
    font-size: 9px;
    width: 18px;
    height: 18px;
    background: #c70303;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    bottom: 7px;
}

.wrap-tool-mobile .cart-count img {
    width: 28px;
}

.menu-header ul.menu-top > li > a {
    text-transform: uppercase;
    font-weight: 600;
    color: #212b36;
    font-size: 14px;
}

.one-product-feartured .price-product {
    margin-top: 10px;
}

.clear-fix {
    clear: both;
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
    font-size: 12px;
    color: #919eab;
    margin-bottom: 0;
}

    .breadcrumb a {
        font-size: 12px;
        font-weight: 600;
        color: #212b36;
    }

.menu-header ul.menu-top > li:nth-child(1), .menu-header ul.menu-top > li:nth-child(2) {
    padding-left: 0;
}



.on-sub-menu-header > ul > li {
    display: block;
}

.on-sub-menu-header > ul {
    padding-left: 10px;
}

.title-category-menu {
    font-weight: 600;
    color: #212b36;
    font-size: 14px;
    text-transform: uppercase;
}

.on-sub-menu-header {
    margin-bottom: 7px;
}

    .on-sub-menu-header > ul > li > a {
        font-size: 12px;
        font-weight: 600;
        color: #212b36;
        padding: 5px 0;
        display: inline-block;
    }

.block-child-menu {
    width: 16.666666%;
}

.sub-menu-header .container {
    display: flex;
    flex-wrap: wrap;
}

.menu-header ul.menu-top > li:nth-last-child(1) {
    float: right;
    font-weight: 600;
    color: #e60019;
    padding-right: 0px;
}

.wrap-child-menu {
    display: inline-block;
    position: relative;
}

li.has-child-menu-2 {
    position: relative;
}

.wrap-child-menu .show-menu-child-2 {
    content: "";
    background: url("../assets/images/icon/arrow_mini.svg");
    background-size: 10px 10px;
    position: absolute;
    z-index: 10;
    right: -20px;
    width: 9px;
    height: 17px;
    cursor: pointer;
    top: 60%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

li.has-child-menu-2 li {
    list-style-type: none;
    font-size: 12px;
    font-weight: 600;
    color: #212b36;
    padding: 5px 15px;
}

.menu-header li.item-menu.has-child-menu a {
    position: relative;
    text-decoration: none;
}

    .menu-header li.item-menu.has-child-menu a:hover {
        /* color: #e60019; */
    }

.menu-header li.item-menu.has-child-menu > a::before {
    content: "";
    border: 6px solid transparent;
    border-top: 6px solid black;
    right: -22px;
    top: 53%;
    transform: translateY(-50%);
    position: absolute;
}

.menu-header li.item-menu.has-child-menu > a:hover::before {
    /* content: ""; */
    /* border: 6px solid transparent; */
    /* border-top: 6px solid #ff0047; */
    /* right: -22px; */
    /* top: 56%; */
    /* transform: translateY(-50%); */
    /* position: absolute; */
}

/*.menu-header .menu-top > li.item-menu > a:hover {
    color: #ff0047;
}*/

/*.menu-header .menu-top > li.item-menu > a:hover::after {
    border-bottom: 3px solid #ff0047;
    color: #ff0047;
    font-weight: 700;
    position: absolute;
    height: 3px;
    background: #ff0047;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
}*/

.menu-header li.item-menu.has-child-menu:hover .sub-menu-header {
    top: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 100%;
    padding:30px;
}

.menu-header li.item-menu.has-child-menu .sub-menu-header {
    position: absolute;
    z-index: 9999;
    background: white;
    left: 0;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding: 15px 0;
    top: 200%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    box-shadow: 5px 6px 6px 1px #0000001a;
    overflow: hidden;
    
}

.menu-header li.has-child-menu-2 > ul {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

li.has-child-menu-2-active::after {
    transform: rotate(90deg);
}

.on-sub-menu-header.has-child-menu-1 .title-category-menu {
    position: relative;
    display: inline;
}

.on-sub-menu-header.has-child-menu-1 ul {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s;
}

.show-menu-child {
    background: url("../assets/images/icon/arrow_mini.svg");
    background-size: 10px 10px;
    position: absolute;
    z-index: 10;
    right: -20px;
    width: 35px;
    height: 18px;
    cursor: pointer;
    top: 0;
    transition: 0.4s;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 60%;
}

.on-sub-menu-header.has-child-menu-1 {
    position: relative;
}

a.order-dboption-hotline {
    font-weight: 600;
    color: #e60019;
    text-decoration: none;
}

.fixed-header {
    width: 100%;
    top: -100%;
    background: white;
    z-index: 11;
    box-shadow: 1px 1px 20px 1px #00000040;
    transition: 0.6s;
}

    .fixed-header-scroll{
        top: 0 !important;
    }

    .animation-header {
        top: 0;
    }

.menu-header ul.menu-top > li.cart-scroll {
    /*transform: translateX(-20%);*/
    align-items: center;
    float: right;
    position: relative;
    display: flex !important;
}

.header-search-fixed {
    width: 36px;
    height: 30px;
}

    .header-search-fixed .search {
        top: 25%;
        right: 0px;
        transition: all 1s;
        z-index: 4;
        transition: all 0.4s;
        width: 40px;
        height: 30px;
    }
    .header-search-fixed .search:hover {
        cursor: pointer;
    }

        .header-search-fixed .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 .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 input {
        position: absolute;
        /*margin: 9px 0 0 35px;*/
        margin: 9px 0 0 15px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        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 input:hover {
            cursor: pointer;
        }

        .header-search-fixed input:focus {
            width: 300px;
            opacity: 1;
            cursor: text;
            left: -250px;
        }

            .header-search-fixed input:focus ~ .search {
                /* right: -250px; */
                /* background: #151515; */
                z-index: 6;
            }

                .header-search-fixed input:focus ~ .search::before {
                    top: 0;
                    left: 0;
                    width: 20px;
                    z-index: 6;
                    right: 40px;
                    background: #c4cdd5;
                }

                .header-search-fixed input:focus ~ .search::after {
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 2px;
                    border: none;
                    background: #c4cdd5;
                    border-radius: 0%;
                    transform: rotate(-45deg);
                    z-index: 6;
                    right: 40px;
                }

        .header-search-fixed input::placeholder {
            color: #919eab;
        }
    /*EndSearch*/

    
.menu-header li.logo-fixed img {
    width: 130px;
    transition: 1s;
    /*    transform: scale(0);*/
    object-fit: contain;
    height: 100%;
    object-position: center center;
}

.menu-header ul.menu-top > li.logo-fixed {
    height: 60px;
}

.header-slider {
    margin-top: 5px;
}

.on-sub-menu-header ul.active-child-menu-one > li.item-menu-child:hover {
    padding-left: 5px;
}

.wrap-child-menu {
    font-weight: 600;
    color: #212b36;
}

.on-sub-menu-header ul.active-child-menu-one > li.item-menu-child:hover .item-menu-child {
    padding-left: -10px;
}

.on-sub-menu-header li.item-menu-child {
    transition: 0.4s;
}


.header-slider.has-nav-custom .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.header-slider.has-nav-custom:hover .owl-nav .owl-prev {
    left: 90px;
}

.header-slider.has-nav-custom:hover .owl-nav .owl-next {
    right: 90px;
}

.menu-header ul.resize-menu > li.item-menu {
    padding: 0 11px;
}

.menu-header ul.resize-menu > li.cart-scroll .input-search {
    padding-left: 36px;
}

.menu-header ul.resize-menu > li.item-menu a {
    font-size: 12px;
}

.menu-header ul.resize-menu > li:nth-child(1), .menu-header ul.menu-top > li:nth-child(2) {
    padding-left: 0;
}

.menu-header ul.resize-menu > li.item-menu.has-child-menu > a::before {
    right: -12px;
    border: 5px solid transparent;
    border-top: 5px solid black;
}

.close-header-mobile {
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    text-align: center;
}

.logo-mobile {
    border-bottom: 1px solid #dfdfdf;
}

.expand-child-menu-mobile {
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 41px;
    z-index: 1;
}

.menu-top-mobile li.item-menu.has-child-menu {
    position: relative;
}

    .menu-top-mobile li.item-menu.has-child-menu .sub-menu-header {
        position: fixed;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 100%;
        background: white;
        width: 100%;
        height: 100vh;
       
        z-index: 2;
        transition: 0.5s;
    }

.parent-category-mobile {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.back-parent-menu {
    position: absolute;
    left: 0;
    width: 40px;
    text-align: center;
}

.menu-top-mobile .on-sub-menu-header .title-menu-child {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.menu-top-mobile .on-sub-menu-header {
    padding-left: 40px;
    overflow-y: auto;
    height: 100vh;
}


.second-child-menu {
    transition: 0.5s;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    background: white;
    height: 100vh;
    z-index: 3;
}

ul.menu-top-mobile ul {
    list-style-type: none;
    overflow-y: auto;
    height: 100vh;
}

.menu-top-mobile li.item-menu.has-child-menu .sub-menu-header.expanded-menu-child {
    left: 0;
}

.menu-mobile.d-block.d-md-none.show-menu-mobile.has-expanded-menu-child {
    left: -50% !important;
    overflow: hidden;
}

.second-child-menu.exanded-second-menu {
    left: 0 !important;
}

.sub-menu-header.expanded-menu-child.has-exanded-second-menu {
    left: -50% !important;
    overflow: hidden;
}

.third-menu-mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 100%;
    transition: 0.5s;
    background: white;
    z-index: 4;
}

.second-child-menu > ul > li {
    position: relative;
}

.third-menu-mobile.exanded-third-menu {
    left: 0;
}

.second-child-menu.exanded-second-menu.has-exanded-third-menu {
    left: -50% !important;
    overflow: hidden !important;
}

.menu-header ul.menu-top > li:hover > a {
    color: #ff0047;
}

.back-parent-menu img {
    width: 19px;
    margin-bottom: 2.5px;
}

.header-slider .slider-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
img.img-logo-footer {
    width: 64.6%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.footer ul {
    list-style: none;
    margin: 20px 0;
}

.footer {
    border-top: 1px solid #f1f1f1;
    margin-top: 100px;
    padding-top: 50px;
    color: #4a4a4a;
    /*min-height: 450px;*/
    padding-bottom: 10px;
}

.title-footer {
    font-weight: 600;
}

.footer ul li.icon-social a {
    padding-right: 5px;
}

.footer ul a {
    text-decoration: none;
}

    .footer ul a:hover {
        color: #2b2b2b;
    }

.footer ul li {
    margin-bottom: 7px;
}

.footer a {
    color: #4a4a4a;
}

.show-all-branch {
    font-size: 12px;
    font-weight: 700;
    color: #e60019;
    text-transform: uppercase;
    cursor: pointer;
}

.popup-branch {
    position: fixed;
    z-index: 99999;
    background: white;
    width: 50%;
    min-height: 160px;
    box-shadow: 1px 1px 20px 1px #d6d6d636;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .popup-branch ul ul {
        width: 33.333%;
        float: left;
        min-height: 105px;
        margin: 5px 0;
        /*margin: 10px 0;
        padding: 0 10px;*/
    }

.title-all-branch {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 5px;
    background: #eef0f3;
    padding: 10px 0px;
    position: relative;
}


.popup-branch img {
    right: 10px;
    top: 50%;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}

.show-popup-branch {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.popup-branch ul li:nth-child(1) {
    font-weight: 600;
}

.content-popup {
    font-size: 14px;
    list-style: none;
    overflow-y: auto;
    padding: 0 20px;
    max-height: 70vh;
}

    .content-popup::-webkit-scrollbar {
        width: 6px;
    }

    .content-popup::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .content-popup::-webkit-scrollbar-thumb {
        background: #888;
    }

    .content-popup::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media only screen and (max-width: 576px) {
    .footer ul {
        margin: 10px 0;
    }

        .footer ul li, .show-all-branch {
            padding-left: 10px;
        }

    .footer .show-top-branch ul.data-branch li {
        padding: 0;
    }

    .title-footer {
        padding-left: 10px;
    }
}

.one-product-loop {
    position: relative;
    border: 1px solid #dedede78;
    border-radius: 4px;
    margin-bottom: 20px;
}

.one-product-loop a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

    .one-product-loop:hover {
        box-shadow: 1px 1px 20px 1px #a4a4a426;
    }

.title-product {
    color: #3e3d3d;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.category-product {
    font-size: 11px;
    color: gray;
}


.description {
    margin-top: 7px;
    font-size: 12px;
    color: #212b36;
}

.price-product > div {
    display: inline-block;
}

.price-product .sale-price {
    font-size: 16px;
}

.price-product .regular-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #919eab;
    margin-left: 5px;
}

.one-product-loop .thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}

.one-product-loop .more-information {
    padding: 10px;
    min-height: 80px;
    position: relative;
}

.add-to-cart {
    float: right;
    background: #f9d2df;
    border-radius: 7px;
    width: 40px;
    position: relative;
    height: 40px;
}

.add-to-cart img {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.more-information .price-product {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
}

@media only screen and (max-width: 576px) {
    .one-product-loop .more-information {
        min-height: 63px;
    }

    .mobile-related-product .one-product-loop .thumbnail img {
        height: 150px;
        object-fit: cover;
    }
}
/* New product */
.new-product {
    position: absolute;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: red;
    text-align: center;
    line-height: 41px;
    color: white;
    font-size: 11px;
    right: 10px;
    top: 10px;
    z-index: 10;
}

/* sale product */
.sale-product {
    position: absolute;
    right: 10px;
    color: var(--red-main-color);
    background: var(--yellow-sale);
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    padding: 0 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    z-index: 10;
    top: 0;
}

.sale-product span {
    color: white;
    display: block;
}

.sale-product::after {
    border: 16px solid transparent;
    border-left: 24px solid var(--yellow-sale);
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -1;
}

.sale-product::before {
    border: 16px solid transparent;
    border-right: 24px solid var(--yellow-sale);
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    z-index: -1;
}

.icon-list {
    height: 2px;
    background: black;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.icon-list::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: black;
    left: 0;
    top: -5px;
}

.icon-list::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: black;
    left: 0;
    top: 5px;
}

.line-border {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    margin: 12px 0;
}

.eshop-icon-zalo {
    background-image: url('../assets/images/Image\ 22.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

.eshop-icon-facebook {
    background-image: url('../assets/images/Image\ 18.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

.eshop-icon-instagram {
    background-image: url('../assets/images/Image\ 19.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

.eshop-icon-youtube {
    background-image: url('../assets/images/Image\ 20.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}

.eshop-icon-twitter {
    background-image: url('../assets/images/Image\ 21.png');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}


.eshop-icon-hot {
    background-image: url('../assets/images/icon/hot-icon.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 9px;
    right: 8px;
    z-index: 2;
}

.close-mobile-cart {
    background-image: url(../assets/images/icon/close-mobile.svg);
    width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

.icon-momo {
    background-image: url(../assets/images/icon/momo.svg);
    width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-zalo {
    background-image: url(../assets/images/icon/zalopay.svg);
    width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.scan-qr {
    background-image: url(../assets/images/icon/scan-qr.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.momo-mini {
    background-image: url(../assets/images/icon/momo-mini.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.close-qr {
    background-image: url(../assets/images/icon/close.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}

.eshop-icon-search {
    background-image: url('../assets/images/icon/Icons-Minor-Search.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*@font-face{
  font-family:'openSans';
  src:url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}*/
.wrap-input {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.wrap-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #b1b1b1;
}

/* On mouse-over, add a grey background color */
.wrap-input:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wrap-input input:checked ~ .checkmark {
  background-color: var(--red-main-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wrap-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wrap-input .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.title-label {
  font-size: 12px;
}

.checkmark-radius{
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #79797961;
}

.checkmark-radius:after {
  content: "";
  position: absolute;
  display: none;
}

.wrap-input input:checked ~ .checkmark-radius:after {
  display: block;
}

.wrap-input input:checked ~ .checkmark-radius {
  border: 3px solid var(--red-main-color);
}
.checkmark-radius::after {
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: translateX(-50%) translateY(-50%);
  background: red;
  border-radius: 50%;       
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../assets/images/icon/access_time.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

input.choose-other-date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

select {
width:100px;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
-ms-appearance:none;
border:2px solid #000;
background:url(../assets/images/icon/arrow_drop_down.svg);
background-repeat:no-repeat;
background-size:25px 25px;
background-position:right 5px;
}


.has-nav-custom .owl-nav .owl-prev {
left: -50px;
position: absolute;
}

.has-nav-custom .owl-nav .owl-next {
right: -50px;
position: absolute;
}

.has-nav-custom .owl-nav button {
outline: none;
}

.has-nav-custom .owl-nav span {
font-size: 40px;
position: absolute;
top: 43%;
transform: translateY(-50%) translateX(-50%);
left: 50%;
}

.has-nav-custom .owl-nav .owl-next {
width: 40px;
height: 40px;
border-radius: 50%;
background: white !important;
position: absolute;
transition: 0.4s;
}

.has-nav-custom .owl-nav .owl-prev {
width: 40px;
height: 40px;
border-radius: 50%;
background: white !important;
position: absolute;
transition: 0.4s;
}

.has-nav-custom .owl-nav {
position: absolute;
top: 36%;
width: 100%;
}

.has-nav-custom .owl-nav{
visibility: hidden;
transition: 0.4s;
opacity: 0;
}

.has-nav-custom:hover .owl-nav{
visibility: visible;
opacity: 1;
}

.has-nav-custom:hover .owl-nav .owl-prev{
left: 3px;
}

.has-nav-custom:hover .owl-nav .owl-next{
right: 3px;
}

.has-nav-custom .owl-nav .owl-prev{
left: -10px;
}

.has-nav-custom .owl-nav .owl-next{
right: -10px;
}

.has-nav-custom-2 .owl-nav {
position: absolute;
top: 34%;
transform: translateY(-50%);
font-size: 50px;
width: 100%;
}

.has-nav-custom-2 .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  height: 0;
}

.has-nav-custom-2 .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

.loading-product {
  display: block;
  width: 100%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

button {
  outline: none !important;
}

.loading-product img{
  animation: loadingImage infinite 0.7s linear;
  transform-origin: 7px 8px;
  width: 18px;
  height: 18px;
}

.cart-animation {
    position: absolute;
    z-index: 99999;
    padding: 8px;
    text-align: center;
    transition: 0.7s;
    background-image: url('../assets/images/cart-simple.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: none;
}

@-moz-keyframes loadingImage {
  0%, 100% {-moz-transform: rotate(0deg);}
  33% {-moz-transform: rotate(15deg);}
  66% {-moz-transform: rotate(-15deg);}
}
@-webkit-keyframes loadingImage {
  0%, 100% {-webkit-transform: rotate(0deg);}
  33% {-webkit-transform: rotate(15deg);}
  66% {-webkit-transform: rotate(-15deg);}
}
@keyframes loadingImage {
  0%{transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.loading-page-data {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffffad;
    left: 0;
    z-index: 20;
    display: none;
}

    .loading-page-data .ldio-aj3y6tu5ln7 div {
        position: absolute;
        width: 120px;
        height: 120px;
        border: 20px solid #e60019;
        border-top-color: transparent;
        border-radius: 50%;
    }

    .loading-page-data .ldio-aj3y6tu5ln7 div {
        animation: ldio-aj3y6tu5ln7 1s linear infinite;
        top: 102px;
        left: 100px;
    }

    .loading-page-data .loadingio-spinner-rolling-5y7ioyfbou9 {
        width: 39px;
        height: 39px;
        display: inline-block;
        overflow: hidden;
        background: #ffffff00;
        position: absolute;
        left: 50%;
        top: 45%;
        z-index: 1;
        transform: translateY(-50%) translateX(-50%);
    }

    .loading-page-data .ldio-aj3y6tu5ln7 {
        width: 100%;
        height: 100%;
        position: relative;
        transform: translateZ(0) scale(0.2);
        backface-visibility: hidden;
        transform-origin: 0 0;
    }

        .loading-page-data .ldio-aj3y6tu5ln7 div {
            box-sizing: content-box;
        }


.one-category a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.one-category {
    position: relative;
}

sup {
    text-decoration: underline;
    margin-left: 2px;
}

input {
    -webkit-appearance: none !important;
}

.minus-value, .plus-value {
    z-index: 10;
}

@keyframes ldio-aj3y6tu5ln7 {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.container {
    position: relative;
}

.loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 100vh;
    z-index: 99999;
    display: none;
}

    .loading-page div {
        position: absolute;
        background-color: white;
    }

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}


.mask-category::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: gray;
    z-index: 100;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 100vh;
    z-index: 10;
}

.mask-category {
    position: relative;
}

.title-product.mask-category, .description.mask-category {
    height: 30px;
    overflow: hidden;
    margin: 20px 0;
}

.price-product.mask-category {
    height: 0px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}


.one-product-loop.mask-home-product .thumbnail {
    height: 260px;
}

.one-product-loop.mask-home-product .title-product.mask-category, .one-product-loop.mask-home-product .price-product.mask-category {
    height: 30px;
    max-height: 30px;
    position: relative;
}
