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

.form-dang-ky form {
  max-width: 50%;
  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 {
  border: none;
  border-bottom: 1px solid black;
  background-color: transparent;
}
.form-dang-ky form input:focus {
  background-color: transparent;
  border-bottom-color: var(--fs-color-primary);
}

.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 {
  border: solid 1px #eee;
  background-color: transparent;
}
form.wpcf7-form input[type=submit] {
  width: 100%;
}

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

#header:not(.has-transparent) {
  background-color: #fdf7f2;
}

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

#masthead {
  border-bottom: 1px solid #f5f5f5;
}
#masthead .logo-left .logo {
  margin-right: 50px;
}
#masthead .flex-col.flex-right {
  width: 33.33%;
}
#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;
}

.header-wrapper.stuck {
  box-shadow: none;
}

.header .header-nav-main.nav > li > a {
  color: var(--fs-color-primary);
}

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

.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;
}
@media (max-width: 850px) {
  .mbws-tab-product > h4 {
    margin-bottom: 0;
  }
}
.mbws-tab-product > ul.nav {
  justify-content: center;
  height: 45px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.mbws-tab-product > ul.nav > li {
  margin-right: 15px;
  white-space: nowrap;
}
.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;
}

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

.tagcloud a {
  border-color: #f5f5f5;
}

.blog-archive .post-item > .col-inner {
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.blog-archive .post-item > .col-inner:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
}
.blog-archive .post-item > .col-inner .box-text {
  padding: 20px;
}
.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-radius: 8px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.mbws-related-posts .post-item > .col-inner:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
}

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

.shop-page-title .breadcrumbs {
  display: none;
  color: var(--fs-color-primary);
  text-shadow: none;
}
.shop-page-title .breadcrumbs a {
  color: var(--fs-color-primary);
}

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

.product-small.box .box-image {
  border-radius: 13px;
  border: 1px solid #f5f5f5;
  transition: 0.4s;
}
.product-small.box:hover .box-image {
  border: 1px solid #f5f5f5;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
}
.product-small.box .product-title > a {
  display: -webkit-box; /* Sử dụng Flexbox cho layout */
  -webkit-line-clamp: 1; /* 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 */
  margin-bottom: 0.7em;
}
.product-small.box .mbws-product-box-actions {
  display: flex;
  min-width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
.product-small.box .mbws-product-box-actions > div {
  display: inline-block;
  margin: 0;
  margin-right: 2px;
}
.product-small.box .mbws-product-box-actions .wishlist-icon .button {
  width: 36px;
  height: 36px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  color: #bbb;
}
.product-small.box .mbws-product-box-actions .wishlist-icon .button:hover {
  background-color: var(--fs-color-secondary);
  color: #ffffff;
  border: none !important;
  border-bottom: 3px solid #4a49b5 !important;
  box-shadow: none;
}
.product-small.box .mbws-product-box-actions .wishlist-icon .button.wishlist-added {
  background-color: var(--fs-color-secondary);
  color: #ffffff;
  border: none !important;
  border-bottom: 3px solid #4a49b5 !important;
  box-shadow: none;
}
.product-small.box .mbws-product-box-actions .wishlist-icon .wishlist-popup {
  display: none !important;
  top: 10px;
  right: 3em;
  display: flex;
  align-items: center;
}
.product-small.box .mbws-product-box-actions .wishlist-icon .wishlist-popup .yith-add-to-wishlist-button-block {
  margin: 0 5px;
}
.product-small.box .mbws-product-box-actions .wishlist-icon .wishlist-popup a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  display: flex;
}
.product-small.box .mbws-product-box-actions .mbws-quickview-icon a {
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  color: #bbb;
}
.product-small.box .mbws-product-box-actions .mbws-quickview-icon a:hover {
  background-color: var(--fs-color-secondary);
  color: #ffffff;
  border: none !important;
  border-bottom: 3px solid #4a49b5 !important;
  box-shadow: none;
}
.product-small.box .mbws-add-to-cart {
  display: flex;
  min-width: 100%;
  justify-content: center;
}
.product-small.box .mbws-add-to-cart .add-to-cart-button > a.add_to_cart_button {
  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 .add-to-cart-button > a.add_to_cart_button:hover {
  background-color: var(--fs-color-secondary);
  border-bottom: 3px solid #4a49b5;
  box-shadow: none;
}
.product-small.box .mbws-add-to-cart a.added_to_cart {
  color: black;
  background-color: transparent;
}
.product-small.box .image-tools.bottom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .product-small.box .image-tools.bottom {
    display: none;
  }
}
.product-small.box .image-tools button.wishlist-button {
  border: none;
  background-color: white;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}
.product-small.box .image-tools button.wishlist-button:hover {
  background-color: var(--fs-color-primary);
  color: white;
}
.product-small.box .image-tools.top a.quick-view.button.custom.quick-view-added {
  border: none;
  background-color: white;
  color: var(--fs-color-primary);
  border-radius: 99px;
  padding: 0;
  margin-bottom: 10px;
}
.product-small.box .image-tools.top a.quick-view.button.custom.quick-view-added:hover {
  box-shadow: none;
  background-color: var(--fs-color-primary);
  color: white;
}
.product-small.box .image-tools.top.right {
  display: none;
}
.product-small.box .image-tools > a.quick-view.quick-view-added {
  display: none;
}
.product-small.box .mbws-cart-icon a {
  border: none;
  background-color: white;
  color: var(--fs-color-primary);
  border-radius: 99px;
  padding: 0;
  margin-bottom: 10px;
}
.product-small.box .mbws-cart-icon a:hover {
  box-shadow: none;
  background-color: var(--fs-color-primary);
  color: white;
}
.product-small.box .mbws-cart-icon a i.icon-shopping-basket {
  margin-right: 0 !important;
  margin-left: 0 !important;
  top: 0px;
}
@media (min-width: 1024px) {
  .product-small.box .box-text > .add-to-cart-button {
    display: none;
  }
}

.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%;
}
.product-section-title-related {
  padding-left: 0;
  padding-right: 0;
}

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

#footer {
  border-top: 2px 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;
}

.social-icons > a {
  border-radius: 0 !important;
}
.social-icons > a i {
  margin-top: 2px !important;
}

.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 */