:root {
  --theme-color: #f6eaea;
  --theme-color2: #f9e2dc;
  --theme-color3: #ff7b7c;
  --theme-color4: #e5c7ce;

  --black: #213333;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'ACYRegular';
  --semi: 'ACYSemibold';
  --light: 'ACYLight';
  --bold: 'ACYBold';
}

html {
  overflow-x: hidden;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
/* Add fonts */
@font-face {
  font-family: 'ACYRegular';
  src: url('./fonts/AvertaCY-Regular.woff2') format('woff2'),
    url('./fonts/AvertaCY-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ACYBold';
  src: url('./fonts/AvertaCY-Bold.woff2') format('woff2'),
    url('./fonts/AvertaCY-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ACYLight';
  src: url('./fonts/AvertaCY-Light.woff2') format('woff2'),
    url('./fonts/AvertaCY-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ACYSemibold';
  src: url('./fonts/AvertaCY-Semibold.woff2') format('woff2'),
    url('./fonts/AvertaCY-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* End add fonts */
/* Format theme */
pre {
  display: none !important;
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: var(--bold);
}

b {
  color: #000;
}

body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: 'ACYRegular', sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}

.section-title-normal {
  border-bottom: 0;
}

#yith-wcwl-form .wishlist-title {
  margin-bottom: 0;
}
.shop_table.wishlist_table thead,
.shop_table.wishlist_table .product-remove {
  display: none;
}
.shop_table.wishlist_table .wishlist-items-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.shop_table.wishlist_table .wishlist-items-wrapper tr {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-thumbnail img,
.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-thumbnail a,
.wishlist_table.mobile li .item-wrapper .product-thumbnail a {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 125%;
  display: block;
  width: 100%;
  border-radius: 6px;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-thumbnail {
  width: 100%;
  max-width: 100%;
  padding: 0;
  order: 1;
}
.shop_table.wishlist_table .wishlist-items-wrapper td {
  border: 0;
  text-align: left;
  padding: 0;
  order: 4;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-name {
  text-align: left;
  order: 3;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-name a {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-price {
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  order: 2;
  padding-top: 20px;
  margin-bottom: 0;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-price span.amount {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.shop_table.wishlist_table .wishlist-items-wrapper .product-price del {
  text-decoration: unset;
  order: 2;
}

.shop_table.wishlist_table .wishlist-items-wrapper .product-add-to-cart a,
.wishlist_table.mobile .additional-info-wrapper a {
  margin: 0px;
}
.shop_table.wishlist_table
  .wishlist-items-wrapper
  .product-add-to-cart
  .add_to_cart_button,
.wishlist_table.mobile .additional-info-wrapper .add_to_cart_button {
  margin-right: 8px;
}
/* End Format theme */
/* Shop */
.slider-nav-circle .flickity-button {
  width: 40px !important;
  height: 40px;
  top: 45%;
  margin-top: 0 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  border: 1px solid var(--black);
  color: var(--black);
  z-index: 999;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  width: 40px;
  height: 10px;
  content: '';
  display: inline-block;
  background-image: url(./images/Vector-6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: 17px;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '';
  transform: rotate(180deg);
  position: relative;
  left: 17px;
  top: -1px;
}
.slider-nav-circle .flickity-button.next {
  right: 0;
}
.slider-nav-circle .flickity-button.previous {
  left: 0;
}
.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: var(--theme-color2);
  font-weight: normal !important;
  font-size: 14px;
  opacity: 1 !important;
}
.rank-math-breadcrumb a {
  color: #000;
}
.shop-page-title .rank-math-breadcrumb {
  margin-bottom: 30px;
}
.woocommerce-ordering select {
  border-radius: 4px;
}
.shop-page-title .banner-shop {
  margin-bottom: 50px;
}
.shop-page-title .banner-shop img {
  border-radius: 12px;
  width: 100%;
  display: block;
}
.shop-page-title .title-shop h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.category-shop .box-category .box-image {
  border-radius: 999px;
  background: #eceff0;
  height: 95px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.category-shop .box-category .box-image div {
  width: fit-content;
  display: flex;
}
.category-shop .box-category .box-image img {
  width: 60%;
  object-fit: contain;
  margin: 0 auto 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-17deg);
  margin-bottom: 0;
}
.category-shop .product-category.col {
  padding-bottom: 0;
}
.category-shop .flickity-button.next,
.sec-home1 .flickity-button.next {
  right: 10px;
}
.category-shop .flickity-button.previous,
.sec-home1 .flickity-button.previous {
  left: unset;
  right: 45px;
}
.category-shop .header-title {
  text-transform: uppercase;
  font-size: 16px;
}
.category-page-row .woocommerce-result-count {
  display: none;
}
.category-page-row .col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.category-page-row .col-header .shop-page-title {
  margin-bottom: 0;
}
.woocommerce-ordering select {
  font-size: 15px;
  width: 100%;
  display: block;
  height: 35px;
  padding: 0 20px 0 0;
  border-color: transparent;
  border-bottom: 1px solid #000;
  background-color: #fff;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px;
  box-shadow: none !important;
}
.woocommerce-ordering select option {
  border-radius: 0;
  font-size: 15px;
  padding: 0 10px;
}
#shop-sidebar .product-categories .cat-item,
#shop-sidebar .filter-price li {
  border: 0 !important;
}
#shop-sidebar .product-categories .cat-item a,
#shop-sidebar .woocommerce-widget-layered-nav-list li a {
  font-size: 15px;
  color: #727272;
  position: relative;
  padding: 5px 0 5px 30px;
}
#shop-sidebar .product-categories .cat-item a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li a:before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-right: 0 !important;
  color: #fff;
  border-radius: 5px;
}
#shop-sidebar .product-categories .cat-item.active > a,
#shop-sidebar .filter-price .active a {
  color: var(--theme-color);
  font-weight: 500;
}
#shop-sidebar .product-categories .cat-item.active > a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li.chosen a:before {
  content: '\f00c';
  font-family: var(--fa6);
  background: var(--theme-color3);
  border-color: var(--theme-color3);
  color: #fff;
  font-size: 12px;
}
#shop-sidebar {
  display: flex;
  flex-wrap: wrap;
}
#shop-sidebar .widget {
  width: 100%;
}
#shop-sidebar .widget-title {
  color: #29353e;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-family: var(--semi);
}
#shop-sidebar .widget-title:after {
  content: '\f068';
  font-family: var(--fa6);
  position: absolute;
  right: 15px;
}
#shop-sidebar .widget.hiden .widget-title:after {
  content: '\2b';
}
#shop-sidebar .widget_product_categories .widget-title:before,
#shop-sidebar .woocommerce-widget-layered-nav .widget-title:before,
#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\f550';
  font-family: var(--fa6);
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  font-weight: 700;
}
#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
  content: '\f06b';
}
#shop-sidebar #woocommerce_layered_nav-2 .widget-title:before {
  content: '\f06b';
}
#shop-sidebar #woocommerce_layered_nav-3 .widget-title:before {
  content: '\e4c4';
}
#shop-sidebar .widget_price_filter .widget-title:before {
  content: '\f02b';
}
#shop-sidebar #woocommerce_layered_nav-4 .woocommerce-widget-layered-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
#shop-sidebar .widget .is-divider,
.post-sidebar .widget .is-divider {
  display: none;
}
#shop-sidebar .widget:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
#shop-sidebar .price_slider_wrapper {
  padding: 10px 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .count {
  display: none;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 0.25px solid #6d6d6d;
  top: -4px;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6d6d6d;
}
#shop-sidebar .widget_price_filter .price_label {
  display: flex;
  gap: 5px;
  width: 100%;
  float: left;
  order: 1;
  font-size: 16px;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
  width: max-content;
  margin-top: 15px;
  order: 2;
  background-color: #000;
  width: 60px;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
#shop-sidebar .widget_price_filter span {
  font-weight: normal;
}
#shop-sidebar .woocommerce-widget-layered-nav-list li {
  border: 0;
}

#shop-sidebar .woocommerce-widget-layered-nav-list .ux-swatch--color {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
#shop-sidebar #woocommerce_layered_nav-4 a {
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 5px;
}
#shop-sidebar #woocommerce_layered_nav-4 li:hover a {
  border-color: var(--theme-color);
}
#shop-sidebar .product-categories .cat-item:hover a,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover a {
  color: var(--theme-color3) !important;
}
#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
  border-color: var(--theme-color3);
}
.product-small .box .box-image {
  border-radius: 10px;
  padding-top: 100%;
}
.product-small .box .box-image img {
  object-fit: contain;
  background-color: #fff;
}
.product-small.box .product-title {
}
.product-small.box .product-title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #213333;
  margin: 0;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: var(--regular);
  text-transform: capitalize;
  text-align: left !important;
}
.product-small.box .product-title a:hover {
  color: var(--theme-color3);
}
.product-small.box .product-title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--theme-color3);
}
.product-small.box .price-wrapper .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
  order: 1;
}
.product-small.box .price-wrapper del {
  order: 2;
  text-decoration: none;
}
.product-small.box .price-wrapper del .amount,
.shop_table.wishlist_table
  .wishlist-items-wrapper
  .product-price
  del
  span.amount {
  font-size: 14px !important;
  line-height: 16px;
  color: #213333;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  opacity: 1;
  font-weight: normal;
  font-family: var(--regular);
  text-decoration: line-through;
}

