@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
*/
.mbws_mb-0 {
  margin-bottom: 0 !important;
}
.mbws_mb-0 * {
  margin-bottom: 0 !important;
}

.product-small {
  background-color: #fff;
  padding: 30px;
}
.product-small .box-text {
  padding: 30px 0px;
}
.product-small .box-text .title-wrapper {
  font-weight: 700;
  font-size: 1.2em;
}
.product-small .box-text .box-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-small .box-text .add-to-cart-button a {
  border-radius: 99px;
}

body .post-item .col-inner {
  padding: 30px;
  border: solid 1px rgb(230, 230, 230);
}
body .post-item .box .box-text {
  padding: 30px 0px;
}
body .post-item .box .box-text .post-title {
  font-weight: 700;
  font-size: 1.4em;
}
body .post-item .box .box-text .is-divider {
  max-width: 70px;
  height: 2px;
  margin-bottom: 2em;
  margin-top: 2em;
}
body .post-item .box .box-text .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 1.2em;
}
body .post-item .box .box-text a.button {
  border-radius: 99px;
}

.mbws_box p {
  padding: 30px;
  background: #fff;
  border: solid 2px var(--fs-color-primary);
}
.mbws_box p i {
  color: var(--fs-color-primary);
}

body .wpcf7 button, body .wpcf7 input, body .wpcf7 select, body .wpcf7 textarea {
  box-shadow: unset;
  margin-bottom: 0;
}
body .wpcf7 button, body .wpcf7 input, body .wpcf7 select {
  height: 50px;
}
body .wpcf7 label {
  font-size: 1em;
  font-weight: 500;
}
body .wpcf7 .wpcf7-submit {
  border-radius: 99px;
}

body .mbws_related-post .box .box-text .cat-label, body .mbws_related-post .box .box-text .post-meta {
  display: none;
}
body .mbws_related-post .box .box-text .post-title {
  font-size: 1.2em;
}

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

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

.single-post .mbws_header-before .page-title .page-title-inner {
  padding-bottom: 30px;
}

.woocommerce-shop .shop-page-title {
  display: none;
}
@media (min-width: 850px) {
  .woocommerce-shop .products .product .box .box-image {
    width: 50% !important;
  }
}
.woocommerce-shop .products .product .box .box-text {
  background: #F9F9F9;
}
@media (min-width: 850px) {
  .woocommerce-shop .products .product .box .box-text {
    padding: 8%;
  }
}
.woocommerce-shop .products .product .box .box-text .title-wrapper {
  font-size: 1.8em;
}
.woocommerce-shop .products .product:nth-child(odd) .box {
  direction: rtl;
}

.single-product .mbws_dich-vu-single .woocommerce-tabs .tabs {
  display: none;
}

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