:root {
  --checkout-highlight-color: #ffe178;
  --checkout-bg:#231f20;
  --checkout-base-color:#fff;
  --checkout-header-background: #231f20;
  --checkout-footer-bg:#231f20;
  --checkout-summary-header-background: #ffe178;
  --checkout-summary-header-color:#231f20;
  --checkout-summary-base-color:#231f20;
  --checkout-approve-btn-bg: #ffe178;
  --checkout-approve-btn-color:#231f20;
  --checkout-labels-color: #fff;
  --checkout-form-input-color: #fff;
  --checkout-form-input-background:#231f20;
  --checkout-payment-btn-color:#231f20;
  --checkout-labels-font-size:20px;
  --checkout-progress-bg: #231f20;
  --checkout-progress-color: #fff;
  --checkout-progress-border-color: #fff;
  --checkout-progress-bg-active: #231f20;
  --checkout-progress-color-active:#fff;
  --checkout-layout-box-shadow: none;
  --input-simple-border-bottom: 1px solid #DDDDDD;
  --input-simple-border-bottom-focus: 1px solid #ffe178;
  --pelecard-loader-img: url("https://acdn.foodbox.co.il/wp-content/uploads/sites/23/2019/02/11133358/cube.svg");
  --pelecard-loader-img-size:80px;
  --pelecard-loader-animation: animate-spin 1.5s linear infinite;
  --pelecard-overlay-bg:rgba(35, 31, 32,0.9)!important;
  --pelecard-bg: var(--checkout-bg);
  --pelecard-approve-btn-bg:var(--checkout-approve-btn-bg);
  --pelecard-approve-btn-color:var(--checkout-approve-btn-color);
  --pelecard-labels-color:  var(--checkout-labels-color);
  --pelecard-input-bg: var(--checkout-form-input-background);
  --pelecard-input-color:  var(--checkout-form-input-color);
  --pelecard-input-border: var(--input-simple-border-bottom);
  --pelecard-input-border-focus: var(--input-simple-border-bottom-focus);
}

:root #checkout-layout {
  --error-label-color:#fff;
}

@font-face {
  font-family: 'taamula';
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/taamula-medium-aaa.eot");
  src: url("./fonts/taamula-medium-aaa.eot#iefix") format("embedded-opentype"), url("./fonts/taamula-medium-aaa.woff") format("woff");
}

@font-face {
  font-family: 'almoni-neue';
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/almoni-neue-regular-aaa.eot");
  src: url("./fonts/almoni-neue-regular-aaa.eot#iefix") format("embedded-opentype"), url("./fonts/almoni-neue-regular-aaa.woff") format("woff"), url("./fonts/almoni-neue-regular-aaa.woff2") format("woff2");
}

/* @params duration | timing-function | delay | name */
/* Disables the selection */
/* Disables the drag event */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-family: "almoni-dl", arial, sans-serif;
  vertical-align: baseline;
}

input, textarea, .alertify .ajs-header, button {
  font-family: "almoni-dl", arial, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

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

.clear {
  clear: both;
}

.only-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  min-width: unset !important;
}

@-webkit-keyframes move-slow {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -9px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes move-slow {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -9px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes move-slow2 {
  0% {
    margin-top: -9px;
  }
  40% {
    margin-top: 0px;
  }
  100% {
    margin-top: -9px;
  }
}

@keyframes move-slow2 {
  0% {
    margin-top: -9px;
  }
  40% {
    margin-top: 0px;
  }
  100% {
    margin-top: -9px;
  }
}

@-webkit-keyframes pizza {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transform-origin: 12% 20%;
    transform-origin: 12% 20%;
  }
  40% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@keyframes pizza {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    -webkit-transform-origin: 12% 20%;
    transform-origin: 12% 20%;
  }
  40% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

img {
  max-width: 100%;
}

body {
  background: #231F20;
  color: #231f20;
}

.wrap {
  overflow: hidden;
  padding: 0 10px 80px;
}

@media (max-width: 768px) {
  .wrap {
    padding: 0 5px 20px;
  }
}

.has-border {
  border: 5px solid #A7A5A5;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.has-border:after {
  content: "";
  position: absolute;
  border: 5px solid #A7A5A5;
  z-index: -1;
  left: 12px;
  top: -21px;
  bottom: -21px;
  right: 12px;
  border-top: none;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (max-width: 768px) {
  .has-border {
    border-width: 4px;
    padding: 40px 0;
  }
  .has-border:after {
    border-width: 4px;
    left: 4px;
    right: 4px;
    top: -12px;
    bottom: -12px;
  }
}

.has-border.has-border-bottom {
  border-top: none;
}

.site_width {
  max-width: 1245px;
  margin: 0 auto;
}

.site {
  border-top: none;
  border-bottom: none;
  position: relative;
  padding: 65px 0 15px;
  min-height: calc(100vh - 130px);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.site.has-border:after {
  border-bottom: none;
}

.site .inner-content {
  margin-bottom: 45px;
  padding: 0 85px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .site .inner-content {
    padding: 50px 20px;
  }
}

.mobile-top-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-top-bar {
    display: block;
    position: static;
    height: 70px;
  }
  .mobile-top-bar .call {
    display: inline-block;
    width: 50px;
    margin: 15px 5px;
  }
  .mobile-top-bar .call img {
    max-height: 100%;
  }
}

#siteHeader {
  background: #231F20;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 60px 10px 0;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

@media (max-width: 768px) {
  #siteHeader {
    padding: 0px 5px 0;
  }
}

#siteHeader .site_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none;
  position: relative;
}

#siteHeader .site_width:after {
  border-bottom: none;
  border-top: 5px solid #A7A5A5;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  #siteHeader .site_width {
    padding: 0;
  }
}

