/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 07-12-2025
    Add your custom styles here


.delivery-gift-address {
    clear: right;
    display: block;
}
.woocommerce-checkout .woocommerce-additional-fields{
    display: block !important;
}

.product-button .single_add_to_cart_button {padding-right: 20px !important;background-image: url('./images/add-to-cart-btn.png');background-size: 24px 24px;}
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {float:right !important;}*/
.elementor-sticky--active .descktop-navigation {
  padding: 0;
}

.wdt-variation-quantity-meta {
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 12px;
  margin: 12px 0;
  background: #fff;
  overflow-x: scroll;
}

.wdt-variation-quantity-meta table.widefat th {
  font-weight: 600;
}

.wdt-variation-quantity-meta table.widefat input[type="number"],
.wdt-variation-quantity-meta table.widefat input[type="text"] {
  width: 100%;
}

.wdt-variation-quantity-meta__actions {
  margin-top: 12px;
}

.wdt-variation-selectors {
  background: #e4e4e4;
  border-radius: 8px;
  margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations {
  margin: 0;
}

.wdt-variation-selector {
  margin-bottom: 14px;
}

.wdt-variation-selector:last-child {
  margin-bottom: 0;
}

.wdt-variation-selector__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.wdt-variation-selector__title {
  font-size: 16px;
  color: #767676;
}

.wdt-variation-selector__hint {
  font-size: 16px;
  color: #1a1710;
}

.wdt-variation-selector__options {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 24px 16px; */
  display: flex;
  gap: 24px 16px;
}

.wdt-variation-selector-card {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}

.wdt-variation-selector-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wdt-variation-selector-card__box {
  border-radius: 5px;
  padding: 14px 5px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: 0.18s ease all;
}

.wdt-variation-selector-card__unit {
  font-weight: normal;
}

.is-disabled {
  opacity: .5;
}

input[type="radio"].is-disabled+.wdt-variation-selector-card__box {
  opacity: 0.5;
}

.wdt-variation-selector-card__badge {
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  padding: 5px 5px 3px;
  border-radius: 5px;
  background: #1b1b1b;
  color: #edeae4;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.wdt-variation-selector-card__title {
  font-size: 16px;
  color: #1a1710;
  text-align: center;
}
.wdt-variation-selector-card__title br {display: none;}
@media only screen and (max-width: 768px) {
  .wdt-variation-selector-card__title br {display: block;}
}

.wdt-variation-selector-card__price {
  font-size: 16px;
  color: #1a1710;
  font-weight: 800;
}

.wdt-variation-selector-card__price del {
  display: none;
}

.wdt-variation-selector-card__price ins {
  text-decoration: none;
}

.wdt-variation-selector-card input:checked+.wdt-variation-selector-card__box {
  border: 2px solid #1a1710;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.wdt-variation-cards-wrap {
  direction: rtl;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.wdt-variation-cards-wrap .wdt-price-top {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.wdt-variation-cards-wrap .wdt-discount-badge {
  width: 80px;
  height: 20px;
  background: #cae2f0;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #003552;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.wdt-variation-cards-wrap .wdt-discount-badge.is-hidden {
  opacity: 0;
}

.wdt-variation-cards-wrap .wdt-price-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* .woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins,
.woocommerce-variation-price del,
.woocommerce-variation-price ins {
  display: block;
} */
/* .woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce div.product p.price del .woocommerce-Price-amount, 
.woocommerce div.product span.price del .woocommerce-Price-amount, */
.wdt-variation-cards-wrap .wdt-regular-price {
  font-size: 14px !important;
  color: #3a362c66 !important;
  text-decoration: line-through !important;
  text-align: left !important;
  direction: rtl;
}

.wdt-variation-cards-wrap .wdt-regular-price:empty {
  display: none;
}

/* .woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins .woocommerce-Price-amount, 
.woocommerce div.product span.price ins .woocommerce-Price-amount,
.woocommerce div.product p.price .woocommerce-Price-amount bdi,
.woocommerce div.product span.price .woocommerce-Price-amount bdi, */
.wdt-variation-cards-wrap .wdt-sale-price {
  font-size: 24px !important;
  color: #1a1710 !important;
  font-weight: bold !important;
  direction: rtl;
  line-height: 24px;
}

.wdt-variation-cards-wrap .wdt-shipping-row {
 
  font-size: 14px;
  line-height: 16px;
  color: #1a1710;
}
/* .wdt-variation-cards-wrap .wdt-shipping-row > span {margin-left: 4px;} */
.wdt-variation-cards-wrap .wdt-shipping-row .wdt-shipping-check {
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
  /* margin-left: 2px; */
}

.wdt-variation-cards-wrap .wdt-shipping-row .strong {
  font-weight: 700;
}

.wdt-variation-cards-wrap .wdt-info-link {
  text-decoration: underline;
  cursor: pointer;
  color: #1a1710;
  position: relative;
  margin-top: 5px;
  border-right: 2px solid #fff;
  padding-right: 6px;
}

/* @media only screen and (max-width: 768px) { 
 .wdt-variation-cards-wrap .wdt-shipping-row {
  font-size: 14px;
  line-height: 16px;
 } 
} */

.wdt-actions {
  margin-top: 8px;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: -10px;
}
.elementor-add-to-cart.elementor-product-simple .cart,
.woocommerce-variation-add-to-cart {
  flex-wrap: wrap !important;
}

.wdt-btn-secondary {
  flex: 1;
  border-radius: 4px;
  height: 44px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  line-height: 28px;
}

.wdt-btn-secondary:focus,
.wdt-btn-secondary:hover {
  color: #fff;
  background: #1a1710;
}

.wdt-btn-secondary {
  background: transparent;
  color: #1a1710;
  border: 1px solid #1a1710;
}

.e-atc-qty-button-holder {
  margin-top: 10px;
}

.wdt-btn-secondary,
.single_add_to_cart_button {
  width: calc(50% - 5px) !important;
  display: inline-block !important;
  flex-basis: auto !important;
  font-weight: bold;
}

.single_add_to_cart_button {
  box-shadow: 0px 5px 10px 0px rgba(132, 117, 78, 0.42) !important;
}

.wdt-btn-secondary {
  margin-right: 10px;
}

.wdt-quantity-selectors .wdt-variation-selector-card__box {
  align-items: center;
}

.wdt-quantity-label {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-size: 20px;
  font-weight: normal;
}

.wdt-quantity-label__value {
  font-size: 16px;
  color: #1a1710;
}

.wdt-quantity-label__unit {
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 500;
}

/* Accordion */
.wdt-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wdt-accordion-item {
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.wdt-accordion-item--has-faq {
  border-radius: 12px;
  background: transparent;
  position: relative;
  min-height: 61px;
}

.wdt-accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #edeae4;
  border-radius: 10px;
  white-space: normal;
}

.wdt-accordion-trigger:hover,
.wdt-accordion-trigger:focus {
  background-color: #fff;
}

.wdt-accordion-item--has-faq>.wdt-accordion-trigger {
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.wdt-accordion-title {
  color: #1a1710;
  font-size: 16px;
  display: block;
  text-align: right;
}

.wdt-accordion-angle {
  display: inline-flex;
  align-items: center;
  margin-inline-start: 8px;
}

.wdt-accordion-angle svg {
  width: 10px;
  height: 6px;
  transition: transform 0.2s ease;
}

.wdt-accordion-trigger[aria-expanded="true"] .wdt-accordion-angle svg {
  transform: rotate(180deg);
}

.wdt-accordion-panel {
  padding: 0 24px 16px;
  /* max-height: 1000px; */
  opacity: 1;
  /* overflow-y: auto; */
  transition: max-height 0.25s ease, opacity 0.25s ease, padding-top 0.25s ease,
    padding-bottom 0.25s ease;
}

.wdt-accordion-panel[hidden] {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wdt-accordion-panel__inner {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
}

.wdt-accordion-panel--faq {
  background: #e3e3e3;
  border-radius: 0 0 12px 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -8px;
  padding-top: 80px;
}

.wdt-accordion-panel--faq[hidden] {
  padding-top: 0;
  padding-bottom: 0;
}

.wdt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wdt-accordion-item--faq {
  background: #ffffff;
  border-radius: 12px;
}

.wdt-accordion-item--faq .wdt-accordion-trigger {
  border-radius: 12px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
}

.wdt-accordion-item--faq .wdt-accordion-panel {
  padding: 0 24px 16px;
}

.wdt-accordion-item--faq .wdt-accordion-panel[hidden] {
  padding-top: 0;
  padding-bottom: 0;
}

.wdt-faq-answer {
  font-size: 15px;
  line-height: 1.6;
}

@keyframes wdt-accordion-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.entry-title {
  display: none !important;
}

/* Header Woo mini Cart */
.mini-cart-menu-button .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #1A1710;
  left: 15px !important;
  top: -15px !important;
  right: auto !important;
}

/* Woocommerce header */
.wdt-search-cart-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  direction: rtl;
}

.wdt-cart-icon {
  text-decoration: none;
}

.wdt-cart-circle {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background: #1a1710;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wdt-cart-circle svg {
  width: 16px;
  height: 16px;
}

.wdt-cart-count {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: #edeae4;
  border: 0.5px solid #1a1710;
  color: #1a1710;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.wdt-search-form {
  flex: 0 0 auto;
  width: 289px;
  height: 38px;
  background: #ffffff;
  border-radius: 32px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  box-shadow: 0px 4px 4px rgba(232, 213, 162, 0.1);
  border: 1px solid #edeae4;
  direction: rtl;
}

.wdt-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  margin-right: 0;
  background: transparent;
  cursor: pointer;
}

.wdt-search-btn:hover {
  background: inherit !important;
}

.wdt-search-btn svg {
  width: 16px;
  height: 16px;
}

.wdt-search-form input[type="search"] {
  padding: 0;
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  direction: rtl;
  text-align: right;
  color: #1A1710;
  height: 38px;
  line-height: 38px;
  font-family: "Ploni", Sans-serif;
}

.wdt-search-form input[type="search"]::placeholder {
  color: rgba(182, 178, 171, 0.5) !important;
}

/* Footer */
#footer-newsletter .elementor-field-type-acceptance {
  color: #EDEAE4 !important;
  font-size: 14px !important;
  text-indent: 20px !important;
  font-family: "Ploni", Sans-serif;
  color: #EDEAE4 !important;
}

#footer-newsletter .elementor-field-type-acceptance input {
  margin-top: 4px !important;
  position: absolute !important;
  margin-right: -20px !important;
}

