@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
*/
.pri-color * {
  color: var(--fs-color-primary) !important;
}

.sec-color * {
  color: var(--fs-color-secondary) !important;
}

body .box-shadow,
body .box-shadow-2,
body .box-shadow-2-hover:hover,
body .row-box-shadow-2 .col-inner,
body .row-box-shadow-2-hover .col-inner:hover,
body .add_to_cart_button,
body .wpcf7 .wpcf7-submit {
  box-shadow: 0px 5px 10px 0px rgba(33, 192, 183, 0.3019607843);
}
body .success.is-outline:hover {
  color: #000;
}
body .button.primary:hover {
  background-color: var(--fs-color-secondary);
}
body .button.primary::after {
  box-shadow: 0px 5px 10px 0px rgba(33, 192, 183, 0.3019607843);
  border-radius: 25px 25px 25px 25px;
}
body .single_add_to_cart_button {
  border-radius: 20px;
}
body .single_add_to_cart_button:hover {
  background-color: var(--fs-color-secondary) !important;
}
body .section {
  padding: 30px 30px;
}
@media (max-width: 767px) {
  body .section {
    padding: 30px 0;
  }
}
body .slider-nav-circle .flickity-prev-next-button svg {
  background-color: white;
  border-color: white;
  border-radius: unset;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.text-mb-0 p {
  margin-bottom: unset;
}

.last-reset p:last-of-type {
  margin-bottom: unset;
}

.banner {
  overflow: hidden;
  border-radius: 20px;
}

.mbws_box-1 {
  border-radius: 20px;
  padding: 30px !important;
  background-color: #F7FAFA;
}

.br-20 img {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .section-title-container .section-title {
    font-size: 1.5em;
  }
}
.section-title-container .section-title .section-title-main {
  border: unset;
}
@media (max-width: 768px) {
  .section-title-container .section-title .section-title-main {
    padding-left: 0 !important;
  }
}

.row > .col > .col-inner > .product-small.box {
  border: 1px solid transparent;
  transition: 250ms ease-in;
  border-image: initial;
}
.row > .col > .col-inner > .product-small.box:hover {
  border-right-color: transparent;
  box-shadow: 0 0 0 2px var(--fs-color-primary);
  border-radius: 20px;
  overflow: hidden;
}

.price span.amount {
  color: var(--fs-color-secondary);
}

.post-item .box {
  transition: all 150ms ease;
  border-radius: 20px;
  border: solid 2px #E8E9EB;
}
.post-item .box:hover {
  border-color: var(--fs-color-primary);
}
.post-item .box .box-image img {
  border-radius: 20px 20px 0 0;
}
.post-item .box .box-text {
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.post-item .box .box-text .is-divider {
  display: none;
}
.post-item .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item .box .box-text .post-meta {
  color: var(--fs-color-primary);
}

.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
  background-color: #F5F5F5;
  border-radius: 30px;
  padding: 25px 30px;
}
.wpcf7 .wpcf7-submit {
  border-radius: 30px;
  padding: 10px 50px;
}

.button.success:hover,
input[type=submit]:hover,
.button.primary:hover {
  background-color: var(--fs-color-success);
  box-shadow: unset;
}

.product-small .yith-wcwl-add-to-wishlist, .product-small .wishlist-icon {
  display: none !important;
}

#header .header-wrapper .wc-backward {
  color: #fff;
}
#header .header-wrapper a {
  font-size: 16px;
}
#header .header-wrapper #masthead {
  padding: 0 30px;
  border-radius: 0 0 40px 40px;
  background-color: white;
}
@media (max-width: 767px) {
  #header .header-wrapper #masthead {
    padding: 0 15px;
  }
}
#header .header-wrapper #wide-nav {
  padding: 70px 30px 10px 30px;
  margin-top: -60px;
  border-radius: 0 0 45px 45px;
  background-color: var(--fs-color-primary);
}
#header .header-wrapper .header-bottom .flex-right.hide-for-medium,
#header .header-wrapper .header-bottom .flex-left.hide-for-medium {
  flex: unset;
}
#header .header-wrapper .header-bottom .flex-center.hide-for-medium {
  padding-left: 30px;
  padding-right: 30px;
  flex: 1;
}
#header .header-search-form .search-field {
  height: 50px;
  border-radius: 50px 0 0 50px;
  padding: 15px 25px;
}
#header .header-search-form .search-field:focus {
  box-shadow: none;
}
#header .header-search-form .ux-search-submit {
  background-color: var(--fs-color-secondary);
  border-radius: 50px;
  padding: 8px 18px;
  height: 50px;
}
#header #header-contact > li > a {
  text-transform: unset;
}
#header #header-contact > li > a .icon-phone:before {
  content: "\eb09";
  font-family: "matbaows-icons";
}
#header #header-contact > li > a .icon-envelop:before {
  content: "\eae5";
  font-family: "matbaows-icons";
}
#header .header-vertical-menu .header-vertical-menu__opener {
  background-color: transparent;
}
#header .header-vertical-menu a:hover {
  color: var(--fs-color-primary);
}
#header .header-vertical-menu .header-vertical-menu__title {
  text-transform: uppercase;
  font-size: 1rem;
}
#header .header-vertical-menu .header-vertical-menu__fly-out {
  background-color: transparent;
}
#header .header-vertical-menu .header-vertical-menu__fly-out > div {
  position: relative;
}
@media (max-width: 1280px) {
  #header .header-vertical-menu .header-vertical-menu__fly-out {
    width: 210px;
  }
}
#header .header-vertical-menu .ux-nav-vertical-menu,
#header .header-vertical-menu .sub-menu {
  padding: 15px 0 !important;
  border: solid 2px var(--fs-color-primary);
  border-radius: 20px;
  background-color: #fff;
}
#header .header-vertical-menu .ux-nav-vertical-menu li,
#header .header-vertical-menu .sub-menu li {
  padding: 0 15px;
  border: none;
}
#header .header-vertical-menu .ux-nav-vertical-menu li > a,
#header .header-vertical-menu .sub-menu li > a {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
}
#header .header-vertical-menu .ux-nav-vertical-menu li > a:hover,
#header .header-vertical-menu .sub-menu li > a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 99px;
}
#header .header-vertical-menu .sub-menu {
  min-height: 100%;
  position: absolute;
  left: 999%;
  top: 0;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}
