:root {
    --gray-color: #fafafa;
    --main-color: #95b7dc;
    --bg-color: #f7f7f7;
}

.main-banner .row {
    --bs-gutter-x: 1rem
}

/*reset css*/
*, input, :before, :after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'SVN-ArialRegular';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/SVNArialRegular/SVN-ArialRegular.ttf) format("truetype");
}
@font-face {
    font-family: 'SVN-ArialBold';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/SVNArialRegular/SVN-ArialBold.ttf) format("truetype");
}
@font-face {
    font-family: 'Helveticaneue';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/Helvetica-neue/helvetica-neue-regular.ttf) format("truetype");
}
@font-face {
    font-family: 'SVN-SegoeUI';
    font-style: normal;
    font-display: swap;
    src: url(/fonts/SVNSegoeUI/SVN-SegoeUI.ttf) format("truetype");
}
/* Danh mục */
span.d-inline.item-text,.vertical-menu-list .menu-child a,
.top-menu-sub li.menu-sub-item > a,.menu-sub-lv2 li a,
.menu-sub-lv2 li a,.product-content-left .tp_title h3,
.product-content-left li.tp_menu_item.menu-item,.header-cate .cate-text span,
.news-cate-head .news-cate-title{
    font-family: 'SVN-ArialRegular';
}
/* Giá + tên sản phẩm*/
.item_product .pro-name a,
.product-detail-box .product-title,
.name-pro, .order-summary .product .product-description .product-description-name,
.total-line td span,
.item_product .pro-name,.product-detail{
    font-family: 'SVN-SegoeUI';
}
.item_product p.pro-price .tp_product_price,
.item_product p.pro-price .tp_product_price,.product-detail-box .price .current,
.item-total-price span.total-money,.cart-page-item .cart-page-price span,.item_product p.pro-price,
.side-cart-box span.pro-price-view,.side-cart-box .table-total tr td,
.total-line td span.order-summary-emphasis,.payment-due .payment-due-price{
    font-family: 'SVN-ArialBold';
}
/* Tiêu đề tin tức, thông tin sản phẩm, Hỗ trợ bảo hành, Tiêu đề*/
.blog-box-content,.product-detail-box .product-title,
.product-content-tab ul>li a,.history_title h2,.tp_product_category_box.home_block .home-cate-head a,
.cate-child-wrapper a,.tab-main-content *,.tab-main-content *,.product_related .history_title h3,
.footer-top-item h3.title,.footer-top-item h3.title,
.footer-bottom-wrapper *,.user-account-main a,.side-cart-head .title,
.text-decoration-underline,.side-cart-view p,.text-decoration-underline,
.detail-info-entry-title,
.attr .options-title, .tp-attr label.control-label.options-title,
.product-detail-box .sku,.chir_breadcrumb>ul a,
.collection-sortby .sortby-option .label-tt .text-sort,
.collection-sortby .sortby-option select.custom-dropdown__select,.paginator,
.main-detail-news h1,.tag-top-content,.article-pages *,.main-detail-news .meta-info,
.related-news h2,.related-news-item-intro h5,
.breadcrumb-shop .breadcrumb-arrows,.cart-head h3,.descriptionCustomer,
.cart-page-note .note-head h4,.note-right-content,.main-content,.order-summary-section{
    font-family: 'Helveticaneue';
}
body {
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.4px;
    font-family: 'brandon_textregular';
}

ol, ul {
    list-style: none;
    padding: 0;
}

dl, ol, ul, p, h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
    background: transparent;
}

