/*VARIABLE*/
/*FONTS*/
@font-face {
  font-family: "SVN-Acherus-Regular";
  src: url("../flatsome-child/assets/fonts/SVN-Acherus-Regular.woff") format("woff");
}
/*MIXINS*/
/*GENERAL*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wrapper *:not(i) {
  font-family: "SVN-Acherus-Regular", sans-serif !important;
}

.home #wide-nav .flex-center .header-nav li a {
  line-height: 40px;
}
.home #wide-nav .flex-center .header-nav li a img {
  display: block !important;
}

.title-home-common .section-title {
  margin-bottom: 0;
}
.title-home-common .section-title b {
  display: none;
}
.title-home-common .section-title .section-title-main {
  font-size: calc(32px + 18 * (100vw - 300px) / 1620);
  font-weight: 400;
  margin: 0 auto;
}

.product .top.right.show-on-hover {
  opacity: 1;
}
.product .top.right.show-on-hover .wishlist-icon .wishlist-button {
  position: relative;
  border: none;
  background-color: transparent;
}
.product .top.right.show-on-hover .wishlist-icon .wishlist-button i {
  display: none;
}
.product .top.right.show-on-hover .wishlist-icon .wishlist-button::before {
  content: "\f004";
  font-weight: 400;
  font-family: "Font Awesome 6 Free" !important;
  font-size: 22px;
  transform: translate(-50%);
  color: var(--black);
}
.product .top.right.show-on-hover .wishlist-icon .wishlist-button.wishlist-added::before {
  font-weight: 900;
  color: red;
}

.pswp__img {
  background-color: #f9f2e8;
}

/*HEADER*/
@media (max-width: 991px) {
  #header {
    height: 135px !important;
  }
}
@media (max-width: 991px) {
  #header #masthead {
    height: 70px !important;
  }
  #header #masthead #logo img {
    max-height: 70px !important;
  }
}
#header #masthead .header-inner .flex-right .menu-header-tab1 .menu li {
  border: none;
  display: inline-block;
  margin: 0 10px;
}
#header #masthead .header-inner .flex-right .menu-header-tab1 .menu li:first-child {
  margin-left: 30px !important;
}
@media (max-width: 991px) {
  #header #masthead .header-inner .flex-right .menu-header-tab1 .menu li:first-child {
    margin-left: 0 !important;
  }
}
#header #masthead .header-inner .flex-right .menu-header-tab1 .menu li a {
  font-size: 0 !important;
}
#header #masthead .header-inner .flex-right .menu-header-tab1 .menu li a img {
  width: 30px;
  height: 30px;
}
#header #masthead .header-inner .flex-right .wpml-ls-statics-shortcode_actions {
  width: 4em;
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
#header #masthead .header-inner .flex-right .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown a {
  border: 2px solid var(--black);
}
#header #masthead .header-inner .flex-left .header-nav .header-search-form form input {
  height: 50px;
  border: 2px solid var(--black);
  padding: 0 20px;
}
#header #masthead .header-inner .flex-left .header-nav .header-search-form form input::placeholder {
  font-size: 14px;
  font-weight: 400;
}
#header #masthead .header-inner .flex-left .header-nav .header-search-form form button[type=submit] {
  position: relative;
  right: 15px;
}
#header #masthead .show-for-medium.flex-right .custom {
  display: block;
}
#header #masthead .show-for-medium.flex-right .custom .menu-header-tab1 .menu li {
  border: none;
  display: inline-block;
  margin: 0;
}
#header #masthead .show-for-medium.flex-right .custom .menu-header-tab1 .menu li a {
  font-size: 0 !important;
}
#header #masthead .show-for-medium.flex-right .custom .menu-header-tab1 .menu li a img {
  width: 24px;
  height: 24px;
}
#header #wide-nav .flex-center {
  width: 100%;
}
#header #wide-nav .flex-center .header-nav {
  width: 100%;
}
@media (min-width: 1141px) {
  #header #wide-nav .flex-center .header-nav li {
    width: calc(16.6666666667% - 8px);
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#header #wide-nav .flex-center .header-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  text-align: center;
  line-height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #header #wide-nav .flex-center .header-nav li a {
    font-size: 16px;
    line-height: 30px;
  }
}
#header #wide-nav .flex-center .header-nav li a img {
  background-color: #f9f9f9;
  display: none;
}
@media (min-width: 1360px) and (max-width: 1440px) {
  #header #wide-nav .flex-center .header-nav li a img {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1359px) {
  #header #wide-nav .flex-center .header-nav li a img {
    max-width: 150px;
    margin: 0 auto;
  }
}
#header #wide-nav .flex-center .header-nav li::before, #header #wide-nav .flex-center .header-nav li::after {
  display: none;
}
#header #wide-nav .flex-center .header-nav li .sub-menu {
  padding: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
}
#header #wide-nav .flex-center .header-nav li .sub-menu li {
  width: 100%;
}
#header #wide-nav .flex-center .header-nav li .sub-menu li a {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: var(--black);
  line-height: normal;
  text-align: left;
  padding: 5px 0;
}
#header #wide-nav .header-search-form form input {
  height: 50px;
  border: 2px solid var(--black);
}
#header #wide-nav .header-search-form form input::placeholder {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #header .stuck {
    height: 120px;
  }
  #header .stuck #masthead {
    height: 70px !important;
  }
  #header .stuck #logo img {
    max-height: 70px !important;
  }
}
#header .stuck #wide-nav .flex-center .header-nav li a {
  line-height: 40px;
}
#header .stuck #wide-nav .flex-center .header-nav li a img {
  display: none !important;
}

