@charset "UTF-8";
.a-cart{
	display: table;
	width: 100%;
}
.a-cart *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.a-cart__inline-block{
	display: inline-block;
}
.a-cart__line{
	display: table-row;
	width: 100%;
	font-size: 0;
	transition: 0.3s;
}
.a-cart__line:hover{
	background: rgba(0, 138, 208, 0.050980392156862744);
}
.a-cart__line * {
	font-size: 16px;
}
.a-cart__header-item,
.a-cart__body-item{
	display: table-cell;
	vertical-align: middle;
}


.a-cart__for-border-wrapper{
	border-right: 1px solid #c1d2dc;
    border-bottom: 1px solid #c1d2dc;
    background-color: #fff;
    margin-bottom: 15px;
}

.a-cart__title-block,
.a-cart__header-item,
.a-cart__body-item,
.a-cart__result-itog{
	border-top: 1px solid #c1d2dc;
    border-left: 1px solid #c1d2dc;
	padding: 5px 10px;
}

.in__body-item{
	border: none;
}
.a-cart__header-item{
	font-weight: 700;
}
.a-cart__del{
	position: relative;
	width: 25px;
	text-align: center;
}
.a-cart__sum{
	width: 100px;
	text-align: center;
}
.a-cart__discount{
	width: 90px;
	text-align: center;
}
.a-cart__price-discount{
	width: 120px;
	text-align: right;
}
.a-cart__price{
	width: 100px;
	text-align: center;
}
.a-cart__img{
	position: relative;
	width: 128px;
	text-align: center;
	padding: 4px;
	height: auto;
}
.a-cart__count{
	width: 130px;
	text-align: center;
}
.a-cart__body-item.a-cart__name{
	width: 412px;
}
.js_cart_remove{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url('../img/remove.png') 50% 50% no-repeat;
}
.a-cart__header-item.a-cart__name{
	text-align: center;
	width: 540px;
}
/*.a-cart__body-item.a-cart__name{
	width: 890px;
}*/
.a-cart__total{
	width: 540px;
}
.a-cart__empty{
	width: 90px;
	margin-right: -1px;
}
.a-cart__extra .a-cart__line:first-of-type .a-cart__body-item.a-cart__name{
	width: 1080px;
	font-weight: 700;
	text-align: center;
}
.a-cart__additional{
	width: 90px;
	text-align: center;
	padding: 5px 0;
	font-weight: 700;
}
.a-cart__check{
	width: 90px;
	text-align: center;
}
.a-cart__delivery-method{
	width: 1080px;
	text-align: center;
	font-weight: 700;
}
.a-cart__select{
	width: 90px;
	text-align: center;
	font-weight: 700;
	padding: 5px 0;
}
.a-cart__delivery-item .a-cart__name{
	width: 980px;
}
.a-cart__general-total .a-cart__total{
	width: 980px;
	font-weight: 700;
}
.a-cart__body-item.a-cart__discount-empty:first-child{
	width: 980px;
}
.a-cart__body-item.a-cart__discount-empty:last-child{
	width: 90px;
}
.a-cart__discount-item{
	text-align: center;
}
.a-cart__body-item.a-cart__price-discount{
	text-align: center;
}
.a-cart__img img{
	max-width: 120px;
	max-height: 120px;
	margin: 0;
}
.a-cart__line.a-cart__general-total{
	font-weight: 700;
}
.a-cart__count-item{
	font-size: 0;
}
.a-cart__count-minus{
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 20px;
	color: black;
	line-height: 20px;
}
input[type="text"].a-cart__count-number, 
input[type="email"].a-cart__count-number,
input[type="tel"].a-cart__count-number, 
input[type="number"].a-cart__count-number, 
textarea.a-cart__count-number, 
.comments_form textarea.a-cart__count-number{
	display: inline-block;
	width: 45px;
	padding: 0 5px;
	margin: 0 3px;
	font-size: 16px;
	vertical-align: middle;
	outline: none;
	margin-bottom: 0;
}
input[type="text"].a-cart__count-number{
	width: 35px;
	height: 35px;
	border: 1px solid #2089c3;
}
.a-cart__count-number:focus{
	outline: none;
}
.a-cart__count-plus{
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 20px;
	color: black;
	line-height: 20px;
}
.a-cart__check-input{
	display: inline-block;
	cursor: pointer;
}
.a-cart__extra-item .a-cart__name{
	width: 890px;
}
.a-cart__count-number{
	text-align: center;
}

