:root {
  --subColor: #4e7661;
  --textColor: #00090f;
  --topHeader: #8cc7a8;
  --bgHeader: #ffffff;
  --topHeader2: #b2d18f;
  --bgFlash: linear-gradient(
    to right,
    rgb(140, 199, 168, 0.6),
    rgb(178, 209, 143, 0.6)
  );
  --gutter: 30px;
}

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  color: var(--textColor);
  background-color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.slider-show-nav .flickity-prev-next-button {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  border-color: #fff;
  border-radius: 99px;
  border: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  min-height: unset;
}

.slider-show-nav .flickity-prev-next-button:hover {
  background-color: var(--fs-color-primary);
}

.slider-show-nav .flickity-prev-next-button svg {
  border: 0 !important;
  width: 26px;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title-module {
  display: block;
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.title-module a {
  display: block;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.title-module .box_title {
  display: inherit;
}

.title-module .box_title img {
  max-width: 120px;
  margin-top: -20px;
}

.link_title {
  text-align: center;
}

.link_title a {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 30px;
  color: #000;
  font-size: 14px;
  margin: 7px 3.5px 0px 3.5px;
  background-color: #efefef;
  pointer-events: none;
}

.show-more-pro {
  padding: 10px 0px;
  text-align: center;
}

.show-more-pro .a-show-more {
  padding: 5px 30px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid var(--fs-color-primary);
  pointer-events: none;
}

.top-content {
  gap: 20px;
  margin: auto;
  padding: 0px 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow: auto;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.top-content .separator {
  width: 2px;
  min-width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}

#woocommerce-product-search-field-0,
#woocommerce-product-search-field-1 {
  box-shadow: none;
  height: 40px;
  border-radius: 99px !important;
  background-color: #f6f6f6;
  border-color: transparent;
  font-size: 14px;
}

.box-maps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 36px;
  margin-right: 15px;
}

.box-maps img {
  max-height: 24px;
  max-width: 24px;
}

.box-maps .content_maps {
  margin-left: 5px;
}

.box-maps .content_maps a {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.header-nav .header-search-form .flex-col:not(.flex-grow) {
  margin-left: -40px;
}

.searchform .button.icon {
  background-color: transparent;
  color: #000;
  border: none;
  box-shadow: none;
  font-size: 16px;
}

#wide-nav .nav > li > a {
  padding: 7px 15px 7px 15px;
  border: 1px solid #efefef;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

#wide-nav .nav > li.active > a {
  color: var(--subColor);
}

.custom-shop-header.row.row-small {
  max-width: 1256px;
}

.custom-shop-header.row-small > .col {
  padding-bottom: 0;
}

.shop-page-title .page-title-inner {
  padding-top: 0;
}

.has-shadow > .col > .col-inner {
  border-radius: 10px;
}

.product-small.box {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.product-small.box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-small.box .box-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-small.box .category {
  display: inline-block;
  text-transform: uppercase;
  color: var(--fs-color-primary);
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
  display: block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
}

.product-small .name {
  font-size: 16px;
  font-weight: 400;
  white-space: unset;
  line-height: 20px;
  height: 40px;
  margin-bottom: 0px;
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 0.5rem;
}

.product-small .name a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-small span.amount {
  color: #c90000;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
}

.product-small del span.amount {
  color: #98a4a9;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
}

.product-small .price-wrapper {
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-small .badge-container {
  margin: 0;
  top: 10px;
  left: 10px;
}

.product-small .badge-container .badge {
  background-image: url(//bizweb.dktcdn.net/100/505/645/themes/956063/assets/background-smart.png?1720155052070);
  background-repeat: no-repeat;
  font-size: 12px;
  border-radius: 5px;
  color: #ffff;
  height: 24px;
  width: 50px;
  border: 0;
}

.product-small .badge-container .badge .on-sale {
  border: 0;
  color: #fff;
  background-color: transparent;
}

.product-small .box-text {
  padding-top: 0.75rem;
  padding-bottom: 0;
}

.post-item .box {
  background-color: #fafafa;
  border-radius: 10px;
}

.post-item .box .box-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.post-item .box .box-text {
  padding: 10px;
}

.block-mailchimp {
  padding: 20px;
  background: linear-gradient(-180deg, #f53d2d, #f63);
  border-radius: 10px;
  position: relative;
}

.block-mailchimp img {
  position: absolute;
  bottom: 0px;
  left: 46%;
  max-width: 140px;
}

.block-mailchimp h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.block-mailchimp .desc {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

#mc-form {
  position: relative;
  margin: 0;
}

#wrapper > .message-wrapper {
  display: none !important;
}

.block-mailchimp .newsletter-form input {
  height: 48px;
  width: 100%;
  padding: 0 125px 0 20px;
  font-size: 14px;
  border-radius: 50px !important;
  margin: 0px;
}

.block-mailchimp .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: initial;
  height: 48px;
  font-size: 14px;
  padding: 0 30px;
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 0px 48px 48px 0px;
  line-height: inherit;
  margin: 0;
}

.block-mailchimp .col {
  padding-bottom: 0;
}

.mid-footer .ux-logo-link {
  padding: 0 !important;
  margin-bottom: 5px;
}

.mid-footer .des_foo {
  color: #000;
  margin-bottom: 10px;
}

footer .title-menu {
  line-height: normal;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 14px;
  margin: 0px 0 15px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
}

footer .content-contact span.list_footer {
  float: left;
  color: #000;
  margin-bottom: 5px;
}

footer .content-contact span.list_footer a {
  color: var(--fs-color-primary);
  font-weight: 600;
}

footer .social-footer {
  position: relative;
  display: block;
  margin-top: 10px;
}

footer .social-footer .social {
  margin-top: 10px;
  margin-bottom: 10px;
}

footer .social-footer .social a {
  display: inline-block;
  width: 35px;
  font-size: 14px;
  margin-right: 5px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  background-color: var(--subColor);
}

footer .social-footer .social a svg {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

footer .social-footer .social a svg path {
  fill: #fff;
}

#footer a {
  pointer-events: none;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
  border-radius: 10px;
}

.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;
  border-radius: 0.5rem !important;
}

.vertical-thumbnails {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b2d18f #e0e0e0;
}

input[type="button"].is-form {
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  background: transparent;
  border-radius: 0.5rem;
  line-height: 1;
  background-color: #f4f5f7;
  border: 0;
}

.quantity input[type="number"] {
  width: 35px;
  height: 35px;
  background-color: #f4f5f7;
  border: 0;
}

b,
strong {
  font-weight: 700;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin: 0;
  transform: unset;
}

.breadcrumbs {
  background: #f5f5f5;
}

.breadcrumbs .col {
  padding: 0.5rem 15px;
}

.shop-page-title {
  display: none;
}

/*************** ss_cart-page.   ***************/
.woocommerce-notices-wrapper {
  display: none !important;
}

.ss_cart-page .cart-empty-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #4a4f63;
}

.ss_cart-page .cart-empty-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgb(114, 128, 145);
  max-width: 370px;
  margin: 4px auto 16px;
}

.ss_cart-page .return-to-shop a {
  height: 40px;
  padding: 0px 40px;
  margin: 0;
  border-radius: 99px;
  text-transform: initial;
  font-weight: 300;
  background: var(--fs-color-primary);
}

.ss_cart-page .woocommerce-checkout .large-5.col .is-sticky-column {
  background: #fff;
  border-radius: 0.75rem;
}

.ss_cart-page .shop_table thead {
  display: none !important;
}

.ss_cart-page .shop_table .product-subtotal {
  font-size: 0;
  width: 40px;
}

.ss_cart-page .shop_table .product-thumbnail img {
  width: 60px;
  height: 60px;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
}

.ss_cart-page .shop_table .product-name a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #020b27;
}

