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, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  background-color: #ffffff;
  margin: 0;
  color: #000;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  min-height: 100vh;
  position: relative;
  padding-bottom: 340px;
}

#page {
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}
.container.nav {
  max-width: 1670px;
}

.pink-bar {
  width: 120px;
  height: 14px;
  background-color: #e5007d;
  border-radius: 1em;
  margin: 0 auto;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
  }
}
.ticker {
  height: 50px;
  border: 3px dotted #adadac;
  border-left: 0;
  border-right: 0;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 15px;
}
.ticker-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: marquee 80s linear infinite;
          animation: marquee 80s linear infinite;
}
.ticker-inner span {
  width: 1000px;
}

.header {
  position: relative;
  padding-top: 15px;
}
.header__top-logo.mobile {
  display: none;
}
.header__top-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.header__top-title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 19px;
  font-weight: 700;
  width: 450px;
}
.header__top-input {
  width: 100%;
  max-height: 28px;
  outline: none;
  height: 100%;
  border: 1px solid #d9d9d9;
  font-size: 20px;
  background-repeat: no-repeat;
  background-size: 22px 18px;
  padding-right: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__top-input--outer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33%;
  margin: auto;
  height: 30px;
}
.header__top-input--outer .search-btn {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  border: 0;
}
.header__top-input:focus {
  border: 1px solid #000000;
}
.header__top-input--search {
  max-width: 23px;
  max-height: 20px;
}
.header__top-input--selections {
  display: none;
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-top: 0;
  margin-top: 5px;
}
.header__top-input--selections--item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
  text-decoration: none;
}
.header__top-input--selections--item:hover {
  color: #ffffff;
  background-color: #e5007d;
}
.header__top-input--selections .not_found {
  padding: 20px 10px 10px;
}
.header__top-input--selections--photo {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 60px;
}
.header__top-input--selections--photo-container {
  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;
  width: 20%;
}
.header__top-input--selections--name {
  font-size: 16px;
  width: 50%;
}
.header__top-input--selections--price {
  width: 20%;
  font-weight: 700;
  font-size: 24px;
}
.header__top-input--selections--price .shekel {
  font-size: 14px;
}
.header__nav {
  margin-top: 25px;
  height: 60px;
}
.header__nav-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__nav-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79%;
}
.header__nav-item {
  list-style: none;
  font-size: 19px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.header__nav-item a {
  text-decoration: none;
  color: #000000;
}
.header__nav-item.burger {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.header__nav-item.burger:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header__nav-item.burger div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.header__nav-item.with-dropdown {
  margin-left: 20px;
  position: relative;
}
.header__nav-item.with-dropdown:hover .header__nav-item--dropdown, .header__nav-item.with-dropdown:focus .header__nav-item--dropdown {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scaleY(100%);
          transform: scaleY(100%);
}
.header__nav-item.with-dropdown:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -20px;
  top: 2px;
}
.header__nav-item.with-dropdown:hover:before {
  top: 5px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header__nav-item.with-dropdown:hover:after {
  opacity: 0;
}
.header__nav-item--dropdown {
  background-color: #ffffff;
  position: absolute;
  z-index: 9;
  top: 100%;
  right: -20px;
  width: 240px;
  padding: 40px 20px 20px 20px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__nav-item--dropdown li {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
.header__nav-item--dropdown li:last-child {
  margin-bottom: 0;
}
.header__nav-item.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__nav-item.icons .phone-number {
  cursor: default;
}
.header__nav-item.icons:hover:after {
  opacity: 0;
}
.header__nav-item.icons > *:hover:after {
  opacity: 0;
}
.header__nav-item.active a {
  color: #e5007d;
}
.header__nav-item.mobile {
  display: none;
}
.header__nav-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #e5007d;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-item:hover:after {
  opacity: 1;
}
.header .basket-div {
  position: relative;
}
.header .basket-counter {
  position: absolute;
  top: -40%;
  left: -40%;
  width: 34px;
  height: 34px;
  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;
  background-color: #e5007d;
  color: #ffffff;
  border-radius: 50%;
}
.header .basket__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 575px;
  background-color: #e7eae5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: all;
}
.header .basket__dropdown.hidden {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  pointer-events: none;
}
.header .basket__dropdown__top {
  height: 50px;
  position: relative;
  background-color: #7c7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .basket__dropdown__top-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.header .basket__dropdown__top-img {
  position: absolute;
  right: 5px;
}
.header .basket__dropdown .empty {
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  border-bottom: 1px solid #d7d9d5;
}
.header .basket__dropdown__item {
  height: 110px;
  border-bottom: 1px solid #d7d9d5;
  padding: 0 30px;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "trashcan photo name price" "counter photo name price";
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .basket__dropdown__item-container {
  max-height: 400px;
  overflow-y: scroll;
  padding: 5px;
  scrollbar-width: thin;
  scroll-color: #e5007d;
}
.header .basket__dropdown__item-container::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.header .basket__dropdown__item-container::-webkit-scrollbar-thumb {
  border-radius: 2em;
  background-color: #e5007d;
}
.header .basket__dropdown__item-trashcan {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: trashcan;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}
.header .basket__dropdown__item-trashcan:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .basket__dropdown__item-counter {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: counter;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9px;
}
.header .basket__dropdown__item-counter .counter {
  height: 25px;
  width: 30px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  border: 2px solid #9d9d9c;
  padding-top: 3px;
  text-align: center;
}
.header .basket__dropdown__item-counter .counter::-webkit-outer-spin-button, .header .basket__dropdown__item-counter .counter::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.header .basket__dropdown__item-counter .counter:focus {
  border: 2px solid #000000;
}
.header .basket__dropdown__item-counter .plus, .header .basket__dropdown__item-counter .minus {
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header .basket__dropdown__item-photo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: photo;
  max-height: 85px;
}
.header .basket__dropdown__item-name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: name;
  font-size: 16px;
  width: 200px;
}
.header .basket__dropdown__item-price {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: price;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100px;
  font-weight: 700;
}
.header .basket__dropdown__item-price--number {
  font-size: 30px;
}
.header .basket__dropdown__item-price--shekel {
  font-size: 18px;
}
.header .basket__dropdown__sum {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d7d9d5;
}
.header .basket__dropdown__sum-number {
  width: 23%;
}
.header .basket__dropdown__sum-number .shekel {
  font-size: 18px;
}
.header .basket__dropdown__sum-text {
  text-align: end;
  width: 74%;
}
.header .basket__dropdown__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px;
}
.header .basket__dropdown__bottom-btn {
  cursor: pointer;
  width: 180px;
  height: 40px;
  background-color: #e5007d;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 2em;
  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;
  text-decoration: none;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  min-height: 500px;
  height: 100vh;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
}
.menu.hidden {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.menu-inner {
  padding: 15%;
  padding-bottom: 2%;
  position: relative;
}
.menu__list {
  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;
  min-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu__list-item {
  margin-left: auto;
  text-align: right;
  text-decoration: none;
  font-size: 32px;
  color: #000000;
  margin-bottom: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  list-style: none;
}
.menu__list-item a {
  position: relative;
  text-decoration: none;
  color: #000000;
}
.menu__list-item.active a {
  color: #e5007d;
}
.menu__list-item.with-dropdown > a:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border-bottom: 5px solid #000000;
  border-right: 5px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -30px;
  top: 12px;
}
.menu__list-item.with-dropdown.opened > a:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 17px;
}
.menu__list-item--dropdown {
  max-height: 500px;
  padding-top: 20px;
  position: static;
  pointer-events: all;
  -webkit-transform: scaleY(100%);
          transform: scaleY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu__list-item--dropdown li {
  font-size: 24px;
  list-style: none;
  margin-bottom: 10px;
}
.menu__list-item--dropdown li:last-child {
  margin-bottom: 0;
}
.menu__list-item--dropdown.hidden {
  max-height: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  pointer-events: none;
}
.menu-close {
  position: absolute;
  background-color: transparent;
  border: 0;
  font-size: 54px;
  top: 30px;
  left: 20px;
  cursor: pointer;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 350px;
  background-color: #475055;
  padding: 10px 0 40px 0;
  font-size: 15px;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.footer-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__grid {
  width: 725px;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[10];
  grid-template-rows: repeat(10, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px dashed #ffffff;
  padding: 20px 0 10px;
}
.footer__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(10) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.footer__grid > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(14) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(17) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(18) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(19) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(20) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}
.footer__grid > *:nth-child(21) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(22) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(26) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(28) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(29) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(30) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}
.footer__grid > *:nth-child(31) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(32) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(33) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(34) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(35) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(38) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(39) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.footer__grid > *:nth-child(40) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}
.footer__grid-item {
  color: #ffffff;
  text-decoration: none;
}
.footer__deliver {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px 10px 25px;
  border-left: 1px dashed #ffffff;
}
.footer__deliver-item {
  font-size: 15px;
}
.footer__deliver-item * {
  margin-bottom: 10px;
}
.footer__deliver-item *.last {
  margin: 0;
}
.footer__contact {
  height: 100%;
  padding: 20px 0;
  width: 360px;
  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;
  border-left: 1px dashed #ffffff;
}
.footer__contact > * {
  margin-bottom: 10px;
}
.footer__contact-item {
  height: 60px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__socials {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
}
.footer__socials a {
  color: #ffffff;
}
.footer__socials i {
  font-size: 30px;
}

@media screen and (max-width: 1655px) {
  .container {
    max-width: 1230px;
  }
  .container.nav {
    max-width: 1230px;
  }

  .header__nav-item {
    font-size: 16px;
  }
  .header__top-title {
    width: 360px;
    font-size: 16px;
  }

  .footer__socials {
    width: 50px;
  }
}
@media screen and (max-width: 1230px) {
  body {
    padding-bottom: 650px;
  }

  .container {
    max-width: 960px;
  }
  .container.nav {
    max-width: 960px;
  }

  .header__top-title {
    width: 290px;
    font-size: 13px;
  }
  .header__top-input--outer {
    top: auto;
    width: 30%;
  }
  .header__top-input--selections--price {
    font-size: 17px;
  }
  .header__top-input--selections--price .shekel {
    font-size: 12px;
  }
  .header__nav-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__nav-table {
    display: none;
  }
  .header__nav-item.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav-item.burger:after {
    display: none;
  }
  .header__nav-item.no-mobile {
    display: none;
  }
  .header__nav-item.mobile {
    display: block;
  }
  .header__nav-item.share {
    height: 37px;
  }
  .header__nav-item.icons {
    width: 100px;
  }

  .menu {
    display: block;
  }

  .footer {
    height: 650px;
  }
  .footer-inner {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "grid grid grid" "deliver contact socials";
  }
  .footer__grid {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: none;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 20px;
    grid-row-gap: 10px;
    grid-area: grid;
  }
  .footer__deliver {
    grid-area: deliver;
    width: 440px;
    padding: 20px 0 20px 20px;
    margin-top: 30px;
  }
  .footer__contact {
    grid-area: contact;
    width: 440px;
    padding: 20px 0;
    margin-top: 30px;
  }
  .footer__socials {
    grid-area: socials;
  }
}
@media screen and (max-width: 960px) {
  body {
    padding-bottom: 890px;
  }

  .container {
    max-width: 630px;
  }
  .container.nav {
    max-width: 630px;
  }

  .header {
    padding-bottom: 55px;
  }
  .header__top-title {
    display: none;
  }
  .header__top-logo {
    display: none;
  }
  .header__top-logo-ref {
    display: none;
  }
  .header__top-logo-ref.mobile {
    z-index: 99;
    display: block;
    max-height: 60px;
    height: 100%;
  }
  .header__top-logo.mobile {
    max-height: 60px;
    display: block;
  }
  .header__top-input--outer {
    width: 100%;
    bottom: -40px;
    left: 0;
  }
  .header__top-input--selections--price {
    font-size: 24px;
  }
  .header__top-input--selections--price .shekel {
    font-size: 14px;
  }
  .header__nav {
    width: 100%;
    position: absolute;
    margin-top: 0;
    top: 15px;
  }

  .footer {
    height: 890px;
  }
  .footer-inner {
        grid-template-areas: "grid grid" "deliver deliver" "contact socials";
  }
  .footer__deliver {
    margin-top: 0;
    width: 100%;
    border-left: 0;
    border-bottom: 1px dashed #ffffff;
    height: 270px;
  }
  .footer__contact {
    margin-top: 20px;
    width: 550px;
  }
  .footer__grid {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .footer__deliver {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .footer__contact {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__socials {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 630px) {
  body {
    padding-bottom: 980px;
  }

  .footer {
    height: 980px;
  }
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__grid {
    -ms-grid-rows: (1fr)[13];
    grid-template-rows: repeat(13, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(16) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(17) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(18) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(21) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(22) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(23) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(24) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(26) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(27) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(28) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(29) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(30) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(31) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(32) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(33) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(34) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(35) {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(36) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .footer__grid > *:nth-child(37) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .footer__grid > *:nth-child(38) {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }
  .footer__grid > *:nth-child(39) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .footer__contact {
    width: 100%;
    border-left: 0;
    border-bottom: 1px dashed #ffffff;
  }
  .footer__socials {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    min-width: 100px;
    width: 35%;
  }
}
@media screen and (max-width: 590px) {
  body {
    padding-bottom: 180px;
  }

  .header .basket__dropdown {
    left: -15px;
    width: calc(100% + 30px);
  }
  .header .basket__dropdown__item {
        grid-template-areas: "trashcan photo name" "counter photo price";
  }

  .footer {
    height: 180px;
    padding-bottom: 15px;
  }
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__grid {
    display: none;
  }
  .footer__contact, .footer__socials, .footer__deliver {
    margin: 0;
    padding-top: 10px;
  }
  .footer__deliver {
    padding-left: 0;
    border: 0;
    max-height: 150px;
  }
  .footer__deliver-item:first-child {
    height: auto;
  }
  .footer__deliver-item:last-child {
    display: none;
  }
  .footer__contact {
    margin-left: 10px;
    border: 0;
    max-height: 170px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer__contact-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__contact-text {
    width: 80%;
  }
  .footer__contact-text .no-mobile {
    display: none;
  }
  .footer__contact-text:first-child {
    display: none;
  }
  .footer__contact-img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    max-width: 36px;
  }
  .footer__socials {
    min-width: 0;
    width: 50px;
    height: 100px;
    -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;
  }
  .header .basket__dropdown__item-trashcan {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header .basket__dropdown__item-counter {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .header .basket__dropdown__item-photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .header .basket__dropdown__item-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
  .header .basket__dropdown__item-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 500px) {
  .header__top-logo.mobile {
    height: 40px;
  }
  .header__nav {
    height: 40px;
  }
  .header__nav-item.icons {
    width: 80px;
  }
  .header .basket__dropdown {
    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;
  }
  .header .basket__dropdown__top {
    width: 100%;
  }
  .header .basket__dropdown__top-text {
    font-size: 14px;
  }
  .header .basket__dropdown__item {
    margin-top: 20px;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        grid-template-areas: "photo photo" "name name" "price price" "trashcan counter";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .header .basket__dropdown__item-trashcan {
    margin: 0;
  }
  .header .basket__dropdown__item * {
    margin-bottom: 10px;
  }
  .header .basket__dropdown__item-counter {
    margin: 0;
  }
  .header .basket__dropdown__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .basket__dropdown__sum-text {
    margin-left: 10px;
    font-size: 16px;
    text-align: start;
  }
  .header .basket__dropdown__sum-number {
    font-size: 16px;
  }
  .header .basket__dropdown__sum-number .shekel {
    font-size: 10px;
  }
  .header .basket__dropdown__bottom-btn {
    width: 45%;
    font-size: 14px;
  }
  .header .basket__dropdown__item-trashcan {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .header .basket__dropdown__item-counter {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .header .basket__dropdown__item-photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .header .basket__dropdown__item-name {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .header .basket__dropdown__item-price {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (max-width: 420px) {
  .menu-inner {
    padding: 25% 20px;
  }

  .header__top-input--selections--price {
    font-size: 17px;
  }
  .header__top-input--selections--price .shekel {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  body {
    padding-bottom: 310px;
  }

  .footer {
    height: 310px;
  }
  .footer-inner {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "deliver deliver" "contact socials";
  }
  .footer__contact {
    grid-area: contact;
  }
  .footer__socials {
    grid-area: socials;
  }
  .footer__deliver {
    height: auto;
    grid-area: deliver;
  }
  .footer__deliver {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .footer__contact {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__socials {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 1230px) {
  .footer__grid {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .footer__deliver {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__contact {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer__socials {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .footer__contact {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer__socials {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .footer__deliver {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 960px) {
  .footer__contact {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__socials {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .footer__deliver {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (max-width: 400px) {
  .footer__contact {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__socials {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .footer__deliver {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (max-width: 380px) {
  #basket {
    max-height: 27px;
  }

  .header .basket-counter {
    top: -50%;
    left: -50%;
    height: 25px;
    width: 25px;
  }

  .header__nav-item.icons {
    width: 60px;
  }
  .header__nav-item.share {
    height: 27px;
  }
  .header__nav-item.burger {
    width: 55px;
  }
}
@media screen and (max-width: 340px) {
  .menu__list-item {
    font-size: 28px;
  }
  .menu__list-item.with-dropdown > a:before {
    top: 9px;
  }
  .menu__list-item--dropdown li {
    font-size: 18px;
  }

  .header__top-logo {
    max-width: 310px;
  }
}
@media screen and (max-height: 567px) {
  .menu {
    height: 600px;
  }
  .menu-inner {
    padding: 10%;
    overflow-y: scroll;
  }
}
.title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0;
}

.pink-bar {
  width: 140px;
  height: 16px;
}

.main {
  margin-top: 100px;
  margin-bottom: 180px;
}
.main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__products-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  width: 1000px;
}
.main__products-container {
  width: 1000px;
}
.main__products-item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.main__products-item--trashcan {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main__products-item--trashcan:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main__products-item--counter {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__products-item--counter .counter {
  height: 40px;
  width: 44px;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  outline: none;
  border: 2px solid #9d9d9c;
  padding-top: 3px;
  text-align: center;
}
.main__products-item--counter .counter:focus {
  border: 2px solid #000000;
}
.main__products-item--counter .plus, .main__products-item--counter .minus {
  cursor: pointer;
  font-size: 32px;
  font-weight: 700;
  border: 0;
  background-color: transparent;
}
.main__products-item--photo {
  max-height: 135px;
}
.main__products-item--name {
  font-size: 22px;
  width: 300px;
}
.main__products-item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100px;
  font-weight: 700;
}
.main__products-item--price--number {
  font-size: 50px;
}
.main__products-item--price--shekel {
  font-size: 26px;
}
.main__menu {
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 385px;
  background-color: #f2f2f2;
  padding: 20px 0 15px;
}
.main__menu-title {
  font-size: 22px;
  font-weight: 700;
  margin-right: 30px;
}
.main__menu-top {
  margin: 20px 30px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__menu-top--card {
  width: 200px;
}
.main__menu-top--card--photo {
  max-height: 30px;
}
.main__menu-top--card--text {
  font-size: 14px;
}
.main__menu-top--sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main__menu-top--sum--number {
  font-size: 38px;
}
.main__menu-top--sum--shekel {
  font-size: 20px;
}
.main__menu-dropdown {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main__menu-dropdown--top {
  height: 40px;
  background-color: #c0deee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.main__menu-dropdown--title {
  font-size: 20px;
  margin-right: 20px;
  font-weight: 700;
}
.main__menu-dropdown--arrow {
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  background-color: transparent;
  -webkit-transform: rotate(45deg) scale(1, 1);
          transform: rotate(45deg) scale(1, 1);
  margin-bottom: 10px;
  margin-right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main__menu-dropdown--arrow.up {
  margin-top: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.main__menu-dropdown--bottom {
  margin-right: 30px;
  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;
  height: 150px;
  padding: 20px 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main__menu-dropdown--bottom.hidden {
  height: 0;
  padding: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.main__menu-dropdown--bottom .bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 10px;
}
.main__menu-dropdown--bottom .bottom__item-btn {
  min-height: 20px;
  min-width: 20px;
  cursor: pointer;
}
.main__menu-dropdown--bottom .bottom__item label {
  margin-right: 10px;
}
.main__menu-info--top {
  height: 40px;
  background-color: #c0deee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__menu-info--title {
  font-size: 20px;
  margin-right: 30px;
  font-weight: 700;
}
.main__menu-info--bottom {
  margin-top: 20px;
  padding-left: 30px;
  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;
  height: 200px;
  margin-right: 30px;
}
.main__menu-info--input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #979596;
  background-color: transparent;
  outline: none;
  font-size: 18px;
}
.main__menu-info--last {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__menu-info--last--checkbox {
  cursor: pointer;
  min-height: 20px;
  min-width: 20px;
  margin-left: 10px;
}
.main__menu-btn {
  width: 340px;
  height: 50px;
  border-radius: 2em;
  border: 0;
  font-size: 24px;
  color: #ffffff;
  background-color: #e5007d;
  cursor: pointer;
}
.main__menu-btn--container {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 1655px) {
  .main__products-container {
    width: 750px;
  }
  .main__products-title {
    width: 750px;
  }
}
@media screen and (max-width: 1230px) {
  .main-inner {
    -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;
  }
  .main__menu {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .main__products-container {
    width: 100%;
  }
  .main__products-title {
    width: 100%;
  }
  .main__products-item {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "trashcan photo name" "counter photo price";
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 30px;
  }
  .main__products-item--trashcan {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: trashcan;
    margin-right: 10px;
  }
  .main__products-item--counter {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: counter;
  }
  .main__products-item--photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: photo;
  }
  .main__products-item--name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: name;
  }
  .main__products-item--price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    grid-area: price;
  }
  @media screen and (max-width: 590px) {
  .main__products-item--trashcan {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .main__products-item--counter {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
  }
  .main__products-item--photo {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 2;
  }
  .main__products-item--name {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
  }
  .main__products-item--price {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 3;
  }
  }
  @media screen and (max-width: 500px) {
  .main__products-item--trashcan {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
  }
  .main__products-item--counter {
      -ms-grid-row: 4;
      -ms-grid-column: 2;
  }
  .main__products-item--photo {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
  }
  .main__products-item--name {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
  }
  .main__products-item--price {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
  }
  }
  @media screen and (max-width: 960px) {
  .main__products-item > .main__products-item--trashcan {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .main__products-item > .main__products-item--counter {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
  }
  .main__products-item > .main__products-item--photo {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
  }
  .main__products-item > .main__products-item--name {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
  }
  .main__products-item > .main__products-item--price {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 5;
      -ms-grid-column-span: 1;
  }
  }
  .main__products-item > .basket__dropdown__item-trashcan {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main__products-item > .basket__dropdown__item-counter {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .main__products-item > .basket__dropdown__item-photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .basket__dropdown__item-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .basket__dropdown__item-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 630px) {
  .main__products-item {
        grid-template-areas: "trashcan photo name price" "counter counter counter counter";
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
  .main__products-item--name {
    font-size: 16px;
    width: 220px;
    margin-right: 10px;
  }
  .main__products-item--photo {
    max-height: 100px;
  }
  .main__products-item--price--number {
    font-size: 36px;
  }
  .main__products-item--price--shekel {
    font-size: 18px;
  }
  .main__products-item--counter {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    width: 100px;
  }
  .main__products-item--counter .counter {
    height: 30px;
    width: 34px;
    font-size: 24px;
  }

  .main__menu-dropdown--title, .main__menu-info--title {
    font-size: 18px;
  }
  .main__products-item > .basket__dropdown__item-trashcan {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main__products-item > .basket__dropdown__item-counter {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .main__products-item > .basket__dropdown__item-photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .basket__dropdown__item-name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .basket__dropdown__item-price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .main__products-item--trashcan {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main__products-item > .main__products-item--counter {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .main__products-item > .main__products-item--photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .main__products-item--name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .main__products-item > .main__products-item--price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
  }
}
@media screen and (max-width: 500px) {
  .main__products-item {
    grid-column-gap: 5px;
  }
  .main__products-item--name {
    width: auto;
    font-size: 14px;
  }
  .main__products-item--price--number {
    font-size: 28px;
  }
  .main__products-item--price--shekel {
    font-size: 14px;
  }
}
@media screen and (max-width: 385px) {
  .main__menu {
    width: calc(100% + 30px);
  }
  .main__menu-title {
    font-size: 20px;
  }
  .main__menu-dropdown--title, .main__menu-info--title {
    font-size: 16px;
  }
  .main__menu-dropdown--bottom {
    height: 200px;
  }
  .main__menu-btn {
    width: 300px;
  }
  .main__menu-btn--container {
    margin-top: 40px;
  }

  .main__menu-top--sum--number {
    font-size: 30px;
  }

  .main__menu-top--sum--shekel {
    font-size: 18px;
  }
}
.payment_box.payment_method_invoice4u_clearing{display:none!important;}
.address .form-field.form-field-wide:nth-child(-n+3){display:none;}