#header .header-vertical-menu .sub-menu li {
  width: 100%;
  border: none;
}
#header .header-vertical-menu .sub-menu li.menu-item-has-children > a {
  color: inherit;
}
#header .header-vertical-menu .sub-menu li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: fl-icons !important;
  display: inline;
  float: right;
}
#header .header-vertical-menu .sub-menu li:hover > a {
  color: #fff;
}
#header .header-vertical-menu li.menu-item-has-children:hover > .sub-menu {
  left: 100%;
}
#header .nav-dropdown li > a:hover {
  color: var(--fs-color-secondary);
}
#header .menu-item-design-custom-size .nav-dropdown {
  display: flex;
  flex-wrap: wrap;
}
#header .menu-item-design-custom-size .nav-dropdown > li {
  max-width: 25%;
  flex-basis: 25%;
  border-right: none;
  padding: 0 10px;
}
#header .menu-item-design-custom-size .nav-dropdown > li.menu-item-has-children > a {
  border-left: 3px solid var(--fs-color-secondary);
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
#header .menu-item-design-custom-size .nav-dropdown > li.menu-item-has-children > a:hover {
  background-color: var(--fs-color-secondary);
  border-left-color: var(--fs-color-primary);
  color: white;
}
#header .menu-item-design-custom-size .nav-dropdown > li .sub-menu li > a {
  padding: 5px 20px;
  font-size: 14px;
}

.home .header-vertical-menu__fly-out > div {
  margin-top: 37px;
}

.cart_item .product-name img {
  width: 64px;
  height: 64px;
}

