@charset "UTF-8";
/*
Theme Name: FunetMall Child Theme
Description: Flatsome child theme replicating funet.vn - Catholic/spiritual goods marketplace
Author: WBC
Template: flatsome
Version: 1.0.0
*/
.row.row-small {
  max-width: 1176px !important;
}

:root {
  --secondary-color: var(--fs-color-secondary);
  --main-color: #1e70e8;
}

body, h1, h2, h3, h4, h5, .nav > li a {
  font-family: Arial, Helvetica, sans-serif;
}

.flex-end {
  justify-content: flex-end;
}

.header-top {
  background: var(--fs-color-primary);
  color: #fff;
  font-size: 12px;
}
.header-top .top-bar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding-left: 25px;
}
.header-top .top-bar-nav > li svg {
  color: #8f3140;
  max-width: 16px;
  position: absolute;
  left: 0px;
}

.header-main .flex-row {
  text-transform: none;
}
.header-main .header-cart-link {
  border-radius: 0px;
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #fff !important;
  text-transform: none;
  flex-direction: row-reverse;
  padding-left: 18px !important;
}
.header-main .list-inline {
  display: inline-block;
  margin: 0;
  margin-bottom: -17px;
}
.header-main .list-inline li {
  list-style: none;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.header-main .list-inline li a {
  color: #fff;
  font-size: 14px;
}

.header-search-form .search_categories {
  height: 42px;
  background-color: #fff;
  min-width: 120px;
}
.header-search-form .search-field {
  height: 42px;
  border: mone;
  box-shadow: none;
  min-width: 330px;
}
.header-search-form .search-field:focus {
  border-color: var(--secondary-color);
}
.header-search-form .submit-button {
  height: 42px;
  width: 55px;
  background-color: var(--secondary-color) !important;
}

.header-search-form .search-field::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgb(143, 159, 166);
}

.header-search-form .search-field::placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: rgb(143, 159, 166);
}

.header-nav-main > li > a {
  color: #000;
}
.header-nav-main > li .icon-angle-down {
  opacity: 1;
}
.header-nav-main > li .icon-angle-down:before {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid var(--secondary-color);
  top: -5px;
  left: 1px;
  transform: rotate(90deg);
}
.header-nav-main > li.cart-item > a {
  height: 45px;
  width: 45px;
  background: var(--primary-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-left: 25px;
  justify-content: center;
}
.header-nav-main .cart-item .nav-dropdown {
  min-width: 336px;
}
.header-nav-main ul.product_list_widget li a:not(.remove) {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.header-nav-main ul.product_list_widget li a.remove {
  border: none;
  color: #111;
  font-size: 28px !important;
}
.header-nav-main ul.product_list_widget li .quantity {
  opacity: 1;
  color: #414042;
  font-size: 16px;
}
.header-nav-main ul.product_list_widget li .quantity span.amount {
  color: #c00;
}
.header-nav-main ul.product_list_widget li dl {
  font-size: 13px;
  text-transform: none;
}
.header-nav-main .widget_shopping_cart p.total {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  color: #111;
}
.header-nav-main .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 6px;
}
.header-nav-main .woocommerce-mini-cart__buttons a {
  text-transform: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff !important;
  color: #111;
  border: 1px solid #111;
  border-radius: 0px;
  box-shadow: none;
  height: 42px;
  line-height: 40px;
  padding: 0 5px;
}
.header-nav-main .woocommerce-mini-cart__buttons a.checkout {
  background-color: var(--primary-color) !important;
  color: #fff;
  border-color: var(--primary-color) !important;
}
.header-nav-main .woocommerce-mini-cart__buttons a.checkout:hover {
  background-color: #fff !important;
  color: var(--primary-color) !important;
}
.header-nav-main .woocommerce-mini-cart__buttons a:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
  border-color: var(--primary-color) !important;
}
.header-nav-main .tracking-product {
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  display: flex;
  gap: 8px;
  line-height: 1.2;
}
.header-nav-main .tracking-product svg {
  width: 30px;
  color: var(--secondary-color);
}

.header-bottom-nav > li {
  margin: 0 20px;
}
.header-bottom-nav > li > a {
  justify-content: center;
  font-size: 0px;
  min-height: 40px;
  padding: 0 20px;
  color: #fff !important;
}
.header-bottom-nav li.gt-current-lang {
  color: #fff;
  font-weight: 500 !important;
  text-transform: none;
  font-size: 16px;
}

.header-vertical-menu__opener {
  background-color: var(--fs-color-secondary);
}
.header-vertical-menu__opener .header-vertical-menu__title {
  text-transform: uppercase;
  font-size: 14px;
}

