/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'UTM-NguyenHa';
    src: url('assets/fonts/nguyenha/UTM-NguyenHa.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('assets/fonts/be-vietnam-pro/QdVPSTAyLFyeg_IDWvOJmVES_Hw3BXo.woff2') format('woff2');
    font-weight: 400;
    font-weight: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('assets/fonts/Cinzel/Cinzel-Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'UTM Bitsumishi Pro';
    src: url('assets/fonts/bitsumishi/UTM-Bitsumishi-Pro.ttf') format('truetype');
    font-weight: normal;
}

:root {
    --fs-color-third: rgba(155, 186, 194, 1);
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 6 Free';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.6rem !important;
    line-height: 1.5;
}

.mfp-ready .mfp-close {
    opacity: 1;
    mix-blend-mode: normal;
}

.alt-font-2,
.alt-font-2 * {
    font-family: 'UTM-NguyenHa', sans-serif !important;
    font-weight: 400;
}

.alt-font-3,
.alt-font-3 * {
    font-family: 'UTM Bitsumishi Pro', sans-serif !important;
    font-weight: 400;
}

.breakthrough-text {
    font-size: 5rem !important;
    font-weight: 400 !important;
}

h1 {
    font-size: 1.875em;
}

h2,
h2.section-title {
    font-size: 1.5em;
}

.biggest h2 {
    font-size: 3.125em;
}


.bigger h2 {
    font-size: 1.875em;
}

p {
    margin-bottom: 2rem;
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}

.dark .widget a,
.dark a {
    color: var(--color-white);
}

.has-hover .bg, .has-hover [class*=image-] img {
    transition: filter .6s, opacity 0.3s, transform .6s, box-shadow .3s;
}


.show-all-items .flickity-slider > * {
    opacity: 1 !important;
}

.gap-2 > .slider {
    margin-left: -1rem;
    margin-right: -1rem;
}

.gap-2 .flickity-slider > * {
    padding: 0 1rem !important;
}

.pb-3 {
    padding-bottom: 3rem;
}

.slider-pb-3 .slider {
    padding-bottom: 3rem;
}

.slider-pb-5 .slider {
    padding-bottom: 5rem;
}

.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right > .col-inner {
    margin-right: 0 !important;
    margin-left: auto !important ;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-black);
}

.swal2-popup {
    font-size: 1em !important;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

.page-header-wrapper .is-xlarge .entry-title {
    font-size: 4.4rem;
}

.page-header-wrapper .is-large .entry-title {
    font-size: 3rem;
    margin-bottom: 2rem !important
}

.page-header-wrapper .entry-title {
    text-transform: uppercase;
}

.page-header-wrapper .page-title-sub {
    color: var(--color-white);
    opacity: 1;
}

.page-header-wrapper .lead {
    color: var(--color-white);
    font-size: 1.8rem;
    font-family: 'Roboto Condensed', san-serif;
    position: relative;
}

.page-header-wrapper .lead::before,
.page-header-wrapper .lead::after {
    content: '';
    width: 2.5rem;
    display: inline-block;
    height: 0.2rem;
    background-color: var(--color-white);
    position: relative;
    top: -0.5rem;
    margin: 0 2rem;
}

.page-header-wrapper .title-breadcrumbs {
    padding: 0;
}

.page-header-wrapper .title-overlay {
    background-color: transparent !important;
    background: linear-gradient(to bottom, var(--fs-color-primary) 20%, transparent 100%);
}

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

.section-title-normal {
    border-bottom: 0;
}

.text-right .section-title-normal {
    justify-content: end;
}

.text-left .section-title-normal {
    justify-content: start;
}

.text-center .section-title-normal {
    justify-content: center;
}

.section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.lowercase .section-title span {
    text-transform: initial;
}

.section-title {
    margin-bottom: 1.5rem;
}

.section-title.section-title-center {
    justify-content: center;
}
.section-title b {
    display: none;
}
.section-title-center span {
    margin: 0;
}
.icon-box-left.more-gap .icon-box-img + .icon-box-text {
    padding-left: 4rem;
}



.video-button-wrapper {
    container-type: inline-size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-button-wrapper .button {
    background: url(/wp-content/uploads/2025/03/youtube-btn.png) no-repeat center / 100% auto;
    border: none;
    border-radius: 0 !important;
    width: 11rem;
    height: 11rem;
}

.video-button-wrapper .button:hover {
    transform: scale(1.05);
}

@container (max-width: 849px) {
    .video-button-wrapper .button {
        width: 8rem;
        min-width: 8rem;
        height: 8rem;
    }
}

@container (max-width:549px) {
    .video-button-wrapper .button {
        width: 6rem;
        min-width: 6rem;
        height: 6rem;
    }
}

.video-button-wrapper .button .icon-play {
    display: none !important;
}

.timeline-wrapper {
    scrollbar-width: thin;
}
.timeline-wrapper .timeline-item {
    position: relative;
    padding-top: 5rem;
}

.timeline-wrapper .timeline-item:first-child {
    padding-top: 8rem;
}

.timeline-wrapper .timeline-item::before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 100%;
    background-color: #e6e6e6;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.timeline-wrapper .timeline-item::after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 10rem;
    background-color: var(--fs-color-primary);
    left: 50%;
    top: 3rem;
    transform: translateX(-50%);
}
.timeline-wrapper .timeline-item:first-child::after {
    top: 5rem;
}

.timeline-wrapper .timeline-item .timeline-box {
    display: flex;
    align-items: flex-start;
}

.timeline-wrapper .timeline-item.right .timeline-box {
    flex-direction: row-reverse;
}

.timeline-wrapper .timeline-item.right .timeline-box .timeline-box-img {
    padding-left: 6rem;
    padding-right: 0;
}

.timeline-wrapper .timeline-item.right .timeline-box .timeline-box-text {
    padding-right: 6rem;
    padding-left: 0;
    text-align: right;
    position: relative;
}

.timeline-wrapper .timeline-item .timeline-box .timeline-box-img {
    width: 50%;
    padding-right: 6rem;
}

.timeline-wrapper .timeline-item .timeline-box .timeline-box-text {
    width: 50%;
    position: relative;
    font-size: 1em;
    padding: 0 0 0 6rem;
}

.timeline-wrapper .timeline-item .timeline-box .timeline-box-text::before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: var(--color-white);
    border: 0.5rem solid var(--fs-color-primary);
    border-radius: 50%;
    left: 0;
    top: 1.6rem;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.timeline-wrapper .timeline-item .timeline-box .timeline-box-text::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 0.4rem;
    background-color: var(--fs-color-primary);
    z-index: 3;
    left: 2rem;
    top: 1.6rem;
    transform: translate(-50%, -50%);
}

.timeline-wrapper .timeline-item.right .timeline-box .timeline-box-text::before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: var(--color-white);
    border: 0.5rem solid var(--fs-color-primary);
    border-radius: 50%;
    right: 0;
    left: auto;
    top: 1.6rem;
    transform: translate(50%, -50%);
    z-index: 2;
}

.timeline-wrapper .timeline-item.right .timeline-box .timeline-box-text::after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 0.4rem;
    background-color: var(--fs-color-primary);
    z-index: 3;
    left: auto;
    right: 2rem;
    top: 1.6rem;
    transform: translate(50%, -50%);
}

.timeline-wrapper .timeline-item .timeline-year {
    font-size: 2.4rem;
    color: var(--fs-color-secondary);
    margin: 0 0 1.5rem;
}

.timeline-wrapper .timeline-item h4 {
    margin-bottom: 3rem;
}
.box-text {
    font-size: 1em;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.person-name {
    font-size: 2rem;
    color: var(--color-black);
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.person-title {
    font-size: 1.6rem;
    color: var(--fs-color-primary);
    opacity: 1;
    text-transform: initial;
}

.rank-math-breadcrumb {
    font-size: 1.5rem;
    line-height: 1.5;
    text-transform: inherit;
    color: var(--color-white);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb p {
    color: var(--color-white);
}

.rank-math-breadcrumb .last {
    font-weight: 400;
}

.rank-math-breadcrumb a:hover {
    color: var(--fs-color-secondary);
}

.image-glow {
    overflow: hidden;
}

pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 20px;
}

.image-glow:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.image-glow:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-glow img {
    filter: brightness(1) !important;
}

.image-grayscale.image-glow:hover img {
    filter: brightness(1) grayscale(100%) !important;
}

.img-full-height,
.img-full-height * {
    height: 100%;
    object-fit: cover;
}

.row-full-width .container {
    max-width: 100%;
}

/*************** HEADER ***************/

#header #top-bar .slider-wrapper .loading-spin {
    display:none;
}

#header .nav-line-bottom > li > a:before,
#header .nav-line-grow > li > a:before,
#header .nav-line > li > a:before {
    height: 0.1rem;
}

#header .header-contact a {
    font-size:1.3rem;
}

#header .header-contact i {
    
}

#header .header-contact i:before {
    width:1.6rem;
    height:1.6rem;
    display:inline-block;
    content:'';
    background:url(/wp-content/uploads/2025/05/icon-phone.png) no-repeat center/ auto 100%;
} 

#header .header-contact i.icon-envelop:before {
    background:url(/wp-content/uploads/2025/05/icon-send-mail.png) no-repeat center/ auto 100%;
}
#header .header-contact i.icon-map-pin-fill:before {
    background:url(/wp-content/uploads/2025/05/icon-map-pin.png) no-repeat center/ auto 100%;
}   

.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: #788193;
}

#header .nav-icon .icon-menu:before {
    content: unset;
}


#header .wlfmc-header-counter-item  {
    margin-right:1.5rem !important;
}


#header .nav-icon .icon-menu {
    width: 4rem;
    height: 4rem;
    display: block;
    background: url(/wp-content/uploads/2025/05/menu-icon.png) no-repeat center / 2rem auto;
}

#header .nav-dark .nav-icon .icon-menu,
#header.transparent .nav-icon .icon-menu {
    background-image: url(/wp-content/uploads/2025/05/menu-icon-white.png);
}

#header #top-bar {
    font-size: 1.4rem;
    display: none !important;
    background-color: transparent !important;
}

.home #header #top-bar {
    display: flex !important;
}

#header #top-bar:after {
    content:'';
    position:absolute;
    left:1.5rem;
    right:1.5rem;
    bottom:0;
    display:block;
    height:0.1rem;
    background-color:#d9d9d926;
}

.home #header .stuck #top-bar {
    display: none !important;
}

.home #header {
    background: linear-gradient(to bottom, #04122f 0%, #060f21 100%);
}

#header #top-bar .flex-col {
    max-width: 30rem;
    margin: 0 auto;
}

#header #top-bar .flex-col.flex-center {
    flex: 1;
    max-width: 100%;
}
#header #top-bar .flex-col.flex-center .slider-wrapper {
    max-width: 40rem;
    margin: 0 auto;
}

#header .slider-wrapper .flickity-prev-next-button {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) !important;
    width: 36px;
}

#header #top-bar .slider-wrapper .flickity-prev-next-button {
    width: 1.6rem;
}

#header .cart-item img {
    max-width: 2.4rem;
}

#header .icon-search::before {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: url(/wp-content/uploads/2025/05/iconoir_search.png) no-repeat center / 100% auto;
    display: inline-block;
    position: relative;
}


#header .nav-dark .icon-search::before,
#header.transparent .icon-search::before {
    background: url(/wp-content/uploads/2025/05/iconoir_search_wwhite.png) no-repeat center / 100% auto;
}

#header .icon-user::before {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: url(/wp-content/uploads/2025/05/proicons_person-2.png) no-repeat center / 100% auto;
    display: inline-block;
    position: relative;
}

#header .wlfmc-counter-icon i::before {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: url(/wp-content/uploads/2025/03/gridicons_heart-outline.png) no-repeat center / 100% auto;
    display: inline-block;
    position: relative;
}


#header .nav-dark  .wlfmc-counter-icon i::before,
#header.transparent .wlfmc-counter-icon i::before {
    background: url(/wp-content/uploads/2025/05/gridicons_heart-outline_white.png) no-repeat center / 100% auto;
}

#header .cart-item i::before {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: url(/wp-content/uploads/2025/05/mynaui_cart-plus.png) no-repeat center / 100% auto;
    display: inline-block;
    position: relative;
}


#header  .nav-dark  .cart-item i::before,
#header.transparent .cart-item i::before {
    background: url(/wp-content/uploads/2025/05/mynaui_cart-plus-white.png) no-repeat center / 100% auto;
}

[data-icon-label]:after {
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    color: var(--color-black);
    content: attr(data-icon-label);
    font-family: inherit !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    height: 2.4rem;
    letter-spacing: -0.5px;
    line-height:2.4rem;
    min-width: 2.4rem;
    opacity: 1;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    right: -14px;
    text-align: center;
    top: -16px;
    transition: transform 0.2s;
    z-index: 1;
    border:none;

}

.icon-shopping-cart[data-icon-label]:after,
.header-cart-icon[data-icon-label]:after {
    background-color: var(--fs-color-secondary) !important;
}

.wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-counter-number.position-top-left,
.wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-counter-number.position-top-right {
    background-color: var(--fs-color-secondary);
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    content: attr(data-icon-label);
    font-family: inherit !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    height: 2.4rem;
    letter-spacing: -0.5px;
    line-height: 2.4rem;
    min-width: 2.4rem;
    opacity: 1;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    right: -14px;
    text-align: center;
    top: -16px;
    transition: transform 0.2s;
    z-index: 1;
   border:none;
     color: var(--color-black);
}

.transparent .wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-counter-number.position-top-left,
.transparent .wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-counter-number.position-top-right {
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
    color: var(--color-black);
}

