@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
*/
body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body strong,
body b {
  font-weight: var(--heading-font-weight);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: inherit;
}
body h1 {
  margin-bottom: 20px;
}
body h2 {
  margin-bottom: 1rem;
}
body h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px !important;
}
@media (max-width: 767px) {
  body h3 {
    font-size: 22px;
  }
}
body h4 {
  font-size: 16px;
}
body blockquote {
  padding: 0 0 0 24px;
  font-style: unset;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  body .rank-math-breadcrumb {
    font-size: 14px;
  }
}
body .banner h1,
body .banner h2,
body .banner h3,
body .banner p {
  line-height: inherit;
  margin-top: unset;
}
@media (max-width: 768px) {
  body .banner .button:not(.icon) {
    font-size: 14px;
  }
}
body .col-overflow-hidden > .col-inner {
  overflow: hidden;
}
body a.button:not(.icon),
body button.button:not(.icon) {
  font-weight: 600;
  transition: all 0.3s;
  letter-spacing: 0;
}
body a.button:not(.icon).is-small,
body button.button:not(.icon).is-small {
  font-size: 12px;
}
body a.button:not(.icon):not(.is-link):not(.is-underline).hover-shadow:hover,
body button.button:not(.icon):not(.is-link):not(.is-underline).hover-shadow:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843), 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843) !important;
}
body a.button:not(.icon):not(.is-link):not(.is-underline).white,
body button.button:not(.icon):not(.is-link):not(.is-underline).white {
  color: var(--fs-color-secondary);
}
body a.button:not(.icon).mbws-secondary-outline,
body button.button:not(.icon).mbws-secondary-outline {
  border-color: var(--color-mbws-border);
}
body a.button:not(.icon).mbws-secondary-outline:hover,
body button.button:not(.icon).mbws-secondary-outline:hover {
  border-color: var(--fs-color-secondary);
  background-color: transparent;
  color: var(--fs-color-secondary);
}
body a.button:not(.icon) i,
body a.button:not(.icon) span,
body button.button:not(.icon) i,
body button.button:not(.icon) span {
  transition: inherit;
}
body a.button:not(.icon) .icon-angle-right,
body button.button:not(.icon) .icon-angle-right {
  top: 0;
  vertical-align: baseline;
}
body a.button:not(.icon) .icon-angle-right:before,
body button.button:not(.icon) .icon-angle-right:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
}
@media (max-width: 768px) {
  body a.button:not(.icon).expand-for-small,
  body button.button:not(.icon).expand-for-small {
    width: 100%;
  }
}
body a.button:not(.icon).color-secondary,
body button.button:not(.icon).color-secondary {
  color: var(--fs-color-secondary);
}
body a.button:not(.icon).download-button .icon-angle-down:before,
body button.button:not(.icon).download-button .icon-angle-down:before {
  content: "\e094";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
}
body a.is-underline::before,
body button.is-underline::before {
  display: none;
}
body a.is-underline span,
body button.is-underline span {
  text-decoration: underline;
}
body .row-box-shadow-1 .col-inner {
  box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 1px 3px 0 rgba(0, 0, 0, 0.1019607843), 0 1px 2px -1px rgba(0, 0, 0, 0.1019607843);
}
body .row-box-shadow-3-hover .col-inner:hover {
  box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 1px 3px 0 rgba(0, 0, 0, 0.1019607843), 0 20px 25px -5px rgba(0, 0, 0, 0.1019607843), 0 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
body .row-box-shadow-4-hover .col-inner:hover {
  box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, 0 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
body .text-bg-color span {
  padding: 8px 16px;
  letter-spacing: 2px;
}
body .title-no-mb h1,
body .title-no-mb h2,
body .title-no-mb h3,
body .title-no-mb h4,
body .title-no-mb h5,
body .title-no-mb h6 {
  margin-bottom: unset;
}
body .text-no-mb * {
  margin-bottom: unset;
}
body .overlay-gradient .overlay {
  background-color: unset !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.699) 0%, rgba(0, 0, 0, 0) 100%);
}
body .check-list ul li {
  list-style: none;
  margin-left: unset;
  padding-left: 30px;
  position: relative;
}
body .check-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: var(--fs-color-primary);
  position: absolute;
  left: 0;
  top: 0;
}
body .ux-logo .ux-logo-link {
  width: fit-content;
  padding: unset !important;
}
@media (max-width: 768px) {
  body .mfp-container {
    padding: 15px 0;
  }
}

.mbws-hover-zoom {
  transition: all 0.3s;
}
.mbws-hover-zoom:hover {
  transform: scale(1.05);
}

.text-secondary {
  color: var(--fs-color-secondary) !important;
}

