@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
*/
.ellipsis-2-rows {
  display: -webkit-box; /* Sử dụng Flexbox cho layout */
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical; /* Xếp các dòng theo chiều dọc */
  overflow: hidden; /* Ẩn nội dung vượt quá */
  text-overflow: ellipsis; /* Thêm dấu ba chấm */
  max-height: 2.4em; /* Điều chỉnh chiều cao dựa trên số dòng và line-height */
  line-height: 1.2em; /* Khoảng cách dòng */
  min-height: 2.4em;
}

.section.bg-half {
  background-image: linear-gradient(0deg, rgba(30, 44, 192, 0) 50%, #413732 50%);
}

.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;
  background-color: transparent;
}

.row.align-center {
  margin: auto !important;
}

@media (max-width: 550px) {
  .mbws-counter-home-2 .mbws_counter {
    text-align: center;
  }
  .mbws-counter-home-2 .mbws_counter .counter-content {
    width: 100%;
  }
}

.mbws_counter .title {
  font-weight: normal;
  text-transform: uppercase;
}

.mbws_counter .counter-style-left {
  align-items: center;
}

.mbws_counter .counter-icon {
  margin-top: 15px;
}

.banner.is-full-height {
  height: 100% !important;
}

.text-box.banner-layer {
  font-size: 1rem;
}

.form-dang-ky form {
  margin: auto;
}
@media (max-width: 850px) {
  .form-dang-ky form {
    max-width: 100%;
  }
  .form-dang-ky form .ml-half {
    margin-left: 0;
  }
}
.form-dang-ky form input {
  height: 50px;
  background-color: transparent;
}
.form-dang-ky form input:focus {
  background-color: transparent;
}
.form-dang-ky form input[type=submit] {
  height: 50px !important;
}

.wpcf7-spinner {
  display: none;
}

form.wpcf7-form {
  margin: auto;
}
form.wpcf7-form .select-resize-ghost, form.wpcf7-form .select2-container .select2-choice, form.wpcf7-form .select2-container .select2-selection, form.wpcf7-form input[type=date], form.wpcf7-form input[type=email], form.wpcf7-form input[type=number], form.wpcf7-form input[type=password], form.wpcf7-form input[type=search], form.wpcf7-form input[type=tel], form.wpcf7-form input[type=text], form.wpcf7-form input[type=url], form.wpcf7-form select, form.wpcf7-form textarea {
  background-color: transparent;
  padding: 15px 20px;
  line-height: 1;
  height: auto;
}
form.wpcf7-form .select-resize-ghost:focus, form.wpcf7-form .select2-container .select2-choice:focus, form.wpcf7-form .select2-container .select2-selection:focus, form.wpcf7-form input[type=date]:focus, form.wpcf7-form input[type=email]:focus, form.wpcf7-form input[type=number]:focus, form.wpcf7-form input[type=password]:focus, form.wpcf7-form input[type=search]:focus, form.wpcf7-form input[type=tel]:focus, form.wpcf7-form input[type=text]:focus, form.wpcf7-form input[type=url]:focus, form.wpcf7-form select:focus, form.wpcf7-form textarea:focus {
  background-color: transparent;
}
form.wpcf7-form input[type=submit] {
  width: 100%;
  padding: 15px 20px;
  line-height: 1;
  height: auto;
}

.button, button {
  font-weight: normal;
}

.nav-pagination > li > a, .nav-pagination > li > span {
  border-radius: 0;
  border-width: 1px;
  font-weight: normal;
}

.mbws-mask-1 img {
  object-fit: cover; /* Đảm bảo ảnh không bị méo */
  mask-image: url("/wp-content/themes/matbaows/assets/img/mask-1.svg"); /* Đường dẫn đến ảnh PNG làm mask */
  mask-size: cover; /* Đảm bảo ảnh mask phủ toàn bộ */
  mask-repeat: no-repeat;
  mask-position: center;
}

