.card-header .del {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}

.img_wrapper_basket {
	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;
	width: 23%;
	overflow: hidden;
}

.btn_cart {
	display: flex;
	border: 2px solid #e5e5e5;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	padding: 5px;
	color: #7c7b7b;
	max-width: 188px;
	margin-left: auto;
	margin-right: auto;
}

.btn_cart:hover {
	border: 2px solid #002d64;
	background-color: #002d64;
	color: white;
}

.btn_cart .icon_cart {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/template/img/cart.png) center center no-repeat;
}

.btn_cart:hover .icon_cart {
	background: url(/template/img/cart_h.png) center center no-repeat;
}

.card {
	background: #f9f9f9;
	padding: 20px;
	display: flex;
	flex-direction: row;
	border: none;
	justify-content: space-between;
}
.card_name {
	font-family: Merriweather;
	font-size: 18px;
	width: 37%;
	letter-spacing: 0.8px;
	display: flex;
	align-items: center;
}

.del {
	display: flex;
	align-items: center;
}
.del a {
	background: url(/template/img/btn_delete.svg) center center no-repeat;
	display: block;
	width: 1.5em;
	height: 1.5em;
}
.hr_card {
	height: inherit;
	border-left: 1px solid #e5e5e5;
	margin: 0 16px;
}
.card_price {
	width: 10%;
}
.card_num {
	width: 13%;
}
.itog {
	font-family: Merriweather;
	font-size: 24px;
	color: #525764;
}
.itog span {
	font-family: OpenSansSemiBold;
	padding-left: 15px;
}

.form_basket {
	max-width: 700px;
	margin: auto;
}
.form_box input[type="radio"] {
	width: 0.8em;
	height: 0.8em;
}
.form_box {
	background: #e5e5e5;
	min-height: 135px;
	padding: 10px 15px;
}
.form_basket textarea {
	height: 100px;
}

@media (max-width: 767px) {
	.card {
		flex-direction: column !important;
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.card {
		padding: 10px;
	}
	.card_num > .d-flex {
		flex-direction: column;
	}
	.card .minus {
		order: 3;
	}
	.card .num {
		order: 2;
	}
	.card .plus {
		order: 1;
	}
	.card_num button,
	.card_num .form-control {
		margin: 5px !important;
	}
	.card_price {
		width: 20%;
	}
	.card_num {
		width: 7%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.img_wrapper_basket {
		width: 20%;
	}
	.card_name {
		width: 33%;
	}
	.card_num {
		width: 15%;
	}
	.card_price {
		width: 15%;
	}
}

@media (max-width: 1199px) {
	.card_name a {
		font-size: 16px;
	}
}
