/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
    color: var(--fs-color-primary);
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: var(--fs-color-primary);
}

@font-face {
    font-family: 'y_an_font';
    src: url("assets/fonts/y_an_font.eot?57q59x");
    src: url("assets/fonts/y_an_font.eot?57q59x#iefix") format("embedded-opentype"), url("assets/fonts/y_an_font.ttf?57q59x") format("truetype"), url("assets/fonts/y_an_font.woff?57q59x") format("woff"), url("assets/fonts/y_an_font.svg?57q59x#y_an_font") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="yan-icon-"],
[class*=" yan-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'y_an_font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.yan-icon-facebook-message:before {
    content: "\e911";
}

.yan-icon-phone-ring:before {
    content: "\e912";
}

.yan-icon-shopping:before {
    content: "\e913";
}

.yan-icon-menu-toggle:before {
    content: "\e910";
}

.yan-icon-trash:before {
    content: "\e90e";
}

.yan-icon-search:before {
    content: "\e90d";
}

.yan-icon-clock:before {
    content: "\e900";
}

.yan-icon-shopping-cart:before {
    content: "\e901";
}

.yan-icon-user:before {
    content: "\e902";
}

.yan-icon-adward:before {
    content: "\e903";
}

.yan-icon-cash-back:before {
    content: "\e904";
}

.yan-icon-facebook:before {
    content: "\e905";
}

.yan-icon-fire-wall:before {
    content: "\e906";
}

.yan-icon-instagram:before {
    content: "\e907";
}

.yan-icon-mail:before {
    content: "\e908";
}

.yan-icon-map-pin:before {
    content: "\e909";
}

.yan-icon-phone:before {
    content: "\e90a";
}

.yan-icon-ship:before {
    content: "\e90b";
}

.yan-icon-zalo:before {
    content: "\e90c";
}

/**
 * Basic typography style for copy text
 */


.video > p {
    margin:0 !important;
}

.header {
    color: #fff;
}


#header .header-nav-main > li > a {
    position: relative;
}


#header .header-nav-main > li > a:after {
    content: '';
    display:block;
    width:0%;
    height:1px;
    position: absolute;
    left:0;
    bottom:0;
    background-color: currentColor;
    transition: width 0.3s ease-in 
}

#header .header-nav-main > li.active > a:after,
#header .header-nav-main > li:hover > a:after {
    width:100%;
}


#header .sub-menu  {
    display:block;
    border: none;
}

#header .sub-menu li {
      display:block;
      width: 100%;
    border: none;
}
#header .sub-menu .sub-menu {
    display:none !important;
    position:absolute;
    left:100%;
    top:0;
    z-index:10;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
    min-width: 260px;
} 

#header .nav-dropdown>li.image-column,
#header .nav-dropdown>li.nav-dropdown-col {
    white-space: normal;

}


#header .sub-menu li {
    position:relative;
}


#header .sub-menu li:hover > .sub-menu  {
    display:block !important;
}

#header .nav-dropdown .menu-item-has-children>a, 
#header .nav-dropdown .nav-dropdown-col>a, 
#header .nav-dropdown .title>a {
    color: #000;
    font-size: 1em;
    font-weight: 500;
    text-transform: initial;
    color: rgba(74, 74, 74, .85);
}

.header .header-wrapper .header-top .header-cart-link:hover strong {
    background-color: #e24747 !important;
}

.header .header-wrapper .header-top .cart-icon.image-icon {
    font-family: 'y_an_font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .header-wrapper .header-top .cart-icon.image-icon:before {
    font-size: 20px;
    content: "\e901";
}

.header .header-wrapper .header-top .cart-icon.image-icon strong {
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    font-size: 11px;
    position: absolute;
    top: -12px;
    right: -10px;
    line-height: 13px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    width: 18px;
}

.header .header-wrapper .header-top .cart-icon.image-icon strong:after {
    display: none !important;
}

.header .header-wrapper .header-top a {
    color: #cccccc !important;
    font-family: "Be Vietnam", sans-serif;
}

.header .header-wrapper .header-top a:hover {
    color: #ffffff !important;
}

.header .header-wrapper .header-top #header-contact>li>a {
    font-size: 14px !important;
}

.header .header-wrapper .header-top #header-contact.nav-divided>li+li>a::after {
    border-color: #ffffff !important;
}

.header .header-wrapper .header-top .header-divider {
    border-color: #fff;
    height: 12px;
}

.header .header-wrapper .header-top ul.nav-dropdown a:not(.button) {
    color: #000000 !important;
}

.header .header-wrapper .header-top ul.nav-dropdown a:not(.button):hover {
    color: var(--fs-color-primary) !important;
}

.header .header-wrapper .header-main {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.header .header-wrapper .mobile-nav a {
    color: var(--fs-color-primary);
}

.header .header-top .yan-icon {
    font-size: 18px !important;
}

.header .header-top .header-cart-link .yan-icon {
    position: relative;
}

.header .header-top .header-cart-link .yan-icon .cart-count {
    background-color: #ffffff;
    border-radius: 50%;
    color: var(--fs-color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-family: "Be Vietnam", sans-serif;
    height: 18px;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
}

footer#footer .block_widget .ux-logo .ux-logo-link {
    padding: 0 !important;
}

footer#footer .block_widget .section-title-container {
    margin-bottom: 10px;
}

