@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Noto+Sans+Hebrew:wght@100..900&display=swap");
.border-item {
  position: relative;
  min-height: 64px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #bbb;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  transition: all 0.3s linear;
}
.border-item, .border-item .c1, .border-item .c2 {
  display: flex;
}
.border-item .c1, .border-item .c2 {
  position: relative;
  z-index: 1;
  align-items: center;
}
.border-item .c1 {
  padding: 5px;
  max-width: 64px;
  min-width: 64px;
  border-left: 1px solid #b4b4b4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-item .c1.hidden {
  display: none;
}
.border-item .c2 {
  width: 100%;
  padding: 15px 35px 15px 10px;
  justify-content: flex-start;
}

.safe-email {
  visibility: hidden;
}

.number {
  display: inline-block;
  direction: ltr;
}

form button[type=submit] {
  cursor: pointer;
}

.owl-carousel .owl-stage-outer {
  transition: none !important;
  transition-delay: initial !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 100%;
}
.owl-carousel .owl-nav button.owl-next {
  right: 100%;
  transform: scale(-1, 1);
}
.owl-carousel .owl-dots {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all 0.1s linear;
}
.owl-carousel .product {
  margin: 0 1px;
}

.checkbox {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  text-align: right;
  display: inline-block;
  color: #646464;
  letter-spacing: 1px;
}
.checkbox.s2:before, .checkbox.s2:after {
  top: 3px;
}
.checkbox.s2:before {
  width: 14px;
  height: 14px;
}
.checkbox.s2:after {
  width: 8px;
  height: 8px;
  margin: 3px 3px 0 0;
}
.checkbox:hover, .checkbox:hover a {
  color: #128fff;
}
.checkbox:hover:before {
  border-color: #128fff;
}
.checkbox:hover:after {
  background-color: #128fff;
}
.checkbox.checked:after {
  visibility: visible;
  opacity: 1;
}
.checkbox, .checkbox:before, .checkbox:after {
  transition: all 0.3s linear;
}
.checkbox:before, .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.checkbox:before {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.checkbox:after {
  width: 10px;
  height: 10px;
  margin: 4px 4px 0 0;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
}
.checkbox .wpcf7-list-item-label, .checkbox input[type=checkbox], .checkbox input[type=radio] {
  display: none;
}

.st-form .two-fields {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.st-form .two-fields .field {
  width: 100%;
}
.st-form .two-fields .field:first-child {
  margin-left: 20px;
}
.st-form .field {
  position: relative;
  padding-top: 18px;
  margin-bottom: 5px;
}
.st-form .field.fl-icon.focused:before {
  color: #128fff;
}
.st-form .field.fl-icon:before {
  display: inline-block;
  font-family: "icomoon";
  position: absolute;
  top: 29px;
  right: 5px;
  font-size: 14px;
}
.st-form .field.fl-icon input:not([type=submit]), .st-form .field.fl-icon textarea, .st-form .field.fl-icon select {
  padding-right: 30px;
}
.st-form .field.fl-icon .fl-label {
  right: 30px;
}
.st-form .field.focused .fl-label, .st-form .field.changed .fl-label, .st-form .field.fixed .fl-label {
  top: 5px;
}
.st-form .field.focused .fl-plch, .st-form .field.changed .fl-plch {
  transform: translateY(-100px);
  opacity: 0;
}
.st-form .field.focused:not(.error):not(.filled) .fl-label {
  color: #128fff;
}
.st-form .field.focused:not(.error):not(.filled) input:not([type=submit]), .st-form .field.focused:not(.error):not(.filled) textarea, .st-form .field.focused:not(.error):not(.filled) select {
  border-bottom-color: #128fff;
}
.st-form .field.error .fl-label {
  color: #ea2828;
}
.st-form .field.error [data-validate] {
  border-bottom-color: #ea2828;
}
.st-form .field.fl-pass input {
  padding-left: 30px;
}
.st-form .field.show-pass-act .show-pass:before {
  color: #000;
}
.st-form .field .fl-label {
  position: absolute;
  top: 20px;
  font-weight: 600;
  transition: all 0.5s linear;
}
.st-form .field .fl-plch {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-weight: 200;
  transition: all 0.3s linear;
}
.st-form .field .fl-plch b, .st-form .field .fl-plch strong {
  font-weight: 500;
}
.st-form .field .fl-label, .st-form .field .fl-plch, .st-form .field input:not([type=submit]), .st-form .field textarea, .st-form .field select {
  font-size: 16px;
  color: #000;
}
.st-form .field input:not([type=submit]), .st-form .field textarea, .st-form .field select {
  width: 100%;
  height: 36px;
  background: transparent;
  margin: 0;
  text-indent: 0;
  border: none;
  border-bottom: 1px solid #232323;
  transition: border-color 0.5s ease-in-out;
}
.st-form .show-pass {
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: 8px;
}
.st-form .show-pass:hover:before {
  color: #128fff;
}
.st-form .show-pass:before {
  font-family: "icomoon";
  font-size: 16px;
  color: #ccc;
  transition: all 0.3s linear;
}
.st-form button[type=submit] {
  width: 100%;
  margin-top: 20px;
}

.border-block {
  position: relative;
  border: 1px solid #000;
}
.border-block.two-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hidden-element {
  visibility: hidden;
  height: 0;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.hidden-element:not(.show) {
  overflow: hidden;
  margin: 0 !important;
}
.hidden-element.show {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.arrow {
  display: block;
  position: relative;
  color: transparent;
}
.arrow, .arrow:before {
  transition: all 0.3s linear;
}
.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}

.email-field-form .form-row {
  position: relative;
  height: 70px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.email-field-form .form-row.focus input:not([type=submit])::-webkit-input-placeholder {
  color: #128fff;
}
.email-field-form .form-row.focus input:not([type=submit]):-moz-placeholder {
  color: #128fff;
}
.email-field-form .form-row.focus input:not([type=submit])::-moz-placeholder {
  color: #128fff;
}
.email-field-form .form-row.focus input:not([type=submit]):-ms-input-placeholder {
  color: #128fff;
}
.email-field-form .form-row.focus:before {
  color: #128fff !important;
}
.email-field-form .form-row:before {
  font-family: "icomoon";
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 35px;
  color: #000;
  transition: all 0.3s linear;
}
.email-field-form input:not([type=submit]), .email-field-form button[type=submit] {
  font-size: 16px;
  border: none;
}
.email-field-form input:not([type=submit]) {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 80px 0 30px;
}
.email-field-form input:not([type=submit])::-webkit-input-placeholder {
  color: #282828;
}
.email-field-form input:not([type=submit]):-moz-placeholder {
  color: #282828;
}
.email-field-form input:not([type=submit])::-moz-placeholder {
  color: #282828;
}
.email-field-form input:not([type=submit]):-ms-input-placeholder {
  color: #282828;
}
.email-field-form button[type=submit], .email-field-form .checkout-set-email-bt {
  max-width: 175px;
  min-width: 175px;
  font-weight: 600;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.warn-tooltip-wr.tooltip-bot .warn-tooltip:before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #000;
}
.warn-tooltip-wr:not(.warning) .warn-tooltip {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}
.warn-tooltip-wr.warning {
  animation: shake-animation 0.3s linear;
}
.warn-tooltip-wr .warn-tooltip {
  position: absolute;
  margin-bottom: 15px;
  bottom: 100%;
  right: 5px;
  padding: 2px 20px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s linear;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.warn-tooltip-wr .warn-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #000;
}

.ll-loading-parent {
  position: relative;
}
.ll-loading-parent.loading:before, .ll-loading-parent.loading .ll-loading-spinner {
  visibility: visible;
  opacity: 1;
}
.ll-loading-parent:before, .ll-loading-parent .ll-loading-spinner {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
}
.ll-loading-parent:before {
  content: "";
  position: absolute;
  z-index: 41;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.ll-loading-parent .ll-loading-spinner {
  position: absolute;
  z-index: 91;
  border: 2px solid #fff;
  border-left: 2px solid #128fff;
  border-radius: 50%;
  transform: translateZ(0);
  animation: spinner-animation 1.1s infinite linear;
  top: 50%;
  right: 50%;
  width: 100px;
  height: 100px;
  margin: -50px -50px 0 0;
}

.st-close {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.st-close:hover:before, .st-close:hover:after {
  background-color: #128fff;
}
.st-close:before, .st-close:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  background-color: #b6b6b6;
  transition: all 0.3s linear;
}
.st-close:before {
  transform: rotate(45deg);
}
.st-close:after {
  transform: rotate(-45deg);
}

.screen-reader-response {
  display: none;
}

.wmcfa-popup-bg.show-msg:not(.error) .wmcfa-popup-msg {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.ovfh {
  overflow: hidden;
}

html.fancybox-lock .fancybox-overlay {
  overflow-y: auto;
}

.icon-delivery:before {
  display: inline-block;
  transform: scale(-1, 1);
}

.header-account .header-shop-menu-ic:after {
  content: "\e90c";
}

.header-wishlist .header-shop-menu-ic:after {
  content: "\e905";
}

.header-cart .header-shop-menu-ic:after,
.mod-minicart .header-cart:before {
  content: "\e90b";
}

.catalog .product .product-to-wishlist.active:before {
  content: "\e905";
}
.catalog .product .product-to-wishlist:before {
  content: "\e906";
}

.st-form .form-row:before {
  content: "\e904";
}
.st-form .field.fl-mail-icon:before {
  content: "\e904";
}
.st-form .field.fl-key-icon:before {
  content: "\e907";
}
.st-form .show-pass:before {
  content: "\e90d";
}

.account-page .account-subtitle.icon.user-icon:before {
  content: "\e90c";
}
.account-page .account-subtitle.icon.key-icon:before {
  content: "\e907";
}
.account-page .account-subtitle.icon.order-icon:before {
  content: "\e909";
}
.account-page .account-subtitle.icon.logout-icon:before {
  content: "\e908";
}

.checkout-left .delivery-row .col-first:before {
  content: "\e902";
}
.checkout-left .checkout-banner .checkout-block-title:before {
  content: "\e90a";
}

.checkout-right .checkout-row-title.delivery:before {
  content: "\e902";
}
.checkout-right .checkout-row-title.user:before {
  content: "\e90c";
}
.checkout-right .checkout-row-title.wallet:before {
  content: "\e90e";
}

@keyframes shake-animation {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 768px) {
  body.admin-bar #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
}
/*----------------------------------------------------------*/
/* FONTS */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/Rubik-Bold.eot?");
  src: url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.ttf") format("truetype"), url("../fonts/Rubik-Bold.svg#Rubik-Bold") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: url("../fonts/Rubik-Light.eot?");
  src: url("../fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Light.woff") format("woff"), url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.ttf") format("truetype"), url("../fonts/Rubik-Light.svg#Rubik-Light") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/Rubik-Black.eot?");
  src: url("../fonts/Rubik-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Black.woff") format("woff"), url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.ttf") format("truetype"), url("../fonts/Rubik-Black.svg#Rubik-Black") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Rubik-Regular.eot?");
  src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.svg#Rubik-Regular") format("svg");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/Rubik-Medium.eot?");
  src: url("../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.ttf") format("truetype"), url("../fonts/Rubik-Medium.svg#Rubik-Medium") format("svg");
}
/* ICONS */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?c1ovnt");
  src: url("../fonts/icons/icomoon.eot?c1ovnt#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?c1ovnt") format("truetype"), url("../fonts/icons/icomoon.woff?c1ovnt") format("woff"), url("../fonts/icons/icomoon.svg?c1ovnt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], [class^=icon-] i, [class*=" icon-"] i {
  font-style: normal !important;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Check-1 .path1:before {
  content: "\e900";
  color: rgb(255, 255, 255);
}
.icon-Check-1 .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-delivery:before {
  content: "\e902";
}

.icon-edit:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-heart:before {
  content: "\e905";
}

.icon-heart-1:before {
  content: "\e906";
}

.icon-key:before {
  content: "\e907";
}

.icon-logout-1:before {
  content: "\e908";
}

.icon-order:before {
  content: "\e909";
}

.icon-shield:before {
  content: "\e90a";
}

.icon-shopping-cart-2:before {
  content: "\e90b";
}

.icon-user-1:before {
  content: "\e90c";
}

.icon-view:before {
  content: "\e90d";
}

.icon-wallet:before {
  content: "\e90e";
}

/* IE */
html.browser-ie body {
  overflow-x: hidden;
}

/* Firefox */
@supports (-moz-appearance: none) {
  body {
    overflow-x: hidden;
  }
  .scrollbar-inner {
    scrollbar-width: thin;
  }
  .scrollbar-inner .scroll-element {
    display: none !important;
  }
}

/*# sourceMappingURL=theme-low.css.map */