#header .nav-dropdown {
    color: var(--color-black);
    top: 4rem !important;
}


#header #masthead .container{
    max-width: 100% !important
}


#header #masthead .nav-left .nav {
    justify-content: flex-start;
}

#header #masthead .nav-right .nav {
    justify-content: flex-end;
}

#wide-nav .nav > li > a {
    font-size: 1.4rem;
    color:var(--color-white);

}

#wide-nav .nav-dropdown > li > a {
        white-space:nowrap;
}

.flex-left .nav-spacing-xlarge > li {
    margin: 0 2rem;
}

#header .tabbed-content .nav {
    min-width: 28rem;
    max-height: 51rem;
    overflow-y: auto;
    scrollbar-width: thin;
}

#header .tabbed-content .cat-name {
    font-size:1.6rem;
    font-weight:500;
    margin-bottom:0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .tabbed-content .nav li a {
    font-size: 1.5rem;
    min-height: 5rem;
    border-radius: 0;
    text-transform: initial;
    color: #234149;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .tabbed-content .nav li a:after {
    content: '\f054';
    font-family: var(--FontAwesome);
    font-weight: bold;
    font-size: 1rem;
}

#header .tabbed-content .nav li.active a {
    color: var(--color-white);
}

#header .tabbed-content .tab-panels {
    max-height: 51rem;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 2rem;
}
#header .tabbed-content .tab-panels .row {
    margin-left: 0;
    margin-right: 0;
}

#fanpage-vr .phone-vr a:after {
    content: 'Messenger';
    height: 6rem;
    display: block;
    line-height: 6rem;
    white-space: nowrap;
    margin-left: 7rem;
}
#fanpage-vr .phone-vr img {
    display: none;
}

#fanpage-vr .phone-vr-img-circle {
    background: url(/wp-content/uploads/2025/05/messenger-icon.png) no-repeat 1.5rem center / 2.8rem auto;
}

#zalo-vr .phone-vr a:after {
    content: 'Zalo';
    height: 6rem;
    display: block;
    line-height: 6rem;
    white-space: nowrap;
    margin-left: 7rem;
}

#zalo-vr .phone-vr img {
    display: none;
}

#zalo-vr .phone-vr-img-circle {
    background: url(/wp-content/uploads/2025/05/zalo-icon.png) no-repeat 1rem center / 4.8rem auto;
}


#promotion-vr .phone-vr a:after {
    content: 'Khuyến mãi';
    height: 6rem;
    display: block;
    line-height: 6rem;
    white-space: nowrap;
    margin-left: 7rem;
}



#promotion-vr .phone-vr-img-circle img {
    left: 16%
}

#phone-vr .phone-vr a:after {
    content: 'Hotline';
    height: 6rem;
    display: block;
    line-height: 6rem;
    white-space: nowrap;
    margin-left: 7rem;
}

#phone-vr .phone-vr img {
    display: none;
}

#phone-vr .phone-vr-img-circle {
    background: url(/wp-content/uploads/2025/05/phone-call.png) no-repeat  1.5rem center / 3rem auto;
}

#button-contact-vr .button-contact .phone-vr {
    width: 180px;
    height: 60px;
}

.phone-vr-circle-fill {
    width: 180px;
    height: 60px;
    top: 0;
    left: 0;
    animation: none;
    border-radius: 0;
    background-color: transparent !important;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 180px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    animation: none;
    border-radius: 0;
    background: transparent;
    background-color: transparent !important;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    top: 50%;
    left: auto !important;
    right: 0;
    transform: translate(12rem, -50%);
    height: fit-content;
}

#w2w-widget-flyout {
    font-family: inherit;
}

#button-contact-vr a {
    width:100%;
    position:relative;
    color:#fff;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: 0;
    margin-bottom: 1rem;

    background-color: var(--fs-color-primary);
    width: 18rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-white);
    font-family: inherit;
    transition: all 0.3s;
}

#button-contact-vr .button-contact:hover {
    transform: translateX(-12rem);
    background-color: var(--fs-color-secondary);
}

.phone-bar a {
    display: none;
    position: absolute;
    margin-top: -60px;
    left: 15px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background-color: transparent !important;
}

#header [data-icon-label]:after {
    background-color: var(--fs-color-secondary)!important;
}

#header .nav   li {
    position:relative;
}


#header .sub-menu  li:hover .sub-menu  {
     display:block !important;
}

#header .sub-menu .sub-menu {
    display:none !important;
    position:absolute;
    right:0;
    top: -2rem !important;
    transform:translateX(100%);
    background-color: var(--color-white);
    padding: 2rem 0;
}

.nav-dropdown>li.menu-item-has-children > a {
    position:relative;
        padding-right: 4rem;
}

.nav-dropdown>li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: var(--FontAwesome);
    font-weight: bold;
    color: currentColor;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}


.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    display: block;
    min-width: 160px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-transform: initial;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: var(--color-black);
}

/*************** END HEADER ***************/

/*************** FOOTER ***************/
.absolute-footer {
    color: rgb(0 0 0);
    font-size: 1em;
    padding: 10px 0 15px;
}

#footer .newsletter-form-col .flex-row.form-flat .flex-col {
    padding-right: 0px;
}

#footer .newsletter-form-col .form-flat input:not([type='submit']) {
    background-color: transparent !important;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    border: 0.1rem solid var(--fs-color-secondary);
    padding: 0 1rem;
    border-right: 0;
}

#footer .newsletter-form-col input[type='submit'].button {
    background-color: var(--fs-color-primary);
}

#footer .newsletter-form-col .wpcf7-submit {
    background: transparent url(/wp-content/uploads/2025/03/send-icon.png) no-repeat 2rem center / 2rem auto;
    box-shadow: none !important;
    border: none;
    margin: 0;
    white-space: nowrap;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.4rem;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 0;
    padding: 0 2rem 0 5rem;
    line-height: 4.8rem;
}

#footer .footer-top-section .icon-box h3 {
    font-size: 3.6rem;
}

#footer .footer-top-section .icon-box .icon-box-text {
    font-size: 1.8rem;
}

#footer .ux-menu a {
    color: #575757;
}

.ux-logo.no-padding .ux-logo-link {
    padding: 0 !important;
}

/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/

.products-section .row.equalize-box  {
        max-width: 1700px !important;
}
.hero-section .banner {
    min-height: 48rem;
    position: relative;
}

.hero-section .banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    top: 0rem;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, #04102a 0%, rgba(0, 0, 0, 0) 100%);
}
.text.cross {
    width: 5rem;
    height: 5rem;
    position: relative;
}

.text.cross::before,
.text.cross::after {
    content: '';
    position: absolute;
    width: 5rem;
    height: 0.2rem;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.text.cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hero-section .banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, #05183f 0%, rgba(0, 0, 0, 0) 100%);
}

/* .slider-nav-circle .flickity-page-dots .dot {
    width:6px !important;
    height: 6px !important;
    border:none;
    background-color: #D9D9D9;
    position: relative;
    margin: 0 1rem;
}

.slider-nav-circle .flickity-page-dots .dot:after {
    content:'';
    position: absolute;
    width:2rem;
    height: 2rem;
    border-radius: 50%;
    border:0.1rem solid transparent;
    top: -0.7rem;
    left: -0.7rem;
} */




.slider-nav-circle .flickity-page-dots .dot.is-selected {
    background-color: #5d78b0 !important;
}


.slider-nav-circle .flickity-page-dots .dot.is-selected:after {
    border-color: #5d78b0 !important;
}

.flickity-page-dots {
    left: 15px;
    right: 15px;
}

.flickity-page-dots .dot {
    border: 3px solid #111;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    transition: opacity 0.3s;
    position: relative;
}

.slider-nav-dots-dashes .flickity-page-dots {
    display: flex;
    left: 10px;
    right: 10px;
}

.slider-nav-dots-dashes .flickity-page-dots .dot {
    flex: 1;
    border-radius: 0;
    margin: 0 !important;
    height: 0.3rem !important;
    background-color: #000 !important;
}

.slider-nav-dots-dashes .flickity-page-dots .dot.is-selected  {
    background-color: #000 !important;
}

.flickity-prev-next-button {
    width: 4rem;
}

#main .flickity-enabled .flickity-button {
    opacity: 1;
    z-index: 99;
}
.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--fs-color-primary);
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    border: 1px solid;
}

.slider-nav-circle .flickity-button-icon {
    padding: 28% !important;
    background-color: #fff;
    border: none !important;
    box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}

/*.slider-nav-circle.row .flickity-button-icon {*/
/*    padding: 28%;*/
/*    background-color: #fff;*/
/*    border: none;*/
/*    box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);*/
/*}*/

.flickity-page-dots .dot.is-selected {
    background-color: var(--color-black);
}

.hero-section .banner h2 {
    font-size: 4.4rem;
    /*font-family: 'Cinzel', serif;*/
}

.hero-section .banner .lead-text p {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    /*font-family: 'Cinzel', serif;*/
}

.white {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}

.button.is-large {
    font-size: 1.8rem;
    min-height: 5rem;
    line-height: 4.6rem;
    min-width: 17.2rem;
}

.container.section-title-container {
    max-width:100%;
}

.button-white-styled.button.white::before {
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0.2rem solid var(--color-white);
    position: absolute;
    top: -0.6rem;
    left: -0.6rem;
    z-index: -1;
}

.collections-section .flickity-slider > .row {
    padding:0.1rem;
}

.collections-section .box .box-text{

    padding:2rem 4rem 5rem;
}

.collections-section .box h3 {
    font-size: 3rem;
}


.collections-section .box .button ,
.collections-section .banner .button {
    font-size: 1.5rem;
    color: #979797 !important;
    font-weight: 300;
    margin-top: 0;
    opacity: 1;
    min-height: auto;
    line-height: 4rem;
    text-transform:initial;
}

.reveal-icon span {
     transform: unset !important 
}

.reveal-icon:not(:hover) i {
    display:none;
}

.collections-section .banner .play-pause-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background: transparent;
    z-index: 999;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.collections-section .box .button:hover,
.collections-section .banner .button:hover {
    color: var(--color-white) !important;
}


.collections-section .box .button:after,
.collections-section .banner .button:after {
    content:'';
    width:100%;
    height:0.1rem;
    position:absolute;
    bottom:0;
    left:0;
    background-color:currentColor;
}

.collections-section  .flickity-enabled .flickity-button .flickity-button-icon{
    background-color:var(--color-white) !important;
    background-size: 60% auto !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.collections-section  .flickity-enabled .flickity-button.previous .flickity-button-icon {
    background-image: url(/wp-content/uploads/2025/05/arrow-left-dark.png);
    
}

.collections-section  .flickity-enabled .flickity-button.next .flickity-button-icon {
    background-image: url(/wp-content/uploads/2025/05/arrow-dark.png);
}

.collections-section  .flickity-enabled .flickity-button .flickity-button-icon,
.collections-section  .flickity-enabled .flickity-button .flickity-button-icon path{
    fill:transparent !important
}


.collections-section .uxb-wrapper--video_button,
.collections-section .video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.brands-section .section-title a {
    color: transparent;
    z-index: -5;
}

.brands-section .box .header-title {
       font-size:1.8rem;
}


.inner-section .section-bg::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    background-color: #d9d9d9;
    z-index: 1 !important;
    left: 1rem;
    z-index: 1000000;
    top: 1rem;
    bottom: 1rem;
}

.inner-section .section-bg::after {
    content: '';
    position: absolute;
    background-color: #d9d9d9;
    height: 0.1rem;
    z-index: 1 !important;
    left: 1rem;
    z-index: 1000000;
    right: 1rem;
    bottom: 1rem;
}

.inner-section .section-bg-overlay::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    background-color: #d9d9d9;
    z-index: 1 !important;
    right: 1rem;
    z-index: 1000000;
    top: 8rem;
    bottom: 1rem;
}

.inner-section .section-bg-overlay::after {
    content: '';
    position: absolute;
    background-color: #d9d9d9;
    height: 0.1rem;
    z-index: 1 !important;
    left: 1rem;
    z-index: 1000000;
    right: 16rem;
    top: 1rem;
}

.inner-section .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.flickity-button .flickity-button-icon {
    padding: 28% !important;
}

.rubber-strap-section ol {
    list-style: none;
    text-align: center;
}

.rubber-strap-section ol li {
    display: inline-block;
    margin-left: 4rem;
}

.rubber-strap-section ol li:first-child {
    margin-left: 0;
}

