@charset "UTF-8";
/*!
Theme Name: Shemo
Theme URI:
Description: A custom theme for the Shemo project
Author URI: http://the-two.co
Version: 1.0
Tags: clean, advanced, responsive, great
*/
/* reset */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative; }

.height-100 {
  height: 100vh;
  position: relative; }

.overflow {
  overflow: hidden; }

.o-hidden {
  overflow: hidden; }

.container {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

section {
  position: relative; }
  section.h-100 {
    height: 100vh; }

.grey-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15); }

.section {
  position: relative; }

.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.f-bw {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%); }

.video-wrapper-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden; }
  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.video-2 {
  position: absolute;
  top: -25%;
  left: 0;
  min-width: 100%;
  min-height: 150%;
  width: auto;
  height: auto; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.overlay.darkk {
  background: rgba(0, 0, 0, 0.65); }

.overlay.light {
  background: rgba(0, 0, 0, 0.25); }

.placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black; }

.center-wrapper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table; }
  .center-wrapper.w-300 {
    width: 300px;
    left: 50%;
    margin-left: -150px; }
  .center-wrapper.w-400 {
    width: 400px;
    left: 50%;
    margin-left: -200px; }
  .center-wrapper.w-600 {
    width: 600px;
    left: 50%;
    margin-left: -300px; }
  .center-wrapper.w-700 {
    width: 700px;
    left: 50%;
    margin-left: -350px; }

.center-wrapper .center {
  display: table-cell;
  vertical-align: middle; }

.ta-c {
  text-align: center; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-80 {
  margin-top: 80px; }

.m-t-100 {
  margin-top: 100px; }

.m-t-200 {
  margin-top: 200px; }

.p-t-100 {
  padding-top: 100px; }

.p-t-b-60 {
  padding: 60px 0; }

.p-t-b-60-90 {
  padding: 60px 0 100px; }

.p-t-b-50 {
  padding: 50px 0; }

.p-t-b-100 {
  padding: 100px 0; }

.p-t-b-100-130 {
  padding: 100px 0 130px; }

.p-t-b-200 {
  padding: 200px 0; }

.p-t-b-150 {
  padding: 150px 0; }

.p-t-b-250 {
  padding: 250px 0; }

.p-20 {
  padding: 0 20px; }

.p-50 {
  padding: 0 50px; }

.p-80 {
  padding: 0 80px; }

.p-r-30 {
  padding-right: 30px; }

.p-r-60 {
  padding-right: 60px; }

.clear {
  clear: both; }

.c-white {
  color: white; }

.b-creame {
  background: #fdfcf8; }

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.absolute-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

::-webkit-input-placeholder {
  color: #121212 !important;
  font-family: "NarkisBlockMF"; }

::-moz-placeholder {
  color: #121212 !important;
  font-family: "NarkisBlockMF"; }

:-ms-input-placeholder {
  color: #121212 !important;
  font-family: "NarkisBlockMF"; }

:-moz-placeholder {
  color: #121212 !important;
  font-family: "NarkisBlockMF"; }

.h-80 {
  height: 80px; }

.d-b {
  display: block; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.shop-wrapper {
  position: relative;
  padding: 100px 38px 38px;
  height: 100vh;
  min-height: 560px; }
  .shop-wrapper .slider {
    position: relative;
    height: 100%;
    width: calc(100% + 76px);
    margin: 0 -38px; }
    .shop-wrapper .slider .slides {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .shop-wrapper .slider .slides .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden; }
        .shop-wrapper .slider .slides .slide.active .image {
          opacity: 1;
          visibility: visible;
          transform: scale(1) !important;
          -webkit-transform: scale(1) !important; }
        .shop-wrapper .slider .slides .slide .image {
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 4s ease-out;
          transition: all 4s ease-out;
          transform: scale(1.05) !important;
          -webkit-transform: scale(1.05) !important; }
          .shop-wrapper .slider .slides .slide .image.show {
            visibility: visible;
            opacity: 1; }
  .shop-wrapper .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fdfcf8; }
    .shop-wrapper .content h1 {
      font-size: 10em;
      margin-top: -10px; }
    .shop-wrapper .content .lil-line {
      background: #fdfcf8;
      margin: 0 auto 20px; }
    .shop-wrapper .content h5 {
      font-weight: bold;
      font-family: "NarkisBlockMF";
      line-height: 1.2;
      font-size: 1.9em; }
    .shop-wrapper .content .branches {
      position: relative;
      margin: 20px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1080px; }
      .shop-wrapper .content .branches .button {
        position: relative;
        width: 200px;
        height: 44px;
        line-height: 40px;
        border: 2px solid #fdfcf8;
        background: #fdfcf8;
        color: #121212;
        text-align: center;
        font-size: 16px;
        margin: 6px;
        font-weight: bold;
        border-radius: 2px !important; }
        .shop-wrapper .content .branches .button:before {
          color: #121212; }

.page-headline.of-branch h1 {
  max-width: 1000px;
  font-size: 9em;
  margin: 6px auto 0; }

.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  top: -4px;
  left: -4px; }
  .ribbon.on-button span {
    width: 136px;
    padding: 3px 0 4px;
    line-height: 1;
    left: -44px;
    right: auto;
    top: 12px;
    font-size: 12px; }
  .ribbon:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 2px solid #ef0d33;
    border-top-color: transparent;
    border-left-color: transparent;
    top: 0;
    right: 0; }
  .ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 7px 0;
    background-color: #ef0d33;
    color: #fdfcf8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    right: -28px;
    top: 33px;
    transform: rotate(-45deg);
    font-size: 18px;
    font-weight: bold; }
  .ribbon:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 2px solid #ef0d33;
    border-top-color: transparent;
    border-left-color: transparent;
    bottom: 0;
    left: 0; }

