@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  direction: rtl;
  font-size: 1vw;
}

html[lang="en-US"] {
  direction: ltr;
}

body {
  margin: 0;
  padding: 0 0 0 calc(10rem - 2px);
  font-size: 1.2rem;
  font-family: "Mikhmoret Rounded", Sans-serif;
}

html[lang="en-US"] body {
  font-family: "Sofia Pro", Sans-serif;
}

@media (max-width: 1023px) {
  body {
    font-size: 5.2rem;
    padding: 0;
  }
}

a {
  color: #B88353;
}

.t-effect .elementor-button-link {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.t-effect .elementor-button-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.elementor-button {
  cursor: pointer;
}

.disabled {
  opacity: .5;
  pointer-events: none;
}

main {
  width: 100%;
}

#side-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 100vh;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  border-right: 1px solid #777777;
  z-index: 999;
}

@media (max-width: 1023px) {
  #side-menu {
    display: none;
  }
}

#side-menu > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1023px) {
  #side-menu > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 15%;
  }
}

#side-menu > div:not(:last-of-type) {
  border-bottom: 1px solid #777777;
}

@media (max-width: 1023px) {
  #side-menu > div:not(:last-of-type) {
    border-bottom: 0;
  }
}

#side-menu > div span {
  color: #DEC684;
}

#side-menu > div.active {
  background: #383839;
}

#side-menu > div.active:before, #side-menu > div.active:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #DEC684;
  left: 0;
}

#side-menu > div.active:before {
  top: -1px;
}

#side-menu > div.active:after {
  bottom: -1px;
}

#side-menu > div.active > a > span {
  color: #DEC684;
}

#side-menu > div > a {
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  #side-menu > div > a {
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#side-menu > div > a > span {
  display: block;
  color: #777777;
  pointer-events: none;
}

@media (min-width: 1024px) {
  #side-menu > div > a:hover > span, #side-menu > div > a:focus > span {
    color: #DEC684;
  }
}

#side-menu > div > a img {
  width: 2.2rem;
}

@media (max-width: 1023px) {
  #side-menu > div > a {
    display: block;
    margin: 0 auto;
    width: 9rem;
  }
}

#side-menu > div[data-section="cart"] > a img {
  width: 2.8rem;
  position: relative;
  left: -.2rem;
}

@media (min-width: 1024px) {
  #mobile-bottom-menu,
  #mobile-menu-wrapper,
  #mobile-menu-background {
    display: none !important;
  }
}

#floating-buttons {
  width: 4.2rem;
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 100;
}

@media (max-width: 1023px) {
  #floating-buttons {
    display: none;
  }
}

#floating-buttons > a {
  display: block;
  background-color: #B88353;
  border-radius: 6px;
  padding: .5rem;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 70%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
}

#floating-buttons > a.current {
  background-color: #dec684;
}

#floating-buttons > a:hover, #floating-buttons > a:focus {
  -webkit-transform: translateX(6%);
          transform: translateX(6%);
}

#floating-buttons > a img {
  display: block;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#floating-buttons > a + a {
  margin-top: 1rem;
}

body:not(.elementor-editor-active) > div[data-elementor-type='header'] div.elementor-menu-toggle {
  display: none !important;
}

body > div[data-elementor-type='header'] ul.sub-menu.elementor-nav-menu--dropdown li {
  border-bottom-width: 0 !important;
}

body > div[data-elementor-type='header'] .menu-trigger-wrapper {
  width: initial !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 15;
}

body > div[data-elementor-type='header'] .menu-trigger {
  display: none;
  z-index: 99999;
}

@media (max-width: 1023px) {
  body > div[data-elementor-type='header'] .menu-trigger {
    display: block;
  }
}

body > div[data-elementor-type='header'] .menu-trigger .hamburger .line {
  width: 26px;
  height: 3px;
  border-radius: 0;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body > div[data-elementor-type='header'] .menu-trigger .hamburger:hover {
  cursor: pointer;
}

body > div[data-elementor-type='header'] .menu-trigger .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

body > div[data-elementor-type='header'] .menu-trigger .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

body > div[data-elementor-type='header'] .menu-trigger .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

#mini-cart-wrapper {
  display: none;
}

#mini-cart {
  position: fixed;
  bottom: 0px;
  left: 10rem;
  width: 16rem;
  padding: 1rem;
  background-color: #282828;
  color: #FFFFFF;
  z-index: 1000;
}

#mini-cart .woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mini-cart .woocommerce-mini-cart-item .product-image {
  width: 25%;
}

#mini-cart .woocommerce-mini-cart-item .product-image img {
  display: block;
  width: 100%;
  height: auto;
}

#mini-cart .woocommerce-mini-cart-item .product-text {
  width: 64%;
  font-size: 70%;
  padding: 0 .7rem;
}

#mini-cart .woocommerce-mini-cart-item .product-trash {
  width: 11%;
  text-align: left;
}

#mini-cart .woocommerce-mini-cart__total {
  display: none;
}

#mini-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

#mini-cart .woocommerce-mini-cart__buttons a {
  background-color: #b58452;
  border: 1px solid #b58452;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  padding: .5rem 0;
  text-align: center;
  width: 70%;
  border-radius: 6px;
}

#mini-cart .woocommerce-mini-cart__buttons a:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

