
epresto-radioselector {

}

#priceSelector {
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 0.1em;
    margin-bottom: 1em;
}

#priceSelector.hidden {
    display: none;
}

#priceSelector.error {
    border: 2px solid #e50041;
    padding: 2px;
}

epresto-radioselector .switch {
    
    display: flex;
    justify-content:center;
    align-items: center;

    width: 50px;
    height: 30px;
    border-radius: 3px;
    background-color: #ea5802;
    color: #ffffff;
    cursor:pointer;
}

@media screen and (max-width: 400px) {

    epresto-radioselector .switch {
        width: 40px;
    }

}

    epresto-radioselector .switch::after {
        content: "\00a0€";
    }

    epresto-radioselector .switch.enabled {
        background-color: #ea5802;
    }


