@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
*/
.pri-color {
  color: var(--fs-color-primary);
}

.sec-color {
  color: var(--fs-color-secondary);
}

.mbws_mb-0 p {
  margin-bottom: 0;
}

.ux-menu .ux-menu-link a {
  border-bottom-color: #222222;
}
.ux-menu .ux-menu-link a:hover {
  color: var(--fs-color-primary);
}

.mbws_tab .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mbws_tab .nav .tab {
  margin: 0 30px !important;
  padding-bottom: 60px;
}
.mbws_tab .nav .tab a {
  display: flex;
  text-align: center;
  width: 180px;
  height: 180px;
  padding: 30px 0;
  background-color: var(--fs-color-primary);
  border-radius: 100%;
  justify-content: center;
  color: rgba(34, 34, 34, 0.8);
  border: solid 1px transparent;
}
.mbws_tab .nav .tab.active a {
  background-color: transparent;
  border-color: var(--fs-color-success);
  color: var(--fs-color-primary);
}
.mbws_tab .nav .tab.active a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
@media (max-width: 1024px) {
  .mbws_tab .nav .tab.active a::after {
    display: none;
  }
}

.mbws_testimonial .icon-box-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 30px 80px;
}
.mbws_testimonial .icon-box-text::before {
  display: inline-block;
  font-family: "matbaows-icons";
  content: "\efbe";
  font-size: 28px;
  color: var(--fs-color-secondary);
  background: var(--fs-color-primary);
  font-style: normal;
  padding: 2px 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.mbws_testimonial .icon-box-text .testimonial-text {
  font-style: normal !important;
}
.mbws_testimonial .icon-box-text .testimonial-meta .testimonial-name {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--fs-color-primary);
}

.slider .flickity-page-dots {
  bottom: 5%;
}
.slider .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
}
.slider .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
  color: var(--fs-color-primary);
  border: var(--fs-color-primary);
}

.mbws_member {
  overflow: hidden;
}
.mbws_member .box-text {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  visibility: hidden;
  height: 100%;
  background-color: var(--fs-color-secondary);
}
.mbws_member:hover .box-text {
  top: 0;
  visibility: visible;
}

.button,
.submit {
  font-weight: 500 !important;
}

.wpcf7 input[type=email],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 input[type=search],
.wpcf7 input[type=password],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=date] {
  background: rgba(0, 0, 0, 0.02);
  color: var(--text-color);
  position: relative;
  border: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 45px;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=date]:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  color: var(--text-color);
}
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=password]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=date]::placeholder {
  color: var(--text-color);
}
.wpcf7 input[type=submit] {
  height: 45px;
  border: unset;
  background-color: var(--fs-color-primary);
  border-radius: 2px;
  width: 100%;
}
.wpcf7 input[type=submit]:hover {
  background-color: var(--fs-color-secondary);
}
.wpcf7 textarea {
  color: var(--text-color);
  min-height: 105px;
  max-width: 100%;
  padding: 17px 8px;
  background: rgba(0, 0, 0, 0.02);
  position: relative;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7 textarea:focus {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  color: var(--text-color);
}
.wpcf7 textarea::placeholder {
  color: var(--text-color);
}

.mbws_portfolio .tabbed-content .nav .tab a {
  padding: 5px 30px;
  border-radius: 0;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col {
  overflow: hidden;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text {
  border-radius: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  visibility: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text .portfolio-box-category {
  display: none;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box .box-text .portfolio-box-title {
  font-size: 2.5em;
  font-weight: 700;
}
.mbws_portfolio .tabbed-content .tab-panels .portfolio-element-wrapper > .row > .col .box:hover .box-text {
  border-radius: 0%;
  bottom: 0;
  visibility: visible;
}

.mbws_header-before {
  display: none !important;
}

#popup-submit .wpcf7-form-control-wrap[data-name=product] {
  display: none;
}
#popup-submit .wpcf7-spinner {
  display: none;
}

#header .header-button a {
  border: solid 1px;
}
#header .header-main .flex-left .header-nav {
  justify-content: center;
}
#header .header-main .flex-left .header-nav > li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
#header .header-main .flex-left .header-nav > li > a {
  padding: 20px 25px;
  font-size: 1.1rem;
}
#header .header-main .flex-right {
  margin-top: 30px;
}

body.home .mbws_header-before {
  display: none;
}