.mbws_home-banner .plus .banner .banner-bg .bg {
  left: 100px;
}

.mbws_home-danhgia .test > .col > .col-inner {
  border-radius: 20px;
  border: solid 2px #E0E1E5;
  padding: 40px;
}
.mbws_home-danhgia .test > .col > .col-inner:hover {
  border-color: var(--fs-color-primary);
}
.mbws_home-danhgia .test > .col > .col-inner p {
  margin-bottom: 0;
}

.mbws_home-doitac .mbws_gallery {
  padding-top: 30px;
  border-radius: 20px;
  background-color: #F7FAFA;
}
@media (max-width: 767px) {
  .mbws_home-doitac .mbws_gallery .gallery-col {
    padding: 30px 60px 30px 60px;
  }
}
.mbws_home-doitac .mbws_gallery .gallery-col .box-image img {
  object-fit: contain;
  padding: 30px;
}
.mbws_home-doitac .mbws_gallery .gallery-col .box-text {
  display: none;
}

@media (max-width: 768px) {
  .mbws_home-spnoibat .tabbed-content .nav-simple {
    justify-content: left;
  }
}
.mbws_home-spnoibat .tabbed-content {
  margin-top: -50px;
}
.mbws_home-spnoibat .tabbed-content .nav > li {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .mbws_home-spnoibat .tabbed-content .nav > li {
    margin: 0;
    margin-right: 10px;
  }
}
.mbws_home-spnoibat .tabbed-content .nav > li a:hover {
  color: var(--fs-color-primary);
}
.mbws_home-spnoibat .tabbed-content .nav li.active a {
  color: var(--fs-color-primary);
}

.home-product-cats {
  padding: 15px !important;
  border: solid 2px var(--fs-color-primary);
  border-radius: 20px;
}
.home-product-cats .widget {
  margin-bottom: 0;
}
.home-product-cats ul.product-categories {
  position: relative;
}
.home-product-cats ul.product-categories li {
  border-radius: 20px;
  border-top: unset;
}
.home-product-cats ul.product-categories li a {
  padding: 8.5px 20px;
  width: calc(100% - 25px);
}
.home-product-cats ul.product-categories li .children {
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 0;
  transform: translateX(-15px);
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.home-product-cats ul.product-categories li .children li + li {
  border-top: 1px solid #ececec;
}
.home-product-cats ul.product-categories li .children li:hover {
  background-color: var(--fs-color-primary);
}
.home-product-cats ul.product-categories li .children li:hover > * {
  color: #fff;
}
.home-product-cats ul.product-categories li .children li a {
  padding: 10px 20px;
}
.home-product-cats ul.product-categories li:hover,
.home-product-cats ul.product-categories li.active {
  background-color: var(--fs-color-primary);
}
.home-product-cats ul.product-categories li:hover > a, .home-product-cats ul.product-categories li:hover > .toggle,
.home-product-cats ul.product-categories li.active > a,
.home-product-cats ul.product-categories li.active > .toggle {
  color: #fff;
}
.home-product-cats ul.product-categories li:hover > .children,
.home-product-cats ul.product-categories li.active > .children {
  display: block;
  opacity: 1;
  z-index: 9;
  transform: translateX(0);
}
.home-product-cats ul.product-categories .toggle i {
  transform: rotate(270deg);
}

.home-logo-gallery .flickity-prev-next-button {
  margin-top: unset;
  top: 80%;
}

#shop-sidebar .widget-title {
  color: #000;
}
#shop-sidebar .widget_product_search .search-field {
  padding: 23px 30px;
  border-radius: 30px 0px 0px 30px;
}
#shop-sidebar .widget_product_search .ux-search-submit {
  background-color: var(--fs-color-primary);
  border-radius: 0px 30px 30px 0px;
  padding: 4px 15px;
}
#shop-sidebar .price_slider_wrapper .price_slider {
  background-color: var(--fs-color-primary);
}
#shop-sidebar .price_slider_wrapper .button {
  padding: 5px 30px;
  background-color: var(--fs-color-primary);
  font-size: 1em;
}
#shop-sidebar ul li {
  border-top: unset;
  position: relative;
  padding-left: 30px;
}
#shop-sidebar ul li::after {
  content: "";
  width: 23px;
  height: 23px;
  top: 7px;
  left: 0px;
  position: absolute;
  background: transparent;
  border: 1px solid rgba(21, 37, 66, 0.231372549);
  border-radius: 5px;
}
#shop-sidebar ul li:hover::after {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
#shop-sidebar ul li.current-menu-item a,
#shop-sidebar ul li.current-cat a {
  color: var(--fs-color-primary);
}
#shop-sidebar ul li.current-menu-item::after,
#shop-sidebar ul li.current-cat::after {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

