@-webkit-keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.single-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper {
    gap: 2.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single-product-wrapper .column {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 576.1px) {
  .single-product-wrapper .column.fixed-gallery {
    width: 60%;
  }
  .single-product-wrapper .column.standart-slider {
    width: 55%;
  }
  .single-product-wrapper .column.standart-slider.small {
    width: 43%;
  }
  .single-product-wrapper .column.single-product-list {
    width: 16.25rem;
  }
  .single-product-wrapper .column.single-product-list .product-thumbnail-wrapper {
    width: 38% !important;
  }
  .single-product-wrapper .column.single-product-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: auto;
  }
}
.single-product-wrapper .column.single-product-list .product-title {
  font-size: 0.8125rem;
}
.single-product-wrapper .column.single-product-list .product-content-wrapper {
  gap: 0.25rem;
}
.single-product-wrapper .column.single-product-list .product-price-wrapper {
  margin-bottom: 0;
}
.single-product-wrapper .column.single-product-list .product-price-wrapper .price {
  font-size: var(--site-product-price-font-size-small);
}
.single-product-wrapper .column.single-product-list .product-price-wrapper .price del {
  font-size: calc(var(--site-product-price-font-size-small) - 0.25rem);
}
.single-product-wrapper .column.single-product-list .add_to_cart_button {
  font-size: 0.75rem;
}
.single-product-wrapper .column .product-gallery-items .gallery-item {
  margin-bottom: 0.25rem;
}
.single-product-wrapper .column.sticky-column > * {
  position: sticky;
  top: 1.25rem;
}
.single-product-wrapper .single-product-gallery .product-badge {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 2;
}
.single-product-wrapper .single-product-gallery .product-badge .badge {
  font-size: 0.875rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
}
@media screen and (min-width: 576.1px) {
  .single-product-wrapper .single-product-gallery .product-badge .badge {
    font-size: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-gallery-items {
  margin-bottom: 0.625rem;
}
.single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-thumbnail-items .slider-item {
  cursor: pointer;
  border: 1px solid var(--color-white);
}
.single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-thumbnail-items .slider-item.slick-current {
  border-color: var(--color-black);
}
@media screen and (min-width: 576.1px) {
  .single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-badge {
    left: 6.875rem;
  }
  .single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-gallery-items {
    padding-left: 6.25rem;
    margin-bottom: 0;
  }
  .single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-thumbnail-items {
    position: absolute;
    max-width: 4.125rem;
    top: 0;
    left: 0;
  }
  .single-product-wrapper .single-product-gallery:not(.without-thumbnails).standart-slider .product-thumbnail-items .slider-item {
    margin-bottom: 0.375rem;
  }
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper .product-category {
    margin-bottom: 0.375rem;
  }
}
.single-product-wrapper .product_title {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper .product_title {
    font-size: 1.625rem;
  }
}
.single-product-wrapper .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper .product-meta {
    gap: 0.875rem;
    margin-bottom: 1.375rem;
  }
}
.single-product-wrapper .product-sku {
  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;
}
.single-product-wrapper .product-sku > span:not(.sku) {
  color: var(--color-gray-500);
}
.single-product-wrapper .product-sku > span.sku {
  font-weight: 600;
}
.single-product-wrapper .product-price-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 1rem;
}
.single-product-wrapper .product-price-wrapper .price {
  font-size: var(--site-product-price-font-size-large);
}
.single-product-wrapper .product-price-wrapper .price del {
  font-size: calc(var(--site-product-price-font-size-large) - 0.25rem);
}
.single-product-wrapper .product-price-wrapper .product-stock {
  font-size: 0.875rem;
  font-weight: 500;
}
.single-product-wrapper .product-price-wrapper .product-stock.in-stock {
  color: var(--color-green-600);
}
.single-product-wrapper .product-price-wrapper .product-stock.out-of-stock {
  color: var(--color-rose-600);
}
.single-product-wrapper .woocommerce-product-details__short-description {
  font-size: 0.875rem;
  color: var(--color-gray-600);
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper .woocommerce-product-details__short-description {
    margin-bottom: 1.375rem;
  }
}
.single-product-wrapper form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper form.cart {
    margin-bottom: 1.5rem;
  }
}
.single-product-wrapper form.cart .single_add_to_cart_button, .single-product-wrapper form.cart .single_buy_now_button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.single-product-wrapper form.cart .quantity {
  height: var(--qty-size);
}
.single-product-wrapper .single-product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper .single-product-buttons {
    gap: 1.125rem;
  }
}
.single-product-wrapper .single-product-buttons a {
  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.875rem;
  font-weight: 500;
  color: currentColor;
  text-decoration: none;
}
.single-product-wrapper .single-product-buttons a::before {
  position: relative;
  font-family: "klbtheme";
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.5rem;
}
.single-product-wrapper .single-product-buttons .product-wishlist a::before {
  content: "\e80c";
}
.single-product-wrapper .single-product-buttons .product-size-guide a::before {
  font-size: 1.0625rem;
  content: "\e816";
}
.single-product-wrapper .product-iconbox {
  margin-bottom: 1rem;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--site-site-radius);
}
@media screen and (min-width: 1024.1px) {
  .single-product-wrapper .product-iconbox {
    margin-bottom: 1.5rem;
  }
}
.single-product-wrapper .product-iconbox .iconbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  padding: 0.625rem;
  color: var(--color-gray-700);
}
.single-product-wrapper .product-iconbox .iconbox-item + .iconbox-item {
  margin-top: 0.25rem;
  border-top: 1px solid var(--color-gray-200);
}
.single-product-wrapper .product-iconbox .iconbox-item .iconbox-icon {
  margin-right: 0.375rem;
}
.single-product-wrapper .product-iconbox .iconbox-item .iconbox-message {
  font-size: 0.8125rem;
}
.single-product-wrapper .product-share > span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
.single-product-wrapper .product-share ul {
  gap: 0.25rem;
}
.single-product-wrapper .product-share ul a {
  font-size: 0.9375rem;
  line-height: 2.125rem;
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid var(--color-slate-300);
  border-radius: 50%;
}

