/*
Theme Name: Flatsome Child
Description: Design by CODE-WP
Author: UX Themes
Template: flatsome
Version: 5.5
*/

:root {
    --color-black: #4A330E;
    --font-size-14: 14px;
    --color-main: #D1A55F;
    --font-size-h2: 40px;
    --color-main-hover: #BB8B3F;
    --radio-color: #d4af72;
    /* Màu outline và fill khi checked */
    --radio-outline: #e6e0d2;
    /* Màu outline khi chưa check */
    --radio-bg: transparent;
    /* Nền trong suốt */
}
/* cormorant-sc-regular - latin */
/* roboto-serif-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-serif-v16-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-sc-500 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/cormorant-sc-v18-latin_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v30-latin_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v30-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: Montserrat;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Cormorant SC";
}

h1 {
    font-size: 60px;
    font-weight: 500;
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 28px;
    font-weight: 500;
}

h4,
h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 500;
}

h7 {
    font-size: 12px;
    font-weight: 500;
}

.single-post .entry-content.single-page p {
    font-size: 14px;
    font-weight: 400;
}

.single-post h1.entry-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}

.block-bo-suu-tap .section-bg.fill img {
    width: 27%;
}

.block-bo-suu-tap h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-black);
}

.block-bo-suu-tap p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-black);
    text-align: justify;
}

/* button */
.btn-xem-them {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    background: transparent;
    position: relative;
    font-size: var(--font-size-14);
    color: var(--color-main);
    padding: 0px;
    cursor: pointer;
    outline: none;
    border: unset !important;
}

.btn-xem-them::before,
.btn-xem-them::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-main);
}

.btn-xem-them::before {
    top: 0;
}

.btn-xem-them::after {
    bottom: 0;
}

.btn-xem-them span::before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: 0px;
    width: 1px;
    background: var(--color-main);
    height: 55px;
}

.btn-xem-them span::after {
    content: "";
    position: absolute;
    top: -6px;
    bottom: 0px;
    width: 1px;
    background: var(--color-main);
    height: 55px;
}

.btn-xem-them span::before {
    left: 5px;
}

.btn-xem-them span::after {
    right: 5px;
}

.btn-xem-them span {
    position: relative;
    z-index: 1;
    padding: 10px 60px;
    background: transparent;
    color: var(--color-main);
    font-weight: 500;
}


.is-divider.divider.clearfix {
    background: url(images/Logo.png);
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.is-divider.divider.clearfix:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-main);
    left: 0px;
}


.btn-xem-them:hover {
    background: unset !important;
}

.btn-xem-them:hover::before {
    background: #d1a55f;
    position: absolute;
    content: "";
    width: 193px;
    height: 40px;
    left: 6px;
}

.btn-xem-them:hover span {
    color: #fff !important;
}


.tabbed-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
}

.tabbed-content .tab-panels {
    grid-column: 1 / span 2;
}

.tabbed-content .uppercase.text-right {
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    color: var(--color-black);
    margin-bottom: 0px;
}

.tabbed-content .tab.active.has-icon span {
    color: var(--color-main);
}

.tabbed-content a span {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-black);
}

.tabbed-content ul.nav.nav-line-bottom.nav-uppercase.nav-size-normal.nav-right {
    gap: 10px;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    height: 1px;
    /* top: 30px !important; */
}

li.dot.is-selected {
    background-image: url(images/logo-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: unset !important;
    width: 12px !important;
    height: 12px !important;
    border: unset;
}

.tax-bo_suu_tap li.dot.is-selected {
    background-image: url(images/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: unset !important;
    width: 12px !important;
    height: 12px !important;
    border: unset;
}

.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
    background-color: #4A330E3D;
    border: 0;
    height: 8px;
    opacity: 1;
    width: 8px;
}

.flickity-page-dots .dot {
    border: 5px solid #4A330E3D;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 0px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .3s;
    width: 0px;
}

ol.flickity-page-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.name.product-title.woocommerce-loop-product__title a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

span.amount {
    color: var(--color-black);
    font-weight: 400;
    white-space: nowrap;
    font-size: 14px;
}

h2.section-title.section-title-center b {
    visibility: hidden;
}

.box.has-hover.has-hover.box-text-bottom h3 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

h2.section-title.section-title-normal {
    border: unset !important;
}

h2.section-title.section-title-normal span.section-title-main,
h2.section-title.section-title-center span.section-title-main {

    border-bottom: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    font-size: 40px;
    font-weight: 500;
}

h3.section-title.section-title-normal span.section-title-main {
    font-size: 28px;
    font-weight: 500;
    border-bottom: unset;
}

h3.section-title.section-title-normal {
    border: unset;
}

h3.section-title.section-title-normal b {
    visibility: hidden;
}

.custom-bg-right {
    background-image: url(images/icon-logo-right.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.custom-bg-left {
    background-image: url(images/icon-logo-50.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.font_h3 h3 {
    font-size: 40px;
    font-weight: 500;
}

.custom-text-p p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
}

.custom-block-text-h5 h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    line-height: 35px;
}

.custom-block-text-h5 p {
    height: 47px;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

a.plain {
    color: rgba(209, 165, 95, 1);
    transition: color .3s, opacity .3s, transform .3s;
}

footer#footer h7 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
}

footer#footer .ux-menu-link.flex.menu-item a {
    font-size: 14px;
    font-weight: 400;
}

.body-1,
p.from_the_blog_excerpt {
    font-size: 14px;
    font-weight: 400;
}

.font-12 {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6) !important;
}

.custom-text-city {
    font-size: 14px;
    font-weight: 400;
}

.flex_x {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.logo_x {
    background-image: url(images/Logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 15px;
    background-position: center;
}

.logo_footer img {
    width: 102px;
}

.logo_footer img {
    width: 102px;

}

.custom-menu-2 a {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.6);
}

.logo_footer:before {
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    opacity: 0.25;
    content: "";
    position: absolute;
    width: 45px;
    height: 10px;
    bottom: -15px;
    right: 0px;
}

.custom-menu-2 .ux-menu-link.flex.menu-item::before {
    background-image: url(images/Arrows.svg);
    position: absolute;
    height: 20px;
    width: 13px;
    right: 0px;
    content: "";
    background-repeat: no-repeat;
}

.custom-text-h1 h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-main);
}

