:root {
  --theme-color: #fdef9f;
  --theme-color2: #f9e2dc;

  --black: #213333;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Inter-Regular';
  --medium: 'Inter-Medium';
  --semi: 'Inter-SemiBold';
  --manro: 'Manrope-Regular';
  --bold: 'Manrope-Bold';
}

html {
  overflow-x: hidden;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
.blog-wrapper.blog-archive {
  padding-top: 0;
}
/* Add fonts */
@font-face {
  font-family: 'Inter-Regular';
  src: url('./fonts/Inter-Regular.woff2') format('woff2'),
    url('./fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Medium';
  src: url('./fonts/Inter-Medium.woff2') format('woff2'),
    url('./fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-SemiBold';
  src: url('./fonts/Inter-SemiBold.woff2') format('woff2'),
    url('./fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: 'Manrope-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/manrope-v14-vietnamese-regular.woff2') format('woff2'),
    url('./fonts/manrope-v14-vietnamese-regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Manrope-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/manrope-v14-vietnamese-700.woff2') format('woff2'),
    url('./fonts/manrope-v14-vietnamese-700.ttf') format('truetype');
}
/* 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: var(--regular), 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;
}

/* End Format theme */
/* Shop */
.home #header .header-bg-color {
  background-image: linear-gradient(180deg, #424242ba 0%, #ffffff00 100%);
  transform: translateY(0);
  background-color: transparent;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
#header .header-bg-color {
  background-color: rgb(31, 28, 21);
}

.slider-nav-circle .flickity-button {
  width: 44px !important;
  height: 44px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  pointer-events: all !important;
}

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

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f061';
  color: #000;
  font-weight: 300;
  font-size: 20.5px;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f060';
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color) !important;
  pointer-events: all;
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}
.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 {
  right: 10px;
}
.category-shop .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: #222;
  border-color: #222;
  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: #222 !important;
}
#shop-sidebar .product-categories .cat-item:hover a:before,
#shop-sidebar .woocommerce-widget-layered-nav-list li:hover .ux-swatch--color {
  border-color: #222;
}
.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 a {
  font-size: 16px;
  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: #222;
}
.product-small.box .product-title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #222;
}
.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 {
  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: #222;
  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: #222;
}
.product-small.box .add-to-cart-button a {
  height: 45px;
  width: 45px;
  background-color: #222;
  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 #222;
}

.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: #222;
}
.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: #222;
}
.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: #222;
  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: 50px;
  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 .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 .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: #222;
  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-bottom: 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 .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: #222;
}
.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 */
body.single.single-post {
  background-color: #f5f5f5;
  background-image: url(./images/bg-home.jpg);
}
body.single.single-post #wrapper,
body.single.single-post #main {
  background-color: transparent;
}
.blog-single .news-posts .post-title {
  color: var(--title-color);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}

.post-sidebar #ez-toc-container,
.list-tags,
.blog-single .col-main .post,
.blog-single .news-posts {
  -webkit-box-shadow: 0 3px 8px hsla(0, 0%, 80%, 0.1);
  box-shadow: 0 3px 8px hsla(0, 0%, 80%, 0.1);
  padding: 20px !important;
  border-radius: 20px !important;
  background: #fff;
  border: 0;
}
.blog-single .col-main .post {
  margin-bottom: 0;
}
ul.ez-toc-list {
  list-style: none !important;
}
.post-sidebar .list-tags {
  margin-top: 20px;
}
.post-sidebar #ez-toc-container .ez-toc-title,
.post-sidebar .list-tags .list-tags__title,
.blog-single .news-posts .title-post {
  font-size: 18px;
  color: #23262f;
  padding: 7px 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  font-family: var(--semi);
}
.post-sidebar .ez-toc-title-toggle {
  display: none;
}
.post-sidebar #ez-toc-container li > a,
.entry-content #ez-toc-container li > a {
  color: inherit;
  font-family: var(--regular);
  font-weight: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.post-sidebar div#ez-toc-container ul li,