#mini-cart .woocommerce-mini-cart__buttons img {
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#mini-cart .woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
  display: none;
}

#mini-cart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mini-cart ul li:not(:first-of-type) {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #4a4a4a;
}

#mini-cart a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal !important;
}

#mini-cart a:hover {
  color: #DEC684;
}

#mini-cart .mini-cart-delivery {
  font-size: 70%;
  padding-bottom: .5rem;
}

@media (max-width: 1023px) {
  #mini-cart .mini-cart-delivery {
    padding-bottom: 4rem;
  }
}

#mini-cart .mini-cart-delivery img {
  float: right;
  width: 25%;
  margin: 0 0 0 .7rem;
}

@media (max-width: 1023px) {
  #mini-cart .mini-cart-delivery img {
    margin: 0 0 0 2rem;
  }
}

#mini-cart-count {
  position: absolute;
  top: .4rem;
  left: 50%;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  font-size: 85%;
}

.woocommerce-order-details__title {
  text-align: center;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var];
      grid-template-columns: repeat(var(--columns, 3), 1fr);
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1.5rem;
}

@media (max-width: 1023px) {
  .product-grid {
    -ms-grid-columns: (1fr)[var];
        grid-template-columns: repeat(var(--mobile-columns, 1), 1fr);
    row-gap: 1.4em;
  }
}

.product-grid div.product {
  background-color: #f7f7ef;
  padding: 1.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1023px) {
  .product-grid div.product {
    padding: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: initial;
  }
}

.product-grid div.product.not-allowed {
  pointer-events: none;
}

.product-grid div.product.not-allowed:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 2;
}