.custom-text-h1 p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase a {
    font-size: 12px;
    font-weight: 500;

}

.home ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase a {
    color: #fff;

}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase,
.header-inner.flex-row.container.logo-center.medium-logo-center {
    margin-top: 24px;
}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase {
    gap: 28px;
}


/* Scroll */
.header-wrapper.stuck ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase,
.header-wrapper.stuck .header-inner.flex-row.container.logo-center.medium-logo-center {
    margin-top: 0px;
}

.header-wrapper.stuck ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase a {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-black);
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important;
    background: #fff;
}

.header-wrapper.stuck .header-bottom {
    background-color: #ffff;
}

.code-wp-social-svg {
    color: #fff;
    /* icon mặc định màu trắng */
    transition: color 0.3s;
}

.header-wrapper.stuck .code-wp-social-svg {
    color: var(--color-black);
    /* sticky thì icon màu đen */
}

.scroll-x {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-main);
}

.scroll-x:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 45px;
    bottom: -31px;
}

.font-normal span {
    font-weight: 500;
    font-size: 12px;
    color: var(--color-main);
    border-bottom: solid 1px var(--color-main);
}

.button.is-underline:before {
    height: 0px;
}

.menu-modal a.ux-menu-link__link {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-black);
}

.custom-h6 h6 {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-black);
    opacity: 1;
    font-family: Montserrat, sans-serif;
}

h3.section-title.section-title-normal a {
    font-size: 12px;
    border-bottom: solid 1px var(--color-main);
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    padding-left: 0px;
}

.borderadius11 {
    height: 80px;
    border-radius: 100px;
    background: #fff;
    width: 100%;
    margin-bottom: -50px;
    border: solid 5px #ffffff;
    z-index: 9;
    position: relative;
    top: -13px;
}

.sidebar-menu.no-scrollbar .nav li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-black);
}

h3.section-title.section-title-normal a {
    display: flex;
    align-content: center;
    align-items: center;
}

.menu_head_page {
    display: flex;
    gap: 15px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-black);
}

.menu_head_page a {
    color: rgba(74, 51, 14, 0.6);
}

.body2 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(74, 51, 14, 1);
}

.ptb-toolbar {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: -10px;
}

.custom-page-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ptb-title h1 {
    font-size: 40px;
    font-weight: 500;
    color: rgba(74, 51, 14, 1);
    width: auto;
    margin: 0px;
    text-transform: uppercase;
}

.ptb-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.ptb-title img {
    width: 24px;
}

.ptb-cat-menu li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(74, 51, 14, 1);
}

.ptb-cat-menu {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
}

form.ptb-sort select {
    border: unset;
    box-shadow: unset;
    text-transform: uppercase;
    width: 100px;
    color: rgba(74, 51, 14, 1);
    font-size: 12px;
}

button#btn-product-filter {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 8px;
    margin: 0px;
    padding: 0px;
}

div#product-filter-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: none;
}

div#product-filter-modal-content {
    background: white;
    padding: 48px 48px 10px 48px;
    max-width: 600px;
    width: 90%;
    position: relative;
    height: 100%;
    text-align: left;
    padding-top: 50px;
    overflow: auto;
}

.titan-filter-form {
    max-width: 100%;
    font-family: inherit;
}

.filter-actions {
    margin-top: 48px;
}


.group-x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.filter-group h4 {
    font-weight: 500;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.price-range input {
    width: 48%;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.filter-actions {
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: baseline;
    margin-left: 10px;
}

.filter-actions button,
.filter-actions a {
    width: 100%;
    max-width: 50%;
}

.price-range input {
    box-shadow: unset;
    height: 48px;
}

form#product-filter-form label {
    font-weight: 400;
    font-size: 14px;

}

.price-range {
    display: flex;
    gap: 25px;
    font-size: 14px;
    font-weight: 400;
    align-items: baseline;
    margin-bottom: 20px;
}

label.type-radio {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 16px;
}

.shop-page-title.category-page-title.page-title .page-title-inner.flex-row.medium-flex-wrap.container {
    display: none;
}

nav.ptb-cat-menu a:hover {
    color: var(--color-main);
    border-bottom: solid 1px var(--color-main);
}

.title_fillter_modal {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    color: var(--color-black);
    font-family: "Cormorant SC", sans-serif;
}

button#close-filter-modal {
    position: absolute;
    top: 55px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

a.ptb-active {
    border-bottom: solid 1px var(--color-main);
    color: var(--color-main) !important;
}

.current-menu-item a {
    color: var(--color-main) !important;
}

.ptb-cat-menu {
    list-style-type: none;
}

.info_product {
    position: absolute;
    top: -310px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.custom-product-badges span {
    background: #e2ded8;
    padding: 0px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

nav.rank-math-breadcrumb p {
    display: flex;
    gap: 15px;
}

.custom-product-badges {
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    width: 60%;
}

.is-divider.small {
    display: none;
}

p.price.product-page-price bdi {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-main);
}

.menu_head_page strong {
    font-weight: 400;
}

h1.product-title.product_title.entry-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-black);
}

.menu_head_page span.separator {
    color: rgba(255, 255, 255, 0.6);
}

.titan-price-wrapper span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 500;
    color: rgba(209, 165, 95, 1);
}

.short-chitiet strong {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-black);
}

.titan-short-desc ul li,
.titan-short-desc p {
    list-style-type: disc;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-black);
}

.titan-short-desc ul {
    padding-left: 10px;
}

.short-chitiet {
    margin-bottom: 10px;
}

.titan-guarantees .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    display: flex;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content .tab-panels {
    border-top: solid 1px rgba(74, 51, 14, 0.16);
    margin-top: -11px;
}

.single-product div#tab-description {
    max-width: 690px;
    display: block;
    margin: 0px auto;
}

.single-product div#tab-description p {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}



.single-product ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-center li.active a {
    color: var(--color-main);
}

.single-product li.description_tab.active a::before {
    content: unset;
}

.single-product ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-center a {
    font-size: 12px;
    font-weight: 500;
}

a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered {
    color: #fff;
}

