.discountButton{
    width: 125px;
    height: 40px;
    background: rgb(94, 216, 249);
    position: absolute;
    user-select: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo-customer-checkout-div{
    margin: 5% 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}
.woo-customer-checkout-label{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}
.woo-customer-checkout-div h4{
    width: 100%;
    text-align: center;
}
.woo-customer-dashboard-points-notice{
    border-radius: 5px;
    width: 100%;
    height: 200px;
    position: relative;
   
    text-align: center;
}
.woo-customer-dashboard-points-notice h4{
    width: 100%;
}
.woo_customer_dashboard_btc{
    padding: 7.5px 10px;
    background-color: rgb(95, 95, 227);
    font-size: .9em;
    color: #fafafa;
}
.switch{
    width: 125px;
    position: relative;
    top: -20px;
}
.woo-customer-club-product-note{
    width: 70%;
    height: 50px;
    display: flex;
    background-color: #5f72e8;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: #fafafa;
    user-select: none;
}

.woo-customer-club-points-badge{
    width: 100px;
    height: 40px;
    position: absolute;
    z-index: 10;
    background-color: #647afe;
    color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    left: 15px;
    user-select: none;
}




.customer-club-order-table{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    max-height: 70vh;
    overflow-y: scroll;

}
.customer-club-order{
    width: 47.5%;
    height: 150px;
    background-color: rgb(226 226 226);
    margin: 2% 0;
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    flex-wrap: wrap;
}
.customer-club-order-half{
    width: 50%;
    height: 50%;
    font-size: .8em;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    position: relative;
    top: 5px;

}
.customer-club-order-half p{
    height: 0;
    color: #000;
}
.customer-club-order a{
    height: 30px;
    width:100px;
    position: relative;
    margin: 0 auto;
    display: flex;
    font-size: .9em;
    align-items: center;
    justify-content: center;
    background-color: #3a4ab8;
    color: rgb(255, 255, 255);
}
.customer-club-order a:hover{
    color: #fff;
}

.woo-club-hidden{
    visibility: hidden;
}
.woo-club-admin-form{
    height: 5vh;
}
#woo-club-checkout-subtotal{
    visibility: hidden;
    height: 0px;
    line-height: 0px;
    margin-bottom: 0px;
}
#woo-club-checkout-subtotal-points{
    visibility: hidden;
    height: 0px;
    line-height: 0px;
    margin-bottom: 0px;
}
