.ordering-process label {
    display: block !important;
}

.cart-content .form-group {
    display: flex;
    flex-direction: column;
}

.cart-content .form-group--inline .form-control-wrapper {
    max-width: 100%;
    width: 100%;
}

.cart-content .form-group--inline .form-control-wrapper .form-control {
    width: 100%;
    max-width: 100%;
    padding: 10px !important;
}

.ordering-process .phone-combined-input {
    max-width: unset;
    width: 100%;
    gap: 10px;
}

.ordering-process  .country-flags.active .country-flags-inner {
    top: -8px;
}

.ordering-process .country-flags {
    border: 1px solid #161617;
    border-radius: 0;
    height: 48px;
    padding: 0 10px;
}

.ordering-process .inline-form-fields .cart-content .co-box h2 {
    padding-left: 50px;
    margin-top: 30px;
}

.ordering-process .form-group-tooltip {
    left: 167px;
    top: -32px;
}

.ordering-process .co-box.co-box-additional {
    padding: 0;
    margin-top: 10px;
}

.ordering-process label[for="billCountryId"] {
    display: none !important;
}