.cart_title{
	position: relative;
	display: block;
	padding: 27px 10px 5px 35px;
	color: #fff !important;
	border-radius: 3px;
	margin: 0px 0 0 0;
	transition: 0.3s;
	

}

a.cart_title:hover{
	text-decoration: none;
	color:#ECA77D;
}

#bg_0{
	background: rgba(0, 0, 0, 0.602);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#modalCart{
	background:#E8E8D0;
	width: 650px;
	position: fixed;
	top:38%;
	left: 52%;
	padding: 20px;
	margin: 0 0 0 -360px;
	z-index: 99999;
	display: none;
	box-shadow: 9px 13px 26px -8px #000000;
}




@media screen and (max-width: 800px){
	.cart_title {
    position: relative;
    display: block;
    padding: 15px 10px 5px 70px;
    color: #fff !important;
    border-radius: 3px;
    margin: -75px 0 0 0;
    transition: 0.3s;
}
	
}

@media screen and (max-width: 767px){
	.cart_title {
    position: relative;
    display: block;
    padding: 15px 10px 5px 35px;
    color: #fff !important;
    border-radius: 3px;
    margin: -50px 0 0 0;
    transition: 0.3s;
}
	
	
}


@media screen and (max-width: 730px){
	#modalCart{
		width: 500px;
		margin: 0 0 0 -260px;
	}
	
	
}

@media screen and (max-width: 570px){
	#modalCart{
		width: 300px;
		margin: 0 0 0 -160px;
	}
}

.cartClose{
	position: absolute;
	top: -35px;
	right: -35px;
	display: block;
	width: 60px;
	height: 60px;
	background: url("../images/cartClose.png");
	transform: scale(0.6);
	opacity: 1;
	transition: all .2s ease-in-out;
}

.cartClose:hover{
	opacity: 1;
	transform: scale(0.7);
}

.action_button_cart{
	margin: -30px auto 0;
}

.action_button_cart li{
	display: inline-block;
	list-style: none;
}

.action_button_cart li a {
    display: block;
    padding: 5px 20px;
    background: #509A45;
    border-radius: 0px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    height: 35px;
    font-size: 15px;
}

.action_button_cart li a:hover{
	background: #EB733F;
}

.cartClear{
	background: #FF3E3E !important;
}

.cartClear:hover{
	background: #FF5300 !important;
}

#staticCart .cartClear{
	float: right;
	margin-top: -34px;
	padding: 3px 13px; padding-bottom:6px;
	background: #DF5526 !important;
	font-size: 14px;
	border-radius: 0px;
	color: #fff;
	text-decoration: none !important;
}

#staticCart .cartClear:hover{
	background: #804040 !important;
	text-decoration: none !important;
}

.listing-cart{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.listing-cart th, .listing-cart td{
	border: 1px  #E8E8E8 solid;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
}

.listing-cart th{
	background:#fff;
	color: #333;
	height:30px;
	padding:10px;
}

.listing-cart td a{
	font-weight:400; color: #333844; font-size:18px;
	
}

.listing-cart td a:hover{
 color: #E47647;
	
}

.listing-cart .goodsAmount{
	width: 70px;
	padding: 3px 5px;
	border: 1px  #E8E8E8 solid;
}

.totalGoods{
	text-align: right;
	margin: 0px 0;
	font-size: 16px;
}

.totalGoods2{
	text-align: left;
	margin: 0px 0;
	font-size: 16px;
}

.removeGoods{
	background: url("../images/removeGoods.png");background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	float: right; 
	opacity: 0.6;
	cursor: pointer;
	transition: 0.3s;
	margin-top:3px;
}

.removeGoods:hover{
	opacity: 1;
}

.myCart{
	padding: 20px;
}

.myCart h1{
	margin: 0 0 20px 0;
	font-size: 21px; font-weight:400;
	color: rgba(77,59,59,1);
}

#payment{
	float: left;
	margin: 0 0px 0 0;
}

.go_payments, .btn_buy{
	background: none;
    display: block;
    width: 180px;
	height: 70px;
    border-radius: 0px;
    cursor: pointer;
    border: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: 0.3s;
}

.free_kassa{
background: #32A557; color:#FFFFFF;	
	display: block;
	padding:8px 15px;
	float: left;	
	border-radius: 0px;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.3s;
	text-transform:uppercase;
	margin-bottom: 40px;
}

.free_kassa:hover{
background: #FF5300; color:#FFFFFF;	
	
}

.free_kassa a{
 color:#FFFFFF;
 font-size:22px;	
 
	
}

.btn_buy{
	background: #48963D;
	height: 44px; padding:10px 15px; 
	color: #fff; border-radius:0px;
	margin-top:10px;  
}

.btn_buy:hover{
	background: #804040;
	  
}

.go_payments:hover{
	background: #fff url("../images/webmoney.png") no-repeat center center ;
}

.payment_buttons{
	font-style: normal;
	display: inline-block;
	margin: 10px 0; font-size:14px;
}

.payment_buttons form{
	display: inline-block;
}

.go_buy{
	display: inline-block;
	background: #6CAD56;
	color: #fff;
	outline: none;
	border: none;
	padding: 7px 10px;
	border-right: 1px #87CE70 solid;
	margin: 0;
	cursor: pointer;
	border-radius: 50px 0 0 50px;
	transition: 0.3s;
}

.go_buy:hover{
	background: #3E9E1E;
}

.add_to_cart{
	display: inline-block;
	padding: 10px 20px;
	height:42px; text-transform:uppercase;
	color: #fff !important;
	margin: 0;
	background:#2E947A;
	border-radius: 0px;
	transition: 0.3s;
	border:none;
	
}

.add_to_cart:hover{
	text-decoration: none;
	background: #FF5604;
}

.kylshop_no_logged{
    background: #2F92D8;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
}

.kylshop_no_logged a{
    color: #8BFFFB;
    text-decoration: none;
}

.kylshop_no_logged a:hover{
    color: #fff;
    text-decoration: underline;
}

.your_goods{
    color: #D82F2F;
}


.price b{
    font-size: 21px;
    color: #E15C2B;
}

.kylshop_show_m{
    background: #3AAF89;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
}

#staticCart form{
	max-width: 300px;
}

.one_field{
	display: block;
	margin-bottom: 10px;
}

#staticCart input[type="text"], #staticCart input[type="email"], #staticCart input[type="tel"], #staticCart input[type="password"], #staticCart textarea, #staticCart select{
	background: #fff;
	padding: 5px 10px;
	border: 1px #ccc solid;
	border-radius: 3px;
	width: 100%;
}

@media(max-width:480px) {

.cart_title {
    position: relative;
    display: block;
    padding: 15px 10px 5px 35px;
    color: #fff !important;
    border-radius: 3px;
    margin: -65px -60px 0 -180px;
    transition: 0.3s;
}

}