.btn_buy_flex {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.ux-quantity.quantity.buttons_added {
    margin-bottom: 10px;
}

.ux-quantity.quantity.buttons_added input.input-text.qty.text {
    box-shadow: unset;
    height: 38.9px;
    border: unset;
    border-top: solid 1px rgba(74, 51, 14, 0.16);
    border-bottom: solid 1px rgba(74, 51, 14, 0.16);
}

.ux-quantity.quantity.buttons_added input {
    background: unset;
    margin-right: 0px;
    margin-left: 0px;
}

.btn_buy_flex button {
    width: 100% !important;
    max-width: 47%;
}

.titan-price-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5em;
    justify-content: space-between;
}

.titan-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
    color: #ccc;
    text-decoration: none;
}

.titan-wishlist:hover {
    color: #C69C6D;
}

.titan-product-summary {
    max-width: 600px;
    font-family: inherit;
    color: #4A330E;
}

.titan-price {
    font-size: 1.2rem;
    color: #C69C6D;
    margin-bottom: .5em;
}

.titan-title {
    font-size: 28px;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: 500;
}

.titan-divider {
    border: none;
    border-top: 1px solid rgba(74, 51, 14, 0.16);
    margin: 1em 0;
    opacity: 1;
}


.titan-short-desc li {
    margin-bottom: .3em;
}

.titan-cart-form {
    display: flex;
    align-items: center;
    gap: .5em;
    margin: 1em 0;
}

.titan-qty {
    display: flex;
    align-items: center;
}

.titan-qty .button {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border: 1px solid #ccc;
    background: #fff;
}

.titan-qty input.qty {
    width: 3em;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 .3em;
}

.titan-add-to-cart {
    flex: 1;
    border: 1px solid #C69C6D;
    background: transparent;
    color: #C69C6D;
    padding: .8em 1em;
    text-transform: uppercase;
}

.titan-buy-now {
    background: #C69C6D;
    color: #fff;
    padding: .8em 1em;
    text-transform: uppercase;
}

.titan-guarantees {
    display: flex;
    flex-direction: column;
    gap: .5em;
    font-size: .9rem;
}

.titan-guarantees .item {
    display: flex;
    align-items: center;
}

.titan-guarantees .icon-warranty,
.titan-guarantees .icon-shipping,
.titan-guarantees .icon-cod {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-size: contain;
    margin-right: .5em;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    font-size: 28px;
    text-transform: uppercase;
}

.related.related-products-wrapper.product-section {
    border-top: 0px;
}

.single-product li#tab-title-ux_global_tab a::before {
    content: unset;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    height: 0px;
    /* top: 30px !important; */
}

input.ux-quantity__button:hover {
    background: #d1a55f !important;
    color: #fff !important;
    opacity: 1 !important;
    box-shadow: unset;
}

p.product-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-h6 {
    font-size: 14px;
    font-weight: 500;
}

.body-1 {
    font-size: 14px;
    font-weight: 400;
}

.titan-cart-footer span.woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 18px;
    color: var(--color-main);
}

.header-h6 {
    font-size: 14px;
    font-weight: 500;
}

.custom_flex .header-h6 {
    color: var(--color-black);
}

h1.section-title.section-title-center span {
    font-size: 60px;
    color: rgba(209, 165, 95, 1);
    font-weight: 500;
    text-transform: uppercase;
}

h1.section-title.section-title-center b {
    visibility: hidden;
}

.icon-box-text h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 1);
    font-family: Montserrat, sans-serif;
}

/* Overlay nền đen trong suốt */
.titan-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.cart-empty {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.cart-empty p {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0px;
}

button#titan-cart-close {
    padding: 0px;
    margin: 0px;
}

.titan-cart-footer p.custom_flex {
    padding-bottom: 20px;
    padding-top: 10px;
}

.custom_qty button {
    margin-right: 0px;
}

.custom_qty button {
    margin-right: 0px;
    background: #fff;
    padding: 0px 15px !important;
}

.custom_flex_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.product-price span {
    font-size: 14px;
    color: var(--color-main) !important;
    font-weight: 500;
}

.titan-cart-header h3 {
    font-size: 28px;
    font-weight: 500;
}

input.custom_input {
    height: 48px;
    box-shadow: unset;
}

/* Modal từ phải trượt vào */
.titan-cart-modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    max-width: 90%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
    transition: right 0.3s ease-in-out;
}

.titan-cart-modal.active {
    right: 0;
}

.titan-cart-overlay.active {
    display: block !important;
}




#titan-cart-icon {
    cursor: pointer;
    display: flex;
}

.titan-cart-count {
    position: absolute;
    top: 4px;
    right: -3px;
    background: #c19859;
    color: white;
    font-size: 0px;
    padding: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}



#titan-cart-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 596px;
    max-width: 90%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow-y: auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.titan-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 40px 0px 40px;
}

.titan-cart-header.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 48px 40px 0px 40px;
}

.titan-cart-items {
    flex-grow: 1;
    margin-top: 20px;
    padding: 0px 40px;
}

.titan-cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    gap: 20px;
}

.titan-cart-item img {
    width: 120px;
}

.titan-cart-info {
    flex-grow: 1;
}

.qty-group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.titan-qty-btn {
    background: #eee;
    border: none;
    padding: 0px 10px;
    cursor: pointer;
}

.titan-remove-item {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0px;
}

.titan-cart-footer {
    border-top: 1px solid rgba(74, 51, 14, 0.16);
    padding: 15px 41px;
    margin-bottom: 30px;
}

.titan-cart-footer strong {
    font-weight: 500;
    font-size: 14px;
}

.titan-checkout-btn {
    display: block;
    background: #c19859;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.titan-quantity {
    display: flex;
    border-radius: 0;
    border: solid 1px rgba(74, 51, 14, 0.16);
}

.titan-quantity button {
    margin: 0px;
    background: #fff;
}

.titan-quantity input {
    box-shadow: unset;
    border: unset;
    width: 68px;
    text-align: center;
    margin-bottom: 0px;
}

ul.sub-menu.nav-sidebar-ul.children.is-current-slide li a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--color-black) !important;
    text-transform: uppercase;
}

li.nav-slide-header.pt-half.pb-half button.toggle {
    color: var(--color-black) !important;
    font-size: 14px;
    font-weight: 500;
}

