.pre-order-builder-form {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.input.pre_order_code{
    min-height: 42px;
}
.pre-order-builder-form-mobile {
    display: none;
}
@media (max-width:768px) {
    .pre-order-builder-form{
        display:none;
    }
    .pre-order-builder-form-mobile {
        display: block;
        margin: 10px auto 0;
    }
    .multi-form__row{
        align-items: center;
    }
}
@media (max-width:610px) {
    .input.pre_order_code{
        min-height: auto;
    }
}
@media (max-width:361px) {
    .input.pre_order_code{
        max-width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }
    .apply_pre_order{
        width: 100%;
    }
}

.pre-order-customer-form-save-button{
    width:100%;
}
.ilve_pre_order-customer-form-modal-wrapper{
    justify-content: center;
}
.ilve_pre_order-customer-form-modal-body{
    width: 100%;
}
.select2-container.select2-container--default.select2-container--open{
    z-index: 10000;
}

.ilve-pre-order-cart-empty-text{
    margin-bottom: 15px;
    text-align: center;
}

.ilve-pre-order-cart-empty-field{
    max-width: 100%;
    display: block;
    padding: 15px 10px;
    height: auto;
}

.ilve-pre-order-cart-empty-button{
    margin-top: 20px !important;
}

.ilve-pre-order-cart-empty-form{
    display: flex;
    flex-flow: column;
}
.selection_modal_form{
    display: flex;
    padding-top: 15px;
    justify-content: center;
}

@media (max-width: 375px) {
    .input.pre_order_code {
        margin-bottom: 0;
    }
}