.entry-content div#ez-toc-container ul li {
  margin-top: 8px;
}
.post-sidebar .list-tags a {
  font-size: 14px !important;
  padding: 5px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
  background-color: rgba(224, 231, 255, 0.5);
  display: inline-block;
}
.post-sidebar .list-tags__content {
  display: flex;
  padding-top: 10px;
  flex-wrap: wrap;
  gap: 0 5px;
}

.post-sidebar .list-tags a:nth-of-type(1n) {
  color: #242abe;
  font-weight: normal;
}
.post-sidebar .list-tags a:nth-of-type(2n) {
  background-color: rgba(243, 232, 255, 0.5);
  color: #8835d1;
}
.post-sidebar .list-tags a:nth-of-type(3n) {
  background-color: rgba(232, 255, 234, 0.5);
  color: #35d159;
}
.post-sidebar .list-tags a:nth-of-type(4n) {
  background-color: rgba(255, 242, 232, 0.5);
  color: #f69637;
}
.post-sidebar .list-tags a:nth-of-type(4n) {
  background-color: rgba(245, 230, 230, 0.5);
  color: #ff5757;
}
.blog-single h1.entry-title {
  color: #292929;
  font-size: 26px;
  margin-bottom: 8px;
}
.blog-single .info-post {
  color: var(--title-color);
  margin-bottom: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.blog-single .entry-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%;
}
.blog-single .entry-image a {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  display: block;
  border-radius: 12px;
}
.blog-single .info-post .post-author {
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
.blog-single .info-post .post-date {
  line-height: 1;
}
.blog-single .info-post .post-author:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(./image/user.png) no-repeat center;
  background-size: contain;
}
.blog-share .social-icons {
  color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.blog-share .share-icons-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding: 0;
}
.blog-share .email,
.blog-share .pinterest,
.blog-share .whatsapp {
  display: none;
}
.blog-share a.icon {
  color: var(--theme-color);
  font-size: 18px;
  margin: 0 9px;
}

.featured-posts {
  margin-top: 40px;
}
.featured-posts .title-post {
  text-align: center;
  font-size: 36px;
  color: #f26b33;
  margin-bottom: 24px;
}

.featured-posts .box-blog-post {
  padding: 20px;
  background: #fff;
  border: 1px solid #9f9f9f33;
  border-radius: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 10px;
}
.featured-posts .box-blog-post .box-text {
  padding: 16px 0 0;
}
.featured-posts .box-blog-post .post-title {
  color: #222;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-bottom: 10px;
  height: 42px;
}
.featured-posts .box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  transition: initial;
  color: #555;
  margin: 0;
}
.featured-posts .box-blog-post .post-meta {
  margin-bottom: 10px;
}
.box-blog-post .post-meta {
  font-size: 14px;
}
.news-posts .box-blog-post {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.news-posts .box-blog-post a {
  display: flex;
}
.news-posts .box-blog-post .box-image {
  width: 33.3333%;
  flex-shrink: 0;
}
.news-posts .box-blog-post .image-cover {
  border-radius: 10px;
}
.news-posts .box-blog-post .box-text {
  padding: 0 0 0 10px;
}
.news-posts .box-blog-post .post-meta {
  margin: 5px 0 0;
}
.box .post-meta:before {
  content: '\f073';
  font-family: var(--fa6);
  margin-right: 5px;
  font-weight: 300;
  transform: translateY(-1px);
  display: inline-block;
}
.news-posts .box-blog-post + .box-blog-post {
  margin-top: 20px;
}
/* End blog-single */
/* header */

.home #header #logo {
  display: none;
}
#main-menu.mobile-sidebar {
  display: none;
}

#header #logo img {
  max-height: 55px !important;
}
#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: #222;
  font-weight: normal;
}

#header .header-nav-main {
  justify-content: flex-end;
}
.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 3px 0px;
  font-family: var(--regular);
}
.header-nav-main > .menu-item {
  margin: 0px 16px;
}

.header-nav-main > .menu-item > a {
  padding: 25px 0;
  line-height: 20px;
}
.header-nav-main > .menu-item.active > a,
.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color);
}

