#voronov-delivery-address-wrap {
    width: 100%;
    margin-top: 18px;
}

#voronov-delivery-address-wrap textarea {
    width: 100%;
    min-height: 96px;
    resize: vertical;
}

#voronov-delivery-address-wrap .required {
    color: #e2401c;
    text-decoration: none;
}

.voronov-delivery-order-details {
    margin-top: 30px;
}

@media (max-width: 767px) {
    #voronov-delivery-address-wrap {
        margin-top: 14px;
    }
}
