@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
*/
.mbws-product-categories.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0 !important;
}

.box-category img {
  -webkit-filter: brightness(98%);
  filter: brightness(98%);
  background-color: rgba(0, 0, 0, 0.35);
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
  border-radius: 0 !important;
}

#cart-popup {
  background-color: white;
}

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

@media (min-width: 768px) {
  .nav-dropdown-has-border #header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  #header ul.header-nav > li > ul.sub-menu > li > a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid var(--color-mbws-border);
  }
  #header li.menu-item-has-children > ul.sub-menu {
    border-left: 1px solid var(--color-mbws-border);
  }
  #header .nav-dropdown {
    display: block;
    padding: 0;
  }
  #header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  #header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid var(--color-mbws-border);
  }
  #header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  #header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  #header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.top-bar-nav > li > a {
  font-size: 0.8rem;
}

#top-bar .nav > li {
  font-size: 0.8rem;
}
#top-bar .nav > li > a {
  font-size: 0.8rem;
}

#masthead .nav > li a {
  font-size: 1rem;
}
#masthead .nav-dropdown .menu-item-has-children > a, #masthead .nav-dropdown .nav-dropdown-col > a, #masthead .nav-dropdown .title > a {
  font-size: 1rem;
}
#masthead .nav-column > li > a, #masthead .nav-dropdown > li > a, #masthead .nav-vertical-fly-out > li > a, #masthead .nav > li > a {
  color: var(--type_nav_color);
}
#masthead .nav-column > li > a:hover, #masthead .nav-dropdown > li > a:hover, #masthead .nav-vertical-fly-out > li > a:hover, #masthead .nav > li > a:hover {
  color: var(--type_nav_color_hover);
}
#masthead .icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
}
#masthead .icon-shopping-cart:before {
  content: "\e0dc";
  font-family: "Font Awesome 6 Pro";
}

#wide-nav .nav > li a {
  font-size: 1rem;
}
#wide-nav .nav-dropdown .menu-item-has-children > a, #wide-nav .nav-dropdown .nav-dropdown-col > a, #wide-nav .nav-dropdown .title > a {
  font-size: 1rem;
}
#wide-nav .nav-column > li > a, #wide-nav .nav-dropdown > li > a, #wide-nav .nav-vertical-fly-out > li > a, #wide-nav .nav > li > a {
  color: var(--type_nav_bottom_color);
}
#wide-nav .nav-column > li > a:hover, #wide-nav .nav-dropdown > li > a:hover, #wide-nav .nav-vertical-fly-out > li > a:hover, #wide-nav .nav > li > a:hover {
  color: var(--type_nav_bottom_color_hover);
}

.nav-column > li > a, .nav-dropdown > li > a, .nav-vertical-fly-out > li > a, .nav > li > a {
  color: var(--type_nav_color) !important;
}
.nav-column > li > a:hover, .nav-dropdown > li > a:hover, .nav-vertical-fly-out > li > a:hover, .nav > li > a:hover {
  color: var(--type_nav_color_hover) !important;
}

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

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

#top-bar, #wide-nav {
  border-bottom: 1px solid var(--color-mbws-border);
}

@media (min-width: 768px) {
  #header .nav-icon > a {
    height: 3rem;
    border: 1px solid var(--color-mbws-border);
    padding: 0 0.75rem;
  }
}

.account-item a {
  display: flex;
  flex-direction: column-reverse;
  font-size: 13px;
}
.account-item a i {
  margin-left: 0;
  margin-bottom: 10px;
}
.account-item a img {
  max-width: 26px;
}

.nav-vertical > li > a, .nav-vertical > li > ul > li a {
  font-size: 1rem !important;
}

.nav-vertical li li.menu-item-has-children > a {
  text-transform: unset !important;
}

.nav-vertical li li.menu-item-has-children > a {
  color: inherit !important;
  font-weight: unset !important;
}

li.html.custom.html_topbar_left {
  display: flex;
  align-items: center;
  line-height: 1;
}
li.html.custom.html_topbar_left i {
  margin-right: 5px;
}
li.html.custom.html_topbar_left a {
  margin-left: 5px;
}