#footer-newsletter .elementor-field-type-acceptance label {
  color: #EDEAE4 !important;
}

#footer-newsletter button[type="submit"],
#footer-newsletter input[type="email"] {
  height: 44px !important;
}

/* Videos carousel */
#videos-carousel {
  direction: rtl;
}

#videos-carousel .slick-list {
  padding-bottom: 12px;
  height: auto !important;
  padding-bottom: 50px !important;
}

#videos-carousel .slick-slide > .elementor-wrapper {
  /* opacity: 0.8; */
  transform: scale(0.9, 0.9);
  transition: transform 0.3s;
}

#videos-carousel .slick-slide .elementor-custom-embed-image-overlay,
#videos-carousel .slick-slide iframe {border-radius: 10px;}
#videos-carousel .slick-center > .elementor-wrapper {
  /* opacity: 1; */
 transform: scale(1, 1);
}

/* Homepage cover */

.glass-teaser-item {
  background: rgba(255, 255, 255, 0.2);
  /* צל זכוכית */
  box-shadow: 0px 10px 19px rgba(0, 0, 0, 0.05), inset 0px -8px 16px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(2.35px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 4px;
  height: 100%;
}

/* Homepage products carousel */
.loop-product-price {
  font-size: 24px;
  font-weight: 600;
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery {
  opacity: 1 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  float: none !important;
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-prev.slick-arrow,
.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-next.slick-arrow {
  z-index: 15;
  width: 30px !important;
  height: 30px !important;
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-prev.slick-arrow {
  right: 0;
  padding-right: 10px;
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-next.slick-arrow {
  left: 0;
  padding-left: 10px;
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-prev.slick-arrow::before {
  content: "";
  background: url('./assets/images/arrow-right.svg');
  background-position: right center;
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-next.slick-arrow::before {
  content: "";
  background: url('./assets/images/arrow-left.svg');
}

.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-prev.slick-arrow::before,
.product-loop-item .loop-prod-image-gal .woocommerce-product-gallery .slick-next.slick-arrow::before {
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: block;
}

.product-loop-item .loop-prod-image-gal {
  max-width: 274px !important;
}

@media (max-width: 1024px) {
  .product-loop-item .loop-prod-image-gal {
    max-width: calc((100vw / 2) - 64px) !important;
  }
}

@media(max-width: 767px) {
  .product-loop-item .loop-prod-image-gal {
    max-width: calc(100vw - 64px) !important;
  }
}
@media(min-width: 768px) {
  .item-top,
  .loop-prod-title-desc,
  .loop-prod-title-desc .elementor-shortcode {height: 100%;}
  .loop-prod-title-desc .elementor-shortcode {display: flex;flex-direction: column;}
}
.loop-prod-title-desc p {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  color: #000;
  margin: auto ;
}

.loop-prod-title-desc h2 {
  box-sizing: border-box;
  display: block;
  font-family: 'Ploni', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin: 16px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;
}

.loop-prod-title-desc a {
  color: #1A1710;
}

.loop-prod-image-gal+.loop-prod-image {
  display: none !important;
}

#homepage-products,
[data-products-carousel] {
  direction: rtl;
  justify-content: center;
}

/* #homepage-products .slick-list,
[data-products-carousel] .slick-list {
  padding: 0 16px;
} */

#homepage-products .slick-track,
[data-products-carousel] .slick-track {
  display: flex !important;
  align-items: stretch;
}

#homepage-products .slick-track>.slick-slide:not(.woocommerce-product-gallery__image),
[data-products-carousel] .slick-track>.slick-slide:not(.woocommerce-product-gallery__image) {
  display: flex !important;
  justify-content: center;
  margin: 0 8px;
  max-width: 306px;
  margin-bottom: 50px !important;
}

#homepage-products .slick-track>.slick-slide {
  height: auto;
}

.woocommerce-product-gallery .slick-slide {
  height: 274px !important;
  max-height: 274px;
}

.woocommerce-product-gallery .slick-slide img {
  width: 274px;
  height: auto;
}

#homepage-products .slick-slide>li.product,
[data-products-carousel] .slick-slide>li.product,
#homepage-products .slick-slide>.elementor-grid__item,
[data-products-carousel] .slick-slide>.elementor-grid__item,
#homepage-products .slick-slide .e-loop-item,
[data-products-carousel] .slick-slide .e-loop-item {
  width: min(100%, 306px) !important;
  max-width: 306px;
  flex: 0 0 auto;
}

/* Home Logos */
.logos {
  position: relative;
}

.logos img:hover {
  cursor: grab;
}

.logos img:active {
  cursor: grabbing;
}

.logos::after,
.logos::before {
  content: "";
  width: 20%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
}

.logos::after {
  left: 0;
  background: linear-gradient(to right, #F9F8F6, rgb(249, 248, 246, 0));
}

.logos::before {
  right: 0;
  background: linear-gradient(to left, #F9F8F6, rgba(249, 248, 246, 0));
}

/* awarded products */
.awarded-products-grid {
  display: grid;
  margin: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.product-item {
  width: auto;
  max-height: 260px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.product-item:hover {
  transform: scale(1.02);
}

.product-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .awarded-products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* business logos*/
.business-logos .swiper-slide-inner {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-logos .swiper-slide-inner img {
  max-height: 40px;
  filter: grayscale(100%);
}

.business-logos .swiper-slide-inner img:hover {
  filter: inherit;
}

/* Testimonial slider */
#testimonial-slider {
  direction: rtl;
}

#testimonial-slider .slick-list {
  padding: 0 12px;
}

#testimonial-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

#testimonial-slider .slick-slide {
  display: flex !important;
  justify-content: center;
  padding: 0 5px;
}

/* #testimonial-slider .slick-slide > * {
  width: min(100%, 320px);
} */

#testimonial-slider .slick-dots {
  justify-content: center;
  gap: 6px;
  bottom: -24px;
}

#testimonial-slider .slick-dots li button:before {
  font-size: 10px;
  color: #1a1710;
  opacity: 0.3;
}

#testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

#testimonial-slider .slick-list {
  padding: 20px 40px !important;
  height: auto !important;
}

#mobile-header .wdt-search-form {
  display: none;
}

/* #mobile-hamburger-menu {
  margin: 0 30px;
  margin-top: 19px;
} */

/* #mobile-hamburger-menu > ul > li {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #EDEAE4;
} */
/* #mobile-hamburger-menu li:last-child {
  border-bottom: 1px solid #EDEAE4 !important;
} */
#mobile-hamburger-menu .sub-menu li:last-child,
#mobile-hamburger-menu .sub-menu li {
  border: 0 !important;
}

#mobile-hamburger-menu .sub-menu li a {
  padding: 10px 40px 10px 30px;
}

.mobile-header-popup .dialog-close-button {
  height: 38px;
  width: 38px;
  background-color: #1A1710;
  color: #fff;
  position: absolute;
  left: -19px !important;
  border-radius: 50%;
  border: 5px solid #fff;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
}

.mobile-header-popup .dialog-close-button svg {
  fill: #fff !important;
}

#hero-decoration .elementor-element,
#hero-decoration {
  position: relative;
}

#hero-decoration .elementor-element::before,
#hero-decoration .elementor-element::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px; /* thickness of border */
    background: linear-gradient(
        to right,
        transparent,
        white 50%,
        transparent
    );
}
#hero-decoration .elementor-element::before {top:0;}
#hero-decoration .elementor-element::after {bottom:0;}
@media only screen and (max-width: 768px) {
  #hero-decoration:before {
    content: '';
    background-image: url("assets/images/hero-decoration-right.png");
    width: 5px;
    height: calc(100% + 8px);
    position: absolute;
    top: -8px;
    z-index: 999;
    right: -5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #hero-decoration:after {
    content: '';
    background-image: url("assets/images/hero-decoration-left.png");
    width: 5px;
    height: calc(100% + 8px);
    position: absolute;
    top: -8px;
    z-index: 999;
    left: -5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.add-to-cart-btn-trigger.is-loading .elementor-button-text {
  opacity: 0;
}

.add-to-cart-btn-trigger.is-loading .elementor-button-icon {
  animation: spin 0.8s linear infinite;
}

.add-to-cart-btn-trigger.is-added .elementor-button-icon {
  animation: none;
}

.add-to-cart-btn-trigger.is-added .elementor-button-text {
  opacity: 1;
}

.add-to-cart-btn-trigger.is-loading svg {
  animation: spin 0.8s linear infinite;
}

.add-to-cart-btn-trigger.is-added svg {
  animation: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.add-to-cart-btn-real {}

.add-to-cart-btn-real .cart,
.add-to-cart-btn-real .cart a {
  width: 100%;
}

.add-to-cart-btn-real .cart a {
  position: relative;
  height: 40px;
  padding: 0;
  line-height: 41px;
}

.add-to-cart-btn-real .cart a::after {
  content: "" !important;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.9453 4.94531H7.05469V1.05469C7.05469 0.472195 6.58249 0 6 0C5.41751 0 4.94531 0.472195 4.94531 1.05469V4.94531H1.05469C0.472195 4.94531 0 5.41751 0 6C0 6.58249 0.472195 7.05469 1.05469 7.05469H4.94531V10.9453C4.94531 11.5278 5.41751 12 6 12C6.58249 12 7.05469 11.5278 7.05469 10.9453V7.05469H10.9453C11.5278 7.05469 12 6.58249 12 6C12 5.41751 11.5278 4.94531 10.9453 4.94531Z' fill='white'/%3E%3C/svg%3E");
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}

.elementor-button[type="submit"]:focus,
.add-to-cart-btn-real .cart a:focus {
  color: #1A1710 !important;
  background-color: #fff !important;
  border: 1px solid #1A1710 !important;
}

.add-to-cart-btn-real .cart a:focus::after,
.add-to-cart-btn-real .cart a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.9453 4.94531H7.05469V1.05469C7.05469 0.472195 6.58249 0 6 0C5.41751 0 4.94531 0.472195 4.94531 1.05469V4.94531H1.05469C0.472195 4.94531 0 5.41751 0 6C0 6.58249 0.472195 7.05469 1.05469 7.05469H4.94531V10.9453C4.94531 11.5278 5.41751 12 6 12C6.58249 12 7.05469 11.5278 7.05469 10.9453V7.05469H10.9453C11.5278 7.05469 12 6.58249 12 6C12 5.41751 11.5278 4.94531 10.9453 4.94531Z' fill='black'/%3E%3C/svg%3E");
}

.quick-view-trigger .elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.quick-view-trigger a:focus svg path,
.quick-view-trigger a:hover svg path {
  fill: #fff;
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart {
  color: #000;
}

#woosq-popup .product_meta {
  display: none !important;
}

#woosq-popup form.cart {
  background: #e4e4e4;
  border-radius: 8px;
  padding: 10px;
}
.woocommerce div.product form.cart div.quantity {
  width: 100%;
}
.woocommerce div.product form.cart .button {
  margin-right: 0 !important;
}
#woosq-popup .woocommerce div.product form.cart .button {
  font-size: 16px;
  line-height: 22px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  background-color: #1A1710;
  border-color: #1A1710;
  transition: all 0.2s;
  width: calc(50% - 10px) !important;
}

