:root {
  --container_width: 1280px;
  --container_padding: 30px;
}
@media (max-width: 767px) {
  :root {
    --container_padding: 20px;
  }
}

.order-tip {
  padding: 20px 30px;
  border-radius: 8px;
  background: #eeeeee;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .order-tip {
    padding: 20px;
  }
}
.order-tip__description {
  margin: 5px 0 10px;
}
.order-tip .single-order-tip {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #c01a2c;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.order-tip .single-order-tip.active, .order-tip .single-order-tip:hover {
  background-color: #c01a2c;
  color: white;
}
.order-tip__button .single-order-tip {
  background-color: #c01a2c;
  color: white;
}
.order-tip__header {
  font-weight: bold;
}
.order-tip__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 5px;
}
.order-tip__field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order-tip__custom {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.order-tip__custom input {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid hsla(0deg, 0%, 7%, 0.8);
  color: #2b2d2f;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 4px 8px;
  max-width: 120px;
  -moz-appearance: textfield;
}
.order-tip__custom input::-webkit-inner-spin-button, .order-tip__custom input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order-tip__custom.hidden {
  display: none;
}
.order-tip__button {
  margin-left: -20px;
}

/*# sourceMappingURL=sct-order_tips-frontend.css.map */