.nav-sidebar .giam-gia-tot-nhat {
  display: none;
}

.banner p {
  margin-top: 0;
}

.box .box-text {
  text-shadow: none !important;
}

.section-title-container h2 {
  font-size: 20px;
}
.section-title-container .section-title-main {
  border-bottom: none;
}
.section-title-container a {
  color: var(--heading-color);
  font-weight: 400;
  font-size: 14px;
}

.wpcf7-form .flex-row {
  gap: 0 25px;
}
.wpcf7-form label {
  font-weight: 400;
}
.wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form textarea {
  margin-bottom: 20px;
}
.wpcf7-form textarea {
  margin-bottom: 20px !important;
}
.wpcf7-form .wpcf7-submit {
  text-transform: none;
  font-weight: 400;
  border-radius: 4px;
  height: 46px;
  font-size: 14px;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

body h2 {
  margin-bottom: 1rem;
}
body p {
  margin-bottom: 10px;
}
body input[type=email], body input[type=number], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body input[type=password], body textarea {
  height: 46px;
  border-radius: 4px;
}
body input[type=email]:focus, body input[type=number]:focus, body input[type=search]:focus, body input[type=tel]:focus, body input[type=text]:focus, body input[type=url]:focus, body input[type=password]:focus, body textarea:focus {
  border-color: var(--fs-color-primary);
}
body input[type=submit] {
  height: 46px;
  border-radius: 4px;
  text-transform: none;
  font-weight: 400;
}
body .text-mb-0 p {
  margin-bottom: 0;
}
body .social-icons span {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 400 !important;
}
body .button:not(.icon) i.icon-angle-right::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
}
body .image-cover {
  border-radius: 6px;
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border-radius: 0 !important;
  background-color: #f2f3f5;
  border: none !important;
  font-weight: normal !important;
}
body .accordion {
  border: 1px solid var(--color-mbws-border);
}
body .accordion .accordion-title {
  padding: 10px 20px;
  font-weight: bold;
}
body .accordion .accordion-title.active {
  border-top: 1px solid var(--color-mbws-border) !important;
  background-color: transparent;
  border-bottom: 1px solid var(--color-mbws-border);
  color: var(--fs-color-primary);
}
body .accordion .toggle {
  display: none;
}
body .accordion .accordion-inner {
  padding: 15px 20px;
}

