.test {
	content: none;
}

/*всплывающее окно при добавлении товара в корзину*/
.bx-blue .btn.btn-default {
	outline: none;
	background-color: #E02C38;
;
	border-color: #E02C38;
;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	margin-right: 0px !important;
	margin-top: 10px;
}

.bx-blue .btn.btn-default:hover {
	outline: none;
	background-color: #B11621;
	border-color: #E02C38;
;
	color: #FFF;
}

.bx-blue .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.popup-window-buttons {
	padding: 0px;
	display: flex;
	flex-direction: column-reverse;
}

/*смена цвета корзины при добавлении товара*/
.card__basket--red svg {
	fill: #B11621;
}

/*оформление заказа форма*/
.form-adaptive {
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (max-width: 992px) {
	.form-adaptive {
		display: block;
	}

}

/*оповещение КУКИ*/
#cookie_notification {
	display: none;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 15px;
	left: 50%;
	max-width: 1800px;
	z-index: 10;
	border-radius: 5px;
	width: 96%;
	transform: translateX(-50%);
	padding: 18px 38px 18px 112px;
	background: #E02C38;

}

#cookie_notification p {
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0;
}

.cookie_accept--mobile {
	display: none;
}

.cookie_accept {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 18px 44px;
	border: none;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
}

#cookie_notification.show-cookie {
	display: flex;
}

@media (max-width: 991px) {
	#cookie_notification.show-cookie {
		display: flex;
		padding: 24px 24px;

	}

	#cookie_notification p {
		font-size: 13px;
	}

	.cookie_accept {
		display: none;
	}

	.cookie_accept--mobile {
		display: block;
		background: #FFFFFF;
		border-radius: 5px;
		padding: 10px 12px;
		border: none;
		font-weight: 500;
		font-size: 13px;
		text-transform: uppercase;
		color: #000000;
		min-width: 70px;
		cursor: pointer;
	}

}

/* фиксация страницы при активном фильтре */

.body-lock {
	position: fixed;
	overflow-y: scroll;
}

.filters-close__touch {
	height: 25px;
	margin-bottom: 10px;
}

.container:before,
.container:after {
	content: none;
}

/*кнопки на карточках товара*/
.btn-default--adapt {
	min-width: 150px;
	margin-bottom: 5px;
}

.btn-link--adapt {
	min-width: 150px;
}

@media(max-width: 550px) {

	.btn-default--adapt,
	.btn-link--adapt {
		font-size: 11px;
	}
}

/*ограничиваем название товаров на карточках по высоте*/

.title__wrapper {
	min-height: 72px;
}

/*удаляем выделение пункта меню Главная, при нахождении в корзине*/
.nav__link.delRed {
	font-weight: 400;
}

.nav__link.delRed:after {
	display: none;
}

/*выделяем иконки профиля и корзины при нахождении в данных разделах*/
.icons__svg.bag.active {
	fill: #b11621;
}

.icons__svg.prof.active {
	fill: #b11621;
}

div .profile {
	padding-bottom: 50px;
}