.product-grid div.product.not-allowed:after {
  content: "";
  position: absolute;
  background-image: url("../img/out-of-points.png");
  background-repeat: no-repeat;
  background-position: top left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (max-width: 1023px) {
  .product-grid div.product .product-image-wrapper {
    width: 35%;
  }
}

.product-grid div.product .product-details-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-grid div.product-image {
  width: 100%;
  padding-top: 80%;
  margin-bottom: .5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .product-grid div.product-image {
    padding-top: 100%;
  }
}

.product-grid div.product-title {
  font-weight: 700;
}

.product-grid div.product-title a {
  color: #000000;
  text-decoration: none;
}

.product-grid div.product-title a:hover, .product-grid div.product-title a:focus {
  text-decoration: underline;
}

html[lang="en-US"] .product-grid div.product-subtitle {
  margin: 8px 0;
  font-size: 85%;
}

.product-grid div.product-pricing {
  font-size: 85%;
}

.product-grid div.product-switcher {
  padding-top: 1rem;
}

.product-grid div.product-switcher:empty {
  display: none;
}

.product-grid div.product-quantity {
  padding-top: .5rem;
  margin-top: auto;
}

@media (max-width: 1023px) {
  .product-grid div.product-quantity {
    text-align: center;
    padding-top: 2rem;
  }
  .product-grid div.product-quantity .select-quantity {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  html[lang="en-US"] .product-grid div.product-quantity .select-quantity {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.product-grid div.product img.tavit {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .product-grid div.product img.tavit {
    width: 30%;
  }
}

.radio-switch {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #313131;
  background-color: #FFFFFF;
}

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: 1.6rem;
  width: 3.2rem;
}

@media (max-width: 1023px) {
  .radio-switch__item {
    height: 7rem;
    width: 17rem;
  }
}

.radio-switch__input {
  position: absolute;
  top: -400%;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: block;
  color: #313131;
  border-radius: 0;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  font-size: .85rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (max-width: 1023px) {
  .radio-switch__label {
    line-height: 7rem;
    font-size: 3.6rem;
  }
}

.radio-switch__input:checked ~ .radio-switch__label {
  color: #FFFFFF;
}

.radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__label :not(*):focus-within,
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -100%;
  border-radius: 0 4px 4px 0;
  background-color: #313131;
  height: 1.6rem;
  width: 3.2rem;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

html[lang="en-US"] .radio-switch__marker {
  right: auto;
  left: -100%;
  border-radius: 4px 0 0 4px;
}

@media (max-width: 1023px) {
  .radio-switch__marker {
    top: -1px;
    right: calc(-100% - 1px);
    height: calc(7rem + 2px);
    width: calc(17rem + 2px);
  }
}

.radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 4px 0 0 4px;
}

html[lang="en-US"] .radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-radius: 0 4px 4px 0;
}

.woocommerce-MyAccount-content .collection-tabs {
  margin: 1em 0;
}

.collection-tabs ul.tabs {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem !important;
}

@media (max-width: 1023px) {
  .collection-tabs ul.tabs {
    margin-bottom: 5rem !important;
  }
}

.collection-tabs ul.tabs li {
  padding: 7px 1.2rem !important;
  border-radius: 7px;
  background: #2d2d2d;
  color: #FFFFFF;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .collection-tabs ul.tabs li {
    width: initial;
    padding: 7px 25px !important;
    margin-left: -13px;
    margin-bottom: 10px;
  }
  .collection-tabs ul.tabs li.second {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .collection-tabs ul.tabs li.third {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .collection-tabs ul.tabs li.fourth {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .collection-tabs ul.tabs li.third, .collection-tabs ul.tabs li.fourth {
    margin-left: 0;
    margin-right: 5px !important;
  }
}

.collection-tabs ul.tabs li:not(:first-of-type) {
  margin-right: -10px;
}

@media (max-width: 1023px) {
  .collection-tabs ul.tabs li:not(:first-of-type) {
    margin-right: 0;
  }
}

.collection-tabs ul.tabs li.selected {
  background: #dabd8a;
  z-index: 5;
}

.collection-tabs ul.tabs li img {
  margin-left: 6px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

li[data-collection="83"] {
  position: relative;
}

li[data-collection="83"]:before {
  content: 'חדש!';
  color: #000;
  background-color: #DEC684;
  position: absolute !important;
  padding: 0.4rem 0.8rem 0.3rem;
  border-radius: 7px;
  z-index: -1;
  bottom: 0;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  -webkit-animation-name: pop;
          animation-name: pop;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 1023px) {
  li[data-collection="83"]:before {
    font-size: 5rem !important;
    padding: 2.5rem 4rem;
  }
}

li[data-collection="83"].selected:before {
  content: revert;
}

@-webkit-keyframes pop {
  0% {
    bottom: 0.1rem;
  }
  20% {
    bottom: 1.7rem;
  }
  60% {
    bottom: 1.7rem;
  }
  100% {
    bottom: 0.1rem;
  }
}

@keyframes pop {
  0% {
    bottom: 0.1rem;
  }
  20% {
    bottom: 1.7rem;
  }
  60% {
    bottom: 1.7rem;
  }
  100% {
    bottom: 0.1rem;
  }
}

@media (max-width: 1023px) {
  @-webkit-keyframes pop {
    0% {
      bottom: 0.1rem;
    }
    20% {
      bottom: 7rem;
    }
    60% {
      bottom: 7rem;
    }
    100% {
      bottom: 0.1rem;
    }
  }
  @keyframes pop {
    0% {
      bottom: 0.1rem;
    }
    20% {
      bottom: 7rem;
    }
    60% {
      bottom: 7rem;
    }
    100% {
      bottom: 0.1rem;
    }
  }
}

.select-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html[lang="en-US"] .select-quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select-quantity.single {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.select-quantity div[class*="button"] {
  height: 1.6rem;
  width: 1.6rem;
  line-height: 1.6rem;
  color: #FFFFFF;
  background: #313131;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 1023px) {
  .select-quantity div[class*="button"] {
    height: 7rem;
    width: 9rem;
    line-height: 7rem;
  }
}

.select-quantity div[class*="button"]:first-of-type {
  border-radius: 0 4px 4px 0;
}

.select-quantity div[class*="button"]:last-of-type {
  border-radius: 4px 0 0 4px;
}

.select-quantity input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px 0;
  border-color: #313131;
  height: 1.6rem;
  width: 3.2rem;
  font-size: .85rem;
  text-align: center;
  border-radius: 0;
}

@media (max-width: 1023px) {
  .select-quantity input {
    height: 7rem;
    width: 16rem;
    font-size: 3.6rem;
  }
}

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

.select-quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .cart-is-empty {
  color: #FFFFFF;
  text-align: center;
  font-size: 120%;
}

form.checkout.woocommerce-checkout .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

form.checkout.woocommerce-checkout .col-wrapper > div.col-r {
  width: 45%;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout .col-wrapper > div.col-r {
    width: 100%;
  }
}

form.checkout.woocommerce-checkout .col-wrapper > div.col-l {
  width: 55%;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout .col-wrapper > div.col-l {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout .col-wrapper {
    position: relative;
    top: initial;
    -webkit-transform: none;
            transform: none;
    padding: 7rem 5rem;
  }
  form.checkout.woocommerce-checkout .col-wrapper > div {
    width: 100%;
  }
}

form.checkout.woocommerce-checkout h3 {
  margin: 0 0 2rem;
  font-size: 3em;
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout h3 {
    font-size: 9rem;
  }
}

form.checkout.woocommerce-checkout #customer_details, form.checkout.woocommerce-checkout #order_review_heading, form.checkout.woocommerce-checkout #order_review {
  width: 100%;
  float: none;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields label,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields label {
  display: none;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields input:not([type="checkbox"]), form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields input:not([type="checkbox"]),
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 6px .5em;
  font-family: "Varela Round", Sans-serif;
  font-size: 1rem;
  outline: none;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields input:not([type="checkbox"]):focus, form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea:focus,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields input:not([type="checkbox"]):focus,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea:focus {
  border: 2px solid #DEC684;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields input:not([type="checkbox"]), form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea,
  form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields input:not([type="checkbox"]),
  form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
    font-size: 4.6rem;
  }
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
  padding: 8px 0.5rem;
  resize: none;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields ::-webkit-input-placeholder,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields ::-webkit-input-placeholder {
  color: #E0E0E0;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields :-ms-input-placeholder,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields :-ms-input-placeholder {
  color: #E0E0E0;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields ::-ms-input-placeholder,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields ::-ms-input-placeholder {
  color: #E0E0E0;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields ::placeholder,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields ::placeholder {
  color: #E0E0E0;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_email_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_email_field {
  width: 100%;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_first_name_field, form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_phone_field, form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_city_field, form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_address_1_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_first_name_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_phone_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_city_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_address_1_field {
  width: calc(50% - .5rem);
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_floor_field, form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_address_2_field, form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields #billing_entrance_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_floor_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_address_2_field,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #billing_entrance_field {
  width: calc(100% / 3 - .5rem);
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row,
form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields .form-row {
  margin-bottom: 1rem;
}

form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  display: none;
}

form.checkout.woocommerce-checkout #customer_details .col-1, form.checkout.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

form.checkout.woocommerce-checkout #customer_details #billing_country_field {
  display: none;
}

form.checkout.woocommerce-checkout #customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-end: 2.1rem;
          padding-inline-end: 2.1rem;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout #customer_details {
    padding: 0;
  }
  form.checkout.woocommerce-checkout #customer_details .step-buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    padding-bottom: 5rem;
  }
  form.checkout.woocommerce-checkout #customer_details .col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  form.checkout.woocommerce-checkout #customer_details .col-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

form.checkout.woocommerce-checkout #order_review_heading {
  -webkit-padding-start: 2.1rem;
          padding-inline-start: 2.1rem;
  -webkit-padding-end: 4.2rem;
          padding-inline-end: 4.2rem;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout #order_review_heading {
    padding: 5rem 0 0 0;
  }
}

form.checkout.woocommerce-checkout #payment {
  background-color: transparent;
  -webkit-padding-start: 13%;
          padding-inline-start: 13%;
  -webkit-padding-end: 20%;
          padding-inline-end: 20%;
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout #payment {
    padding: 0 12%;
  }
}

form.checkout.woocommerce-checkout #payment .form-row.place-order, form.checkout.woocommerce-checkout #payment .form-row.validate-required {
  padding: 0 !important;
}

