/*
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.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@300;400;500;600;700&family=Faustina:wght@400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* 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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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: #bf0000;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #bf0000;
}

@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
 */
body {
  color: #000000;
  font-family: "Be Vietnam", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Faustina", sans-serif;
}

.header {
  color: #fff;
}

.header .header-wrapper .header-top {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 0;
}

.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: #bf0000 !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: #bf0000;
}

.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: #ff7d17;
  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: #442207;
  color: #E4DCCA;
}

footer#footer .absolute-footer p {
  color: #4F4F4F;
  margin: 0;
}

footer#footer .col {
  padding-bottom: 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: #bf0000;
  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;
}

.button.primary {
  background-color: #6C6B57;
}

.button.primary:hover {
  background-color: #6C6B57;
}

.button.is-xlarge {
  line-height: 100%;
}

.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: #bf0000;
  font-size: 16px;
}

.yan-post-item .post-meta a.read-more:hover {
  background: none;
  color: #bf0000;
}

.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: #bf0000;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}

.product-page-block-title {
  color: #bf0000;
  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: #bf0000;
  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: #bf0000 !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: #bf0000;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
}

.product.product-small .box-text .product-title a {
  color: #bf0000;
}

.product.product-small .box-text .product-title a:hover {
  color: #000000;
}

.product.product-small .box-text .price-wrapper span.amount {
  color: #bf0000;
  font-family: "Faustina", sans-serif;
  font-size: 18px;
}

.product.product-small .box-text .button {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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;
}

.product.product-small .box-text .button:hover {
  background: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
}

.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-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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #bf0000;
  border-radius: 50%;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  height: 55px !important;
  width: 55px !important;
}

.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: #bf0000;
  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: #bf0000;
  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: #bf0000;
}

.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 .like-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(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: #bf0000;
}

.content-order-success .button-continue-shopping {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
}

.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: 18x;
  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;
}

.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: #bf0000;
  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: #dfdfe0;
  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: 18x;
  font-weight: 400;
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-sidebar button#place_order {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
}

.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: #bf0000;
  font-family: "Faustina", sans-serif;
  font-weight: 400;
}

.woocommerce-checkout .checkout-sidebar .cart_item .product-name {
  color: #bf0000;
  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(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  border-radius: 7px !important;
}

.home .slider-wrapper .button:hover {
  background: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
}

.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 .button.reveal-icon {
  color: #bc9b7f;
}

.home .button.reveal-icon:hover {
  color: #bf0000;
}

.home .yan-video-section a.button.primary {
  border: none;
  color: #ffffff !important;
  background: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
}

.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: #bf0000;
  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(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: linear-gradient(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
}

.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: #bf0000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.single-product .woocommerce-breadcrumb a {
  color: #bf0000;
}

.single-product .woocommerce-breadcrumb a:hover {
  color: #bf0000;
}

.single-product .woocommerce-breadcrumb a:last-child {
  color: #bf0000;
}

.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: #bf0000;
  margin-bottom: 30px;
}

.single-product .product-summary .price-wrapper span.amount,
.single-product .product-summary .price-wrapper del span.amount,
.single-product .product-summary .price-wrapper ins span.amount {
  color: #bf0000;
  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: #bf0000 !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: #FFD8BC;
  border: 1px solid #98172F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.single-product .product-summary form.cart .woocommerce-variation-price {
  border: none;
  color: #bf0000;
  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: #bf0000 !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(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: linear-gradient(96.55deg, #ff7d17 12.14%, #ff7d17 105.25%);
}

.single-product .product-section {
  border: none;
}

.single-product .product-footer > .container {
  padding-left: 0;
  padding-right: 0;
}

.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: #bf0000;
  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: #bf0000;
}

.single-product .continue-shopping a:hover {
  color: #C28E68;
}

.woocommerce-shop .category-page-title .page-title-inner,
.post-type-archive-product .category-page-title .page-title-inner,
.tax-product_cat .category-page-title .page-title-inner {
  text-align: center;
}

.woocommerce-shop .category-page-title .yan-shop-page-title,
.post-type-archive-product .category-page-title .yan-shop-page-title,
.tax-product_cat .category-page-title .yan-shop-page-title {
  color: #bf0000;
  font-family: "Faustina", sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.woocommerce-shop .category-page-title .yan-shop-page-title .main-title-content,
.post-type-archive-product .category-page-title .yan-shop-page-title .main-title-content,
.tax-product_cat .category-page-title .yan-shop-page-title .main-title-content {
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-shop .category-page-title .yan-shop-page-title .main-title-content::after,
.post-type-archive-product .category-page-title .yan-shop-page-title .main-title-content::after,
.tax-product_cat .category-page-title .yan-shop-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%;
}

.woocommerce-shop .category-page-title .shop-page-title,
.post-type-archive-product .category-page-title .shop-page-title,
.tax-product_cat .category-page-title .shop-page-title {
  display: none;
}

.woocommerce-shop .category-page-title .woocommerce-breadcrumb,
.post-type-archive-product .category-page-title .woocommerce-breadcrumb,
.tax-product_cat .category-page-title .woocommerce-breadcrumb {
  display: none;
}

.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: #bf0000;
  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: #bf0000;
  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: #bf0000;
  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(96.55deg, #bf0000 12.14%, #bf0000 105.25%);
  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: linear-gradient(96.55deg, #ff7d17 12.14%, #E9BC98 105.25%);
}

.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%;
}

@media (min-width: 576px) {
  .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: 768px) {
  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 a:hover {
    color: #bf0000 !important;
    text-decoration: none;
  }
  .header-main ul.nav li.current-menu-item > a {
    color: #bf0000 !important;
  }
  .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 .woocommerce-variation-price span.amount {
    font-size: 30px;
  }
  .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 .header-top {
    padding: 10px 0;
  }
  .header .header-wrapper.stuck .header-main {
    padding: 7px 0;
  }
  .header .header-wrapper.stuck #logo img {
    max-height: 110px !important;
  }
  .header .header-main {
    padding: 17px 0;
  }
  .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 form.woocommerce-checkout .wc_payment_method label {
    font-size: 18px;
  }
  .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 {
    color: #bf0000;
    font-size: 20px;
  }
  .home .button.reveal-icon:hover {
    color: #bf0000;
  }
  .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;
  }
  .woocommerce-shop .category-page-title .yan-shop-page-title,
  .post-type-archive-product .category-page-title .yan-shop-page-title,
  .tax-product_cat .category-page-title .yan-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 span.amount {
    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;
  }
}

/*# sourceMappingURL=assets/sourcemap/style.css.map */