@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.pri-color * {
  color: var(--fs-color-primary);
}

.sec-color * {
  color: var(--fs-color-secondary);
}

.mbws_mb-0 * {
  margin-bottom: 0;
}

.product-small .box .box-text {
  display: flex;
  flex-direction: column;
}
.product-small .box .box-text .title-wrapper a {
  font-size: 2em;
  color: #000;
}
.product-small .box .box-text .price-wrapper {
  order: 1;
  font-size: 1em;
  margin-top: 10px;
}
.product-small .box .box-text .price-wrapper * {
  font-weight: 500;
  font-size: 1.1em;
  color: var(--fs-color-primary);
}
.product-small .box .box-text .box-excerpt {
  font-size: 1.2em;
}

body .wpcf7 input, body .wpcf7 select, body .wpcf7 textarea {
  margin-bottom: 0;
}
body .wpcf7 input:focus, body .wpcf7 select:focus, body .wpcf7 textarea:focus {
  border-color: var(--fs-color-primary);
  box-shadow: unset;
}
body .wpcf7 .button, body .wpcf7 button, body .wpcf7 input, body .wpcf7 select {
  height: 3em;
  box-shadow: unset;
}
body .wpcf7 .wpcf7-submit {
  background-color: var(--fs-color-secondary);
  opacity: 0.8;
}
body .wpcf7 .wpcf7-submit:hover {
  opacity: 1;
}
body .wpcf7 .button_full_width {
  width: 100%;
}

.nav .menu-item .sub-menu {
  padding: 0 !important;
}
.nav .menu-item .sub-menu li {
  position: relative;
  display: inline-block !important;
  width: 100%;
  border-right: 0;
}
.nav .menu-item .sub-menu li a {
  color: var(--text-color);
  font-weight: 500;
  text-transform: none;
  font-size: 1em;
  padding: 10px 5px;
}
.nav .menu-item .sub-menu li .sub-menu {
  top: 0;
  box-shadow: 2px 2px 5px #828282;
  display: none !important;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav .menu-item .sub-menu li:hover > a {
  color: var(--fs-color-primary);
}
.nav .menu-item .sub-menu li:hover > .sub-menu {
  display: grid !important;
}

.archive .shop-page-title .page-title-inner, .single-product .shop-page-title .page-title-inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
.archive .shop-page-title .page-title-inner .woocommerce-breadcrumb, .single-product .shop-page-title .page-title-inner .woocommerce-breadcrumb {
  line-height: 1.1;
  font-size: 4.5em;
  text-align: center;
}
@media (max-width: 850px) {
  .archive .shop-page-title .page-title-inner .woocommerce-breadcrumb, .single-product .shop-page-title .page-title-inner .woocommerce-breadcrumb {
    font-size: 3em;
  }
}

#header .header-nav > li.menu-item a::after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0;
  display: block;
  height: 0;
  left: 50%;
  margin-left: -7px;
  top: 0 !important;
  width: 0;
  border-top-color: #ffffff;
  opacity: 0;
}
#header .header-nav > li.menu-item:hover a::after, #header .header-nav > li.menu-item.current-menu-item a::after {
  opacity: 1;
}

.archive .shop-page-title .page-title-inner, .single-product .shop-page-title .page-title-inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
.archive .shop-page-title .page-title-inner .woocommerce-breadcrumb, .single-product .shop-page-title .page-title-inner .woocommerce-breadcrumb {
  line-height: 1.1;
  font-size: 4.5em;
  text-align: center;
}
@media (max-width: 850px) {
  .archive .shop-page-title .page-title-inner .woocommerce-breadcrumb, .single-product .shop-page-title .page-title-inner .woocommerce-breadcrumb {
    font-size: 3em;
  }
}

.single-product .product-main .product-info .price-wrapper .woocommerce-Price-amount {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--fs-color-primary);
}
.single-product .product-main .product-info .cart input {
  background: #fff;
  box-shadow: unset;
}
.single-product .product-main .product-info .cart .input-text {
  border-width: 1px 0px 1px 0px;
}
#footer .absolute-footer {
  display: none;
}