@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
*/
#header .header-vertical-menu__opener {
  background-color: var(--fs-color-secondary);
}
#header .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item {
  position: relative;
}
#header .header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown {
  min-height: unset;
}
#header .nav-dropdown {
  padding-top: 0;
  padding-bottom: 0;
}
#header .header-wrapper.stuck .header-bottom .header-vertical-menu {
  display: none;
}
#header .header-vertical-menu {
  display: none;
}
#header .cart-item .header-cart-link {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
#header .cart-item .header-cart-link .cart-title {
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}
#header .cart-item .header-cart-link .cart-price {
  display: block;
}
#header .cart-item .header-cart-link .cart-price span.amount {
  font-weight: 400;
}
#header .cart-item i {
  padding: 8px 10px;
  color: #fff;
  background-color: var(--fs-color-primary);
  border-radius: 5px;
}
#header .header-search-form input[type=search] {
  border-radius: 5px 0 0 5px;
}
#header .header-search-form button.icon {
  border-radius: 0 5px 5px 0;
}
#header .header-bottom .nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #header .header-bottom .nav {
    flex-wrap: nowrap;
  }
  #header .header-bottom .nav li.nav-icon a {
    padding-left: 0;
  }
}
#header .account-item {
  position: fixed !important;
  right: -2px;
  top: 20% !important;
  z-index: 99999;
}
#header .account-item a {
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  padding: 0 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#header .account-item .nav-dropdown {
  display: none;
}

.home #header .header-vertical-menu {
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
}

.rank-math-breadcrumb > p a:first-child::before {
  content: "\eac1";
  font-family: "matbaows-icons";
}

@media (max-width: 1024px) {
  .nav-vertical > li > ul li a {
    color: #222 !important;
  }
  .off-canvas .nav-vertical > li > a {
    font-size: 14px;
    color: #222 !important;
  }
}
.title-icon-box {
  width: fit-content !important;
  padding: 10px 15px;
  background-color: var(--fs-color-primary);
  border-radius: 5px 0 0 5px;
  align-items: center;
}
.title-icon-box .icon-box-img img {
  padding-top: 0;
}
.title-icon-box .icon-box-text {
  padding-left: 10px !important;
}
.title-icon-box .icon-box-text * {
  width: fit-content;
  margin-bottom: 0;
  font-size: 16px;
}
.title-icon-box.full {
  width: 100% !important;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .title-icon-box:not(.full) {
    width: 100% !important;
    border-radius: 4px 4px 0 0;
  }
}