#product-sidebar .widget {
  border: 1px solid var(--fs-color-secondary);
  border-radius: 15px;
  overflow: hidden;
}
#product-sidebar .widget .widget-title {
  display: block;
  background-color: var(--fs-color-secondary);
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  text-transform: unset;
}
#product-sidebar .widget > .is-divider {
  display: none;
}
#product-sidebar .widget.block_widget .row {
  padding: 15px;
  border-top: 1px solid #ddd;
}
#product-sidebar .widget .product_list_widget {
  padding: 15px;
}
#product-sidebar .widget .product_list_widget span.amount {
  display: none;
}

.post-item .box-text .post-title > a {
  min-height: 2.6em;
  line-height: 1.3;
}
.post-item .box-text .from_the_blog_excerpt {
  margin-bottom: 1rem;
}
.post-item .box-text .mbws-post-meta {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-style: italic;
  color: var(--text-color);
}
.post-item .box-text .mbws-post-meta .post-comment {
  color: var(--fs-color-secondary);
}
.post-item .box-text .mbws-post-meta .post-view .dashicons-chart-bar:before {
  content: "\ea9a";
  font-family: "matbaows-icons" !important;
}
.post-item .box-text .button {
  font-size: 14px;
  font-weight: var(--text-font-weight);
  font-style: italic;
  text-transform: unset;
  float: right;
  margin: unset;
  height: auto;
  min-height: unset;
  line-height: 1.6;
}

.single-post #respond, .single-post #comment {
  border-radius: 20px;
}
.single-post #respond #submit, .single-post #comment #submit {
  border-radius: 15px;
}

.archive .woocommerce-ordering .orderby {
  height: 52px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: var(--fs-color-primary);
  color: white;
  font-weight: 600;
}

.product-features .product-small {
  border-right-color: transparent;
  box-shadow: 0 0 0 2px var(--fs-color-primary);
  border-radius: 20px;
}

.product-small .badge-container,
.product-gallery .badge-container {
  left: 30px !important;
}
.product-small .badge-container .badge .badge-inner,
.product-gallery .badge-container .badge .badge-inner {
  font-size: 1rem;
  padding: 12px 14px;
  border-radius: 8px;
  border: unset;
  color: #fff;
  background-color: #F25050;
  box-shadow: 0 5px 10px rgba(33, 192, 183, 0.3019607843);
}

.product-small .box-image img {
  object-fit: contain !important;
  aspect-ratio: 1/1;
}
.product-small .box-text {
  padding: 25px;
}
@media (max-width: 768px) {
  .product-small .box-text {
    padding: 15px;
  }
}
.product-small .box-text .title-wrapper .name a {
  color: #000;
  font-weight: bold;
}
.product-small .box-text .price-wrapper ins .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}

.star-rating::before {
  color: #FF7513 !important;
}
.star-rating span::before {
  color: #FF7513 !important;
}

