@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100;200;300;400;500;600;700;800;900&family=Schibsted+Grotesk:wght@400;500;600;700;800;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;
}

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;
}

input:active::placeholder,
input:focus::placeholder {
  opacity: 0 !important;
}

.default-page-container .inner {
  margin: 7.1875vw 10.2734375vw 2.9296875vw;
  max-width: 100%;
}
.default-page-container .fr-text {
  color: #0E0023;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 154%;
}
.default-page-container .fr-text .blog-post-content-image {
  margin-bottom: 20px;
}
.default-page-container .fr-text .p-aligncenter {
  text-align: center;
}
.default-page-container .fr-text .p-alignright {
  text-align: right;
}
.default-page-container .fr-text .p-alignleft {
  text-align: left;
}
.default-page-container .fr-text img, .default-page-container .fr-text iframe {
  max-width: 100%;
}
.default-page-container .fr-text p:not(:first-child) {
  margin-top: 1.7578125vw;
}
.default-page-container .fr-text p:not(:last-child) {
  margin-bottom: 1.7578125vw;
}
.default-page-container .fr-text h4 {
  color: #3C30C2;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 154%;
}
.default-page-container .fr-text ul li {
  margin: 0 1.40625vw;
}

.ovfh {
  overflow: hidden;
}

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

@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 */
/* +add-font("Noto Sans Hebrew", "NotoSansHebrew-ExtraBold", normal, 800) */
/* 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;
  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;
  }
}
.articals-wrap {
  padding: 3.90625vw 0 3.828125vw;
}
.articals-wrap .inner {
  margin: 0 10.2734375vw;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.articals-wrap .inner .article {
  width: 33%;
  max-width: 25.78125vw;
  margin-bottom: 2.34375vw;
  text-align: right;
  font-family: "Noto Sans Hebrew", sans-serif;
}
.articals-wrap .inner .article-thumbnail {
  margin-bottom: 0.78125vw;
}
.articals-wrap .inner .article-thumbnail picture {
  overflow: hidden;
}
.articals-wrap .inner .article-thumbnail img {
  transition: all 0.3s linear;
}
.articals-wrap .inner .article-thumbnail:hover img {
  transform: scale(1.2);
}
.articals-wrap .inner .article-date {
  margin-bottom: 0.390625vw;
  color: #757575;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 145%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.articals-wrap .inner .article-date::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.703125vw;
  height: 0.703125vw;
  margin-left: 0.1953125vw;
  background-image: url(../img/svg/сalendar-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -2px;
}
.articals-wrap .inner .article-title {
  margin-bottom: 0.390625vw;
  color: #1D0443;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 600;
  line-height: 109.5%;
}
.articals-wrap .inner .article-title a {
  color: #1D0443;
}
.articals-wrap .inner .article-title a:hover {
  color: #128fff;
}
.articals-wrap .inner .article-excert {
  color: #1D0443;
  height: 2.421875vw;
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 154%;
}
.articals-wrap .inner .article-link {
  color: #3C30C2;
  font-size: 0.78125vw;
  margin-top: 0.78125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s linear;
}
.articals-wrap .inner .article-link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.171875vw;
  height: 0.703125vw;
  margin-right: 0.5859375vw;
  background-image: url(../img/svg/article-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.articals-wrap .inner .article-link:hover {
  color: #1D0443;
}
.articals-wrap .inner .article-link:hover::after {
  margin-right: 0.9765625vw;
}

@media all and (max-width: 768px) {
  .articals-wrap {
    padding: 10.2564102564vw 0 17.9487179487vw;
  }
  .articals-wrap .inner {
    margin: 0 auto;
    padding: 0 10px;
  }
  .articals-wrap .inner .article {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10.2564102564vw;
  }
  .articals-wrap .inner .article-thumbnail {
    margin-bottom: 5.1282051282vw;
  }
  .articals-wrap .inner .article-date {
    margin-bottom: 4.4871794872vw;
    font-size: 4.1025641026vw;
  }
  .articals-wrap .inner .article-date::before {
    width: 3.8461538462vw;
    height: 4.2307692308vw;
    top: -1px;
  }
  .articals-wrap .inner .article-title {
    margin-bottom: 2.5641025641vw;
    font-size: 6.1538461538vw;
  }
  .articals-wrap .inner .article-excert {
    height: auto;
    font-size: 5.1282051282vw;
  }
  .articals-wrap .inner .article-link {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .articals-wrap .inner .article-link::after {
    width: 3.8461538462vw;
    height: 4.6153846154vw;
    margin-right: 1.2820512821vw;
  }
}/*# sourceMappingURL=theme-low.css.map */