#main-menu .sidebar-menu .nav li a {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: var(--black);
  text-transform: initial;
}
#main-menu .sidebar-menu .nav li a img {
  display: none;
}

/*BANNER*/
.section-home-banner .flickity-page-dots .dot {
  background-color: var(--white);
  border: 1px solid #e5a65c !important;
  opacity: 1;
  width: 20px;
  height: 20px;
}
.section-home-banner .flickity-page-dots .dot.is-selected {
  background-color: #e5a65c !important;
}

/*SERVICE*/
@media (min-width: 992px) {
  .section-home-service {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-home-service .box-service-menu .service_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-home-service .box-service-menu .service_menu li {
  border: none;
  text-align: center;
}
@media (min-width: 992px) {
  .section-home-service .box-service-menu .service_menu li {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .section-home-service .box-service-menu .service_menu li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .section-home-service .box-service-menu .service_menu li {
    width: 100%;
  }
}
.section-home-service .box-service-menu .service_menu li a {
  font-size: calc(22px + 6 * (100vw - 300px) / 1620);
  text-transform: uppercase;
  transition: all 0.3s;
}
.section-home-service .box-service-menu .service_menu li a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .section-favorite-products {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .section-favorite-products {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.section-favorite-products .title-home-common .section-title-main {
  margin-left: 0;
  font-size: calc(22px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-transform: initial;
}
@media (min-width: 1441px) {
  .section-favorite-products .favorite-products {
    height: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .section-favorite-products .favorite-products {
    height: 260px;
  }
}
.section-favorite-products .favorite-products .slick-arrow {
  background-color: #caaf9c;
  box-shadow: 0 0 5px #42210b;
  width: 45px !important;
  height: 45px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 15px;
  z-index: 9;
}
.section-favorite-products .favorite-products .slick-arrow i {
  color: var(--white);
  font-size: 18px;
}
.section-favorite-products .favorite-products .slick-arrow.slick-prev {
  left: 0;
}
.section-favorite-products .favorite-products .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 1441px) {
  .section-favorite-products .favorite-products .product {
    max-width: 380px !important;
    padding: 0 8px 0 8px;
  }
}
@media (min-width: 1141px) and (max-width: 1440px) {
  .section-favorite-products .favorite-products .product {
    max-width: 270px !important;
    padding: 0 8px 0 8px;
  }
}
@media (max-width: 1140px) {
  .section-favorite-products .favorite-products .product {
    max-width: 380px !important;
    padding: 0 8px 0 8px;
  }
}
@media (max-width: 480px) {
  .section-favorite-products .favorite-products .product {
    padding-bottom: 0;
  }
}
.section-favorite-products .favorite-products .product .col-inner {
  height: 260px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .section-favorite-products .favorite-products .product .col-inner {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .section-favorite-products .favorite-products .product .col-inner {
    height: 260px;
  }
}
.section-favorite-products .favorite-products .product .col-inner .box {
  height: 100%;
}
.section-favorite-products .favorite-products .product .col-inner .box .image-fade_in_back {
  height: 100%;
}
.section-favorite-products .favorite-products .product .col-inner .box .image-fade_in_back a {
  height: 100%;
}
.section-favorite-products .favorite-products .product .col-inner .box .image-fade_in_back a img {
  height: 100%;
}
.section-favorite-products .favorite-products .product .col-inner .box .box-image {
  height: 100%;
}
.section-favorite-products .favorite-products .product .col-inner .box .box-image img {
  background-color: #f9f2e8;
  object-fit: cover;
}

/*HOME CONTENT Z*/
.section-contents-z .row {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-contents-z .row .col-des .col-inner {
    padding: 120px 100px;
  }
}
@media (max-width: 991px) {
  .section-contents-z .row .col-des .col-inner {
    padding: 15px;
  }
}
.section-contents-z .row .col-des .col-inner .box .box-text {
  padding: 0;
}
.section-contents-z .row .col-des .col-inner .box .box-text .title {
  font-size: calc(22px + 10 * (100vw - 300px) / 1620);
  font-weight: 400;
  margin-bottom: 20px;
}
.section-contents-z .row .col-des .col-inner .box .box-text .des {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}

/*FORM ADVISE*/
.section-form-advise {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-form-advise .row-main {
  position: relative;
}
@media (min-width: 992px) {
  .section-form-advise .row-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-form-advise .row-main .bg-row {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1141px) and (max-width: 1480px) {
  .section-form-advise .col-form {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 850px) and (max-width: 1140px) {
  .section-form-advise .col-form {
    flex-basis: 70% !important;
    max-width: 70% !important;
  }
}
.section-form-advise .box-title .title {
  font-size: calc(22px + 10 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-form-advise .box-title .subtitle {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
}
.section-form-advise .box-form {
  margin-top: 20px;
}
.section-form-advise .box-form form input {
  height: 55px;
  border: 1px solid #42210b;
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  color: var(--black);
  font-weight: 400;
}
.section-form-advise .box-form form input::placeholder {
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  color: var(--black);
  font-weight: 400;
}
.section-form-advise .box-form form input[type=submit] {
  width: 100%;
  margin: 0;
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  color: var(--black);
  font-weight: 400;
}

/*SHOP CONTAINER*/
.category-page-row {
  padding-top: 0 !important;
  max-width: 1230px !important;
}

.shop-page-title .woocommerce-breadcrumb {
  font-size: calc(22px + 4 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-transform: initial;
}
.shop-page-title .page-title-inner {
  max-width: 1230px !important;
}

.shop-container .products .product .col-inner .box .box-image img {
  background-color: #f9f9f9;
}
.shop-container .products .product .col-inner .box .box-text .title-wrapper {
  margin-bottom: 8px;
}
.shop-container .products .product .col-inner .box .box-text .title-wrapper .name a {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.shop-container .products .product .col-inner .box .box-text .price-wrapper {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
.shop-container .products .product .col-inner .box .box-text .price-wrapper .price {
  font-weight: 700;
}

/*CUSTOM PRODUCT PAGE*/
.custom-product-page .product-thumbnails .is-selected a {
  border: 1px solid #caaf9c;
  box-shadow: -2px 4px 10px #caaf9c;
}
.custom-product-page .product-title-container .product-title {
  font-size: calc(22px + 10 * (100vw - 300px) / 1620);
  font-weight: 400;
}
.custom-product-page .product-price-container .price-wrapper .price {
  font-size: 0;
}
.custom-product-page .product-price-container .price-wrapper .price span {
  font-size: calc(32px + 18 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: var(--primary_color);
}
.custom-product-page .product-short-description {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  margin-top: 20px;
}
.custom-product-page .btn-advise {
  padding: 5px 20px;
  width: 100%;
}
.custom-product-page .btn-advise span {
  color: var(--white);
  font-size: calc(22px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
}
.custom-product-page .product-note {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: var(--primary_color);
  margin-top: 10px;
  line-height: 23px;
}
.custom-product-page .title-product-page .section-title .section-title-main {
  color: var(--primary_color);
}
.custom-product-page .policy-products .post-item .col-inner .box .box-title .post-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.custom-product-page .policy-products .post-item .col-inner .box .box-title .btn-viewmore {
  margin: 0 0 0 auto;
  display: block;
  text-transform: initial;
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: var(--black);
  font-style: italic;
  transition: all 0.3s;
}
.custom-product-page .policy-products .post-item .col-inner .box .box-title .btn-viewmore:hover {
  color: var(--primary_color);
}

/*ARCHIVE*/
.archive-page-header .page-title {
  font-size: calc(32px + 18 * (100vw - 300px) / 1620);
  font-weight: 400;
}

.list-post .post-item .col-inner .box .box-text .post-title {
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-post .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*SINGLE*/
.entry-header .entry-title {
  font-size: 38px;
  font-weight: 400;
}
.entry-header .entry-meta {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

/*CONTACT*/
.section-contact .branchs .branch {
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.section-contact .branchs .branch .detail .address span,
.section-contact .branchs .branch .detail .hotline span {
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  font-weight: 400;
}
.section-contact .branchs .branch .link-map a {
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-style: italic;
  transition: all 0.3s;
}
.section-contact .branchs .branch .link-map a:hover {
  color: var(--primary_color);
}

/*FORM POPUP*/
#advise {
  padding: 50px 100px;
  background-color: rgba(249, 242, 232, 0.9);
  border-radius: 20px;
}
@media (max-width: 1440px) {
  #advise {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  #advise {
    padding: 30px;
    max-width: 90% !important;
  }
}
@media (max-width: 480px) {
  #advise {
    padding: 20px;
    max-width: 100% !important;
  }
}
#advise .box-title .title {
  font-size: calc(22px + 10 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
#advise .box-title .subtitle {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
}
#advise .box-form {
  margin-top: calc(17px + 3 * (100vw - 300px) / 1620);
}
#advise .box-form .wpcf7-spinner {
  display: none;
}
#advise .box-form form input {
  height: 55px;
  border: 1px solid #42210b;
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  color: var(--black);
  font-weight: 400;
  background-color: #f9f2e8;
}
#advise .box-form form input::placeholder {
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  color: var(--black);
  font-weight: 400;
}
#advise .box-form form input[type=submit] {
  width: 100%;
  margin: 0;
  font-size: calc(17px + 3 * (100vw - 300px) / 1620);
  color: var(--black);
  font-weight: 400;
  background-color: var(--primary_color);
}

#thankyou {
  padding: 50px 100px;
  background-color: rgba(249, 242, 232, 0.9);
  border-radius: 20px;
}
@media (max-width: 1440px) {
  #thankyou {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  #thankyou {
    padding: 30px;
    max-width: 90% !important;
  }
}
@media (max-width: 480px) {
  #thankyou {
    padding: 20px;
    max-width: 100% !important;
  }
}
#thankyou .box-title .content-form {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
}
#thankyou .divider {
  width: 60%;
  height: 2px;
  background-color: var(--primary_color);
  margin: 20px auto;
}
#thankyou .box-contact .title {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
}
#thankyou .box-contact .group-btn a {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  color: var(--black);
}

/*FOOTER*/
#footer .footer-1 {
  border: none;
  position: relative;
  margin-top: 20px;
}
#footer .footer-1::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background-color: var(--black);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1141px) {
  #footer .footer-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#footer .footer-1 .row {
  max-width: 1630px !important;
}
@media (min-width: 1141px) {
  #footer .footer-1 .col:first-child {
    flex-basis: 15% !important;
    max-width: 15% !important;
  }
}
@media (min-width: 1141px) {
  #footer .footer-1 .col:nth-child(2) {
    flex-basis: 45% !important;
    max-width: 45% !important;
  }
}
@media (min-width: 1141px) {
  #footer .footer-1 .col:last-child {
    flex-basis: 40% !important;
    max-width: 40% !important;
  }
}
#footer .footer-1 .widget-title {
  display: block;
  font-size: calc(22px + 4 * (100vw - 300px) / 1620);
  line-height: 1.6;
  margin-bottom: 0.5em;
}
#footer .footer-1 .is-divider {
  display: none;
}
#footer .footer-1 .menu li {
  margin-bottom: 0;
  border: none;
}
#footer .footer-1 .menu li a {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  padding: 0;
  transition: ease 0.3s;
}
#footer .footer-1 .menu li a:hover {
  color: var(--primary_color);
}
#footer .footer-1 .box-image-logo .box-image {
  margin-left: 0;
}
@media (max-width: 991px) {
  #footer .footer-1 .box-image-logo .box-image {
    margin: 0 auto;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  #footer .footer-1 .box-image-logo .box-image {
    width: 20% !important;
  }
}
@media (max-width: 480px) {
  #footer .footer-1 .box-image-logo .box-image {
    width: 40% !important;
  }
}
#footer .footer-1 .box-contact-footer .company-name {
  font-size: calc(22px + 4 * (100vw - 300px) / 1620);
  text-transform: uppercase;
  font-weight: 700;
}
#footer .footer-1 .box-contact-footer .branch {
  margin-bottom: 10px;
}
#footer .footer-1 .box-contact-footer .branch .address span,
#footer .footer-1 .box-contact-footer .branch .address a,
#footer .footer-1 .box-contact-footer .branch .hotline span,
#footer .footer-1 .box-contact-footer .branch .hotline a {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
#footer .footer-1 .box-contact-footer .contact-info .item {
  margin-bottom: 0;
}
#footer .footer-1 .box-contact-footer .contact-info .item .label {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
#footer .footer-1 .box-contact-footer .contact-info .item .detail {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
#footer .footer-1 .box-contact-footer .contact-info .item .detail span {
  color: #29abe2;
}
#footer .footer-1 .box-fl-footer .box-social .box-social-inner .title {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-transform: uppercase;
  width: unset;
  margin-right: 40px;
}
@media (max-width: 480px) {
  #footer .footer-1 .box-fl-footer .box-social .box-social-inner .title {
    margin-right: 0;
  }
}
#footer .footer-1 .box-fl-footer .box-social .box-social-inner ul.list-social li {
  display: inline-block;
  margin-left: 10px;
}
#footer .footer-1 .box-fl-footer .box-social .box-social-inner ul.list-social li img {
  width: 55px;
  height: 55px;
}
@media (max-width: 480px) {
  #footer .footer-1 .box-fl-footer .box-social .box-social-inner ul.list-social li img {
    width: 40px;
    height: 40px;
  }
}
#footer .footer-1 .box-fl-footer .box-zalo .title-zalo {
  font-size: calc(18px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  text-transform: uppercase;
}
#footer .footer-1 .box-fl-footer .box-zalo .button {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  border-radius: 8px;
  background-color: #29abe2;
  font-weight: 400;
  padding: 0 15px 0 5px;
}
@media (max-width: 480px) {
  #footer .footer-1 .box-fl-footer .box-payment-certification .box-payment-certification-inner {
    flex-wrap: wrap;
  }
}
#footer .footer-1 .box-fl-footer .box-payment-certification .box-payment-certification-inner .title {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  text-transform: uppercase;
}
#footer .footer-1 .box-fl-footer .box-payment-certification .box-payment-certification-inner .box-payment {
  margin-right: 50px;
}
@media (max-width: 480px) {
  #footer .footer-1 .box-fl-footer .box-payment-certification .box-payment-certification-inner .box-payment {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#footer .footer-1 .box-fl-footer .box-payment-certification .box-payment-certification-inner .box-certification .certification {
  height: 48px;
}
#footer .footer-1 .box-fl-footer .box-payment-certification .box-payment-certification-inner .box-certification .certification img {
  width: 100%;
  height: 100%;
}
#footer .absolute-footer {
  display: none;
}