.mbws-mask-2 img {
  object-fit: cover; /* Đảm bảo ảnh không bị méo */
  mask-image: url("/wp-content/themes/matbaows/assets/img/mask-2.svg"); /* Đường dẫn đến ảnh PNG làm mask */
  mask-size: contain; /* Đảm bảo ảnh mask phủ toàn bộ */
  mask-repeat: no-repeat;
  mask-position: center;
}

.mbws-mask-3 img {
  object-fit: cover; /* Đảm bảo ảnh không bị méo */
  mask-image: url("/wp-content/themes/matbaows/assets/img/mask-3.svg"); /* Đường dẫn đến ảnh PNG làm mask */
  mask-size: contain; /* Đảm bảo ảnh mask phủ toàn bộ */
  mask-repeat: no-repeat;
  mask-position: center;
}

.row-bg-white {
  background-color: white;
}

.image-contact .img-inner {
  border-radius: 100% 100% 0 0;
}

i.wishlist-icon:before {
  content: "";
  mask-image: url(../img/icon-heart.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-quickview {
  margin-right: 0 !important;
  margin-left: 0 !important;
  top: 2px;
}
i.icon-quickview:before {
  content: "";
  mask-image: url(../img/icon-view.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-user:before {
  content: "";
  mask-image: url(../img/icon-user.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-shopping-basket:before {
  content: "";
  mask-image: url(../img/icon-cart.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .center-on-mobile .col-inner {
    text-align: center !important;
  }
}

.mbws-testimonial-left img {
  width: 50px;
  height: 50px;
  padding-top: 0;
}
.mbws-testimonial-left .testimonial-text p {
  margin-bottom: 0;
}
.mbws-testimonial-left .testimonial-meta {
  padding-top: 0 !important;
}

.widget > ul > li + li, ul.menu > li + li {
  border-top: none;
}

.nav > li > a {
  font-size: 1em;
}

.product_meta {
  font-size: 1em;
}

.badge.post-date {
  margin-left: 0.8em;
  top: 0.8em !important;
}

.icon-box-left .icon-box-text {
  display: flex;
  align-items: center;
}

.mbws-row-breadcrumbs {
  background-color: var(--fs-color-primary);
}
.mbws-row-breadcrumbs > .col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mbws-row-breadcrumbs > .col p {
  margin-bottom: 0;
}

.mbws-contact-list ul {
  list-style: none;
}
.mbws-contact-list ul li {
  margin-left: 0;
}

#top-bar {
  border-bottom: 1px solid #f5f5f5;
}
#top-bar .cart-item .nav-dropdown-default {
  padding: 20px;
}

#masthead select.search_categories {
  width: 164px !important;
  border-radius: 5px 0 0 5px;
  background-color: var(--fs-color-secondary);
  color: white;
  padding: 0 10px 0 20px;
  line-height: 42px;
  min-height: 44px;
  appearance: none; /* Loại bỏ kiểu mặc định */
  -webkit-appearance: none; /* Hỗ trợ cho WebKit browsers */
  -moz-appearance: none; /* Hỗ trợ cho Firefox */
  /* Tùy chỉnh mũi tên */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="white" d="M0 0l5 6 5-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}
#masthead select.search_categories option {
  background-color: white;
  color: black;
  padding: 10px 20px;
}
#masthead input#woocommerce-product-search-field-0 {
  line-height: 42px;
  min-height: 44px;
  border-left: 0;
  border-right: 0;
}
#masthead button.submit-button {
  background-color: var(--fs-color-primary);
  border: none;
  padding: 0 20px;
  line-height: 42px;
  min-height: 44px;
  border-radius: 0 5px 5px 0;
}
#masthead ul.header-nav.header-nav-main {
  justify-content: center;
}

.nav-dropdown > li.nav-dropdown-col {
  width: auto;
  display: block;
  position: relative;
}
.nav-dropdown > li.nav-dropdown-col:hover ul.sub-menu.nav-column {
  display: block;
}
.nav-dropdown > li.nav-dropdown-col ul.sub-menu.nav-column {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.nav-dropdown > li > a {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 10px !important;
}
.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .nav-dropdown .nav-dropdown-col > a {
  font-size: 1em;
  font-weight: normal;
  text-transform: unset;
}
.nav-dropdown > li.image-column:not(:last-child),
.nav-dropdown .nav-dropdown > li.nav-dropdown-col:not(:last-child) {
  border-right: none;
}

.nav-dropdown-default {
  padding: 0;
  background-color: white;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown-default .nav-dropdown.nav-dropdown-default > li > a {
  text-wrap: nowrap;
  background-color: white;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  border-bottom-color: rgba(0, 0, 0, 0.13);
  color: black;
}

li.html.widget_shopping_cart {
  padding: 20px;
}

li.cart-item:hover .nav-dropdown-default {
  right: 5px !important;
}

.icon-box .has-icon-bg .icon img {
  width: 100%;
  margin: auto;
}

.cart-container {
  max-width: 1100px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.page-title h1.entry-title {
  color: var(--fs-color-primary);
  text-shadow: none;
  text-transform: uppercase;
  font-size: 40px;
}

.mbws-tab-product > h4 {
  margin-bottom: -45px;
  height: 45px;
  align-items: center;
  display: flex;
  border-bottom: 2px solid #f5f5f5;
  text-transform: unset;
  letter-spacing: 0;
}
.mbws-tab-product > ul.nav {
  justify-content: center;
  height: 45px;
}
.mbws-tab-product > ul.nav > li {
  margin-right: 15px;
}
.mbws-tab-product > ul.nav > li > a {
  padding: 9px 0;
}
.mbws-tab-product > ul.nav > li > a::before {
  height: 2px !important;
}

.mbws-top-brand {
  flex-wrap: wrap;
}

.mbws-home-product-tag > .col {
  padding-left: 0;
  padding-right: 0;
}
.mbws-home-product-tag span.widget-title {
  display: none;
}
.mbws-home-product-tag .is-divider {
  display: none;
}

.icon-danh-muc .icon-box .icon {
  transition: transform 200ms ease-out;
}
.icon-danh-muc .icon-box .icon .icon-inner {
  height: 60px;
}
.icon-danh-muc .icon-box:hover .icon {
  transform: scale(1.2);
}
.icon-danh-muc .icon-box-center .icon-box-img {
  margin-bottom: 30px;
}

#product-sidebar .next-prev-thumbs {
  margin-top: 15px;
}

.mbws-lastest-news .is-divider {
  display: none;
}
.mbws-lastest-news .post-item > .col-inner {
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.mbws-lastest-news .post-item > .col-inner:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
}

.blog-archive .post-item > .col-inner {
  border: 1px solid #f5f5f5;
}
.blog-archive .post-item > .col-inner .box-text {
  padding: 20px;
  background-color: white;
}
.blog-archive .post-item > .col-inner .post-title > a {
  display: -webkit-box; /* Sử dụng Flexbox cho layout */
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical; /* Xếp các dòng theo chiều dọc */
  overflow: hidden; /* Ẩn nội dung vượt quá */
  text-overflow: ellipsis; /* Thêm dấu ba chấm */
  max-height: 2.4em; /* Điều chỉnh chiều cao dựa trên số dòng và line-height */
  line-height: 1.2em; /* Khoảng cách dòng */
  min-height: 2.4em;
  margin-bottom: 0.7em;
}

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

.mbws-related-posts .is-divider {
  display: none;
}
.mbws-related-posts .post-item > .col-inner {
  border: 1px solid #f5f5f5;
}

.single-post .blog-share {
  text-align: left;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.single-post .blog-share .is-divider {
  display: none;
}
.single-post footer.entry-meta {
  border-bottom: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
.single-post .share-icons > a.button {
  margin-top: 1em;
}

.products.row.row-full-width {
  margin: auto;
}

h1.shop-page-title {
  color: var(--fs-color-primary);
  text-shadow: none;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}

.product-small.box {
  border: 1px solid #dfdfdf;
}
.product-small.box .mbws-add-to-cart {
  display: flex;
  min-width: 100%;
  justify-content: center;
}
.product-small.box .mbws-add-to-cart > a {
  width: auto;
  padding: 0 30px;
  border-radius: 4px;
  background-color: var(--fs-color-primary);
  border-bottom: 3px solid #d82648;
}
.product-small.box .mbws-add-to-cart > a:hover {
  background-color: var(--fs-color-secondary);
  border-bottom: 3px solid #4a49b5;
  box-shadow: none;
}
.product-small.box .box-text {
  padding: 20px;
}

a.filter-button {
  border: 1px solid #dfdfdf;
  padding: 8px 15px;
  font-weight: 300;
  margin-top: 0;
}
a.filter-button:hover {
  background-color: black;
  color: white;
}

.woocommerce-ordering, .woocommerce-ordering select {
  margin: 10px 0;
}

.page-title-inner.row.row-full-width > .col {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
}

.row.mbws-product-category {
  margin: auto !important;
  max-width: 960px !important;
}
.row.mbws-product-category .box-image {
  max-width: 100px;
}

.mbws-safe-box > .col-inner {
  margin-top: 1em;
  margin-bottom: 0;
  border: 1px solid #efefef;
  padding: 10px 35px;
  text-align: center;
  border-radius: 5px;
}

.mbws-safe-box-title {
  margin-top: -25px;
  width: auto;
}
.mbws-safe-box-title strong {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}

.product_meta > span {
  border-top: none;
}

.mbws-product-gallery .col-inner {
  max-width: 66%;
  margin: auto !important;
}

.mbws-product-summary > .col-inner {
  background-color: white;
  padding: 50px;
}

.mbws-product-service > .col-inner .icon-box {
  border: 1px solid #F0E1D4;
  padding: 20px;
  margin-top: -1px;
}
.mbws-product-service > .col-inner .icon-box h5.uppercase {
  margin-top: 10px;
  text-transform: unset;
  font-weight: normal;
}

.quantity input[type=number] {
  height: 100%;
  min-width: 2.5rem;
  min-height: 2.5em;
  background-color: transparent;
  border-left: none;
  border-right: none;
}
.quantity input[type=button].is-form {
  background-color: transparent;
  width: 2.5rem;
}
.quantity input[type=button].is-form:hover {
  box-shadow: none;
}

form.cart {
  display: inline-flex;
  width: 100%;
}
form.cart > * {
  flex: 0 0 auto;
}

.product-section-title-related {
  padding-left: 0;
  padding-right: 0;
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  text-transform: none;
  font-size: 24px;
}

.accordion-item {
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.accordion-item .accordion-title {
  border-top: none;
}
.accordion-item .accordion-title.active {
  background-color: transparent;
  border-color: transparent;
}

#footer {
  border-top: 1px solid #f5f5f5;
  font-size: 14px;
}
#footer h2, #footer h3, #footer h4, #footer h5 {
  font-weight: bold;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  margin-left: 0;
}
#footer .testimonial-box {
  margin-bottom: 30px;
}
#footer .testimonial-box .testimonial-image {
  margin-top: 10px;
}
#footer .testimonial-box img {
  width: 50px;
  height: 50px;
  padding-top: 0;
}
#footer .testimonial-box .testimonial-text p {
  margin-bottom: 0;
}
#footer .testimonial-box .testimonial-meta {
  padding-top: 0 !important;
}

.footer-product-tag {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.absolute-footer {
  display: none;
}

a.back-to-top {
  border-radius: 0;
  border: none !important;
  background-color: var(--fs-color-primary) !important;
  color: white;
}

.mbws-footer-product-tag > .col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.mbws-footer-product-tag span.widget-title {
  display: none;
}
.mbws-footer-product-tag .is-divider {
  display: none;
}
.mbws-footer-product-tag .tagcloud {
  padding-bottom: 0;
}
.mbws-footer-product-tag .tagcloud > a {
  border-radius: 0;
  border: none;
  border-right: 1px solid #b9b9b9;
  margin-right: 0;
  padding-right: 7px;
}
.mbws-footer-product-tag .tagcloud > a:hover {
  background-color: transparent;
  color: var(--fs-color-primary);
}

.footer-bottom {
  border-top: 1px solid #f5f5f5;
}/*# sourceMappingURL=style.css.map */