.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;
}

/* End header */

/* ===Home=== */
body.home {
  background-color: #03071a;
  max-width: 100vw;
  overflow: hidden;
}

body.home #wrapper,
body.home #main {
  background-color: transparent;
}
body.home #main .sec-home1:before {
  content: '';
  width: 100%;
  background-image: url(./images/banner_home.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  min-height: 1440px;
  position: absolute;
  inset: 0;
}
/* sec-home1 */
#main .sec-home1 {
  padding-top: 90px;
}
.sec-home1 .col-right .content h1 {
  font-size: 36px;
  line-height: 1.6;
  background: -webkit-linear-gradient(
    358.4deg,
    #fbf09c 18.1%,
    #c6932f 41.02%,
    #fbf09c 63.17%,
    #c6932f 84.86%,
    #fbf09c 97.24%
  );
  background: linear-gradient(
    91.6deg,
    #fbf09c 18.1%,
    #c6932f 41.02%,
    #fbf09c 63.17%,
    #c6932f 84.86%,
    #fbf09c 97.24%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}
.sec-home1 .col-right .content p {
  color: #e4e4e4;
}
.sec-home1 .col-right .content p:last-of-type {
  margin-bottom: 0;
}
.sec-home1 .col-right .content p:first-of-type {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
.sec-home1 .col-right .chuky {
  max-width: 550px;
  margin-bottom: 44px;
}
.sec-home1 .stack {
  margin-bottom: 30px;
  z-index: 9;
  position: relative;
  gap: 44px;
}
.sec-home1 .stack .icon-box {
  width: 90px;
  text-align: center;
}
.sec-home1 .stack .icon-box .icon-box-img {
  width: 80px !important;
  height: 80px;
  margin: 0;
  background: transparent linear-gradient(180deg, #023075 0%, #011047 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #acacac;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.sec-home1 .stack .icon-box h4 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: var(--semi);
  margin: 0;
}
.sec-home1 .stack .icon-box p {
  font-size: 12px;
  color: #fff;
}
.sec-home1 .section-content:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 215px;
  bottom: 30px;
  left: 0;
  /* background: transparent
    linear-gradient(180deg, #151d4100 0%, #060c23 80%, #03071a 100%) 0% 0%
    no-repeat padding-box; */
  z-index: 2;
  display: none;
}
.sec-home1 .col-right {
  padding-left: 60px;
}
/* End sec-home1 */
.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: #222;
  border-color: #222;
  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;
}

.button.btn-view {
  font-size: 16px;
  font-weight: normal;
  color: #222 !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 #222;
  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);
}

.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%;
}

.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-home3 */
.sec-home3 .row-top {
  padding-bottom: 65px;
}
.sec-home3 .row-bottom .col {
  padding-bottom: 0;
}
.sec-home3 .col-left {
  padding-left: 100px;
  padding-bottom: 0;
}
.sec-home3 .col-right {
  padding-left: 35px;
}
.sec-home3 .col-left:nth-child(3),
.sec-home3 .col-right:nth-child(4) {
  padding-top: 30px;
}
.sec-home3 .row-top .col-left:nth-child(3):before {
  height: calc(100% - 60px);
}
.sec-home3 .col-right .image-cover {
  border-radius: 6px;
}
.sec-home3 .content h2 {
  background: -webkit-linear-gradient(
    358.4deg,
    #fbf09c 18.1%,
    #c6932f 41.02%,
    #fbf09c 63.17%,
    #c6932f 84.86%,
    #fbf09c 97.24%
  );
  background: linear-gradient(
    91.6deg,
    #fbf09c 18.1%,
    #c6932f 41.02%,
    #fbf09c 63.17%,
    #c6932f 84.86%,
    #fbf09c 97.24%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}
.sec-home3 .stack {
  color: #ebebeb;
  margin-bottom: 0;
  flex-direction: column;
}
.sec-home3 .stack .text {
  margin-bottom: 25px !important;
  position: relative;
  cursor: pointer;
}
.sec-home3 .row-top .col-left:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--theme-color);
  position: absolute;
  left: 35px;
  top: 30px;
}

