@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
*/
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica/Helvetica-01.ttf), url(../fonts/Helvetica/Helvetica-Bold-02.ttf), url(../fonts/Helvetica/Helvetica-Italic-03.ttf), url(../fonts/Helvetica/Helvetica-Thin-13.ttf), url(../fonts/Helvetica/Helvetica-Light-08.ttf), url(../fonts/Helvetica/Helvetica-Medium-11.ttf) format("ttf");
}
body {
  font-family: "Helvetica", sans-serif;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

h1, h2, h3, h4, h5, h6, .heading-font, .haeder-main .nav > li > a, strong, b {
  font-weight: 800;
}

:root {
  --easeoutexpo: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes dashanim-active {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  50.9% {
    width: 0;
    right: 0;
    left: auto;
  }
  51% {
    right: auto;
    left: 0;
  }
  99.9% {
    right: auto;
    left: 0;
  }
  100% {
    width: 100%;
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.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%;
}

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

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

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

#logo {
  margin-right: 15px;
}

.header-main .hide-for-medium.flex-left .header-nav-main {
  padding-left: 50px;
}
.header-main [data-icon-label]:after {
  background-color: var(--fs-color-alert);
}
.header-main .icon-search {
  font-size: 18px !important;
}
.header-main .nav-dropdown {
  border-radius: 2px;
}

.off-canvas .sidebar-menu {
  padding-top: unset !important;
}
.off-canvas .sidebar-menu .sidebar-menu-top-content {
  padding: 20px;
  border-bottom: 1px solid var(--color-mbws-border);
}
.off-canvas .sidebar-menu .sidebar-menu-top-content .ux-logo-link {
  padding: unset !important;
}
.off-canvas .sidebar-menu .nav-vertical li > a {
  font-size: 14px;
  font-weight: var(--text-font-weight);
  color: var(--text-color);
}
.off-canvas .sidebar-menu .nav-sidebar.nav-vertical > li.menu-item.active, .off-canvas .sidebar-menu .nav-sidebar.nav-vertical > li.menu-item:hover {
  background-color: transparent;
}

#login-form-popup {
  max-width: 500px;
}

#customer_login h3 {
  font-size: 1rem;
  margin-bottom: 30px;
}
#customer_login .button {
  width: 100%;
  background-color: var(--fs-color-secondary);
}
#customer_login .col {
  max-width: 100%;
  flex-basis: 100%;
}
#customer_login .col-2 {
  display: none;
}