.product-small.box .price-wrapper .amount {
  color: #c33e3f;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-small.box .image-tools .wishlist-popup,
.product-small.box .added_to_cart {
  display: none !important;
}
.product-small.box .image-tools.bottom {
  transform: translateY(100%);
  filter: unset;
  pointer-events: all;
  opacity: 0;
  bottom: 20px;
  width: fit-content;
  left: 34%;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
    visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out,
    transform 0.4s 0.1s ease-out;
}
.product-small.box .image-tools.top {
  transform: translateY(100%);
  filter: unset;
  pointer-events: all;
  opacity: 0;
  bottom: 20px;
  top: unset;
  right: 34%;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
    visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out,
    transform 0.4s 0.15s ease-out;
}
.product-small.box .grid-tools .add-to-cart-grid {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(126, 126, 126, 0.075) !important;
  filter: unset;
  background-color: #fff !important;
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
}
.product-small.box .image-tools.top {
  right: 33%;
}
.product-small.box .image-tools.bottom {
  left: 33%;
}

.archive .product-small.box .image-tools.top {
  right: 27%;
}
.archive .product-small.box .image-tools.bottom {
  left: 27%;
}
.product-small.box .grid-tools .add-to-cart-grid:hover {
  background-color: var(--theme-color) !important;
  color: #fff;
}
.product-small.box .grid-tools .add-to-cart-grid:before {
  content: '\f290';
  font-family: var(--fa6);
  font-weight: 300;
  opacity: 1;
}
.product-small.box .image-tools .cart-icon {
  display: none !important;
}
.product-small.box .image-tools {
  display: block !important;
  padding: 0;
}
.product-small.box:hover .image-tools {
  opacity: 1;
}
.product-small.col .badge-container {
  margin-top: 6.5px;
  margin-left: 6.5px;
}
.product-small.col .badge-container .badge-inner {
  background-color: var(--theme-color3);
  border-radius: 5px;
  height: 26px;
  max-height: 26px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 60px;
  font-family: var(--semi);
}

.product-small.box:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.4s ease;
}
.product-small.box:hover:before {
  height: 100%;
}
.product-small.box .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px 20px;
}
.product-small.box .title-wrapper {
  width: 100%;
}
.product-small.box .price-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-small.box .price-wrapper .product-sku span {
  font-family: var(--semi);
}

.product-small.box .price-wrapper .product-sku {
  line-height: 20px;
  margin-bottom: 2px;
  text-align: left;
}
.product-small.box .price-wrapper .product-star {
  line-height: 20px;
  margin-bottom: 2px;
  text-align: left;
  position: relative;
}
.product-small.box .price-wrapper .product-star:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: var(--fa6);
  font-weight: 700;
  color: var(--theme-color3);
}
.product-small.box .add-to-cart-button a {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color3);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  font-weight: normal;
  margin: 0;
  border: 0;
  border: 1px solid var(--theme-color3);
}

.product-small.box .add-to-cart-button a:before {
  content: '\2b';
  font-family: var(--fa6);
  font-size: 30px;
  font-weight: 100;
}
.product-small.box .add-to-cart-button a:hover {
  background-color: #fff;
  color: var(--theme-color3);
}
.woocommerce-pagination .page-numbers {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
  border-radius: 6px;
  border: 1.5px solid transparent;
  padding: 0;
  min-width: 30px;
  height: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-family: 'Averta-Semibold';
}
.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover {
  background-color: transparent;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
/* End shop */
.single .shop-page-title .rank-math-breadcrumb {
  margin-bottom: 11px;
}
.single .woocommerce-product-gallery .badge-container {
  margin-top: 14px;
  margin-left: 16px;
}
.product-main .product-thumbnails {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.product-main .product-thumbnails a {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.product-main .product-thumbnails .col {
  padding: 0px 5px !important;
  margin-bottom: 10px !important;
}
.product-main .product-thumbnails .col:last-of-type {
  margin-bottom: 0px !important;
}
.product-main .product-thumbnails img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: unset !important;
  border: 0;
}
.product-main .product-thumbnails .is-nav-selected a {
  border-color: var(--theme-color3);
}
.single .product-gallery .large-10 {
  padding-bottom: 0;
}
.single .product-gallery .flickity-button {
  display: none;
}
.product-main .product-images .flickity-button {
  opacity: 1;
  transform: translateX(0%);
}
.product-main .vertical-thumbnails {
  overflow: unset;
}

.single .product-info {
  border-radius: 10px;
  padding: 0 0 0 50px;
}
.single .product-info .variations label {
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.4;
  margin: 3px 0;
}
.single .product-info .variations .ux-swatch-selected-value {
  font-size: 15px;
  font-family: var(--semi);
}
.single .product-summary table tr + tr {
  margin-top: 15px;
  display: block;
  border: 0;
}
.single .product-info .ux-swatch--color,
.single .product-info .ux-swatch--label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #000;
  width: 65px;
  height: 40px;
}
.single .product-info .ux-swatch--label {
  background-color: #fafafa;
  font-family: var(--semi);
}
.single .product-info .ux-swatch--label.selected {
  background-color: var(--theme-color3);
  color: #fff;
  box-shadow: none;
}
.single .product-info .ux-swatch--color .ux-swatch__color {
  border-radius: 15px;
}
.single .product-info .ux-swatch--image {
  border-radius: 6px;
  width: 65px;
  height: 65px;
}
.single .product-info .ux-swatch--image img {
  border-radius: 6px;
}

.qty-text {
  display: flex;
  height: 40px;
  align-items: center;
  margin-right: 5px;
  width: 100%;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  width: 100%;
  display: block;
}

.product-info .single_add_to_cart_button,
.product-info .single_buynow_button {
  background: #222;
  color: #fff;
  border: 1px solid #222;
  opacity: 1;
  box-shadow: unset;
  width: 100%;
  margin: 0;
  height: 50px;
  margin-top: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--bold);
}
.product-info .single_add_to_cart_button {
  border-color: var(--theme-color2);
  color: #222;
  background-color: var(--theme-color2);
  flex: 1;
  margin-top: 0;
}
.product-info .single_buynow_button {
  margin-right: 0;
}

.product-info form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.product-info form.cart .woocommerce-variation {
  display: none;
}
.product-info .single_variation_wrap {
  width: 100%;
}
.quantity .button {
  background-color: transparent !important;
  border: none !important;
}
.quantity input {
  box-shadow: none;
  border: none !important;
  background: transparent;
}
.quantity {
  border-radius: 4px;
  border: 1px solid var(--theme-color2);
  width: 100px;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.quantity .button.minus {
  border-radius: 4px 0 0 4px;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.quantity .button.plus {
  border-radius: 0 4px 4px 0;
  width: 25px;
  font-size: 16px;
  box-shadow: none;
}
.product-info .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}
.product-info .quantity {
  margin-bottom: 0;
}
.quantity input[type='number'] {
  height: 100%;
}
.btn-xemthem {
  /* position: absolute; */
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.03em;
  width: 100%;
}
.btn-xemthem button {
  border: 0 !important;
  margin: 0;
  font-size: 16px;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 500;
  box-shadow: none !important;
}
.btn-rutgon {
  display: none;
}
.btn-rutgon.show {
  display: flex;
  justify-content: center;
  width: calc(100% - 30px);
}
.btn-rutgon button {
  background-color: transparent !important;
  border: 0 !important;
  color: #333 !important;
  font-weight: 500;
  margin: 0;
  box-shadow: none !important;
}
.btn-rutgon button:hover {
  color: var(--theme-color2) !important;
}
.single .woocommerce-Tabs-panel--description.active.show {
  height: inherit;
}
.single .product-container .product-main {
  margin-bottom: 60px;
}
.woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  margin: 0 15px;
}
.woocommerce-tabs ul.tabs a {
  font-size: 18px;
  font-weight: normal;
  font-family: var(--bold);
  color: #777;
  text-transform: uppercase;
}
.woocommerce-tabs ul.tabs li a:before {
  display: none;
}
.woocommerce-tabs ul.tabs .active a {
  color: #222;
}
.woocommerce-tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li:hover a:after {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  top: unset;
  bottom: 0;
  position: absolute;
  background-color: #222;
  left: 0;
}
.woocommerce-tabs .tab-panels {
  padding-top: 40px;
}
.product-footer .row-info {
  padding-top: 60px;
  position: relative;
}
.product-footer {
  overflow-x: hidden;
}
.product-footer .row-info:before {
  content: '';
  width: 150vw;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  display: block;
  left: -25vw;
  top: 0;
}
.product-footer .woocommerce-tabs {
  border: 0;
}
.single .shop-page-title {
}
.single .shop-page-title .page-title-inner {
  padding-top: 0;
  margin-bottom: 0;
}
.single .shop-page-title .rank-math-breadcrumb a,
.single .shop-page-title .rank-math-breadcrumb span {
  color: #515151;
  font-family: var(--regular);
  opacity: 1;
}

.product-info h1.product-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.product-info .price-wrapper del {
  order: 2;
  text-decoration: unset;
  margin-left: 15px;
  line-height: 20px;
  position: relative;
}
.product-info .price-wrapper del:before {
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  border: 2.5px solid var(--theme-color);
  opacity: 1;
  border-radius: 25% 9% 0 0;
  height: 23px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  top: 12px;
  transform: rotate(-4deg);
}