.rubber-strap-section ol li a {
    color: var(--color-black);
    position: relative;
    padding: 1rem 0;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.rubber-strap-section ol li a::after {
    content: '®';
    font-size: 0.8rem;
    vertical-align: super;
    margin-left: 0.2rem;
    display: inline-block;
}

.rubber-strap-section ol li a:before {
    content: '';
    display: block;
    height: 0.2rem;
    background-color: #01091a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s;
}

.rubber-strap-section ol li a:hover:before {
    width: 100%;
}

.tabbed-content {
    justify-content: space-between;
    gap: 2rem;
}

.tabbed-content > h4 {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    color: #234149;
    font-size: 3rem;
    line-height: 1.5;
}

.tabbed-content .nav {
    width: auto;
}

.tabbed-content.woocommerce-tabs .nav {
    width: 100%;
}

.tabbed-content .nav-outline > li > a {
    border-radius: 0;
}

.tab-panels {
    padding-top: 5rem;
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
    color: var(--color-black);
}

.tabbed-content .nav-outline > li > a {
    opacity: 50%;
}

.tabbed-content .nav-outline > li:hover > a,
.tabbed-content .nav-outline > li.active > a {
    opacity: 100%;
}

.button.loading{
    background-image: unset !important;
}

.button.loading:after {
    animation: spin .5s linear infinite;
    border: 1px solid var(--fs-color-primary);
    border-bottom-color: transparent !important;
}


.widget_shopping_cart ul.product_list_widget li a:not(.remove) {
    font-size: 1.4rem;
}

a.icon-remove, a.remove {
    border: 1px solid;
    border-radius: 100%;
    color: #555;
    display: block;
    font-size: 14px !important;
    font-weight: 700;
    height: 18px;
    line-height: 16px !important;
    text-align: center;
    width: 18px;
}


.quantity input[type=number] {
    height: 4rem;
}



.widget_shopping_cart .quantity input[type=number] {
    height: 3.2rem;
}



.widget_shopping_cart .quantity .button.minus,
.widget_shopping_cart .quantity .button.plus {

    height: 3.2rem;
    min-height: 3.2rem;
    box-shadow: none;
    line-height: 3rem;
}

.button.line-button {
    font-size: 1.6rem;
}

.button.line-button::before {
    content: '';
    width: 3rem;
    height: 0.3rem;
    background-color: currentColor;
    display: inline-block;
    position: relative;
    top: -0.4rem;
    margin-right: 0.5rem;
}



.strap-search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.search-group {
    display: flex;
    padding: 1rem;
}

.search-group label {
    white-space: nowrap;
    position: relative;
    font-weight: 400;
    top: 2rem;
}
.search-group select {
    border: none;
    flex: 1 1 auto;
    background-color: transparent;
    color: var(--color-white);
    padding: 1rem 5rem 1rem 3rem;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 0.1rem solid var(--color-white);
    height: 6rem;
    margin-left: 1rem;
    font-size: 2rem;
}

.dark .select-resize-ghost,
.dark .select2-container .select2-choice,
.dark .select2-container .select2-selection,
select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.search-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem 2.4rem;
    width: 100%;
    margin-top: 3.5rem;
}
.button {
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    min-height: 5rem;
    line-height: 4.8rem;
}

.button.is-outline {
    line-height: 4.6rem;
}

.button.has-line.is-link {
    padding-left: 3rem;
    padding-right: 3rem;
}

.button.has-line.is-link:after {
    content: '';
    height: 0.4rem;
    width: 100%;
    background-color: #5d78b0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    left: 0;
}

.btn-dark {
    background-color: #234149;
    color: white;
}
.button.secondary {
    color: #234149;
}

.testimonials-section .section-bg {
    background: linear-gradient(to bottom, #e5eeff 0%, #fff 100%);
}

.testimonials-section .section-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    background: url(/wp-content/uploads/2025/05/reviews.png) no-repeat center top / 96rem auto;
    z-index: 1;
    left: 0;
    z-index: 1;
    top: 10rem;
    /* bottom: 1rem; */
    /* inset: 0; */
    height: 100%;
}

.testimonials-section .section-bg::before .home {
    top: 16rem;
}

.testimonials-section .testimonials-row .flickity-slider > .row {
    opacity: 1 !important;
    padding: 0 4.5rem 2rem;
}

.testimonials-section .testimonials-row .flickity-slider > .row > .col > .col-inner {
    padding: 8rem;
}

.testimonials-section .flickity-page-dots {
    display: none;
}

.testimonials-section .testimonials-row .flickity-slider > .row > .col > .col-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: -1;
    border: 0.1rem solid transparent;
}

.testimonials-section .testimonials-row .flickity-slider > .row > .col > .col-inner:hover::after {
    transform: translate(2rem, 2rem);
    border-color: var(--fs-color-primary);
}

.testimonials-section .testimonial-box {
    position: relative;
}

.testimonials-section .testimonial-box .icon-box-img {
    position: absolute;
    bottom: 0;
    max-width: 6rem !important;
    margin: 0;
}

.testimonials-section .testimonial-box .testimonial-meta {
    height: 6rem;
    padding: 1rem 15rem 1rem 8rem;
    display: flex;
    align-items: center;
    margin-top: 3rem;
    position: relative;
}

.testimonials-section .testimonial-box .testimonial-text {
    font-style: normal !important;
}

.testimonials-section .testimonial-box .testimonial-text h3 {
    font-size: 2.8rem;
    color: var(--color-black);
    margin: 2rem 0;
}

.testimonials-section {
    counter-reset: testimonials-counter;
}

.testimonials-section .flickity-slider .row .testimonial-meta::before {
    counter-increment: testimonials-counter;
    content: '0' counter(testimonials-counter);
    color: transparent;
    -webkit-text-stroke: 1px var(--fs-color-third);
    font-size: 13rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-section .flickity-button {
    opacity: 1 !important;
}

.testimonials-section .flickity-button.previous {
    left: 22%;
}

.testimonials-section .flickity-button.next {
    right: 22%;
}
.testimonials-section .testimonials-row .flickity-viewport {
    min-height: var(--minHeight) !important;
}

.testimonials-section .testimonials-row .flickity-slider > .row {
    min-height: 100%;
}

.testimonials-section .testimonials-row .flickity-slider > .row > .col {
    height: 100%;
}

.testimonials-section .testimonials-row .flickity-slider > .row .col > .col-inner {
    height: 100%;
}

.product-reviews-wrapper .load-more .button {
    min-width: 17rem;
    text-transform: inherit;
    font-size: 1.5rem;
}

.product-reviews {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
}

.product-reviews > .review-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.product-reviews .review-item  .plain {
    box-shadow: 0.2rem 0.5rem 1.5rem 0 rgba(165, 178, 203, 0.41);
}
.product-reviews .review-item > .plain .review-content {
    background-color: var(--color-white);
    padding: 3rem 2rem;
}



.product-reviews .review-item .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.product-reviews .review-item .content {
    font-weight: 300;
    
    display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.product-reviews .review-item .name {
    color: #5d78b0;
    font-weight: 300;
}



/*.review-item  .review-popup {*/
/*    display:flex;*/
/*    align-items:flex-start;*/
/*    gap:3rem;*/
/*}*/

/*.review-item  .review-popup .review-image {*/
/*    flex-basic:40%;*/
/*    max-width:40%;*/
/*}*/

/*.review-item .review-popup .review-image {*/
/*    flex-basic:60%;*/
/*    max-width:60%;*/
/*}*/


.review-popup {
    padding: 30px 10px 0px 10px;
}

.review-popup .product-reference {
    gap: 2rem;
    margin-top:6rem;
} 

.review-popup .product-reference .product-details .product-name {
    font-size:18px;
    font-weight:500;
}

.review-popup .product-reference .product-details .button {
        min-height: 3.6rem;
    height:  3.6rem;
    line-height:  3.6rem;
    border: none;
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
    border-radius: 6px;
}

.review-popup .review-content {
        font-size: 18px;
    max-height: 15rem;
    overflow-y: auto;
    scrollbar-width: thin;

}
.box-shadow-1,
.row-box-shadow-1 .col-inner {
    box-shadow: rgba(0, 0, 0, 0) 5px 9px 25px 0px;
}
.review-image img {
    width: 100%;
}

.section-title-container a {
    font-size: 1.4rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #808080;
    font-weight: 400;
    text-transform: uppercase;
}

.section-title-container .section-title-bold span {
    flex: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border: none;
    padding: 0;
}

.section-title-container .section-title-bold span::after {
    content: '';
    height: 0.1rem;
    background-color: #d9d9d9;
    display: inline-block;
    position: relative;
    top: -0.1rem;
    margin-left: 1.5rem;
    width: 100%;
}

.section-title-bold-center {
    justify-content: center;
    flex-wrap: nowrap;
}

.section-title.section-title-bold-center b {
    display: inline-block;
    flex: auto;
    height: 2px;
    opacity: 1;
    width: 3rem;
    max-width: 3rem;
}

.section-title-bold-center span {
    border: none;
    padding: 0;
    margin: 0 2rem;
}

.section-title-container a:hover {
    color: var(--fs-color-secondary);
}

.section-title-container a i {
    display: none;
}

.section-title-container a::after {
    content: '';
    display: inline-block;
    margin-left: 0.5em;
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    top: -0.2rem;
    position: relative;
}

.citizen-text p {
    font-size: 10rem;
    margin: 0;
    line-height: 1;
}

.eco-drive-text p {
    font-size: 2.8rem;
    margin: 0;
    line-height: 1.4;
}

/*************** END HOME PAGE ***************/

/*************** ABOUT PAGE ***************/

.new-standard-section .ux-logo {
    max-width: 100% !important;
    width: 181px !important;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.new-standard-section .ux-logo-link {
}

.new-standard-section .standard-img-1 {
    max-width: 84%;
    margin: 0 auto;
    padding-bottom: 5.5rem;
}

.new-standard-section .standard-img-2 {
    position: absolute;
    max-width: 38%;
    top: 9%;
    right: 0;
    left: auto;
    z-index: 1;
}

.new-standard-section .standard-img-3 {
    position: absolute;
    bottom: 0%;
    max-width: 32%;
    right: auto;
    left: 0;
    z-index: 1;
}

/*************** END ABOUT PAGE ***************/

/*************** CONTACT PAGE ***************/
.contact-section form  input,
.contact-section form  textarea {
    border: none;
    border-bottom: 0.1rem solid var(--color-white);
    background-color:transparent !important;
    padding: 0;
    box-shadow:none !important;
     color:var(--color-white) !important;
}

.contact-section form  input::placeholder,
.contact-section form  textarea::placeholder {
    color:var(--color-white);
}

/*************** END CONTACT PAGE ***************/

/*************** TRANG QUY TRÌNH ***************/
.procedure-section .row.more-space {
}

.procedure-section .row.more-space .col {
}

/*************** END TRANG QUY TRÌNH ***************/

/*************** TRANG LIÊN HỆ ***************/
.showrooms-container {
    /*border: 0.2rem solid #234149;*/
    /*padding: 1rem;*/
}
.showrooms-container > .col {
    padding: 0 0.5rem 0;
}
.showrooms-container .showroom_iframe iframe {
    height: 63.8rem;
    width: 100%;
    margin-bottom: -0.6rem;
}

.showrooms-container .showroom_info > .col-inner {
    background-color: #e9f3f6;
    padding: 3.5rem;
}

.dark .showrooms-container .showroom_info > .col-inner {
    background-color: #1c1c1c;
}

.showrooms-container .showroom_info .showrooms-wrapper {
    background-color: var(--color-white);
    padding: 1.6rem 1rem 1.6rem 1.6rem;
    box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}

.dark .showrooms-container .showroom_info .showrooms-wrapper {
    background-color: #1c1c1c;
}

.showrooms-container .showroom_info .showrooms {
    max-height: 45rem;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 1rem;
}

.showrooms-container .showroom_info .showrooms .showroom {
    border: 0.1rem solid #5d78b0;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    background-color: #e9f3f6;
    margin-bottom: 1.5rem;
    position: relative;
    cursor: pointer;
}

.dark .showrooms-container .showroom_info .showrooms .showroom {
    background-color: #1c1c1c;
}

.showrooms-container .showroom_info .showrooms .showroom.active::after {
    content: '\f058';
    font-family: var(--FontAwesome);
    font-weight: 400;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #27ae16;
}

.showrooms-container .showroom_info .showrooms .showroom p {
    margin-bottom: 0;
    margin-left: 3rem;
}

.showrooms-container .showroom_info .showroom h3 {
    font-size: 2.4rem;
    padding-left: 3rem;
    color: var(--color-black);
    margin: 0;
    background: url(/wp-content/uploads/2025/04/location.png) no-repeat left center / 2rem auto;
}

.dark .showrooms-container .showroom_info .showroom h3 {
    color: var(--color-white);
}

.showrooms-container .showroom_info .showroom a {
    color: var(--fs-color-secondary);
    font-size: 1.8rem;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    margin-top: 1.2rem;
}

.showrooms-container .showroom_info .showroom a:hover {
    color: var(--fs-color-secondary);
}
/*************** END TRANG LIÊN HỆ ***************/

/*************** TRANG DANH MỤC TIN ***************/
.archive-page-header {
    margin-bottom: 3rem;
}

.taxonomy-description {
    margin-bottom: 3rem;
}
.archive-page-header .page-title-inner {
    min-height: 18rem;
}
.archive-page-header .title-bg {
    background-position: 50% 50%;
}

.widget {
    font-size: 1.5rem;
    margin-bottom: 4rem;
}

.single-post .widget_categories {
    display: none;
}
#shop-sidebar .widget_wpc_sorting_widget {
    display: none;
}

.widget_related_products_widget .related-product-item {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 3rem;
}
.widget_related_products_widget .related-product-item:last-child {
    margin-bottom: 0;
}

.widget_related_products_widget .related-product-item .product-image,
.widget_related_products_widget .related-product-item .product-image a {
    max-width: 8rem;
    width: 8rem;
    display: inline-block;
}

.widget_related_products_widget .related-product-item .price,
.widget_related_products_widget .related-product-item .price .amount {
    font-size: 1.3rem !important;
    color: var(--fs-color-primary);
    font-weight: bold;
    margin-top: 0.5rem;
}

.widget > ul > li + li,
ul.menu > li + li {
    border-top: none;
}

.widget .widget-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    color: var(--fs-color-primary);
    text-transform: inherit;
    cursor: pointer;
    border-bottom: 0.1rem solid #d9d9d9;
    padding-bottom: 1rem;
}

.widget-area .widget .widget-title:after,
#shop-sidebar .widget .widget-title:after {
    content: '\f078';
    font-family: var(--FontAwesome);
    font-weight: bold;
    color: var(--color-black);
    font-size: 1.6rem;
    transition: all 0.3s;
}

.wpc-filter-product_color input {
    display: none;
}