#siteHeader #logo {
  width: 220px;
  height: 65px;
  background: #231F20;
  z-index: 2;
  text-align: center;
  float: none;
  margin: auto;
  margin-top: -45px;
}

#siteHeader #logo a {
  display: block;
}

#siteHeader #logo a img {
  max-width: 185px;
}

@media (max-width: 768px) {
  #siteHeader #logo {
    width: 160px;
    height: 50px;
    top: -32px;
    max-width: none;
    display: block;
    margin: auto;
  }
  #siteHeader #logo img {
    width: 135px;
  }
}

#siteHeader #close_site {
  display: block;
  position: absolute;
  max-width: 115px;
  top: -70px;
  right: -55px;
  z-index: 5;
}

@media (max-width: 768px) {
  #siteHeader #close_site {
    max-width: 60px;
    top: -35px;
    right: -27px;
  }
}

#siteFooter {
  border: none;
  text-align: center;
  padding: 0;
}

#siteFooter #amazing {
  max-width: 100px;
  margin: auto;
}

@media (max-width: 768px) {
  #siteFooter #amazing {
    display: none;
  }
}

#siteFooter .site_width.has-border {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #siteFooter .site_width.has-border {
    min-height: 40px;
    margin-bottom: 30px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  #siteFooter {
    display: block !important;
    padding: 0 0 50px 0;
  }
}

body.checkout #shop_header_desktop {
  padding: 10px 10px 0;
}

body.checkout #shop_header_desktop #searchPanel {
  display: none;
}

@media (max-width: 768px) {
  body.checkout #searchPanel {
    display: none;
  }
  body.checkout .site .shop-container {
    margin: 30px 15px 20px;
  }
}

#page-404 {
  text-align: center;
  color: #fff;
}

#page-404 h1 {
  font-size: 70px;
}

.container.inner_page, #page.inner-content {
  color: #fff;
  padding: 80px;
}

.container.inner_page h1, #page.inner-content h1 {
  font-size: 34px;
  margin: 10px 0 20px;
}

.container.inner_page strong, #page.inner-content strong {
  font-weight: bold;
}

.container.inner_page p, #page.inner-content p {
  margin: 5px 0;
  font-size: 1.2em;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer-content nav {
  padding-left: 10px;
  border-left: 1px solid;
}

#alert-popup_title {
  color: #231f20;
}

.loader_overlay.hasAnimation .loader-msg img {
  width: 70px;
  height: 80px;
}

.shop_width, #shop-wrapper, #shop_header_desktop, #shop_header_mobile {
  width: 100%;
  max-width: calc(100% - 140px);
  margin: auto;
}

@media (max-width: 768px) {
  .shop_width, #shop-wrapper, #shop_header_desktop, #shop_header_mobile {
    max-width: calc(100% - 15px);
  }
}

.shop-container {
  position: relative;
}

#shop_header_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 25px 0px 50px 0;
}

#shop_header_desktop > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#shop_header_desktop > *.right-header {
  max-width: 180px;
  text-align: right;
}

#shop_header_desktop > *.left-header {
  max-width: 270px;
  text-align: left;
}