.product-info .price-wrapper ins {
  display: flex;
  align-items: center;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.product-info .price-wrapper del .amount {
  color: #bcc5c0;
  font-size: 16px;
}
.product-info .price {
  margin: 0 0 15px !important;
  display: flex;
  align-items: flex-end;
}
#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#reviews > #comments {
  flex-basis: 65%;
  max-width: 65%;
}
#reviews > #review_form_wrapper {
  flex-basis: 33%;
  max-width: 33%;
}
#reviews > * {
  height: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}
#reviews .comment-form-rating label,
#reviews .stars {
  text-align: center;
}
#reviews .comment-form-rating label {
  font-size: 20px;
}

#reviews .review-form-inner {
  height: 100%;
  padding: 0;
  border: 0;
}
#reviews .stars a:after {
  color: #ddd;
  content: '\f005' !important;
  font-size: 20px;
  font-family: var(--fa6);
  font-weight: 700;
}

#reviews .stars a.ok:after,
.single .comment-form-rating .stars a:hover:after,
.single .comment-form-rating .stars a.active:after {
  color: #ffd980;
}
#reviews .stars a + a {
  border: none;
  margin: 0;
}
#reviews #reply-title,
#reviews .wcpr-form-description,
#reviews .woocommerce-Reviews-title {
  display: none;
}
#reviews input,
#reviews textarea {
  border-radius: 5px;
  box-shadow: none;
}
#review_form label {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
#review_form .wcpr-comment-form-images label {
  margin: 0;
}
#review_form .btn_image_upload {
  width: max-content;
  padding: 5px 20px;
  color: #6abd45;
  border: 1px solid #6abd45;
  border-radius: 5px;
}
#review_form .note-file {
  font-size: 12px;
  font-style: italic;
}
#review_form input[type='submit'] {
  margin: 0;
  font-weight: 500;
  text-transform: none;
  width: 100%;
  height: 45px;
  font-size: 18px;
}
#reviews
  .wcpr-input-file-container
  .wcpr-input-file-wrap
  .wcpr-selected-image-container {
  justify-content: flex-start;

  gap: 10px;
}

#review_form input[type='submit']:hover {
  border: 1px dashed var(--theme-color);
  color: var(--theme-color);
  background-color: #fff;
}
#reviews .comment-form {
  margin: 0;
}
#comments .wcpr-filter-container,
#comments .kt-wc-reviews-images-wrap-wrap {
  justify-content: flex-start;
}
#comments .wcpr-filter-button-wrap {
  width: max-content !important;
}
#comments .wcpr-overall-rating-and-rating-count {
  padding-bottom: 0;
}
#comments .commentlist,
#reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#reviews {
  margin: 0;
}
.comment-form > div,
.comment-form > p {
  padding: 0;
}
#comments .commentlist > li {
  width: 100%;
  margin-left: 0 !important;
  border: none;
}
#comments .commentlist li .comment-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comments .commentlist li .star-rating {
  order: 2;
}
#comments .commentlist li .meta {
  order: 1;
  width: max-content;
  display: flex;
  flex-direction: column;
}
#comments .commentlist li .description {
  order: 3;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal !important;
}
#comments .commentlist li .kt-reviews-image-container {
  order: 4;
  width: 100%;
  max-width: inherit !important;
}
#comments .commentlist li .meta .woocommerce-review__dash,
#reviews:after {
  display: none;
}
#comments .commentlist li .meta .woocommerce-review__published-date {
  font-size: 14px;
  opacity: 0.8;
}
#comments .commentlist li .description p {
  margin-bottom: 0;
}
.related-products-wrapper {
  border: 0;
  padding-top: 50px;
}
.related-products-wrapper .row {
  overflow: unset;
}
.related-products-wrapper .product-section-title {
  text-transform: unset;
  font-size: 27px;
}

#main .related-products-wrapper .flickity-button {
  background: 0 0;
  box-shadow: none;
  top: -59px;
  transform: unset !important;
  opacity: 1;
  width: 35px !important;
  height: 30px;
  min-height: 30px;
  padding: 0;
}
#main .related-products-wrapper .flickity-button.previous {
  left: unset !important;
  right: 45px !important;
  border: 1px solid #c3c3c3;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
#main .related-products-wrapper .flickity-button.next {
  right: 10px !important;
  border: 1px solid #c3c3c3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
#main .related-products-wrapper .flickity-button svg {
  margin: 0;
}
form.cart .woocommerce-variation-price {
  display: none;
}
.single .banner-shop img {
  border-radius: 12px;
}
.single .banner-shop {
  margin: 25px 0 70px;
}
/* End Single-product */
/* blog-archive */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-wrapper .archive-page-header {
  position: relative;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 200px 15px 50px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 5.4px;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(270deg, #018377 0%, #025750 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.3;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #fff;
  font-weight: normal;
}
.blog-archive .row-blog {
  margin-top: 80px;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: 0 !important;
}
.blog-archive .col-main .box-blog-post,
.featured-posts .box-blog-post {
}

.blog-archive .box-image img {
  transition: all 0.4s ease;
}
.blog-archive .box-blog-post:hover img {
  transform: scale(1.1);
}
.blog-archive .box-text {
  padding: 25px 0 0;
  position: unset;
}
.blog-archive .box-blog-post {
  padding-left: 54px;
  padding-bottom: 30px;
}
.blog-archive .box-blog-post .post-title {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #12022f;
  height: 52px;
}
.blog-archive .box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 25px;
}
.blog-archive .box-blog-post .post-title:hover,
.featured-posts .box-blog-post .post-title:hover {
  color: var(--theme-color3);
}
.blog-archive .box-blog-post .post-meta {
  opacity: 1;
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 14px;
  padding: 20px;
  letter-spacing: 1px;
  font-size: 14px;
  transform: rotate(270deg) translate(-100%, 0);
  -webkit-transform: rotate(270deg) translate(-100%, 0);
  -moz-transform: rotate(270deg) translate(-100%, 0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  background-color: var(--theme-color2);
}

.post-sidebar .block_widget .col-item {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px !important;
}
.post-sidebar .block_widget .col-item + .col-item {
  margin-top: 40px;
}
.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.post-sidebar .box-blog-post .box-image {
  width: 120px !important;
  flex-shrink: 0;
  border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 15px;
}
.post-sidebar .box-blog-post .post-title {
  font-size: 17px;
  margin-bottom: 10px;
  font-family: 'Averta-Semibold';
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
  padding-bottom: 0;
}
.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
  padding-bottom: 0;
  border: 0;
}
.post-sidebar .section-title {
  margin-bottom: 0;
}
.post-sidebar .section-title-main,
.post-sidebar .widget-title {
  margin: 0;
  border-bottom: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'Averta-Semibold';
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}
.post-sidebar .product-small.box .box-image {
  padding-top: 56.25%;
}
.post-sidebar .product-small.box img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.post-sidebar .product-small.box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.post-sidebar .product-small.box .box-image {
  width: 120px !important;
  flex-shrink: 0;
  padding-top: 90px;
}
.post-sidebar .product-small.box .box-text {
  padding: 0 0 0 15px;
}
.post-sidebar .product-small.box .title-wrapper {
  order: 1;
}
.post-sidebar .product-small.box .title-wrapper a {
  margin: 0 0 13px;
}
.post-sidebar .widget_tag_cloud {
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px !important;
}
.post-sidebar .tagcloud {
  padding-bottom: 0;
}
.post-sidebar .tagcloud a {
  height: 40px;
  padding: 0 20px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50px;
  border-color: #e3e6e9;
  font-size: 14px !important;
}
.nav-pagination {
  text-align: left;
}
.nav-pagination li a,
.nav-pagination li span {
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e6e9;
  font-weight: normal;
}
.nav-pagination li i {
  transform: translateY(1px);
}
/* End blog-archive */
/* blog-single */
.blog-single .large-12.col {
  max-width: 900px;
}
.single .blog-featured-title {
  margin-bottom: 40px;
}
.blog-single h1.entry-title {
  font-size: 36px;
}
.blog-single .entry-content {
  padding-bottom: 0;
}
.blog-single .box-image-detail {
  margin-bottom: 36px;
}

.blog-share .social-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.blog-share {
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
  margin-top: 40px;
}
.blog-share .social-icons span {
  font-size: 16px;
  color: #777;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
}
.featured-posts {
  margin-top: 50px;
}
.blog-share a.icon {
  color: var(--theme-color3);
  font-size: 18px;
  margin: 5px 10px;
}
.box-postdate span {
  background: #919191;
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.box-postdate {
  position: relative;
}
.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #9191912e;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.post {
  margin-bottom: 0;
}
.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 6px;
}

.featured-posts .box-blog-post .box-text {
  padding: 25px 0 0;
}
.featured-posts .box-blog-post .box-text h3 {
  font-size: 20px;
  font-family: var(--semi);
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  background: #f6f7fb;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px;
  transform: unset !important;
  margin: 0;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}
.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}
.featured-posts .flickity-button svg {
  border-radius: 6px;
  border: 0;
  padding: 16px;
  fill: #777777;
  transition: unset;
}
.featured-posts .list-post {
  position: relative;
}
/* End blog-single */
/* Page abountus */