footer#footer .block_widget .section-title-normal {
    border: none;
    color: #ffffff;
}

footer#footer .block_widget .section-title-normal span {
    border: none;
}

footer#footer .block_widget p {
    color: #cccccc;
    margin-bottom: 18px;
}

footer#footer .block_widget a {
    color: #cccccc;
}

footer#footer .block_widget a:hover {
    color: #ffffff;
}

footer#footer .block_widget .ux-menu .ux-menu-link {
    border: none;
    margin-bottom: 18px;
}

footer#footer .block_widget .ux-menu .ux-menu-link__link {
    border: none !important;
}

footer#footer .absolute-footer {
    background-color: #E4DCCA;
    color: #4F4F4F;
    padding: 15px 0 15px;
}

footer#footer .absolute-footer p {
    color: #4F4F4F;
    margin: 0;
}



footer#footer .footer-menu-mobile {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 50px;
    width: 100%;
    z-index: 99;
}

footer#footer .footer-menu-mobile .menu-item {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
    text-align: center;
}

footer#footer .footer-menu-mobile .menu-item .yan-icon {
    font-size: 22px;
}

footer#footer .footer-menu-mobile .menu-item span.title {
    display: block;
    text-align: center;
    width: 100%;
}

footer#footer .footer-menu-mobile p {
    font-size: 14px;
    margin: 7px 0 0;
}

footer#footer .footer-menu-mobile .footer-cart-item {
    border: 5px solid #E4DCCA;
    background-color: var(--fs-color-primary);
    border-radius: 50%;
    height: 56px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 56px;
}

footer#footer .footer-menu-mobile .footer-cart-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    height: 100%;
    width: 100%;
}

.button {
    border-radius: 5px;
}

.yan-post-item .col-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.yan-post-item .box-text {
    padding-left: 15px;
    padding-right: 15px;
}

.yan-post-item .post-title {
    font-size: 20px;
    font-weight: 500;
}

.yan-post-item .post-meta {
    font-size: 16px;
}

.yan-post-item .post-meta .col {
    padding-bottom: 0;
}

.yan-post-item .post-meta .post-date-inner {
    font-size: 16px;
}

.yan-post-item .post-meta a.read-more {
    color: #C28E68;
    font-size: 16px;
}

.yan-post-item .post-meta a.read-more:hover {
    background: none;
    color: var(--fs-color-primary);
}

.yab_featured_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.featured_item {
    cursor: pointer;
    height: 166px;
    width: 166px;
}

.featured_item>div {
    background-image: url("assets/images/bg-featured-item.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    height: 100%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100%;
}

.featured_item>div:hover {
    -webkit-box-shadow: 2px 3px 7px #cccccc;
    box-shadow: 2px 3px 7px #cccccc;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.featured_item h3 {
    font-size: 15px;
    font-weight: 400;
}


.yan-post-grid .post-type-item .col-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.yan-post-grid .post-type-item .content-box {
    padding: 15px;
}

.yan-post-grid .post-type-item .content-box h3 {
    font-weight: 500;
}

.section-title b {
    opacity: 0;
    visibility: hidden;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="password"],
.select2-container .select2-choice,
.select2-container .select2-selection,
textarea {
    background: #FFFFFF;
    /* #C2CFE0 */
    border: 1px solid #C2CFE0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

form label .required {
    color: #EB5757;
}

form label.error {
    color: #EB5757;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.section-title-container.underline .section-title-main {
    position: relative;
    padding-bottom: 10px;
}

.section-title-container.underline .section-title-main::after {
    background-color: var(--fs-color-primary);
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.product-page-block-title {
    color: var(--fs-color-primary);
    font-family: "Faustina", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title {
    font-weight: 400;
}

#login-form-popup .account-login-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#login-form-popup .account-login-title .main-title-content {
    position: relative;
    padding-bottom: 10px;
}

#login-form-popup .account-login-title .main-title-content::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

#login-form-popup .account-container {
    text-align: center;
}

.header-main ul.nav>li>a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.mfp-content .mobile-sidebar {
    background: var(--fs-color-primary) !important;
    height: 100%;
}

.account-login-title {
    font-size: 18px;
    font-weight: 400;
}

.product.product-small {
    padding: 15px;
}

.product.product-small .col-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    height: 100%;
    overflow: hidden;
}

.product.product-small .badge-container {
    font-size: 12px;
    font-weight: 400;
    left: 15px;
}

.product.product-small .box-text {
    text-align: center;
}

.product.product-small .box-text .product-title {
    color: var(--fs-color-primary);
    font-family: "Faustina", sans-serif;
    font-size: 18px;
}

.product.product-small .box-text .product-title a {
    color: var(--fs-color-primary);
}

.product.product-small .box-text .product-title a:hover {
    color: #000000;
}

.product.product-small .box-text .price  {
    font-family: "Faustina", sans-serif;
    font-size: 18px;
}


.price  span.amount {
    color: #dd3333;
}
.price span {
    color: #dd3333;
}
.price del  span.amount,
.price del  span{
    color: #4b4b4b;
}




.product.product-small .box-text .button {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right,
            #c81b1b 0%,
            #6b0d0d 50%,
            #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 6px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    height: 40px;
    min-height: 40px;
    padding: 5px 15px;
    text-transform: none;
}

.product.product-small .box-text .button:hover {
    background-position: 0 0;
    box-shadow: none;
    border: none;
}

.has-equal-box-heights .product-small.box  .box-image {
    padding-top: 0;
}

.product-small.box .box-image {
    background-color : #fff;
}

.product-small.box .box-image .image-none  {
    position: relative;
    padding-top: 100%;
}

.product-small.box .box-image  .image-none img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.product.product-small .product-loop-gallery {
    padding: 10px 15px;
}

.product.product-small .product-loop-gallery .gallery-item {
    margin: 0 1%;
    padding: 0 5px;
    width: 23% !important;
}

.flickity-enabled.slider-nav-reveal {
    position: relative;
}


.flickity-prev-next-button svg {
    padding: 28%;
}

.flickity-enabled.slider-nav-reveal .flickity-prev-next-button:hover svg,
.flickity-enabled.slider-nav-reveal .flickity-prev-next-button svg,
.flickity-enabled.slider-nav-reveal .flickity-button svg {
    margin: 0 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
    color: #ffffff !important;
}

#fb-root {
    display: none;
}