@media (max-width: 768px) {
  #shop_header_desktop {
    display: none !important;
  }
}

#shop_header_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0;
}

#shop_header_mobile > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#shop_header_mobile > *.right-header {
  max-width: 80px;
  text-align: right;
}

#shop_header_mobile > *.left-header {
  max-width: 80px;
  text-align: left;
}

@media (min-width: 769px) {
  #shop_header_mobile {
    display: none !important;
  }
}

#top_user_area {
  height: 60px;
}

#searchPanel {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  height: auto;
}

#searchPanel:before {
  background-size: 100%;
}

#searchPanel #search_q {
  border: none;
  font-size: 34px;
  font-family: 'taamula';
  font-weight: normal;
}

@media (max-width: 768px) {
  #searchPanel {
    display: block;
    position: relative;
    margin: 120px 15px 20px;
    width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: calc(100% - 30px);
    z-index: 1;
    padding: 0 0 2px 0;
  }
  #searchPanel #search_q {
    font-size: 26px;
  }
  #searchPanel:before {
    display: inline-block;
  }
  #searchPanel .close-search {
    display: none;
  }
}

#products-wrapper .products .product, #products-wrapper .products .product.box_large, #products-wrapper .products .product.box_medium, #products-wrapper .products .product.box_small {
  border: 1px solid #FFFFFF;
}

#products-wrapper .products .product .product-inner, #products-wrapper .products .product.box_large .product-inner, #products-wrapper .products .product.box_medium .product-inner, #products-wrapper .products .product.box_small .product-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#products-wrapper .products .product .product-inner:focus, #products-wrapper .products .product.box_large .product-inner:focus, #products-wrapper .products .product.box_medium .product-inner:focus, #products-wrapper .products .product.box_small .product-inner:focus {
  outline: 1px solid #ffe178;
}

#products-wrapper .products .product .product-inner .product-content, #products-wrapper .products .product.box_large .product-inner .product-content, #products-wrapper .products .product.box_medium .product-inner .product-content, #products-wrapper .products .product.box_small .product-inner .product-content {
  padding: 15px;
}

#products-wrapper .products .product .product-inner .product-content h3, #products-wrapper .products .product.box_large .product-inner .product-content h3, #products-wrapper .products .product.box_medium .product-inner .product-content h3, #products-wrapper .products .product.box_small .product-inner .product-content h3 {
  max-width: calc(100% - 70px);
}

#products-wrapper .products .product .product-inner .product-content h3 b, #products-wrapper .products .product.box_large .product-inner .product-content h3 b, #products-wrapper .products .product.box_medium .product-inner .product-content h3 b, #products-wrapper .products .product.box_small .product-inner .product-content h3 b {
  font-family: 'taamula';
  color: #cc1100;
}

#products-wrapper .products .product .product-inner .product-content p, #products-wrapper .products .product.box_large .product-inner .product-content p, #products-wrapper .products .product.box_medium .product-inner .product-content p, #products-wrapper .products .product.box_small .product-inner .product-content p {
  padding-top: 10px;
}

@media (max-width: 768px) {
  #products-wrapper .products .product .product-inner .product-content p, #products-wrapper .products .product.box_large .product-inner .product-content p, #products-wrapper .products .product.box_medium .product-inner .product-content p, #products-wrapper .products .product.box_small .product-inner .product-content p {
    font-size: 14px;
    line-height: 16px;
  }
}

#products-wrapper .products .product .product-inner .product-price, #products-wrapper .products .product.box_large .product-inner .product-price, #products-wrapper .products .product.box_medium .product-inner .product-price, #products-wrapper .products .product.box_small .product-inner .product-price {
  width: 80px;
  height: 80px;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#products-wrapper .products .product .product-inner .product-price *, #products-wrapper .products .product.box_large .product-inner .product-price *, #products-wrapper .products .product.box_medium .product-inner .product-price *, #products-wrapper .products .product.box_small .product-inner .product-price * {
  font-family: 'taamula';
}

#products-wrapper .products .product .product-inner .product-price .starts_from, #products-wrapper .products .product.box_large .product-inner .product-price .starts_from, #products-wrapper .products .product.box_medium .product-inner .product-price .starts_from, #products-wrapper .products .product.box_small .product-inner .product-price .starts_from {
  font-size: 22px;
  margin-top: -5px;
}

