@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
*/
@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

#top-bar .container {
  max-width: unset;
  padding: unset;
}
#top-bar .container .flex-center {
  flex-basis: 100%;
}
#top-bar p {
  margin-bottom: unset;
  font-size: 14px;
}
#top-bar.nav-dark p {
  color: #fff;
}
#top-bar .row-divided > .col + .col:not(.large-12) {
  border-color: rgba(255, 255, 255, 0.1490196078);
}

.header-main {
  border-bottom: 1px solid var(--color-mbws-border);
}
.header-main .flex-left .nav {
  justify-content: flex-end;
}
.header-main .flex-left .nav li:first-child {
  margin-right: auto;
  position: relative;
}
.header-main .flex-left .nav li:first-child a {
  width: fit-content;
}
@media (max-width: 768px) {
  .header-main .flex-left .nav {
    justify-content: flex-start;
  }
}
.header-main .flex-right .nav {
  justify-content: flex-start;
}
.header-main .flex-right .nav li:nth-last-child(2) {
  margin-left: auto;
}
@media (max-width: 768px) {
  .header-main .flex-right .nav {
    justify-content: flex-end;
  }
}
.header-main .nav-line-bottom > li > a:before {
  left: 0;
  transform: unset;
  opacity: 1 !important;
  width: 0;
  transition: all 0.3s;
  height: 2px;
}
.header-main .nav-line-bottom > li > a:hover::before, .header-main .nav-line-bottom > li.active > a::before {
  width: 100%;
}

.header-full-width .container {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .header-full-width .container {
    padding: 0 15px;
  }
}

.breadcrumbs {
  font-size: 12px;
}

.off-canvas .sidebar-menu {
  padding-top: 15px !important;
}
.off-canvas .sidebar-menu .searchform-wrapper {
  margin-bottom: 15px;
}
.off-canvas .sidebar-menu .searchform-wrapper input {
  padding-left: 20px;
  padding-right: 45px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  background-color: unset;
}
.off-canvas .sidebar-menu .nav-vertical li > a {
  font-size: 14px;
}

body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body h6 {
  line-height: 1.3;
}
body .icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body .icon-shopping-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body .icon-expand:before {
  content: "\f31d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body .icon-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body .big-title * {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}
body .text-reset * {
  margin-bottom: unset;
}
body .button.is-underline::before {
  width: 100%;
  transform: unset;
  left: 0;
  bottom: 5px;
}

.mbws-map p {
  margin-bottom: unset;
  line-height: 0;
}
.mbws-map iframe {
  width: 100% !important;
}

.accordion-item .accordion-title {
  font-size: 1rem;
  padding: 20px 30px 20px 0;
}
.accordion-item .accordion-title .toggle {
  left: auto;
  right: 0;
  font-size: 12px;
  top: 18px;
  margin: unset;
}
.accordion-item .accordion-title.active {
  background-color: unset;
  font-weight: var(--text-font-weight);
}
.accordion-item .accordion-inner {
  padding: 0 0 20px 0;
  font-size: 14px;
}
.accordion-item .accordion-inner p:last-of-type {
  margin-bottom: unset;
}

form:not(.searchform):not(.cart) {
  margin-bottom: unset;
}
form:not(.searchform):not(.cart) input[type=email], form:not(.searchform):not(.cart) input[type=number], form:not(.searchform):not(.cart) input[type=search], form:not(.searchform):not(.cart) input[type=tel], form:not(.searchform):not(.cart) input[type=text], form:not(.searchform):not(.cart) input[type=url], form:not(.searchform):not(.cart) textarea, form:not(.searchform):not(.cart) select {
  height: 45px;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form textarea {
  min-height: 200px;
}

.mbws-member .box-text .person-name {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.mbws-member .box-text br {
  display: none;
}
.mbws-member .box-text .person-title {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}

#cart-popup .cart-popup-inner {
  padding: 20px;
}
#cart-popup .cart-popup-inner .cart-popup-title {
  text-align: left;
}
#cart-popup .cart-popup-inner .cart-popup-title span {
  text-transform: unset !important;
}
#cart-popup .cart-popup-inner .is-divider {
  max-width: unset;
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 1px;
}
#cart-popup .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}
#cart-popup .widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: var(--color-mbws-bgr);
  color: var(--heading-color);
  border: none;
}
#cart-popup .widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.cart-auto-refresh.col {
  max-width: 70%;
  flex-basis: 70%;
}

