p:last-child {
  margin-bottom: 0;
}

.ks_product_category_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.ks_product_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-bottom: 90%;
  min-height: 300px;
}
.ks_product_category::before {
  content: "";
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.ks_product_category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ks_product_category__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 50px;
  grid-template-columns: 1fr 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  z-index: 10;
}
.ks_product_category__title {
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.ks_product_category__btn {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ks_product_category__btn svg {
  display: block;
  fill: #fff;
}

@media (min-width: 991px) {
  .ks_product_category:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .ks_product_category:hover .ks_product_category__btn {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 1200px) {
  .ks_product_category_grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ks_product_category_grid {
    grid-gap: 6px;
  }
  .ks_product_category {
    padding-bottom: 50%;
    min-height: 300px;
  }
  .ks_product_category__title {
    font-size: 18px;
    line-height: 1.3;
  }
  .ks_product_category__content {
    padding: 10px;
    -ms-grid-columns: 1fr 30px;
    grid-template-columns: 1fr 30px;
  }
  .ks_product_category__btn {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .ks_product_category__content {
    padding: 10px;
    -ms-grid-columns: 1fr 24px;
    grid-template-columns: 1fr 24px;
  }
  .ks_product_category__title {
    font-size: 14px;
  }
  .ks_product_category__btn {
    width: 24px;
    height: 24px;
  }
  .ks_product_category {
    min-height: 220px;
  }
}
@media (max-width: 420px) {
  .ks_product_category {
    min-height: 180px;
  }
}
.slick-slide {
  padding: 10px;
}

.arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  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;
  z-index: 50;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.arrow svg {
  display: block;
  max-width: 100%;
  width: 50%;
  height: auto;
}

.prev {
  left: -20px;
}

.next {
  right: -20px;
}

@media (max-width: 1440px) {
  .prev {
    left: -10px;
  }
  .next {
    right: -10px;
  }
}
.elementor-editor-active .ks_product_slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .elementor-editor-active .ks_product_slider {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .ks_icon_block .elementor-icon-box-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .ks_icon_block .elementor-icon-box-wrapper .elementor-icon-box-icon {
    min-width: 18px;
    margin: 0 !important;
  }
  .ks_icon_block .elementor-icon-box-wrapper .elementor-icon-box-content {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .slick-slide {
    padding: 0;
  }
}
.benefits_icon .elementor-image-box-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px !important;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits_icon .elementor-image-box-img img {
  width: 50%;
}

@media (max-width: 768px) {
  .benefits_icon .elementor-image-box-wrapper {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template-columns: 80px 1fr;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits_icon .elementor-image-box-wrapper .elementor-image-box-content {
    width: 100%;
    text-align: left;
  }
  .benefits_icon .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0 !important;
  }
}
.subtitle-width {
  max-width: 800px;
  margin: 0 auto 40px !important;
}

.ks_divider {
  padding-bottom: 25px;
  position: relative;
}
.ks_divider::before {
  content: "";
  width: 120px;
  height: 3px;
  border-radius: 3px;
  background-color: #C9AFA3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}

a.elementor-button {
  background-color: #C9AFA3;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #C9AFA3;
  border-radius: 30px 30px 30px 30px;
  padding: 16px 40px 16px 40px;
}
a.elementor-button:hover {
  background-color: #fff;
  color: #C9AFA3;
}

#primary .product_title {
  color: #444;
}

#primary .cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button {
  background-color: #F5E8DD;
  border-color: #C9AFA3 !important;
}
#primary .cgkit-as-wrap .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.cgkit-swatch-selected {
  background-color: #7B4B3A;
  border-color: #7B4B3A !important;
}
#primary .single_add_to_cart_button {
  border-radius: 50px;
}
#primary .pswp__bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

@media (min-width: 771px) {
  .cg-layout-vertical-scroll .cg-thumb-swiper ul.swiper-wrapper li {
    opacity: 0.6 !important;
  }
  .cg-layout-vertical-scroll .cg-thumb-swiper ul.swiper-wrapper li.active {
    opacity: 1 !important;
  }
  .cg-layout-vertical-scroll .cg-thumb-swiper ul.swiper-wrapper li.active:before {
    border-color: #7B4B3A !important;
  }
}
.woocommerce-mini-cart__buttons.buttons a {
  border-radius: 50px;
}

ul.products li.product .price {
  color: #7B4B3A;
}

@media (max-width: 768px) {
  .no-cta-buttons ul.products li.product:not(.product-category) {
    margin-bottom: 0 !important;
  }
}
.ks_header_tools {
  position: relative;
  z-index: 55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-right: 20px;
}

.ks_language_block, .ks_currency_block {
  position: relative;
}

.ks_language_btn, .ks_currency_btn {
  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: 36px;
  height: 36px;
  background: transparent;
  color: currentColor;
}

@media (min-width: 993px) {
  .ks_language_block__wrap, .ks_currency_block__wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 180px;
    background: #fff;
    border: 1px solid #E6DED3;
    border-radius: 10px;
    padding: 8px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
  }
}
.ks_language_switcher, .ks_currency_switcher {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ks_language_switcher li a, .ks_currency_switcher li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: #2B2A28;
}

.ks_language_switcher li a.active, .ks_currency_switcher li a.active {
  font-weight: 600;
}

.ks_language_switcher li a:hover, .ks_currency_switcher li a:hover {
  color: #7B4B3A;
}

.ks_currency_block .wcml-dropdown {
  padding: 0 !important;
  margin: 0 !important;
  width: 150px !important;
}
.ks_currency_block .wcml-dropdown ul, .ks_currency_block .wcml-dropdown li {
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
}
.ks_currency_block .wcml-dropdown .wcml-cs-item-toggle {
  font-weight: 600;
  pointer-events: none;
}
.ks_currency_block .wcml-dropdown .wcml-cs-item-toggle::after {
  display: none;
}
.ks_currency_block .wcml-dropdown a {
  color: #444;
  text-transform: uppercase;
  padding: 8px 10px !important;
  line-height: 24px;
}
.ks_currency_block .wcml-dropdown .wcml-cs-submenu {
  position: static;
  visibility: visible;
  display: block;
  opacity: 1;
}

@media (max-width: 993px) {
  .ks_header_tools {
    padding-top: 40px;
    margin-top: 20px;
  }
  .ks_language_btn, .ks_currency_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ks_currency_btn {
    left: 60px;
  }
  .ks_language_block, .ks_currency_block {
    position: static;
  }
  .ks_language_switcher li a, .ks_currency_switcher li a {
    padding-left: 0;
  }
}
.below-content .widget-title {
  font-size: 18px !important;
}

@media (max-width: 991px) {
  .below-content .widget {
    margin-bottom: 25px;
  }
}
.footer_logo {
  margin-bottom: 50px;
}

.footer_logo img {
  width: 240px;
  height: auto;
  display: block;
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.footer_social__link {
  display: inline-block;
  text-decoration: none;
  margin: 0 !important;
}
.footer_social__link svg {
  display: block;
  width: 24px;
  height: auto;
  fill: #C9AFA3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_social__link:hover svg {
  fill: #7B4B3A;
}

.ks-header-promotion {
  background: #C9AFA3;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 30;
  overflow: hidden;
}

.ks-header-promotion__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 3px 15px;
}

.ks-header-promotion__slider {
  position: relative;
  overflow: hidden;
  height: 24px;
}

.ks-header-promotion__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  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;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform, opacity;
  text-transform: uppercase;
}
.ks-header-promotion__slide a {
  color: #fff;
  -webkit-transition: 0.3;
  transition: 0.3;
}
.ks-header-promotion__slide a:hover {
  color: #fff;
  opacity: 0.9;
}

