@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
*/
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 20px;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-shipping-fields__field-wrapper .form-row {
  width: calc(50% - 10px);
  margin-right: 0;
}
@media (max-width: 767px) {
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row,
  #customer_details .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row input,
  #customer_details .woocommerce-shipping-fields__field-wrapper .form-row input {
    margin-bottom: 0;
  }
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field,
#customer_details .woocommerce-shipping-fields__field-wrapper .form-row#billing_last_name_field {
  width: 100%;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field input,
#customer_details .woocommerce-shipping-fields__field-wrapper .form-row#billing_last_name_field input {
  margin-bottom: 0;
}

.woocommerce-billing-fields .optional {
  display: none;
}
.woocommerce-billing-fields .required {
  color: red;
}

.woocommerce-additional-fields .optional {
  display: none;
}

.woocommerce-form-coupon-toggle .showcoupon {
  color: var(--fs-color-primary);
}

.checkout-sidebar .product-total {
  width: 120px;
}

#payment .wc_payment_method label {
  font-weight: bold;
}

button,
.button {
  box-shadow: none !important;
}

#ship-to-different-address {
  display: none;
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
  margin-bottom: 0;
  background-color: rgba(255, 87, 34, 0.1) !important;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}

header #logo {
  margin-right: 60px;
}
@media (max-width: 767px) {
  header #logo {
    margin-right: 0;
  }
}
header .header-main .flex-right .nav-right {
  flex-wrap: nowrap;
}
header .header-main a {
  color: white;
}
header .searchform {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  background: #fff;
}
header .searchform .search-field.mb-0 {
  border: 0px;
  box-shadow: none;
  height: 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .searchform .search-field.mb-0 {
    height: 36px;
  }
}
header .searchform .button.icon.ux-search-submit {
  padding: 0 15px;
  border-radius: 2px !important;
  min-width: 60px;
  max-width: 190px;
  background-color: transparent;
  color: var(--fs-color-primary);
  border: none;
}
header .header-block {
  display: inline;
  width: fit-content;
}
header li.account-item .account-text span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 5px;
}
header li.account-item i {
  margin-right: 10px;
}
header li.account-item i::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}
header .mbws-header-hotline {
  align-items: center;
}
header .mbws-header-hotline h3 {
  margin-bottom: 0;
}
header .header-cart-link i:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/cart.svg) no-repeat center center/contain;
}
@media (max-width: 1024px) {
  header .header-cart-link i:before {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1024px) {
  header .header-bottom {
    background-color: var(--fs-color-primary);
  }
}

body .img {
  border-radius: 4px;
  overflow: hidden;
}
body .title-reset h2, body .title-reset h3, body .title-reset h4, body .title-reset h5, body .title-reset h6 {
  margin-bottom: 0;
}
body .last-reset p:last-of-type {
  margin-bottom: 0;
}
body a.button.is-outline, body button.button.is-outline {
  border-width: 1px;
}
body .wpcf7-form {
  margin-bottom: 0;
}
body .wpcf7-form .wpcf7-spinner {
  display: none;
}

@media (max-width: 767px) {
  .mobile-center > .col-inner {
    text-align: center;
  }
}

.product-category > .col-inner {
  transition: all 0.3s;
}
.product-category > .col-inner:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.product-category > .col-inner:hover .header-title {
  color: var(--fs-color-primary);
}
.product-category .header-title {
  text-transform: unset;
  letter-spacing: unset;
  transition: all 0.3s;
}

.home-product {
  padding: 0 5px;
}

.home-blog .post-item .box {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

#shop-sidebar .widget_product_categories .widget-title {
  font-size: 1.2rem;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#shop-sidebar .widget_product_categories .widget-title::before {
  content: "\eb6b";
  font-family: "matbaows-icons";
}

.widget {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.widget .widget-title {
  display: block;
  padding: 15px 20px;
  font-size: 1rem;
  border-bottom: 1px solid #f6ecdd;
}
.widget.flatsome_recent_posts .recent-blog-posts {
  padding: 10px 20px;
}
.widget.flatsome_recent_posts .recent-blog-posts .badge {
  width: 90px;
  height: 67px;
}
.widget.flatsome_recent_posts .recent-blog-posts a {
  font-size: 14px;
}
.widget.flatsome_recent_posts .recent-blog-posts .post_comments {
  display: none;
}
.widget.flatsome_recent_posts ul > li {
  position: relative;
  counter-increment: item-count;
}
.widget.flatsome_recent_posts ul > li::before {
  content: counter(item-count);
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid white;
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  text-align: center;
  line-height: 26px;
  color: white;
  font-family: inherit;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  margin: 0;
}
.widget.widget_product_categories ul > li {
  padding: 0 20px;
}
.widget.widget_product_categories ul > li a {
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.widget.widget_product_categories ul > li + li > a {
  border-top: 1px dashed #f6ecdd;
}
.widget.widget_product_categories ul > li .children {
  padding-left: 0;
  border: none;
}
.widget.widget_product_categories ul > li .children li {
  padding: 0;
}
.widget.widget_product_categories ul > li .children li a {
  width: 100%;
  font-size: 13px;
}

.post-item .box-text .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.post-item .box-text .post-title {
  order: 1;
  font-size: 1rem;
  flex-basis: 100%;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .box-text .from_the_blog_excerpt {
  order: 2;
  flex-basis: 100%;
  color: #a8aeba;
}
.post-item .box-text .is-divider {
  order: 3;
  max-width: 100%;
  height: 1px;
  flex-basis: 100%;
  margin: 10px 0;
}
.post-item .box-text .post-meta {
  order: 4;
  flex-basis: 50%;
  flex: 1;
  color: #a8aeba;
  font-size: 11px;
}
.post-item .box-text .post-meta::before {
  content: "\ea53";
  font-family: "matbaows-icons";
  margin-right: 5px;
  font-size: 14px;
  vertical-align: baseline;
  margin-bottom: -1px;
}
.post-item .box-text .button {
  font-size: 12px;
  order: 5;
  margin: 0;
  text-align: right;
}
.post-item .box-text .button::after {
  content: "\ea61";
  font-family: "matbaows-icons";
}
.post-item .box-text .button:hover {
  color: var(--fs-color-primary);
}

#post-list .post-item .box-text {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.blog-single {
  padding-top: 10px !important;
}

.bread-crumb .col {
  padding-bottom: 10px;
}

#comments .comment-respond {
  background-color: white !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.single article {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.mbws-ordering-checkbox {
  display: flex;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  align-items: center;
  padding: 10px 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mbws-ordering-checkbox {
    gap: 5px;
    padding: 5px;
  }
}
.mbws-ordering-checkbox input {
  display: none !important;
}
.mbws-ordering-checkbox input:checked + label {
  background-color: var(--fs-color-primary);
  color: #fff;
}
.mbws-ordering-checkbox label {
  padding: 0 20px;
  border-radius: 3px;
  display: block !important;
  margin-bottom: 0;
  background-color: #fff;
  min-height: 35px;
  line-height: 35px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mbws-ordering-checkbox label {
    padding: 0 10px;
  }
}
.mbws-ordering-checkbox .ordering-item.menu_order {
  display: none;
}

@media (max-width: 767px) {
  .category-page-title {
    display: none;
  }
}

.page-title-inner {
  min-height: 0px !important;
}

.shop-container .products.row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

h1.shop-page-title {
  font-size: 24px;
}

.product-small.col {
  padding: 0 5px 10px !important;
}
.product-small.col .col-inner {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.product-small.col .col-inner .box-image .customized-overlay-image {
  position: absolute;
  z-index: 9;
  bottom: 0;
}
.product-small.col .col-inner .box-text {
  background-color: #fff;
  padding: 10px;
}
.product-small.col .col-inner .box-text .title-wrapper {
  max-height: 43px;
  overflow: hidden;
}
.product-small.col .col-inner .box-text .title-wrapper a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.product-small.col .col-inner .box-text .title-wrapper .favourite {
  display: inline;
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 0 5px;
  margin-right: 3px;
}
.product-small.col .col-inner .box-text .title-wrapper .product-title {
  display: inline;
}
.product-small.col .col-inner .box-text .title-wrapper .product-title a {
  display: inline;
}
.product-small.col .col-inner .box-text .price-wrapper {
  display: flex;
  gap: 5px;
  padding: 5px 0;
}
.product-small.col .col-inner .box-text .price-wrapper .price {
  padding-top: 3px;
  font-weight: bold;
}
.product-small.col .col-inner .box-text .price-wrapper .price .amount {
  font-size: 1rem;
}
.product-small.col .col-inner .box-text .price-wrapper .price del {
  display: none;
}
.product-small.col .col-inner .box-text .price-wrapper .discount-badge {
  background-color: rgba(254, 238, 234, 0.8);
  color: var(--fs-color-primary);
  font-size: 0.7rem;
  padding: 0 6px;
  border-radius: 2px;
}
.product-small.col .col-inner .box-text .bottom-meta span {
  font-size: 0.8rem;
}
.product-small.col .col-inner .box-text .bottom-meta .rating-star {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding-right: 5px;
}
.product-small.col .box-text {
  padding: 24px 10px;
}
.product-small.col .image-tools.bottom {
  opacity: 1;
  transform: unset;
  bottom: -50px;
  width: fit-content;
  right: 10px;
  z-index: 1;
}
.product-small.col .image-tools.bottom .quick-view {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: unset;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
}
.product-small.col .image-tools.bottom .quick-view::before {
  content: "\eb0b";
  font-family: "matbaows-icons";
  font-size: 14px;
  font-weight: 400;
  color: var(--fs-color-primary);
  line-height: 23px;
}

.mbws-product-breadcrumbs.col {
  padding-bottom: 10px;
}

.cart {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.product-info .star-rating span:before,
.product-info .star-rating:before,
.woocommerce-page .product-info .star-rating:before {
  color: #ee4d2d;
}

.product-gallery .image-tools {
  right: 0;
  left: unset;
}
.product-gallery .image-tools.show-on-hover {
  opacity: 1;
  width: 100%;
}
.product-gallery .customized-overlay-image {
  width: 100%;
}
.product-gallery .customized-overlay-image img {
  width: 100%;
}

.product-info .mbws-product-meta {
  margin-bottom: 10px;
  font-size: 14px;
}
.product-info .mbws-product-meta span + span::before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #eae4e8;
}
.product-info .mbws-product-meta .value {
  color: var(--fs-color-primary);
}
.product-info ._2MH7dC {
  font-size: 14px;
  background: url(images/re.png) left center;
  padding-left: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  line-height: 22px;
}
.product-info ins span.amount {
  font-size: 1.875rem;
  font-weight: 500;
  color: #ee4d2d;
}
.product-info del span.amount {
  font-size: 1rem;
  color: #929292;
  margin-right: 10px;
}
.product-info .price-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.product-info .price-wrapper .price {
  margin: 0;
}
.product-info .discount-badge {
  background-color: rgba(254, 238, 234, 0.8);
  color: var(--fs-color-primary);
  font-size: 1rem;
  padding: 0 6px;
  border-radius: 2px;
}
.product-info .stock,
.product-info .woocommerce-variation-price,
.product-info .reset_variations {
  display: none;
}
.product-info table.variations label {
  font-size: 14px;
  font-weight: bold;
}
.product-info .ux-swatches--x-large .ux-swatch--label {
  min-height: 33px;
}
.product-info .variations_form .ux-swatch.selected {
  position: relative;
  box-shadow: 0 0 0 1px var(--fs-color-primary);
  overflow: hidden;
}
.product-info .variations_form .ux-swatch.selected::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/check.svg);
  color: var(--fs-color-primary);
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.product-info .variations_form .ux-swatch.selected::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0px 19px 19px 0px;
  border-color: transparent var(--fs-color-primary) transparent transparent;
}
.product-info .single_add_to_cart_button.button {
  width: calc(50% - 10px);
  height: 47px;
  margin-bottom: 0;
  background-color: unset !important;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  box-shadow: none;
}
@media (max-width: 767px) {
  .product-info .single_add_to_cart_button.button {
    width: 100%;
  }
}
.product-info .single_add_to_cart_button.button:hover {
  background-color: var(--fs-color-primary) !important;
  color: #fff;
}
.product-info .ux-buy-now-button,
.product-info .quick-buy-button {
  height: 47px;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .product-info .ux-buy-now-button,
  .product-info .quick-buy-button {
    width: 100%;
  }
}
.product-info .quantity {
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.product-info .quantity::before {
  content: "Số lượng: ";
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}
.product-info .webshop-item {
  width: 100%;
}
.product-info .quantity input[type=button].is-form.button,
.product-info .quantity input[type=number] {
  height: 32px;
}
.product-info .button-webshop {
  background: linear-gradient(-180deg, #f53d2d, #f63);
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 5px 20px;
  width: 333px;
  gap: 10px;
  justify-content: center;
  height: 45px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product-info .button-webshop {
    width: 100%;
  }
}
.product-info .button-webshop.lazada {
  background: linear-gradient(-180deg, #0f1768, #0316b6);
}
.product-info .button-webshop.tiki {
  background: #0368ff;
}
.product-info .button-webshop.tiktok {
  background: #000;
}
.product-info .mbws_single-meta {
  margin-bottom: 20px;
}
.product-info .mbws_single-meta .rank-star .star {
  background-image: url(/wp-content/uploads/2025/03/star-2.svg);
  background-position: center;
  background-size: cover;
  height: 13px;
  width: 13px;
  display: inline-block;
}
.product-info .mbws_single-meta .rank-star {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding-right: 10px;
  margin-right: 10px;
}
.product-info .woocommerce-tabs::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  height: 15px;
  background-color: #F2F3F5;
}
.product-info .wc-tabs > li > a {
  font-size: 1rem;
  padding-top: 15px;
}
.product-info .wc-tabs > li > a::before {
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .product-info .wc-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .product-info .wc-tabs > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
  }
}
.product-info .review-form-inner {
  border: none;
  padding: unset;
}

#review_form_wrapper {
  padding-bottom: 0;
}

.sticky-add-to-cart__product .quick-buy-button {
  display: none;
}
.sticky-add-to-cart__product .webshop-item {
  display: none;
}

.page-title.shop-page-title.product-page-title .page-title-inner .flex-col {
  margin-left: 15px;
}

.single-product .related {
  margin-left: -10px;
  margin-right: -10px;
}

#mbws-recently--wrap {
  margin-left: -10px;
  margin-right: -10px;
}

#tab-description {
  max-height: 363px; /* Adjust the height as needed */
  overflow: hidden;
  position: relative;
}
#tab-description .mbws-readmore-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff);
}
#tab-description .mbws-readmore-wrapper .button {
  margin-bottom: 0;
  background-color: white;
}
#tab-description .mbws-readmore-wrapper .button:hover {
  background-color: var(--fs-color-primary);
}
#tab-description .mbws-readmore-wrapper .button .see-less {
  display: none;
}
#tab-description.expanded {
  max-height: none;
  overflow: visible;
}
#tab-description.expanded .mbws-readmore-wrapper {
  position: relative;
}
#tab-description.expanded .mbws-readmore-wrapper .button .see-less {
  display: inline;
}
#tab-description.expanded .mbws-readmore-wrapper .button .see-more {
  display: none;
}

.related-products-wrapper {
  border-top: none !important;
}
.related-products-wrapper .product-section-title-related {
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 20px;
}
.related-products-wrapper .row {
  padding: 0 5px;
}

.mbws_recently_viewed_products .product-list {
  padding: 0 5px;
}

#footer .wpcf7-form input:not([type=submit]) {
  height: 50px;
  border-radius: 4px;
}
#footer .wpcf7-form input[type=submit] {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  height: 40px;
  font-size: 14px;
}
#footer ul li {
  font-size: 14px;
}
#footer .social-icons a.button.icon {
  border-color: white;
}
@media (max-width: 767px) {
  #footer .footer-icon-box {
    width: fit-content;
    margin: auto;
  }
}