.popup {
  display: none;
  opacity: 0;
  line-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100vw;
  height: 100%;
  max-height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2vh 2vw;
}
.popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.popup.err .hdr {
  color: #E93B2A;
}
.popup.err .hdr svg {
  color: #E93B2A;
}
.popup-win {
  background: #fff;
  min-width: 280px;
  box-shadow: none;
  padding: 20px;
}
.popup-win .hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}
.popup-win .hdr div {
  padding-right: 10px;
}
.popup-win .hdr .close {
  width: 20px;
  height: 20px;
  background: url('../img/close.svg');
}
.popup-win .cont {
  padding: 2vmax 0;
  box-shadow: none;
  font-weight: 400;
  line-height: 140%;
}
.popup-win .cont img {
  max-width: 100%;
  max-height: 75vh;
}
.popup-win .cont .zoom-title {
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
}
.pup-zoom .popup-win .cont {
  overflow: hidden;
  text-align: center;
}
.pup-utp {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin-top: 20px;
}
.pup-utp li {
  width: 33%;
  padding-left: 1%;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.pup-utp .im img {
  height: 60px;
}
.popup #buyOneClick,
.popup .prod-added {
  max-width: 600px;
}
@media screen and (min-width: 1025px) {
  .popup .auth-form {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .popup {
    padding: 0;
  }
  .pup-wrp {
    padding-left: 8px;
    padding-right: 8px;
  }
  .popup-win .hdr {
    height: 5vh;
  }
  .popup-win .hdr svg {
    width: 20px;
    height: 20px;
  }
  .popup-win .cont {
    padding: 10px;
  }
  .popup-win .cont img {
    max-height: 50vh;
  }
}
@media screen and (max-width: 600px) {
  .popup {
    padding: 0;
  }
  .pup-utp {
    flex-wrap: wrap;
  }
  .pup-utp li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
  }
  .pup-utp .im {
    width: 50px;
  }
  .pup-utp .im img {
    width: 32px;
    height: 32px;
  }
  .pup-utp span {
    flex: 1;
  }
}
.TODO {
  position: relative;
  border: #fff 1px solid;
}
.TODO:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "TODO";
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-added img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.prod-added .prod {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.prod-added .prod span {
  flex: 1;
  padding-left: 20px;
}
.text {
  line-height: 120%;
}
.text > * {
  margin: 20px 0;
}
.text ul {
  list-style: circle;
  padding-left: 20px;
}
.text ul li {
  margin: 10px 0;
}
.cat-tbl-row {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: #d2d2d2 1px solid;
  padding: 20px 0;
  font-size: 14px;
}
.cat-tbl-row.-head {
  font-size: 12px;
  padding: 5px 0;
}
.cat-tbl-row label {
  display: none;
  font-size: 12px;
  font-weight: 600;
}
.ct-img-name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ct-img-name.-big .ct-name {
  width: 400px;
}
.ct-img {
  width: 100px;
  transition: all 200ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-img img {
  max-height: 100%;
}
.ct-img:hover {
  opacity: 0.8;
}
.ct-name {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-name a {
  text-decoration: none;
  font-weight: 700;
}
.ct-name a:hover {
  text-decoration: underline;
}
.ct-bal {
  color: #5fa800;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-bal:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5fa800;
}
.ct-props {
  display: flex;
  flex: 1;
}
.ct-prop {
  flex: 1;
  text-align: center;
  font-size: 12px;
}
.ct-shop {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-price {
  font-weight: 600;
}
.ct-to-cart {
  width: 100px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(32, 32, 32, 0.2);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  cursor: default;
}
.ct-to-cart:hover:before {
  width: 140px;
  height: 140px;
  border-radius: 0;
}
.ct-to-cart:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFEE32;
  right: -15px;
  bottom: -15px;
  transition: all 200ms;
}
.ct-to-cart span {
  position: relative;
}
#delivery-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px;
}
#delivery-buttons .distance span {
  font-weight: bold;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}
.pagination a {
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #e6e6e6 1px solid;
  border-radius: 4px;
  text-decoration: none;
  color: #222;
}
.pagination a:hover {
  border-color: #202020;
}
.pagination a.act {
  background: #FFEE32;
  border-color: #FFEE32;
}
@media screen and (max-width: 1024px) {
  .cat-tbl-row {
    flex-wrap: wrap;
  }
  .cat-tbl-row.-head {
    display: none;
  }
  .cat-tbl-row label {
    display: inline-block;
  }
  .ct-img-name {
    width: 100%;
    flex-wrap: wrap;
  }
  .ct-img {
    width: 200px;
  }
  .ct-name {
    width: unset;
    flex: 1;
  }
  .ct-prop {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media screen and (max-width: 600px) {
  .cat-tbl-row {
    flex-direction: column;
    gap: 20px;
  }
  .ct-img {
    width: 100%;
    height: 150px;
  }
  .ct-name {
    align-items: center;
  }
  .ct-props {
    gap: 10vw;
  }
}
/*# sourceMappingURL=custom.css.map */