.ks-header-promotion__slide.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.ks-header-promotion__slide.is-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.ks-header-promotion__slide.is-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

.ks-header-promotion__text {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 767px) {
  .ks-header-promotion__container {
    padding: 7px 12px;
  }
  .ks-header-promotion__slider,
  .ks-header-promotion__slide {
    height: 22px;
  }
  .ks-header-promotion__text {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 380px) {
  .ks-header-promotion {
    font-size: 12px;
  }
}
.ks-newsletter {
  background-color: #f5e8dd;
  padding: 30px 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ks-newsletter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1282px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ks-newsletter__title {
  font-size: 20px;
  width: 50%;
  padding: 10px 0;
  padding-right: 20px;
}
.ks-newsletter__form_col {
  width: 50%;
}
.ks-newsletter__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.ks-newsletter__form input {
  border-radius: 40px;
  width: calc(100% - 70px);
  height: 50px;
  padding: 10px 30px;
}
.ks-newsletter__submit {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px rgab(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgab(0, 0, 0, 0.1);
  background-color: #fff;
  width: 50px;
  height: 50px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 20px;
  border: 1px solid #d2d6dc;
}
.ks-newsletter__submit svg {
  display: block;
  stroke: #7B4B3A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ks-newsletter__submit:hover {
  background-color: #C9AFA3 !important;
}
.ks-newsletter__submit:hover svg {
  stroke: #fff !important;
}
.ks-newsletter__msg {
  font-size: 14px;
}

@media (max-width: 768px) {
  .ks-newsletter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ks-newsletter__title {
    font-size: 18px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .ks-newsletter__form_col {
    width: 100%;
  }
  .ks-newsletter__submit {
    margin-left: 10px;
  }
  .ks-newsletter__form input {
    width: calc(100% - 60px);
  }
}
.no-results .page-header {
  margin-bottom: 20px !important;
}

.search-form {
  position: relative;
}

.frm-fluent-form input[type=email], .frm-fluent-form input[type=number], .frm-fluent-form input[type=password], .frm-fluent-form input[type=search], .frm-fluent-form input[type=tel], .frm-fluent-form input[type=text] {
  height: 50px !important;
}

.fluentform .ff-el-group {
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .frm-fluent-form .ff-btn {
    width: 100% !important;
  }
}
section.related.products {
  padding-bottom: 50px;
}

.ks_messenger_block {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  padding: 15px 10px;
  border-radius: 50px;
  background-color: #F5E8DD;
  z-index: 100;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.ks_messenger_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ks_messenger_link img {
  display: block;
  width: 100%;
  height: auto;
}
.ks_messenger_link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ks_viber_mobile {
  display: none;
}

@media (max-width: 991px) {
  .ks_viber_mobile {
    display: block;
  }
  .ks_viber_pk {
    display: none;
  }
}
@media (max-width: 768px) {
  .ks_messenger_block {
    padding: 8px 12px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .ks_messenger_link {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 993px) {
  body.theme-shoptimizer.single-product div.product .summary {
    top: 100px;
  }
  body.theme-shoptimizer.admin-bar.single-product div.product .summary {
    top: 100px;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 10px !important;
}
/*# sourceMappingURL=ks-style.css.map */