@charset "utf-8";

@media(max-width:599px){
  
.filter-content {
  display: none;
}
  
  .header {
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
    height: 50px;
    padding: 0 4.68vw;
    align-items: center;
    justify-content: space-between;
  }
  .ham-btn {
    display: block;
    width: 7.5vw;
    height: 7.5vw;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    padding-right: 2.5vw;
   margin-right: 0;
  }
  .shop-logo {
    width: auto;
    height: 6vw;
      margin-right: 2.4vw;
  }
  
    .shop-logo img {
    width: auto;
    max-height: 100%!important;

  }
  
  .shop-name {
    font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
  }
  .options-menu .the-menu {
    position: fixed;
    top: 50px;
    width: 90vw;
    height: calc(100% - 50px);
    background-color: #fff;
    z-index: 9000;
    border-top: 1px solid #b9bbbd;
    margin: 0;
  }
  .stiky {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #fff;
  }
  .products-categories {
    width: 100%;
    border-bottom: 1px solid #b9bbbd;
    padding: 0 1.88vw;
  }
  .basket-blck span {
    font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
    color: #2686C6;
  }
  
  .cat-list li {
    padding: 4.6875vw 0 3.75vw;
    margin: 0 2.8vw;
    border-bottom: 4px solid transparent;
    font-family: "Roboto";font-weight:500;
    font-size: 3.6vw;
    color: #616262;
  }
  .cat-list {
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .top-options {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  #filtering {
    color: #000;
    font-weight: 500;
    background-color: transparent;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 5vw center;
    background-size: 2.5vw auto;
    padding-left: 10vw;
    display: block;
  }
  
  .rendit {
    border: none;
    text-align-last: right;
    
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 3.8vw;
    color: #2686C6;
    background:#fff!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
} 
#ordering .helper {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  font-family: 'Roboto';
    font-weight: 400;
    font-size: 3.8vw;
    color: #2686C6;
    pointer-events: none;
    background-color: #fff;
}
.top-options span {
  display: inline-block;
  font-family: "Roboto";font-weight:400;
  font-size: 3.6vw;
  color: #2686C6;
    padding: 4.68vw;
}
.options-menu .filter-menu {
  left: 0;
  transform: translateX(-100%);
  transition-timing-function: ease;
  transition-duration: 0.1s;
}
.filter-menu.open-menu {
    transform: translateX(0);
}
.btn-wrapper {
  position: fixed;
  width: 90vw;
  background-color: #fff;
  padding: 4vw;
  bottom:0;
}
.products-display {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0;
}
.options-menu {
  position: relative;
  width: auto;
  padding-right: 0;
  flex-shrink: 0;
}
.options-menu ul ul li {
  border-bottom: 1px solid #b9bbbd;
}
.menu-header {
  padding: 3.6vw 4.6875vw;
  border-bottom: 1px solid #b9bbbd;
  color: #2686C6;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 3.6vw;
}
.menu-option-head {
  display: inline-block;
  width: 100%;
  padding: 3.6vw 4.6875vw;
    border-bottom: 1px solid #b9bbbd;
    color: #000;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 3.6vw;
}
.back-btn-options {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7.25vw;
  height: 6.25vw;
  border: none;
  background-color: transparent;
  background-image: url(../images/blue-arrow-menu.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.5vw;
  outline: none;
}
.scrolling {
  height: calc(100vh - 33vh);
  overflow-y: scroll;
}
.options-menu ul li {
  padding: 3.6vw 4.6875vw;
  padding-left: 10vw;
  border-bottom: 1px solid #b9bbbd;
  color: #686868;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 3.6vw;
}
.products-listing {
  display: flex;
  padding: 0 2.34375vw;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
.products-listing li {
  width: 50%;
  padding: 0 2.34375vw;
  margin-bottom: 3vw;
}
.p-name p {
  font-family: "Roboto";font-weight:500;
  font-size: 3.6vw;
  color: #000;
  line-height: 1.3em;
  margin-top: -0.2em;
}
.p-price {
  font-family: "Roboto";font-weight:400;
  font-size: 3.6vw;
  color: #808184;
}
.bookmark {
  width: 3vw;
}
.footer-wrapper {
  padding: 4.6875vw;
}
footer {
  width: 100%;
  margin: auto;
  padding-left: 0;
}
.footer-row {
  margin-bottom: 2.34375vw;
}
.aligning {
  display: flex;
  align-items: baseline;
}
.aligning span {
  height: 2.86vw;
}
 .scrolling {
     height: calc(100vh - 33vh);
}
.stikyok {
    border-bottom: 1px solid #b9bbbd;
    z-index: 1000;
}
.cat-list{overflow-x:scroll}.cat-list a {flex-shrink:0}
.cat-list::-webkit-scrollbar {
display: none;
}
footer p {
   font-family: "Roboto";font-weight:400;
  font-size: 2.5vw;
  color: #000;
}
footer span {
   font-family: "Roboto";font-weight:400;
  font-size: 2.5vw;
  color: #000;
}
.logo-zero {
  margin: 0 10px;
  height: 2.86vw;
}
.options-menu ul li.focus {
  background-color: #E6E6E6;
  background-image: url(../images/tik.svg);
  background-repeat: no-repeat;
  background-position: 80vw center;
  background-size: 2.8125vw;
}
.p-desc-title p {
  font-family: "Roboto";font-weight:500;
    font-size: 3.6vw;
    color: #000;
    line-height: 1.3em;
}
.p-desc-select span {
  font-family: "Roboto";
  font-weight:500;
    font-size: 3.6vw;
    color: #000;
    line-height: 1.3em;
}
.p-desc {
      font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
    color: #808184;
    line-height: 1.3em;
}
.p-img-item {
  width: 100vw;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
}
.product-open .product-desc-row  {
  padding: 3.6vw 4.6875vw;
  border-bottom: 1px solid #b9bbbd;
}
.product-row-select {
  padding: 3.6vw 4.6875vw;
    border-bottom: 1px solid #b9bbbd;
   width: 100%;
  display: flex;
  margin-bottom: 2px;
}
.p-about-select {
  margin-right: 7vw;

}
.p-about-select select {
  margin-left: 10px;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-drop-q.svg) no-repeat right center;
    background-size: auto 5vw;
    height: 6vw;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 4.4vw;
    color: #000;
    border: solid 1px #000;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 3.6vw;
}
.p-img-item {
        position: relative;
    }
    .p-discount {
    position: absolute;
    top: 1.6vw;
    left: 1.6vw;
    display: inline-block;
    background-color: #e53325;
    border-radius: 3px;
    padding: 1px 3px;
}
.p-discount span {
    font-family: 'Roboto';
    font-size: 2.5vw;
    color: #fff;
    display: block;
}
.p-about-select select {
    max-width: 40vw;
}
.product-card .p-desc-row {
    max-width: 45vw;
}
.pershkrim {
  padding: 7vw 4vw;
  text-align: center;
  border-bottom: 1px solid lightgray;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 3.6vw;
  color: #000;
  line-height: 1.3em;
}
.btn-wrap {
 padding: 4.6875vw!important;
}
.btn-wrap button {
    width: 100%;
  display: block;
   font-family: "Roboto";font-weight:500;
    font-size: 3.6vw;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 15px 0;
    outline: none;
    margin-bottom: 3.6vw;
    text-transform: uppercase;
}
.p-images-carousel .owl-dot span {
  display: block;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background-color: #D8D4D4;
  border: 1px solid #fff;
}
.similar-header {
    padding: 3.6vw 4.6875vw;
}
.similar-header p {
  font-family: "Roboto";
    font-weight: 500;
    font-size: 3.6vw;
    color: #2686C6;
    line-height: 1.3em;
}
.footer-home {
    padding-left: 0px;
}
.footer-inside footer{
  width: 100%;
}
.black-band {
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.6875vw;
  color: #fff;
  margin-bottom: 4.6875vw;
}
.black-band span {
   font-family: "Roboto";font-weight:500;
    font-size: 2.9vw;
    color: #fff;
}
.black-band p {
   font-family: "Roboto";font-weight:500;
    font-size: 3.6vw;
    color: #fff;
}
.p-listing-basket {
  padding: 0;
  margin: 0;
  list-style: 0;
  margin-top: -4.6875vw;
}
.p-listing-basket .p-img-box {
  width: 15.625vw;
  height: 15.625vw;
  overflow: hidden;
  margin-right: 3.125vw;
  flex-shrink: 0;
}
.basket-p-quant {
    display: flex;
    align-items: center;
}
.basket-p-quant p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 3.6vw;
    color: #000!important;
}
.p-about .basket-p-quant p {
   width: 13vw;
}
.p-listing-basket .p-name p {
  margin-top: 2px;

}
.basket-p-quant select {
  margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-drop-q.svg) no-repeat right center;
    background-size: auto 5vw;
    height: 5.5vw;
    padding-left: 5px;
    padding-right: 4.4vw;
    color: #000;
    border: solid 1px #000;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 3.6vw;
}
.p-listing-basket .product-action {
  position: absolute;
    right: 0;
    bottom: -7vw;
}
.close {
  width: 4vw;
  float: none!important;
  display: flex!important;
}
.info-block {
  margin-top: 5px;
  padding: 7vw 4vw;
  text-align: center;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  font-family: "Roboto";
  font-weight:400;
    font-size: 3.6vw;
    color: #000;
    line-height: 1.3em;
}
.p-listing-basket li {
  width: 100%;
  padding: 4.68vw;
  border-bottom: 1px solid #b9bbbd;
  padding-bottom: 11.875vw;
}
.form-block {
  padding: 0 4.6875vw;
}
.form-block p {
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
    color: #000;
    line-height: 1.3em;
    margin-bottom: 3vw;
}
.group-form input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c6c7c9;
  padding: 3.125vw 3.5vw;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
    color: #000;
}
.group-form textarea {
  width: 100%;
  border: 1px solid #c6c7c9;
  resize: none;
  border-radius: 4px;
  height: 24vw;
  padding: 3.125vw;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
    color: #000;
}
.group-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
}
.group-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
}
.group-form input::-moz-placeholder { /* Firefox 19+ */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
}
.group-form input:-ms-input-placeholder { /* IE 10+ */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
}
.group-form input:-moz-placeholder { /* Firefox 18- */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
}
.checkbox-block label {
  color: #000;
  font-family: "Roboto";font-weight:400;
    font-size: 3.2vw;
}
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 6vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cash-container {
    display: block;
    font-family: HelveticaNeueLTPro-Blk;
    position: relative;
    padding: 0px 0px 10px 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    transition: all 0.2s ease-in-out;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid darkgray;
    transition: all 0.2s ease-in-out;
}
.change-name {
  font-family: "Roboto";
    font-weight: 400;
    font-size: 3.6vw;
    color: #2686c6;
    padding: 1.3vw 2vw;
    border: 1px solid #2686c6;
    border-radius: 4px;
}