#products-wrapper .products .product .product-inner .product-price .formatted-price, #products-wrapper .products .product.box_large .product-inner .product-price .formatted-price, #products-wrapper .products .product.box_medium .product-inner .product-price .formatted-price, #products-wrapper .products .product.box_small .product-inner .product-price .formatted-price {
  font-size: 34px;
}

#products-wrapper .products .product .product-inner .product-price .formatted-price .cur, #products-wrapper .products .product.box_large .product-inner .product-price .formatted-price .cur, #products-wrapper .products .product.box_medium .product-inner .product-price .formatted-price .cur, #products-wrapper .products .product.box_small .product-inner .product-price .formatted-price .cur {
  font-size: 34px;
}

@media (max-width: 768px) {
  #products-wrapper .products .product .product-inner .product-price, #products-wrapper .products .product.box_large .product-inner .product-price, #products-wrapper .products .product.box_medium .product-inner .product-price, #products-wrapper .products .product.box_small .product-inner .product-price {
    background: #ffe178;
    border-radius: 100%;
    color: #231f20;
    width: 50px;
    height: 50px;
  }
  #products-wrapper .products .product .product-inner .product-price .starts_from, #products-wrapper .products .product.box_large .product-inner .product-price .starts_from, #products-wrapper .products .product.box_medium .product-inner .product-price .starts_from, #products-wrapper .products .product.box_small .product-inner .product-price .starts_from {
    font-size: 18px;
  }
  #products-wrapper .products .product .product-inner .product-price .formatted-price, #products-wrapper .products .product.box_large .product-inner .product-price .formatted-price, #products-wrapper .products .product.box_medium .product-inner .product-price .formatted-price, #products-wrapper .products .product.box_small .product-inner .product-price .formatted-price {
    font-size: 26px;
  }
  #products-wrapper .products .product .product-inner .product-price .formatted-price .cur, #products-wrapper .products .product.box_large .product-inner .product-price .formatted-price .cur, #products-wrapper .products .product.box_medium .product-inner .product-price .formatted-price .cur, #products-wrapper .products .product.box_small .product-inner .product-price .formatted-price .cur {
    font-size: 26px;
  }
}

#products-wrapper .products .product .product-inner .product-img img, #products-wrapper .products .product.box_large .product-inner .product-img img, #products-wrapper .products .product.box_medium .product-inner .product-img img, #products-wrapper .products .product.box_small .product-inner .product-img img {
  height: auto;
}

#products-wrapper .products .product .product-inner .product-img button.zoom_img, #products-wrapper .products .product.box_large .product-inner .product-img button.zoom_img, #products-wrapper .products .product.box_medium .product-inner .product-img button.zoom_img, #products-wrapper .products .product.box_small .product-inner .product-img button.zoom_img {
  background: #ffe178;
}

#products-wrapper .products .product .product-inner .addtocartmobile, #products-wrapper .products .product.box_large .product-inner .addtocartmobile, #products-wrapper .products .product.box_medium .product-inner .addtocartmobile, #products-wrapper .products .product.box_small .product-inner .addtocartmobile {
  display: none;
}

@media (max-width: 768px) {
  #products-wrapper .products .product .product-inner button.addtocart, #products-wrapper .products .product.box_large .product-inner button.addtocart, #products-wrapper .products .product.box_medium .product-inner button.addtocart, #products-wrapper .products .product.box_small .product-inner button.addtocart {
    width: 100%;
    height: 100%;
  }
  #products-wrapper .products .product .product-inner button.addtocart i, #products-wrapper .products .product.box_large .product-inner button.addtocart i, #products-wrapper .products .product.box_medium .product-inner button.addtocart i, #products-wrapper .products .product.box_small .product-inner button.addtocart i {
    display: none;
  }
}

@media (max-width: 768px) {
  #products-wrapper .products .product .product-inner .product-img, #products-wrapper .products .product.box_large .product-inner .product-img, #products-wrapper .products .product.box_medium .product-inner .product-img, #products-wrapper .products .product.box_small .product-inner .product-img {
    width: 30%;
    float: right;
    min-height: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    padding: 0;
    left: auto;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}

@media (min-width: 769px) {
  #products-wrapper .products .product.box_small .product-inner {
    padding: 5px;
  }
  #products-wrapper .products .product.box_small .product-inner .product-content h3 {
    max-width: 100%;
  }
  #products-wrapper .products .product.box_small .product-inner .product-content .product-price {
    top: -100px;
    margin: 0;
    left: -3px;
    width: 60px;
    height: 60px;
  }
  #products-wrapper .products .product.box_small .product-inner .product-content .product-price .formatted-price, #products-wrapper .products .product.box_small .product-inner .product-content .product-price .formatted-price .cur {
    font-size: 28px;
  }
}