.mbws_header-before .page-header-wrapper .page-title .title-content .title-breadcrumbs .woocommerce-breadcrumb {
  font-size: 0.8em;
  font-weight: 500;
}
.mbws_header-before .page-header-wrapper .page-title .title-content .title-breadcrumbs .woocommerce-breadcrumb a {
  color: var(--fs-color-primary);
}

.catalog-list {
  text-align: right;
}
.catalog-list li {
  border-top: 1px solid #9a8e8e;
  padding: 10px 0;
  text-align: right;
  list-style: none;
}
.catalog-list li:nth-child(1) {
  border-top: none;
}
.catalog-list li a {
  color: #000000;
  display: block;
}

.catalog-page {
  margin-top: 30px;
}

.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content {
  background-color: #56575c !important;
}
.off-canvas-left.dark .mfp-content .current-menu-item a,
.off-canvas-right.dark .mfp-content .current-menu-item a {
  color: var(--fs-color-primary);
}

@media (max-width: 767px) {
  .menu-fixed {
    display: none;
  }
}
@media (min-width: 767px) {
  #header .logo {
    display: none;
  }
  .menu-fixed {
    position: fixed;
    width: 15%;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 100;
    background-color: #56575c;
    padding: 10px;
    border-radius: 5px;
    flex-wrap: wrap;
  }
  .menu-fixed .logo {
    margin-top: 150px;
  }
  .menu-fixed .logo img {
    width: 200px;
  }
  .menu-fixed #locations-secondary {
    width: 100%;
  }
  .menu-fixed .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .menu-fixed .menu-item-has-children:hover .sub-menu li {
    padding: 10px 0px;
  }
  .menu-fixed ul {
    width: 100%;
  }
  .menu-fixed ul li {
    padding: 20px;
  }
  .menu-fixed ul li a {
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .menu-fixed ul li a:hover {
    color: var(--fs-color-primary);
  }
  .page-title .page-title-inner,
  #main,
  #footer {
    margin-left: 15%;
    max-width: 85%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wishlist-items-wrapper .product-add-to-cart {
  display: none;
}

.product-info .cart .woocommerce-variation-add-to-cart {
  display: none;
}
.product-info .price-wrapper {
  display: none;
}

.product-small .price-wrapper {
  display: none;
}

.tax-product_cat .shop-container .products {
  justify-content: center;
}

.cf7-contact-wrap {
  max-width: 1200px;
}
.cf7-contact-wrap .cf7-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  align-items: flex-start;
}
.cf7-contact-wrap {
  /* ===== Field ===== */
}
.cf7-contact-wrap .cf7-field {
  flex: 0 0 calc(50% - 13px);
  min-width: 280px;
}
.cf7-contact-wrap .cf7-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #111;
}
.cf7-contact-wrap .cf7-field label .req {
  color: #e3342f;
  margin-left: 4px;
}
.cf7-contact-wrap {
  /* ===== Input / Select / Textarea ===== */
}
.cf7-contact-wrap .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 12px;
  font-size: 14px;
  background: #fff;
  outline: none;
}
.cf7-contact-wrap .wpcf7-form-control:focus {
  border-color: #999;
}
.cf7-contact-wrap input:not(.wpcf7-submit) {
  border: 2px solid #212121 !important;
  border-bottom: 1px solid #c7c7c7 !important;
  box-shadow: none !important;
}
.cf7-contact-wrap select.wpcf7-form-control {
  height: 44px;
  border: 2px solid #212121 !important;
  border-bottom: 1px solid #c7c7c7 !important;
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cf7-contact-wrap textarea.wpcf7-form-control {
  resize: vertical;
  min-height: 120px;
}
.cf7-contact-wrap {
  /* ===== Tel: 3 input ===== */
}
.cf7-contact-wrap .cf7-tel-3 p {
  display: flex;
  gap: 10px;
}
.cf7-contact-wrap .cf7-tel-3 > span {
  flex: 1 1 0;
}
.cf7-contact-wrap {
  /* ===== Full width ===== */
}
.cf7-contact-wrap .cf7-col-full {
  flex: 0 0 100%;
}
.cf7-contact-wrap .cf7-actions {
  flex: 0 0 calc(30% - 13px);
}
.cf7-contact-wrap {
  /* ===== Button ===== */
}
.cf7-contact-wrap .cf7-btn-send {
  margin-top: 40px;
  background: #f26a21;
  color: #fff;
  border: none;
  padding: 0px 44px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 2px;
  cursor: pointer;
  min-width: 240px;
}
.cf7-contact-wrap .cf7-btn-send:hover {
  filter: brightness(0.95);
}
.cf7-contact-wrap {
  /* ===== CF7 message ===== */
}
.cf7-contact-wrap .wpcf7-response-output {
  flex: 0 0 100%;
  margin-top: 8px;
}
.cf7-contact-wrap {
  /* ===== Responsive ===== */
}
@media (max-width: 768px) {
  .cf7-contact-wrap .cf7-field {
    flex: 0 0 100%;
    min-width: 0;
  }
  .cf7-contact-wrap .cf7-tel-3 {
    flex-direction: column;
  }
  .cf7-contact-wrap .cf7-btn-send {
    width: 100%;
    min-width: unset;
  }
}

.widget {
  border-bottom: solid 1px #333;
}
.widget .widget-title {
  font-weight: 500;
}
.widget .is-divider {
  background-color: var(--fs-color-primary) !important;
}
.widget .product-categories li a {
  font-size: 0.9em;
  padding: 2px 0;
}

.mfp-wrap .mfp-container .mfp-content .sidebar-inner {
  background-color: #18191b;
}

.archive .entry-meta, .blog .entry-meta {
  display: none;
}

.single-featured_item .portfolio-page-wrapper {
  margin-top: 90px;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top #portfolio-content {
  border-color: transparent;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top .portfolio-summary .entry-title {
  display: none;
}
.single-featured_item .portfolio-page-wrapper .portfolio-top .portfolio-summary .breadcrumbs {
  display: none;
}

.woocommerce.archive .shop-page-title nav.woocommerce-breadcrumb {
  display: none;
}
ins bdi {
  color: var(--fs-color-primary);
  font-weight: 500;
}

.badge-container {
  margin: 2% !important;
}
.badge-container .badge {
  height: 1.8em;
}
.badge-container .badge .badge-inner {
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .post-type-archive-product .category-page-row .large-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .post-type-archive-product .category-page-row .large-3 {
    display: none;
  }
  .post-type-archive-product .products .product-category {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .post-type-archive-product .products .product-category .col-inner {
    border-radius: 10px;
    overflow: hidden;
  }
  .post-type-archive-product .products .product-category .box-image {
    padding-top: 80%;
  }
  .post-type-archive-product .products .product-category .box-text {
    bottom: 50%;
    transform: translateY(50%);
    background: transparent;
    position: absolute;
  }
  .post-type-archive-product .products .product-category .box-text .count {
    display: none;
  }
  .post-type-archive-product .products .product-category .box-text .header-title {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
  }
  .post-type-archive-product .products .product-category .box-text .header-subtitle {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
  }
  .post-type-archive-product .products .product-category:nth-child(1) {
    flex-basis: 50%;
    max-width: 50%;
  }
  .post-type-archive-product .products .product-category:nth-child(2) {
    flex-basis: 50%;
    max-width: 50%;
  }
  .tax-product_cat .products .product-category .box-image {
    padding-top: 68% !important;
  }
  .tax-product_cat .products .product-category .header-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .tax-product_cat .products .box-image {
    padding-top: 68% !important;
  }
  .tax-product_cat .products .product-title {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
  }
}
.yith-wcwl-add-to-wishlist-button {
  font-size: 1.2rem;
}

.single-product .product > .row > .col {
  border-right: unset !important;
}
.single-product #product-sidebar {
  margin-top: 30px;
}
.single-product .product-main .product-info .product_meta .posted_in {
  padding: 30px 0;
  font-size: 1.2em;
}
.single-product .product-footer .tabs li.active a {
  color: var(--fs-color-secondary);
}
.single-product .product-footer .tab-panels {
  background-color: transparent;
}

#footer .absolute-footer {
  display: none;
}
#footer .post-item .box .box-image {
  display: none;
}
#footer .post-item .box .box-text {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .post-item .box .box-text .is-divider {
  max-width: 100%;
  height: 1px;
}
#footer .post-item .box .box-text .post-title {
  margin: 0;
}
#footer .post-item .box .box-text .post-title a {
  margin: 0;
}
#footer .post-item:last-child .box .box-text .is-divider {
  display: none;
}