.sec-home3 .row-top .content h2:before {
  content: '\f111';
  font-family: var(--fa6);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f2ce00;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -74px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.sec-home3 .row-bottom .content h2:before {
  right: unset;
  left: -92px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-home3 .row-bottom .content {
  position: relative;
}
.sec-home3 .stack .text:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #707070;
}
.sec-home3 .row-bottom .content:before {
  right: unset;
  left: -92px;
}
#main .sec-home3 {
  padding-bottom: 55px;
}
.sec-home3 .row-bottom .content h2 {
  font-size: 36px;
  margin-bottom: 8px;
  flex-shrink: 0;
  width: fit-content;
  margin-right: 60px;
}
.sec-home3 .row-bottom .content p {
  color: #e4e4e4;
  flex: 1;
  max-width: 589px;
}
.sec-home3 .row-bottom .content {
  margin-bottom: 35px;
  display: flex;
}
.sec-home3 .row-bottom .product-small.box:before {
  display: none;
}
.sec-home3 .row-bottom .product-small.box .box-image {
  padding-top: 75%;
}
.sec-home3 .row-bottom .product-small.box .box-image img {
  object-fit: contain;
}
.sec-home3 .product-small.box .product-title a {
  color: #e4e4e4;
}
.sec-home3 .product-small.box .product-title {
  margin-bottom: 0;
  border: 0;
}
.sec-home3 .product-small.box .price-wrapper .product-star:before {
  color: #fbf09c;
}
.sec-home3 .product-small.box .price-wrapper .amount,
.sec-home3 .product-small.box .price-wrapper .product-sku {
  color: #e4e4e4;
}
.sec-home3 .product-small.box .price-wrapper .product-sku,
.sec-home3 .product-small.box .price-wrapper .product-star,
.sec-home3 .product-small.box .add-to-cart-button a {
  display: none;
}
.sec-home3 .row-bottom .img-bottom .image-cover {
  border: 1px solid #707070;
  border-radius: 12px;
}
/* End sec-home3 */
/* sec-home4 */
#main .sec-home4 {
  padding-bottom: 17px;
}
.sec-home4 .title h2 {
  background: -webkit-linear-gradient(
    358.4deg,
    #fbf09c 18.1%,
    #c6932f 41.02%,
    #fbf09c 63.17%,
    #c6932f 84.86%,
    #fbf09c 97.24%
  );
  background: linear-gradient(
    91.6deg,
    #fbf09c 18.1%,
    #c6932f 41.02%,
    #fbf09c 63.17%,
    #c6932f 84.86%,
    #fbf09c 97.24%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  margin-bottom: 22px;
  position: relative;
}
#main .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.blog-grid .post-item {
  padding: 0 12.5px 23px;
}
.blog-grid .post-item .cat-label {
  display: none;
}
.blog-grid .post-item:nth-of-type(1),
.blog-grid .post-item:nth-of-type(2) {
  grid-row: span 3;
}
.blog-grid .post-item:nth-of-type(n + 3) .box-blog-post {
  display: flex;
}
.blog-grid .post-item:nth-of-type(3) .box-image,
.blog-grid .post-item:nth-of-type(4) .box-image,
.blog-grid .post-item:nth-of-type(5) .box-image {
  width: 125px !important;
  flex-shrink: 0;
}

.blog-grid .post-item .box-image .image-cover {
  border-radius: 5px;
}
.blog-grid .post-item:nth-of-type(3) .box-image .image-cover,
.blog-grid .post-item:nth-of-type(4) .box-image .image-cover,
.blog-grid .post-item:nth-of-type(5) .box-image .image-cover {
  padding-top: 100% !important;
}
.blog-grid .post-item:nth-of-type(3) .cat-label,
.blog-grid .post-item:nth-of-type(4) .cat-label,
.blog-grid .post-item:nth-of-type(5) .cat-label {
  display: inline-flex;
  background-color: #fdef9f;
  height: 20px;
  align-items: center;
  padding: 0 12px;
  border-radius: 2px;
  color: #03071a;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  opacity: 1;
  margin-bottom: 8px;
}
.blog-grid .post-item .post-title a {
  color: #ebebeb;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--semi);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-grid .post-item .post-title {
  position: relative;
  margin: 0 0 13px;
  padding-bottom: 13px;
}
.blog-grid .post-item .post-title:before {
  content: '';
  width: 100%;
  max-width: 236px;
  border-bottom: 0.5px solid #c5c5c5;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
}