#woosq-popup .wdt-btn-secondary {
  margin-left: 0 !important;
}

.wdt-discount-percent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  gap: 10px;
  background: #CAE2F0;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 95%;
  font-size: 14px;
  color: #0A204E;
  font-family: "Ploni", Sans-serif;
}

/* prouduct read more */
.product-content {
  transition: height 0.2s ease;
}

.product-read-more {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  font-weight: bold;
  color: #1A1710;
  text-decoration: underline;
  font-size: 14px;
}

.product-read-more::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  /* מעל האלמנט */
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to top,
      rgba(249, 248, 246, 1),
      rgba(249, 248, 246, 0));
}

.product-read-more.is-open::before {
  display: none;
}

.product-read-more.is-open svg {
  transform: rotate(180deg);
}

.product-read-more-icon {
  transition: transform 0.2s ease;
}
/* mini cart */
.fkcart-summary-line-item.fkcart-coupon-applied:not(.fkcart-shipping-wrap) .fkcart-summary-amount {display: none;}
/* checkout */
bdi,
ins,
#wfacp-sec-wrapper,
#wfacp_mini_cart_start_h,
#wfacp-sec-wrapper ins,
#wfacp_mini_cart_start_h ins,
#wfacp-sec-wrapper bdi,
#wfacp_mini_cart_start_h bdi {
  direction: rtl !important;
}

