
#checkout-cart form{
	display: flex;
}
#checkout-cart form .left{
	flex: 1;
}
#checkout-cart form .left table{
	border: none;
}
#checkout-cart form .left table td{
	border: none;
	padding: 15px 5px;
	vertical-align: middle;
}
#checkout-cart form .left table thead td{
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #656565;
}
#checkout-cart form .left table tbody td{
	border-top: 1px solid #EEEEEE;
	color: #656565;
}
#checkout-cart form .left table tbody td.name{
	display: flex;
	align-items: center;
}
#checkout-cart form .left .image{
	display: inline-block;
}
#checkout-cart form .left .image img{
	width: 150px;
	/*height: 150px;*/
}
#checkout-cart form .left table .name a{
	color: #656565;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	align-items: baseline;
	text-decoration: none;
}

#checkout-cart form .left table .quantity input{
	max-width: 160px;
	height: 40px;
}
#checkout-cart form .left table .quantity .wrap_input_q{
	position: relative;
	width: 160px;
}
#checkout-cart form .left table .quantity .ir{
	position: absolute;
	top:7px;
	cursor: pointer;
}
#checkout-cart form .left table .quantity .ir.qplus{
	right: 7px;
}
#checkout-cart form .left table .quantity .ir.qminus{
	right: 40px;
}
#checkout-cart form .left table .btn-close{
	background: #fff;
}
#checkout-cart form .right{
	width:360px;
	margin-left: 30px;
	background: #F9F9F9;
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: min-content;
}
#checkout-cart form .right .head{
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #656565;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#checkout-cart form .right table td{
	color: #656565;
	border: none;
}
#checkout-cart form .right table td.text{
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;

}
#checkout-cart form .right table td.value{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: right;
}
#checkout-cart form .right table tr:last-child td{
	border-top: 1px solid #EEEEEE;
}
#checkout-cart form .right table tr:last-child td.text{
	font-size: 14px;
}
#promo_code > .head#head_promo{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: #656565;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	padding: 0;
	margin-bottom: 10xp;
}
#promo_code > .head#head_promo:before{
	content: '';
	background: url('/image/catalog/general/checkbox_active.svg');
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
#promo_code.hide_promo > .head#head_promo:before{
	background: url('/image/catalog/general/checkbox.svg');
}
#promo_code #text_promo{
	display: flex;
	align-items: center;
}
#promo_code #text_promo input{
	height: 40px;
}
#promo_code #text_promo input#button-coupon{
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
}
#checkout-cart form .buttons{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}
#checkout-cart form .buttons .btn{
	padding: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
#checkout-cart form .buttons .btn-shopping{
	background: none;
	color: #656565;
	font-size: 14px;
	font-weight: 400;
	border: none;
}
#checkout-cart .text_cart p{
	display: flex;
	align-items: center;
}
#checkout-cart .text_cart p svg{
	margin-right: 10px;
}
#checkout-cart h1{
	margin: 0;
}
@media (max-width: 1300px) {
	#checkout-cart h1{
		margin-bottom: 30px;
	}
	#checkout-cart form .left table thead {
		display: none;
	}
	#checkout-cart form .left table tr{
		display: flex;
		flex-direction: column;
		position: relative;
	}
	#checkout-cart form .left table tbody td{
		display: flex;
		border: none;
		align-items: center;
	}
	#checkout-cart form .left table td.name{
		border-top: 1px solid #EEEEEE;
		flex-direction: column;
		display: flex;
		align-items: start!important;
	}
	#checkout-cart form .left table .a_name{
		display: flex;
		align-items: center;
		width: 100%;
	}
	#checkout-cart form .left table .a_name span{
		display: flex;
		flex: 1;
		white-space: break-spaces;
	}
	#checkout-cart form .left table .a_name:before,
	#checkout-cart form .left table .price:before,
	#checkout-cart form .left table .quantity:before,
	#checkout-cart form .left table .total:before{
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
		flex: 0 200px;
	}
	#checkout-cart form .left table .a_name:before{
		content: "Product details";
	}
	#checkout-cart form .left table .price:before{
		content: "Price";
	}
	#checkout-cart form .left table .quantity:before{
		content: "Quanity";
	}
	#checkout-cart form .left table .total:before{
		content: "Subtotal";
	}
	#checkout-cart form .left table .delete{
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width: 900px) {
	#checkout-cart h1{
		margin-top: 30px;
		text-align: center;
	}
	#checkout-cart .table-responsive {
		border: none;
	}
	#checkout-cart form .left table,
	#checkout-cart form .left tbody{
		display: block;
	}
	#checkout-cart form {
		flex-direction: column;
	}
	#checkout-cart form .right{
		width: 100%;
		margin: 30px 0;
	}
	#checkout-cart form .left table .a_name:before,
	#checkout-cart form .left table .price:before,
	#checkout-cart form .left table .quantity:before,
	#checkout-cart form .left table .total:before{
		flex: 0 100px;
	}
	#checkout-cart form .left table .a_name:before{
		content: "Product";
	}
}