form.checkout.woocommerce-checkout #payment .woocommerce-terms-and-conditions-link {
  color: #DEC684;
}

form.checkout.woocommerce-checkout #payment #place_order {
  float: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background-color: var(--background, #B88353);
  color: var(--color, #FFF);
  border: 0;
  border-radius: 10px;
  padding: 0.5em 1em 0.4em 1em;
  font-family: "Mikhmoret Rounded", Sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .1s linear !important;
  transition: -webkit-box-shadow .1s linear !important;
  transition: box-shadow .1s linear !important;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear !important;
}

@media (max-width: 1023px) {
  form.checkout.woocommerce-checkout #payment #place_order {
    font-size: 5.2rem;
    padding: 0.5em .7em 0.4em .7em;
  }
}

form.checkout.woocommerce-checkout #payment #place_order:hover, form.checkout.woocommerce-checkout #payment #place_order:focus {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--border, #FFF) !important;
          box-shadow: inset 0px 0px 0px 2px var(--border, #FFF) !important;
}

form.checkout.woocommerce-checkout #payment #place_order span {
  font-size: 140%;
}

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

form.checkout.woocommerce-checkout table.shop_table {
  color: #DEC684;
  border-collapse: collapse;
}

#order_review {
  -webkit-padding-start: 2.1rem;
          padding-inline-start: 2.1rem;
}

@media (max-width: 1023px) {
  #order_review {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  #order_review {
    margin-top: -.8rem;
  }
}

#order_review table.shop_table {
  text-align: center;
}

#order_review table.shop_table th,
#order_review table.shop_table tbody th,
#order_review table.shop_table tfoot td,
#order_review table.shop_table tfoot th {
  font-weight: normal;
}

#order_review table.shop_table .order-total
table.shop_table .order-total th {
  font-weight: 700;
}

#order_review table.shop_table thead,
#order_review table.shop_table .order-total {
  color: #FFFFFF;
}

#order_review table.shop_table .order-total th[colspan],
#order_review table.shop_table .order-total td[colspan] {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

#order_review table.shop_table .order-total th[colspan]:last-child,
#order_review table.shop_table .order-total td[colspan]:last-child {
  border: 0;
}

#order_review table.shop_table,
#order_review table.shop_table th,
#order_review table.shop_table td {
  border: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  vertical-align: top;
}

#order_review table.shop_table th.product-image, #order_review table.shop_table td.product-image {
  width: 13%;
}

@media (max-width: 1023px) {
  #order_review table.shop_table th.product-image, #order_review table.shop_table td.product-image {
    width: 55%;
  }
}

#order_review table.shop_table th.product-name, #order_review table.shop_table td.product-name {
  width: 40%;
}

@media (max-width: 1023px) {
  #order_review table.shop_table th.product-name, #order_review table.shop_table td.product-name {
    width: 55%;
  }
}

#order_review table.shop_table th.product-price, #order_review table.shop_table td.product-price {
  width: 7%;
}

@media (max-width: 1023px) {
  #order_review table.shop_table th.product-price, #order_review table.shop_table td.product-price {
    width: 55%;
  }
}

#order_review table.shop_table th.product-quantity, #order_review table.shop_table td.product-quantity {
  width: 20%;
}

@media (max-width: 1023px) {
  #order_review table.shop_table th.product-quantity, #order_review table.shop_table td.product-quantity {
    width: 55%;
  }
}

#order_review table.shop_table th.product-total, #order_review table.shop_table td.product-total {
  width: 15%;
}

@media (max-width: 1023px) {
  #order_review table.shop_table th.product-total, #order_review table.shop_table td.product-total {
    width: 10%;
  }
}

