::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

@font-face {
    src: url('../fonts/MonteCarlo-Regular.ttf');
    font-family: "MonteCarlo";
}

@font-face {
    src: url('../fonts/CormorantGaramond-Regular.ttf');
    font-family: "CormorantGaramond";
}

@font-face {
    src: url('../fonts/BioRhyme-Regular.ttf');
    font-family: "BioRhyme";
    font-weight: normal;
}

@font-face {
    src: url('../fonts/BioRhyme-Bold.ttf');
    font-family: "BioRhyme";
    font-weight: bold;
}

.absolute-footer, html {
    background-color: #fff !important;
}

.absolute-footer {
    display: none;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-8 {
    padding: 0px 6px !important;
}

.row-12 {
    padding: 0px 9px !important;
}

.pd-8, .row-8 .product-small.col {
    padding: 0px 9px 18px 9px !important;
}

.pd-12, .row-12 .product-small.col {
    padding: 0px 6px 12px 6px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_home {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    border-radius: 12px 12px 12px 12px !important;
    margin: 0 !important;
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#masthead .header-hotline {
    display: flex;
    gap: 20px;
    align-items: center;
}

div#masthead .header-hotline a {
    color: var(--primary-color);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

div#masthead .header-hotline a svg {
    height: 22px;
    fill: var(--primary-color);
    width: 22px;
}

div#masthead i.icon-shopping-cart {
    color: var(--primary-color);
    font-size: 15px;
}

div#masthead i.icon-shopping-cart:before {
    font-size: 15px;
}

div#masthead i.icon-user:before {
    content: '\f007';
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    color: var(--primary-color);
}

div#masthead li.header-divider {
    height: 20px !important;
    border-color: var(--primary-color) !important;
}

div#masthead li.account-item.has-icon.has-dropdown a {
    padding: 0;
}

.header-line {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25px;
}

.header-line img {
    width: 40px;
    height: 40px !important;
    object-fit: contain !important;
}

div#masthead {
    margin-bottom: 15px;
}

.line-dot {
    width: 100%;
    height: 1px;
    background: var(--primary-color);
}

/**header**/
div#wide-nav .flex-row.container {
    max-width: 1325px !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li {
    margin-right: 15px !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li a {
    color: #000000 !important;
    font-weight: 300;
    text-transform: unset !important;
    font-size: 16px !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li a:hover, div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li.active a {
    color: var(--primary-color) !important;
}

div#wide-nav input#woocommerce-product-search-field-0 {
    box-shadow: unset !important;
    border-color: var(--primary-color) !important;
    border-radius: 5px !important;
    padding-left: 35px;
}

div#wide-nav button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    box-shadow: unset !important;
    background: transparent !important;
    color: #000 !important;
    border: 0px !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
}

.header-menu-sub span.ux-menu-link__text {
    color: #000 !important;
}

.header-menu-sub span.ux-menu-link__text:hover {
    color: var(--primary-color) !important;
}

/**custom**/
.plyr.plyr--stopped .plyr__controls {
    display: none
}

.bt-video {
    position: relative;
}

.bt-video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.bt-video iframe {
    width: 100%;
    height: 100%
}

.plyr__controls {
    display: none !important;
}

@media only screen and (max-width: 768px) {

}

.cart-wrapper {
    width: 1280px !important;
    margin: 30px auto;
}

h1.cart-title {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 25px 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail {
    min-width: auto !important;
    width: 120px !important;
    text-align: center;
}


#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
    height: 65px;
    object-fit: contain;
}

.jet-woo-product-price del span, .jet-woo-product-price del {
    color: gray !important;
    font-weight: normal !important;
    font-size: 15px;
}

.banner_product {
    width: 100%;
}

.banner_product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gtranslate_wrapper {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .cart-wrapper {
        width: 100% !important;
    }
}

.single_variation_wrap .onsale {
    position: unset !important;
    margin: 0 !important;
}

.woocommerce-variation.single_variation {
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce-variation-description {
    display: none;
}

.elementor-widget-jet-single-sale-badge {
    display: none;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a, nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li {
    background: #fff !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li.current_page_item a {
    background: #B28E72 !important;
    color: #fff !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a:hover {
    background: #B28E72 !important;
    color: #fff !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li.current_page_item .elementor-nav-menu .sub-arrow svg {
    fill: #fff !important;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li .sub-arrow {
    color: #fff !important;
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    padding: 0 !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li a > i {
    display: none;
}

/**footer**/
#footer .footer-description {
    color: #D7D7D7;
    font-family: "MonteCarlo";
    font-size: 31px;
    font-weight: 300;
}

#footer .footer-address p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

#footer .footer-padding {
    padding: 3% 5% 0% 5%;
}

#footer .footer-title h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}

#footer .footer-menu a {
    padding: 0 !important;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 300;
    min-height: unset;
}