.shop-grid {
  position: relative;
  padding: 50px 100px 100px;
  max-width: 1440px;
  margin: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .shop-grid.go-down {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0; }
    .shop-grid.go-down.show {
      visibility: visible;
      opacity: 1; }
  .shop-grid .grid {
    position: relative;
    width: calc(100% + 28px);
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap; }
    .shop-grid .grid .prod {
      position: relative;
      width: calc(25% - 28px);
      margin: 0 14px 40px;
      padding-bottom: 48px; }
      .shop-grid .grid .prod:hover .desc {
        color: #ef0d33; }
      .shop-grid .grid .prod .image-wrapper {
        position: relative;
        padding-bottom: 100%;
        background: rgba(0, 0, 0, 0.05);
        overflow: hidden; }
        .shop-grid .grid .prod .image-wrapper .image {
          -webkit-transition: all 2s ease-out;
          transition: all 2s ease-out; }
      .shop-grid .grid .prod .desc {
        position: relative;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out; }
        .shop-grid .grid .prod .desc h3 {
          font-family: "NarkisBlockMF";
          font-size: 16px;
          font-weight: bold; }
        .shop-grid .grid .prod .desc .price {
          font-family: "NarkisBlockMF";
          font-size: 16px;
          margin-right: 10px; }
      .shop-grid .grid .prod .button {
        position: absolute;
        left: 50%;
        margin-left: -65px;
        bottom: 0;
        display: block;
        height: 30px;
        line-height: 26px;
        font-size: 15px;
        width: 130px;
        background: #ef0d33;
        color: white;
        font-weight: bold;
        border-color: #ef0d33; }
        .shop-grid .grid .prod .button:hover {
          background: #bf0a29;
          border-color: #bf0a29; }

.prod-popup {
  position: fixed;
  direction: rtl;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
  display: none; }
  .prod-popup.show {
    visibility: visible;
    opacity: 1; }
  .prod-popup.show {
    opacity: 1;
    visibility: visible; }
    .prod-popup.show .inner-wrapper {
      transform: scale(1) !important;
      -webkit-transform: scale(1) !important; }
  .prod-popup .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  .prod-popup .inner-wrapper {
    position: relative;
    width: 980px;
    height: 490px;
    background: #fdfcf8;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
    transform: scale(0.9) !important;
    -webkit-transform: scale(0.9) !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .prod-popup .inner-wrapper.small {
      height: auto;
      padding: 40px;
      width: 560px;
      text-align: center; }
      .prod-popup .inner-wrapper.small .buttons {
        position: relative;
        margin: 20px auto 0;
        display: flex;
        justify-content: center; }
        .prod-popup .inner-wrapper.small .buttons .button {
          height: auto;
          line-height: 2;
          font-weight: bold;
          margin: 0 6px;
          width: 120px;
          background: rgba(0, 0, 0, 0.07);
          background: #ef0d33;
          color: white;
          border-color: #ef0d33;
          font-size: 15px; }
          .prod-popup .inner-wrapper.small .buttons .button:hover {
            background: #ef0d33;
            color: white;
            border-color: #ef0d33; }
    .prod-popup .inner-wrapper .x-button {
      position: absolute;
      top: 0;
      right: 0;
      width: 34px;
      height: 34px;
      z-index: 99;
      cursor: pointer;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .prod-popup .inner-wrapper .x-button:hover {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg) q; }
      .prod-popup .inner-wrapper .x-button .line {
        position: absolute;
        width: 10px;
        height: 2px;
        left: 50%;
        margin-left: -5px;
        top: 50%;
        margin-top: -1px;
        background: #121212; }
        .prod-popup .inner-wrapper .x-button .line.one {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg) q; }
        .prod-popup .inner-wrapper .x-button .line.two {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg) q; }
    .prod-popup .inner-wrapper #product-content {
      position: relative;
      height: 100%;
      display: flex; }
    .prod-popup .inner-wrapper .image-wrapper {
      position: relative;
      width: 50%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .prod-popup .inner-wrapper .text-wrapper {
      position: relative;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 80px; }
      .prod-popup .inner-wrapper .text-wrapper .inner {
        position: relative;
        text-align: right;
        width: 100%; }
        .prod-popup .inner-wrapper .text-wrapper .inner h1 {
          font-size: 66px;
          line-height: 0.9;
          margin-bottom: 6px; }
        .prod-popup .inner-wrapper .text-wrapper .inner .price {
          margin-right: 2px;
          margin-top: -8px; }
        .prod-popup .inner-wrapper .text-wrapper .inner .cats {
          position: relative;
          margin-bottom: 10px;
          margin-right: 2px;
          display: flex; }
          .prod-popup .inner-wrapper .text-wrapper .inner .cats .cat {
            position: relative;
            font-size: 16px;
            font-weight: bold;
            color: #ef0d33;
            margin-left: 10px; }
        .prod-popup .inner-wrapper .text-wrapper .inner .divider {
          height: 1px;
          background: rgba(0, 0, 0, 0.15);
          margin: 20px 0 26px; }
        .prod-popup .inner-wrapper .text-wrapper .inner .add-to-wrapper {
          position: relative;
          margin-top: 20px; }
        .prod-popup .inner-wrapper .text-wrapper .inner .qty {
          position: relative;
          display: flex;
          align-items: center; }
          .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm {
            position: relative;
            width: 36px;
            height: 36px;
            background: rgba(0, 0, 0, 0.04);
            cursor: pointer;
            -webkit-transition: all 0.26s ease-out;
            transition: all 0.26s ease-out; }
            .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm:hover {
              background: rgba(0, 0, 0, 0.14);
              border-color: rgba(0, 0, 0, 0.14); }
            .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm.minus {
              border-top-right-radius: 30px;
              border-bottom-right-radius: 30px;
              margin-right: 20px;
              border-left: 1px solid rgba(0, 0, 0, 0.05); }
              .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm.minus .line {
                margin-left: -6px; }
            .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm.plus {
              border-top-left-radius: 30px;
              border-bottom-left-radius: 30px;
              border-right: 1px solid rgba(0, 0, 0, 0.05); }
              .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm.plus .line {
                margin-left: -1px; }
                .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm.plus .line.two {
                  -moz-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  -webkit-transform: rotate(90deg);
                  transform: rotate(90deg) q; }
            .prod-popup .inner-wrapper .text-wrapper .inner .qty .pm .line {
              position: absolute;
              width: 8px;
              height: 2px;
              left: 50%;
              margin-left: -4px;
              top: 50%;
              margin-top: -1px;
              background: #121212; }
          .prod-popup .inner-wrapper .text-wrapper .inner .qty input {
            margin: 0;
            width: 36px;
            height: 36px;
            text-align: center; }
        .prod-popup .inner-wrapper .text-wrapper .inner .button {
          height: 44px;
          line-height: 40px;
          font-weight: bold;
          background: #ef0d33;
          border-color: #ef0d33;
          color: white;
          width: 222px;
          margin-top: 14px; }

/***********/
.mini-bag {
  direction: rtl;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 560px;
  background: #fdfcf8;
  color: black;
  left: 0;
  z-index: 99999999;
  padding: 50px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .mini-bag.show {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .mini-bag .back-to {
    font-family: "almoni-tzar";
    font-size: 1.3rem;
    margin-bottom: 50px;
    position: relative; }
    .mini-bag .back-to i {
      margin-right: 6px; }
  .mini-bag .mini-bag-title {
    position: relative; }
    .mini-bag .mini-bag-title span {
      position: absolute;
      font-size: 16px;
      left: 0;
      bottom: 10px;
      font-family: "NarkisBlockMF";
      font-size: 16px;
      color: #ef0d33;
      font-weight: bold; }
  .mini-bag #mini-bag-content {
    height: 100%;
    position: relative; }
  .mini-bag .woocommerce-mini-cart.cart_list {
    position: relative;
    height: calc(100vh - 270px);
    overflow: auto;
    padding: 8px;
    width: calc(100% + 16px);
    margin: 14px -8px 0; }
    .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      font-family: "NarkisBlockMF";
      margin-bottom: 30px;
      min-height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .remove {
        position: absolute;
        right: -7px;
        top: -7px;
        background: #ef0d33;
        color: white;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        text-align: center;
        line-height: 12px;
        z-index: 2;
        cursor: pointer;
        font-size: 12px; }
      .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item img {
        width: 60px;
        height: 60px; }
      .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .quantity {
        font-family: "NarkisBlockMF";
        font-weight: normal;
        font-size: 15px;
        display: block;
        margin-top: 4px; }
      .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data {
        position: relative;
        width: calc(100% - 80px); }
        .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row {
          display: flex;
          justify-content: space-between;
          font-weight: normal;
          font-size: 15px; }
          .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row.first {
            font-weight: bold;
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            padding-bottom: 6px;
            margin-bottom: 6px;
            margin-top: -4px; }
          .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part {
            position: relative;
            width: 64px;
            margin-right: 24px; }
            .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part.wide {
              width: calc(100% - 240px);
              margin-right: 0; }
            .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part.last {
              width: 40px; }
            .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part .qty-minus {
              cursor: pointer;
              margin-left: 2px;
              -webkit-transition: all 0.26s ease-out;
              transition: all 0.26s ease-out; }
              .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part .qty-minus:hover {
                color: #ef0d33; }
            .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part .qty-plus {
              cursor: pointer;
              margin-right: 2px;
              -webkit-transition: all 0.26s ease-out;
              transition: all 0.26s ease-out; }
              .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part .qty-plus:hover {
                color: #ef0d33; }
  .mini-bag .woocommerce-mini-cart__total {
    left: 0;
    bottom: 64px;
    position: absolute;
    width: 100%; }
    .mini-bag .woocommerce-mini-cart__total .woocommerce-Price-amount {
      position: absolute;
      left: 0;
      top: 0; }
  .mini-bag .goto-checkout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ef0d33;
    color: white;
    border-color: #ef0d33;
    font-weight: bold; }
  .mini-bag .center-it {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .mini-bag .center-it .image,
    .mini-bag .center-it .overlay {
      top: -30px;
      left: -30px;
      width: calc(100% + 60px);
      height: calc(100% + 60px); }
  .mini-bag .empty-cart-message {
    position: relative;
    color: white; }
    .mini-bag .empty-cart-message h4 {
      font-weight: 400; }
    .mini-bag .empty-cart-message .button {
      margin: 14px auto 0; }

/***********/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 16px 32px;
  display: inline-block;
  margin: 0 0 30px;
  background-color: transparent;
  color: #121212;
  border: 1px solid #121212;
  font-size: 16px;
  text-align: center; }

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none; }

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  display: none; }

.woocommerce ul#shipping_method li label {
  width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.woocommerce ul#shipping_method li {
  line-height: 1.2 !important;
  display: flex !important; }

.woocommerce ul#shipping_method li input {
  float: right !important;
  margin: 0 0 0 10px !important;
  height: 14px !important;
  width: 14px !important; }

#billing_branch_field .select2-container.select2-container--disabled .select2-selection--single {
  border: 1px solid black !important; }
#billing_branch_field .select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  display: none !important; }

/***********/
.stock-search-prod-wrapper {
  position: relative;
  margin: 24px auto 0;
  max-width: 480px; }
  .stock-search-prod-wrapper i {
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 15px; }
    .stock-search-prod-wrapper i.fa-times-circle {
      color: #ef0d33;
      bottom: 14px;
      left: 0;
      right: auto;
      font-size: 14px;
      cursor: pointer;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out;
      visibility: hidden;
      opacity: 0; }
      .stock-search-prod-wrapper i.fa-times-circle.show {
        visibility: visible;
        opacity: 1; }
      .stock-search-prod-wrapper i.fa-times-circle.show {
        opacity: 1;
        visibility: visible; }
  .stock-search-prod-wrapper input {
    border-bottom: 1px solid;
    background: transparent;
    padding: 0 26px 0 0;
    margin: 0; }

.stock-table {
  position: relative;
  margin: 60px auto 0;
  max-width: 760px; }
  .stock-table .prod {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    font-size: 16px; }
    .stock-table .prod.table-header {
      font-weight: bold; }
      .stock-table .prod.table-header .image-wrapper {
        height: auto;
        border: 0; }
    .stock-table .prod .image-wrapper {
      position: relative;
      width: 80px;
      height: 80px;
      margin-left: 30px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .stock-table .prod .title {
      width: calc(100% - 520px);
      margin-left: 30px;
      font-weight: bold; }
    .stock-table .prod .price {
      width: 80px;
      margin-left: 30px; }
    .stock-table .prod .stock {
      width: 120px;
      margin-left: 30px; }
      .stock-table .prod .stock input {
        height: 34px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0; }
    .stock-table .prod .button {
      font-size: 15px;
      background: #ef0d33;
      font-weight: bold;
      height: 34px;
      line-height: 34px;
      color: white;
      border: 0;
      width: 120px; }

/***********/
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .loader-wrapper.show {
    visibility: visible;
    opacity: 1; }
  .loader-wrapper.show {
    opacity: 1;
    visibility: visible; }
  .loader-wrapper.in-dashboard.minified .inner-wrapper {
    left: 70px;
    width: calc(100% - 70px); }
  .loader-wrapper.in-dashboard .inner-wrapper {
    left: 240px;
    width: calc(100% - 240px); }
  .loader-wrapper .inner-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .loader-wrapper .lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px; }
  .loader-wrapper .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 6px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent; }
  .loader-wrapper .lds-ring div:nth-child(1) {
    animation-delay: -0.45s; }
  .loader-wrapper .lds-ring div:nth-child(2) {
    animation-delay: -0.3s; }
  .loader-wrapper .lds-ring div:nth-child(3) {
    animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.checkout-headline {
  font-size: 72px;
  text-align: center;
  margin-bottom: 50px; }

.checkout-wrapper {
  position: relative;
  padding: 100px 50px; }
  .checkout-wrapper .inner-wrapper {
    position: relative;
    max-width: 1040px;
    margin: auto; }
  .checkout-wrapper h5 {
    font-weight: 400; }
  .checkout-wrapper .woocommerce-error {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #ef0d33;
    line-height: 1.3;
    width: calc(50% - 50px);
    text-align: right; }
    .checkout-wrapper .woocommerce-error:before {
      display: none; }
  .checkout-wrapper .woocommerce {
    position: relative;
    margin: auto;
    padding: 30px 0 0; }
    .checkout-wrapper .woocommerce strong {
      font-weight: 400; }
    .checkout-wrapper .woocommerce .woocommerce-info {
      border: 0 !important;
      background: transparent !important;
      padding: 0 !important;
      font-size: 14px !important;
      color: black !important;
      margin-bottom: 0 !important; }
      .checkout-wrapper .woocommerce .woocommerce-info:before {
        display: none; }
      .checkout-wrapper .woocommerce .woocommerce-info a {
        text-decoration: underline;
        display: inline-block;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
    .checkout-wrapper .woocommerce h4.special {
      font-size: 30px !important;
      font-weight: bold !important;
      text-transform: none !important; }
    .checkout-wrapper .woocommerce form.woocommerce-checkout {
      margin-top: 30px; }
    .checkout-wrapper .woocommerce form .woocommerce-billing-fields {
      position: relative; }
      .checkout-wrapper .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        width: calc(100% + 10px);
        margin: 0 -5px; }
    .checkout-wrapper .woocommerce form .checkout-left-col {
      position: relative;
      width: calc(50% - 40px);
      float: right;
      padding-top: 40px; }
    .checkout-wrapper .woocommerce form .checkout-right-col {
      width: calc(50% - 40px);
      float: left;
      background: white;
      color: black;
      padding: 40px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    .checkout-wrapper .woocommerce form .form-row {
      position: relative;
      padding: 0 !important;
      margin: 25px 0 0 !important; }
      .checkout-wrapper .woocommerce form .form-row.special-m {
        margin: 10px 0 0 !important; }
      .checkout-wrapper .woocommerce form .form-row.place-order {
        margin-top: 0 !important; }
      .checkout-wrapper .woocommerce form .form-row.create-account label .input-checkbox {
        transform: translateY(-2px) !important;
        margin-right: 6px !important; }
      .checkout-wrapper .woocommerce form .form-row .input-text {
        border: 1px solid black !important;
        background: transparent !important;
        border-radius: 0 !important;
        color: black !important;
        font-size: 15px !important;
        height: 40px !important;
        padding: 0 15px !important; }
        .checkout-wrapper .woocommerce form .form-row .input-text:focus {
          border-color: black !important; }
      .checkout-wrapper .woocommerce form .form-row textarea.input-text {
        height: 120px !important;
        padding: 10px 15px !important;
        resize: none !important; }
        .checkout-wrapper .woocommerce form .form-row textarea.input-text:focus {
          border-color: black !important; }
      .checkout-wrapper .woocommerce form .form-row .input-checkbox {
        width: 20px !important;
        margin: 0 !important; }
      .checkout-wrapper .woocommerce form .form-row .required {
        color: black !important;
        font-weight: 400 !important;
        text-decoration: none !important; }
      .checkout-wrapper .woocommerce form .form-row input.button {
        width: 100%;
        background: black !important;
        font-family: "NarkisBlockMF" !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: white !important;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
        .checkout-wrapper .woocommerce form .form-row input.button[name="login"] {
          margin-bottom: 20px !important; }
      .checkout-wrapper .woocommerce form .form-row button {
        background: black !important;
        font-family: "NarkisBlockMF" !important;
        font-size: 17px !important;
        font-weight: bold !important;
        color: white !important;
        width: 100% !important;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
      .checkout-wrapper .woocommerce form .form-row label {
        line-height: 1 !important;
        font-size: 15px !important;
        margin-bottom: 15px !important;
        font-weight: 400 !important;
        font-family: "NarkisBlockMF" !important; }
        .checkout-wrapper .woocommerce form .form-row label[for="rememberme"] {
          margin-top: 20px !important; }
          .checkout-wrapper .woocommerce form .form-row label[for="rememberme"] input {
            width: 14px !important;
            height: 14px !important; }
    .checkout-wrapper .woocommerce form .select2.select2-container.select2-container--default {
      height: 40px !important; }
    .checkout-wrapper .woocommerce .woocommerce-checkout-review-order {
      margin-top: 10px !important; }
    .checkout-wrapper .woocommerce table.shop_table {
      border: 0 !important;
      margin: 20px 0 0 !important;
      border-radius: 0 !important; }
      .checkout-wrapper .woocommerce table.shop_table th {
        font-weight: bold !important;
        font-size: 16px !important;
        padding: 15px 0 !important; }
        .checkout-wrapper .woocommerce table.shop_table th.product-name {
          width: 50% !important;
          display: none !important; }
        .checkout-wrapper .woocommerce table.shop_table th.product-total {
          text-align: right !important;
          display: none !important; }
      .checkout-wrapper .woocommerce table.shop_table td {
        border-top: 0 !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 15px 0 !important;
        position: relative !important; }
        .checkout-wrapper .woocommerce table.shop_table td.product-name {
          height: 80px !important;
          width: 50% !important;
          font-size: 16px !important;
          font-weight: 400 !important;
          padding: 15px 56px 15px 20px !important;
          line-height: 1.2; }
          .checkout-wrapper .woocommerce table.shop_table td.product-name .variation {
            margin-top: 10px !important; }
            .checkout-wrapper .woocommerce table.shop_table td.product-name .variation .variation-Size {
              font-weight: 400 !important;
              font-size: 16px !important;
              padding: 0 !important;
              margin: 0 !important; }
              .checkout-wrapper .woocommerce table.shop_table td.product-name .variation .variation-Size p {
                font-size: 16px !important;
                line-height: 1 !important;
                margin-left: 10px !important; }
          .checkout-wrapper .woocommerce table.shop_table td.product-name img {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -20px;
            width: 40px;
            height: auto;
            display: block; }
        .checkout-wrapper .woocommerce table.shop_table td.product-total {
          text-align: right !important;
          vertical-align: middle !important; }
      .checkout-wrapper .woocommerce table.shop_table tfoot th {
        border-top: 1px solid black !important; }
      .checkout-wrapper .woocommerce table.shop_table tfoot td {
        text-align: right !important;
        font-weight: 400 !important;
        border-top: 1px solid black !important; }
    .checkout-wrapper .woocommerce .woocommerce-checkout-payment {
      margin-top: 20px !important;
      background: transparent !important;
      border-radius: 0 !important;
      padding: 0 !important; }
      .checkout-wrapper .woocommerce .woocommerce-checkout-payment .wc_payment_methods {
        margin-top: 0 !important;
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        border: 0 !important; }
        .checkout-wrapper .woocommerce .woocommerce-checkout-payment .wc_payment_methods label img {
          height: 20px !important;
          width: auto !important; }
        .checkout-wrapper .woocommerce .woocommerce-checkout-payment .wc_payment_methods .about_paypal {
          display: none !important; }

#billing_first_name_field,
#shipping_first_name_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important; }

#billing_last_name_field,
#shipping_last_name_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important; }

#billing_address_1_field,
#shipping_address_1_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important; }

#billing_address_2_field,
#shipping_address_2_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important; }

#billing_branch_field,
#shipping_branch_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important; }

#billing_city_field,
#shipping_city_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important; }

#billing_state_field,
#shipping_state_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important;
  transform: translateY(-2px) !important; }

#billing_postcode_field,
#shipping_postcode_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(100% - 10px) !important; }

#billing_phone_field,
#shipping_phone_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important;
  transform: translateY(-2px) !important; }

#billing_email_field,
#shipping_email_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important;
  transform: translateY(-2px) !important; }

#billing_country_field {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(100% - 10px) !important; }

#billing_flooor_field,
#billing_apt_field {
  display: inline-block;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important;
  transform: translateY(-2px) !important; }

#ship-to-different-address {
  line-height: 1 !important;
  font-size: 15px !important;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
  font-family: "NarkisBlockMF"; }
  #ship-to-different-address label {
    text-transform: none !important;
    font-size: 13px !important; }

.with-ssl-icon {
  position: relative;
  margin-bottom: 20px; }
  .with-ssl-icon img {
    position: absolute;
    right: 0;
    top: -10px;
    height: 50px; }

#ship-to-different-address #ship-to-different-address-checkbox {
  margin-left: 6px !important; }

.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
  top: 1px !important; }

#stripe-payment-data p {
  position: absolute !important;
  right: 0 !important;
  top: -38px !important;
  font-size: 14px !important;
  font-weight: 400 !important; }

.wc-stripe-elements-field {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 15px !important;
  padding-top: 10px !important;
  font-family: "NarkisBlockMF" !important; }

.stripe-source-errors {
  margin-top: 20px !important; }

.input-checkbox {
  width: 20px !important;
  height: 15px !important;
  margin: 0 !important; }

input[type="radio"] {
  width: 20px !important;
  height: 15px !important;
  margin: 0 10px 0 0 !important; }
input[type="checkbox"] {
  width: 20px !important;
  height: 15px !important;
  margin: 0 !important; }