.ss_cart-page .shop_table .product-price bdi {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  color: #020b27;
}

.ss_cart-page .shop_table .product-remove {
  position: absolute;
  right: 0;
  width: 31px;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  height: 100%;
}

.ss_cart-page .shop_table .woocommerce-cart-form__cart-item {
  position: relative;
}

.ss_cart-page .woocommerce-checkout .woocommerce-billing-fields {
  padding-top: 0;
  border: unset;
}

.ss_cart-page .woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none;
}

.before-customer-details {
  display: flex;
  align-items: center;
}

.before-customer-details img {
  width: 24px;
  height: 24px;
  margin-top: -10px;
}

.before-customer-details p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.0025em;
  flex: 1;
  word-break: break-word;
  margin-left: 12px;
  color: #4a4f63;
}

.bottom-bill {
  position: absolute;
  left: -1rem;
  width: calc(100% + 2rem);
}

.bottom-bill svg {
  width: 100%;
  height: auto;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields h3,
.woocommerce-additional-fields label {
  display: none;
}

button#place_order {
  background: var(--fs-color-primary);
  line-height: 1;
  min-height: unset;
  border-radius: 99px;
  text-transform: math-auto;
  font-size: 16px;
  font-weight: 500;
  padding: 0.75rem 1rem;
}

