/*Header*/

.header-nav-main.nav-left>li:last-child {
    margin-left: auto;
}

.flex-right .header-nav-main.nav-right>li {
    margin-left: 32px !important;
}

.flex-right .header-nav-main.nav-right>li .header-store,
.flex-right .header-nav-main.nav-right>li.account-item>a,
.flex-right .header-nav-main.nav-right>li.cart-item>a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 5px;
    padding: 0;
    font-weight: 400;
    text-transform: inherit;
    color: rgba(51, 63, 72, 0.5) !important;
}

.flex-right .header-nav-main.nav-right>li .header-store i,
.flex-right .header-nav-main.nav-right>li.account-item>a i,
.flex-right .header-nav-main.nav-right>li.cart-item>a i {
    color: rgba(51, 63, 72, 0.5) !important;
    order: 0;
    margin: 0 !important;
}

.flex-right .header-nav-main.nav-right>li.account-item a span,
.flex-right .header-nav-main.nav-right>li.cart-item a span {
    order: 1;
    font-size: 12px;
}

.flex-right .header-nav-main.nav-right>li .header-store {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.flex-right .header-nav-main.nav-right>li .header-store i {
    font-size: 18px;
}

.header-main .nav.nav-right>li>a::before {
    display: none !important;
}

.flex-col.hide-for-medium .header-nav-main .header-search-form .header-search-form-wrapper {
    width: 280px;
    transition: all ease 0.3s;
}

.flex-col.hide-for-medium .header-nav-main .header-search-form .header-search-form-wrapper input {
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: none;
    padding-left: 35px;
}

.flex-col.hide-for-medium .header-nav-main .header-search-form .header-search-form-wrapper .ux-search-submit {
    position: absolute;
    left: 3px;
    top: 1px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    color: #000;
    border: none;
}

.flex-col.hide-for-medium .header-nav-main .header-search-form .header-search-form-wrapper .ux-search-submit:hover {
    box-shadow: none;
}

.header-main .icon-shopping-bag::before {
    content: "" !important;
    background-image: url(../image/icon_cart.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
}

.header-main .icon-search::before {
    content: "" !important;
    background-image: url(../image/icon_search.svg);
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
}

@media (max-width: 991px) {
    .header-main .nav-dropdown .icon-search::before {
        filter: invert(1);
    }
}

.header-main .icon-user::before {
    content: "" !important;
    background-image: url(../image/icon_user.svg);
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
}

.header-main .fa-store::before {
    content: "" !important;
    background-image: url(../image/icon_store.svg);
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
}

@media (min-width: 1200px) and (max-width: 1349px) {
    .flex-col.hide-for-medium .header-nav-main .header-search-form .header-search-form-wrapper {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flex-col.hide-for-medium .header-nav-main .header-search-form {
        display: none;
    }

    .flex-col.hide-for-medium .header-nav-main .header-search-form .header-search-form-wrapper .ux-search-submit {
        left: 7px;
    }

    .header:not(.transparent) .header-nav-main.nav>li>a {
        font-size: 14px;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center;
    }

    .header-main .flex-col.hide-for-medium.flex-left {
        display: none;
    }

    .header-main .flex-col.hide-for-medium.flex-right {
        display: none;
    }

    .header-main .flex-col.show-for-medium.flex-right {
        display: block !important;
        flex: 1 1 0;
        order: 3;
    }

    .header-main .flex-col.show-for-medium.flex-left {
        display: block !important;
        flex: 1 1 0;
        order: 1;
    }
}

@media (max-width: 991px) {
    #main-menu .sidebar-menu {
        padding: 0;
    }

    #main-menu .user-menu {
        background: #080808;
        color: #fff;
        padding: 10px 15px;
        align-items: center;
    }

    #main-menu .user-menu .fas {
        font-size: 24px;
        margin-right: 15px;
    }

    #main-menu .user-menu .media-body a {
        color: #fff;
    }

    .mobile-nav.nav-right i {
        font-size: 20px !important;
    }

    .off-canvas .nav-vertical>li>a {
        color: #333;
    }
}