.titan-cart-footer a {
    max-width: 98%;
    display: block;
    margin: 0px auto;
    margin-top: 11px;
}

.titan-checkout-product-image img {
    width: 80px;
    height: auto;
}

.body1,
.body1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.custom_page_vechungtoi {
    position: absolute;
    z-index: 9;
    top: 80px;
    left: 0px;
}

.custom_page_vechungtoi a {
    color: rgba(255, 255, 255, 0.6);
}

.text-just {
    text-align: justify;
}

.custom_blog h5.post-title.is-large a.plain {
    font-family: Montserrat, sans-serif;
    color: var(--color-black);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: -8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.entry-content.single-page h1,
.entry-content.single-page h2,
.entry-content.single-page h3,
.entry-content.single-page h4,
.entry-content.single-page h5 {
    font-family: Montserrat, sans-serif !important;
}

.is-divider {
    visibility: hidden;
}

.custom_page_vechungtoi strong {
    color: #fff;
}

.blog-wrapper.blog-single.page-wrapper .large-10.col {
    max-width: 892px;
}

.color-black a {
    color: #000;
}

.font-default {
    font-family: Montserrat, sans-serif;
}

.custom_post_lq .box-image img {

    height: 281px;
    object-fit: cover;
}

.custom_post_lq h4.post-title {
    height: 48px;
    overflow: hidden;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.titan-related-posts.custom_post_lq h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-post .menu_head_page,
.category .menu_head_page {
    margin-left: 15px;
    margin-bottom: 30px;
}


form#titan-register-form,
form#titan-login-form {
    max-width: 451px;
    display: block;
    margin: 0px auto;
}

form#titan-login-form {
    height: 430px;
}




.titan-auth-wrapper {
    max-width: 600px;
    margin: 0px auto;
    background: #fff;
    padding: 0px 10px;
    text-align: center;
    background-image: url(images/logo-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.titan-auth-wrapper input[type="text"],
.titan-auth-wrapper input[type="email"],
.titan-auth-wrapper input[type="password"],
.titan-auth-wrapper input[type="tel"],
.titan-auth-wrapper input[type="date"] {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 15px;
    border: 1px solid rgba(74, 51, 14, 0.16);
    border-radius: 0px;
    box-shadow: unset;
    height: 48px;
    color: rgba(74, 51, 14, 0.6);
    font-weight: 400;
}

.gender-wrap {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 14px;
    font-weight: 400;
}

form#titan-register-form label {
    font-size: 14px;
    font-weight: 400;
}

.custom_checkbox {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.marital-wrap {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    align-content: center;
}

.password-wrap {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}

.titan-auth-wrapper .titan-btn {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titan-auth-wrapper.titan-login-form {
    padding-top: 120px;
}

.titan-auth-wrapper .forgot-password {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5b482a;
    text-align: left;
    text-decoration: underline;
}

.titan-auth-wrapper .gender-wrap,
.titan-auth-wrapper .marital-wrap {
    text-align: left;
    margin: 10px 0;
}

.titan-auth-wrapper h2 {
    color: var(--color-black);
    margin-bottom: 20px;
    font-size: 28px;
    padding-top: 4px;
    padding-bottom: 0px;
}

/* author */
.box-tac-gia {
    display: flex;
    align-items: center;
    background-color: rgba(209, 165, 95, 0.12);
    padding: 20px;

    gap: 20px;
    position: relative;

}

.author-avatar {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.author-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 1px rgba(209, 165, 95, 1);
    padding: 2px;
}

.author-avatar .role {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c69342;
    color: white;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 0px;
    text-transform: uppercase;
}

.author-content {
    flex: 1;
    position: relative;
}

.author-desc {
    margin: 0;
    position: relative;
    padding-left: 10px;
    line-height: 1.6;
}

.author-desc::before {
    content: "“";
    font-size: 55px;
    position: absolute;
    left: 9px;
    top: -40px;
    color: #c69342;
    font-family: Georgia, serif;
}

.author-desc::after {
    content: "”";
    font-size: 55px;
    position: absolute;
    bottom: -55px;
    right: 17px;
    color: #c69342;
    font-family: Georgia, serif;
}

.author-name {
    margin: 20px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-black);
    font-size: 14px;

}

.single_page_box .large-12.col {
    max-width: 890px;
    display: block;
    margin: 0px auto;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.single_page_box h1 {
    font-size: 28px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
}









/** modal search **/
.titan-search-wrap {
    position: relative;
    display: inline-block;
    top: 5px;
}

.titan-search-modal {
    display: none;
    position: absolute;
    top: 130%;
    right: 0;
    left: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    max-width: 600px;
    width: 600px;
    padding: 40px 36px;
    margin: 0;
    animation: fadeDropdown .2s;
}

input.titan-search-input:focus {
    box-shadow: unset;
}

.titan-search-modal.active {
    display: block;
    animation: fadeDropdown .2s;
}

@keyframes fadeDropdown {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.titan-search-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.titan-search-modal-title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--color-black);
    font-family: "Cormorant SC", sans-serif;
}

.titan-search-modal-close {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.titan-search-form {
    display: flex;
    align-items: center;
    border: 1.5px solid #ece5db;
    border-radius: 3px;
    padding: 0 18px;
    margin-bottom: 32px;
    background: #fff;
}

input.titan-search-input {
    border: unset;
    box-shadow: unset;
    padding: 10px 0px;
    height: 48px;
}

.titan-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 12px;
    padding: 0;
    display: flex;
    align-items: center;
}

.titan-search-trending-title {
    font-size: 14px;
    font-weight: 500;
    color: #543911;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: .2px;
}

.titan-search-trending-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.titan-search-trending-list li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #543911;
    margin-bottom: 16px;
    gap: 10px;

}

.titan-search-trending-list svg {
    flex-shrink: 0;
}

ul.titan-search-trending-list li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-black);
}

.titan-account-wrapper {
    display: flex;
    margin-top: 14px;
}

.titan-sidebar {
    width: 330px;

}

.titan-sidebar ul {
    list-style: none;
    padding: 0;
}

div#tab-info tr,
div#tab-info td {
    border: unset;
    font-size: 14px;
    font-weight: 400;
    color: rgba(74, 51, 14, 0.6);
    height: 40px;
}