.a-itog-line{
	display: block;
}

.cart_form input[type=text], 
.cart_form input[type=email], 
.cart_form input[type=tel],
.cart_form textarea {
	width: 100%;
	margin-top: 5px;
}

.a-cart__payments{
	border-left: 1px solid #c1d2dc;
	border-top: 1px solid #c1d2dc;
	padding: 5px 10px;
}
.a-cart__payments .infofield{
	margin-bottom: 5px;
}

.a-cart__payments .payment{
	margin-top: 15px;
}

.a-cart__payments .payment_text,
.cart_payment_text, 
.cart_additional_cost_text, 
.cart_delivery_text {
    margin-left: 20px;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="number"],
textarea{
	border-color: #c1d2dc;
}

.a-cart__fields-wrapper{
	margin-bottom: 20px;
}

.a-cart__last-order_params{
	margin-top: 30px;
	margin-bottom: 25px;
}
.a-cart__last-order_param{
	margin-bottom: 15px;
	font-weight: bold;
}
.a-cart__last-order_param_value{
	font-weight: normal;
}


@media screen and (max-width: 1199px){
	/*.main .container{
		width: 980px;
		margin: 0 auto;
	}*/
	.a-cart__price-discount{
		width: 90px;
	}
	.a-cart__count{
		width: 120px;
	}
	.a-cart__count {
	    width: 105px;
	    padding: 0;
	}
	.a-cart__price{
		padding: 0;
		width: 95px;
	}
	.a-cart__price-discount{
		padding: 5px 0;
		width: 90px;
		text-align: center;
	}
	.a-cart__discount{
		padding: 5px 0;
		width: 80px;
		text-align: center;
	}
	.a-cart__sum{
		width: 90px;
		padding: 0;
		text-align: center;
	}
	.a-cart__del{
		padding: 5px 0;
		width: 25px;
	}
	.a-cart__header-item.a-cart__name{
		width: 430px;
	}
	.a-cart__product-item .a-cart__body-item.a-cart__name{
		width: 300px;
	}
	.a-cart__body-item.a-cart__discount-empty:first-child{
		width: 800px;
	}
	.a-cart__discount-item{
		width: 90px;
	}
	.a-cart__total{
		width: 435px;
	}
	.a-cart__delivery-method,
	.a-cart__extra .a-cart__line:first-of-type .a-cart__body-item.a-cart__name{
		width: 890px;
	}
	.a-cart__extra-item .a-cart__name{
		width: 720px;
	}
	.a-cart__extra-item .a-cart__price{
		width: 90px;
	}
	.a-cart__delivery-item .a-cart__name{
		width: 795px;
	}
	.a-cart__general-total .a-cart__total{
		width: 795px;
	}
}
@media screen and (max-width: 991px){
	/*.main .container{
		width: 740px;
	}*/
	.a-cart__img{
		display: none;
	}
	.a-cart__product-item .a-cart__body-item.a-cart__name{
		width: 290px;
	}
	.a-cart__count-item{
		position: relative;
	    height: 80px;
	    margin: 10px;
	}
	input[type="text"].a-cart__count-number, 
	input[type="email"].a-cart__count-number, 
	input[type="tel"].a-cart__count-number, 
	input[type="number"].a-cart__count-number, 
	textarea.a-cart__count-number, 
	.comments_form textarea.a-cart__count-number{
	    display: inline-block;
	    width: 100%;
	    height: auto;
	    padding: 0px 0px;
	    margin: 0;
	    font-size: 16px;
	    vertical-align: middle;
	    outline: none;
	    margin-bottom: 0;
	    position: absolute;
	    top: 25px;
	    left: 0;
	    right: 0;
	    bottom: 25px;
	    z-index: 1;
	}
	.a-cart__count-number{
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -30px;
		margin-top: -11px;
	}
	.a-cart__count-minus{
		position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    background: #c1d2dc;
	    color: #fff;
	}
	.a-cart__count-plus {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    z-index: 2;
	    background: #c1d2dc;
	    color: #fff;
	}
	.a-cart__del{
		width: 25px;
	}
	.a-cart__sum{
		width: 90px;
	}
	.a-cart__discount{
		display: none;
	}
	.a-cart__price-discount{
		width: 80px;
	}
	.a-cart__price{
		width: 90px;
	}
	.a-cart__header-item.a-cart__name{
		width: 265px;
	}
	.a-cart__body-item.a-cart__discount-empty:last-child{
		width: 90px;
	}
	.a-cart__discount-item{
		width: 90px;
	}
	.a-cart__body-item.a-cart__discount-empty:first-child{
		width: 540px;
	}
	.a-cart__empty{
		width: 90px;
	}
	.a-cart__total{
		width: 290px;
	}
	.a-cart__delivery-method, 
	.a-cart__extra .a-cart__line:first-of-type .a-cart__body-item.a-cart__name{
		width: 630px;
	}
	.a-cart__extra-item .a-cart__name{
		width: 540px;
	}
	.a-cart__product-item .a-cart__body-item.a-cart__name{
		width: 265px;
	}
	.a-cart__total{
		width: 265px;
	}
	.a-cart__general-total .a-cart__total,
	.a-cart__delivery-item .a-cart__name{
		width: 540px;
	}
}
@media screen and (max-width: 767px){
	/*.main .container{
		width: 480px;
	}*/

	.a-cart__price-discount{
		display: none;
	}
	.a-cart__line *{
		font-size: 14px;
	}
	.a-cart__price{
		display: none;
	}
	.a-cart__check,
	.a-cart__empty,
	.a-cart__additional,
	.a-cart__select,
	.a-cart__body-item.a-cart__discount-empty:last-child{
		width: 74px;
	}
	.a-cart__del{
		width: 25px;
	}
	.a-cart__extra-item .a-cart__price{
		width: 80px;
	}
	.a-cart__count {
	    width: 45px;
	}
	.a-cart__header-item.a-cart__name{
		width: 195px;
	}
	.a-cart__product-item .a-cart__body-item.a-cart__name{
		width: 195px;
	}
	.a-cart__body-item.a-cart__discount-empty:first-child{
		width: 286px;
	}
	.a-cart__discount-item{
		width: 90px;
	}
	.a-cart__total{
		width: 195px;
	}
	.a-cart__delivery-method, 
	.a-cart__extra .a-cart__line:first-of-type .a-cart__body-item.a-cart__name{
		width: 376px;
	}
	.a-cart__general-total .a-cart__total, 
	.a-cart__delivery-item .a-cart__name,
	.a-cart__extra-item .a-cart__name{
		width: 376px;
	}
	.a-cart__general-total .a-cart__price{
		display: table-cell;
	}
	.a-cart__general-total .a-cart__total{
		width: 286px;
	}
	.a-cart__measure-unit{
		display: none;
	}
}

