:root {
  --site_bg: #f8fdfc;
  --bolum_bg: #f5fafb;
  --header_top: #f3f6fb;
  --header_bg: #ffffff;
  --main_text: #1b3c74;
  --subtext: #006d95;
  --textwhite: #ffffff;
  --mainbg: #2453d4;
  --whitebg: #ffffff;
  --custom1: #7bb2a2;
  --custom2: #c983b9;
  --custom3: #f4b733;
  --custom4: #f4b733;
  --custom5: #c983b9;
  --custom6: #f4b733;
}

.site-content {
  background: var(--theme_post_bg);
}

.single-content.single-gray {
  margin-bottom: -2.5rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 64rem) {
  .single-content.single-gray {
    margin-bottom: -7.1875rem;
    padding-bottom: 7.1875rem;
  }
}

.single-content.single-gray .single-wrapper > .product {
  background-color: var(--whitebg);
  border-radius: 5px;
  padding: 40px;
}

.klb-product-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 64rem) {
  .single-content .woocommerce-breadcrumb {
    padding: 1.5rem 0;
  }
}

.woocommerce-breadcrumb {
  padding: 0.625rem 0;
  display: flex;
}

.woocommerce-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-breadcrumb ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--subtext);
}

.woocommerce-breadcrumb ul li:first-child i {
  display: none;
}

.woocommerce-breadcrumb ul li i {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.woocommerce-breadcrumb ul a {
  color: var(--color-text-light);
}

.woocommerce-breadcrumb + .content-wrapper {
  margin-top: 1.875rem;
}

@media screen and (min-width: 64rem) {
  .woocommerce-breadcrumb + .content-wrapper {
    margin-top: 2.5rem;
  }
}

@media (max-width: 600px) {
  .woocommerce-breadcrumb ul {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .woocommerce-breadcrumb ul li i {
    display: block;
  }
  .single-content .woocommerce-tabs .wc-tabs a {
    padding: 0.625rem 1.25rem;
    width: 100%;
  }
  .single-content .woocommerce-tabs .wc-tabs li {
    width: 100%;
  }
  .single-content .woocommerce-tabs .wc-tabs li:first-child a {
    padding-top: 1.25rem;
  }
  .single-content .woocommerce-tabs .wc-tabs li:last-child a {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 600px) {
  .post-type-archive-product .woocommerce-breadcrumb + .content-wrapper {
    margin-top: 0;
  }
}

.klb-products-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
}

.klb-products-nav .klb-back-btn,
.klb-products-nav .product-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 20px;
  color: var(--subtext);
  text-decoration: none;
}

.klb-products-nav .product-prev > a span:before {
  content: '\e8c0';
  font-family: 'klbtheme';
}

.klb-products-nav .product-btn:hover > .wrapper-short {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.klb-products-nav .wrapper-short {
  position: absolute;
  top: 80%;
  right: 0;
  z-index: 350;
  visibility: hidden;
  min-width: 240px;
  opacity: 0;
  transition: opacity 0.1s ease 0.1s, visibility 0.1s ease 0.1s;
}

.klb-products-nav .product-short {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: var(--whitebg);
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}

.klb-products-nav .product-short-description {
  padding: 10px 15px;
  margin-bottom: 0px !important;
}

.klb-products-nav h3.product-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.klb-products-nav .product-short-description h3.product-title a {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  color: var(--color-text);
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.klb-products-nav .product-short-description h3.product-title a:hover {
  color: var(--color-primary);
}

.klb-products-nav .product-short-description .price {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0px !important;
}

.klb-products-nav .product-short-image img {
  max-width: 90px;
  height: auto;
}

.single-content .product .product-header {
  margin-bottom: 1.25rem;
  width: 100%;
}

@media screen and (min-width: 64rem) {
  .single-content .product .product-header {
    margin-bottom: 1.875rem;
  }
}

.single-content .product .product-header.bordered {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--color-border);
}

@media screen and (min-width: 64rem) {
  .single-content .product .product-header.bordered {
    padding-bottom: 1.875rem;
  }
}

.single-content .product .product_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--main_text);
}