.mbws-login-form-link {
  padding-top: 15px;
}
.mbws-login-form-link a {
  padding-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.mbws-login-form-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  background: currentColor;
  -webkit-transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.mbws-login-form-link a:hover {
  color: var(--fs-color-secondary);
}
.mbws-login-form-link a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.account-container.lightbox-inner {
  border-radius: 2px;
}

body .text-mb-0 p {
  margin-bottom: unset;
}
@media (min-width: 1024px) {
  body .container-left > .col-inner {
    padding-left: calc((100vw - 1400px) / 2) !important;
  }
}
@media (max-width: 1024px) {
  body .container-right > .is-sticky-column > .is-sticky-column__inner > .col-inner,
  body .container-right > .col-inner {
    padding-right: calc((100vw - 1400px) / 2) !important;
  }
}
body .share-icons .share-icons-title {
  font-weight: var(--text-font-weight);
  text-transform: uppercasec;
}
body .share-icons a.icon {
  margin: 0 10px;
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border-radius: 2px;
  border-width: 1px;
  border-color: var(--color-mbws-border);
  width: 40px;
  height: 40px;
  line-height: 38px;
}
body .icon-shopping-bag:before {
  content: "\f290";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
body .icon-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body .icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
body a.button:not(.icon):not(.is-link):not(.is-underline):not(.edit-block-uxbuilder):not(.ux-quantity__button), body button.button:not(.icon):not(.is-link):not(.is-underline):not(.edit-block-uxbuilder):not(.ux-quantity__button), body input.button:not(.icon):not(.is-link):not(.is-underline):not(.edit-block-uxbuilder):not(.ux-quantity__button) {
  min-height: 40px;
  line-height: 38px;
  font-weight: var(--text-font-weight);
}
body a.icon-remove, body a.remove {
  opacity: 1;
  border-radius: 2px;
  border: 1px solid var(--color-mbws-border);
}
body a.icon-remove:hover, body a.remove:hover {
  border-color: var(--text-color);
}
body .breadcrumbs:not(.checkout-breadcrumbs) {
  font-size: 14px;
}
body .breadcrumbs:not(.checkout-breadcrumbs) a {
  opacity: 1;
  color: var(--text-color) !important;
}
body .breadcrumbs:not(.checkout-breadcrumbs) a:hover {
  text-decoration: underline;
}
body .breadcrumbs p {
  margin-bottom: unset;
}
body .breadcrumbs .separator {
  font-size: 16px;
  font-weight: var(--text-font-weight);
  opacity: 1;
}
body .nav-line-bottom > li > a:before, body .nav-line-grow > li > a:before, body .nav-line > li > a:before {
  background-color: var(--fs-color-secondary);
}
body .ux-quantity input, body .ux-quantity .button {
  height: 34px;
  min-height: 34px;
}
body .icon-angle-down:before {
  content: "•";
}

.woocommerce-form-login label,
#commentform label,
.wpcf7-form label {
  font-weight: var(--text-font-weight);
  font-size: 1rem;
}
.woocommerce-form-login input[type=email], .woocommerce-form-login input[type=number], .woocommerce-form-login input[type=search], .woocommerce-form-login input[type=tel], .woocommerce-form-login input[type=text], .woocommerce-form-login input[type=url], .woocommerce-form-login textarea, .woocommerce-form-login select,
#commentform input[type=email],
#commentform input[type=number],
#commentform input[type=search],
#commentform input[type=tel],
#commentform input[type=text],
#commentform input[type=url],
#commentform textarea,
#commentform select,
.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,
.wpcf7-form select {
  border-radius: 2px;
  height: 40px;
  margin-bottom: 15px !important;
}
.woocommerce-form-login input[type=submit], .woocommerce-form-login button[type=submit],
#commentform input[type=submit],
#commentform button[type=submit],
.wpcf7-form input[type=submit],
.wpcf7-form button[type=submit] {
  font-size: 14px;
  height: 40px;
  background-color: var(--fs-color-primary);
  font-weight: bold;
  border-radius: 2px;
}

#tinvwl_product_actions {
  height: 40px;
}

.tinvwl-table-manage-list button[name=tinvwl-add-to-cart] {
  white-space: nowrap;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  font-size: 14px;
  height: 40px;
  line-height: 38px;
}

.cart-container.page-wrapper {
  padding: 60px 0;
}

body button.button#place_order,
body .cart-sidebar .checkout-button.button {
  height: 55px;
  line-height: 53px;
  font-size: 14px;
  padding: 0 15px;
}

.widget_shopping_cart ul.product_list_widget li {
  padding-bottom: 15px;
}

.continue-shopping {
  display: none;
}

.shop_table thead {
  background-color: var(--color-mbws-custom-3);
}
.shop_table thead tr th {
  font-size: 14px;
  padding: 20px;
  border-color: var(--color-mbws-border);
  border-width: 1px;
}

.cart_totals table:first-of-type {
  margin-bottom: unset;
}
.cart_totals .product-name {
  border: none;
  padding: 20px 0;
}
.cart_totals .shop_table {
  border: 1px solid var(--color-mbws-border);
}
.cart_totals .shop_table tr td:not(.shipping__inner), .cart_totals .shop_table tr th {
  padding: 20px;
}
.cart_totals .order-total th, .cart_totals .order-total td {
  border-bottom: none;
}

.woocommerce-billing-fields {
  padding-top: unset !important;
  border-top: none !important;
}
.woocommerce-billing-fields h3 {
  padding-top: unset !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: calc(50% - 16px);
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: 100%;
  }
}

.theme-flatsome .woocommerce-checkout .col .col-inner {
  border-radius: 2px;
}

.shipping__table th {
  white-space: nowrap;
}

.box-category .header-title {
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
}
.box-category .header-title::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--heading-color);
  transition: all 0.5s;
}
.box-category:hover .header-title::after {
  width: 100%;
}

#shop-sidebar .sidebar-inner {
  padding: 30px;
}
#shop-sidebar #woocommerce_layered_nav-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}
#shop-sidebar #woocommerce_layered_nav-3 ul li {
  border: none;
}
#shop-sidebar #woocommerce_layered_nav-3 ul li a {
  min-width: 50px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border: 1px solid var(--color-mbws-border);
  border-radius: 2px;
  margin: 0;
}
#shop-sidebar #woocommerce_layered_nav-3 ul li.chosen > a, #shop-sidebar #woocommerce_layered_nav-3 ul li:hover > a {
  border-color: var(--fs-color-secondary);
}
#shop-sidebar #woocommerce_layered_nav-3 ul li.chosen > a::before {
  display: none;
}
#shop-sidebar #woocommerce_layered_nav-3 ul li span {
  display: none;
}

