.column .products.wrapper ~ .toolbar .limiter{
	display:none;
}

div[name="customCheckoutFields.custom_shipping_field[input_custom_firstname]"]{
	width:48%;
	float:left;
}

div[name="customCheckoutFields.custom_shipping_field[input_custom_lastname]"]{
	width: 48%;
	float: left;
	margin-left: 15px !important;
}

div[name="customCheckoutFields.custom_shipping_field[input_custom_telephone]"]{
	margin:5px 0 10px;
	clear: left;
	
}

@media only screen and (min-width:320px) and (max-width: 425px){
	div[name="customCheckoutFields.custom_shipping_field[input_custom_firstname]"]{
		width:100%;
		float:left;
	}
	
	div[name="customCheckoutFields.custom_shipping_field[input_custom_lastname]"]{
		width: 100%;
		float: left;
		margin-left: 0 !important;
	}
}

@media only screen and (min-width:861px) and (max-width: 1280px){
	div[name="customCheckoutFields.custom_shipping_field[input_custom_firstname]"]{
		width:100%;
		float:left;
	}
	
	div[name="customCheckoutFields.custom_shipping_field[input_custom_lastname]"]{
		width: 100%;
		float: left;
		margin-left: 0 !important;
	}
}
.checkout-payment-method .actions-toolbar{
	margin-top:20px;
}