

/* Start:/local/components/ishop/order/templates/.default/style.css?1770289331682*/
.form-cart__title.form-cart__title_wide-title {
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
}

.form-select {
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-gr100);
    padding: 10px 12px;
    border: 1px solid var(--color-gr40);
    background: url('/local/components/ishop/order/templates/.default/images/arrow_for_select.svg') 95% 50% no-repeat;
    appearance: none;
    cursor: pointer;
}

.form-select:focus {
    outline: none;
}

.form-select option:disabled {
    color: var(--color-gr70);
}

@media only screen and (max-width: 767px) {
    .form-cart__title.form-cart__title_wide-title {
        max-width: 100%;
        width: 100%;
    }
}
/* End */
/* /local/components/ishop/order/templates/.default/style.css?1770289331682 */
