:root {
    --primary-color: #009dea;
    --fs-color-primary: #009dea;
    --fs-color-secondary: #dd3333;
    --fs-color-success: #009dea;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #000000;
    --fs-experimental-link-color-hover: #009dea;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
    --drawer-width: 360px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1250px
}

.row.row-collapse {
    max-width: 1220px
}

.row.row-small {
    max-width: 1242.5px
}

.row.row-large {
    max-width: 1280px
}

.header-main {
    height: 80px
}

#logo img {
    max-height: 80px
}

#logo {
    width: 200px;
}

#logo img {
    padding: 3px 0;
}

.header-bottom {
    min-height: 55px
}

.header-top {
    min-height: 35px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 120px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.header-bottom {
    background-color: #f1f1f1
}

.top-bar-nav>li>a {
    line-height: 16px
}

.header-main .nav>li>a {
    line-height: 16px
}

.stuck .header-main .nav>li>a {
    line-height: 50px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

body {
    color: #333333
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #000000;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: Quicksand, sans-serif;
}

body {
    font-weight: 600;
    font-style: normal;
}

.nav>li>a {
    font-family: Quicksand, sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: Quicksand, sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: Quicksand, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: Quicksand, sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #333333;
}

.shop-page-title.featured-title .title-bg {
    background-image: url(https://tozen.com.vn/wp-content/uploads/2024/07/SP-SERIES.png) !important;
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 400px !important;
        width: 400px !important;
    }
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
.absolute-footer {
    color: white !important;
    padding: 0px 0 15px !important;
    font-size: .9em;
    background: black;
}

.label-new.menu-item>a:after {
    content: "Mới";
}

.label-hot.menu-item>a:after {
    content: "Thịnh hành";
}

.label-sale.menu-item>a:after {
    content: "Giảm giá";
}

.label-popular.menu-item>a:after {
    content: "Phổ biến";
}

span.widget-title {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 41px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid #FFC003;
}

.widget>.is-divider {
    display: none;
}

.widget ul {
    font-size: 15px;
    margin-top: 10px;
}

.widget {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
}

.box-text-products .name.product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 0px;
    margin: 0;
}

.blog-single .is-divider,
.blog-single .entry-category {
    display: none;
}

.blog-single .entry-header-text {
    padding-bottom: 0;
}

.entry-header-text-top {
    padding-top: 0;
}

.entry-header-text {
    padding: 1.5em 0 1.5em;
}

.archive-page-header h1 {
    font-size: 21px;
}

.archive-page-header .large-12 {
    padding-bottom: 0;
}

.archive-page-header .taxonomy-description {
    text-align: left;
}

.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 0px;
    margin: 0;
}

.header-nav-main>li {
    margin: 0 15px;
}

.header-nav-main>li>a {
    font-size: 14px;
    font-weight: 600;
}

.pg-t-1 .box-category {
    margin: 0;
    transition: .3s;
    -webkit-box-shadow: 0 2px 4px 1px rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / 12%);
    border-radius: 3px;
    background: #fff;
}

.pg-t-1 .header-title {
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    text-transform: none;
    font-size: 13px;
}

.pg-t-1 .box-text {
    padding: 10px
}

.pg-t-1 .box-image {
    padding: 5px;
}

.badge-container {
    margin-top: 0;
}

.badge-container>.badge-square {
    height: 30px;
    font-size: 13px;
    font-weight: 400 !important;
}

.col-inner>.product-small {
    border-radius: 6px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: 10px;
    background: #fff;
}

.blog-t-1 .col-inner {
    border-radius: 6px;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: 10px;
    background: #fff;
}

span.amount {
    font-weight: 600;
    color: red;
}

.buy_ins {
    line-height: normal;
    display: block;
    padding: 9px 0;
    text-align: center;
    margin: 10px 0 0;
    background-image: linear-gradient(-180deg, #4180fd 0, #6c9dff 99%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.buy_ins span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none;
}

.buy_ins:hover {
    color: #fff;
}

#tab-title-reviews {
    display: none;
}

