@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;
  white-space: nowrap;
}
#top-bar.nav-dark p {
  color: #fff;
}
#top-bar .row-divided > .col + .col:not(.large-12) {
  border-color: rgba(255, 255, 255, 0.1490196078);
}
#top-bar i {
  margin-right: 10px;
}

.header-main {
  border-bottom: 1px solid var(--color-mbws-border);
}
.header-main .nav-line-bottom > li > a:before {
  left: 0;
  transform: unset;
  opacity: 1 !important;
  width: 0;
  transition: all 0.3s;
  height: 1px;
}
.header-main .nav-line-bottom > li > a:hover::before, .header-main .nav-line-bottom > li.active > a::before {
  width: 100%;
}
.header-main .cart-item img {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.header-main.nav-dark .cart-item img {
  filter: brightness(0) invert(1);
}

#header .menu-item-has-block .nav-dropdown {
  padding: unset !important;
}
#header .nav-dropdown .section {
  padding: 0;
}
#header .nav-dropdown .section .row {
  padding: 0;
}
#header .menu-title {
  margin-bottom: 10px;
}
#header .ux-menu-link__link {
  position: relative;
  width: fit-content !important;
  display: block;
}
#header .ux-menu-link__link::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--text-color);
  transition: all 0.3s;
  position: absolute;
  bottom: 5px;
  left: 0;
}
#header .ux-menu-link__link:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  #header #logo img {
    max-height: 70px !important;
  }
}

.transparent .header-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  transition: all 0.3s;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.transparent .header-main:hover::before {
  height: 100%;
}
.transparent .header-main:hover .header-nav-main > li > a {
  color: var(--text-color) !important;
}
.transparent .header-main:hover .cart-item img {
  filter: unset;
}
@media (max-width: 767px) {
  .transparent .header-main {
    height: 70px !important;
  }
}

.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-left: 20px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  background-color: unset;
}
.off-canvas .sidebar-menu .nav-vertical li > a {
  font-size: 14px;
}

#header .nav-dropdown.nav-dropdown-default li {
  padding: 0 15px;
}
#header .nav-dropdown.nav-dropdown-default li a {
  margin: unset;
  border-bottom: none;
  position: relative;
  width: fit-content;
}
#header .nav-dropdown.nav-dropdown-default li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--text-color);
  transition: all 0.3s;
  position: absolute;
  bottom: 5px;
  left: 0;
}
#header .nav-dropdown.nav-dropdown-default li a:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  #header.header.show-on-scroll, #header .stuck .header-main {
    height: 70px !important;
  }
}

.off-canvas .mfp-content.off-canvas-cart {
  --drawer-width: 400px !important;
}

body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body .category-page-row,
body .container:not(.message-container) {
  max-width: unset;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 1024px) {
  body .category-page-row,
  body .container:not(.message-container) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .row.row-full-width:not(.slider):not(.mbws-gallery) {
  padding: 0 35px;
}
@media (max-width: 1024px) {
  body .row.row-full-width:not(.slider):not(.mbws-gallery) {
    padding: unset;
  }
}
body .banner h2, body .banner h3 {
  line-height: 1.3;
}
body .banner p {
  margin-top: unset;
}
body .banner .button {
  font-size: 14px;
}
body h6 {
  line-height: 1.3;
}
body .sub-title {
  letter-spacing: 3px;
}
body .icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body .icon-shopping-cart:before {
  content: url(../img/bag.svg);
}
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:not(.icon).is-outline {
  border-width: 1px;
}
body .button:not(.icon).is-underline::before {
  width: 96%;
  height: 1px;
  transform: unset;
  left: 2px;
  bottom: 5px;
  opacity: unset;
}
body .button:not(.icon).is-underline:hover::before {
  width: 96%;
  left: 2px;
}
body .button:not(.icon).show-text-on-hover {
  overflow: hidden;
  display: flex;
  align-items: center;
}
body .button:not(.icon).show-text-on-hover span {
  overflow: hidden;
  transition: all 0.3s;
  white-space: nowrap;
}
body .button:not(.icon).show-text-on-hover i {
  margin: unset;
}
body .button:not(.icon).show-text-on-hover:hover span {
  max-width: attr(data-label) "px";
}
body .marquee {
  display: flex;
}
body .js-marquee {
  display: flex;
  gap: 45px;
}
body .text-no-margin p {
  margin-bottom: unset;
}
body a.hotspot {
  background-color: #fff;
  color: var(--fs-color-secondary);
}
body a.hotspot::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: -1;
  animation: pulsing 2s infinite;
}
body .marquee-left p,
body .marquee-right p {
  margin-bottom: unset;
}
body .parallax-active {
  opacity: unset !important;
}
body .slider-nav-circle .flickity-prev-next-button svg, body .slider-nav-circle .flickity-prev-next-button .arrow {
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1490196078);
}
@media (max-width: 767px) {
  body .slider-nav-circle .flickity-prev-next-button svg, body .slider-nav-circle .flickity-prev-next-button .arrow {
    background-color: unset !important;
    box-shadow: unset;
  }
}
body .slider-nav-circle .flickity-prev-next-button:hover svg, body .slider-nav-circle .flickity-prev-next-button:hover .arrow {
  color: var(--text-color) !important;
  fill: var(--text-color) !important;
}

@keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
.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;
}

.container .woocommerce-form-coupon-toggle .message-container {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-checkout > .row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !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;
}

.mbws-home-product-tabs .nav > li {
  margin: 0 30px;
  position: relative;
}
.mbws-home-product-tabs .nav > li a {
  position: relative;
  padding: unset;
  opacity: 0.6;
}
.mbws-home-product-tabs .nav > li a::before {
  height: 1px;
}
.mbws-home-product-tabs .nav > li > a:hover, .mbws-home-product-tabs .nav > li.active > a {
  opacity: 1;
}
.mbws-home-product-tabs .nav > li:not(:first-child):before {
  content: "/";
  display: block;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.mbws-home-product-tabs .tab-panels {
  position: relative;
}
.mbws-home-product-tabs .tab-panels .button {
  position: absolute;
  right: 0;
  top: -40px;
  margin: unset;
}

.mbws-fix-product-slider.row-full-width {
  max-width: unset !important;
  width: calc(100% + 30px);
}

.mbws-home-marquee {
  font-size: 6rem;
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: 1;
}
@media (max-width: 768px) {
  .mbws-home-marquee .js-marquee {
    gap: 15px;
  }
}
.mbws-home-marquee .js-marquee > *:nth-child(odd) {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-text, var(--color-accent));
}

