@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
*/
@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

#header #logo {
  margin-right: 40px;
}
@media (max-width: 768px) {
  #header #logo {
    margin-right: 0;
  }
}
#header.transparent .header-main {
  transform: translateY(30px);
}
#header.transparent .header-main .header-inner {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
}
@media (max-width: 767px) {
  #header.transparent .header-main .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header.transparent .header-main .nav > li > a {
  color: var(--heading-color);
}
#header.transparent .header-main .nav > li > a:hover {
  color: var(--fs-color-secondary);
}
@media (max-width: 768px) {
  #header.transparent .header-main {
    transform: translateY(0);
  }
}
#header.transparent .stuck .header-main {
  transform: translateY(0);
}
#header.transparent .stuck .header-main .header-inner {
  box-shadow: none;
}
#header .nav-dropdown {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#header .nav-dropdown .post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.breadcrumbs {
  font-size: 12px;
}

body .capitalize {
  text-transform: capitalize;
}
body p {
  margin-bottom: 12px;
}
body .font-custom-1 * {
  font-family: "Josefin Sans", sans-serif;
}
body .font-custom-2 * {
  font-family: "Dancing Script", cursive;
}
body .wpcf7d-form .wpcf7-spinner {
  display: none;
}
body form {
  margin-bottom: 0;
}
body form label {
  font-size: 1rem;
  font-weight: 400;
}
body form input[type=submit] {
  margin-bottom: 0;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  padding: 0 30px;
}
body .accordion .accordion-item {
  border-bottom: 1px solid var(--color-mbws-border);
}
body .accordion .accordion-title {
  font-size: 1rem;
  border-top: none;
  color: var(--heading-color);
  font-weight: 500;
  padding: 20px 40px 20px 0;
}
body .accordion .accordion-title .toggle {
  left: auto;
  right: 0;
  font-size: 10px;
  top: 23px;
}
body .accordion .accordion-title.active {
  background-color: unset;
  color: var(--fs-color-secondary);
}
body .accordion .accordion-inner {
  padding: 20px 0;
}
body .accordion .accordion-inner p:last-child {
  margin-bottom: 0;
}
body .button.is-underline {
  min-height: unset;
  line-height: 1.1;
}
body .button.is-underline::before {
  width: 100%;
  left: 0;
  transform: none;
}
body .social-icons a.button.icon {
  background-color: var(--color-mbws-bgr);
  border-color: var(--color-mbws-bgr);
}
body .social-icons a.button.icon i {
  top: 0;
}
body .text-mb-0 * {
  margin-bottom: 0;
}

.mbws-contact-map p {
  margin-bottom: 0;
  line-height: 0;
}

.mbws-member .box-text h4 {
  text-transform: unset;
}
.mbws-member .box-text h4 .person-name {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.mbws-member .box-text h4 br {
  display: none;
}
.mbws-member .box-text h4 .person-title {
  font-size: 16px;
}

.mbws_counter .title {
  font-size: 20px;
}

.mbws-icon-box-slider .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}

.mbws-home-countup-row > .col > .col-inner {
  transition: all 0.3s ease-in-out;
}
.mbws-home-countup-row > .col > .col-inner:hover {
  background-color: var(--fs-color-secondary) !important;
}
.mbws-home-countup-row > .col > .col-inner:hover * {
  color: white;
}
.mbws-home-countup-row .mbws_counter .counter-number {
  color: var(--fs-color-secondary);
}
.mbws-home-countup-row .mbws_counter .title {
  font-size: 1rem;
}

.product-small .badge-container,
.mbws-home-products .badge-container {
  right: 10px;
  left: auto;
  margin-top: 10px;
}

.mbws-home-blog-ss .section-bg img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .mbws-home-blog-ss .section-bg img {
    display: none;
  }
}