#shop_messeges_wrapper .branch_msg_default {
  background: #393536;
  color: #FFFFFF;
  border: none;
  text-align: right;
  padding: 20px;
  line-height: 1.33;
  margin-bottom: 15px;
}

#shop_messeges_wrapper .branch_msg_default .inner, #shop_messeges_wrapper .branch_msg_default .inner.center {
  text-align: right;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#shop_messeges_wrapper .branch_msg_default .inner .inner-text, #shop_messeges_wrapper .branch_msg_default .inner.center .inner-text {
  text-align: right;
}

#shop_messeges_wrapper .branch_msg_default .inner .inner-text h3, #shop_messeges_wrapper .branch_msg_default .inner.center .inner-text h3 {
  font-size: 26px;
  font-style: normal;
  color: #FFFFFF;
  font-family: 'taamula';
  font-weight: normal;
  margin-bottom: 10px;
}

#shop_messeges_wrapper .branch_msg_default .close {
  background: #FFFFFF;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
}

#shop_messeges_wrapper .branch_msg_default .close i {
  display: none;
}

#shop_messeges_wrapper .branch_msg_default .close:after {
  background-image: url(https://d2pnvdnftoj8zk.cloudfront.net/wp-content/uploads/2019/01/27104808/close.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
}

#categories-wrapper {
  margin-top: 5px;
}

@media (max-width: 1200px) {
  #categories-wrapper ul li {
    margin: 5px 0;
  }
}

#categories-wrapper ul li a {
  padding: 5px 10px;
  font-size: 18px;
}

#categories-wrapper ul li.selected {
  border: 1px solid #FFE894;
}

@media (max-width: 768px) {
  #categories-wrapper {
    margin: 0;
    padding: 0 40px 0;
    background: #231F20;
    max-width: calc(100% - 40px);
    right: 20px;
  }
  #categories-wrapper ul {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-justify-content: stretch;
    overflow: visible;
    width: auto !important;
  }
  #categories-wrapper ul li {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    background: transparent;
    width: auto !important;
    margin: 0 5px;
  }
  #categories-wrapper ul li a {
    height: auto;
    color: #A7A5A5;
    padding: 8px 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid;
    border-radius: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
    font-size: 17px;
    width: auto !important;
    opacity: 0.6;
  }
  #categories-wrapper ul li a:hover {
    color: #fff;
  }
  #categories-wrapper ul li.selected {
    border: none;
    background: transparent;
    position: relative;
  }
  #categories-wrapper ul li.selected a {
    opacity: 1;
    background: transparent;
    color: #FFFFFF;
  }
  #categories-wrapper ul li.selected:before {
    content: ' ';
    top: 6px;
    position: absolute;
    left: calc(50% - 5px);
    border: 8px solid transparent;
    border-top-color: #ffe178;
  }
}

#mini-cart {
  margin-top: 5px;
}

@media (max-width: 768px) {
  #mini-cart {
    margin: 0;
  }
}

#mini-cart h3.minicart-title {
  font-family: 'almoni-dl';
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 20px;
  margin: 5px -15px;
}

@media (max-width: 1200px) {
  #mini-cart h3.minicart-title {
    margin: 5px -10px;
  }
}

#mini-cart .cart-item .item-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  #mini-cart .top_minicart {
    padding: 10px 0;
  }
}

#mini-cart .top_minicart .minicart_msg {
  padding: 0 0 5px;
  font-weight: 500;
}

#mini-cart .top_minicart #locator_details {
  padding: 0 0 10px;
}

#mini-cart .top_minicart #locator_details a.show_locator {
  font-size: 14px;
}

#mini-cart .top_minicart #locator_details .locator_details-row span {
  color: #231f20;
  font-weight: 500;
}

#mini-cart .top_minicart #locator_details .locator-minimum-order {
  color: #cc1100;
  margin: 5px 0 0 0;
}

#mini-cart footer.bottom_minicart {
  border: none;
}

#mini-cart footer.bottom_minicart #totals .total-row > strong {
  color: #231F20;
}

#mini-cart footer.bottom_minicart #go_to_checkout {
  font-weight: normal;
  font-size: 18px;
  margin: 10px 0 0;
}

#mini-cart .items-wrapper .cart-item h4.item-title {
  font-family: "almoni-dl";
}