.slider-nav-light .flickity-prev-next-button {
  opacity: 1;
}
.slider-nav-light .flickity-prev-next-button svg {
  border-color: var(--fs-color-primary);
  background-color: var(--fs-color-primary);
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-submit {
  margin: 0;
  border-radius: 3px;
}
.wpcf7-form textarea,
.wpcf7-form input.wpcf7-text {
  border-radius: 3px;
  box-shadow: none;
  border-color: #ebebeb;
  padding-left: 20px;
  padding-right: 20px;
}
.wpcf7-form textarea:focus,
.wpcf7-form input.wpcf7-text:focus {
  box-shadow: none;
}
.wpcf7-form .subscribe-form input {
  border-radius: 99px 0 0 99px;
}
.wpcf7-form .subscribe-form .wpcf7-submit {
  height: 40px;
  font-size: 14px;
  border-radius: 0 99px 99px 0;
}
.wpcf7-form .contact-form .flex-row {
  align-items: flex-start;
}
.wpcf7-form .contact-form .flex-row .flex-col {
  padding-bottom: 20px;
  min-width: 130px;
}
@media (max-width: 767px) {
  .wpcf7-form .contact-form .flex-row .flex-col {
    padding-bottom: 0;
  }
  .wpcf7-form .contact-form .flex-row .flex-col.ml-half {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .contact-form .flex-row {
    margin-bottom: 10px;
  }
}
.wpcf7-form .contact-form label {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .wpcf7-form .contact-form label {
    text-align: left;
  }
}

.site-logo .ux-logo-link {
  padding: 0 !important;
}

.no-mb * {
  margin-bottom: 0;
}

.contact-info-box > .col {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .contact-info-box > .col {
    padding-bottom: 20px;
  }
}

.widget {
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.widget .widget-title {
  display: block;
  padding: 15px 20px;
  border-top: 2px solid var(--fs-color-primary);
}
.widget .is-divider {
  max-width: 100%;
  height: 1px;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.widget ul {
  padding: 15px;
}
.widget ul li {
  border-top: none !important;
}
.widget ul li a:hover {
  color: var(--fs-color-primary);
}
.widget.widget_products ul.product_list_widget li {
  padding-left: 90px;
}
.widget.widget_products ul.product_list_widget li a {
  font-size: 14px;
}
.widget.widget_products ul.product_list_widget li img {
  width: 80px;
  height: 80px;
}

.home-product-tabs .nav li > a {
  padding: 15px 10px;
  font-size: 14px;
}
.home-product-tabs .nav li > a::before {
  width: 15px;
  height: 5px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .home-product-tabs .nav li > a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .home-product-tabs .nav {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.home-product-tabs .tab-panels {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .home-product-tabs .tab-panels {
    padding-top: 10px;
  }
}

.home ul.product_list_widget li {
  min-height: 110px;
  padding-left: 105px;
  padding-right: 15px;
  margin-left: 15px;
  border: none;
}
.home ul.product_list_widget li img {
  width: 90px;
  height: 90px;
  border-radius: 3px;
}
.home ul.product_list_widget li a {
  color: #222;
  font-weight: bold;
}
.home ul.product_list_widget li span.amount {
  color: var(--fs-color-primary);
}

.home-icon-box .icon-box-text p {
  margin-bottom: 0;
}

.logo-slider .gallery-col {
  padding-bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

#customer_login .woocommerce-form {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

.shop-page-title .page-title-inner {
  min-height: 200px;
}
.shop-page-title .page-title-inner h1.entry-title {
  text-transform: uppercase;
}

.product-small .box {
  background-color: #fff;
}
.product-small .badge-container {
  left: auto;
  right: 10px;
  margin-top: 10px;
}
.product-small .badge-container .badge-inner.on-sale {
  background-color: var(--fs-color-primary);
}
.product-small .badge-container .badge-inner.on-sale::before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid var(--fs-color-primary);
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotate(30deg);
}
.product-small .box-image img {
  border-radius: 3px 0 0 3px;
}
.product-small .box-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.product-small .image-tools .add-to-cart-grid .cart-icon {
  margin: 0;
  right: 10px;
  left: auto;
  transform: translateX(100%) translateY(-100px);
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.product-small .image-tools .add-to-cart-grid .cart-icon::before {
  content: "ﰛ";
  font-size: 24px;
  color: var(--fs-color-primary);
  font-family: "matbaows-icons";
}
.product-small .image-tools .add-to-cart-grid .cart-icon strong {
  display: none;
}
.product-small .image-tools .add-to-cart-grid:not(.add_to_cart_button) {
  display: none;
}
.product-small:hover .image-tools .add-to-cart-grid .cart-icon {
  transform: translateX(0%) translateY(-100px);
}
.product-small .box-text {
  padding: 15px 20px;
}
.product-small .box-text .product-title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.product-small .box-text .product-title a {
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-small .box-text .price-wrapper .price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  min-height: 34px;
}
.product-small .box-text .price-wrapper .price span.amount {
  color: var(--fs-color-primary);
}
.product-small .box-text .price-wrapper .price del {
  font-size: 13px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .product-small .box-text {
    padding: 15px 10px;
  }
}

.single-product .product-info {
  padding-top: 0;
}
.single-product .product-info .mbws-product-title {
  font-size: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.single-product .product-info .product-short-description,
.single-product .product-info .product-page-price {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.single-product .product-info .product-short-description span.amount,
.single-product .product-info .product-page-price span.amount {
  color: var(--fs-color-primary);
}
.single-product .product-info .product-short-description {
  padding-bottom: 0;
}
.single-product .product-info .stock {
  display: none;
}
.single-product .product-info .single_add_to_cart_button {
  min-width: 200px;
  background-color: var(--fs-color-primary);
}
.single-product .product-info .product_meta > span {
  border-top: none;
  font-size: 16px;
  font-weight: bold;
}
.single-product .product-info .product_meta > span * {
  font-weight: 400 !important;
}
.single-product .woocommerce-tabs .nav-tabs li a {
  font-size: 14px;
  text-transform: unset;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs .nav-tabs li a {
    white-space: nowrap;
    width: fit-content;
    padding: 5px 15px;
  }
}
.single-product .woocommerce-tabs .nav-tabs li.active > a {
  background-color: var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs .nav-tabs li {
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs .tab-panels {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs {
    padding-top: 0 !important;
  }
}
.single-product #review_form_wrapper .review-form-inner {
  padding: 0;
  border: none;
}
.single-product .related-products-wrapper {
  border-top: none;
}
.single-product .related-products-wrapper .product-section-title {
  padding: 10px 0;
  border-bottom: 1px solid #c2c6c6;
  margin-bottom: 40px;
  position: relative;
}
.single-product .related-products-wrapper .product-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: var(--fs-color-primary);
  position: absolute;
  top: 100%;
  left: 0;
}

#footer .absolute-footer {
  padding: 5px 0;
}
#footer .absolute-footer .footer-primary {
  padding: 7.5px 0;
}

.footer-menu-title .section-title-main {
  text-transform: uppercase;
  border-color: var(--fs-color-primary);
}