.getNewsSignup.form-wrapper .help-block.radio {
    display: inline-block;
    width: auto;
    margin-top: -5px;
    margin-bottom: 25px;
}

.field-validation-error {
    display: block;
    color: #ed080c;
    font-weight: normal;
}

.terms-cond-block {
    margin-top: 65px;
}

.field-validation-error ~ .terms-cond-block {
    margin-top: 35px;
}

.salon-pro.show label:last-child {
    width: 100%;
}

.salon-pro.show label:first-child {
    width: auto;
}

.salon-pro.show .field-validation-valid.help-block {
    color: #333 !important;
    font-weight: normal;
}

.salon-pro.show .help-block input[type="radio"] {
    width: 20px;
}

.p-l-5 {
    padding-left: 5px;
}

.checkbox.next-article-caption:after {
    color: #d00;
    content: "*";
    font-weight: bolder;
}

.checkbox.next-article-caption {
    text-indent: 5px;
}

.primary-text-hue {
    color: rgb(237, 26, 135);
}


@media (max-width: 767px) {
    .product-description__headers--product-name {
        font-size: 36px;
    }

    .salon-pro.show .field-validation-error {
        margin-top: 0;
        margin-left: 0;
    }
}