@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
*/
.section-title-container .section-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.section-title-container .section-title b {
  background-color: transparent;
}
.section-title-container .section-title .section-title-main {
  border-bottom: 0;
}

.vs_sales .section-content > .row > .col > .col-inner {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

#header #masthead .header-nav.nav-left {
  justify-content: center;
}
#header #masthead .header-nav.nav-left .searchform select,
#header #masthead .header-nav.nav-left .searchform input {
  height: 43px;
  box-shadow: none;
}
#header #masthead .header-nav.nav-left .searchform button {
  height: 43px;
  box-shadow: none;
  width: 43px;
}

.list-cate {
  display: flex;
  gap: 20px;
  flex-flow: row wrap;
}
.list-cate .item-cate {
  width: calc(25% - 20px);
  background: #f7f8f8;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.list-cate .item-cate .cate-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.list-cate .item-cate .cate-text {
  text-align: center;
  margin-top: 10px;
}
.list-cate .item-cate .cate-text h3 {
  font-size: 1rem;
}

#shop-sidebar .widget-title {
  text-transform: none;
  font-size: 1.1rem;
  margin-bottom: 20px;
  display: block;
}
#shop-sidebar .is-divider {
  display: none;
}

.product-small.col .col-inner {
  background-color: #f7f8f8;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.product-small.col .badge {
  height: 22px;
}
.product-small.col .badge .on-sale {
  font-size: 0.8rem;
  background-color: var(--fs-color-primary);
}
.product-small.col .box-image img {
  background: #fff;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.product-small.col .box-text {
  padding-left: 10px;
  padding-right: 10px;
}
.product-small.col .box-text .product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--fs-color-primary);
}
.product-small.col .box-text .price-wrapper {
  margin-top: 5px;
}

.single-product .variations_form .ux-swatches-attribute-ux_color .ux-swatch {
  border-radius: 3px;
}
.single-product .variations_form .ux-swatches-attribute-ux_color .ux-swatch .ux-swatch__color {
  border-radius: 3px;
}
.single-product .variations_form .ux-swatches-attribute-ux_label .ux-swatch {
  border-radius: 3px;
}
.single-product .variations_form .ux-swatches-attribute-ux_label .ux-swatch .ux-swatch__color {
  border-radius: 3px;
}
@media (min-width: 767px) {
  .single-product .product-gallery-default {
    padding-right: 100px;
  }
}
.single-product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #ececec;
  overflow: hidden;
  border-radius: 10px;
}
.single-product .woocommerce-product-gallery .flex-control-nav {
  margin-left: 0;
  margin-right: 0;
  gap: 5px;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
  border: 1px solid #ececec;
  overflow: hidden;
  border-radius: 10px;
  width: calc(25% - 5px);
}
.single-product .woocommerce-product-gallery img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
.single-product .woocommerce-tabs .tabs li a {
  font-size: 1rem;
}

#footer .ux-logo-link {
  padding-left: 0 !important;
}/*# sourceMappingURL=style.css.map */