@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);
}
.pri-color * {
  color: var(--fs-color-primary);
}

.weight-500 * {
  font-weight: 500;
}

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

.mbws_product .col > .col-inner,
.product.col > .col-inner {
  padding: 0 15px 15px 15px;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #DDDDDD;
}
.mbws_product .col > .col-inner:hover,
.product.col > .col-inner:hover {
  border: solid 1px var(--fs-color-primary);
}
.mbws_product .col > .col-inner .box .box-image .image-tools .wishlist-icon,
.product.col > .col-inner .box .box-image .image-tools .wishlist-icon {
  display: none;
}
.mbws_product .col > .col-inner .box .box-image .yith-wcwl-add-to-wishlist-button,
.product.col > .col-inner .box .box-image .yith-wcwl-add-to-wishlist-button {
  right: 0;
  left: unset;
}
.mbws_product .col > .col-inner .box .box-text,
.product.col > .col-inner .box .box-text {
  text-align: left;
}
.mbws_product .col > .col-inner .box .box-text .title-wrapper .product-title a,
.product.col > .col-inner .box .box-text .title-wrapper .product-title a {
  font-weight: 700;
  color: var(--heading-color);
}
.mbws_product .col > .col-inner .box .box-text .title-wrapper .product-title a:hover,
.product.col > .col-inner .box .box-text .title-wrapper .product-title a:hover {
  color: var(--fs-color-primary);
}
@media (min-width: 850px) {
  .mbws_product .col > .col-inner .box .box-text .price-wrapper,
  .product.col > .col-inner .box .box-text .price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.mbws_product .col > .col-inner .box .box-text .star-rating,
.product.col > .col-inner .box .box-text .star-rating {
  order: 1;
  margin-left: auto;
  margin-right: 0;
}
.tabbed-content .nav {
  margin-bottom: 15px;
}
.tabbed-content .nav .tab {
  margin: 0;
  padding: 5px 15px;
}
.tabbed-content .nav .tab a::before {
  bottom: 0;
  height: 1px;
  background-color: #DDDDDD;
  top: unset;
  opacity: 1;
}
.tabbed-content .nav .tab a:hover {
  color: var(--fs-color-primary);
}
.tabbed-content .nav .tab.active a {
  color: var(--fs-color-primary);
}
.tabbed-content .nav .tab.active a::before {
  background-color: var(--fs-color-primary);
}

body .testimonial-box {
  flex-direction: row-reverse;
}
body .testimonial-box::before {
  font-family: "matbaows-icons";
  margin-right: 15px;
  content: "\efbe";
  font-size: 2em;
}
body .slider .flickity-page-dots {
  bottom: 0px;
}
body .slider.slider-nav-circle .flickity-button svg {
  border: 1px solid;
  border-radius: 5px;
}
body .hover-border:hover .is-border {
  border-color: var(--fs-color-primary);
}
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: 5px;
  box-shadow: unset;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .wpcf7 .wpcf7-submit {
  margin: 0;
  padding: 0px 25px;
}
body .search-field {
  box-shadow: unset !important;
}

#top-link, .mbws_cta .item {
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.1);
  border: none;
  background-color: #fff;
}
#top-link:hover, .mbws_cta .item:hover {
  background-color: var(--fs-color-primary);
}
#top-link i, .mbws_cta .item i {
  font-size: 2em;
}

.mbws_cta {
  z-index: 999999999;
  position: fixed;
  bottom: 57px;
  right: 22px;
}
.mbws_cta .item {
  margin-bottom: 5px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .mbws_cta .item {
    display: none;
  }
}
.mbws_cta .item a {
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
}
.mbws_cta .item:hover a {
  color: #fff;
}
.mbws_cta .item i {
  font-size: 1em;
}

#header .flex-left .header-nav {
  justify-content: center;
}
#header .flex-left .header-nav > li {
  margin: 0;
}
#header .flex-left .header-nav > li > a {
  border-right: solid 1px #EEEEEE;
  padding: 0 15px;
}
#header .flex-left .header-nav > li:last-child > a {
  border-right: unset;
}
#header .header-search .header-button .icon {
  line-height: 70px;
  border-radius: 0;
  width: 70px;
  height: 70px;
}