.chat-social-button {
    background-color: transparent;
    display: inline-grid;
    position: fixed;
    bottom: 75px;
    right: 25px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}

.social-button-content {
    display: inline-grid;
}

.chat-social-button a {
    margin: 5px 0;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.chat-social-button i {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.chat-social-button span {
    display: none;
}

.chat-social-button a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    right: 50px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.chat-social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #67b634;
    position: absolute;
    right: -10px;
    top: 10px;
}

.alo-circle {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: var(--fs-color-primary);
    opacity: .5;
}

.alo-circle-fill {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #C28E68;
    opacity: .75;
}

.call-icon:hover>span,
.mes:hover>span,
.sms:hover>span,
.zalo:hover>span {
    display: block;
}

@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

.yan-testimonial-slider .testimonail-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px #f2efee;
    box-shadow: 0px 0px 10px #f2efee;
    border-radius: 15px;
    padding: 15px 25px !important;
}

.yan-testimonial-slider .testimonail-item .col {
    padding-bottom: 0;
}

.yan-testimonial-slider .testimonail-item .content-box {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yan-testimonial-slider .testimonail-item .customer-name {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.yan-testimonial-slider .testimonail-item .customer-position {
    font-size: 16px;
}

.yan-testimonial-slider .image-box {
    text-align: center;
}

.yan-testimonial-slider .image-box img {
    height: auto;
    width: 100%;
}

.yan-testimonial-slider .content-box .content-box__rate-action {
    color: var(--fs-color-primary);
}

.yan-testimonial-slider .content-box .like-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
}

.yan-testimonial-slider .content-box .rate-label {
    margin-right: 10px;
}


.yan-testimonial-slider .content-box img {
    height: 30px;
}

.yan-testimonial-slider .content-box .like-total {
    padding: 0 10px;
}

.yan-testimonial-slider .content-box .disk-like-total {
    padding-left: 10px;
}

.yan-testimonial-slider .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 0 !important;
}

.yan-testimonial-slider .slider-nav-reveal .flickity-prev-next-button.next {
    right: 0 !important;
}

.yan-testimonial-slider .flickity-enabled.slider-nav-reveal .flickity-prev-next-button:hover,
.yan-testimonial-slider .flickity-enabled.slider-nav-reveal .flickity-prev-next-button,
.yan-testimonial-slider .flickity-enabled.slider-nav-reveal .flickity-button {
    height: 40px !important;
    width: 40px !important;
}