#order_review table.shop_table th.product-remove, #order_review table.shop_table td.product-remove {
  width: 5%;
  margin-left: 0;
  float: none;
}

@media (max-width: 1023px) {
  #order_review table.shop_table th.product-remove, #order_review table.shop_table td.product-remove {
    width: 10%;
  }
}

#order_review table.shop_table td.product-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  min-width: initial;
  text-align: right;
}

html[lang="en-US"] #order_review table.shop_table td.product-name {
  text-align: left;
}

#order_review table.shop_table td.coupon-amount {
  direction: ltr;
  white-space: nowrap;
}

#order_review table.shop_table td.coupon-amount a {
  display: none;
}

#order_review table.shop_table td.product-remove {
  text-align: center;
}

#order_review table.shop_table td.product-remove a {
  color: #FFFFFF;
}

#order_review table.shop_table td.product-remove a:hover, #order_review table.shop_table td.product-remove a:focus {
  color: #DEC684;
}

#order_review table.shop_table td.product-shipping {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#order_review table.shop_table .remove-link {
  color: #FFFFFF;
}

#order_review table.shop_table img {
  width: 3.6rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  display: block;
}

#order_review .opc_order_review .product-details {
  float: none;
}

#order_review .woocommerce-shipping-totals.shipping td span.shipping-label {
  color: #FFFFFF;
  font-size: 85%;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  white-space: nowrap;
}

body:not(.logged-in) #order_review .payment_box, #order_review .payment_box:not(.payment_method_gobitpaymentgateway), #order_review .about_paypal {
  display: none !important;
}

#order_review .payment_method_gobitpaymentgateway ul {
  margin: 0;
  padding: 0;
}

#order_review .payment_method_gobitpaymentgateway .gb-payment-method-description {
  display: none;
}

#order_review .payment_method_gobitpaymentgateway #tranzila-choose-number-of-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

@media (max-width: 1023px) {
  #order_review .payment_method_gobitpaymentgateway #tranzila-choose-number-of-payments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#order_review .payment_method_gobitpaymentgateway #tranzila-choose-number-of-payments p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}

@media (max-width: 1023px) {
  #order_review .payment_method_gobitpaymentgateway #tranzila-choose-number-of-payments p {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    margin-bottom: .5em;
  }
}

#order_review .wc_payment_methods {
  padding: 0 !important;
  border: 0 !important;
}

#order_review .wc_payment_methods .wc_payment_method {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#order_review .wc_payment_methods .wc_payment_method > input {
  position: absolute;
  top: 1.2em;
  margin: 0 !important;
}

#order_review .wc_payment_methods .wc_payment_method > label {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-padding-start: 1.2em;
          padding-inline-start: 1.2em;
}

#order_review .wc_payment_methods .wc_payment_method > label img {
  margin: 0 !important;
  height: 1.5rem;
  pointer-events: none;
}

@media (max-width: 1023px) {
  #order_review .wc_payment_methods .wc_payment_method > label img {
    height: 5rem;
  }
}

#order_review .select-quantity div[class*="button"] {
  background-color: #DEC684;
  color: #000;
  text-align: center;
}

#order_review .select-quantity input {
  width: 2.2rem;
  border-width: 0;
}

body:not(.woocommerce-account) .woocommerce-message {
  display: none !important;
}

.woocommerce-info {
  display: none;
}

.cart-is-empty {
  display: none;
}

body.empty-cart form.woocommerce-checkout {
  display: none;
}

body.empty-cart .cart-is-empty {
  padding: 8rem 0;
  display: block;
}

.woocommerce-account-fields .create-account {
  display: none;
}

ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 0 auto !important;
  text-align: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  ul.order_details {
    width: 100%;
  }
}

ul.order_details li {
  width: 50% !important;
  float: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 1em !important;
}

@media (max-width: 1023px) {
  ul.order_details li {
    width: 100% !important;
  }
}

.woocommerce-order {
  color: #FFFFFF;
  padding: 0 10rem;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 2.6em;
  margin-top: 0;
  text-align: center;
}

.woocommerce-order ul {
  padding: 0;
}

.woocommerce-order table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.woocommerce-order table.shop_table td, .woocommerce-order table.shop_table th {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.language-select li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.2em 0.8em;
}

@media (max-width: 1023px) {
  .language-select li {
    padding: 0.2em 0.4em;
  }
}

.language-select li.language-select-selected {
  border: 1px solid black;
  cursor: pointer;
  position: relative;
}

.language-select li.language-select-selected label {
  color: #bb8855;
  pointer-events: none;
  margin-right: 0.3em;
}

.language-select li.language-select-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
  left: 1em;
  width: .5em;
  height: .5em;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #000;
}

.language-select li img {
  height: 11px;
  width: 16px;
}

.language-select .language-select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
}

.language-select .language-select-dropdown li {
  border: 1px solid black;
  border-top: none;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.language-select .language-select-dropdown li:hover {
  background-color: #E0E0E0;
}

.language-select .language-select-dropdown li a {
  color: #000;
}

html[lang='en-US'] .language-select .language-select-selected:after {
  right: 1em;
  left: auto;
}

@media (max-width: 1023px) {
  html[lang='en-US'] .language-select .language-select-selected:after {
    right: 2rem;
  }
}

html[lang='en-US'] .language-select .language-select-selected label {
  margin-left: 0.3em;
}

@media (max-width: 1023px) {
  html[lang='en-US'] .language-select .language-select-selected label {
    margin-left: 0.5em;
  }
}

body.page-id-301 #free-shipping {
  background-color: #f7f7ef !important;
}