.blog-grid .post-item:nth-of-type(1) .box-text,
.blog-grid .post-item:nth-of-type(2) .box-text {
  padding: 19px 0 0;
}
.blog-grid .post-item:nth-of-type(1) .image-cover,
.blog-grid .post-item:nth-of-type(2) .image-cover {
  padding-top: 83% !important;
}
.blog-grid .post-item .post-meta {
  color: #c4c4c4;
  font-weight: normal;
  opacity: 1;
}
.blog-grid .post-item:nth-of-type(3) .box-text,
.blog-grid .post-item:nth-of-type(4) .box-text,
.blog-grid .post-item:nth-of-type(5) .box-text {
  padding: 5px 0 0 19px;
}

/* End sec-home4 */

/* ===End home=== */
/* Footer */

.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}
.home .back-to-top.button {
  color: #ebebeb;
}
#footer .row-bottom {
  padding: 28px 0;
}

#footer .row-bottom .col {
  padding-bottom: 0;
}
#footer .row-bottom .col-left ul {
  display: flex;
  align-items: center;
  list-style: none;
  color: #e4e4e4;
  gap: 58px;
  margin-bottom: 0;
}
#footer .row-bottom .col-left ul li {
  margin: 0;
}
#footer .copyright-footer p,
#footer .copyright-footer a {
  font-size: 16px;
  line-height: 22px;
  color: #e4e4e4;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
#footer .copyright-footer a {
  margin-left: 4px;
}
#footer .footer-nav {
  display: none;
}

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

/* End Footer */
/* page-contact */
.page-contact .page-banner {
  margin-bottom: 50px;
}
.page-contact .section-title-main {
  font-size: 36px;
  color: #161921;
  border-bottom: 2px solid var(--theme-color);
}
.page-contact .section-title-container .section-title-normal {
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 30px;
}
.page-contact .col-form .col-inner {
  -webkit-box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  box-shadow: 0px 8px 30px rgba(4, 6, 66, 0.08);
  border-radius: 10px;
  padding: 40px;
}
.page-contact .form-contact label {
  font-size: 14px;
  color: #070707;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: var(--semi);
}

.page-contact .form-contact input {
  height: 54px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
}

.page-contact .form-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-contact .form-content .form-item {
  padding: 0 15px 0;
  margin-bottom: 1rem;
  width: 100%;
}

.page-contact .form-content textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: #f3f5f2;
}

.page-contact .form-content .form-item:nth-of-type(2),
.page-contact .form-content .form-item:nth-of-type(3) {
  width: 50%;
}

.page-contact .form-submit {
  padding: 0;
}

.page-contact .form-submit input[type='submit'] {
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 8px;
  background-color: var(--theme-color2);
}

.page-contact .form-submit input[type='submit']:hover {
  background: var(--theme-color);
  color: #fff;
  box-shadow: none;
}
.page-contact .row-icon .icon-box {
  background: #f3f5f2;
  padding: 30px 15px 20px;
  border-radius: 10px;
  height: 100%;
}
.page-contact .row-icon .col-inner {
  height: 100%;
}
.page-contact .entry-content {
  padding-bottom: 0;
}
.button.btn-viewall {
  padding: 0 30px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--medium);
  font-weight: normal;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 0;
}

