@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 {
  border-bottom: 1px solid rgba(27, 31, 34, 0.1019607843);
}
#header #top-bar ul > li:hover > a,
#header #top-bar ul > li.active > a {
  color: var(--fs-color-primary);
}
#header #top-bar.nav-dark p {
  color: #fff;
}
#header .header-main {
  border-bottom: 1px solid rgba(27, 31, 34, 0.1019607843);
}
#header .header-main .flex-col.flex-right.hide-for-medium {
  width: 40%;
}
#header.transparent #top-bar {
  background-color: transparent !important;
}
#header.transparent .header-main,
#header.transparent #top-bar {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  #header.transparent .header-main {
    height: 70px !important;
  }
}
@media (max-width: 767px) {
  #header.transparent .header-main {
    height: 56px !important;
  }
}
@media (max-width: 1024px) {
  #header.transparent i {
    color: hsla(0, 0%, 40%, 0.85);
  }
}
#header .account-item > a {
  display: flex;
  flex-direction: row-reverse;
}
#header .account-item > a .image-icon {
  margin-left: unset;
  margin-right: 5px;
}
#header .account-item > a .image-icon img {
  width: 26px;
}
#header .account-item > a span {
  font-size: 13px;
}
#header .account-item .nav-top-not-logged-in {
  position: relative;
}
#header .account-item .nav-top-not-logged-in::after {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
  font-size: 26px;
  margin-right: 5px;
  font-weight: 400;
}
#header .icon-user:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Pro";
}

.search-form .form-flat input:not([type=submit]) {
  border-radius: unset;
  height: 48px;
  border: none;
}

.off-canvas-right .mfp-content ul li > a, .off-canvas-left .mfp-content ul li > a {
  color: var(--text-color);
  font-size: 14px;
}
@media (max-width: 1024px) {
  .off-canvas-right .mfp-content .mbws-header-hotline, .off-canvas-left .mfp-content .mbws-header-hotline {
    padding: 15px 20px;
  }
}

body h6 {
  text-transform: unset;
}
body .banner p {
  margin-top: unset;
}
body .banner h1, body .banner h2, body .banner h3, body .banner h4, body .banner h5, body .banner h6 {
  line-height: 1.3;
  margin-top: unset;
}
body .banner .button {
  font-size: 1rem;
}
body .flickity-page-dots .dot {
  width: 8px !important;
  height: 8px !important;
  margin: 0 3px;
}
body .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
body a.button:not(.icon), body button.button:not(.icon), body input.button:not(.icon) {
  font-family: var(--text-font-family);
}
body a.button:not(.icon).is-outline, body button.button:not(.icon).is-outline, body input.button:not(.icon).is-outline {
  border-width: 1px;
}
body .thin-font * {
  font-weight: 500;
}
body .title-reset h1, body .title-reset h2, body .title-reset h3, body .title-reset h4, body .title-reset h5, body .title-reset h6 {
  margin-bottom: unset;
}
body .mbws-logo {
  margin-bottom: 15px;
}
body .mbws-logo .ux-logo-link {
  padding: unset !important;
}