#footer .footer-menu a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

#footer .footer-social {
    display: flex;
    gap: 5px;
}

#footer .footer-social a img {
    width: 36px;
    border-radius: 99px;
}

/**home title**/
.home-title p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    color: var(--primary-color);
    width: 70%;
    margin: 0 auto 0;
}

.home-title h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}

.color-dark h3 {
    color: #000 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    margin: 0;
}

.color-dark p {
    color: #000 !important;
}

.home-line {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 15px;
}

.home-line-img img {
    width: 40px;
}

/**dat lich**/
.input_register {
    background-color: #F5F3ED !important;
    border-radius: 12px 12px 12px 12px !important;
    border-color: var(--primary-color) !important;
    box-shadow: unset !important;
}

.button_register {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    border-radius: 12px 12px 12px 12px !important;
    margin: 0px !important;
}

.main-padding {
    padding: 0 4% 0 4%;
}

.row-padding {
    padding: 0 calc(4% + 8px) 0 calc(4% + 8px) !important;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

.col-6 {
    flex-basis: 52% !important;
    max-width: 52% !important;
}

/**post**/
.post-item {
    background: #fff;
    width: 100%;
    transition: .3s ease-in-out
}

.post-item .post-thumbnail {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    overflow: hidden;
    transition: .3s ease-in-out
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-in-out
}

.post-item .product-desc .product-desc {
    color: #888888;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.post-item:hover .post-thumbnail img {
    transform: scale(1.1)
}

.post-item .post-content {
    width: 100%;
    padding: 15px 0;
}

.post-item .post-date span.Y {
    font-size: 36px
}

.post-item .post-date {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 16px
}

.post-item .post-content .post-title a {
    color: #54595F;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -.54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all .3s;
    text-align: center;
}

.post-item .post-content .post-title a:hover {
    color: var(--primary-color)
}

.post-item .post-content p.date {
    color: #4f4f4f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0
}

.post-item .post-content .article-btn {
    margin: 20px 0 0 0
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 0;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 5px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 0px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 39px;
    height: 39px;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    box-shadow: unset;
    border-radius: 50% !important;
    color: var(--primary-color);
    margin: 0 !important;
    font-size: 20px;
    margin: 0;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

body .swiper-button-next {
    right: 10px;
}

body .swiper-button-prev {
    left: 10px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

/**category**/
.category-description {
    font-weight: 300;
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 16px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**abouts**/
.abouts .box-text.text-center {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.abouts h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 12px !important;
    color: #000;
    margin-bottom: 15px !important;
}

.abouts h4 > a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3em;
    color: #000;
    text-decoration: unset !important;
}

.abouts p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
}

.abouts-gt p.abouts-title {
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.5em;
    margin: 0 !important;
}

.abouts-gt h4, .abouts-gt h1 {
    color: #000000;
    font-family: "MonteCarlo", Sans-serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 !important;
    text-transform: capitalize !important;
}

.abouts-gt .abouts-content {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.thumb-slide {
    position: absolute !important;
    left: 51%;
    transform: translateX(-50%);
    bottom: -135px;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5em;
}

.font-72 {
    font-size: 72px !important;
    line-height: 1.5em;
}

.col-w-5 {
    flex-basis: 20% !important;
    max-width: 20% !important;
}

.banner_main h4 {
    color: #000 !important;
}

.banner_width .banner-layers.container {
    max-width: 100%;
    padding: 0 5% 0 5% !important;
}

.abouts a {
    font-size: 14px;
    text-decoration: underline;
    margin: 5px 0 0 0;
}

.abouts a:hover {
    color: var(--primary-color)
}

/**category**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

section.banner-category {
    width: 100%;
    position: relative;
}

section.banner-category img {
    width: 100%;
}

.banner-category-main {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

/**product item**/
section.category-entry {
    margin: 35px 0;
}

.product-small.box {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B28F73;
    border-radius: 0px 0px 0px 0px;
    padding: 0px;
}

.product-small.box .box-text.box-text-products {
    padding: 8px 12px 8px 12px;
    margin: 10px 0px 10px 0px;
}

.product-small.box p.name.product-title.woocommerce-loop-product__title {
    margin: 0 0 10px 0;
}

.product-small.box p.name.product-title.woocommerce-loop-product__title a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}

.product-small.box .price-wrapper ins span, .product-small.box .price-wrapper span {
    font-size: 16px !important;
    color: var(--primary-color);
    font-weight: 400;
}

.product-small.box .price-wrapper del span {
    font-size: 14px !important;
    color: gray !important;
    font-weight: normal !important
}

.category-abouts p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    color: var(--primary-color);
}

.category-abouts h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.5em;
    color: var(--primary-color);
}