a:hover {
    color: var(--main-color);
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

.site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

/*header*/
.top-bar {
    background-color: #dae5f2;
}

.header-logo {
    max-width: 200px;
}

.top-bar p {
    font-weight: 600;
}

.header.fixed {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease;
    box-shadow: 0px 1px 3px 0 rgba(51, 51, 51, .3);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.header-cate {
    display: none;
    position: relative;
}

.header-cate:hover .header-cate-box {
    display: block;
    opacity: 1;
    visibility: visible;
}

.header-cate::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    background-color: transparent;
}

.header-cate .cate-text {
    padding: 10px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
}

.header-cate.active {
    display: block;
}

.header-cate .cate-text span {
    font-size: 18px;
    font-weight: 600;
}

.header-cate-box {
    position: absolute;
    width: 250px;
    right: 0;
    border-radius: 5px;
    top: 50px;
    box-shadow: 0 3px 5px 0 rgba(51, 51, 51, .3);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    z-index: 100;
}

.header-cate-box .box-wrap h5 {
    text-transform: uppercase;
    padding: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
}

.header-cate-box .box-wrap h5 i {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.header-cate-box .box-content .list-menu .menu-item {
    padding: 5px 10px;
    /*border: 1px solid #eeeeee;*/
    cursor: pointer;
}

.header-cate-box .box-content .list-menu .menu-item:hover {
    border: 1px solid #f2f2f2;
}

.header-cate-box .box-content .item-text {
    text-transform: uppercase;
    font-weight: 500;
}

.header-cate-box .box-content .list-menu {
    position: relative;
}

.header-cate-box .box-content .list-menu .child-item:hover>.menu-child,
.header-cate-box .box-content .list-menu .menu-item:hover>.menu-child {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
}

.header-cate-box .menu-child {
    position: absolute;
    left: 100%;
    width: 250px;
    background: #fff;
    top: 0;
    border: 1px solid #e9e9e9;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 1000;
    min-width: 200px;
    min-height: 100%;
}

.header-cate-box .menu-child .child-item {
    padding: 10px;
    /*border: 1px solid #eeeeee;*/
    cursor: pointer;
}

.header-cate .header-cate-box .box-content {
    background-color: #fff;
}

#search-form {
    position: relative;
}

#search-form input {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border-radius: 10px;
    border: 2px solid var(--main-color);
    outline: none;
}

#search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45px;
    border: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--main-color);
}

#search-form button i {
    color: #fff;
    font-size: 18px;
}

#search-form input::placeholder {
    font-style: italic;
}

.header-right .item-rel {
    position: relative;
}

.header-right .number-box {
    position: absolute;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    top: -10px;
    right: -10px;
    line-height: 15px;
    font-size: 14px;
}

/*cart*/
.side-cart-box {
    width: 320px;
}

.side-cart-style {
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    color: #000;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.side-cart-style.active {
    overflow: auto;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-cart-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.side-cart-head {
    padding: 40px 30px 20px;
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
}

.side-cart-head .title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 600;
}

.side-cart-head .side-cart-view {
    margin-top: 50px;
}

.side-cart-head .cart-view > p {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.side-cart-head .head-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.side-close-cart {
    position: absolute;
    z-index: 999;
    background: 0 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform .15s linear;
    -webkit-transition: transform .15s linear;
    transition: transform .15s linear;
    top: 10px;
    right: 15px;
    font-size: 20px;
    display: none;
}

.side-cart-box #cart-view tr td, .side-cart-box .table-total tr td {
    border: none;
}

.side-cart-box #cart-view tr:last-child {
    border: none;
}

.side-cart-box .list-item {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted;
}

.side-cart-box table tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

.side-cart-box table td a {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #252a2b;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.side-cart-box table td.img img {
    width: 70px;
    border: 1px solid #ededed;
    max-width: none;
    border-radius: 10px;
}

.side-cart-box #cart-view tr td:not(.img) {
    position: relative;
}

.side-cart-box .remove-cart {
    position: absolute;
    right: -8px;
    top: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 10;
}

.side-cart-box .remove-cart i {
    font-size: 16px;
    font-weight: 500;
}

.side-cart-box .cart_quality {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.side-cart-box .cart_quality i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 8px;
}

.side-cart-box .cart_quality .fa-minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.side-cart-box .cart_quality .fa-plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.side-cart-box .cart_quality input {
    width: 35px;
    height: 25px;
    padding: 0 6px;
    font-size: 12px;
    float: left;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #000;
}

.side-cart-box span.pro-price-view {
    display: block;
    float: left;
    line-height: 26px;
    font-weight: 500;
    opacity: .7;
}

.side-cart-box .line {
    float: left;
    width: 100%;
    border-top: 2px solid #000;
    margin: 10px 0;
}

.side-cart-box table.table-total tr td:first-child,
.side-cart-box table.table-total tr th:first-child {
    padding-left: 0;
}

.side-cart-box .cart-view a.checkout-button {

}

