@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);
}

.suc-color {
  color: var(--fs-color-success);
}

.banner {
  transition: all 450ms;
  border-radius: 20px;
  overflow: hidden;
}
.banner:hover {
  transition: all 450ms;
  box-shadow: -20px 30px 50px rgba(153, 153, 153, 0.3019607843);
}
.banner .long-sec, .banner .long-pri {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 40px;
  background-color: var(--fs-color-secondary);
}
.banner .long-pri {
  background-color: var(--fs-color-secondary);
}
.banner .short-pri, .banner .short-sec {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 40px;
  background-color: var(--fs-color-secondary);
}
.banner .short-pri p, .banner .short-sec p {
  line-height: 1;
}
.banner .short-pri {
  background-color: var(--fs-color-primary);
}

.badge-container {
  top: -10px !important;
  left: 30px !important;
}

.product-small .box-image {
  transition: all 450ms;
  border-radius: 20px;
}
.product-small .box-image .wishlist-icon {
  display: none;
}
.product-small .box-image .image-tools.bottom {
  bottom: 30%;
}
.product-small .box-image .image-tools.bottom > .quick-view {
  display: none;
}
.product-small .box-image .image-tools.bottom .quick-cta {
  box-shadow: -20px 30px 50px rgba(153, 153, 153, 0.3019607843);
  padding: 8px 10px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
}
.product-small .box-image .image-tools.bottom .quick-cta a {
  transition: all 450ms;
  border: transparent;
  background-color: #FFF;
  width: 35px !important;
  height: 35px !important;
  min-height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
.product-small .box-image .image-tools.bottom .quick-cta a i {
  color: #333;
  margin: 0 !important;
  line-height: 1;
}
.product-small .box-image .image-tools.bottom .quick-cta a i.icon-heart-o {
  font-size: 14px;
}
.product-small .box-image .image-tools.bottom .quick-cta a svg {
  color: #333;
}
.product-small .box-image .image-tools.bottom .quick-cta a:hover {
  transition: all 450ms;
  box-shadow: unset;
  background-color: var(--fs-color-primary);
}
.product-small .box-image .image-tools.bottom .quick-cta a:hover i {
  color: #fff !important;
}
.product-small .box-image .image-tools.bottom .quick-cta .yith-wcwl-add-button span {
  display: none;
}
.product-small .box-text .price-wrapper .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}
.product-small .box-text .price-wrapper del .woocommerce-Price-amount bdi {
  color: #999;
}
.product-small:hover .box-image {
  transition: all 450ms;
  box-shadow: -20px 30px 50px rgba(153, 153, 153, 0.3019607843);
}
.product-small:hover .box-image .image-tools.bottom {
  transform: translateY(100%) translateZ(0) !important;
}

.box-blog-post .box-image {
  transition: all 450ms;
  border-radius: 20px;
}
.box-blog-post .is-divider {
  display: none;
}
.box-blog-post:hover .box-image {
  transition: all 450ms;
  box-shadow: -20px 30px 50px rgba(153, 153, 153, 0.3019607843);
}

.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
  background-color: #F5F5F5;
  border-radius: 30px;
  padding: 25px 30px;
}
.wpcf7 .wpcf7-submit {
  border-radius: 30px;
  padding: 10px 50px;
}

.button.success:hover, input[type=submit]:hover, .button.primary:hover {
  background-color: var(--fs-color-secondary);
  box-shadow: unset;
}

.button.success:hover {
  background-color: var(--fs-color-primary);
  box-shadow: unset;
}

.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;
}

#header .header-wrapper .header-top {
  padding: 10px 0;
  background-color: #030303;
  background-image: url(/wp-content/uploads/2020/09/Group_7901.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header .header-wrapper .header-top .html {
  font-size: 1.1em;
}
#header .header-wrapper .header-top .html a {
  font-weight: 700;
}
#header .header-wrapper .header-main {
  padding: 0px 20px 0px 20px;
}
#header .header-wrapper .header-main .header-inner .nav > li > a {
  padding: unset;
}
#header .header-wrapper .header-main .cart-item .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons .wc-forward {
  border-radius: 40px;
}
#header .gtranslate_wrapper {
  height: 35px;
}
#header .gtranslate_wrapper a {
  margin: 0 6px !important;
}

.mbws_gioi-thieu img {
  border-radius: 20px;
}

.button.button-continue-shopping {
  height: 40px;
  border-radius: 99px;
  line-height: 47px;
}

.cart-wrapper > .shop_table,
.cart-sidebar {
  border: 1px solid #e1e1e1;
  padding: 20px;
  border-radius: 20px;
}

button#place_order,
.cart_totals .checkout-button {
  height: 50px;
  line-height: 48px !important;
  border-radius: 99px;
  background-color: var(--fs-color-primary) !important;
  padding: 0 !important;
}

.enable-delivery-time,
.select-delivery-time {
  display: none;
}

.uap-public-trial-version {
  display: none !important;
}

.mbws_home-banner .banner .img1 {
  left: 35%;
  top: 3%;
  position: absolute;
  width: 15% !important;
}
.mbws_home-banner .banner .img2 {
  left: 58%;
  top: 43%;
  width: 90% !important;
  position: absolute;
}
.mbws_home-banner .banner .img3 {
  top: 40%;
  left: 93%;
  width: 8% !important;
  position: absolute;
}
.mbws_home-banner .banner .img4 {
  left: 27%;
  top: 92%;
  position: absolute;
  width: 8% !important;
}