/* End page abountus */
/* page-contact */
.section.page-contact {
  margin-top: -300px;
}
.section.page-contact .row:first-of-type {
  margin-bottom: 30px;
}
.page-contact .wpcf7-response-output {
	display: none;
}
.page-contact .wpcf7 .wpcf7-not-valid-tip {
	background-color: unset;
	font-size: 13px;
	margin-top: 0;
}
.page-contact .wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}
/* 	404 */
	
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color3);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}
.error404 .error-404 {
	margin-bottom: 20px;
}
	
/* 	end 404 */
.form-contact {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 45px 55px 45px 55px;
  background-color: #fff;
  border-radius: 10px;
}
.form-contact .form-contact__title h2 {
  font-size: 28px;
  font-family: 'Averta-Semibold';
  margin-bottom: 30px;
}
.form-contact .form-contact__title p {
  color: #777;
}
.form-contact .form-contact__info {
  display: block;
}
.form-contact .form-item {
  position: relative;
  margin-bottom: 30px;
}
.form-contact .form-item:last-of-type {
  grid-column: 1/4;
}
.form-contact .form-item input {
  border-radius: 6px;
  height: 60px;
  box-shadow: none;
  border: 1px solid #cbd3d9;
  margin: 0;
}
.form-contact .form-item textarea {
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #cbd3d9;
  margin: 0;
}
.form-contact .form-item label {
  font-weight: normal;
  font-family: var(--bold);
  font-size: 16px;
  margin-bottom: 10px;
}
.form-contact .form-item label span {
  color: red;
  margin-left: 3px;
}
.form-contact input[type='submit'] {
  font-weight: 700;
  display: inline-block;
  padding: 10px 38px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
  border-radius: 6px;
  color: #fff;
  text-transform: none;
}
.img-contact .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 4%, #000000 100%);
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.page-contact form {
  margin-bottom: 0;
}
.page-contact .col-info .stack {
  flex-direction: column;
}
.page-contact .col-info {
  padding-right: 45px;
}
.page-contact .col-info .icon-box {
  border: 1px solid #dddddd8c;
  padding: 15px;
  align-items: center;
  border-radius: 5px;
}
.page-contact .col-info .icon-box + .icon-box {
  margin-top: 20px !important;
}
.page-contact .col-info .icon-box img {
  padding: 0;
}
.page-contact .icon-box h3 {
  margin-bottom: 2px;
}
.page-contact .col-info .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-contact .col-info h2 {
  font-family: var(--bold);
  margin-bottom: 30px;
  color: #fff;
  font-size: 46px;
  padding-top: 30px;
}
.page-contact .col-info .title p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.page-contact .col-info ul {
  list-style: none;
}
.page-contact .col-info li {
  margin-left: 0;
  padding-left: 24px;
  position: relative;
}

.page-contact .col-info li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 9px;
}
.page-contact .form-contact__submit .button {
  margin-top: 0;
  font-size: 20px;
  min-width: 180px;
}
.page-contact .form-contact__submit .button:hover {
  color: var(--theme-color3) !important;
}
/* End page-contact */
/* header */
#header #logo {
  display: none;
}
#main-menu.mobile-sidebar {
  display: none;
}
#header .btn-info {
  cursor: pointer;
}
#header .btn-info svg {
  fill: currentColor;
}
#header .btn-info svg > rect {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#header .btn-info:hover svg > rect {
  -webkit-animation: mkdf-animate-burger-line 0.6s forwards;
  animation: mkdf-animate-burger-line 0.6s forwards;
}
#header .btn-info:hover svg > rect:first-of-type {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#header .btn-info:hover svg > rect:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#header .btn-info:hover svg > rect:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.info-sidebar {
  position: fixed;
  top: 0;
  right: -525px;
  width: 525px;
  height: 100%;
  min-height: 100%;
  padding: 95px 45px 30px;
  background-color: #000;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 67px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
.info-sidebar .row {
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.info-sidebar .col-top {
  padding-bottom: 0;
}
.info-sidebar .col-bottom {
  flex: 1;
  padding-bottom: 0;
}
.info-sidebar .col-top .img {
  max-width: 166px;
  margin: 0 auto 34px;
}
.info-sidebar .col-top p {
  margin-bottom: 35px;
  color: #c1c1c1;
  font-size: 18px;
  line-height: 1.136em;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
.info-sidebar .col-top img {
  filter: brightness(0) invert(1);
}
.info-sidebar .social-icons {
  display: flex;
  justify-content: center;
}
.info-sidebar .social-icons a {
  width: 35px;
  height: 35px;
  margin: 0 3px;
  font-size: 17px;
  line-height: 1;
  color: #d7d7d7;
  border: 1px solid #5f5f5f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.info-sidebar .col-bottom h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Averta';
}
.info-sidebar .ux-menu .ux-menu-link__link {
  border: 0;
  justify-content: center;
  color: #cacaca;
  font-style: italic;
}
#header #logo img {
  max-height: 80px;
}
#header .header-vertical-menu__opener {
  border-radius: 6px;
}
#header .header-vertical-menu__opener .icon-angle-down {
  display: none;
}
#header .searchform {
  max-width: 500px;
}
#header .searchform .flex-col {
  padding: 0;
}
#header .searchform input[type='search'] {
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: none;
  padding: 0 35px 0 15px;
  font-size: 14px;
  border: 0;
}
#header .searchform .button.icon {
  height: 40px;
  border-radius: 0 6px 6px 0;
  top: 0;
  right: 0;
}
#header .icon-search {
  font-size: 20px;
}
#header .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-weight: 300;
}
#header #header-contact li:first-of-type {
  order: 2;
  margin-right: 25px;
}
#header #header-contact li:nth-of-type(2) {
  order: 3;
  margin: 0px;
}
#header #header-contact li:nth-of-type(3) {
  order: 1;
  margin-left: 0;
  margin-right: 25px !important;
}
#header #header-contact li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #cecece;
}
#header #header-contact li a:after {
  display: none;
}
#header .icon-phone:before,
#header .icon-envelop:before,
#header .icon-clock:before {
  content: '\f095';
  font-family: var(--fa6);
}
#header .icon-envelop:before {
  content: '\f0e0';
}
#header .icon-clock:before {
  content: '\f017';
}
#header .icon-phone,
#header .icon-envelop,
#header .icon-clock {
  font-size: 14px !important;
}
#top-bar .top-bar-nav.nav-right a {
  font-size: 14px;
  padding: 0;
  color: #cecece;
}
#top-bar .top-bar-nav.nav-right a:hover {
  text-decoration: underline;
  color: var(--theme-color);
}
#header .icon-user:before,
#header .icon-shopping-basket:before {
  content: '\f007';
  font-family: var(--fa6);
  font-weight: 300;
}
#header .icon-shopping-basket:before {
  content: '\f07a';
  font-family: var(--fa6);
}

#header .icon-heart:before {
  content: '\f004';
  font-family: var(--fa6);
  font-weight: 300;
}
#header .icon-shopping-basket,
#header .icon-heart,
#header .header-search i,
#header .icon-search {
  color: #000;
  font-size: 22px !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
}
#header .icon-search {
  font-size: 18px !important;
}
#header .header-search i {
  transform: translateY(-1px);
}
#header .icon-user {
  font-size: 16px;
}

#header .icon-shopping-basket:after {
  background-color: var(--theme-color3);
  font-weight: normal;
}
#header .fa-heart {
  transform: translateY(1px);
  color: #000;
  font-size: 22px;
}
#header .header-nav-main.nav-right li {
  margin: 0 12px;
}

.header-nav-main .menu-item a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 3px 0px;
  font-family: var(--semi);
}
.header-nav-main > .menu-item {
  margin: 0px 16px;
}
.header-nav-main > .menu-item > a:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  background-color: currentColor;
  left: 0;
  bottom: 0px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
}
.header-nav-main > .menu-item > a:hover:before,
.header-nav-main > .menu-item.active > a:before {
  width: 100%;
}
.header-nav-main > .menu-item > a {
  padding: 25px 0;
  line-height: 20px;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color3);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background: none no-repeat scroll 0 0 #000000;
  cursor: pointer;
  left: 0;
  opacity: 0.5;
  top: 0;
  z-index: 9;
  display: none;
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
.header-main .header-inner > .flex-col.flex-right {
  width: 33.333334%;
  height: 70px;
  display: flex;
  background-color: #f9e2dc;
  position: relative;
}
.header-main .header-inner > .flex-col.flex-right:before {
  content: '';
  position: absolute;
  width: 40vw;
  height: 100%;
  top: 0;
  left: 0;
  background: #f9e2dc;
}
#header .header-bg-color {
  background: transparent
    linear-gradient(49deg, #fef4f3 0%, #ffffff 50%, #fef4f3 100%);
}
/* End header */

/* ===Home=== */

.slider .flickity-page-dots .dot {
  opacity: 1 !important;
  transition: all 0.2s ease;
  border: 1px solid #292929;
  background-color: transparent;
}
.slider .flickity-page-dots .dot.is-selected {
  background-color: var(--theme-color3);
  border-color: var(--theme-color3);
  border-radius: 10px;
  border: 0;
}
.blog-top .col-left .flickity-page-dots {
  opacity: 0.7;
  bottom: -40px;
}
.sec-home-banner .flickity-page-dots {
  bottom: 10px;
}