.cart-sidebar .coupon {
  display: flex;
  flex-wrap: wrap;
}
.cart-sidebar .coupon .widget-title {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.cart-sidebar .coupon input {
  max-width: 70%;
  flex-basis: 70%;
  margin: 0;
  border-right: none;
}
.cart-sidebar .coupon button {
  max-width: 30% !important;
  flex-basis: 30%;
  margin: 0;
}

#cart-popup {
  background-color: white;
}
#cart-popup .cart-popup-inner {
  padding: 15px;
}
#cart-popup .cart-popup-inner .cart-popup-title {
  font-size: 20px;
  text-align: left;
}
#cart-popup .cart-popup-inner .cart-popup-title span {
  text-transform: none;
}
#cart-popup .cart-popup-inner .cart-popup-title .is-divider {
  max-width: calc(100% + 30px);
  height: 1px;
}
#cart-popup .widget_shopping_cart span.amount {
  color: var(--color-regular-price);
}
#cart-popup .widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: var(--color-mbws-bgr);
  color: var(--heading-color);
}
#cart-popup .ux-mini-cart-footer {
  padding: 15px 30px 0;
  border-top: 1px solid var(--color-mbws-border);
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__total.total {
  font-size: 20px;
  padding: 0;
  border-bottom: none;
}

#archive-page-title {
  margin-bottom: 40px !important;
}
#archive-page-title h1.page-title {
  margin-bottom: 0;
}

.post-item .box-overlay .box-text {
  background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.post-item .box-overlay .box-text .cat-label {
  background-color: var(--fs-color-secondary);
  opacity: 1;
  font-size: 12px;
  padding: 5px 10px;
  text-shadow: none;
}
.post-item .is-divider {
  display: none;
}

.badge.post-date {
  left: 15px !important;
  top: 15px !important;
}
.badge.post-date .badge-inner {
  background-color: white;
  color: var(--heading-color);
}

.blog-single {
  padding-top: 0 !important;
}
.blog-single .page-title .entry-title {
  font-size: 2.1em;
}

.single-post article {
  margin-bottom: 50px;
}
.single-post .entry-header {
  padding-top: 50px;
}
.single-post .entry-header .entry-category {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-color: var(--fs-color-secondary);
  padding: 5px 10px;
  color: white;
}
.single-post .entry-header .entry-category a {
  color: inherit;
}
.single-post .entry-header .entry-title {
  font-size: 32px;
}
.single-post .entry-header .is-divider {
  display: none;
}
.single-post .entry-header .entry-meta {
  font-size: 14px;
  text-transform: none;
  color: var(--text-color);
}
.single-post .entry-header .entry-meta a {
  color: inherit;
}
.single-post footer.entry-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  padding-top: 20px;
  align-items: center;
  border-width: 2px;
}
.single-post footer.entry-meta div {
  flex: 1;
}
.single-post footer.entry-meta .post-tags a {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid var(--color-mbws-border);
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0 !important;
}
.single-post footer.entry-meta .post-tags a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--color-mbws-border);
  margin-right: 10px;
  vertical-align: middle;
}
.single-post footer.entry-meta .post-tags a:hover {
  color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
}
.single-post footer.entry-meta .post-tags a:hover::before {
  background-color: var(--fs-color-secondary);
}

#nav-below .flex-row {
  border-top: none !important;
  border-width: 2px;
}
#nav-below .flex-row .flex-col {
  border: none;
  padding-bottom: 20px;
}
#nav-below .next-prev-nav a {
  font-size: 14px;
  font-weight: bold;
}
#nav-below .next-prev-nav a i {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-mbws-border);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
#nav-below .next-prev-nav .nav-prev i {
  margin-left: 0 !important;
}
#nav-below .next-prev-nav .nav-next i {
  margin-right: 0 !important;
}

#comments .comment-respond {
  background-color: unset !important;
  padding: 0 !important;
}
#comments .comment-respond .comment-reply-title {
  text-transform: uppercase;
}
#comments .comment-respond input[type=submit] {
  background-color: var(--fs-color-secondary);
}

.mbws-shop-category .product-category.col {
  padding-bottom: 0 !important;
}
.mbws-shop-category .box-category .box-text .header-title {
  width: fit-content;
  position: relative;
  margin-bottom: 5px;
}
.mbws-shop-category .box-category .box-text .header-title::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--fs-color-secondary);
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .mbws-shop-category .box-category {
    display: flex;
  }
  .mbws-shop-category .box-category .box-image {
    width: 40px !important;
  }
}
.mbws-shop-category .box-category:hover .header-title::after {
  width: 100%;
}
@media (max-width: 767px) {
  .mbws-shop-category .flickity-prev-next-button {
    top: 5%;
  }
}

