.quote-detail-shipment .radio-div,
.quote-detail-shipment .button-div {
  margin: 10px 0;
}
.quote-detail-shipment .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quote-detail-shipment .price-content p {
  margin-right: 10px;
}
.quote-detail-shipment .red-text {
  color: red;
  font-weight: bold;
  font-size: 16px;
}

