.pricediv{
	height: auto;
	font: 600 18px/31px 'Open Sans', Arial, sans-serif;
	margin: 8px 0 5px;
	display:block;
	position:absolute;
	top:50px;
	right:0;
	background:#ff0000;
	border-radius:20px;
	display:none;	
}
.oformlenie{
text-align:right;
padding:25px 0;
}
.cena{
background: #fff;
    color: #ff0000;
    text-align: center;
    border: 1px solid #ff0000;
    border-radius: 20px;
    box-shadow: 0px 2px 5px rgba(2,2,2,.62);	
}
.pricediv .cart_valuta{
	font-size: 13px;
	color: #ff0000;
	position:relative;
	top:0;
}
.buttons-cart{
   display:table;
   width:100%;
}
.pricediv_old{
	color: #666666;
	text-decoration: line-through;
	font-size: 16px;
}
/* ������ ���������� � ������� */
.pricediv_add_fast{
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	background: #c00;
	padding: 0 10px;
	margin-left: 5px;
	display: inline-block;
}
a.pricediv_add{
	float: right;
	width: 88px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
}
.pricediv_button{
background:transparent;
}

/* ������� ���� */
.cart_fly{
	position: absolute;
	display: none;
	width: 88px;
	height: 31px;
	border-radius: 2px;
}
/* ���� ������ ���������� */
.pricediv_count{
	display: none;
	position: relative;
	float: right;
	width: 88px;
	height: 31px;
	color:#FFF;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a.pricediv_add_fast{position:relative;}
a.pricediv_add_fast:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    top: 2px;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,1)), color-stop(30%, rgba(255,255,255,1)),color-stop(30%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 30%,rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 30%,rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 30%,rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
}
.pricediv_count a{
	position: absolute;
	top: 2px;
	width: 25px;
	height: 25px;
	border-radius: 2px;
}
.pricediv_count a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -4px;
	margin-top: -5px;
	width: 8px;
	height: 9px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAARUlEQVQoU2NkIAH8////P0g5IyMjI0wbnEGMObQxAGYqMS7ApoaRYgMYGBiMibX9////Z6CBaDKIApFY50PVwbx7FqYPAIA2ITUKXUuaAAAAAElFTkSuQmCC);
}
.pricediv_count a.pricediv_minus{
	left: 2px;
}
.pricediv_count a.pricediv_plus{
	right: 2px;
}
.pricediv_count a.pricediv_plus:after{
	background-position: -8px 0;
}
.pricediv_count a.disabled{
	opacity: 0.3;
}
.pricediv_count input{
	position: absolute;
	top: 3px;
	left: 29px;
	width: 30px;
	height: 25px;
	padding: 0;
	outline: none;
	background: transparent;
	font: bold 12px Arial;
	color: #fff;
	text-align: center;
	border: none;
}
.pricediv.active a.pricediv_add{
	display: none;
}
.pricediv.active .pricediv_count{
	display: block;
}


.mini-cart-block{position:absolute;right:40px;top:70px;z-index:9999999999999;}
.minicart{
	position: relative;
	display:inline-block;
}
.minicart *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a.minicart_link{
	display: block;
	padding: 5px 15px 8px;
     border-radius: 30px;
	text-decoration: none;
	color: #fff;
	background:#294b51;
	border: 2px solid #fff;
	font-weight:300;
	font-size:14px;
}
a.minicart_link b{
	font-weight:bold;
	text-transform:uppercase;
}
a.minicart_link:hover{
	background: #fff;
	color: #294b51;
	border: 2px solid #294b51;
}