.off-canvas .mfp-content.off-canvas-cart {
  width: 470px;
  background-color: #fff;
}
.off-canvas .mfp-content.off-canvas-cart .cart-popup-title {
  text-align: left;
}
.off-canvas .mfp-content.off-canvas-cart .cart-popup-title > span {
  font-weight: var(--text-font-weight);
  font-size: 14px;
}
.off-canvas .mfp-content.off-canvas-cart .cart-popup-title .is-divider {
  height: 1px;
  max-width: 100%;
}
.off-canvas .mfp-content.off-canvas-cart .ux-mini-cart-footer {
  padding-top: 0;
  border-top: none;
}
.off-canvas .mfp-content.off-canvas-cart .widget_shopping_cart p.total {
  padding: 20px 0;
  border-top: 1px solid var(--color-mbws-border);
}

.woocommerce-mini-cart__buttons {
  display: flex;
  gap: 20px;
}
.woocommerce-mini-cart__buttons .button {
  margin: unset;
  height: 50px;
  line-height: 50px !important;
  font-size: 14px;
  font-weight: var(--text-font-weight);
  border: none;
}
.woocommerce-mini-cart__buttons .button:not(.checkout) {
  color: var(--text-color);
  background-color: var(--color-mbws-custom-2);
}
.woocommerce-mini-cart__buttons .button.checkout {
  background-color: var(--fs-color-secondary);
}

.widget .widget-title {
  display: block;
  margin-bottom: 20px;
}
.widget .is-divider {
  display: none;
}
.widget ul > li {
  border-top: none !important;
}
.widget ul > li > a {
  font-size: 14px;
}

.post-item .box-text .post-meta {
  font-size: 12px;
  color: #adadad;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .button {
  text-transform: unset;
}
.post-item .box-text .button::after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
}

:root {
  --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.archive .post-item .box-image .image-cover {
  -webkit-transition: -webkit-clip-path 0.5s var(--easeoutcubic);
  transition: -webkit-clip-path 0.5s var(--easeoutcubic);
  transition: clip-path 0.5s var(--easeoutcubic);
  transition: clip-path 0.5s var(--easeoutcubic), -webkit-clip-path 0.5s var(--easeoutcubic);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.archive .post-item .box-image .image-cover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s var(--easeoutcubic);
  transition: -webkit-transform 0.5s var(--easeoutcubic);
  transition: transform 0.5s var(--easeoutcubic);
  transition: transform 0.5s var(--easeoutcubic), -webkit-transform 0.5s var(--easeoutcubic);
}
.archive .post-item .col-inner:hover .box-image .image-cover {
  -webkit-clip-path: inset(10px);
  clip-path: inset(10px);
}
.archive .post-item .col-inner:hover .box-image .image-cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.archive .post-item .box-text {
  padding: 30px;
}
.archive .post-item .box-text .cat-label {
  font-size: 12px;
  font-weight: var(--text-font-weight);
  opacity: 1;
  position: absolute;
  top: -70px;
  left: 50px;
  background-color: #fff;
  color: var(--text-color);
  padding: 5px 10px;
  border-radius: 2px;
}
.archive .post-item .box-text .post-title {
  font-size: 32px;
}
.archive .post-item .box-text .post-title a {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.35s ease;
}
.archive .post-item .box-text .post-title:hover a {
  background-size: 100% 2px;
  color: var(--heading-color);
}
.archive .post-item .box-text .from_the_blog_excerpt {
  font-size: 18px;
}

.single .entry-header-text {
  padding-top: 4.5em;
  position: relative;
}
.single .entry-header-text .mbws-cat-text-bg {
  font-size: 14vw;
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
  line-height: 1;
  position: absolute;
  color: var(--text-color);
  top: -50px;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.04;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 2px;
}
.single .entry-header-text .entry-category {
  margin-bottom: 40px;
  font-size: 0;
}
.single .entry-header-text .entry-category a {
  display: inline-block;
  font-size: 12px;
  background-color: var(--color-mbws-bgr);
  color: #fff;
  padding: 8px 10px;
  border-radius: 2px;
  margin-right: 10px;
}
.single .entry-header-text .entry-category a:hover {
  background-color: var(--color-mbws-custom-1);
  color: #fff;
}
.single .entry-header-text .entry-title {
  font-size: 38px;
}
.single .entry-header-text .entry-divider {
  display: none;
}
.single .entry-header-text .entry-meta {
  font-size: 12px;
}
.single .blog-share .is-divider {
  height: 1px;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single .blog-share .share-icons a.icon {
  border-radius: 2px;
  width: 46px;
  height: 38px;
  line-height: 38px;
  margin: 0 2.5px;
}
.single #comments .comment-respond {
  background-color: unset;
  padding: unset;
}
.single .entry-content a:hover {
  color: var(--fs-experimental-link-color-hover);
  text-decoration: underline;
}

.shop-page-title.page-title .page-title-inner > .flex-col h1.archive-title {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .shop-page-title.page-title .page-title-inner > .flex-col h1.archive-title {
    font-size: 30px;
  }
}
.shop-page-title.page-title .page-title-inner > .flex-col .breadcrumbs {
  padding: 20px 0;
}

.category-page-row {
  padding-top: unset !important;
}
.category-page-row .mbws-shop-filters {
  display: flex;
  align-items: center;
  gap: 0 60px;
  margin-bottom: 40px;
}
.category-page-row .mbws-shop-filters .woocommerce-result-count {
  margin-left: unset;
  margin-right: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--heading-font-weight);
}
.category-page-row .mbws-shop-filters .filter-button {
  font-size: 14px;
  margin-top: unset;
  position: relative;
  line-height: 1.5;
  min-height: 22px;
}
.category-page-row .mbws-shop-filters .filter-button .icon-equalizer:before {
  content: "\e253";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
}
.category-page-row .mbws-shop-filters .filter-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  background: currentColor;
  -webkit-transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.category-page-row .mbws-shop-filters .filter-button:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.category-page-row .mbws-shop-filters .widget {
  display: none;
}
.category-page-row .woocommerce-ordering {
  position: relative;
  display: inline;
}
.category-page-row .woocommerce-ordering::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  background: currentColor;
  -webkit-transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic);
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.category-page-row .woocommerce-ordering:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.category-page-row .woocommerce-ordering select {
  width: fit-content;
  border: none;
  padding: unset;
  font-size: 14px;
  min-height: unset;
  text-transform: uppercase;
  font-weight: var(--heading-font-weight);
  height: auto;
  margin: unset !important;
}
.category-page-row .woocommerce-ordering select option {
  padding: 5px 15px;
}