.cart-collaterals.col {
  max-width: 30%;
  flex-basis: 30%;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: 3px solid var(--color-mbws-border) !important;
}

.coupon input {
  display: inline;
  width: calc(100% - 110px) !important;
  margin-right: 10px;
  height: 42px !important;
}
.coupon button[type=submit].button {
  display: inline;
  font-size: 14px;
  height: 42px !important;
  width: fit-content !important;
  padding: 0 15px !important;
  background-color: var(--fs-color-primary);
  text-shadow: unset;
  color: #fff;
  border-color: var(--fs-color-primary);
  margin-right: unset;
}

button#place_order {
  font-size: 14px !important;
  height: 48px;
  line-height: 48px;
  padding: unset;
}

.cart_totals .button {
  font-size: 14px !important;
  height: 42px;
  line-height: 42px;
}

.button-continue-shopping {
  display: none !important;
}

.checkout_coupon {
  max-width: 470px;
  border: 2px solid var(--color-mbws-border) !important;
}
.checkout_coupon .coupon input {
  width: 100% !important;
}

.woocommerce-billing-fields {
  border-top: none !important;
}

.mbws-home-slider .slider-nav-dots-dashes .flickity-page-dots .dot {
  width: 20px;
  height: 2px !important;
  border: none;
  margin: 0 22px;
  background-color: var(--heading-color);
  opacity: unset;
  transition: all 0.3s;
  counter-increment: dot;
  position: relative;
}
.mbws-home-slider .slider-nav-dots-dashes .flickity-page-dots .dot.is-selected {
  width: 40px;
}
.mbws-home-slider .slider-nav-dots-dashes .flickity-page-dots .dot::before {
  content: counter(dot);
  font-weight: bold;
  display: block;
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
  font-size: 14px;
}

.mbws-logo-slider .gallery-col > .col-inner {
  border-left: 1px solid var(--color-mbws-border);
}
.mbws-logo-slider img {
  opacity: 0.6;
  object-fit: contain !important;
}
.mbws-logo-slider img:hover {
  opacity: 1;
}
.mbws-logo-slider .flickity-button {
  display: none;
}

.mbws-bg-text {
  width: 100%;
  font-family: "Playfair Display", Sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
  color: var(--color-mbws-custom-1);
  position: absolute;
  top: 0;
  z-index: 0;
}

.product-category .box-text .header-title {
  font-size: 20px;
}
.product-category .box-text .count {
  text-transform: unset;
}

.ss-bg-left::before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background-color: var(--color-mbws-bgr);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mbws-img-box .box-text {
  display: flex;
  align-items: center;
  height: calc(100% - 60px);
  width: calc(100% - 60px) !important;
  margin: auto;
  text-shadow: unset !important;
}
.mbws-img-box .box-text h3 {
  margin-bottom: 10px;
}
.mbws-img-box.box-fill .box-text {
  padding: 15px;
}
.mbws-img-box.box-outline .box-text {
  padding: 5px;
  border: 10px solid var(--color-mbws-bgr);
}

.img-absolute {
  left: 100%;
}

.bg-over-left {
  position: relative;
}
.bg-over-left::before {
  content: "";
  display: block;
  width: 9999%;
  height: 100%;
  background-color: var(--color-mbws-bgr);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.ss-bg-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.home-icon-box .icon-box-img img,
.home-icon-box .icon-box-img svg {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.title-has-text-bg h2 {
  margin-bottom: unset;
  padding: 15px 0;
}

.widget .is-divider {
  display: none;
}
.widget .widget-title {
  display: block;
  font-weight: var(--heading-color);
  margin-bottom: 15px;
}
.widget:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-mbws-border);
  margin-bottom: 30px;
}
.widget.widget_categories ul > li {
  border-top: none;
}
.widget ul > li {
  font-size: 14px;
}
.widget.widget_price_filter .widget-title {
  margin-bottom: 20px;
}
.widget.flatsome_recent_posts .badge {
  width: 75px;
  height: 65px;
}
.widget.widget_media_gallery .gallery {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}
.widget.widget_media_gallery .gallery-item {
  padding: 0 2.5px 5px;
}
@media (max-width: 768px) {
  .widget.widget_media_gallery .gallery-item {
    width: 33.33%;
  }
}
.widget.widget_media_gallery .gallery-item img {
  width: 100%;
}

