/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* Cart product & title */
	.cart--product-wrapper {
		display:flex;
		align-items:center;
	}
	
	.cart--product-image {
		margin-right:10px;
	}
	
	.cart--product-title {
	}
	
	/* Mobile bottom */
	#block-mobilebottom {
		display:none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
    .banner--background {margin-top:-20px;}
    
	/* Hide header mobile */
	.header--mobile {
		display:none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
    #block-homepagecallout .field--name-field-media-image {margin-bottom:30px;}
    
    .banner--background-content {padding:75px 0px;}
    
	#block-tijdelijkgratisverzending {
		display:none;
	}
	
	.navbar-brand img {
		margin:0;
	}
	
	.topheader--wrapper {
		text-align:center;
	}
	
	/* Hide header desktop */
	.header--desktop {
		display:none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.content--column-left {
		margin-bottom:20px;
	}
	
	.cart #edit-actions {
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	
	/* Visit as geust */
	.checkout-pane-login #edit-login-returning-customer,.checkout-pane-login #edit-login-guest,.checkout-pane-login #edit-login-register {
		margin:25px 0px;
	}
	
	body {
		font-size:14px;
	}
	
	/* Prevent Zooming */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="email"]:hover,input[type="number"]:hover,input[type="search"]:hover,input[type="text"]:hover,input[type="tel"]:hover,input[type="url"]:hover,input[type="password"]:hover,textarea:hover,select:hover {
		font-size:initial!important;
	}
}

@media (min-width: 768px) {
	input[type="email"]:hover,input[type="number"]:hover,input[type="search"]:hover,input[type="text"]:hover,input[type="tel"]:hover,input[type="url"]:hover,input[type="password"]:hover,textarea:hover,select:hover {
		font-size:inherit!important;
	}
}