.header-vertical-menu__fly-out {
  width: 245px;
  border: 1px solid #e1e1e1;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out {
  margin: 0;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li + li {
  border-color: #e1e1e1;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
  padding: 6px 7px 6px 9px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  transition: all 0s;
  position: relative;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a img {
  width: 30px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a .icon-angle-down {
  display: none;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item:hover > a, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-menu-item > a {
  color: var(--primary-color);
}
.header-vertical-menu__fly-out .nav-dropdown {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.header-vertical-menu__fly-out .nav-dropdown > li > a {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  color: #524e6f;
  border-bottom: none;
}
.header-vertical-menu__fly-out .nav-dropdown > li > .sub-menu > li > a {
  font-size: 14px;
  color: #2b2b2b;
  border-bottom: none;
}
.header-vertical-menu__fly-out .nav-dropdown > li > .sub-menu > li:hover > a {
  color: var(--primary-color);
}
.header-vertical-menu__fly-out .nav-dropdown > li:hover a {
  color: var(--primary-color);
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item:hover .nav-dropdown {
  transform: scaleX(1);
  opacity: 1;
  display: block;
  visibility: visible;
  left: 100% !important;
  top: 0;
  min-height: 100%;
  max-height: inherit;
}

.stuck .list-inline {
  display: none;
}

@media screen and (min-width: 768px) {
  .home-banner .large-7 {
    flex-basis: 56%;
    max-width: 56%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-banner .large-2 {
    flex-basis: 21%;
    max-width: 21%;
  }
  .home-banner .large-3 {
    flex-basis: 23%;
    max-width: 23%;
    padding: 0;
  }
  .home-banner .img {
    margin-bottom: 7px !important;
  }
}
.wbc-title-icon {
  background: var(--main-color);
  padding: 3px 10px;
  margin: 0;
  position: relative;
  height: 42px;
}
.wbc-title-icon img {
  max-width: 42px;
  width: auto;
  height: 32px;
}
.wbc-title-icon .main-title h2 {
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}

.wbc-title {
  border-top: 2px solid var(--main-color);
  background-color: #fff;
}
.wbc-title .main-title {
  background-color: var(--main-color);
  height: 42px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.wbc-title .main-title .title-icon {
  width: 25px;
  height: 25px;
  transform: translateY(-3px);
}
.wbc-title .main-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.wbc-title .title-category {
  display: inline-block;
}
.wbc-title .title-category li {
  list-style: none;
  float: left;
  margin: 0 10px;
}
.wbc-title a {
  color: var(--main-color);
  font-size: 12px;
  line-height: 30px;
}
.wbc-title .view-all {
  margin-left: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.wbc-title .main-title h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wbc-title .title-category li {
  white-space: nowrap;
}
@media (max-width: 549px) {
  .wbc-title {
    flex-wrap: nowrap;
  }
  .wbc-title .main-title {
    flex: 1 1 auto;
    min-width: 0;
  }
  .wbc-title .main-title h2 {
    font-size: 15px;
  }
  .wbc-title > span {
    flex: 0 0 auto !important;
    width: auto !important;
    flex-direction: row !important;
    align-items: center;
    padding-left: 8px;
  }
  .wbc-title .title-category {
    display: none;
  }
  .wbc-title .view-all {
    margin-left: 0;
    padding: 0 8px;
    font-size: 12px;
  }
}

.wbc-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wbc-section-title h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--fs-color-primary);
  margin: 0;
}
.wbc-section-title .view-all {
  font-size: 13px;
  color: var(--fs-color-secondary);
}

.button:not(.icon) {
  font-weight: 500;
  font-size: 16px;
}
.button:not(.icon).is-link {
  min-height: auto;
  line-height: 1;
  margin-bottom: 20px;
}
.button:not(.icon).is-link span {
  text-decoration: underline;
}
.button:not(.icon).primary:hover {
  background-color: var(--secondary-color) !important;
}
.button:not(.icon).success {
  border-radius: 99px;
  min-width: 280px;
  border: 1px solid #333;
  min-height: 42px;
  line-height: 40px;
}
.button:not(.icon).success:hover {
  background-color: var(--secondary-color) !important;
}

.box-shadow-1, .box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.slider-nav-circle .flickity-prev-next-button {
  opacity: 1 !important;
  height: 42px;
  min-width: 42px;
}
.slider-nav-circle .flickity-prev-next-button svg {
  border: 1px solid #EFEFEF !important;
  padding: 29% !important;
  color: #04132A;
  background: rgba(255, 255, 255, 0.5);
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0 !important;
}

.slider-nav-simple .flickity-prev-next-button {
  opacity: 1;
  margin-top: -5% !important;
}
.slider-nav-simple .flickity-prev-next-button svg {
  color: rgb(0, 109, 178);
}

.flickity-page-dots {
  bottom: -20px !important;
}
.flickity-page-dots .dot {
  background: rgb(217, 217, 217);
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  width: 20px;
  background-color: var(--secondary-color);
  border-radius: 8px;
}

.tabbed-content h4.uppercase {
  font-size: 24px;
  color: var(--primary-color);
  text-transform: none;
  padding-top: 6px;
}
@media screen and (min-width: 678px) {
  .tabbed-content h4.uppercase {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-flex;
  }
  .tabbed-content .nav.nav-pills {
    display: inline-flex;
    flex: 1;
    margin-left: 25px;
  }
}

.nav-pills::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

.nav-pills::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  width: 50px;
  height: 6px;
  border-radius: 4px;
}

.nav-pills::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

.nav-pills {
  display: block !important;
  white-space: nowrap;
  padding-left: 0px;
  overflow-x: scroll;
}
.nav-pills > li {
  margin: 0 5px;
}
.nav-pills > li:last-child {
  border-right: none;
}
.nav-pills > li > a {
  background: #fff;
  color: #333 !important;
  padding: 0px 15px;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: none;
}
.nav-pills > li.active > a, .nav-pills > li:hover > a {
  background: var(--secondary-color);
  color: #fff !important;
}

@media screen and (min-width: 769px) {
  .row-5 > .large-3 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.featured-box.icon-box-left {
  align-items: center;
}
.featured-box.icon-box-left p {
  margin-bottom: 0;
}

.has-radius-4 {
  border-radius: 4px;
  overflow: hidden;
}

.post-item .col-inner {
  border: 1px solid #F9F9F9;
  border-radius: 5px;
}
.post-item .box-text {
  padding: 15px;
}
.post-item .post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  min-height: 43px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .post-title:hover {
  color: var(--secondary-color);
}
.post-item .from_the_blog_excerpt {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  min-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-item .button {
  color: var(--primary-color);
  display: flex;
  gap: 10px;
}
.post-item .button span {
  text-decoration: none !important;
}
.post-item .cat-label {
  font-size: 12px;
  margin-bottom: 10px;
}
.post-item .is-divider {
  display: none;
}
.post-item .post-meta {
  font-size: 14px;
  opacity: 1;
  color: #333;
  display: flex;
}

.category-page-row {
  padding-top: 40px;
}
.category-page-row .large-3 {
  padding-left: 0;
}
.category-page-row h1.product-cat-title {
  text-transform: none;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
  background: var(--primary-color);
  border-radius: 24px 0px;
  height: 44px;
  color: #fff;
  width: auto;
  line-height: 44px;
  padding: 0 20px;
}

.product-footer .section-title-container {
  margin-bottom: 0;
}
.product-footer .section-title.section-title-normal span {
  text-transform: none;
}
.product-footer .section-title.section-title-normal span:after {
  display: none;
}
.product-footer .box-text {
  padding-bottom: 5px;
}
.product-footer .post-item .post-title {
  font-size: 16px;
}

.post-list-item li {
  list-style: none;
  margin-left: 0 !important;
}
.post-list-item li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: var(--primary-color);
  display: flex;
  gap: 8px;
}

.term-description {
  font-size: 14px;
  padding: 0;
  padding-bottom: 20px;
}

.category-filter select.orderby {
  height: 30px;
  border-radius: 2px;
  margin: 0;
}
.category-filter .filter {
  background-color: #f6fcff;
}
.category-filter .col-list-button {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-filter .col-list-button li {
  display: inline-flex;
  margin-bottom: 0;
}
.category-filter .col-list-button li a {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.category-filter .col-list-button li.active a {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4) inset;
  background: rgb(217, 217, 217);
  color: var(--primary-color);
}
.category-filter .col-list-button li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.category-filter .col-list-button li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.category-filter .filter-button {
  line-height: 19px;
  letter-spacing: 0em;
  color: #fff;
  background: var(--fs-color-primary);
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 121px;
  margin: 0;
}

.category-page-row {
  padding-top: 0;
  max-width: 1170px !important;
}
.category-page-row .product-sidebar {
  padding: 0;
}
.category-page-row .is-divider {
  display: none;
}
.category-page-row .row-small > .col {
  padding: 0 8px 16px;
}
.category-page-row .sub_category {
  background: rgb(250, 250, 250);
  border: 1px solid rgb(217, 217, 217);
  padding: 20px 30px;
  margin: 15px 0;
}
.category-page-row .sub-cat-item .cat-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  min-height: 32px;
  color: #000;
}
.category-page-row .sub-cat-item .checkmark {
  bottom: -26px;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}

.filters-radio {
  padding: 20px 10px;
}
.filters-radio label {
  position: relative;
  padding-left: 29px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
}
.filters-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filters-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #747474;
}
.filters-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--fs-color-alert);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.filters-radio input:checked ~ .checkmark {
  border: 1px solid #e31f26 !important;
}
.filters-radio input:checked ~ .checkmark:after {
  display: block;
}

@media screen and (min-width: 769px) {
  .large-columns-10 > .col {
    flex-basis: 10%;
    max-width: 10%;
  }
  .large-columns-9 > .col {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
}
.tax-product_cat .page-title-inner {
  padding: 12px 15px 10px !important;
}

.single-product .page-title-inner {
  min-height: auto;
}

.shop-container.list-view .product-small.col {
  padding-bottom: 0;
  max-width: 100%;
  flex-basis: 100%;
}
.shop-container.list-view .product-small.col:before {
  display: none;
}
.shop-container.list-view .product-small.col .product-small.box {
  display: flex;
}
.shop-container.list-view .product-small.col .box-image {
  width: 25%;
}
.shop-container.list-view .product-small.col .from_the_blog_excerpt {
  margin: 15px 0;
  text-align: justify;
  font-size: 16px;
}
.shop-container.list-view .product-small.col .star-rating {
  margin-left: 0;
}
.shop-container.list-view .product-small.col .box-text {
  width: 75%;
  text-align: left;
  padding-left: 40px;
}
.shop-container.list-view .product-small.col .box-text:before {
  content: "";
  height: 75%;
  background-color: #d0d0d0;
  width: 1px;
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
}
.shop-container.list-view .product-small.col .box-list-content {
  display: block;
}
.shop-container.list-view .product-small.col .button {
  display: inline-flex;
  width: auto;
}

.product-small.col .col-inner {
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.product-small.col .badge-container {
  margin: 0;
  left: 0;
  right: 0;
  top: 20px;
}
.product-small.col .badge-container .badge-inner.on-sale {
  border-top-right-radius: 0 !important;
  width: 42px;
  height: 22px;
  line-height: 19px;
  font-size: 13px;
  vertical-align: top;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 0px;
}
.product-small.col .badge-container .new-bubble-auto {
  background: url(assets/images/bg_new.svg);
  border-radius: 0 !important;
  top: 6px;
  color: #faff00;
  position: absolute;
  left: 8px;
  width: 53px;
  height: 37px;
  line-height: 37px;
  font-weight: 700;
}
.product-small.col:hover .col-inner {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.product-small.box {
  background: #fff;
  border-radius: 10px;
}
.product-small.box .box-text {
  padding: 0px;
}
.product-small.box .product-title {
  padding: 10px 10px;
}
.product-small.box .product-title a {
  font-size: 16px;
  color: #222;
  font-weight: 300;
  text-transform: none;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin-bottom: 10px;
  line-height: 18.75px;
  text-transform: none;
  min-height: 37px;
}
.product-small.box .product-title a:hover {
  color: var(--primary-color);
}
.product-small.box span.amount {
  color: #df1f26;
  font-size: 18px;
}
.product-small.box del span.amount {
  color: #000;
  font-size: 15px;
  margin-left: 15px;
  font-weight: 400;
}
.product-small.box .add-to-cart-button a {
  font-size: 14px;
  border-radius: 3px;
  padding: 0;
}
.product-small.box .add-to-cart-button a:hover {
  background-color: #002e56 !important;
}
.product-small.box .button {
  text-transform: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  margin: 15px auto 0;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-small.box .badge .on-sale {
  background-color: var(--red-color) !important;
  font-size: 16px;
  min-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 24px;
  padding: 0 9px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
}
.product-small.box .out-of-stock-label {
  background: #fff;
  color: var(--red-color);
}
.product-small.box .custom-badge {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.product-small.box .custom-badge .label {
  background: var(--primary-color);
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  border-top-right-radius: 15px;
}
.product-small.box .custom-badge .bao-hanh {
  background-color: rgb(255, 199, 0);
}
.product-small.box .custom-meta {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.product-small.box .price-wrapper .price {
  min-height: 15px;
  padding: 0 10px 10px;
}
.product-small.box .seller-badge {
  background: #ffd18e;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  gap: 10px;
}
.product-small.box .actions.funet-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s ease;
}
.product-small.box .actions.funet-actions .action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: var(--primary-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}
.product-small.box .actions.funet-actions .action svg path {
  fill: var(--primary-color);
  transition: fill 0.25s ease;
}
.product-small.box .actions.funet-actions .action:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.product-small.box .actions.funet-actions .action:hover svg path {
  fill: #fff;
}
.product-small.box .actions.funet-actions .action.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.product-small.box .actions.funet-actions .action.active svg path {
  fill: #fff;
}
.product-small.box .actions.funet-actions .action.loading {
  opacity: 0.6;
  pointer-events: none;
}
.product-small.box .actions.funet-actions .wishlist-button,
.product-small.box .actions.funet-actions .compare-button {
  width: 40px;
  border-radius: 50%;
}
.product-small.box .actions.funet-actions .buy-now-button {
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  gap: 6px;
}
.product-small.box .actions.funet-actions .buy-now-button svg path {
  fill: #fff;
}
.product-small.box .actions.funet-actions .buy-now-button:hover {
  background: #e65400;
  border-color: #e65400;
}
.product-small.box:hover .actions.funet-actions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Wishlist & Compare pages */
.wbc-list-page {
  margin: 30px 0;
}
.wbc-list-page .wbc-list-empty {
  text-align: center;
  padding: 60px 20px;
}
.wbc-list-page .wbc-list-empty p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.wbc-list-page .wbc-remove {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #999;
  text-align: center;
  font-size: 18px;
}
.wbc-list-page .wbc-remove:hover {
  background: var(--primary-color);
  color: #fff;
}
.wbc-list-page table {
  width: 100%;
  border-collapse: collapse;
}
.wbc-list-page th, .wbc-list-page td {
  padding: 12px;
  border: 1px solid #eee;
  vertical-align: middle;
  text-align: left;
}
.wbc-list-page th {
  background: #fafafa;
  font-weight: 600;
}
.wbc-list-page .in-stock {
  color: #2a8a2a;
  font-weight: 500;
}
.wbc-list-page .out-of-stock {
  color: #d32f2f;
  font-weight: 500;
}

.wbc-wishlist-page .col-image {
  width: 110px;
}
.wbc-wishlist-page .col-image img {
  max-width: 90px;
  height: auto;
}
.wbc-wishlist-page .col-remove {
  width: 40px;
  text-align: center;
}
.wbc-wishlist-page .col-price {
  color: var(--primary-color);
  font-weight: 600;
}

.wbc-compare-page .wbc-compare-wrap {
  overflow-x: auto;
}
.wbc-compare-page .wbc-compare-table {
  min-width: 100%;
}
.wbc-compare-page .wbc-compare-table th {
  width: 160px;
  background: #fafafa;
}
.wbc-compare-page .wbc-compare-table td {
  min-width: 220px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.wbc-compare-page .wbc-compare-table .row-image td {
  padding-top: 35px;
}
.wbc-compare-page .wbc-compare-table .row-image td img {
  max-width: 140px;
  height: auto;
  margin: 0 auto 8px;
  display: block;
}
.wbc-compare-page .wbc-compare-table .row-image td h4 {
  font-size: 14px;
  margin: 0;
}
.wbc-compare-page .wbc-compare-table .row-image td .wbc-remove {
  position: absolute;
  top: 8px;
  right: 8px;
}
.wbc-compare-page .wbc-compare-table .row-price td {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
}

/* Product accordion — Điểm nổi bật & Hướng dẫn sử dụng (funet.vn style) */
.wbc-product-accordion {
  margin: 20px 0 30px;
  box-sizing: border-box;
  max-width: 100%;
}
.wbc-product-accordion *, .wbc-product-accordion *::before, .wbc-product-accordion *::after {
  box-sizing: border-box;
}
.wbc-product-accordion ul, .wbc-product-accordion ol {
  margin: 0 0 12px;
  padding-left: 22px;
}
.wbc-product-accordion li {
  margin-bottom: 6px;
  line-height: 1.55;
}
.wbc-product-accordion__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}
.wbc-product-accordion__tabs .wbc-tab {
  flex: 1;
  padding: 14px 20px;
  background: #ffd9b3;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: 0;
  cursor: pointer;
  transition: background 0.25s ease;
  text-align: center;
}
.wbc-product-accordion__tabs .wbc-tab.is-active, .wbc-product-accordion__tabs .wbc-tab:hover {
  background: var(--primary-color);
}
.wbc-product-accordion .wbc-tab-panel {
  display: none;
  background: #fef5ec;
  padding: 20px 24px;
}
.wbc-product-accordion .wbc-tab-panel.is-active {
  display: block;
}
.wbc-product-accordion .wbc-tab-panel__inner {
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.wbc-product-accordion .wbc-tab-panel__inner.is-collapsed {
  max-height: 130px;
  mask-image: linear-gradient(to bottom, #000 60%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent);
}
.wbc-product-accordion .wbc-tab-panel p:last-child {
  margin-bottom: 0;
}
.wbc-product-accordion .wbc-toggle-more {
  display: block;
  margin: 14px auto 0;
  padding: 8px 22px;
  background: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.25s ease;
}
.wbc-product-accordion .wbc-toggle-more:hover {
  background: #6e2844;
}
.wbc-product-accordion .wbc-toggle-more::after {
  content: " ›";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 4px;
}

@media (max-width: 640px) {
  .wbc-product-accordion__tabs {
    flex-direction: column;
    gap: 6px;
  }
}
/* Order tracking */
.wbc-order-tracking {
  max-width: 760px;
  margin: 30px auto;
}
.wbc-order-tracking .wbc-track-form {
  background: #fff;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.wbc-order-tracking .wbc-track-form h3 {
  margin: 0 0 6px;
  font-size: 20px;
}
.wbc-order-tracking .wbc-track-form__hint {
  color: #666;
  font-size: 14px;
  margin-bottom: 18px;
}
.wbc-order-tracking .wbc-track-form__row {
  margin-bottom: 14px;
}
.wbc-order-tracking .wbc-track-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}
.wbc-order-tracking .wbc-track-form .req {
  color: #d32f2f;
}
.wbc-order-tracking .wbc-track-form input[type=text] {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}
.wbc-order-tracking .wbc-track-form input[type=text]:focus {
  border-color: var(--primary-color);
  outline: none;
}
.wbc-order-tracking .wbc-track-form .button {
  margin-top: 6px;
  height: 46px;
  padding: 0 26px;
  border-radius: 6px;
}
.wbc-order-tracking .wbc-track-alert {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
}
.wbc-order-tracking .wbc-track-alert--error {
  background: #fdecea;
  color: #b72320;
  border-left: 4px solid #d32f2f;
}
.wbc-order-tracking .wbc-track-result {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px 24px;
}
.wbc-order-tracking .wbc-track-result__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.wbc-order-tracking .wbc-track-result__header h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.wbc-order-tracking .wbc-track-result .wbc-track-meta {
  color: #666;
  font-size: 13px;
}
.wbc-order-tracking .wbc-track-status {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: #eef;
  color: #445;
}
.wbc-order-tracking .wbc-track-status--pending, .wbc-order-tracking .wbc-track-status--on-hold {
  background: #fff3cd;
  color: #8a6d00;
}
.wbc-order-tracking .wbc-track-status--processing {
  background: #d6ecff;
  color: #0b5ea8;
}
.wbc-order-tracking .wbc-track-status--completed {
  background: #d9f2d9;
  color: #2a8a2a;
}
.wbc-order-tracking .wbc-track-status--cancelled, .wbc-order-tracking .wbc-track-status--failed, .wbc-order-tracking .wbc-track-status--refunded {
  background: #fde2e2;
  color: #b72320;
}
.wbc-order-tracking .wbc-track-items {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.wbc-order-tracking .wbc-track-items th, .wbc-order-tracking .wbc-track-items td {
  padding: 10px 8px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
.wbc-order-tracking .wbc-track-items th {
  background: #fafafa;
  font-weight: 600;
}
.wbc-order-tracking .wbc-track-items td img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
.wbc-order-tracking .wbc-track-items .num {
  text-align: right;
  white-space: nowrap;
}
.wbc-order-tracking .wbc-track-items tfoot th {
  background: transparent;
  text-align: right;
}
.wbc-order-tracking .wbc-track-items tfoot .total th, .wbc-order-tracking .wbc-track-items tfoot .total td {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
  border-top: 2px solid #eee;
}
.wbc-order-tracking .wbc-track-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.wbc-order-tracking .wbc-track-addresses h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 8px;
}
.wbc-order-tracking .wbc-track-addresses address, .wbc-order-tracking .wbc-track-addresses p {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 640px) {
  .wbc-order-tracking .wbc-track-addresses {
    grid-template-columns: 1fr;
  }
}
/* Floating compare bar (fixed center-bottom) */
.wbc-compare-bar {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 30px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wbc-compare-bar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.wbc-compare-bar__label {
  color: #333;
}
.wbc-compare-bar__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}
.wbc-compare-bar__suffix {
  color: #666;
}
.wbc-compare-bar__btn {
  margin-left: 6px;
  padding: 8px 16px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
}
.wbc-compare-bar__btn:hover {
  background: #e65400;
  color: #fff;
}
.wbc-compare-bar__clear {
  width: 26px;
  height: 26px;
  line-height: 24px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #999;
  text-align: center;
  font-size: 18px;
}
.wbc-compare-bar__clear:hover {
  background: #d32f2f;
  color: #fff;
}

/* Toast (top-right, stack vertically) */
#wbc-toast-container {
  position: fixed;
  top: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  pointer-events: none;
}

.wbc-toast {
  background: #333;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transform: translateX(120%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  max-width: 360px;
  pointer-events: auto;
}
.wbc-toast.show {
  opacity: 1;
  transform: translateX(0);
}
.wbc-toast.wbc-toast-success {
  background: #2a8a2a;
}
.wbc-toast.wbc-toast-error {
  background: #d32f2f;
}

.product-main .content-row {
  background-color: #fff;
  padding-top: 15px;
}
.product-main h1.product-title {
  font-size: 24px;
  color: #212529;
}

.product-gallery .image-tools {
  display: none;
}
.product-gallery .product-gallery-slider {
  background: #FFFFFF;
  padding: 0px;
}
.product-gallery .product-thumbnails a {
  padding: 0px;
}
.product-gallery .badge {
  margin-left: 20px;
}
.product-gallery .badge .on-sale {
  background-color: var(--primary-color) !important;
  font-size: 15px;
  min-height: 34px;
  height: 37px;
  padding: 0 9px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
}

.product-gallery-slider .woocommerce-product-gallery__image {
  border: 1px solid rgb(221, 221, 221);
}

.product-thumbnails {
  max-width: 94%;
}
.product-thumbnails a {
  border: 1px solid rgb(221, 221, 221);
}

.product-info {
  padding-top: 0;
}
.product-info .stock.in-stock {
  text-transform: uppercase;
  color: green;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.product-info .price-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}
.product-info .product-short-description {
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 14px;
}
.product-info .product-short-description p {
  margin-bottom: 5px;
}
.product-info td {
  color: #000;
}
.product-info span.amount {
  color: #df1f26;
  font-size: 28px;
}
.product-info .ux-quantity {
  width: 100%;
}
.product-info .single_add_to_cart_button {
  color: #fff;
  min-height: 46px;
  padding: 0 30px !important;
  font-weight: 700 !important;
  padding: 4px 0;
  font-size: 17px !important;
  text-transform: uppercase;
  background: var(--fs-color-secondary);
  margin-bottom: 10px;
}
.product-info .ux-buy-now-button {
  border-color: var(--primary-color);
  background: transparent;
  color: var(--fs-color-primary);
  height: 46px;
  padding: 0 30px;
  min-width: 200px;
  font-size: 18px;
  font-weight: 600 !important;
}
.product-info .star-rating span:before {
  color: var(--primary-color);
}

.checkout-page-title {
  text-align: center;
}

.woocommerce-page {
  font-size: 14px;
}
.woocommerce-page .checkout-breadcrumbs {
  display: inline-block;
  margin: 0 auto;
}
.woocommerce-page .checkout-breadcrumbs .divider {
  display: none;
}
.woocommerce-page .checkout-breadcrumbs .breadcrumb-step {
  background-color: transparent !important;
  height: 30px;
  width: 30px;
  line-height: 28px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid;
  color: var(--primary-color);
}
.woocommerce-page .checkout-breadcrumbs a {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: var(--primary-color);
  text-transform: none;
  background: #FDFCF8;
  min-height: 42px;
  padding: 0 25px;
  position: relative;
  border: 1px solid var(--primary-color);
  margin-left: -8px;
}
.woocommerce-page .checkout-breadcrumbs a:after {
  content: "";
  position: absolute;
  right: -16px;
  width: 0px;
  height: 0px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 18px solid #FDFCF8;
  z-index: 2;
}
.woocommerce-page .checkout-breadcrumbs a:before {
  content: "";
  position: absolute;
  right: -18px;
  width: 0px;
  height: 0px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 18px solid var(--primary-color);
  z-index: 1;
}
.woocommerce-page .checkout-breadcrumbs a.current {
  background: var(--primary-color);
  color: #fff;
}
.woocommerce-page .checkout-breadcrumbs a.current .breadcrumb-step {
  border-color: #fff !important;
  color: #fff !important;
}
.woocommerce-page .checkout-breadcrumbs a.current:after {
  border-left-color: var(--primary-color);
  z-index: 1;
}
.woocommerce-page .button {
  border-width: 1px;
  text-transform: none;
  font-weight: 400;
}
.woocommerce-page .checkout-button, .woocommerce-page #place_order {
  background-color: var(--secondary-color) !important;
}
.woocommerce-page .coupon .expand {
  background-color: var(--primary-color);
  color: #fff;
  text-shadow: none;
}
.woocommerce-page .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-page .shop_table thead th {
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  border-width: 1px;
  border-color: #d9d9d9;
}
.woocommerce-page .shop_table .product-subtotal {
  min-width: 100px;
}
.woocommerce-page .shop_table td.product-thumbnail {
  width: 75px;
}
.woocommerce-page .shop_table .product-name a {
  font-weight: 500;
  font-size: 14px;
}
.woocommerce-page .shop_table .variation {
  text-transform: none;
  color: #111;
}
.woocommerce-page .shop_table a.remove {
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  background: #e0e1e2;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
}
.woocommerce-page .shop_table a.remove svg {
  max-width: 15px;
}
.woocommerce-page .button-continue-shopping, .woocommerce-page button[name=update_cart] {
  background: #C5C4C4;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #F8F8F8;
  border-radius: 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  text-transform: none;
  border: none;
  opacity: 1;
}
.woocommerce-page .button-continue-shopping i, .woocommerce-page button[name=update_cart] i {
  font-size: 24px;
  top: 0;
  height: 26px;
}
.woocommerce-page button[name=update_cart] {
  background: var(--primary-color);
}
.woocommerce-page .cart_totals thead th {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  border-width: 1px;
  border-color: #C5C4C4;
}
.woocommerce-page .cart_totals tbody th {
  font-weight: 500;
  font-size: 16px;
  border-bottom: none;
}
.woocommerce-page .cart_totals tbody tr td {
  border-bottom: none;
}
.woocommerce-page .cart_totals .shipping-calculator-button {
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  color: var(--primary-color);
}
.woocommerce-page .cart-sidebar .widget-title {
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce-page #coupon_code {
  box-shadow: none;
  min-height: 42px;
  border-radius: 5px;
}
.woocommerce-page .coupon .expand {
  color: #dc2626;
  background-color: var(--secondary-bg);
  text-shadow: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  min-height: 40px;
}
.woocommerce-page .has-border {
  border: 1px solid #E3E3E3;
}
.woocommerce-page .woocommerce-billing-fields {
  border: none;
  padding-top: 0;
}
.woocommerce-page form.checkout label {
  font-weight: 500;
  font-size: 15px;
}
.woocommerce-page form.checkout h3 {
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  padding-top: 0px;
}
.woocommerce-page form.checkout .woocommerce-shipping-fields label {
  font-weight: 500;
}
.woocommerce-page .cart-discount {
  background-color: var(--primary-bg);
  font-size: 14px;
  width: 100%;
}
.woocommerce-page .cart-discount th {
  padding: 13px 10px;
}
.woocommerce-page .woocommerce-checkout input[type=text], .woocommerce-page .woocommerce-checkout input[type=tel], .woocommerce-page .woocommerce-checkout input[type=email],
.woocommerce-page .woocommerce-checkout textarea, .woocommerce-page .woocommerce-checkout select,
.woocommerce-page .woocommerce-checkout .select2-container .select2-selection {
  border: transparent;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 42px;
}
.woocommerce-page .woocommerce-checkout input[type=text]:focus, .woocommerce-page .woocommerce-checkout input[type=tel]:focus, .woocommerce-page .woocommerce-checkout input[type=email]:focus,
.woocommerce-page .woocommerce-checkout textarea:focus, .woocommerce-page .woocommerce-checkout select:focus,
.woocommerce-page .woocommerce-checkout .select2-container .select2-selection:focus {
  border-color: var(--primary-color);
}
.woocommerce-page .woocommerce-checkout textarea {
  min-height: 70px;
}

.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th,
.cart_totals th.product-name {
  font-weight: 400;
}

.quantity {
  margin-bottom: 0 !important;
}

.quantity .button {
  width: 40px;
  height: 40px;
  background: #E6E6E6 !important;
  text-align: center;
  border-radius: 30px !important;
  line-height: 30px;
  font-weight: 700 !important;
  cursor: pointer;
  padding: unset;
  text-shadow: unset !important;
  color: #000 !important;
}

.quantity .button.minus, .quantity .button.plus {
  border-radius: 30px !important;
  border: unset;
  min-height: unset;
}

.quantity .button:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.quantity .qty {
  background-color: #E6E6E6;
  border: none;
  width: 45px !important;
  font-size: 16px !important;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  margin: 0 10px;
  border-bottom: 1px solid #e3e3e3;
  height: 40px;
}

.off-canvas .off-canvas-cart ul.product_list_widget li a:not(.remove) {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.off-canvas .off-canvas-cart ul.product_list_widget li a.remove {
  border: none;
  color: #9C9B9B;
  font-size: 38px !important;
  font-weight: 400 !important;
}
.off-canvas .off-canvas-cart ul.product_list_widget li .quantity {
  opacity: 1;
  color: #414042;
  font-size: 16px;
}
.off-canvas .off-canvas-cart ul.product_list_widget li .quantity span.amount {
  color: #c00;
}
.off-canvas .off-canvas-cart .widget_shopping_cart p.total {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.off-canvas .off-canvas-cart .woocommerce-mini-cart__buttons a {
  text-transform: none;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  box-shadow: none;
}
.off-canvas .off-canvas-cart .woocommerce-mini-cart__buttons a:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.off-canvas .off-canvas-cart .woocommerce-mini-cart__buttons a.checkout {
  color: #fff;
  background-color: #c5534c !important;
  border-color: #c5534c;
}
.off-canvas .off-canvas-cart .woocommerce-mini-cart__buttons a.checkout:hover {
  border-color: var(--secondary-color);
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
  line-height: 40px;
}

.product-footer .woocommerce-tabs,
.product-section {
  border-top: none;
}

.woocommerce-tabs .wc-tabs {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce-tabs .wc-tabs > li {
  margin: 0 10px 0 0;
  padding: 0 0;
}
.woocommerce-tabs .wc-tabs > li > a {
  position: relative;
  display: block;
  padding: 12px 16px !important;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.woocommerce-tabs .wc-tabs > li > a:before {
  bottom: 0;
  top: auto;
  height: 1px;
}
.woocommerce-tabs .wc-tabs > li.active > a, .woocommerce-tabs .wc-tabs > li:hover > a {
  background-color: var(--primary-color);
  color: #fff;
}

.page-header-wrapper h1.entry-title {
  font-size: 30px;
}
.page-header-wrapper .title-overlay {
  opacity: 0;
}

.rank-math-breadcrumb {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.rank-math-breadcrumb > p {
  padding: 0 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 0;
}
.rank-math-breadcrumb a:first-child {
  background: #e46100;
  color: #fff;
  padding: 7px 15px;
  display: inline-block;
}
.rank-math-breadcrumb a {
  color: #333;
}

.blog-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-single .entry-header h1.entry-title {
  font-size: 20px;
  line-height: 1.3;
  color: #464646;
  text-transform: uppercase;
}
.blog-single .social-icons a {
  width: 40px;
  height: 35px;
  border: none;
  line-height: 35px;
  border-radius: 2px !important;
  margin: 0 3px 7px;
}
.blog-single .entry-header-text {
  padding-bottom: 0;
}

.post-sidebar .widget-title {
  background: rgb(247, 247, 247);
  text-transform: none;
  color: var(--primary-color);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .post-list-item .post-title {
  font-size: 16px;
  color: var(--primary-color);
}
.post-sidebar .post-list-item .post-title:hover {
  color: var(--secondary-color);
}
.post-sidebar .post-list-item .post-meta {
  font-size: 13px;
}
.post-sidebar ul:not(.post-list-item) li {
  position: relative;
  padding-left: 20px;
}
.post-sidebar ul:not(.post-list-item) li a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
  position: relative;
}
.post-sidebar ul:not(.post-list-item) li a:hover {
  text-decoration: underline;
}
.post-sidebar ul:not(.post-list-item) li:before {
  font-size: 15px;
  left: 0;
  content: "\f105";
  font-family: fl-icons !important;
  color: var(--secondary-color);
  height: 17px;
  width: 17px;
  top: 14px;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 900;
  opacity: 1;
}
.post-sidebar ul:not(.post-list-item) li + li {
  border-top: none;
}
.post-sidebar ul:not(.post-list-item) li ul.children {
  padding: 0;
  border-left: none;
}

.related-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 9px;
  padding-left: 15px;
  border-bottom: 1px solid #2c86c1;
  color: #464646;
}

.footer-wrapper p {
  font-size: 15px;
  margin-bottom: 5px;
}
.footer-wrapper .is-divider {
  display: none;
}
.footer-wrapper h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
.footer-wrapper h3 a {
  color: #000;
}
.footer-wrapper p {
  font-size: 13px;
  margin-bottom: 0;
}
.footer-wrapper ul li {
  list-style: none;
  margin-left: 0;
  font-size: 13px;
}
.footer-wrapper ul li a {
  color: #000;
  font-size: 13px;
}
.footer-wrapper ul li a:hover {
  color: #b34200;
}
.footer-wrapper hr {
  margin: 15px 0 15px;
  border-style: dashed;
  border-color: var(--fs-color-primary);
  opacity: 1;
}
.footer-wrapper .wpcf7 .flex-col {
  padding: 0;
}
.footer-wrapper .wpcf7 input[type=email] {
  background: transparent !important;
  border: none;
  min-height: 46px;
  border: solid 1px var(--fs-color-primary);
  border-radius: 0;
}
.footer-wrapper .wpcf7 input[type=email] input:-webkit-autofill,
.footer-wrapper .wpcf7 input[type=email] input:-webkit-autofill:hover,
.footer-wrapper .wpcf7 input[type=email] input:-webkit-autofill:focus,
.footer-wrapper .wpcf7 input[type=email] input:-webkit-autofill:active {
  background: transparent !important;
}
.footer-wrapper .wpcf7 input[type=email]::-moz-placeholder {
  color: #fff;
}
.footer-wrapper .wpcf7 input[type=email]::placeholder {
  color: #fff;
}
.footer-wrapper .wpcf7 .wpcf7-submit {
  min-height: 46px;
  border-radius: 0;
}
.footer-wrapper .wpcf7 .wpcf7-spinner {
  display: none;
}

.absolute-footer {
  display: none;
}

.nav-pagination-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.nav-pagination-box .nav-pagination li:before {
  display: none;
}

.nav-pagination {
  margin: 0 auto !important;
  padding-top: 10px;
  width: 100%;
}
.nav-pagination li {
  margin-left: 5px !important;
}
.nav-pagination li span {
  border-radius: 5px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border: none;
}
.nav-pagination li a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 600;
  font-size: 14px;
  background-color: transparent !important;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.nav-pagination li.active a, .nav-pagination li:hover a {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border-color: var(--primary-color) !important;
}
.nav-pagination li .current {
  border-color: var(--primary-color) !important;
}

.back-to-top {
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  bottom: 60px;
  background: var(--primary-color) !important;
  color: #fff !important;
  font-size: 19px;
  line-height: 47px !important;
}

.white-popup-block {
  background: #FFF;
  padding: 0px 0px;
  text-align: left;
  max-width: 550px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  padding: 25px 30px;
}
.white-popup-block .wpcf7 input[type=email], .white-popup-block .wpcf7 input[type=tel], .white-popup-block .wpcf7 input[type=text], .white-popup-block .wpcf7 textarea {
  color: #000;
  margin-bottom: 15px;
}
.white-popup-block .mfp-close {
  color: #000 !important;
  mix-blend-mode: normal;
  opacity: 1;
}

.modal-body tr:nth-child(even) {
  background: rgb(235, 240, 244);
}
.modal-body th {
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
  text-transform: none;
}
.modal-body td {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 5px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .header-search-form .search-field {
    min-width: 258px;
  }
  .header-bottom-nav > li > a {
    min-width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 821px) {
  body .header-main .header-cart-link {
    padding: 10px 12px !important;
  }
  .header-search-form .search-field {
    height: 42px;
  }
  .header-search-form .submit-button {
    height: 42px;
  }
  .sticky-shrink .stuck .header-main {
    display: block !important;
  }
  .header-main .header-logo {
    display: none;
  }
  .header-main .header-logo-dark {
    display: block !important;
  }
  .header-bottom > .container {
    border-radius: 0;
  }
  .mobile-nav .has-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: auto;
    position: relative;
    margin-top: 11px;
  }
  .mobile-nav .has-icon a svg {
    max-width: 20px;
  }
  .mobile-nav .has-icon a i {
    text-align: center;
  }
  .mobile-nav .has-icon .icon-menu {
    background: var(--primary-color);
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .off-canvas .sidebar-menu {
    padding: 50px 0;
  }
  .off-canvas .nav-vertical > li {
    border-top: none !important;
    background-color: transparent !important;
  }
  .off-canvas .nav-vertical > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #111 !important;
    height: auto;
    font-size: 16px;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
  }
  .off-canvas .nav-vertical > li .toggle {
    color: #000;
    opacity: 1;
  }
  .off-canvas .nav-vertical > li.active > a {
    color: var(--fs-color-primary) !important;
  }
  .off-canvas .nav-vertical > li > ul > li a {
    color: #111;
  }
  .off-canvas .nav-vertical > li > ul > li li {
    position: relative;
    margin-left: 20px !important;
  }
  .off-canvas .nav-vertical > li > ul > li li:before {
    content: "";
    height: 5px;
    width: 5px;
    display: inline-block;
    background-color: #111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .off-canvas .languages {
    padding: 0 20px;
  }
  .off-canvas .languages a {
    color: #000 !important;
  }
  .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
    transform: translate(0);
    min-width: 300px;
    background: #fff;
  }
}
@media screen and (max-width: 512px) {
  .header-search-form .search-field {
    min-width: auto;
  }
  .section-title span.section-title-main {
    font-size: 26px;
  }
  .row-small > .col {
    padding: 0 6px 7px;
  }
  .row-linhvuc h4 {
    font-size: 18px;
  }
  .section-title.section-title-normal span {
    font-size: 20px;
  }
  .category-filter select {
    max-width: 131px;
    margin-left: 5px;
  }
  .category-page-row .sub_category {
    padding: 15px 10px;
  }
  .off-canvas .nav-vertical > li > a svg {
    width: 30px;
    height: 30px;
  }
  .product-info .single_add_to_cart_button {
    padding: 0 16px !important;
    font-size: 16px !important;
  }
  .product-info .ux-buy-now-button {
    min-width: 150px;
  }
  .product-small.box .actions.funet-actions .buy-now-button span {
    display: none;
  }
  .product-small.box del span.amount {
    margin-left: 0;
  }
  .product-info .tra_gop_button {
    width: 100%;
  }
  .mobile-product-scroller {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    display: block;
    will-change: transform;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .mobile-product-scroller .col {
    display: inline-block;
  }
  .mobile-product-scroller::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .mobile-product-scroller::-webkit-scrollbar-track {
    background: #C9C9C9;
  }
  .mobile-product-scroller::-webkit-scrollbar-thumb {
    background: var(--primary-color);
  }
  .mobile-product-scroller::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .category-page-row .row-small > .col {
    padding: 0px 8px 33px;
  }
  .col-spec, .share-mxh {
    display: none;
  }
  .product-thumbnails {
    max-width: 100%;
  }
  .filter-brand {
    margin-bottom: 0 !important;
  }
  .filter-brand .row-small > .col {
    padding-bottom: 15px !important;
  }
  .product-main h1.product-title {
    padding-top: 15px;
  }
  .filters-radio.mobile-slide .col {
    padding-bottom: 30px !important;
  }
  .product-info-wrap {
    min-height: auto;
  }
  .product-main {
    padding-bottom: 0;
  }
  .sub-category {
    overflow: hidden;
    position: relative;
  }
  .sub-category .devvn_readmore_flatsome:before {
    display: none;
  }
  .tabbed-content h4.uppercase {
    font-size: 20px;
  }
  .footer-1 h2 {
    font-size: 20px;
  }
  .product-small.box .price {
    flex-direction: column;
  }
  .box-vertical .box-text {
    padding-top: 10px;
  }
  .category-filter .filter-button {
    font-size: 14px;
  }
  .shop-container.list-view .product-small.col .box-image {
    padding-top: initial !important;
  }
  .product-small.box .button {
    width: 95%;
    font-size: 13px;
    padding: 0;
  }
  .nav-pills {
    padding-bottom: 10px;
  }
  .sidebar-menu-tabs.nav > li > a {
    color: #000;
  }
}
form.woocommerce-ordering {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-ordering select {
  display: none;
}

.woocommerce .woocommerce-ordering a {
  color: #333;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 22px;
  margin-left: 11px;
}

.woocommerce .woocommerce-ordering a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c9c9ca;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 1px;
}

.woocommerce .woocommerce-ordering a:hover:before {
  border-color: #0e9bcf;
}

.woocommerce .woocommerce-ordering a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #0e9bcf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 4px;
  left: 3px;
}

.woocommerce .woocommerce-ordering a.active:before {
  border-color: #0e9bcf;
}

.woocommerce .woocommerce-ordering a.active:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #0e9bcf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 4px;
  left: 3px;
}

#shop-sidebar .widget {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #DDD;
}
#shop-sidebar .price_slider_wrapper {
  padding: 20px 20px 0;
}
#shop-sidebar .block_widget {
  border: none;
  box-shadow: none;
}
#shop-sidebar .block_widget .large-4 {
  flex-basis: 100%;
  max-width: 100%;
}
#shop-sidebar span.widget-title {
  text-transform: none;
  font-size: 16px;
  background: rgb(247, 247, 247);
  display: block;
  color: #252525;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
#shop-sidebar .is-divider {
  display: none;
}
#shop-sidebar ul.product-categories {
  padding: 10px;
}
#shop-sidebar ul.product-categories li {
  position: relative;
}
#shop-sidebar ul.product-categories li a {
  padding: 8px 10px 8px 30px;
  color: #2c2c2c;
  font-size: 14px;
}
#shop-sidebar ul.product-categories li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1.5px solid #808080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 11px;
  opacity: 1;
  font-family: fl-icons !important;
}
#shop-sidebar ul.product-categories li + li {
  border-top: none;
}
#shop-sidebar ul.product-categories li:hover > a, #shop-sidebar ul.product-categories li.active > a {
  color: var(--primary-color);
}
#shop-sidebar ul.product-categories li:hover:before, #shop-sidebar ul.product-categories li.active:before {
  content: "\e00a";
  color: #fff;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#shop-sidebar .wafc-widget-layered-nav-list {
  padding: 15px;
}
#shop-sidebar .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  background-color: #ccc;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary-color);
  opacity: 1;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  height: 24px !important;
  width: 24px !important;
  border-radius: 50% !important;
  top: -8px !important;
  border: none !important;
  background: #fff !important;
  border: solid 6px var(--primary-color) !important;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  background-color: var(--primary-color);
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  width: 120px;
  border-radius: 80px;
  margin-top: 20px;
  font-size: 16px;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button:hover {
  background-color: var(--primary-color);
}
#shop-sidebar .widget_price_filter .price_slider_amount .price_label {
  display: flex;
  justify-content: space-between;
}