.p-confirm-row p {
  font-family: "Roboto";
    font-weight: 500;
    font-size: 3.6vw;
    color: #000;
    line-height: 1.3em;
}

.p-confirm-row {
  display: flex;
  padding: 0 4.68vw;
  justify-content: space-between;
  align-items: center;
}
.back-btn {
  display: block;
  width: 7.5vw;
  height: 7.5vw;
  border: none;
  background: transparent;
  padding: 0;
  background-color: transparent;
  background-image: url(../images/arrow-back.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.5vw;
  outline: none;
  margin-right: 0;
}
.btn-wrap button.whatsapp-btn {
   background-color: #52ba63;
   background-image: url(../images/phone-icon.svg);
   background-position: 3.6vw center;
   background-repeat: no-repeat;
   background-size: 4.4vw;
}
.language {
  font-size: 3.6vw;
  background-size: 3vw;
  padding: 7px 20px 7px 10px;
  text-transform: uppercase;
  outline: none;
}
.mask {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: rgba(0,0,0,0.8);
  z-index: 8000;
}
.open-mask {
  display: block;
}
.show-all {
  width: 100%;
    display: block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 3.6vw;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 15px 0;
    outline: none;
    margin-bottom: 3.6vw;
    text-transform: uppercase;
    background-color: #000;
    display: block;
}
.vertical-divider {
    border-left: 1px solid #b9bbbd;
    height: 100%;
    margin: 0 5px 0 15px;
}
.p-listing-basket .p-name p {
  padding-right: 15px;
}
.product-path {
  display: none;
}
.product-action {
  margin-left: 3.6vw;
}
}