@media (max-width: 1023px) {
  body {
    padding-top: 16rem;
    padding-bottom: 20rem;
  }
  #mobile-top-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    height: 16rem;
  }
  #mobile-top-menu > div {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mobile-menu-background {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1500;
    background: rgba(0, 0, 0, 0.65);
  }
  #mobile-menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 100vh;
    width: calc(100% - 10rem);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }
  html[lang="en-US"] #mobile-menu-wrapper {
    right: initial;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #mobile-menu-wrapper.active {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #mobile-menu-wrapper .mobile-menu-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mobile-menu-wrapper .head {
    background-color: #DEC684;
    padding: .6em;
    text-align: center;
    color: #FFFFFF;
    font-size: 120%;
    position: relative;
  }
  #mobile-menu-wrapper .head .close {
    position: absolute;
    top: 50%;
    right: 5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #000000;
    font-weight: 300;
  }
  #mobile-menu-wrapper .head .close img {
    width: 1.4em;
    height: auto;
    display: block;
  }
  #mobile-menu-wrapper .body {
    padding: .5em;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #mobile-menu-wrapper .body .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mobile-menu-wrapper .body .links > div {
    width: calc(100% / 3);
    text-align: center;
    padding: .5em;
  }
  #mobile-menu-wrapper .body .links > div a {
    color: #000000;
    font-size: 85%;
    text-decoration: none;
  }
  #mobile-menu-wrapper .body .links > div img {
    display: block;
    width: 55%;
    height: auto;
    max-height: 45px;
    margin: 0 auto .5em;
  }
  #mobile-menu-wrapper .body .links .disabled {
    opacity: .35;
    pointer-events: none;
  }
  #mobile-menu-wrapper .body .links small {
    display: block;
    font-size: 75%;
  }
  #mobile-menu-wrapper .foot {
    background-color: #DEC684;
    padding: .8em;
    text-align: center;
    color: #FFFFFF;
  }
  #mobile-menu-wrapper .language-switcher-elementor-widget a.elementor-icon {
    margin: 0;
    -webkit-margin-end: 3rem;
            margin-inline-end: 3rem;
  }
  html[lang="en-US"] #mobile-menu-wrapper .language-switcher-elementor-widget .elementor-social-icons-wrapper {
    text-align: left;
  }
  #mobile-menu-wrapper .language-switcher {
    margin-top: 4rem;
  }
  #mini-cart {
    top: 16rem;
    bottom: initial;
    left: 0;
    width: 65%;
    padding: 4rem;
  }
  #mini-cart .woocommerce-mini-cart-item .product-text {
    padding: 0 2rem 0 .7rem;
  }
  #mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #a5a5a5;
    z-index: 999;
    overflow: hidden;
    -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.1);
    font-size: 4rem;
    text-align: center;
  }
  html[lang="en-US"] #mobile-bottom-menu {
    font-size: 3.4rem;
  }
  #mobile-bottom-menu > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  #mobile-bottom-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    height: 100%;
  }
  #mobile-bottom-menu a img, #mobile-bottom-menu a svg {
    display: block;
    margin: 0 auto 1rem;
    width: 8rem;
  }
  #mobile-bottom-menu > div.active svg * {
    fill: #DEC684 !important;
  }
  #mobile-mini-cart-trigger {
    color: #FFFFFF;
    position: relative;
    text-align: center;
    font-size: 75%;
  }
  #mobile-mini-cart-trigger img {
    position: relative;
    left: -1rem;
    width: 9rem;
  }
  #mobile-mini-cart-trigger #mobile-mini-cart-count {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
  }
  #mobile-mini-cart-trigger #mobile-mini-cart-total {
    display: block;
    margin-top: -2rem;
  }
  #order_review table.shop_table thead {
    display: none;
  }
  #order_review table.shop_table tbody tr {
    padding: 4rem 0;
    display: -ms-grid;
    display: grid;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -ms-grid-columns: 3fr 1fr 2fr 1fr 1fr;
        grid-template-columns: 3fr 1fr 2fr 1fr 1fr;
        grid-template-areas: 'product-image product-name product-name product-name product-name' 'product-image product-price product-quantity product-total product-remove';
  }
  #order_review table.shop_table tbody tr td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }
  #order_review table.shop_table tbody tr td.product-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: product-image;
    padding: .8rem 0 0 !important;
  }
  #order_review table.shop_table tbody tr td.product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-area: product-name;
    padding: 0 0 2rem 0 !important;
    border-bottom: 0;
    line-height: 1.2;
  }
  #order_review table.shop_table tbody tr td.product-price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: product-price;
    white-space: nowrap;
  }
  #order_review table.shop_table tbody tr td.product-quantity {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: product-quantity;
  }
  #order_review table.shop_table tbody tr td.product-total {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
    grid-area: product-total;
    white-space: nowrap;
  }
  #order_review table.shop_table tbody tr td.product-remove {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    grid-area: product-remove;
    font-size: 85%;
    position: relative;
    top: 1rem;
  }
  #order_review table.shop_table tbody tr td.product-price:after {
    content: "x";
    margin: 0 1rem;
    color: #FFFFFF;
  }
  #order_review table.shop_table tbody tr td.product-total:before {
    content: "=";
    margin: 0 1rem;
    color: #FFFFFF;
  }
  #order_review table.shop_table tbody tr td .select-quantity div[class*="button"] {
    width: 6rem;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 3fr 3fr 1fr;
        grid-template-columns: 3fr 3fr 1fr;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td {
    padding: 0 !important;
    width: 10%;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td.product-shipping-image {
    width: 25%;
  }
  #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td.product-shipping {
    width: 65%;
  }
  #order_review table.shop_table tfoot tr.fee {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 3fr 3fr 1fr;
        grid-template-columns: 3fr 3fr 1fr;
  }
  #order_review table.shop_table tfoot tr.fee td {
    padding: 0 !important;
    width: 10%;
  }
  #order_review table.shop_table tfoot tr.fee td:nth-child(1) {
    width: 25%;
  }
  #order_review table.shop_table tfoot tr.fee td:nth-child(2) {
    width: 65%;
  }
  #order_review table.shop_table tfoot tr.fee td:nth-child(3) {
    white-space: nowrap;
  }
  #order_review table.shop_table tfoot td:empty {
    display: none;
  }
  #order_review table.shop_table img {
    width: 85%;
    margin: 0;
  }
  #order_review .select-quantity input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .crisp-client a {
    display: none !important;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.myaccount_mobile_menu {
  display: none;
}