.form-dangky {
    padding: 10px;
    margin-bottom: 12px;
    background: #fff;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    background: #4080ff;
    background: linear-gradient(to left, #4080ff, #5082e5);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
}

.product-info {
    padding-right: 15px;
}

#product-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

.form-dangky h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.form-dangky p {
    margin-bottom: 10px;
    font-size: 14px;
}

.dangky-t {
    display: flex;
    font-size: 14px;
}

.dangky-t>input {
    text-transform: none;
}

.dangky-t .wpcf7-spinner {
    display: none;
}

.list_keys {
    position: relative;
    border: 2px dashed #e00;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.why-buy label {
    font-size: 12px;
    font-weight: 500;
    background: #4280fc;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgb(10 31 68 / 10%), 0 0 1px 0 rgb(10 31 68 / 8%);
}

.wsupport-s {
    margin: 0 -1%;
    text-align: center;
    overflow: hidden;
    clear: both;
}

.wsupport-s li {
    width: 31.3333%;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    padding: 12px 0;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    margin: 1%;
    float: left;
}

.wsupport-s li i {
    display: block;
    font-size: 26px;
    margin-bottom: 5px;
}

.wsupport-s li p {
    font-size: 11px;
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 0px;
    margin: 0;
}

.title-t-1 b {
    color: #fff0;
}

.title-t-1 h3 {
    margin-bottom: 0;
}

.title-t-1 span {
    color: #d79f02;
    font-size: 30px;
    font-weight: bold;
}

.title-t-2 span {
    color: #000;
    text-transform: none;
    border-bottom: 2px solid #E99C1E;
}

.title-t-2 {
    margin-bottom: 15px;
}

.title-t-2 i {
    color: #E99C1E;
    opacity: 1;
}

.title-t-2 h3 {
    border-bottom: 0;
}

.text-title-t-1 p {
    margin-bottom: 8px;
}

.text-footer-t h4 {
    text-transform: uppercase;
}

.text-footer-t p {
    margin-bottom: 8px;
    font-size: 15px;
}

.text-footer-t ul {
    list-style: none;
}

.text-footer-t li {
    margin-bottom: 8px;
    font-size: 15px;
    margin-left: 0 !important;
}

.footer-text>p {
    margin-bottom: 0;
    padding-top: 10px;
}

#masthead {
    box-shadow: 1px 8px 29px -9px rgb(0 0 0 / 40%);
}

.title-wc {
    color: #d79f02;
}

.blog-wrapper>div>.large-9 {
    padding-right: 15px;
}

.post-sidebar {
    padding-left: 15px !important;
}

.content-detail {
    margin-bottom: 30px;
}

.attachment-woocommerce_thumbnail>img {
    border-radius: 10px;
}

.product-thumbnails a {
    background: #fff0;
}

.box-boxinfo {
    border: dashed 3px #3e281b;
    background-color: #f2f2f2;
    width: 100%;
    padding: 25px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 22px;
    margin-top: 20px;
}

.dangky-t-1>p {
    margin: 15px 0;
    text-align: center;
}

.dangky-t-1>p>input {
    width: 100%;
    border-radius: 5px;
}

.custom-html-widget {
    border: 1px solid #ececec;
    padding: 15px;
}

.wpcf7-spinner {
    display: none;
}

.gr-t-1 .box-image {
    height: 80px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #FFF;
}

.gr-t-1 .box-image img {
    object-fit: scale-down;
    display: block;
    width: 100%;
    height: 100%;
}

p.form-row-first,
p.form-row-last {
    width: 100%;
}


.row-db>div {
    padding-bottom: 0;
}

.row-db p {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    padding-bottom: 0;
}

.row-db p span>span {
    color: #087685 !important;
}

.row-db p a {
    color: #087685 !important;
}

.home .row-db {
    display: none;
}

.gtranslate_wrapper>a {
    font-size: 15px !important;
}

.nav-dropdown>li>a {
    font-size: 14px;
    color: #333;
    text-transform: none !important;
}

#breadcrumbs {
    display: none;
}

