.secondary.superparrucchiere__form {
    background: #f2f0eb;
    padding: 18px;
}

.superparrucchiere__form .camp-form-row {
    width: 100%;
    margin-bottom: 5px;
}
.superparrucchiere__form .input-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #6c6657;
    padding-bottom: 5px;
    display: block;
    margin-top: 10px;
}

.superparrucchiere__form .camp-form-row.col-50,
.superparrucchiere__form .camp-form-row.col-33 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.superparrucchiere__form .camp-form-row.col-50 .form-input {
    width: 48%;
}

.superparrucchiere__form .camp-form-row.col-33 .form-input {
    width: 30%;
}


.superparrucchiere__form .form-input {
    display: block;
    margin-bottom: 15px;
}

.superparrucchiere__form .input.disabled {
    color: #acacac;
}

.superparrucchiere__form .input {
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999;
    font-family: 'Dosis', serif;
    font-size: 18px;
    box-shadow: 0 0 0 4px rgba(221,210,181, 0);
    transition: all 0.2s ease-in-out;
    line-height: initial;
}

/* Per modale nuovo abbonamento */
#new_subscription_dialog .superparrucchiere__form .input.select-input {
    height: 38px;
    padding: 0 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
}

#new_subscription_dialog input#subscription-start-date,
#new_subscription_dialog input#registered_user_subscription-start-date {
    min-height: 38px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
}

#new_subscription_dialog #tabs {
    display: none;
}

#new_subscription_dialog .ui-widget-header {
    border: none;
    border-bottom: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

#new_subscription_dialog .ui-widget.ui-widget-content {
    border: none;
}
/* Per modale nuovo abbonamento */

.superparrucchiere__form .input.select-input {
    height: 38px;
    padding: 0 15px;
}

.superparrucchiere__form .input:focus {
    box-shadow: 0 0 0 4px rgba(221,210,181, 0.6);
}

::placeholder {
    color: #bbb;
}

.rounded-inputs .input,
.rounded-inputs .form-button {
    border-radius: 4px;
}

.form-button {
    padding: 8px 15px;
    background: #6c6657;
    border: transparent;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.form-button:hover {
    background: #89816e;
}

.form-button.button-lg {
    padding: 15px 15px;
}

.form-button.full {
    width: 100%;
}

.form-checkbox-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 5px;
}

.checkbox-option {
    margin-bottom: 6px;
}

.col-33 .checkbox-option {
    width: 33%;
}

.col-50 .checkbox-option {
    width: 50%;
}

.superparrucchiere__form.filters .input {
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999;
    box-shadow: 0 0 0 4px rgba(221,210,181, 0);
    transition: all 0.2s ease-in-out;
    line-height: initial;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14px;
}

.superparrucchiere__form.filters .form-input {
    display: block;
    margin-bottom: 0px;
}

@media screen and (max-width: 460px) {
    .superparrucchiere__form .camp-form-row.col-50 .form-input {
        width: 100%;
    }

    .superparrucchiere__form .camp-form-row.col-50, .superparrucchiere__form .camp-form-row.col-33 {
        display: block;
    }

    .col-33 .checkbox-option {
        width: 49%;
    }

    .superparrucchiere__form .camp-form-row.col-33 .form-input {
        width: 100%;
    }

}

.checkbox-option .marchi-container{
    font-size: 16px!important;
}
.termini-condizioni-container{
    margin-top: 5px;
    background: #f8f8f8;
    font-size: 20px;
    padding: 10px;
}
.termini-label,
.cookie-label {
    font-size:16px;
}

p#backTo1 a {
    color: #fff;
}

p#backTo1 {
    background: #9b9480;
    color: #fff!important;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

p#backTo1:hover {
    background: #6c6657;
}

#cookie_check {
    margin-left: 10px;
}

input:disabled {
    background: #dbdbdb;
    cursor: not-allowed;
    border: 1px solid #cacaca;
    color: #838383;
}

.termini-condizioni-container{
    margin: 0;
}