

/* Start:/local/components/bianca/make.order/templates/.default/style.css?1758781512560*/
.order__form input[type=checkbox] + label {
    color: #000;
    text-align: left;
    line-height: 19px;
}
.order__form input[type=checkbox]+label span{
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .06);
}
input[type=checkbox]:checked+label span {
    background: #f94f0d 50% 50% no-repeat url(/local/markup/dist/images/check.svg);
}

.order-form__agree {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .order__form form {
        flex-wrap: wrap;
    }
    .order-form__agree {
        margin-top: 0;
    }
}
/* End */
/* /local/components/bianca/make.order/templates/.default/style.css?1758781512560 */