.button.btn-viewall:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--theme-color2);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
  border-radius: 0px;
}
.button.btn-viewall:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
  width: 100%;
}
.button.btn-viewall:hover {
  color: #fff;
}
.button.btn-viewall:hover:before {
  background: var(--primary-color);
  color: #fff;
}
/* End page-contact */
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  #footer .row-bottom .col-left ul {
    gap: 40px;
    justify-content: center;
    margin-bottom: 10px;
  }
  #footer .copyright-footer p {
    justify-content: center;
  }
  #footer .row-bottom .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 850px) {
  .home #header .stuck .header-bg-color {
    background-image: linear-gradient(180deg, #424242ba 0%, #ffffff00 100%);
    transform: translateY(0);
    background-color: #0000004d !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .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;
  }
  .blog-grid .post-item:nth-of-type(6) .box-image,
  .blog-grid .post-item:nth-of-type(7) .box-image,
  .blog-grid .post-item:nth-of-type(8) .box-image {
    width: 46.34% !important;
    flex-shrink: 0;
  }
  .blog-grid .post-item:nth-of-type(6) .box-text,
  .blog-grid .post-item:nth-of-type(7) .box-text,
  .blog-grid .post-item:nth-of-type(8) .box-text {
    padding: 0 0 0 19px;
  }
  .blog-grid .post-item:nth-of-type(6) .box,
  .blog-grid .post-item:nth-of-type(7) .box,
  .blog-grid .post-item:nth-of-type(8) .box {
    align-items: center;
  }
  .blog-grid .post-item:nth-of-type(6) .post-title a,
  .blog-grid .post-item:nth-of-type(7) .post-title a,
  .blog-grid .post-item:nth-of-type(8) .post-title a {
    -webkit-line-clamp: 3;
  }
  .home #wrapper:before {
    content: '';
    width: 594px;
    max-width: 90%;
    height: 594px;
    background: url(./images/Ellipse.png) no-repeat;
    position: fixed;
    left: 0;
    top: 15vh;
    display: block;
    z-index: 0;
    background-size: contain;
  }
  .home #wrapper:after {
    content: '';
    width: 594px;
    max-width: 90%;
    height: 594px;
    background: url(./images/Ellipse.png) no-repeat;
    position: fixed;
    right: 0;
    top: 25vh;
    display: block;
    z-index: 0;
    background-size: contain;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 849.98px) {
  #header .header-main {
    height: 55px !important;
  }
  .header-main li.html.custom {
    display: block;
    margin-left: 12px;
  }
  .header-main .mobile-nav .html_topbar_left {
    display: flex !important;
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  #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;
  }

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

  .category-filtering {
    width: 40px;
    height: 40px;
    background: #222;
    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;
  }
  .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;
  }

  .blog-share {
    display: none;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }
  .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;
    width: 80%;
    left: unset;
    right: 0;
  }

  #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: 100vw;
    left: 0;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 55px 16px 16px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #cbcbcb;
    /* opacity: 0; */
    /* visibility: hidden; */
    background: #fff;
    display: none;
  }

  #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;
  }

  .sec-home3 .col-left {
    padding-left: 60px;
  }
  .sec-home3 .row-top .col-left:before {
    left: 25px;
  }
  .sec-home3 .content h2 {
    font-size: 28px;
  }
  .sec-home3 .col-right {
    padding-left: 45px;
  }
  .sec-home3 .row-top .content h2:before {
    left: -45px;
  }
  .sec-home3 .stack .text:before {
    left: -42px;
  }
  .sec-home3 .row-bottom .content h2:before {
    left: -52px;
  }
  .sec-home3 .row-top .content:before,
  .sec-home3 .row-bottom .content:before {
    right: -52px;
  }
  #main .sec-home3 .row-bottom .content:before {
    right: unset;
    left: -52px;
  }
  #main .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid .post-item:nth-of-type(n + 3) .box-image {
    width: 125px !important;
    flex-shrink: 0;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .box-image .image-cover {
    border-radius: 5px;
    padding-top: 100% !important;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .box-text {
    padding: 5px 0 0 19px;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .cat-label {
    display: inline-flex;
    background-color: #fdef9f;
    height: 20px;
    align-items: center;
    padding: 0 12px;
    border-radius: 2px;
    color: #03071a;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    opacity: 1;
    margin-bottom: 8px;
  }
  #footer .row-bottom .col-left ul {
    justify-content: center;
    margin-bottom: 10px;
  }
  #footer .copyright-footer p {
    justify-content: center;
  }
  .sec-home1 .align-bottom {
    justify-content: center !important;
  }
  .sec-home1 .col-right {
    text-align: center;
  }
  .sec-home1 .col-right .chuky {
    margin: 0 auto 30px;
  }
  .sec-home1 .stack {
    justify-content: center;
  }
}