.wrap_checkout{
	display: flex;
}
.wrap_checkout .left{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.wrap_checkout .left .block{
	border: 2px solid #EEEEEE;
	background: linear-gradient(0deg, #F9F9F9, #F9F9F9);
	padding: 20px;
	width: 100%;
}
.wrap_checkout .left .block{
	margin-bottom: 20px;
}
.wrap_checkout h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	color: #656565;
	margin-top: 0;
}
#checkout-checkout h1,
.wrap_checkout h3,
.wrap_checkout .comment_h3{
	color: #656565;
}
.wrap_checkout .form-control{
	height: 45px;
}
.wrap_checkout label{
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #656565;
	margin-left: 2px;
}
.wrap_checkout #button-login{
	width: 100%;
	max-width: 315px;
}
.wrap_checkout #button-fogotten{
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #989898;
	text-decoration: none;
}
.wrap_checkout .left .subblock{
	/*border-top: 1px solid #EEEEEE;
	padding: 20px 0;*/
}

.wrap_checkout .line{
	margin: 20px 0;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.wrap_checkout .comment{
	color: rgba(152, 152, 152, 1);
}
.wrap_checkout #block_payment{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	flex: 1;
}
.wrap_checkout #block_payment .radio + .radio{
	margin-top: 30px;
}
.wrap_checkout #block_payment label{
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	color: #656565;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	min-height: 30px;
}
.wrap_checkout #block_payment label a{
	font-size: inherit;
	text-decoration: underline;
	color: inherit;
}
.wrap_checkout #block_payment label span{
	/*line-height: 30px;*/
	display: inline-block;
}
.wrap_checkout #block_payment label:after{
	content: "";
	display: block;
	height: 30px;
	width: 196px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center right;
}
.wrap_checkout #block_payment label#label_pp_standard{
	min-height: 40px;
}
.wrap_checkout #block_payment label#label_pp_standard:after{
	background-image: url("/image/catalog/general/icons_pay_pal.svg");
	background-size: 148px;
	height: 45px;
}
.wrap_checkout #block_payment label#label_authorizenet_aim {
	padding-bottom: 60px;
}
.wrap_checkout #block_payment label#label_authorizenet_aim .icons_card{
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
}
.wrap_checkout #block_payment label#label_authorizenet_aim .icons_card img{
	width: 15%;
	max-width: 55px;
}



.wrap_checkout .name{
	text-decoration: none;
}