.product-small.box {
  overflow: hidden;
}
.product-small.box .box-text {
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-shadow: none !important;
}
.product-small.box .box-text .title-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 40px;
}
.product-small.box .box-text .title-wrapper .product-title {
  font-size: 24px;
  color: var(--heading-color);
  font-weight: bold;
}
.product-small.box .box-text .title-wrapper .product-title a:hover {
  color: var(--fs-color-secondary);
}
.product-small.box .box-text .title-wrapper .category {
  color: var(--text-color);
  text-transform: none;
  font-size: 15px;
}
.product-small.box .box-text .price-wrapper .price {
  font-size: 24px;
  color: var(--color-regular-price);
}
.product-small.box .box-text .price-wrapper .price span.amount {
  color: var(--color-regular-price);
}
.product-small.box .box-text .price-wrapper .price del {
  display: block;
}
.product-small.box .box-text .mbws-product-permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-small.box:hover .image-tools.bottom,
.product-small.box:hover .overlay-tools {
  right: 10px;
}
.product-small.box .image-tools:last-child,
.product-small.box .overlay-tools {
  background-color: white;
  position: absolute;
  right: -40px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transform: none !important;
  transition: all 0.3s ease-in-out;
  width: fit-content;
  z-index: 99;
}
.product-small.box .image-tools:last-child a,
.product-small.box .overlay-tools a {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
}
.product-small.box .image-tools:last-child a:hover,
.product-small.box .overlay-tools a:hover {
  color: var(--fs-color-secondary) !important;
}
.product-small.box .image-tools:last-child .added_to_cart,
.product-small.box .overlay-tools .added_to_cart {
  font-size: 0;
  background-color: unset;
  padding: 0;
}
.product-small.box .image-tools:last-child .added_to_cart::before,
.product-small.box .overlay-tools .added_to_cart::before {
  content: "\f00c";
  font-family: "Fontawesome";
  font-size: 16px;
}
.product-small.box .image-tools:last-child .added_to_cart::after,
.product-small.box .overlay-tools .added_to_cart::after {
  display: none;
}
.product-small.box .image-tools:last-child .add-to-cart-grid .cart-icon,
.product-small.box .overlay-tools .add-to-cart-grid .cart-icon {
  display: none;
}
.product-small.box .image-tools:last-child .add-to-cart-grid::before,
.product-small.box .overlay-tools .add-to-cart-grid::before {
  content: "\f07a";
  font-family: "Fontawesome";
}
.product-small.box .image-tools:last-child .quick-view,
.product-small.box .overlay-tools .quick-view {
  font-size: 0;
  background-color: unset;
  margin: 0;
}
.product-small.box .image-tools:last-child .quick-view::before,
.product-small.box .overlay-tools .quick-view::before {
  content: "\f002";
  font-family: "Fontawesome";
  font-size: 16px;
}

.woocommerce-shop .product-small .box-text {
  z-index: 9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-info h1.product-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.product-info .price-wrapper {
  margin-bottom: 20px;
}
.product-info .price-wrapper .price,
.product-info .price-wrapper span.amount {
  font-size: 24px;
  color: var(--color-regular-price);
  margin: 0;
}
.product-info .woocommerce-variation-price {
  display: none !important;
}
.product-info table.variations label {
  margin-bottom: 0;
  font-weight: bold;
}
.product-info .reset_variations {
  display: none !important;
}
.product-info form.cart {
  margin-bottom: 30px;
}
.product-info .product_meta {
  padding-top: 20px;
  border-top: 1px solid var(--color-mbws-border);
}
.product-info .product_meta span {
  font-size: 1rem;
  font-weight: bold;
  border: none;
}
.product-info .product_meta span a,
.product-info .product_meta span span {
  font-weight: 400;
}

@media (max-width: 767px) {
  .woocommerce-tabs .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.woocommerce-tabs .nav > li {
  margin: 0 15px;
}
.woocommerce-tabs .nav > li a {
  font-size: 1rem;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .woocommerce-tabs .nav > li a {
    white-space: nowrap;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#footer .section-title-main {
  text-transform: uppercase;
}
#footer .absolute-footer {
  border-top: 1px solid var(--color-mbws-border);
}
#footer .absolute-footer .footer-primary {
  padding: 13px 0;
}