.PageCart .top-cart{
	max-width: 100%;
	margin-bottom: 5px;
	height: 32px;
	
}
.PageCart .top-cart{
	margin-left: 5px;
}
.PageCart .but-delete-select{
	display: inline-block;

	text-decoration: none;
	background: linear-gradient(to top, #a70e0e, #f59f9f);
	color: #fff;
	padding: 5px 12px;
	cursor: pointer;
	border-radius: 4px;
	display: none;
}
.PageCart .CartList{
	max-width: 100%;
	border: solid 1px #756e6e;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5); 
}
.PageCart .Item{
	border-bottom: solid 1px #756e6e;
	padding: 5px;
	
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	
}
.PageCart .Item .left{
	display: flex;
	justify-content: left;
	
}
.PageCart .Item  .Validity{
	text-indent: 15px;
	font-size: 14px;
	font-style: italic;
	color: #777;
}




.PageCart .Item .Name span{
	font-size: 12px;
}
.PageCart .Item .Name .count{
	font-size: 12px;
}
.PageCart .Item .right{
	border-left: solid 1px #756e6e;
	width: 150px;
	display: flex;
	justify-content: left;
}
.PageCart .Item .Price{
	width: 120px;

	border-right: solid 1px #756e6e;
	text-align: center;
	height: 100%;
	color: #000;
}
.PageCart .Item .Delete{
	width: 50px;

	text-align: center;
	height: 100%;
}
.PageCart .Item .Total{
	/*width: 350px;*/

	text-indent: 10px;
	height: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.PageCart .Item .Value{
	border-left: solid 1px #756e6e;
	width: 150px;

	height: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 600px) {

	.PageCart .Item .Name{
		line-height: 20px;
	}
	.PageCart .Item .left{
		display: block;
	}
	.PageCart .Item .left{
		display: block;
	}
	.PageCart .Item .Name{
		height: auto;
	}
	.PageCart .Item  .Validity{
		text-indent: 0px;
	}

	.PageCart .Item .Value{
		border-left: none;
		width: 240px;
		text-align: right;
	}
}
.PageCart .Item .Delete span{
	width: 18px;
	height: 18px;
	cursor: poiner;
	display: inline-block;
	opacity: 0.6;
	margin-top: 10px;
	background: url(img/delete_black.png);
	cursor: pointer;
}

.PageCart .Item .Delete span:hover{
	opacity: 1;
}
.PageCart h3{
	margin: 15px 0px;
}
.PageCart .Row{
	border: solid 1px #756e6e;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5); 

	padding: 5px;
	max-width: 600px;
	height: 70px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

.PageCart .Row .but{
	background: #256edc;
	background: linear-gradient(to top, #256edc,#87b2f3);
	color: #fff;
	text-decoration: none;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	margin: auto;
	display: block;

	margin-right: 10px;
	margin-top: 20px;
	cursor: pointer;
	
}
.PageCart .Logo{
	margin-top: 8px;

	width: 200px;
    height: 70px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
	margin-right: 20px;
}
.PageCart .Tinkoff .Logo{
	background: url(img/Tinkoff.svg);
	background-repeat: no-repeat;
    background-size: contain;

}
.PageCart .PayPal .Logo{
	background: url(img/PayPal.png);
	background-repeat: no-repeat;
    background-size: contain;

}
.PageCart .Fondy .Logo{
	background: url(img/Fondy.png);
	background-repeat: no-repeat;
    background-size: contain;
	width: 196px;
	height: 55px;
	border-radius: 4px;
	
}
.PageCart .UnionPay .Logo{
	background: url(img/UnionPay.png);
	background-repeat: no-repeat;
    background-size: auto 50px;
	width: 196px;
	height: 55px;
	border-radius: 4px;
	
}
.PageCart .Alipay .Logo{
	background: url(img/Alipay.png) 5px 2px #fff;
	background-repeat: no-repeat;
    background-size: auto 50px;
	width: 196px;
	height: 55px;
	border-radius: 4px;
	
}
.PageCart .Wechat .Logo{
	background: url(img/Wechat.png) 5px 0px #fff;
	background-repeat: no-repeat;
    background-size: contain;
	width: 196px;
	height: 55px;
	border-radius: 4px;
	
}

.PageCart .Nihaopay .Logo{
	background: url(img/Nihaopay.png) 0px 3px #fff;
	background-repeat: no-repeat;
    background-size: contain;
	width: 196px;
	height: 55px;
	border-radius: 4px;
	
}

.PageCart .Privat24 .Logo{
	background: url(img/PrivatBank.png) center #fff;
	background-repeat: no-repeat;
    background-size: contain;
	width: 196px;
	height: 55px;
	border-radius: 4px;
	
}

.PageCart .Yandex .Logo{
	background: url(img/Yandex.png);
	background-repeat: no-repeat;
    background-size: contain;

}

.PageCart .TestPaymentSystem .Logo{
	background: url(img/test_payment_system.png);
	background-repeat: no-repeat;
    background-size: contain;
	width: 196px;
	height: 55px;

}
.PageCart .Nihaopay select{
	margin-left: 20px;
	margin-top: 25px;
	float: left;
}
.PageCart .Nihaopay button{
	border: none;
	background: #256edc;
	background: linear-gradient(to top, #256edc,#87b2f3);
	color: #fff;
	text-decoration: none;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	margin: auto;
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 16px;
}

.PageCart .WipWeChat{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.PageCart .WipWeChat .Win{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 280px;
	margin-left: -140px;
	margin-top: -140px;
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5); 
	text-align: center;
}
.PageCart .WipWeChat .Win .load{
	margin-top: 35px;
}
.PageCart .WipWeChat .Win .load img{
	width: 150px;
}
.PageCart .WipWeChat .Win #WeChat_QR{
	margin-top: 15px;
}
.PageCart .WipWeChat .Win .title{
	font-size: 22px;
	margin-top: 10px;
}
.PageCart .WipWeChat .Win .close{
	background: url(img/delete_black.png);
	width: 18px;
    height: 18px;
    cursor: poiner;
    position: absolute;
    opacity: 0.6;
    top: 5px;
	right: 5px;
	cursor: pointer;
}
.PageCart .cart_is_empty{
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin: 15px 0px;
}
