@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
*/
body .pri-color, body .dark .pri-color {
  color: var(--fs-color-primary);
}
body .pri-color *, body .dark .pri-color * {
  color: var(--fs-color-primary);
}
body .sec-color, body .dark .sec-color {
  color: var(--fs-color-secondary);
}
body .sec-color *, body .dark .sec-color * {
  color: var(--fs-color-secondary);
}

.bg-repeat .bg-fill {
  background-repeat: repeat !important;
  background-size: contain !important;
}

body .select-resize-ghost, body .select2-container .select2-choice, body .select2-container .select2-selection, body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
  box-shadow: unset;
}
body .fz-1em {
  font-size: 1em !important;
}
body .wpcf7 label {
  font-size: 1em;
  font-weight: 500;
}
body .wpcf7 input[type=email], body .wpcf7 input[type=number], body .wpcf7 input[type=search], body .wpcf7 input[type=tel], body .wpcf7 input[type=text], body .wpcf7 input[type=url], body .wpcf7 textarea {
  border-radius: 50px;
  background-color: var(--fs-color-success);
  box-shadow: unset;
  border: unset;
  height: 3.2em;
  padding: 0 1em;
}
body .wpcf7 .wpcf7-submit {
  padding: 0 50px;
  border-radius: 50px;
  height: 3.2em;
  font-weight: 500;
  text-transform: none;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body #footer .wpcf7 .row {
  flex-direction: column;
}
body #footer .wpcf7 .row .col {
  max-width: 100%;
}
body #footer .wpcf7 .row .col .wpcf7-submit {
  width: 100%;
}
body .mbws_mb-0 {
  margin-bottom: 0;
}
body .mbws_mb-0 * {
  margin-bottom: 0;
}
body .button {
  font-weight: 500;
}
body .product-small .badge-container {
  margin: 15px;
}
body .product-small .badge-container .badge {
  margin-left: 0;
}
body .product-small .badge-container .badge .badge-inner {
  padding: 0 15px;
  font-weight: 500;
}
body .product-small .box .box-text {
  font-size: 1.1em;
}
body .product-small .box .price-wrapper .amount {
  font-weight: 500;
  color: var(--fs-color-primary);
}
body .product-small .box .add-to-cart-button a::before {
  display: none;
}

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

#header .header-nav-main.nav-left {
  padding: 0 90px;
  gap: 90px;
}
#header .header-nav-main.nav-left .header-search-form {
  flex: 1;
}
#header .header-nav-main.nav-left .header-search-form .search-field {
  padding: 0 15px;
  height: 4em;
  border: unset;
}
#header .header-nav-main.nav-left .header-search-form .searchform > .flex-row > .flex-col {
  padding-right: 0;
}
#header .header-nav-main.nav-left .header-contact-wrapper a {
  font-weight: bold;
  font-size: 1em;
}

body.home .mbws_header-main {
  display: none;
}

.sidebar-inner .widget .widget-title {
  text-transform: none;
  font-weight: 500;
  font-size: 1.2em;
}
.sidebar-inner .widget .is-divider {
  opacity: 0;
}
.sidebar-inner .widget_price_filter .price_slider .ui-slider-range {
  background-color: var(--fs-color-primary);
  opacity: 1;
}
.sidebar-inner .widget_price_filter .price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.sidebar-inner .widget_price_filter .button {
  background-color: var(--fs-color-primary) !important;
}

.archive .shop-page-title {
  padding-top: 30px;
}
.archive .shop-page-title .page-title-inner {
  flex-direction: row-reverse;
}
.archive .shop-page-title .page-title-inner .woocommerce-breadcrumb {
  display: none;
}

.single-product .product-main .product-info {
  padding: 60px 90px 60px 90px;
  display: flex;
  flex-direction: column;
}
.single-product .product-main .product-info .woocommerce-breadcrumb, .single-product .product-main .product-info .product-title {
  display: none;
}
.single-product .product-main .product-info .price-wrapper {
  order: -1;
}
.single-product .product-main .product-info .price-wrapper .price .amount {
  font-size: 1.4em;
  color: var(--fs-color-primary);
  font-weight: 500;
}
.single-product .product-main .product-info .product-short-description {
  margin: 30px 0;
}
.single-product .product-main .product-info .cart {
  display: flex;
}
.single-product .product-main .product-info .cart .ux-quantity .input-text {
  box-shadow: none;
}
.single-product .product-main .product-info .cart .single_add_to_cart_button {
  border-radius: 99px;
  background-color: var(--fs-color-primary);
  flex: 1;
}
.single-product .product-main .product-info .product_meta .posted_in {
  border-top: unset;
}

#footer .absolute-footer {
  display: none;
}