#wfacp-e-form .form-row-wide,
.wfacp-saving-amount {
  text-align: right;
  direction: rtl;
}

#wfacp-sec-wrapper table.shop_table tr:not(.order-total):not(.cart-discount).wfacp-saving-amount td>span svg,
.wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount).wfacp-saving-amount td>span svg {
  left: inherit !important;
  right: 0 !important;
}

#wfacp-sec-wrapper table.shop_table tr:not(.order-total):not(.cart-discount).wfacp-saving-amount td>span,
.wfacp_mini_cart_start_h .wfacp_order_summary_container table.wfacp_mini_cart_reviews tr:not(.order-total):not(.cart-discount).wfacp-saving-amount td>span {
  padding-right: 24px !important;
  padding-left: 0 !important;
}

/* #wfacp-e-form .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {left: 0;} */
/* shop/search page */
.wrap-woo_ordering-shorcode {
  margin-inline-start: auto;
  /* pushes element to the left in RTL */
}

.woocommerce-ordering select {
  width: 358px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 16px;
  appearance: none;
}

.woocommerce-ordering select option:first-child {
  display: none;
}

.woocommerce-ordering select:invalid {
  color: #888;
}

.woocommerce-ordering select option[value=""] {
  color: #888;
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering select {
  padding-right: 35px;
}

.woocommerce-ordering::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M1 3l4 4 4-4" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 10px;
  background-repeat: no-repeat;
}

