.webform-confirmation__message p{ color:black !important}
.webform-confirmation__back {text-align:center}
form.webform-submission-form .form-item label, .order-online-retailer-container .form-item label {
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    width: 100%;
    color: black;
}

form.webform-submission-form .form-item.form-type-radio label, .order-online-retailer-container .form-item.form-type-radio label {
    width: auto;
    margin-bottom: 10px;
    margin-left: -0.375rem;
    display: inline-block;
    font-size: 1rem;
    padding-left: 0.375rem;
    position: relative;
    color: black;
  margin-left:10px;
}
form.webform-submission-form .fieldset-legend, .order-online-retailer-container .fieldset-legend {
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%;
    font-weight: 700;
}
p, .coh-wysiwyg, .view-bayer-ch-search-new article div {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-family: 'Gotham Book', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: rgb(85, 85, 85);
    margin-left: 20px;
}
form.webform-submission-form .form-item textarea, .order-online-retailer-container .form-item textarea {
    border-color: rgb(0, 0, 0);
    margin-bottom: 1rem;
    line-height: 1.2;
    border-width: 0.0625rem;
    width: 50%;
    margin-left: 20px;
}
form.webform-submission-form .form-item input, .order-online-retailer-container .form-item input {
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom-width: 0.0625rem;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-color: rgb(0, 0, 0);
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    margin-left: 20px;
}
form.webform-submission-form .form-item.form-type-radio label:before, .order-online-retailer-container .form-item.form-type-radio label:before {
    height: 0.5rem;
    width: 0.5rem;
    display: block;
    visibility: visible;
    border-width: 0.0625rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    border-color: black;
    content: "";
    position: absolute;
    left: -0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
form.webform-submission-form .form-item.form-type-radio input[type=radio]:checked + label:after, .order-online-retailer-container .form-item.form-type-radio input[type=radio]:checked + label:after {
    background-color: black;
    height: 0.375rem;
    width: 0.375rem;
    position: absolute;
    left: -0.5rem;
    display: block;
    visibility: visible;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
}
p, .coh-wysiwyg, .view-bayer-ch-search-new article div {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-family: 'Gotham Book', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: black;
    margin-left: 20px;
}