.sna_radio_buttons .form-check-inline {
    display: flex;
    align-items: center;
}
.sna_radio_buttons .form-check-inline label {
    margin-left: 5px;
}
select.products_sna_item {
    max-width: 100%;
    background-color: #fefefe;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.6rem 1rem;
    line-height: 1.5;
}