.product-small .image-tools .wishlist-icon,
.product-small .image-tools .quick-view,
.product-small .out-of-stock-label {
  display: none;
}
.product-small .box-image img {
  aspect-ratio: 10/16;
  object-fit: cover;
}
.product-small .box-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-small .box-text .product-title {
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  margin-bottom: 10px;
  order: 1;
}
.product-small .box-text .product-title a:hover {
  color: var(--fs-color-secondary);
}
.product-small .box-text .price-wrapper {
  overflow: hidden;
  min-height: 20px;
  width: 100%;
  order: 2;
}
.product-small .box-text .price-wrapper .price {
  font-size: 18px;
  transition: all 0.3s;
}
.product-small .box-text .add-to-cart-button {
  order: 3;
  width: 50%;
  margin-top: -20px;
  height: 23px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .product-small .box-text .add-to-cart-button {
    display: none;
  }
}
.product-small .box-text .add-to-cart-button .button {
  font-size: 14px;
  margin: unset !important;
  transition: all 0.3s;
  transform: translateY(100%);
  height: auto !important;
  min-height: unset;
  line-height: 1;
  color: var(--fs-color-secondary);
  padding: 0 0 5px 0;
}
.product-small .box-text .add-to-cart-button .button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right center;
  background: currentcolor;
  opacity: 1;
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
}
.product-small .box-text .add-to-cart-button .button:hover::before {
  animation: dashanim-active 0.4s var(--easeoutcubic);
}
.product-small .box-text .mbws-quick-view {
  overflow: hidden;
  margin-top: -20px;
  height: 23px;
  order: 4;
}
@media (max-width: 768px) {
  .product-small .box-text .mbws-quick-view {
    display: none;
  }
}
.product-small .box-text .mbws-quick-view .quick-view {
  line-height: 1.3;
  font-size: 14px;
  font-weight: var(--heading-font-weight);
  text-transform: uppercase;
  transition: all 0.3s;
  transform: translateY(100%);
  margin: unset;
  position: relative;
}
.product-small .box-text .mbws-quick-view .quick-view::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: right center;
  background: currentcolor;
  opacity: 1;
  transition: transform 0.4s var(--easeoutcubic), opacity 0.4s var(--easeoutcubic), -webkit-transform 0.4s var(--easeoutcubic);
}
.product-small .box-text .mbws-quick-view .quick-view:hover {
  color: var(--text-color);
}
.product-small .box-text .mbws-quick-view .quick-view:hover::before {
  animation: dashanim-active 0.4s var(--easeoutcubic);
}
.product-small .box-text .tinv-wraper {
  height: 25px;
  overflow: hidden;
  margin-top: -20px;
  order: 5;
}
@media (max-width: 768px) {
  .product-small .box-text .tinv-wraper {
    display: none;
  }
}
.product-small .box-text .tinv-wraper .tinvwl_add_to_wishlist_button {
  transition: all 0.3s;
  transform: translateY(100%);
}
.product-small .box-text .tinv-wraper .tinvwl_already_on_wishlist-text,
.product-small .box-text .tinv-wraper .tinvwl_add_to_wishlist-text {
  display: none !important;
}
.product-small .col-inner:hover .tinv-wraper .tinvwl_add_to_wishlist_button,
.product-small .col-inner:hover .mbws-quick-view .quick-view,
.product-small .col-inner:hover .add-to-cart-button .button {
  transform: unset;
}
.product-small .col-inner:hover .price {
  transform: translateY(-100%);
}