section.category-excerpt {
    margin: 30px 0;
}

/**product**/
h1.product-title.product_title.entry-title {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}

.product-info .price-wrapper ins {
    color: #1D1C3D !important;
    font-weight: 700;
}

.cs-bemiie .cs-bemiie-header {
    background-color: #F2F2F2;
    margin: 0px 0px 0px 0px;
    padding: 8px 5px 8px 10px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #B47E00;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.cs-bemiie .cs-bemiie-body {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B47E00;
    border-radius: 0px 0px 10px 10px;
}

.cs-bemiie .cs-bemiie-body p {
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}

.cs-bemiie .cs-bemiie-body p svg {
    width: 14px;
    fill: var(--primary-color);
}

.cs-bemiie .cs-bemiie-body p {
    margin: 0;
}

.cs-bemiie .cs-bemiie-body p:not(:last-child) {
    margin-bottom: 10px !important;
}

.product-document {
    margin: 0 0 25px 0;
}

.product-document a svg {
    width: 1em;
}

.product-document a {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 99px;
    border-color: #B47E00;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
}

.ux-quantity.quantity.buttons_added {
    width: 100px;
}

button.single_add_to_cart_button.button.alt {
    width: calc(100% - 116px);
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px 5px 5px 5px;
}

input.ux-quantity__button.ux-quantity__button--minus.button.minus.is-form {
    background: #f7f8f9 !important;
    border-radius: 5px 0 0 5px !important;
}

input.ux-quantity__button.ux-quantity__button--plus.button.plus.is-form {
    background: #f7f8f9 !important;
    border-radius: 0 5px 5px 0 !important;
}

input.qty {
    box-shadow: unset !important;
    height: 50px !important;
    background: #f7f8f9;
}

table.variations label {
    font-size: 17px;
    font-weight: 400;
}

.variations td, .variations th {
    padding-top: calc(5px / 2);
    padding-bottom: calc(5px / 2);
}

table.variations .label {
    width: 30%;
}

/**support**/
.support-bemiie {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px 0;
}

.support-bemiie .support-title {
    font-size: 18px;
    font-weight: 400;
}

.support-bemiie .support-list {
    display: flex;
    gap: 10px;
}

.support-bemiie .support-list a svg, .support-bemiie .support-list a img {
    width: 38px !important;
    height: 38px !important;
}

.product-hotline {
    margin: 0 0 15px 0;
}

.product-hotline a {
    display: flex;
    align-items: center;
    color: #FF0000 !important;
    gap: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.product-hotline a svg {
    width: 1em;
    height: 1em;
    fill: #FF0000;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    text-align: center;
    border: 0 !important;
}

.related.related-products-wrapper.product-section {
    border: 0 !important;
}

.swiper-container {
    position: relative;
}

.post-related {
    margin: 30px 0;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.badge-container.absolute.left.top.z-1 .onsale {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    padding: 4px 8px 4px 8px;
    border-radius: 10px;
    background: var(--primary-color) !important;
    color: #fff;
}

.badge-container.absolute.left.top.z-1 {
    margin: 10px;
}

p.custom-text-below-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #201747;
}

.product-info .price-wrapper {
    margin: 0;
}

.header-menu-sub .row {
    max-width: 100% !important;
    margin: auto !important;
}

.menu-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.header-submenu a {
    padding: 0 !important;
    min-height: unset;
    margin-bottom: 10px;
    color: #1D1C3D;
    font-size: 15px;
    font-weight: 300 !important;
}

.header-submenu a:hover {
    color: var(--primary-color)
}

section.product-sidebar {
    margin: 30px 0 0 0;
}

.filters-container form {
    margin: 0px !important;
}

aside#yith-woocommerce-ajax-navigation-filters-2 {
    margin: 0 !important;
}

.yith-wcan-filters {
    margin: 0 !important;
}

/**abouts**/
.page-abouts h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5em;
}