.wpcf7-form {
  margin-bottom: unset;
}
.wpcf7-form label {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form select,
.wpcf7-form textarea {
  border-radius: 2px;
  height: 50px;
  padding: 12px 16px;
}
.wpcf7-form input[type=submit],
.wpcf7-form button[type=submit] {
  border-radius: 2px;
  height: 50px;
  font-size: 1rem;
  color: var(--fs-color-secondary);
  margin-bottom: unset;
}
.wpcf7-form input[type=submit] i,
.wpcf7-form button[type=submit] i {
  vertical-align: baseline;
}
.wpcf7-form input[type=submit].secondary,
.wpcf7-form button[type=submit].secondary {
  background-color: var(--fs-color-secondary);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .flex-row {
  gap: 16px;
}
@media (max-width: 768px) {
  .wpcf7-form .flex-row {
    flex-wrap: wrap;
    gap: 0;
  }
}
.wpcf7-form .mbws-submit-project-form input[type=email],
.wpcf7-form .mbws-submit-project-form input[type=number],
.wpcf7-form .mbws-submit-project-form input[type=search],
.wpcf7-form .mbws-submit-project-form input[type=tel],
.wpcf7-form .mbws-submit-project-form input[type=text],
.wpcf7-form .mbws-submit-project-form input[type=url],
.wpcf7-form .mbws-submit-project-form select,
.wpcf7-form .mbws-submit-project-form textarea {
  height: 45px;
  border-radius: 10px;
  margin-bottom: 16px !important;
}
.wpcf7-form .mbws-submit-project-form label {
  font-size: 13px;
}
.wpcf7-form .mbws-submit-project-form {
  /* Upload */
}
.wpcf7-form .mbws-submit-project-form .mbws-upload {
  position: relative;
  border: 2px dashed #d1d5dc;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload:hover {
  border-color: #99a1af;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload.dragover {
  border-color: #4461ff;
  background: #f5f7ff;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload i {
  font-size: 32px;
  margin-bottom: 8px;
  color: #99a1af;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload .mbws-upload-ui {
  pointer-events: none;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload .mbws-upload-ui p {
  margin: 0;
  font-size: 14px;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload .mbws-upload-ui p span {
  color: #4461ff;
  font-weight: 600;
}
.wpcf7-form .mbws-submit-project-form .mbws-upload .mbws-upload-ui small {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 12px;
}
.wpcf7-form .mbws-submit-project-form .mbws-file-list {
  margin-top: 12px;
  text-align: left;
  font-size: 13px;
}
.wpcf7-form .mbws-submit-project-form .mbws-file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.wpcf7-form .mbws-submit-project-form .mbws-file-list li:last-child {
  border-bottom: none;
}
.wpcf7-form .mbws-submit-project-form .mbws-file-list li .mbws-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
}
.wpcf7-form .mbws-submit-project-form .mbws-file-list li .mbws-file-remove {
  color: #e00;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.2s;
}
.wpcf7-form .mbws-submit-project-form .mbws-file-list li .mbws-file-remove:hover {
  opacity: 0.7;
}
.wpcf7-form .mbws-submit-project-form input[type=submit] {
  font-size: 13px;
  border-radius: 8px;
}

.lightbox-content {
  border-radius: 10px;
}

.mfp-close-btn-in .mfp-close {
  color: var(--heading-color);
  mix-blend-mode: unset;
}
.mfp-close-btn-in .mfp-close svg {
  width: 22px;
}

@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 .container {
  max-width: 1488px;
}
#header .form-flat .searchform .flex-row {
  flex-direction: row-reverse;
}
#header .form-flat .searchform .flex-row input:not([type=submit]) {
  background-color: unset !important;
  border: none;
  font-size: 12px;
  padding: unset;
  border-radius: unset !important;
}
#header .form-flat .searchform .flex-row .button.icon i {
  color: var(--fs-color-primary);
}
#header .search-form {
  transition: width 0.3s;
}
#header .search-form.active {
  width: 30%;
}
#header .search-form .icon-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
}
#header .cart-item .header-cart-icon.image-icon {
  margin-left: unset;
  margin-right: 10px;
}
#header .cart-item .header-cart-icon.image-icon .cart-img-icon {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  #header .cart-item .header-cart-icon.image-icon .cart-img-icon {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 768px) {
  #header .cart-item .header-cart-title {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .header-account-title {
    display: none;
  }
}
#header .nav-dropdown {
  padding-top: unset !important;
  padding-bottom: unset !important;
}
#header .nav-dropdown li {
  background-color: inherit;
}
#header .nav-dropdown li > a {
  font-size: 14px;
  color: inherit;
}
#header .nav-dropdown li .sub-menu {
  background-color: inherit;
}
#header .nav-dropdown li.menu-item-has-children::before {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}