.titan-form-input label {
    font-size: 10px;
    font-weight: 400;
    top: 5px;
    position: relative;
    color: rgba(74, 51, 14, 0.6);
}

form#titan-edit-form .custom_flex {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: unset;
    outline-offset: 2px;
}

form#titan-edit-form {
    font-size: 14px;
    font-weight: 400;
}

form#titan-edit-form label {
    font-size: 14px;
    font-weight: 400;
}

.custom_select select {
    height: 48px;
    box-shadow: unset;
    border: solid 1px rgba(74, 51, 14, 0.16);
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 999999999999999999999999999999999;
}

.titan-btn:disabled {
    background-color: #bb8989 !important;
    opacity: 0.2;
}

.titan-btn.loading {

    pointer-events: none;
    position: relative;
}

.titan-form-input input[type="text"],
.titan-form-input input[type="email"],
.titan-form-input input[type="date"] {
    background: unset;
    box-shadow: unset;
    border: unset;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -15px;
    margin-bottom: -25px;
}

.titan-form-input-x input {
    height: 43px;
    box-shadow: unset;
    font-size: 14px;
    font-weight: 400;
}

.titan-form-input {
    border: solid 1px rgba(74, 51, 14, 0.16);
    padding: 5px 10px;
    margin-bottom: 15px;
}

div#tab-info td strong {
    font-weight: 400;
    color: var(--color-black);
}

.titan-sidebar li {
    padding: 10px;
    cursor: pointer;
    border: 1px solid rgba(74, 51, 14, 0.16);
    color: #5b482a;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-left: 0px !important;
}

.titan-sidebar li:before {
    content: "";
    background-image: url(images/Arrowss.svg);
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 10px;
    z-index: 99999;
    filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(354deg) brightness(1.2);
}

.titan-sidebar li.active::before {
    filter: unset;
}

div#tab-info h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.titan-sidebar li.active {
    background: rgba(74, 51, 14, 1);
    color: white;
    font-weight: 400;
    font-size: 14px;
}

.titan-content {
    flex: 1;
    padding: 20px 40px;
    background: #fff;
    border: solid 1px rgba(74, 51, 14, 0.16);
    margin-left: 45px;
}

.titan-tab {
    display: none;
}

.titan-tab.active {
    display: block;
}

table {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

table td {
    padding: 6px 0;
    vertical-align: top;
}

.titan-btn {
    padding: 10px 20px;
    background: #d0a55e;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.titan-orders li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.custom_h5 h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.custom_fix_right {
    padding: 0px;
}

.product-small.box.has-hover.box-vertical.box-text-bottom .info_product {
    display: none;
}

.custom_row_col_3 .col:hover h3.section-title.section-title-normal {
    /* border-bottom: solid 1px var(--color-main-hover); */
    color: var(--color-main-hover);
}

.custom_row_col_3 .col-inner {
    background-image: url(images/icon-muiten.svg);
    background-size: 9%;
    background-position: top;
    background-position-x: 29px;
    background-position-y: 49px;
}

.custom_row_col_3 .col-inner:hover {
    background-image: url(images/muiten-hover.svg);
    background-size: 9%;
    background-position: top;
    background-position-x: 29px;
    background-position-y: 49px;
}

.overflow-auto {
    overflow: auto;
    display: flex;
    justify-content: center;
}

.max-content {
    width: max-content;
}

.search-results .menu_head_page {
    display: none;
}

header#header:hover {
    background: #fff;
}

header#header:hover a {
    color: rgba(74, 51, 14, 1);
}

header#header:hover .code-wp-social-svg {
    color: var(--color-black);
    transition: color 0.3s;
}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase li.menu-item:hover a.nav-top-link {
    color: var(--color-main) !important;
    /* border-bottom: solid 1px var(--color-main); */
}

.menu-item.active a {
    /* border-bottom: solid 1px var(--color-main); */
    color: var(--color-main) !important;
}

.custom_tacpham a.khampha-button.kp-outline span {
    color: #fff;
}

.woocommerce-message.message-wrapper {
    display: none;
}

.message-container.container.medium-text-center {
    font-size: 14px;
    font-weight: 500;
    color: #0000008a;
}

.custom_page_vechungtoi .last {
    color: #fff;
}

.titan-short-desc li p {
    margin-bottom: 0px;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: unset !important;
}

.nav-dropdown-has-border .nav-dropdown {
    border: unset !important;
    margin-top: -1px;
}

