.element {
	position: relative;
	margin-bottom: 30px;
}

.element-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #eeed;
    border-radius: 0 20px 0 0;
    padding: 15px 25px 15px 15px;
    min-width: 70%;
    max-width: 90%;
}

.element-bottom-top {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #eeed;
    border-radius: 0 0 20px 0;
    padding: 15px 25px 15px 15px;
    min-width: 70%;
    max-width: 90%;
}

.element-title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}


.element-link {
}

.element-link a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
	color: #333;
	margin: 5px 0;
}

.element .image {
    position: relative;
    width: 100%;
    padding-top: 125%;
}
.element .image img {
    width: auto;
    max-height: 100%;
    min-width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    height: 100% !important;
    object-fit: cover;
    transform: translate(-50%, -50%);
}


.product-mainimg {
	display: block;
	/* max-width: 40%; */
	/* float: left; */
	/* margin-right: 30px; */
	margin-bottom: 10px;
}

.product-thumbs {
	display: inline-block;
	/* max-width: 55%; */
}
.product-thumbs a {
	display:block;
	width: 32%;
	margin: 0 1% 1% 0;
	float: left;
}

.product .button {

    margin: 15px 0;
    display: block;
    text-align: center;
    /* padding: 15px; */

}
.product .prijs {
	text-align: right;
}
.product .prijs > span {
	display:inline-block;
	font-size: 140%;
	font-weight: 400;
	padding:10px 25px;
	background: #f7f7f7;
	border-radius: 500px;
}

@media screen and (max-width:729px){
	.product-mainimg {
		display: block;
		max-width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.product-thumbs {
		max-width: 100%;
	}
	.product-thumbs a {
		width: 32%;
	}
	.product .text-center,
	.product .text-right {
			text-align: left;
		
	}
	.product .button {
		display: block;
	}
}