@media (max-width: 767px) {
  #top-bar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top-bar .flex-right.hide-for-medium {
  width: 50%;
}
#top-bar .nav > li {
  margin: 0 16px;
}
#top-bar .nav > li > a {
  font-size: 12px;
  flex-wrap: nowrap;
}
#top-bar .nav > li > a svg,
#top-bar .nav > li > a i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--fs-color-primary);
}
#top-bar .nav > li.featured > a {
  color: var(--fs-color-primary);
}
@media (max-width: 768px) {
  #top-bar .nav {
    flex-wrap: nowrap;
  }
  #top-bar .nav > li {
    margin: 0 5px;
  }
  #top-bar .nav > li > a {
    font-size: 11px;
  }
  #top-bar .nav > li > a i {
    font-size: 12px;
    margin-right: 5px;
  }
}
#top-bar .flex-right.hide-for-medium .nav > li > a {
  display: flex;
  flex-direction: row-reverse;
}
#top-bar .flex-right.hide-for-medium .nav > li > a i {
  color: var(--fs-color-primary);
  margin-left: unset;
  margin-right: 10px;
}
#top-bar .flex-right.hide-for-medium .nav:hover > li.header-search > a::before {
  opacity: 1;
}

.header-main {
  border-bottom: 1px solid var(--color-mbws-custom-1);
}
.header-main .nav-spacing-xlarge > li {
  margin: 0 15px;
}
.header-main .nav > li.mbws-button > a {
  background-color: var(--fs-color-secondary);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 16px;
}
.header-main .header-nav-main > li > a {
  font-size: 13px;
}
@media (max-width: 768px) {
  .header-main .mobile-nav > li.header-search {
    margin-right: 10px;
  }
  .header-main .mobile-nav > li > a i:not(.icon-menu) {
    font-size: 16px;
  }
}

body .icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro" !important;
}

.off-canvas .nav-vertical > li {
  padding-left: 15px;
  padding-right: 15px;
  border-top: none !important;
}
.off-canvas .nav-vertical > li a {
  font-size: 13px;
  color: var(--text-color);
  padding: 12px 16px !important;
}
.off-canvas .nav-vertical > li.mbws-button > a {
  background-color: var(--fs-color-secondary);
  color: white;
  border-radius: 8px;
}

.mbws-divider .line-right,
.mbws-divider .line-left {
  width: 96px;
  height: 1px;
  background-color: var(--color-mbws-border);
  display: inline-block;
  vertical-align: middle;
}
.mbws-divider .disc {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color-mbws-border);
  margin: 0 10px;
}

.dark .mbws-divider .disc,
.dark .mbws-divider .line-left,
.dark .mbws-divider .line-right {
  background-color: #fff;
}

.icon-box .icon-box-text h5:first-of-type {
  font-size: 20px;
  text-transform: unset;
}
.icon-box .icon-box-text p:last-of-type {
  margin-bottom: unset;
}

.col-bg-blur > .col-inner {
  backdrop-filter: blur(8px);
}

.featured-img-card > .col-inner {
  transform: rotate(-5deg);
  transition: all 0.6s;
}
.featured-img-card > .col-inner:hover {
  transform: scale(1.1) rotate(0deg);
}
@media (max-width: 768px) {
  .featured-img-card > .col-inner {
    transform: unset;
  }
}

/* about page */
.contact-icon-box .icon-box-img .icon-inner,
.about-icon-box .icon-box-img .icon-inner {
  background-color: var(--color-mbws-custom-2);
}
.contact-icon-box:hover .icon-box-img .icon-inner,
.about-icon-box:hover .icon-box-img .icon-inner {
  background-color: var(--color-mbws-custom-2) !important;
}

.mbws-process {
  position: relative;
}
.mbws-process::before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .mbws-process::before {
    display: none;
  }
}
.mbws-process .step-number {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(212, 175, 55, 0.3) 0px 4px 12px;
}
.mbws-process .step-number h3 {
  margin-bottom: unset !important;
  line-height: 1;
  font-size: 48px;
}
@media (max-width: 768px) {
  .mbws-process .step-tilte h3 {
    font-size: 28px;
  }
}

.animate-bounce i {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-25%);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: none;
  }
}
.category-tabs .nav > li {
  margin: 0 15px;
}
.category-tabs .nav > li > a {
  border: 1px solid var(--color-mbws-custom-1);
  border-radius: 10px;
  padding: 5px 24px;
  font-size: 14px;
}
.category-tabs .nav > li > a:hover {
  border-color: var(--fs-color-secondary);
}
.category-tabs .nav > li.active > a {
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
  font-weight: bold;
}
@media (max-width: 768px) {
  .category-tabs .nav > li {
    margin: 0 12px 12px;
  }
}
.category-tabs .tab-panels {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .category-tabs .tab-panels {
    padding-top: 30px;
  }
}

.img-radius .image-cover {
  border-radius: 10px;
}