#shop-sidebar li.wpc-term-item label span.wpc-term-swatch,
#shop-sidebar .wpc-term-swatch-wrapper {
    width: 1.6rem;
    min-width: 1.6rem;
    border-radius: 50%;
    height: 1.6rem;
    position: relative;
    padding: 0.3rem;
}

#shop-sidebar .wpc-term-swatch-wrapper {
    border: none;
}

#shop-sidebar li.wpc-term-item label span.wpc-term-swatch:after {
    content: '';
    display: inline-block;
    border: 1px solid transparent;
    position: absolute;
    inset: -0.3rem;
    border-radius: 50%;
}

#shop-sidebar li.wpc-term-item.wpc-term-selected label span.wpc-term-swatch:after {
    border-color: currentColor;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: #2c2d2e;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    border: 0.2rem solid #2c2d2e;
    width: 14px;
    height: 14px;
    box-shadow: none;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-range-slider-wrapper {
    margin: 2rem 0 3rem 1.2rem;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-content input[type='number'] {
    min-height: 50px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

#shop-sidebar .wpc-filters-reset-button {
    display: none;
}

#shop-sidebar .wpc-filter-layout-submit-button {
    flex-direction: row;
}

#shop-sidebar .wpc-filters-submit-button {
    font-size: 1.8rem;
    background-color: var(--fs-color-secondary);
    border: none;
    color: var(--color-black);
}

.shop-top-row .wpc-filter-chips-list .wpc-filter-chip a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
    background-color: var(--color-white);
    border: 1px solid #c7c7c7 !important;
    border-radius: 0 !important;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 1;
    padding: 0 1rem;
    min-height: 4rem;
    line-height: 3.6rem;
}

.wpc-chip-reset-all {
    order: 1;
}
.shop-top-row .wpc-filter-chips-list .wpc-filter-chip.wpc-chip-reset-all a {
    border: none !important;
    text-decoration: underline !important;
}

.widget .widget-title.clicked:after {
    transform: rotate(-180deg);
}

.widget .widget-title + .is-divider {
    display: none;
}

.recent-blog-posts-li .badge {
    height: 8rem;
    width: 8rem;
}

.recent-blog-posts-li a {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
}

.recent-blog-posts-li .post-date {
    font-size: 1.3rem;
    opacity: 1;
    color: var(--fs-color-primary);
}

#sort-posts-form {
    text-align: right;
}

#sort-posts-form #sort-posts {
    display: inline-block;
    width: auto;
    border: none;
    box-shadow: none;
    padding-right: 3rem;
    font-size: 1.5rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.slider-items-equal .col .col-inner {
    height: 100%;
}

.blog-archive #post-list .post-item,
.blog-archive .post-list .post-item {
    padding-bottom: 5rem;
}

.blog-archive #post-list .post-item:first-child {
    flex-basis: 100%;
    max-width: 100%;
}

.category-list a {
    font-size:1.5rem;
    font-family: 'Roboto Condensed', san-serif;
    padding: 0.6rem 0;
    display:inline-block;
    font-weight:bold;
    margin:1.5rem;
    position: relative;
}

.category-list a:after {
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    height:0.2rem;
    width:0;
    background-color:currentColor;
    transition: all 0.3s;
}

.category-list a.active:after,
.category-list a:hover:after {
    width:100%;
}


.post-item > .col-inner,
.post-item > .col-inner {
    border-bottom: 0.1rem solid #d2d2d2;
}

.post-item .col-inner .box:not(.box-vertical) .box-text,
.post-item .col-inner .box:not(.box-vertical) .box-text {
    padding-left: 0;
    padding-bottom: 3rem;
}

.post-item .col-inner .box .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 
.box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
} */

.box-text .box-text-inner div {
    width: 100%;
}

.box-text .post-meta {
    font-size: 1.6rem;
    color: var(--fs-color-primary);
}

.box-text .post-meta {
    order: -1;
}

.box .post-title {
    color: var(--color-black);
}

.box .post-title.is-large {
    font-size: 1.25em;
}

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

.box-blog-post .button {
    font-size: 1em;
    text-transform: initial;
    opacity: 1;
    color: var(--color-black);
    margin: 0;
}

.box-blog-post .button::before {
    content: '';
    width: 3rem;
    height: 0.3rem;
    background-color: var(--fs-color-primary);
    display: inline-block;
    position: relative;
    top: -0.4rem;
    margin-right: 0.5rem;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    display: block;
    font-size: 1.5rem;
    font-weight: bolder;
    height: 4rem;
    line-height: 3.8rem;
    min-width: 4rem;
    padding: 0 7px;
    text-align: center;
    transition: all 0.3s;
    vertical-align: top;
    width: auto;
}

/*************** END TRANG DANH MỤC TIN  ***************/

/*************** TRANG CHI TIẾT TIN  ***************/
.blog-wrapper {
    padding-top: 0;
}

.blog-wrapper .page-header-wrapper {
    margin-bottom: 8rem;
}

.entry-meta {
    color: var(--fs-color-primary);
}
.blog-single h1.entry-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: var(--fs-color-primary);
}

.blog-single .entry-content {
    padding-top: 0;
    border-bottom: 0.1rem solid #d9d9d9;
    margin-bottom: 3rem;
    text-align: justify;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.blog-share .share-icons a {
    color: var(--fs-color-primary);
    margin: 0 0.7rem;
}

.blog-share .share-icons a:hover {
    color: var(--fs-color-secondary);
}

.blog-single article,
.blog-single .related-post .related-inner {
    max-width:1000px;
    margin: 0 auto;
}

.social-icons span {
    font-weight: 700;
    padding-right: 10px;
    color: var(--color-black);
    font-size: 1.6rem;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}
.author-box {
    border:0.3rem solid var(--fs-color-primary);
    padding: 3rem;
}

.author-box .blog-author-image {
    background-color: var(--color-white);
    padding: 0.6rem;
    border-radius: 50%;
}

.related-post{
    background-color: #F1F6FF;
    padding: 8rem 0;
        margin-bottom: -3rem;
}

.author-box .author-name {
    color: var(--color-black);
    text-transform: capitalize;
    font-weight: 400;
}

.author-box .author-role {
    font-weight: bold;
    text-transform: capitalize;
}

.author-box .author-desc {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
}

.author-box .author-socials a {
    color: var(--fs-color-primary);
    margin: 0 0.7rem;
}
.author-box .author-socials a:hover {
    color: var(--fs-color-secondary);
}

.author-box .author-socials a:first-child {
    margin-left: 0;
}

.related-post .flickity-slider .col.post-item {
    max-width: 33.34% !important;
    opacity: 1;
}

.related-posts-row {
    padding-bottom: 3rem;
}

.products-in-post {
    margin: 3rem 0;
}

.products-in-post .product-item > .col-inner {
    border: 0.1rem solid #d9d9d9;
}

.products-in-post.vertical .product-item > .col-inner {
    display: flex;
    align-items: center;
}

.products-in-post .product-item .product-image {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
}

.products-in-post.vertical .product-item .product-image {
    aspect-ratio: 4 / 3;
    width: 42%;
}

.products-in-post .product-item .product-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-in-post.vertical .product-item .product-info {
    flex: 1;
    padding: 3rem;
    display: flex;
    align-items: center;
    gap: 2rem 3rem;
    justify-content: space-between;
}

.products-in-post .product-item .product-info {
    padding: 1.5rem;
}

.products-in-post .product-item .product-info .name {
    color: var(--color-black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-in-post.vertical .product-item .product-info .price {
    margin: 1rem 0;
}

.products-in-post.vertical .product-item .product-info .price * {
    font-size: 1.4rem !important;
    font-weight: bold;
    color: #234149;
    /*font-family: 'Be Vietnam Pro';*/
}

.products-in-post .product-item .product-info .info-wrap {
    flex: 1;
}

.products-in-post .product-item .product-info .buy-now {
    height: 5rem;
    white-space: nowrap;
    line-height: 5rem;
    border: none;
    background: linear-gradient(to right, #05183f 0%, #1a3a7c 100%);
    color: var(--color-white);
    font-weight: bold;
    flex: 1;
    min-width: 12rem;
    text-align: center;
    display: inline-block;
}

.products-in-post.horizontal .product-item .product-info .buy-now {
    width: 100%;
    display: block;
}

.box-blog-post .post-title {
    text-transform: uppercase;
}

.box-blog-post .post-title.is-large {
    font-size: 2.2rem;
    font-family: 'Roboto Condensed', sans-serif;
}

/*************** END TRANG CHI TIẾT TIN ***************/

/*************** TRANG DANH MỤC SẢN PHẨM ***************/

.filter-labels {
    margin-bottom:3rem;
    border-bottom: 0.1rem solid #d9d9d9;
    display: flex;
    align-items: center;
}

.filter-labels .filter-labels-expanded{
    flex:1;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.filter-labels span.filter-item {
    font-size: 1.5rem;
    white-space: nowrap;
    color: var(--fs-color-primary);
    height: 3.6rem;
    line-height: 2.4rem;
    border: 0.1rem solid #d7d7d7;
    min-width: 10rem;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: 500;
    cursor: pointer;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.filter-labels span.filter-item.toggle-filters {
    color: var(--color-white);
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}

.filter-forms-container {
    position: relative;
}

.filter-forms-container .widget {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--color-white);
    padding: 5rem;
    box-shadow: 0 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.filter-forms-container.active-one .widget {
    max-width: 50rem;
    width: 50rem;
}

.filter-forms-container.active-one .widget .wpc-filters-submit-button,
.filter-forms-container.active-one .widget .wpc-filters-reset-button {
    width: 50% !important;
    max-width: 50% !important;
}

.filter-forms-container.active-one .widget .wpc-filters-section {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
}

.filter-forms-container .wpc-filters-section.wpc-filter-product_strap_type  {
    display:none !important
}


.shop-page-title h2,
.shop-page-title .single-banner-title{
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight:500;
}

.shop-page-title .title-overlay {
    background-color: transparent !important;
    background: linear-gradient(to bottom, var(--fs-color-primary) 20%, transparent 100%);
}

.shop-page-title .shop-page-title.is-xlarge {
    font-size: 3rem;
    text-transform: uppercase;
}

.strap-collections-section .row.row-large {
    margin-left: -40px;
    margin-right: -40px;
}
.strap-collections-section .row.row-large .product-category.col {
    padding: 0 4rem 3rem;
}

.strap-collections-section .box:hover .box-image {
    border: 0.1rem solid var(--color-black);
}

.strap-collections-section .box .box-image {
    background-color: var(--color-white);
    padding: 1rem;
}

.strap-collections-section .box h5 {
    text-transform: initial;
    margin-bottom: 1rem;
}

.strap-collections-section .box:hover h5 {
    text-decoration: underline;
}

.strap-collections-section .box .box-text {
    padding: 1rem;
}

.shade {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    background: linear-gradient(0deg, var(--fs-color-primary) 0, transparent 100%);
}

.shop-container .yith-wcan-active-filters {
    display: none !important;
}

.yith-wcan-active-filters h4 {
    display: none;
}

#shop-sidebar .yith-wcan-filter.filter-orderby {
    display: none;
}

.price-slider input[type='number'] {
    border: 0.1rem solid #d9d9d9;
    padding: 1.5rem 1rem;
    width: 40% !important;
    box-shadow: none;
    height: 4.5rem;
    color: var(--color-black);
}

.price-slider .divider {
    width: 20%;
    display: inline-block;
    text-align: center;
    line-height: 4.2rem;
}

#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background-color: #2c2d2e;
    height: 2px;
    top: 20px;
}

#shop-sidebar .irs--round .irs-line {
    top: 20px;
}

#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 0.1rem solid #2c2d2e;
    background-color: var(--color-white);
    cursor: grab;
    height: 10px;
    top: 16px;
    width: 10px;
}
#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs .irs-min,
#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs .irs-max,
#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs .irs-from,
#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs .irs-to,
#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs .irs-single {
    display: none;
}

#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both {
    padding: 0;
}
#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs {
    margin-bottom: 0;
}

.wpc-custom-selected-terms {
    display: block !important;
}
.wpc-filter-chips-list {
    display: flex !important;
    margin-bottom: 0 !important;
}

.category-filter-row {
    padding: 0;
}
.category-filter-row .filter-button {
    text-transform: initial;
}

label,
legend {
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0.4em;
}

#shop-sidebar .yith-wcan-filters .yith-wcan-filter .filter-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    color: var(--fs-color-primary);
    text-transform: inherit;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {
    color: var(--color-black);
}

.yith-wcan-filters input[type='checkbox'],
.yith-wcan-filters input[type='radio'] {
    display: inline;
    font-size: 16px;
    margin-right: 6px;
    margin-bottom: 0;
    margin-top: 0;
}

#shop-sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-line {
    background-color: #f1f1f1;
    height: 2px;
}

#shop-sidebar .btn.apply-filters {
    font-size: 1.8rem;
    background-color: var(--fs-color-secondary);
}

#shop-sidebar .yith-wcan-filters .filter-item.color a {
    display: flex;
    align-items: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
    display: block;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-below,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
    font-size: 1.5rem;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    border: 1px solid transparent;
    height: 2.2rem;
    width: 2.2rem;
    margin-right: 0.6rem;
    margin-bottom: 0;
    padding: 3px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.active .term-color {
    border-color: currentColor;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch {
    border-radius: 50%;
}

#shop-sidebar .wpc-term-count {
    opacity: 1;
}

#shop-sidebar .wpc-term-count-brackets-open,
#shop-sidebar .wpc-term-count-brackets-close {
    display: inline-block;
}

#shop-sidebar .wpc-filter-link {
    margin-right: 5px;
}

.col .badge-container {
    margin-top: 2rem;
}