@media (min-width: 850px) {
    .nav-dropdown>li.nav-dropdown-col {
        display: block !important;
    }

    .nav-dropdown-has-border .nav-dropdown {
        padding: 5px;
        border: none;
    }

    .nav-dropdown .nav-dropdown-col>a,
    .nav-dropdown li a {
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .nav-dropdown .nav-dropdown-col>ul li:hover {
        background: var(--main-color);
    }

    .nav-dropdown-default>li:hover>a,
    .nav-dropdown .nav-dropdown-col>ul li:hover>a {
        color: white;
    }

    .nav-dropdown-default>li:not(.widget_shopping_cart):hover {
        background: var(--main-color);
    }

    .nav-dropdown-default>li:hover>a {
        color: white !important;
    }

    .nav-dropdown-default>li>a {
        border-bottom: 0 !important;
    }

    .nav-dropdown-has-arrow li.has-dropdown:before {
        border-width: 10px;
        margin-left: -10px;
    }

    .nav-dropdown .nav-dropdown-col>ul {
        border: 1px solid #d2d2d2;
        margin-top: -40px;
        box-shadow: 2px 2px 5px #828282;
        display: none;
        position: absolute;
        left: calc(100% - 10px);
        z-index: 9;
        background: white;
        min-width: 240px;
        top: 0;
    }

    .nav-dropdown>li.nav-dropdown-col {
        width: 100% !important;
        border-right: 0 !important;
        position: relative;
    }

    .nav-dropdown>li.nav-dropdown-col::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .nav-dropdown .nav-dropdown-col>ul li a {
        padding: 10px;
        text-transform: none;
        color: black;
    }

    .header-nav li.nav-dropdown-col:hover>ul {
        display: block !important;
        max-height: 400px;
        overflow: auto;
    }

    /* width */
    .header-nav li.nav-dropdown-col:hover>ul::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .header-nav li.nav-dropdown-col:hover>ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .header-nav li.nav-dropdown-col:hover>ul::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .header-nav li.nav-dropdown-col:hover>ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

/*Index*/

.section_service {
    border-bottom: 1px solid #f4f4f4;
}

.section_service .large-12>.col-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
    .section_service .large-12>.col-inner {
        overflow-x: scroll;
        gap: 20px;
        white-space: nowrap;
    }
}

.section_service .large-12>.col-inner .icon-box {
    color: rgba(51, 63, 72, 0.5);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 0 10px;
    align-items: center;
}

.section_service .large-12>.col-inner .icon-box .icon-box-img {
    margin-right: 4px;
    width: 44px !important;
    min-width: 44px;
    margin-bottom: 0;
}

.section_service .large-12>.col-inner .icon-box .icon-box-text h3 {
    color: #333f48;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.find-cate {
    padding-top: 32px;
    margin-bottom: 10px;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.08),
        0 0.5px 2px rgba(96, 97, 112, 0.16);
}

@media (max-width: 767px) {
    .category-page-row {
        padding-top: 20px !important;
        box-shadow: 0 0 1px rgba(40, 41, 61, 0.08),
            0 0.5px 2px rgba(96, 97, 112, 0.16);
    }
}

.find-cate .block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
}

.find-cate .product-category {}

.find-cate .product-category .box-image {
    width: 100%;
    max-width: 152px;
}

.find-cate .product-category .box-image .image-cover {
    border-radius: 50%;
    background: #ccc;
}

.find-cate .product-category .box-text {
    padding: 0 !important;
}

.find-cate .product-category .box-text h5 {
    color: #333f48;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: inherit;
}

@media (max-width: 549px) {
    .find-cate .product-category .box-text h5 {
        font-size: 12px;
    }
}

.find-cate .product-category .box-text .count {
    display: none;
}

.find-cate .slider .flickity-prev-next-button {
    opacity: 1;
    height: 40px;
    width: 40px;
    top: 30%;
    bottom: auto;
    margin-top: auto !important;
}

.find-cate .slider-nav-light .flickity-page-dots .dot {
    border-color: #ccc;
}

.find-cate .slider-nav-light .flickity-page-dots .dot.is-selected,
.find-cate .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--main-color);
}

