.b_sizes_new .el_h {
    margin-left: 3px;
    margin-top: 0;
    height: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
    text-transform: none;
    font-size: 18px;
}
.b_checkbox_size + .el_h {
    margin-top: 10px;
}
.widget_size_table.m_new {
    padding: 17px 9px;
}
.b_checkbox_size input {
    display: none;
}
.b_checkbox_size label {
    display: inline-block;
    width: 36px;
    height: 35px;
    border: 1px solid #dddddd;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 35px;
    margin: 3px;
}
.b_checkbox_size input:checked + label {
    background: #d84146;
    color: white;
}

.m_cup_sizes_error, .m_belt_sizes_error {
    color: #d84146;
    font-weight: bold;
}

.b_sizes_mobile_actions{
    margin-top: 10px;
}

.b_sizes_mobile_actions span{
    color: white !important;
    font-size: 14px !important;
}