.col .badge-container .badge {
    width: 5rem;
    height: auto;
    font-size: 1.2rem;
    font-weight: bold;
}
.col .badge-container .badge .badge-inner {
    background-color: var(--color-white) !important;
    color: var(--color-black);
    opacity: 1;
    padding: 0.6rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.badge + .badge {
    opacity: 1;
    margin-top: 0.5rem;
}

.product-small.col > .col-inner {
    box-shadow: 0.5rem 0.9rem 2.5rem 0 transparent;
}

.product-small.col > .col-inner:hover {
    box-shadow: 0.5rem 0.9rem 2.5rem 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-0.6rem);
}

.product-small .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i {
    color: var(--color-white);
}

.product-small.col .image-none img {
    aspect-ratio: 10/11;
    object-fit: cover;
}

.has-shadow .box-text {
    padding: 2rem 3rem;
}
/* 
.product-small .box-text {
    display: flex;
    flex-wrap: wrap;
} */

.product-small .title-wrapper {
    order: -3;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}
.product-small .woocommerce-loop-product__title,
.product-small .product-title a {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
}

.product-small .product-title a {
    min-height: 4.2rem;
}

.product-small .ux-swatches {
    order: 5;
    margin: 1.5rem 0;
}

.product-small .star-rating {
    order: 6;
    margin: 0;
}

.text-center .star-rating {
    margin: 0 auto;
}

.product-small .price-wrapper {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
    color: #5d78b1;
}

.product-small .price-wrapper .amount {
    color: inherit;
}

span.amount {
    color:#5D78B0 !important;
}

.color-dots {
    display: flex;
    align-items: center;
        flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0 0 1rem;
    width: 100%;
}


.text-center .color-dots {
    justify-content:center;
}



.button.is-underline:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 100%;
}

.color-dots li {
    margin: 0 !important;
    width: 2.2rem;
    height: 2.2rem;
    min-width:2.2rem;
    border-radius: 50%;
    border: 1px  solid #c9c9c9;
    display: grid;
    place-content: center;
}


.box .color-dots li:nth-child(n+5) {
    display: none;
}


.color-dots a,
.color-dots span {
    border-radius:50%;
    overflow:hidden;
}
.product-thumbnails img {
    backface-visibility: hidden;
    margin-bottom: -5px;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.single-product .product-info .color-dots-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.single-product .product-info .color-dots li {
    width: 3rem;
    height: 3rem;
}


.single-product .product-info .color-dots li.current span,
.single-product .product-info .color-dots li.current a {
    width: 1.8rem;
    height: 1.8rem;
}

.single-product .product-info .color-dots li span,
.single-product .product-info .color-dots li a {
    width: 2.8rem;
    height: 2.8rem;    
    display: block;
    border-radius: 50%;
    overflow:hidden;
}

.color-dots li img {
    vertical-align: unset !important;
}

.single-product .product-container {
    margin-bottom: 8rem;
}

.single-product .related-products-wrapper {
    margin-bottom: 6rem;
}

.single-product .product-info .accordion {
    margin-top: 3rem;
}

.single-product .product-info .accordion-item {
    margin-bottom: 1rem;
}


.single-product .product-info  .woocommerce-variation-price {
    display:none;
}


.single-product .review-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.single-product .review-gallery .thumbnail-wrapper {
    position: relative;
}
.single-product .review-gallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.single-product .review-gallery .thumbnail-wrapper:nth-child(n + 7) {
    display: none;
}

.single-product .review-gallery .thumbnail-wrapper:nth-child(6):after {
    content: attr(data-count);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    inset: 0;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-dots li.current {
    border-color: currentColor;
}

.color-dots li span,
.color-dots li a {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    border-radius: 50%;
}

.product-small {
    container-name: product-small;
    container-type: inline-size;
}

.star-rating {
    width: 10rem;
    letter-spacing: 0.5rem;
}

@container product-small ( max-width: 20rem) {
    /* Change the flex direction of the .child element. */
    .price-label {
        display: none;
    }
    .box-text {
        padding: 1.5rem 1rem !important;
    }

    .product-title a {
        font-size: 1.5rem !important;
    }
    .product-small .price-wrapper {
        font-size: 1.6rem !important;
    }

    .product-small .ux-swatches {
        order: 5;
        margin: 1rem 0;
    }
    .product-small .title-wrapper {
        margin-bottom: 0.6rem;
    }
}

.ux-swatches-in-loop .ux-swatch.selected {
    border: 0.1rem solid var(--color-black);
}

.ux-swatches.ux-swatches-in-loop {
    gap: 5px;
}

.shop-top-row .widget,
.shop-top-row .form,
.shop-top-row select {
    margin: 0;
}

.shop-top-row select {
    border: none;
    box-shadow: none !important;
    width: auto;
    min-width: unset;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    color: var(--color-black);
    font-size: 1em;
}

.shop-top-row .widget_layered_nav_filters ul li.chosen {
    margin-bottom: 0.6rem;
}
.shop-top-row .widget_layered_nav_filters ul li.chosen a {
    background-color: var(--color-white);
    border: 1px solid #c7c7c7;
    border-radius: 0;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 1;
    padding: 0 1rem;
    min-height: 4rem;
    line-height: 3.6rem;
}
.shop-top-row .widget_layered_nav_filters ul li.chosen.remove-all-active-filter a {
    border: none;
    text-decoration: underline;
}

.widget_layered_nav_filters ul li.chosen a::before {
    content: unset;
}

.widget_layered_nav_filters ul li.chosen a:after {
    content: '×';
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
    color: currentColor;
    opacity: 1;
    position: relative;
    top: 2px;
}

.widget_layered_nav_filters ul li.chosen.remove-all-active-filter a:after {
    content: unset;
}

.shape-input {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
    margin-right: 0.6rem;
    border: 0.1rem solid var(--fs-color-primary);
}

.chosen .shape-input::after {
    content: '✔';
    font-size: 1rem;
    font-weight: bold;
    color: var(--fs-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.widget > ul > li .count {
    font-size: 1em;
    line-height: 1.5;
    opacity: 1;
    margin-left: 0.6rem;
}
.widget > ul > li > a,
.widget > ul > li > span:first-child,
ul.menu > li > a,
ul.menu > li > span:first-child {
    flex: 0 0 auto;
}

.widget li.chosen a:before {
    content: unset !important;
}

.widget .max-price-notice {
    display: block;
    margin-bottom: 2rem;
}
.widget_price_filter .ui-slider-horizontal {
    border-radius: 99px;
    height: 2px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #2c2d2e;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--color-white);
    border: 0.1rem solid #2c2d2e;
    border-radius: 999px;
    cursor: pointer;
    height: 10px;
    outline: none;
    position: absolute;
    top: -4px;
    width: 10px;
    z-index: 2;
}

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

.price_label .from,
.price_label .to {
    border: 0.1rem solid #d9d9d9;
    padding: 1.5rem 1rem;
    flex: 1;
}

.price_label .divider {
    margin: 0 1.5rem;
}

.widget_price_filter .price_slider_amount {
    font-size: 1em;
    text-align: left;
}

.col.promotion-col {
    flex-basis: 50% !important;
    max-width: 50% !important;
}

.promotion-col .col-inner,
.promotion-col .col-inner .box,
.promotion-col .col-inner .box-image,
.promotion-col .col-inner .image-cover {
    height: 100%;
}

.promotion-col .box-text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 1em;
}
.promotion-col .box-text .button::before {
    content: '';
    width: 2.5rem;
    display: inline-block;
    height: 0.2rem;
    background-color: var(--color-white);
    position: relative;
    top: -0.5rem;
    margin: 0 2rem 0 0;
}

/*************** END  TRANG DANH MỤC SẢN PHẨM ***************/

/*************** TRANG CHI TIẾT SẢN PHẨM ***************/



.featured-title .page-title-inner {
    min-height: 18rem;
}

.product-main {
    padding: 8rem 0 3rem;
}

.single-product .product-gallery .flickity-button .flickity-button-icon {
    background-size: 60% auto !important;
}

.single-product .product-gallery .image-tools {
    left: auto;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
}

.zoom-button {
    width: 5.8rem;
    height: 5.8rem;
    border: none !important;
    line-height: 5.8rem !important;
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}

.product-video-popup {
    width: 5.8rem;
    height: 5.8rem;
    line-height: 5.4rem !important;
    color: var(--color-white);
    background-color: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}

.product-video-popup:hover {
    background-color: #325059 !important;
    border-color: #325059 !important;
}

.single-product .product-main .product-info {
    max-width: 51.5rem;
    margin: 0 auto;
}

.single-product .product-info .product-title {
    font-size: 3.6rem;
}

.single-product .product-info .woocommerce-product-rating {
    display: block;
    width: max-content;
    margin: 0 0 -5rem auto;
}

.single-product .product-info .price-wrapper {
    padding-right: 12rem;
}

span.amount {
    color: var(--fs-color-primary);
    line-height:1.2
}

.single-product .product-info .price-wrapper span.amount {
    font-size: 3rem;
}

.product-summary .woocommerce-Price-currencySymbol {
    font-size: 1em;
    vertical-align: bottom;
}

.single-product .ux-swatch {
    border: 0.1rem solid #c9c9c9;
}

.ux-swatch {
    box-shadow: none !important;
}

.woobt-products:before {
    content: 'Sản phẩm mua kèm';
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
    padding-left: 0.8rem;
}

.woobt-products.woobt-products-layout-default {
    /*display:none;*/
    max-height: 25.1rem;
    overflow: hidden;
    border: none;
}

.woobt-count {
    dislay: none;
}
.woobt-products .reset,
.woobt-products .variations .label,
.woobt-products .variations .ux-swatches {
    display: none !important;
}

.woobt-products .variations .variation-selector {
    display: block !important;
    visibility: visible !important;
}

.woobt-products[class*='woobt-products-layout-default'] {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product {
    flex-direction: row !important;
    flex-wrap: wrap;
    text-align: left;
    max-width: 70%;
    border: 1px solid #d9d9d9;
    padding: 2rem;
    margin: 0 0.8rem;
    font-size: 1.5rem;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product .checkmark {
    display: inline-block;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product .checkmark:before {
    content: 'Tôi muốn mua kèm';
    font-size: 1.5rem;
    font-family: 'Be Vietnam Pro';
    color: var(--fs-color-primary);
}

.woobt-products .woobt-product .variations_form .variations .variation {
    border: none !important;
    padding: 0;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    width: 100%;
}

.woobt-products .woobt-product .variations_form .variations .variation .value select {
    background-position: 94% 50%;
    text-align: left;
    padding: 0.6rem 1rem;
    height: auto;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 0.6rem;
}

.woobt-products .woobt-product .variations_form .variations .variation:last-child .value select {
    margin-bottom: 0rem;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product > .woobt-thumb {
    width: 10rem !important;
    flex: 0 0 10rem;
    flex-basis: 10rem !important;
    padding: 0 !important;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product > .woobt-price {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: start;
    order: -1;
    width: 100%;
    padding-left: 11.5rem !important;
    margin-bottom: -11rem;
    flex-basis: 100% !important;
}

.woobt-products .woobt-product .variations_form .variations {
    margin-left: 0;
    margin-right: 0;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product > .woobt-title {
    padding: 0 0 0 1.5rem !important;
    flex-grow: 1;
    max-width: calc(100% - 10rem) !important;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product > .woobt-title a {
    font-weight: bold;
    color: var(--fs-color-primary);
    margin-bottom: 3rem;
    display: block;
    height: 4.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product > .woobt-choose {
    width: 100% !important;
    flex-basis: 100% !important;
    order: 2 !important;
    margin-top: 1rem;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product > .woobt-choose input {
    margin-bottom: 0;
}

.woobt-products[class*='woobt-products-layout-default'] .woobt-product .woobt-qty-num {
    display: none;
}

.variations_form .ux-swatch.selected {
    box-shadow: none !important;
    border-color: var(--fs-color-primary);
}

.variations .label {
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Roboto Condensed', sans-serif;
}

.variations .label label {
    margin: 0.5em 0;
    font-size: 1em;
    font-weight: bold;
    color: var(--color-black);
}

.variations .label .lug-width-guide {
    order: 1;
    text-align: right;
    background: url(/wp-content/uploads/2025/04/lug-guide.png) no-repeat 1rem center / 1.6rem auto;
    padding-left: 4rem;
    border-bottom: 1px solid #d9d9d9;
    cursor:pointer;
}

.variations .reset_variations {
    display: none !important;
}

.variations .ux-swatches {
    --swatch-size-large: 5.5rem;
    --swatch-size-x-large: 10rem;
}

.variations .ux-swatch-selected-value {
    font-size: 1em;
    font-weight: bold;
    color: var(--color-black);
    flex: 1;
}

.variations .ux-swatch.selected .ux-swatch__text {
    color: var(--color-black);
}

td,
th {
    border-bottom: 1px solid #ececec;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5rem;
    color: var(--color-black);
}

.variations td,
.variations th {
    color: #656565;
}
.product-info .price {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 2rem 0;
}

.woocommerce-variation-add-to-cart,
form.cart {
    gap: 1rem;
}

.ux-swatches--large .ux-swatch--label {
    min-height: 4rem;
    min-width: 8rem;
}

.single-product .ux-buy-now-button.button {
    order: -1;
    flex: 1 1 auto;
}

.single-product .cross-sell-products {
    order: -2;
    flex: 0 0 auto;
    display: block;
    width: 100%;
}

.wlfmc-add-to-wishlist {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    flex: 0 0 auto !important;
}

.single-product .button.single_add_to_cart_button {
    background: url(/wp-content/uploads/2025/03/cart-plus-black.png) no-repeat center / 2.4rem auto;
    min-width: 5rem;
    background-color: var(--color-white) !important;
    border: 0.1rem solid #cecece;
}

.single-product .button.single_add_to_cart_button:hover {
    background-image: url(/wp-content/uploads/2025/03/cart-plus-white.png);
    background-color: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary);
    box-shadow: none;
}

.single-product .consultation-row form input[type='tel'] {
    background-color: var(--color-white);
    border-color: var(--fs-color-primary);
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    min-height: 5rem;
    border-width: 0.2rem;
}

.single-product .consultation-row form input[type='tel']::placeholder {
    color: var(--fs-color-primary);
}

.single-product .consultation-row form .flex-row.form-flat .flex-col {
    padding-right: 0;
}

.single-product .consultation-row form .wpcf7-submit {
    min-height: 5rem;
    margin: 0;
    border-radius: 0;
    font-size: 1.8rem;
    min-width: 11rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 1.2rem;
}

.single-product .product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
    margin-top: 0;
}

.single-product .product-footer  {
        background-color: #f1f6ff;
}

.single-product .product-footer .woocommerce-tabs {
    border-top: 0;
    padding: 6rem 8rem;

}

.woocommerce-tabs .nav > li > a {
    font-size: 2.4rem;
    color: #05183f66;
    font-family: 'Roboto Condensed', san-serif;
        letter-spacing: 0;
}

.woocommerce-tabs .nav > li.active > a {
    color: #05183f;
}

.woocommerce-tabs .nav-line > li > a:before {
    background-color: currentColor;
    content: ' ';
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    transition: all 0.3s;
    width: 100%;
    bottom: 0;
}
.woocommerce-tabs .nav-line > li.active > a:before {
    opacity: 1;
}

.woocommerce-tabs .tab-panels {
    padding-top: 6rem;
}

.product-section {
    border: none;
}

div#reviews.woocommerce-Reviews {
    border-bottom: 0;
    width: 100%;
    max-width: 990px;
    margin: 5rem auto 30px;
    padding: 0 1.5rem;
}
.related-products-wrapper {
    max-width: 98rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.related-products-wrapper .product-section-title {
    font-size: 2.4rem;
    padding: 0;
    text-transform: inherit;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1rem;

}

.flickity-slider > .product-small {
    margin-top: 1.5rem;
}

.row.equalize-box {
    padding-bottom: 1rem;
}

div#reviews.woocommerce-Reviews .star_box {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 0;
}

div#reviews.woocommerce-Reviews .star_box_left {
    display: flex;
    align-items: center;
}

div#reviews.woocommerce-Reviews .star_box_left .reviews_bar {
    border-left: 0.1rem solid #ddd;
    border-right: 0.1rem solid #ddd;
    padding: 1rem 1rem 1rem 1.6rem;
}

.devvn_review_row:last-child {
    padding-bottom: 0;
}

div#reviews.woocommerce-Reviews .star_box_left .star-average .woocommerce-product-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#reviews.woocommerce-Reviews .star_box_left .reviews_bar {
    line-height: 1;
    flex: 1;
}

span.devvn_scala_rating {
    border-radius: 5px;
    display: inline-block;
    height: 12px;
    background: #eee;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
}

.devvn_perc_rating {
    background-color: #e3b534 !important;
}

#comments a.btn-reviews-now {
    background-color: var(--fs-color-primary);
    color: var(--color-white);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.star_box_right {
    padding: 3rem;
    width: auto;
}

span.devvn_num_reviews {
    min-width: 150px;
    color: var(--fs-color-primary);
}

span.devvn_stars_value {
    color: var(--fs-color-primary);
}

div#reviews.woocommerce-Reviews .star_box_left .star-average {
    padding: 2.4rem;
}

div#reviews.woocommerce-Reviews .woocommerce-review-link {
    font-size: 1em;
    text-transform: uppercase;
}

div#reviews.woocommerce-Reviews .devvn_review_top {
    display: flex;
    gap: 2rem;
    align-items: start;
}

div#reviews.woocommerce-Reviews .devvn_review_mid,
div#reviews.woocommerce-Reviews .devvn_review_bottom {
    padding-left: 7rem;
}

strong.woocommerce-review__author {
    font-size: 1.6rem;
}

div#reviews.woocommerce-Reviews .devvn_review_mid .star-rating {
    width: 100%;
    font-size: 12px;
    display: block;
}

ul.cmt_attachment_img li {
    width: 8rem;
}

div#reviews.woocommerce-Reviews .description {
    margin: 1rem 0;
    width: 100%;
    display: block;
}