@media screen and (max-width: 479px){
	/*.main .container{
		width: 320px;
	}*/
	.a-cart__header.a-cart__line .a-cart__header-item,
	.a-cart__header.a-cart__line .a-cart__header-item span{
		font-size: 12px;
	}
	.a-cart__header.a-cart__line .a-cart__header-item.a-cart__del span,
	.a-cart__del{
		font-size: 0;
		width: 35px;
	}
	.a-cart__additional,
	.a-cart__select{
		font-size: 12px;
	}
	.a-cart__product-item .a-cart__body-item.a-cart__name,
	.a-cart__header-item.a-cart__name{
		width: 115px;
	}
	.a-cart__price{
		width: 60px;
	}
	.a-cart__count {
	    width: 45px;
	}
	.a-cart__price{
		width: 55px;
	}
	.a-cart__body-item.a-cart__discount-empty:first-child{
		width: 115px;
	}
	.a-cart__body-item.a-cart__discount-empty:last-child{
		width: 35px;
	}
	.a-cart__discount-item{
		width: 85px;
	}
	.a-cart__body-item.a-cart__discount-empty:last-child{
		width: 100px;
	}
	.a-cart__sum{
		width: 75px;
	}
	.a-cart__header-item.a-cart__name{
		padding: 5px 0;
	}
	.a-cart__del{
		width: 25px;
	}
	.a-cart__bottom-item .a-cart__count{
		display: none;
	}
	.a-cart__bottom-item .a-cart__empty{
		width: 25px;
	}
	.a-cart__total{
		width: 200px;
	}
	.a-cart__delivery-method, 
	.a-cart__extra .a-cart__line:first-of-type .a-cart__body-item.a-cart__name{
		width: 266px;
	}
	.a-cart__additional, .a-cart__select{
		font-size: 0;
	}
	.a-cart__check, .a-cart__additional, .a-cart__select{
		width: 35px;
	}
	.a-cart__general-total .a-cart__total{
		width: 200px;
	}
	.a-cart__price{
		width: 65px;
	}
}