.mbws-add-list > .col {
  counter-increment: address-item;
}
.mbws-add-list > .col .col-inner::before {
  content: counter(address-item);
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid var(--color-mbws-border);
  border-radius: 99px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.mbws-add-list h5:first-of-type {
  margin-bottom: 0;
}

form:not(.searchform):not(.woocommerce-ordering) {
  margin-bottom: unset;
}
form:not(.searchform):not(.woocommerce-ordering) input[type=email], form:not(.searchform):not(.woocommerce-ordering) input[type=number], form:not(.searchform):not(.woocommerce-ordering) input[type=search], form:not(.searchform):not(.woocommerce-ordering) input[type=tel], form:not(.searchform):not(.woocommerce-ordering) input[type=text], form:not(.searchform):not(.woocommerce-ordering) input[type=url], form:not(.searchform):not(.woocommerce-ordering) textarea, form:not(.searchform):not(.woocommerce-ordering) select {
  height: 46px;
}
form:not(.searchform):not(.woocommerce-ordering) input[type=email]:focus, form:not(.searchform):not(.woocommerce-ordering) input[type=number]:focus, form:not(.searchform):not(.woocommerce-ordering) input[type=search]:focus, form:not(.searchform):not(.woocommerce-ordering) input[type=tel]:focus, form:not(.searchform):not(.woocommerce-ordering) input[type=text]:focus, form:not(.searchform):not(.woocommerce-ordering) input[type=url]:focus, form:not(.searchform):not(.woocommerce-ordering) textarea:focus, form:not(.searchform):not(.woocommerce-ordering) select:focus {
  border-color: var(--fs-color-primary);
}
form:not(.searchform):not(.woocommerce-ordering) label {
  font-size: 14px;
  font-weight: var(--text-font-weight);
}
form:not(.searchform):not(.woocommerce-ordering) input[type=submit] {
  height: 46px;
  margin: unset;
}
form:not(.searchform):not(.woocommerce-ordering) .wpcf7-spinner {
  display: none;
}

.mbws-contact-box h4 {
  margin-bottom: unset;
}

@media (max-width: 767px) {
  .mbws_counter .counter-number {
    font-size: 2rem !important;
  }
}

.cart_totals .button {
  height: 48px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .dashboard-links > li {
    margin-left: unset !important;
  }
  .dashboard-links > li a {
    margin-right: unser !important;
  }
}

.home-slider .flickity-page-dots {
  background-color: rgba(27, 31, 34, 0.3);
  border-radius: 99px;
  padding: 5px 3px;
  width: fit-content;
  line-height: 0;
  margin: auto;
  bottom: 30px;
}
.home-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.home-slider .flickity-page-dots .dot.is-selected {
  border-color: #fff;
}
@media (max-width: 767px) {
  .home-slider .flickity-page-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-slider .banner h2 {
    font-size: 1.5rem;
  }
}

.logo-slider .flickity-viewport .gallery-col.col {
  padding-bottom: unset !important;
}
.logo-slider .flickity-viewport .gallery-col.col img {
  object-fit: contain;
}
.logo-slider .flickity-prev-next-button {
  display: none;
}

.home-product-tabs .nav-size-normal > li > a {
  font-size: 15px;
}

.bg-gradient {
  background: linear-gradient(156.65deg, #92A3BB 0.61%, #BDC7D5 36.45%, #C6D2E2 61.16%, #7289AB 101.84%) !important;
}

@media (max-width: 767px) {
  .banner-small h2 {
    font-size: 20px !important;
  }
}
.banner-small p {
  font-size: 1rem;
}
.banner-small .button {
  margin: unset !important;
}

.home-category .box-image .image-cover {
  border-radius: 4px;
}
.home-category .box-image .overlay {
  height: 40%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(36, 40, 45, 0.5) 100%);
}
.home-category .box-text {
  border-radius: 4px;
  width: 90%;
  margin: auto;
  margin-top: -50px;
  background-color: #fff;
}

.category-count {
  padding: 15px 20px;
}

.widget .widget-title {
  color: var(--heading-color);
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: var(--heading-font-weight);
}
.widget .is-divider {
  display: none;
}
.widget .social-icons a {
  color: #fff;
}
.widget .social-icons a:hover {
  color: #fff;
}
.widget ul > li {
  border-top: none !important;
}
.widget ul > li > a {
  font-size: 14px;
}
.widget.widget_recent_entries ul > li > a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: inline;
  margin-right: 10px;
}

#content.blog-wrapper {
  padding-top: 60px !important;
}

.post-item .box-text .cat-label {
  font-size: 12px;
  opacity: 1;
  color: var(--fs-color-primary);
  font-weight: var(--heading-font-weight);
  letter-spacing: unset;
  margin-bottom: 10px;
}
.post-item .box-text .post-title {
  font-size: 20px;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .post-meta {
  font-size: 14px;
  margin-bottom: 10px;
}
.post-item .box-text .button {
  background-color: var(--color-mbws-bgr);
  border-color: var(--color-mbws-bgr);
  border-radius: 3px;
  text-transform: capitalize;
  color: var(--text-color);
  font-weight: bold;
  line-height: 42px;
  height: 42px;
}
.post-item .box-text .button:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.single-post .entry-header .is-divider {
  display: none;
}
.single-post .entry-header .entry-category {
  text-transform: uppercase;
  font-size: 12px;
}
.single-post .entry-header h1 {
  font-size: 52px;
}
.single-post .entry-header .entry-meta {
  font-size: 14px;
}

.shop-page-title .page-title-inner {
  padding-bottom: 15px;
  align-items: flex-end;
}
.shop-page-title .page-title-inner::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: var(--color-mbws-border);
  position: absolute;
  left: 15px;
  bottom: 0;
}

.woocommerce-ordering select {
  border: none;
  height: unset;
  line-height: 1.3;
  margin: unset !important;
}