div#reviews.woocommerce-Reviews .devvn_review_mid .cmt_attachment_img img {
    border-radius: 0.5rem;
}

.devvn_review_bottom {
    font-size: 1.5rem;
}

.devvn_review_bottom .reply a {
    color: var(--fs-color-primary);
    font-weight: bold;
}
.devvn_review_bottom .devvn_review_bottom .woocommerce-review__published-date {
    color: #868585;
}

.devvn_prod_cmt {
    display: none !important;
}

.comment-list > li:not(:first-child),
.commentlist > li:not(:first-child) {
    border-top: none;
}

body.woocommerce #reviews #comments ol.commentlist ul.children {
    margin: 3.2rem 0 1rem 7rem;
}

body.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 3rem;
}

body.woocommerce #reviews #comments ol.commentlist ul.children li {
    background-color: #e9f3f6;
    border-radius: 1rem;
    padding: 3rem;
    border: none;
    position: relative;
}

body.woocommerce #reviews #comments ol.commentlist ul.children li::before {
    content: '';
    position: absolute;
    top: -1.75rem;
    left: 3rem;
    width: 3.5rem;
    height: 1.8rem;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 18px solid #e9f3f6;
    border-top: 0;
}

.product-short-description {
    margin: 2rem 0 1rem;
}

.product-short-description .accordion-inner {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.list-tax {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

.list-tax .term-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.list-tax .term-item .term-thumbnail {
    width: 3rem;
}

.list-tax .term-item .term-name {
    flex: 1;
}

.accordion-title {
    border-top: none;
    border-bottom: 0.1rem solid #dadada;
    display: block;
    font-size: 1.5rem;
    padding: 0.5rem 3rem 0.5rem 0;
    position: relative;
    transition: border 0.2s ease-out, background-color 0.3s;
    font-weight: 500;
}

.accordion-title.active {
    background-color: var(--color-white);
    border-color: #dadada;
    color: var(--color-black);
    font-weight: 700;
}

.accordion-inner {
    display: none;
    padding: 1.6rem 0;
}

.accordion .toggle {
    border-radius: 0;
    height: 3.5rem;
    left: auto;
    margin-right: 0;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    width: 3.6rem;
    right: 0;
    border: none;
    min-height: auto;
    font-size: 2rem;
    color: var(--color-black);
}

.dark .accordion .toggle {
    color: var(--color-white);
    opacity: 1;
}

.toggle i {
    font-size: 1em;
    transition: all 0.3s;
    top: 0;
}
.social-icons {
    color: var(--fs-color-primary);
}

.social-icons a.icon {
    color: var(--fs-color-primary);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.color-secondary.social-icons a {
    color: var(--fs-color-secondary);
}

.social-icons a:hover {
    color: var(--fs-color-secondary);
}

/*************** END TRANG CHI TIẾT SẢN PHẨM  ***************/

/*************** TRANG CUSTOM STRAP  ***************/
#strap-finder {
    padding: 8rem 0 5rem;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

body.no-scroll #header #top-bar,
body.no-scroll #header #masthead,
body.no-scroll #button-contact-vr {
    display: none;
}

#strap-finder .watch-face-top-row .section-title {
    margin-bottom: 4rem;
}

#strap-finder .title-suggest {
    color: var(--color-black);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

#strap-finder .title-suggest span {
    text-transform: initial;
    margin-left: 5rem;
    font-size: 1.5rem;
}

.text-suggest {
    color: var(--fs-color-primary);
    margin-bottom: 0;
}

.text-suggest a {
    font-weight: bold;
    color: var(--fs-color-primary);
    text-decoration: underline;
}

.watch_face_info_row {
    margin-top: 3rem;
}

.watch_face_info_row .watch_face_name {
    font-weight: bold;
    color: var(--fs-color-primary);
    margin-bottom: 1.6rem;
}

.watch_face_row .col .grid-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.watch_strap_row .title-suggest {
    font-size: 1.5rem;
    margin: 0;
}
.watch_strap_row .straps-col .grid-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
    margin-top: 3rem;
}

.watch_face_row .col .grid-list li {
    position: relative;
    padding-top: 120%;
    border: 0.1rem solid #d9d9d9;
    display: grid;
    place-content: center;
    margin: 0;
    cursor: pointer;
}
.watch_face_row .col .grid-list li:hover,
.watch_face_row .col .grid-list li.selected {
    border-color: #385760;
}
.watch_face_row .col .grid-list li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    padding: 1rem;
    display: grid;
    place-content: center;
}

.watch_face_row .col .grid-list li span {
    position: absolute;
    inset: 0;
    padding: 1rem;
    display: grid;
    place-content: center;
}

.watch_strap_row {
    margin-top: 1rem;
}

.watch-strap-filters-col h3 {
    color: var(--fs-color-primary);
}

.watch-strap-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem 1.5rem;
    margin: 2rem 0rem 2rem;
}

.watch-strap-filters select {
    border: none;
    box-shadow: none !important;
    margin: 0;
    font-weight: bold;
    color: var(--fs-color-primary);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4C4C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}

.watch-strap-filters select option {
    padding: 1rem;
    font-weight: 400;
}

.watch_strap_row .col .grid-list > li {
    position: relative;
    padding-top: 120%;
    border: 0.1rem solid #d9d9d9;
    display: grid;
    place-content: center;
    margin: 0;
    cursor: pointer;
}

.watch_strap_row .col .grid-list > li.selected {
    border-color: var(--fs-color-primary);
}

.watch_strap_row .col .grid-list > li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    padding: 1rem;
    display: grid;
    place-content: center;
}

.watch_face_row > .col {
    max-height: 52rem;
    min-height: 52rem;
    overflow-y: auto;
    padding-right: 4rem;
}

.loading-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    background-color: #f2f2f2;
    z-index: 10;
}

.watch_strap_row > .straps-col {
    max-height: 45rem;
    min-height: 45rem;
    overflow-y: auto;
    padding-right: 4rem;
    padding-bottom: 0;
}

.watch_face_row .col.watch_faces {
    display: none;
}

.add_to_cart_container {
    margin-top: 3rem;
}

.add_to_cart_container.loading {
    pointer-events: none;
    opacity: 0.5;
}

.add_to_cart_container .product-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.add_to_cart_container span.amount {
    font-size: 2.4rem;
    color: var(--fs-color-primary);
}

.add_to_cart_container .variations tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.add_to_cart_container .variations tbody tr {
    display: block;
}

.add_to_cart_container .variations tbody .label {
    padding: 0;
    margin: 0;
}

.add_to_cart_container .single_add_to_cart_button {
    width: 100%;
    background-color: #8f8f8f !important;
    display: block;
    margin-top: 2rem;
}

.add_to_cart_container .variations select {
    margin: 0;
    height: 5rem;
    box-shadow: none;
}
.add_to_cart_container .variation-selector {
    display: block !important;
    visibility: visible !important;
}

.add_to_cart_container .ux-swatches,
.add_to_cart_container .wlfmc-add-to-wishlist {
    display: none !important;
    visibility: hidden !important;
}
.strap-finder-info {
    margin-top: 1rem;
}

.strap-finder-info a {
    color: var(--fs-color-primary);
}

.strap-finder-checkbox {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.strap-finder-checkbox label {
    display: block;
    font-size: 14px;
    color: var(--fs-color-primary);
}

.woocommerce-variation-price {
    border-top: none;
}

.single_add_to_cart_button:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
}

.strap-finder-main-col > .col-inner {
    overflow: hidden;
}

.strap-finder-main-col .strap-finder__download {
    height: 5rem;
    border: 0.1rem solid var(--fs-color-primary);
    color: var(--fs-color-primary);
    border-radius: 10rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 4.8rem;
    margin-bottom: 3rem;
    z-index: 100;
    position: relative;
    background-color: var(--color-white);
    transition: all 0.3s;
    cursor: pointer;
}

.strap-finder-main-col .strap-finder__download:hover {
    background-color: var(--fs-color-primary);
    color: var(--color-white);
}

.strap-finder-main-col > .col-inner > .strap-finder__img-container {
    max-width: 32rem;
    margin: 0 auto !important;
    text-align: center;
    padding-bottom: 8rem;
}

.image-container.top-strap,
.image-container.bottom-strap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100px;
}

.image-container.watch {
    margin-top: -30%;
    z-index: 5;
    margin-bottom: -30%;
    position: relative;
}

.image-wrapper_container .img-zoom {
    cursor: grab;
}

.zoom-container {
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background-color: var(--color-white);
    padding: 0.4rem 1rem 0 1rem;
    border-radius: 0.5rem;
}

.zoom-container input[type='range'] {
    -webkit-appearance: none;
    background-color: #0000004d !important;
    width: 80px;
    border: 0;
    padding: 0;
    height: 2px;
    background: var(--color-black);
    cursor: pointer;
    margin: 0 0 0.5rem;
}

/* Tùy chỉnh "cục kéo" (thumb) trên Chrome, Safari, Edge */
.zoom-container input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--color-black); /* Màu của "cục kéo" */
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
}

/* Khi kéo */
.zoom-container input[type='range']:active::-webkit-slider-thumb {
    transform: scale(1.2);
}

/* Firefox */
.zoom-container input[type='range']::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--color-black);
    border-radius: 50%;
    cursor: pointer;
}

