@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
*/
#top-bar #header-contact {
  flex-direction: row-reverse;
}
#top-bar #header-contact li {
  margin: 0 10px !important;
}
#top-bar #header-contact li a {
  font-weight: 700;
  text-transform: unset;
}
#top-bar #header-contact li a::after {
  display: none;
}

#header .header-nav-main {
  justify-content: center;
}
#header .header-nav-main > li.menu-item > a {
  padding-left: 10px;
  padding-right: 10px;
}
#header .header-nav-main > li.menu-item > a::before {
  height: 2px;
}
#header .header-nav-main > li > a:hover, #header .header-nav-main > li.active > a {
  color: var(--fs-color-primary);
}
#header .header-nav-main li.header-search .header-search-form,
#header .header-nav-main li.header-search .nav-dropdown {
  padding: 0;
}
#header .header-nav-main li.header-search input {
  border: none;
  background-color: var(--fs-color-secondary);
  color: #fff;
}
#header .stuck .header-main {
  background-color: var(--fs-color-secondary);
}
#header .stuck .header-main .nav > li > a {
  color: #fff;
}
#header .icon-shopping-cart:before {
  content: "\eb25";
  font-size: 22px;
  font-family: "matbaows-icons";
}
#header .icon-user:before {
  content: "\eb4d";
  font-size: 22px;
  font-family: "matbaows-icons";
}
#header [data-icon-label]:after {
  background-color: var(--fs-color-primary);
}

.mbws-page-header {
  padding: 20px 0;
  background-color: #F5F5F7;
}
.mbws-page-header .mbws-breadcrumbs p {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .mbws-page-header {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .mbws-page-header {
    padding: 45px 0 0;
  }
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
  font-style: italic !important;
}

.no-italic h1, .no-italic h2, .no-italic h3, .no-italic h4, .no-italic h5, .no-italic h6, .no-italic .heading-font, .no-italic .banner h1, .no-italic .banner h2 {
  font-style: normal !important;
}

a.button {
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  font-style: italic;
  font-weight: 600;
  transition: all 0.3s;
}
a.button.primary {
  color: var(--fs-color-secondary);
}
a.button.primary:hover {
  box-shadow: none;
  background-color: var(--fs-color-secondary) !important;
  color: #fff !important;
}

.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;
}
.select-resize-ghost:focus, .select2-container .select2-choice:focus, .select2-container .select2-selection:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  border-color: var(--fs-color-secondary) !important;
}

.dark a.button.primary {
  color: var(--fs-color-secondary);
}

.hover-effect .image-cover {
  position: relative;
  overflow: hidden;
}
.hover-effect .image-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  z-index: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.hover-effect:hover .image-cover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
  left: -100%;
  top: 100%;
}

@media (min-width: 1024px) {
  .pc-pb-0.col {
    padding-bottom: 0;
  }
}
.no-italic * {
  font-style: normal !important;
}