.product-small .box-image img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.product-small .grid-tools.bottom {
  bottom: auto;
  top: 0.625rem;
  right: 0.625rem;
  left: auto;
  transform: unset !important;
  width: fit-content;
  opacity: 1;
  filter: unset;
}
.product-small .quick-view {
  font-size: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: white;
  border-radius: 99px;
  border: 1px solid var(--color-mbws-border);
  box-shadow: rgba(27, 31, 34, 0.02) 0px 1px 3px, rgba(27, 31, 34, 0.04) 0px 1px 2px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s;
}
.product-small .quick-view::before {
  content: "\f31d";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 300;
  color: var(--text-color);
}
.product-small .quick-view:hover::before {
  color: var(--fs-color-primary);
}
.product-small .box-text {
  padding-bottom: 30px;
}
.product-small .box-text .product-title {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 1rem;
}
.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);
}
@media (max-width: 767px) {
  .product-small .box-text .product-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .product-small .box-text .price-wrapper {
    margin-bottom: 5px;
  }
}
.product-small .box-text .price-wrapper,
.product-small .box-text .add-to-cart-button {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-small .box-text .price-wrapper > .price, .product-small .box-text .price-wrapper > a,
.product-small .box-text .add-to-cart-button > .price,
.product-small .box-text .add-to-cart-button > a {
  padding: unset;
  font-family: var(--heading-font-family);
  margin: unset;
  min-height: unset;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--fs-color-secondary);
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99), -webkit-transform 0.35s cubic-bezier(0.17, 0.62, 0.44, 0.99);
}
.product-small .box-text .price-wrapper > .price:hover, .product-small .box-text .price-wrapper > a:hover,
.product-small .box-text .add-to-cart-button > .price:hover,
.product-small .box-text .add-to-cart-button > a:hover {
  color: var(--fs-color-primary);
}
.product-small .box-text .price-wrapper > .price::before, .product-small .box-text .price-wrapper > a::before,
.product-small .box-text .add-to-cart-button > .price::before,
.product-small .box-text .add-to-cart-button > a::before {
  display: none;
}
@media (max-width: 768px) {
  .product-small .box-text .price-wrapper > .price, .product-small .box-text .price-wrapper > a,
  .product-small .box-text .add-to-cart-button > .price,
  .product-small .box-text .add-to-cart-button > a {
    transform: unset;
  }
}
@media (max-width: 768px) {
  .product-small .box-text .price-wrapper,
  .product-small .box-text .add-to-cart-button {
    position: static;
  }
}
@media (max-width: 767px) {
  .product-small .box-text .add-to-cart-button > a {
    font-size: 12px;
  }
}
.product-small .box-text .price-wrapper > .price {
  transform: translateY(0%);
}
.product-small.box:hover .box-text .price-wrapper > .price {
  transform: translateY(100%);
}
.product-small.box:hover .box-text .add-to-cart-button > a {
  transform: translateY(0%);
}
.product-small.box:hover .quick-view {
  transform: translateX(0);
  opacity: 1;
}

.product-main .product-info {
  padding: 0 15px 30px 30px;
}
.product-main .product-info .product-title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .product-main .product-info .product-title {
    font-size: 24px;
  }
}
.product-main .product-info .is-divider {
  max-width: 100%;
  height: 1px;
}
.product-main .product-info .quantity {
  border: 1px solid var(--color-mbws-border);
}
.product-main .product-info .quantity input,
.product-main .product-info .quantity .button {
  font-size: 18px;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .product-main .product-info .single_add_to_cart_button {
    width: calc(100% - 107px);
  }
}
.product-main .product-info .ux-buy-now-button {
  width: 48%;
}
@media (max-width: 767px) {
  .product-main .product-info .ux-buy-now-button {
    width: 100%;
    height: 48px;
  }
}
.product-main .product-info .mbws-product-info {
  padding-top: 15px;
  border-bottom: 1px solid var(--color-mbws-border);
  margin-bottom: 15px;
}
.product-main .product-info .product_meta > span {
  font-size: 14px;
  border-top: none;
}
.product-main .product-info .product_meta > span a,
.product-main .product-info .product_meta > span span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .product-main .product-info {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .product-main {
    padding-bottom: unset !important;
  }
}

.product-footer .woocommerce-tabs {
  border-top: none !important;
}
.product-footer .woocommerce-tabs .nav {
  border-bottom: 1px solid var(--color-mbws-border);
}
@media (max-width: 767px) {
  .product-footer .woocommerce-tabs .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.product-footer .woocommerce-tabs .nav > li {
  margin: 0 15px;
  width: fit-content;
}
.product-footer .woocommerce-tabs .nav > li > a {
  width: fit-content;
  font-size: 1rem;
}
.product-footer .woocommerce-tabs .nav > li > a::before {
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .product-footer .woocommerce-tabs .nav > li {
    margin-right: 15px !important;
  }
}

#review_form .review-form-inner {
  border: none;
  padding: unset;
}

#footer .absolute-footer {
  border-top: 1px solid var(--color-mbws-border);
  padding: 20px 0;
}
#footer .absolute-footer .copyright-footer p {
  margin-bottom: unset;
}