.side-cart-box .btn-cus {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.side-cart-box .btn-cus:hover {
    background: #82a3d0;
}

.side-cart-box .cart-view a.buy-more {
    display: block;
    height: 60px;
    line-height: 60px;
}

.side-cart-box .cart-view a.checkout-button {
    padding: 0 5px;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

/*end cart*/

/*auth*/
.box-auth {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    position: absolute;
    background: #fff;
    right: 0;
    top: 40px;
    display: none;
    z-index: 999;
    min-width: 240px;
}

.box-auth-social a i {
    width: 20px;
}

.box-auth.active {
    display: block;
}

.box-auth .box-auth-wraper {
    padding: 15px;
}

.box-auth .box-auth-head {
    font-size: 14px;
    font-weight: 500;
}

.box-auth-redirect {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.box-auth .button-auth {
    border-radius: 2px;
    font-weight: 700;
    padding: 6px 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    background-color: var(--main-color);
    color: #fff;
}

.box-auth .button-auth:hover {
    opacity: 0.7;
}

/*end auth*/
.home-page {
    background-color: var(--bg-color);
    padding-bottom: 30px;
}

/*home-page*/
.cate-wrapper {
    border-radius: 15px;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    background: #fff;
}

.banner-center .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-center.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    width: 8px;
    height: 8px;
}

.banner-center.owl-theme .owl-dots .owl-dot.active span,
.banner-center.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color);
    width: 15px;
}

#close-cart {
    cursor: pointer;
}

/* product index */
.home_block {
    margin-top: 20px;
}

.home_block .title_chir {
    position: relative;
    margin-bottom: 15px;
    font-weight: normal;
}

.home_block .home-cate-head a {
    font-size: 20px;
    font-weight: bold;
}

/*box-item*/
.item_product {
    padding: 10px;
    border-radius: 10px;
    box-shadow:0px 3px 7px rgba(0,0,0,0.2);
    margin: 5px 5px 20px 3px;
    background: #fff;
}

.item_product .chir-img {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.item_product .chir-img:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 90%;
}

.item_product .itemHover {
    display: block;
}

.item_product .itemHover picture {
    height: 100%;
    display: inline-block;
}

.item_product .chir-img img.img-pro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .4s ease-in-out;
}

.item_product .chir-img img.img-pro:hover {
    transform: scale(1.2);
}

.item_product p.pro-price {
    margin-bottom: 10px;
    position: relative;
}

.item_product p.pro-price .tp_product_price {
    font-size: 21px;
    font-weight: bolder;
    margin-right: 10px;
    display: inline-block;
}

.tp_product_price_old {
    display: none;
}

span.tag-product {
    position: absolute;
    bottom: 1px;
    right: 0;
}

span.tag-product .outstock {
    background: #c9c9c9;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    padding: 4px 5px 6px;
    line-height: 12px;
}

span.percent-discount {
    background: #e37f7f;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
    padding: 2px 4px;
}
.box_price span.percent-discount {
    position: unset;
}

.item_product .pro-name {
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;
    overflow: hidden;
    width: 100%;
    font-weight: 500;
}

.item_product .pro-name .tp_product_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* blog */
.home-blog-title {
    position: relative;
    margin-bottom: 15px;
}

.menu-child li.tp_menu_item.child-item a:hover,
.vertical-menu-content .vertical-menu-list .tp_menu_item .item-text:hover,
.home-page .top-menu-sub li.menu-sub-item > a:hover,
.news_home_slide .blog-box-content:hover,
.home-blog-title .block-cate-head:hover {
    color: #9cb6d9;
}

.home-blog-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 25px 20px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

.home-blog-content .blog-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.blog-box-item {
    border-radius: 20px;
    border: 2px solid #dadee1;
}

.blog-box-item a {
    border-radius: 20px;
    display: block;
}

