#referenceToPay {
    width: 100%;
    display: flex;
    justify-content: center;
}

#referenceToPay table {
    width: 50%;
}

.hipay-title {
    margin: 20px 0;
}

.hipay-container {
    background: white;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
}

.hipay-container.hipay-decline-content {
    margin-bottom: 10px;
}

.hipay-container .hipay-cart-productline+.hipay-cart-productline {
    border-top: 1px solid #ededed;
}

.hipay-renew-order {
    background: #44a8f2;
    color: white;
    text-transform: uppercase;
    padding: 5px 10%;
    transition: all .3s ease;
}

.hipay-renew-order:hover {
    color: white;
    background: #1492ef;
}

.hipay-cart-productline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hipay-cart-product {
    display: flex;
}

.hipay-product-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 1em;
}

.hipay-product-total-price {
    font-weight: bold;
    font-size: 1.2em;
}

.hipay-product-quantity {
    color: #44a8f2;
}

.cart-totals-container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.cart-totals {
    width: 25%;
}