.accordion.accordion-question .accordion-title {
    border-top: 0;
    border-bottom: 1px solid #f2f2f2 !important;
    font-size: 16px;
    padding-left: 0 !important;
}

.accordion.accordion-question .accordion-title.active {
    background: transparent !important;
    font-weight: 300;
}

.accordion.accordion-question .toggle {
    right: 0;
    left: unset !important;
    position: absolute !important;
}

.accordion.accordion-question .accordion-inner p {
    margin: 0 0 10px 0;
}

.accordion.accordion-question .accordion-inner {
    padding: 15px 0;
    color: #888888;
    font-size: 16px;
}

.button_tab .button_home {
    margin: 0 5px 10px 5px !important;
}

.post-item2 .post-content .post-title a {
    color: #000;
    text-align: left;
}

.post-item .post-desc {
    color: #636363;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
}

.post-item .post-link a {
    font-size: 14px;
    text-decoration: underline;
    margin: 10px 0 0 0;
}

.post-item .post-link a:hover {
    color: var(--primary-color)
}

.cat_title h1 {
    font-size: 24px;
    font-weight: 400;
}

.cat_title {
    text-align: center;
}

.cat_line {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 15px 0 0 0;
}

.cat_line .cat_icon svg {
    width: 1em;
    fill: var(--primary-color);
}

.cat_line .cat_dot {
    width: 50px;
    height: 1px;
    background: var(--primary-color);
}

section.category-title {
    margin: 30px 0 0 0;
}

/**single**/
header#header-single {
    margin: 0 0 20px 0;
}

header#header-single h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
}

/**widget**/
.widget-title {
    background: var(--primary-color);
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 4px !important;
    position: relative;
    margin: 0;
    font-size: 20px !important;
    text-transform: uppercase !important;
    text-align: center;
    font-weight: 400 !important;
}

.widget-category {
    padding: 15px;
}

.widget-category ul li a {
    color: #333;
    font-size: 15px;
}

.widget-category ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list {
    padding: 15px;
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap;
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}


