#configure_product [type=radio].custom-control-input + label.custom-control-label,
#configure_product [type=checkbox].custom-control-input + label.custom-control-label {
  height: 100%;
  cursor: pointer;
}
#configure_product [type=radio].custom-control-input:checked + label.custom-control-label,
#configure_product [type=checkbox].custom-control-input:checked + label.custom-control-label {
  outline: 3px solid orange;
}

#configure_product .flex-grow-1 {
  flex-grow: 1;
}

#configure_product .row {
  display: flex;
  flex-wrap: wrap;
}
#configure_product .col* {
  display: flex;
}

#configure_product .cross_sell_pc_number_wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
}

#configure_product .border-danger {
  border-color: #ff4c4c!important;
}

#configure_product .border-bottom {
  border-bottom: 1px solid #ccc;
}

.cross_sell_pc_price {
  color: orange;
  margin-top: auto;
}

.probo_delivery_date_wrapper {
  padding: 3px;
  border: 1px solid #ccc;
}

.probo_delivery_date_display_day {
  color: orange;
  font-size: 1.25rem;
  font-weight: 600;
}
.probo_delivery_date_display_weekday {
  font-weight: 600;
  font-size: 1rem;
}
.probo_delivery_date_display_addition {
  color: orange;
  font-size: 1rem;
}



#configure_product .input-group-prepend,
#configure_product .input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#configure_product .input-group-prepend .input-group-text + .input-group-text,
#configure_product .input-group-append .input-group-text + .input-group-text {
  margin-left: -1px;
}
#configure_product .input-group-prepend {
  margin-right: -1px;
}
#configure_product .input-group-append {
  margin-left: -1px;
}
#configure_product .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#configure_product .input-group > .input-group-prepend > .input-group-text,
#configure_product .input-group > .input-group-append:not(:last-child) > .input-group-text,
#configure_product .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#configure_product .input-group > .input-group-append > .input-group-text,
#configure_product .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
#configure_product .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
