/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* FIX modulo kbroyaltypoints  */
.page-list.pagination {
    display: flex;

    a {
        margin: 0;
    }
}

/* FIX stripe*/

#simpletek #checkout #js-stripe-payment-form {
    margin-top: 20px !important;
    padding: 0 20px !important;
}

#payment-method-messaging-element.StripeElement {
    padding: .5rem !important;
    border-radius: .35rem !important;

    span {
        color: #fff !important;
    }

    background-color: #fff !important;
    width: auto;
    max-width: 410px;
}



/* Quantità */

#cart .input-group-btn {
    display: none;
}