.type-product .product-small.box img {
    height: 319px;
    width: 100%;
    object-fit: cover;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 500;
    height: 35px;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.nav-pagination li:last-child {
    margin-right: 0;
    display: none;
}

.custom-text-x p {
    text-align: right;
}

.titan-cart-info .custom_flex {
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    gap: 20px;
}

p.product-price {
    margin-bottom: -5px;
}

.code-wp-social {
    display: flex;
    gap: 24px;
    align-items: baseline;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    gap: 8px;
}

.container.section-title-container {
    margin-bottom: 0px;
}

.section-title {
    margin-bottom: 0px;
}

.block-danh-muc .box-text {
    padding-bottom: 1.4em;
    padding-top: 20px;
    margin-bottom: -14px;
}

.block-danh-muc .flickity-page-dots {
    bottom: -12px;

}

ul.page-numbers.nav-pagination.links.text-center {
    display: flex;
    justify-content: center;
}

.slide_4o {
    padding: 0px 0px !important;
    right: -5px;
    position: relative;
}

.mobile-sidebar .nav-slide {
    padding-top: 0px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content .tabs li.active:before {
    border-bottom: solid 2px var(--color-main);
    padding-bottom: 37.7px;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
}

.tax-product_cat .menu_head_page span.separator,
.single-product .menu_head_page span.separator,
.single-post .menu_head_page span.separator,
.archive .menu_head_page span.separator,
.page-id-15 .menu_head_page span.separator,
.woocommerce-page .menu_head_page span.separator,
.page-template-page-blank .menu_head_page span.separator {
    color: rgba(74, 51, 14, 0.6);
}

.tax-bo_suu_tap .menu_head_page span.separator,
.page-id-198 .menu_head_page span.separator,
.custom_page_vechungtoi .menu_head_page span.separator {
    color: rgba(255, 255, 255, 0.6);
}

.custom_flex.custom_radio label {
    display: flex;
    align-items: center;
}

/* Ẩn radio mặc định */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    /* chỉnh kích thước cho đúng ảnh */
    height: 16px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    outline: none;
    cursor: pointer;
    background: var(--radio-bg);
    box-shadow: 0 0 0 0px var(--radio-outline) inset;
    border: 1px solid var(--radio-outline);
    /* Vòng tròn xám nhạt khi chưa chọn */
    transition: border-color 0.2s, box-shadow 0.2s;
    position: relative;
}

/* Khi checked: đổi outline + thêm chấm tròn giữa */
input[type="radio"]:checked {
    border: 1px solid var(--radio-color);
    box-shadow: 0 0 0 0px var(--radio-color) inset;
    background: var(--radio-bg);
}

/* Tạo chấm tròn ở giữa khi checked */
input[type="radio"]:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--radio-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Đảm bảo chấm tròn không xuất hiện khi chưa checked */
input[type="radio"]::after {
    content: '';
    display: none;
}

input[type="radio"]:checked::after {
    display: block;
}

.full-width-d.kp-bg::before,
.full-width-d.kp-bg::after {
    width: 103%;
    left: -1.5%;
}

.full-width-d.kp-outline::before,
.full-width-d.kp-outline::after {
    width: 103%;
    left: -1.5%;
}

.full-width-x.kp-bg::before,
.full-width-x.kp-bg::after {
    width: 104%;
    left: -2%;
}

.full-width-x.kp-outline::before,
.full-width-x.kp-outline::after {
    width: 104%;
    left: -2%;
}

a.button.primary.wc-backward {
    border-radius: 5px;
    font-weight: 500;
}

.header-wrapper.stuck {
    box-shadow: unset;
}

.code-wp-social a {
    margin-bottom: -5px;
}

.custom_row_col_3 h3.section-title.section-title-normal span.section-title-main {
    font-size: 28px;
    font-weight: 500;
    border-bottom: unset;
    line-height: 35px;
    padding-bottom: 24px;
}

.is_mobile {
    display: none !important;
}

.block-bosutap .box-vertical .box-text {

    padding-bottom: 0px;
}

.row-slider .flickity-page-dots {
    bottom: -4px;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div#wide-nav .flex-col.hide-for-medium.flex-center {
    width: 100%;
}

.section-title i.icon-angle-right {
    display: none;
}

.container.custom_container_bo_suu_tap {
    margin-bottom: 24px;
    margin-top: -6px;
}

.box-list-view .box .box-text,
.box-vertical .box-text {

    padding-bottom: 0px;
}

.row_quatangynghia ol.flickity-page-dots {
    bottom: 5px;
}



.fix_col_4 {
    flex-basis: 29%;
}

.fix_col_44 {
    flex-basis: 42%;
    max-width: 42%;
}

.tax-product_cat .container.custom_container_bo_suu_tap,
.tax-chat_lieu .container.custom_container_bo_suu_tap {
    margin-top: 2px;
}

.is_homes {
    padding-top: 25px !important;
}

.home .is_homes {
    padding-top: 85px !important;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 20px 0;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox span {
    width: 16px;
    height: 16px;
    border-radius: 0px;
    border: 1px solid rgba(74, 51, 14, 0.16);
    background: #fff;
    display: inline-block;
    position: relative;
    transition: border 0.2s, background 0.2s;
    margin-right: 16px;
    box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    border: 1px solid #d99043;
    background: rgba(209, 165, 95, 0.24);
}

.custom-checkbox span:after {
    content: '';
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked+span:after {
    display: block;
}

.custom-checkbox span:after {
    left: 2px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-left: 1.67px solid #d99043;
    border-bottom: 1.67px solid #d99043;
    border-radius: 0px;
    transform: rotate(-45deg);
    content: "";
}

.titan-product-gallery {
    max-width: 800px;
    margin: auto;
}

.titan-gallery-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.titan-gallery-main {
    flex: 1;
    position: relative;
}

.titan-main-image {
    position: relative;
    cursor: pointer;
}

.titan-main-image img {
    width: 100%;
}


.titan-gallery-thumbs {
    width: 100px;
    max-height: 564px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.titan-gallery-thumbs ul {
    overflow-y: hidden;
    max-height: 420px;
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-behavior: smooth;
}

.titan-gallery-thumbs li {
    margin-left: 0px !important;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;

}

.titan-gallery-thumbs li.active {
    border-color: var(--color-black);
    padding: 2px;
}

.titan-gallery-thumbs li img {
    width: 100%;
}

.titan-thumb-arrow {
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.titan-thumb-arrow:hover {
    opacity: 0.7;
}

.titan-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-top: 80px;
}

.titan-modal-content {
    max-width: 90%;
}

.titan-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

div#tab-description h1,
.entry-content.single-page h1 {
    font-size: 26px;
}

div#tab-description h2,
.entry-content.single-page h2 {
    font-size: 24px;
}

div#tab-description h3,
.entry-content.single-page h3 {
    font-size: 22px;
}

div#tab-description h4,
div#tab-description h5,
div#tab-description h6,
.entry-content.single-page h4,
.entry-content.single-page h5,
.entry-content.single-page h6 {
    font-size: 20px;
}

div#tab-description a {
    color: var(--color-main);
}

table.woocommerce-product-attributes.shop_attributes {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.fix_header_vechungtoi {
    position: relative;
    margin-top: -30px;
}

.text-left .section-title.section-title-center span {
    text-align: left !important;
    margin-left: 0px;
}

.titan-auth-wrapper .kp-bg::before,
.titan-auth-wrapper .kp-bg::after {
    width: 103%;
    left: -1.5%;
}


.custom_lich {
    position: relative;
    padding-right: 32px;
    /* chừa chỗ cho icon */
}

.custom_lich::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* Thêm icon giả lập bằng pseudo-element */
.custom_lich {
    background: url('images/icon-lich.svg') no-repeat right 8px center;
    background-size: 20px 20px;
}

.custom_checkbox_reg span {
    margin-right: 10px;
}

.custom_checkbox_reg .custom-checkbox span {
    border-radius: 4px;
}

.gender-wrap.custom_radio.custom_flex {
    margin-bottom: 10px;
    margin-top: 0px;
}

.titan-checkout-summary {
    margin-bottom: 30px;
}

.titan-checkout-products {
    margin-bottom: 20px;
}

.titan-checkout-product-item {
    display: -webkit-inline-box;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.titan-checkout-product-image {
    width: 142px;
}

.titan-checkout-product-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
}

.titan-checkout-product-info {
    flex-grow: 1;
}

.titan-product-name {

    text-transform: uppercase;
    margin-bottom: 5px;
}

form.checkout h3 {
    font-weight: 500;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 28px;
}

form.checkout.woocommerce-checkout .large-7.col {
    background: rgba(74, 51, 14, 0.06);
}

form.checkout.woocommerce-checkout label.required_field {
    font-size: 12px;
    font-weight: 400;
}

form.checkout.woocommerce-checkout input,
form.checkout.woocommerce-checkout select,
form.checkout.woocommerce-checkout textarea {
    box-shadow: unset;
    font-weight: 400;

}

button#place_order {
    background: #d1a55f;
    font-weight: 400;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(74, 51, 14, 0.6);
}

form.checkout.woocommerce-checkout p#order_comments_field label {
    font-size: 12px;
    font-weight: 400;
}

.woocommerce-checkout .menu_head_page,
.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout div#content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.has-border {
    border: unset;
    padding: 30px;
}

.woocommerce-checkout .woocommerce {
    margin-bottom: -50px;
}

.woocommerce-billing-fields {
    border-top: unset;
    padding-top: 15px;
}


.titan-product-qty {
    font-size: 14px;
    color: rgba(74, 51, 14, 0.6);
    font-weight: 400;
}

.titan-product-price span {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-main);
}