.zoom-container .btn-zoom {
    cursor: pointer;
}

.custom-dropdown {
    position: relative;
    border: none;
    box-shadow: none !important;
    margin: 0;
    font-weight: bold;
    color: var(--fs-color-primary);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4C4C4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-size: 1.8rem auto;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 1rem;
}

.selected-option {
    font-weight: bold;
}

.dropdown-list {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--color-white);
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 10;
}

.dropdown-list li {
    padding: 10px;
    cursor: pointer;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-black);
    font-size: 1.5rem;
}

.dropdown-list li.selected {
    background-color: #def0f5;
    color: var(--fs-color-primary);
}

.dropdown-list li .remove {
    width: 2rem;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 2rem;
    font-size: 1.2rem;
    color: var(--fs-color-primary);
}

.dropdown-list li:hover {
    background: #e0f0f9;
}

.selected-filters {
    margin-top: 10px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    background: #e0f0f9;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.filter-tag .remove {
    margin-left: 5px;
    cursor: pointer;
}

/*************** END  TRANG CUSTOM STRAP ***************/

/*************** TRANG DANH MỤC MẶT ***************/
.row.row-description {
    font-size: 3.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--fs-color-primary);
    margin-bottom: 3rem;
    margin-top: 6rem;
    max-width: 115rem;
}
.row-description .term-logo {
    max-width: 23rem;
    height: auto;
    margin-bottom: 2.4rem;
}
.term-row {
    margin-bottom: 8rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 8rem 6rem 3rem 6rem;
    background-color: #f1f1f1;
}

.term-row::before {
    content: '';
    position: absolute;
    inset: 0rem;
}

.term-row.dark::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.term-row::after {
    content: '';
    position: absolute;
    border: 1px solid #3333;
    inset: 1rem;
    display: block;
}

.term-row.dark::after {
    border-color: #d9d9d9;
}

.term-row .col {
    z-index: 100;
}

.term-row .section-title-container {
    margin-bottom: 5rem;
}

.term-row.dark h2.term-title {
    color: #d9af7b;
}

.watch-face-item .watch-face-image {
    background-color: var(--color-white);
    padding: 1rem;
    margin-bottom: 2rem;
    padding-top:150%;
    position:relative;
}

.watch-face-item .watch-face-image img {
    object-fit: contain;
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.watch-face-item .watch-face-content {
    text-align: center;
}

.term-row.dark .watch-face-item .watch-face-title  a{
    color: #d9af7b;
}


.watch-face-item .button {
    width:100%;
    font-size:1.8rem;
    font-family: 'Roboto condensed', san-serif;
    opacity:0;
    transition:all 0.3s;   
}
.watch-face-item:hover .button {
    opacity:1;
}


.dark .watch-face-item .button {
    background-color:var(--color-white);
    color:var(--color-black);
}

.watch-face-item > .col-inner {
    transition:all 0.3s;   
    position:relative;
}

.watch-face-item > .col-inner:after {
    content:'';
    position:absolute;
    inset:-1rem;
    border:1px solid transparent;
    z-index:1;
}

.watch-face-item > .col-inner .box {
    z-index:2;
}

.watch-face-item:hover > .col-inner:after {
    border-color:var(--color-white);

}


/*************** END TRANG DANH MỤC MẶT ***************/

/*************** TRANG ĐẠI LÝ ***************/
.dealer-filter {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 3rem;
    padding:0 1.5rem
}

.dealer_filter_drop_sub {
    display: none;
    padding-left: 1rem;
}

.dealer_filter_item_wrapper {
    position: relative;
}

.dealer_filter_box {
    min-width: 30rem;
    position: relative;
}

.dealer_filter_title {
    border: 0.1rem solid var(--fs-color-primary);
    border-radius: 1.2rem;
    height: 5rem;
    line-height: 5rem;
    white-space: nowrap;
    padding: 0 2rem;
    font-size: 2rem;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.dealer_filter_dropdown {
    padding: 2rem;
    background-color: var(--color-white);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1.2rem;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    display: none;
}

.dealer_filter_box:hover .dealer_filter_dropdown {
    display: block;
}

.dealer_filter_dropdown .dealer_filter_item_wrapper {
}

.dealer_filter_dropdown .dealer_filter_item_wrapper .dealer_filter_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5rem;
    font-size: 1.8rem;
}

.dealer_filter_item.active a,
.dealer_filter_sub_item.active a {
    color: var(--fs-color-secondary);
}

.dealer_toggle_btn {
    transition: transform 0.3s ease;
    margin: 0;
}

.dealer_toggle_btn:hover {
    background-color: #f5f5f5;
}

.dealer_toggle_btn.rotate i {
    transform: rotate(180deg);
}

.dealer_search_form {
    display: flex;
    align-items: stretch;
    border: 0.1rem solid var(--fs-color-primary);
    border-radius: 1.2rem;
    overflow: hidden;
    min-width: 30rem;
}

.dealer_search_form input,
.dealer_search_form button {
    box-shadow: none !important;
    border: none;
    margin: 0;
}

.dealer_filter_sub_item {
    padding: 0.6rem 0;
}

.dealer-item .col-inner {
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid #d9d9d9;
}

.dealer-item .dealer-zone {
    font-size: 3.6rem;
}

.dealer-item .dealer-title {
    font-size: 2.4rem;
}

.dealer-item .dealer-title,
.dealer-item .dealer-address,
.dealer-item .dealer-whatsapp,
.dealer-item .dealer-phone {
    padding-left: 2.5rem;
}

/*************** END TRANG ĐẠI LÝ ***************/

#search-lightbox {
    font-size: 1em;
    margin: 0 auto;
    max-width: 600px;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    border: 1px solid #ddd;
    box-shadow: none;
    color: var(--color-black);
    font-size: 1em;
    height: 5rem;
}

.autocomplete-suggestion {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: default;
    display: flex;
    padding: 10px 0.75em;
    background: #def0f5;
    color: var(--fs-color-primary);
    min-height: 8rem;
    flex-wrap: wrap;
        position: relative;
    overflow:hidden;
}

.autocomplete-suggestion span.amount {
    color: var(--color-black);
}
.autocomplete-suggestion img {
    border-radius: 0;
    display: inline-block;
    height: 60px;
    margin-right: 10px;
    width: 60px;
    position: absolute;
}


.autocomplete-suggestion .search-name {
    flex: 1;
    padding-left: 7rem !important;
}

.autocomplete-suggestion .search-price {
    font-size: 0.8em;
    padding-left: 7rem !important;
    padding-top: 0;
    width: 100%;
    margin-left: 0;
}

#header .stuck .header-main .nav > li > a {
    line-height: 16px;
}

@media only screen and (min-width: 1440px) {
            
    .header-full-width #top-bar .container,
    .header-full-width #masthead .container {
        padding:0 5rem;
    }
    #header #top-bar:after {
        left: 5rem;
        right: 5rem;

    }
}

@media only screen and (max-width: 1440px) {
    #header #logo {
        width: 100px;
    }

    .flex-left .nav-spacing-xlarge > li {
        margin: 0 1.2rem;
    }
    #wide-nav .nav > li > a {
        font-size: 1.2rem;
    }

    #header .tabbed-content .nav {
        min-width: 20rem;
        max-height: 40rem;
    }

    #header .tabbed-content .nav li a {
        min-height: 4.8rem;
    }
}

@media only screen and (max-width: 1200px) {
    #header #top-bar {
        display: flex !important;
    }
    #header .show-for-medium {
        display: block !important;
    }

    .header.show-on-scroll,
    #header .stuck #top-bar {
        display: none !important;
    }

    #header .hide-for-medium {
        display: none !important;
    }

    #header .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center;
        width: 200px;
    }

    #header #logo {
        width: 100px;
    }

    #header .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1;
    }

    #header .flex-right {
        flex: 1 1 0;
        order: 3;
    }

    #header .searchform input[type='search'] {
        height: 4rem;
        box-shadow: none;
        background-color: #def0f5;
        color: #000;
        border: none;
        border-radius: 0.4rem 0 0 0.4rem;
    }

    #header .searchform .button {
        min-height: 4rem;
        line-height: 4rem;
        box-shadow: none;
        background-color: #def0f5;
        border: none;
        border-radius: 0 0.4rem 0.4rem 0;
    }
    .home-hero-gap {
        padding-top: 90px !important;
    }
    
     #readingProgressBar  {
        top: 2px !important;
     }
    
    .logged-in #readingProgressBar {
        top: 2px !important;
    }
    
    
    .single-product .featured-title  {
        padding-top:135px !important;
    }
    
     .single-product .featured-title .page-title-inner {
        min-height: 14rem;
        padding-top:0 ;

    }


}
@media only screen and (min-width: 849px) {



    .section-fluid {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .row.more-space {
        max-width: 1335px;
    }

    .row.more-space .col {
        padding: 0 22.5px 45px;
    }
    .row-5-cols > .col {
        flex-basis: 20% !important;
        max-width: 20% !important;
    }

    .slider-nav-outside .flickity-prev-next-button.next {
        left: auto;
        right: -8px;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .slider-nav-outside .flickity-prev-next-button.previous {
        left: -1rem;
        right: auto;
        margin-right: 0;
        transform: translateX(50%);
    }

    .vertical-thumbnails .col {
        width: 90% !important;
    }
    
            
    .collections-section  .flickity-enabled .flickity-button {
        width:8.7rem;
    }
    
    .collections-section  .flickity-enabled .flickity-button .flickity-button-icon{
        height: 4.8rem;
    }

}

@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/
    .res-text .button{
        font-size: 16px;
    }
    
    .related-post{
        padding: 4rem 0;
    }
    
    .row.row-description {
        font-size: 2.4rem;

        margin-bottom: 2rem;
        margin-top:3rem;
    }
    
    .filter-labels {
        margin-bottom: 0rem;
    }
    
    .biggest h2 {
        font-size: 2.25em;
    }


    .medium-text-left .section-title-normal {
        justify-content: start;
    }


    .searchform-wrapper {
        font-size: 1em;
    }
    .wpc-filter-chips-list {
        margin-top: 1.5rem !important;
    }
    .featured-title .page-title-inner,
    .archive-page-header .page-title-inner {
        min-height: 18rem;
    }

    .product-main {
        padding: 1.5rem 0 3rem;
    }

    .page-header-wrapper .is-xlarge .entry-title {
        font-size: 4rem;
    }

    .autocomplete-suggestion {
        min-height: 6.8rem;
    }

    .autocomplete-suggestion img {
        height: 48px;
        width: 48px;
    }

    .autocomplete-suggestion .search-name {
        flex: 1;
        padding-left: 6rem !important;
    }
    .autocomplete-suggestion .search-price {
        padding-left: 6rem !important;
    }
    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        font-size: 1.6rem;
    }

    .medium-text-left {
        text-align: left;
    }

    .showrooms-container .showroom_info > .col-inner {
        padding: 3rem 1.5rem;
    }

    .showrooms-container .showroom_info .showroom h3 {
        font-size: 1.6rem;
    }

    .showrooms-container .showroom_iframe iframe {
        height: 37.5rem;
    }

    .medium-text-left .section-title.section-title-center {
        justify-content: start;
    }

    .hero-section .banner h2 {
        font-size: 4rem;
    }

    .tab-panels {
        padding-top: 4rem;
    }

    .search-group select {
        padding: 0rem 3rem 0rem 1rem;
        height: 5rem;
        max-width: 45rem;
    }

    .search-group {
        display: flex;
        padding: 1rem;
        justify-content: space-between;
        width: 100%;
    }
    .search-buttons .button {
        padding: 0 1rem;
    }

    .breakthrough-text {
        font-size: 2.8rem !important;
        font-weight: 400 !important;
    }

    .col.promotion-col {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .single-product .product-main .product-info {
        max-width: 100%;
    }
    .single-product .product-info .product-title {
        font-size: 2.4rem;
    }

    .single-product .product-info .price-wrapper span.amount {
        font-size: 2.6rem;
    }

    .single-product .product-footer .woocommerce-tabs {
        padding: 3rem 1.5rem;
    }

    .widget_categories ul li {
        display: inline-block;
        background-color: #d6eef3;
        border-radius: 10rem;
        padding: 0 1rem;
    }

    .widget_categories ul li.active {
        background-color: var(--fs-color-primary);
        color: var(--color-white);
    }
    .widget_categories ul li.active a {
        color: var(--color-white);
    }
    .related-post .flickity-slider .col.post-item {
        max-width: 50% !important;
        opacity: 1;
    }

    .watch_face_row,
    .watch_strap_row,
    .add_to_cart_row {
        position: fixed;
        /*top: 50%;*/
        left: 1rem;
        width: calc(100% - 2rem) !important;
        bottom: 1rem;
        margin: 0 !important;
        /*transform: translateY(-50%);*/
        z-index: 999999;
        display: none;
        background-color: var(--color-white);
        padding: 4.5rem 1.5rem 1.5rem !important;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    }

    .watch_strap_row > .straps-col {
        max-height: 25rem;
        min-height: 25rem;
    }

    .watch_face_row .col .grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .watch_face_row > .col {
        padding: 0rem;
        padding-right: 1rem;
        max-height: calc(100vh - 24rem);
        min-height: 36rem;
    }

    .custom-dropdown {
        background-size: 1.3rem auto;
        height: 3.2rem;
        padding: 0.5rem;
        font-size: 1.3rem;
        max-width: 25rem;
        margin: 0 auto;
    }

    .add_to_cart_container {
        margin-top: 0rem;
    }

    #strap-finder .watch-face-top-row .section-title {
        margin-bottom: 0;
    }

    .watch_face_info_row {
        margin-top: 0;
    }
    .strap-finder-main-col > .col-inner > .strap-finder__img-container {
        max-width: 20rem;
    }

    .mobile-row > .col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        font-size: 1.3rem;
    }

    .watch-strap-filters {
        margin: 1rem 0rem 1rem;
    }

    .mobile-row > .col > div {
        border: 1px solid var(--color-black);
        text-align: center;
    }

    .trigger-add-to-cart-popup {
        font-size: 1.3rem;
        margin: 0;
        border-top: 1px solid #000;
        width: 100%;
    }

    .mobile-row img {
        aspect-ratio: 1/1;
        object-fit: contain;
    }

    .mobile-row .title-text {
        font-size: 1.3rem;
        text-transform: uppercase;
        color: var(--color-black);
        padding: 1rem;
        margin-top: 1rem;
    }
    .mobile-row .watch-name,
    .mobile-row .strap-name {
        color: var(--fs-color-primary);
        font-weight: bold;
        padding: 0 1rem;
        margin-top: 1rem;
    }

    .choose-box {
        cursor: pointer;
    }

    button.close-this {
        line-height: 3.6rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        /*transform: translateY(-100%);*/
        margin: 0;
        background-color: #fff;
        padding: 0;
        width: 3.6rem;
        height: 3.6rem;
        border: none;
        min-height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .watch-strap-filters {
        grid-template-columns: 1fr;
    }

    .watch_strap_row .straps-col .grid-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-in-post .product-item .product-info .buy-now {
        height: 4rem;
        line-height: 4rem;
        min-width: 8rem;
        font-size: 1.6rem;
    }
    .products-in-post.vertical .product-item .product-info {
        flex-wrap: wrap;
    }
    .products-in-post .product-item .product-info .buy-now {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .testimonials-section .flickity-page-dots {
        display: block;
    }

    .testimonials-section .flickity-slider .row .testimonial-meta::before {
        content: unset;
    }

    .testimonials-section .testimonials-row .flickity-slider > .row {
        padding: 0 3rem 2rem;
    }

    .testimonials-section .testimonial-box .testimonial-meta {
        padding: 1rem 1rem 1rem 8rem;
    }

    .product-reviews {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .testimonials-section .section-bg::before {
        background: url(/wp-content/uploads/2025/05/reviews.png) no-repeat center top / 72rem auto;
        top: 6rem;
    }

    .testimonials-section .section-bg::before .home {
        top: 10rem;
    }

    #footer .footer-top-section .icon-box .icon-box-img {
        width: 40px !important;
    }

    #footer .footer-top-section .icon-box h3 {
        font-size: 2.8rem;
    }

    #footer .footer-top-section .icon-box .icon-box-text {
        font-size: 1.1rem;
        padding-left: 0.8rem !important;
    }

    .dark .showrooms-container .showroom_info > .col-inner {
        background-color: transparent;
    }
    .dealer-filter {
        flex-wrap:wrap
    }
    .dealer_filter_box ,
    .dealer_search_form {
        min-width: 100%;
    }
    .term-row {
        margin-bottom: 2rem;
        padding: 4rem 1rem 0rem 1rem;
    }
    
    .filter-forms-container .widget {

        max-height: 50rem;
        overflow: auto;
        scrollbar-width: thin;
    }
    
    .filter-forms-container.active-one .widget {
        max-width: 100%;
        width: 50rem;
    }
    
    .review-popup .review-image  {
        flex-basis: 300px;
        max-width: 300px;
        margin: 0 auto;
    }
    .review-popup .review-content {
        font-size: 14px;
        max-height: 12rem;
        overflow-y: auto;
        scrollbar-width: thin;
    }
    .review-popup .product-reference {
        gap: 1.5rem;
        margin-top: 3rem;
    }
    
    .review-popup .product-reference .product-details .product-name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .woobt-wrap-responsive .woobt-products .woobt-product > div {
        padding: 0 !important;
        width: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
        text-align-last: left;
    }
}