#category-menu li a {
  background: #E3E3E3;
  border-radius: 100px;
  padding-top: 20px;
  padding-bottom: 18px;
}

#category-menu li.current-menu-item a {
  background: #1A1710;
  color: #fff;
}

#category-menu ul {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  padding:5px 0;
}

@media only screen and (max-width: 420px) {

  .woocommerce-ordering,
  .woocommerce-ordering select {
    width: 100%;
  }
}

/* product page */
/* Make UL a horizontal slider */
.flex-control-thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    /* gap: 10px; */
    padding: 0;
    margin: 0;
    scroll-snap-type: x mandatory;
}

/* Each LI = 4 visible */
.flex-control-thumbs li {
    flex: 0 0 25%;
    max-width: 25%;
    list-style: none;
    scroll-snap-align: start;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  left: inherit;
  right: .5em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  order: 2;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  order: 3;
}

.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  z-index: 20;
}

ul.flex-direction-nav {
  order: 1;
  position: absolute;
  width: 100%;
  padding: 0px;
  list-style: none;
  padding-top: 100%;
  top: 0;
}

li.flex-nav-prev,
li.flex-nav-next {
  position: absolute;
  top: 50%;
}

li.flex-nav-prev {
  float: left;
  left: 0;
  z-index: 30;
}

li.flex-nav-next {
  float: right;
  right: 0;
  z-index: 30;
}

a.flex-prev,
a.flex-next {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: 'next';
  font-family: 'swiper-icons';
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}

a.flex-prev::before {
  visibility: visible;
  content: 'prev';
  font-family: 'swiper-icons';
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

ul.flex-direction-nav li a {
  color: black;
  text-decoration: none;
}

/* Enter your custom CSS below */
.spotlight-instagram-app,
.spotlight-instagram-feed {
  direction: ltr;
}

.FeedHeader__root {
  justify-content: unset !important;
  margin-bottom: 16px;
}

.FeedHeader__left-container {
  flex: none !important;
}

.Skeleton__loading,
.FeedGridLayout__cell {
  border-radius: 4px !important;
  overflow: hidden !important;
}

.FeedHeader__centered-style .FeedHeader__info {
  margin-right: 10px !important;
}

.FeedHeader__centered-style,
.FeedHeader__centered-style .FeedHeader__container {
  flex-direction: row !important;
}

.FeedHeader__centered-style .FeedHeader__follow-button {
  margin-top: 0 !important;
}