.titan-discount-section {
    margin-bottom: 20px;
}

.titan-discount-section input {
    flex: 1;
    padding: 10px;
    border: 1px solid rgba(74, 51, 14, 0.16);
    border-radius: 0;
    height: 50px;
    margin-right: 10px;
    box-shadow: unset;
    margin-bottom: 0px;
    font-weight: 400;
}

.titan-total-row td,
.titan-total-row th {
    border: unset;
}


.titan-totals {
    border-bottom: 1px solid rgba(74, 51, 14, 0.16);
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 15px;
}

.titan-total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.titan-total-final,
.titan-total-final span {
    font-weight: bold;
    color: var(--color-main);
    font-size: 18px;
}

.woocommerce-billing-fields__field-wrapper input {
    height: 48px;
}

.titan-total-row span.woocommerce-Price-amount.amount {
    color: var(--color-main);
}

table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: 17px;
    height: 17px;
    accent-color: #a7711b;
    cursor: pointer;
}

p#shipping_phone_field {
    font-size: 12px;
    font-weight: 400;
}

p#shipping_phone_field label {
    font-weight: 400;
}
.content_tab table {
    margin-bottom: 30px;
    margin-top: 30px;
}
div#mobileFixedAction {
    display: none;
}
button.ux-relay__button.ux-relay__load-more-button.button.primary.mb-0 {
    font-weight: 400;
    border-radius: 8px;
    font-size: 16px;
    text-transform: capitalize;
}
p#billing_email_field label {
    font-size: 12px;
    font-weight: 400;
}
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .ptb-title h1 {
        font-size: 28px;
		text-align: center;
    }
	
	div#mobileFixedAction {
		display: block !important;
	}

    .is_mobile {
        display: inline-block !important;
    }

    .is_desktop {
        display: none !important;
    }

    .custom-text-x p {
        text-align: center;
    }

    .info_product {
        position: absolute;
        top: -175px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        left: 0px;
    }

    .custom-wishlist-icon {
        right: 4px;
        position: relative;
    }

    .ptb-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .menu_head_page {
        margin-top: 10px;
    }

    .header-inner.flex-row.container.logo-center.medium-logo-center {
        margin-top: 0px;
        padding-top: 0px !important;
    }

    .footer-custom-logo .col-inner.text-right {
        text-align: center;
    }

    .bocongthuong {
        text-align: center;
        display: block;
        margin: 0px auto;
        position: relative;
        left: -27%;
    }

    .logo_footer:before {
        border-bottom: solid 1px rgba(255, 255, 255, 1);
        opacity: 0.25;
        content: "";
        position: absolute;
        width: 45px;
        height: 10px;
        bottom: -10px;
        right: 44%;
    }

    .slider-nav-light .flickity-page-dots .dot {
        border-color: rgba(74, 51, 14, 0.24);
    }

    h2.section-title.section-title-normal span.section-title-main,
    h2.section-title.section-title-center span.section-title-main {
        border-bottom: unset;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        font-size: 28px;
        font-weight: 500;
    }

    .section-title {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }

    .box.has-hover.has-hover.box-text-bottom h3 {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .tabbed-content {
        display: flex;
        grid-template-columns: 0fr 0fr;
        grid-template-rows: auto auto;
        gap: 10px;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        text-align: center;
    }

    h4.uppercase.text-right {
        text-align: center !important;
    }

    .tabbed-content ul.nav.nav-line-bottom.nav-uppercase.nav-size-normal.nav-right {
        display: flex;
        justify-content: center;
    }

    .block-bo-suu-tap .col-inner {
        text-align: center;
    }

    .line-icon-center {
        margin: 10px 0px !important;
    }

    .titan-gallery-thumbs ul li img {
        width: 80px;
        height: 60px;
        object-fit: cover;
    }

    p.name.product-title.woocommerce-loop-product__title a {

        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .overflow-auto {
        overflow: auto;
        display: block;
        justify-content: center;
    }

    .titan-search-modal {
        display: none;
        position: absolute;
        top: 40px;
        left: -35px;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        max-width: 400px;
        width: 400px;
        padding: 40px 36px;
        margin: 0;
        animation: fadeDropdown .2s;
    }

    .titan-account-wrapper {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }

    .titan-sidebar {
        width: 100%;
    }

    .titan-content {
        flex: 1;
        padding: 20px 20px;
        background: #fff;
        border: solid 1px rgba(74, 51, 14, 0.16);
        margin-left: 0px;
    }

    form#titan-edit-form .custom_flex {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        align-items: baseline;
        flex-direction: column;
    }

    #logo img {
        max-height: 70px !important;
    }

    img.header-logo-dark {
        padding-top: 10px;
    }

    h1.section-title.section-title-center span {
        font-size: 28px;
        color: rgba(209, 165, 95, 1);
        font-weight: 500;
        text-transform: uppercase;
    }


    button#titan_apply_coupon {
        width: 145px;
    }

    .mobile-text-center .box-text.text-left {
        text-align: center;
    }

    .wp_code_taxonomy .menu_head_page {
        position: absolute;
        z-index: 999;
        top: 0px;
        left: 10px;
    }

    .box-tac-gia {
        display: flex;
        align-items: center;
        background-color: rgba(209, 165, 95, 0.12);
        padding: 30px 20px;
        gap: 10px;
        position: relative;
    }

    .custom_post_lq .box-image img {
        height: 190px;
        object-fit: cover;
    }

    .type-product .product-small.box img {
        height: 190px;
        width: 100%;
        object-fit: cover;
    }

    /* xxxx */

    form#titan-edit-form .custom_flex,
    form#titan-register-form .custom_flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
    }

    form#titan-edit-form .custom_flex> :nth-child(1),
    form#titan-register-form .custom_flex> :nth-child(1) {
        grid-column: 1;

    }

    form#titan-edit-form .custom_flex> :nth-child(2),
    form#titan-register-form .custom_flex> :nth-child(2) {
        grid-column: 1;
    }

    form#titan-edit-form .custom_flex> :nth-child(3),
    form#titan-register-form .custom_flex> :nth-child(3) {
        grid-column: 2;
    }

    form#titan-edit-form .custom_flex> :nth-child(4),
    form#titan-register-form .custom_flex> :nth-child(4) {
        grid-column: 3;
    }

    .home i.icon-menu {
        color: #fff;
    }

    .home .stuck i.icon-menu {
        color: var(--color-black);
    }

    .custom-bg-left {
        background-image: url(images/logo-bg.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: top;
        background-size: 100%;
    }

    .custom-bg-right {
        background-image: url(images/logo-bg.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: top;
        background-size: 100%;
    }

    .btn_buy_flex {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        flex-direction: column;
    }

    .full-width-m {
        max-width: 100% !important;
    }

    .full-width-m.kp-bg::before,
    .full-width-m.kp-bg::after {
        width: 104%;
        left: -2%;
    }

    .full-width-m.kp-outline::before,
    .full-width-m.kp-outline::after {
        width: 104%;
        left: -2%;
    }



    .mfp-container {
        box-sizing: border-box;
        padding: 5px;
        position: absolute;
        text-align: center;
    }

    form#titan-edit-form label {
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }

    .toggle-password {
        position: absolute;
        right: 10px;
        top: 15px;
        cursor: pointer;
    }

    .titan-cart-header {
        padding: 32px 24px 0px 24px;
    }

    .titan-cart-footer {
        padding: 15px 24px;
    }

    .custom_flex_bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .titan-quantity {
        display: flex;
        border-radius: 0;
        border: solid 1px rgba(74, 51, 14, 0.16);
        order: 1;
    }

    .titan-cart-info .custom_flex {
        margin-bottom: -15px;
        display: flex;
        align-items: stretch;
        gap: 20px;
    }

    .titan-remove-item {
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        padding: 0px;
        margin-right: 0px;
    }

    .product-small.box.has-hover.box-vertical.box-text-bottom {
        display: flex;
        gap: 20px;
    }

    .product-small.box.has-hover.box-vertical.box-text-bottom .title-wrapper {
        padding-bottom: 10px;
    }

    .titan-cart-items {
        padding: 0px 25px;
    }

    .fix_col_4 {
        flex-basis: 100%;
    }

    .fix_col_44 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 3;
    }

    .row_quatangynghia ol.flickity-page-dots {
        bottom: 15px;
    }

    .custom-chatlieu4>.col:nth-child(1),
    .custom-chatlieu4>.col:nth-child(3) {
        padding-right: 7px;
    }

    .custom-chatlieu4>.col:nth-child(2),
    .custom-chatlieu4>.col:nth-child(4) {
        padding-left: 7px;
    }

    .custom-danhmuc4>.col:nth-child(1),
    .custom-danhmuc4>.col:nth-child(3) {
        padding-right: 7px;
    }

    .custom-danhmuc4>.col:nth-child(2),
    .custom-danhmuc4>.col:nth-child(4) {
        padding-left: 7px;
    }

    .custom-danhmuc2:nth-child(3) {
        padding-left: 7px;
    }

    .custom-danhmuc2:nth-child(2) {
        padding-right: 7px;
    }

    .block-bosutap .box-vertical .box-text {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .block-bosutap .product-small.box.has-hover.box-vertical.box-text-bottom {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .text-center-mobile {
        text-align: center;
    }

    .custom_checkbox_reg label.custom-checkbox {
        text-align: left;
    }

    div#product-filter-modal-content {
        padding: 24px;
    }

    .filter-actions {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .filter-actions button,
    .filter-actions a {
        width: 100%;
        max-width: 97%;
    }

    .custom_checkbox_reg label.custom-checkbox {
        display: block;

    }

    .custom_checkbox_reg .custom-checkbox span {
        border-radius: 4px;
        top: 3px;
    }

    ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-center li {
        width: 40%;
    }

    .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content .tabs li.active:before {

        left: 0px;
    }

    .menu_head_page {
        display: none;
    }

    .ptb-count.body2 {
        display: none;
    }
	.custom-product-badges {
		visibility: hidden;
	}
	span.custom-badge {
		display: none;
	}
	.max-content {
		width: max-content;
		margin: 0px auto;
	}
	.custom-text-h1 h1 {
		font-size: 68px;
	}
}

@media screen and (max-width: 768px) {
    .titan-gallery-container {
        flex-direction: column;
    }

    .titan-gallery-thumbs {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        max-height: none;
    }

    .titan-gallery-thumbs ul {
        display: flex;
        flex-direction: row;
        overflow-y: hidden;
        overflow-x: auto;
        max-height: none;
    }

    .titan-gallery-thumbs li {
        margin: 0 5px;
    }

    .titan-thumb-arrow {
        display: none;
    }
}