.twentytwenty-container {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
.twentytwenty-container img {
  aspect-ratio: 4/3;
}

.banner-radius {
  border-radius: 14px;
  overflow: hidden;
}

.mbws-box-shadow {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}

.banner a.hotspot {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: var(--fs-color-secondary);
  font-size: 20px;
  transition: all 0.3s;
  opacity: 1;
}
.banner a.hotspot:hover {
  transform: scale(1.1);
}
.banner a.hotspot i {
  transition: all 0.3s;
}
.banner a.hotspot .icon-plus:before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.banner a.hotspot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.banner a.hotspot.active i {
  transform: rotate(45deg);
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}
.hotspot-card:hover .is-border, .hotspot-card.active .is-border {
  border-color: var(--fs-color-secondary) !important;
}

.download-card > .col-inner .icon-box {
  align-items: center;
}
.download-card > .col-inner .icon-box-img {
  border-radius: 10px;
  background-color: var(--color-mbws-bgr);
  padding: 12px;
  transition: all 0.3s;
}
.download-card > .col-inner .icon-box-img .icon img,
.download-card > .col-inner .icon-box-img .icon svg {
  padding-top: unset;
}
.download-card > .col-inner:hover .icon-box-img {
  background-color: var(--fs-color-secondary);
}
.download-card > .col-inner:hover .icon-box-img .icon img,
.download-card > .col-inner:hover .icon-box-img .icon svg {
  filter: brightness(0) invert(1);
}
.download-card > .col-inner .button.is-outline {
  border-width: 1px;
  border-color: var(--fs-color-secondary);
  letter-spacing: 0;
}
.download-card > .col-inner .button.is-outline:hover {
  background-color: var(--fs-color-secondary);
  color: white;
}

.mbws-map {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-mbws-custom-1);
}
.mbws-map p {
  margin-bottom: unset;
  line-height: 0;
}

.contact-icon-box .icon-box-img .icon img,
.contact-icon-box .icon-box-img .icon svg {
  width: 16px;
  margin: 0 32%;
}

/* ===== MBWS MULTI-STEP FORM ===== */
#mbws_quote_popup {
  border-radius: 1rem;
}
#mbws_quote_popup .mfp-close {
  top: 20px !important;
  right: 20px;
}
@media (max-width: 768px) {
  #mbws_quote_popup .mfp-close {
    top: 0 !important;
    right: 0;
  }
}

.mbws-quote-form {
  /* CF7 inputs */
}
.mbws-quote-form .wpcf7-text,
.mbws-quote-form .wpcf7-tel,
.mbws-quote-form .wpcf7-email,
.mbws-quote-form .wpcf7-select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--color-mbws-custom-1);
  border-radius: 4px;
  box-sizing: border-box;
  height: 48px;
}
.mbws-quote-form .wpcf7-text:focus,
.mbws-quote-form .wpcf7-tel:focus,
.mbws-quote-form .wpcf7-email:focus,
.mbws-quote-form .wpcf7-select:focus {
  border-color: var(--fs-color-primary);
  outline: none;
}
.mbws-quote-form .wpcf7-hidden {
  display: none;
}
.mbws-quote-form .wpcf7-submit.mbws-btn-cta {
  background: #e07b2a;
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: unset;
}
.mbws-quote-form .wpcf7-submit.mbws-btn-cta:hover {
  background: #c96b1a;
}

/* Progress */
.mbws-modal-header {
  padding: 40px 46px 32px;
  border-bottom: 1px solid var(--color-mbws-custom-1);
}
@media (max-width: 767px) {
  .mbws-modal-header {
    padding: 15px 20px;
  }
}
.mbws-modal-header .mbws-step-title {
  display: none;
  margin-bottom: 30px;
}
.mbws-modal-header .mbws-step-title.current-step {
  display: block;
}
.mbws-modal-header .mbws-step-title .mbws-title {
  font-size: 28px;
  color: var(--heading-color);
  margin-bottom: 6px;
  line-height: 1.3;
}
.mbws-modal-header .mbws-step-title .mbws-subtitle {
  color: #666;
  margin-bottom: 1.2rem;
}
.mbws-modal-header .mbws-progress-bar {
  height: 5px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.mbws-modal-header .mbws-progress-bar .mbws-bar-fill {
  height: 100%;
  background: var(--fs-color-secondary);
  border-radius: 4px !important;
  width: 33%;
  transition: width 0.4s ease;
}
.mbws-modal-header .mbws-step-label {
  text-align: right;
  font-size: 12px;
  color: var(--text-color);
  margin-top: 4px;
}

/* Steps */
.mbws-step {
  display: none;
}
.mbws-step.active {
  display: block;
}
.mbws-step .mbws-footer,
.mbws-step .mbws-step-inner {
  padding: 32px 48px;
}
@media (max-width: 767px) {
  .mbws-step .mbws-footer,
  .mbws-step .mbws-step-inner {
    padding: 15px 20px;
  }
}

.mbws-req {
  color: var(--fs-color-alert);
}

.mbws-note {
  font-weight: 400;
  font-size: 12px;
  color: var(--text-color);
}

/* Fields */
.mbws-field {
  margin-bottom: 1.1rem;
}
.mbws-field label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 7px;
  font-size: 14px;
}
.mbws-field label i {
  color: var(--text-color);
  font-size: 13px;
}

