 .proceed-to-checkout {
 	margin-top: 8%;
 	float:right; 
 	order:2; 
 	padding: 1px 20px 25px; 
 	width:20%; 
 	background:#f5f5f5;
 }
 .item-actions {
 	border-bottom: 1px solid background;
 }
 .shopping {
 	background: #eeeeee none repeat scroll 0 0;
 	border: 1px solid #cccccc;
 	box-sizing: border-box;
 	color: #333333 !important;
 	cursor: pointer;
 	display: inline-block;
 	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
 	font-size: 1.4rem;
 	font-weight: 600;
 	line-height: 1.6rem;
 	margin-right: 25px;
 	padding: 7px 15px;
 	vertical-align: middle;
 	float: left;
 	border-radius: 3px;
 }
 .shopping:hover{
 	text-decoration: none !important;
 }
 .update{
 	margin-right: 0 !important;
 }
/*Media query for resposnsive view of split cart 2018*/

/*Mobilephone*/
@media only screen and (max-width:320px){

}

/*Tablet*/
@media only screen and (min-width:320px) and (max-width:768px){
	.proceed-to-checkout {
		margin-top: 8%;
		order: 2;
		padding: 1px 15px 25px;
		width: 80%;
		background: #f5f5f5;
		margin: 0 auto;
		margin-bottom: 15px;
		border: 1px solid #e4e4e4;
		float:none;
	}
	.shopping {
		background: #eeeeee none repeat scroll 0 0;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		color: #333333 !important;
		cursor: pointer;
		display: inline-block;
		font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.6rem;
		margin-right: 4px;
		padding: 7px 7px;
		vertical-align: middle;
		float: none; 
		border-radius: 3px;
	}
	.cart.main.actions{
		line-height: 3;
	}
}

/*Desktop*/
@media only screen and (min-width:650px) and (max-width:768px){
     .proceed-to-checkout {
		margin-top: 8%;
		order: 2;
		padding: 1px 15px 25px;
		width: 65%;
		background: #f5f5f5;
		margin: 0 auto;
		margin-bottom: 15px;
		border: 1px solid #e4e4e4;
		float:none;
	}
}
