
.checkbox.confirm-prescrption {
  border-bottom: 1px solid #e5dad1;
  padding: 15px 0;
}
#prescription-group {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5dad1;
@media (min-width: 768px) {
    padding-right: 60px;
     padding-bottom: 24px;
  }
}
.product-wrap .product__content .product-form__buttons {
  &.noborder {
    border: none;
    padding-top: 0;
  }
}

.script-wrap {
  padding-bottom:20px;
  @media (max-width: 767px) {
    padding-top:10px;
    padding-bottom:10px;
  }
}