.mbws-contact-list {
  counter-reset: row;
}
.mbws-contact-list .col::before {
  counter-increment: row;
  content: counter(row);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-mbws-border);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .mbws-contact-list .col::before {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .mbws_counter {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mbws_counter .counter-number {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .mbws_counter .counter-number {
    font-size: 24px !important;
  }
}

.home-search.searchform-wrapper:not(.form-flat) input[type=search] {
  height: 66px !important;
  border-radius: 10px;
  border: 1px solide rgb(27, 31, 34);
  box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 36px 28px -7px, rgba(27, 31, 34, 0.04) 0px 17px 17px -7px !important;
  padding-left: 20px;
  padding-right: 130px;
}
.home-search.searchform-wrapper:not(.form-flat) .button.icon {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px !important;
  height: 45px;
  background-color: var(--fs-color-primary);
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
}
.home-search.searchform-wrapper:not(.form-flat) .button.icon i {
  display: none;
}
.home-search.searchform-wrapper:not(.form-flat) .button.icon::before {
  content: "Tìm kiếm";
  font-size: 14px;
}

.mbws-sale-badge .text-box-content {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99%;
}

.mbws-audio-play {
  width: 100%;
}

.audio-list .audio-item {
  align-items: center;
}
.audio-list .audio-item.active .icon-box-img {
  text-align: center;
}
.audio-list .audio-item.active .icon-box-img::before {
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  color: white;
}

.message-box {
  border-radius: 6px;
  overflow: hidden;
}

.home-blog .post-item .box-image .image-cover {
  border-radius: 5px;
}
.home-blog .post-item .cat-label {
  color: var(--fs-color-secondary);
  text-transform: unset;
  font-size: 14px;
  opacity: 1;
  font-weight: bold;
}
.home-blog .post-item .post-meta {
  font-size: 14px;
}
.home-blog .post-item .is-divider {
  max-width: 100%;
  height: 1px;
}

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

.widget .wp-block-heading,
.widget .widget-title {
  display: block;
  font-size: 16px;
  text-transform: none;
  color: var(--heading-color);
  margin-bottom: 16px;
}
.widget .is-divider {
  display: none;
}
.widget ul > li > a {
  font-size: 14px;
}
.widget.widget_block ul li {
  margin-left: 0;
}
.widget.widget_price_filter .widget-title {
  margin-bottom: 30px;
}
.widget.widget_product_categories ul > li {
  border-top: none;
}

ul.product_list_widget li .quantity {
  opacity: 1 !important;
}

.sidebar-menu .nav-sidebar.nav-vertical li {
  margin: 0 !important;
}
.sidebar-menu .nav-sidebar.nav-vertical li.active {
  background-color: white !important;
}
.sidebar-menu .nav-sidebar.nav-vertical li a {
  padding: 10px 20px;
}
.sidebar-menu .sub-menu li.menu-item-has-children {
  position: relative;
}
.sidebar-menu .sub-menu li.menu-item-has-children .toggle {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar-menu .sub-menu .sub-menu {
  display: none;
}

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

.badge.callout {
  font-size: 12px;
  width: 38px !important;
  height: 20px !important;
}
.badge.callout .badge-inner {
  border-radius: 3px !important;
}

.product-small.box .box-text .product-title a {
  color: var(--heading-color);
  font-weight: bold;
}
.product-small.box .box-text .add_to_cart_button {
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-small.box .box-text .add_to_cart_button {
    font-size: 12px;
  }
}
.product-small.box .box-image a > img {
  -webkit-filter: brightness(98%);
  filter: brightness(98%);
  background-color: rgba(0, 0, 0, 0.35);
}

.orderby {
  border: none;
}

span.amount {
  color: var(--color-sale-price) !important;
}

ins span.amount {
  color: var(--color-sale-price) !important;
}

del span.amount {
  color: var(--color-regular-price) !important;
}

.product-info .single_add_to_cart_button.button {
  height: 48px;
}
.product-info .quantity {
  border: 1px solid #e5e5e5;
}
.product-info .quantity input {
  font-size: 14px;
  height: 46px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.product-info .product_meta > span {
  border: none;
  font-size: 14px;
}

.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: 2rem;
}
.quantity input[type=button].is-form:hover {
  box-shadow: none;
}
.quantity input[type=number]:focus {
  border-color: #ddd;
}

ul.wc-tabs {
  border-bottom: 1px solid var(--color-mbws-border);
}
ul.wc-tabs li {
  margin: 0 10px;
}
ul.wc-tabs li a {
  font-size: 16px;
  text-transform: none;
}
ul.wc-tabs li a::before {
  display: none;
}

#reviews {
  max-width: 800px;
}
#reviews .review-form-inner {
  border: none;
  padding: 0;
}
#reviews .stars a {
  font-size: 0;
  margin: 0;
  padding: 0 10px;
}
#reviews .stars a::after {
  font-size: 16px;
}

#footer .absolute-footer {
  display: none;
}
#footer .wpcf7-form {
  margin-bottom: 0;
}
#footer .wpcf7-form .flex-row {
  gap: 0;
}
#footer .wpcf7-form input {
  height: 48px;
  margin-bottom: 0;
}
#footer .wpcf7-form input[type=email] {
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
#footer .wpcf7-form input[type=email]:focus {
  border-color: var(--fs-color-primary);
}
#footer .wpcf7-form input.wpcf7-submit {
  border-radius: 0 4px 4px 0 !important;
}
#footer h4 {
  margin-bottom: 15px;
}
#footer a.ux-menu-link__link {
  color: var(--heading-color);
  font-size: 14px;
  padding: 0;
  min-height: 2em;
}
#footer a.ux-menu-link__link:hover {
  text-decoration: underline;
}
#footer .logo-gallery img {
  object-fit: contain;
}
#footer .social-icons a {
  margin-bottom: 0;
}
#footer .payment-method-text p {
  display: inline-block;
}
#footer .mbws-icon-column i {
  width: 20px;
}