.borito {
  height: 25vw;
  min-height: 375.75px;
  width: 52vw;
  min-width: 781.55px;
  margin: 40px auto;
  background-size: 100% 100%;
  object-fit: contain;
  background-image: url("/images/borito.jpg");
}

.bookmain {
  padding: 20px 0 40px 0;
}

.head-text {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin: 20px auto;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  width: 70vw;
  min-width: 781.55px;
}

.zold {
  color: green;
}

.leg-text {
  text-align: center;
  font-size: 21px;
  color: #000000;
  margin: 0px auto 20px auto;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  width: 70vw;
  min-width: 781.55px;
}

.order-form {
  padding: 20px;
}

.order-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  z-index: 6;
  background: white;
  overflow: auto;
  border-radius: 5px;
  text-align: center;
}

.del-modal-title {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px grey;
}

.del-modal-btn {
  padding: 10px;
  width: 50%;
  background: #fff;
}

.del-modal-btn:hover {
  background: #f0f0f0;
  cursor: pointer;
}

.red {color:red}
.green {color:green}
.right-border {border-right: solid 1px grey}

.del-modal-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px grey;
}

.megrendelem-btn {
  width: 154px;
  padding: 9.8px 16px;
  margin: 30px auto;
  font-weight: 400;
  color: white;
  background: rgb(240, 60, 33);
  background: linear-gradient(90deg, rgb(240, 60, 33, 1) 0%, rgba(200,39,25,1) 100%);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
}

.megrendelem-btn:hover {
  background: rgb(240, 60, 33, 0.95);

}

@media screen and (max-width: 780px) {
  .borito {
    margin: 30px 0px;
    min-width: 0px;
    min-height: 0px;
    background-image: url("/images/borito_mobil.jpg");
    height: 59vw;
    width: 90vw;
  }

  .head-text {
    font-size: 18px;
    margin: 20px auto;
    width: 90vw;
    min-width: 0px;
  }
  .leg-text {
    font-size: 14px;
    margin: 10px auto;
    width: 90vw;
    min-width: 0px;
  }
}
