.basket{
	margin-bottom: 30px;
	width: 100%;
	min-width: 600px;
	font-size: 16px;
	text-align: center;
}
.basket._loading:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
}

.adaptive-table tr {
	border-bottom: 1px solid #d6d6d6;
}

.basket__header {
	color: #8a8a8a;
	text-transform: uppercase;
	background: #f1f1f1;
}

.basket td{
	padding: 12px;
}
.basket__item td{
	border-top: 1px solid #dbdbdb;
}
.basket__left{
	text-align: left;
}
.basket__props{
	font-size: 13px;
	line-height: 1.1;
	text-align: left;
}
.basket__img{
	border: 1px solid #dbdbdb;
}
.basket__name{
	color: #282828;
	text-decoration: none;
}
.basket__name:hover {
	color: #f00;
	text-decoration: underline;
}
.basket-quantity{
	width: 90px;
	border: 1px solid #dbdbdb;
}
.basket-quantity__minus,
.basket-quantity__plus{
	display: inline-block;
	width: 26px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	background: #e9e9e9;
	vertical-align: top;
	cursor: pointer;
}
.basket-quantity__minus:hover,
.basket-quantity__plus:hover{
	color: #e80000;
}
.basket-quantity__input{
	padding: 0;
	width: 38px;
	height: 32px;
	text-align: center;
	vertical-align: top;
	border: none;
}
.basket__delete{
	color: #747474;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.basket__delete:hover{
	color: #e80000;
}

.basket-total{
	float: right;
	margin: 0 10px;
	color: #646464;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
}
.basket-total__summ{
	color: #e80000;
}

.basket-button{
	position: relative;
	float: left;
	padding: 0 15px 0 45px;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	text-decoration: none;
	background-color: #757575;
	border: none;
}
.basket-button:hover{
	background: url(/local/templates/mdm/img/pattern.png) repeat;
}
.basket-button_order{
	float: right;
	padding-left: 15px;
	/*background: #cb1924;*/
	/*background: #f22e3a;*/
	background: #eb040c;
}
.basket-button_order:hover{
	background: url(/local/templates/mdm/img/pattern_red.png) repeat;
}
.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_print{
	margin-left: 10px;
}
.basket-button_print:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 11px;
	display: block;
	width: 26px;
	height: 24px;
	background: url(/local/templates/mdm/img/print.png) 0 0 no-repeat;
}
.basket-button_continue{
	margin-left: 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-warning{
	clear: both;
}

.basket-button.basket-button_order.--grey {
    background-color: gray;
    pointer-events: none;
    cursor: default;
}

.warning__text{
	display: none;
}

.warning__text.--show{
	display: block;
	font-weight: 600;
}

.--hidden_class{
	display: none;
}

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

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

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

@media print {
	@page {size: landscape}
	#panel,
	.header,
	.menu-wrapper,
	.breadcrumb,
	.h1,.h2,
	.basket-button,
	.separator,
	.product-items,
	.footer-place,
	.footer{
		display: none;
	}
	.scroll-top{
		display: none !important;
	}
	.basket{
		font-size: 12px;
	}
	.basket__header{
		text-transform: none;
	}
	.basket__props{
		font-size: 10px;
	}
	.basket td{
		padding: 8px;
	}
	.basket td:last-child{
		display: none;
	}
	.basket-quantity{
		width: auto;
		border: none;
	}
	.basket-quantity__minus,
	.basket-quantity__plus{
		display: none;
	}
	.basket-total{
		float: none;
		margin: 0 0 0.7em 0;
		color: #282828;
		font-size: 16px;
		line-height: 1.3;
		font-weight: normal;
	}
	.basket-total__summ{
		color: #282828;
	}
}

.red {
	font-size: 14px; color: red;
}