@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 .stuck {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}
#header .header-main .container {
  padding-right: 30px;
  padding-left: 70px;
}
@media (max-width: 768px) {
  #header .header-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #header .header-main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header .header-main .nav.nav-right {
  flex-wrap: nowrap;
}
#header .header-main .nav.nav-spacing-xlarge > li.menu-item {
  margin: 0 18px !important;
}
#header .header-main .nav li > a:hover, #header .header-main .nav li.active > a {
  color: var(--fs-color-primary);
}
#header .header-main .nav.header-nav-main > li.menu-item {
  margin: 0 22px;
}
#header .header-main .nav.header-nav-main > li.menu-item:last-child {
  margin-right: 60px;
}
#header .header-main .nav li > a > i {
  color: var(--fs-color-primary);
}
#header .gt_switcher {
  min-width: 112px;
  width: fit-content !important;
}
#header .gt_switcher .gt_selected {
  position: relative;
  background-color: transparent;
}
#header .gt_switcher .gt_selected a {
  border-radius: 99px;
  font-size: 11px;
  border: 1px solid var(--fs-color-primary);
  text-transform: uppercase;
  padding: 3 15px !important;
  width: fit-content !important;
}
#header .gt_switcher .gt_option {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#header .icon-user:before {
  content: "\eb4d";
  font-size: 24px;
  font-family: "matbaows-icons";
}
#header .icon-shopping-bag:before {
  content: "\f5f8";
  font-size: 24px;
  font-family: "matbaows-icons";
}

.page-header-banner .entry-title {
  color: var(--fs-color-primary);
}
.page-header-banner .breadcrumb {
  font-size: 12px;
  font-style: 400;
}

