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

#header #top-bar p,
#header #top-bar .nav > li > a {
  font-size: 13px;
}
#header #top-bar.nav-dark .nav-right > li > a,
#header #top-bar.nav-dark .nav-left > li > a {
  color: #fff;
}
#header #top-bar .nav-divided > li + li > a:after,
#header #top-bar .nav > li.header-divider {
  height: 15px;
  border-color: #fff;
}
#header .header-bottom .flex-right.hide-for-medium {
  max-width: 20%;
}
#header .header-bottom .header-vertical-menu__title {
  font-size: 1rem;
}
#header .header-bottom .nav-spacing-xlarge > li {
  margin: 0 20px;
}
#header .header-cart-icon img {
  width: 24px;
}
#header .header-search-form .searchform select {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 3px 0 0 3px;
  max-width: 95px;
}
@media (max-width: 768px) {
  #header .header-search-form .searchform select {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .header-search-form .searchform input {
  height: 40px;
}
#header .header-search-form .searchform .button.icon {
  height: 40px;
  width: 68px;
  border-radius: 0 3px 3px 0;
  background-color: var(--fs-color-primary);
}
@media (max-width: 768px) {
  #header .nav-icon {
    margin-left: 20px;
  }
  #header .nav-icon > a i {
    font-size: 30px;
  }
}
#header .stuck .header-bottom {
  min-height: 60px;
}

.breadcrumbs .last {
  font-weight: var(--text-font-weight);
}

.off-canvas .nav-vertical li {
  border-top: none !important;
}
.off-canvas .nav-vertical li > a {
  font-size: 14px !important;
  color: var(--text-color);
}
.off-canvas .nav-vertical li.current_page_item > a {
  color: var(--fs-color-primary);
}

.sidebar-menu-top-content {
  margin-bottom: 10px;
}

body .banner h2 {
  line-height: inherit;
}
body .banner h3 {
  line-height: inherit;
  font-size: 24px;
  font-weight: var(--heading-font-weight);
}
@media (max-width: 768px) {
  body .banner h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body .banner .button {
    font-size: 14px;
  }
}
body h6 {
  font-weight: var(--text-font-weight);
}
body a.button:not(.icon).is-link, body a.button:not(.icon).is-underline,
body button.button:not(.icon).is-link,
body button.button:not(.icon).is-underline,
body input.button:not(.icon).is-link,
body input.button:not(.icon).is-underline {
  font-weight: var(--text-font-weight);
}
body .last-reset p:last-of-type {
  margin-bottom: unset;
}
body .text-no-margin * {
  margin-bottom: unset;
}
body span.amount {
  color: var(--color-regular-price);
}
body .slider-nav-outside .flickity-page-dots {
  bottom: -30px;
}

.page-title.simple-title .page-title-inner {
  padding-bottom: 20px;
}

.mbws-header-button > .col-inner {
  position: relative;
  overflow: hidden;
}
.mbws-header-button > .col-inner::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-mbws-custom-1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mbws-header-button > .col-inner:hover::before {
  -webkit-transform: scale3d(30, 30, 1);
  transform: scale3d(30, 30, 1);
}
.mbws-header-button > .col-inner .text,
.mbws-header-button > .col-inner span {
  position: relative;
  z-index: 1;
}