#shop-sidebar .widget-title {
  color: #000;
}
#shop-sidebar .widget_product_search .search-field {
  padding: 23px 30px;
  border-radius: 30px 0px 0px 30px;
}
#shop-sidebar .widget_product_search .ux-search-submit {
  background-color: var(--fs-color-primary);
  border-radius: 0px 30px 30px 0px;
  padding: 4px 15px;
}
#shop-sidebar .price_slider_wrapper .price_slider {
  background-color: var(--fs-color-primary);
}
#shop-sidebar .price_slider_wrapper .button {
  padding: 5px 30px;
  background-color: var(--fs-color-primary);
  font-size: 1em;
}

.single-post .entry-header {
  display: flex;
  flex-direction: column-reverse;
}
.single-post .entry-header .entry-header-text {
  padding-top: 1.5em;
  text-align: center;
}
.single-post .entry-header .entry-header-text .entry-divider {
  display: none;
}

.woocommerce-shop .product-small .col-inner > .yith-wcwl-add-to-wishlist {
  display: none;
}

.shop-container .term-description li {
  margin-left: 25px;
}

.mbws-shop-tools-bar {
  padding: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid #ebebeb;
  justify-content: flex-start;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.mbws-shop-tools-bar .col {
  padding-bottom: 0;
}
.mbws-shop-tools-bar span.label {
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.mbws-shop-tools-bar .icon {
  border-width: 1px;
  width: 30px;
  height: 30px;
}
.mbws-shop-tools-bar .icon:hover, .mbws-shop-tools-bar .icon.active {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #fff;
}
.mbws-shop-tools-bar .woocommerce-ordering,
.mbws-shop-tools-bar select {
  font-size: 14px;
  display: inline-block;
  width: fit-content;
  border-radius: 15px;
  margin: 0;
}
.mbws-shop-tools-bar #products_per_page {
  min-width: 70px;
}

.products.list > .product-small.col {
  max-width: 100%;
  flex-basis: 100%;
}
.products.list > .product-small.col .box {
  display: flex;
}
.products.list > .product-small.col .box .box-image {
  width: 40%;
}
.products.list > .product-small.col .box .box-text {
  padding-top: 30px;
  padding-left: 30px;
  text-align: left;
}
.products.list > .product-small.col .box .box-text .product-title {
  font-size: 18px;
}
.products.list .product-excerpt {
  display: block;
  margin-top: 15px;
}

.product-small.box .box-image {
  padding-top: 0;
}
.product-small.box .box-image .image-none {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.product-small.box .box-image .image-none img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-small.box .product-excerpt {
  display: none;
}
.product-small.box .compare-button a {
  padding: 1px !important;
}
.product-small.box .compare-button a.added {
  font-size: 0;
}
.product-small.box .compare-button a::before {
  color: #333;
  content: "\eab4";
  font-family: "matbaows-icons";
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.product-small.box .compare-button a:hover::before {
  color: #fff;
}
.product-small.box .add_to_cart_button {
  padding: 3px !important;
}
.product-small.box .add_to_cart_button i {
  font-size: 16px;
}
.product-small.box .added_to_cart {
  display: none;
}

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

#mbws_add_to_cart_popup {
  border-radius: 20px;
  overflow: hidden;
}

.wc_payment_method label {
  position: relative;
}
.wc_payment_method label::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/payment.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -13px;
  margin-right: 10px;
  background-position: center center;
}
.wc_payment_method label[for=payment_method_alepay]::before {
  background-image: url(../img/alego-Logo.png);
}

.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--fs-color-primary) !important;
}

.single-product .product-main .product-info .woocommerce-breadcrumb {
  display: none;
}
.single-product .product-main .product-info .price-wrapper ins .woocommerce-Price-amount {
  color: var(--fs-color-primary);
  font-size: 34px;
}
.single-product .product-main .product-info .product-short-description {
  color: #000;
}
.single-product .product-main .product-info .single_add_to_cart_button {
  background-color: var(--fs-color-primary);
}
.single-product .product-main .product-info .product_meta .posted_in, .single-product .product-main .product-info .product_meta .tagged_as {
  font-size: 16px;
}
.single-product .product-main .product-info .stock {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .single-product .product-main .next-prev-thumbs {
    display: none;
  }
}
.single-product .product-footer .woocommerce-tabs {
  overflow: hidden;
  border-radius: 20px;
}
.single-product .product-footer .woocommerce-tabs .tabs {
  padding: 0;
  background-color: #333333;
}
.single-product .product-footer .woocommerce-tabs .tabs li a {
  padding: 25px;
  font-size: 16px;
  color: #fff;
}
.single-product .product-footer .woocommerce-tabs .tabs li.active a {
  color: var(--fs-color-primary);
}
.single-product .product-footer .woocommerce-tabs .tab-panels {
  color: #000;
  background-color: #F5F5F5;
  padding: 50px 120px;
}

#footer .absolute-footer {
  display: none;
}
#footer .wpcf7 .wpcf7-form-control {
  padding: 34px 40px;
  margin: 0;
  border-radius: 35px;
}
#footer .wpcf7 .wpcf7-submit {
  margin: 0px;
  padding: 5px 40px;
  right: 10px;
  top: 10px;
  position: absolute;
}

.mbws_toolbar img {
  width: 45px !important;
  height: 45px !important;
}