@media screen and (max-width: 900px) {
  .order-item-divider {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.order-item-divider:after {
  width: 1px;
  background-color: #bfbfbf;
  flex-grow: 0;
  flex-shrink: 0;
  height: 60px;
  content: "";
  display: block;
}
@media screen and (max-width: 900px) {
  .order-item-divider:after {
    width: 100%;
    height: 1px;
  }
}

.order-gift-certificate-img {
  width: 60px;
}

.order-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 100px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .order-item {
    flex-direction: column;
  }
}

.order-item-left {
  padding-left: 40px;
  padding-right: 40px;
  width: 144px;
}
@media screen and (max-width: 900px) {
  .order-item-left {
    width: 100%;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.order-item-content {
  padding-left: 40px;
  padding-right: 40px;
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .order-item-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.order-time {
  padding-right: 40px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .order-time {
    padding-right: 0;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .mobile-only {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .desktop-only {
    display: none;
  }
}

.order-book-image {
  position: relative;
  width: 60px;
  height: 80px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .order-book-image {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.order-book-image:after {
  width: 100%;
  position: absolute;
  top: -4px;
  left: 4px;
  height: 1px;
  background-color: #000;
  content: "";
  display: block;
}
.order-book-image:before {
  height: 100%;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
}

.order-time {
  font-size: 18px;
}

.order-item-product-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.order-day {
  font-size: 13px;
  color: #4c4c4c;
}
@media screen and (max-width: 900px) {
  .order-day {
    font-size: 18px;
    color: #000;
    margin-left: 15px;
  }
}

.order-item-subtitle {
  font-size: 13px;
  color: #4c4c4c;
}

.order-date {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .order-date {
    margin-bottom: 0;
  }
}

.warning-message {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px 0 24px;
}

.warning-wrapper {
  background-color: #fff;
  position: relative;
}
.warning-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  background-color: #fc1820;
  bottom: 0;
  top: 0;
  left: 0;
}

.message-wrapper {
  background-color: #fff;
  position: relative;
}
.message-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  background-color: #fce600;
  bottom: 0;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=orders.css.map */
