#toc_container {
    background: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
    padding: 15px 10px;
    position: relative;
    width: 100%;
}

.toc_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.toc_list li a {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
}

.toc_list a {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.toc_list ul {
    padding-left: 20px;
}

    .toc_list ul li {
        list-style: disc
    }

        .toc_list ul li ul li {
            list-style: circle
        }

.search .clear-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    background: #6B7280;
    color: #fff;
    font-size: 12px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
}

.search input {
    padding-right: 60px !important
}



.area {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: justify;
}

.jquery-modal .area {
    border: none !important;
    padding: 10px 0 !important;
}

.area.show .area-map {
    top: 30px
}

.area-container {
    padding: 15px;
}


.area-title {
    text-align: center;
    background: #f4f4f4;
}

    .area-title p {
        color: #444;
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #ededed;
        padding: 4px 0;
    }

.area-select {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    height: 36px;
    margin: 0 0 10px 0;
    position: relative;
    transition: box-shadow .3s ease-in;
    width: 100%;
}

    .area-select select {
        background-color: transparent;
        border: 0;
        height: 100%;
        padding: 5px 10px;
        text-transform: capitalize;
        width: 100%
    }

.area-list {
    display: none;
    margin-bottom: 5px;
}

    .area-list.show {
        display: block;
        max-height: 300px;
        overflow: auto;
    }

.jquery-modal .area-list.show {
    min-height: 480px;
    max-height: inherit;
}

.area-list__item {
    cursor: pointer;
    font-size: 13px;
    padding: 8px 5px 8px 10px;
    position: relative
}

    .area-list__item:nth-child(odd) {
        background-color: #f2f2f2
    }


    .area-list__item .svg-icon-zalo {
        vertical-align: middle;
        width: 25px;
        height: auto;
    }

    .area-list__item .svg-icon-map {
        vertical-align: middle;
        width: 15px;
        margin: 0 3px;
    }

        .area-list__item .svg-icon-map path {
            fill: #007eaf
        }

    .area-list__item span.phone-number {
        color: #d00;
        font-weight: 700;
        width: 90px;
        display: inline-block;
        vertical-align: middle;
    }

    .area-list__item p {
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.area-map {
    background-color: #fff;
    border-radius: 8px;
    left: 50%;
    max-width: 700px;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    top: -100%;
    transform: translateX(-50%);
    transition: all .5s;
    width: 100%;
    z-index: 99999
}

    .area-map iframe {
        max-width: 100%;
        width: 100%
    }


.suggestion-product_title {
    text-transform:uppercase;
    font-size:16px;
    font-weight:700;
    text-align:center;
    max-width:80%;
    margin:0 auto 15px;
}

.suggestion-product_list .list-products__item {
    margin:10px 2px;
}


@media (max-width:800px) {
    .area-list {
        max-height: unset;
        overflow-x: auto;
    }

    .area-list__item .svg-icon-zalo {
        width: 22px;
    }

    .area-list__item div:first-child {
        margin-bottom: 5px;
    }

    .area-list__item div:last-child {
        display: flex;
        gap: 4px;
    }
}

@media (max-width:414px) {
    .area-list {
        margin-bottom: 10px
    }
}

/* table */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
        border-top: none !important
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #eceeef;
        border-bottom: 0;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #fff;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }

.product-selected_content {
    position: relative;
}

    .product-selected_content .view-more {
        display: none;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .91) 50%, #fff 55%);
        bottom: 0;
        margin: 10px auto 0;
        max-width: 100%;
        padding-top: 50px;
        position: absolute;
        width: 100%;
    }

        .product-selected_content .view-more span {
            display: flex;
            align-items: center;
            background: #fff;
            color: #212529;
            cursor: pointer;
            display: flex;
            font-size: 14px;
            height: 34px;
            justify-content: center;
            margin: 0 auto 15px;
            max-width: 335px;
            transition: all .3s;
            position: relative;
        }

            .product-selected_content .view-more span::after {
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #333;
                content: '';
                position: relative;
                right: -5px;
                top: 1px;
            }

            .product-selected_content .view-more span:hover {
                color: #d70018
            }

    .product-selected_content .hidden-row {
        display: none;
    }

.listing-timeline {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    flex-direction: row;
    white-space: nowrap;
    overflow: auto;
}

    .listing-timeline .timeline-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f5f5f5;
        padding: 0.25rem 1rem;
        border-radius: 8px;
        margin: 0 0 1rem 0;
        cursor: pointer;
        font-size: clamp(12px, 2.5vw, 14px);
    }

        .listing-timeline .timeline-item.isactive {
            background: #DE0000;
            color: #fff;
        }

        .listing-timeline .timeline-item strong {
            font-size: clamp(14px, 2.5vw, 16px);
            margin-bottom: 5px;
        }


.flash-sale #countdown {
    display: flex;
    justify-content: space-between;
}

    .flash-sale #countdown span {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.2),inset 1px 3px 0 0 hsla(0,0%,100%,.078);
        color: #de4848;
        display: flex;
        line-height: 18px;
        font-size: clamp(12px, 2.5vw, 14px);
        font-weight: 700;
        height: 18px;
        justify-content: center;
        margin-right: 5px;
        width: 25px
    }

.flash-sale .loadmore-btn {
    border: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    width: fit-content;
    height: 36px;
    padding: 0 20px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    margin: 5px auto 0;
    font-weight: 500;
}

    .flash-sale .loadmore-btn span {
        position: relative;
        padding-right: 12px;
    }

        .flash-sale .loadmore-btn span::before {
            border-top: 2px solid #000;
            border-left: 2px solid #000;
            content: '';
            position: absolute;
            height: 5px;
            width: 5px;
            right: 0;
            top: 5px;
            transform: rotate(135deg);
        }

.flash-sale .container {
    position: relative;
}

.flash-sale .preloader {
    background: hsla(0,0%,100%,.75);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

    .flash-sale .preloader .loader {
        background: url(/assets/img/loadding.gif?v=nowebp) no-repeat 50%;
        background-size: 100px;
        height: 100%;
        width: 100%
    }

@media (max-width:1023px) {
    .listing-timeline {
        display: flex;
        justify-content: start;
        width: 100%;
        gap: 10px;
        flex-direction: row;
        white-space: nowrap;
        overflow: auto;
        padding:0 15px;
    }
}

#wrapper {
    padding-bottom: 90px;
    transition: all 0.5s ease-in-out;
}

.input-error {
    border: 1px solid red !important;
}

.container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

.d-flex {
     display:flex;
}

.d-none {
    display: none !important
}