#archive-page-title {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  #archive-page-title h1 {
    font-size: 36px !important;
  }
}

.post-item .box-text {
  padding-top: 30px;
  padding-bottom: unset;
}
.post-item .box-text .cat-label {
  background-color: var(--fs-color-secondary);
  color: #fff;
  font-size: 12px;
  opacity: unset;
  padding: 5px 10px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}
.post-item .box-text .post-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .button {
  font-size: 14px;
}

.entry-image .badge.post-date,
.post-item .badge.post-date {
  top: 10px;
  left: 10px;
}

.single-post .blog-wrapper {
  padding-top: unset !important;
}
@media (max-width: 768px) {
  .single-post .page-title .entry-title {
    font-size: 36px !important;
  }
}
.single-post .entry-header .entry-category {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 5px 10px;
  width: fit-content;
  font-size: 12px;
  margin: auto;
  margin-bottom: 15px;
}
.single-post .entry-header .entry-category a {
  color: inherit;
}
.single-post .entry-header .entry-title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .single-post .entry-header .entry-title {
    font-size: 24px;
  }
}
.single-post .entry-header .is-divider {
  display: none;
}
.single-post .entry-header .entry-meta {
  font-size: 14px;
  text-transform: unset;
}
.single-post .entry-header .entry-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single-post footer.entry-meta {
  padding: 30px 0;
  border-bottom: none;
}
.single-post footer.entry-meta .blog-tags a {
  border: 1px solid var(--color-mbws-border);
  padding: 5px 10px;
  margin: 0 5px 5px;
  font-size: 14px;
  font-weight: bold;
  color: var(--text-color);
  transition: all 0.3s;
}
.single-post footer.entry-meta .blog-tags a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color-mbws-border);
  display: inline-block;
  margin-right: 5px;
}
.single-post footer.entry-meta .blog-tags a:hover {
  border-color: var(--fs-color-primary);
}
.single-post footer.entry-meta .blog-tags a:hover::before {
  background-color: var(--fs-color-primary);
}

.mbws-related-posts h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.shop-page-title .page-title-inner {
  min-height: 280px;
}
.shop-page-title .page-title-inner h1 {
  font-size: 62px;
}
@media (max-width: 768px) {
  .shop-page-title .page-title-inner h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .shop-page-title .page-title-inner {
    min-height: 200px;
  }
}