/*Filter*/
.filter-wrapper {
  position: absolute;
  z-index: 9;
  top: 35px;
}
.filter-wrapper span {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}

.woof_redraw_zone {
  z-index: 9 !important;
}

.woof {
  padding: 0 0 0 100px !important;
  border: none;
}
@media (max-width: 480px) {
  .woof {
    padding: 0 0 0 80px !important;
  }
}
.woof .woof_container {
  width: 12%;
}
@media (max-width: 480px) {
  .woof .woof_container {
    min-width: 50%;
  }
}
.woof .woof_container_inner {
  padding-left: 0;
  margin-right: 5px;
}
.woof .woof_container_inner select {
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
.woof .woof_container_inner select option {
  padding: 5px 0 !important;
}

.woof_reset_search_form {
  display: none !important;
}

.woof_products_top_panel .woof_products_top_panel_ul {
  display: flex;
  align-items: center;
}
.woof_products_top_panel .woof_products_top_panel_ul li button {
  margin-bottom: 0;
  text-transform: initial;
  font-weight: 400;
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
  padding: 0;
}

/*POPUP ZALO*/
.popup-zalo .popup-zalo-inner {
  background-color: #f9f2e8;
  border-radius: 20px;
}
.popup-zalo .popup-zalo-inner .box .box-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.popup-zalo .popup-zalo-inner .box .box-text .title {
  font-size: 22px;
  font-weight: 400;
}
.popup-zalo .popup-zalo-inner .box .box-text .button {
  border: none;
  color: #29abe2;
  background-color: rgba(41, 171, 226, 0.3);
  text-transform: initial;
  font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
.popup-zalo .popup-zalo-inner .box .box-text .button img {
  height: 40px;
  width: 40px;
}
.popup-zalo .popup-zalo-inner .box .box-text .button span {
  line-height: 47px;
}

.wishlist_table .item-wrapper .item-details-table .label {
  display: none;
}

.wishlist-title-container {
  display: none;
}

.contact-fix {
  bottom: 70px;
  right: 20px;
}
.contact-fix .contact-fix-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-fix .contact-fix-inner a {
  margin-bottom: 12px;
}
.contact-fix .contact-fix-inner a img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.contact-fix .contact-fix-inner .text-fixed span {
  text-align: center;
  color: var(--primary_color);
  display: block;
  text-shadow: 1px 1px #999;
}
.contact-fix .contact-fix-inner .text-fixed span.arrow {
  transform: rotate(-90deg);
}

.back-to-top {
  min-width: 50px !important;
  min-height: 50px !important;
  background-color: var(--primary_color) !important;
  border: 1px solid var(--primary_color) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.back-to-top i {
  font-size: 16px;
  color: var(--white);
}/*# sourceMappingURL=style-custom.css.map */