.d-hidden {
    opacity: 0 !important;
    visibility: hidden;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.row {
    display: flex;
    flex: 0 0 calc(100% + 30px);
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.col {
    padding: 0 15px;
    transition: .2s;
    width:100%;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%
}

.swiper.gallery-top {border-radius:12px 12px 0 0;min-height:200px;background:#f5f5f5;}
    .swiper.gallery-top.swiper-initialized {
        background: none
    }

.swiper .swiper-button-next, .swiper .swiper-button-prev {
    align-items: center;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    outline: none;
    top: 48%;
    transition: .3s;
    width: 27px;
}

.swiper .swiper-button-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 5px;
}

.swiper .swiper-button-next {
    border-radius: 100px 0 0 100px;
    padding-left: 5px;
    right: 0;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600;
}

.swiper .swiper-pagination {
    display: block;
    line-height: 1.5;
    margin: 5px 0;
    min-height: 24px;
    position: sticky;
}

    .swiper.swiper-pagination .swiper-pagination-bullet {
        background-color: #707070;
        margin: 0 4px;
        opacity: 1;
        transition: .3s
    }

    .swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #d70018;
        border-radius: 50px;
        width: 20px
    }


@media only screen and (max-width:575px) {
    .container {
        max-width: 100%
    }

    .col-xs-1 {
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-xs-2 {
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-xs-3 {
        flex: 0 0 25%;
        width: 25%
    }

    .col-xs-4 {
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-xs-5 {
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-xs-6 {
        flex: 0 0 50%;
        width: 50%
    }

    .col-xs-7 {
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-xs-8 {
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-xs-9 {
        flex: 0 0 75%;
        width: 75%
    }

    .col-xs-10 {
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-xs-11 {
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-xs-12 {
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        width: 100%
    }
}

.flex {
    flex-wrap: wrap
}

.flex-center {
    justify-content: center
}

.flex-center, .flex-center-left {
    align-items: center;
    display: flex
}

.flex-center-left {
    justify-content: flex-start
}

.flex-center-between {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.flex-center-around {
    align-items: center;
    display: flex;
    justify-content: space-around
}

.flex-center-right {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.flex-left-center {
    align-items: flex-start;
    display: flex;
    justify-content: center
}

.flex-right-center {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

.text-center {
    text-align: center;
    width: 100%
}

.f-w-b {
    font-weight: 700
}

.f-italic {
    font-style: italic
}

.color-main {
    color: #212529
}

.white {
    color: #fff
}

.black {
    color: #000
}

.text-up {
    text-transform: uppercase
}

.fw-600 {
    font-weight: 600
}

.fw-500 {
    font-weight: 500
}

.title_main {font-size:18px;}

.title_sub {font-size:14px;margin-top:5px;}

.color_head:hover {
    color: #d70018
}

.cursor_point {
    cursor: pointer
}

.product_search {
    background: #fff;
    padding: 15px 0
}

.product_search__main {
    width: 100%
}

.product_search__category {
    overflow-x: auto;
    padding: 10px 5px 0;
    width: 100%;
    margin-bottom:20px;
}

    .product_search__category::-webkit-scrollbar {
        background-color: #f4f4f4;
        width: 12px
    }

    .product_search__category::-webkit-scrollbar-track {
        background-color: transparent;
        -webkit-box-shadow: unset
    }

    .product_search__category::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border: 7px solid #f4f4f4
    }

.product_search__category--list {
    display: table;
    white-space: nowrap;
    width: 100%
}

    .product_search__category--list .category-item {
        display: table-cell;
        padding: 0 3px !important;
        vertical-align: middle
    }

        .product_search__category--list .category-item a {
            background-color: transparent;
            border: 1px solid #e5e7eb;
            border-radius: 5px;
            color: #444;
            display: block;
            font-size: 12px;
            line-height: 1.8;
            padding: 2px 8px;
            text-align: center;
            white-space: nowrap
        }

.product_search__list_product .list-products {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%
}

.product_search__list_product .list-products__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
    margin: 0 5px 10px;
    max-width: calc(33.33333% - 10px);
    padding: 5px 10px;
    position: relative;
    width: calc(33.33333% - 10px)
}

    .product_search__list_product .list-products__item .thumbnail {
        display: flex;
        height: 245px;
        overflow: hidden;
    }

        .product_search__list_product .list-products__item .thumbnail img {
            height: 150px;
            margin: 0 auto;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s ease;
            width: auto
        }

    .product_search__list_product .list-products__item .detail {
        height: 150px
    }

    .product_search__list_product .list-products__item .title_name {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #4d4d4d;
        display: -webkit-box;
        font-size: 13px;
        font-weight: 600;
        height: auto;
        line-height: 1.4;
        margin-bottom: 0;
        height: 60px;
        overflow: hidden;
        padding: 0 0 5px;
        text-decoration: none;
        text-overflow: ellipsis;
        width: 100%
    }

.list-products__item:hover .title_name {
    color: #d00
}

.product_search__list_product .list-products__item .ex_pricesale {
    background-color: #fff86e;
    box-shadow: 0 1px 0 0 rgba(60,64,67,.102),0 2px 3px 2px rgba(60,64,67,.149);
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    padding: 1px 10px;
    position: absolute;
    right: -6px;
    top: 6px
}

        .product_search__list_product .list-products__item .ex_pricesale:after {
            border-right: 7px solid transparent;
            border-top: 4px solid #d5ca00;
            bottom: -4px;
            content: "";
            display: block;
            height: 0;
            position: absolute;
            right: -1px;
            width: 0
        }

    .product_search__list_product .list-products__item .price {
        display: flex;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        align-items:center;
        margin-bottom:7px;
    }

        .product_search__list_product .list-products__item .price .old-price {
            color: #9e9e9e;
            font-size: 12px;
            font-weight: 400;
            text-decoration-color: #9e9e9e
        }

        .product_search__list_product .list-products__item .price .new-price {
            color: #e10c00;
            margin-right: 20px;
            text-decoration: none
        }

    .product_search__list_product .list-products__item .ex_rating {
        font-size: 11px;
        margin: 5px 0
    }

.product_search .detail__paginate {
    background: transparent;
    padding: 10px;
    text-align: center
}

    .product_search .detail__paginate .viewmore span {
        background: red;
        border: 0;
        border-radius: 15px;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        margin: 0 auto 5px;
        padding: 10px;
        text-decoration: none;
        text-transform: capitalize;
        width: 25%
    }

        .product_search .detail__paginate .viewmore span:hover {
            color: #000
        }

.product_search .not_product {
    word-wrap: break-word;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c21d32;
    border-radius: 4px;
    color: #515151;
    display: flex;
    font-size: 13px;
    list-style: none outside;
    margin: 0 0 15px;
    padding: .5em 15px .5em 3.5em;
    position: relative;
    width: auto
}

    .product_search .not_product svg {
        fill: #1e85be;
        height: 20px;
        margin-right: 20px;
        width: 14px
    }

@media (max-width:768px) {
    .product_search__list_product .list-products__item {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px)
    }
}

@media (max-width:480px) {
    .product_search__list_product .list-products__item {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px)
    }

        .product_search__list_product .list-products__item .price {
            flex-direction: column
        }
}

.form {
    background: #111;
    margin: 0 auto;
    padding: 20px;
    width: 80%
}

    .form .form-component {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px 20px
    }

    .form .form-title__title {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .form .form-content {
        margin-top: 15px
    }

    .form .form-group {
        margin-bottom: 15px
    }

    .form .form-content button {
        margin-top: 15px
    }

    .form .form-control {
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 12px;
        padding: 6px;
        width: 100%
    }

    .form .btn {
        background-color: rgba(223,29,29,.961);
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        width: 100%
    }

        .form .btn:hover {
            background-color: rgba(103,15,15,.961)
        }

#register-message .alert {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center
}

#register-message .alert-success {
    background: green;
    color: #ebccd1
}

#register-message .alert-danger {
    background-color: rgba(223,29,29,.961);
    color: #ebccd1
}

.banner_frame {
    margin: 0 auto;
    width: 100%
}

    .banner_frame .gift_content .banner_gift {
        height: 300px;
        margin: 20px 0;
        max-width: 100%;
        position: relative
    }

        .banner_frame .gift_content .banner_gift img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .banner_frame .banner_product .product_list {
        flex-wrap: wrap;
        justify-content: start;
        width: 100%
    }

    .banner_frame .banner_product .product_item {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
        margin: 0 5px 10px;
        max-width: calc(33.33333% - 10px);
        min-height: 310px;
        padding: 5px 10px;
        position: relative;
        width: calc(33.33333% - 10px)
    }

        .banner_frame .banner_product .product_item .thumb {
            display: flex;
            overflow: hidden;
            position: relative
        }

            .banner_frame .banner_product .product_item .thumb img {
                height: 150px;
                margin: 0 auto;
                max-width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s ease;
                width: auto
            }

        .banner_frame .banner_product .product_item .title_name {
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            color: #4d4d4d;
            display: -webkit-box;
            font-size: 13px;
            font-weight: 600;
            height: auto;
            line-height: 1.4;
            margin-bottom: 0;
            max-height: 55px;
            overflow: hidden;
            padding: 0 0 5px;
            text-decoration: none;
            text-overflow: ellipsis;
            width: 100%
        }

        .banner_frame .banner_product .product_item .price {
            display: flex;
            font-size: 14px;
            font-weight: 700;
            justify-content: space-between;
            width: 100%
        }

            .banner_frame .banner_product .product_item .price .old-price {
                color: #9e9e9e;
                font-size: 12px;
                font-weight: 400;
                text-decoration-color: #9e9e9e
            }

            .banner_frame .banner_product .product_item .price .new-price {
                color: #e10c00;
                text-decoration: none
            }

        .banner_frame .banner_product .product_item .btn_order {
            bottom: 10px;
            left: 10px;
            margin-top: 5px;
            position: absolute
        }

            .banner_frame .banner_product .product_item .btn_order span {
                background: #e10c00;
                border-radius: 5px;
                color: #fff;
                display: inline-block;
                padding: 5px 10px
            }

    .banner_frame .order_promotion .promtion_tilte {
        align-items: center;
        justify-content: center
    }

        .banner_frame .order_promotion .promtion_tilte p {
            color: #fff;
            font-weight: 700;
            text-transform: uppercase
        }

        .banner_frame .order_promotion .promtion_tilte .btn_view {
            background: #ffca3f;
            border-radius: 5px;
            color: #d00;
            cursor: pointer;
            font-size: 16px;
            margin-left: 20px;
            padding: 5px 10px;
            text-transform: uppercase
        }

    .banner_frame .order_promotion .promotion_content {
        background-color: #d00;
        padding: 20px 0;
        position: relative
    }

    .banner_frame .order_promotion .promotion_product {
        padding: 10px 0
    }

    .banner_frame .product_old {
        padding: 20px 0
    }

    .banner_frame .product_old__tilte {
        display: flex;
        justify-content: center;
        margin-bottom: 10px
    }

        .banner_frame .product_old__tilte p {
            color: #f44336;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase
        }

    .banner_frame .mini_game {
        position: relative
    }

    .banner_frame .mini_game__banner {
        border-radius: 10px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
        height: 300px;
        overflow: hidden
    }

        .banner_frame .mini_game__banner img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .banner_frame .mini_game__button {
        bottom: 20px;
        position: absolute;
        right: 20px
    }

        .banner_frame .mini_game__button .button_item {
            background: #e2db02;
            border-radius: 20px;
            color: #000;
            cursor: pointer;
            font-size: 16px;
            padding: 10px 20px
        }

        .banner_frame .mini_game__button .rule_view {
            margin-right: 10px
        }

    .banner_frame .popup_mini, .banner_frame .promotion_detail {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        display: none;
        left: 0;
        margin-top: 5px;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999
    }

    .banner_frame .popup-backdrop {
        background-color: rgba(0,0,0,.5);
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999
    }

.tab-content {
    border-top: none;
    margin-bottom: 20px
}

.tab-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 0
}

    .tab-container .tab-button {
        background-color: #111;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        margin-right: 20px;
        padding: 10px 20px;
        text-transform: uppercase
    }

        .tab-container .tab-button:last-child {
            margin-right: 0
        }

    .tab-container .active {
        border-bottom: none;
        color: #f44336
    }

    .tab-container .button {
        background-color: #f44336;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 10px 20px
    }

@media (max-width:480px) {
    .form {
        padding: 20px;
        width: 90%
    }

        .form .form-component {
            padding: 10px
        }

    .banner_frame .gift_content .banner_gift {
        height: 250px
    }

    .banner_frame .banner_product .product_item {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .banner_frame .order_promotion .promtion_tilte .btn_view, .banner_frame .order_promotion .promtion_tilte p {
        font-size: 15px
    }

    .tab-container .tab-button {
        font-size: 15px;
        line-height: 18px
    }

    .mini_game__banner {
        height: 250px
    }

    .mini_game__button .button_item {
        font-size: 15px
    }
}

.s-wrap {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .s-wrap img {
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: auto;
        max-width: 100%;
        width: 100%
    }

    .s-wrap:hover .nav-next {
        opacity: 1;
        right: 0;
        visibility: visible
    }

    .s-wrap:hover .nav-prev {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .s-wrap .s-content {
        display: flex;
        transition: transform 1s
    }

.slider .s-wrap .s-content .item, .slider .s-wrap .s-content .item > * {
    line-height: 0
}

.slider .s-wrap .s-content .item-wrap {
    border-radius: 18px;
    overflow: hidden;
    position: relative
}

    .slider .s-wrap .s-content .item-wrap:before {
        background: rgba(0,0,0,.5);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

.slider .s-wrap .s-content .item-wrap__content {
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: 60%;
    padding: 3.75rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

    .slider .s-wrap .s-content .item-wrap__content .title {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 3.5rem
    }

    .slider .s-wrap .s-content .item-wrap__content .description {
        color: #fff;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.375;
        margin-bottom: 1rem;
        opacity: .7
    }

    .slider .s-wrap .s-content .item-wrap__content .btn {
        border-radius: 12px
    }

.s-slide {
    position: relative
}

.nav-next, .nav-prev {
    align-items: center;
    background: #fff;
    cursor: pointer;
    display: flex;
    height: 52px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    visibility: hidden;
    width: 38px;
    z-index: 999
}

    .nav-next:hover, .nav-prev:hover {
        background-color: #ccc
    }

    .nav-next:after {
        border-right: 2px solid #333;
        border-top: 2px solid #333;
        content: "";
        display: inline-block;
        height: 12px;
        left: 10px;
        position: absolute;
        transform: rotate(45deg);
        width: 12px
    }

.galery_content {
    background: transparent;
    border-radius: 10px;
    min-height: 320px
}

    .galery_content .galery_list .item {
        width: 100%
    }

.galery_content {
    max-height: unset
}

.nav-prev:after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: inline-block;
    height: 12px;
    left: 15px;
    position: absolute;
    transform: rotate(-135deg);
    width: 12px
}

.nav-next {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    right: -38px
}

.nav-prev {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    left: -38px
}

.dots {
    background: #fff;
    border-radius: 18px;
    bottom: 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(33,37,41,.1),0 1px 2px 0 rgba(33,37,41,.06);
    display: flex;
    left: 50%;
    padding: .625rem;
    position: absolute;
    transform: translate(-50%);
    z-index: 999
}

    .dots .dot {
        background: #ced4da;
        border-radius: 50%;
        color: #000;
        cursor: pointer;
        height: .5rem;
        margin: 0 5px;
        text-indent: -9999px;
        width: .5rem
    }

        .dots .dot.active {
            align-items: center;
            background: red;
            color: red;
            display: flex;
            justify-content: center;
            position: relative
        }

.dots-custom .dot {
    cursor: pointer;
    padding: .5rem;
    position: relative
}

.dots-custom .dot-custom {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden
}

.dots-custom .dot:before {
    background: transparent;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.dots-custom .dot.active .dot-custom {
    border-color: var(--color_body)
}

[data-href] {
    cursor: pointer
}

* {
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body {
    background: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Inter",sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #333;
}

button, input, textarea {
    font-family: Arial,sans-serif
}

ul {
    list-style: none;
    margin: 0
}

a {
    color: #212529;
    text-decoration: none;
    transition: .3s
}

    a:hover {
        color: #d70018
    }

b,strong {
    font-weight: 700 !important
}

h1, h2, h3, h4, p {
    color: #212529
}

h1, h2, h3, h4 {
    font-weight: 600
}

p {
    line-height: 26px
}

input {
    padding: 0 10px
}

.main {
    background: #fff;
}

.title_box {
    transition: .3s
}

    .title_box:hover {
        text-decoration-line: underline
    }

button {
    transition: .3s
}

    button, button:hover {
        background: #d00
    }

.font-normal {
    font-weight: 400
}

.fixed {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s;
    visibility: hidden;
    z-index: 99
}

    .fixed.active {
        opacity: 1;
        visibility: visible
    }

.btn {
    border-radius: 5px;
    display: inline-block;
    transition: .5s
}

    .btn, .btn:hover {
        background: #d00
    }

.flex {
    align-items: center;
    display: flex;
    flex-wrap: nowrap
}

.mb-10 {
    margin-bottom: 10px
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}


.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.fs-13 {
    font-size: 13px
}

.hidden_more {
    display: none !important
}

.w-100 {
    width: 100%
}

.err_show {
    color: red !important;
    display: none !important;
    font-size: 12px !important;
    padding-top: 5px
}

    .err_show.news {
        clear: both;
        float: right;
        margin-bottom: 0;
        text-align: center
    }

    .err_show.active {
        display: block !important
    }

.loading_overlay {
    background: rgba(0,0,0,.4);
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

    .loading_overlay.active {
        opacity: 1;
        visibility: visible
    }

#loading_box {
    background: hsla(0,0%,100%,.5);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999999
}

#loading_image {
    background: url(/assets/img/loadding.gif?v=nowebp) no-repeat 50%;
    background-size: 100px;
    height: 100%;
    width: 100%
}

.loading {
    position: relative;
    transition: .2s
}

    .loading:after, .loading:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100000
    }

    .loading:before {
        background: rgba(0,0,0,.6);
        height: 100%;
        width: 100%
    }

    .loading:after {
        background: url(/assets/img/loadding.gif?v=nowebp) no-repeat 50%;
        background-size: 100px
    }

.justify-space-between {
    justify-content: space-between
}

.header {
    background: #d00
}

.header-top {
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top:10px;
    position: relative
}

    .header-top .logo {
        width: calc(50% - 20px)
    }

        .header-top .logo a {
            display: block;
            line-height: 0
        }

            .header-top .logo a img {
                display: block;
                height: auto;
                -o-object-fit: contain;
                object-fit: contain;
                width: 100%
            }

    .header-top .info_website {
        align-content: space-between;
        align-items: flex-start;
        padding-top: 5px;
        width: calc(50% + 20px)
    }

    .header-top .info_website_icon svg {
        stroke: #fff;
        height: 14px;
        width: 14px
    }

    .header-top .info_website_item {
        line-height: 0;
        width: 33.3333333333%
    }

        .header-top .info_website_item a:hover {
            background: #ff5050
        }

        .header-top .info_website_item a span {
            color: #fff;
            display: block;
            font-size: 8px;
            line-height: 1;
            margin-top: 2px;
            text-align: center;
            width: 100%
        }

            .header-top .info_website_item a span strong {
                color: #fff;
                display: inline-block;
                font-size: 10px;
                margin-top: 2px
            }

    .header-top .info_website_icon {
        align-items: center;
        border: 1px solid #fff;
        border-radius: 5px;
        display: flex;
        height: 25px;
        justify-content: center;
        margin: 0 auto 3px;
        position: relative;
        width: 28px
    }

        .header-top .info_website_icon .cart_counter {
            color: #fff;
            font-size: 7px;
            position: absolute;
            right: 0;
            top: 8px
        }

.header-bottom {
    background: #d00;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    display:flex;
}

    .header-bottom .search {
        transition: width .4s;
        width: calc(100% - 105px)
    }

        .header-bottom .search form {
            background-color: #fff;
            border-radius: 10px;
            position: relative
        }

            .header-bottom .search form button, .header-bottom .search form input {
                background-color: transparent;
                border: 0
            }

            .header-bottom .search form input {
                border: 2px solid transparent;
                border-radius: 10px;
                font-size: 13px;
                padding: 7.5px 47px 7.5px 3px;
                width: 100%
            }

                .header-bottom .search form input::-moz-placeholder {
                    color: #656363;
                    font-weight: 400
                }

                .header-bottom .search form input::placeholder {
                    color: #656363;
                    font-weight: 400
                }

                .header-bottom .search form input:focus {
                    border: 2px solid #fcb900;
                    margin: 1px;
                    outline: 0
                }

            .header-bottom .search form button {
                cursor: pointer;
                line-height: 0;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%)
            }

                .header-bottom .search form button img {
                    height: 20px;
                    width: 20px
                }

.header .location-switch {
    background: #ff5050;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    padding: 3px 5px 3px 10px;
    width: 90px;
    position: relative;
}

    .header .location-switch:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: '';
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .header .location-switch .current-location {
        display: flex;
    }

        .header .location-switch .current-location .location-icon {
            color: #ff5050
        }

        .header .location-switch .current-location .location-text {
            display: block;
            font-size: 11px;
            font-weight: 500;
            width: 100%
        }

        .header .location-switch .current-location svg {
            fill: #fff;
            font-size: 29px;
            height: 25px;
            left: 0;
            position: absolute;
            top: 2px;
            width: 25px;
        }

    .header .location-switch .location-select-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .header .location-switch .location-select-wrapper .my_location {
            background: transparent;
            border: none;
            border-radius: 7px;
            color: #fff;
            font-size: 12px;
            line-height: 14px;
            margin-left: 0px;
            margin-top: 3px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .header .location-switch .location-select-wrapper .location-select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: transparent;
            border: 0;
            color: transparent;
            cursor: pointer;
            height: 35px;
            outline: 0;
            position: absolute;
            text-align: center;
            width: 85%
        }

            .header .location-switch .location-select-wrapper .location-select option {
                color: #111;
                font-size: 13px
            }


.header .header_scroll {
    background: #d00;
    left: 0;
    position: fixed;
    right: 0;
    opacity:0;
    top: -100px;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

    .header .header_scroll.show {
        top:0;
        opacity:1;
    }

    .header .header_scroll .container {
        position: relative
    }

    .header .header_scroll .logo {
        width: 15%
    }

        .header .header_scroll .logo a {
            display: block;
            line-height: 0
        }

            .header .header_scroll .logo a img {
                display: block;
                height: auto;
                -o-object-fit: contain;
                object-fit: contain;
                width: 100%
            }

    .header .header_scroll .search_container {
        background: #d00;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        width: 100%
    }

    .header .header_scroll .search {
        margin-left: 10px;
        transition: width .4s;
        width: 64%
    }

        .header .header_scroll .search form {
            background-color: #fff;
            border-radius: 10px;
            position: relative
        }

            .header .header_scroll .search form button, .header .header_scroll .search form input {
                background-color: transparent;
                border: 0
            }

            .header .header_scroll .search form input {
                border: 2px solid transparent;
                border-radius: 10px;
                font-size: 13px;
                padding: 7.5px 47px 7.5px 12px;
                width: 100%
            }

                .header .header_scroll .search form input::-moz-placeholder {
                    color: #656363;
                    font-weight: 400
                }

                .header .header_scroll .search form input::placeholder {
                    color: #656363;
                    font-weight: 400
                }

                .header .header_scroll .search form input:focus {
                    border-color: #fcb900;
                    margin: 1px;
                    outline: 0
                }

            .header .header_scroll .search form button {
                cursor: pointer;
                line-height: 0;
                position: absolute;
                right: 10px;
                top: 50%;
                transform: translateY(-50%)
            }

                .header .header_scroll .search form button img {
                    height: 20px;
                    width: 20px
                }

   
.header .search .suggest-search {
    background: #fff;
    border-radius: 8px;
    left: 0;
    max-width: 500px;
    position: absolute;
    top: 56px;
    width: 93vw;
    z-index: 31;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102), 0 2px 6px 2px rgba(60,64,67,.149);
}

.header_scroll .suggest-search {
    left: 2vw !important;
    width: 96vw !important;
}

.header .search .suggest-search.active {
    opacity: 1;
    visibility: unset;
}


    .header .search .suggest-search:after {
        border: 15px solid transparent;
        border-bottom-color: #fff;
        content: "";
        left: 15%;
        position: absolute;
        top: -30px;
    }

.header_scroll .search .suggest-search:after {
    left:30%;
}


.trending-search .title-trending {
    margin-right: 0.5rem;
    padding: 10px 0 5px 10px;
    font-size: 0.875rem;
}

.trending-search-title {
    justify-content: space-between;
}

#btn-close-search {
    width: 50px;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2rem;
    cursor: pointer;
}

.header .search .suggest-search .trending-search .trending-box {
    flex-wrap: wrap;
}

.trending-search .trending-box .trending-item {
    align-items: center;
    padding: 5px 10px;
    width: 50%;
    font-size: 0.875rem;
    
}

    .trending-search .trending-box .trending-item p {
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .trending-box .trending-item img {
        margin-right: 5px;
    }


.header-overlay {
    background: rgba(0,0,0,.53);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 127px;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 30;
}

    .header-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.suggest {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    left: 15px;
    max-height: calc(100vh - 140px);
    opacity: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
    transition: all .5s;
    visibility: hidden;
    width: calc(100% - 30px);
    z-index: 999
}

    .suggest:after {
        border: 15px solid transparent;
        border-bottom-color: #fff;
        content: "";
        left: 15%;
        position: absolute;
        top: -30px;
    }

    .suggest.show {
        opacity: 1;
        visibility: visible
    }


.category-box .title-box, .product-box .title-box {
    background-color: #f3f3f3;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}

.title-box a {
    color: #d70018;
}

.category-box .list-cate {
    padding: 5px 0;
}

    .category-box .list-cate a {
        color: #7d7d7d;
        padding: 6px 10px;
        display: block;
    }

        .category-box .list-cate a:hover {
            background: #f5f5f5;
        }

.suggest-item__title {
    margin: 0 15px;
    position: relative
}

    .suggest-item__title:after {
        background-color: #aeaeae;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    .suggest-item__title span {
        background-color: #fff;
        color: #72777d;
        padding-right: 5px;
        position: relative;
        z-index: 1
    }

.suggest-item__list ul li {
    border-bottom: 1px dashed #f3f3f3;
    font-size: 14px
}

    .suggest-item__list ul li:last-child {
        border-bottom: none
    }

    .suggest-item__list ul li:hover a {
        background-color: #eee
    }

    .suggest-item__list ul li a {
        display: block;
        padding: 5px 15px
    }

.suggest-item.suggest-product .suggest-item__list ul li a {
    display: flex;
    flex-wrap: nowrap;
    padding: 7px 10px;
    text-transform: capitalize
}

    .suggest-item.suggest-product .suggest-item__list ul li a .img {
        flex: 0 0 40px;
        height: 40px;
        max-width: 40px;
        overflow: hidden
    }

        .suggest-item.suggest-product .suggest-item__list ul li a .img img {
            height: 100%;
            width: 100%
        }

    .suggest-item.suggest-product .suggest-item__list ul li a .desc {
        flex: 0 0 calc(100% - 40px)
    }

        .suggest-item.suggest-product .suggest-item__list ul li a .desc .info, .suggest-item.suggest-product .suggest-item__list ul li a .desc .name {
            color: #505050;
            display: block;
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            line-height: 1.29;
            padding-left: 15px;
            text-align: left
        }

        .suggest-item.suggest-product .suggest-item__list ul li a .desc .name {
            margin: 0
        }

.suggest-item.suggest-product .suggest-item__list ul li .price {
    color: #d0021b;
    font-size: 14px;
    margin-bottom: 0
}

.menu-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 7777
}

    .menu-footer .cps-footer {
        position: relative;
        z-index: 999;
        padding:0;
    }

.menu-footer__mobile {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
    display: flex;
    flex-direction: row;
    height: 75px;
    margin-bottom: 0 !important;
    max-width: 640px;
    padding: 10px 0 20px;
    width: 100%
}

    .menu-footer__mobile .control-item {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 0 5px;
        text-decoration: none;
        width: 25%
    }

        .menu-footer__mobile .control-item a {
            display: block;
            width: 100%
        }

    .menu-footer__mobile .icon {
        margin: 5px 0;
        text-align: center
    }

        .menu-footer__mobile .icon svg {
            height: 18px;
            width: 20px
        }

    .menu-footer__mobile .title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #707070;
        display: -webkit-box;
        float: left;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
        overflow: hidden;
        text-align: center;
        text-decoration: none;
        width: 100%
    }

.menu-footer__category {
    background-color: #fff;
    display: none;
    height: calc(100vh - 75px);
    max-width: 100vh;
    overscroll-behavior: contain;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

    .menu-footer__category.active {
        display: block
    }

    .menu-footer__category .menu-list {
        height: 100%;
        overflow-y: scroll;
        width: 95px;
        padding-bottom:50px;
    }

    .menu-footer__category .menu-list__item {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 90px;
        justify-content: center;
        position: relative;
        margin: 0.5rem;
        background: none !important;
        width: 80px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.102), 0 2px 6px 2px rgba(60,64,67,.149);
    }

        .menu-footer__category .menu-list__item .item-link {
            font-size: 11px;
            font-weight: 700;
            padding: 0px;
            text-align: center
        }

            .menu-footer__category .menu-list__item .item-link img {
                height: 40px;
                margin: 5px;
                width: 40px
            }

            .menu-footer__category .menu-list__item .item-link:hover {
                color: #000
            }

        .menu-footer__category .menu-list__item .submenu {
            height: calc(100% - 129px);
            left: 95px;
            max-width: 560px;
            opacity: 0;
            overflow: scroll;
            padding-bottom: 10px;
            position: fixed;
            right: 0;
            top: 0;
            transition: all .3s ease;
            visibility: hidden;
            width: calc(100% - 80px);
            z-index: 8;
            padding:10px;
        }

        .menu-footer__category .menu-list__item .submenu-category__item > a {
            color: #111;
            display: block;
            font-size: 16px;
            font-weight: 700;
            line-height: 18px;
            padding: 10px 5px
        }

        .menu-footer__category .menu-list__item .submenu-category__item .menu-child {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

            .menu-footer__category .menu-list__item .submenu-category__item .menu-child li {
               display:flex;
            }

            .menu-footer__category .menu-list__item .submenu-category__item .menu-child > li a {
                border: 1px solid #d1d5db;
                border-radius: 10px;
                font-size: 13px;
                padding: 8px 15px
            }

                .menu-footer__category .menu-list__item .submenu-category__item .menu-child > li a:hover {
                    color: #000;
                    font-weight: 700
                }

        .menu-footer__category .menu-list__item.active > a {
            color: #d00 !important
        }

        .menu-footer__category .menu-list__item.active .submenu {
            background-color: #fff;
            opacity: 1;
            transform: translate(0);
            visibility: visible
        }

        .menu-footer__category .menu-list__item.active:after {
            border-bottom: 5px solid transparent;
            border-right: 10px solid #fff;
            border-top: 5px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            right: 0;
            top: 25px;
            width: 0
        }

        .menu-footer__category .menu-list__item:first-child {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(2) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(3) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(4) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(5) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(6) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(7) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(8) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(9) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(10) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(11) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(12) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(13) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(14) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(15) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(16) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(17) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(18) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(19) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(20) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(21) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(22) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(23) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(24) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(25) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(26) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(27) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(28) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(29) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(30) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(31) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(32) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(33) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(34) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(35) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(36) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(37) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(38) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(39) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(40) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(41) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(42) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(43) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(44) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(45) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(46) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(47) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(48) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(49) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(50) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(51) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(52) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(53) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(54) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(55) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(56) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(57) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(58) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(59) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(60) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(61) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(62) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(63) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(64) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(65) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(66) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(67) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(68) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(69) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(70) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(71) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(72) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(73) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(74) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(75) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(76) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(77) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(78) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(79) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(80) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(81) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(82) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(83) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(84) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(85) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(86) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(87) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(88) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(89) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(90) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(91) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(92) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(93) {
            background-color: #fef9c3
        }

        .menu-footer__category .menu-list__item:nth-child(94) {
            background-color: #fee2e2
        }

        .menu-footer__category .menu-list__item:nth-child(95) {
            background-color: #fae8ff
        }

        .menu-footer__category .menu-list__item:nth-child(96) {
            background-color: #ecfccb
        }

        .menu-footer__category .menu-list__item:nth-child(97) {
            background-color: #e0e7ff
        }

        .menu-footer__category .menu-list__item:nth-child(98) {
            background-color: #e0f2fe
        }

        .menu-footer__category .menu-list__item:nth-child(99) {
            background-color: #ccfbf1
        }

        .menu-footer__category .menu-list__item:nth-child(100) {
            background-color: #fef9c3
        }



#backToTop {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #DD0000;
    border: 0;
    border-radius: 10px;
    bottom: 90px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 45px;
    justify-content: center;
    opacity: 0;
    padding: 2px;
    position: fixed;
    right: 15px;;
    text-decoration: none;
    width: 45px;
    z-index: 100
}

    #backToTop.show {
        opacity: 1
    }

    #backToTop .icon-up {
        width: 15px
    }

        #backToTop .icon-up svg {
            fill: #fff;
            font-weight: 600
        }

    #backToTop strong {
        color: #fff;
        font-size: 10px
    }


.list-products {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%
}

.list-products__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
    flex: calc(33.33333% - 10px);
    margin: 0 5px;
    min-height: 370px;
    padding: 3px 10px;
    position: relative;
    /*overflow:hidden;*/
}

    .list-products__item .thumbnail {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        position: relative
    }

        .list-products__item .thumbnail img {
            height: 150px;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: auto
        }

    .list-products__item .title_name {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #4d4d4d;
        display: -webkit-box;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.4;
        max-height: 55px;
        overflow: hidden;
        padding: 0;
        margin-bottom:5px;
        text-overflow: ellipsis;
        width: 100%;
    }

    .list-products__item .ex_pricesale {
        background-color: #fff86e;
        box-shadow: 0 1px 0 0 rgba(60,64,67,.102),0 2px 3px 2px rgba(60,64,67,.149);
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        padding: 1px 10px;
        position: absolute;
        right: -6px;
        top: 6px
    }

        .list-products__item .ex_pricesale:after {
            border-right: 7px solid transparent;
            border-top: 4px solid #d5ca00;
            bottom: -4px;
            content: "";
            display: block;
            height: 0;
            position: absolute;
            right: -1px;
            width: 0
        }

    .list-products__item .price {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        width: 100%
    }

        .list-products__item .price .old-price {
            color: #9e9e9e;
            font-size: 12px;
            font-weight: 400;
            text-decoration-color: #9e9e9e
        }

        .list-products__item .price .new-price {
            color: #e10c00;
            margin-right: 20px;
            text-decoration: none
        }

    .list-products__item .ex_rating {
        font-size: 11px;
        margin: 5px 0
    }



    .list-products__item .extra_icon img {
        height: auto;
        width: 100%;
        object-fit: contain;
        position: absolute;
        z-index: 2;
    }

    .list-products__item .extra_icon .top-left {
        top: 13px;
        left: -10px;
        width: 50%;
        border-radius: 0 0 4px 0;
    }

    .list-products__item .extra_icon .top-right {
        top: 0px;
        right: 0px;
    }

    .list-products__item .extra_icon .bottom-left {
        bottom: 0px;
        left: 0px;
    }

    .list-products__item .extra_icon .bottom-right {
        bottom: 0px;
        right: 0px;
    }


    .list-products__item .extra_tick {
        display: flex;
        flex-flow: column;
        height: 40px;
        left: 0;
        position: absolute;
        top: 0
    }

        .list-products__item .extra_tick .freeship, .list-products__item .extra_tick .installment {
            align-items: center;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
            color: #fff;
            display: flex;
            font-size: 10px;
            font-weight: 600;
            height: 20px;
            margin-bottom: 0;
            padding: 0 5px;
            width: -moz-fit-content;
            width: fit-content
        }

        .list-products__item .extra_tick .installment {
            background: #FEE7E5;
            opacity: 1;
            color: #ff0000;
        }

        .list-products__item .extra_tick .freeship {
            background: #0b0a09
        }

    .list-products__item .cb_promotion .gift-detail, .list-products__item .cb_promotion_stand .gift-detail {
        line-height: 16px;
        margin: 5px 0;
        position: relative
    }

        .list-products__item .cb_promotion .gift-detail:before, .list-products__item .cb_promotion_stand .gift-detail:before {
            display:none;
            background: #f7941e 0 0 no-repeat padding-box;
            border-radius: 3px;
            box-shadow: 0 1px 3px rgba(0,0,0,.161);
            color: #fff;
            content: "KM";
            font-size: 9px;
            font-weight: 600;
            left: 0;
            line-height: normal;
            padding: 2px 4px;
            position: absolute;
            top: 2px
        }

        .list-products__item .cb_promotion .gift-detail:first-child, .list-products__item .cb_promotion_stand .gift-detail:first-child {
            margin-top: 0
        }

        .list-products__item .cb_promotion .gift-detail:last-child, .list-products__item .cb_promotion_stand .gift-detail:last-child {
            margin-bottom: 0
        }

    .list-products__item .cb_promotion_stand {
        align-items: flex-start;
        background: #f3f4f6;
        border-radius: 5px;
        display: flex;
        font-size: 12px;
        line-height: 1.5;
        margin-left: 0;
        overflow: hidden;
        padding: 2px 5px;
        text-transform: none;
        width: auto;
        margin-bottom: 5px;
    }

        .list-products__item .cb_promotion_stand .gift-detail {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow:hidden;
        }

.cb_promotion_more {
    text-align: center;
    justify-content: center;
    font-weight: 700;
    color: #FC521D;
    margin-bottom: 0;
    font-size: 12px;
}
        .list-products__item .cb_promotion ul li, .list-products__item .cb_promotion_stand ul li {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: auto;
            line-height: 1.4;
            margin-bottom: 10px;
            max-height: 55px;
            min-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .list-products__item .cb_promotion *, .list-products__item .cb_promotion_stand * {
            color: #5d5d5d !important;
            font-size: 10px;
            font-style: normal !important;
            line-height: 1.4;
            margin-bottom: 0;
            pointer-events: none;
            text-decoration: none !important;
            text-transform: none !important
        }

    .list-products__item .cb_promotion {
        background: #f3f4f6;
        border: 2px solid rgba(221,0,0,.749);
        border-radius: 10px;
        bottom: 5px;
        box-shadow: 0 4px 6px rgba(0,0,0,.161);
        cursor: pointer;
        height: auto;
        left: 5px;
        opacity: 0;
        overflow: hidden;
        padding: 10px 5px;
        pointer-events: none;
        position: absolute;
        right: 5px;
        top: 5px;
        transform: scale(1);
        visibility: hidden;
        z-index: 2
    }

    .list-products__item:hover .cb_promotion {
        opacity: .9;
        visibility: visible
    }

        .list-products__item:hover .cb_promotion ul li {
            -webkit-line-clamp: 5;
            max-height: 100%;
            overflow: inherit
        }

@media only screen and (min-width:768px) {
    .container {
        max-width: 640px !important
    }

    .header-top .info_website_icon svg {
        height: 24px;
        width: 24px
    }

    .header-top .info_website_icon {
        border-radius: 10px;
        height: 35px;
        width: 38px
    }

    .header-top .info_website_item a span {
        font-size: 12px;
        margin-top: 4px
    }

        .header-top .info_website_item a span strong {
            font-size: 14px
        }
}

.block-rate_product {
    color: #d3ced2;
    font-size: 11px;
    margin: 5px 0 8px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .block-rate_product .block-rate__star {
        display: inline-block;
        padding: 0;
        vertical-align: middle
    }

        .block-rate_product .block-rate__star svg {
            fill: #d3ced2;
            height: 12px;
            width: 12px
        }

.block-discount-price {
    margin-bottom: 8px;
}

.list-products__item .block-cbmem-price-ldp {
    border: 1px solid #c00c0c;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

    .list-products__item .block-cbmem-price-ldp strong {
        color: #d70018;
        font-size: clamp(11px, 2.5vw, 12px);
        font-weight: 700;
    }

    .list-products__item .block-cbmem-price-ldp span {
        color: #333;
    }

.list-products__item .block-cbmem-price {
    align-items: baseline;
    display: flex;
    flex-wrap: nowrap;
    font-size: 10px;
    margin-bottom: 3px;
    justify-content:space-between;
}

    .list-products__item .block-cbmem-price strong {
        color: #d70018;
        font-size: 11px;
    }

    .list-products__item .block-cbmem-price span {
        color: #333;
       
    }

    .list-products__item .block-cbmem-price.flashsale span {
        color: #FC521D;
    }

    .list-products__item .block-cbmem-price.sys span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 50%;
    }

    .popup_contact {
        background-color: rgba(0,0,0,.4);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999
    }

    .popup_contact.show {
        display: block
    }

    .popup_contact .popup-content {
        background-color: #fff;
        border-radius: 5px;
        margin: 10px auto 0;
        max-height: 175px;
        max-width: 500px;
        overflow-y: auto;
        width: 90%
    }

    .popup_contact .popup-header {
        border-bottom: 1px solid hsla(0,0%,80%,.435);
        padding: 20px;
        position: relative
    }

    .popup_contact .popup-header__close {
        color: #000;
        cursor: pointer;
        font-size: 30px;
        margin-top: -20px;
        opacity: .5;
        position: absolute;
        right: 10px;
        text-shadow: 0 1px 0 #fff;
        top: 25px
    }

    .popup_contact .popup-header__title {
        color: #444;
        font-size: 16px;
        font-weight: 700;
        width: calc(100% - 23px)
    }

    .popup_contact .popup-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 16px
    }

    .popup_contact .popup-info__item {
        border-radius: 1rem;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 5px;
        width: calc(33.33333% - 6.66667px)
    }

        .popup_contact .popup-info__item a {
            display: block;
            text-align: center
        }

        .popup_contact .popup-info__item svg {
            height: 30px;
            margin-bottom: 2px;
            margin-top: 5px
        }

@media (max-width:480px) {
    .list-products__item {
        flex: 0 0 calc(50% - 10px)
    }
}

@media (max-width:320px) {
    .product-price {
        max-width: 80%
    }

    .menu-home-mobile .title {
        font-size: 10px
    }

    .list-products .list-products__item, .list-related__content .list-products__item {
        flex: 0 0 100% !important;
        margin: 0 0 15px !important;
        max-width: 100% !important
    }
}



.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width:100%;
    overflow:auto;
}


    .pagination a {
        margin: 0 3px;
        text-align: center;
        transition: .3s;
        border: 1px solid #e3e3e3;
        padding: 5px 12px;
        white-space: nowrap;
    }

        .pagination a.active, .pagination a:hover {
            background: #f02c2c;
            color: #fff;
        }


.btn-load-comment {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    vertical-align: middle
}

    .btn-load-comment span {
        align-items: center;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
        color: #212529;
        cursor: pointer;
        display: flex;
        padding: 0 15px;
        font-size: 14px;
        height: 34px;
        justify-content: center;
        margin: 0 auto 15px;
        transition: all .3s;
        display: inline-block;
        line-height: 34px;
    }

.breadcrumb {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

    .breadcrumb ul {
        letter-spacing: -.3em;
        padding:5px 0;
    }

        .breadcrumb ul li {
            display: inline-block;
            letter-spacing: normal;
            margin-right: 5px;
            position: relative
        }

            .breadcrumb ul li:first-child {
                margin-left: 0
            }

            .breadcrumb ul li:last-child {
                margin-right: 0
            }

                .breadcrumb ul li:last-child:after {
                    display: none
                }

            .breadcrumb ul li:after {
                color: #999;
                content: "›";
                display: inline-block;
                font-size: 20px;
                line-height: 1;
                overflow: hidden;
                position: absolute;
                right: -6px;
                top: 6px
            }

            .breadcrumb ul li:first-child a {
                padding-left: 0
            }

            .breadcrumb ul li:last-child a {
                padding-right: 0
            }

            .breadcrumb ul li a, .breadcrumb ul li h1, .breadcrumb ul li p {
                color: #707070;
                display: inline-block;
                font-size: 12px;
                font-weight: 400;
                line-height: 36px;
                padding: 0 15px;
                white-space: nowrap
            }

                .breadcrumb ul li a span, .breadcrumb ul li h1 span, .breadcrumb ul li p span {
                    color: #707070
                }

                .breadcrumb ul li h1 a, .breadcrumb ul li h1 p {
                    padding: 0
                }

@media (max-width:1024px) {

    .breadcrumb {
        margin-top: 0;
    }

        .breadcrumb ul {
            overflow: auto;
            white-space: nowrap;
        }

            .breadcrumb ul li {
                display: inline-block !important;
                font-size: 14px;
                margin-right: 0
            }

                .breadcrumb ul li:after {
                    font-size: 18px;
                    right: -2px;
                    top: 2px
                }

                .breadcrumb ul li a, .breadcrumb ul li p {
                    display: inline;
                    line-height: 24px;
                    padding: 0 10px;
                    white-space: normal
                }
}


.css-content {
    border-radius: 10px;
    color: #333;
    font-size: 15px
}

    .css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5, .css-content h6 {
        color: #3a3a3a;
        margin: 15px 0;
        line-height:1.5;
    }

        .css-content h1 *, .css-content h2 *, .css-content h3 *, .css-content h4 *, .css-content h5 *, .css-content h6 * {
            color: #3a3a3a
        }


    .css-content h1 {
        font-size: 1.2rem
    }

    .css-content h2 {
        font-size: 1.1rem
    }

    .css-content h3 {
        font-size: 1rem
    }

    .css-content h4 {
        font-size: 0.875rem
    }

    .css-content h5, .css-content h6 {
        font-size: 0.875rem
    }

    .css-content a, .css-content a * {
        color: #278aec
    }


    .css-content p, .css-content li {
        font-size: 15px !important;
    }

    .css-content div, .css-content p {
        font-size: 15px !important;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: justify
    }

    .css-content p {
        display: block;
        font-weight: 400;
        line-height: 25px;
        width: 100%
    }

    .css-content .tubo-media-item {
        margin-bottom: 15px;
        width: 100% !important
    }

        .css-content .tubo-media-item p {
            font-style: italic;
            font-weight: 400;
            text-align: center
        }

    .css-content figure {
        margin-bottom: 15px;
        width: 100% !important
    }

        .css-content figure figcaption {
            font-style: italic;
            font-weight: 400;
            text-align: center
        }

    .css-content ul {
        width: 100%
    }

        .css-content ul li {
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            list-style-type: none;
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
            text-align: justify
        }

            .css-content ul li:before {
                background: #ccc;
                border-radius: 50%;
                content: "";
                height: 7px;
                left: 5px;
                position: absolute;
                top: 10px;
                width: 7px
            }

    .css-content ol {
        font-size: 14px;
        padding-left: 20px;
        width: 100%
    }

        .css-content ol li {
            font-weight: 400;
            line-height: 25px;
            margin-bottom: 10px;
            position: relative;
            text-align: justify
        }

    .css-content .sudo-media-item {
        margin: 20px 0;
        text-align: center;
        width: 100%
    }

        .css-content .sudo-media-item img {
            display: block;
            margin: 0 auto;
            max-width: 100%
        }

        .css-content .sudo-media-item figcaption {
            padding: 10px 0
        }

    .css-content img {
        display: block;
        height: auto !important;
        margin: 20px auto;
        max-width: 100%
    }

    .css-content table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 20px;
        width: 100% !important
    }

        .css-content table tr td, .css-content table tr th {
            border: 1px solid #d6d8db;
            padding: 10px
        }

    .css-content iframe {
        display: block;
        margin: 20px auto;
        max-width: 100% !important
    }

    .css-content .mce-toc {
        background: #fcfcfc;
        border: 1px dashed #d6d8db;
        box-sizing: border-box;
        margin: 20px 0;
        padding: 10px;
        width: 100%
    }

        .css-content .mce-toc > div {
            color: #3a3a3a;
            display: block;
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 5px;
            text-align: center
        }

        .css-content .mce-toc ul {
            color: #343535 !important;
            list-style: none;
            margin: 0
        }

            .css-content .mce-toc ul li {
                line-height: 1.4em;
                margin-bottom: .5em;
                margin-left: 20px
            }

                .css-content .mce-toc ul li a {
                    color: #278aec !important;
                    font-weight: 700 !important
                }

                .css-content .mce-toc ul li ul {
                    margin-top: 10px
                }

                    .css-content .mce-toc ul li ul li a {
                        font-weight: 400 !important
                    }




.btn-main a, .btn-main span {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    color: #212529;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    margin: 0 auto 15px;
    max-width: 335px;
    transition: all .3s
}

    .btn-main a:hover, .btn-main span:hover {
        background-color: rgba(217,83,79,.1);
        border: 1px solid #d70018;
        color: #d70018
    }


.more-control, .contact-control {
    position: relative;
}

.more-control-nav, .contact-control__store {
    display: none;
    position: fixed;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102), 0 2px 6px 2px rgba(60,64,67,.149);
    width: 92%;
    padding: 1rem;
    right: 15px;
    bottom: 80px;
}

    .more-control-nav.active, .contact-control__store.active {
        display: block;
    }

    .more-control-nav li:first-child {
        margin-bottom: 0.75rem;
        font-size: 13px;
    }

    .more-control-nav li {
        display: block;
        margin-bottom: 3px;
    }

        .more-control-nav li a {
            font-size: 12px;
            padding: 6px 0;
        }


    .contact-control__store p {
        line-height: 1.4;
        margin-bottom: 8px;
        font-size: 12px;
    }

.contact-control__title {
    margin-bottom: 10px;
    font-size: 13px;
}

.contact-control__text {
    display: flex;
    flex-direction: column;
}

    .contact-control__text a {
        color: #d00;
    }


.province-label {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-right:20px;
}

.province-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}

    .province-list span {
        align-items: center;
        display: flex;
        font-size: 14px;
        justify-content: center;
        width: 90%;
        color: #fff;
        padding: 10px 0;
        cursor: pointer;
        background: #DD0000;
        text-align: center;
        border-radius: 8px;
    }


/* CONTACT ICON FIX RIGHT */

.fab {
    align-items: center;
    animation: pulse-red 2s;
    background: #d70018;
    border-radius: 50%;
    bottom: 80px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    width: 60px;
    z-index: 1000
}

.fab-wrapper {
    bottom: 15px;
    position: fixed;
    right: 0;
    z-index: 1024
}

.fab-checkbox {
    display: none !important
}

    .fab-checkbox:checked ~ .floating-overlay {
        background: rgba(0,0,0,.8);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1
    }

    .fab-checkbox:checked ~ .fab {
        transform: rotate(90deg);
        transition: all .15s cubic-bezier(.15,.87,.45,1.23);
        bottom:130px;
    }

        .fab-checkbox:checked ~ .fab .icon-cps-fab-menu {
            background-position: -291px -70px;
            background-size: 615px;
            height: 30px;
            margin: 0;
            width: 30px
        }

    .fab-checkbox:checked ~ .fab-wheel {
        transform: scale(1)
    }

        .fab-checkbox:checked ~ .fab-wheel .fab-title {
            opacity: 1
        }

    .fab-checkbox:not(:checked) ~ .fab {
        box-shadow: 0 0 0 0 #c31d1d;
        cursor: pointer
    }

.fab-wheel {
    bottom: 15px;
    height: 220px;
    position: absolute;
    right: 15px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s ease;
    width: 300px;
    z-index: 12
}

    .fab-wheel .fab-action {
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        -webkit-text-decoration: none;
        text-decoration: none
    }

    .fab-wheel .fab-action-2 {
        right: 5px;
        top: -40px
    }

    .fab-wheel .fab-button-2 {
        background: #fb0
    }

    .fab-wheel .fab-action-3 {
        bottom: 155px;
        left: 75px
    }

    .fab-wheel .fab-button-3 {
        background: #0f9d58
    }

    .fab-wheel .fab-action-4 {
        bottom: 70px;
        left: 80px
    }

    .fab-wheel .fab-button-4 {
        background: #2f82fc
    }

.fab-title {
    float: left;
    margin: 0 5px 0 0;
    opacity: 0;
    color: #fff !important;
}

.fab-button {
    align-items: center;
    background: #0f1941;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    color: #fff;
    display: flex;
    float: left;
    font-size: 24px;
    height: 45px;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    transition: all 1s ease;
    width: 45px
}

[class*=icon-cps-] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAACECAQAAACNQYRWAAAACXBIWXMAAAsTAAALEwEAmpwYAAALHWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wMi0yNlQyMjo0Mjo1NyswNzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDItMjdUMTA6MDA6MDcrMDc6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDItMjdUMTA6MDA6MDcrMDc6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iRG90IEdhaW4gMjAlIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmNjNmQ1OGI1LWY1NmMtYjU0NS1hZmIzLTIzMjZkNDE3NzE3NSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJjZmJmOGYxLTM0OGMtMzI0MS1hZWI4LTNkMGIxMTZjNWU5NiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjFiMjQ1MWY3LTRmODYtNWU0OC04MzQwLTlkYzljMWI3MTE1MyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MWIyNDUxZjctNGY4Ni01ZTQ4LTgzNDAtOWRjOWMxYjcxMTUzIiBzdEV2dDp3aGVuPSIyMDIxLTAyLTI2VDIyOjQyOjU3KzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2ZTJkMjJlLTg3NWMtODY0NC05YzlmLWRhZWUzYjg0NWQ4ZCIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yN1QwOTo1OTo1NCswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gaW1hZ2UvcG5nIHRvIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ODZjZmUzMS01ZmFhLTI1NDUtOTRjNC0wODgyM2NlOTVlYmMiIHN0RXZ0OndoZW49IjIwMjEtMDItMjdUMDk6NTk6NTQrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzE3NmI3ZDEtYjRkYS00ZjRkLTk1YTQtOGY4OGZjNmUzYTkyIiBzdEV2dDp3aGVuPSIyMDIxLTAyLTI3VDEwOjAwOjA3KzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmNjNmQ1OGI1LWY1NmMtYjU0NS1hZmIzLTIzMjZkNDE3NzE3NSIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yN1QxMDowMDowNyswNzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTc2YjdkMS1iNGRhLTRmNGQtOTVhNC04Zjg4ZmM2ZTNhOTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTg2Y2ZlMzEtNWZhYS0yNTQ1LTk0YzQtMDg4MjNjZTk1ZWJjIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MWIyNDUxZjctNGY4Ni01ZTQ4LTgzNDAtOWRjOWMxYjcxMTUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+wBWZ8gAALFdJREFUeNrtnXeYFMXWxn81M7vkqGS8RoIkCQZEVGR3QVSCAb0qYLziVdTPnL2omOPVC4oBRUBQMIFKXFgFBBEEyUEQJOfMhgnn+2N6Zyf0hN2dnpld6p3n2e3pru46U131nqpTp04pNDSSDmnKRXSgHc2w+U5+rB6Iez42KqhcXd4aGhoaqUL/A2WfhOLDuOfTWZbJPmmkS9zyN6rCf7TMlv+SU+RrWSa1dD3USP3KWl++F3MMi3NO10iBiIh8qUs9QSRqC/ikKKmWRZkj/p6OsldERN7T9VEj9avreJFEKABpLId9T+6uy91iIvXSpz3gY0KqWua4/6Jast2o5S45L3p6h664GkmsrjdyTYKyupmqvuN3pbXK16UfTyL1HSrjr52q1KQutaiJk/3sZTeHyEW8NxTdpySlZK5FHWpTAyf72cMeDpKXOjLHVM/rG0d2hsp5yq0VgEaq0kY93k5YZmf4HTfhBj7R5R93KlUGjTbiEi6nDfWpQuE1N/vZxDy+43cOIUghpYpKBp2GyNyYrlxGaxpQ2SeziwNs5Bcm8juHky9zTGjrd9yB6xmt66dGqhLHNRIJY+Oa16t+T14jDXTpx92IYhO7OKS1jJCd4g77VvNludwvJxjmlaSYVYJkTpO2MlJ2RZA5T5bKvVI7mTLH/Nve8ZP7oLTTNVQjdcnjedPmtk5myHSZLvfGNa++vufPkNq67ONMpTaxiUOayDtyRGLBWrlJaord37qeJJmbyVA5GpPMq6V/smQuxq+7xSfvn9Ja11CNVKaPySbN7L9ygiV51ZJ8owdaXZd83KnULhXkalkuHokV+fK5NPPvUydF5utkZTFkzpNR0iTxMhfr951kjGSccrKuoRqpTSBrQ5rYVAtzK/Q3uliXfFzJ1CZ2qSz3yC4pHjwyV84TR1GfOsEyV5H7ZXexZf5Zzk60zMX8hbMMSc/SNVQjtQlkXUgDG2Rhbh2Nvt5CSddlH1cqrSEvS56UBBulu6Qljk79ZK4pr5dQ5vWSmUiZi/0b+xhy/lDWFrBpHG8Usiakcd1maX5fGbmM0E0jjlRaSZ6QY1JSrJXz/e3qCZP5Gcktscyr5NxEyVyiXznfkPMxXU81ypYCuMPS/E7yhZwYJnZd/nEhU4f0kQNSGsyRRonpT/vJ3FcOlkrmHGmQwmOA9saad4+VI2oNjTKmAECu9Dn7fSO+hWHSRPpLmn4fJepLN/H1N0uKAhkiVa2nUz+Zm8tvpZZ5sFRJYRXwiE/SF8QXXlEqShtddzWOYwUA8rAvrz+kCYDUly0iskwy9RspFpl6J39fFZeUFtulqzgKfWssl7mKvBUHmbfKxdbLXIrf+qlP0q+9fm/ikGki8pWcquuvRmpU09UhzeqWBOT6uM/x75DcITVlti/3Cdp1rpimlA6yQUoPj4yUGtb2p/1kPk82xkXmj6R64scAsa5BkDQZ5zfP0gnkDePbMXlWKutarJEc8qju9wn1Arov4Hp1qWHFoi251VgT4PWX9sc2/YaK0ZdOk2eL4UUfCbsM50prFYBX5pfiJPN2aWutzKYKLChSaYQ77H6rgt3yR5AnUwVvKh0LSCOxWE+RE2bVkKsv8VzAdzsTuSHeIqgRsprPOdmkBfyuX1DsxUgdevvi5oxlTcDVf9I8KP12hnM9zUyfdSJ9+ANBIRbLXI+exIeu69GLFQmQGSNykaIaGZxDYyqylzVksxKPEC40nXJzr6zgbSoCNgKt/zacugJrJKP3WDy45SqL5Kgp74dYgg9LS/2GYuyL2iVNuvqNpHoHpbo/5F32BukQ9k0vkJrisMqi7idzdz+ZS4u5UsM6mYPGLrVliOwJyN0lcyVTHFHGAa1lgYnkN+t6rJEc+ihe8/tSKlooS2sZ47cY6C+5QL+fYhhT0gNIfrs8Z3yagTQwmeCPrAC2SgtJ85o2LJX5EYkfNknzwolgi0u7ncmqea8SeEMqRjUF3RzwNlzyn6Kr2gSkkcr4WOVZaA9Yxo1yNxm0ws4iJqsCXeDFMKakBRh56vM0AG+qNaK4gaaAh7Gs4Z80I4eufmm38AHQgIF+O0BX4xTWWWxOCZYZQPCg/OQozrkanMT6BJitOvIDNU2v2XmAxgygIHyAauXmUxnFxVxBGyqwhI/VEl19NcrCCGCFVNIllqIjAIecIN+Z9OObipIHvRPq0tTvrvt8I4DRXvdbkAZ+fmC58i9JL/SqsUzmOvJDgLyb5VaQRjI8yrm/5RaQxvJBwN3H5GbrZDbktkmdqJ5Wj3mnonXd1ChfCuAhXV4pqQC8kf8byy+h9A/ygPHtDZCG8pzcJQqknaEAtkoTUdJPnpMzA2YKCmSwpFtlUffJfLL8GiDxS8b1Rn4mFrNzLxjnGgd4ruXLE9bJbMhtlzejtpPDclpJzVA2XaE1EorYA7F5+E4XVwqbgGwhRpJ/q7XSkIEAbGe4NGAWTzOUXn6pPlfraM8oniZbmjHOz3fIZjkb2UKMOD8bP2Yrf8Z0bgvrg0wwFsosCkUNbo2asCq3l9SzSc8BaCQWU/zqXCeCF6SsYqvveJ5ad9z1rh/kQeNwJYPUapDzeYdGponPZiEA89VVcitDTFK0VzssVAD57Amg/zfVRFG8h9fws0OtlbY0Cblvtu+oPk3U97LWcAx1sx3rjRh57Av4fgmTvT17P0nNz00FkJMCthZ1s91yNduFGjGk68lgRFJ5r2INjRC6WxEymL32uC6PV3yOqYcK1yTLo36lc5a87PftJOP/TzLIb0+rs+R/vuPlFpqA0qWmjPCTZhGA/J+4xCUucct2aQ7yjYi4pZefCWghSHvxiMhvIA19ZpbD0kcqFS6sslDmUQH1bYsMFLv8Qz6Ocm6z3CF2OTngF4sclCukolUygyhxyDNGXrPkdSOUodnRITnBSl8kDQ0rqCQJsYBSuDRu8d9+0He2UAEckMYAfpOYRQrgBeNov3fdtHxbmMRSBVDZTzkFTPiC1Jeh8jZIfXnae8WnALbJmSDXydPSRJRfZKZt0s46MvWT+ek4uoFuljYWK4A0GWrkVRvk9bBH+dJE7CWRQc8BaGikAv1XomgVwveqeUiCR9UWAGZEcDocpPYBqD6JEBhYjstnqnAE0M9ORnCdtGAXQ1gvGWKnK13FTlcakC1n8qV6nvU8xKt+d2z3PTcxMpceO9hpqcwKfGa2TKlNh7BHBRwqWRZ6DkBDI5AlbNzOTbTCzSI+UOMTlO1YCtfSjufOCJzwlrxOagz1hbX8afjV12cFX0rRhG59/gWsYAeT+Jfv7L0ANGAlX8ha/hkwQ/ATR60PqYCwir9MZiZKhlkcs1zmVcb/L3xnzI42c1grAA2N0jNEO3Io3DY+k0zZwvlG39vKXE+hKJTCMrUvQspxKUP/wi6m08wnj9n8TX0/+vfHdUHfD/ADYjmZCsJ2ZnJGXMpwP5MtllkQZnPEJGZWMKbiCTuyvI5zSGMV49R2rQA0NCK1uNYsCiKHxqyTf6jdFmdc1A6XMkXO8btykvH/fdnOdqBxBPIaLbs4AHxgOZGCQvAwkatpGIcn5rAKD1YagIpk/obe1I/DE2ew1mKZQTjAGMOxNjyO8SkeMznkLf7P9+VNmUEfdVS3co1UoduUmwT2hdv6WXpIL1lsfFtieb4tSjAFWTQJnCHbTFO8ZYmshatq06WK1JcPfXuslRz75BqpKZUKt1q3WOYG8kkcZN4jfaSGlTIby8AqSJMwb7cIL0s1SQuVImjRm7eka2re0dAKwFye3oYU031nCqOoN02iArg7mgIAaWNy/UVJt4iWCiPrV5Kacr4sLyWVuuQ9aSzVpIJ1gdX8gsFVkprSWVaVWuZ3pZG1Mhu+S2lSTXpH3MH4B2koFUN9gOQt39Y1X8lHvicsC0ylvYA0NArR1/j/lO9M4e4E1yRNpnz+4BDH/Ib7Xn+PIwi5ABwFtZQTjG+FpoNDrLYwuJ3X3ODBzXo+oHQB+9byCUdxG8+01ggkeHCzlo/IL9WzVjGSY1bLrATBQwGzeT9MEg9jGcQhnyRFP7aiYfxxcpK6Wt1OLbzU30ou9E+n5wA0NApxivHf7TtTeGT1VpF7+TLMlW/VHGrI2TxsfH9JLZEvgAfUVunJHaCuA1D7pBv3+O7KUzdZJaoSUXgnKAU3BUykFbeUmEl2MoS/cOGxckI1ROavaUn/Esu8nefZZLXMPrXlJteY4i0ICKTiZjnvMo2DFJjMAPQx/r+htgIoj/TjDwD+5bcaWysADQ0fDhj/n/FFr3nC+H/Q2ozVzhC/mMDrC/2vK+NYZZPtd3YOcxJaWl4ydXGY11H0oyQ7N2zlSXJw4jYoLBF+QB5cHOIVFNdToQTP2MwTzEmMzEoEPDipzC4+JJu2tKc+Do6wjnks5SBHyceNJ2RfsMIdwIriGa0PuqIVgMbxAX/raMRoKQu5HICeMokXSWMIhf44i3QphjWoODnI2zTi0mI7V67jBWZRgAu30TtPlMwuDvAGjcgstsxrGMJP5CdMZq/EY3iOAiqyjm+xo/DgIp988nHiMaH/orHrdXzsO/LCpRWAxvFF/MqIAil4xNi+w1QRfEvhXklXcEXAlcm6NEMMKl5CdWOjgIPsLyaVeviNl/mdPAqMvrTEoKLjIbMHcFHAQQ4UU2Y3C3iZJeThDDQAKWuNV8JCFDacHMOODYXHUGMe7yjEJP/COFBZ8iJPKY9c5nMOXqkVgMbxQv+KimTQh7bUw84eVvEDkziAmO2gpJZIgWm46r/VIV2epv1pEFwoXMUyAHnYzHi+Yht5fn1pEtKb9pe5QrFk3sSXfMN28ijwo3/LZVYCUmS8UhQqssKPufrxebLxOI8HJJiiFYDG8UH/drrxEq19/bz6tKIvWxnCJ2E20RvuN5FahFd0eZr2pwtNKi48fmSaRwHVwvatXWxkJl/wt8+E4S6iMsv70oUyCy7ET2nl4aRqWJmdbCSbL9lMPnkUJE7moHGAdzFbgDILuxHkPtnDiaaXvtYKQON4oP90nuAJkxreiGFcwp0cNImf/qyJAnAzXJdoxD61G4ydHdwsZhS7ac/ZNKUudvDtmZvL36xgPovZRh4FFBhU6kmIN02gzN7p20qGSlrEGPYaMtcJkPkYm1nOfBYbPf+kyeyrqbHn+bbpHhHzA3fZ1gpAo7z2/p/lkTB9OsW1VKMvx4JHAWqvTAjx+X9JuXWZRuhPA9iojIclDGcOx0jjD8ZRk7rUoQbpeMhlHzvZy2HyceKkgAJcuHyeNME0lyiZ3SxmOL9wjDSWMI4a1KUu1UnHwzH2s5O9HKIgeTKXAm+ZKoAng5uChkayiHoNwStsB6o4xLERhaIH35AWMdlTvBzqPyG12BvQKnKpphVABEXrnWKvx0PM5iecOEjDgQMHduwow2bt7XO7cRkfpzGFKUY0nQSZUgJkbsgD5PAzrggye/D4yVxI/gmWucS/9eOQ7SQ3q39oBaBRrhWAKBSV+Jn2URLuowN/I8FNWJ4M6Dn1VRP0m4pIpqCwY8eNwoY94FNEpl73S+/H5WdE8U2kJoZK/WR2YCsbMpf4t1blYFCsh65qVmAabQLSKI/oSNuoaWpzHa8XDealEpeRwTkEbsYyXO7jV6aRrccBYUwq3tWqbhTKWBxmw4YNu+F8W7QG12O4L3r8fFgkaTK7jJFANJndhtxJk7nEv/WIPMlLfifmBNO/jgWkUS6ZiYyYanYGNu8YWDJkGYe4hdUMoiF18EbR2UMFmvIUe3gKp8yUFrpog+m0UHv60aXX0FNAPnnkkkcuueSRRx75flOonkA/+sT1pYsts9PX+0+azCXo/dukg9zlCybuxU55SC62JkSghkYJTEBWRAMVJWkywXje/XKtHAh7tFaqik2UvCWbJSvgGW3FI8ekQcBT+8th6affmmmJKyPepk3s4hCHpEmapEu6VPD7pEu6pEmaOMQudm8MTe9HyxznX3a7rBCP/CHvyd1ypTiNtnCP3C5vyhxxyjZ5WirpeqtRPhWATdJlmoiIrAOQMWGORDZLbbGJkmMSEuxNmvvTv3HuGpmr31pEOvUSqk3sYjdo1f9TSKI2v/RKyxzXX3WGHJQp0snvzEUiIjLY70xT+VBccrmutxrJraz5IQrg4TgpgBHG8x6TAXIo7NFiqSJ2UdJHXPKi1I3SsEZInrTSby0GQi2k1CJatfl9UohIy6LMUX5RjgwIOdddngg5d5oUgJ4E1kgiVAXLHv2H8b9oCszsaLk3jrr6VuryH9aLg3n8zlq2sp88FJU4gcY052zOYTdDqaHy9VsL+zbFz8emyDoukdJrmeOOj3lbdqmAcA9qKlOD6L81YxkJ2g1Uo/z1RG3YOYNfqRYloYe+fI+ryBFUqtGJsziDhtSiIkIu+9jCWn7nVws3Vym3I4KyR6BlUeaQ33A+wzmTaUxnIavZWyS/VKcJ7bmEKzjCQ+pzXUc1yqcpwiHV5KOo2/rNlxPNdlLV0CjzbaCyXCP/k198e1x7cUgWyydyi9TRJaRRnhWAXSpKM9kUkf6PSpZUFoemfw0NDY3ypAC8W2lnyfYI9D9Qakq67v9raGholC8FoMQuFaS2fB6G/rfKjVJHKooj9b06NDSshPYC0ihnMGKnuzlGJSCPbfzDV889bGYCI9nBUVymW+lpaGgFoKFRplUAeHBhYwwfsoOTacWJ2DjAatZxiKPk4QwM6quhcVy2FV0EGuUPxnaQtTiCg3TSScOOVykUGLtQecJupqehoRWAhkY5UAEKhR0bNpSxlbZfSC9N/xpaAWholHclgC/COxE30tbQ0ApAQ6OcKYHCmu4jfU3/GhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGqWF3hIyZSBt6E0WJ1EfxQ42k8N3LNKbF2poJAbdqni6q17SnrrUY7/aJmvUJOf3OXu0AtCwmvw78QqdTS6sZLAar8tHQ8Nq8pdB8jg1Qi64GGEfPHV7EjhB8W8G0RS7BQ8/RDbPq8VaAaQC+VdlBH0jJPiRfmq/LicNDauQcYn6nPphLx/h3hmfJJgVHHxPd0uzKOAaNcmmX36S6f9k5kakf7iMX6WZLikNDYvof6CaGoH+oSojst7oa0+oUI/Tna30xKEsAPX4H+l8LHVjHgGIgzpUpYBdKjelCLQ2vTiNHDWzTNJ/LebTtPALE5nAHHbgoT7nczVX+YZ/mzlX7dBN9fhGy/R6deyVVZ591+T8VJIrq6Gnp62R+m7aorJYqln95TPflx2M9ExU67N3dqnpOFX1kAEUdb1em/FIwnihErupRCf1q4V5fEcvno1BAcgZ9KM7bagMgIsN5PAls5Qn6fTp4Haeow6wj7Zqc5mjfztTyDS+LODf6veg6y0ZxkXGl/l0UfloHJe45CzbDSqLFlQAwMkayVbjZvxK0l0EelRwPsSjVAP+Sms7+VBZK9nMjsyiIgBuecH+6rSj/le7OBy38gZVvd/UgOmjEsQMbVnMMtXG70yacpbgOYq6NMLFX+pwyLXefMsPUclfxotLzLBUrkgyfdaTKX7yfCFlbj5DbvdJP04qmqZIkw99aR7URHg8IrNd1rRMT6aEfrLmZlyYXNm6np65wE+i18pa2fa1Zy41ZD/StUcYA1GbrM1Gmv0ZJySIGTqLyGzftyYySw7KqcV+ykUy22DvI/KZNAq6erGI5EQkTbmTN4x+vzk+585QzZKgImrCj5zhd8JNL/VjmaL/SqylMQCzyVQFYVLZ+IZeAOznDLUvIZKdzxdUtzQLFy+pNzS5R8Ng29yn5CnSwibw8E6tR8cXJEe6jHPUJOr5nchXHacvKVPK9RZGeKu8XJ/9RbhU3c9yz6UKgHpzekK6YdKZ2cxRFwJIa2ZxAjBJ9SrWM27jvYCas41uaoW/AiCHn1SEwcPb3Bs1lyV0V7uSQJ4Nmc1pQSfX0EEdLUMK4DY+AuAITVUENzOpxZ/UBuChxJCmPM9TlmeySJ2dgF+isKPwKHcx7nEU9w6r0CGt1pgoDgIAM1xX5hxJAv23UD9xYuA59bMzI8dVdtpg1nJpCSAfZf8rYrr75G0Acm11piWAY4oUgCgWUNhSrlTfxvyEc5lNeiSG9CqA8F5AQ2Kgf2jLZKmacOp08GkI/UMzHi5T3bs+xv//qohexmo/LwfdYTVs5SMPSacLv7GZ/0qMQ3exS2t+YBOj5Iyk1w9Vc0QM9A+ZjgldHIkWrlsVNS6Y/kEucgwoQ/TfxEv/5MvgyClrvicbAajk6Z5gIZtS1FF6SyrHPnj00f8uDvsYckCMzVB68XiMGbVnaMLf3A1kmZ5/qOy4S0pF3/Rv9Iml0Xgn3M+X2tosUgz6v5hxtKUetzNKToyF/mnFGLrRgL58Ic2TTE93qX4xJu2e9kyipfPcT2vTCy/2qFNmasjlhqadOXNr5JTjC1ShgejyBAvpvzTtZGKsk1KNrgC4uZnGNOJT40LvmBSAVGVY0BIxF5/Rk1Z05BE2BSXvL90S+trSwvb0q/CmlJWVDY0N34ONak3UruB2lgJg53RN7MWg/9HUBaACXfksmgoQO60YZdCagzaMSaYK6NJYXg46lStDVXdpyYU8y+4g2R/r1iqR0l1QjXvCXKrnHFJmlpc2MZTZlBjq09TAexKG9RR6W+Zze7CfYFg0NPzFpqqRyqkO8394jYSnxjYCuIvAGePdXKRuUt+rFepX9RqtmBDITzyf0CI5i/CV/VKuKiOVr7CEN8aUemPQXRrR6X+MQf+FKuDTSIYgsdOGz/16tQ7aJNMQZH+MQNPqBjpkD5o+LXvljDkzBqe15KeAq2nyn0RKVznTr2yDcWtGxzJSTRoaBLYpelJfmoaJFVHtNTp/Qi81IubbCgwH4YOFnQfyDSUSBBPbodgYGDja42o1z0+kI3IDJ3GeX4pzpYNK3CKQCyJcs/GqTFMp6Y0st/JKqNWULlIcX+5v/BIf5Dn1piWiJmJK0do86vAygaaICmQyUm5Se8PS/2haBLWNljzHDcmoKz0r5wZaa485LpviN1KcvLtHL+di/3kw6Z3VcPq2hAnYOcI1h+3tDp0XOVOvBfasnPs1WSad3m8zY3/I6Zn+7XWh/fqpf1os9pe0BWBdMe7ZwjGqAJdLc7UauBlv52dNDAqANkETrF+r2UFaySmPkhNwqg+JUwAnR7x6Kv/HcynZ33iOE+P6vBo8L+8qKxraMCpY7gY62tLnp3FKyLmwKkDstA6h/3BPSQjyMqkW0OLenxLUdCcfyhrst4IV0jw9GZ6wzkzENijn1r7RZ3VOIRzrpeI9hXu2+7aYZ0tLihE8RWUUT3NrzOMGp8wnA6jOAplMbWNGgKBxYxgF0Cm412mSZjZ7AujsghR6z+ek6ICzRvxH4jiwQAGogwwu4zagY/xE75C+nqkKEDutGWNC/8JRfk6O+J4LAs3oYtIGnZMcLv/2qzolTgFEVRDnpKICsKAFYnFHCVA75R0eA26Wn1XspfoVGQBU41rfuQImhppMQhE8zfG3iVAeNke8x0pEDs1awLtoHO/Yw5MswWM6CgjwCBI7LfnMlP7zmMVLSZI/hjaYc8Bn4U21NnjY/YGugnHEC6wHFB9I7AbJLwhdojtF/R2LAgh2NaxlmkGtGNJYg0heM/ncrqbpGnO8Q3lYQ78wKsDPI0jstGS0iUOjkMdUblYHkyR/UHtym7Svvune1alh222y2uAhdc2sP3QdjGNtOML15AFpjJKHC0PeSE25Q6qFvWcfH4TU6VdC05kpgOA1kJeYDPFOD7LEJzIw3B9hc9tJLzVKVxiN2FRAqtI/SJDUdpM2uL8TFSO2WyuxJGwYug22rtN1Fyzetfk3+uMCbLzKKKkKksbXDGe19A/r+P4agbuITFK/xKYAgrdAu1VCY2U/HuTruzeBpbGNv0zPL6aj7v1rxKwC6qYq/YMKaoNyX5fg9fYqZPIxgW2w8h9i7sWV7TqvbAaFTvnaPIF+hhPnjfwuPRnKJUBDPuNnaWt6x06G+H3NxTSYtZkC2BD0vQYTJGD6RAaGzEdvSGBROEPnsoF5ZKqNuqJoBKmAASwLowKmMNaU/nOZzE3JpH9Q64O+n+IY1aOC/4nM5wlafqkS2AYnHjaNVD/xaM/yvYNuUuvEF1xqLABswkSKYhddwIthbnmX33zHL5ovOLWZmliCcQGL5J9SGURJaxnFeyFr/ZYmtCwmhZzJZ0BiImVqlDEVsIrrw4wC2oWZ+p3GrcleSeIJbYN9nPMyL++bDoNt3c7LnMSTIfcktg2G+JOw137LvFxd5yyszTmcHeR+78W4sF3lm42p4Lm8ap7GTAEsIfQ1ns5Y9ssm9rCUfiZLvecltCRmhpiphGO6gmiEGQWYG4Iwpf8kG38Mqc3aUzu+338gc+OcfZ75phFpEtoGPRNDVpV6Dmn6t7pe/E0Gt7El4OSo8Gtq1EruQ9jHgHDh5k3WAahc+cXwIQ1EOv8Ik4/bVC9ZVwyH5BsCw7dWJAM9/RsnSDtGWr4Q7DWVIK915ZE19GM0baNEIE0Z+ocZf2euM3XrrBR2GeSB2gm1vc/clJkTtGl5narnmhpnNeLboRkhY7iavpxLdZYznM8i7s34KacxN7x50DyM7PemCiA8FiZ8T4APuC2oOd8jY5VLV5C44MowkR7jidsTt2wpJhWQQvRvtMH7i5V+eqK3hZH3VbdAW4DnPn5O/iaVx4ESyOdzPo8xrfB0pOvmDeLrYrqUTUh4Gfwe0tc4m+t11YgT7OUkD/9+U2RDUKrRP55itik1PtES1v4xODqN6p3RRTeesgVTBaD+LtYSeFe4SQhLG/QrQX0NxWvSWL9QjQgqoD/Lw1wuIJtbUof+YeY8ihNk7EDFHxIt4fgCFbwHsE0N61Fd17UyrwCAj4vxjKlqSxIkn8GsoDP1GCkV9CvVCKcDcESIVK8SOyaJCpERxUg9dlISnCCco1kddKp5wdC+dl3Vyr4CmMCOmJ8xNCmt2c2TBNv8u/LfMrMhjEZi+TTcql8vvGHiTkglie0fkxfrj7MNS4aEOXk8FWzzV/32P15mNoQpi/X4H3KJtI0fy4V5kMon1iq1gqlJKotfjU3V/XEHL4iufqXFsXKSR6z0n5IqYNouiTFktpoxbXlyZJzxNT+GnHw26y6tAiypxU1kJpuYyWI2ybXxeWb4zaSH8TDVYnjCq8qTnOJQIk9zOScFDeQfReSpZMlUTvABJ1ruBvpJStF/kQoIs2VMUvAat8RimFIvJ4+TPPfZOgeFWbbJf7OYPkz7A8W5qE9jLvAQC2nAfYyTaurj0j81rAJQe+Vdnoh6/7pY3ZEsUQF7ZCCTgpqI4jFqyP8pp64yJS7X3cV0QUzthuO/1290FfCZ3Kx2p4bk2Wuzxkr0jeF/mjYzeTLOXJ/1kHwQ1OO3yzuZNTu/NFh3w+KJN3BwjjdIiEzgB96Sb0vfWYlkS3o9hvBSzyTZ934Kb4XyF3fxhVTTNUYjAv0LHtMAERl8KnVSRXr3YKJ594t6MrkyTh/Blya8MmTO0B7aJSM+dbiCtJcLuYJvqCkdpIN04Cw+pRp3Swc51TIFoPYHRJMzw3yTV5/YvqrwFNkmF64kW04KW6Bd5CP5pzh01ToO6D9wq/ci+s9lgWlg8Qp0ZYScmBryz1wfzcVCfTV9bpKF9DCQZSbn73R+2z3cHgWq65VZH3XrMVi7bESvw43ZwiJ+xsGtLPR9PgeeZSEb5A2rRgAwlJWRuifcl3xbu8rnxhBnNIBz+EU6mRbo9UzlNsaSIx31hHG57/2PDBvy7TJuYLGJCqhIFiNTZRTgeo6dES4fcz6cfBlnHJRrTL0GL3XPzjzT7I6sB+wT5DbPj3MmZbTQ9TQKro+yl/ig0vgERbxVObkrQhCt99WCVCgftZPeplvUNWa63BFM8XIuH5IOwAXM5iNpqGtYOab/URHi/e9nLf1MVUAKGYJyDvBAhMvP52xMBSmz13KlHDa50IK5WVcG+wR16ykvG6R1mVqU8XrnWrq2RkC9KNfTS7PXcUQFIDbWhXXyPMSHkp4aJaTWcrlpP6ky7/Op/14GUo+xfhvpObiV5fKAVNS17Lij/4OgPKmvAro4bLNZEubi357xXVLEkDljvroKs01iasn4zFe7+LWwrCaeT/ycTyqqBysuz7q5izbIhsMJcUgRnjtNmk4tOnI2Z3EmpxGZGt1sZjXL+J15alOSG3x7fgyjK9dwu5oDIBX4LiiCoRfLeZDpymK3NTlM1bg/tLLSIXjNuy6tYtvtS2w0ZTTtTLpC+WRzk0rKBicZ9ThfdaANzdUpUbpZTjaq1bJULUqb9+OO5JZ6VjeZEMZ1/Ddum7EMoEd150+0NSGiX9z3z/zNWtfRjIHq/bg/dNiMuy2ov52ZzRx1IYBMpGeU5B1Nt+eJlsfF5PBTgAKQNlxDD9r5HCuF3WxhF10JroTzgYY09NPkG5jKN8xKnleQtOL7MMFynQxnCLn8j/5hbvbwFY9Yu6OYVgAJrAv1+IgrTOg/lyncErjdi9hozmjOMlEBh/lMDUrsYDajo7qSHrT0dc087GAr+8kK6az9RGUa0sAnt7BKTeHr6b8kzwO/60W2r8P0R3PlNfVmWrpzdPBOZj64GGF7epqFcYXLqAKYS6coyS9XP5ZSAUga/bnH0My5LGABi1nJn+oogNzJe4HjPS5VbpA0TqYFbTiHTsZExXY+5J1kLaWRk/mOs8JczCWPyLbGQ/Qw2zb5+FMA0oL3LV8I9pYaY2FZn8pCasdC/z4VMIY2ISrAzULVMVG1t1sVz7+4y7sLgBxmvlogS1jp3pCTB5DxggpYlaNGTr8ZoEcF52m0UGfJuXQ0bMEb1DDn8JwjyWmDGW1s38kpYS4eRqLUq132C6b+aZlsZVMBrKJ5lOQDVAn2QvEqAAeAdOJjmgO7Gc93zA4mFfW+tOYu39e1/FO5AZSTP/mTiSA22nEF13Emz3CvPKI+TEblU5vkEkZzmenFSlSKcnt1WvALGnAdF1qex31YqADIZy3nBfSZw9I/KI+spj+jglSAkGuyPapV5HSFvEdjYLN8yXcH5i8KWsh44dNzWtHLJ9ovrju9R5PzWcUqvoIOabXPpRfXymnyuuOBjLuzv01G1cle2uVCxwTOM70YfW1OXc9p/KkbYACiW/hrl/zhNpBLmUlzVtOfxupuNc20T3kf3xhH2+gR2sNXHrVIPUtLLmYqNflAhiSnrNR++vBqMXczKDIDLdO1DYgUIKSs5LGbx9nuZwqJQP/e+stK+rPUbzpYcLI07Hbb8ab/m9R30piFqnetU7Mfyp69KGQd+2CP7Qbf+HSVu3dOSKC4Rc7pc6c/esHpXMF8GqqvMwYmp/LkbLFlqJElNEO53Ct08wvopyui+0iVYhLYJophVOBdzlKjVdhVh8rF9XwPbCcz/PZiStTP6lL6UcDjckaSVIBTPcq1lGTqbgW/6wpXPqCczOV6tho0FMNW78rDSm70eQQJLhYxIDGuDd2qqHdQ8kTn86ZPHB+28zLtqPNy5gOrVWZO2Po92DPjhxmd1EOg3syskZzSn3Z0+i3q3xwtyQBi5jZdewNQI4auUmkUAGk0wsXzKsqSc5XP1VzHeWpV1Gd+zjJsnJLE5v8155BdzD6I8JKOH1SuVMA8bmQrHoTcWHb7Uh5WM4DFuBGcLKS/N+6K9fCcQHX2pr8ZLXZOzgFXlrpBOk+PRpKy7x12UFnVTV7Hdfpw6URxdyl2yws6hFwJyL00CkAVMBMH38rJUZtUgfpSbY765iszjA7sJamLxNRGLuUe9hfjlsnJDmuhYYEK6Es26/mIm2LZ7Ut5WM0NfMVfTOCGRNE/zNjMMk4sGN8j6rqDnCPTx2ZHdbHoXrvWOBqwruaGZJZ/9lJXZ3mmWGG/P86eo+ttCci9dHMADGQDnVgp70gpl2VLXXmItdxJLv0jDbcT0vxdaihtGEVsbqmruVW5dW0zkFc+8lBONV91U03UfbHWRuVRa9V16nR1o7UuwcENR/qxW/V0rs0ccmkpR86Z/8h61r2Oq9inbhif5Bqdk5f9vLu9mkRMAWPUL64Hdf+/ROReihGAA9Tfch5vciP3MEiW8gOzWFA8+pZ02nAxl3IxacB8/q2WpEQfcAsD5B3+Q48oUdWX0Fvt1HXNh084zXI30A90Mfv3lrueYxvKZTzpejxzgfxITuVFxdvk8fxKVdtLF3rQUezAVO6aviEVftmsNfTq1lX+I52jhJ2ZaeubLNfVMq8ASjEC8DnKSWsG0deYcXbxJ8tYywY2s509HMCJx7tSVhQ27FTjBOrTmFNoSgtaUhmAAqbyPpNViulxaccg+oZxQitgOE+qwwmQQi8E04iIjPPVIHoboUoKWM0K1vCXbYt7h32P/WBV13iP0UNWfW1HHFR3nij1bY05VZpKK9Ucb/DlY3zHsBmpZkpRGZ3VPfQME1ngKK+lvTw53/LyLYPrAKQl0Xd7m6h6lyAPk5XAFbiYLC6iTdCLEvIowIkHhYN0KgVpczdrmUs2U9X+VG1cUote9OYiavmtnNzNV/xPrUyQBFoBaERFtyqSIVl0piVpAQzq8eSrfFx4sOEgXVUMigHplJVqNjNc2anbj+5S33ElvehEtaJ1zmqbjPUMnZkQb6sypADa8AcrVUsAOZcuEbfY3MeXscxwheRxFV8xyfTBUpHmtKAJp9CY+pxIDdKwG0IIHlwcYS872com/mQVy0siQFLUQBrNaEZD0tjLCpZG833SCkAjWYrA3UKdSRM5RTWiHidSHUdAG3RymD3sZCsbZZ2scqyYdrRs/LIuFR1nSlNbfY+dnSxzr8xJWPCYMqQA0tlNNS5Q8yxjI8UkLudJFWPiiqSThg3BRQF5esJUKwCNhMLWs+LhdBzptgIPrmoFHfL0hovlVwGAPM9T7OV+JmMF19blKfpxgGYxrcdUQi6aaEqLvXFXAIfQKxeOF3gmHfN3qZykS6QkLTDusCzu2XM0oy+fWVgaR7lO7dJRuBOHRxhCPLcaPMgLSd6RWUOjDCF9kmucZBHHbSjVQquinikn18r1DKJpFA/GknYds3lZrYP/BxqOYw8vdXSeAAAAAElFTkSuQmCC) !important;
    background-repeat: no-repeat;
    background-size: 453px;
    display: inline-block;
    vertical-align: middle
}