.single-product-tabs-wrapper .woocommerce-product-attributes {
  width: 100%;
}
.single-product-tabs-wrapper .woocommerce-product-attributes tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
.single-product-tabs-wrapper .woocommerce-product-attributes tbody tr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.875rem;
  width: 100%;
  border-bottom: 1px solid var(--color-gray-200);
}
@media screen and (min-width: 576.1px) {
  .single-product-tabs-wrapper .woocommerce-product-attributes tbody tr {
    width: 49%;
  }
}
.single-product-tabs-wrapper .woocommerce-product-attributes tbody tr > * {
  padding-bottom: 0.75rem;
}
.single-product-tabs-wrapper .woocommerce-product-attributes tbody tr th {
  font-weight: 600;
  min-width: 12.5rem;
}
.single-product-tabs-wrapper .woocommerce-product-attributes tbody tr td p {
  margin-bottom: 0;
}
.single-product-tabs-wrapper.style-1 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 576.1px) {
  .single-product-tabs-wrapper.style-1 {
    margin-top: 2.875rem;
  }
}
.single-product-tabs-wrapper.style-1 .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-gray-200);
}
.single-product-tabs-wrapper.style-1 .wc-tabs li a {
  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-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-gray-400);
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.single-product-tabs-wrapper.style-1 .wc-tabs li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.single-product-tabs-wrapper.style-1 .wc-tabs li a:hover {
  color: var(--color-black);
}
.single-product-tabs-wrapper.style-1 .wc-tabs li.active a {
  color: var(--color-black);
}
.single-product-tabs-wrapper.style-1 .wc-tabs li.active a::before {
  opacity: 1;
}
.single-product-tabs-wrapper.style-1 .woocommerce-Tabs-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.single-product-tabs-wrapper.style-1 .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product-tabs-wrapper.style-2 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 576.1px) {
  .single-product-tabs-wrapper.style-2 {
    margin-top: 2.875rem;
  }
}
.single-product-tabs-wrapper.style-2 .site-accordion-header {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.single-product-tabs-wrapper.style-2 .site-accordion-header .entry-title {
  font-size: 1.125rem !important;
}
.single-product-tabs-wrapper.style-2 .site-accordion-body {
  font-size: 0.875rem;
}
.single-product-tabs-wrapper.style-2 .site-accordion-body p {
  font-size: inherit !important;
}
@media screen and (min-width: 576.1px) {
  .single-product-tabs-wrapper.style-2 .woocommerce-product-attributes tbody tr {
    width: 100%;
  }
}

.site-size-box-holder {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 14;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-size-box-holder .size-box-inner {
  position: relative;
  max-width: 48rem;
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--site-site-radius);
  z-index: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 576.1px) {
  .site-size-box-holder .size-box-inner {
    padding: 1.875rem 2.5rem;
  }
}
.site-size-box-holder .size-box-inner .size-box-header {
  text-align: center;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.site-size-box-holder .size-box-inner .size-box-header .product_title {
  opacity: 0.4;
}
.site-size-box-holder .size-box-inner .size-box-close {
  position: absolute;
  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: 2rem;
  height: 2rem;
  top: -0.75rem;
  right: -0.75rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: 50%;
  cursor: pointer;
}
.site-size-box-holder .size-box-inner .size-description {
  text-align: center;
  margin-top: 1.875rem;
}
.site-size-box-holder .size-box-inner .size-description p {
  font-size: 0.875rem;
  opacity: 0.5;
  margin-bottom: 5px;
}
.site-size-box-holder .size-box-inner table {
  font-size: 0.9375rem;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid var(--color-gray-200);
  vertical-align: top;
}
.site-size-box-holder .size-box-inner table tbody {
  vertical-align: inherit;
}
.site-size-box-holder .size-box-inner table th {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-gray-400);
  border-color: var(--color-gray-200);
  background-color: var(--color-gray-50);
}
.site-size-box-holder .size-box-inner table th + th {
  border-left: 1px solid var(--color-gray-200);
}
.site-size-box-holder .size-box-inner table th, .site-size-box-holder .size-box-inner table td {
  padding: 0.5rem 0.875rem;
}
.site-size-box-holder .size-box-inner table td {
  border-top: 1px solid var(--color-gray-200);
}
.site-size-box-holder .size-box-inner table td + td {
  border-left: 1px solid var(--color-gray-200);
}
.site-size-box-holder .size-box-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 7, 18, 0.3);
}
.site-size-box-holder.active {
  opacity: 1;
  visibility: visible;
}
.site-size-box-holder.active .size-box-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}