.ama-popup.popup-builder .popup-container, .ama-popup.popup-builder.builder_type_list .popup-container {
  padding: 40px 10px 15px;
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container, .ama-popup.popup-builder.builder_type_list .popup-container {
    margin: 40px auto;
  }
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container .popup-content .builder-header, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .builder-header {
    background: #231F20;
    color: #FFFFFF;
    margin: 0;
  }
}

.ama-popup.popup-builder .popup-container .popup-content .builder-header h2, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .builder-header h2 {
  font-weight: normal;
}

.ama-popup.popup-builder .popup-container .popup-content .builder-header h2 b, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .builder-header h2 b {
  color: #cc1100;
  font-family: inherit;
}

.ama-popup.popup-builder .popup-container .popup-content > .popup-top, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top {
  padding-top: 0;
  border: none;
}

@media (min-width: 769px) {
  .ama-popup.popup-builder .popup-container .popup-content > .popup-top, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top {
    background: transparent;
  }
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container .popup-content > .popup-top, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top {
    margin-top: 0;
  }
}

.ama-popup.popup-builder .popup-container .popup-content > .popup-top .close, .ama-popup.popup-builder .popup-container .popup-content > .popup-top .back, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top .close, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top .back {
  top: 5px !important;
  right: 5px !important;
}

.ama-popup.popup-builder .popup-container .popup-content > .popup-top h5.pop-title, .ama-popup.popup-builder .popup-container .popup-content > .popup-top .popup-top h5, .ama-popup.popup-builder .ama-popup#locator-popup .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup#locator-popup .ama-popup.popup-builder .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top h5.pop-title, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top .popup-top h5, .ama-popup.popup-builder.builder_type_list .ama-popup#locator-popup .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup#locator-popup .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top header.tabs-header h5 {
  padding: 10px;
  line-height: 1;
  color: #231F20;
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container .popup-content > .popup-top h5.pop-title, .ama-popup.popup-builder .popup-container .popup-content > .popup-top .popup-top h5, .ama-popup.popup-builder .ama-popup#locator-popup .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup#locator-popup .ama-popup.popup-builder .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top h5.pop-title, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top .popup-top h5, .ama-popup.popup-builder.builder_type_list .ama-popup#locator-popup .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup#locator-popup .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top header.tabs-header h5 {
    border-bottom: 4px solid #231F20;
  }
}

@media (min-width: 769px) {
  .ama-popup.popup-builder .popup-container .popup-content > .popup-top h5.pop-title, .ama-popup.popup-builder .popup-container .popup-content > .popup-top .popup-top h5, .ama-popup.popup-builder .ama-popup#locator-popup .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup#locator-popup .ama-popup.popup-builder .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top h5.pop-title, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top .popup-top h5, .ama-popup.popup-builder.builder_type_list .ama-popup#locator-popup .popup-container .popup-content > .popup-top header.tabs-header h5, .ama-popup#locator-popup .ama-popup.popup-builder.builder_type_list .popup-container .popup-content > .popup-top header.tabs-header h5 {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container .popup-content .builder-footer, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .builder-footer {
    border-top: 4px solid #231F20;
  }
}

.ama-popup.popup-builder .popup-container .popup-content .builder-footer .total-price, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .builder-footer .total-price {
  margin: 0;
  padding: 0;
}

.ama-popup.popup-builder .popup-container .popup-content .builder-footer .total-price strong, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .builder-footer .total-price strong {
  color: #231f20;
}

.ama-popup.popup-builder .popup-container .popup-content .components .product_plate.builder_type_list .builder_elem .builder-list-item .builder-item-content h3, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .components .product_plate.builder_type_list .builder_elem .builder-list-item .builder-item-content h3 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container .popup-content .components .product_plate.builder_type_list .builder_elem .builder-list-item .builder-item-content h3, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .components .product_plate.builder_type_list .builder_elem .builder-list-item .builder-item-content h3 {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .ama-popup.popup-builder .popup-container .popup-content, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content {
    margin-bottom: 30px;
  }
}

.ama-popup.popup-builder .popup-container .popup-content .components .component .group label:focus, .ama-popup.popup-builder.builder_type_list .popup-container .popup-content .components .component .group label:focus {
  -webkit-box-shadow: 0 0 5px 1px rgba(77, 144, 254, 0.4);
          box-shadow: 0 0 5px 1px rgba(77, 144, 254, 0.4);
}

