.element {
	position: relative;
	/* margin-bottom: 30px; */
	margin: 15px 0;
}

.absolute.element-bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #eeed;
    border-radius: 0 20px 0 0;
    padding: 5px 25px 5px 15px;
    min-width: 70%;
    max-width: 90%;
}
.element-bottom {
    position: relative;
    background: #262626;
    padding: 5px 25px 5px 15px;
	width: 100%;
}

.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: 20px;
    color: #fff;
    font-weight: 900;
}


.element-link {
}

.element-link a {
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
	color: #fff;
	margin: 5px 0;
}

.element .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.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;
	margin-bottom: 10px;
}

.product-thumbs {
	display: block;
	/* text-align: center; */
}
.product-thumbs a {
    display: inline-block;
    width: 31.5%;
    margin: 0 1% 1% 0;
    /* float: left; */
    position: relative;
    height: 124px;
}
.product-thumbs a 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-link {
	margin: 20px 0 10px;
}

.product .button {
    margin: 15px 0;
    /* display: block; */
    /* text-align: center; */
    /* padding: 15px; */
    /* background: #262626; */
    /* border-radius: 5px; */
}

.product .prijs {
	text-align: right;
}
.product .prijs > span {
    font-size: 26px;
    font-weight: 900;
    padding: 10px 25px;
}

@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: 48%;
	}
	.product .text-center,
	.product .text-right {
			text-align: left;
		
	}
	.product .button {
		display: block;
	}
}

      