.cannhat-t>div {
    background: url(/wp-content/uploads/2024/03/background_about.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wpt-custom-view-product-button {
    border-radius: 50px;
    font-weight: 400;
    text-transform: none;
}

.single_add_to_cart_button {
    font-weight: 400;
    text-transform: none;
}

.buy_now_button {
    text-transform: none;
    font-weight: 400;
}

.blog-wrapper>.align-center>.large-10 {
    flex-basis: 100%;
    max-width: 100%;
}


/*Custom category Flatsome - Flatsome.xyz */
.page-wrapper p.from_the_blog_excerpt:after {
    content: "Xem thêm";
    display: block;
    background-color: #ffffff;
    width: fit-content;
    padding: 1px 10px;
    border-radius: 15px;
    border: 2px solid #103F8E;
    color: #103F8E;
    font-weight: 600;
    margin-top: 10px;
}

.page-wrapper p.from_the_blog_excerpt:hover:after {
    background-color: #103F8E;
    color: #ffffff;
}

.copyright-footer>p {
    margin-bottom: 0;
    padding-top: 15px;
}

/* css 2 nút silede */
.flickity-prev-next-button {
    opacity: 3;
}

.slider-nav-light .flickity-prev-next-button svg {
    border: 2px solid #009DEA !important;
    color: #fff !important;
    background: #009DEA !important;
}

/* css form đăng ký */
.dangky-t-1>p {
    margin: 15px 0;
    text-align: center;
}

.dangky-t-1>p>input {
    width: 100%;
    border-radius: 5px;
}

.custom-html-widget {
    border: 1px solid #ececec;
    padding: 15px;
}

.wpcf7-spinner {
    display: none;
}

.dangky-t>p>span>input {
    width: 72%;
    padding: 0px;
    font-size: 14px;
    text-indent: 46px;
    border-radius: 0px;
    height: 50px;
    border: 0;
    background: #fff url(https://naturegift.com.vn/wp-content/uploads/2023/04/icon-mail.png) no-repeat 20px center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dangky-t>p>span {
    display: contents !important;
}

.dangky-t>p>input {
    height: 50px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.dangky-t>p {
    font-size: 14px;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.dangky-t>input {
    text-transform: none;
}

.dangky-t .wpcf7-spinner {
    display: none;
}

/* css tab */
.tab-t-1 .active span {
    color: #fff;
}

.tab-t-1 span {
    font-size: 14px;
    color: #333;
}

.tab-t-1 li {
    margin: 0 10px;
}

.tab-t-1 li a {
    padding: 1px 15px;
    border-radius: 5px;
    background: #ececec;
}

.tab-t-1 .tab {
    flex: 0 0 auto;
    cursor: pointer;
}

.text-top-t {
    font-size: 14px;
}

#header-contact a>span {
    font-size: 14px;
    color: #fff;
}

.text-title-t-1>h3 {
    font-size: 32px;
    font-weight: bold;
    color: #009DEA;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.text-count-t {
    text-align: center;
}

.text-count-t .text-t-1 {
    font-size: 40px;
    margin-bottom: 0;
}

.text-count-t>p {
    font-size: 22px;
}

.text-gt-t>h2 {
    font-size: 35px;
    color: #009DEA;
    margin-bottom: 5px;
}

.text-title-t-1>h2 {
    font-size: 35px;
    text-transform: none;
    color: #009DEA;
    margin-bottom: 20px;
}

.product-tabs {
    border-bottom: 2px solid #009DEA;
}

.product-tabs>li>a {
    font-size: 14px;
    border-radius: 0;
}

.note-san-pham {
    margin-top: 16px;
    padding: 8px;
    border: 2px dashed #ff4500;
    text-align: justify;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
}

.note-san-pham a {
    color: #009DEA;
}

.product_type_simple {
    text-transform: none;
    border-radius: 5px;
}

.blog-post-inner .is-divider {
    display: none;
}

.woocommerce-ordering {
    display: none;
}

span.amount {
    display: none;
}

.nav-dropdown .sub-menu>li>a {
    font-size: 14px;
    color: #009DEA;
}



@media only screen and (max-width: 640px) {
    table {
        text-align: left;
        transition: width .7s linear;
        position: relative;
        display: block;
        overflow: auto;
    }

    .mmt-button__label {
        display: none !important;
    }

    .nav-sidebar>li>a {
        color: #333;
    }
}


/* Add media query for small screens */
@media (max-width: 767px) {
    .tab-t-1 .nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
    }

    .tab-t-1 .tab {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}