.product-small .badge-container,
.product-gallery .badge-container {
  margin-top: 15px;
}
.product-small .badge-container .badge,
.product-gallery .badge-container .badge {
  width: fit-content;
  height: auto;
  font-size: 14px;
}
.product-small .badge-container .badge .badge-inner,
.product-gallery .badge-container .badge .badge-inner {
  padding: 5px;
}

.product-gallery .badge-container {
  left: auto;
  right: 0;
}

.product-info .reset_variations,
.product-info .woocommerce-variation-price {
  display: none !important;
}
.product-info .tinv-wraper.tinv-wishlist {
  width: fit-content;
  display: inline-block;
  flex: unset;
}
.product-info .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin: unset;
  padding: 8px 0;
}
.product-info .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
  font-size: 24px;
  margin-top: -5px;
}
.product-info table.variations .label {
  text-transform: uppercase;
}
.product-info .single_add_to_cart_button {
  height: 40px;
  font-size: 14px;
}
.product-info .quantity input {
  height: 40px;
}
.product-info .product_meta {
  font-size: 14px;
}
.product-info .product_meta > span {
  border: none;
}
@media (max-width: 767px) {
  .product-info .tinvwl_add_to_wishlist-text {
    display: none;
  }
}

.woocommerce-tabs .tabs > li > a {
  font-size: 32px;
  text-transform: unset;
  padding: unset;
}
.woocommerce-tabs .tabs > li > a::before {
  display: none;
}

.related-products-wrapper.product-section {
  border-top: none;
}
.related-products-wrapper.product-section h3 {
  padding: 0 15px;
  margin-bottom: 30px;
}

.sticky-add-to-cart-wrapper .sticky-add-to-cart {
  padding: 15px 0;
  background-color: #fff;
  border-top: none;
}
.sticky-add-to-cart-wrapper .sticky-add-to-cart__product {
  max-width: 1430px;
  padding: 0 15px;
  width: 100%;
  justify-content: space-between;
}
.sticky-add-to-cart-wrapper .sticky-add-to-cart__product .product-title-small {
  font-size: 28px;
  flex: 1;
  max-width: unset;
}
.sticky-add-to-cart-wrapper .sticky-add-to-cart__product span.amount {
  font-size: 1rem;
}
.sticky-add-to-cart-wrapper .sticky-add-to-cart__product .button {
  font-size: 14px;
  margin-right: unset;
  margin-left: 30px;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-direction: column-reverse;
  align-items: center;
  padding: 60px 0;
}
.woocommerce-order-received .woocommerce-order > .col {
  max-width: 100%;
  flex-basis: 100%;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice {
  text-align: center;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 60px;
  display: block;
  font-weight: bold;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice.success-color {
  color: var(--fs-color-success) !important;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice.success-color::before {
  content: "\f058";
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice.alert-color {
  color: var(--fs-color-alert) !important;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice.alert-color::before {
  content: "\f06a";
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .wc-item-meta {
  margin: 10px 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details .wc-item-meta li * {
  display: inline-block;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  display: inline-block;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address br:not(:first-child) {
  display: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address * {
  margin-right: 5px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address p {
  margin-bottom: unset;
}

#footer .back-to-top {
  border-radius: 2px;
  border-width: 1px;
}
#footer .absolute-footer {
  display: none;
}
#footer a.ux-menu-link__link span {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.35s ease;
}
#footer a.ux-menu-link__link:hover span {
  background-size: 100% 1px;
  color: var(--heading-color);
}