@media screen and (max-width: 36rem) {
  .single-content .product .product-meta.top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .single-content .product .product-meta.top > * {
    margin-right: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .single-content .product .product-meta.top > *.store-info {
    width: 100%;
  }
}

.single-content .product .product-meta .product-brand {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: var(--subtext);
  border-right: 2px solid var(--line);
  padding-right: 10px;
  margin-right: 10px;
}

.single-content .product .product-meta .product-brand span {
  color: var(--color-info-dark);
  margin-right: 4px;
}

.single-content .product .product-meta .product-brand a {
  font-weight: 400;
  color: var(--subtext);
  margin-left: 5px;
}

.single-content .product .product-meta .sku-wrapper span:not(.sku) {
  color: var(--color-info-dark);
}

.single-content .product .product-meta .sku-wrapper span.sku {
  font-weight: 500;
  color: var(--color-text-light);
}

.single-content .product .product-meta .store-info::before {
  content: '';
}

.single-content .product .product-meta .store-info span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3125rem 0.625rem;
  color: var(--color-info-dark);
  border: 1px solid var(--color-border-dark);
  border-right: inherit;
  border-top-left-radius: var(--size-form-radius);
  border-bottom-left-radius: var(--size-form-radius);
}

.single-content .product .product-meta .store-info span::before,
.single-content .product .product-meta .store-info span:after {
  content: '';
  position: absolute;
  right: -4px;
  border-right: 1px solid var(--color-border-dark);
  display: block;
  height: 55%;
  background: #fff;
  width: 10px;
}

.single-content .product .product-meta .store-info span::before {
  border-top: 1px solid var(--color-border-dark);
  top: -1px;
  -webkit-transform: skew(155deg);
  transform: skew(155deg);
}

.single-content .product .product-meta .store-info span::after {
  border-bottom: 1px solid var(--color-border-dark);
  bottom: -1px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}

.single-content .product .product-meta .store-info span a {
  margin-left: 4px;
  font-weight: 500;
  color: var(--color-text-light);
}

.single-content .product .product-content .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.single-content .product .product-content .product-detail .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 64rem) {
  .single-content .product .product-content .product-detail {
    padding-left: 1.875rem;
  }
}

@media screen and (max-width: 48rem) {
  .single-content .product .product-content .product-detail {
    margin-top: 1.875rem;
  }
}

.single-content .product .d-flex {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.single-content .product .price {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 48rem) {
  .single-content .product .price {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 36rem) {
  .single-content .product .price + .product-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-content .product .price + .product-meta .product-available {
    margin-left: 0.75rem;
  }
}

.single-content .product .price del {
  font-size: 17px;
  color: var(--subtext);
  line-height: 24px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  margin-right: 0.3125rem;
}

.discount {
  margin-top: 4px;
  background: var(--subtext);
  color: var(--textwhite);
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 13px;
}

.single-content .product .price del::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 93%;
  opacity: 0.4;
  border-bottom: 1px solid var(--subtext);
}

.single-content .product .product-short-description {
  margin-bottom: 1.25rem;
  padding-bottom: 1.03rem;
  margin-top: 1.25rem;
  padding-top: 1.03rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.single-content .product .product-short-description p {
  font-size: 15px;
  line-height: 24px;
  color: var(--subtext);
}

.single-content .product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 64rem) {
  .single-content .product form.cart {
    margin-bottom: 2.5rem;
  }
}

.single-content .product form.cart .quantity .quantity-button {
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.single-content .product form.cart .quantity .quantity-button:hover {
  background-color: var(--color-rating);
}

.single-content .product form.cart .add_to_cart_button {
  font-size: 0.8125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.75rem;
  margin-left: 0.9375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-content .product .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}

.single-content .product .product-actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--color-text-lighter);
  text-decoration: none;
}

.single-content .product .product-actions a + a {
  margin-left: 1.25rem;
}