.sidebar-inner .block_widget {
  border: none;
  box-shadow: none;
}
.sidebar-inner .block_widget .large-4 {
  flex-basis: 100%;
  max-width: 100%;
}

span.filter-title-sidebar {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  display: block;
  padding: 12px 10px;
}

.filter-widget > ul {
  padding: 0 10px !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  border-top: 0 !important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  color: #222;
  position: relative;
  padding: 0 0 0 22px;
  border-bottom: 0;
  display: inline-block;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  content: "";
  font-size: 13px;
  color: #222;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -wwebkit-border-radius: 2px;
  border: 1px solid #c8c8c8;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:active::before {
  content: "\f00d";
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:focus::before {
  content: "\f00d";
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover::before {
  content: "\f00d";
}

.free-shipping-notice {
  border-top: 1px solid #ccc;
  color: var(--primary-color);
  font-size: 16px;
  padding-top: 10px;
}

.follow-icons-custom a.lazada,
.follow-icons-custom a.shopee {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  max-width: 36px;
  max-height: 36px;
}
.follow-icons-custom a.lazada img,
.follow-icons-custom a.shopee img {
  width: 100% !important;
  height: 100% !important;
  max-width: 36px;
  max-height: 36px;
  display: block;
  border-radius: 50%;
}

/* === Bottom Contact Bar (mobile fixed) === */
.bottom-contact {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.bottom-contact ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-contact li {
  flex: 1 1 0;
  margin: 0;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.bottom-contact li:last-child {
  border-right: 0;
}
.bottom-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 4px;
  color: #333;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
}
.bottom-contact a:hover {
  color: var(--main-color);
}
.bottom-contact .icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-contact .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.bottom-contact span {
  display: block;
  font-size: 11px;
  font-weight: 500;
}

/* Mobile only — Flatsome breakpoint medium = 849px */
@media (max-width: 849px) {
  .bottom-contact {
    display: block;
  }
  body {
    padding-bottom: 64px;
  } /* prevent footer overlap */
}
.tiktok-shop {
  max-width: 35px;
  height: 35px;
  padding: 4px;
}
.tiktok-shop img {
  width: auto !important;
  margin: 0 auto;
  border-radius: 0 !important;
  max-width: 28px;
}/*# sourceMappingURL=style.css.map */