html, body {
  background: #fff;
  height: 100%;
}

html, body, input, select, textarea, button {
  font-family: "Heebo", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
[dir=rtl] html, [dir=rtl] body, [dir=rtl] input, [dir=rtl] select, [dir=rtl] textarea, [dir=rtl] button {
  text-align: right;
  direction: rtl;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

picture {
  display: block;
  line-height: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
a:hover {
  color: #000;
}

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.hidden,
[class^=mobile-],
[class*=" mobile-"],
.sm-resp-show {
  display: none;
}

.container {
  overflow: hidden;
  padding-top: 133px;
  min-height: 100%;
  justify-content: stretch;
  align-items: stretch;
}
.container, .container > .woocommerce {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.container .inner {
  max-width: 1440px;
  margin: 0 auto;
}
.container > .woocommerce {
  flex-grow: 1;
}

.-almoni {
  font-family: "AlmoniTzarAAA", "Arial", sans-serif;
  line-height: 1;
}

.-montser {
  font-family: "Montserrat", "Arial", sans-serif;
}

.stretch-middle {
  flex-grow: 1;
}

.header {
  position: fixed;
  z-index: 92;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  border-top: 8px solid #000;
  height: 133px;
}
.header .inner {
  max-width: 1220px;
}

.single-product .header {
  border-bottom: 1px solid #bcbcbc;
}

.header-top, .header-col, .header-bottom {
  display: -moz-flex;
  display: flex;
  align-items: center;
}

.header-top {
  position: relative;
  z-index: 1;
  height: 65px;
  justify-content: space-between;
}
.header-top:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 1px;
  background: #8e8e8e;
}

.header-col {
  height: 100%;
  min-width: 200px;
}
.header-col.-second {
  justify-content: flex-end;
}

.header-logo {
  position: relative;
  width: 185px;
  margin: 0 30px;
}
.header-logo picture {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 0;
  padding: 0 20px;
}
.header-logo img {
  max-height: 40px;
}

.header-bottom {
  height: 60px;
  justify-content: center;
}

.st-title {
  font-size: 36px;
  font-weight: 400;
}
.st-title.-s1 {
  font-size: 64px;
}
.st-title.-bold {
  font-weight: 600;
}
.st-title.-exb {
  font-weight: 700;
}

.st-button {
  cursor: pointer;
  padding: 5px 10px;
  text-align: center;
  height: 60px;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.st-button.-fw {
  width: 100%;
}
.st-button.-brd {
  border: 1px solid #000;
  color: #000;
}
.st-button.-brd:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.st-button.-brr {
  border-radius: 100px;
}
.st-button[class*=-arr] > span:after {
  content: "";
  display: inline-block;
}
[dir=rtl] .st-button.-arr1:hover > span:after {
  border-right-color: #fff;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
}
[dir=ltr] .st-button.-arr1:hover > span:after {
  border-left-color: #fff;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
}
.st-button.-arr1 > span:after {
  border: 5px solid transparent;
  margin-bottom: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
[dir=rtl] .st-button.-arr1 > span:after {
  margin-right: 15px;
  border-right: 5px solid #000;
}
[dir=ltr] .st-button.-arr1 > span:after {
  margin-left: 15px;
  border-left: 5px solid #000;
}
.st-button.-arr2 > span:after {
  font-size: 8px;
  margin-right: 7px;
  font-family: "icomoon";
}
[dir=ltr] .st-button.-arr2 > span:after {
  margin-right: 0;
  margin-left: 7px;
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
.breadcrumbs, .breadcrumbs a {
  color: #a2a2a2;
}

.layer-wr {
  position: relative;
  display: block;
}
.layer-wr picture {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.layer-wr .animation {
  -webkit-animation: rotate-ring 10s infinite linear;
  animation: rotate-ring 10s infinite linear;
}

@media all and (max-width: 768px) {
  [class^=desktop-], [class*=" desktop-"] {
    display: none;
  }
  [class^=mobile-], [class*=" mobile-"] {
    display: block;
  }
  html, body, input, select, textarea, button {
    font-size: 16px;
  }
  .container {
    padding-top: 66px;
  }
  .container .inner {
    width: auto;
    max-width: 768px;
    padding: 0 3%;
  }
  .st-title:not(.-almoni) {
    font-size: 30px;
  }
  .st-title.-s1 {
    font-size: 40px;
  }
}
@media all and (max-width: 425px) {
  .st-title:not(.-almoni) {
    font-size: 7.0588235294vw;
  }
  .st-title.-s1 {
    font-size: 9.4117647059vw;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1500px) and (min-width: 769px) {
  .container .inner {
    padding-right: 2%;
    padding-left: 2%;
  }
  .container .inner,
.header .inner {
    max-width: none;
  }
}
@media all and (max-width: 1280px) and (min-width: 769px) {
  .st-title {
    font-size: 30px;
  }
  .st-title.-s1 {
    font-size: 50px;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .st-title {
    font-size: 26px;
  }
  .st-title.-s1 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=theme.css.map */