.mbws-shop-tool {
  justify-content: space-between;
  margin-bottom: 30px;
}
.mbws-shop-tool .woocommerce-result-count {
  display: block;
  margin-left: unset;
}
@media (max-width: 768px) {
  .mbws-shop-tool .woocommerce-result-count {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .mbws-shop-tool .woocommerce-result-count {
    flex-basis: 100%;
    text-align: center;
  }
}
.mbws-shop-tool .woocommerce-ordering select {
  border: none;
  border-bottom: 1px solid var(--color-mbws-border);
  padding: unset;
  margin: unset;
  height: auto;
}
@media (max-width: 767px) {
  .mbws-shop-tool .woocommerce-ordering select {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .mbws-shop-tool {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}

.product-small .box-image {
  background-color: var(--color-mbws-bgr);
}
.product-small .image-tools.bottom {
  width: fit-content;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.product-small .image-tools.bottom a {
  background-color: #fff !important;
  color: var(--heading-color);
  width: 45px;
  height: 45px;
}
.product-small .image-tools.bottom a:hover {
  color: var(--fs-color-primary);
}
.product-small .image-tools.bottom a::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
}
.product-small .image-tools.bottom a.quick-view {
  font-size: 0;
}
.product-small .image-tools.bottom a.quick-view::before {
  content: "\f002";
}
.product-small .image-tools.bottom a .cart-icon {
  display: none;
}
.product-small .image-tools.bottom a.add_to_cart_button::before {
  content: "\f07a";
}
.product-small .image-tools.bottom a.added_to_cart {
  font-size: 0;
}
.product-small .image-tools.bottom a.added_to_cart::after {
  display: none;
}
.product-small .image-tools.bottom a.added_to_cart::before {
  content: "\f00c";
}
.product-small .new-bubble {
  background-color: var(--fs-color-success);
}
.product-small .box-text .category {
  font-size: 13px;
  text-transform: unset;
  margin-bottom: 12px;
}
.product-small .box-text .product-title {
  margin-bottom: 12px;
}
.product-small .box-text .product-title > a {
  color: var(--heading-color);
}
.product-small .box-text .product-title > a:hover {
  color: var(--fs-experimental-link-color-hover);
}
.product-small .box-text .star-rating {
  margin-top: unset;
  margin-bottom: 12px;
}
.product-small .box-text .price span.amount {
  color: var(--color-regular-price);
}

.product-gallery .image-tools a.button.zoom-button {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: unset;
  color: var(--text-color);
}
.product-gallery .image-tools a.button.zoom-button:hover {
  color: var(--fs-color-primary);
}
.product-gallery .badge-container {
  margin: unset;
  top: 15px;
  right: 15px;
  left: auto;
}

@media (max-width: 768px) {
  .product-info.product-summary {
    padding-top: 30px !important;
  }
}
.product-info.product-summary .product-title {
  font-size: 34px;
}
@media (max-width: 767px) {
  .product-info.product-summary .product-title {
    font-size: 24px;
  }
}
.product-info.product-summary .woocommerce-product-rating {
  margin-bottom: 15px;
}
.product-info.product-summary .price-wrapper {
  margin-bottom: 20px;
}
.product-info.product-summary .price-wrapper .price {
  margin: unset;
  font-size: 24px;
}
@media (max-width: 767px) {
  .product-info.product-summary .price-wrapper .price {
    font-size: 18px;
  }
}
.product-info.product-summary .ux-product-brands a {
  max-width: 110px;
  border: none !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  padding: 10px;
}
.product-info.product-summary .ux-product-brands a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
}
.product-info.product-summary .ux-product-brands a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .product-info.product-summary .ux-product-brands a {
    max-width: 70px;
    padding: unset;
    box-shadow: none;
    margin-bottom: 15px;
  }
}
.product-info.product-summary .product-short-description {
  font-size: 14px;
}
.product-info.product-summary .woocommerce-variation-price {
  display: none;
}
.product-info.product-summary .single_add_to_cart_button {
  font-size: 12px;
}
.product-info.product-summary .product_meta {
  font-size: 14px;
  border-top: 1px solid var(--color-mbws-border);
  padding-top: 15px;
}
.product-info.product-summary .product_meta > span {
  border: none;
  font-weight: bold;
  color: var(--heading-color);
}
.product-info.product-summary .product_meta > span span, .product-info.product-summary .product_meta > span a {
  font-weight: var(--text-font-weight);
}

.product-footer {
  border-top: 1px solid var(--color-mbws-border);
}
.product-footer .woocommerce-tabs {
  border-top: none !important;
}
@media (max-width: 767px) {
  .product-footer .woocommerce-tabs .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.product-footer .woocommerce-tabs .nav > li {
  margin: 0 15px !important;
}
.product-footer .woocommerce-tabs .nav > li > a {
  font-size: 1rem;
  font-weight: var(--text-font-weight);
  padding: 15px 0;
  position: relative;
}
.product-footer .woocommerce-tabs .nav > li > a::before {
  transition: all 0.3s;
  opacity: 1 !important;
  width: 0%;
  left: 0;
  transform: unset;
}
@media (max-width: 767px) {
  .product-footer .woocommerce-tabs .nav > li > a {
    white-space: nowrap;
    text-align: center;
    padding-left: unset;
    padding-right: unset;
  }
}
.product-footer .woocommerce-tabs .nav > li > a:hover::before, .product-footer .woocommerce-tabs .nav > li.active > a::before {
  width: 100%;
}

#review_form .review-form-inner {
  border: none;
  padding: unset;
}
#review_form .stars a {
  border: none;
}
#review_form .stars a::before {
  display: none;
}
#review_form .stars a::after {
  content: "\f005";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
#review_form .stars a.filled {
  color: #eabe12;
}

.related-products-wrapper {
  position: relative;
  border-top: none !important;
}
.related-products-wrapper::before {
  content: "";
  width: 999%;
  height: 1px;
  display: block;
  background-color: var(--color-mbws-border);
  position: absolute;
  left: -99%;
  top: 0;
}
.related-products-wrapper .product-section-title-related {
  text-align: center;
}

#footer .mbws-logo-slider .gallery-col > .col-inner {
  border-left: none;
}
#footer .absolute-footer {
  border-top: 1px solid var(--color-mbws-border);
  padding: 10px 0;
}
#footer .absolute-footer .copyright-footer {
  padding: 12px 0;
}
#footer .footer-contact,
#footer .ux-menu {
  font-size: 14px;
}