.minicart_list{
	display: none;
	z-index: 998;
	position: absolute;
	margin-bottom: 20px;
	top: 40px;
	right: 5px;
	width: 460px;
	background: #eee;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	padding: 5px 0;
	-webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.4);
	box-shadow: 0 0 0px 5px rgba(0,0,0,.4);
	border: 1px solid #fff;
	z-index:99999;
}
.minicart_list ul{
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}
.minicart_list ul li{
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
	display: table-row;
	cursor: default;
}
.minicart_list ul li:after{
	content: "";
	display: block;
	clear: both;
}
.minicart_list ul li:nth-child(2n+1){
	background: #f9f9f9;
}
.minicart_list ul li:hover{
	background: #fff;
}
.minicart_list_cell{
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 8px 6px;
	vertical-align: middle;
}
.minicart_list_cell:first-child{
	padding-left: 18px;
}
.minicart_list_cell b{
	color: #c00;
}
.minicart_del{
	width: 35px;
	height: 28px;
	background: #cf453f;
	border: 1px solid #bd362f;
	border-bottom-color: #802420;
	border-radius: 3px;
	background: #be3730 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAIAAAD5ZqGGAAAAJElEQVQImWN4HRvJxMDAwPTn7x8mBgYGpr9//0L5fwnwSVIPAKLFJWCD89/wAAAAAElFTkSuQmCC) repeat-x 0 0;
	display: block;
	position: relative;
}
.minicart_del:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQAAAADsdIMmAAAAAnRSTlMAAHaTzTgAAAAVSURBVHjaYzjM8JyhjsEGCOuArMMAJlAEyekiBFkAAAAASUVORK5CYII=) no-repeat;
}
.minicart_del:hover{
	background: #ba3730;
}

.minicart_list_img{
	display: block;
	width: 57px;
	height: 57px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	line-height: 0;
}
.minicart_list_img:hover{
	border-color: #ccc;
	-webkit-box-shadow: 0 0 0 3px #ccc;
	box-shadow: 0 0 0 3px #ccc;
}
.minicart_list_img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.minicart_full{
	display: block;
	background: #e70 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAG0lEQVQImWP428HAxMDAwPT3H4T+RyWaSuYBAJmbJ4aITO5sAAAAAElFTkSuQmCC);
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 6px;
	border-radius: 4px;
	font: bold 13px/40px 'Open Sans', sans-serif;
}
.minicart_full:hover{
	background: #d36000;
}

@media (max-width: 1000px) {
	.minicart{
		position: relative;
	}
	.minicart *{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}



	.minicart_list{
		display: none;
		z-index: 998;
		position: absolute;
		margin-bottom: 20px;
		top: 46px;
		right: 0;
		width: 210px;
		background: #eee;
		border: 1px solid #cbcbcb;
		border-radius: 3px;
		padding: 5px 0;
		-webkit-box-shadow: 0 0 0px 5px rgba(0,0,0,.4);
		box-shadow: 0 0 0px 5px rgba(0,0,0,.4);
		border: 1px solid #fff;
	}
	.minicart_list ul{
		border-top: 1px solid #ddd;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	.minicart_list ul li{
		padding: 8px 20px;
		border-bottom: 1px solid #ddd;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		cursor: default;
	}
	.minicart_list ul li:after{
		content: "";
		display: block;
		clear: both;
	}
	.minicart_list ul li:nth-child(2n+1){
		background: #f9f9f9;
	}
	.minicart_list ul li:hover{
		background: #fff;
	}
	.minicart_list_cell{
		font-family: 'Open Sans', sans-serif;
		border-bottom: 1px solid #ddd;
		display: table-cell;
		padding: 8px 6px;
		vertical-align: middle;
	}
	.minicart_list_cell:first-child{
		padding-left: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.minicart_list_cell b{
		color: #c00;
	}
	.minicart_del{
		width: 35px;
		height: 28px;
		background: #cf453f;
		border: 1px solid #bd362f;
		border-bottom-color: #802420;
		border-radius: 3px;
		background: #be3730 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAaCAIAAAD5ZqGGAAAAJElEQVQImWN4HRvJxMDAwPTn7x8mBgYGpr9//0L5fwnwSVIPAKLFJWCD89/wAAAAAElFTkSuQmCC) repeat-x 0 0;
		display: block;
		position: relative;
	}
	.minicart_del:after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		margin-left: -4px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQAAAADsdIMmAAAAAnRSTlMAAHaTzTgAAAAVSURBVHjaYzjM8JyhjsEGCOuArMMAJlAEyekiBFkAAAAASUVORK5CYII=) no-repeat;
	}
	.minicart_del:hover{
		background: #ba3730;
	}

	.minicart_list_img{
		display: block;
		width: 57px;
		height: 57px;
		border: 1px solid #ddd;
		background: #fff;
		border-radius: 4px;
		overflow: hidden;
		line-height: 0;
	}
	.minicart_list_img:hover{
		border-color: #ccc;
		-webkit-box-shadow: 0 0 0 3px #ccc;
		box-shadow: 0 0 0 3px #ccc;
	}
	.minicart_list_img img{
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
	}

	.minicart_full{
		display: block;
		background: #e70 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAG0lEQVQImWP428HAxMDAwPT3H4T+RyWaSuYBAJmbJ4aITO5sAAAAAElFTkSuQmCC);
		color: #fff;
		text-align: center;
		text-decoration: none;
		margin: 0 6px;
		border-radius: 4px;
		font: bold 13px/40px 'Open Sans', sans-serif;
	}
	.minicart_full:hover{
		background: #d36000;
	}

	.minicart_list_cell__itogo-price {
		font-size: 20px !important;
	}
}

