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

#top-bar .icon-box {
  align-items: center;
}
#top-bar .flex-center {
  width: 100%;
}

#header .nav-spacing-xlarge > li {
  margin: 0 15px;
}

.mbws-marquee {
  padding: 24px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.mbws-marquee .icon-box {
  align-items: center;
}
.mbws-marquee .icon-box p {
  margin-bottom: 0;
}

body a.button:not(.icon), body button.button:not(.icon) {
  font-weight: var(--text-font-weight);
}
body a.button:not(.icon).is-outline, body button.button:not(.icon).is-outline {
  border-width: 1px;
}
body strong {
  font-weight: var(--heading-font-weight);
}
body .banner .button {
  font-size: 12px;
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border: none !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
body .nav-pagination > li > a:hover, body .nav-pagination > li > a.current, body .nav-pagination > li > span:hover, body .nav-pagination > li > span.current {
  background-color: var(--color-mbws-bgr);
  color: var(--text-color);
}
body .breadcrumbs {
  font-size: 10px;
}
body .breadcrumbs * {
  opacity: 1;
}
body .breadcrumbs .last {
  font-weight: var(--text-font-weight);
  color: hsla(0, 0%, 40%, 0.7);
}

.video-caption {
  padding: 40px 30px;
}
.video-caption h2 {
  margin-bottom: 0;
}

.testimonial-box .testimonial-meta .testimonial-name {
  display: block;
}
.testimonial-box .testimonial-meta .testimonial-name-divider {
  display: none;
}

.testimonial-slider .section:not(.is-selected) {
  opacity: 0;
}

.blog-wrapper {
  padding-top: 30px !important;
}
.blog-wrapper .page-title .page-title-inner {
  min-height: 100px;
  padding: 30px 15px;
}
.blog-wrapper .page-title .title-breadcrumbs {
  display: none;
}

.post-item .post-title {
  font-size: 21px;
  margin-bottom: 10px;
}
.post-item .is-divider {
  display: none;
}
.post-item .from_the_blog_excerpt {
  font-size: 14px;
}
.post-item .button {
  text-decoration: underline;
  font-size: 14px;
}

.single .page-title .page-title-bg .title-bg {
  background-position: 50% 50%;
}
.single .page-title .page-title-inner {
  min-height: 490px !important;
}
.single .page-title .title-overlay {
  opacity: 0;
}
.single .entry-content {
  padding: 30px 60px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .single .entry-content {
    padding: 30px 15px;
  }
}

.mbws-blog-header {
  padding: 40px 60px 0;
  background-color: white;
  margin-top: -100px;
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.mbws-blog-header .entry-title {
  font-size: 33px;
  margin-bottom: 0;
}
.mbws-blog-header .is-divider {
  display: none;
}
@media (max-width: 767px) {
  .mbws-blog-header {
    padding: 40px 15px 0;
  }
}

.mbws-single-meta .author-name {
  font-size: 14px;
}
.mbws-single-meta .blog-share a.icon {
  font-size: 14px;
  margin-left: 20px;
}

.next-prev-nav {
  justify-content: center !important;
  border: none !important;
}
.next-prev-nav .flex-col {
  border: none !important;
  flex: unset;
  width: 42px !important;
}
.next-prev-nav .flex-col div {
  width: fit-content;
}
.next-prev-nav .flex-col a {
  font-size: 0;
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  color: white;
  line-height: 42px;
  background-color: var(--fs-color-primary);
}
.next-prev-nav .flex-col a span {
  font-size: 12px;
}

.shop-page-title .page-title-inner {
  max-width: unset;
  padding: 30px;
}
@media (max-width: 767px) {
  .shop-page-title .page-title-inner {
    padding: 30px 15px;
  }
}
.shop-page-title .breadcrumbs {
  display: none;
}
.shop-page-title .filter-button {
  text-transform: unset !important;
  font-size: 15px;
}

.category-page-row {
  padding: 0 20px;
  max-width: unset !important;
}

.shop-container,
.products {
  max-width: unset !important;
}

.term-description {
  display: none;
}

.product-info .single_add_to_cart_button {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 10px;
  font-weight: var(--text-font-weight);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-gallery-slider img, .product-thumbnails img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.product-thumbnails img {
  object-fit: cover;
}

.product-page-accordian .accordion-item {
  padding: 10px;
}
.product-page-accordian .accordion-title {
  border-color: var(--color-mbws-border);
  background-color: transparent;
  padding-left: 0;
}
.product-page-accordian .accordion-title.active {
  background-color: transparent;
  border-color: var(--color-mbws-border);
}
.product-page-accordian .accordion-title .toggle {
  left: auto;
  right: 0;
}
.product-page-accordian .accordion-inner {
  padding: 15px 0;
}

.related-products-wrapper {
  border: none !important;
}
.related-products-wrapper .product-section-title {
  text-align: center;
  font-size: 24px;
  text-transform: unset;
  padding-left: 15px;
  padding-right: 15px;
}

#footer .absolute-footer {
  display: none;
}