.cart-forms-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 50px;
    flex-direction: row;
}

.block-reference-number {
    width: 40%;
    order: 2;
}

.block-reference-number .field{
    display: table-cell;
}

.block-reference-number .actions-toolbar{
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.block-reference-number #reference_number {
    height: 43px;
}

.block-reference-number .actions-toolbar button.action {
    border: none;
    padding: 12px 24px;
    opacity: .8;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -.015em;
    font-weight: 700;
    line-height: 1.5;
    font-family: inherit;
    height: inherit;
    white-space: nowrap;
    margin: 0px;
}

.block-reference-number .actions-toolbar button.action:not(:hover) {
    background-color: #f4f4f4;
    color: #222529;
}

.cart-discount {
    width: 40% !important;
    clear: none !important;
    padding-right: 0px !important;
    border: none !important;
    order: 1;
}

.cart-discount .block {
    width: 100% !important;
}

@media (max-width: 768px) {
    .cart-forms-bottom {
        flex-direction: column;
    }
    .block-reference-number {
        width: 100%;
    }
    .cart-discount {
        width: 100% !important;
    }
    .cart-discount .content{
        display:block !important;
        padding: 10px 0px !important;
    }
}

.order-reference-number {
    margin: -1em 0 18px;
}
.order-reference-number .label.bold {
    font-weight: bold;
}