@media only screen and (min-width: 549px) {
    .brands-section .brands-row .flickity-button {
        height: max-content;
        margin-top: 0;
        top: -72px;
    }

    .brands-section .brands-row .flickity-button.previous {
        right: 3rem;
        left: auto;
        transform: unset;
    }

    .brands-section .brands-row .flickity-button.next {
        right: 0rem;
        transform: unset;
    }
    

}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .product-reviews {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .review-popup .review-image  {
        flex-basis: 200px;
        max-width: 200px;
    }
    
    .review-popup .review-image   img {
            max-height: 250px;
    object-fit: contain;
    }
    
    .review-popup .product-reference {
        gap: 1rem;
        margin-top: 2rem;
    }
    
    .review-popup .product-reference img {
        max-width:50px;
    }
    
    
      .slider-wrapper .flickity-prev-next-button {
        display: block;
    }

    .brands-section .brands-row .flickity-button .flickity-button-icon {
        background-color: var(--color-white);
        border-radius: 50%;
    }

    .inner-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .inner-section .section-bg-overlay::before,
    .inner-section .section-bg-overlay::after,
    .inner-section .section-bg::before,
    .inner-section .section-bg::after {
        content: unset;
    }

    .brands-section .section-title a {
        display: none;
    }

    h2,
    h2.section-title,
    .bigger h2 {
        font-size: 1.25em;
    }
    
     .biggest  h2.section-title {
       font-size: 2.25em;
     }

    .author-box .blog-author-image {
        max-width: 7.2rem;
        margin: 0 0 1rem;
    }

    .woobt-products[class*='woobt-products-layout-default'] .woobt-product {
        max-width: 90%;
    }

    .row-slider .flickity-prev-next-button {
        width: 36px !important;
    }

    .watch_face_row .col .grid-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .watch_strap_row .straps-col .grid-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .related-post .flickity-slider .col.post-item {
        max-width: 100% !important;
        opacity: 1;
    }
    .search-group label {
        white-space: normal;
        top: 1rem;
    }

    .search-buttons .button {
        padding: 0 1rem;
    }

    .search-buttons {
        gap: 1rem 1rem;
    }

    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        height: 4rem;
    }

    #footer .newsletter-form-col .wpcf7-submit {
        line-height: 3.8rem;
    }

    .button {
        min-height: 4rem;
        line-height: 4rem;
    }

    .small-mr-0 {
        margin-right: 0 !important;
    }

    .small-text-left {
        text-align: left;
    }

    .tabbed-content > h4 {
        font-size: 2rem;
    }

    .tabbed-content .nav.nav-outline {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tab-panels {
        padding-top: 2rem;
    }

    .slider-nav-dots-simple .flickity-page-dots .dot {
        margin: 0 8px;
    }

    .hero-section .banner {
        min-height: 42rem;
    }
    .testimonials-section .testimonials-row .flickity-slider > .row {
        opacity: 1 !important;
        padding: 2rem;
    }

    .testimonials-section .testimonials-row .flickity-slider > .row > .col > .col-inner {
        padding: 3rem;
    }

    .timeline-wrapper .timeline-item {
        margin-top: 2rem;
    }

    .timeline-wrapper .timeline-item:first-child {
        margin-top: 0;
    }

    .timeline-wrapper .timeline-item .timeline-box {
        flex-wrap: wrap;
    }

    .timeline-wrapper .timeline-item .timeline-box .timeline-box-img {
        width: 100%;
        padding-right: 0;
        order: 1;
        background-color: var(--color-white);
        z-index: 1;
        padding-top: 2rem;
    }

    .timeline-wrapper .timeline-item .timeline-box .timeline-box-text {
        width: 100%;
        position: relative;
        font-size: 1em;
        padding: 0 0 0 5rem;
    }

    .timeline-wrapper .timeline-item.right .timeline-box .timeline-box-text {
        padding: 0 5rem 0 0;
    }

    .timeline-wrapper .timeline-item::before {
        left: 1rem;
        transform: translateX(0%);
    }

    .timeline-wrapper .timeline-item::after {
        left: 1rem;
        transform: translateX(0%);
    }

    .timeline-wrapper .timeline-item.right::before {
        left: auto;
        right: 1rem;
        transform: translateX(0%);
    }

    .timeline-wrapper .timeline-item .timeline-box .timeline-box-text::after {
        left: 3rem;
    }

    .timeline-wrapper .timeline-item .timeline-box .timeline-box-text::before {
        left: 1rem;
    }

    .timeline-wrapper .timeline-item.right::after {
        left: auto;
        right: 1rem;
        transform: translateX(0%);
    }

    .timeline-wrapper .timeline-item.right .timeline-box .timeline-box-text::after {
        content: '';
        position: absolute;
        width: 2rem;
        height: 0.4rem;
        background-color: var(--fs-color-primary);
        z-index: 3;
        right: 1rem;
        left: auto;
        top: 1.6rem;
        transform: translate(-50%, -50%);
    }

    .timeline-wrapper .timeline-item.right .timeline-box .timeline-box-text::before {
        right: 1rem;
    }

    .related-products-wrapper .product-section-title {
        font-size: 1.8rem;
      width: calc(100% - 3rem);
    }

    div#reviews.woocommerce-Reviews .star_box_left {
        flex-direction: column;
    }

    div#reviews.woocommerce-Reviews .star_box_left .reviews_bar {
        width: 100%;
        border: none;
    }

    .strap-collections-section .row .product-category.col {
        padding: 0 0.5rem 0rem;
    }

    .strap-collections-section .row .flickity-page-dots {
        display: none;
    }

    .strap-collections-section .box h5 {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    
     .strap-collections-section .box .desc {
         font-size:1.2rem
     }
     
     .shop-top-row .wpc-filter-chips-list .wpc-filter-chip a, body .wpc-filter-chips-list li.wpc-filter-chip a {
        font-size: 1.2rem;
        min-height: 3rem;
        line-height: 2.8rem;
    }

    .blog-archive #post-list .post-item .col-inner .box .box-image {
        transform: unset;
        min-width: 100%;
    }

    .add_to_cart_container .variations tbody {
        gap: 1rem;
    }

    #strap-finder {
        padding: 5rem 0 3rem;
    }

    .products-in-post.vertical .product-item > .col-inner {
        flex-wrap: wrap;
    }
    .products-in-post.vertical .product-item .product-image {
        width: 100%;
    }

    .search-group select {
        padding: 0rem 3rem 0rem 1rem;
        height: 5rem;
        max-width: 22rem;
        text-align: center;
    }

    #footer .accordion-item .accordion-title {
        color: #fff;
        border: none;
        background: transparent;
                text-transform: uppercase;
        font-size: 1.8rem;
    }

    .product-small .product-title a {
        font-size: 1.4rem;
    }

    .product-small .price-wrapper {
        font-size: 1.5rem !important;
    }

    .row-slider .flickity-prev-next-button svg {
        padding: 28% !important;
    }

    .section-title-container .section-title-bold span::after {
        content: unset;
    }

    .citizen-text p {
        font-size: 8rem;
    }

    .home .product-reviews-wrapper .review-item {
        padding: 1.5rem;
        max-width: 100%;
    }

    .testimonials-section .section-bg::before {
        top: 4rem;
    }

    .testimonials-section .section-bg::before .home {
        top: 7rem;
    }

    .hero-section .banner h2 {
        font-size: 3.6rem;
    }

    .blog-wrapper .page-header-wrapper {
        margin-bottom: 4rem;
    }

    .blog-single h1.entry-title {
        font-size: 2rem;
    }

    .term-row {
        margin-bottom: 2rem;
        padding: 4rem 1rem 0rem 1rem;
    }
    .strap-collections-section .row.row-large {
        margin-left: -10px;
        margin-right: -10px;
    }
    .strap-collections-section .row.row-large .product-category.col {
        padding: 0 1rem 2rem;
    }
    .filter-forms-container .widget {
        padding: 2rem;
    }
    
    .filter-forms-container .widget .widget-title {
        font-size: 2rem;
    }
    
    
    .watch-face-item .button {
        font-size:1.5rem;
    }
    
    #header .slider-wrapper .flickity-prev-next-button {
        display: block;
    }
        .collections-section .box .box-text {
        padding: 2rem 3rem 3rem;
    }
    
    body {
        margin-bottom:5rem;
    }
    #button-contact-vr {
        left: 0 !important;
        right: 0;
        transform: translate(0, 0%);
        height: fit-content;
        top: auto;
    }
    #gom-all-in-one {
        display: flex;
        align-items: stretch;
    }
    
    #button-contact-vr .button-contact {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        background-color: var(--fs-color-primary);
        width: auto;
        font-size: 1.2rem;
        font-weight: 500;
        color: var(--color-white);
        font-family: inherit;
        transition: all 0.3s;
        flex: 1;
    }
    #button-contact-vr .button-contact:hover {
        transform: translateX(0);
        background-color: var(--fs-color-primary);
    }
    #button-contact-vr .button-contact .phone-vr {
        width: 100%;
        height: 50px;
    }
    
    .phone-vr-circle-fill {
        width: 100%;
        height: 50px;
    }
    
    .phone-vr-img-circle {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-position: center 0.5rem !important;
        background-size: 2rem auto !important;
    }
    
    #zalo-vr .phone-vr-img-circle {
        background-position: center 0.2rem !important;
        background-size: 2.8rem auto !important;
    }
    
    #fanpage-vr .phone-vr a:after,
    #zalo-vr .phone-vr a:after,
    #phone-vr .phone-vr a:after,
    #promotion-vr .phone-vr a:after{
        text-align:center;
        margin-left: 0;
        padding-top: 3rem;
        line-height: 1;
    }
    
    #promotion-vr .phone-vr-img-circle img {
        left: 50%;
        top: 30%;
        max-height: 20px;
         max-width: 16px;
    }

}