.single-content .product .product-actions a i {
  margin-right: 6px;
}

.single-content .product .product-actions a.add-to-wishlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.0625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--color-border-dark);
  border-radius: 2.0625rem;
}

.single-content .product .product-actions a.add-to-wishlist i {
  color: var(--color-border-dark);
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.single-content .product .product-actions a.add-to-wishlist:hover i {
  color: var(--color-danger);
}

.single-content .product .product-checklist ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-content .product .product-checklist ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: var(--subtext);
}

.single-content .product .product-checklist ul li:not(:last-child) {
  border-right: 2px solid var(--line);
  padding-right: 10px;
  margin-right: 10px;
}

.single-content .product .product-checklist ul li i {
  color: var(--mainbg);
  margin-right: 8px;
  font-size: 18px;
}

.single-content .product .product-meta.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
}

.single-content .product .product-meta.bottom > * {
  margin-left: 0;
  font-size: 14px;
  color: var(--subtext);
}

.single-content .product .product-meta.bottom > * span {
  text-transform: uppercase;
}

.single-content .product .product-meta.bottom > * a {
  position: relative;
  font-weight: 500;
  color: var(--color-text-lighter);
}

.single-content .product .product-meta.bottom > * a + a::before {
  content: ',';
  margin-right: 4px;
}

.single-content .product .product-meta.bottom > * + * {
  margin-top: 0.375rem;
  font-size: 14px;
}

.other--product--list {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.other--product--list .product--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px;
}

.other--product--list .product--item:not(:last-child) {
  margin-bottom: 18px;
}

.other--product--list h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--main_text);
}

.other--product--list .allbtn {
  text-align: center;
  margin-bottom: 18px;
}

.other--product--list .allbtn a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid var(--line);
  color: var(--subtext);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  flex: 1;
  justify-content: center;
}

.other--product--list .allbtn a:hover {
  border-color: transparent;
  color: var(--textwhite);
  background-color: var(--mainbg);
}

.other--product--list .allbtn a i {
  margin-right: 6px;
  font-size: 15px;
}

.other--product--list .product--item .product--name h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.other--product--list .product--item .product--name h4 a {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.other--product--list .product--item .product--price {
  display: flex;
  flex-direction: column;
}

.other--product--list .product--item .product--price .new-price {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--main_text);
}

.other--product--list .product--item .product--price .old-price {
  font-size: 17px;
  color: var(--subtext);
  line-height: 19px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.other--product--list .product--item a.item--inner {
  display: inline-flex;
  align-items: center;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 0.9375rem;
  border: 1px solid;
  color: var(--textwhite);
  background-color: var(--mainbg);
  border-radius: 30px;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  flex: 1;
  justify-content: center;
  max-width: 160px;
}

.item--inner {
  width: 33.333%;
  text-align: center;
}

.single-content .product .product-share {
  margin-top: 1.875rem;
}

@media screen and (min-width: 75rem) {
  .single-content .product .product-share {
    margin-top: 2.5rem;
  }
}

.single-content .product .alert-message {
  color: var(--main_text);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 0.75rem;
  position: relative;
  border-radius: 5px;
}

.single-content .product .alert-message::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: var(--mainbg);
  border-radius: 5px;
}

.single-content .product .icon-messages {
  padding: 1.875rem;
  width: 100%;
  color: var(--main_text);
  position: relative;
  border-radius: 5px;
}

.single-content .product .icon-messages::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: var(--mainbg);
  border-radius: 5px;
}

.single-content .product .icon-messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-content .product .icon-messages ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.single-content .product .icon-messages ul li + li {
  margin-top: 1.875rem;
}

.single-content .product .icon-messages ul li .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  margin-right: 1.25rem;
  color: var(--mainbg);
}

.single-content .product .icon-messages ul li .icon i {
  position: relative;
}

