<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
p{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}
input, input:focus, textarea, textarea:focus{
    box-shadow: none !important;
}
.header-main {
    border: 0.5px solid #e5e5e5;
}
#masthead .flex-left .header-nav-main &gt; li &gt; a:hover {
    color: #2f80ed;
}
#masthead .flex-left .header-nav-main &gt; li &gt; a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
}
#masthead #logo {
    margin-right: 50px;
}
#masthead .flex-right .header-nav-main &gt; li:not(li.cart-item) &gt; a {
    font-size: 15px;
    color: #000;
}
#masthead .header-nav-main &gt; li+li {
    margin: 0 10px;
}
#masthead .header-nav-main &gt; li.cart-item img {
    width: 15px;
    position: relative;
    top: -1px;
}
#masthead .flex-right .header-nav-main &gt; li.header-search &gt; ul {
    border: 0;
    box-shadow: none;
    padding: 0;
}
#masthead .flex-right .header-nav-main &gt; li.header-search &gt; ul li {
    padding: 0;
}
#masthead .flex-right .header-nav-main &gt; li.header-search &gt; ul input {
    padding: 0 55px 0 20px;
    border: 1px solid silver;
    top: 11px;
    position: absolute;
    background: white;
    border-radius: 0;
}
#masthead .flex-right .header-nav-main &gt; li.header-search &gt; ul button{
    top: 11px;
    border: none;
    background: #fff;
}
#masthead .flex-right .header-nav-main &gt; li.header-search &gt; ul input::placeholder {
    font-size: 13px;
    color: #000;
}
#masthead .flex-left .header-nav-main &gt; li i:before {
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
#masthead .flex-left .header-nav-main &gt; li i {
    opacity: 1;
    font-size: large;
    top: -3px;
    margin-left: 5px;
}
#masthead .flex-left .header-nav-main &gt; li:hover i {
    transform: rotate(180deg);
    border-color: #2f80ed transparent transparent transparent;
    top: 1px;
}
#masthead .has-dropdown:hover .icon-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#masthead .has-dropdown .icon-angle-down {
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    opacity: 1;
}
#masthead .flex-left ul.header-nav&gt;li.has-dropdown&gt;ul.sub-menu {
    overflow: hidden;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease,opacity 0.6s ease,max-height 0.6s step-end,max-width 0.6s step-end,padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease,opacity 0.6s ease,max-height 0.6s step-end,max-width 0.6s step-end,padding 0.6s step-end;
    transition: transform 0.5s ease,opacity 0.6s ease,max-height 0.6s step-end,max-width 0.6s step-end,padding 0.6s step-end;
    position: absolute;
    left: 0;
    padding: 0;
    background-color: #fff;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    border: 0;
    top: 55px;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);
    min-width: 200px!important;
}
#masthead .flex-left ul.header-nav&gt;li.has-dropdown:hover&gt;ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease,opacity 0.2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    -o-transition: -o-transform 0.5s ease,opacity 0.2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    transition: transform 0.5s ease,opacity 0.2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
}
#masthead .flex-left ul.header-nav&gt;li.has-dropdown&gt;ul.sub-menu li a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 8.5px 20px 8.5px 10px;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}
#masthead .flex-left ul.header-nav&gt;li.has-dropdown&gt;ul.sub-menu li a:hover {
    background: transparent;
    color: #2f80ed;
}
#masthead .flex-left ul.header-nav&gt;li.has-dropdown&gt;ul.sub-menu&gt; li.nav-dropdown-col&gt; a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent transparent;
    display: inline-block;
    top: 50%;
    left: 100%;
    margin-left: -15px;
    margin-top: -2px;
    transition: .5s;
    transform: rotate(270deg);
}
.stuck .header-main {
    background: #fff;
}
.nav-dropdown&gt;li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col&gt;a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown-default&gt;li:hover&gt;a, .nav-dropdown .nav-dropdown-col&gt;ul li:hover&gt;a{color:white}
.nav-dropdown-default&gt;li:hover{background:#fbae3c}
.nav-dropdown-default&gt;li&gt;a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
    .nav-dropdown .nav-dropdown-col&gt;ul {
        margin-top: -42px;
        display: none;
        position: absolute;
        left: 100%;
        z-index: 9;
        background: white;
        min-width: 220px;
        box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);
    }
    .nav-dropdown&gt;li.nav-dropdown-col{width:100%;border-right:0}
    .nav-dropdown .nav-dropdown-col&gt;ul li a{padding:10px;  text-transform: none;color:black}
    .header-nav li.nav-dropdown-col:hover &gt;ul{display:block !important}
    .home_dv_cnt {
        background: #ffece1;
        border-radius: 3px;
        padding: 22px 20px;
        margin-bottom: 17px;
    }
    .home_dv_cnt h4 {
        display: block;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .home_dv_cnt p {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #777;
        margin-bottom: 0;
    }
    .section-title-container b {
        background: transparent;
    }
    .sec-top1, .col-new-pro {
        padding-bottom: 0 !important;
    }
    .tieude h2 {
        background-image: url(/wp-content/uploads/2022/09/background_title1.png);
        background-repeat: no-repeat;
        background-position: left;
        text-transform: uppercase;
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        line-height: 29px;
        margin: 0;
        padding: 20px 0;
    }
    .tieude h2 span {
        color: #a05139;
    }
    .tieude h2 span:hover {
        color: #2f80ed;
    }
    .proLoop .box-text {
        text-align: center;
    }
    .proLoop .box-text p.product-title {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0.5rem;
    }
    .proLoop .box-text p.product-title a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: unset;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .proLoop span.amount {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #333;
        cursor: auto;
    }
    .proLoop .box-image {
        border: 1px solid #f2f2f2;
        border-radius: 3px;
    }
    .proLoop .box-text {
        text-align: center;
    }
    .proLoop .box-text p.product-title {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0.5rem;
    }
    .proLoop .box-text p.product-title a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: unset;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .proLoop span.amount {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #333;
        cursor: auto;
    }

    .list-product-home button.flickity-button {
        opacity: 1;
        transform: none;
    }
    .proLoop .box-image {
        border: 1px solid #f2f2f2;
        border-radius: 3px;
    }
    .list-product-home .flickity-prev-next-button.previous {
        left: -1%;
    }
    .list-product-home .flickity-prev-next-button.next {
        right: -1%;
    }
    .list-product-home button.flickity-button svg {
        border: 1px solid #e0e0e0;
        width: 38px;
        height: 38px;
        color: #000000;
        transition: none;
    }
    .slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
        fill: #fb501d !important;
        background: #ffb9a4;
    }
    .tieude2 h2 {
        background-image: url(/wp-content/uploads/2022/09/background_title2.png);
    }
    .tieude2 h2 span {
        color: #225a21;
    }
    .tab-home h4 {
        text-transform: uppercase;
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        line-height: 29px;
        margin: 0;
        margin-bottom: 10px;
    }
    .tab-home ul li {
        display: inline-block;
        margin: 0 30px;
        flex-shrink: 0;
        cursor: pointer;
    }
    .tab-home ul li.active {
        border-bottom: 2px solid #2e747e;
    }
    .tab-home ul li span:hover, .proLoop .box-text p.product-title a:hover {
        color: #2f80ed;
    }
    .tab-home ul li a {
        padding: 0;
    }
    .tab-home ul li span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #2e747e;
    }
    .tab-home {
        background-image: url(/wp-content/uploads/2022/09/background_title3.png);
        background-repeat: no-repeat;
        background-position: top;
        padding-top: 15px;
        height: auto;
        margin-bottom: 10px;
    }
    .s-doitac .ux-logo-link {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e2e5ec;
        border-radius: 10px;
        margin-right: 15px;
    }
    .s-doitac button.flickity-button {
        top: 30%;
    }
    .sec-footer .col {
        padding-bottom: 0;
    }
    .link-social a {
        margin: 0 12px;
    }
    .link-social a svg {
        width: 36px;
        height: 36px;
    }
    h4.title-menu {
        margin: 0;
        line-height: 32px;
        font-size: 16px;
        align-items: center;
        display: flex;
    }
    .title-menu svg {
        width: 63px;
        height: 36px;
        margin-right: 10px;
        display: inline-block;
    }
    footer form {
        margin-bottom: 0;
    }
    .formFooter input {
        width: calc(100% - 55px);
        border: #fff;
        height: 38px;
        padding: 0 55px 0 10px;
        font-size: 14px;
        margin-bottom: 0;
    }
    footer form {
        margin-bottom: 0;
    }
    .formFooter button {
        width: 100px;
        position: absolute;
        border: none;
        background: #ffb9a4;
        color: #a05139;
        font-size: 14px;
        right: 0;
        height: 38px;
        font-weight: 700;
        margin: 0;
        font-size: 14px;
        text-transform: inherit;
    }
    .formFooter {
        position: relative;
        width: 100%;
    }
    .formFooter span {
        display: unset !important;
    }
    .sec-footer2 .icon-box+.icon-box {
        margin-top: 10px;
    }
    .sec-footer2 .icon-box p {
        font-size: 14px;
        align-items: center;
    }
    .sec-footer2 .icon-box {
        align-items: center;
    }
    .section-title-container .section-title-normal, .section-title-container .section-title-normal span {
        border-bottom: 0;
    }
    .title-footer span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
    .menu-footer a.ux-menu-link__link {
        padding: 0;
        font-size: 14px;
        min-height: 30px !important;
    }
    .absolute-footer {
        padding: 15px;
        border-top: 1px solid #e2e5ec;
    }
    .crumbs-page .page-title-inner {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 50px;
    }
    .breadcrumbs, .breadcrumbs a {
        font-size: 14px;
        text-transform: initial;
        color: #000 !important;
        text-shadow: none !important;
    }
    .crumbs-page .page-title-inner .title-breadcrumbs {
        padding: 0;
    }
    .page-title {
        background-color: #ffece1 !important;
    }
    .shop-page-title .page-title-inner {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 50px;
    }
    .section-title-normal span {
        text-transform: capitalize;
    }
    .form-Lienhe h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #494949;
        text-transform: uppercase;
    }
    .form-Lienhe p {
        margin-bottom: 20px;
    }
    .form-Lienhe input {
        width: 100%;
        box-shadow: none;
        padding: 0 20px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        line-height: 18px;
        height: 48px;
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 35px;
        font-weight: 400;
        font-size: 15px;
    }
    .form-Lienhe .col {
        padding-bottom: 0;
    }
    .form-Lienhe textarea {
        width: 100%;
        box-shadow: none;
        padding: 0 20px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        line-height: 40px;
        height: 158px;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 15px;
    }
    .form-Lienhe input:focus, .form-Lienhe textarea:focus{
        border: solid 1px #ffb9a4;
    }
    .form-Lienhe button {
        background: #ffb9a4;
        color: #A05139;
        padding: 0 20px;
        height: 35px;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        border-radius: 5px;
        border: 1px solid #ffb9a4;
        text-transform: initial;
    }
    .wpcf7-response-output {
        margin: 0 !important;
        border: 0 !important;
        padding: 6px 15px !important;
        font-size: 13px;
        background: #00000012;
        border-radius: 0 !important;
        color: red;
    }
    .thoigian {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #8c8c8c;
        margin: 10px 0 5px;
        cursor: auto;
    }
    h5.post-title {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: unset;
    }
    .post-item .box-text {
        padding: 0;
    }
    h5.post-title:hover{
        color: #2f80ed;
    }
    .archive-page-header .large-12 {
        text-align: left;
        padding-bottom: 0px;
    }
    .archive-page-header .large-12 h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px;
        padding: 10px;
        text-align: center;
    }
    .blog-wrapper {
        padding-top: 0;
    }
    .blog-wrapper .crumbs-page {
        margin-bottom: 0px;
    }
    .row-top-crumb .col {
        padding-bottom: 0;
    }
    .row-top-crumb .col #crumbs {
        min-height: 50px;
        line-height: 50px;
    }
    .entry-header-text-top {
        padding-bottom: 0;
    }
    .entry-content.single-page {
        padding-top: 10px;
    }
    .row-top-crumb .col #crumbs a {
        color: #a95139;
    }
    .post-share {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .post-share a {
        float: left;
        margin-left: 4px;
        border: 1px solid #ffece1 !important;
        border-radius: 50% !important;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        color: #6d6d6d;
        font-size: 13px;
        line-height: 32px !important;
        text-align: center;
        margin-bottom: 0;
    }
    .post-share span {
        margin-right: 10px;
    }
    .post-tags a {
        display: inline-block;
        margin-right: 5px;
        background: #f0f0f0;
        border-radius: 3px;
        margin-bottom: 5px;
        color: #494949;
        font-weight: 400;
        font-size: 14px;
        padding: 5px 10px;
        line-height: 26px;
        word-break: break-word;
    }
    .back-to-top {
        background: #ffb9a4 !important;
        border: 0 !important;
        width: 50px;
        height: 50px;
    }
    .back-to-top i {
        line-height: 50px;
    }
    .tab-panels .entry-content {
        transition: opacity 0.8s ease, transform 0.8s ease;
        opacity: 0;
        transform: scale(0.1);
        transform-origin: top left;
    }
    .tab-panels .entry-content.active {
        opacity: 1;
        transform: scale(1);
    }
    .action-cart {
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        margin-bottom: 7px;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .proLoop .image-tools.bottom.left {
        width: 100%;
        padding: 0;
    }
    .btn-buynow {
        width: calc(100% - 60px);
        margin-right: 12px;
        margin-left: 5px;
        padding: 11px 13px;
        color: #a05139;
        background: #ffb9a4;
        border: 1px solid #ffb9a4;
        border-radius: 3px;
        font-weight: 700;
        line-height: 1.6;
        font-size: 14px;
    }
    .btn-buynow:hover{
        background: #fff;
    }
    .btn-cart{
        margin-top: 0;
        padding: 11px 13px;
        color: #ffb9a4;
        font-size: 14px;
        border: none;
        float: left;
        margin-right: 4px;
        background: #fff4f0;
        border: 1px solid #ffb9a4;
        border-radius: 3px;
        line-height: 0;
    }
    .service_product {
        display: inline-block;
        padding: 25px 0 15px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
    }
    .product-summary h1 {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        color: #333;
        margin-bottom: 20px;
    }
    .product-summary .price-wrapper .price .amount {
        font-size: 27px;
    }
    .service_product .info_servicea {
        width: 50%;
        float: left;
        display: inline-block;
        margin-bottom: 20px;
    }
    .service_product .info_servicea span {
        width: 24px;
        margin-right: 10px;
        float: left;
        height: 24px;
    }
    .service_product .info_servicea p {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #4f4f4f;
        margin: 0;
        width: calc(100% - 35px);
        float: left;
    }
    .quantity.buttons_added input {
        background: transparent;
        box-shadow: none;
    }
    .quantity.buttons_added input.qty {
        border-left: 0;
        border-right: 0;
    }
    .product-summary button.single_add_to_cart_button {
        background: #fff !important;
        color: #333;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        transform: translateY(1px);
        border-radius: 3px;
        border: 1px solid #8c8c8c;
        height: 40px;
        text-transform: none;
        width: 50%;
    }
    .product-summary button.single_add_to_cart_button:hover {
        background: #fff !important;
        color: #2f80ed;
        border: 1px solid #2f80ed;
        box-shadow: none;
    }
    .product-footer .woocommerce-tabs ul {
        border-bottom: 1px solid #e5e5e5;
    }
    .product-footer .woocommerce-tabs ul li {
        cursor: pointer;
        display: inline-block;
        padding: 0px 15px!important;
        margin: 0 2px;
    }
    .product-footer .woocommerce-tabs ul li.active, .product-footer .woocommerce-tabs ul li:hover{
        background: #ffece1;
    }
    .product-footer .woocommerce-tabs ul li a {
        font-weight: 600;
        font-size: 16px;
        color: #333;
        margin: 0;
        text-transform: none;
    }
    .product-footer .woocommerce-tabs ul li a:before{
        display: none;
    }
    .product-footer .woocommerce-tabs ul li.active a, .product-footer .woocommerce-tabs ul li a:hover {
        color: #a05139;
    }
    .product-footer .woocommerce-tabs {
        border-top: 0;
    }
    .woocommerce-product-gallery figure {
        border: solid 1px #e5e5e5;
    }
    h3.product-section-title {
        text-align: center;
    }
    .woocommerce-ordering, .woocommerce-ordering select {
        font-size: 13px;
        box-shadow: none;
    }
    .widget-title.shop-sidebar {
        position: relative;
    }
    .widget_product_categories {
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .widget-title.shop-sidebar:before {
        content: "";
        width: 66px;
        height: 2px;
        background: #a05139;
        border-radius: 5px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }
    .widget-title.shop-sidebar {
        font-size: 24px;
        text-transform: unset;
        font-weight: 100;
        margin-bottom: 10px;
        border-bottom: 1px solid #d8d5d5;
        color: #303030;
        padding-bottom: 5px;
        position: relative;
    }
    ul.yith-wcan-list-price-filter&gt;li&gt;a:before, .filter-thuoctinh li a:before, .filter-thuoctinh li span:before {
        content: '' !important;
        font-size: 15px;
        color: #222 !important;
        position: absolute !important;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        border: 1px solid #999;
        top: auto !important;
        margin-top: 0;
        opacity: 1 !important;
    }
    .filter-thuoctinh li a, .filter-thuoctinh li span {
        color: #000;
        padding-left: 30px !important;
        font-size: 15px;
    }
    .filter-thuoctinh li a:hover:before, .filter-thuoctinh li span:hover:before, .filter-thuoctinh li.chosen a:before {
        content: '\f00c' !important;
        color: #a05139 !important;
        font-size: 13px;
        position: absolute !important;
        left: 0;
        border-color: #999;
        line-height: 20px !important;
        text-align: center;
        top: auto !important;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 600 !important;
    }
    .archive .category-page-row .large-3 #shop-sidebar aside {
        margin-bottom: 0;
    }
    .archive .category-page-row .large-3 #shop-sidebar aside+aside {
        margin-top: 15px;
    }
    ul.product-categories &gt; li &gt; a {
        font-size: 15px;
        color: #000;
        font-weight: 100 !important;
    }
    ul.product-categories &gt; li &gt; a:hover {
        color: #2f80ed;
    }
    ul.product-categories &gt; li &gt; a:before {
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 12px;
        margin-right: 7px;
    }
    ul.menu&gt;li+li, .widget&gt;ul&gt;li+li {
        border-top: 0;
    }
    @media (max-width: 849px){
        form.checkout_coupon button {
            width: 100% !important;
        }
        .header-main .flex-right ul li a {font-size: 16px;}
        .header-main .flex-right ul li.cart-item a {
            padding-top: 5px;
        }
        .header-main .flex-right ul li a {
            color: #000;
        }
        .header-main .flex-right ul li.header-search ul.nav-dropdown {
            left: auto;
            right: -65px;
            width: 100%;
            padding: 5px 0;
            border: 0;
            background: transparent;
        }
        .header-main .flex-right ul li.header-search ul.nav-dropdown li {
            padding: 0;
        }
        .header-main .flex-right ul li.header-search ul.nav-dropdown li input {
            padding: 0 55px 0 20px;
            border: 1px solid silver;
            top: 0;
            position: absolute;
            background: white;
            border-radius: 0;
            font-size: 15px;
        }
        .sec-top1 {
            padding-top: 10px !important;
        }
        .mfp-content {
            transition: transform .5s,opacity .3s,-webkit-transform .5s !important;
        }
        .off-canvas .mobile-sidebar-slide {
            border: 1px solid #ffb9a4;
            background: #fff;
        }
        .off-canvas .nav-vertical li a{
            font-size: 20px !important;
            text-transform: none !important;
            font-weight: 100 !important;
            color: #000 !important;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }
        .off-canvas .mobile-sidebar-slide .nav-slide .sub-menu &gt; li {
            color: #000 !important;
            font-size: 20px;
            padding-bottom: 0;
        }
        .off-canvas .mobile-sidebar-slide .nav-slide, .off-canvas .mobile-sidebar-slide .nav-slide .sub-menu {
            padding-top: 50px !important;
        }
        button.mfp-close {
            opacity: 1 !important;
            mix-blend-mode: unset;
            color: #a05139;
            background: #ffb9a4;
        }
        .nav-slide-header .toggle {
            opacity: 1;
        }
        .tab-home ul li {
            margin: 5px 10px !important;
        }
        .tab-home ul {
            margin: 0 20px;
        }
        .link-social {
            text-align: center;
            margin-bottom: 10px;
        }
        .title-menu {
            justify-content: center;
            margin-bottom: 20px !important;
        }
        .form-Lienhe input {
            margin-bottom: 15px;
        }
        .blog-wrapper .row.align-center .post-item {
            padding-bottom: 0;
        }
        .off-canvas .nav-vertical li:hover, .off-canvas .nav-vertical li.active {
            background: transparent !important;
        }
        .off-canvas .nav-vertical li.current_page_item a {
            color: #2f80ed !important;
        }
        .product-summary button.single_add_to_cart_button{
            width: auto;
        }
        form.cart {
            margin-bottom: 0;
        }
        .product-info {
            padding-bottom: 0;
        }
        .product-footer .woocommerce-tabs ul {
            display: flex;
            overflow-x: scroll;
            flex-flow: row nowrap;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            position: relative;
            z-index: 2;
            white-space: nowrap;
        }
        .shop-page-title .page-title-inner {
            padding-top: 10px;
        }
    }
    .woocommerce a.remove {
        width: 30px;
        height: 22px;
        position: relative;
        transition: opacity 200ms;
        vertical-align: top;
        display: block;
        -webkit-appearance: none;
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        text-indent: -9999px;
    }
    .woocommerce a.remove:before, .woocommerce a.remove:after {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
        left: 8px;
        position: absolute;
        right: 8px;
        top: 2px;
        display: inline-block;
        content: '';
    }
    .woocommerce a.remove:before{
        height: 6px;
        transform-origin: -7% 100%;
        -moz-transform-origin: -7% 100%;
        -webkit-transform-origin: -7% 100%;
        transition: transform 150ms;
        -moz-transition: transform 150ms;
        -webkit-transition: transform 150ms;
        width: 14px;
    }
    .woocommerce a.remove:after{
        background-position: -1px -4px;
        height: 12px;
        margin-left: 1px;
        margin-right: 2px;
        margin-top: 4px;
        width: 11px;
    }
    .woocommerce a.remove:hover:before{
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: transform 250ms;
        -moz-transition: transform 250ms;
        -webkit-transition: transform 250ms;
    }
    .woocommerce a.remove:hover {
        background: transparent;
    }
/* Checkout */
@media (max-width: 600px){
    .col_5_cart .cart-sidebar {
        width: 100% !important;
    }
    .col_thanhtoan_7, .col_thanhtoan, .col_thanhtoan .has-border &gt; .checkout-sidebar, .page-id-22 .large-12.col {
        padding-bottom: 0;
    }
    .col_thanhtoan .has-border {
        padding: 0 !important;
    }
    .tieude_cart, #title_checkout {
        padding-bottom: 0;
    }
    .post-item .box-text {
        padding: 0 0 20px;
    }
}
@media (min-width: 992px){
    .col_thanhtoan, .col_thanhtoan_7, .ck_page, .ck_page_table {
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
}
.tieude_cart, #title_checkout {
    text-align: left;
    font-size: 30px;
    padding-bottom: 15px;
    font-weight: 500;
}
.custom_cart {
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.custom_cart .shop_table {
    border: 1px solid #ddd;
    vertical-align: middle;
}
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 1px;
}
.custom_cart th, .custom_cart td {
    padding: 15px !important;
}
th, td {
    border-bottom: 1px solid #ddd;
}
.col_5_cart {
    display: block;
    max-width: 100%;
    flex-basis: 100%;
}
.col_5_cart .cart-sidebar {
    width: 40%;
    float: right;
}
.col_5_cart .cart_totals th.product-name {
    padding: 0 !important;
}
.col_5_cart .cart_totals th.product-name {
    border-bottom: none;
}
.col_5_cart .cart_totals table.shop_table {
    border: solid 1px #ddd;
}
.col_5_cart .cart_totals th {
    padding: 15px !important;
}
.col_5_cart .cart_totals td.shipping__inner {
    padding: 0 !important;
}
.col_5_cart .cart_totals td {
    padding: 15px !important;
}
.row-divided&gt;.col+.col:not(.large-12) {
    border-left: 0;
}
.col_thanhtoan_7 input, .col_thanhtoan_7 input:focus, .col_thanhtoan_7 textarea {
    box-shadow: none;
    height: 45px;
    font-size: 13px;
}
p#billing_address_1_field {
    width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields {
    border-top: 0;
}
.col_thanhtoan table.woocommerce-checkout-review-order-table, .col_thanhtoan .woocommerce-checkout-payment {
    border: solid 1px #ddd;
}
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 1px;
}
.woocommerce-checkout-payment {
    padding: 15px;
}
.col_thanhtoan .has-border {
    border: 0;
}
.col_thanhtoan th, .col_thanhtoan td {
    padding: 15px !important;
}
.col_thanhtoan .shop_table .order-total th, .col_thanhtoan .shop_table .order-total td {
    border-width: 0px !important;
}
.form-dhtc {
    max-width: 100%;
    flex-basis: 100%;
}
.form-dhtc .entry-content {
    box-shadow: none !important;
    background: transparent;
    border: solid 1px;
}
.woocommerce-notice--success strong {
    font-size: 18px;
    color: #676767;
    font-weight: 500;
}
.form-dhtc .woocommerce-order-details {
    display: none;
}
.stk-acb {
    color: red;
}
.woocommerce-thankyou-order-details {
    list-style: disc;
}
.btn_cart {
    margin-bottom: 0;
}
.custom_cart .shop_table tbody tr:nth-child(2) {
    display: none;
}
.custom_cart .shop_table tbody tr td {border-bottom: 0;}
form.checkout_coupon {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
form.checkout_coupon p {
    font-size: 16px;
    margin-bottom: 15px;
}
form.checkout_coupon input {
    border: 0;
    background: #ffece1;
    border-color: #e1e1e1;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
form.checkout_coupon button {
    height: 50px;
    background: #a05139;
    font-weight: 100;
    text-transform: capitalize;
    width: 150px !important;
}
form.checkout_coupon input:focus {
    background: #ffece1;
    border-color: #e1e1e1;
}
.woocommerce-shipping-totals td.shipping__inner {
    padding: 0 !important;
}
.woocommerce-shipping-totals td.shipping__inner {
    color: #a05139;
}
.woocommerce-privacy-policy-text {
    margin-top: 10px;
    color: red;
    font-weight: bold;
}
#billing_country_field {
    display: none;
}
#title_thankyou {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    border-bottom: dotted 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#frame-thanhtoan hr {
    display: none;
}
.mc-loinhan {
    color: #a05139 !important;
    background-color: #ffece1 !important;
}
#finishscan {
    margin-bottom: 20px;
}
.btnfinish-scan:hover {
    background: #ffb9a4 !important;
    color: #a05139 !important;
    border: 1px solid #c58471;
}
.btnfinish-scan {
    background: #fff;
    border: 1px solid #c58471 !important;
    color: #a05139 !important;
}
.page-id-33 .woocommerce-order-details table {
    border: dotted 1px;
}
.page-id-33 .woocommerce-order-details table th, .page-id-33 .woocommerce-order-details table td {
    padding: 15px;
}
.badge-container {
    margin-top: 0;
    left: 10px;
}
.badge-container .badge {
    width: auto;
    height: 2em;
}
.on-sale {
    padding: 0 4px;
    border-radius: 0 0 7px 7px;
    background-color: #ffb9a4!important;
    color: #a05139;
    top: 0;
    right: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    z-index: 10;
}
.has-hover:hover img.show-on-hover {
    opacity: 0;
}
.product-gallery .flickity-prev-next-button {
    display: none;
}
.product-gallery .product-images a {
    display: block;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: transparent;
}
.product-thumbnails .col a img {
    padding: 2px;
}
.product-thumbnails a {
    border: 1px solid #eaebf3;
}
.product-thumbnails .is-nav-selected a img {
    border: solid 1px;
    padding: 2px;
}
.product-thumbnails a:hover img, .product-thumbnails .is-nav-selected a img {
    transform: none !important;
    margin-bottom: unset;
    border: 1px dashed #ff9897;
}
.single-product .product-thumbnails img {
    transition: none !important;
    opacity: 1;
    margin-bottom: 0;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: transparent;
}
.product-summary .price-on-sale ins .amount {
    color: #a05139;
}
.widget .woocommerce-widget-layered-nav-list &gt; li &gt; a {
    padding: 6px 10px 6px 25px;
    font-size: 15px;
    position: relative;
    color: #000;
}
.widget .woocommerce-widget-layered-nav-list &gt; li &gt; a:before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    border: 1px solid #999;
    opacity: 1;
    top: 10px;
    display: block;
}
.widget .woocommerce-widget-layered-nav-list &gt; li &gt; a:hover {
    color: #e180a0;
}
.woocommerce-widget-layered-nav-list &gt; li.chosen &gt; a:before {
    background: #fff;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #e180a0;
    line-height: normal;
}
.widget&gt;ul&gt;li .count, .box-blog-post .is-divider {
    display: none;
}
#crumbs {
    font-size: 13px;
}</pre></body></html>