#footer_cart_summery #mobile_cart_btn:after {
  content: "\F0DA";
  font-size: 20px;
}

#footer_cart_summery #mobile_cart_btn span.total-price-row {
  color: #231f20;
}

#footer_cart_summery #mobile_cart_btn .total-items {
  background: #cc1100;
  color: #FFFFFF;
}

.ama-popup#promotion-popup .popup-container .promo_actions {
  bottom: -35px;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
}

.ama-popup#promotion-popup .popup-container .promo_actions button {
  font-size: 20px;
  position: static;
  float: none;
}

.ama-popup#promotion-popup .popup-container .promo_actions button.promo_ok {
  background: #ffe178;
  color: #231f20;
  float: none;
  width: 120px;
  height: 50px;
}

.ama-popup#promotion-popup .popup-container .promo_actions button.promo_cancel {
  background: #A7A5A5;
  color: #231f20;
  position: static;
  width: 120px;
  height: 50px;
}

.ama-popup#promotion-popup .popup-container .close {
  display: none;
}

#footer_cart_summery #mobile_cart_btn:after {
  top: 0;
}

@media (min-width: 769px) {
  #shop_messeges_wrapper {
    margin-top: 150px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: 'taamula';
  letter-spacing: 0.8px;
}

.pop-title, .ama-popup .popup-container .popup-content .popup-top h5, .ama-popup#locator-popup .popup-container .popup-content header.tabs-header h5 {
  background: white;
  padding: 0 14px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 34px;
  display: inline-block;
}

@media (max-width: 768px) {
  .pop-title, .ama-popup .popup-container .popup-content .popup-top h5, .ama-popup#locator-popup .popup-container .popup-content header.tabs-header h5 {
    font-size: 28px;
  }
}

.ama-popup .popup-container {
  padding: 40px 15px 15px;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .ama-popup .popup-container {
    margin: 30px auto;
    min-width: 90%;
  }
}

.ama-popup .popup-container .popup-content {
  border: 4px solid #231F20;
  position: relative;
}

.ama-popup .popup-container .popup-content > .popup-top {
  padding-top: 15px;
  margin-top: -32px;
}

.ama-popup .popup-container .popup-content .popup-top .close {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0 !important;
  right: 0;
  z-index: 1;
}

.ama-popup#locator-popup .popup-container {
  max-width: 500px;
}

.ama-popup#locator-popup .popup-container .popup-content {
  min-width: 0;
}

.ama-popup#locator-popup .popup-container .popup-content .inner #approve {
  width: auto;
  margin: 15px auto 0;
}

.ama-popup#locator-popup .popup-container .popup-content .inner h3 {
  font-size: 24px;
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .ama-popup#locator-popup .popup-container .popup-content #locator-home .inner {
    padding-right: 0;
  }
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button {
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding: 30px 0;
  max-width: 280px;
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button .btbtxt {
  display: block;
  color: #231F20;
  font-size: 28px;
  font-family: 'taamula';
  letter-spacing: 0.8px;
}

@media (max-width: 768px) {
  .ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button .btbtxt {
    font-size: 24px;
  }
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button .btbtxt:before {
  content: '';
  display: block;
  background: url(https://d2pnvdnftoj8zk.cloudfront.net/wp-content/uploads/2019/01/27114403/obal.svg) no-repeat;
  background-size: contain;
  background-position: 50%;
  margin: 0 0 10px 0;
  height: 180px;
  width: 140px;
}

@media (max-width: 768px) {
  .ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button .btbtxt:before {
    height: 150px;
    width: 100%;
  }
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button .icon {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation: move-slow 3s infinite;
  animation: move-slow 3s infinite;
  display: block;
  width: 110%;
  top: -5px;
  left: -5%;
  z-index: 1;
  background-size: contain;
  max-width: none;
  height: 80%;
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button#show-locator-pickup .icon {
  right: calc(50% - 90px);
  top: 20px;
  max-width: 180px;
  left: auto;
}

@media (max-width: 768px) {
  .ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button#show-locator-pickup .icon {
    right: 0;
  }
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button#show-locator-shipping .icon {
  -webkit-animation: move-slow2 3s infinite;
  animation: move-slow2 3s infinite;
  position: absolute;
  top: 0;
  width: 170px;
  left: 0;
  right: 80px;
}

@media (max-width: 768px) {
  .ama-popup#locator-popup .popup-container .popup-content #locator-home .inner button#show-locator-shipping .icon {
    width: 90%;
    left: auto;
    right: 25%;
  }
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner .login_row {
  font-weight: 400;
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner .login_row .show_login {
  color: #231f20;
}

.ama-popup#locator-popup .popup-container .popup-content #locator-home .inner .login_row .show_login:hover {
  color: #231f20;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .ama-popup#locator-popup .popup-container .popup-content #locator-validator .inner button .icon {
    height: 60px;
    max-width: 60px;
  }
}

.ama-popup#locator-popup .popup-container .popup-content header.tabs-header .ico {
  display: none !important;
}

.ama-popup#locator-popup .popup-container .popup-content header.tabs-header h5 {
  padding-bottom: 10px;
}