.mbw-home-img-box .box-text {
  padding: 60px !important;
}
@media (max-width: 1024px) {
  .mbw-home-img-box .box-text {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .mbw-home-img-box .box-text {
    padding: 15px !important;
  }
}
.mbw-home-img-box .box-text-inner {
  position: relative;
}
.mbw-home-img-box .box-text-inner * {
  text-shadow: unset !important;
}
.mbw-home-img-box .show-text-on-hover span {
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.mbw-home-img-box .show-text-on-hover:hover {
  box-shadow: none;
}
.mbw-home-img-box .show-text-on-hover:hover span {
  width: 70px;
  margin-left: 10px;
}

.mbws-slider-with-text-nav .banner-title {
  visibility: hidden;
}
.mbws-slider-with-text-nav .flickity-page-dots {
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  bottom: auto;
  width: 60%;
  left: 0;
  right: 0;
  z-index: 99 !important;
}
@media (max-width: 1024px) {
  .mbws-slider-with-text-nav .flickity-page-dots {
    width: 100%;
  }
}
.mbws-slider-with-text-nav .flickity-page-dots .dot {
  width: fit-content;
  height: auto;
  border: none;
  background-color: unset !important;
  border-radius: unset;
  opacity: unset;
  margin: 0 30px 30px !important;
  font-size: 3.5rem;
  color: #fff !important;
  text-transform: uppercase;
  margin-bottom: unset;
  font-weight: var(--heading-font-weight);
  line-height: 1.4;
}
.mbws-slider-with-text-nav .flickity-page-dots .dot:not(.is-selected) {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-text, var(--color-accent));
}
.mbws-slider-with-text-nav .flickity-page-dots .dot.is-selected {
  font-style: italic;
}
@media (max-width: 1024px) {
  .mbws-slider-with-text-nav .flickity-page-dots .dot {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .mbws-slider-with-text-nav .flickity-page-dots .dot {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .mbws-slider-with-text-nav .flickity-page-dots .dot {
    font-size: 2rem;
  }
}

.ux-timer span + span {
  position: relative;
}
.ux-timer span + span::before {
  content: ":";
  position: absolute;
  left: -10px;
  top: 15px;
}

.testimonial-box .testimonial-text {
  font-style: unset !important;
}
.testimonial-box .testimonial-text p {
  margin-bottom: 10px;
}
.testimonial-box .testimonial-name {
  font-size: 14px;
  font-weight: var(--text-font-weight);
}
.testimonial-box .testimonial-name::before {
  content: "—";
  display: inline;
  margin-right: 10px;
}

.mbws-review-slider .flickity-page-dots {
  bottom: -30px;
}

.mbws-home-icon-box {
  align-items: center;
}

.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: 380px;
}
.shop-page-title .page-title-inner h1 {
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: unset;
}
@media (max-width: 768px) {
  .shop-page-title .page-title-inner h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .shop-page-title .page-title-inner {
    flex-direction: row;
    align-items: center;
  }
}
.shop-page-title .page-title-inner .breadcrumbs {
  position: absolute;
  top: 20px;
  left: 45px;
}
@media (max-width: 1024px) {
  .shop-page-title .page-title-inner .breadcrumbs {
    left: 15px;
  }
}
.shop-page-title .category-filtering {
  display: none;
}

.shop-container .row.products {
  max-width: unset;
}

.category-page-row > .col {
  padding-left: unset;
  padding-right: unset;
}

.mbws-shop-tool {
  justify-content: space-between;
  margin-bottom: 30px;
  font-size: 13px;
  text-transform: uppercase;
}
.mbws-shop-tool .mbws-order {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.mbws-shop-tool .woocommerce-result-count {
  display: block;
  margin-left: 15px;
  margin-right: 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;
  padding: unset;
  margin: unset;
  height: auto !important;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 768px) {
  .mbws-shop-tool .woocommerce-ordering {
    display: none;
  }
}

.product-small .box-image {
  background-color: var(--color-mbws-bgr);
}
.product-small .box-text {
  padding-top: 15px;
  padding-bottom: unset;
}
.product-small .box-text .category {
  font-size: 11px;
  letter-spacing: unset;
  color: var(--text-color);
  margin-bottom: 5px;
}
.product-small .box-text .product-title {
  margin-bottom: 5px;
  font-size: 15px;
}
.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-wrapper {
  margin-bottom: 5px;
}
.product-small .box-text .price-wrapper .price {
  font-size: 15px;
}
.product-small .box-text .price-wrapper .price span.amount {
  color: var(--color-regular-price);
}
.product-small .box-text .box-excerpt {
  font-size: 13px;
}

.product-gallery .badge-container,
.product-small .badge-container {
  left: 15px;
  top: 15px;
  margin: unset;
}
.product-gallery .badge-container > .badge,
.product-small .badge-container > .badge {
  width: fit-content;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-gallery .badge-container > .badge .badge,
.product-gallery .badge-container > .badge .badge-inner,
.product-small .badge-container > .badge .badge,
.product-small .badge-container > .badge .badge-inner {
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 99px;
}
.product-gallery .new-bubble,
.product-small .new-bubble {
  background-color: var(--fs-color-secondary);
}

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

@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 .reset_variations,
.product-info.product-summary .woocommerce-variation-price {
  display: none !important;
}
.product-info.product-summary .ux-quantity input, .product-info.product-summary .ux-quantity button {
  height: 48px;
}
.product-info.product-summary .single_add_to_cart_button.button {
  color: var(--text-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--fs-color-primary);
  font-size: 12px;
  height: 48px;
  width: calc(100% - 105px);
}
.product-info.product-summary .single_add_to_cart_button.button:hover {
  color: #fff !important;
  background-color: var(--fs-color-primary) !important;
}
.product-info.product-summary .global-meta-content a {
  color: var(--text-color);
  text-decoration: underline;
}
.product-info.product-summary .product_meta {
  font-size: 14px;
  border-top: 1px solid var(--color-mbws-border);
  padding-top: 15px;
  border-top: none;
}
.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 .wpcf7-form .form-flat .wpcf7-form-control-wrap {
  width: 100%;
}
#footer .wpcf7-form .form-flat input {
  background-color: transparent !important;
  border-radius: unset;
  height: 48px;
  padding-right: 50px;
  font-size: 14px;
  border-color: var(--color-mbws-border);
}
#footer .wpcf7-form .form-flat input:focus {
  border-color: #fff;
  border-radius: 4px;
}
#footer .wpcf7-form .form-flat button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  margin: unset;
  width: 48px;
  height: 48px;
}
#footer .wpcf7-form .form-flat button[type=submit] i::before {
  font-weight: 300;
}
#footer .absolute-footer .copyright-footer {
  font-size: 14px;
  padding: 12px 0;
}
#footer .absolute-footer .container {
  max-width: unset;
  padding: 0 45px;
}
@media (max-width: 1024px) {
  #footer .absolute-footer .container {
    padding: 0 15px;
  }
}
#footer .footer-contact,
#footer .ux-menu {
  font-size: 14px;
}