.payment_box.payment_method_tranzila {
  display: block !important; }
  .payment_box.payment_method_tranzila p {
    font-size: 1.2em !important;
    margin-top: -10px !important;
    padding-left: 35px !important; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100% !important;
  float: none !important; }

.woocommerce form.login {
  border: 0 !important;
  padding: 0 !important;
  margin: 30px 0 0 !important;
  width: calc(50% - 50px); }

.woocommerce form .form-row.woocommerce-invalid label {
  color: black !important; }

.woocommerce-shipping-fields {
  margin-top: 20px; }

.woocommerce ul#shipping_method .amount {
  font-weight: 400; }

.woocommerce ul#shipping_method li {
  /* padding: 0;
	margin-top: 15px; */
  padding: 0 !important;
  margin: 0 !important;
  float: right !important; }

.woocommerce ul#shipping_method li label {
  text-align: right;
  width: calc(100% - 30px);
  display: block;
  padding-left: 20px;
  margin-left: 30px; }

.woocommerce ul#shipping_method .amount {
  float: right;
  text-align: right; }

.woocommerce ul#shipping_method li input {
  float: left; }

.checkout .woocommerce table.shop_table tfoot td p {
  font-size: 17px;
  text-align: left !important; }

button {
  border-radius: 0 !important; }

.button {
  border-radius: 0 !important; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  font-size: 10px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: black !important; }

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none !important; }

.payment_box.payment_method_tranzila p {
  padding-left: 0 !important;
  font-size: 1.4rem !important;
  margin-top: 10px !important; }

/* .woocommerce-checkout #payment div.payment_box {
	margin: 0 !important;
    width: calc( 100% - 35px );
    float: right;
	text-align: left;
	display: block !important;
} */
#place_order {
  margin-top: 20px;
  background: #ef0d33 !important;
  color: white !important; }
  #place_order:hover {
    background: #bf0a29; }
  #place_order:before {
    display: none; }

strong.product-quantity {
  font-family: "NarkisBlockMF";
  font-size: 16px; }

.woocommerce-terms-and-conditions-link {
  border-bottom: 1px solid; }

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  margin: 0 !important; }

.woocommerce-privacy-policy-text {
  display: none; }

/***********/
.checkout-wrapper .woocommerce .woocommerce-checkout-review-order {
  margin: 0 0 5px !important;
  width: 100%; }

.woocommerce ul#shipping_method li {
  margin: 0 0 5px !important;
  width: 100%; }

/*************/
.reg-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 8888;
  overflow: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .reg-popup-wrapper.show {
    opacity: 1;
    visibility: visible; }
  .reg-popup-wrapper .close-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .reg-popup-wrapper .center-wrapper .center {
    padding: 50px 0; }
  .reg-popup-wrapper .inner {
    position: relative;
    background: white;
    padding: 45px;
    max-width: 404px;
    margin: auto; }
    .reg-popup-wrapper .inner.small {
      position: absolute;
      width: 340px;
      height: 380px;
      left: 50%;
      margin-left: -170px;
      top: 50%;
      margin-top: -190px; }
      .reg-popup-wrapper .inner.small .center-wrapper form {
        width: 250px; }
        .reg-popup-wrapper .inner.small .center-wrapper form .form-spinner {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 220px;
          -webkit-transition: all 0.26s ease-out;
          transition: all 0.26s ease-out; }
          .reg-popup-wrapper .inner.small .center-wrapper form .form-spinner.show {
            opacity: 1;
            visibility: visible; }
        .reg-popup-wrapper .inner.small .center-wrapper form .form-row {
          position: relative; }
        .reg-popup-wrapper .inner.small .center-wrapper form .spk-error {
          display: none;
          background: #ef0d33;
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: 10px;
          left: 0; }
        .reg-popup-wrapper .inner.small .center-wrapper form .status {
          margin-top: 15px;
          color: #ef0d33;
          display: none; }
          .reg-popup-wrapper .inner.small .center-wrapper form .status.active {
            display: block; }
      .reg-popup-wrapper .inner.small .lil-x {
        top: 15px;
        right: 15px; }
        .reg-popup-wrapper .inner.small .lil-x .line {
          background: black;
          width: 10px; }
    .reg-popup-wrapper .inner.wide {
      max-width: 600px; }
      .reg-popup-wrapper .inner.wide.with-image {
        max-width: 500px !important;
        padding: 0 !important; }
        .reg-popup-wrapper .inner.wide.with-image img {
          display: block;
          width: 100%;
          height: auto; }
        .reg-popup-wrapper .inner.wide.with-image .lil-x {
          top: 10px;
          right: 10px; }
    .reg-popup-wrapper .inner.guide {
      max-width: 1340px;
      border: 3px solid #ef0d33; }
      .reg-popup-wrapper .inner.guide .guide-table {
        position: relative;
        font-size: 13px;
        margin-top: 30px; }
        .reg-popup-wrapper .inner.guide .guide-table .row {
          position: relative;
          height: 40px;
          line-height: 40px;
          vertical-align: middle;
          margin-top: 4px; }
          .reg-popup-wrapper .inner.guide .guide-table .row.first {
            font-weight: 600; }
          .reg-popup-wrapper .inner.guide .guide-table .row.last {
            border-bottom: 0; }
          .reg-popup-wrapper .inner.guide .guide-table .row .cell {
            position: relative;
            float: left;
            width: calc((100% - 140px) / 9);
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            text-align: center; }
            .reg-popup-wrapper .inner.guide .guide-table .row .cell.last {
              border-right: 0; }
            .reg-popup-wrapper .inner.guide .guide-table .row .cell.wide {
              width: 140px;
              text-align: left;
              font-weight: 600; }
            .reg-popup-wrapper .inner.guide .guide-table .row .cell span {
              display: none; }
      .reg-popup-wrapper .inner.guide .note {
        position: absolute;
        top: 460px;
        right: 45px;
        width: 420px;
        background: #e9e9e9;
        padding: 30px; }
    .reg-popup-wrapper .inner.block-message {
      max-width: 730px;
      min-height: 200px;
      padding-left: 240px;
      padding-top: 55px; }
      .reg-popup-wrapper .inner.block-message img {
        position: absolute;
        width: 200px;
        top: 0;
        left: 40px; }
    .reg-popup-wrapper .inner .lil-x {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .reg-popup-wrapper .inner .lil-x:hover .line.one {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      .reg-popup-wrapper .inner .lil-x:hover .line.two {
        transform: rotate(0);
        -webkit-transform: rotate(0); }
      .reg-popup-wrapper .inner .lil-x .line {
        height: 3px;
        width: 16px;
        top: 50%;
        margin-top: -1px;
        right: 50%;
        margin-right: -8px;
        background: #12121e;
        position: absolute;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out; }
        .reg-popup-wrapper .inner .lil-x .line.one {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        .reg-popup-wrapper .inner .lil-x .line.two {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
    .reg-popup-wrapper .inner a {
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out;
      display: inline-block; }
      .reg-popup-wrapper .inner a:hover {
        color: #ef0d33; }
    .reg-popup-wrapper .inner h4 {
      font-size: 2.4em; }
    .reg-popup-wrapper .inner .center-wrapper {
      width: 340px;
      left: 50%;
      margin-left: -170px;
      text-align: center; }
      .reg-popup-wrapper .inner .center-wrapper .logo {
        display: block;
        width: 240px;
        margin: auto; }
      .reg-popup-wrapper .inner .center-wrapper a {
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out;
        display: inline-block; }
        .reg-popup-wrapper .inner .center-wrapper a:hover {
          color: #ef0d33; }
      .reg-popup-wrapper .inner .center-wrapper form {
        width: 240px;
        position: relative;
        margin-left: auto;
        margin-right: auto; }
        .reg-popup-wrapper .inner .center-wrapper form.contact input {
          border-color: black;
          color: black;
          padding-left: 10px;
          outline: 0; }
        .reg-popup-wrapper .inner .center-wrapper form.contact button {
          background: black;
          color: white; }
          .reg-popup-wrapper .inner .center-wrapper form.contact button:hover {
            background: #ef0d33; }
        .reg-popup-wrapper .inner .center-wrapper form button {
          width: 100%; }
          .reg-popup-wrapper .inner .center-wrapper form button:hover {
            background: #ef0d33; }
    .reg-popup-wrapper .inner form .form-spinner {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 220px;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .reg-popup-wrapper .inner form .form-spinner.show {
        opacity: 1;
        visibility: visible; }
    .reg-popup-wrapper .inner form .form-row {
      position: relative; }
    .reg-popup-wrapper .inner form .spk-error {
      display: none;
      background: #ef0d33;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: 10px;
      left: 0; }
    .reg-popup-wrapper .inner form .status {
      margin-top: 15px;
      color: #ef0d33;
      display: none; }
      .reg-popup-wrapper .inner form .status.active {
        display: block; }
    .reg-popup-wrapper .inner form input.black {
      border-color: black;
      color: black; }
    .reg-popup-wrapper .inner form .submit-button {
      width: 100%; }
      .reg-popup-wrapper .inner form .submit-button.black {
        background: black;
        color: white;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out; }
        .reg-popup-wrapper .inner form .submit-button.black:hover {
          background: #ef0d33; }
    .reg-popup-wrapper .inner .logo {
      display: block;
      width: 100%;
      height: auto;
      margin: auto; }
  .reg-popup-wrapper .woocommerce-error {
    margin-bottom: 0 !important;
    margin-top: 10px !important; }
  .reg-popup-wrapper .woocommerce-message {
    display: none !important; }

.woocommerce-message {
  display: none !important; }

.coupon-box span {
  cursor: pointer; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0; }

.woocommerce form.checkout_coupon {
  position: relative; }
  .woocommerce form.checkout_coupon .form-row.special-m {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50% !important; }

.thanks-wrapper {
  position: relative;
  height: 100vh; }
  .thanks-wrapper .center-wrapper .center {
    padding: 20px; }
  .thanks-wrapper .center-wrapper .inner-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto; }
    .thanks-wrapper .center-wrapper .inner-wrapper .image-wrapper {
      position: relative;
      float: left;
      width: calc(100% - 670px); }
      .thanks-wrapper .center-wrapper .inner-wrapper .image-wrapper .the-image {
        position: relative;
        padding-bottom: 100%; }
    .thanks-wrapper .center-wrapper .inner-wrapper .text-wrapper {
      position: relative;
      float: right;
      width: 610px;
      padding-top: 30px; }
      .thanks-wrapper .center-wrapper .inner-wrapper .text-wrapper .woocommerce ul.order_details {
        margin: 0 0 40px; }
      .thanks-wrapper .center-wrapper .inner-wrapper .text-wrapper a {
        border-bottom: 1px solid; }
      .thanks-wrapper .center-wrapper .inner-wrapper .text-wrapper .open-popup {
        border-bottom: 1px solid; }

.woocommerce ul.order_details li {
  margin-right: 20px; }

.woocommerce table.my_account_orders {
  font-size: 1.4rem; }

.woocommerce-MyAccount-content table.shop_table {
  border: 0;
  margin: 0;
  border-radius: 0;
  font-size: 1.4rem; }
.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 30px; }
  .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 2.8rem;
    margin-bottom: 20px; }
  .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
    font-size: 1.4rem; }

.account-wrapper .inner-wrapper .woocommerce-MyAccount-content {
  margin: 50px auto 0; }
  .account-wrapper .inner-wrapper .woocommerce-MyAccount-content fieldset {
    margin-top: 30px; }
    .account-wrapper .inner-wrapper .woocommerce-MyAccount-content fieldset legend {
      font-size: 2.4rem;
      font-family: "NarkisBlockMF"; }
  .account-wrapper .inner-wrapper .woocommerce-MyAccount-content .without-yellow {
    margin-top: 20px; }

.woocommerce-button.button.view {
  background: black;
  color: white;
  line-height: 22px;
  font-weight: 400;
  font-size: 1.6rem; }
  .woocommerce-button.button.view:before {
    display: none; }
  .woocommerce-button.button.view:hover {
    background: black !important;
    color: white !important; }

.button.print {
  background: black !important;
  color: white !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important; }
  .button.print:before {
    display: none; }
  .button.print:hover {
    background: black !important;
    color: white !important; }

.woocommerce-column__title {
  font-size: 2.8rem !important; }

.woocommerce-customer-details address {
  padding: 20px !important;
  font-size: 1.4rem;
  line-height: 1.7;
  /* border: 0 !important; */
  border-radius: 0 !important;
  border-color: black !important;
  margin-top: 20px; }

address {
  padding: 20px !important;
  font-size: 1.4rem;
  line-height: 1.7;
  /* border: 0 !important; */
  border-radius: 0 !important;
  border-color: black !important;
  margin-top: 20px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
.woocommerce-customer-details
.woocommerce-customer-details--phone {
  font-size: 1.4rem; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400; }

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 20px 10px; }

.pay-wrapper {
  position: relative;
  padding: 75px 50px; }
  .pay-wrapper .inner-wrapper {
    position: relative;
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 40px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
    .pay-wrapper .inner-wrapper .woocommerce ul.order_details {
      font-size: 1.4rem;
      display: none; }
    .pay-wrapper .inner-wrapper p {
      font-family: "NarkisBlockMF";
      font-size: 2.4rem;
      text-align: center; }
    .pay-wrapper .inner-wrapper .button.cancel {
      display: none; }
    .pay-wrapper .inner-wrapper form {
      position: relative; }
    .pay-wrapper .inner-wrapper iframe {
      display: block;
      margin: 20px auto 0; }

.account-wrapper {
  position: relative;
  padding: 125px 50px; }
  .account-wrapper .inner-wrapper {
    position: relative;
    max-width: 840px;
    margin: auto; }
    .account-wrapper .inner-wrapper .woocommerce-MyAccount-navigation {
      position: relative;
      font-size: 1.6rem;
      font-family: "NarkisBlockMF"; }
      .account-wrapper .inner-wrapper .woocommerce-MyAccount-navigation ul {
        position: relative;
        text-align: center; }
        .account-wrapper .inner-wrapper .woocommerce-MyAccount-navigation ul li {
          display: inline-block;
          margin: 0 15px;
          padding-bottom: 5px;
          border-bottom: 2px solid transparent;
          -webkit-transition: all 0.26s ease-out;
          transition: all 0.26s ease-out; }
          .account-wrapper .inner-wrapper .woocommerce-MyAccount-navigation ul li:hover {
            border-color: black; }
          .account-wrapper .inner-wrapper .woocommerce-MyAccount-navigation ul li.is-active {
            border-color: black; }
          .account-wrapper .inner-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
            display: none; }
    .account-wrapper .inner-wrapper .woocommerce-MyAccount-content {
      margin-top: 50px;
      position: relative; }
  .account-wrapper .woocommerce-error {
    margin: 0 auto;
    width: 100%;
    max-width: 440px; }

.account-wrapper .woocommerce form.login {
  width: 100%; }
.account-wrapper .form-row {
  position: relative;
  padding: 0 !important;
  margin: 15px 0 0 !important; }
  .account-wrapper .form-row.special-m {
    margin: 10px 0 0 !important; }
  .account-wrapper .form-row.place-order {
    margin-top: 20px !important; }
  .account-wrapper .form-row.create-account label .input-checkbox {
    transform: translateY(-2px) !important;
    margin-right: 6px !important; }
  .account-wrapper .form-row .input-text {
    border: 1px solid black !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: black !important;
    font-size: 15px !important;
    height: 40px !important;
    padding: 0 15px !important; }
    .account-wrapper .form-row .input-text:focus {
      border-color: black !important; }
  .account-wrapper .form-row textarea.input-text {
    height: 120px !important;
    padding: 10px 15px !important;
    resize: none !important; }
    .account-wrapper .form-row textarea.input-text:focus {
      border-color: black !important; }
  .account-wrapper .form-row .input-checkbox {
    width: 20px !important;
    margin: 0 !important; }
  .account-wrapper .form-row .required {
    color: black !important;
    font-weight: 400 !important;
    text-decoration: none !important; }
  .account-wrapper .form-row input.button {
    width: 100%;
    background: black !important;
    font-family: "NarkisBlockMF" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: white !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .account-wrapper .form-row input.button[name="login"] {
      margin-bottom: 20px !important; }
  .account-wrapper .form-row button {
    background: transparent !important;
    font-family: "NarkisBlockMF" !important;
    font-size: 17px !important;
    font-weight: bold !important;
    color: white !important;
    width: 100% !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .account-wrapper .form-row label {
    line-height: 1 !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important; }
    .account-wrapper .form-row label[for="rememberme"] {
      margin-top: 20px !important; }
      .account-wrapper .form-row label[for="rememberme"] input {
        width: 14px !important;
        height: 14px !important; }
.account-wrapper .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin-top: 30px;
  display: block; }
.account-wrapper .account-login-wrapper {
  position: relative;
  max-width: 440px;
  margin: auto;
  padding-top: 50px; }
  .account-wrapper .account-login-wrapper a {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .account-wrapper .account-login-wrapper a:hover {
      border-color: black; }
.account-wrapper .lost_reset_password {
  position: relative;
  max-width: 440px;
  margin: auto;
  padding-top: 50px; }
  .account-wrapper .lost_reset_password h3 {
    margin-bottom: 30px; }
  .account-wrapper .lost_reset_password button.button {
    background: black !important; }
    .account-wrapper .lost_reset_password button.button:after {
      display: none; }
    .account-wrapper .lost_reset_password button.button:before {
      display: none; }

.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-bottom: 50px; }
  .woocommerce-MyAccount-content .woocommerce-order-details .order-again {
    display: none !important; }

.woocommerce-additional-fields h3 {
  display: none; }

/*********/
.payment_total_button {
  width: 100% !important;
  height: 40px !important;
  border: 1px solid !important;
  margin: 20px auto !important; }
  .payment_total_button #submitbtn {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: black !important;
    color: white !important;
    font-size: 16px !important; }

/************/
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  font-size: 20px;
  margin-top: 20px; }

.content.of-thanks .woocommerce-order-details {
  display: none; }
.content.of-thanks .woocommerce-customer-details {
  display: none; }
.content.of-thanks p {
  display: none; }
  .content.of-thanks p.woocommerce-thankyou-order-received {
    display: block;
    font-size: 28px;
    font-weight: bold; }
.content.of-thanks .button {
  background: #fdfcf8;
  border-color: #fdfcf8;
  color: #121212;
  font-weight: bold; }
  .content.of-thanks .button:before {
    color: #121212; }
  .content.of-thanks .button:hover {
    color: #121212; }

.select2-container {
  cursor: pointer; }
  .select2-container .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
    padding-right: 15px;
    font-family: "NarkisBlockMF";
    font-size: 16px;
    cursor: pointer; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 40px;
      color: black; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 40px;
      width: 30px; }

.select2-container--default .select2-selection--single {
  height: 40px !important;
  border-radius: 0 !important;
  outline: 0 !important; }

.select2-container.select2-container--disabled .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.35) !important; }
.select2-container .select2-selection--single {
  border: 1px solid black !important; }

#billing_city_field.select2-disabled .select2-container.select2-container--disabled .select2-selection--single {
  border: 1px solid black !important; }
#billing_city_field.select2-disabled .select2-container .select2-selection--single {
  border: 1px solid black !important; }
#billing_city_field.select2-disabled .select2-container .select2-selection--single .select2-selection__arrow {
  display: none !important; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: black !important;
  line-height: 40px !important;
  padding-left: 15px !important; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: black transparent transparent !important;
  margin-left: -10px !important;
  margin-top: 5px !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 34px !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  outline: 0 !important;
  color: black !important;
  padding-left: 15px !important; }

.select2-dropdown {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important; }

.select2-search--dropdown {
  padding: 10px 15px 0 !important; }

.select2-search--dropdown .select2-search__field {
  padding: 0 !important; }

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: black !important; }

.select2-results__option {
  padding: 12px 15px !important;
  font-size: 15px !important; }

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-bottom-color: black !important; }