.nav-dropdown {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-dropdown li + li {
  border-top: 1px solid #eee;
}

.breadcrumbs {
  font-size: 12px;
  color: #383838;
}
.breadcrumbs .last {
  font-weight: 400;
}

.contact-row {
  border: 1px #989898 solid;
  border-radius: 20px;
}

.wpcf7-form .flex-row {
  align-items: flex-start;
}
.wpcf7-form .flex-row .flex-col:not(.flex-grow) {
  width: 15%;
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .wpcf7-form .flex-row .flex-col:not(.flex-grow) {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .flex-row .flex-col:not(.flex-grow) {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .flex-row {
    flex-wrap: wrap;
  }
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  height: 40px;
  border: 1px #989898 solid;
  border-radius: 20px;
  box-shadow: none;
  margin-bottom: 15px;
}
.wpcf7-form .wpcf7-submit {
  height: 40px;
  margin-right: 0;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

button#place_order,
.cart_totals .button {
  height: 42px;
  border-radius: 99px;
  background-color: var(--fs-color-primary) !important;
}

.button.button-continue-shopping {
  border-radius: 99px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout input[type=email], .woocommerce-checkout input[type=number], .woocommerce-checkout input[type=search], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=text], .woocommerce-checkout input[type=url], .woocommerce-checkout textarea {
  height: 43px;
  border-radius: 20px;
  box-shadow: none;
}
.woocommerce-checkout .checkout-sidebar-col > .col-inner {
  border-radius: 30px;
}

.home-product-tabs .nav > li {
  margin-right: 40px;
}
.home-product-tabs .nav > li a:after {
  border-color: #d8d8d8;
}

ul.product_list_widget.product_list_widget li {
  margin-left: 0 !important;
  padding-left: 90px;
  margin-bottom: 15px;
  border-top: none;
}
ul.product_list_widget.product_list_widget li img {
  width: 80px;
  height: 80px;
}
ul.product_list_widget.product_list_widget li .product-title {
  font-size: 13px;
}

.widget .widget-title {
  font-size: 22px;
  color: #494949;
  display: block;
  margin-bottom: 15px;
}
.widget .product-categories > li > a {
  text-transform: uppercase;
}
.widget .is-divider {
  display: none;
}

.mbws-shop-tool-bar {
  border: 1px solid #dfe4e6;
  border-radius: 40px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.mbws-shop-tool-bar .flex-col {
  align-items: center;
}
.mbws-shop-tool-bar .flex-col + .flex-col {
  border-left: 1px solid #dfe4e6;
  padding-left: 20px;
  margin-left: 20px;
}
.mbws-shop-tool-bar .flex-col span {
  margin-right: 10px;
}
.mbws-shop-tool-bar .woocommerce-result-count {
  margin-left: 0;
}
.mbws-shop-tool-bar select {
  height: 30px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0;
}
.mbws-shop-tool-bar .flex-left,
.mbws-shop-tool-bar .flex-right {
  display: flex;
  flex-direction: row;
}
.mbws-shop-tool-bar .flex-right {
  max-width: 50%;
  flex-basis: 50%;
  justify-content: space-between;
}
.mbws-shop-tool-bar #post_per_page {
  line-height: 40px;
}
.mbws-shop-tool-bar .layout-buttons .button {
  border-width: 1px;
}
.mbws-shop-tool-bar .layout-buttons .button.active {
  color: var(--fs-color-primary);
}
.mbws-shop-tool-bar .layout-buttons .button:hover {
  color: var(--fs-color-primary);
  background-color: transparent;
}

.product-excerpt {
  display: none;
}

.shop-container .products .price-wrapper {
  margin-bottom: 15px;
}
.shop-container .products.list > .col {
  max-width: 100%;
  flex-basis: 100%;
}
.shop-container .products.list > .col .box {
  display: flex;
  flex-direction: row;
}
.shop-container .products.list > .col .box .box-image {
  max-width: 40%;
  flex-basis: 40%;
}
.shop-container .products.list > .col .box .box-text {
  padding-left: 30px;
}
.shop-container .products.list > .col .box .box-text .product-title {
  font-size: 20px;
  margin-bottom: 4px;
}
.shop-container .products.list > .col .box .box-text .product-price {
  font-size: 18px;
}
.shop-container .products.list > .col .box .box-text .product-excerpt {
  display: block;
}

.product-small .box-image .image-tools.bottom {
  border: 1px solid #eee;
  background-color: #fff;
}
.product-small .box-image .image-tools.bottom a {
  color: #555;
  height: 48px;
  min-width: 48px;
  line-height: 48px;
  font-weight: 400;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 0;
}
.product-small .box-image .image-tools.bottom a.add_to_cart_button i {
  font-size: 20px;
}
.product-small .box-image .wishlist-icon {
  display: none;
}
.product-small .price span.amount {
  font-size: 16px;
  font-weight: 500;
}

.yith-wcwl-add-to-wishlist {
  width: fit-content;
  display: inline-block;
}
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.yith-wcwl-add-button,
.compare-button {
  display: inline-block;
}
.yith-wcwl-add-button a,
.compare-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 0 !important;
  border: 1px solid #eee;
  color: #555;
  background-color: #fff !important;
}
.yith-wcwl-add-button a::before,
.compare-button a::before {
  content: "\eab4";
  font-family: "matbaows-icons";
  font-size: 20px;
  line-height: 48px;
}
.yith-wcwl-add-button a:hover,
.compare-button a:hover {
  box-shadow: none;
}
.yith-wcwl-add-button a:hover::before,
.compare-button a:hover::before {
  color: var(--fs-color-primary);
}
.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist,
.compare-button .separator,
.compare-button .view-wishlist {
  display: none;
}

.yith-wcwl-add-button a::before {
  content: "\eabe";
}
.yith-wcwl-add-button a.delete_item::before {
  content: "\f67c";
}

.product-main .large-9 {
  border-left: none !important;
}

.product-info {
  padding-top: 0 !important;
}
.product-info .reset_variations,
.product-info .breadcrumbs {
  display: none;
}
.product-info .product-title {
  font-size: 30px;
}
.product-info .product-short-description {
  padding: 15px 0 0;
  margin-bottom: 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.product-info .product-short-description p {
  margin-bottom: 15px;
}
.product-info .reset_variations {
  display: none;
}
.product-info .single_add_to_cart_button.button {
  background-color: var(--fs-color-primary);
  height: 43px;
  border-radius: 22px;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}

.single-product .shop-sidebar {
  padding-right: 15px !important;
}

.product-footer .woocommerce-tabs {
  border-top: none !important;
}
.product-footer .woocommerce-tabs .tabs {
  border-bottom: 1px solid #c8c8c8;
}
.product-footer .woocommerce-tabs .tabs li {
  margin: 0 30px;
}
.product-footer .woocommerce-tabs .tabs li > a {
  font-size: 15px;
}
.product-footer .woocommerce-tabs .tabs li > a::before {
  bottom: 0;
  top: auto;
  height: 1px;
}
@media (max-width: 767px) {
  .product-footer .woocommerce-tabs .tabs {
    flex-wrap: nowrap;
  }
  .product-footer .woocommerce-tabs .tabs li {
    width: fit-content;
  }
  .product-footer .woocommerce-tabs .tabs li a {
    width: fit-content !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

.wishlist-button {
  display: none !important;
}

.footer-primary,
.footer-secondary {
  padding: 10px 0;
}

#mbws_visited_table {
  border: 1px solid var(--fs-color-primary);
}
#mbws_visited_table th {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 10px;
  font-weight: 400;
}
#mbws_visited_table tr td {
  padding: 10px;
}/*# sourceMappingURL=style.css.map */