html[lang="en-US"] .myaccount_mobile_menu {
  display: none;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu {
    display: block;
  }
}

.myaccount_mobile_menu-wrapper {
  min-width: 15rem;
  position: relative;
  margin: 1.4rem 0;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu-wrapper {
    margin: 0 5rem 0 0;
    width: 7rem;
    height: 7rem;
    min-width: initial;
  }
}

.myaccount_mobile_menu .myaccount_mobile_icon.registration-required {
  display: none;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu .myaccount_mobile_icon.registration-required {
    display: block;
  }
}

.myaccount_mobile_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 0.5rem;
  padding-right: 1.2rem;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu a {
    padding: 2rem;
  }
}

.myaccount_mobile_menu a:hover {
  background-color: #fcfaf4;
}

.myaccount_mobile_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.myaccount_mobile_menu .myaccount_mobile_dropdown_header {
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu .myaccount_mobile_dropdown_header {
    padding: 2rem;
  }
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  z-index: 999;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu nav.myaccount_mobile_dropdown {
    display: none;
    width: 56rem;
    position: absolute;
    top: 12rem;
    right: -2rem;
    background-color: #fff;
    z-index: 999;
  }
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 86%;
  top: 0;
  border: 15px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #ececec;
  -webkit-transform: translate(-50%, calc(-100%));
          transform: translate(-50%, calc(-100%));
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu nav.myaccount_mobile_dropdown:before {
    left: 90%;
  }
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header {
  background-color: #ececec;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header ul li a {
  text-decoration: underline;
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header ul li + li {
  margin-right: 3rem;
  position: relative;
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header ul li + li:before {
  content: '';
  height: 4rem;
  width: 4rem;
  border-right: 1px solid #000;
  color: #000;
  position: absolute;
  top: 3.5rem;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header .close-icon {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_dropdown_header .close-icon {
    height: 5rem;
    width: 5rem;
    margin-left: 2rem;
  }
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_content ul li {
  background-color: #fff;
  border: 1px solid #ececec;
}

.myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_content ul li img {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 1rem;
}

@media (max-width: 1023px) {
  .myaccount_mobile_menu nav.myaccount_mobile_dropdown .myaccount_mobile_content ul li img {
    height: 7rem;
    width: 7rem;
    margin-left: 2rem;
  }
}

.club-instructions {
  text-align: center;
}

.club-instructions-trigger {
  margin-top: 2rem;
  text-align: center;
}

.club-instructions-trigger + .club-instructions {
  display: none;
}

.club-instructions a {
  display: inline-block;
  background-color: #B88353;
  color: #ffffff;
  padding: 8px 25px;
  border-radius: 8px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  font-size: 1.4rem;
}

.club-instructions a:hover, .club-instructions a:focus {
  background-color: #111111;
}

@media (max-width: 1023px) {
  .club-instructions a {
    font-size: 5rem;
  }
}

.product-grid.with-points {
  margin-top: 5rem;
}

@media (min-width: 1024px) {
  .product-grid.with-points {
    margin-top: 2rem;
    max-height: 570px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
  }
}

.cart--join-to-club {
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}

.cart--join-to-club:hover, .cart--join-to-club:focus {
  border: 2px solid #FFF;
}

.cart--club-points {
  position: relative;
}

.cart--club-points div {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
}

@media (max-width: 1023px) {
  .cart--club-points div {
    right: 3rem;
    font-size: 90%;
  }
}

.cart--club-points div span:not(.cart-points) {
  display: block;
}

.cart--club-points div span:not(.cart-points):first-of-type {
  font-size: 75%;
}

.sweetango-card {
  padding-top: 58.3%;
  position: relative;
  overflow: hidden;
}

.sweetango-card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sweetango-card span.current-points {
  position: absolute;
  top: 25%;
  right: 9%;
  font-size: 4rem;
  color: #dfc186;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .sweetango-card span.current-points {
    font-size: 20rem;
  }
}

.sweetango-card-wrapper {
  width: 290px;
  margin: 0 auto;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .sweetango-card-wrapper {
    width: 100%;
    margin-bottom: 1.4em;
  }
}

.swal2-popup.bigger {
  width: 44em;
}

.swal2-popup.bigger .swal2-html-container {
  padding: 0;
}

.swal2-popup .mobile {
  display: none;
}

.swal2-popup img {
  width: 100%;
}

@media (max-width: 1023px) {
  .swal2-popup {
    width: 98% !important;
  }
  .swal2-popup button {
    font-size: 3.2em !important;
  }
  .swal2-popup .desktop {
    display: none;
  }
  .swal2-popup .mobile {
    display: block;
  }
}

.swal2-styled.swal2-confirm {
  background-color: #B88353 !important;
}

.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(184, 131, 83, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(184, 131, 83, 0.5) !important;
}

.desktop-only {
  display: block;
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-only {
    display: block;
  }
}

.product-gallery-main {
  height: auto;
}

.product-gallery-main.is-fullscreen {
  z-index: 999999 !important;
}

.product-gallery-main.is-fullscreen img {
  height: 100%;
  width: auto;
  margin: 0 50%;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .product-gallery-main.is-fullscreen img {
    height: auto;
  }
}

.product-gallery-main.is-fullscreen .flickity-prev-next-button.next {
  left: 6em !important;
}

@media (max-width: 1023px) {
  .product-gallery-main.is-fullscreen .flickity-prev-next-button.next {
    display: none;
  }
}

.product-gallery-main.is-fullscreen .flickity-prev-next-button.previous {
  right: 6em !important;
}

@media (max-width: 1023px) {
  .product-gallery-main.is-fullscreen .flickity-prev-next-button.previous {
    display: none;
  }
}

.flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flickity-rtl .flickity-fullscreen-button {
  right: 10em;
  top: 2em;
}

.product-gallery-sub {
  margin-top: 3em;
  height: 5em;
}

.product-gallery-sub img {
  width: 5em;
  height: 5em !important;
}

.flickity-fullscreen-button-exit {
  right: 12em !important;
  top: 2em !important;
  left: revert !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .flickity-fullscreen-button-exit {
    right: 2em !important;
    top: 10em !important;
  }
}

.flickity-fullscreen-button-exit:before {
  position: absolute;
  content: '\2715';
  font-size: 1.5em;
  color: #000;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flickity-fullscreen-button-exit .flickity-button-icon {
  display: none !important;
}

.flickity-page-dots {
  padding-top: 1em;
}

.flickity-page-dots .dot {
  border-radius: 0px !important;
  border: 1px solid #dabb86;
  background-color: transparent !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
}

.flickity-page-dots .is-selected {
  background-color: #dabb86 !important;
}

.product-gallery-sub .attachment-thumbnail {
  border: 2px solid transparent;
  margin: 0 0.5em;
}

.product-gallery-sub .is-nav-selected {
  border: 2px solid #B88353;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: -5em !important;
}

.flickity-rtl .flickity-prev-next-button.previous {
  right: -5em !important;
}

.simple-switch {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .simple-switch {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.simple-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.simple-switch input:checked + .slider {
  background-color: #B88353;
}

.simple-switch input:checked + .slider:before {
  content: "כן";
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #B88353;
}

.simple-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #B88353;
          box-shadow: 0 0 1px #B88353;
}

.simple-switch .slider {
  display: block;
  position: relative;
  width: 60px;
  height: 34px;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  margin-left: 12px;
}

.simple-switch .slider:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  content: "לא";
  font-size: 13px;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  color: #222;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

@media (max-width: 1023px) {
  .simple-switch .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #313131;
  color: #FFF;
}

.woocommerce-checkout #payment div.payment_box:before {
  border-bottom: 1em solid #313131;
}

#tranzila-choose-number-of-payments {
  background-color: #414141 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

form.post-password-form {
  background-color: #f7f7ef;
  display: block;
  width: 60%;
  margin: 8rem auto;
  padding: 3rem 0;
  text-align: center;
}

@media (max-width: 1023px) {
  form.post-password-form {
    width: calc(100% - 40px);
    margin: 10rem auto;
    padding: 2rem 4rem;
  }
}

form.post-password-form input[type="password"] {
  padding: .25rem .5rem;
  font-size: 1rem;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  text-align: center;
}

@media (max-width: 1023px) {
  form.post-password-form input[type="password"] {
    padding: 1rem 2rem;
    font-size: 4rem;
  }
}

form.post-password-form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: .35rem 1rem .15rem;
  font-size: 1rem;
  background-color: #B88353;
  border: 2px solid rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  border-radius: 10px;
  font-family: "Mikhmoret Rounded";
  cursor: pointer;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

form.post-password-form input[type="submit"]:hover, form.post-password-form input[type="submit"]:focus {
  background-color: #000000;
}

@media (max-width: 1023px) {
  form.post-password-form input[type="submit"] {
    padding: 1.4rem 4rem .6rem;
    font-size: 4rem;
  }
}
/*# sourceMappingURL=global.css.map */