@media (min-width: 768px) {
    .find-cate .slider .flickity-prev-next-button {
        border-radius: 50%;
    }
}

.product-policy .section_service {
    border-bottom: none;
}

.product-descr #conte-des {
    margin: 2rem 0 0;
}

.cuoicat#conte-des {
    display: none;
    margin: 2rem 0 0;
}

.readmore_taxonomy {
    text-align: center;
    position: relative;
}

.readmore_taxonomy::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 200px;
    left: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    width: 100%;
}

.product-descr {
    margin: 0 auto;
}

.product-descr #conte-des {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.cuoicat#conte-des {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.btn-moreclose {
    margin: 0 !important;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background: transparent;
    color: var(--main-color);
    font-weight: 500;
    min-width: 200px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
}

.btn-moreclose:hover {
    background-color: var(--main-color);
    color: #fff;
}

.btn-moreclose:hover:after {
    border-top: 6px solid #fff;
    color: #fff;
}

.btn-moreclose::after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid var(--main-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.btn-moreclose.show::after {
    transform: rotate(180deg);
}

.duoimotadai {
    margin: 30px auto;
}

.duoimotadai h3 {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: initial;
}

.duoimotadai .accordion-title {
    padding: 10px 5px;
}

.duoimotadai .accordion .toggle {
    left: auto;
    right: 0px;
}

.duoimotadai .accordion-title span {
    padding-right: 30px;
    font-size: 16px;
    display: inline-block;
}

.devvn-popup-title {
    background: var(--main-color) !important;
}

.popup-customer-info-group .devvn-order-btn {
    background-color: var(--main-color) !important;
}

.carousel-status {
    position: absolute;
    bottom: 45px;
    right: 8px;
    height: 20px;
    padding: 4px 10px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.5px;
}

@media (min-width: 850px) {
    .product-summary.product-info {
        max-width: 550px;
        padding-top: 0;
    }
}

.product-summary.product-info .product_title {
    display: block;
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.product-summary.product-info .price {
    display: flex;
    flex-wrap: wrap;
    color: #333f48;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    gap: 10px;
}

.product-summary.product-info .price del {
    order: 2;
    font-size: 14px;
}

.product-summary.product-info .price del span {
    opacity: 1;
}

.product-summary.product-info .sticky-add-to-cart:not(.sticky-add-to-cart--active) {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.sticky-add-to-cart .wdp_table_outter,
.wdp_helpText {
    display: none;
}

.product-summary.product-info .single_add_to_cart_button {
    width: calc(100% - 110px);
    border: 1px solid;
    background-color: transparent !important;
    color: #d36d00;
    font-weight: 500;
    transition: all ease 0.3s;
    text-transform: initial;
    font-size: 16px !important;
    margin-bottom: 0;
}

@media (max-width: 550px) {
    .product-summary.product-info .single_add_to_cart_button {
        width: calc(100% - 101px);
        padding: 0;
    }
}

.product-summary.product-info .single_add_to_cart_button:hover {
    color: #fff;
    background: var(--main-color) !important;
}

.product-summary.product-info .single_add_to_cart_button:hover::before {
    filter: invert(1);
}

.product-summary.product-info .sticky-add-to-cart.sticky-add-to-cart--active .single_add_to_cart_button {
    width: auto;
}

.product-summary.product-info .sticky-add-to-cart.sticky-add-to-cart--active .wdp_table_outter {
    display: none;
}

.devvn_buy_now {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    background: -webkit-linear-gradient(top, #f50900, #c12400) !important;
}

.devvn_buy_now:hover {
    background: var(--main-color) !important;
}

.devvn_buy_now strong {
    font-weight: 400 !important;
    text-transform: initial;
}

.devvn-popup-content-left .buttons_added {
    padding-left: 0;
}

.product-summary .variations_form {
    margin-bottom: 0;
}

@media (max-width: 849px) {
    .product-summary.product-info .product_title {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 4px;
    }

    .product-summary.product-info .price {
        font-size: 16px;
    }
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 26%;
    }

    .section_sale {
        padding-bottom: 0 !important;
    }
}

.product-three-button>.section-content {
    z-index: auto;
}

.product-three-button .btn-cus {
    display: block;
    background-color: rgba(99, 177, 188, 0.05);
    border: 1px solid rgba(99, 177, 188, 0.1);
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #63b1bc !important;
    padding: 7px 8px 7px 40px !important;
    background-repeat: no-repeat;
    background-position: left 11px center;
    margin-bottom: 19px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: inherit;
}

@media (min-width: 1200px) {
    .product-three-button .btn-cus {
        padding: 7px 20px 7px 40px !important;
    }
}

.product-three-button {
    z-index: 0;
    padding: 0 !important;
}

.product-three-button.active {
    z-index: 9;
}

.product-three-button .btn-cus>p {
    margin: 0;
}

@media (min-width: 1200px) {
    .custom-three .product-three-button {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .custom-three .product-three-button .btn-cus>p {
        padding-right: 10px;
    }

    .custom-three .product-three-button .custom-modal {
        width: 100%;
    }
}

.product-three-button .btn-cus.button-cus-1 {
    background-image: url(../image/customer-service.png);
}

.product-three-button .btn-cus.button-cus-2 {
    background-image: url(../image/gallery.png);
}

.product-three-button .btn-cus.button-cus-3 {
    background-image: url(../image/youtube.png);
}

.product-three-button .btn-cus:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjk5OTk5OSAxTDUgNUwxIDkiIHN0cm9rZT0iIzYzQjFCQyIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.product-three-button .btn-cus:hover {
    color: var(--main-color);
}

@media (max-width: 767px) {
    .shop-container .product-main {
        background-color: #fff;
        box-shadow: 0 0 1px rgba(40, 41, 61, 0.08),
            0 0.5px 2px rgba(96, 97, 112, 0.16);
        margin-bottom: 10px;
        padding: 0;
    }

    .shop-container .product-policy {
        background-color: #fff;
        box-shadow: 0 0 1px rgba(40, 41, 61, 0.08),
            0 0.5px 2px rgba(96, 97, 112, 0.16);
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .product-policy .section_service .large-12>.col-inner {
        flex-flow: column;
        white-space: inherit;
    }

    .product-policy .section_service .large-12>.col-inner .icon-box .icon-box-img {
        margin-right: 21px;
        width: 28px !important;
        min-width: 28px;
    }

    .product-policy .section_service .large-12>.col-inner .icon-box .icon-box-text h3 {
        font-size: 14px;
    }

    .product-policy .section_service .large-12>.col-inner .icon-box {
        font-size: 12px;
        padding: 0;
    }

    .duoimotadai h3 {
        margin-bottom: 10px !important;
    }

    .duoimotadai .accordion-title {
        font-size: 14px;
    }

    .product_title {
        font-size: 20px;
        color: #252525;
    }

    .product-info .price {
        font-size: 18px;
    }

    .sticky-add-to-cart.sticky-add-to-cart--active {
        background: #fff;
    }

    .sticky-add-to-cart.sticky-add-to-cart--active {
        padding: 0;
        justify-content: space-between;
        box-shadow: 0 0 10px 1px #dadada;
    }

    .sticky-add-to-cart.sticky-add-to-cart--active .buttons_added,
    .sticky-add-to-cart.sticky-add-to-cart--active .product-title-small,
    .sticky-add-to-cart.sticky-add-to-cart--active .price-wrapper {
        display: none !important;
    }

    .sticky-add-to-cart.sticky-add-to-cart--active .single_add_to_cart_button {
        display: block;
        width: calc(100% - 67px) !important;
        background-color: #c90101 !important;
        color: #fff;
        height: 48px;
        border-radius: 5px;
    }

    .sticky-add-to-cart.sticky-add-to-cart--active .single_add_to_cart_button::before {
        filter: invert(1);
    }
}

.product-footer-custom li.tab {
    width: 100%;
}

.product-footer-custom li.tab .but-mor {
    position: absolute;
    right: 0;
    left: auto;
    top: 15px;
    font-size: 14px;
}

.product-footer-custom li.tab .but-mor:hover a {
    color: var(--main-color);
}

.product-short-description p {
    margin-bottom: 0;
}

.sticky-add-to-cart--active {
    max-width: 1530px;
    margin: 0 auto;
    background-color: #fff !important;
    border-top: 1px solid #ddd;
}

.sticky-add-to-cart--active::before {
    width: 100%;
    position: absolute;
    content: "";
    background-color: #fff;
    left: -100%;
    height: calc(100% + 2px);
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: -1;
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
    margin-right: auto;
}

.sticky-add-to-cart--active::after {
    width: 100%;
    position: absolute;
    content: "";
    background: #fff;
    border-top: 1px solid #ddd;
    background-color: #fff;
    right: -100%;
    height: calc(100% + 2px);
    z-index: -1;
}

.product-info-deal {
    padding: 2px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 54px;
    background-size: auto 100%;
    border-radius: 2px;
    background-color: #db291d;
}

.product-info-deal .countdown {
    margin-left: auto;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

.product-info-deal .countdown .countdown-time ul {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    margin-top: 6px;
}

.product-info-deal .countdown .countdown-time ul li {
    background: #333f48;
    border-radius: 2px;
    display: block;
    text-align: center;
    line-height: 18px;
    color: #fff;
    min-width: 24px;
    font-weight: 700;
    font-size: 10px;
    margin: 0 5px;
}

.emoji {
    display: none;
    padding: 1rem;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.custom-modal {
    position: relative;
    z-index: 1;
}

.custom-modal.active {
    z-index: 9;
}

.modal-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: calc(100% - 20px);
    max-width: 850px;
    border-radius: 0.5rem;
    max-height: 75%;
    overflow-x: auto;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: lightgray;
    position: absolute;
    top: 18%;
    right: 0px;
    z-index: 9;
}

@media (min-width: 992px) {
    .close-button {
        right: calc((100vw - 870px) / 2);
    }
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.swiper-pagination-bullet {
    background-color: #ccc;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.product-small.box .box-image {
    height: 0;
    padding-top: 100%;
    position: relative;
}

.product-small.box .box-image a img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*CSS load*/
#circularG {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.circularG {
    position: absolute;
    background-color: #000000;
    width: 7px;
    height: 7px;
    -moz-border-radius: 5px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.56s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 5px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.56s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-border-radius: 5px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.56s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -o-border-radius: 5px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.56s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 5px;
    animation-name: bounce_circularG;
    animation-duration: 0.56s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 12px;
    -moz-animation-delay: 0.21s;
    -webkit-animation-delay: 0.21s;
    -ms-animation-delay: 0.21s;
    -o-animation-delay: 0.21s;
    animation-delay: 0.21s;
}

#circularG_2 {
    left: 3px;
    top: 3px;
    -moz-animation-delay: 0.28s;
    -webkit-animation-delay: 0.28s;
    -ms-animation-delay: 0.28s;
    -o-animation-delay: 0.28s;
    animation-delay: 0.28s;
}

#circularG_3 {
    top: 0;
    left: 12px;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#circularG_4 {
    right: 3px;
    top: 3px;
    -moz-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
}

#circularG_5 {
    right: 0;
    top: 12px;
    -moz-animation-delay: 0.49s;
    -webkit-animation-delay: 0.49s;
    -ms-animation-delay: 0.49s;
    -o-animation-delay: 0.49s;
    animation-delay: 0.49s;
}

#circularG_6 {
    right: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    animation-delay: 0.56s;
}

#circularG_7 {
    left: 12px;
    bottom: 0;
    -moz-animation-delay: 0.63s;
    -webkit-animation-delay: 0.63s;
    -ms-animation-delay: 0.63s;
    -o-animation-delay: 0.63s;
    animation-delay: 0.63s;
}

#circularG_8 {
    left: 3px;
    bottom: 3px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(0.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(0.3);
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.3);
    }
}

.loading_ajaxp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    display: none;
}

.devvn_prod_variable .quantity .screen-reader-text {
    display: none;
}

#banner-popup {
    z-index: 99;
}

#banner-popup .modal-content {
    padding: 0;
}

.popup-banner {
    cursor: pointer;
}