/* sec-banner-home */
.sec-banner-home .box {
  display: flex;
  max-width: 1200px;
}
.sec-banner-home .box .box-image {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 80px;
  padding-top: 10px;
  overflow: unset;
}
.sec-banner-home .box .box-image:before {
  content: '';
  position: absolute;
  width: 70vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: transparent
    linear-gradient(49deg, #fef4f3 0%, #ffffff 50%, #fef4f3 100%);
}
.sec-banner-home .box .image-cover {
  border-radius: 800px 800px 0 0;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    #dfc3bf 0px 50px 100px -20px, #dfc3bf 0px 30px 60px -30px;
  box-shadow: #dfc3bf 0px 30px 60px -12px, #dfc3bf 0px 18px 36px -18px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(-100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.sec-banner-home .is-selected .box .image-cover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.sec-banner-home .box .box-text {
  flex: 1;
  background-color: var(--theme-color2);
  padding-top: 80px;
  padding-left: 80px;
  position: relative;
}
.sec-banner-home .slider .col {
  padding-bottom: 0;
  background-color: var(--theme-color2);
}

.sec-banner-home .box .box-text p {
  font-size: 18px;
  line-height: 1.5;
}
.sec-banner-home .is-selected .box .box-text p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  opacity: 1;
}
.sec-banner-home .button.btn-view {
  transition: all 1300ms ease;
  margin-top: 20px;
}
.sec-banner-home .is-selected .button.btn-view {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  opacity: 1;
}

.button.btn-view {
  font-size: 16px;
  font-weight: normal;
  color: var(--theme-color3) !important;
  font-family: var(--semi);
  position: relative;
  min-width: 150px;
  text-align: left;
  margin: 15px 0 0;
  padding-bottom: 14px;
}
.button.btn-view:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid var(--theme-color3);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.button.btn-view:after {
  content: '';
  width: 105px;
  height: 10px;
  display: block;
  position: absolute;
  background: url(./images/thin-next.webp) no-repeat center;
  background-size: contain;
  right: 15px;
  bottom: 12px;
}
.button.btn-view.btn-black {
  color: var(--black) !important;
}
.button.btn-view.btn-black:after {
  background: url(./images/black-next.webp) no-repeat center;
  background-size: contain;
}
.button.btn-view.btn-black:before {
  border-color: var(--black);
}
.row.slider-review {
  max-width: 640px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 99;
}
.row.slider-review > .col {
  padding: 0;
}
.slider-review .box {
  display: flex;
}
.slider-review .box .box-image {
  max-width: 180px !important;
  flex-shrink: 0;
  order: 1;
  width: 180px !important;
}

.row.slider-review > .col.col-left {
  flex-basis: 85px;
  max-width: 85px;
  background-color: #ec8585;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
}
.row.slider-review > .col.col-left .col-inner {
  height: 100%;
}
.row.slider-review > .col.col-right {
  flex: 1;
  max-width: 100%;
}

.slider-review .col-inner .title {
  width: 85px;
  background-color: #ec8585;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
  position: relative;
}

.slider-review .col-inner h3 {
  color: #fff;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 11px;
  background: none;
  transform-origin: 0 0;
  transform: rotate(270deg);
  width: 162px;
  bottom: -10%;
  height: fit-content;
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--semi);
}
.slider-review .slider-wrapper {
  flex: 1;
  padding: 20px 15px 20px 25px;
  background-color: #fff;
}
.slider-review .slider-wrapper .box-text {
  padding: 0 35px 0 0;
}
.slider-review .slider-wrapper .box-text h4 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
.slider-review .slider-wrapper .box-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.slider-review .slider-wrapper .col {
  padding-bottom: 0;
}
.slider-review .slider-wrapper .image-cover {
  border-radius: 5px;
}
.sec-banner .flickity-page-dots {
  bottom: 15px;
}
/* End sec-banner-home */