.wpcf7-form {
  margin-bottom: unset;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form input[type=submit] {
  text-transform: unset;
}
.wpcf7-form .mbws-form-dk input[type=email] {
  height: 52px;
  border-radius: 3px 0 0 3px;
}
.wpcf7-form .mbws-form-dk input[type=submit] {
  height: 52px;
  border-radius: 0 0 3px 3px !important;
  background-color: var(--fs-color-secondary) !important;
}
.wpcf7-form .mbws-form-contact input[type=text],
.wpcf7-form .mbws-form-contact input[type=email],
.wpcf7-form .mbws-form-contact input[type=search],
.wpcf7-form .mbws-form-contact input[type=number],
.wpcf7-form .mbws-form-contact input[type=url],
.wpcf7-form .mbws-form-contact input[type=tel],
.wpcf7-form .mbws-form-contact input[type=password],
.wpcf7-form .mbws-form-contact input[type=date],
.wpcf7-form .mbws-form-contact select,
.wpcf7-form .mbws-form-contact textarea {
  height: 50px;
}
.wpcf7-form .mbws-form-contact input[type=text]:focus,
.wpcf7-form .mbws-form-contact input[type=email]:focus,
.wpcf7-form .mbws-form-contact input[type=search]:focus,
.wpcf7-form .mbws-form-contact input[type=number]:focus,
.wpcf7-form .mbws-form-contact input[type=url]:focus,
.wpcf7-form .mbws-form-contact input[type=tel]:focus,
.wpcf7-form .mbws-form-contact input[type=password]:focus,
.wpcf7-form .mbws-form-contact input[type=date]:focus,
.wpcf7-form .mbws-form-contact select:focus,
.wpcf7-form .mbws-form-contact textarea:focus {
  border-color: var(--fs-color-primary);
}
.wpcf7-form .mbws-form-contact input[type=submit] {
  height: 50px;
  border-radius: 30px;
  padding: 0 50px;
}

.mbws-hover-effect {
  position: relative;
  overflow: hidden;
}
.mbws-hover-effect::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  z-index: 1;
}
.mbws-hover-effect:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

.mbws-check-list ul > li {
  list-style: none;
  margin-left: unset !important;
  padding-left: 25px;
  position: relative;
}
.mbws-check-list ul > li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--fs-color-primary);
}

.mbws-text-bg {
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  left: -10px;
  z-index: -1;
  pointer-events: none;
}

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

.mbws-team-member .box-text h4:first-of-type {
  text-transform: unset !important;
  display: flex;
  flex-direction: column-reverse;
  letter-spacing: unset;
}
.mbws-team-member .box-text h4:first-of-type .person-name {
  font-size: 20px;
}
.mbws-team-member .box-text h4:first-of-type .person-title {
  font-size: 14px;
  color: var(--fs-color-primary);
  margin-bottom: 10px;
}
.mbws-team-member .box-text h4:first-of-type br {
  display: none;
}

