#modal-popup {}
#modal-popup .modal-footer button {
	background-color: #f70456;
    border-radius: .25em !important;
    border: 1.5px solid  #f70456;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    padding: .35em .95em;
    transition: .2s ease-in-out all;
}
#modal-popup .modal-footer button:hover {
	background-color: #fff;
	border: 1.5px solid  #f70456;
    color:  #f70456;
}

#comments {
	height: 3rem;
}

.column__wrapper .card {
	border: none;
	border-radius: .5rem;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.column__wrapper .card img {
	max-height: 320px;
	object-fit: cover;
	width: 100%;
}
.column__wrapper .card > .card-zoom > [class*="card-img"] {
	max-height: 320px;
	object-fit: cover;
	width: 100%;
}
.column__wrapper .card:hover > .card-zoom > [class*="card-img"] {
	-webkit-transform: scale(1.125);
	transform: scale(1.125);
}
.column__wrapper .card > .card-zoom {
	display: flex;
	justify-content: center;
	min-height: 280px;
}
.card-zoom > [class*="card-img"] {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.column__wrapper .card-body {
	bottom: 0;
	width: 100%;
}
.column__wrapper .card > .card-zoom > [class*="card-img"] {
	max-height: 400px;
}
.column__wrapper .card h3.large {
	font-size: 2.25em;
}
.column__wrapper .card h3 {
	font-size: 1.5em;
	line-height: 1.5em;
}

.alinea h4 {
	font-size: 1.25em;
	font-weight: 600;
}

.header-overlay-bottom {
	position: absolute;
	bottom: -1px;
}
.header-overlay-bottom img {
	/* height: 2.68vw; */
	width: 100%;
	height: 70px;
}

@media (max-width: 991px) {
	.header-overlay-bottom {
		position: absolute;
		bottom: -3px;
	}
	.header-overlay-bottom img {
		height: 2.8vw;
	}
}
@media (max-width: 500px) {
	.header-overlay-bottom {
		position: absolute;
		bottom: -4px;
	}
	.header-overlay-bottom img {
		height: 3.0vw;
	}
}

/* Recensies */
.bgFeather {
	background-color: #f5f5f5 !important;
}	
.bgWhite {
	background-color: #fff !important;
}
.review__page__wrapper h3 {
	font-size: 1.25em;
}
.review__page__wrapper p {
	font-size: 1.05em;
}
.review__page__wrapper i {
	font-size: 9em;
}

/* Global */
.fit-image {
	object-fit: cover;
	overflow: hidden;
	max-height: 270px;
}

/* New */
.toolbar a.my-account {
	color: #f70456;
}
.btn.button-account {
	background-color: transparent;
	border-radius: .25em !important;
	border: 1.5px solid #f70456;
	color: #f70456;
	font-size: 1.35em;
	font-weight: 700;
	padding: .45rem .75rem;
	transition: .2s ease-in-out all;
}
.btn.button-account.active,
.btn.button-account:hover {
	color: #3e1a83;
	border-color: #3e1a83;
}


.btn.button-5 {
	background-color: #ffab32;
	border-radius: .25em !important;
	border: 1.5px solid #ffab32;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	padding: .35em .75em;
	transition: .2s ease-in-out all;
}
.btn.button-5:hover {
	background-color: #f70456;
	border: 1.5px solid #f70456;
	color: #fff;	
}
.btn.button-6 {
	background-color: #eee;
	border-radius: .25em !important;
	border: 1.5px solid #ddd;
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
	padding: .35em .75em;
	transition: .2s ease-in-out all;
}
.btn.button-6:hover {
	background-color: #3e1a83;
	border: 1.5px solid #3e1a83;
	color: #fff;
}
.btn.button-7 {
	border: 1.5px solid #f70456;
	background-color: #f70456;
	color: #fff;
    border-radius: .25em !important;    
    font-size: 1.1em;
    font-weight: 700;
    padding: .35em .95em;
    transition: .2s ease-in-out all;
}
.btn.button-7:hover {
	background-color: #fff;
	border: 1.5px solid #f70456;
    color: #f70456;
}
.btn.button-8 {
	background-color: #ffb525;
	border-radius: .25em !important;
	border: 1.5px solid #ffb525;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	padding: .35em .75em;
	transition: .2s ease-in-out all;
}
.btn.button-8:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;	
}

.btn.button-modalclose {
	background-color: transparent;
	border-radius: .25em !important;
	border: 1.5px solid #ddd;
	color: #222;
	font-size: 1em;
	font-weight: 700;
	padding: .35em .75em;
	transition: .2s ease-in-out all;
}
.btn.button-modalclose:hover {
	background-color: #3e1a83;
	border: 1.5px solid #3e1a83;
	color: #fff;
}
.btn.button-back {
	background-color: transparent;
	border-radius: .25em !important;
	border: 1.5px solid #ddd;
	color: #222;
	font-size: 1em;
	font-weight: 700;
	padding: .35em .75em;
	transition: .2s ease-in-out all;
}
.btn.button-back:hover {
	background-color: #3e1a83;
	border: 1.5px solid #3e1a83;
	color: #fff;
}
.btn.button-aanmelden {
	background-color: #3e1a83;
	border: 1.5px solid #3e1a83;
	border-radius: .25em !important;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	padding: .35em .7em;
	transition: .2s ease-in-out all;
}

.btn.button-aanmelden:hover {
	border: 1.5px solid #ffab32;
	background-color: #ffab32;
	color: #fff;
}

.alinea h1 {
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: -.0125em;
}
.alinea h3.pricing {
	color: #3e1a83;
	font-size: 1.25em;
	font-weight: 600;
}
.alinea img {
	border-radius: 15px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

header section.toolbar {
	border-top: 2px solid #ff4c39;
}
header section.toolbar a:hover {
	color: #ffab32;
}
header section.media h2 {
	background-color: #fff;
	border-radius: .5rem;
	color: #f70456;
	display: inline-block;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -.0125em;
	padding: 1rem 1.5rem;
}

.video-alinea {
	border: 2px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-radius: 15px;
}
.video-alinea h2 {}
.video-alinea h3 {}
.video-alinea p {}
.video-alinea span.date {}

/* Products */
.shop_item h2 {
	font-size: 1.25em;	
	height: 28px;
}
.shop_item h3 {
	font-size: 1.25em;	
	color: #f70456;
}
/*
.column__wrapper .product .card h3 {
	color: #f70456;
	font-size: 1.25em;	
}
.column__wrapper .product .card h4 {
	font-size: 1.25em;	
}
*/

/* ---------------------------------------------------
    CART + CHECKOUT
----------------------------------------------------- */

table.cart-table td {
	padding: .75rem;
	vertical-align: middle;
}

table.cart-table-summery td {
	border: none;
	padding: .75rem;
	vertical-align: middle;
}

.notify_badge {
	background: #fe3127;
	border: 1px solid #fe3127;
	border-radius: 50%;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	font-family: "Roboto",helvetica,arial,sans-serif;
	height: 2rem;
	line-height: 2rem;
	position: absolute;
	right: -.75rem;
	text-align: center;
	top: -.75rem;
	width: 2rem;
}

table.cart-table a {
	color: #999;
	font-size: 2em;
	padding: 0.125rem .35rem;
	transition: all .2s ease-in-out;
}
table.cart-table a:hover {
	color: #26b5ff;
}
table.cart-table span.cartprice {
	white-space: nowrap;
}


.cart span {
	font-size: 2em;
}
.cart a {
	color: #111;
	cursor: pointer;
	text-decoration: none;
	transition: .2s ease-in-out all;
}
.cart a.delete:hover {
	color: #fe3127;
}


.cart .sum {
	color: #222;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 2.5rem;
}
.cart .shipping {
	color: #333;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.5rem;
}
.cart .sumtotal {
	color: #222;
	font-family: "Roboto",helvetica,arial,sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 600;
}

.productcart_showblock {
	border-radius: .25rem;
}

.checkout h2.line {
	border-bottom: 2px solid #222;
	display: inline-block;
	font-size: 2em;
	font-weight: 600;
}
.checkout h3 {
	font-size: 1.5em;
	font-weight: 600;
}
.checkout h4 {
	font-size: 1em;
	font-weight: 400;
}