.basket{
	margin-bottom: 30px;
	width: 100%;
	min-width: 600px;
	font-size: 16px;
	text-align: center;
}
.basket td{padding-bottom: 21px;padding-top: 21px;}
.basket td:first-child{
	width: 110px;
}
.basket td:last-child{
	width: 97px;
}
.basket__left{
	text-align: left;
	max-width: 345px;
}
.basket__header td{color: #010101;font-size: 22px;font-weight: 700;line-height: 15px;padding-bottom: 9px;}
tr.basket__header:hover{
	outline: none;
}
.basket__img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.basket__name{
	color: #282828;
	text-decoration: none;
	font-weight: bold;
}
.basket-quantity__minus,
.basket-quantity__plus{
	display: inline-block;
	font-size: 0;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	background: url(/local/templates/index/images/cart-arrow-left.png);
	width: 41px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
}
.basket-quantity__plus{
	background-image: url(/local/templates/index/images/cart-arrow-right.png);
}
.basket-quantity__input{
	padding: 0;
	width: 38px;
	height: 32px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #d4d4d4;
}
.basket__delete{
	font-size: 0;
	text-decoration: none;
	width: 28px;
	height: 28px;
	background: url(/local/templates/index/images/cart-delete.png);
	display: block;
	position: relative;
	left: 45px;
}
.basket__delete:hover{
	color: #e80000;
}

.basket-total{
	float: right;
	font-weight: bold;
	line-height: 44px;
	color: #010101;
	font-size: 22px;
	margin-bottom: 20px;
}
.basket-total__summ{font-weight: normal;}

.basket-button{
	position: relative;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	text-decoration: none;
	background-color: #005e00;
	width: 212px;
	height: 48px;
	text-align: center;
}
.basket-button_order{
	float: right;
	padding-left: 15px;
	clear: both;
}
.basket-button_clear{
	margin-bottom: 20px;
}
.basket-button_clear:before{
	content: "!";
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}
.basket-button_continue{
	margin: 0 10px;
}
.basket-button_continue:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 10px;
	display: block;
	width: 28px;
	height: 24px;
	background: url(/local/templates/mdm/img/shop2.png) 0 0 no-repeat;
}
.basket-button:hover{
	background-color: #e80000;
}

.basket__item{
	border-bottom:1px solid #d4d4d4;
}

.basket__item-img {
    width: 86px;
    height: 84px;
    border: 1px solid #d4d4d4;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 900px) {
	.basket-button_continue{
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.basket-button,
	.basket-total{
		float: left;
		clear: both;
	}
	.basket-total{
		margin: 10px 0;
	}
}