File: /home/salamatk/www/wp-content/plugins/woodmart-plus/assets/css/wc_extra_fields.css
.wc_extra_field_checkbox_group_value,.wc_extra_field_radio_value{
display: flex;
}
.show-checkbox-group-inline .wc_extra_field_checkbox_group_value,
.show-radio-inline .wc_extra_field_radio_value
{
flex-direction: row;
}
.show-checkbox-group-block .wc_extra_field_checkbox_group_value,
.show-radio-block .wc_extra_field_radio_value
{
flex-direction: column;
}
.wc_extra_field_checkbox_group_value>label,
.wc_extra_field_radio_value>label{
display: flex;
align-items: center;
}
.wc_extra_field_checkbox_group_value>label input,
.wc_extra_field_radio_value>label input
{
border: 1px solid #767676;
}
.wc_extra_field_phone_value input{
text-align: right;
}