.title-home .section-title-main {
  border-bottom: 0;
  font-size: 36px;
  text-transform: unset;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.product-small .box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* sec-home1 */
.sec-home1 .button.btn-view {
  margin-top: 0;
}
.sec-home1 .flickity-viewport .flickity-slider {
  padding: 0px calc((100% - 1440px) / 2);
}
.sec-home1 .title-home .section-title-main {
  text-align: left;
}
.sec-home1 .slick-arrow {
  top: -125px;
  transform: translateY(0);
  bottom: auto;
  left: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(
      222.81deg,
      #ffffff 8.16%,
      rgba(255, 255, 255, 0) 108.59%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}
.sec-home1 .slick-arrow:hover {
  background-color: var(--theme-color);
}

.sec-home1 .slick-arrow.slick-prev:before,
.sec-home1 .slick-arrow.slick-next:before {
  width: 40px;
  height: 10px;
  content: '';
  display: inline-block;
  background-image: url(./images/Vector-6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: 17px;
}
.sec-home1 .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
  position: relative;
  left: 17px;
  top: -1px;
}
.sec-home1 .slick-arrow.slick-prev {
  right: calc(10% + 185px);
}
.sec-home1 .slick-arrow.slick-next {
  right: 10%;
}
.sec-home1 .slick-arrow:hover:before {
  color: #fff;
}
.sec-home1 .slick-dots {
  font-size: 18px;
  color: #ababab;
  position: absolute;
  top: -118px;
  right: calc(10% + 70px);
  bottom: unset;
  left: unset;
  width: 100px;
}
.slick-dots li {
  width: 100%;
  color: #000;
  height: auto;
}
.sec-home1 .slick-dots li:not(.slick-active) {
  display: none;
}
.sec-home1 .title {
  margin-bottom: 60px;
}
.title .section-title {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 60px;
}
.title .section-title .number-title {
  font-family: var(--semi);
  margin: 0 25px 0 0;
  font-size: 100px;
  line-height: 75px;
  color: #e5c7ce;
}
.title .section-title span {
  border-bottom: 0;
  padding: 0;
  margin-right: 0;
}
.title .section-title .section-title-main {
  font-size: 36px;
  line-height: 1;
  position: relative;
}
.title .section-title .section-title-main:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: var(--theme-color4);
  position: absolute;
  top: -20px;
}
.sec-home1 {
  text-align: center;
}
.sec-home1 .col-product {
  padding: 0;
}
.sec-home1 .slider-nav-circle .flickity-button {
  top: -80px;
}
.sec-home1 .title .section-title {
  padding: 0 15px;
}
.sec-home1 .slider-nav-circle .flickity-button.previous {
  right: 100px;
  left: unset;
}
.sec-home1 .slider-nav-circle .flickity-button:hover {
  background-color: #fff;
  border-color: var(--theme-color3);
}
/* End sec-home1 */
/* sec-home2 */
.sec-home2 .row-top .box {
  display: flex;
  align-items: center;
}
.sec-home2 .row-top .box-image {
  width: 50% !important;
  flex-shrink: 0;
}
.sec-home2 .row-top .box-text {
  padding: 0 0 0 140px;
}
.sec-home2 .row-top .box-text h3 {
  font-size: 34px;
  margin-bottom: 30px;
}
.sec-home2 .row-top .box-text p {
  margin-bottom: 20px;
  margin-top: 0;
}
.sec-home2 .slider-nav-circle .flickity-button.next {
  right: unset;
  left: 110px;
}
.sec-home2 .slider-nav-circle .flickity-button {
  top: unset;
  bottom: 0;
}
.slider-nav-circle .flickity-button.previous {
  left: 15px;
}
.sec-home2 .row-bottom {
  margin-top: 100px;
  background: #fff;
  max-width: 1170px;
  padding: 100px 85px;
}
.sec-home2 .row-bottom .title .section-title {
  justify-content: center;
}
.sec-home2 .row-bottom .content p {
  text-align: center;
}
.sec-home2 .row-bottom .col-title {
  text-align: center;
  padding-bottom: 0;
}
.sec-home2 .row-bottom .col-img .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 44px;
  align-items: flex-end;
  margin-top: -35px;
}
.sec-home2 .row-bottom .col-img .img {
  margin-bottom: 0;
}
.sec-home2 .row-bottom .img:first-of-type .image-cover {
  border-radius: 0 150px 150px 150px;
}
.sec-home2 .row-bottom .img:nth-of-type(2) .image-cover {
  border-radius: 0 0 150px 150px;
  padding-top: calc(150% - 50px) !important;
}
.sec-home2 .row-bottom .img:nth-of-type(3) .image-cover {
  border-radius: 150px 150px 0 150px;
}
/* End sec-home2 */
/* sec-home3 */
.sec-home3 .box {
  display: flex;
  padding: 20px 20px 20px 85px;
  background: #fff;
  align-items: center;
  margin-top: 18px;
  border-radius: 0 0 0 16px;
}
.sec-home3 .box:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: calc(100% + 18px);
  background-color: var(--theme-color3);
  border-radius: 16px 0 0 16px;
}
.sec-home3 .box-text h4 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
.sec-home3 .box-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sec-home3 .box-text {
  padding: 15px 35px 15px 0;
}
.sec-home3 .box-image {
  max-width: 180px !important;
  flex-shrink: 0;
  order: 1;
  width: 180px !important;
}
.sec-home3 .box-image .image-cover {
  border-radius: 6px;
}
.sec-home3 .slider-nav-circle .flickity-button.next {
}
.sec-home3 .slider-nav-circle .flickity-button {
  top: -95px;
}
.sec-home3 .slider-nav-circle .flickity-button.next {
  right: 15px;
}
.sec-home3 .slider-nav-circle .flickity-button.previous {
  right: 105px;
  left: unset;
}
/* End sec-home3 */
/* sec-home4 */
.sec-home4 .title .section-title {
  justify-content: center;
}
.sec-home4 .box-image img {
  object-fit: contain;
}
.sec-home4 .slider-nav-circle .flickity-button.next,
.sec-home4 .slider-nav-circle .flickity-button.previous {
  bottom: -14px;
  top: unset;
}
.sec-home4 .slider-nav-circle .flickity-button.next {
  right: 40%;
}
.sec-home4 .slider-nav-circle .flickity-button.previous {
  left: 40%;
}
/* End sec-home4 */
/* sec-home5 */
.sec-home5 {
  text-align: center;
  background: transparent
    linear-gradient(49deg, #fef4f3 0%, #ffffff 50%, #fef4f3 100%);
}
.sec-home5 .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sec-home5 .blog-grid .post-item:first-of-type {
  grid-row: span 3;
  padding-bottom: 0;
  padding-right: 10px;
}
.sec-home5 .blog-grid .post-item:first-of-type .image-cover {
  padding-top: 65%;
}
.sec-home5 .post-item:nth-of-type(n + 2) .box {
  display: flex;
  flex-wrap: wrap;
}
.sec-home5 .post-item .box-image .image-cover {
  border-radius: 5px;
  border-radius: 10px;
}
.sec-home5 .post-item:nth-of-type(n + 2) .box-image {
  width: 47.6%;
  max-width: 212px;
  flex-shrink: 0;
  margin-right: 25px;
}
.sec-home5 .post-item:nth-of-type(n + 2) .box-text {
  flex: 1;
  padding: 0;
}
.sec-home5 .post-item:nth-of-type(n + 2) {
  padding-bottom: 20px;
}
.sec-home5 .post-item .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.sec-home5 .post-title {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  margin-top: 0;
}
.sec-home5 .post-meta {
  order: 1;
  display: block;
  width: 100%;
  font-size: 14px;
  opacity: 1;

  position: relative;
}
.sec-home5 .post-meta:before {
  content: '\f073';
  font-family: var(--fa6);
  font-weight: 300;
  margin-right: 6px;
}

.sec-home5 .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
#main .section.sec-home5 {
  padding-bottom: 180px !important;
}
/* End sec-home5 */
/* ===End home=== */
/* Footer */
.back-to-top.button.icon {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
}
#main #content {
}
body:not(.home) #footer {
  padding-top: 145px;
}
#footer .section-footer .wpcf7 .wpcf7-not-valid-tip {
	background-color: unset;
	margin-top: 0;
	font-size: 13px;
}
#footer .section-footer .wpcf7 .wpcf7-not-valid-tip:after {
	display: none;
}
#footer .section-footer .wpcf7-response-output {
	display: none;
}
#footer .section-footer {
  background-color: #f9e2dc;
}
#footer .section-footer .list-social i {
	margin-right: 10px;
	font-size: 20px;
}
#footer .section-footer .list-social a:hover {
	color: var(--theme-color3);
}
#footer .row-top {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -135px;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px;
  padding: 15px 60px;
  margin-bottom: 48px;
}
#footer .row-top .col-left .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
#footer .row-top .col-left .title p {
  margin-bottom: 0;
}
#footer .row-top .col-left .title p:first-of-type {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--bold);
  font-style: italic;
  color: #292929;
}
#footer .row-top .col-left {
  border-right: 1px solid #99abab;
  padding-right: 60px;
  padding-top: 35px;
}
#footer .row-top .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 15px;
}
#footer .row-top .stack .image-cover {
  border-radius: 6px;
}
#footer .row-top .col-right {
  padding-left: 60px;
  padding-top: 35px;
}
#footer .row-bottom {
  padding: 0 0 40px;
}
#footer .row-bottom .col {
  padding-bottom: 0;
  text-align: center;
}
#footer .row-bottom .col-1 {
  padding-right: 70px;
  border-right: 1px solid #c7bab4;
  display: flex;
  align-items: center;
}
#footer .row-bottom .col-2 {
  padding: 0 70px;
  border-right: 1px solid #c7bab4;
}
#footer .row-bottom .col-3 {
  padding-left: 70px;
}
#footer .ux-menu .ux-menu-link,
#footer .ux-menu .ux-menu-title {
  justify-content: center;
}
#footer .ux-menu .ux-menu-link {
  min-height: unset;
}
#footer .ux-menu .ux-menu-link__link {
  justify-content: center;
  min-height: 30px;
  color: #292929;
}
#footer .ux-menu .ux-menu-link__link:hover {
	color: var(--theme-color3);
}
#footer .ux-menu .ux-menu-title {
  font-weight: normal;
  font-family: var(--bold);
  font-size: 18px;
  min-height: unset;
}
.form-home {
  text-align: center;
}
.form-home .title h3 {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 0;
}
.form-home .title p {
  margin-bottom: 20px;
}
.form-home input[type='email'] {
  text-align: center;
  background-color: #fe7c7c;
  border: 0;
  box-shadow: none;
  border-radius: 50px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.form-home input[type='email']::placeholder {
  color: #fff;
  opacity: 1;
}

.form-home input[type='email']:-ms-input-placeholder {
  color: #fff;
}
.form-home .wpcf7-submit {
  color: #333333;
  width: 100%;
  height: 52px;
  border-radius: 52px;
  background-color: #fff;
  border: 1px solid #333333;
  margin: 20px 0 0;
  font-weight: normal;
  font-family: var(--semi);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  font-size: 16px;
}
.form-home .wpcf7-submit span {
  display: block;
  line-height: 1;
}
#footer .form-home .wpcf7-submit i {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #333;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  margin-left: 35px;
  transform: translateY(4px);
}
#footer .form-home .wpcf7-submit i:after {
  content: '';
  width: 45px;
  height: 10px;
  display: block;
  position: absolute;
  background: url(./images/black-next.webp) no-repeat;
  background-size: cover;
  background-position: center right;
  right: 14px;
  bottom: 12px;
}
#footer .social-icons {
  margin-top: 25px;
}
#footer .social-icons span {
  font-weight: normal;
  font-family: var(--bold);
  font-size: 18px;
  min-height: unset;
  padding: 0;
  display: block;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer .social-icons a.icon {
  font-size: 18px;
  color: #292929;
  margin: 0 9px;
}
#footer .social-icons a.icon:first-of-type {
  margin-left: 0;
}

#footer .copyright-footer {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  padding: 6px 0;
}

#footer .footer-nav {
  display: none;
}

#footer .absolute-footer {
  display: none;
}