.wpcf7-form .flex-row {
  gap: 15px;
}
.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 {
  height: 50px;
  box-shadow: none;
  border-color: #e1e1e1;
  padding-left: 15px;
  padding-right: 15px;
}
.wpcf7-form input[type=email]:focus, .wpcf7-form input[type=number]:focus, .wpcf7-form input[type=search]:focus, .wpcf7-form input[type=tel]:focus, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=url]:focus, .wpcf7-form textarea:focus {
  border-color: var(--fs-color-secondary);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

input[type=submit] {
  font-size: 12px;
  font-weight: 800 !important;
  text-align: center;
  min-width: 148px;
  height: 40px;
  background-color: var(--fs-color-primary);
  color: var(--fs-color-secondary);
}
input[type=submit]:hover {
  background-color: var(--fs-color-secondary) !important;
  background-color: #fff;
}

.is-divider {
  background-color: var(--fs-color-primary) !important;
}

.section-title-center {
  margin-bottom: 30px;
}
.section-title-center::after {
  content: "";
  display: block;
  width: 160px;
  height: 10px;
  background-color: var(--fs-color-primary);
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  margin: auto;
}

.section-title-left {
  margin-bottom: 30px;
}
.section-title-left::after {
  content: "";
  display: block;
  width: 160px;
  height: 10px;
  background-color: var(--fs-color-primary);
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}

.line-height-1 * {
  line-height: 1;
}

.section-video-bg iframe {
  height: 100vh;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section-video-bg iframe {
    height: 100%;
  }
}

.review-slider .flickity-slider > .row {
  padding: 0 15px;
}
.review-slider .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.review-slider .flickity-page-dots {
  bottom: -60px;
}

.testimonial-box .testimonial-text.italic {
  font-style: normal !important;
}
.testimonial-box .test_name {
  display: block;
  text-transform: uppercase;
  font-style: italic;
}
.testimonial-box .testimonial-name-divider {
  display: none;
}

.accordion {
  border: 1px solid #E1E1E1;
  border-bottom: none;
}
.accordion .accordion-title {
  color: var(--fs-color-secondary);
  font-weight: 800;
  font-size: 20px;
  padding: 35px 25px;
  text-transform: uppercase;
  font-style: italic;
  border-top: none;
  border-bottom: 1px solid #E1E1E1;
}
.accordion .accordion-title.active {
  border-color: var(--fs-color-secondary);
  color: var(--fs-color-secondary);
  background-color: transparent;
  border-bottom: 1px solid #E1E1E1;
}
.accordion .accordion-title.active .toggle {
  transform: translateY(-50%);
}
.accordion .accordion-title.active .toggle i::before {
  content: "\eaf2";
}
.accordion .accordion-title .toggle {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .accordion-title .toggle i {
  font-size: 20px !important;
  line-height: 1;
}
.accordion .accordion-title .toggle i::before {
  content: "\eb0b";
  font-family: "matbaows-icons";
  font-weight: 800;
}
.accordion .accordion-inner {
  padding: 15px 25px;
  border-bottom: 1px solid #E1E1E1;
}

.mbws-count-up .number {
  font-size: 32px;
  margin-bottom: 0;
}

.home-slider h2::after {
  content: "";
  display: block;
  width: 95%;
  height: 10px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--fs-color-primary);
}
.home-slider .flickity-prev-next-button {
  opacity: 1 !important;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.home-slider .flickity-prev-next-button::before {
  content: "";
  line-height: 50px;
  font-size: 30px;
  font-weight: 400;
  font-family: "matbaows-icons";
  color: var(--fs-color-secondary);
}
.home-slider .flickity-prev-next-button.next::before {
  content: "\ea1f";
}
.home-slider .flickity-prev-next-button.previous::before {
  content: "\ea19";
}
.home-slider .flickity-prev-next-button:hover {
  background-color: var(--fs-color-secondary);
}
.home-slider .flickity-prev-next-button:hover::before {
  color: #fff;
}
.home-slider .flickity-prev-next-button svg {
  display: none;
}

.home-banners {
  margin-top: -100px;
}
.home-banners .badge {
  width: 70px;
  height: 70px;
  background-color: var(--fs-color-alert);
  border-radius: 99px;
  padding: 20px 0;
  position: absolute;
  top: -55%;
  right: 20px;
  z-index: 9;
}

.product-category.col {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .product-category.col .box-category .box-image {
    width: 35px !important;
  }
}
.product-category.col .box-category .box-image img {
  object-fit: contain;
}
.product-category.col .box-category .box-text {
  padding: 0 !important;
}
.product-category.col .box-category .box-text h5 {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .product-category.col .box-category .box-text {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .product-category.col .box-category {
    display: flex;
  }
}

.slide-left,
.slide-right {
  transition: transform 0.3s ease;
}

.home-icon-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.logo-gallery .gallery-col {
  padding-bottom: 0 !important;
}
.logo-gallery .gallery-col .box-image img {
  object-fit: contain;
  opacity: 0.5;
}
.logo-gallery .gallery-col .box-image img:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .logo-gallery .gallery-col .box-image img {
    opacity: 1;
  }
}

.ux-products-list.product_list_widget li {
  margin-left: 0;
  min-height: 105px;
  padding-left: 110px;
  border: none !important;
}
.ux-products-list.product_list_widget li a .product-title {
  font-weight: 800 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.ux-products-list.product_list_widget li a img {
  width: 90px;
  height: 90px;
}

.home-blog .post-item .box {
  background-color: var(--fs-color-secondary);
}
.home-blog .post-item .box .box-text .cat-label {
  color: #fff;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.1294117647);
  border-radius: 4px;
  text-transform: unset;
  opacity: 1;
  font-weight: 400;
  margin: 0 3px;
}
.home-blog .post-item .box .box-text .post-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.home-blog .post-item .box .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-blog .post-item .box .box-text .post-title:hover a {
  color: var(--fs-color-primary);
}
.home-blog .post-item .box .box-text .button {
  background-color: var(--fs-color-primary);
  border: none;
  font-size: 13px;
  padding: 8px 50px;
}
.home-blog .post-item .box .badge.post-date {
  top: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  color: var(--fs-color-secondary);
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  font-size: 18px;
  width: 60px;
  height: 55px !important;
}
.home-blog .post-item .box .badge.post-date .badge-inner {
  color: var(--fs-color-secondary);
}
.home-blog .post-item .box .badge.post-date .badge-inner .post-date-day {
  font-weight: 800;
  font-size: 23px;
  font-style: italic;
}

.row-5 {
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  overflow-y: hidden;
}
.row-5 > .col {
  max-width: 20%;
  flex-basis: 20%;
}
@media (max-width: 1024px) {
  .row-5 > .col {
    max-width: 40%;
    flex-basis: 40%;
    min-width: 40%;
  }
}
@media (max-width: 767px) {
  .row-5 > .col {
    max-width: 70%;
    flex-basis: 70%;
    min-width: 70%;
  }
}

#post-list {
  padding-right: 150px;
}
@media (max-width: 1024px) {
  #post-list {
    padding-right: 0;
  }
}
#post-list .row {
  border-right: 1px solid var(--fs-color-secondary);
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #post-list .row {
    padding-right: 0;
  }
}
#post-list .post-item {
  position: relative;
  padding-bottom: 50px;
}
#post-list .post-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--fs-color-secondary);
  border-radius: 6px;
  position: absolute;
  right: -36px;
  top: 15px;
}
#post-list .post-item .box {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #post-list .post-item .box {
    display: block;
  }
}
#post-list .post-item .box-text {
  padding-left: 0;
  padding-top: 30px;
  position: static;
}
@media (max-width: 1024px) {
  #post-list .post-item .box-text {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #post-list .post-item .box-text {
    padding-top: 20px;
  }
}
#post-list .post-item .box-text-inner {
  border: 1px solid #E1E1E1;
  padding: 60px 30px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  #post-list .post-item .box-text-inner {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  #post-list .post-item .box-image {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  #post-list .post-item .box-image {
    width: 100% !important;
  }
}
#post-list .post-item .box-image .image-cover {
  border-radius: 5px;
}
#post-list .post-item .is-divider {
  display: none;
}
#post-list .post-item .post-title {
  font-size: 20px;
  margin-bottom: 10px;
}
#post-list .post-item .post-meta {
  font-size: 15px;
  position: absolute;
  left: calc(100% + 70px);
  top: 8px;
}
@media (max-width: 1024px) {
  #post-list .post-item .post-meta {
    position: static;
    top: unset;
    left: unset;
  }
}
#post-list .post-item .from_the_blog_excerpt {
  font-size: 16px;
}
@media (max-width: 1024px) {
  #post-list .post-item .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#post-list .post-item .button {
  text-transform: unset;
}
#post-list .post-item .button::after {
  content: "\ea1c";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-family: "matbaows-icons";
}

