@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
*/
.mb_title p {
  color: var(--fs-color-success);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mb_title p {
    font-size: 1rem;
  }
}
.mb_title h3 {
  font-size: 3rem;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .mb_title h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

input,
textarea,
select {
  box-shadow: none !important;
  border-radius: 10px !important;
}

input.search-field {
  border-radius: 10px 0 0 10px !important;
}

.button {
  border-radius: 10px !important;
}

button.button.ux-search-submit {
  background-color: var(--fs-color-primary);
  border-radius: 10px !important;
  border: 1px solid var(--fs-color-primary) !important;
}

.button.add_to_cart_button,
.single_add_to_cart_button {
  border-radius: 10px !important;
}

.woocommerce-page .page-wrapper {
  padding-bottom: 100px;
}

.call {
  display: flex;
  gap: 15px;
}
.call span {
  width: 30px;
  height: 30px;
  background-color: var(--fs-color-primary);
  border-radius: 100px;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.call span i {
  color: #fff;
  font-size: 2rem;
}
.call p {
  font-size: 1rem;
}
.call p a {
  display: block;
}

.home_1::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/02/home-bg-01-1.webp);
  width: 30%;
  aspect-ratio: 408/439;
  background-position: center;
  right: 2%;
  position: absolute;
  background-size: contain;
}
@media (max-width: 767px) {
  .home_1::before {
    width: 50%;
  }
}
.home_1 .col h2 {
  font-size: 3rem;
  color: var(--text-color);
  font-weight: 400;
}
@media (max-width: 767px) {
  .home_1 .col h2 {
    font-size: 1.2rem;
  }
}
.home_1 .col h1 {
  font-size: 5rem;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .home_1 .col h1 {
    font-size: 2.5rem;
  }
}

.home_2::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/02/mayu-103.png);
  width: 20%;
  aspect-ratio: 506/452;
  background-position: center;
  left: 2%;
  position: absolute;
  top: 0;
  background-size: contain;
}
.home_2 .tabbed-content .nav li a {
  text-align: center;
  position: relative;
  font-size: 1.2rem;
}
.home_2 .tabbed-content .nav li a::before {
  display: none;
}
@media (max-width: 767px) {
  .home_2 .tabbed-content .nav {
    gap: 10px;
  }
  .home_2 .tabbed-content .nav li a {
    font-size: 1rem;
  }
}

.home-product-tabs .nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 60px;
}
.home-product-tabs .nav > li > a {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-product-tabs .nav > li > a .tab-icon,
.home-product-tabs .nav > li > a span {
  display: block;
}
.home-product-tabs .nav > li > a .tab-icon {
  max-width: 250px;
  margin-bottom: 15px;
}

.home_4::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/02/mayu-112.png);
  width: 20%;
  aspect-ratio: 8/13;
  background-position: center;
  left: 0%;
  position: absolute;
  top: 0;
  background-size: contain;
}
.home_4 .row-menu {
  margin-top: 30px;
}
.home_4 .row-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.home_4 .row-menu ul li em {
  color: var(--fs-color-primary);
  font-style: normal;
  font-weight: bold;
}
.home_4 .row-menu ul li span {
  border-style: dashed;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: rgba(87, 82, 83, 0.3);
  align-self: left;
  margin: 0px 10px 0px 15px;
  position: relative;
  height: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home_5 .testimonial-box .star-rating {
  display: none;
}
.home_5 .testimonial-box .testimonial-text {
  background-color: #aa8e67;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
}

.home .post-item .mbws-post-content {
  display: none;
}
.home .mbws-feature-post .box {
  position: relative;
  padding-right: 50%;
}
@media (max-width: 767px) {
  .home .mbws-feature-post .box {
    padding-right: 0;
  }
}
.home .mbws-feature-post .box-image .image-cover {
  padding-top: unset !important;
}
.home .mbws-feature-post .box-image .image-cover img {
  position: relative;
}
.home .mbws-feature-post .box-text {
  position: static;
}
.home .mbws-feature-post .box-text .cat-label {
  font-weight: bold;
  font-size: 18px;
  opacity: 1;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .home .mbws-feature-post .box-text .cat-label {
    font-size: 16px;
  }
}
.home .mbws-feature-post .box-text .post-title {
  display: none;
}
.home .mbws-feature-post .box-text .mbws-post-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  z-index: 1;
  display: block;
  padding-left: 40px;
}
.home .mbws-feature-post .box-text .mbws-post-content .mbws-post-title {
  margin-bottom: 1rem;
}
.home .mbws-feature-post .box-text .mbws-post-content .mbws-post-title a {
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .home .mbws-feature-post .box-text .mbws-post-content .mbws-post-title {
    font-size: 22px;
  }
}
.home .mbws-feature-post .box-text .mbws-post-content .feature-post-image {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home .mbws-feature-post .box-text .mbws-post-content {
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
    padding-left: 0;
    width: 100%;
  }
}

.blog-wrapper.blog-archive {
  padding-top: 0 !important;
}

.post-item .is-divider {
  display: none;
}

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

.single-post .entry-content .wpcf7-form {
  padding: 30px;
  border: 1px solid var(--fs-color-primary);
}
.single-post .entry-content .wpcf7-form label {
  font-weight: bold;
}
.single-post .entry-content .wpcf7-form p {
  font-size: 16px;
}
.single-post .entry-content .wpcf7-form input[type=file] {
  display: block;
  background-color: #fff;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
}
.single-post .entry-content .wpcf7-form input[type=submit] {
  min-width: 200px;
  text-align: center;
}

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

.widget-title {
  color: var(--fs-color-primary);
}

.shop-container {
  padding-bottom: 100px;
}

#reviews {
  display: flex;
  flex-direction: column;
}
#reviews > * {
  max-width: 100%;
  flex-basis: 100%;
}
#reviews #reply-title {
  display: none;
}
#reviews #comment {
  min-height: 75px;
  padding: 5px 15px;
}

#footer .footer-top {
  margin-top: -100px;
  margin-bottom: 30px;
}
#footer .footer-top .col {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.2);
}
@media (max-width: 767px) {
  #footer .footer-top .col p {
    margin-bottom: 0;
  }
}
#footer .footer-top .col h2 {
  color: var(--fs-color-primary);
  font-size: 2rem;
}
@media (max-width: 767px) {
  #footer .footer-top .col h2 {
    font-size: 1.5rem;
  }
}
#footer .footer-top .col a {
  color: var(--fs-color-success);
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer-top .col a {
    font-size: 2rem;
  }
}
#footer .footer-main .ux-menu .ux-menu-title {
  color: var(--fs-color-primary);
  font-size: 1.2rem;
}
#footer .footer-bottom p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer .footer-bottom p {
    text-align: center;
  }
}

.absolute-footer {
  display: none;
}