/* End Footer */
/* page-abount */
.page-about1 .box-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-about1 .video-button-wrapper a {
  margin: 0;
  background: #fff;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color3);
  position: relative;
}
.page-about1 .video-button-wrapper a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #fff;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple_video 1s linear infinite;
}
.page-about1 .video-button-wrapper a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #fff;
  -webkit-animation: ripple2 1s linear infinite;
  animation: ripple_video2 1s linear infinite;
}
.page-about1 .video-button-wrapper .icon-play:before {
  content: '\f04b';
  font-family: var(--fa6);
  font-weight: 700;
  color: inherit;
  font-size: 30px;
  transform: translate(3px, 0px);
  display: inline-block;
}
.page-about1 .video-button-wrapper a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.page-about1 .col-text {
  padding-right: 60px;
}
.page-about1 .image-cover {
  border-radius: 6px;
}
.page-about2 {
  background: #fef4f3;
}
.page-about2 .col {
  padding-bottom: 0;
}
.page-about2 .col-left .icon-box {
  background-color: #ffffff;
  padding: 20px;
  margin-left: 65px;
  width: calc(100% - 65px);
  transition: all 150ms ease-out;
}
.page-about2 .col-left .icon-box:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-about2 .col-left .icon-box:nth-of-type(2n) {
  margin-left: 0;
}
.page-about2 .col-left .icon-box + .icon-box {
  margin-top: 30px;
}
.page-about2 .col-left .icon-box img {
  padding-top: 0;
}
.page-about2 .col-right {
  padding-left: 70px;
}
.page-about2 .col-right h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.page-about2 .col-right p {
  font-size: 18px;
  line-height: 30.5px;
}
.page-about3 .title h2 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.page-about3 .accordion-item .accordion-title {
  padding: 7px 35px 7px 0;
  border-top: 0;
  position: relative;
}
.page-about3 .accordion-item .accordion-title .toggle {
  position: absolute;
  right: 0;
  left: unset;
  width: 30px;
  height: 30px;
  top: 0px;
  margin: 0;
}
.page-about3 .accordion-item .active .toggle {
  transform: unset;
}
.page-about3 .accordion-item .accordion-title .icon-angle-down:before {
  content: '\2b';
  font-family: var(--fa6);
  font-weight: 300;
  font-size: 20px;
}
.page-about3 .accordion-item .accordion-title.active .icon-angle-down:before {
  content: '\f068';
}
.page-about3 .accordion-item .accordion-inner {
  padding: 15px 0 0;
}
.page-about3 .accordion-item {
  padding: 12px 40px;
}
.page-about3 .accordion-item + .accordion-item {
  border-top: 1px solid #e6e6e6;
}
.page-about3 .accordion-item.active {
  padding: 35px 40px 20px;
  margin-bottom: 15px;
  box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-radius: 5px;
}
.page-about3 .accordion-item .accordion-title.active {
  border: 0;
  background-color: #fff;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}
.woocommerce-checkout .is-divider {
	display: none;
}

/* End page-abount*/
@media screen and (max-width: 1439.98px) {
  .sec-home1 .slick-arrow.slick-next {
    right: 5%;
  }
  .sec-home1 .slick-dots {
    right: calc(5% + 75px);
  }
  .sec-home1 .slick-arrow.slick-prev {
    right: calc(5% + 190px);
  }
}
@media screen and (max-width: 1199.98px) {
  body.home {
    overflow-x: hidden;
  }
  .single .product-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-info .is-sticky-column {
    top: 90px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1199.98px) {
  .row.slider-review {
    transform: scale(0.8) translateX(80px);
    bottom: 20px;
  }
  .sec-banner-home .box .box-text {
    padding-left: 40px;
  }
  .sec-home2 .row-top .box-text {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body .container-width,
  body .full-width .ubermenu-nav,
  body .container,
  body .row,
  body .row.row-small,
  body .row.row-collapse {
    max-width: 1230px;
  }
}

@media screen and (min-width: 850px) {
  .archive .shop-page-title.category-page-title {
    display: none;
  }
  .product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport {
    height: auto !important;
  }
  .product-gallery .woocommerce-product-gallery__image {
    position: unset !important;
  }
  .product-gallery .flickity-slider {
    transform: unset !important;
    position: unset;
  }
  .product-gallery .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    white-space: unset;
    display: flex;
    flex-wrap: wrap;
  }
  .product-gallery .woocommerce-product-gallery__image {
    margin-bottom: 10px !important;
    border: 1px solid #efefef;
  }
  .product-gallery .woocommerce-product-gallery__image:last-of-type {
    margin-bottom: 0px !important;
  }
  .sec-home2 .flickity-page-dots {
    display: none;
  }
  .sec-banner-home .box .box-text .img {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .sec-banner-home .is-selected .box .box-text .img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .sec-banner-home .box .box-text p {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
  }
  .sec-banner-home .button.btn-view {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    margin-top: 20px;
  }
  .sec-home3 .flickity-page-dots {
    display: none;
  }
}
@media screen and (max-width: 849.98px) {
	.sec-home4 .flickity-button {
		display: none;
	}
	.sec-banner .flickity-page-dots {
		bottom: -5%;
	}
  #header .header-main {
    height: 55px !important;
  }
  .header-main li.html.custom {
    display: block;
    margin-left: 12px;
  }
  #header #logo img {
    max-height: 40px !important;
  }
  #header .header-bottom-nav {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #header .header-bottom-nav .header-search-form {
    flex: 1;
  }
  #header .header-bottom-nav .nav-icon a {
    width: 40px;
    height: 40px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 0;
  }
  #header .searchform {
    max-width: 100%;
  }

  .section-form form {
    padding: 0px;
  }
  .form-home .title h3 {
    font-size: 24px;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #000;
    padding: 12px 15px 12px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .page-contact .col-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-filtering {
    width: 40px;
    height: 40px;
    background: var(--theme-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 99;
    border: 1px solid #fff;
    border-left: 0;
  }
  .category-filtering strong {
    display: none;
  }
  .category-filtering a {
    margin: 0;
  }
  .category-filtering i {
    color: #fff;
  }
  .category-filtering .icon-equalizer:before {
    content: '\e17c';
    font-family: var(--fa6);
    font-weight: 300;
    font-size: 24px;
  }
  #shop-sidebar {
    background-color: #fff;
    padding: 20px 15px;
    height: 100%;
  }
  #shop-sidebar .widget:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #shop-sidebar .widget-title,
  .post-sidebar .widget-title {
    font-size: 17px;
  }
  .shop-page-title .page-title-inner {
    padding: 0;
    height: 0;
    min-height: 30px;
  }
  .single .product-info {
    margin: 0 15px 0;
    padding-top: 15px;
  }
  .widget_product_categories .product-categories > li > .children {
    flex-direction: column;
    margin-bottom: 0;
  }
  .widget_product_categories .product-categories > li > .children > li {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .widget_product_categories
    .product-categories
    > li
    > .children
    > li
    > .toggle,
  #shop-sidebar .filter-price .filter-price__title i {
    display: none !important;
  }
  .widget_product_categories .product-categories > li > .children > li > a,
  #shop-sidebar .filter-price .filter-price__title {
    text-transform: none;
    padding-right: 0;
  }
  .widget_product_categories
    .product-categories
    > li
    > .children
    > li
    > a:before,
  #shop-sidebar .filter-price .filter-price__title:before {
    content: '\E900';
    font-family: 'icons';
    position: absolute;
    right: 15px;
  }
  .widget_product_categories
    .product-categories
    > li
    > .children
    > li.show
    > a:before,
  #shop-sidebar .filter-price.show .filter-price__title:before {
    content: '\E909';
  }
  #shop-sidebar .filter-price .order-list {
    background: #f4f4f4;
    width: 220px;
    background-color: white;
    list-style: none;
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    display: none;
  }
  .wishlist_table.mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .wishlist_table.mobile li {
    margin: 0;
    border: 0;
  }
  .wishlist_table.mobile li .item-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 0 !important;
    width: 100%;
  }
  .wishlist_table.mobile .additional-info-wrapper {
    margin-right: 0 !important;
    width: 100% !important;
    display: flex;
    border-bottom: 0 !important;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 100%;
    margin: 0;
  }
  .wishlist_table.mobile .item-wrapper .product-name h3 {
    margin-bottom: 0 !important;
  }
  .wishlist_table.mobile .item-wrapper .product-name a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    margin: 5px 0 5px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'Averta-Semibold';
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .wishlist_table.mobile
    .item-wrapper
    .item-details
    .item-details-table
    .label {
    display: none;
  }
  .wishlist_table.mobile .item-wrapper .item-details .item-details-table {
    margin-bottom: 0;
  }
  .wishlist_table.mobile
    .item-wrapper
    .item-details
    .item-details-table
    .value {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0;
    display: flex;
  }
  .wishlist_table.mobile .item-wrapper .item-details span.amount {
    font-size: 16px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Averta-Semibold' !important;
  }
  .wishlist_table.mobile .additional-info-wrapper .product-remove {
    display: block;
    position: unset;
    width: unset;
    height: auto;
    border: unset;
  }
  .wishlist_table.mobile .item-wrapper .item-details del {
    text-decoration: unset;
    order: 2;
  }
  .wishlist_table.mobile .item-wrapper .item-details del span.amount {
    font-size: 13px !important;
    line-height: 23px;
    color: #bcc5c0;
    margin-left: 15px;
    margin-right: 0;
    position: relative;
    opacity: 1;
    font-weight: normal;
    font-family: 'Averta-Semibold';
  }
  .wishlist_table.mobile .item-wrapper .item-details del span.amount:before {
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    border: 2.5px solid var(--theme-color);
    opacity: 1;
    border-radius: 25% 15% 0 0;
    height: 23px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    top: 6px;
    transform: rotate(-4deg);
  }
  .wishlist_table.mobile .additional-info-wrapper a:after {
    display: none;
  }
  .wishlist_table.mobile .additional-info-wrapper .product-remove a {
    background: var(--theme-color);
    color: #fff;
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wishlist_table.mobile .additional-info-wrapper .product-remove a:before {
    content: '\f1f8';
    font-family: var(--fa6);
    font-weight: 300;
  }
  .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0 !important;
  }
  .blog-share {
    display: none;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }
  .sec-home1 .title p {
    max-width: 60%;
  }
  .product-small.box .image-tools {
    transform: translateY(0px) !important;
  }
  .title-home .section-title-main {
    text-align: left;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }
  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #292929;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }
  .header-inner .nav a {
    padding: 0;
  }
  #main-menu {
    width: 100%;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 16px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #cbcbcb;
    /* opacity: 0; */
    /* visibility: hidden; */
    background: #fff;
    display: none;
  }
  #header #logo {
    display: block;
  }
  .sec-banner-home .box .box-image {
    flex-basis: calc(66.6666666667% - 15px);
    max-width: calc(66.6666666667% - 15px);
    padding-right: 30px;
  }
  .sec-banner-home .box .box-text {
    padding-left: 30px;
    padding-top: 30px;
  }
  .sec-banner-home .box .box-text p {
    font-size: 16px;
  }
  .sec-home2 .row-top .box {
    flex-direction: column;
  }
  .sec-home2 .row-top .box-text {
    padding-left: 0;
  }
  .sec-home2 .row-top .box-image {
    width: 70% !important;
    margin-bottom: 15px;
  }
  .sec-home2 .slider-nav-circle .flickity-button {
    display: none;
  }
  .sec-home2 .row-bottom {
    padding: 50px 40px;
  }
  .sec-home2 .row-bottom .col-img .col-inner {
    grid-gap: 30px;
  }
  .sec-home3 .box-image {
    width: 30% !important;
  }
  .sec-home3 .slider .col {
    flex-basis: 70vw !important;
    max-width: 70vw !important;
  }
  .sec-banner-home .box {
    align-items: flex-end;
  }
  .sec-home5 .blog-grid {
    display: flex;
  }
  .sec-home5 .blog-grid .post-item:first-of-type {
    margin-bottom: 30px;
  }
  #footer .row-top .col-left {
    padding: 30px;
    border: 0;
  }
  #footer .row-top .col-right {
    padding: 30px;
  }
  #footer .row-top {
    max-width: 90%;
  }
  #footer .row-bottom .col-1 {
    padding: 0 15px;
    max-width: 80%;
    border: 0;
    margin: 60px auto 0px;
    order: 1;
  }
  #footer .row-bottom .col-2 {
    padding-left: 15px;
    border: 0;
  }
  .logo-footer {
    max-width: 300px;
    margin: 0 auto;
  }
  .product-gallery .woocommerce-product-gallery {
    margin-bottom: 15px;
  }
  .related-products-wrapper .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
