
.buy_button_delivery_title{
  font-weight: bold;
  padding: 12px 0;
}
.buy_button_delivery_summary{
  width: 100%;
  display: block;
}
.buy_button_delivery_summary .buy_button_delivery_title{
  padding: 0 10px;
  background-color: #ffebec;
  color: #f9608a;
  height: 40px;
  line-height: 40px;
}
.buy_button_delivery_title .delivery_title_icon{
  width: 40px;
  vertical-align: middle;
  height: auto;
  margin: -2px 4px 0 0;
  cursor: pointer;
}
.delivery-modal__content{
  max-width: 560px;
  max-height: 560px;
  width: 100%;
}

.modal__close-control {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: none;
  transform: translate3d(0, 0, 0);
}
.delivery-modal__content .popup__content{
    padding: 20px;
}
.popup__title{
	font-weight: bold;
	font-size: 1.2rem;
}
.delivery-modal__content .popup__content .modal__content_text{
  font-size: 14px;
}
.delivery-modal__content .popup__content .rte{
  white-space: pre-line;
}
.delivery-modal__content .popup__content .rte p{
  margin: 0;
}
@media screen and (min-width: 759px) {
  .buy_button_delivery_summary .buy_button_delivery_title .delivery_title_icon{
    margin-top: -4px;
  }
  .popup-link-modal__content .modal__content_text{
    font-size: 16px;
  }
}