.woocommerce form .form-row .select2-container {
  width: 100% !important; }

.select2-dropdown {
  background: #fdfcf8; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-top: 0; }

.select2-results__option {
  color: black;
  font-size: 16px;
  font-family: "NarkisBlockMF";
  padding: 10px; }

.select2-container--default.select2-container--disabled
.select2-selection--single {
  background: transparent;
  margin: 0; }

.select2-container .select2-selection--single {
  margin: 0; }

.select2-search--dropdown {
  padding: 0 !important; }

.select2-search--dropdown .select2-search__field {
  padding: 2px 10px;
  width: calc(100% - 12px);
  margin: auto;
  display: block;
  font-size: 16px;
  font-family: "NarkisBlockMF";
  color: black; }

.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default
.select2-results__option--highlighted[data-selected] {
  background-color: #eee;
  color: black; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  margin-left: 0 !important;
  margin-top: -2px !important; }

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #eee !important; }

.select2-search--dropdown .select2-search__field {
  width: 100%; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0 15px !important; }

.login-form-wrapper {
  position: relative;
  padding: 180px 20px 0;
  max-width: 440px;
  margin: auto; }
  .login-form-wrapper h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px; }
  .login-form-wrapper input.error {
    border: 1px solid #ef0d33; }

#login-status {
  margin-top: 20px;
  text-align: center; }
  #login-status.c-red {
    color: #ef0d33; }
  #login-status.c-green {
    color: green; }

/*******************/
body {
  font-family: "NarkisBlockMF";
  font-size: 10px;
  color: #121212;
  background: #fdfcf8;
  font-weight: normal !important;
  font-style: normal !important; }

h1 {
  font-family: "almoni-tzar";
  font-size: 12em;
  font-weight: 300; }
  h1.small {
    font-size: 8em; }

h2 {
  font-family: "almoni-tzar";
  font-size: 7em;
  font-weight: 300; }
  h2.bigger {
    font-size: 14em; }

h3 {
  font-size: 5.4em;
  font-family: "almoni-tzar";
  font-weight: 300; }

h4 {
  font-family: "almoni-tzar";
  font-size: 3.6em;
  font-weight: 300;
  line-height: 1; }

h5 {
  font-family: "almoni-tzar";
  font-size: 2.8em;
  line-height: 1.1;
  font-weight: 300; }
  h5.quote {
    font-size: 2.4em; }
  h5.reg {
    font-weight: 400; }

p {
  font-size: 1.6em;
  line-height: 1.4; }
  p.small {
    font-size: 15px; }

strong {
  font-weight: 600; }

.en {
  font-family: "arial" !important; }

/***********/
.container {
  direction: rtl; }

.top-strip {
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: transparent;
  z-index: 9999999999999;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .top-strip.up {
    height: 70px;
    background: white; }
    .top-strip.up .logo img.l-white {
      opacity: 0;
      visibility: hidden; }
    .top-strip.up .logo img.l-brown {
      opacity: 1;
      visibility: visible; }
    .top-strip.up .menu-button-wrapper .inner-circle {
      background: #f8f8f8; }
  .top-strip .logo {
    position: absolute;
    z-index: 99999;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    height: 40px; }
    .top-strip .logo img {
      position: absolute;
      display: block;
      height: 40px;
      width: auto;
      top: 0;
      left: 0; }
      .top-strip .logo img.l-white {
        opacity: 1;
        visibility: visible; }
      .top-strip .logo img.l-brown {
        opacity: 0;
        visibility: hidden; }

/* .menu-button-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 9999999;
	background: $brown;
	@include base-transition(.26s);
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	&.in {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
} */
.menu-button-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 90px;
  cursor: pointer;
  z-index: 99999999;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .menu-button-wrapper.white .menu-button .line {
    background: #fdfcf8; }
  .menu-button-wrapper.rotate {
    background: transparent; }
    .menu-button-wrapper.rotate:hover .menu-button .line.top {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg) q; }
    .menu-button-wrapper.rotate:hover .menu-button .line.bottom {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg) q; }
    .menu-button-wrapper.rotate.white.super-white .menu-button .line {
      background: white; }
    .menu-button-wrapper.rotate.white .menu-button .line {
      background: #121212; }
    .menu-button-wrapper.rotate .menu-button {
      transform: translateX(0);
      -webkit-transform: translateX(0); }
      .menu-button-wrapper.rotate .menu-button .line.top {
        top: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100%; }
      .menu-button-wrapper.rotate .menu-button .line.middle {
        opacity: 0; }
      .menu-button-wrapper.rotate .menu-button .line.bottom {
        top: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100%; }
  .menu-button-wrapper.full {
    background: #121212; }
  .menu-button-wrapper .menu-button {
    position: absolute;
    width: 24px;
    height: 16px;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: 15; }
    .menu-button-wrapper .menu-button .line {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #121212;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .menu-button-wrapper .menu-button .line.top {
        top: 0; }
      .menu-button-wrapper .menu-button .line.middle {
        top: 7px; }
      .menu-button-wrapper .menu-button .line.bottom {
        top: 14px; }
  .menu-button-wrapper .text-wrapper {
    position: absolute;
    z-index: 5;
    right: 22px;
    top: 50%;
    margin-top: -20px;
    color: white;
    width: 0;
    overflow: hidden;
    height: 100%;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    font-size: 17px;
    line-height: 40px;
    vertical-align: middle;
    direction: rtl;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }

/********/
#the-dark {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.65);
  z-index: 5000;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  #the-dark.show {
    opacity: 1;
    visibility: visible; }

#the-shop-dark {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999999;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
  cursor: pointer; }
  #the-shop-dark.show {
    opacity: 1;
    visibility: visible; }

