.order_form .basket__wrapper {
	padding: 0 30px 5px 30px;
}
.basket__wrapper {
	padding: 5px 10px 10px;
	background: #fff;
}
/*.order_form .basket_form {*/
/*	padding: 0;*/
/*}*/
.basket_form {
	margin: 5px 0 0;
	padding: 10px 0 0;
	position: relative;
}
.basket_form.send:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
}
.basket_header {
	margin-bottom: 10px;
}
.basket__title {
	font-size: 1.8rem;
	margin: 0;
	color: #2c2c2c;
}
.basket_header p {
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 15px 0 0 !important;
	color: #2c2c2c;
}

.basket_footer {
	padding: 0 0 5px;
}
.basket__back {
	font-size: 1.2rem;
	display: inline-block;
	float: left;
	padding: 10px 0;
	vertical-align: top;
	text-decoration: none;
	color: #1f5ead;
}
.basket__back .text {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-decoration: underline;
}
.basket__back:hover .text {
	text-decoration: none;
}

.basket__controls {
	float: right;
	width: 230px;
	text-align: center;
}
.basket__button {
	width: 100%;
	margin-bottom: 10px;
}
.basket .basket__credit {
	font-size: 1.2rem;
	padding: 0;
	text-decoration: underline;
	color: #1f5ead;
	background: transparent;
}
.basket .basket__credit:hover {
	text-decoration: none;
	color: #7e7e7e;
}

.basket_table__footer {
	padding-right: 115px;
	padding-bottom: 5px;
	text-align: right;
}
.basket__total {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
	color: #2c2c2c;
}
.basket__total:after {
	font-weight: 700;
}

.basket_table {
	/*margin-bottom: 35px;*/
	margin-bottom: 0px;
}
.basket_table__header {
	margin-bottom: 5px;
	padding: 0 20px;
}
.basket_table__body {
	margin-bottom: 10px;
}
.basket_table__title {
	font-size: 1.1rem;
	line-height: 1.3;
	float: left;
	min-height: 1px;
	color: #868686;
}
.basket_table__title:nth-child(1) {
	width: 15%;
}
.basket_table__title:nth-child(2) {
	width: 30%;
}
.basket_table__title:nth-child(3) {
	width: 15%;
}
.basket_table__title:nth-child(4) {
	width: 15%;
}
.basket_table__title:nth-child(5) {
	width: 15%;
}
.basket_table__title:nth-child(6) {
	width: 10%;
}

.basket_item {
	overflow: hidden;
	min-height: 10px;
	padding: 10px 20px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.basket_item:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.basket_item:hover {
	border-color: #bdbdbd !important;
}
.basket_item:hover + .basket_item {
	border-top-color: #bdbdbd !important;
}

.basket_item__picture,
.basket_item__info,
.basket_item__price,
.basket_item__count,
.basket_item__total,
.basket_item__remove {
	float: left;
}

.basket_item__picture {
	overflow: hidden;
	width: 5%;
	min-height: 1px;
	padding: 0 10px 0 0;
}
.basket_item__info {
	/*width: 30%;*/
	width: 40%;
}
.basket_item__price {
	font-size: 1.3rem;
	line-height: 1.2;
	width: 15%;
	color: #2c2c2c;
}
.basket_item__price .oldprice {
	position: relative;
	width: max-content;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 4px;
	color: #7e7e7e;
}
.basket_item__price .oldprice:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #adadad;
	position: absolute;
	top: 6px;
	left: 0;
	transform: rotate(-5deg);
}
.basket_item__price .oldprice i {
	display: inline-block !important;
	font-style: normal;
}
.basket_item__price.price.is-discount {
	color: red;
}
.basket_item__count {
	width: 15%;
}
.basket_item__total {
	font-size: 1.3rem;
	line-height: 1.2;
	width: 15%;
	color: #2c2c2c;
}
.basket_item__remove {
	width: 10%;
	text-align: right;
}
.basket_item__remove_link {
	font-size: 1.3rem;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #1f5ead;
}
.basket_item__remove_link .fa {
	display: inline-block;
	margin-top: 1px;
	margin-right: 5px;
	vertical-align: top;
	color: #a4a4a4;
}
.basket_item__remove_link:hover,
.basket_item__remove_link:hover .fa {
	color: #ed4233;
}

.basket_item__img {
	max-width: 100%;
	max-height: 100%;
}
.basket_item__name {
	font-size: 1.3rem;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	color: #1f5ead;
}
.basket_item__description {
	margin-top: 5px;
}
.basket_item__description,
.basket_item__art {
	font-size: 1.1rem;
	line-height: 1.2;
	color: #868686;
}
.basket_item__art {
	padding-top: 30px;
}
.basket_item__art b {
	color: #2c2c2c;
}

.conter {
	display: inline-block;
	vertical-align: top;
}
.conter .conter__button {
	font-size: 1.3rem;
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	text-align: center;
	color: #2c2c2c;
	border: 1px solid #d1d1d1;
	background: #fff;
}
.conter .conter__button:hover {
	color: #fff;
	border-color: #4eb4f4;
	background: #4eb4f4;
}
.conter .conter__button.plus {
	border-left: 0;
}
.conter .conter__button.minus {
	border-right: 0;
}
.conter .conter__input {
	font-size: 1.2rem;
	line-height: 1;
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	text-align: center;
}
/*=================================*/
.basket__sub_title {
	font-size: 1.6rem;
	margin: 15px 0 10px;
	color: #2c2c2c;
}

/*.order-comment__row {*/
/*	margin-top: -24px;*/
/*}*/
.cart-installment-labels {
	margin-top: 4px;
	padding: 5px;
	border: 1px solid #dedede;
}
.cart-installment-labels .form__label {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.cart-alert {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 15px;
	border: 1px solid #38a1e2;
	color: #143f5a;
	background-color: #c0def1;
	margin: 15px 0;
}
.cart-alert_warn {
	border: 1px solid #d2b20f;
	color: #5d4e02;
	background-color: #fff0a5;
}

/* resp
===================================*/
@media (max-width: 991px){
	.order-comment__row {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.basket_table__header {
		display: none;
	}
	.basket_item__picture {
		width: 30%;
	}
	.basket_item__inner {
		position: relative;
		float: left;
		width: 70%;
	}
	.basket_item__info, .basket_item__price, .basket_item__count, .basket_item__total, .basket_item__remove {
		float: none;
	}
	.basket_item__description, .basket_item__art {
		display: none;
	}
	.basket_item__info {
		width: 100%;
		margin-bottom: 25px;
		padding-right: 30px;
	}
	.basket_item__remove {
		line-height: 26px;
		position: absolute;
		top: 0;
		right: 0;
		width: 26px;
		height: 26px;
		text-align: center;
		border-radius: 50%;
		background: #f6f6f7;
	}
	.basket_item__remove_link {
		font-size: 0;
	}
	.basket_item__remove_link .fa {
		font-size: 1.4rem;
		line-height: 26px;
		margin: 0;
	}
	.basket_item__price {
		display: none;
	}
	.basket_item__count {
		display: inline-block;
		width: auto;
		vertical-align: top;
	}
	.basket_item__total {
		line-height: 24px;
		float: right;
		width: auto;
	}
	.basket_table__footer {
		padding: 0;
		text-align: left;
	}
	.basket_footer {
		position: relative;
		padding: 0 0 50px;
	}
	.basket__back {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
	}
	.basket__controls {
		float: none;
		width: 100%;
	}
	.basket {
		margin-top: 10px;
	}
}
