@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
*/
.pd-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mbws_mb-0 p {
  margin-bottom: 0;
}
.mbws_mb-0 h2 {
  margin-bottom: 0;
}
.mbws_mb-0 h3 {
  margin-bottom: 0;
}
.mbws_mb-0 h1 {
  margin-bottom: 0;
}
.mbws_mb-0 h4 {
  margin-bottom: 0;
}
.mbws_mb-0 ul {
  margin-bottom: 0;
}

.mbws_color-primary {
  color: var(--fs-color-primary);
}
.mbws_color-primary h3 {
  color: var(--fs-color-primary);
}

.mbws_numbers-core .mbws_counter .title {
  color: rgb(249, 249, 249);
  font-weight: 400;
}

.mbws_contact .mbws_wrap-field {
  display: flex;
  gap: 10px;
}
.mbws_contact .mbws_wrap-field .mbws_field {
  width: 50%;
}
.mbws_contact .mbws_field input {
  box-shadow: none;
}

.mbws_tab-services .tabbed-content .nav {
  gap: 20px;
}
.mbws_tab-services .tabbed-content .tab-panels {
  margin-top: 30px;
}
.mbws_tab-services .tabbed-content .tab-panels .box .box-text {
  display: none;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.mbws_tab-services .tabbed-content .tab-panels .box .box-text .cat-label {
  font-size: 14px;
  text-transform: capitalize;
}
.mbws_tab-services .tabbed-content .tab-panels .box .box-text .is-divider {
  display: none;
}
.mbws_tab-services .tabbed-content .tab-panels .box:hover .box-text {
  display: flex;
  align-items: center;
}
.mbws_tab-services .tabbed-content .tab-panels .ux-relay__control--bottom {
  margin-top: 30px;
}

.mbws_tab-news .post-item .box-text {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: -30px;
}
.mbws_tab-news .post-item .box-text .cat-label {
  background: var(--fs-color-primary);
  border-radius: 0;
  padding: 5px;
  opacity: 1;
}
.mbws_tab-news .post-item .box-text .post-title {
  margin-top: 20px;
}
.mbws_tab-news .post-item .box-text .is-divider {
  display: none;
}

.mbws_banner-shop .product-category .box .box-text {
  text-align: left;
}
.mbws_banner-shop .product-category .box .box-text .header-title {
  font-size: 12px;
}
.mbws_banner-shop .product-category .box .box-text .count {
  font-size: 12px;
  margin-top: 10px;
}

.mbws_wrap-banner-shop {
  margin-bottom: 30px;
}

#shop-sidebar .widget .widget-title {
  color: #000000;
  margin-bottom: 10px;
}
#shop-sidebar .widget .price_slider_wrapper .price_label {
  color: #000000;
}
#shop-sidebar .widget .price_slider_wrapper .ui-slider-range {
  background: var(--fs-color-primary);
  opacity: 1;
}
#shop-sidebar .widget .price_slider_wrapper .ui-slider-handle {
  background: var(--fs-color-primary);
}
#shop-sidebar .widget .ux-products-list .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}

.archive .products .box-text .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}

.mbws_item-left {
  position: absolute;
  top: 30px;
  left: 20px;
}
@media (max-width: 768px) {
  .mbws_item-left {
    position: relative;
  }
}

.mbws_image-center {
  padding-top: 40px;
  background: #ffffff;
}

.mbws_section-process-policy .mbws_item {
  padding: 30px 40px;
  background: #ffffff;
}
.mbws_section-process-policy .mbws_item:hover {
  background: var(--fs-color-primary);
}
.mbws_section-process-policy .mbws_item:hover .text p {
  color: #ffffff !important;
}
.mbws_section-process-policy .mbws_item:hover .icon-box-text {
  color: #ffffff;
}
.mbws_section-process-policy .mbws_item:hover .icon-box-img .icon-inner {
  color: #ffffff !important;
}
.mbws_section-process-policy .mbws_item-right {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 44%;
}
@media (max-width: 767px) {
  .mbws_section-process-policy .mbws_item-right {
    position: relative;
    width: 100%;
  }
}

.mbws_section-product-best-saler .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}

.onsale {
  font-size: 15px;
  padding: 0 10px;
}

.product-small .box-text {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
}
.product-small .box-text .category {
  color: var(--fs-color-primary);
  text-transform: capitalize;
  font-size: 14px;
}
.product-small .box-text .price-wrapper {
  position: absolute;
  bottom: 15px;
}

.products .box .box-text {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
}
.products .box .box-text .price-wrapper {
  position: absolute;
  bottom: 15px;
}

.badge-container {
  right: 0;
  left: unset !important;
}

.image-tools {
  z-index: 99999;
}

.mbws_section-product-new {
  position: relative;
}
.mbws_section-product-new .mbws_image-left {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.mbws_section-product-new .mbws_image-right {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .mbws_section-product-new .mbws_image-left {
    display: none;
  }
  .mbws_section-product-new .mbws_image-right {
    display: none;
  }
}

.mbws_section-tools-equipment .icon-box {
  background: #ffffff;
  padding: 20px;
}
.mbws_section-tools-equipment .icon-box:hover {
  background: var(--fs-color-primary);
}
.mbws_section-tools-equipment .icon-box:hover .text p {
  color: #ffffff !important;
}
.mbws_section-tools-equipment .icon-box:hover .icon-box-text {
  color: #ffffff;
}
.mbws_section-tools-equipment .icon-box:hover .icon-box-img .icon-inner {
  color: #ffffff !important;
}

.mbws_section-news .cat-label {
  margin-bottom: 15px;
  background: var(--fs-color-primary);
  border-radius: 0;
  padding: 5px;
  opacity: 1 !important;
  font-size: 12px;
}
.mbws_section-news .is-divider {
  display: none;
}

.ux-nav-vertical-menu .menu-item a {
  color: #000000;
}
.ux-nav-vertical-menu .menu-item a img {
  filter: brightness(0%);
}

.header-nav .header-search-form {
  width: 96%;
}
.header-nav .header-search-form .search-field {
  box-shadow: none;
  height: 38px;
}
.header-nav .header-search-form .ux-search-submit {
  height: 38px;
  background: var(--fs-color-primary) !important;
}

.mbws_contact-box-header-bottom {
  align-items: center;
}

.absolute-footer {
  display: none;
}

.footer-wrapper .ux-menu .ux-menu-link .ux-menu-link__link {
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrapper .post-item .box-text .post-title {
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .mbws_banner-shop .box-vertical .box-image {
    width: 30% !important;
  }
  .mbws_banner-shop .box-text {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .archive .products .product-small {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}