.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 80px;
    height: 60px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title {
    display: inline-block;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: left;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .product-price {
    font-size: 13px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins span {
    color: var(--primary-color) !important;
}

.widget-post-list.product_box {
    padding: 15px 0;
}

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

.widget_categories ul li {
    border: 0px !important;
}

.widget_categories ul li a {
    padding: 13px 20px !important;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    background: #f5f3ed;
}

.widget_categories ul li a:hover {
    color: var(--primary-color)
}

span.widget-title {
    padding: 8px 4px !important;
}

.bg-widget {
    background: #f5f3ed;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 24px;
}

.font-52 {
    font-size: 52px !important;
    line-height: 62px !important;
}

.step-star h2 p {
    margin: 0;
    font-weight: 400;
}

.step-star h2 .number {
    width: 30px;
    height: 30px;
    border: 1px solid #CECECE;
    display: inline-block;
    border-radius: 99px;
    text-align: center;
    line-height: 30px;
    color: #CECECE;
    font-size: 18px;
}

.step-star h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.step-star p {
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5em;
    margin-top: 15px;
}

.gtranslate_wrapper {
    display: flex;
    gap: 10px;
}

.gtranslate_wrapper a {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}

.header-link a {
    color: var(--primary-color);
    font-size: 16px;
    text-decoration: underline;
}

/**abouts**/
.page-our {
    font-family: "CormorantGaramond", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5em;
}

.history-label {
    font-family: "CormorantGaramond", Sans-serif;
    font-size: 86px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 86px;
    letter-spacing: 0em;
    word-spacing: 0px;
}


.history-content {
    margin-top: 40px;
}

.history-content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.history-content h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

div#comments {
    display: none;
}

.button_home_outline {
    border-radius: 99px 99px 99px 99px !important;
    padding: 14px 25px 14px 25px !important;
    border-color: #000 !important;
    color: #000 !important;
}

.button_home_outline:hover {
    color: #fff !important;
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.tab-information ul li.active a {
    color: #fff;
}

.tab-information ul li a {
    font-weight: 400;
    font-size: 16px;
    border-radius: 0 !important;
    color: #000;
}

.page-toc-mucluc {
    border: 1px solid #9da5ae;
    width: 100%;
}

.page-toc-mucluc .page-toc-header {
    border-bottom: 1px solid #9da5ae;
    text-align: left;
    font-weight: 400;
    padding: 8px;
    font-size: 18px;
}

.page-toc-mucluc ol {
    padding: 20px !important;
}

.page-toc-mucluc ol li {
    margin: 0 0 10px 0;
}

.page-toc-mucluc ol li a {
    color: #000;
    font-size: 16px;
}

.page-toc-mucluc ol li a:hover {
    color: var(--primary-color)
}

.page-toc h4 {
    text-transform: uppercase;
    font-weight: 400;
}

.entry-content a {
    color: var(--primary-color);
}

.banner_product {
    width: 100%;
    height: 100%;
}

.banner_product img {
    width: 100%;
    height: 100%;
}

p.font-16 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}

.video-width {
    position: relative;
    width: 95%;
    padding-bottom: 53.25%;
    height: 0;
}

.video-width iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.category-question {
    margin: 40px 0;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
    border: 0 !important;
    padding: revert-layer;
    color: var(--primary-color);
    font-size: 16px;
    padding-left: 22px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after, .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after {
    background-image: url("../images/arrow-down.svg") !important;
    right: unset;
    left: 0;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened + .filter-content {
    box-shadow: unset;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
    width: 350px;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content {
    box-shadow: unset !important;
    position: unset !important;
    border: 0 !important;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer {
    display: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-weight: 300;
    font-size: 16px;
}

.gtranslate_wrapper {
    display: flex;
    gap: 10px;
    width: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

article.box__post .home-title h3 {
    text-transform: uppercase;
}

.feedback h4 {
    font-weight: 700;
}

.feedback h4 a {
    font-weight: 700 !important;
}

.feedback p.overview-review {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_title h1 {
    color: #000 !important;
    font-size: 36px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5em;
}

.page_title .title-content.flex-col {
    display: none;
}

.feedback-dot {
    color: var(--primary-color);
    font-family: "BioRhyme";
    font-size: 140px;
    font-weight: 700;
    text-transform: none;
    line-height: 0.8em;
    border-right: 1px solid #000;
    margin-right: 20px !important;
    padding-left: 20px;
}

.feedback-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

.page-slogan {
    color: #000000;
    font-family: "Lexend", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.5em;
    text-align: center;
}

h3.font-weight {
    color: #000 !important;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5em;
}

.page-abouts-content {
    color: #000;
}

.banner_review .banner-layers.container {
    width: calc(100% - 80px) !important;
    max-width: calc(100% - 80px) !important;
}

.form-footer {
    display: none;
    width: 90%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.form-show {
    display: block;
}

.form-not-fixed {
    position: unset !important;
    transform: unset !important;
}

.form-footer .form-container {
    background: var(--primary-color);
    width: 100%;
    padding: 10px 20px;
}

.form-footer .form-flex input {
    margin: 0px !important;
}

.form-footer .form-flex p {
    display: flex;
    align-items: center;
    gap: 20px;
}

.input_not_border::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.input_not_border {
    background: transparent !important;
    border: 0 !IMPORTANT;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: unset !important;
    font-size: 14px;
}

.button_footer {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 16px !important;
    background: #fff !important;
    color: var(--primary-color) !important;
    box-shadow: unset !important;
    margin: 0;
}

.formTitle strong {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
}

.formTitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #fff;
}

div#formRegister {
    background: var(--primary-color);
}

.mobile-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.mobile-title strong {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
}

.mfp-container {
    padding: 15px !important;
}

div#formRegister .input_not_border {
    margin-bottom: 25px !important;
}

.img-nhan {
    position: absolute !important;
    right: 0;
    bottom: -25px !important;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 300;
    color: #979797;
}

.post-meta .meta-share {
    color: #000;
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-meta .meta-share .meta-share-list {
    display: flex;
    gap: 10px;
}

.post-meta .meta-share .meta-share-list a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 99px;
    text-align: center;
    line-height: 30px;
    background: #3b5998;
    color: #fff;
}

.post-meta .meta-share .meta-share-list a.twitter {
    background: #1da1f2;
}

.post-meta .meta-share .meta-share-list a.linkedin {
    background: #0077b5;
}

.post-meta .meta-share .meta-share-list a.whatsapp {
    background: #25d366;
}

/** css nút liên hệ **/
.arcontactus-widget.right.arcontactus-message {
    right: 30px;
}

.arcontactus-widget.right.arcontactus-message {
    bottom: 100px;
}

.arcontactus-message-button {
    background-color: #B28E72 !important;
}

.arcontactus-widget .arcontactus-message-button.pulsation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.arcontactus-widget.md .arcontactus-message-button, .arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px
}

.arcontactus-widget {
    opacity: 0;
    transition: .2s opacity
}

.arcontactus-widget * {
    box-sizing: border-box
}

.arcontactus-widget.left.arcontactus-message {
    left: 20px;
    right: auto
}

.arcontactus-widget.left .arcontactus-message-button {
    right: auto;
    left: 0
}

.arcontactus-widget.left .messangers-block {
    right: auto;
    left: 0;
    -webkit-transform-origin: 10% 105%;
    -ms-transform-origin: 10% 105%;
    transform-origin: 10% 105%
}

.arcontactus-widget.left .callback-countdown-block {
    left: 0;
    right: auto
}

.arcontactus-widget.left .callback-countdown-block::before, .arcontactus-widget.left .messangers-block::before {
    left: 25px;
    right: auto
}

.arcontactus-widget.md .callback-countdown-block, .arcontactus-widget.md .messangers-block {
    bottom: 70px
}

.arcontactus-widget.md.left .callback-countdown-block:before, .arcontactus-widget.md.left .messangers-block:before {
    left: 21px
}

.arcontactus-widget.md.right .callback-countdown-block:before, .arcontactus-widget.md.right .messangers-block:before {
    right: 21px
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px
}

.arcontactus-widget.md .arcontactus-message-button .callback-state, .arcontactus-widget.md .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button, .arcontactus-widget.sm.arcontactus-message {
    width: 50px;
    height: 50px
}

.arcontactus-widget.sm .callback-countdown-block, .arcontactus-widget.sm .messangers-block {
    bottom: 60px
}

.arcontactus-widget.sm.left .callback-countdown-block:before, .arcontactus-widget.sm.left .messangers-block:before {
    left: 16px
}

.arcontactus-widget.sm.right .callback-countdown-block:before, .arcontactus-widget.sm.right .messangers-block:before {
    right: 16px
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.sm .arcontactus-message-button .static {
    margin-top: -16px
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px
}

.arcontactus-widget.active {
    opacity: 1
}

.arcontactus-widget .icons.hide, .arcontactus-widget .static.hide {
    opacity: 0;
    transform: scale(0)
}

.arcontactus-widget.arcontactus-message {
    z-index: 10000;
    right: 20px;
    bottom: 20px;
    position: fixed !important;
    height: 54px;
    width: 54px
}

.arcontactus-message-button .icons-line span {
    color: #B28E72 !important;
}

@media (max-width: 768px) {
    .arcontactus-widget.arcontactus-message {
        bottom: 150px !important;
        right: 16px !important;
    }
}

.arcontactus-widget .arcontactus-message-button {
    width: 54px;
    position: absolute;
    height: 54px;
    right: 0;
    background-color: red;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.arcontactus-widget .arcontactus-message-button p {
    font-family: Lexend, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0
}

.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite
}

.arcontactus-widget .arcontactus-message-button .icons {
    background-color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -19px
}

.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    text-align: center
}

.arcontactus-widget .arcontactus-message-button .static img {
    display: inline
}

.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #FFF
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
    margin-top: -12px
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.arcontactus-widget .pulsation.stop {
    -webkit-animation: none;
    animation: none
}

.arcontactus-widget .icons-line {
    top: 6px;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: cubic-bezier(.13, 1.49, .14, -.4);
    -o-transition: cubic-bezier(.13, 1.49, .14, -.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    height: 24px;
    transition: .2s all
}

.arcontactus-widget .icons, .arcontactus-widget .static {
    transition: .2s all
}

.arcontactus-widget .icons-line.stop {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.arcontactus-widget .icons-line span {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: red
}

.arcontactus-widget .icons-line span i, .arcontactus-widget .icons-line span svg {
    width: 24px;
    height: 24px
}

.arcontactus-widget .icons-line span i {
    display: block;
    font-size: 24px;
    line-height: 24px
}

.arcontactus-widget .icons-line img, .arcontactus-widget .icons-line span {
    margin-right: 40px
}

.arcontactus-widget .icons.hide .icons-line {
    transform: scale(0)
}

.arcontactus-widget .icons .icon:first-of-type {
    margin-left: 0
}

.arcontactus-widget .arcontactus-close {
    color: #FFF
}

.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
    display: block
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.arcontactus-widget .arcontactus-prompt, .arcontactus-widget .messangers-block {
    background: center no-repeat #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    width: 210px;
    position: absolute;
    bottom: 80px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000
}

.arcontactus-widget .arcontactus-prompt:before, .arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 20px;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: ''
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block, .arcontactus-widget .messangers-block.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.arcontactus-widget.left .arcontactus-prompt {
    left: 80px;
    right: auto;
    transform-origin: 0 50%
}

.arcontactus-widget.left .arcontactus-prompt:before {
    border-right: 8px solid #FFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: auto;
    left: -15px
}

.arcontactus-widget.md .arcontactus-prompt {
    bottom: 5px
}

.arcontactus-widget.md.left .arcontactus-prompt {
    left: 70px
}

.arcontactus-widget.md.right .arcontactus-prompt {
    right: 70px
}

.arcontactus-widget.sm .arcontactus-prompt {
    bottom: 0
}

.arcontactus-widget.sm.left .arcontactus-prompt {
    left: 60px
}

.arcontactus-widget.sm.right .arcontactus-prompt {
    right: 60px
}

.arcontactus-widget .arcontactus-prompt {
    color: #787878;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: auto;
    bottom: 0px;
    right: 70px;
    white-space: nowrap;
    padding: 18px 20px 14px
}

.arcontactus-widget .arcontactus-prompt:before {
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #FFF;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px
}

.arcontactus-widget .arcontactus-prompt.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    z-index: 100;
    height: 14px;
    width: 14px;
    padding: 2px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
    height: 10px;
    width: 10px;
    display: block
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
    border-radius: 10px;
    display: inline-block;
    left: 3px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 50px
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 2px;
    -webkit-animation: arcontactus-updown 2s infinite;
    animation: arcontactus-updown 2s infinite
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
    animation-delay: .1s
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
    animation-delay: .2s
}

/* ///////// */
.arcontactus-widget .messangers-block.sm .messanger {
    padding-left: 50px;
    min-height: 44px
}

.arcontactus-widget .messangers-block.sm .messanger span {
    height: 32px;
    width: 32px;
    margin-top: -16px
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px
}

.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none
}

.arcontactus-widget .messanger:hover {
    background-color: #EEE
}

.arcontactus-widget .messanger:before {
    background-repeat: no-repeat;
    background-position: center
}

.arcontactus-widget .messanger.facebook span {
    background: #0084ff
}

.arcontactus-widget .messanger.viber span {
    background: #7c529d
}

.arcontactus-widget .messanger.telegram span {
    background: #2ca5e0
}

.arcontactus-widget .messanger.skype span {
    background: #31c4ed
}

.arcontactus-widget .messanger.email span {
    background: #ff8400
}

.arcontactus-widget .messanger.contact span {
    background: #7eb105
}

.arcontactus-widget .messanger.call-back span {
    background: #54cd81
}

.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color) !important;
    margin-right: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle
}

.arcontactus-widget .messanger span i, .arcontactus-widget .messanger span svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px
}

.arcontactus-widget .messanger span i {
    font-size: 24px;
    line-height: 24px
}

.arcontactus-widget .messanger p {
    margin: 0;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, .87)
}