.wrap_checkout .comment_p{
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #656565;
	background: #fff;
	border-radius: 3px;
	margin: 10px 0 0 ;
}
.wrap_checkout #i_paymentauthorizenet_aim > form{
	padding: 20px;
	border-radius: 3px;
	background: #E4E4E4;
}
.wrap_checkout #i_paymentauthorizenet_aim > form legend{
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #656565;
}
.wrap_checkout #i_paymentauthorizenet_aim > form .form-group {
	margin-left: 0;
	margin-right: 0;
}
.wrap_checkout #i_paymentauthorizenet_aim > form .form-group.row {
	margin-right: -15px;
	margin-left: -15px;
}
.wrap_checkout #i_paymentauthorizenet_aim > form .form-group label{
	display: none;
}
.wrap_checkout #i_paymentauthorizenet_aim > form input{
	border-radius: 3px;
	border: 1px solid #EEEEEE;
}
.wrap_checkout .text_payment{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color:#656565;
	margin:30px 0 100px;
	flex: 1;
}
.wrap_checkout .text_payment a{
	color: inherit;
	text-decoration: underline;
}
.wrap_checkout #agree_block{
	margin: 0;
}
.wrap_checkout .right{
	width: 425px;
	margin-left: 30px;
	border: 2px solid #EEEEEE;
	background: linear-gradient(0deg, #F9F9F9, #F9F9F9);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.wrap_checkout .right .head{
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #656565;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.wrap_checkout .right .head span{
	border-bottom: 3px solid #00BDFF;
	display: inline-block;
	padding-bottom: 30px;
}
.wrap_checkout .products{
	width: 100%;
}
.wrap_checkout .products thead td{
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	color: #656565;
	border-bottom: 1px solid #EEEEEE;
}
.wrap_checkout .products tbody td{
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 5px 0;
	vertical-align: top;
}
.wrap_checkout .products tbody td.quantity{
	font-weight: 700;
	line-height: 14px;
}
.wrap_checkout .products tbody tr td:nth-child(2){
	padding-right: 10px;
	padding-left: 10px;
}
.wrap_checkout .products tbody tr td:nth-child(3) {
	font-size: 16px;
}
.wrap_checkout .products tbody tr:nth-child(1) td{
	padding-top: 20px;
}
.wrap_checkout .products tbody tr:last-child td{
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE
}
.wrap_checkout .totals{
	width: 100%;
	margin-top: 20px;
}
.wrap_checkout .totals td{
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #656565;
}
.wrap_checkout .totals td.value{
	font-size: 16px;
}
.wrap_checkout .totals tr:last-child td {
	border-top: 1px solid #EEEEEE;
	font-size: 16px;
	padding-top: 20px;
}
.wrap_checkout .totals tr:nth-last-child(2) td{
	padding-bottom: 20px;
}
.wrap_checkout .totals tr:last-child td.value{
	font-weight: 700;
}
.wrap_checkout #button-checkout{
	width:100%;
}
.wrap_checkout #button-checkout:hover{
	background-color: #FF7C45;
	border-color: #FF7C45;
}
.wrap_checkout #promo_code{
	margin: 30px 0 0;
}
.wrap_checkout .comment_h3{
	margin-bottom: 20px;
}

.wrap_checkout .block_adr_footer{
	display: flex;
	align-items: center;
}
.wrap_checkout .block_adr_footer > div + div{
	margin-left: 30px;
}

.wrap_checkout #arrd_shipping .radio,.wrap_checkout #arrd_payment .radio, .wrap_checkout #payment-existing, .wrap_checkout #shipping-existing{
	margin-bottom: 30px;
}



@media (max-width: 1300px) {
	.wrap_checkout .col-sm-4{
		width:100%;
		float: none;
	}
}
@media (max-width: 900px) {
	.wrap_checkout{
		flex-direction: column;
	}
	.wrap_checkout .right{
		margin-left: 0;
		margin-top: 30px;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.wrap_checkout #button-login{
		min-width: 100%;
	}
	.wrap_checkout #button-fogotten{
		margin-top: 10px;
		margin-left: 0;
		display: block;
	}
}
@media (max-width: 390px) {
	.wrap_checkout #block_payment label#label_authorizenet_aim::after {
		background-size: 159px;
	}

}
@media (max-width: 350px) {
	.wrap_checkout #block_payment label::after {
		display: none;
	}
}