.icon-cps-fab-menu {
    background-position: -649px 0;
    background-size: 694px;
    height: 50px;
    margin: 0 !important;
    width: 50px
}

.icon-cps-phone {
    background-position: -51px -49px;
    height: 28px;
    width: 28px
}

.icon-cps-chat {
    background-position: -369px 0;
    height: 30px;
    width: 30px
}

.icon-cps-chat-zalo {
    background-position: -362px -1px;
    background-size: 515px;
    height: 30px;
    width: 30px
}

.suggestions-chat-box {
    align-items: center;
    background: #277cea;
    border: 1px solid #1d72e0;
    border-radius: 10px;
    bottom: 7%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    min-width: 140px;
    position: fixed;
    right: 80px;
    z-index: 11
}

    .suggestions-chat-box #btnClose {
        left: 2px;
        position: absolute;
        top: 2px
    }

i.icon-cps-face {
    background-position: -177px 0;
    height: 28px;
    width: 28px
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(215,0,24,.7)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(215,0,24,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(215,0,24,0)
    }
}


/* END CONTACT ICON FIX RIGHT */
.home-page {
    margin-top: 0 !important
}

.banner {
    position: relative
}

    .banner:before {
        background: linear-gradient(115deg,#d00,#d00) #d00;
        border-radius: 0 0 50% 50%;
        content: "";
        height: 125px;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
        z-index: 0
    }

    .banner .banner_slides {
        flex: 0 0 100%;
        max-width: 100%
    }

    .banner .slide {
        position: relative;
        width: 100%
    }

    .banner .slide-list {
        padding-bottom: 10px
    }

        .banner .slide-list .galery_list_item img {
            height: 100%;
            min-height: 320px
        }

        .banner .slide-list .dots {
            border-radius: 0;
            bottom: 0;
            box-shadow: none;
            display: flex;
            justify-content: center;
            left: 50%;
            letter-spacing: -.3em;
            margin: 0 auto;
            min-height: 10px;
            padding: 0;
            position: relative;
            z-index: 100
        }

            .banner .slide-list .dots .dot {
                background: #d6d6d6;
                border-radius: 30px;
                display: block;
                height: 5px;
                margin: 5px 7px;
                transition: opacity .2s ease;
                width: 15px
            }

                .banner .slide-list .dots .dot:first-child {
                    margin-left: 0
                }

                    .banner .slide-list .dots .dot:first-child:last-child {
                        margin-right: 0
                    }

                .banner .slide-list .dots .dot.active, .banner .slide-list .dots .dot:hover {
                    background: #869791
                }

.banner__banner {
    background: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
    flex: 0 0 265px;
    height: auto;
    padding: 0 5px
}

    .banner__banner .banner_title {
        border-radius: 10px 10px 0 0;
        color: #d00;
        font-size: 16px;
        font-weight: 500;
        padding: 5px;
        text-align: center;
        width: calc(100% + 2px)
    }

    .banner__banner a {
        display: block;
        margin-top: 8px
    }

        .banner__banner a:last-child {
            margin-bottom: 5px
        }

.banner__item {
    background: #fff;
    padding: 0 5px
}

    .banner__item img {
        border-radius: 5px;
        height: 136px !important
    }

.banner .banner_bottom {
    border-radius: 0;
    margin-top: 0
}

    .banner .banner_bottom img {
        max-height: 87px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

.banner .dots {
    background-color: transparent;
    bottom: -4px;
    box-shadow: unset;
    padding: 0
}

    .banner .dots .dot {
        background: #869791;
        border-radius: 30px;
        height: 5px;
        margin: 5px 7px;
        width: 15px
    }

        .banner .dots .dot.active {
            background-color: #d00
        }


.home-category_accessory .block-title {
    border-top: 10px solid #f3f3f3;
    width:100%;
}
.home-category_accessory .block-title p {
    background: linear-gradient(270deg,#434343,#000);
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 15px 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.list-category__accessory {
    display: block;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .list-category__accessory .accessory_item {
        border-radius: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-top:2px;
        max-width: 110px;
        width: 24%;
        display:inline-block;
    }

        .list-category__accessory .accessory_item a {
            display: flex;
            flex-direction:column;
            font-size:12px;
            align-items:center;
            white-space:normal;
            text-align:center;
        }

        .list-category__accessory .accessory_item img {
            border-radius: 10px;
            box-shadow: 0 1px 2px 0 rgba(60,64,67,.102),0 2px 6px 2px rgba(60,64,67,.149);
            -o-object-fit: cover;
            object-fit: cover;
            width: auto;
            margin-bottom:10px;
        }

.block-title .title_name {
    border-top: 10px solid #f3f3f3;
    width: 100%
}

    .block-title .title_name p {
        background: linear-gradient(270deg,#434343,#000);
        border-radius: 0 0 10px 10px;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        margin: 0 0 5px 5px;
        padding: 5px 10px;
        text-transform: capitalize
    }

.hot-category__item {
    width: 100%
}

    .hot-category__item .menu_scroll {
        margin:5px 0 10px;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%
    }

        .hot-category__item .menu_scroll::-webkit-scrollbar {
            background-color: #f4f4f4;
            width: 12px
        }

        .hot-category__item .menu_scroll::-webkit-scrollbar-track {
            background-color: transparent;
            -webkit-box-shadow: unset
        }

        .hot-category__item .menu_scroll::-webkit-scrollbar-thumb {
            background-color: #babac0;
            border: 7px solid #f4f4f4
        }

        .hot-category__item .menu_scroll ul {
            margin: 0;
            padding: 0
        }

            .hot-category__item .menu_scroll ul li {
                display: table-cell;
                padding: 0 3px;
                vertical-align: middle
            }

                .hot-category__item .menu_scroll ul li a {
                    border: 1px solid #e5e7eb;
                    border-radius: 5px;
                    color: #444;
                    display: block;
                    font-size: 12px;
                    line-height: 1.8;
                    padding: 5px 10px;
                    text-align: center;
                    white-space: nowrap
                }

    .hot-category__item .menu_category {
        flex-direction: column;
        width: 100%
    }

    .hot-category__item .list-item {
        display: flex;
        flex: 0 0 100%;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%
    }

    .hot-category__item .box {
        overflow-x: auto
    }

    .hot-category__item .list-products {
        display: flex;
        flex-wrap: nowrap;
        width: 100%
    }

    .hot-category__item .list-products__item {
        flex: 0 0 calc(33.33333% - 10px);
        margin:2px 5px 10px 5px;
        min-height: 380px
    }

        .hot-category__item .list-products__item .thumbnail {
            overflow: hidden
        }

.flash-sale {margin-top:15px;}

.flash-sale .list-products__item {
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    margin-bottom:10px;
}

    .flash-sale .list-products__item .thumbnail {
        min-height: 125px
    }

.flash-sale_box {
    background: #ed213a;
    background: linear-gradient(90deg,#93291e,#ed213a);
    border-radius: 10px;
    margin-top: 15px;
    padding-bottom: 20px;
    width: 100%
}

.flash-sale_title {
    margin: 12px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%
}

    .flash-sale_title .title {
        max-width: 300px;
        padding-left: 10px;
        width: 60%
    }

.flash-sale .time {
    margin: 0 auto;
    min-width: 90px;
    position: absolute;
    right: 0;
    width: auto
}

.flash-sale .time-item {
    align-items: center;
    flex-direction: column;
    margin-right: 6px
}

.flash-sale .time-item__title {
    color: #1a1a1a;
    color: #fff;
    font-size:12px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.flash-sale .time-item__number {
    align-items: center;
    display: flex;
    justify-content: center
}

    .flash-sale .time-item__number .digit {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 hsla(0,0%,100%,.078);
        color: #de4848;
        display: flex;
        line-height:29px;
        font-size:1.25rem;
        font-weight: 700;
        height: 28px;
        justify-content: center;
        margin-right: 5px;
        width: 25px
    }

.flash-sale .slide-list {
    margin: 0 auto;
    width: calc(100% - 20px)
}

.flash-sale .nav-next, .flash-sale .nav-prev {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    color: #707070;
    font-family: -webkit-body;
    font-size: 46px;
    height: 55px;
    line-height: 45px;
    margin: 0;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    width: 30px
}

    .flash-sale .nav-next:hover, .flash-sale .nav-prev:hover {
        opacity: 1
    }

.flash-sale .nav-next {
    border-radius: 100px 0 0 100px;
    padding-left: 5px;
    right: 0
}

.flash-sale .nav-prev:after {
    left: 10px
}

.flash-sale .nav-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 5px
}

.category_default .category_box {
    width: 100%
}

.category_default .category_list {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(6,1fr)
}

.category_default .category_title {
    background: #1e1e1e;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: -moz-fit-content;
    width: fit-content
}

.category_default .category_list {
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-x: scroll;
    width: 100%
}

.category_default .category_thumb {
    height: 50px;
    margin: 0 auto;
    width: 50px
}

    .category_default .category_thumb img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.category_default .category_name {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 7px;
    text-align: center;
    width: 100%
}

@media (max-width: 768px) {
    .flash-sale .time-item__title {
        font-size: 9px
    }

    .flash-sale .time-item__number .digit {
        align-items: center;
        border-radius: 0;
        display: flex;
        font-size: 12px;
        height: 12px;
        line-height: 16px;
        width: 10px
    }
}

@media (max-width: 575px) {
    .flash-sale .container {
        padding: 0
    }
}

@media (max-width: 480px) {
    .hot-category__item .list-products__item {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
    }
}

@media (max-width: 375px) {
    .category_default .category_list {
        grid-template-columns: repeat(4,1fr)
    }
}

@media (max-width: 320px) {
    .category_default .category_list {
        grid-template-columns: repeat(3,1fr)
    }
}


.home-content__container {
    background: #f5f5f5;
    border-radius: 8px;
    flex: 0 0 100%;
    max-height: 400px;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
    text-align: justify;
    min-height: 50px;
    margin-top:10px;
}

    .home-content__container h1 {font-size:1rem;line-height:1.5;margin:0.5rem 0}

    .home-content__container.active {
        max-height: unset;
    }

    .home-content__container .btn-main {
        background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
        bottom: 0;
        margin: 20px auto 0;
        max-width: calc(100% - 30px);
        padding-top: 50px;
        position: absolute;
        width: 100%;
    }

        .home-content__container .btn-main svg {
            margin-left: 15px;
            vertical-align: middle;
        }

        .home-content__container .btn-main span.show {
            display: flex
        }

        .home-content__container .btn-main span.hide {
            display: none
        }

            .home-content__container .btn-main span.hide svg {
                transform: rotate(180deg)
            }

    .home-content__container.active .btn-main span.show {
        display: none
    }

    .home-content__container.active .btn-main span.hide {
        display: flex
    }

    .home-content__container.active .btn-main {
        padding-top:0;
        position:relative;
    }