.single-post .entry-meta {
  font-size: 16px;
  text-transform: unset;
}
.single-post .blog_related {
  padding-top: 45px;
}
.single-post .blog_related .related-title {
  text-align: center;
  margin-bottom: 45px;
}
.single-post .blog_related .post-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.single-post .blog_related .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-post .blog_related .post-title:hover a {
  color: var(--fs-color-primary);
}

#comments.comments-area .comment-respond {
  background-color: transparent;
  padding: 0;
}
#comments.comments-area input[type=submit] {
  font-size: 14px;
  padding: 0 30px;
}

.product-small .box-text .product-title {
  font-weight: 700;
  font-size: 16px;
}
.product-small .wishlist-button {
  display: none !important;
}

.badge {
  height: 24px !important;
}
.badge .badge-inner.on-sale {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.price span.amount {
  font-weight: 400;
}

.widget {
  margin-bottom: 60px !important;
  position: relative;
}
.widget .widget-title {
  color: var(--fs-color-secondary);
  font-size: 14px;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.widget .is-divider {
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  max-width: 10px;
  margin: 5px 0 !important;
  background-color: var(--fs-color-secondary) !important;
}
.widget .woocommerce-widget-layered-nav-list {
  display: flex;
}
.widget .woocommerce-widget-layered-nav-list .ux-swatch--color {
  height: 24px;
  width: 24px;
}
.widget .woocommerce-widget-layered-nav-list .ux-swatch--color .ux-swatch__color {
  border-radius: 99px;
  overflow: hidden;
}
.widget .woocommerce-widget-layered-nav-list a {
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-right: 10px;
}
.widget .woocommerce-widget-layered-nav-list a::before {
  position: absolute !important;
  margin: auto;
  top: unset !important;
}
.widget .woocommerce-widget-layered-nav-list a:not(:first-child) {
  display: none;
}
.widget .woocommerce-widget-layered-nav-list .count {
  display: none;
}

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

.page-numbers.nav-pagination > li {
  margin: 0 5px !important;
}
.page-numbers.nav-pagination > li a, .page-numbers.nav-pagination > li span {
  border-radius: 0;
  min-width: 36px;
  min-height: 36px;
  border-width: 1px;
  border-color: #e1e1e1;
  line-height: 34px;
  font-weight: 400;
}

.nav-pagination > li > .current, .nav-pagination > li > a:hover, .nav-pagination > li > span:hover {
  background-color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-secondary) !important;
}

.product-info .breadcrumbs {
  display: none;
}
.product-info .product-title {
  text-transform: uppercase;
}
.product-info .variations .label label {
  font-size: 15px;
}
.product-info .quantity input {
  box-shadow: none !important;
  background-color: transparent !important;
}
.product-info .quantity input[type=number] {
  min-height: 44px;
}
.product-info .single_add_to_cart_button {
  width: calc(100% - 105px);
  height: 44px;
}
.product-info .single_add_to_cart_button::before {
  content: "\eb25";
  font-family: "matbaows-icons";
  font-weight: 400;
  margin-right: 5px;
  font-size: 16px;
}
.product-info .ux-buy-now-button {
  height: 44px;
  width: 100%;
  background-color: transparent;
  border-color: var(--fs-color-secondary);
  color: var(--fs-color-secondary);
}
.product-info .ux-buy-now-button:hover {
  background-color: var(--fs-color-secondary);
}
.product-info .yith-wcwl-add-button {
  margin-bottom: 8px;
}
.product-info .yith-wcwl-add-button a.add_to_wishlist::before {
  content: "\eb2e";
  font-family: "matbaows-icons";
  font-size: 18px;
}
.product-info .yith-wcwl-add-button a.delete_item::before {
  content: "\f6a6";
  font-family: "matbaows-icons";
  font-size: 18px;
}
.product-info .product_meta > span {
  border: none;
  padding: 8px 0;
  font-size: 16px;
}

.product-footer .woocommerce-tabs {
  border-top: none !important;
}
.product-footer .woocommerce-tabs .tabs {
  border-bottom: 1px solid #ececec;
}
.product-footer .woocommerce-tabs .tabs li a {
  font-weight: 800;
  font-style: italic;
  padding: 15px;
  font-size: 14px;
}
.product-footer .woocommerce-tabs .tabs li a::before {
  top: auto;
  bottom: 0;
  height: 2px;
}
.product-footer .woocommerce-tabs .tabs li.active a {
  color: var(--fs-color-primary);
}
.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 30px;
}
.product-footer #review_form .review-form-inner {
  padding: 0 !important;
  border: none !important;
}