/* Cards — Project Type */
.mbws-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.mbws-cards .mbws-card {
  border: 1.5px solid var(--color-mbws-custom-1);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  color: var(--heading-color);
  transition: all 0.2s;
  line-height: 1.8;
}
.mbws-cards .mbws-card i {
  font-size: 32px;
  display: block;
  margin-bottom: 6px;
  color: var(--fs-color-secondary);
}
@media (max-width: 768px) {
  .mbws-cards .mbws-card i {
    font-size: 24px;
  }
}
.mbws-cards .mbws-card.selected {
  border-color: var(--fs-color-secondary);
  background: var(--color-mbws-bgr);
  color: var(--fs-color-secondary);
  font-weight: 600;
}

/* Pills — Bedrooms */
.mbws-pills {
  display: flex;
  gap: 10px;
}
.mbws-pills .mbws-pill {
  flex: 1;
  border: 1.5px solid var(--color-mbws-custom-1);
  border-radius: 50px;
  padding: 5px 20px;
  cursor: pointer;
  color: var(--heading-color);
  transition: all 0.2s;
  text-align: center;
}
.mbws-pills .mbws-pill.selected {
  border-color: var(--fs-color-secondary);
  background: var(--fs-color-secondary);
  color: #fff;
}

/* Range */
.mbws-range {
  width: 100%;
  margin-top: 6px;
}

.mbws-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-color);
  margin-top: 2px;
}

/* Cards big — Design Style */
.mbws-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mbws-card-big {
  border: 1.5px solid var(--color-mbws-border);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  color: var(--heading-color);
  line-height: 1.8;
  transition: all 0.2s;
}
.mbws-card-big i {
  font-size: 26px;
  display: block;
  margin-bottom: 6px;
  color: #aaa;
}
.mbws-card-big.selected {
  border-color: var(--fs-color-primary);
  background: var(--color-mbws-bgr);
}
.mbws-card-big.selected i {
  color: var(--fs-color-primary);
}

/* Radio rows — Budget */
.mbws-radio-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--color-mbws-border);
  border-radius: 8px;
  padding: 13px 16px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: all 0.2s;
  font-size: 13px;
  color: var(--heading-color);
}
.mbws-radio-row.selected {
  border-color: var(--fs-color-primary);
  background: var(--color-mbws-bgr);
}
.mbws-radio-row.selected .mbws-rdot {
  border-color: var(--fs-color-primary);
}
.mbws-radio-row.selected .mbws-rdot-in {
  display: block;
}

.mbws-rdot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mbws-rdot-in {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fs-color-primary);
  display: none;
}

/* Footer */
.mbws-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.mbws-footer button {
  line-height: 1;
  margin: unset;
  padding: 13px 30px;
}