.single-content .product .icon-messages ul li .message {
  color: var(--main_text);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.woocommerce-product-gallery {
  position: sticky;
  top: 100px;
}

.woocommerce-product-gallery .item img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.single-content .product .woocommerce-product-gallery.vertical {
  position: relative;
}

@media (max-width: 576px) {
  .other--product--list .product--item {
    flex-direction: column;
    align-items: flex-start;
  }
  .item--inner {
    width: 100%;
  }
  .other--product--list .product--item .product--name h4 a {
    text-align: center;
  }
  .other--product--list .product--item .product--price {
    margin: 10px 0;
  }
  .other--product--list .product--item a.item--inner {
    padding: 11px 15px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 64rem) {
  .single-content .product .woocommerce-product-gallery.vertical .slider-wrapper {
    position: relative;
    padding-left: 4.375rem;
  }
  .single-content .product .woocommerce-product-gallery.vertical .product-badges {
    left: 5.625rem;
    top: 1.25rem;
  }
  .single-content .product .woocommerce-product-gallery.vertical .product-thumbnails {
    position: absolute;
    max-width: 3.5rem;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .single-content .product .woocommerce-product-gallery.vertical .product-thumbnails .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
  .single-content
    .product
    .woocommerce-product-gallery.vertical
    .product-thumbnails
    .slick-track
    .slick-slide {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .single-content
    .product
    .woocommerce-product-gallery.vertical
    .product-thumbnails
    .slick-track
    .slick-slide
    + .slick-slide {
    margin-top: 6px;
  }
}

.single-content .promotion-products {
  margin-top: 1.875rem;
}

@media screen and (min-width: 64rem) {
  .single-content .promotion-products {
    margin-top: 3.75rem;
  }
}

.single-content .promotion-products .module-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: var(--whitebg);
  border: 2px solid var(--color-secondary);
  border-radius: var(--size-border-radius);
}

.single-content .promotion-products .module-body .products {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 64rem) {
  .single-content .promotion-products .module-body .products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.single-content .promotion-products .module-body .products:before {
  display: none;
}

.single-content .promotion-products .module-body .product .product-button-group {
  border-top: 1px solid var(--color-border-light);
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1.25rem;
}

@media screen and (min-width: 64rem) {
  .single-content .promotion-products .module-body .product .product-button-group {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.single-content
  .promotion-products
  .module-body
  .product
  .product-button-group
  .add_to_cart_button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  color: var(--color-text-lighter);
}

.single-content
  .promotion-products
  .module-body
  .product
  .product-button-group
  .add_to_cart_button::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'klbtheme';
  content: '\e8c5';
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid var(--color-border-dark);
  border-radius: 50%;
  margin-right: 0.625rem;
}

@media screen and (max-width: 64rem) {
  .single-content
    .promotion-products
    .module-body
    .product
    .product-button-group
    .add_to_cart_button
    span {
    display: none;
  }
}

.single-content .promotion-products .module-body .promotion-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.25rem;
}

@media screen and (min-width: 64rem) {
  .single-content .promotion-products .module-body .promotion-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 2.5rem;
  }
}

.single-content .promotion-products .module-body .promotion-detail .products-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-content .promotion-products .module-body .promotion-detail .products-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.75rem;
}

.single-content .promotion-products .module-body .promotion-detail .products-list li + li {
  margin-top: 1.5rem;
}

.single-content .promotion-products .module-body .promotion-detail .products-list li::before {
  position: relative;
  font-family: 'klbtheme';
  font-size: 0.6875rem;
  content: '\e8e1';
  color: var(--color-success);
  margin-right: 0.625rem;
  top: 2px;
}

.single-content .promotion-products .module-body .promotion-detail .total-promotion {
  margin-top: auto;
  padding-top: 1.875rem;
}

.single-content .promotion-products .module-body .promotion-detail .total-promotion .total-price {
  font-size: 0.75rem;
}

.single-content
  .promotion-products
  .module-body
  .promotion-detail
  .total-promotion
  .total-price
  .price {
  color: var(--color-price);
}

.single-content .promotion-products .module-body .promotion-detail .total-promotion .button {
  font-size: 0.8125rem;
  margin-top: 0.625rem;
}

.single-content .woocommerce-tabs {
  margin-top: 1.875rem;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 120px;
}

@media screen and (min-width: 64rem) {
  .single-content .woocommerce-tabs {
    margin-top: 3.75rem;
  }
}

.single-content .woocommerce-tabs .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--color-border-light);
}