.woocommerce-checkout-review-order-table tbody {
  display: none;
}

.woocommerce-checkout-review-order-table .order-total th {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #020b27;
}

.woocommerce-checkout-review-order-table
  .order-total
  td
  .woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--fs-color-primary);
  letter-spacing: 0.005em;
}

.shop_table .order-total td,
.shop_table .order-total th {
  border-width: 1px;
}

.return-page-shop .col {
  padding: 0;
}

.return-page-shop .col-inner {
  display: grid;
}

.return-page-shop .custom-paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #020b27;
  margin-bottom: 5px;
}

.return-page-shop a {
  border: none !important;
  text-transform: initial;
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.woocommerce-cart-form__contents tbody tr:last-child {
  display: none;
}

#order_review_heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.0025em;
  flex: 1;
  word-break: break-word;
  color: #4a4f63;
  text-transform: initial;
  padding: 0;
}

.ss_cart-page .woocommerce.columns-6 .products.row {
  max-width: 1224px;
}

.continue-shopping {
  display: none;
}

.row.return-page-shop {
  padding: 0 15px;
}

.title-icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.title-icon h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  margin-left: 12px;
  color: #000;
}

.ss_cart-page .woocommerce-checkout .has-border {
  border: unset;
  padding: 0;
}

.cart-box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.75rem;
}

.cart-box table,
.cart-box form {
  margin-bottom: 0;
}

section.woocommerce-order-details,
.woocommerce-customer-details {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.75rem;
}

.woocommerce-customer-details {
  margin-top: 1rem;
}

.woocommerce-order .col p:first-child {
  display: none !important;
}

.prd-xem .col {
  padding-bottom: 0;
}

@media screen and (min-width: 850px) {
  .sectiondaxem .large-columns-4 > .col {
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (max-width: 48em) {
  .title-module {
    font-size: 20px;
  }

  .off-canvas-left .mfp-content {
    width: 100% !important;
    background-color: #ffff !important;
    box-shadow: none !important;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    color: #000;
    font-size: 14px;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a span {
    position: relative;
    text-align: left;
    top: 0;
  }

  .custom-shop-header.row {
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: initial !important;
    text-align: center !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
  }

  .custom-shop-header.row .col {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 5px 10px;
  }

  .shop-page-title .woocommerce-breadcrumb {
    text-align: left;
  }

  .shop-page-title .flex-col.medium-text-center {
    text-align: right !important;
    padding-top: 15px;
  }

  .shop-page-title .category-filtering {
    position: absolute;
    bottom: 0;
  }
}