/* �������� ������� */
.cart_order{
	margin-bottom: 25px;
	border-radius: 3px;
}
.cart_order:after{
	clear: both;
	content: "";
	display: block;
}
.cart_order_area{
	/* padding-right: 450px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart_order_area:after{
	clear: both;
	content: "";
	display: block;
}
.cart_order_area_main{
	float: left;
	-ms-flex-preferred-size: 450px;
	flex-basis: 450px;
	width: 100%;
}

.cart_order_area_main__inner {
	padding: 7px 7px 15px;
	display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-flow:row wrap;
-ms-flex-flow:row wrap;
flex-flow:row wrap;
	
    width:100%;
}
.cart_order_area_side{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-ms-flex-preferred-size: 450px;
	flex-basis: 450px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.cart_order_area_side__inner {
	width: 100%;
	padding:7px 15px 15px 0;
}



.cart_order_area_main_div{
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: left;
	padding: 0 15px 30px;
	padding-right: 0;
    text-align:left;
	
}
.cart_order_area_main_div_label{
    font-weight:bold;
    margin-bottom:15px;
    font-size:21px;
    line-height:21px;
    display:inline-block;
    padding:0 25px;
}

.cart_order_area_main_div input,
.cart_order_area_main_div select,
.cart_order_area_main_div textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #89b187;
	border-radius: 30px;
	padding: 10px 15px;
    background:#f2f9d2;
    font-size:17px;
    font-family:inherit;
    color:#000;
    outline:none!important;
    resize: none;
    overflow:auto;
    box-shadow:none;
    line-height:17px;
}
.cart_order_area_main_div select{height:69px}
.cart_order_area_main_div input::-webkit-input-placeholder,
.cart_order_area_main_div input::-moz-placeholder ,
.cart_order_area_main_div input:-moz-placeholder,
.cart_order_area_main_div input:-ms-input-placeholder,
.cart_order_area_main_div select::-webkit-input-placeholder,
.cart_order_area_main_div select::-moz-placeholder ,
.cart_order_area_main_div select:-moz-placeholder,
.cart_order_area_main_div select:-ms-input-placeholder{
color:#000;
font-family:inherit;
font-size:17px;
}
.zvonok{font-size:17px;padding-top:15px;width:55%;padding-right:15px;}
.input-p{width:15%;}
.hours{display:inline-block;font-weight:bold;font-size:21px;padding-left:15px;}
.zvonok,.input-p,.hours{display:inline-block}
.title-udo{
font-family:inherit;
font-weight:bold;
font-size:21px;
margin-bottom:20px;
}
.cart_order_text{
	width: 100%;
	height: 121px;
	border: 1px solid #bbb;
	border-radius: 2px;
	padding: 7px 10px;
	resize: none;
}


/* ������ ������ ������ */
.cart_order_paytype{
	padding-right: 12px;
	position: relative;
	color: #0b70db;
}
.cart_order_paytype:hover{
	color: #c00;
}
.cart_order_paytype:hover:after{
	border-top-color: #c00;
}
.cart_order_paytype:after{
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #0b70db;
}

/* ������ ������ �� �������� ������ */
.cart_paytype{
	list-style: none;
	margin: 0;
	padding: 2px;
	position: relative;
}
.cart_paytype:after{
	content: "";
	display: block;
	clear: both;
}
.cart_paytype li{
   font-size:21px;
	color: #333;
    text-align:left;
    height:120px;
    font-weight:bold;
}

.cart_paytype li:last-child{
	border: none;
}
.cart_paytype li input{
	position: absolute;
	opacity: 0;
}
.cart_paytype li sup{
	font-size: 10px;
}
.cart_paytype li label{
	display: block;
	padding: 45px 10px 0 28px;
   height:120px;
	position: relative;
	cursor: pointer;
   box-sizing:border-box;
   padding-left:25%;
}
.cart_paytype li input:checked+label span{
	background: #e1f5fe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB0UlEQVQ4T42TvU+TURTGn+eWqiWhJSF2IhKCRJjawoQaBiZ1gTq44wAkDFT9Fxx0sQXDR0mcnCTUmhgTGSCFkDhZSk0TBIIYWZiUidr0vcfcF/rmbQXK3e455/mdj3sPUXN6U/EeCxgVeAagrDbjVlD7EFkRylwu+iTnlrBy6f2YbNTl4msAj2uh7rtoPe+zJPbl0dNjY7cBRmyVi0sE7l4krvhEsOYrW/cMxAZE0pNv6mX+DyyS3HgYG6PpWSv19TKZFQkt4oQKdIThVDxJpUbqAQJXrmH69hDe7maxdLB9Gi6zDKWmdpSSmxcBjHj2ThRdget4t7eJl/lVO5yC7wyl4yUF5TWGruYgHrTeQqKw7pTqFi/++IYX+Yy7jVIVwJTYF7yBDz8LeJ5bQZP3qpP5DLHJWWIkPWka6jQ3/6mguzmIT7+20OFvscs+RwxN2WLkfWIO5GhlBm6IsZ0nNj4hphlOx8OE2nAPsQIp/D6s7blq1lQSsj/SWU/p83jxV5er3r1mB2ay0YlxG9C38Mp33OD5TKK/3n+w/cJM4KjpfmZ4uOgskw3xMFHvUxGY8f/xPzNiZ5ncWU9mwhEKB4RoNz5N2SO4rCjz2cFY3h3/DwHkxb6UEQcHAAAAAElFTkSuQmCC) no-repeat 6px 50%;
}
.cart_paytype li label span{padding-left:29px;}
.cart_paytype_cost_val{padding-left:0!important;background:none!important;}
.cart_paytype_cost{
	float: right;
	font-size: 27px;
	white-space: nowrap;
    font-weight:300;
    padding-left:0!important;
    background:none!important;
}


/* ������� � �������� */
.cart_table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.cart_table thead,.cart_table tbody{
    display:block;
    box-sizing:border-box;
}
.cart_table thead{background: #f2f9d2;border:3px solid #89b187;border-radius:30px;}
.cart_table thead tr td:first-child{
border-radius:30px 0 0 30px;
}
.cart_table tbody tr{position:relative;display:block;}
.cart_table tr > td:nth-child(1){width:15%!important;}
.cart_table tr > td:nth-child(2){width:35%!important;}
.cart_table tr > td:nth-child(3){width:15%!important;}
.cart_table tr > td:nth-child(4){width:15%!important;}
.cart_table tr > td:nth-child(5){width:20%!important}
.cart_table tr > td{text-align:center!important;}
.cart_table tr > td:nth-child(6){position:absolute;top:0;right:0;}
.cart_table tr > td.item-info{text-align:left;font-size:17px;}
.cart_table tr > td.price,.cart_table td > td.total-price{font-size:21px}
.cart_table tr > td.price b{font-weight:300;}
.cart_table tr>td.item-info{text-align:left!important;}
.cart_table thead tr td{font-size:21px;line-height:21px;font-weight:bold;}
.cart_table tbody tr{
	border-bottom: 3px solid  #89b187;
}


.cart_table tbody td{
	border-top: none;
	border-bottom: none;
}
.cart_table td{
	padding: 13px 15px;
	vertical-align: middle;

}
.cart_table a{
	text-decoration: none;
	color: #222;
}
.cart_table a:hover{
	text-decoration: underline;
	color: #e27a00;
}
.cart_item_foto{
	width: 80px;
	background: #fff;
	border-radius: 1px;
}
.cart_item_foto:hover{
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #fe8900;
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px #fe8900;
}
.cart_table td b{
	font-weight:bold;
	white-space: nowrap;
    font-size:21px;
}
.cart_table td b.tdcartcost{
	color: #000;
}

.cart_item_delete{
	display: block;
	opacity: .4;
}
.cart_item_delete:hover{
	opacity: 1;
}

.cart_subinfo{
	padding: 5px 0 0;
	text-align: right;
    font-size:21px;
	color: #222;
}
.cart_subinfo:after{
	content: "";
	display: block;
	clear: both;
}
.cart_subinfo b{
	font-weight: normal;
	font-weight:bold;
	margin-left: 20px;
    width:15%;
    display:inline-block;
    text-align:left;
}


/* ������� ������� � ������� */
.cart-history{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart-history li{
	padding-bottom: 3px;
}
.cart-history-row{
	height: 60px;
	padding: 12px 18px;
	background: #f5f5f7;
	font: normal 11px/18px Verdana;
	color: #777;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
}
.cart-history-row.current{
	background: rgba(0,100,255,.2);
}
.cart-history-row:hover{
	background: rgba(0,0,0,.08);
}
.cart-history-row b{
	color: #222;
}
.cart-history-row-1{
	float: left;
}
.cart-history-row-2{
	float: right;
	text-align: right;
}
.cart-history-row-3{
	float: right;
	text-align: right;
	min-width: 200px;
	padding-left: 20px;
	line-height: 36px;
}

.cart-history-table{
	display: none;
}
.cart-history-table table{
	width: 100%;
	margin: 5px 0px 30px;
}
.cart-history-table table tr{
	border-bottom: 1px solid #eee;
}
.cart-history-table table tr:nth-child(2n){
	background: rgba(0,0,0,.03);
}
.cart-history-table table tr:hover{
	background: #f6fbff;
}
.cart-history-table table td{
	padding: 5px;
	font: normal 12px Arial;
	color: #111;
	text-align: right;
}
.ofor{
background:#284b51;
box-shadow:none;
border:2px solid #284b51;
    cursor:pointer;
    color:#f2f9d2;
    font-size:28px;
    line-height:28px;
    text-transform:uppercase;
    font-family:inherit;
    font-weight:bold;
    border-radius:30px;
    padding:10px 15px;
    outline:none!important;
}
.ofor:hover{
background:#fff;
    color:#284b51;
}


.cart-history-expand{
	color: #0b70db;
	text-decoration: none;
	padding-left: 10px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8hiJ0TaQrwuY2kDNINwnmcKLchO5LuHWEwgkAlO5FBwhFaI8AAAAASUVORK5CYII=) no-repeat 0 50%;
}
.cart-history-expand.active{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8DRRhcxvIGTSyjqDvCIUTAEcINQcERZkIAAAAAElFTkSuQmCC);
}
.cart-history-expand>span{
	border-bottom: 1px dashed #0b70db;
	padding:0 3px;
}
.cart-history-expand:hover>span{
	border-bottom-style: solid;
}








.cart_confirm_info{
	width: 100%;
	margin: 10px 0 20px;
}
.cart_confirm_info tr{
	border-bottom: 1px solid #ddd;
}
.cart_confirm_info tr:nth-child(2n){
	background: rgba(0,0,0,.05);
}
.cart_confirm_info td{
	padding: 10px;
	vertical-align: top;
	font: bold 12px/16px Verdana;
}
.cart_confirm_info td:first-child{
	width: 180px;
	font-weight: normal;
	text-align: right;
	border-right: 1px solid #ddd;
}

.cart_confirm_table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.cart_confirm_table>tr>td{
	border-bottom-width: 2px;
	border-top: 0;
}
.cart_confirm_table td{
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ddd;
	padding: 8px;
}
.cart_confirm_table thead tr{
	background: rgba(0,0,0,.03);
}
.cart_confirm_table tbody tr:nth-child(2n){
	background: rgba(0,0,0,.02);
}
.cart_confirm_table tbody tr:hover{
	background: rgba(0,0,0,.04);
}
.cart_confirm_table tbody img.cart_item_foto{
	width: 20px;
}
.cart_subinfo .left{display:inline-block}
@media(max-width:1100px){
    .cart_subinfo b{width:20%;}
    .cart_order_area_main_div textarea{height:100px;}
}

@media(max-width:1000px){
    .cart_paytype li:nth-child(1) label,.cart_paytype li:nth-child(2) label{background-position:center 10px;background-size:auto;} 
    .cart_paytype li:nth-child(1) label{padding-top:77px;}
    .cart_paytype li:nth-child(2) label{padding-top:136px;}
    .cart_paytype li:nth-child(3) label{padding-top:70px;}
    .cart_paytype li:nth-child(1) input:checked+label{background-position:center 10px;background-size:auto;}
.cart_paytype li:nth-child(2) input:checked+label{background-position:center 10px;background-size:auto;}
.cart_paytype li:nth-child(3) input:checked+label{background-position:center 20px;background-size:auto;}
    .cart_paytype li label{padding-left:0;}
    .cart_paytype{margin-top:15px;}
    .cart_paytype li:nth-child(3) label{background-position:center 20px;background-size:auto;}
    .cont-1024{max-width:100%;}
    .cart_table{overflow-x:auto;display:block}
    body{overflow-x:hidden;}
    .cart_table thead,.cart_table tbody{min-width:767px;}
    .cart_paytype li label{padding:10px;}
    .cart_paytype li,.cart_paytype li label{height:auto!important;}
}

@media(max-width:767px){
    .cart_order_area_main_div{flex-basis:100%;}
    #dle-content{max-width:100%;box-sizing:border-box;}
        .cart_order_area_main_div textarea{height:205px;}
    .cart_order_area_main_div textarea,.cart_order_area_main_div input,.cart_order_area_main_div select{text-align:center;}
    .cart_order_area_main__inner{padding:0;}
    .cart_order_area_main_div{padding-left:0;}
    .cart_order_area_main_div select{white-space: pre-wrap;height: 118px;}
    .cart_order_area_main_div{text-align:center;}
    .zvonok{width:100%;margin-bottom:10px;}
    .input-p{width:30%;}
    .cart_paytype_cost{float:none;}
    .cart_paytype li label,.oformlenie{text-align:center;}
    .cart_paytype li label{padding-top:0;height:auto;}
    .cart_paytype li{height:auto;margin-bottom:20px;}
    .cart_subinfo b{width:34%;font-size:21px;}
    .cart_subinfo{position:relative;font-size:18px;}
    .cart_subinfo .left{width:60%;}
    .dost{display:block;}
    .cart_subinfo .cart_delivery_type{font-size:13px;}
    .ofor{font-size:24px;}
    .cart_order_area_side__inner{padding:0;}
    #dle-content{overflow:hidden;margin-top:-15px;}
    .ofor2{font-size:12px;}
}
@media(max-width:480px){
.input-p{width:40%;}
.cart_subinfo b{font-size:18px;width:40%;float:left;}
    .cart_subinfo .left{width:52%;float:left;}
.cart_subinfo{position:relativefont-size:16px;}  
.cart_subinfo .cart_delivery_type{font-size:11px;}
    .ofor{font-size:20px;}
}