.wc-user-cake {
/*     text-align: center;
    margin: 20px 0; */
}

.wc-user-cake img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.wc-user-cake:not(.woocommerce-MyAccount-content .wc-user-cake) {
    border: 1px solid grey;
    border-radius: 15px !important;
    padding: 13px !important;
    width: 100%;
    background: #ff3b0012;
	margin-bottom: 2rem;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.fanclub_items_div{
	width: 100%;
}
.wc-user-cake p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fanclub_items{
	margin: 0px;
	list-style: none;
}
.fanclub_items li{
	    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.wc-user-cake h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.wc-user-cake ul {
    list-style: none;
    padding: 0;
}

.wc-user-cake ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.wc-user-cake .button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}
#afrekenen button.button.add-free-product-button {
    padding: 0.5rem 1rem !important;
}
button#wc-show-history-btn {
    background: var(--color-alt-content-primary);
    color: #fff;
    border-radius: 50px;
    padding: 0rem 1.5rem;
    margin-top: 1rem;
}
.wc-user-cake .button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.heading-h1{
	font-family: var(--h1-font-family, inherit);
    font-weight: var(--h1-font-weight, inherit);
    font-size: var(--h1-font-size, inherit);
    font-style: var(--h1-font-style, inherit);
    line-height: var(--h1-line-height, 1.4);
    letter-spacing: var(--h1-letter-spacing, inherit);
    text-transform: var(--h1-text-transform, inherit);
    margin-bottom: var(--h1-margin-bottom, 1.5rem);
}
.heading-h2{
font-family: var(--h2-font-family, inherit);
    font-weight: var(--h2-font-weight, inherit);
    font-size: var(--h2-font-size, inherit);
    font-style: var(--h2-font-style, inherit);
    line-height: var(--h2-line-height, 1.4);
    letter-spacing: var(--h2-letter-spacing, inherit);
    text-transform: var(--h2-text-transform, inherit);
    margin-bottom: var(--h2-margin-bottom, 1.5rem);
}.heading-h3{
font-family: var(--h3-font-family, inherit);
    font-weight: var(--h3-font-weight, inherit);
    font-size: var(--h3-font-size, inherit);
    font-style: var(--h3-font-style, inherit);
    line-height: var(--h3-line-height, 1.4);
    letter-spacing: var(--h3-letter-spacing, inherit);
    text-transform: var(--h3-text-transform, inherit);
    margin-bottom: var(--h3-margin-bottom, 1.5rem);
}.heading-4{
	    font-family: var(--h4-font-family, inherit);
    font-weight: var(--h4-font-weight, inherit);
    font-size: var(--h4-font-size, inherit);
    font-style: var(--h4-font-style, inherit);
    line-height: var(--h4-line-height, 1.4);
    letter-spacing: var(--h4-letter-spacing, inherit);
    text-transform: var(--h4-text-transform, inherit);
    margin-bottom: var(--h4-margin-bottom, 1.5rem);
}
.heading-5{
	font-family: var(--h5-font-family, inherit);
    font-weight: var(--h5-font-weight, inherit);
    font-size: var(--h5-font-size, inherit);
    font-style: var(--h5-font-style, inherit);
    line-height: var(--h5-line-height, 1.4);
    letter-spacing: var(--h5-letter-spacing, inherit);
    text-transform: var(--h5-text-transform, inherit);
    margin-bottom: var(--h5-margin-bottom, 1.5rem);
}