@media screen and (min-width: 64rem) {
  .single-content .woocommerce-tabs .wc-tabs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.single-content .woocommerce-tabs .wc-tabs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-content .woocommerce-tabs .wc-tabs li:not(:last-child) {
  margin-right: 1rem;
}

.single-content .woocommerce-tabs .wc-tabs li.active a {
  color: var(--color-text);
}

.single-content .woocommerce-tabs .wc-tabs a {
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  padding: 1.25rem;
  border: none;
  border-bottom: 2px solid var(--line);
  background: transparent;
  color: var(--subtext);
}

.single-content .woocommerce-tabs .wc-tabs a.active {
  color: var(--main_text);
  border-bottom: 2px solid var(--mainbg);
}

.single-content .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 1.25rem;
}

@media screen and (min-width: 64rem) {
  .single-content .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 1.25rem 2.5rem;
  }
}

.single-content .woocommerce-tabs .woocommerce-Tabs-panel--description > h2 {
  display: none;
}

.single-content .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 26.25rem) {
  .product-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-meta .product-unit {
  color: var(--color-text-lighter);
}

.product-meta .product-available {
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 1.875rem;
}

.product-meta .product-available.in-stock {
  position: relative;
  z-index: 0;
  color: var(--main_text);
}

.product-meta .product-available.in-stock::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--main_text);
  opacity: 0.05;
  border-radius: 1.875rem;
}

@media screen and (max-width: 26.25rem) {
  .products.align-center .content-wrapper .product-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.products.align-center .content-wrapper .product-meta,
.products.align-center .content-wrapper .product-rating {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-list .product-meta {
  margin-bottom: 5px !important;
}

.product-meta .product-available.outof-stock {
  color: var(--color-danger);
}

.single-content .product .product-meta.bottom > * a + a::before {
  display: none;
}

@media screen and (max-width: 36rem) {
  .single-content .product .price + .product-meta .product-available {
    margin-left: 0;
  }
}

.product-meta .product-available.out-of-stock {
  background-color: var(--color-danger-light);
  color: var(--color-danger-dark);
}

.quickview-product .product-meta .stock.product-available {
  display: block;
}

@media screen and (max-width: 26.25rem) {
  .product-meta.top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.products .content-wrapper .product-meta {
  font-size: 0.6875rem;
  margin-bottom: 0.625rem;
}

.products .content-wrapper .product-meta .product-unit {
  color: var(--color-info-dark);
}

.products .content-wrapper .product-meta .product-available {
  padding: 0;
  background-color: transparent;
}

.wc-block-grid__product-rating {
  display: block;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: 'SSSSS';
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: inherit;
  content: 'SSSSS';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.wc-block-grid__product-onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.25em 0.75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
  display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1;
}

.theme-twentynineteen
  .editor-styles-wrapper
  .wp-block-button
  .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
  color: #cd2653;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-size: 0.9em;
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
  opacity: 0.5;
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
  text-decoration: none;
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
  font-size: 0.7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  line-height: 1;
}

.woocommerce-Reviews .star-rating {
  overflow-wrap: initial;
}

.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-rating
  td
  .star-rating {
  float: left;
}

.star-rating {
  position: relative;
  overflow: hidden;
  display: flex;
}

.star-rating i {
  color: #ffcd00;
  font-size: 13px;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-rating {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--subtext);
  font-size: 13px;
  line-height: 17px;
}

.product-rating .star-rating {
  margin-right: 8px;
  margin-top: 2px;
}

.product-rating .star-rating small {
  font-size: 13px;
  color: var(--subtext);
  margin-left: 5px;
}

.woocommerce-Reviews .star-rating {
  margin-bottom: 5px;
}

.dokan-store .star-rating {
  overflow-wrap: initial;
}

.dokan-store .star-rating {
  margin-bottom: 5px;
}

.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-rating
  td
  .star-rating {
  float: left;
}

.single-content .product .product-badges .style-1.onsale {
  font-size: 0.875rem;
  background-color: var(--mainbg);
  color: var(--textwhite);
}

.single-content .product .product-badges .style-2.onsale {
  font-size: 0.875rem;
}

.product-badges {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 1.125rem;
  left: 1.125rem;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 20rem) {
  .product-badges {
    top: 0.625rem;
    left: 0.625rem;
  }
}

.price del .amount {
  color: var(--subtext);
  opacity: 0.4;
}

.price .amount {
}

.price ins {
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  color: var(--main_text);
}

.product-detail .column > .stock {
  display: none;
}

.tinv-wishlist.woocommerce table .quantity .qty {
  max-width: 100%;
  width: 62px;
  text-align: left;
}

.tinv-wishlist.woocommerce table .quantity .qty {
  text-align: center;
  width: 100%;
}

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 115px;
}

.quantity .quantity-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--subtext);
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.quantity .quantity-button:hover {
  color: var(--textwhite);
}