.woocommerce-breadcrumb {
  display: none;
}

.mbws_header-before .woocommerce-breadcrumb {
  display: block;
}
.mbws_header-before .page-header-wrapper .mbws_header-title .page-title-inner {
  padding: 15px 30px;
}

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

#main {
  margin-bottom: 100px;
}

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

.sidebar-inner .widget {
  margin-bottom: 30px;
}
.sidebar-inner .widget .widget-title {
  text-transform: none;
  color: var(--heading-color);
  font-size: 1.4em;
}
.sidebar-inner .widget .is-divider {
  opacity: 0;
}
.sidebar-inner .widget.widget_product_categories {
  border-radius: 5px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.sidebar-inner .widget.widget_product_categories .widget-title {
  font-size: 1em;
  text-transform: none;
  color: #fff;
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color: var(--fs-color-primary);
}
.sidebar-inner .widget.widget_product_categories .product-categories .cat-item a {
  color: var(--heading-color);
  padding: 10px 15px;
}
.sidebar-inner .widget.widget_product_categories .product-categories .cat-item a:hover {
  color: var(--fs-color-primary);
}
.sidebar-inner .widget.widget_product_categories .product-categories .cat-item.active a {
  color: var(--fs-color-primary);
}
.sidebar-inner .widget.widget_product_categories .is-divider {
  display: none;
}
.sidebar-inner .widget.widget_price_filter form {
  padding: 20px 20px 10px 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.sidebar-inner .widget.widget_price_filter .ui-slider-handle, .sidebar-inner .widget.widget_price_filter .ui-slider-range, .sidebar-inner .widget.widget_price_filter .button {
  background-color: var(--fs-color-primary);
}
.sidebar-inner .widget.widget_product_tag_cloud .tagcloud a {
  font-size: 0.9em !important;
  padding: 5px 15px;
  color: var(--heading-color);
}
.sidebar-inner .widget.widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.blog #post-list .post .entry-header .entry-header-text .entry-category, .category #post-list .post .entry-header .entry-header-text .entry-category {
  display: none;
}
.blog #post-list .post .entry-header .entry-header-text .entry-title, .category #post-list .post .entry-header .entry-header-text .entry-title {
  background-color: #333333;
  padding: 15px 30px;
  color: #fff;
  background-color: #333333;
}
.blog #post-list .post .entry-header .entry-header-text .is-divider, .category #post-list .post .entry-header .entry-header-text .is-divider {
  display: none;
}
.blog #post-list .post .entry-header .entry-header-text .entry-meta, .category #post-list .post .entry-header .entry-header-text .entry-meta {
  border: solid 1px #ddd;
  padding: 15px 30px;
}
.blog #post-list .post .entry-content, .category #post-list .post .entry-content {
  padding: 15px 30px;
  border: solid 1px #ddd;
  border-width: 0px 1px 1px 1px;
}

.single-product .product-main .product-info .price-wrapper .woocommerce-Price-amount {
  color: var(--fs-color-primary);
  font-size: 1.4em;
}
.single-product .product-main .product-info .cart .ux-quantity input {
  background-color: transparent;
  box-shadow: unset;
}
.single-product .product-main .product-info .cart .ux-quantity input.input-text {
  border-width: 1px 0 1px 0;
}
.single-product .product-main .product-info .cart .single_add_to_cart_button {
  background-color: var(--fs-color-primary);
}
.single-product .product-main .product-info .yith-add-to-wishlist-button-block a {
  font-size: 1em;
}
.single-product .product-main .product-info .yith-add-to-wishlist-button-block a svg {
  width: 15px;
}
.single-product .product-main .product-info .product_meta {
  font-size: 1em;
}

#footer .absolute-footer {
  display: none;
}
#footer .mbws_footer-dang-ky {
  margin-top: -100px;
  padding: 30px 30px 0px 30px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
}