.mbws-btn-back {
  background: none;
  border: none;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mbws-btn-next {
  background: var(--fs-color-secondary);
  color: #fff;
  border: none;
  padding: 0 32px;
  height: 48px;
  border-radius: 8px;
  margin: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mbws-submit-design-form {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .mbws-submit-design-form {
    flex-direction: column;
    gap: 30px;
  }
}
.mbws-submit-design-form .form-steps-indicator {
  width: 250px;
  flex-shrink: 0;
  position: relative;
  padding-top: 20px;
}
.mbws-submit-design-form .step-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.mbws-submit-design-form .step-item .step-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(240, 240, 240);
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  color: #999;
  transition: all 0.3s ease;
  position: relative;
}
.mbws-submit-design-form .step-item:not(:first-child) .step-icon:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: rgb(224, 224, 224);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.mbws-submit-design-form .step-item .step-label {
  padding-top: 10px;
  color: #888;
  line-height: 1.4;
}
.mbws-submit-design-form .step-item .step-label small {
  font-size: 13px;
  color: #999;
}
.mbws-submit-design-form .step-item.active .step-icon {
  background-color: var(--fs-color-primary);
  color: white;
  box-shadow: 0 0 0 6px rgba(var(--fs-color-primary), 0.2);
}
.mbws-submit-design-form .step-item.active .step-icon::before {
  background-color: var(--fs-color-primary);
}
.mbws-submit-design-form .step-item.active .step-label {
  font-weight: 600;
  color: #222;
}
.mbws-submit-design-form .step-item.completed .step-icon {
  background-color: var(--fs-color-primary);
  font-size: 0;
}
.mbws-submit-design-form .step-item.completed .step-icon::after {
  content: "\f00c";
  color: white;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}
.mbws-submit-design-form .step-item.completed .step-label {
  color: #222;
}
.mbws-submit-design-form .form-content-area {
  flex: 1;
  border-radius: 10px;
  padding: 40px;
  border: 1px solid rgb(232, 232, 232);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  background-color: rgb(249, 248, 244);
}
@media (max-width: 768px) {
  .mbws-submit-design-form .form-content-area {
    padding: 30px 20px;
  }
}
.mbws-submit-design-form .form-step {
  display: none;
  animation: fadeIn 0.4s ease;
}
.mbws-submit-design-form .form-step.active {
  display: block;
}
.mbws-submit-design-form .form-step h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  color: #1a1a1a;
}
.mbws-submit-design-form .step-description {
  color: #666;
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 15px;
}
.mbws-submit-design-form .form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mbws-submit-design-form .form-row {
    flex-direction: column;
    gap: 20px;
  }
}
.mbws-submit-design-form .form-row .form-group {
  flex: 1;
}
.mbws-submit-design-form .form-group {
  margin-bottom: 24px;
}
.mbws-submit-design-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.mbws-submit-design-form .form-group label span {
  color: var(--fs-color-primary);
}
.mbws-submit-design-form .form-group input[type=text],
.mbws-submit-design-form .form-group input[type=tel],
.mbws-submit-design-form .form-group input[type=email],
.mbws-submit-design-form .form-group select,
.mbws-submit-design-form .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--color-mbws-custom-1);
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: unset;
}
.mbws-submit-design-form .form-group input[type=text]::placeholder,
.mbws-submit-design-form .form-group input[type=tel]::placeholder,
.mbws-submit-design-form .form-group input[type=email]::placeholder,
.mbws-submit-design-form .form-group select::placeholder,
.mbws-submit-design-form .form-group textarea::placeholder {
  color: #aaa;
}
.mbws-submit-design-form .form-group input[type=text]:focus,
.mbws-submit-design-form .form-group input[type=tel]:focus,
.mbws-submit-design-form .form-group input[type=email]:focus,
.mbws-submit-design-form .form-group select:focus,
.mbws-submit-design-form .form-group textarea:focus {
  color: var(--fs-color-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--fs-color-primary), 0.1);
}
.mbws-submit-design-form .form-group textarea {
  min-height: 140px;
  resize: vertical;
}
@media (max-width: 768px) {
  .mbws-submit-design-form .form-group {
    margin-bottom: unset;
  }
}
.mbws-submit-design-form .file-upload-group .file-upload-box {
  border: 2px dashed var(--fs-color-primary);
  border-radius: 8px;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  background: transparent;
  transition: background 0.3s;
}
.mbws-submit-design-form .file-upload-group .file-upload-box:hover {
  background: rgba(var(--fs-color-primary), 0.05);
}
.mbws-submit-design-form .file-upload-group .file-upload-box .upload-icon {
  display: inline-block;
  color: var(--fs-color-primary);
  margin-bottom: 15px;
}
.mbws-submit-design-form .file-upload-group .file-upload-box .upload-icon i {
  font-size: 42px;
  font-weight: 400;
}
.mbws-submit-design-form .file-upload-group .file-upload-box .upload-text {
  display: block;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
}
.mbws-submit-design-form .file-upload-group .file-upload-box .upload-subtext {
  display: block;
  font-size: 14px;
  color: #888;
}
.mbws-submit-design-form .file-upload-group .file-upload-box .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.mbws-submit-design-form .file-upload-group .file-upload-box .wpcf7-form-control-wrap input[type=file] {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mbws-submit-design-form .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  gap: 15px;
}
.mbws-submit-design-form .form-actions button,
.mbws-submit-design-form .form-actions input[type=submit] {
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  margin: unset;
}
.mbws-submit-design-form .form-actions .btn-prev {
  background-color: #f3f3f3;
  color: #666;
  border: 1px solid #e5e5e5;
  line-height: 1;
}
.mbws-submit-design-form .form-actions .btn-prev:hover:not(:disabled) {
  background-color: #e8e8e8;
}
.mbws-submit-design-form .form-actions .btn-prev[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.mbws-submit-design-form .form-actions .btn-next,
.mbws-submit-design-form .form-actions input[type=submit] {
  background-color: var(--fs-color-primary);
  color: white;
  line-height: 1;
}
.mbws-submit-design-form .form-actions .btn-next:hover,
.mbws-submit-design-form .form-actions input[type=submit]:hover {
  background-color: var(--fs-color-secondary);
}
.mbws-submit-design-form .form-actions .wpcf7-spinner {
  margin-left: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mbws-featured-box .col-inner {
  position: relative;
}
.mbws-featured-box:hover .button span {
  margin-right: 5px;
}
.mbws-featured-box:hover .button i {
  transform: translateX(5px);
}
.mbws-featured-box .box-text {
  position: static;
}
.mbws-featured-box .box-text .icon-box .icon-box-img {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.mbws-featured-box .box-text .icon-box .icon-box-img .icon .icon-inner {
  background-color: var(--fs-color-primary);
}
.mbws-featured-box .box-text .icon-box .icon-box-img .icon .icon-inner img {
  width: 50%;
  margin: 0 25%;
}
.mbws-featured-box .button {
  color: var(--fs-color-primary);
}
.mbws-featured-box .button:hover {
  color: var(--fs-color-primary);
}

.overlay-gradient .box-image .overlay {
  background-color: unset !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}

.why-icon-box .icon-box-img .icon {
  transition: all 0.3s;
}
.why-icon-box .icon-box-img .icon .icon-inner {
  background-color: var(--color-mbws-bgr);
  border-color: var(--color-mbws-bgr);
}
.why-icon-box .icon-box-text h6:first-of-type {
  font-weight: var(--text-font-weight);
  font-family: var(--text-font-family);
  font-size: 11px;
  background-color: var(--color-mbws-bgr);
  border-radius: 16px;
  width: fit-content;
  padding: 5px 12px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.why-icon-box .col-inner:hover {
  transform: translateY(-10px);
}
.why-icon-box .col-inner:hover .icon-box-img .icon {
  transform: scale(1.1);
}
.why-icon-box .col-inner:hover .icon-box-img .icon .icon-inner {
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
}

.mbws_counter .counter-number {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
}
.mbws_counter .title {
  font-size: 13px;
  margin-bottom: unset;
}

.ss-has-circle::after, .ss-has-circle::before {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 2px solid gray;
  position: absolute;
  z-index: 1;
}
.ss-has-circle::before {
  top: 5%;
  left: 5%;
}
.ss-has-circle::after {
  right: 5%;
  bottom: 5%;
}
.ss-has-circle .section-content {
  z-index: 2;
}

.widget {
  border: 1px solid var(--color-mbws-border);
}
.widget .widget-title {
  display: block;
  padding: 15px;
  font-size: 20px;
  border-bottom: 1px solid var(--color-mbws-border);
  background-color: var(--color-mbws-bgr);
  letter-spacing: unset;
  font-family: var(--heading-font-family);
}
.widget .is-divider {
  display: none;
}
.widget ul {
  padding: 15px;
}
.widget.widget_product_categories ul > li > a::before, .widget#woocommerce_layered_nav-3 ul > li > a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-mbws-border);
  margin-right: 10px;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  font-weight: 800;
  line-height: 18px;
  border-radius: 0 !important;
}
.widget.widget_product_categories ul > li.chosen > a::before, .widget.widget_product_categories ul > li:hover > a::before, .widget.widget_product_categories ul > li.active > a::before, .widget#woocommerce_layered_nav-3 ul > li.chosen > a::before, .widget#woocommerce_layered_nav-3 ul > li:hover > a::before, .widget#woocommerce_layered_nav-3 ul > li.active > a::before {
  content: "\f00c";
  color: white;
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
.widget#woocommerce_layered_nav-2 li.chosen a:before {
  display: none !important;
}

.post-item .col-inner {
  border-radius: 14px;
  overflow: hidden;
}
.post-item .box-text {
  padding: 24px;
}
.post-item .box-text .cat-label {
  padding: 4px 12px;
  border-radius: 99px;
  opacity: 1;
  font-size: 11px;
  text-transform: uppercase;
  background-color: var(--color-mbws-bgr) !important;
  color: var(--text-color);
  font-weight: var(--text-font-weight);
  margin-bottom: 1rem;
}
.post-item .box-text .post-title {
  font-size: 24px;
  font-family: var(--heading-font-family);
  margin-bottom: 12px;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
}

.archive #main {
  background-color: #f5f3ef;
}
.archive .category-page-row {
  padding-top: 80px;
  padding-bottom: 30px;
}
.archive .category-page-row .page-description {
  max-width: 700px;
  margin: auto;
  margin-bottom: 64px;
}

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

.product-small .badge-container {
  margin-top: 16px;
  left: 16px;
}
.product-small .badge-container .badge {
  width: fit-content;
  height: auto;
}
.product-small .badge-container .badge .badge-inner {
  padding: 6px 12px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
.product-small .box {
  background-color: white;
}
.product-small .box .box-text {
  padding: 24px;
}
.product-small .box .box-text .title-wrapper {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-small .box .box-text .title-wrapper .product-index {
  color: var(--fs-color-primary);
  margin-right: 10px;
}
.product-small .box .box-text .price-wrapper {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: var(--heading-font-weight);
}
.product-small .box .box-text .box-excerpt {
  font-size: 14px;
}
.product-small .box .box-text .mbws-product-details-button {
  font-size: 14px;
  height: 48px;
  text-transform: capitalize;
  border-radius: 2px !important;
  line-height: 44px;
  transition: all 0.1s;
}
.product-small .box .box-text .mbws-product-details-button:hover {
  transform: scale(1.02);
}
.product-small .box .box-text .add-to-cart-button .add_to_cart_button {
  width: 100%;
  height: 48px;
  border-radius: 2px !important;
  font-size: 0;
  line-height: 44px;
  transition: transform 0.1s;
}
.product-small .box .box-text .add-to-cart-button .add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 400;
  color: var(--heading-color);
  vertical-align: middle;
}
.product-small .box .box-text .add-to-cart-button .add_to_cart_button:hover {
  transform: scale(1.02);
}

.product-gallery .product-thumbnails img,
.product-gallery .product-gallery-slider img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-gallery .badge-container {
  visibility: hidden;
}

.product-info {
  padding-top: unset;
}
.product-info .mbws-bubble .badge {
  width: fit-content;
  height: auto;
}
.product-info .mbws-bubble .badge .badge-inner {
  padding: 10px 16px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}
.product-info .product-title {
  font-size: 48px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .product-info .product-title {
    font-size: 40px;
  }
}
.product-info .price-wrapper {
  margin-bottom: 30px;
}
.product-info .price-wrapper .price-on-sale {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px;
}
.product-info .price-wrapper .price-on-sale ins {
  font-size: 32px;
}
.product-info .price-wrapper .price-on-sale del span.amount {
  opacity: 1;
}
.product-info .variations .label label,
.product-info .variations .label span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-info .reset_variations {
  display: none;
}
.product-info .ux-swatches-attribute-ux_color .ux-swatch--color {
  margin: 0 20px 5px;
}
.product-info .cart select {
  height: 55px;
  border: 2px solid var(--color-mbws-custom-1);
}
.product-info .cart .woocommerce-variation-price {
  border: none;
  padding: unset;
}
.product-info .cart .single_add_to_cart_button,
.product-info .cart .ux-buy-now-button {
  width: 100%;
  border-radius: 0 !important;
  padding: 20px 0;
  line-height: 1.2;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-info .cart .ux-buy-now-button {
  order: 2;
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
}
.product-info .cart .ux-buy-now-button:hover {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  box-shadow: none;
}
.product-info .cart .single_add_to_cart_button {
  order: 3;
  background-color: transparent !important;
  color: var(--fs-color-secondary);
  border: 2px solid var(--fs-color-secondary);
}
.product-info .cart .single_add_to_cart_button:hover {
  border-color: var(--fs-color-primary);
  color: var(--fs-color-primary);
  box-shadow: none;
}
.product-info .product_meta {
  font-size: 13px;
  border-top: 1px solid var(--color-mbws-custom-1);
  padding-top: 20px;
  font-weight: bold;
}
.product-info .product_meta > span {
  border-top: none;
}
.product-info .product_meta > span * {
  font-weight: var(--text-font-weight);
}

.ux-quantity {
  display: none !important;
}

.product-footer .woocommerce-tabs {
  border-top: none !important;
}
.product-footer .woocommerce-tabs .wc-tabs.nav > li {
  flex: 1;
}
.product-footer .woocommerce-tabs .wc-tabs.nav > li > a {
  justify-content: center;
  width: 100%;
  border: 1px solid var(--fs-color-primary);
  font-size: 15px;
  font-weight: bold;
}
.product-footer .woocommerce-tabs .wc-tabs.nav > li > a::before {
  top: auto !important;
  bottom: 0;
}
@media (max-width: 768px) {
  .product-footer .woocommerce-tabs .wc-tabs.nav > li > a {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .product-footer .woocommerce-tabs .wc-tabs.nav {
    gap: 15px;
  }
}
.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .product-footer .woocommerce-tabs .tab-panels {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .product-footer .woocommerce-tabs .tab-panels {
    padding-top: 40px;
  }
}

.related-products-wrapper.product-section {
  border-top: none;
}
.related-products-wrapper.product-section .product-section-title-related {
  display: none;
}
.related-products-wrapper.product-section .product-small .box-image {
  padding-top: 75%;
}

#footer .dark p,
#footer .dark a {
  color: #99a1af;
}
#footer .ux-menu .ux-menu-link__link {
  font-size: 12px;
}
#footer .absolute-footer {
  font-size: 12px;
  padding: 32px 0 64px;
  position: relative;
}
#footer .absolute-footer::before {
  content: "";
  display: block;
  max-width: 1115px;
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(106, 114, 130, 0.337254902);
}