@media (max-width: 768px) {
  .product-small .badge-container .badge {
    font-size: 14px;
  }
}
.product-small .box-image .image-tools.bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px !important;
}
.product-small .box-image .image-tools.bottom .tinv-wraper > a,
.product-small .box-image .image-tools.bottom .mbws-wc-compare-btn,
.product-small .box-image .image-tools.bottom .quick-view {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: white;
  color: var(--text-color);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.product-small .box-image .image-tools.bottom .tinv-wraper > a:hover,
.product-small .box-image .image-tools.bottom .mbws-wc-compare-btn:hover,
.product-small .box-image .image-tools.bottom .quick-view:hover {
  background-color: var(--fs-color-primary) !important;
  color: white;
}
.product-small .box-image .image-tools.bottom .tinv-wraper {
  width: fit-content;
  margin: unset;
}
.product-small .box-image .image-tools.bottom .tinv-wraper a {
  font-size: 18px;
}
.product-small .box-image .image-tools.bottom .tinv-wraper a:hover {
  background-color: var(--fs-color-secondary);
}
.product-small .box-image .image-tools.bottom .mbws-wc-compare-btn {
  font-size: 18px;
}
.product-small .box-image .image-tools.bottom .quick-view {
  font-size: 0;
  line-height: 50px;
}
.product-small .box-image .image-tools.bottom .quick-view::before {
  content: "\ea9a";
  font-family: "matbaows-icons" !important;
  font-weight: 400;
  font-size: 18px;
}
.product-small .box-text .add-to-cart-button .button {
  padding: 0 20px;
  border-radius: 20px;
  font-size: 14px;
}
.product-small .box-text .add-to-cart-button .button.add_to_cart_button {
  padding: 0 30px 0 20px;
  border-radius: 30px 0 0 30px;
}
.product-small .box-text .add-to-cart-button .button.add_to_cart_button::after {
  content: "\eb25";
  display: block;
  font-family: "matbaows-icons" !important;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  background-color: var(--fs-color-secondary);
  color: white;
  position: absolute;
  right: -30px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-small .box-text .add-to-cart-button .button.add_to_cart_button::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product-small .box-text .add-to-cart-button .button {
    font-size: 10px;
    padding: 5px 15px;
  }
}

.shop-tool-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-view-toggle {
  display: flex;
  gap: 5px;
  border: 1px solid #ddd;
  border-radius: 99px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.product-view-toggle button {
  background-color: transparent;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
}
.product-view-toggle button:hover {
  border-color: var(--fs-color-primary);
}
.product-view-toggle button i {
  color: var(--fs-color-primary);
  pointer-events: none;
  font-weight: 300;
}
.product-view-toggle button.active {
  background: var(--fs-color-primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-view-toggle button.active i {
  color: #fff;
}

.products.list-view .product-small.col {
  width: 100% !important;
  margin-bottom: 25px;
  max-width: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .products.list-view .product-small.col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .products.list-view .product-small.col .badge-container {
    margin-top: 10px;
    left: 10px !important;
  }
}
.products.list-view .product-small.col .col-inner {
  width: 100%;
}
.products.list-view .product-small.col .box {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.products.list-view .product-small.col .box-image {
  width: 40%;
  flex-shrink: 0;
  padding-top: unset;
}
.products.list-view .product-small.col .box-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: static;
}
.products.list-view .product-small.col .box-text {
  text-align: left;
  flex: 1;
}
.products.list-view .product-small.col .box-text .title-wrapper {
  text-align: left;
}
.products.list-view .product-small.col .box-text .price {
  font-size: 18px;
  font-weight: 600;
}
.products.list-view .product-small.col .box-text .add-to-cart-button {
  margin-top: 10px;
}

.single-product .product-main {
  padding-bottom: unset;
}
.single-product .product-main .product-gallery .slide {
  border-radius: 15px;
  overflow: hidden;
}
.single-product .product-main .product-gallery .slide a > img {
  aspect-ratio: 16/9;
  object-fit: contain;
}
.single-product .product-main .product-gallery .mbws-product-gallery-video iframe {
  width: 100% !important;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16/9;
  height: auto !important;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide {
  display: flex;
  align-items: center;
  padding: 30px;
  background: linear-gradient(90deg, #dd5e89, #f7bb97);
  aspect-ratio: 16/9;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row {
  gap: 0 30px;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .large-12 {
  width: 100%;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-image {
  min-width: 30%;
  width: 30%;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-image img {
  border-radius: 10px;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-content {
  font-size: 90%;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-content .text-inner {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-content .text-inner ul li, .single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-content .text-inner ol li {
  margin-left: 20px;
}
.single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-content .text-inner::-webkit-scrollbar {
  width: 0px;
}
@media (max-width: 768px) {
  .single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-content .text-inner {
    max-height: 150px;
  }
}
@media (max-width: 768px) {
  .single-product .product-main .product-gallery .mbws-product-featured-slide {
    padding: 15px;
  }
  .single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row {
    gap: 0 15px;
  }
  .single-product .product-main .product-gallery .mbws-product-featured-slide .flex-row .mbws-featured-col-image {
    min-width: 25%;
    width: 25%;
  }
}
.single-product .product-main .product-gallery .image-tools {
  display: none;
}
.single-product .product-main .product-gallery .product-thumbnails .col {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .single-product .product-main .product-gallery .product-thumbnails .col {
    max-width: 20%;
    flex-basis: 20%;
  }
}
.single-product .product-main .product-gallery .product-thumbnails .col a {
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}
.single-product .product-main .product-gallery .product-thumbnails .col a img {
  opacity: 1;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: unset;
  transform: unset;
}
.single-product .product-main .product-gallery .product-thumbnails .col.featured-item a, .single-product .product-main .product-gallery .product-thumbnails .col.video-item a {
  aspect-ratio: 1/1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-product .product-main .product-gallery .product-thumbnails .col.featured-item a svg, .single-product .product-main .product-gallery .product-thumbnails .col.video-item a svg {
  width: 100%;
  margin-bottom: 5px;
}
.single-product .product-main .product-gallery .product-thumbnails .col.featured-item a p, .single-product .product-main .product-gallery .product-thumbnails .col.video-item a p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: unset;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .single-product .product-main .product-gallery .product-thumbnails .col.featured-item a, .single-product .product-main .product-gallery .product-thumbnails .col.video-item a {
    padding: 5px;
  }
}
.single-product .product-main .product-gallery .product-thumbnails .col > a:hover, .single-product .product-main .product-gallery .product-thumbnails .col.is-selected > a {
  border-color: var(--fs-color-secondary);
}
.single-product .product-main .product-gallery .mbws-cam-ket {
  border-radius: 10px;
  border: 1px solid var(--fs-color-secondary);
}
.single-product .product-main .product-info {
  padding-top: unset;
  border-right: none;
  padding-right: unset;
}
@media (max-width: 768px) {
  .single-product .product-main .product-info {
    padding-right: 15px;
  }
}
.single-product .product-main .product-info .stock {
  font-size: 1rem;
}
.single-product .product-main .product-info .product-title {
  font-size: 34px;
}
@media (max-width: 768px) {
  .single-product .product-main .product-info .product-title {
    font-size: 24px;
  }
}
.single-product .product-main .product-info .price-wrapper ins .woocommerce-Price-amount {
  color: var(--fs-color-primary);
  font-size: 34px;
}
.single-product .product-main .product-info .product-short-description {
  margin-bottom: 20px;
}
.single-product .product-main .product-info .mbws-short-description-content {
  max-height: 120px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}
.single-product .product-main .product-info .mbws-short-description-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
.single-product .product-main .product-info .mbws-short-description.active .mbws-short-description-content {
  max-height: 1000px;
}
.single-product .product-main .product-info .mbws-short-description.active .mbws-short-description-content:after {
  display: none;
}
.single-product .product-main .product-info table.variations label {
  font-size: 1rem;
}
.single-product .product-main .product-info .ux-quantity {
  border: 1px solid #ddd;
  border-radius: 99px;
}
.single-product .product-main .product-info .ux-quantity input {
  height: 50px;
}
.single-product .product-main .product-info .ux-quantity .ux-quantity__button, .single-product .product-main .product-info .ux-quantity .input-text {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: var(--fs-color-primary);
}
.single-product .product-main .product-info .ux-quantity .input-text {
  color: #000;
  font-weight: bold;
}
.single-product .product-main .product-info .ux-quantity input[type=number] {
  width: 40px;
  font-size: 1rem;
}
.single-product .product-main .product-info .cart .is-divider {
  max-width: 100%;
  height: 1px;
  background-color: transparent;
}
.single-product .product-main .product-info .single_add_to_cart_button,
.single-product .product-main .product-info .ux-buy-now-button {
  font-size: 14px;
  width: 38%;
  height: 50px;
  padding: 0 15px;
  border-radius: 30px;
}
.single-product .product-main .product-info .single_add_to_cart_button {
  background-color: var(--fs-color-primary) !important;
  border-radius: 40px;
}
.single-product .product-main .product-info .single_add_to_cart_button:hover {
  background-color: var(--fs-color-secondary) !important;
}
@media (max-width: 767px) {
  .single-product .product-main .product-info .single_add_to_cart_button {
    padding: 0 15px;
    width: 100%;
  }
}
.single-product .product-main .product-info .ux-buy-now-button {
  background-color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  .single-product .product-main .product-info .ux-buy-now-button {
    width: 100%;
  }
}
.single-product .product-main .product-info .mbws-wc-compare-btn,
.single-product .product-main .product-info .tinv-wraper > a {
  flex: unset;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 99px;
}
.single-product .product-main .product-info .tinv-wraper {
  flex: unset;
  width: fit-content;
  margin: unset;
}
.single-product .product-main .product-info .product_meta {
  font-size: 14px;
}
.single-product .product-main .product-info .product_meta span {
  border-top: none;
}
.single-product .product-main .product-info .product_meta .tagged_as,
.single-product .product-main .product-info .product_meta .sku_wrapper {
  display: none;
}
.single-product .product-main .product-info .mbws-inbox .icon-box {
  border-radius: 10px;
  background-color: #F1F1F1;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.single-product .product-main .product-info .mbws-inbox .icon-box .icon-box-text {
  letter-spacing: 2px;
}
.single-product .product-main .product-info .reset_variations {
  display: none;
}
.single-product .product-footer .woocommerce-tabs {
  overflow: hidden;
  border-radius: 20px;
}
.single-product .product-footer .woocommerce-tabs .tabs {
  padding: 0;
  background-color: var(--fs-color-primary);
}
.single-product .product-footer .woocommerce-tabs .tabs li a {
  padding: 15px;
  font-size: 16px;
  color: #fff;
}
.single-product .product-footer .woocommerce-tabs .tabs li.active a {
  color: var(--fs-color-secondary);
}
@media (max-width: 768px) {
  .single-product .product-footer .woocommerce-tabs .tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .single-product .product-footer .woocommerce-tabs .tabs > li {
    width: fit-content;
  }
  .single-product .product-footer .woocommerce-tabs .tabs > li > a {
    white-space: nowrap;
  }
}
.single-product .product-footer .woocommerce-tabs .tab-panels {
  color: #000;
  background-color: #F5F5F5;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .single-product .product-footer .woocommerce-tabs .tab-panels {
    padding: 15px;
  }
}

#footer .absolute-footer {
  display: none;
}
#footer .mbws_footer-main {
  border-radius: 70px 70px 0px 0px;
  padding: 130px 30px 0 30px;
}
@media (max-width: 767px) {
  #footer .mbws_footer-main {
    padding: 60px 30px 0 30px;
  }
}
#footer .wpcf7 .wpcf7-email {
  border: unset;
  background-color: #454546;
  color: #fff;
}
#footer .wpcf7 .wpcf7-form-control {
  padding: 32px 40px;
  margin: 0;
}
#footer .wpcf7 .wpcf7-submit {
  margin: 0px;
  padding: 5px 40px;
  right: 10px;
  top: 8px;
  position: absolute;
}
#footer .visits-statistics {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
#footer .visits-statistics p {
  margin-bottom: 10px;
}