.quantity .quantity-button:hover::after {
  background-color: var(--mainbg);
  opacity: 1;
}

.quantity .quantity-button::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--subtext);
  border-radius: 100%;
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.quantity .qty {
  width: 2.625rem;
  height: 2.75rem;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: center;
  pointer-events: none;
  color: var(--main_text);
}

.products .cart-with-quantity .quantity {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .cart-with-quantity .quantity .qty {
  font-size: 0.875rem;
  width: 2.5rem;
  height: 2.125rem;
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products .cart-with-quantity .quantity .quantity-button {
  width: 2.125rem;
  height: 2.125rem;
  color: var(--color-text);
  background-color: var(--mainbg);
}

.products .cart-with-quantity .quantity .quantity-button.minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--color-border-light);
}

.products .cart-with-quantity .quantity .quantity-button.plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.woocommerce-cart-form table td .quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.woocommerce-cart-form table td .quantity-button {
  width: 1.875rem;
  height: 1.875rem;
}

.woocommerce-cart-form table td .quantity-button i {
  line-height: 1;
}

form.cart.grouped_form .quantity .quantity-button {
  width: 1.5rem;
  height: 1.5rem;
}

form.cart.grouped_form td a {
  color: #212529;
  font-size: 0.75rem;
}

form.cart.grouped_form .quantity .qty {
  width: 1.825rem;
  height: 1.75rem;
}

.cart-with-quantity.product-in-cart .quantity {
  display: flex;
}

.quantity-cart-updated {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.quantity-cart-updated .box {
  background-color: var(--color-secondary);
  border-radius: var(--size-border-radius);
  padding: 18px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  color: var(--textwhite);
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

.quantity-cart-updated span.updated {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 320px) {
  .products .cart-with-quantity .quantity .qty {
    width: 1.5rem;
  }
  .product-button-group a.button-primary {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.product-type-variable .quantity.ajax-quantity {
  display: none;
}

.single-content .product .product-actions .tinv-wraper a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.0625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--color-border-dark);
  border-radius: 2.0625rem;
}

.product-detail .product-actions .tinv-wishlist {
  display: block;
}

.tinv-wishlist .tinv-wishlist-clear {
  visibility: visible;
  width: auto;
  height: auto;
}

.tinv-wishlist-clear:before {
  content: '';
  display: table;
}

.tinv-wishlist-clear:after {
  content: '';
  display: table;
  clear: both;
}

.site-social .hover {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 0;
}

.site-social .hover:hover::after {
  background: var(--mainbg);
}

.sharing {
  position: relative;
  margin-left: 15px;
}

.product-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-btn a {
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-btn:hover::after {
  background: var(--mainbg);
}

.product-btn::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.sharing:hover .social-container {
  opacity: 1;
  visibility: visible;
}

.site-social .hover::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.site-social .hover a {
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--subtext) !important;
}

.site-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  flex-direction: column;
  list-style: none;
  position: absolute;
  left: 5px;
  opacity: 0;
  transition: opacity 600ms, visibility 600ms;
  visibility: hidden;
  margin-top: 15px;
  z-index: 2;
}

.site-social ul li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.site-social ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  color: var(--textwhite);
}

