.cartPanel{
	
	background-color:#eceef2;
	padding-top:30px;
	padding-bottom:30px;
	min-height:500px;
	
}

.cartPanel ul{
	list-style:none;
}

.cartPanel ul.itemList{
	
	list-style:none;
	padding:0;
	margin:0;
	
}

	.cart-left{
		padding-bottom:20px;
		box-shadow:0 1px 2px rgba(0,0,0,0.2);
		background-color:#fff;
		min-height:300px;
		
	}
		
		.emptyBasket .text{
			margin-top:50px;
			text-align:center;
		}
		
		.text a{
			background-color:#f28b00;
		}
		
		.text h4{
			margin-bottom:20px;
		}
		
		.cart-left .title, .cart-right .title{
			width:100%;
			padding:15px;
			font-size:26px;
			color:#f28b00;
		}
		
		.cart-left .subTitle{
			width:100%;
			text-align:right;
			font-size:16px;
			color:#333;
			
		}
		
			.subTitle a{
				background-color:#069;
			}
		
		.cart-left .itemList-title{
			height:40px;
			border-bottom:solid 1px #eceef2;
			padding:10px 0 10px 0;
			margin-bottom:20px;
		}
			
			.itemList-title .itemTitle{
				text-align:center;
			}
			
			.itemList-title .itemTitle:nth-of-type(3){
				text-align:right;
			}
			
		
		ul.itemList{
			
			width:100%;
			height:auto;
			
		}
		
			ul.itemList li.item{
				
				width:100%;
				height:150px;
				
			}
			
				 li.item .product-image{
				 }
				 
				 li.item .product-content{
					 
				 }
					
					.product-content .content{
						
					}
					
					.product-content .content li:nth-of-type(2){
						margin-top:5px;
						font-size:14px;
						color:#8c8c8c;
					}
					
					.product-content .content li:nth-of-type(3){
						margin-top:5px;
					}
				
				 li.item .product-count{
					 
				 }
				 
					.product-count input[name = productCount]{
						width:70%;
						margin:0 15% 0 15%; 
					}
				
				 li.item ul.product-prices{
					 
				 }
					
					ul.prices{
						float:right;
					}
					
					ul.prices li{}
					
					ul.prices .old-price{
						color:#8c8c8c;
						font-size:14px;
						text-decoration:line-through
					}
					ul.prices .price{
						font-size:18px;
					}

					
	.cart-right{
		box-shadow:0 1px 2px rgba(0,0,0,0.2);
		background-color:#fff;
		min-height:400px;
	}
	
		.cart-right .title{
			text-align:right;
		}
	
		.cart-right ul.checkout{
			float:left;
			width:100%;
		}	
		
			ul.checkout li{
				float:left;
				width:100%;
				padding:10px 0 10px 0;
			}
				
				ul.checkout li div{
					text-align:right;
					width:100%;
				}
			
				ul.checkout li div.price-title{
					color:#8c8c8c;
					font-size:16px;
				}
				
				ul.checkout li div.price-detail{
					font-size:24px;
				}
				
				ul.checkout li div.sign{
					width:100%;
					color:#8c8c8c;
					font-size:14px;
				}
					
					div.sign input[type = "checkbox"]{
						float:left;
					}
				
					div.sign label{
						color:#444444;
						font-weight:300;
					}
				
		.btn-check{
			border:none;
			margin-top:10px;
			margin-bottom:20px;
			background-color:#f28b00;
		}		
			.btn-check:hover{
				box-shadow:0 0 2px #333;
			}

.cart-left label{
	color:#444444;
	font-weight:300;
}
			
			
.cartinput{
	margin-top:10px;
}

/*payment*/

	.paymentPanel{
		
	}
	
		.paymentPanel .title{
			
			
		}
		
		.paymentPanel .title input[type = "radio"]{
			
			width:20px;
			height:20px;
			
		}
	
		.paymentPanel ul{
			width:100%;
			margin:0;
			padding:0;
		}


/*payment*/
			
@media (max-width:768px){
	
	.itemList-title{
		display:none;
	}
	
	li.item .product-content{
		margin:10px 0 10px 0;
	 }
}		