@media screen and (max-width: 767.98px) {
  #header .searchform .button.icon {
    width: 40px;
  }
  .title-home .section-title-main {
    font-size: 20px;
    margin-bottom: 0;
  }

  .category-shop .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;
  }
  #footer .col-link .menu {
    grid-template-columns: 100%;
  }

  .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;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding: 115px 15px 25px;
  }

  .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;
  }
  .header-main .header-inner > .flex-col.flex-right {
    padding-left: 20px;
  }

  .title .section-title .number-title {
    font-size: 60px;
    line-height: 60px;
    margin-right: 10px;
  }
  .title .section-title .section-title-main {
    font-size: 21px;
    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;
  }

  .product-slick {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #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: center;
  }
  .product-main .product-thumbnails {
    margin-top: 10px;
  }
  .single .product-container .product-main {
    margin-bottom: 0;
  }
  .single .blog-featured-title {
    margin-bottom: 15px;
  }

  #footer .row-bottom {
    padding-bottom: 10px;
  }
  .sec-home3 .row-bottom .content h2 {
    font-size: 24px;
    width: 100%;
  }
  .sec-home3 .section-content:before {
    transform: unset;
    left: 30px;
  }

  .sec-home3 .row-bottom .content h2:before {
    top: 15px;
  }
  .sec-home3 .row-top .content:before,
  .sec-home3 .row-bottom .content:before {
    right: unset;
    left: -36px;
  }
  #main .sec-home3 .row-bottom .content:before {
    left: -36px;
  }
  .sec-home3 .row-bottom .col-right {
    order: -1;
    padding-bottom: 30px;
  }
  .sec-home4 .title h2 {
    font-size: 26px;
  }
  #main .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #footer .row-bottom .col-left ul {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fafafaa1;
    padding-bottom: 15px;
  }
  #footer .copyright-footer p {
    margin-bottom: 20px;
  }
  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #main .featured-posts .slider-nav-circle .flickity-button {
    background-color: #fff !important;
  }
  #main .featured-posts .slider-nav-circle .flickity-button.next {
    right: -20px;
  }
  #main .featured-posts .slider-nav-circle .flickity-button.previous {
    left: -20px;
  }
  .page-contact .form-content .form-item:nth-of-type(2),
  .page-contact .form-content .form-item:nth-of-type(3) {
    width: 100%;
  }
  .page-contact .col-form .col-inner {
    padding: 20px 15px;
  }
  .sec-home1 .col-right .content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .sec-home1 .col-left {
    padding-bottom: 10px;
  }
  .sec-home1 .stack .img {
    --stack-gap: 0 !important;
  }
  .sec-home1 .stack {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .sec-home3 .row-bottom .content {
    flex-wrap: wrap;
  }
  .sec-home1 .col-right {
    padding-left: 15px;
  }
  .sec-home3 .content h2 {
    font-size: 24px;
  }
  .sec-home3 .row-top .col-left:nth-child(3):before {
    top: 40px;
    height: 100%;
  }
  .sec-home3 .col-right:nth-child(4) {
    padding-top: 0;
  }
  body.home #main .sec-home1:before {
    background-position: bottom;
    background-size: cover;
    min-height: 100%;
  }
  .sec-home3 .col-left,
  .sec-home3 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@-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);
  }
}
@keyframes firework {
  0% {
    transform: translate(var(--x), var(--initialY));
    width: var(--initialSize);
    opacity: 1;
  }
  50% {
    width: 0.5vmin;
    opacity: 1;
  }
  100% {
    width: var(--finalSize);
    opacity: 0;
  }
}
