.popup-dishCard {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.popup-dishCard-closeBtn {
  position: absolute;
  top: 35px;
  right: 34px;
  height: 12px;
  width: 12px;
  padding: 8px;
  background-color: #FFFFFF;
  background-image: url(../../../../../images/icons/black_cross.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none !important;
  outline: none !important;
}
.popup-dishCard-closeBtn:hover {
  background-color: #FFFFFF;
  background-image: url(../../../../../images/icons/black_cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.popup-dishCard-img {
  height: 400px;
  width: 400px;
  background-color: #D9D9D9;
  border-radius: 10px;
  background-size: cover;
}
.popup-dishCard-box {
  height: 300px;
  overflow: auto;
  width: 500px;
}
.popup-dishCard-box::-webkit-scrollbar {
  width: 8px;
}
.popup-dishCard-box::-webkit-scrollbar-track {
  background: #DEDEDE;
  border-radius: 100px;
}
.popup-dishCard-box::-webkit-scrollbar-thumb {
  background: #008C3A;
  border-radius: 1000px;
}
.popup-dishCard-box::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.popup-dishCard-container {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.popup-dishCard-dishInfo {
  display: flex;
  margin: 10px 0 0;
}
.popup-dishCard-dishInfo-weight {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #AAAAAA;
  margin: 30px 0 0;
}
.popup-dishCard-info {
  display: flex;
  position: absolute;
  bottom: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  width: 100%;
  padding-top: 10px;
}
.popup-dishCard-info-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 150px;
}
.popup-dishCard-info-counter-minus {
  border: 0;
  border-radius: 6px;
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  color: #176FE8;
}
.popup-dishCard-info-counter-plus {
  border: 0;
  border-radius: 6px;
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  color: #176FE8;
  font-size: 17px;
}
.popup-dishCard-info-counter-number {
  margin: auto 16px;
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.popup-dishCard-info-container {
  display: flex;
  align-items: center;
}
.popup-dishCard-title {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 30px;
  max-width: 500px;
}
.popup-dishCard-description-container {
  position: relative;
}
.popup-dishCard-service-option {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
}
.popup-dishCard-service-option input {
    margin-right: 5px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: green;
    vertical-align: middle;
}
.popup-dishCard-service-option span.popup-dishCard-service-price {
    position: absolute;
    right: 10%;
}
.popup-dishCard-description {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  min-height: 54px;
  width: 462px;
}
.popup-dishCard-description.expanded {
  display: block;
}
.popup-dishCard-moreBtn-container {
    display: inline-flex;
    align-items: center;
}
.popup-dishCard-moreBtn-svg {
    margin-left: 5px;
}
.popup-dishCard-moreBtn-container:hover, .popup-dishCard-moreBtn-container:hover .popup-dishCard-moreBtn {
    cursor: pointer;
    background-color: #d3d3d3 !important;;
}
.popup-dishCard-moreBtn-container svg {
    margin-left: 5px;
}
.rotated {
    transform: rotate(180deg);
}
.popup-dishCard-moreBtn {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #AAAAAA;
  background-color: #FFFFFF;
  border: 0;
  height: 17px;
  padding: 0;
}

.popup-dishCard-composition {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: justify;
  margin-top: 10px !important;
  width: 462px !important;
  display: block;
}
.popup-dishCard-number {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.popup-dishCard-text {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
}
.popup-dishCard-price {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-right: 20px;
}
.popup-dishCard-weight {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #AAAAAA;
  margin-left: 10px;
}
.popup-dishCard-addBtn {
  font-family: "Golos Text", Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #FFFFFF;
  background-color: #008C3A;
  width: 130px;
  height: 40px;
  border-radius: 6px;
  border: none !important;
  outline: none !important;
  padding: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-dishCard-addBtn:hover {
  background-color: #008C3A;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.65;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  width: 1000px;
  height: 460px;
  overflow-y: auto;
  display: flex;
  padding: 30px;
}

.column {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.popup-hidden {
  display: none !important;
}

@media screen and (max-width: 1100px) and (orientation: portrait) {
  .popup-dishCard-closeBtn {
    top: 20px;
    right: 20px;
    height: 12px;
    width: 12px;
    padding: 0px;
  }
  .popup-dishCard-img {
    height: 300px;
    width: 300px;
  }
  .popup-dishCard-box {
    height: 400px;
    overflow: auto;
    width: 568px;
  }
  .popup-dishCard-box::-webkit-scrollbar {
    width: 8px;
  }
  .popup-dishCard-box::-webkit-scrollbar-track {
    background: #DEDEDE;
    border-radius: 100px;
  }
  .popup-dishCard-box::-webkit-scrollbar-thumb {
    background: #008C3A;
    border-radius: 1000px;
  }
  .popup-dishCard-box::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
  .popup-dishCard-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 330px;
  }
  .popup-dishCard-dishInfo {
    display: flex;
    margin: 10px 0 0;
  }
  .popup-dishCard-info {
    display: flex;
    position: absolute;
    bottom: 30px;
    justify-content: space-between;
    align-items: center;
    max-width: 568px;
    width: 100%;
  }
  .popup-dishCard-info-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 150px;
  }
  .popup-dishCard-info-counter-minus {
    border: 0;
    border-radius: 6px;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    color: #176FE8;
  }
  .popup-dishCard-info-counter-plus {
    border: 0;
    border-radius: 6px;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    color: #176FE8;
    font-size: 17px;
  }
  .popup-dishCard-info-counter-number {
    margin: auto 16px;
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .popup-dishCard-info-container {
    display: flex;
    align-items: center;
  }
  .popup-dishCard-title {
    max-width: 530px;
  }
  .popup-dishCard-description {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    min-height: 54px;
    width: 530px;
  }
  .popup-dishCard-description.expanded {
    display: block;
  }
  .popup-dishCard-composition {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: justify;
    margin-top: 10px !important;
    width: 462px !important;
    display: block;
  }
  .popup-dishCard-number {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
  .popup-dishCard-text {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
  }
  .popup-dishCard-price {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-right: 20px;
  }
  .popup-dishCard-weight {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #AAAAAA;
    margin-left: 10px;
  }
  .popup-dishCard-addBtn {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
    background-color: #008C3A;
    width: 130px;
    height: 40px;
    border-radius: 6px;
    border: none !important;
    outline: none !important;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup-dishCard-addBtn:hover {
    background-color: #008C3A;
  }
  .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.65;
  }
  .popup-content {
    border-radius: 20px;
    width: 628px;
    height: 800px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding: 30px;
    gap: 40px;
  }
  .column {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .popup-dishCard {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .popup-dishCard-closeBtn {
    position: fixed;
    top: 16px;
    right: 16px;
    height: 40px;
    width: 40px;
    padding: 14px;
    background-color: rgba(240, 240, 240, 0.6);
    background-image: url(../../../../../images/icons/black_cross.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    border-radius: 100px;
  }
  .popup-dishCard-closeBtn:hover {
    background-color: rgba(240, 240, 240, 0.6);
    background-image: url(../../../../../images/icons/black_cross.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .popup-dishCard-img {
    display: none;
  }
  .popup-dishCard-box {
    min-height: 270px;
    height: auto;
    overflow: auto;
    width: 100%;
    margin: 30px auto;
    overflow-x: hidden;
  }
  .popup-dishCard-box::-webkit-scrollbar {
    width: 8px;
  }
  .popup-dishCard-box::-webkit-scrollbar-track {
    background: #DEDEDE;
    border-radius: 100px;
  }
  .popup-dishCard-box::-webkit-scrollbar-thumb {
    background: #008C3A;
    border-radius: 1000px;
  }
  .popup-dishCard-box::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
  .popup-dishCard-container {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .popup-dishCard-dishInfo {
    display: flex;
    margin: 10px 0 0;
  }
  .popup-dishCard-dishInfo-weight {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #AAAAAA;
    margin: 30px 0 0;
  }
  .popup-dishCard-info {
    display: flex;
    position: fixed;
    bottom: 62px;
    justify-content: space-between;
    align-items: center;
    max-width: auto;
    width: 100%;
    padding-top: 10px;
  }
  .popup-dishCard-info-counter {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 150px;
  }
  .popup-dishCard-info-counter-minus {
    border: 0;
    border-radius: 6px;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    color: #176FE8;
  }
  .popup-dishCard-info-counter-plus {
    border: 0;
    border-radius: 6px;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    color: #176FE8;
    font-size: 17px;
  }
  .popup-dishCard-info-counter-number {
    margin: auto 16px;
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .popup-dishCard-info-container {
    display: flex;
    align-items: center;
  }
  .popup-dishCard-title {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 6px;
    max-width: auto;
    width: 100%;
  }
  .popup-dishCard-description-container {
    position: relative;
  }
  .popup-dishCard-description {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    min-height: auto;
    width: auto;
  }
  .popup-dishCard-description.expanded {
    display: block;
  }
  .popup-dishCard-composition {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: justify;
    margin-top: 10px !important;
    width: 462px !important;
    display: block;
  }
  .popup-dishCard-number {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
  .popup-dishCard-text {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
  }
  .popup-dishCard-price {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-right: 20px;
  }
  .popup-dishCard-weight {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #AAAAAA;
    margin-left: 0;
  }
  .popup-dishCard-addBtn {
    font-family: "Golos Text", Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
    background-color: #008C3A;
    width: 159px;
    height: 40px;
    border-radius: 6px;
    border: none !important;
    outline: none !important;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
  }
  .popup-dishCard-addBtn:hover {
    background-color: #008C3A;
  }
  .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.65;
  }
  .popup-content {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    background: white;
    border-radius: 0;
    width: 100%;
    height: 568px;
    overflow-y: auto;
    display: flex;
    padding: 30px 16px;
    margin: 0;
  }
  .column {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
  }
  .popup-hidden {
    display: none !important;
  }
  .title-column {
    flex-direction: column;
  }
}
@media (orientation: landscape) and (max-width: 1000px) {
  .popup-content {
    width: 80vw;
    height: 80vh;
  }
  .popup-dishCard-img {
    display: none;
  }
}/*# sourceMappingURL=popup-dishCard.css.map */