@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@media (max-width: 468px) {
    .arcontactus-widget.opened.arcontactus-message, .arcontactus-widget.opened.left.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px
    }
}

@keyframes arcontactus-updown {
    0%, 100%, 43% {
        transform: translate(0, 0)
    }
    25%, 35% {
        transform: translate(0, -10px)
    }
}

@-webkit-keyframes arcontactus-updown {
    0%, 100%, 43% {
        transform: translate(0 0)
    }
    25%, 35% {
        transform: translate(-10px 0)
    }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes arcontactus-show-stat {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    21%, 84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes arcontactus-show-stat {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    21%, 84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes arcontactus-show-icons {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    21%, 84% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes arcontactus-show-icons {
    0%, 100%, 20%, 85% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    21%, 84% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/**cat title**/
.cat_title h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

.page-template .cat_title h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

.about-img img {
    border-radius: 10px !important;
}

.box-ht img {
    border-radius: 10px !important;
}

.box-ht h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.box-ht p {
    font-size: 16px;
    font-weight: 300;
}

.box-ht .box-text.text-center {
    padding-top: 15px !important;
}

.abouts-page h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.flex-center .col-inner {
    display: flex;
    justify-content: center;
}

.flex-center .abouts-page {
    width: auto;
    display: inline-block;
}

.review .review-desc {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 2em;
    margin: 0 0 20px 0;
}

.review h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
}

.review p {
    color: rgba(0, 0, 0, 0.37);
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 0.9em;
}

h3.title2 {
    color: #1B365D;
    font-size: 26px;
    font-weight: 500;
}

.cat_2 .cat_line .cat_dot {
    width: 100%;
}

.cat_2 .cat_line {
    width: 37%;
    margin: 15px auto 0;
}

.form-calendar label {
    color: #B47E00;
    font-size: 16px;
    font-weight: 300 !important;
}

.input_calendar, .select_calendar {
    background-color: #F8F4EB !important;
    border-radius: 10px 10px 10px 10px !important;
    font-size: 14px;
    color: #201747 !important;
    box-shadow: unset !important;
    border: 1px solid #69727d !important;
}

.button_calendar {
    background: #B47E00 !important;
    width: 100%;
    border-radius: 10px !important;
    font-size: 16px;
}

.banner_tv img {
    border-radius: 10px !important;
}

.banner_tv .box-text.text-center {
    padding-top: 20px;
}

.banner_tv h4 {
    color: #1B365D;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px !important;
}

.banner_tv p {
    text-align: center;
    font-size: 16px;
}

.accordion.accordion-question .toggle i:before {
    content: '\2b';
    font-family: "Font Awesome 6 Pro" !important;
    color: var(--primary-color) !important;
    font-weight: 300;
}

.accordion.accordion-question .toggle {
    transform: unset !important;
}

.accordion.accordion-question .accordion-title.active i:before {
    content: '\f068' !important;
    font-weight: 300;
    font-size: 18px;
}

table.variations {
    margin: 10px 0 0 0 !important;
}

/* .product-main .badge-container.absolute.left.top.z-1 {
    margin: 10px;
    position: unset !important;
} */

.productPriceOld {
    display: flex;
    align-items: center;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-tabs.nav-normal.nav-left li {
    margin: 0 !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-tabs.nav-normal.nav-left li {
    border-radius: 4px 4px 0 0;
    border: 1px solid #cfc8d8 !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-tabs.nav-normal.nav-left li a {
    background: #DFDFDF !important;
    border: 0 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: unset !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-tabs.nav-normal.nav-left li.active a {
    background: #fff !important;
    border-radius: 4px 0 0 !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-tabs.nav-normal.nav-left li {
    margin: 0 -5px 0 0 !important;
}

a#top-link {
    z-index: 99999 !important;
}

a#top-link {
    border: 0;
    color: var(--primary-color);
    font-size: 20px
}

a#top-link i:before {
    content: '\f062';
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
}

a#top-link:hover {
    background: transparent !important
}

.stuck div#masthead {
    display: none;
}

.header-menu-sub a {
    color: #000 !important;
}

.woocommerce-tabs .nav-tabs + .tab-panels {
    padding: 16px !important;
}

.col-left .col-inner {
    text-align: left;
}

.product-short-description {
    margin: 10px 0;
}

.swiper-slide .product-small.col {
    padding: 0 !important;
}

.menu-container {
    top: 0;
    left: 0;
    z-index: 999;
}

div#menu-search {
    margin: 30px 0 15px 0;
    position: relative;
}

input.form-search {
    box-shadow: unset !important;
    background: #f2f2f2 !important;
    border: 0;
}

button.button_search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    padding: 0;
    margin: 0;
}

.banner_product_col .col-inner {
    position: relative;
    height: 100%;
}

.banner_product {
    position: absolute;
    top: 0;
    height: 100%;
}

.banner_product_col .col-inner:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.banner_product_col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s;
}

button#open-menu i {
    color: var(--primary-color);
}

button#open-menu {
    padding: 0;
    color: var(--prirmary-color) !important;
    font-size: 20px;
}

.price-slider-min, .price-slider-max {
    display: none !important;
}

.slide_love h4 {
    font-size: 52px !important;
}

.video-width {
    margin-bottom: -8px;
}

a.menu-all {
    font-weight: 700 !important;
    color: #000 !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li.active .header-menu-sub a {
    color: #000 !important;
}

div#wide-nav ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase li.active .header-menu-sub a:hover {
    color: var(--primary-color) !important;
}

footer#footer {
    padding-bottom: 80px !important;
}

.header-menu-sub {
    align-items: start !important;
}

.header-menu-sub .col.medium-3 {
    height: 520px;
}

.product-short-description {
    margin: 10px 0;
    display: none;
}

.banner h4 a:hover {
    color: var(--primary-color) !important;
}

input.form-search {
    border-color: var(--primary-color) !important;
    background: transparent !important;
}

button.button_search {
    color: var(--primary-color) !important;
}