#footer a:hover {
  color: var(--fs-color-primary);
}
#footer .footer-logo {
  margin-bottom: 30px;
}
#footer .footer-logo .ux-logo-link {
  padding: 0 !important;
}
#footer .follow-icons a {
  margin: 0 10px;
  color: var(--fs-color-primary);
}
#footer .section-title {
  border-bottom: none;
}
#footer .section-title .section-title-main {
  border-bottom: none;
  margin-bottom: 10px;
}
#footer .section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: var(--fs-color-primary);
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#footer .ux-menu-link__link {
  min-height: unset !important;
  padding: 3px 0 !important;
}
#footer .footer-address h3 {
  text-transform: uppercase;
}
#footer .footer-address p {
  font-size: 15px;
}
#footer .absolute-footer {
  color: #fff;
}
#footer .absolute-footer .footer-primary {
  padding: 10px 0;
}
#footer .absolute-footer a {
  color: var(--fs-color-primary);
}
#footer .dark .payment-icons .payment-icon {
  background-color: #fff;
  opacity: 1;
}
#footer .dark .payment-icons .payment-icon svg * {
  fill: var(--fs-color-secondary);
}
#footer .message-box {
  padding-left: 0;
  padding-inline: 0;
}

.text-outline * {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #585858;
  line-height: 1;
  margin-bottom: -30px;
  font-family: "Rubik", sans-serif;
  font-style: italic;
}