.site-social.style-1 .facebook {
  background-color: #3b5998;
}

.site-social.style-1 .instagram {
  background-color: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.site-social.style-1 .pinterest {
  background-color: #e60023;
}

.site-social.style-1 .spotify {
  background-color: #1db954;
}

.site-social.style-1 .twitch {
  background-color: #9146ff;
}

.site-social.style-1 .whatsapp {
  background-color: #25d366;
}

.site-social.style-1 .amazon {
  background-color: #f90;
}

.site-social.style-1 .skype {
  background-color: #00aff0;
}

.site-social.style-1 .twitter {
  background-color: #1da1f2;
}

.site-social.style-1 .vimeo {
  background-color: #1ab7ea;
}

.site-social.style-1 .google {
  background-color: #ea4335;
}

.site-social.style-1 .linkedin {
  background-color: #0077b5;
}

.site-social.style-1 .yelp {
  background-color: #af0606;
}

.site-social.style-1 .pocket {
  background-color: #ef4056;
}

.site-social.style-1 .paypal {
  background-color: #003087;
}

.site-social.style-1 .tumblr {
  background-color: #35465c;
}

.site-social.style-1 .vkontakte {
  background-color: #45668e;
}

.site-social.style-1 .youtube {
  background-color: red;
}

.site-social.style-1 .reddit {
  background-color: #ff4500;
}

.site-social.wide ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews p {
  font-size: 0.8125rem;
}

.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 0.9375rem;
  border: 1px solid;
  color: var(--textwhite);
  background-color: var(--mainbg);
  border-radius: 30px;
  border-color: transparent;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  flex: 1;
  justify-content: center;
}

.single_add_to_cart_button.buttonsp i {
  font-size: 20px;
}

.single_add_to_cart_button i {
  margin-right: 6px;
  font-size: 22px;
  font-weight: 400;
}

.comment_container .comment-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.comment_container .comment-text .comment--text {
  width: 100%;
}

.comment_container .comment-text .comment--image {
  min-width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.comment--name {
  margin-bottom: 15px;
}

.comment_container .comment-text .comment--text .comment--name {
  display: flex;
  align-items: center;
}

.comment_container .comment-text .comment--image img {
  max-width: 100%;
}

.commentlist:not(:last-child) {
  margin-bottom: 25px;
}

.comment_container .comment-text .comment--text .description {
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

.comment_container .comment-text .comment--text .image--area {
  display: flex;
  align-items: center;
}

.comment_container .comment-text .comment--text .image--area figure {
  padding: 3px;
  border: 1px solid #f9fafa;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.comment_container .comment-text .comment--text .image--area figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.comment_container .comment-text .comment--text .image--area figure:not(:last-child) {
  margin-right: 15px;
}

.comment_container .comment-text .comment--text .description p {
  font-size: 15px;
  line-height: 17px;
  color: var(--main_text);
  border-bottom: 1px solid #f9fafa;
  margin-bottom: 15px;
  padding-bottom: 15px;
  z-index: 1;
  position: relative;
}

.comment_container .comment-text .comment--text .description small {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
  z-index: 2;
  position: relative;
}

.woocommerce-review__author {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
}

.comment_container .comment-text .comment--text .description small a {
  font-size: 14px;
  line-height: 17px;
  color: var(--mainbg);
}

.comment_container .comment-text .comment--text .description::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: var(--mainbg);
  border-radius: 8px;
  z-index: 1;
}