#wrapper .product-gallery .zoom-button {
  display: none;
}
@media screen and (min-width: 768) {
  .sec-home1 .flickity-page-dots {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
	.woocommerce-shop .product-small.box .add-to-cart-button a {
		width: 25px;
		height: 25px;
	}
	.woocommerce-shop .product-small.box .add-to-cart-button a:before {
		font-size: 20px;
	}
  .info-sidebar {
    max-width: 100%;
  }
  #header .searchform .button.icon {
    width: 40px;
  }
  .title-home .section-title-main {
    font-size: 20px;
    margin-bottom: 0;
  }

  .category-shop .flickity-button,
  .sec-home1 .flickity-button {
    top: -45px !important;
  }
  .row-slider .flickity-prev-next-button svg {
    padding: 5px !important;
  }

  .section-form form {
    width: 100%;
    padding: 20px;
    margin-top: 150px;
    background: transparent
      linear-gradient(125deg, #f3f3f3b3 0%, #f3f3f329 100%) 0% 0% no-repeat
      padding-box;
    -webkit-box-shadow: 0 10px 20px #0000000f;
    box-shadow: 0 10px 20px #0000000f;
    border: 1px solid #fff9;
    opacity: 1;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
  }
  .section-form .box-text {
    padding: 15px;
  }
  .form-home .title h3 {
    font-size: 18px;
    text-shadow: unset;
  }
  .form-home .title p {
    text-shadow: unset;
  }
  .form-home .content input[type='email'] {
    padding-left: 15px;
  }
  #footer .col-link .menu {
    grid-template-columns: 100%;
  }

  .form-contact .form-contact__info {
    grid-template-columns: 100%;
  }
  .form-contact .form-item:last-of-type {
    grid-column: unset;
  }
  .shop-page-title .title-shop h1 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .category-page-row {
    padding-top: 0;
  }
  .product-small.col .badge-container .badge-inner {
    width: 40px;
    font-size: 11px;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-slider-wrapper {
    margin-left: 0px;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom
    .woo-variation-gallery-container
    .woo-variation-gallery-thumbnail-wrapper {
    display: none;
  }
  .single .product-info {
    padding: 20px 15px;
  }

  .related-products-wrapper .product-section-title {
    font-size: 18px;
  }

  #main .related-products-wrapper .flickity-button {
    top: -54px;
  }
  .single .product-gallery {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
    right: 0;
  }
  .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    left: 0;
  }
  .product-info .single_add_to_cart_button,
  .product-info .single_buynow_button {
    font-size: 14px;
    padding: 0 10px;
  }
  #my-account-menu.position-vertical-left,
  #my-account-menu ~ .woocommerce-MyAccount-content {
    width: 100%;
  }
  #my-account-menu .myaccount-menu li + li {
    margin-top: 10px !important;
  }
  .shop_table.wishlist_table
    .wishlist-items-wrapper
    .product-add-to-cart
    .add_to_cart_button,
  .wishlist_table.mobile .additional-info-wrapper .add_to_cart_button {
    font-size: 11px;
  }
  .wishlist_table.mobile .additional-info-wrapper .product-remove a {
    font-size: 13px !important;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding: 115px 15px 25px;
  }

  .sec-home1 .title h2 .sec-video .col-text h2 {
    font-size: 24px;
  }

  .sec-home1 .title p {
    max-width: 100%;
    font-size: 16px;
  }
  .sec-home1 .title {
    margin-bottom: 30px;
  }
  .sec-home1 .product-small.col {
    padding: 0 10px 15px;
  }
  .product-small.box .grid-tools .add-to-cart-grid,
  .product-small.box .image-tools .wishlist-button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    min-width: 30px;
    min-height: 30px;
  }
  .product-small.box .image-tools.top {
    right: 31%;
  }
  .product-small.box .image-tools.bottom {
    left: 31%;
  }
  .product-small.box .image-tools {
    bottom: 8px !important;
  }
  .sec-home-banner .flickity-page-dots {
    bottom: -30px;
  }
  .header-main .header-inner > .flex-col.flex-right {
    padding-left: 20px;
  }
  .sec-banner-home .box {
    flex-wrap: wrap;
  }
  .sec-banner-home .box .box-image {
    flex-basis: 100%;
    max-width: 100%;
    display: block;
    padding-right: 0;
  }
  .sec-banner-home .box .box-image:before {
    width: 75vw;
    right: -5vw;
  }
  .sec-banner-home .box .box-text {
    padding-left: 0;
    padding-bottom: 30px;
  }
  .sec-banner-home .is-selected .box .box-text .img {
    max-width: 250px;
    margin-bottom: 30px;
  }
  .title .section-title .number-title {
    font-size: 60px;
    line-height: 60px;
    margin-right: 10px;
  }
  .title .section-title .section-title-main {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .title .section-title .section-title-main:before {
    top: -10px;
  }
  .title .section-title {
    margin-bottom: 30px;
    flex-wrap: nowrap;
  }
  .sec-home1 .slider-nav-circle .flickity-button {
    display: none;
  }
  .product-slick {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sec-home1 .button.btn-view {
    margin-top: 30px;
  }
  .sec-home2 .row-top .box-image {
    width: 100% !important;
  }
  .sec-home2 .row-top .box-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec-home2 .row-bottom {
    margin-top: 40px;
    padding: 40px 0px;
  }
  .sec-home2 .row-bottom .col-img .col-inner {
    grid-template-columns: 100%;
    margin-top: 15px;
  }
  .sec-home3 .slider .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .sec-home3 .slider-nav-circle .flickity-button {
    display: none;
  }
  .sec-home3 .box {
    flex-wrap: wrap;
    padding-left: 60px;
  }
  .sec-home3 .box-image {
    order: -1;
    width: 100% !important;
  }
  .sec-home3 .box-text {
    padding: 15px;
  }
  .sec-home4 .slider-nav-circle .flickity-button {
    display: none;
  }
  .sec-home5 .post-item:nth-of-type(n + 2) .box-image {
    width: 40%;
    margin-right: 14px;
  }
  .sec-home5 .post-meta {
    display: none;
  }
  .sec-home5 .post-title {
    font-size: 16px;
  }
  .sec-home5 .from_the_blog_excerpt {
    -webkit-line-clamp: 2;
  }
  #footer .row-top {
    padding: 0;
  }
  #footer .row-top .col-left .title {
    flex-direction: column;
    gap: 10px;
  }
  #footer .row-top .col-right {
    padding-top: 0;
  }
  .form-home .wpcf7-submit {
    margin-top: 10px;
  }
  #footer .row-bottom .col-2 {
    padding: 0 16px;
  }
  #footer .row-bottom .col-3 {
    padding: 0 15px;
  }
  #footer .row-bottom .col-1 {
    max-width: 90%;
  }
  .container.title-shop {
    display: none;
  }
  .category-page-row .col-header {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .product-main .product-thumbnails {
    margin-top: 10px;
  }
  .single .product-container .product-main {
    margin-bottom: 0;
  }
  .single .blog-featured-title {
    margin-bottom: 15px;
  }
  .page-about1 .col-text {
    padding-right: 15px;
  }
  .page-about1 {
    padding-bottom: 10px !important;
  }
  .page-about2 .col-left .icon-box {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
  .page-about2 .col-right {
    padding: 30px 15px 0;
  }
  .page-about3 .title h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page-about3 .accordion-item.active {
    padding: 25px;
  }
  .page-about3 .accordion-item {
    padding: 10px 25px;
  }
  .form-contact {
    padding: 30px;
  }
  .form-contact .form-item {
    margin-bottom: 15px;
  }
  .form-contact .form-item input {
    height: 40px;
  }
  .section.page-contact {
    margin-top: 0;
  }
  .page-contact .col-info h2 {
    color: #222;
    font-size: 24px;
  }
  .page-contact .col-info .title p {
    color: #555;
    font-size: 16px;
  }
  .sec-home2 .flickity-page-dots {
    bottom: 0;
  }
  #footer .row-bottom {
    padding-bottom: 10px;
  }
  .sec-home3 .flickity-page-dots {
    bottom: 0;
  }
  .sec-home1 .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@-webkit-keyframes mkdf-animate-burger-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  33% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes mkdf-animate-burger-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  33% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