.blog-box-item a img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.box-news-image {
    max-height: 180px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.blog-box-item a img:hover {
    transform: scale(1.1);
}

.blog-box-content {
    padding: 15px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #424242;
    min-height: 80px;
    font-size: 14px;
}

/*.list-menu-sub li.has_c:before {*/
/*    display: inline-block;*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 1;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    content: "\f107";*/
/*    color: #000;*/
/*    position: absolute;*/
/*    top: 53%;*/
/*    right: 5px;*/
/*    transform: translateY(-50%);*/
/*}*/
/* end product index */
/*end header*/
/* footer */
.footer {
    background-color: var(--gray-color);
}

.footer .footer-top {
    background-color: #fff;
}

.text-policy-des {
    color: #404040;
    font-size: 13px;
}
/*end footer*/

@media (min-width: 1400px) {
    /* home page */
    .home-page .main-category .cate-wrapper h5 {
        font-size: 17px;
        font-weight: bold;
    }

    .home-page .main-category .cate-wrapper h5 i {
        font-weight: bold;
        margin-right: 6px;
    }

    body header .header-search #search-form {
        width: 500px;
    }
    /* end home page */

}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px !important;
    }

    .title_chir .home-cate-head {
        margin-left: 0;
    }

    /*header*/
    header .main-header .header-logo {
        max-width: 350px;
    }

    header .header-search #search-form {
        width: 450px;
    }

    .header-right .list-icon .icon-item {
        margin: 0 15px;
    }

    .header-right ul li.icon-item .icon-link {
        font-size: 20px;
    }

    header .header-right .list-icon .icon-item .number-box {
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: -15px;
        right: -16px;
    }

    /*    end header*/
    /* home page */
    .home-page .main-category .cate-wrapper {
        /*padding: 20px;*/
    }

    .home-page .main-category .cate-wrapper h5 {
        font-size: 17px;
    }

    .home-page .top-menu-sub li.menu-sub-item {
        font-size: 18px;
    }

    .list-menu.vertical-menu-list {
        border-right: 0;
        border-left: 0;
        min-height: 370px;
        height: auto;
    }

    .tp_product_category_box.home_block .home-cate-head a {
        font-size: 28px;
    }

    .main-banner .main-category .cate-wrapper h5 {
        padding: 20px 10px 15px 15px;
    }

    .vertical-menu-content .list-menu li {
        padding: 15px 15px !important;
    }
    /* end home page */
}

@media (min-width: 992px) {
    .main-banner .vertical-menu-list .menu-child {
        min-height: 412px;
    }

    /*header*/
    .main-header .header-logo {
        max-width: 300px;
    }

    .top-menu-sub ul.list-menu-sub {
        padding: 0 20px;
    }

    .top-bar p {
        font-weight: bold;
        padding-left: 100px;
        padding-right: 100px;
    }

    .header-search #search-form {
        width: 380px;
    }

    .PageContainer .header .container {
        padding-top: 15px;
        padding-bottom: 15px;
        transition: top 0.3s ease;
    }

    header .header-right .icon-item .number-box {
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: -12px;
    }

    .header-cate-box .box-wrap h5 {
        font-size: 18px;
    }

    .header-cate-box .box-wrap h5 i {
        font-size: 16px;
    }

    .header-cate .header-cate-box {
        width: 300px;
        background-color: #fff;
    }

    /* end header*/
    /* home page */
    .main-category .cate-wrapper {
        /*padding: 20px 10px;*/
    }

    .main-category .cate-wrapper h5 {
        display: block;
        padding: 20px;
        font-size: 18px;
    }

    .list-menu li {
        padding: 15px !important;
    }

    h2.block-cate-head {
        font-size: 24px;
    }

    .main-category .cate-wrapper h5 i {
        font-size: 20px;
    }

    .home-page .top-menu-sub li.menu-sub-item > a {
        font-size: 17px;
    }
    /* end home page */
}