.mbws-product-tabs {
  display: flex;
}
@media (max-width: 1024px) {
  .mbws-product-tabs {
    flex-wrap: wrap;
  }
}
.mbws-product-tabs > h4 {
  font-size: 20px;
  padding: 10px 0;
  width: 50%;
  margin-bottom: unset;
  text-align: left;
  text-transform: unset;
  border-bottom: 1px solid var(--color-mbws-border);
}
@media (max-width: 1024px) {
  .mbws-product-tabs > h4 {
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
}
.mbws-product-tabs .nav.nav-right {
  width: 50%;
  border-bottom: 1px solid var(--color-mbws-border);
}
@media (max-width: 1024px) {
  .mbws-product-tabs .nav.nav-right {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .mbws-product-tabs .nav.nav-right {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mbws-product-tabs .nav.nav-right > li {
    width: fit-content;
    padding-bottom: 5px;
  }
  .mbws-product-tabs .nav.nav-right > li > a {
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
  }
}
.mbws-product-tabs .nav.nav-right:hover > li:not(:hover) > a:after {
  opacity: 0;
}
.mbws-product-tabs .nav.nav-right li {
  margin-right: 30px;
}
.mbws-product-tabs .nav.nav-right li a::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transition: all 0.4s ease;
  border-top: 8px solid var(--fs-color-primary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -11px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: all 0.4s ease;
  opacity: 0;
}
.mbws-product-tabs .nav.nav-right li > a:hover, .mbws-product-tabs .nav.nav-right li.active > a {
  color: var(--fs-color-primary);
}
.mbws-product-tabs .nav.nav-right li > a:hover::after, .mbws-product-tabs .nav.nav-right li.active > a::after {
  opacity: 1;
}
.mbws-product-tabs .tab-panels {
  padding-top: 30px;
  width: 100%;
}

.mbws-category-tabs .nav-tabs {
  border: 1px solid var(--color-mbws-border);
}
@media (max-width: 768px) {
  .mbws-category-tabs .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mbws-category-tabs .nav-tabs > li > a {
    white-space: nowrap;
    text-align: center;
  }
}
.mbws-category-tabs .nav-tabs > li > a {
  box-shadow: none;
  background-color: unset;
  border: none;
}
.mbws-category-tabs .nav-tabs > li > a:hover, .mbws-category-tabs .nav-tabs > li.active > a {
  background-color: var(--fs-color-primary);
  color: #fff;
}
.mbws-category-tabs .nav-tabs > li a::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transition: all 0.4s ease;
  border-top: 8px solid var(--fs-color-primary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -11px;
  border-bottom: 5px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transition: all 0.4s ease;
  opacity: 0;
}
.mbws-category-tabs .nav-tabs > li > a:hover::after, .mbws-category-tabs .nav-tabs > li.active > a::after {
  opacity: 1;
}
.mbws-category-tabs .nav-tabs + .tab-panels {
  padding: 20px 0 0;
  border: none;
}

@media (min-width: 1024px) {
  .mbws-row-5 .col {
    max-width: 20%;
    flex-basis: 20%;
  }
}
.mbws-logo .gallery-col img {
  object-fit: contain;
}
.mbws-logo .flickity-slider .gallery-col.col {
  padding-bottom: unset !important;
}

.widget:not(.widget_search) {
  border: 1px solid var(--color-mbws-border);
  padding: 20px;
}
.widget .widget-title {
  display: block;
  margin-bottom: 15px;
  border-left: 3px solid var(--fs-color-secondary);
  padding-left: 15px;
  color: var(--heading-color);
  letter-spacing: 0;
}
.widget .is-divider {
  display: none;
}
.widget.flatsome_recent_posts .recent-blog-posts-li a {
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget.flatsome_recent_posts .recent-blog-posts-li .post_comments {
  display: none;
}

.blog-wrapper {
  padding-top: 45px !important;
}

.post-item .box-text {
  padding: 30px;
  border: 2px solid var(--color-mbws-border);
}
@media (max-width: 768px) {
  .post-item .box-text {
    padding: 15px;
  }
}
.post-item .box-text .cat-label {
  font-size: 14px;
  opacity: 1;
  text-transform: unset;
  margin-bottom: 10px;
  color: var(--fs-experimental-link-color);
}
.post-item .box-text .post-title {
  font-size: 24px;
}
.post-item .box-text .post-title a {
  min-height: 2.6em;
  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 .post-meta {
  font-size: 12px;
}
.post-item .box-text .post-meta::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.post-item .box-text .button {
  text-transform: unset;
}

.archive .post-item .box-text {
  border: none;
  background-color: var(--color-mbws-bgr);
}
.archive .post-item .box-text .post-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.archive .post-item .box-text .post-meta {
  margin-bottom: 10px;
}
.archive .post-item .box-text .from_the_blog_excerpt {
  font-size: 14px;
}
.archive .post-item .box-text .button {
  font-size: 1rem;
  border-radius: 3px;
  padding: 0 30px;
}

.single .article-inner {
  border: 1px solid var(--color-mbws-border);
}
.single .entry-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single .entry-header-text {
  display: flex;
  flex-direction: column-reverse;
  padding: 40px 40px 0;
}
@media (max-width: 768px) {
  .single .entry-header-text {
    padding: 30px 15px 0;
  }
}
.single .entry-header-text .entry-title {
  font-size: 36px;
  margin-bottom: unset;
}
@media (max-width: 768px) {
  .single .entry-header-text .entry-title {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .single .entry-header-text .entry-title {
    font-size: 28px;
  }
}
.single .entry-header-text .is-divider {
  display: none;
}
.single .entry-header-text .entry-meta {
  font-size: 14px;
  text-transform: unset;
  opacity: 1;
  margin-bottom: 15px;
}
.single .entry-header-text .entry-meta .posted-on {
  margin-right: 10px;
}
.single .entry-header-text .entry-meta .posted-on::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.single .entry-header-text .entry-meta .byline::before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.single .entry-content {
  padding: 40px;
}
@media (max-width: 768px) {
  .single .entry-content {
    padding: 15px;
  }
}
.single .entry-content a {
  color: var(--fs-experimental-link-color);
}
.single .entry-content a:hover {
  text-decoration: underline;
}
.single .entry-content h3 {
  font-size: 22px;
}

.shop-page-title {
  background-color: var(--color-mbws-bgr);
}
.shop-page-title .page-title-inner {
  padding-bottom: 20px;
}
.shop-page-title .woocommerce-ordering select {
  border: none;
  height: unset;
  min-height: unset;
  background-color: transparent;
}

.product-small .image-tools.bottom {
  background-color: #fff;
  border-top: 1px solid var(--color-mbws-border);
  border-bottom: 1px solid var(--color-mbws-border);
  padding: 5px 0 !important;
  justify-content: center;
  gap: 5px;
  margin-bottom: 1px;
}
.product-small .image-tools.bottom a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background-color: unset;
  color: var(--text-color);
  border-radius: 15px;
  transition: all 0.3s;
}
.product-small .image-tools.bottom a:hover {
  background-color: var(--fs-color-primary) !important;
  color: #fff;
}
.product-small .image-tools.bottom a.quick-view {
  font-size: 0;
}
.product-small .image-tools.bottom a.quick-view::before {
  content: "\f06e";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 300;
}
.product-small .image-tools.bottom a.add-to-cart-grid::before, .product-small .image-tools.bottom a.add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 300;
}
.product-small .image-tools.bottom a.add-to-cart-grid .cart-icon, .product-small .image-tools.bottom a.add_to_cart_button .cart-icon {
  display: none;
}
.product-small .image-tools.bottom a.added_to_cart {
  font-size: 0;
  color: var(--fs-color-primary);
}
.product-small .image-tools.bottom a.added_to_cart::before {
  content: "\e3f1";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 800;
}
.product-small .box {
  border: 1px solid var(--color-mbws-border);
}
.product-small .box .box-text {
  padding: 20px;
}
.product-small .box .box-text .category {
  font-size: 13px;
  text-transform: unset;
  opacity: 1;
}
.product-small .box .box-text .product-title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.product-small .box .box-text .product-title a {
  color: var(--heading-color);
}

.single-product .breadcrumbs {
  padding: 15px 0;
}
.single-product .product-info .product_meta {
  font-size: 14px;
}
.single-product .product-info .product_meta > span {
  border: none;
}
@media (max-width: 768px) {
  .single-product .product-info {
    padding-bottom: unset;
  }
}
.single-product .product-footer .woocommerce-tabs {
  border: 1px solid var(--color-mbws-border);
  border-radius: 10px;
  padding: 15px;
}
.single-product .product-footer .woocommerce-tabs .nav {
  margin-top: unset !important;
  border-bottom: 1px solid var(--color-mbws-border);
}
.single-product .product-footer .woocommerce-tabs .nav > li {
  margin: 0 15px;
}
.single-product .product-footer .woocommerce-tabs .nav > li > a {
  font-size: 14px;
}
.single-product .product-footer .woocommerce-tabs .nav > li > a::before {
  bottom: 0;
  top: auto;
}
.single-product .product-footer .woocommerce-tabs .nav > li.active > a {
  color: var(--fs-color-primary);
}
@media (max-width: 768px) {
  .single-product .product-footer .woocommerce-tabs .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .single-product .product-footer .woocommerce-tabs .nav li {
    width: fit-content;
    margin-right: 15px !important;
  }
  .single-product .product-footer .woocommerce-tabs .nav li > a {
    white-space: nowrap;
    width: fit-content;
    text-align: center;
  }
}
.single-product .product-footer .woocommerce-tabs .tab-panels {
  padding: 60px 60px 30px;
}
@media (max-width: 1024px) {
  .single-product .product-footer .woocommerce-tabs .tab-panels {
    padding: 30px 30px 15px;
  }
}
@media (max-width: 1024px) {
  .single-product .product-footer .woocommerce-tabs .tab-panels {
    padding: 15px 0;
  }
}

#review_form .review-form-inner {
  border-radius: 10px;
  border: none;
  background-color: var(--color-mbws-bgr);
}
#review_form .form-submit input {
  border-radius: 3px;
  text-transform: unset;
}

#footer .back-to-top.button.icon {
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
  color: #fff;
}