/********/
.page-headline {
  position: relative;
  padding: 130px 100px 0;
  text-align: center; }
  .page-headline.small h1 {
    margin-top: 25px;
    font-size: 8em;
    line-height: 0.9; }
  .page-headline.small .lil-line {
    margin: 15px auto 20px; }
  .page-headline .logo {
    height: 60px;
    margin-bottom: 20px; }
  .page-headline h1 {
    max-width: 700px;
    margin: auto; }
  .page-headline .lil-line {
    position: relative;
    width: 80px;
    height: 2px;
    background: #121212;
    margin: 0 auto 20px; }
  .page-headline p {
    max-width: 900px;
    margin: auto; }
  .page-headline .context {
    position: relative;
    display: inline-block; }
    .page-headline .context:hover:before {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
      visibility: hidden;
      opacity: 0; }
      .page-headline .context:hover:before.show {
        visibility: visible;
        opacity: 1; }
    .page-headline .context:hover:after {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    .page-headline .context:before {
      content: "";
      position: absolute;
      width: 21px;
      height: 16px;
      top: 3px;
      right: -34px;
      background-image: url(images/arrow-right.png);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .page-headline .context:after {
      content: "";
      position: absolute;
      width: 21px;
      height: 16px;
      top: 3px;
      right: -34px;
      background-image: url(images/arrow-right.png);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .page-headline .context:after.show {
        visibility: visible;
        opacity: 1; }

.lil-line {
  position: relative;
  width: 80px;
  height: 2px;
  background: #121212;
  margin: 20px auto 0; }

/********/
/*header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 999999999;
	direction: rtl;
	color: $brown;
	display: none;
	.fourth {
		overflow: hidden;
		&:hover {
			.background {
				.image {
					opacity: 1;
					visibility: visible;
				}
			}
			.center-wrapper {
				.center {
					transform: translateY(-20px);
					-webkit-transform: translateY(-20px);
					color: white;
				}
				ul {
					li {
						border-bottom: 1px solid white;
					}
				}
			}
		}
		&.show {
			.background {
				transform: translateX(0);
				-webkit-transform: translateX(0);
			}
			.center-wrapper {
				transform: translateX(0);
				-webkit-transform: translateX(0);
			}
		}
		.background {
			@include absolute-full;
			@include cubic;
			transform: translateX(100%);
			-webkit-transform: translateX(100%);
			&.one {
				background: darken(#f8f8f8,7%);
			}
			&.two {
				background: darken(#f8f8f8,5%);
			}
			&.three {
				background: darken(#f8f8f8,3%);
			}
			&.four {
				background: darken(#f8f8f8,1%);
			}
			.image {
				opacity: 0;
				visibility: hidden;
				@include base-transition(.4s);
			}
		}
		.center-wrapper {
			@include cubic;
			transform: translateX(100%);
			-webkit-transform: translateX(100%);
			display: block;
			top: calc( 50% - 150px );
			height: 50%;
			padding: 0 60px;
			.center {
				display: block;
				@include base-transition(.4s);
			}
			ul {
				position: relative;
				margin-top: 20px;
				li {
					font-size: 17px;
					margin-bottom: 10px;
					padding-bottom: 10px;
					border-bottom: 1px solid $brown;
				}
			}
		}
	}
} */
/*******/
.page-logo-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  height: 100px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999; }
  .page-logo-wrapper .page-logo {
    position: relative;
    height: 44px; }

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: transparent;
  z-index: 999;
  direction: rtl;
  /* .logo-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 30px;
    height: 44px;
    z-index: 10;
    img {
      height: 100%;
    }
  }
  .items {
    position: absolute;
    right: 100px;
    left: 100px;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    li {
      margin: 0 14px;
      font-size: 18px;
      font-family: $font-headline;
      font-weight: 400;
    }
  } */ }
  .top-menu.on-front {
    color: #fdfcf8; }
  .top-menu .menu-cart {
    position: absolute;
    left: 38px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    cursor: pointer; }
    .top-menu .menu-cart img {
      height: 100%; }
    .top-menu .menu-cart .cart-count {
      position: absolute;
      left: calc(100% + 2px);
      top: -10px;
      font-size: 14px;
      font-weight: bold; }

/*******/
header {
  position: fixed;
  top: 0;
  right: 0;
  background: #fdfcf8;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  direction: rtl;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: top center !important; }
  header.in {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); }
  header .menu-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    header .menu-content.show {
      visibility: visible;
      opacity: 1; }
    header .menu-content.show {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  header .logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 105px;
    width: 250px;
    z-index: 10; }
    header .logo-wrapper .logo {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 30px;
      height: 44px; }
  header .center-wrapper {
    width: 50%;
    right: 0;
    left: auto; }
  header .items {
    max-width: 360px;
    margin: auto;
    position: relative; }
    header .items li {
      position: relative;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
      padding: 2px 0;
      cursor: pointer; }
      header .items li:hover {
        color: #ef0d33; }
      header .items li h4 {
        font-size: 4.2em; }
  header .menu-contact {
    position: relative;
    font-size: 1.6em;
    max-width: 360px;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    header .menu-contact span {
      cursor: pointer; }
    header .menu-contact .follow {
      font-size: 16px;
      margin-top: 15px !important; }
      header .menu-contact .follow .fa {
        margin-right: 0;
        margin-left: 6px; }
  header .socials {
    position: absolute;
    left: 30px;
    bottom: 30px; }
  header .banner {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(50% - 30px);
    height: calc(100% - 60px);
    /* &:hover {
      .image {
        @include scale(1.1);
      }
    } */ }
    header .banner .image {
      -webkit-transition: all 2s ease-out;
      transition: all 2s ease-out; }
    header .banner .caption {
      position: absolute;
      bottom: 30px;
      right: 0;
      padding: 10px 25px;
      font-size: 1.6em;
      color: white;
      background: #ef0d33;
      font-weight: bold; }
  header .kosher-button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    cursor: pointer; }
    header .kosher-button p {
      font-size: 1.3em;
      text-decoration: underline; }

/***********/
.third {
  position: relative;
  float: right;
  width: calc(100vw / 3);
  height: 100%; }

.fourth {
  position: relative;
  float: right;
  width: calc(100vw / 4);
  height: 100%; }

/*******/
.cover {
  position: relative;
  height: 60vh; }
  .cover .text-wrapper {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    width: calc(100% - 240px);
    color: white; }
    .cover .text-wrapper h1 {
      position: absolute;
      right: 0;
      bottom: 30px; }
    .cover .text-wrapper .gotos {
      position: absolute;
      right: 110px;
      bottom: 100px; }
      .cover .text-wrapper .gotos .goto {
        font-size: 4em;
        color: white;
        font-family: "almoni-tzar";
        float: right;
        margin-left: 30px; }
    .cover .text-wrapper .go-down {
      position: absolute;
      left: 60px;
      bottom: 40px;
      width: 40px;
      height: 40px;
      margin-right: 6px;
      background: white;
      border-radius: 50%;
      text-align: center;
      line-height: 40px !important;
      color: #121212;
      font-size: 15px;
      cursor: pointer; }

.row {
  position: relative; }

.about-row {
  margin-bottom: 100px; }

.images-grid {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px; }
  .images-grid .item {
    position: relative;
    float: right;
    width: calc((100% - 80px) / 4);
    margin: 10px; }
    .images-grid .item:hover .image-wrapper .image {
      transform: scale(1.1) !important;
      -webkit-transform: scale(1.1) !important; }
    .images-grid .item .image-wrapper {
      position: relative;
      padding-bottom: 100%;
      overflow: hidden; }
      .images-grid .item .image-wrapper .image {
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out; }

.b-white {
  background: white; }

.b-brown {
  background: #121212; }

.c-white {
  color: white; }

.bg-c {
  background: whitesmoke; }

.b-light-blue {
  background: #ebebeb; }

.two-thirds {
  position: relative;
  width: calc(100% / 3 * 2); }
  .two-thirds .text-wrapper {
    position: relative;
    width: calc(100% - 100px);
    max-width: 600px; }

.one-half {
  position: relative;
  width: 50%; }
  .one-half.opp {
    margin-right: 50%; }
    .one-half.opp .text-wrapper {
      margin-right: 100px; }
  .one-half .text-wrapper {
    position: relative;
    width: calc(100% - 100px);
    max-width: 600px; }

.one-third-last {
  position: relative;
  width: calc(100% / 3);
  margin-right: calc(100% / 3 * 2); }
  .one-third-last .text-wrapper {
    position: relative;
    margin-right: 100px;
    width: calc(100% - 100px); }

.absolute-third {
  position: absolute;
  width: calc(100% / 3);
  height: 100%;
  top: 0;
  left: 0; }

.absolute-half {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0; }
  .absolute-half.opp {
    left: auto;
    right: 0; }

.absolute-two-thirds {
  position: absolute;
  width: calc(100% / 3 * 2);
  height: 100%;
  top: 0;
  right: 0; }

.quote {
  padding: 20px 60px 20px 0;
  position: relative; }
  .quote:before {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 20px;
    width: 0;
    background: #121212;
    font-size: 150px;
    content: '"'; }

.the-story {
  position: relative;
  height: 80vh;
  margin-top: 60px; }
  .the-story .story-item {
    position: relative;
    height: 80vh; }
    .the-story .story-item .the-image {
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0; }
      .the-story .story-item .the-image.left {
        left: 0; }
      .the-story .story-item .the-image.right {
        right: 0; }
    .the-story .story-item .the-text {
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0;
      background: #fdfcf8; }
      .the-story .story-item .the-text.left {
        left: 0; }
      .the-story .story-item .the-text.right {
        right: 0; }
      .the-story .story-item .the-text .center-wrapper {
        width: 400px;
        left: 50%;
        margin-left: -200px; }
  .the-story button {
    width: 60px;
    height: 60px;
    background: #121212;
    color: white;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .the-story button:hover {
      background: #f8f8f8;
      color: #121212; }
      .the-story button:hover:before {
        color: #121212; }
    .the-story button:before {
      font-family: FontAwesome;
      font-size: 13px; }
    .the-story button.slick-prev {
      left: 50%; }
      .the-story button.slick-prev:before {
        content: "\f054"; }
    .the-story button.slick-next {
      right: 50%;
      border-right: 1px solid white; }
      .the-story button.slick-next:before {
        content: "\f053"; }

.images-row {
  position: relative;
  /* .years-wrapper {
		position: absolute;
		height: calc( 100% - 300px );
		top: 150px;
		width: 1200px;
		left: 50%;
		margin-left: -600px;
		overflow: hidden;
		z-index: 100;
		.year {
			text-align: center;
			color: rgba(255,255,255,.5);
			font-family: $font-headline;
			font-size: 60em;
			margin-top: -50px;
		}
	} */ }
  .images-row .images-wrapper {
    position: relative;
    height: 40vw;
    width: 80vw;
    margin: 60px auto 0;
    overflow: hidden; }
  .images-row .the-front-banners {
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; }
    .images-row .the-front-banners.transition {
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .images-row .the-front-banners .banner {
      position: relative;
      width: calc(100% / 3);
      float: left;
      height: 100%;
      background: whitesmoke; }
      .images-row .the-front-banners .banner.transition {
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .images-row .the-front-banners .banner .the-image {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0; }
        .images-row .the-front-banners .banner .the-image.left {
          left: 0; }
        .images-row .the-front-banners .banner .the-image.right {
          right: 0; }
      .images-row .the-front-banners .banner .the-text {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0; }
        .images-row .the-front-banners .banner .the-text.left {
          left: 0; }
        .images-row .the-front-banners .banner .the-text.right {
          right: 0; }
        .images-row .the-front-banners .banner .the-text .center-wrapper {
          width: 400px;
          left: 50%;
          margin-left: -200px; }
  .images-row .banners-buttons {
    position: absolute;
    bottom: 100px;
    height: 60px;
    width: 120px;
    left: 50%;
    margin-left: -60px; }
    .images-row .banners-buttons .button {
      position: relative;
      float: left;
      width: 50%;
      height: 100%;
      background: #f0f0f0;
      color: #121212;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .images-row .banners-buttons .button:hover {
        background: white;
        color: #121212; }
      .images-row .banners-buttons .button.right {
        background: #121212;
        color: white; }
        .images-row .banners-buttons .button.right:hover {
          background: white;
          color: #121212; }
      .images-row .banners-buttons .button .fa {
        line-height: 60px;
        vertical-align: middle;
        font-size: 13px; }

.media-items {
  position: relative;
  width: calc(80vw + 30px);
  margin: -30px auto 0; }
  .media-items .item {
    position: relative;
    float: left;
    width: calc((100% - 60px) / 3);
    margin: 10px;
    padding-bottom: calc((100% - 60px) / 3);
    cursor: pointer; }
    .media-items .item:hover .overlay {
      opacity: 1; }
      .media-items .item:hover .overlay .center-wrapper {
        transform: translateY(0);
        -webkit-transform: translateY(0); }
    .media-items .item .overlay {
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .media-items .item .overlay .center-wrapper {
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
        .media-items .item .overlay .center-wrapper .center {
          padding: 0 20px; }

.goods-wrapper {
  position: relative;
  float: left;
  width: 50vw;
  height: 50vw;
  overflow: hidden; }

.events-contact {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .events-contact a {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .events-contact a:hover {
      color: #ef0d33; }

.hover-red {
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .hover-red:hover {
    color: #ef0d33; }

.contact-wrapper {
  position: relative;
  height: 100vh;
  text-align: center;
  max-width: 1440px;
  margin: auto; }
  .contact-wrapper .lil-line {
    margin: 10px auto 20px; }
  .contact-wrapper .events-contact {
    margin-top: 30px; }
  .contact-wrapper .cols {
    position: relative;
    padding: 0 100px;
    margin: 30px 0 0; }
    .contact-wrapper .cols .col {
      width: calc(50% - 50px);
      position: relative;
      padding: 15px 0;
      float: right;
      margin: 0 25px; }
    .contact-wrapper .cols .col-text {
      width: calc(50% - 25px);
      position: relative;
      padding: 15px 0; }
    .contact-wrapper .cols .col-image {
      position: absolute;
      top: 0;
      left: 100px;
      height: 100%;
      width: calc(50% - 125px); }
      .contact-wrapper .cols .col-image .text-wrapper {
        position: absolute;
        right: 30px;
        bottom: 30px;
        color: white;
        max-width: 300px;
        text-align: right; }

.contact-two-halfs {
  position: relative;
  margin-top: 20px; }
  .contact-two-halfs .half {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 20px;
    text-align: right; }

.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block; }
.contact-form-wrapper br {
  display: none !important; }

.menus {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px; }
  .menus .menu {
    position: relative;
    float: right;
    width: calc((100% - 40px) / 2);
    background: white;
    padding: 30px;
    margin: 0 10px;
    font-size: 1.6em; }
    .menus .menu .items {
      position: relative;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      margin-top: 20px; }
    .menus .menu .item {
      position: relative;
      padding: 15px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding-left: 150px;
      padding-right: 120px;
      min-height: 100px; }
      .menus .menu .item .image {
        position: absolute;
        top: 15px;
        height: 70px;
        right: 0;
        width: 100px; }
      .menus .menu .item .desc {
        margin-top: 5px; }
      .menus .menu .item .price {
        position: absolute;
        left: 0;
        top: 15px; }

.events-form {
  position: relative;
  margin: 10px auto 0;
  direction: rtl; }
  .events-form br {
    display: none; }
  .events-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc((100% - 132px) / 3);
    vertical-align: top; }
  .events-form input[type="submit"] {
    display: inline-block;
    width: 120px;
    margin: auto;
    background: #121212;
    color: white;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .events-form input[type="submit"]:hover {
      background: #ef0d33;
      border-color: #ef0d33; }
  .events-form .ajax-loader {
    display: none !important; }
  .events-form span.wpcf7-not-valid-tip {
    position: absolute;
    height: 2px;
    overflow: hidden;
    bottom: 6px;
    right: 0;
    width: 100%;
    background: #ef0d33; }
  .events-form div.wpcf7-validation-errors {
    display: none !important; }
  .events-form div.wpcf7-mail-sent-ok {
    border: 0;
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.6em; }

span.wpcf7-not-valid-tip {
  position: absolute;
  height: 2px;
  overflow: hidden;
  bottom: 6px;
  right: 0;
  width: 100%;
  background: #ef0d33; }

div.wpcf7-validation-errors {
  display: none !important; }

div.wpcf7-mail-sent-ok {
  border: 0;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.6em; }

.related {
  position: relative;
  height: auto;
  text-align: center;
  color: white; }
  .related .third {
    float: right;
    width: 25%;
    height: 25vw;
    cursor: pointer; }
    .related .third:hover {
      /* .caption {
				h5 {
					transform: translateX(-20px);
					-webkit-transform: translateX(-20px);
				}
			} */ }
      .related .third:hover .image-wrapper .image {
        transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important; }
    .related .third .overlay {
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      background: rgba(0, 0, 0, 0); }
  .related .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .related .image-wrapper .image {
      -webkit-transition: all 2s ease-out;
      transition: all 2s ease-out; }
  .related .caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white; }
    .related .caption h5 {
      line-height: 50px;
      vertical-align: middle;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }

.half-vh {
  position: relative;
  height: 50vh;
  color: white; }
  .half-vh .third {
    cursor: pointer; }
    .half-vh .third:hover .overlay {
      background: rgba(0, 0, 0, 0.65); }
    .half-vh .third:hover .center-wrapper {
      transform: translateY(-20px);
      -webkit-transform: translateY(-20px); }
    .half-vh .third .overlay {
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      background: rgba(0, 0, 0, 0.3); }
  .half-vh .center-wrapper {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .half-vh .center-wrapper .center {
      padding: 0 40px;
      text-align: center; }

.goods-desc {
  position: relative;
  padding: 80px 120px 0; }
  .goods-desc p {
    max-width: 1000px; }

.page-content {
  position: relative;
  padding: 50px 100px 100px;
  max-width: 1440px;
  margin: auto; }
  .page-content.special {
    padding: 50px 100px 90px; }
  .page-content.as-first {
    padding: 120px 100px 100px; }
  .page-content.of-terms {
    max-width: 840px; }
    .page-content.of-terms h2 {
      font-size: 36px;
      font-weight: 400; }
    .page-content.of-terms ol,
    .page-content.of-terms ul {
      font-size: 1.6em;
      line-height: 1.4;
      padding-right: 20px; }
    .page-content.of-terms ol {
      list-style-type: decimal;
      margin-bottom: 34px; }
    .page-content.of-terms ul {
      list-style-type: disc;
      margin-bottom: 34px; }
    .page-content.of-terms p,
    .page-content.of-terms h2 {
      margin-bottom: 14px; }
    .page-content.of-terms a {
      border-bottom: 1px solid; }
  .page-content .iframe-outer-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto; }
  .page-content .four-videos {
    position: relative;
    width: calc(100% + 20px);
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px; }
    .page-content .four-videos .item {
      position: relative;
      width: calc((100% - 40px) / 2);
      margin: 10px;
      float: right;
      cursor: pointer; }
      .page-content .four-videos .item:hover .fa {
        background: #ef0d33;
        border-color: #ef0d33; }
      .page-content .four-videos .item .fa {
        position: absolute;
        width: 80px;
        height: 80px;
        left: 50%;
        margin-left: -40px;
        top: 50%;
        margin-top: -40px;
        border: 3px solid white;
        color: white;
        line-height: 74px !important;
        text-align: center;
        padding-left: 6px;
        font-size: 30px;
        border-radius: 50%;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out; }

.recipes-wrapper {
  position: relative; }

.recipes {
  position: relative;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .recipes.down {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0; }
    .recipes.down.show {
      visibility: visible;
      opacity: 1; }
  .recipes .recipe {
    position: relative;
    background: white;
    float: right;
    margin: 10px;
    height: 670px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    width: calc((100% - 80px) / 4); }
    .recipes .recipe:hover .image-wrapper .image {
      transform: scale(1.1) !important;
      -webkit-transform: scale(1.1) !important; }
    .recipes .recipe .image-wrapper {
      position: relative;
      padding-bottom: 150%;
      overflow: hidden; }
      .recipes .recipe .image-wrapper .image {
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out; }
    .recipes .recipe .desc {
      position: relative;
      padding: 20px; }

.recipe-content {
  position: relative; }
  .recipe-content .images-and-text {
    position: relative; }
    .recipe-content .images-and-text .images {
      float: left;
      width: 50%; }
      .recipe-content .images-and-text .images img {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
      .recipe-content .images-and-text .images .buttons {
        position: relative;
        margin-top: 40px; }
        .recipe-content .images-and-text .images .buttons .share {
          float: right;
          position: relative;
          font-size: 16px; }
          .recipe-content .images-and-text .images .buttons .share .fa {
            margin-right: 6px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #121212;
            line-height: 36px !important;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 0.26s ease-out;
            transition: all 0.26s ease-out; }
            .recipe-content .images-and-text .images .buttons .share .fa:hover {
              background: #ef0d33;
              border-color: #ef0d33;
              color: #fdfcf8; }
        .recipe-content .images-and-text .images .buttons .print {
          float: left;
          position: relative;
          font-size: 16px; }
          .recipe-content .images-and-text .images .buttons .print .fa {
            margin-right: 6px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #121212;
            line-height: 36px !important;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 0.26s ease-out;
            transition: all 0.26s ease-out; }
            .recipe-content .images-and-text .images .buttons .print .fa:hover {
              background: #ef0d33;
              border-color: #ef0d33;
              color: #fdfcf8; }
    .recipe-content .images-and-text .text {
      position: relative;
      float: right;
      width: 50%;
      padding-left: 80px; }
  .recipe-content .ings {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .recipe-content .ings .row {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      font-size: 16px; }
      .recipe-content .ings .row .title {
        font-weight: 600;
        padding: 14px 0; }
      .recipe-content .ings .row .ing {
        position: relative;
        float: right;
        padding: 14px 0; }
      .recipe-content .ings .row .quantity {
        position: relative;
        float: left;
        padding: 14px 0; }
  .recipe-content .inst {
    position: relative;
    margin-top: 20px; }
    .recipe-content .inst p {
      margin-top: 20px; }

.recipe-related {
  position: relative;
  margin-top: 100px; }
  .recipe-related .recipes {
    margin-top: 50px; }

.videos-list {
  position: relative;
  margin-top: 40px; }
  .videos-list .the-list {
    margin-top: 50px;
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
    .videos-list .the-list .col {
      position: relative;
      float: right;
      width: calc((100% - 80px) / 4);
      margin: 0 10px;
      background: white;
      padding: 30px; }
      .videos-list .the-list .col .episodes {
        position: relative;
        margin-top: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .videos-list .the-list .col .episode-item {
        position: relative;
        font-size: 1.4em;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        padding: 10px 0;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out;
        cursor: pointer; }
        .videos-list .the-list .col .episode-item:hover {
          color: #ef0d33; }
        .videos-list .the-list .col .episode-item .fa {
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -7px;
          font-size: 9px;
          width: 14px;
          height: 14px;
          background: #ef0d33;
          border-radius: 50%;
          color: white;
          text-align: center;
          line-height: 14px;
          padding-left: 1px; }

.products {
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .products.down {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0; }
    .products.down.show {
      visibility: visible;
      opacity: 1; }
  .products .product {
    position: relative;
    float: right;
    width: calc((100% - 60px) / 3);
    cursor: pointer;
    margin: 10px; }
    .products .product:hover {
      /* .caption {
				padding-right: 30px;
			} */ }
      .products .product:hover .image-wrapper .image {
        transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important; }
    .products .product .overlay {
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
    .products .product .center-wrapper {
      color: white;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out;
      text-align: center; }
      .products .product .center-wrapper p {
        font-size: 21px; }
    .products .product .image-wrapper {
      position: relative;
      height: 100%;
      padding-bottom: 100%;
      overflow: hidden; }
      .products .product .image-wrapper .image {
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out; }
    .products .product .caption {
      position: absolute;
      background: #121212;
      bottom: 20px;
      right: 0;
      height: 40px;
      width: 200px;
      color: white;
      line-height: 40px;
      vertical-align: middle;
      padding-right: 20px;
      font-size: 16px;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }

.friends-branches {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: calc(100% - 80px);
  background: #121212;
  color: #fdfcf8;
  overflow: hidden; }
  .friends-branches .image {
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out; }
  .friends-branches .caption {
    position: absolute;
    bottom: 180px;
    right: 0;
    height: 80px;
    width: 320px;
    background: #121212;
    color: #fdfcf8;
    cursor: pointer;
    padding-right: 60px; }
    .friends-branches .caption:hover h5 {
      transform: translateX(-10px);
      -webkit-transform: translateX(-10px); }
    .friends-branches .caption h5 {
      line-height: 80px;
      vertical-align: middle;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
  .friends-branches .caption-b {
    position: absolute;
    bottom: 80px;
    right: 0;
    height: 80px;
    cursor: pointer;
    width: 240px;
    background: #121212;
    color: #fdfcf8;
    padding-right: 60px; }
    .friends-branches .caption-b:hover h5 {
      transform: translateX(-10px);
      -webkit-transform: translateX(-10px); }
    .friends-branches .caption-b h5 {
      line-height: 80px;
      vertical-align: middle;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }

.follow {
  position: relative;
  font-size: 1.6em; }
  .follow .fa {
    margin-right: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #121212;
    line-height: 36px !important;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .follow .fa:hover {
      background: #ef0d33;
      border-color: #ef0d33;
      color: white; }

.friends-form-wrapper {
  position: absolute;
  top: 100px;
  height: calc(100vh - 100px);
  right: 0;
  width: 60%;
  overflow: hidden;
  border-top: 1px solid #121212;
  border-left: 1px solid #121212; }
  .friends-form-wrapper .inner-wrapper {
    position: absolute;
    max-width: 400px;
    right: 100px;
    bottom: 100px; }

.filters-wrapper {
  position: relative;
  margin: 50px auto 0;
  text-align: center; }
  .filters-wrapper .filters {
    position: relative; }
    .filters-wrapper .filters.prod-filters {
      max-width: 1240px;
      margin: -20px auto 0; }
      .filters-wrapper .filters.prod-filters li {
        padding: 0 0 4px;
        margin: 0 20px;
        font-size: 15px;
        font-weight: bold;
        font-family: "NarkisBlockMF";
        border-bottom: 1px solid #121212;
        cursor: pointer;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out; }
        .filters-wrapper .filters.prod-filters li:hover {
          border-color: #ef0d33;
          color: #ef0d33; }
        .filters-wrapper .filters.prod-filters li.active {
          border-color: #ef0d33;
          color: #ef0d33;
          cursor: default; }
    .filters-wrapper .filters li {
      position: relative;
      display: inline-block;
      margin: 0 10px;
      font-size: 2.1em;
      font-family: "almoni-tzar"; }
      .filters-wrapper .filters li a {
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out;
        display: inline-block; }
        .filters-wrapper .filters li a:hover {
          color: #ef0d33; }
        .filters-wrapper .filters li a.active {
          color: #ef0d33; }

/*******/
.button {
  position: relative;
  height: 50px;
  width: 200px;
  text-align: center;
  line-height: 46px;
  vertical-align: middle;
  border: 2px solid #121212;
  border-radius: 2px;
  font-size: 1.6em;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .button:before {
    content: attr(data-text);
    position: absolute;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    z-index: 1;
    display: inline-block;
    color: white; }
    .button:before.show {
      visibility: visible;
      opacity: 1; }
  .button:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .button:hover .button-overlay {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1); }
  .button:hover .text {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0; }
    .button:hover .text.show {
      visibility: visible;
      opacity: 1; }
  .button.go-white {
    border-color: white;
    background: white;
    color: #121212; }
  .button.go-red {
    border-color: #ef0d33;
    background: #ef0d33;
    color: white; }
  .button.go-bold {
    font-weight: bold; }
  .button.little {
    height: 40px;
    line-height: 38px; }
  .button.wide {
    width: 240px; }
  .button.with-pad {
    width: auto;
    padding: 0 30px; }
  .button.middle {
    margin-left: auto;
    margin-right: auto; }
  .button .button-overlay {
    position: absolute;
    top: -5px;
    right: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    transform: scaleX(0);
    transform-origin: center right;
    background: #121212;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 2px;
    display: block; }
  .button .text {
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
    display: inline-block; }

.buttons .button {
  margin-left: 6px; }

/*******/
.wow {
  visibility: hidden; }

/*******/
.full-height {
  position: relative;
  height: 100vh; }
  .full-height .half {
    position: relative;
    float: left;
    width: 50%;
    height: 100%; }
    .full-height .half:hover .overlay {
      background: rgba(0, 0, 0, 0.5); }
    .full-height .half:hover .image-wrapper .image {
      transform: scale(1.05) !important;
      -webkit-transform: scale(1.05) !important; }
    .full-height .half .overlay {
      background: rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
    .full-height .half .image-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden; }
      .full-height .half .image-wrapper .image {
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out; }
    .full-height .half .center-wrapper .center .button {
      display: block;
      margin: 20px auto;
      border-color: white;
      background: white;
      color: #121212; }

.big-branch {
  position: relative;
  float: right;
  width: 50%;
  height: 40vh; }
  .big-branch.last {
    width: 100%; }
  .big-branch h3 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    z-index: 10;
    color: white; }

/*******/
.hero {
  position: relative;
  height: 100vh; }
  .hero .hero-logo-wrapper {
    position: relative;
    max-width: 600px;
    margin: auto; }
    .hero .hero-logo-wrapper img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 2s ease-out;
      transition: all 2s ease-out; }
      .hero .hero-logo-wrapper img.show {
        opacity: 1;
        visibility: visible; }
    .hero .hero-logo-wrapper svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .hero .buttons {
    position: relative;
    margin-top: 40px; }
    .hero .buttons .button {
      height: 40px;
      background: white;
      color: black;
      font-size: 18px;
      margin: 0 5px;
      text-align: center;
      line-height: 40px;
      vertical-align: middle;
      cursor: pointer;
      border: 0;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out;
      overflow: hidden; }
      .hero .buttons .button .b-brown {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: black;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: 0.45s all cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: 0.45s all cubic-bezier(0.4, 0, 0.2, 1); }

.hero-inner-wrapper {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 240px;
  top: 50%;
  margin-top: -120px; }

.fas-bg {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 204px;
  background: #121212;
  z-index: 9999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .fas-bg.in {
    transform: translateX(0);
    -webkit-transform: translateX(0); }

.fas {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99999;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .fas.in {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .fas.opp .fa:hover {
    background: #fdfcf8;
    color: #121212; }
  .fas .fa-wrapper {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer; }
    .fas .fa-wrapper:hover .fa {
      background: #121212;
      color: #fdfcf8; }
    .fas .fa-wrapper:hover .tooltip {
      transform: transalteX(0);
      -webkit-transform: translateX(0);
      opacity: 1;
      visibility: visible; }
  .fas .fa {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fdfcf8;
    line-height: 40px !important;
    color: black;
    font-size: 15px;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
  .fas .tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    font-size: 14px;
    color: white;
    left: 50%;
    text-align: center;
    margin-left: -60px;
    width: 120px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }

/*****/
footer {
  position: relative;
  height: 100px;
  background: #fdfcf8;
  direction: rtl; }
  footer .items {
    position: absolute;
    right: 30px;
    top: 0;
    height: 100px;
    line-height: 100px;
    vertical-align: middle; }
    footer .items li {
      font-size: 14px;
      float: right;
      margin-left: 15px;
      cursor: pointer;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      footer .items li:hover {
        color: #ef0d33; }
  footer .rights {
    position: absolute;
    left: 30px;
    top: 0;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 14px; }
    footer .rights a {
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      footer .rights a:hover {
        color: #ef0d33; }

/******/
.rotate-45 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.top-left-icon {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 50px; }

.bottom-right-icon {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 50px; }

/********/
.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999;
  direction: rtl;
  display: none;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out; }
  .popup-wrapper.light {
    background: rgba(255, 255, 255, 0.85); }
  .popup-wrapper.transparent {
    background: rgba(255, 255, 255, 0) !important; }
  .popup-wrapper.show {
    visibility: visible;
    opacity: 1; }
  .popup-wrapper .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .popup-wrapper .x-button {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .popup-wrapper .x-button:hover .line.one {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg) q; }
    .popup-wrapper .x-button:hover .line.two {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg) q; }
    .popup-wrapper .x-button .line {
      position: absolute;
      right: 0;
      width: 100%;
      height: 2px;
      background: #121212;
      top: 50%;
      margin-top: -1px;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .popup-wrapper .x-button .line.one {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg) q; }
      .popup-wrapper .x-button .line.two {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg) q; }
  .popup-wrapper .contain {
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
  .popup-wrapper .center.with-pad {
    padding: 50px 0; }
  .popup-wrapper .inner-message {
    position: relative;
    max-width: 600px;
    margin: auto;
    background: #fdfcf8;
    padding: 40px; }
    .popup-wrapper .inner-message .buttons {
      position: relative;
      margin: 20px auto 0;
      display: flex;
      justify-content: center; }
      .popup-wrapper .inner-message .buttons .button {
        height: auto;
        line-height: 2;
        font-weight: bold;
        margin: 0 6px;
        width: 120px;
        background: rgba(0, 0, 0, 0.07);
        background: #ef0d33;
        color: white;
        border-color: #ef0d33;
        font-size: 15px; }
        .popup-wrapper .inner-message .buttons .button:hover {
          background: #ef0d33;
          color: white;
          border-color: #ef0d33; }
    .popup-wrapper .inner-message .x-button {
      position: absolute;
      top: 0;
      right: 0;
      width: 34px;
      height: 34px;
      z-index: 99;
      cursor: pointer;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .popup-wrapper .inner-message .x-button:hover {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg) q; }
      .popup-wrapper .inner-message .x-button .line {
        position: absolute;
        width: 10px;
        height: 2px;
        left: 50%;
        margin-left: -5px;
        top: 50%;
        margin-top: -1px;
        right: auto;
        background: #121212; }
        .popup-wrapper .inner-message .x-button .line.one {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg) q; }
        .popup-wrapper .inner-message .x-button .line.two {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg) q; }
  .popup-wrapper .inner-branches {
    position: relative;
    width: calc(100% - 200px);
    margin: auto;
    background: #fdfcf8;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .popup-wrapper .inner-branches .image {
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(50% - 20px);
      height: calc(100% - 40px); }
    .popup-wrapper .inner-branches .text {
      position: relative;
      width: 50%; }
      .popup-wrapper .inner-branches .text .inner-wrapper {
        position: relative;
        max-width: 560px;
        margin: auto;
        padding: 30px; }
        .popup-wrapper .inner-branches .text .inner-wrapper h3 {
          font-size: 4.2em; }
      .popup-wrapper .inner-branches .text .rows {
        position: relative;
        margin-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        .popup-wrapper .inner-branches .text .rows .row {
          position: relative;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          font-size: 16px; }
          .popup-wrapper .inner-branches .text .rows .row .name {
            position: relative;
            float: right;
            padding: 14px 0;
            font-weight: 600; }
          .popup-wrapper .inner-branches .text .rows .row .address {
            position: relative;
            float: left;
            padding: 14px 0;
            margin-right: 6px; }
          .popup-wrapper .inner-branches .text .rows .row .phone {
            position: relative;
            float: left;
            padding: 14px 0;
            direction: ltr; }
            .popup-wrapper .inner-branches .text .rows .row .phone:before {
              content: " / "; }
  .popup-wrapper .product-title {
    position: absolute;
    bottom: 50px;
    right: 50%;
    margin-right: -300px;
    width: 600px;
    text-align: center; }
    .popup-wrapper .product-title .inner {
      position: relative;
      display: inline-block;
      margin: auto;
      padding: 6px 30px;
      color: white;
      background: #121212;
      font-size: 1.6em; }
  .popup-wrapper .product-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 40px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .popup-wrapper .product-next:hover:before {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
      visibility: hidden;
      opacity: 0; }
      .popup-wrapper .product-next:hover:before.show {
        visibility: visible;
        opacity: 1; }
    .popup-wrapper .product-next:hover:after {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    .popup-wrapper .product-next:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      margin-top: -12px;
      left: 0;
      background-image: url(images/arrow-left.png);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .popup-wrapper .product-next:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      margin-top: -12px;
      left: 0;
      background-image: url(images/arrow-left.png);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .popup-wrapper .product-next:after.show {
        visibility: visible;
        opacity: 1; }
  .popup-wrapper .product-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 40px;
    cursor: pointer;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    .popup-wrapper .product-prev:hover:before {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
      visibility: hidden;
      opacity: 0; }
      .popup-wrapper .product-prev:hover:before.show {
        visibility: visible;
        opacity: 1; }
    .popup-wrapper .product-prev:hover:after {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    .popup-wrapper .product-prev:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      margin-top: -12px;
      right: 0;
      background-image: url(images/arrow-right.png);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .popup-wrapper .product-prev:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      margin-top: -12px;
      right: 0;
      background-image: url(images/arrow-right.png);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .popup-wrapper .product-prev:after.show {
        visibility: visible;
        opacity: 1; }
  .popup-wrapper .big-image {
    position: absolute;
    top: 30px;
    left: 60px;
    height: calc(100% - 60px);
    width: calc(100% - 120px);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
  .popup-wrapper .rectangle {
    position: absolute;
    width: 1200px;
    height: 600px;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -300px;
    background: #fdfcf8; }
    .popup-wrapper .rectangle .logo {
      position: absolute;
      left: 30px;
      top: 30px;
      height: 40px; }
    .popup-wrapper .rectangle .half {
      position: relative;
      float: right;
      width: 50%;
      height: 100%; }
      .popup-wrapper .rectangle .half .center-wrapper {
        width: 360px;
        left: 50%;
        margin-left: -180px; }
        .popup-wrapper .rectangle .half .center-wrapper .center .branches {
          position: relative; }
          .popup-wrapper .rectangle .half .center-wrapper .center .branches .branch {
            position: relative;
            font-size: 16px;
            padding: 4px 8px;
            float: right;
            margin-left: 6px;
            margin-bottom: 6px;
            cursor: pointer;
            border: 1px solid #121212;
            -webkit-transition: all 0.26s ease-out;
            transition: all 0.26s ease-out; }
            .popup-wrapper .rectangle .half .center-wrapper .center .branches .branch:hover {
              background: #121212;
              color: #fdfcf8; }
  .popup-wrapper .square {
    position: absolute;
    width: 400px;
    height: 570px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -285px;
    background: #fdfcf8;
    padding: 40px; }

.videos-main-wrapper {
  position: absolute;
  width: 1150px;
  height: 500px;
  left: 50%;
  margin-left: -575px;
  top: 50%;
  margin-top: -250px;
  background: #fdfcf8;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.videos-main {
  position: absolute;
  width: 1100px;
  height: 450px;
  left: 50%;
  margin-left: -550px;
  top: 50%;
  margin-top: -225px; }
  .videos-main .iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 300px);
    padding-bottom: 0; }
    .videos-main .iframe-wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .videos-main .list-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    overflow: auto; }
    .videos-main .list-wrapper h3 {
      font-size: 4.2em; }
    .videos-main .list-wrapper .shows {
      position: relative;
      margin-top: 15px;
      border-top: 1px solid #121212; }
    .videos-main .list-wrapper .show {
      position: relative;
      padding: 15px 0;
      font-size: 1.6em;
      border-bottom: 1px solid #121212; }
      .videos-main .list-wrapper .show.active .show-title .fa {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg) q; }
      .videos-main .list-wrapper .show.active .episodes {
        display: block; }
      .videos-main .list-wrapper .show .show-title {
        cursor: pointer;
        position: relative; }
        .videos-main .list-wrapper .show .show-title .fa {
          position: absolute;
          left: 0;
          top: 3px;
          font-size: 13px;
          -webkit-transition: all 0.26s ease-out;
          transition: all 0.26s ease-out; }
      .videos-main .list-wrapper .show .episodes {
        position: relative;
        display: none; }
        .videos-main .list-wrapper .show .episodes .episode {
          padding: 7px 0;
          font-size: 14px;
          border-top: 1px solid rgba(0, 0, 0, 0.15);
          cursor: pointer;
          -webkit-transition: all 0.26s ease-out;
          transition: all 0.26s ease-out; }
          .videos-main .list-wrapper .show .episodes .episode:hover {
            color: #ef0d33; }
          .videos-main .list-wrapper .show .episodes .episode.active {
            color: #ef0d33; }
          .videos-main .list-wrapper .show .episodes .episode.first {
            margin-top: 17px; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; }
  .iframe-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

form {
  position: relative;
  width: 100%;
  direction: rtl; }

input {
  height: 40px;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.04);
  color: #121212;
  padding-right: 15px;
  font-size: 16px;
  font-family: "NarkisBlockMF";
  outline: 0;
  margin-bottom: 6px;
  direction: rtl; }
  input[type="submit"] {
    background: #121212;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out; }
    input[type="submit"]:hover {
      background: #ef0d33; }

.ajax-loader {
  display: none !important; }

textarea {
  height: 80px;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.04);
  color: #121212;
  padding-right: 15px;
  font-size: 16px;
  font-family: "NarkisBlockMF";
  outline: 0;
  direction: rtl;
  resize: none;
  padding-top: 10px; }

button {
  height: 40px;
  width: 100%;
  background: #121212;
  color: white;
  font-size: 16px;
  font-family: "NarkisBlockMF";
  outline: 0;
  text-align: center;
  border: 0;
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  .menu-button-wrapper {
    width: 60px;
    height: 60px; }

  .menu-button-bg {
    width: 40px;
    height: 40px; }

  header .menu-content {
    overflow: auto; }
  header .center-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    header .center-wrapper .center {
      display: block;
      padding: 70px 20px 0; }
      header .center-wrapper .center .items {
        width: 100%; }
        header .center-wrapper .center .items li {
          padding: 5px 0; }
          header .center-wrapper .center .items li h4 {
            font-size: 2.4em;
            font-weight: 400; }

  header .banner {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px auto 0;
    top: 0;
    left: 0;
    height: 30vh; }
    header .banner .caption {
      bottom: 20px;
      padding: 10px 15px;
      font-size: 15px; }

  header .menu-contact {
    margin: 0;
    font-size: 15px;
    position: absolute;
    left: -76px;
    top: 172px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg) q;
    padding: 0;
    border: 0; }

  header .menu-contact .follow {
    position: absolute;
    transform: rotate(-270deg);
    left: -86px;
    top: 6px; }

  .follow .fa {
    width: 34px;
    height: 34px;
    line-height: 30px !important; }

  header .logo-wrapper {
    height: 70px; }
    header .logo-wrapper .page-logo {
      height: 30px;
      margin-top: -15px;
      left: 20px; }

  .menu-button-wrapper .menu-button {
    width: 20px;
    margin-left: -10px; }

  header .logo-wrapper .logo {
    height: 30px;
    margin-top: -15px;
    left: 20px; }

  .hero-inner-wrapper {
    width: 100%;
    left: 0;
    margin: 0;
    height: 100vh;
    top: 0;
    position: relative;
    padding-top: 120px; }

  .hero .buttons .button {
    margin: 5px 3px;
    width: 230px;
    border: 2px solid white;
    line-height: 36px;
    font-size: 15px; }

  .ribbon.on-button span {
    top: 10px; }

  .hero .hero-logo-wrapper {
    width: calc(100% - 120px); }

  .fas {
    width: 200px;
    bottom: auto;
    position: relative;
    left: 0;
    margin-left: 0;
    margin: auto;
    top: 0;
    margin-top: 20px; }

  .cover .text-wrapper {
    right: 30px;
    height: 100%;
    width: calc(100% - 60px); }

  h1 {
    font-size: 6.4em; }

  h3 {
    font-size: 4.2em; }

  .two-thirds {
    width: 100%; }

  .p-t-b-150 {
    padding: 50px 0; }

  .absolute-third,
  .absolute-two-thirds {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    height: 50vh; }

  .two-thirds .text-wrapper,
  .one-third-last .text-wrapper {
    width: 100%;
    margin-right: 0; }

  .one-third-last {
    position: relative;
    width: 100%;
    margin-right: 0; }

  .quote {
    padding: 20px 0 20px 0; }

  .related .third {
    width: 100vw;
    height: 100vw; }

  .hide-on-m {
    display: none !important; }

  h5 {
    font-size: 2.4em; }

  .related .caption {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #121212;
    padding: 10px 0;
    width: calc(100% - 20px); }
    .related .caption h4 {
      font-size: 2.1em; }

  footer .items {
    display: none; }

  .goods-desc {
    padding: 30px 30px 30px; }

  .filters .filter {
    padding: 6px 0;
    width: calc((100% - 30px) / 3);
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center; }

  .filters .special-filter {
    display: none; }

  .products {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px; }

  .products .product {
    width: calc((100% - 20px) / 2);
    margin: 5px; }

  .products .product .caption {
    bottom: 10px;
    right: 0;
    height: 30px;
    width: calc(100% - 20px);
    color: white;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 10px; }

  .filters-wrapper {
    display: none; }
    .filters-wrapper.in-shop {
      display: none;
      margin: 40px auto 0; }

  .filters-wrapper .filters.prod-filters li {
    padding: 6px 0 4px;
    margin: 4px 2px 0;
    font-size: 16px;
    width: 94px; }

  .shop-select-cat {
    position: relative;
    width: 260px;
    display: block;
    margin: 24px auto 0; }
    .shop-select-cat:after {
      position: absolute;
      left: 30px;
      top: 50%;
      margin-top: -2px;
      border-top: 4px solid #121212;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      content: ""; }
    .shop-select-cat select {
      position: relative;
      height: 40px;
      font-size: 16px;
      font-family: "NarkisBlockMF";
      font-weight: bold;
      text-align: center;
      border-radius: 30px;
      border: 1px solid rgab(0, 0, 0, 0.25);
      -webkit-appearance: none;
      width: 100%;
      display: block;
      margin: auto;
      padding-right: 30px;
      outline: 0; }

  .popup-wrapper .product-title {
    height: 40px;
    line-height: 40px;
    bottom: 30px; }

  .page-headline .lil-line {
    width: 60px;
    margin: 15px auto 20px; }

  .popup-wrapper .product-next {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    margin-top: -20px;
    left: 20px; }

  .popup-wrapper .product-prev {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    margin-top: -20px;
    right: 20px; }

  .popup-wrapper .big-image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

  .recipes .recipe {
    height: auto;
    width: calc(100% - 20px); }

  .recipes .recipe .image-wrapper {
    padding-bottom: 100%; }

  .page-logo-wrapper .page-logo {
    height: 30px;
    margin-top: -15px; }

  .page-logo-wrapper {
    height: 78px; }

  .recipe-content h1 {
    font-size: 6em; }

  .recipe-content .images-and-text .images {
    float: none;
    width: 100%; }

  .recipe-content .images-and-text .images .buttons {
    display: none; }

  .recipe-content .images-and-text .text {
    float: none;
    width: 100%;
    padding-left: 0; }

  .recipe-content .images-and-text {
    margin-top: 0; }

  .friends-form-wrapper {
    position: relative;
    top: 0;
    height: calc(100vh - 160px);
    right: 0;
    width: calc(100% - 40px);
    color: #fdfcf8;
    overflow: hidden; }

  .page-headline {
    padding: 80px 20px 0; }

  .page-content {
    padding: 20px; }
    .page-content.special {
      padding: 20px 20px 10px; }

  .absolute-half {
    position: relative;
    width: calc(100% + 40px);
    height: 50vh;
    margin-left: -20px;
    margin-right: -20px; }

  .one-half {
    width: 100%; }

  .one-half .text-wrapper {
    width: 100%; }

  .p-t-b-50 {
    padding: 20px 0; }

  .about-row {
    margin-bottom: 0; }

  .images-grid .item {
    width: calc((100% - 40px) / 2); }

  .related .third {
    width: 50vw;
    height: 50vw; }

  .quote:before {
    width: 0;
    background: #121212;
    font-size: 120px;
    content: '"';
    float: right;
    margin-left: 50px;
    margin-top: -10px;
    height: 50px;
    position: relative;
    top: 0;
    bottom: 0; }

  footer {
    height: auto; }
    footer .rights {
      left: auto;
      right: 0;
      position: relative;
      line-height: 1.2;
      padding: 20px;
      height: auto; }

  .button {
    height: 40px;
    line-height: 36px; }

  .related-wrapper {
    display: none; }

  .popup-wrapper .product-title .inner {
    padding: 0 20px; }

  .page-headline.small h1 {
    margin-top: 15px;
    font-size: 4.8em; }

  h1.small {
    font-size: 4.8em; }

  .recipe-share {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #121212;
    font-size: 1.6em; }
    .recipe-share .fa {
      width: 34px;
      height: 34px;
      border: 2px solid #121212;
      margin-right: 6px;
      text-align: center;
      line-height: 30px !important;
      border-radius: 50%; }

  .recipe-related {
    margin-top: 50px; }

  h3 {
    font-size: 3.6em; }

  .recipe-related .recipes {
    margin-top: 30px; }

  .recipes .recipe {
    float: none; }

  .events-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block; }

  .events-form input[type="submit"] {
    width: 100%;
    display: block; }

  .menus {
    margin-top: 30px; }

  .menus .menu {
    float: none;
    width: calc(100% - 20px);
    padding: 20px; }

  .menus .menu .item .image {
    height: 50px;
    right: 0;
    width: 80px; }

  .menus .menu .item {
    padding-right: 100px;
    min-height: 80px;
    padding-left: 50px; }

  .menus .menu .item .price {
    max-width: 40px; }

  .contact-wrapper {
    height: auto;
    padding: 0 20px; }
    .contact-wrapper .center-wrapper {
      position: relative;
      display: block; }
      .contact-wrapper .center-wrapper .center {
        position: relative;
        display: block;
        padding: 80px 0 20px; }

  .contact-wrapper .cols {
    padding: 0; }

  .contact-wrapper .cols .col-text {
    width: 100%;
    position: relative;
    padding: 0; }

  .contact-wrapper .cols .col-image {
    position: relative;
    top: 0;
    left: 0;
    height: 25vh;
    width: 100%;
    margin-top: 20px; }

  .popup-wrapper .inner-branches {
    width: calc(100% - 40px); }

  .popup-wrapper .inner-branches .text {
    width: 100%; }

  .popup-wrapper .inner-branches .text .inner-wrapper {
    padding: 20px; }

  .popup-wrapper .inner-branches .text .inner-wrapper h3 {
    font-size: 3.6em; }

  .popup-wrapper .inner-branches .text .rows {
    margin-top: 10px; }

  .popup-wrapper .inner-branches .text .rows .row .name {
    padding: 0;
    float: none; }

  .popup-wrapper .inner-branches .text .rows .row .address {
    float: none;
    padding: 0;
    margin-right: 0;
    margin-top: 4px; }

  .popup-wrapper .inner-branches .text .rows .row .phone {
    float: none;
    padding: 0;
    direction: rtl;
    margin-top: 4px; }
    .popup-wrapper .inner-branches .text .rows .row .phone:before {
      display: none; }

  .popup-wrapper .inner-branches .text .rows .row {
    padding: 14px 0; }

  .popup-wrapper .inner-branches .image {
    display: none; }

  .popup-wrapper .center.with-pad {
    padding: 60px 0; }

  p,
  input,
  textarea,
  .menus .menu {
    font-size: 15px; }

  .button {
    font-size: 15px; }

  .products .product .caption {
    font-size: 15px; }

  .page-content .four-videos {
    margin-top: 30px; }

  .page-content .four-videos .item {
    width: calc((100% - 20px));
    margin: 10px;
    float: none; }

  .videos-list .the-list {
    margin-top: 30px; }

  .videos-list .the-list .col {
    float: none;
    width: calc((100% - 20px));
    margin: 0 10px;
    background: white;
    padding: 20px;
    margin-bottom: 20px; }

  .menus .menu {
    margin-bottom: 20px; }

  .events-contact.m-t-50 {
    margin-top: 20px; }

  .videos-main-wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    height: 100vh;
    margin-top: 0; }
    .videos-main-wrapper .videos-main {
      width: 100%;
      left: 0;
      margin-left: 0;
      top: 0;
      margin-top: 0;
      height: 100%; }

  .videos-main .iframe-wrapper {
    height: calc(100vw * 0.5625);
    width: 100%;
    position: relative;
    margin-top: 60px; }

  .videos-main .list-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - (100vw * 0.5625) - 80px);
    padding: 20px; }

  .videos-main .list-wrapper h3 {
    font-size: 2.8em;
    font-weight: 400; }

  .fas .fa-wrapper {
    margin: 0 5px; }

  .hero .center-wrapper {
    height: calc(100vh - 120px); }

  input {
    -webkit-appearance: none !important;
    border-radius: 0 !important; }
    input[type="checkbox"] {
      -webkit-appearance: checkbox !important; }
    input[type="radio"] {
      -webkit-appearance: radio !important; }

  .hero .buttons {
    margin-top: 20px; }

  header {
    overflow: auto; }

  header .menu-content {
    position: relative;
    height: auto;
    min-height: 100vh;
    padding-bottom: 40px; }

  h5.quote {
    font-size: 2.1em;
    line-height: 1.4; }
    h5.quote:before {
      top: -15px; }

  header .kosher-button {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px; }

  .popup-wrapper .contain {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px); }

  .top-menu {
    height: 60px; }

  .top-menu .menu-cart {
    left: 20px; }

  .mini-bag {
    width: calc(100% - 50px);
    padding: 30px 20px 130px; }

  .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item img {
    width: 34px;
    height: 34px; }

  .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item {
    min-height: 34px; }

  .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data {
    width: calc(100% - 46px); }
    .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row {
      font-size: 15px; }
      .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row.first {
        padding-bottom: 4px;
        margin-bottom: 4px;
        margin-top: -2px;
        display: none; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part.last {
    display: none; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part.smaller {
    width: 56px;
    margin-right: 16px; }

  .mini-bag .woocommerce-mini-cart.cart_list .mini_cart_item .data .row .part {
    width: 56px;
    margin-right: 14px; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part.wide {
    width: calc(100% - 142px);
    font-weight: bold; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part
  .qty-minus {
    width: 16px;
    display: inline-block;
    text-align: center;
    font-weight: bold; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part
  .qty-plus {
    width: 16px;
    display: inline-block;
    text-align: center;
    font-weight: bold; }

  .mini-bag .woocommerce-mini-cart.cart_list {
    height: calc(100vh - 310px); }

  .mini-bag .mini-bag-title span {
    font-size: 14px; }

  .mini-bag .mini-bag-title {
    font-size: 32px;
    font-weight: 400; }

  .shop-wrapper {
    padding: 64px 0 0;
    min-height: 100vh;
    height: auto; }

  .shop-wrapper .slider {
    width: 100%;
    margin: 0; }

  .shop-wrapper .content {
    padding: 80px 20px;
    position: relative;
    display: block; }

  .shop-wrapper .content h5 {
    font-size: 1.6em;
    max-width: 330px;
    margin: auto; }
    .shop-wrapper .content h5 br {
      display: none; }

  .shop-wrapper .content h1 {
    font-size: 6em; }

  .shop-wrapper .content .branches .button {
    width: 230px;
    max-width: 150px;
    height: 50px;
    line-height: 1.1;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .page-headline.of-branch h1 {
    max-width: 260px;
    font-size: 5.4em;
    line-height: 0.9;
    margin: 8px auto 6px; }

  .page-headline p br {
    display: none; }

  .page-headline .lil-line {
    margin: 8px auto 14px; }

  .shop-grid {
    padding: 30px 20px; }

  .shop-grid .grid {
    width: calc(100% + 20px);
    margin: 0 -10px; }

  .shop-grid .grid .prod {
    width: calc(50% - 20px);
    margin: 0 10px 20px; }

  .shop-grid .grid .prod .desc .price {
    text-align: left; }

  .prod-popup .inner-wrapper {
    width: calc(100% - 40px);
    height: auto; }

  .prod-popup .inner-wrapper #product-content {
    flex-direction: column-reverse; }

  .prod-popup .inner-wrapper .image-wrapper {
    height: calc(86vw - 40px);
    width: 100%; }

  .prod-popup .inner-wrapper .text-wrapper {
    padding: 30px 20px;
    width: 100%;
    display: block; }

  .prod-popup .inner-wrapper .text-wrapper .inner h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 2px; }

  .prod-popup .inner-wrapper .text-wrapper .inner .divider {
    margin: 14px 0 20px; }

  .prod-popup .inner-wrapper .text-wrapper .inner .button {
    width: 100%; }

  .prod-popup .inner-wrapper .x-button {
    background: #fdfcf8;
    width: 24px;
    height: 24px; }

  .prod-popup .inner-wrapper.small {
    width: calc(100% - 80px);
    padding: 30px; }
    .prod-popup .inner-wrapper.small h4 {
      font-size: 24px;
      font-weight: 400; }

  .prod-popup .inner-wrapper.small .buttons {
    display: block;
    margin: 10px auto 0; }

  .prod-popup .inner-wrapper.small .buttons .button {
    margin: 10px 0 0;
    width: 160px; }

  .popup-wrapper .inner-message {
    padding: 30px;
    max-width: calc(100% - 80px); }

  .checkout-wrapper {
    padding: 60px 20px; }

  .checkout-headline {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400; }

  .checkout-wrapper .woocommerce form.woocommerce-checkout {
    margin-top: 20px; }

  .checkout-wrapper .woocommerce form .checkout-left-col {
    width: 100%;
    float: none;
    padding-top: 0; }

  .checkout-wrapper .woocommerce form .checkout-right-col {
    width: 100%;
    margin-top: 30px;
    float: none;
    padding: 30px 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); }

  .woocommerce ul#shipping_method li label {
    width: 100%;
    padding-left: 0;
    margin-left: 0; }

  .checkout-wrapper .woocommerce-error {
    width: 100%; }

  .mini-bag .center-it {
    overflow: hidden;
    height: calc(100% + 50px); }

  .mini-bag .center-it .image,
  .mini-bag .center-it .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .mini-bag .empty-cart-message {
    padding: 0 20px; }

  .mini-bag .empty-cart-message h4 {
    font-size: 28px; }

  .content.of-thanks p.woocommerce-thankyou-order-received {
    font-size: 24px;
    line-height: 1;
    max-width: 240px;
    margin: auto; }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 240px;
    margin: 0 auto 20px; }

  .woocommerce ul.order_details li {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    border-left: 0;
    margin-top: 14px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px dashed white; }

  .page-content.of-terms h2 {
    font-size: 28px; }

  .page-content.of-terms p,
  .page-content.of-terms h2 {
    margin-bottom: 10px; }

  .page-content.of-terms ul {
    margin-bottom: 24px; }

  .page-content.of-terms {
    margin-top: -22px; }

  .shop-grid .grid .prod {
    padding-bottom: 44px; }

  .shop-grid .grid .prod .desc {
    margin-top: 12px;
    display: block;
    text-align: center; }

  .shop-grid .grid .prod .desc .price {
    text-align: center;
    margin: 2px 0 0; }

  .shop-grid .grid .prod .button {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

  .stock-search-prod-wrapper {
    margin-top: 14px;
    width: calc(100% - 60px);
    max-width: 260px !important; }
    .stock-search-prod-wrapper input {
      font-size: 16px; }

  .stock-search-prod-wrapper i {
    bottom: 14px; }

  .stock-search-prod-wrapper i.fa-times-circle {
    bottom: 12px; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part
  .qty-minus {
    font-size: 16px; }

  .mini-bag
  .woocommerce-mini-cart.cart_list
  .mini_cart_item
  .data
  .row
  .part
  .qty-plus {
    font-size: 16px; } }
@media screen and (max-height: 660px) {
  .contact-wrapper {
    height: auto; }
    .contact-wrapper .center-wrapper {
      display: block;
      position: relative;
      height: auto; }
      .contact-wrapper .center-wrapper .center {
        display: block;
        position: relative;
        padding: 100px 0; } }

/*# sourceMappingURL=style.css.map */