@media (min-width: 768px) {
    header.fixed .top-bar {
        display: none;
    }

    /*blog*/
    .home-blog-content .blog-box {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 20px;
        gap: 10px;
    }
    /*end*/

    .col-md-22-cus {
        flex: 0 0 auto;
        width: 22%;
    }

    .col-md-78-cus {
        flex: 0 0 auto;
        width: 78%;
    }
    /*header*/
    .header-logo {
        /*max-width: 200px;*/
    }

    .PageContainer .top-bar {
        background-color: var(--bg-color);
    }

    .header-right .icon-item {
        margin: 0px 10px;
    }

    .header-right .icon-item .number-box {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .header-right .icon-item .icon-link {
        font-size: 16px;
        cursor: pointer;
    }

    .header .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header-search {
        gap: 15px;
    }

    .logo-img {
        width: 200px;
        height: 65px;
        object-fit: contain;
        margin-left: -8px;
    }

    /*cart*/
    .side-cart-box {
        width: 550px;
    }

    .side-cart-head {
        padding: 60px 70px 70px;
    }

    .side-cart-wrapper {
        /*width: calc(100% + 20px);*/
    }

    .side-close-cart {
        top: 30px;
        right: 30px;
        font-size: 25px;
    }

    .side-cart-box .remove-cart {
        right: 0;
        top: 10px;
    }

    .side-cart-box #cart-view tr td:not(.img) {
        padding-right: 20px;
    }

    .side-cart-box table td a {
        font-size: 14px;
    }

    /*end cart*/
    /*end header*/
    /* home page */
    .main-category {
        height: 100%;
    }

    .cate-wrapper {
        height: 100%;
        /*padding: 15px 8px;*/
    }

    .cate-wrapper h5 {
        font-size: 15px;
        text-transform: uppercase;
        padding: 0px 10px;
        font-weight: 600;
        color: #414141;
        padding: 10px;
    }

    .cate-wrapper h5 i {
        font-size: 15px;
        font-weight: 600;
    }

    .home-cate-head {
        margin-left: 10px;
        font-weight: bold;
        max-width: 22%;
    }

    .vertical-menu-content {
        position: relative;
    }

    .vertical-menu-list {
        height: 100%;
        /*border-bottom: 2px solid var(--main-color);*/
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        overflow: hidden;
    }

    .list-menu li {
        padding: 10px;
        border: 1px solid transparent;
        position: unset;
        cursor: pointer;
    }

    .list-menu li:hover {
        border-bottom: 1px solid var(--gray-color);
    }

    .list-menu li a {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 17px;
        color: #414141;
    }
    .list-menu li a i{
        display: none;
    }

    .list-menu .item-logo img {
        vertical-align: top;
        margin-right: 8px;
        width: 20px;
    }

    .vertical-menu-list .menu-child a {
        display: block;
        width: 210px;
        font-size: 16px;
        text-transform: unset;
    }

    .vertical-menu-list .menu-child {
        position: absolute;
        left: 100%;
        background: #fff;
        top: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        opacity: 0;
        filter: alpha(opacity=0);
        display: block;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        z-index: 1000;
        min-width: 200px;
        min-height: 370px;
        border-left: 0;
        border-top: 0;
        box-shadow: 0 3px 5px 0 rgba(51, 51, 51, .3);
        border-radius: 15px;
    }

    .vertical-menu-content ul li:hover > .menu-child {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .slimScrollDiv {
        position: unset !important;
        overflow: visible !important;
    }

    .top-menu-sub ul.list-menu-sub {
        box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
        background: #fff;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .top-menu-sub li.menu-sub-item {
        display: inline-block;
        padding: 0px 20px;
        font-weight: 600;
        position: relative;
    }

    .top-menu-sub li.menu-sub-item:hover .menu-sub-lv2 {
        display: block;
    }

    .top-menu-sub li.menu-sub-item > a {
        height: 50px;
        line-height: 50px;
        font-weight: bold;
        color: #313131;
        font-size: 15px;
    }

    .menu-sub-lv2 {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 9999;
        left: 0;
        cursor: pointer;
        min-width: 205px;
        border: 1px solid #eeeeee;
    }

    .menu-sub-lv2 li {
        padding: 15px;
        /*position: relative;*/
        border: 1px solid #eeeeee;
        border-top: none;
    }

    .menu-sub-lv2 li:hover {
        border-bottom-color: #eeeeee;
    }

    .menu-sub-lv2 li a {
        font-size: 14px;
        font-weight: 500;
        display: block;
    }

    .menu-sub-lv2 .lv2-item:hover .menu-sub-child.lv3 {
        display: block;
    }

    .menu-sub-child.lv3 {
        position: absolute;
        display: none;
        min-width: 205px;
        background-color: #fff;
        z-index: 9999;
        left: 203px;
        top: 0;
        border: 1px solid #eeeeee;
    }

    .banner-sub {
        gap: 15px;
        height: 100%;
        justify-content: space-between;
    }

    .banner-sub-2,
    .banner-sub-1 {
        flex: 1;
    }

    .banner-sub-2 img,
    .banner-sub-1 img {
        height: auto;
        border-radius: 15px;
        box-shadow: 0px 3px 7px rgba(0,0,0,0.2);
    }

    .banner-main {
        /*height: calc(100% - 74px);*/
    }

    .banner-main .row,
    .banner-center {
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
    }

    .banner-center img {
        height: 100%;
        /*object-fit: cover;*/
        border-radius: 15px;
        /*opacity: 0.5;*/
    }

    .banner-center.owl-carousel .owl-item,
    .banner-center.owl-carousel .owl-stage-outer,
    .banner-center.owl-carousel .owl-stage {
        height: 100%;
    }

    /* product index */
    .product-detail {
        height: 100px;
        padding: 15px 0;
    }

    .see-all-cate {
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #616161;
    }

    .cate-child-wrapper {
        margin-left: 10px;
        max-width: 68%;
    }

    .cate-child-wrapper a {
        font-size: 14px;
        color: #616161;
        font-weight: 500;
        padding: 0 12px;
        position: relative;
        display: inline-block;
        border-right: 1px solid #606060;
    }

    .cate-child-wrapper a:last-child {
        border: none;
    }

    .cate-child-wrapper a:hover {
        color: var(--main-color);
    }

    /*.cate-child-wrapper a:after {*/
    /*    content: '';*/
    /*    width: 1px;*/
    /*    height: 15px;*/
    /*    background-color: #606060;*/
    /*    bottom: 2px;*/
    /*    display: inline-block;*/
    /*    right: 0;*/
    /*    position: absolute;*/
    /*}*/

    .cate-child-wrapper a:last-child:after {
        display: none;
    }

    /* end product index */
    /* end home page */
    /* footer */
    .footer-logo img {
        height: 100px;
    }

    .footer-top-item {
        display: flex;
        border-right: 1px solid #c9c9c9;
        margin: 30px 0;
        cursor: pointer;
    }

    .policy-custom:last-child .footer-top-item {
        border-right: none;
    }

    .policy-custom:not(:first-child) .footer-top-item {
        margin: 30px 20px;
    }

    .footer-top-item h3.title {
        color: #615f5f;
        font-weight: 600;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .footer-top-item:hover h3.title {
        color: var(--main-color);
    }

    .footer-bottom-right-content ul li,
    .footer-bottom-content ul li {
        margin-bottom: 15px;
    }

    .footer-bottom-right-item .title {
        margin-bottom: 20px;
    }

    .footer-bottom-right-item h4 {
        font-weight: 700;
        font-size: 16px;
        padding: 10px 0;
    }

    /* end footer */
}

@media (max-width: 767px) {
    .top-bar p {
        font-size: 11px;
        text-align: center;
    }

    .top-bar {
        padding: 8px 10px 8px 10px;
    }

    header.fixed .top-bar {
        /*display: none;*/
    }

    .item_product {
        margin: 2px 2px 20px 2px;
    }

    .blog-box-content {
        min-height: unset;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        background: #fff;
        margin: 10px 0;
        padding: 0 15px;
    }

    .home-blog-content {
        border: none;
        border-radius: unset;
        background: unset;
        box-shadow: unset;
    }

    /*mobile header*/
    .header .mobile-header-top {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .header-mobile {
        margin-bottom: 10px;
    }

    .left-moblie {
        gap: 10px;
    }

    .back-top-icon {
        font-size: 22px;
        font-weight: 500;
    }

    .mobile-nav i {
        font-size: 22px;
    }

    ul.mobile-list-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-icon i {
        font-size: 18px;
    }

    .mobile-item .number-box {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: var(--main-color);
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
    }

    li.mobile-item {
        margin: 0 8px;
    }

    #mobile-search-form input {
        width: 100%;
        padding: 7px 45px 7px 20px;
        border-radius: 50px;
        border: 1px solid #d7d5d5;
        outline: none;
        background: rgb(247 247 248);
    }

    #mobile-search-form input::placeholder {
        font-size: 12px;
    }

    #mobile-search-form input::placeholder {
        font-style: italic;
    }

    #mobile-search-form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 45px;
        border: none;
        background: transparent;
        color: #000;
    }

    #mobile-search-form button i {
        font-weight: 500;
        font-size: 16px;
    }

    img.logo-img {
        max-height: 32px;
        object-fit: cover;
    }

    /*cart*/
    .side-cart-box span.pro-price-view {
        display: block;
    }

    .side-cart-box .btn-cus {
        font-size: 11px;
        padding: 15px 8px;
    }

    /* end cart*/
    /* mobile menu*/
    #mobile_menu {
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;

        left: 0;
        padding: 0px;
        max-width: 95%;
        z-index: 999;

        background-color: #fff;
        width: 250px;
        border-right: 1px solid #e9e9e9;
        transition: all .4s cubic-bezier(.46, .01, .32, 1);

        -ms-transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }

    #mobile_menu.active {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #mobile_menu .head .close-menu-icon {
        font-size: 20px;
    }

    #mobile_menu .head {
        font-size: 15px;
        text-transform: uppercase;
        background: var(--main-color);
        color: #fff;
        position: relative;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    #mobile_menu ul.chir_menu_mobile,
    #left_column .block .block_content {
        overflow-y: auto;
        overflow-x: hidden;
    }

    #mobile_menu .chir_menu_mobile li {
        padding: 15px 10px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

    #mobile_menu .chir_menu_mobile li a {
        font-size: 16px;
        width: 100%;
        display: block;
    }

    #mobile_menu .chir_menu_mobile li a i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform .6s ease;
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 16px;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    #mobile_menu .chir_menu_mobile li a.open i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transition: transform .6s ease;
    }

    #mobile_menu ul.mobile_lvlup {
        display: none;
    }

    /* end mobile menu*/
    /* end mobile-header*/
    /* mobile homepage */
    #home_block_1 {
        margin-top: 15px;
    }

    #home_block_2,
    #home_block_3,
    #home_block_4 {
        margin-top: 0;
    }

    .block-cate-head {
        font-size: 20px;
        font-weight: bold;
        padding: 20px 0;
    }

    .home-list-category {
        margin: 10px 0;
    }

    /*.home-list-category ul {*/
    /*    flex-wrap: nowrap;*/
    /*    overflow-x: scroll;*/
    /*    padding-bottom: 5px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/

    /*.home-list-category ul li {*/
    /*    min-width: 100px;*/
    /*}*/

    .home-list-category ul li a span {
        padding: 10px 0;
        font-size: 10px;
        font-weight: 400 !important;
    }

    .home-list-category ul li img {
        border-radius: 8px;
        width: 45px !important;
        height: 45px;
        margin: 0 auto;
    }

    .banner-center img {
        border-radius: 25px;
    }

    .home-cate-head {
        padding: 15px 0;
    }

    .see-all-cate {
        position: absolute;
        right: 0;
        top: 20px;
        color: #606060;
        text-decoration: underline;
        font-style: italic;
    }

    .title_chir {
        margin-bottom: 20px;
    }

    .cate-child-wrapper {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 5px;
    }

    .cate-child-wrapper a {
        padding: 8px 10px;
        color: #606060;
        display: inline-block;
        margin: 0 8px;
        border: 1px solid #e5e5e5;
        background-color: #f2f2f2;
        border-radius: 8px;
        text-align: center;
        white-space: nowrap;
    }

    .cate-child-wrapper a:first-child {
        margin-left: 0;
    }

    .product-detail {
        height: 95px;
        padding: 10px 0;
    }

    .item_product p.pro-price,
    .item_product p.pro-price .tp_product_price {
        font-size: 18px;
    }

    span.percent-discount {
        padding: 2px 5px;
    }

    .product-list .owl-nav {
        position: absolute;
        top: 42%;
        transform: translate(5%, -100%);
        width: 90%;
    }

    .product-list.owl-theme .owl-nav button {
        box-shadow: 1px 1px 3px rgba(51, 51, 51, .3);
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        margin: 0;
    }

    .product-list.owl-theme .owl-nav button span {
        font-size: 50px;
        font-weight: 400;
        transform: translate(-45%, -50%);
        position: absolute;
    }

    .product-list.owl-theme button.owl-prev {
        position: absolute;
        left: -10%;
    }

    .product-list.owl-theme .owl-nav [class*=owl-]:hover {
        background-color: var(--main-color);
    }

    .product-list.owl-theme button.owl-next {
        position: absolute;
        right: -10%;
    }

    /*blog*/
    /*.home-blog-content .blog-box {*/
    /*    flex-wrap: nowrap;*/
    /*    overflow-x: scroll;*/
    /*    padding-bottom: 20px;*/
    /*    gap: 10px;*/
    /*}*/

    .home-blog-content {
        padding: 5px;
    }

    .blog-box-item a img {
        height: 130px;
        padding: 5px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .blog-box-item {
        /*min-width: 220px;*/
    }

    .home-blog-title {
        margin-bottom: 0;
    }

    /* end mobile homepage */
    /* footer */
    .footer-logo img {
        height: 80px;
    }

    .footer-top-item {
        display: flex;
        margin: 15px 0;
        cursor: pointer;
        gap: 15px;
        justify-content: center;
    }

    .footer-top-item h3.title {
        color: #424242;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer-bottom-right-content ul li,
    .footer-bottom-content ul li {
        margin-bottom: 10px;
    }

    .footer-bottom-right-item .title {
        margin-bottom: 10px;
    }

    .footer-bottom-right-item h4 {
        font-weight: 600;
        font-size: 16px;
        padding: 10px 0;
    }

    .footer-bottom-right-content ul li a,
    .footer-bottom-content ul li a {
        font-size: 14px;
    }

    /* end footer */
    /* block connect */
    .blockConnect {

    }

    .blockConnect .connect-box {
        /*flex-wrap: nowrap;*/
        /*overflow-x: scroll;*/
        /*padding-bottom: 20px;*/
        /*gap: 10px;*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
    }

    .connect-box-item {
        /*max-height: 80px;*/
        /*max-width: 80px;*/
        border-radius: 50%;
        /*min-height: 80px;*/
        /*min-width: 80px;*/
        margin: 0 auto;
        overflow: hidden;
    }

    .connect-box-item img {
        border-radius: 50%;
    }

    .home-page {
        padding-bottom: 0;
        background: #fff;
    }

    /* end block connect */
    /*    breadcrumbs*/
    .breadcrumbs {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.3s;
    }

    .breadcrumbs.active {
        padding: 15px 0;
        box-shadow: 0px 0px 3px rgba(51, 51, 51, .3);
        position: fixed;
        top: 145px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 998;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .back-icon {
        float: left;
        cursor: pointer;
    }

    .back-icon i {
        font-size: 22px;
    }

    .cart-text-name {
        font-size: 20px;
    }

    /*    end breadcrumbs*/
    .home-list-category ul li a span {
        font-family: 'SVN-SegoeUI';
        font-weight: 600;
    }

/*    hidden mess mobile*/
    div#fb-root {
        display: none;
    }
}

@media (max-width: 414px) {
    .PageContainer .breadcrumbs.active {
        top: 112px;
    }
}

/*css riêng cho quick view*/
.chi-action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.chir_loop:hover .chi-action {
    visibility: visible;
    opacity: 1;
}

.chir_loop .chi-action a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--main-color);
    border-radius: 50%;
    text-align: center;
    transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    visibility: hidden;
    opacity: 0;
}

.chir_loop .chi-action a.Soldoutcart {
    filter: alpha(opacity=70) !important;
    -khtml-opacity: 0.7 !important;
    -moz-opacity: 0.7 !important;
    cursor: default;
}

.product-list .chi-action a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.chir_loop:hover .chi-action a {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}

.chir_loop .chi-action a:first-child {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

.chir_loop .chi-action a:nth-child(2) {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.chir_loop .chi-action a:last-child {
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}

.chir_loop .chi-action img {
    max-width: 17px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .6s ease;
    width: auto;
    height: auto;
    display: inline-block;
}

.product-list .chi-action a img {
    max-width: 15px;
}

.chir-img .chi-action img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chir_loop .chi-action a:hover img {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: transform .6s ease;
}

.fix-content {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;
}

.fixedItem a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    background: var(--main-color);
    border-radius: 50%;
    padding: 0 5px;
    cursor: pointer;
}

.fb_dialog_content iframe[data-testid="bubble_iframe"] {
    bottom: 65px !important;
}
.ui-widget.ui-widget-content.ui-corner-all{
    background: #fff !important;
}