footer {
	bottom: 0;
	width: 100%;
	padding: 0 5%;
	background-color: #fff;
}

.form-footer-sub-email {
	display: flex;
	background-color: #f6f6f6;
	height: 48px;
	width: 300px;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	font-family: 'Roboto', sans-serif;
}
.form-footer-sub-email input {
	border: none;
	background-color: #f6f6f6;
	height: 100%;
	outline: none;
	min-width: 160px;
}

.form-footer-sub-email input::placeholder {
	color: #abaaaa;
}
.form-footer-sub-email button {
	border: none;
	background-color: #fff;
	border-radius: 15px;
	padding: 4px 9px;
	font-size: 12px;
	transition: .2s ease;
	color: #000;
}
.form-footer-sub-email button:hover {
	color: #fff;
	background-color: #111111;
}

.container-footer-sub h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	max-width: 286px;
	margin-bottom: 3rem;
	margin-top: 0;
}
.container-footer-sub {
	margin-bottom: 78px;
}
.footer-socials {
	display: flex;
}
.footer-socials li {
	background-color: #e7d6d6;
	list-style: none;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
}
.footer-socials li:hover{
	background-color: #000;
}


.footer-check-marks {
	max-width: 856px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 38px;
}

.footer-check-marks li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
}
.footer-check-marks li img {
	margin-right: 1rem;
}
.footer-check-marks li span {
	font-weight: 500;
}
.container-footer-columns {
	margin-top: 53px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.footer-bottom-bar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 45px;
	align-items: center;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ADABAB;
}

.footer-bottom-bar a {
	color: #ADABAB;
	font-size: 12px;
}

.payment-options {
	margin-bottom: 103.4px;
}

.customer-reviews {
	display: flex;
	margin-bottom: 30px;
}
.customer-reviews div{
	margin-top: 7px;
}
.customer-reviews span {
	height: 62px;
	width: 62px;
	border-radius: 10px;
	background-color: #f8d24c;
	font-family: 'Roboto' ;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	padding: 1rem;
}

.customer-reviews a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	color: #595959;
	text-decoration: underline;
	margin-left: 1rem;
	margin-bottom: 2rem;
}

.container-footer-middle-column {
	display: flex;
	justify-content: space-evenly;
}

.container-footer-middle-column ul {
	padding: 0;
	margin: 0 2rem;
}

.container-footer-middle-column li {
	list-style: none;
	margin: 7px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	border-bottom: 1px solid transparent;
	width: 100%;
}

.container-footer-middle-column li:hover a {
	text-decoration: underline;
}

.container-footer-middle-column a {
	color: #595959;
}

.container-footer-right-column {
	max-width: 250px;
}

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

footer > * {
	max-width: 1440px;
	flex-direction: row;
}

.container-footer-left-column {
	flex: 0 0 25%;
}
.container-footer-right-column {
	flex: 0 0 20%;
	max-width: 20%;
}
.container-footer-middle-column {
	flex: 0 0 45%;
}
.container-footer-middle-column .footer_nav_col {
	margin: 0px;
	flex: 0 0 33.33%;
	padding: 0px 10px;
}
.container-footer-middle-column ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer-bottom-bar ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.footer-bottom-bar ul li {
	display: inline list-item;
}
.footer-bottom-bar ul li a {
	color: #ADABAB;
	font-size: 12px;
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #ADABAB;
}
.footer-bottom-bar ul li:first-child a {
	border: none;
}

.loyalty_link_footer a {
	background: #e7d6d6;
	padding: 6px 8px;
}

.mrblend_loading{
	position: relative;
}
.mrblend_loading:after{
	border-radius: 50%;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	content: '';
	border-top: 3px solid #000;
	border-right: 3px solid #ABAAAA;
	border-bottom: 3px solid #000;
	border-left: 3px solid #ABAAAA;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.mrblend_added{
	display: none;
}

.container-footer-columns .footer-check-marks li span {
	font-size:14px;
	font-weight:300;
	text-transform: uppercase;
}

.thuiswinkel img {
	max-width: 100%;
	width: 185px;
	margin-bottom: 35px;
	height: auto;
}

.checkout_billing_list ul li img, .mini_cart_list ul img, .footer-check-marks li img {
	max-width: 15px;
	width: 15px;
}

@media (max-width: 1366px) {
	.container-footer-sub .form-footer-sub-email {
		width:100%;
	}
}

@media (max-width: 1320px) {
	.container-footer-middle-column ul {
		padding: 0px 10px;
	}
	.container-footer-middle-column {
		flex: 0 0 45%;
	}
	.container-footer-left-column {
		flex: 0 0 20%;
	}
	.container-footer-right-column {
		flex: 0 0 30%;
		max-width: 30%;
	}
}

@media (max-width:1024px){
	.footer-socials li a {
		padding-top:5px;
	}

	.footer-check-marks li {
		font-size:14px;
	}
}

@media (max-width: 900px) {
	.container-footer-columns {
		margin-top: 15px;
	}
	.container_footer_col {
		flex: 0 0 calc(50% - 10px);
		margin-right: 20px;
	}
	.container_footer_col:last-child{
		margin-right: 0px;
	}

	.container-footer-columns {
		flex-direction: column;
	}
	.container-footer-middle-column ul {
		margin:  0 1rem;
	}
	.form-footer-sub-email {
		width: 100%;
	}
	.container-footer-sub {
		margin-bottom: 2rem;
	}
	.container-footer-right-column {
		max-width: none;
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 2rem;
	}
	.container-footer-right-column > img {
		margin-bottom: 2rem;
		max-width: 204px;
		align-self: center;
	}

	.container_footer_cols.container-footer-middle-column {
		display: flex !important;
	}
	.container-mobile-nav .footer-check-marks {
		padding-bottom: 130px;
	}

	.payment-options {
		margin-bottom: 86px;
	}
	.payment-options img {
		width: calc(96%/4);
		max-width: 55px;
	}
	.container-footer-middle-column {
		display: flex;
		flex-wrap: wrap;
		padding: 0px;
		width: 100%;
	}
	.container-footer-middle-column ul {

		margin: 2% 0px;
		flex: 0 0 100%;
		padding: 0px;
	}
}

@media(max-width:350px){
	.container-footer-middle-column{
		justify-content: center;
		margin-left: 15px;
	}
	.container-footer-middle-column ul{
		margin-left: 0px;
	}
	.container-footer-right-column{
		display: flex;
		justify-content: center;
		padding-left: 1.8rem;
	}
	.container-footer-right-column > img{
		padding-left: 0rem;
		align-self: baseline;
	}
}