.ama-popup#locator-popup .popup-container .popup-content header.tabs-header .switch {
  text-align: center;
  margin-top: -10px;
}

.ama-popup#locator-popup .popup-container .popup-content header.tabs-header .switch a {
  text-decoration: underline;
}

.ama-popup#locator-popup .popup-container .popup-content header.tabs-header .back {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -30px !important;
}

.ama-popup#alert-popup .popup-container .popup-content .msg-wrap {
  padding: 30px 10px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ama-popup span[class^="corner-"] {
  width: 23px;
  height: 23px;
  background: white;
  position: absolute;
  top: -4px;
  left: -4px;
  padding-top: 5px;
  padding-right: 6px;
  z-index: 5;
}

.ama-popup span[class^="corner-"]:before {
  content: "";
  display: block;
  background: #FFE894;
  width: 9px;
  height: 9px;
}

.ama-popup span[class^="corner-"].corner-top-right {
  border-left: 4px solid #231f20;
  border-bottom: 4px solid #231f20;
  left: auto;
  right: -4px;
  padding-right: 4px;
}

.ama-popup span[class^="corner-"].corner-bottom-left {
  border-right: 4px solid #231f20;
  border-top: 4px solid #231f20;
  top: auto;
  bottom: -4px;
}

.ama-popup span[class^="corner-"].corner-bottom-right {
  border-left: 4px solid #231f20;
  border-top: 4px solid #231f20;
  left: auto;
  right: -4px;
  top: auto;
  bottom: -4px;
  padding-right: 4px;
}

.ama-popup span[class^="corner-"].corner-top-left {
  border-right: 4px solid #231f20;
  border-bottom: 4px solid #231f20;
}

.select2-container--default .select2-results__option {
  color: #231f20;
}

.select2-results .branch-item span, .select2-selection--single .branch-item span {
  color: #231f20;
}

#locator-popup .popup-container .popup-content .inner .login_row {
  font-weight: normal;
}

a, a:hover {
  color: #231f20;
}

.club_login_wrap form label.error {
  font-size: 14px;
  color: #cc1100;
  font-weight: bold;
}

.ama-popup.popup-builder .popup-container .popup-content .builder-footer .add-to-cart {
  background: #231f20;
}

#mini-cart h3.minicart-title {
  background: #cc1100;
}

.cart-item .item-actions button.edit-prd {
  color: #cc1100;
}

/*

*:focus{
  outline: $redColor 1px solid;
}
*/
@media (min-width: 769px) {
  body.checkout.checkout-ver2 #checkout-hedaer {
    border-bottom: 5px solid #A7A5A5;
  }
  body.checkout.checkout-ver2 #checkoutProcess {
    margin-top: 55px;
  }
  body.checkout.checkout-ver2 #checkoutProcess #checkout-wrapper {
    width: calc(100% - 500px);
  }
  body.checkout.checkout-ver2 #checkout-cart-wrapper.site-checkout-summary {
    max-width: 350px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  #checkout-hedaer {
    border-bottom: 5px solid #A7A5A5;
    max-width: calc(100vw - 40px);
    right: 20px;
  }
  #checkout-cart-wrapper.site-checkout-summary.isopen {
    max-width: calc(100vw - 40px);
    right: 20px;
  }
}

#checkout-progress ol .progress-step.is-completed {
  opacity: 0.7;
}

#checkout-progress ol .progress-step.is-active:before {
  content: ' ';
  top: -15px;
  position: absolute;
  left: calc(50% - 5px);
  border: 8px solid transparent;
  border-top-color: #ffe178;
}

#thank-you-dear-holder #thank-you-dear a {
  color: #ffe178;
}

#thank-you-dear-holder #thank-you-dear h1,
#thank-you-dear-holder #thank-you-dear .totals-details h2 {
  font-weight: 500;
}

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