.page-template-default #main .row-main {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.single-post .article-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.archive.category .page-title,
.blog .page-title {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.archive.category .yan-blog-page-title,
.blog .yan-blog-page-title {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.archive.category .yan-blog-page-title .main-title-content,
.blog .yan-blog-page-title .main-title-content {
    position: relative;
    padding-bottom: 10px;
}

.archive.category .yan-blog-page-title .main-title-content::after,
.blog .yan-blog-page-title .main-title-content::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.content-order-success {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.content-order-success .checked-content {
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 50%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 62px;
    width: 62px;
}

.content-order-success .checked-content i.icon-checkmark {
    color: #ffffff;
    font-size: 36px;
}

.content-order-success h2 {
    font-weight: 400;
    margin: 30px 0;
}

.content-order-success .thank-you-text-content {
    color: var(--fs-color-primary);
}

.content-order-success .button-continue-shopping {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.content-order-success .button-continue-shopping:hover {
    background-position: 0 0;
}

.woocommerce-checkout #main .row-main {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce-checkout form.woocommerce-checkout {
    padding: 0;
}

.woocommerce-checkout form.woocommerce-checkout .content-checkout-left .content-checkout-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .content-checkout-left h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .content-checkout-right .content-checkout-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields {
    border: none;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields p {
    margin-bottom: 15px;
}

.checkout-inline-error-message {
    color: var(--fs-color-alert);   
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="email"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="search"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="number"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="url"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="tel"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields input[type="text"],
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-choice,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields .select2-container .select2-selection,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields textarea {
    background: #FFFFFF;
    /* #C2CFE0 */
    border: 1px solid #C2CFE0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    border-top: 1px solid #E0E0E0;
}

.woocommerce-checkout form.woocommerce-checkout label {
    font-weight: 400;
}

.woocommerce-checkout form.woocommerce-checkout .wc_payment_method {
    padding: 10px 0;
}

.woocommerce-checkout form.woocommerce-checkout .wc_payment_method label {
    color: var(--fs-color-primary);
    font-size: 16px;
}

.woocommerce-checkout .checkout_page_title {
    margin-bottom: 40px;
}

.woocommerce-checkout .checkout_page_title .page_title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.woocommerce-checkout .checkout_page_title .main-title {
    position: relative;
    padding-bottom: 10px;
}

.woocommerce-checkout .checkout_page_title .main-title::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.woocommerce-checkout .checkout-sidebar h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.woocommerce-checkout .checkout-sidebar button#place_order {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100%;
}

.woocommerce-checkout .checkout-sidebar button#place_order:hover {
    background-position: 0 0;
}

/*.woocommerce-checkout .checkout-sidebar .shop_table thead th,*/
/*.woocommerce-checkout .checkout-sidebar .shop_table .order-total td,*/
/*.woocommerce-checkout .checkout-sidebar .shop_table .order-total th {*/
/*    color: var(--fs-color-primary);*/
/*    font-family: "Faustina", sans-serif;*/
/*    font-weight: 400;*/
/*}*/

.woocommerce-checkout .checkout-sidebar .cart_item .product-name {
    color: var(--fs-color-primary);
    /*font-family: "Faustina", sans-serif;*/
    font-weight: 400;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-image {
    margin-right: 10px;
    width: 60px;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-image img {
    height: auto;
    width: 100%;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-quantity {
    text-align: right;
    width: 40px;
}

.home .slider-wrapper .banner h2,
.home .slider-wrapper .banner h3,
.home .slider-wrapper .banner h1 {
    font-size: 24px;
}

.home .slider-wrapper .banner p {
    font-size: 14px;
}

.home .slider-wrapper .section-title-container::after {
    display: none;
}

.home .slider-wrapper .section-title-container .section-title {
    border: none !important;
    color: #ffffff;
    font-size: 24px;
}

.home .slider-wrapper .section-title-container .section-title-main {
    border: none !important;
}

.home .slider-wrapper .button {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
}

.home .slider-wrapper .button:hover {
    background-position: 0 0;
}

.home .call-to-action {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 3px 7px #f1f1f1;
    box-shadow: 2px 3px 7px #f1f1f1;
    padding: 15px 0;
}

.home .call-to-action .col {
    padding-bottom: 0;
    position: relative;
}

.home .call-to-action .col::after {
    background-color: #CECECE;
    content: '';
    height: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.home .call-to-action .col:last-child::after {
    display: none;
}

.home .call-to-action .icon-box .icon-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home .call-to-action .icon-box .icon-box-text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.home .call-to-action .icon-box .icon-box-text p {
    font-size: 14px;
}


.home .yan-video-section a.button.primary {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    height: 42px;
    padding: 5px 15px;
    text-transform: none;
}

.home .yan-video-section a.button.primary:hover {
    background-position: 0 0;
}

.home .yan-video-section .button.open-video {
    position: relative;
}

.home .yan-video-section .button.open-video i {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.page-template-page-account-form .account-login-register-wrap,
.woocommerce-account .account-login-register-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    padding-bottom: 50px;
    padding: 30px 50px 50px;
}

.page-template-page-account-form .account-login-register-wrap .account-login-title,
.woocommerce-account .account-login-register-wrap .account-login-title {
    margin-bottom: 30px;
    text-align: center;
}

.page-template-page-account-form .account-login-register-wrap .account-login-title .main-title-content,
.woocommerce-account .account-login-register-wrap .account-login-title .main-title-content {
    position: relative;
    padding-bottom: 10px;
}

.page-template-page-account-form .account-login-register-wrap .account-login-title .main-title-content::after,
.woocommerce-account .account-login-register-wrap .account-login-title .main-title-content::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.page-template-page-account-form .account-login-register-wrap label,
.woocommerce-account .account-login-register-wrap label {
    font-weight: 400;
}

.page-template-page-account-form .account-login-register-wrap a:hover,
.woocommerce-account .account-login-register-wrap a:hover {
    color: #000000;
}

.page-template-page-account-form .account-login-register-wrap .woocommerce-form-login__submit,
.page-template-page-account-form .account-login-register-wrap .woocommerce-form-register__submit,
.woocommerce-account .account-login-register-wrap .woocommerce-form-login__submit,
.woocommerce-account .account-login-register-wrap .woocommerce-form-register__submit {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100%;
}

.page-template-page-account-form .account-login-register-wrap .woocommerce-form-login__submit:hover,
.page-template-page-account-form .account-login-register-wrap .woocommerce-form-register__submit:hover,
.woocommerce-account .account-login-register-wrap .woocommerce-form-login__submit:hover,
.woocommerce-account .account-login-register-wrap .woocommerce-form-register__submit:hover {
    background-position: 0 0;
}

.page-template-page-account-form .account-login-register-wrap form p,
.woocommerce-account .account-login-register-wrap form p {
    margin-bottom: 1em;
}

.single-product .woocommerce-breadcrumb {
    color: var(--fs-color-primary);
    margin-top: 30px;
    margin-bottom: 15px;
}

.single-product .woocommerce-breadcrumb a {
    color: #C28E68;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: var(--fs-color-primary);
}

.single-product .woocommerce-breadcrumb a:last-child {
    color: var(--fs-color-primary);
}

.single-product .woocommerce-breadcrumb a:last-child:hover {
    text-decoration: underline;
}

.single-product .product-main {
    padding: 20px 0;
}

.single-product .single-top {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
}

.single-product .product-summary .woocommerce-breadcrumb {
    display: none;
}

.single-product .product-summary .product-title {
    margin-top: 0;
}

.single-product .product-summary .is-divider {
    display: none;
}

.single-product .product-summary .price-wrapper {
    color: #C28E68;
    margin-bottom: 30px;
}

.single-product .product-summary .price-wrapper .price{
    font-family: "Faustina", sans-serif !important;
}

.single-product .product-summary .product-short-description {
    margin-bottom: 30px;
}

.single-product .product-summary form.cart .variations label {
    color: var(--fs-color-primary) !important;
    font-family: "Faustina", sans-serif !important;
    font-size: 14px;
}

.single-product .product-summary form.cart .variations .ux-swatch {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #B5B5B5;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

.single-product .product-summary form.cart .variations .ux-swatch.selected {
    background: rgb(107 13 13 / 10%);
    border: 1px solid #6b0d0d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.single-product .product-summary form.cart .woocommerce-variation-price {
    border: none;
    color: #C28E68;
    font-family: "Faustina", sans-serif !important;
    padding: 15px 0;
}

.single-product .product-summary form.cart .woocommerce-variation-price .span.amount {
    font-size: 24px;
}

.single-product .product-summary form.cart .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.single-product .product-summary form.cart .quantity-title-text {
    color: var(--fs-color-primary) !important;
    font-family: "Faustina", sans-serif !important;
    font-size: 14px;
}

.single-product .product-summary .single_add_to_cart_button {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.single-product .product-summary .single_add_to_cart_button:hover {
    background-position: 0 0;
}


.single-product .product-images .woocommerce-product-gallery__image {
    padding-top: 100%;
    background-color:#fff;
}

.single-product .product-images .woocommerce-product-gallery__image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    
}

.single-product .product-thumbnails .col a {
    padding-top: 100%;
    background-color:#fff;
    position: relative;
} 

.single-product .product-thumbnails .col img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
        transform: translateY(0px);
}
.single-product .product-section {
    border: none;
}


.single-product .product-footer .woocommerce-tabs-and-comments {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
}

.single-product .product-footer .related {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.single-product .product-footer .product-section-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.single-product .product-footer .product-section-title .main-title-content {
    position: relative;
    padding-bottom: 10px;
}

.single-product .product-footer .product-section-title .main-title-content::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.single-product .woocommerce-tabs-and-comments .product-description {
    margin-bottom: 30px;
}

.single-product .woocommerce-tabs-and-comments .product-description-content h1,
.single-product .woocommerce-tabs-and-comments .product-description-content h2,
.single-product .woocommerce-tabs-and-comments .product-description-content h3,
.single-product .woocommerce-tabs-and-comments .product-description-content h4,
.single-product .woocommerce-tabs-and-comments .product-description-content h5,
.single-product .woocommerce-tabs-and-comments .product-description-content h6 {
    color: #000000;
    font-family: "Be Vietnam", sans-serif;
}

.single-product .woocommerce-tabs-and-comments .product-description-content h2,
.single-product .woocommerce-tabs-and-comments .product-description-content h3 {
    font-size: 20px;
}

.single-product .continue-shopping {
    margin-bottom: 50px;
}

.single-product .continue-shopping a {
    font-size: 18px;
    color: var(--fs-color-primary);
}

.single-product .continue-shopping a:hover {
    color: #C28E68;
}

.shop-page-title .breadcrumbs {
    display: none;
}

.shop-page-title h1.shop-page-title {
    color: var(--fs-color-primary);
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
}

.shop-page-title h1.shop-page-title:after {
    background-color: var(--fs-color-secondary);
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}


.woocommerce-shop .products,
.post-type-archive-product .products,
.tax-product_cat .products {
    margin-bottom: 30px !important;
}

.woocommerce-shop .woocommerce-pagination,
.post-type-archive-product .woocommerce-pagination,
.tax-product_cat .woocommerce-pagination {
    margin-bottom: 30px;
}

.woocommerce-cart #main .row-main {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce-cart .woocommerce-cart-content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.woocommerce-cart .shopping_cart_page_title {
    margin-bottom: 40px;
}

.woocommerce-cart .shopping_cart_page_title .page_title {
    font-weight: 400;
    text-align: center;
}

.woocommerce-cart .shopping_cart_page_title .main-title {
    position: relative;
    padding-bottom: 10px;
}

.woocommerce-cart .shopping_cart_page_title .main-title::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
}

.woocommerce-cart .woocommerce-cart-form .shop_table thead th,
.woocommerce-cart .woocommerce-cart-form .shop_table .order-total td,
.woocommerce-cart .woocommerce-cart-form .shop_table .order-total th {
    color: var(--fs-color-primary);
    font-family: "Faustina", sans-serif;
    font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .cart_item {
    color: #4F4F4F;
    font-size: 18px;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-name {
    font-family: "Faustina", sans-serif;
    font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-price span.amount {
    color: #4F4F4F;
    font-weight: 400;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-quantity .quantity-title-text {
    display: none !important;
}

.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove a.remove,
.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove a.icon-remove {
    border: none;
    font-size: 30px !important;
}

.woocommerce-cart .woocommerce-cart-form .button-continue-shopping {
    display: none;
}

.woocommerce-cart .cart_totals h2 {
    display: none;
}

.woocommerce-cart .br_cart_suggestions_cart {
    padding-top: 50px;
}

.woocommerce-cart .br_cart_suggestions_cart>.woocommerce>h4 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.woocommerce-cart .br_cart_suggestions_cart>.woocommerce>h4::after {
    background-color: #C28E68;
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-cart .continue-shopping {
    width: 100%;
}

.woocommerce-cart .checkout-button {
    border: none;
    color: #ffffff !important;
    background: linear-gradient(to right, #c81b1b 0%, #6b0d0d 50%, #c81b1b 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    border-radius: 7px !important;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100%;
}

.woocommerce-cart .checkout-button:hover {
    background-position: 0 0;
}

.woocommerce-cart .button-continue-shopping {
    background-color: #ffffff;
    border-radius: 7px !important;
    border: 1px solid #E0E0E0;
    font-family: "Faustina", sans-serif;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100%;
}

#post-list .post-item > .col-inner {
    border-radius: 8px;
    overflow:hidden;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

#post-list .post-item > .col-inner:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}

.box-blog-post.box-text-bottom .box-text-inner  {
        display: flex;
    flex-wrap: wrap;
        align-items: center;
}

.box-blog-post.box-text-bottom .box-text-inner .is-divider {
    display:none;
}

.box-blog-post.box-text-bottom .box-text-inner .post-meta {
    order: 3;
    opacity: 1;
    font-size: 14px;
    width: 50%;
            font-family: 'Faustina';
}

.box-blog-post.box-text-bottom .box-text-inner .button {
    order: 4;
        font-size: 14px;
    width: 50%;
    text-align: right;
        font-family: 'Faustina';
    color: var(--fs-color-secondary);
}


.box-blog-post .post-title {
    margin-bottom: 6px;
}


.box-blog-post .from_the_blog_excerpt,
.box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.box-blog-post .post-title.is-large a {
    height: 42px;
    margin: 0;
}

.box-blog-post .button {
    margin-top: 0;
}

.product-small.box .box-image img {
    object-fit: contain;
}

.product-small.box .product-thumbnails  {
    aspect-ratio:  400 / 102.89;
}

.product-small.box .product-thumbnails .col {
    flex-basis: 25.01%;
    max-width: 25.01%;
    padding: 0;
}

.product-small.box .product-thumbnails .col a {
        border: none;
}
.product-small.box .product-thumbnails .col img {
    aspect-ratio: 1 / 1;
      border: none;
    object-fit:cover
}

.product-small.box .product-thumbnails .col img {
    opacity:0.75;
}
.product-small.box .product-thumbnails .col.is-selected img {
    opacity:1;
}



.header .header-wrapper .header-top a {
    color: #cccccc !important;
    font-family: "Be Vietnam", sans-serif;
}
.section-title-bold-center span, .section-title-bold span {
    border: 0;
    padding: 0.3em 0.8em;
}

.isures-thumb--wrap {
    display: flex;
}


.isures-thumb--wrap  
.box-blog-post .is-divider {
    display: none;
}

button.button.is-link.is-small.mb-0 {
float:right;
    color: #C28E68;
    font-size: 15px;
    font-weight: 500;
}
.yan-post-item .col-inner {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    overflow: hidden;
}
.yan-testimonial-slider .content-box .like-total {
    padding-right: 30px;
}
span.like-number {
    position: absolute;
    margin-top: -20px;
    padding: 0 5px;
}
section.woocommerce-bacs-bank-details, .woocommerce-thank-you-page-container .woocommerce-thank-you-page-order_details__container, div#woocommerce-thank-you-page-customer_information__container {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

@media (min-width: 550px) {
    .yan-testimonial-slider .content-box .like-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
    }
}

@media (min-width: 850px) {
    footer#footer {
        padding-bottom: 0;
    }

    footer#footer .absolute-footer {
        padding-bottom: 10px;
    }

    footer#footer .footer-menu-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    footer#footer .absolute-footer {
        padding: 15px 0;
    }

    .yab_featured_items .image-box {
        padding: 180px 150px 80px;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item {
        position: absolute;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(1) {
        top: 150px;
        left: 0;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(2) {
        top: 100px;
        left: 25%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(3) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(4) {
        top: 100px;
        right: 25%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(5) {
        top: 150px;
        right: 0;
    }

    #login-form-popup .account-container {
        padding: 45px 200px;
    }


    .header-main ul.nav>li {
        margin-right: 30px;
    }

    .header-main ul.nav>li:last-child {
        margin-right: 0;
    }

    #fb-root {
        display: block;
    }

    .yan-testimonial-slider .testimonail-item {
        padding: 30px 35px !important;
    }

    .yan-testimonial-slider .testimonail-item .customer-name {
        font-size: 30px;
    }

    .yan-testimonial-slider .content-box__client-say {
        font-size: 18px;
    }

    .woocommerce-checkout .checkout_page_title .page_title {
        font-size: 46px;
    }

    .home .slider-wrapper .banner h2,
    .home .slider-wrapper .banner h3,
    .home .slider-wrapper .banner h1 {
        font-size: 36px;
    }

    .home .slider-wrapper .section-title-container .section-title {
        color: #ffffff;
    }

    .home .call-to-action {
        padding: 25px 0;
    }

    .page-template-page-account-form #main .row-main,
    .woocommerce-account #main .row-main {
        margin-left: auto;
        margin-right: auto;
        max-width: 70% !important;
    }

    .single-product .product-summary .price-wrapper {
        margin-bottom: 30px;
    }

    .single-product .product-summary .product-short-description {
        margin-bottom: 30px;
    }

    .single-product .product-summary form.cart .variations label {
        font-size: 16px;
    }

    .single-product .product-summary form.cart .price {
        font-size: 32px;
    }


    .single-product .product-summary form.cart .price del {
        font-size: 24px;
    }

    .single-product .product-summary form.cart .quantity-title-text {
        font-size: 16px;
    }

    .single-product .product-footer .woocommerce-tabs-and-comments .product-description {
        margin-bottom: 40px;
    }

    .single-product .product-footer .related {
        padding: 0;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {


    .header .header-wrapper.stuck #logo img {
        max-height: 60px !important;
    }

    .header .header-main .logo-left .logo {
        margin-right: 55px;
    }

    footer#footer .absolute-footer {
        padding: 15px 0;
    }

    .yan-post-item .post-title {
        font-size: 24px;
    }

    .yab_featured_items .image-box {
        padding: 250px 220px 100px;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item {
        position: absolute;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(1) {
        top: 280px;
        left: 7%;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(2) {
        top: 120px;
        left: 25%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(3) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(4) {
        top: 120px;
        right: 25%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(5) {
        top: 280px;
        right: 7%;
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item {
        position: absolute;
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(1) {
        top: 280px;
        left: 7%;
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(2) {
        top: 120px;
        left: 25%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(3) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(4) {
        top: 120px;
        right: 25%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(5) {
        top: 280px;
        right: 7%;
    }

    .featured_item h3 {
        font-size: 18px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    .header-main ul.nav>li {
        margin-right: 25px;
    }

    .header-main ul.nav>li>a {
        font-size: 18px;
    }

    .account-login-title {
        font-size: 36px;
    }

    .product.product-small .box-text .product-title {
        font-size: 20px;
    }

    .product.product-small .box-text .button {
        padding: 5px 30px;
    }

    .product.product-small .product-loop-gallery {
        padding: 10px 15px;
    }

    .product.product-small .product-loop-gallery .gallery-item {
        margin: 0 1%;
        padding: 0 5px;
        width: 18% !important;
    }

    .yan-testimonial-slider .testimonail-item {
        padding: 35px 40px !important;
    }

    .yan-testimonial-slider .testimonail-item .customer-name {
        font-size: 36px;
    }

    .yan-testimonial-slider .testimonail-item .customer-position {
        font-size: 18px;
    }

    .single-post .article-inner {
        padding: 50px;
    }

    .archive.category .page-title,
    .blog .page-title {
        font-size: 46px;
    }

    .archive.category .yan-blog-page-title,
    .blog .yan-blog-page-title {
        font-size: 46px;
    }

    .content-order-success {
        padding: 120px;
    }

    .content-order-success .checked-content {
        height: 82px;
        width: 82px;
    }

    .woocommerce-checkout form.woocommerce-checkout .content-checkout-left .content-checkout-wrap {
        padding: 30px;
    }

    .woocommerce-checkout form.woocommerce-checkout .content-checkout-left h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .woocommerce-checkout form.woocommerce-checkout .content-checkout-right .content-checkout-wrap {
        padding: 30px;
    }

    .woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
        padding-top: 20px;
    }

    .woocommerce-checkout form.woocommerce-checkout .wc_payment_method {
        padding: 15px 0;
    }


    .woocommerce-checkout .checkout-sidebar h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .home .slider-wrapper .banner h2,
    .home .slider-wrapper .banner h3,
    .home .slider-wrapper .banner h1 {
        font-size: 70px;
    }

    .home .slider-wrapper .banner p {
        font-size: 16px;
    }

    .home .slider-wrapper .section-title-container .section-title {
        font-size: 70px;
    }

    .home .call-to-action {
        padding: 25px 0;
    }

    .home .call-to-action .icon-box .icon-box-text h3 {
        font-size: 18px;
    }

    .home .call-to-action .icon-box .icon-box-text p {
        font-size: 16px;
    }

    .home .button.reveal-icon {
        font-size: 20px;
    }

    .page-template-page-account-form .account-login-register-wrap,
    .woocommerce-account .account-login-register-wrap {
        margin-top: 70px;
        padding-bottom: 70px;
        padding: 45px 200px 70px;
    }

    .page-template-page-account-form .account-login-register-wrap .account-login-title,
    .woocommerce-account .account-login-register-wrap .account-login-title {
        margin-bottom: 50px;
    }

    .single-product .product-main {
        padding: 30px 0;
    }

    .single-product .product-summary .single_add_to_cart_button {
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-product .single-top {
        margin-bottom: 70px;
        padding: 75px;
    }

    .single-product .product-footer .woocommerce-tabs-and-comments {
        margin-bottom: 70px;
        padding: 75px;
    }

    .single-product .product-footer .related {
        padding: 0;
        margin-bottom: 70px;
    }

    .shop-page-title h1.shop-page-title {
        font-size: 40px;
    }

    .woocommerce-shop .woocommerce-pagination,
    .post-type-archive-product .woocommerce-pagination,
    .tax-product_cat .woocommerce-pagination {
        margin-bottom: 40px;
    }

    /*.woocommerce-cart .woocommerce-cart-content {*/
    /*    padding: 30px 75px;*/
    /*}*/

    /*.woocommerce-cart .woocommerce-cart-form .shop_table thead th,*/
    /*.woocommerce-cart .woocommerce-cart-form .shop_table .order-total td,*/
    /*.woocommerce-cart .woocommerce-cart-form .shop_table .order-total th {*/
    /*    font-size: 24px;*/
    /*}*/

    /*.woocommerce-cart .woocommerce-cart-form .cart_item {*/
    /*    font-size: 24px;*/
    /*}*/

    /*.woocommerce-cart .br_cart_suggestions_cart {*/
    /*    padding-top: 70px;*/
    /*}*/

    /*.woocommerce-cart .br_cart_suggestions_cart>.woocommerce>h4 {*/
    /*    font-size: 46px;*/
    /*}*/
}

@media (min-width: 1400px) {
    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item {
        position: absolute;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(1) {
        top: 340px;
        left: 7%;
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(2) {
        top: 150px;
        left: 25%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(3) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(4) {
        top: 150px;
        right: 25%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .yab_featured_items.layout-style_1 .yab_featured_items_wrap .featured_item:nth-child(5) {
        top: 340px;
        right: 7%;
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item {
        position: absolute;
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(1) {
        top: 380px;
        left: 7%;
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(2) {
        top: 180px;
        left: 25%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(3) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(4) {
        top: 180px;
        right: 25%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .yab_featured_items.layout-style_2 .yab_featured_items_wrap .featured_item:nth-child(5) {
        top: 380px;
        right: 7%;
    }

    .header-main ul.nav>li {
        margin-right: 30px;
    }

    .product.product-small .box-text .product-title {
        font-size: 22px;
    }

    .product.product-small .box-text .price-wrapper .price {
        font-size: 24px;
    }

    #wrapper #main .category-page-row,
    #wrapper #main .full-width .ubermenu-nav,
    #wrapper #main .container,
    #wrapper #main .row {
        max-width: 1300px !important;
    }

    .content-order-success {
        padding: 170px;
    }

    .single-product .product-container .container,
    .single-product .product-container .row {
        max-width: 1300px !important;
    }
}

.flickity-prev-next-button {
    bottom: 20%;
    top: 20%;
}

.slider-nav-reveal .flickity-prev-next-button.previous {
    left: 0px !important;

}
.slider-nav-reveal .flickity-prev-next-button.next {
     right: 0px !important; 

}

@media (max-width: 849px) { 
    #header .cart-icon strong, .header-main .menu-title, 
    #header .header-main .header-button > .button.is-outline,
    #header .header-main .nav > li > a > i:not(.icon-angle-down) {
        color: var(--fs-color-primary) !important;
    }
    
    .product-small.box .product-thumbnails .col {
        flex-basis: 25.01%;
        max-width: 25.01%;
        padding: 0;
    }
}


@media (max-width: 549px) { 
        .product-small.box .product-thumbnails .col {
        flex-basis: 33.3333334%;
        max-width: 33.3333334%;
    }
    .product.product-small .box-text .price {
        font-size: 15px;
    }
    
    
    .flickity-enabled.slider-nav-reveal .flickity-prev-next-button:hover, .flickity-enabled.slider-nav-reveal .flickity-prev-next-button, .flickity-enabled.slider-nav-reveal .flickity-button {
        height: 32px !important;
        width: 32px !important;
        min-height: 32px;
                top: calc(50% - 16px);
    }
    .row-slider .flickity-prev-next-button svg {
        border: 0 !important;
        padding: 20% !important;
    }
}

/*# sourceMappingURL=assets/sourcemap/style.css.map */