/* Увеличина ширина контейнера */
@media (min-width: 1400px) {
	.container {
		width: 1320px;
	}
}
@media (min-width: 1700px) {
	.container {
		width: 1480px;
	}
}
@media (min-width: 1920px) {
	.container {
		width: 1620px;
	}
}
.message_error {
	background-color: #C33;
	color: #FFF;
}
.RUB {
	font-family: 'PT Sans', serif;
	/*Для знака рубля*/
}
/*......................................................................................................................*/
/* ФИЛЬТР АВТОЗАПЧАСТЕЙ */
.slider_ranges input {
	text-align: center;
}
#filter_position,
#filter_position label {
	font-size: 13px;
}
#filter_position .slider_container {
	padding: 0px 10px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	#filter_position,
	#filter_position label {
		font-size: 11px;
	}
	#filter_position .slider_container {
		padding: 0px;
	}
	#products_table_mode_select {
		font-size: 11px;
		padding: 2px;
	}
}
/*......................................................................................................................*/
/* ТАБЛИЦА НАЙДЕННЫХ АВТОЗАПЧАСТЕЙ */
#all_table_products {
	width: 100%;
	font-size: 13px;
	color: #555;
	line-height: 1.2em;
	word-break: break-all;
}
#all_table_products .head {
	font-size: 12px;
	color: #333;
	background-color: #f8f5f0;
	font-weight: bold;
	border-bottom: 2px solid #e7b035;
	line-height: 30px;
}
#all_table_products>thead>tr {
	background: #eee;
	border-bottom: 1px solid #ddd;
	vertical-align: bottom;
	margin-bottom: 5px;
}
#all_table_products>thead>tr>th {
	white-space: nowrap;
	padding: 10px 7px;
	background: none;
	cursor: default;
}
#all_table_products>tbody>tr>td {
	padding: 0px 5px;
}
#all_table_products .td_add_to_cart .fa-plus,
#all_table_products .td_add_to_cart .fa-minus {
	color: #6f6f6f;
}
#all_table_products .td_add_to_cart .fa-plus:hover,
#all_table_products .td_add_to_cart .fa-minus:hover {
	color: #000;
}
#all_table_products .th_manufacturer,
#all_table_products .th_article,
#all_table_products .th_name,
#all_table_products .th_exist,
#all_table_products .th_time_to_exe,
#all_table_products .th_price {
	cursor: pointer;
}
#all_table_products .td_exist>span,
#all_table_products .td_time_to_exe>span {
	display: inline-block;
	border-bottom: 1px dotted;
	cursor: pointer;
}
#all_table_products .td_time_to_exe {
	line-height: 2.1em;
}
.td_manufacturer,
.td_article,
.td_exist,
.td_time_to_exe,
.td_price {
	white-space: nowrap;
}
.info_box {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 4px 2px;
	display: block;
	border-radius: 3px;
	white-space: nowrap;
	text-align: left;
}
.info_box a {
	margin: 0px 3px;
}
/* МОБИЛЬНОЕ ОТОБРАЖЕНИЕ ДАННЫХ */
@media screen and (max-width: 767px) {
	.show_hide_button {
		position: absolute;
		right: 15px;
		top: 30px;
	}
	#all_table_products .th_article,
	#all_table_products .th_name,
	#all_table_products .th_info,
	#all_table_products .th_add_to_cart,
	#all_table_products .th_color {
		display: none;
	}
	#all_table_products .products_table_block_caption {
		display: block;
		text-align: center;
		line-height: 1.4em;
	}
	#all_table_products .th_manufacturer:before {
		content: 'Сортировать:';
		font-weight: bold;
		color: #000;
		display: block;
		margin-bottom: 2px;
	}
	#all_table_products,
	#all_table_products>thead,
	#all_table_products>tbody,
	#all_table_products>thead>tr,
	#all_table_products>tbody>tr {
		display: block;
		overflow: hidden;
		width: 100%;
	}
	#all_table_products>tbody>tr {
		text-align: right;
		position: relative;
		overflow: hidden;
	}
	#all_table_products>thead>tr>th,
	#all_table_products>tbody>tr>td {
		display: inline-block;
		padding: 5px;
	}
	#all_table_products>tbody>tr>td {
		padding: 0px;
	}
	#all_table_products .td_manufacturer,
	#all_table_products .td_article {
		float: left;
		padding-right: 15px;
	}
	#all_table_products .td_manufacturer,
	#all_table_products .td_article,
	#all_table_products .td_name {
		border: none;
	}
	#all_table_products .td_name {
		clear: both;
		text-align: left;
	}
	#all_table_products .td_name>span {
		display: block;
		border-bottom: 1px solid #ddd;
		margin-bottom: 5px;
	}
	#all_table_products .td_name {
		display: block;
		color: #7d7d7d;
	}
	#all_table_products .td_price:after {
		content: "";
		display: block;
	}
	#all_table_products .td_price {
		font-weight: bold;
	}
	#all_table_products .td_color {
		width: 5px;
		padding: 0;
		height: 50px;
	}
	#all_table_products .td_exist {
		width: 50px;
	}
	#all_table_products .td_time_to_exe {
		width: 80px;
		text-align: center;
	}
	#all_table_products .td_price {
		width: 75px;
		padding-left: 0;
		text-align: center;
		color: #000;
	}
	#all_table_products .td_add_to_cart {
		width: 60px;
	}
	.td_manufacturer,
	.td_article {
		color: #000;
		font-weight: bold;
	}
	.td_manufacturer>span,
	.td_article>a {
		margin-top: 30px;
		display: inline-block;
	}
	#all_table_products .next_page_box {
		display: block;
	}
}
/* ОБЫЧНОЕ ОТОБРАЖЕНИЕ ДАННЫХ */
@media screen and (min-width: 768px) {
	#all_table_products>tbody>tr>td,
	#all_table_products>thead>tr>th {
		padding: 5px;
	}
	#all_table_products .td_color,
	#all_table_products .th_color {
		padding: 2px;
	}
	#all_table_products>tbody>tr>td {
		border-top: 1px solid #ddd;
	}
	.th_name {
		width: 100%;
	}
	.th_info {
		text-align: center;
	}
	.td_name span {
		cursor: help;
	}
	.th_exist,
	.td_exist {
		text-align: right;
	}
	.th_time_to_exe,
	.td_time_to_exe {
		text-align: center;
	}
	.th_price,
	.td_price {
		text-align: center;
	}
	.td_price {
		color: #000;
		font-weight: bold;
	}
	.td_manufacturer span {
		cursor: help;
	}
	.td_manufacturer,
	.td_article {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 150px;
	}
	#all_table_products .td_add_to_cart {
		padding: 2px 5px;
	}
	#all_table_products .td_info {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#all_table_products .hide_row .td_manufacturer,
	#all_table_products .hide_row .td_article,
	#all_table_products .hide_row .td_name {
		border: none;
	}
	.show_hide_button {
		position: absolute;
	}
}
/*Стиль для кнопки корзины*/
.body>.basket>span,
.body>.basket>A>span {
	cursor: pointer;
	display: inline-block;
	background-size: contain;
	margin: 2px;
	font-size: 22px;
}
/*Пиктограммы колонки Инфо*/
.body>.info>span,
.body>.info>A>span {
	cursor: pointer;
	display: inline-block;
	background-size: contain;
	margin: 2px;
	font-size: 15px;
}
.body>.info>A>span>span
/*Строка "В закладках"*/
	{
	display: none;
}
/*Название блока*/
.products_table_block_caption {
	padding: 4px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #e7b035;
}
/*Кнопка Показать/Скрыть*/
.show_hide_button>span {
	display: inline-block;
	border-bottom: 1px dotted #58af4f;
	color: #58af4f;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	font-size: 11px;
	top: -2px;
}
#sb-site {
	min-height: auto !important;
}
#sb-site .boxed>.container {
	min-height: 580px;
}
.no-auth select,
.login-input select {
	border-radius: 0 !important;
}
.no-auth .fa-phone,
.login-input .fa-phone {
	padding-left: 3px;
}
body {
	min-width: 240px;
	margin: 0px;
	background: #fff;
	color: #222;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}
#sb-site,
.boxed {
	background: #fff;
}
a {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.breadcrumb {
	position: relative !important;
	text-align: right;
	float: right;
}
@media (max-width: 500px) {
	.main-header .breadcrumb {
		display: block !important;
	}
}
#back-top a {
	bottom: 55px;
}
/*Стили для блоков Ucats на главной странице*/
/*---------------------------------------------------------------------*/
/*Скроем левое меню каталога товаров на страницах ucats каталога*/
#left_col #group_fields+script+#cssmenu {
	display: none;
}
/*все блоки*/
.new-cat-block {
	padding: 11px;
}
/*все блоки*/
.ucats-h-1,
.ucats-h-2 {
	display: block;
	border: 1px solid #AAA;
	border-radius: 1px;
	position: relative;
}
/*одинарная высота*/
.ucats-h-1 {
	height: 170px;
}
/*двойная высота*/
.ucats-h-2 {
	height: 417px;
}
/*картинка*/
.new-cat-block>a {
	position: relative;
	overflow: hidden;
}
.new-cat-block>a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 38px;
	right: 0;
	z-index: 1;
	background-size: contain;
	background-position: center bottom;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: 0.5s;
}
.new-cat-block>a:hover:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.2s;
}
/*текстовая строка в блоках*/
.new-cat-block-text {
	position: absolute;
	z-index: 2;
	font-size: 18px;
	bottom: 0px;
	left: 0px;
	right: 0;
	padding: 7px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/*---------------------------------------------------------------------*/
/*Далее конкретные блоки*/
.new-cat-block-to:before {
	background: #fff url('/templates/nero/assets/images/ucats/to.jpg') no-repeat;
}
.new-cat-block-oil:before {
	background: #fff url('/templates/nero/assets/images/ucats/oil.jpg') no-repeat;
}
.new-cat-block-akb:before {
	background: #fff url('/templates/nero/assets/images/ucats/akb.jpg') no-repeat;
}
.new-cat-block-tires:before {
	background: #fff url('/templates/nero/assets/images/ucats/tires.jpg') no-repeat;
}
.new-cat-block-disks:before {
	background: #fff url('/templates/nero/assets/images/ucats/disks.jpg') no-repeat;
}
.new-cat-block-accessories:before {
	background: #fff url('/templates/nero/assets/images/ucats/accessories.jpg') no-repeat;
}
.new-cat-block-bolts:before {
	background: #fff url('/templates/nero/assets/images/ucats/bolts.jpg') no-repeat;
}
.new-cat-block-caps:before {
	background: #fff url('/templates/nero/assets/images/ucats/caps.jpg') no-repeat;
}
/*---------------------------------------------------------------------*/
.bs-glyphicons-list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #777;
}
.bs-glyphicons-list>li>a:hover {
	text-decoration: none;
	color: #FFF;
}
/*Обозначение цены*/
/*Для знака рубля*/
.RUB {
	/*font-family: 'PT Sans', serif;*/
	font-family: 'Roboto', sans-serif;
}
.main-header {
	margin-bottom: 20px !important;
}
.fa-cart-with-products {
	background-color: #0F0;
}
/*БЛОК ДЛЯ ФИЛЬТРОВ КАТАЛОГА - СТИЛИ ДЛЯ ФОНА*/
.side_properties_widgets_div {
	border: 1px solid #DDD;
	background-color: #f9f9f9;
	width: 100%;
	margin-bottom: 10px;
}
.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_gplus .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_blogger .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_delicious .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_digg .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_reddit .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_evernote .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_linkedin .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_lj .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_pocket .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_qzone .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_renren .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_sinaWeibo .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_surfingbird .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_tencentWeibo .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_tumblr .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_viber .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon {
	background-size: 100%;
	width: 48px;
	height: 48px;
}
.ya-share2__badge {
	margin-top: 5px;
}
/*КАТАЛОГИ UCATS*/
/*----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {
	/*Блоки каталогов*/
	.ucats_product_block {
		position: relative;
		display: inline-block;
		width: 300px;
		height: 210px;
		margin-left: 5px;
	}
	.ucats_product_block:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}
	.ucats_product_block>.product_img {
		position: absolute;
		left: 7px;
		top: 7px;
		max-height: 190px;
		max-width: 100px;
	}
	.ucats_product_block>.manufacturer {
		position: absolute;
		left: 110px;
		top: 7px;
		font-size: 20px;
		color: #337ab7;
	}
	.ucats_product_block>.article {
		position: absolute;
		left: 110px;
		top: 30px;
		font-size: 14px;
		color: #337ab7;
		border: 1px solid #337ab7;
		border-radius: 5px;
		padding: 5px 35px 5px 5px;
		background-image: url('/content/files/images/icons/search_337ab7.png');
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.ucats_product_block>.article:hover {
		border: 1px solid #075293;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	}
	.ucats_product_block>.characteristics {
		position: absolute;
		left: 110px;
		top: 57px;
		font-size: 14px;
		color: #555;
		font-weight: bold;
		padding: 7px;
	}
	.ucats_product_block>.composition {
		position: absolute;
		left: 110px;
		top: 80px;
		font-size: 14px;
		color: #000;
		padding: 4px;
	}
	.ucats_product_block>.name_product {
		position: absolute;
		left: 110px;
		top: 110px;
		font-size: 14px;
		line-height: 16px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
	.ucats_product_block>.name_product_top {
		position: absolute;
		left: 110px;
		top: 60px;
		font-size: 14px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
	.ucats_product_block>.product_page_button {
		position: absolute;
		right: 7px;
		bottom: 7px;
		font-size: 14px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
}
@media screen and (min-width: 500px) and (max-width: 1200px) {
	/*Блоки каталогов*/
	.ucats_product_block {
		position: relative;
		display: inline-block;
		width: 350px;
		height: 210px;
		margin-left: 5px;
	}
	.ucats_product_block:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}
	.ucats_product_block>.product_img {
		position: absolute;
		left: 7px;
		top: 7px;
		max-height: 190px;
		max-width: 150px;
	}
	.ucats_product_block>.manufacturer {
		position: absolute;
		left: 160px;
		top: 7px;
		font-size: 20px;
		color: #337ab7;
	}
	.ucats_product_block>.article {
		position: absolute;
		left: 160px;
		top: 30px;
		font-size: 14px;
		color: #337ab7;
		border: 1px solid #337ab7;
		border-radius: 5px;
		padding: 5px 35px 5px 5px;
		background-image: url('/content/files/images/icons/search_337ab7.png');
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.ucats_product_block>.article:hover {
		border: 1px solid #075293;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	}
	.ucats_product_block>.characteristics {
		position: absolute;
		left: 160px;
		top: 57px;
		font-size: 14px;
		color: #555;
		font-weight: bold;
		padding: 7px;
	}
	.ucats_product_block>.composition {
		position: absolute;
		left: 160px;
		top: 80px;
		font-size: 14px;
		color: #000;
		padding: 4px;
	}
	.ucats_product_block>.name_product {
		position: absolute;
		left: 160px;
		top: 110px;
		font-size: 14px;
		line-height: 16px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
	.ucats_product_block>.name_product_top {
		position: absolute;
		left: 160px;
		top: 60px;
		font-size: 14px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
	.ucats_product_block>.product_page_button {
		position: absolute;
		right: 7px;
		bottom: 7px;
		font-size: 14px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
}
@media screen and (min-width: 1200px) {
	/*Блоки каталогов*/
	.ucats_product_block {
		position: relative;
		display: inline-block;
		width: 400px;
		height: 210px;
		margin-left: 5px;
	}
	.ucats_product_block:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}
	.ucats_product_block>.product_img {
		position: absolute;
		left: 7px;
		top: 7px;
		max-height: 190px;
		max-width: 150px;
	}
	.ucats_product_block>.manufacturer {
		position: absolute;
		left: 160px;
		top: 7px;
		font-size: 20px;
		color: #337ab7;
	}
	.ucats_product_block>.article {
		position: absolute;
		left: 160px;
		top: 30px;
		font-size: 14px;
		color: #337ab7;
		border: 1px solid #337ab7;
		border-radius: 5px;
		padding: 5px 35px 5px 5px;
		background-image: url('/content/files/images/icons/search_337ab7.png');
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.ucats_product_block>.article:hover {
		border: 1px solid #075293;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	}
	.ucats_product_block>.characteristics {
		position: absolute;
		left: 160px;
		top: 57px;
		font-size: 14px;
		color: #555;
		font-weight: bold;
		padding: 7px;
	}
	.ucats_product_block>.composition {
		position: absolute;
		left: 160px;
		top: 80px;
		font-size: 14px;
		color: #000;
		padding: 4px;
	}
	.ucats_product_block>.name_product {
		position: absolute;
		left: 160px;
		top: 110px;
		font-size: 14px;
		line-height: 16px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
	.ucats_product_block>.name_product_top {
		position: absolute;
		left: 160px;
		top: 60px;
		font-size: 14px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
	.ucats_product_block>.product_page_button {
		position: absolute;
		right: 7px;
		bottom: 7px;
		font-size: 14px;
		color: #000;
		padding: 4px;
		text-align: left;
	}
}
/*Переключатели страниц*/
.pages_selector {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	/*
	background: #f2f5f6;
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	*/
}
.current_page {
	color: #FFF;
	background-color: #337ab7 !important;
}
/*Страница одного товара*/
.ucats_product {
	position: relative;
}
.ucats_product>.product_image,
.ucats_product>.product_info {
	position: absolute;
}
.ucats_product>.product_image {
	top: 20px;
	right: 40px;
}
.ucats_product>.product_info {
	top: 20px;
	left: 0;
}
.ucats_product>.product_info>p {
	font-size: 14px;
	color: #555;
}
.ucats_product>.product_info>h3 {}
.ucats_product>.product_info>.article {
	font-size: 14px;
	color: #337ab7;
	border: 1px solid #337ab7;
	border-radius: 5px;
	padding: 5px 27px 5px 5px;
	background-image: url('/content/files/images/icons/search_337ab7.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ucats_product>.product_info>.article:hover {
	border: 1px solid #075293;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
/*СТИЛИ ДЛЯ РАСШИРЕНИЯ BOOTSTRAP - 5 КОЛОНОК*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}
/*Таблица сравнений товаров*/
.table-nonfluid {
	width: auto !important;
}
.table-nonfluid td {
	width: 220px;
}
.table-nonfluid th {
	padding: 0 !important;
}
.table-nonfluid tbody {}
/*ПАНЕЛЬ С КОРЗИНОЙ, ЗАКЛАДКАМИ И СРАВНЕНИЕМ*/
.bottom-border {
	height: 35px;
}
.bottom-ul>li {
	height: 35px;
	position: relative;
}
.bottom-ul>li>a:hover {
	background-color: #222;
	color: #AAA;
}
.bottom-ul>li>a {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-fixed-bottom {
	background-color: #333;
	border-top: 1px solid #444;
	min-height: 35px;
	max-height: 35px;
}
.container-fluid {
	margin: 0 30px;
}
.bottom-ul:last-child {
	border-right: 1px solid #444;
}
.bottom-ul>li {
	border-left: 1px solid #444;
}
.bottom-button {
	margin-top: 6px;
	margin-right: 8px;
	padding-top: 0;
	height: 25px;
	line-height: 25px;
}
.bottom-icon,
.bottom-label {
	color: #AAA;
}
#cart_items_sum {
	color: #AAA;
}
/*Указатель добавления в корзину, добавлени в закладки и сравнения*/
#mark_popup_added,
#mark_bookmarks_popup_added {
	position: absolute;
	bottom: 40px;
	left: 60px;
	color: #FFF;
	width: 100px;
	height: 30px;
	line-height: 30px;
	z-index: 9999999999999;
	text-align: center;
}
#mark_compare_popup_added {
	position: absolute;
	bottom: 40px;
	left: 75px;
	/*Отличается от Корзины и Закладок*/
	color: #FFF;
	width: 100px;
	height: 30px;
	line-height: 30px;
	z-index: 9999999999999;
	text-align: center;
}
#mark_popup_added:before,
#mark_bookmarks_popup_added:before,
#mark_compare_popup_added:before {
	content: '';
	position: absolute;
	left: 35px;
	bottom: -10px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top-style: solid;
	border-top-width: 15px;
	border-top-color: inherit;
	z-index: 99999999999999;
}
@media (max-width: 768px) {
	.container-fluid {
		margin: 0 15px;
	}
	.bottom-ul {
		margin-top: 0;
		margin-right: -15px;
		margin-bottom: 0;
		margin-left: -15px;
	}
	.bottom-ul>li {
		width: 30%;
		display: inline-block;
	}
	.bottom-ul>li>a {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
		white-space: nowrap;
	}
	/*Указатель добавления в корзину, добавлени в закладки и сравнения*/
	#mark_popup_added,
	#mark_bookmarks_popup_added,
	#mark_compare_popup_added {
		bottom: 40px;
		left: 10px;
	}
	#mark_popup_added:before,
	#mark_bookmarks_popup_added:before,
	#mark_compare_popup_added:before {
		content: '';
		position: absolute;
		left: 12px;
		bottom: -10px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top-style: solid;
		border-top-width: 15px;
		border-top-color: inherit;
		z-index: 99999999999999;
	}
}
/*Форма с публикацией отзыва*/
.evaluations_mark i {
	font-size: 25px;
}
.evaluations_mark i:hover {
	color: #AAA;
	cursor: pointer;
}
/*Для страницы одного товара - варианты исполнения*/
.product-option-message {
	margin-bottom: 0 !important;
}
.product-option-variant {
	display: block;
	margin-bottom: 5px;
}
/*Стили для блока поисковых табов на главной странице*/
/*Пояснение - вверху каждого таба*/
.search_tab_clar {}
/*ul столбика с автомобилями*/
.search_tab_car_ul {
	display: inline-block !important;
	list-style-type: none !important;
	vertical-align: top;
}
/*div для буквы автомобиля*/
.search_tab_car_letter {
	display: inline-block !important;
	width: 25px !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
/*div для названия автомобиля*/
.search_tab_car_caption {
	display: inline-block !important;
}
.search_tab_car_caption>A {
	color: unset !important;
	text-decoration: none !important;
}
.search_tab_car_caption>A:hover {
	text-decoration: underline !important;
}
/*Стиль для одного каталога выбранной марки*/
.search_tab_car_catalogue {
	margin: 20px;
}
.search_tab_car_catalogue>A {
	color: unset !important;
	text-decoration: none;
}
.search_tab_car_catalogue>A:hover {
	text-decoration: underline;
}
/*Ссылка для возвращения к отображению марок автомобилей*/
.search_tab_car_catalogue_back {}
.search_tab_car_catalogue_back:hover {
	text-decoration: underline;
}
/*START МОДАЛЬНОЕ ОКНО*/
.geo-modal-content__title {
	position: relative;
	padding-right: 60px;
	text-align: left;
}
.geo-modal-content__close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	background: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	color: #444;
	text-decoration: none;
	font-weight: 400;
	z-index: 999999;
	opacity: 0.8;
	text-decoration: none;
}
.geo-modal-content__close:hover {
	background: inherit;
	opacity: 1;
}
.geo-modal-content__search {
	width: 100%;
	margin-top: 15px;
	position: relative;
	box-sizing: border-box;
}
.geo-modal-content__search .input-block__field {
	display: block;
	width: 100%;
	height: 40px;
	padding: 7px 30px 8px;
	border-radius: 8px !important;
	border: 2px solid #E3E4E5;
	font-size: 14px;
	line-height: 18px;
	color: #232428;
	resize: none;
	transition: border-color .3s ease;
	letter-spacing: -.1px;
	font-weight: 400;
}
.geo-modal-content__search .input-block__clear {
	display: inline-block;
	border: none;
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	padding: 0;
	outline: 0;
	right: 12px;
	top: 14px;
	width: 20px;
	height: 20px;
	background-image: url('/content/files/images/icons/clear.svg');
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}
.geo-modal-content__search:before {
	content: '';
	position: absolute;
	height: 20px;
	z-index: 2;
	background-repeat: no-repeat;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 20px;
	background-image: url('/content/files/images/icons/dark-search.svg');
	background-size: 100% 100%;
}
.geo-modal-content__search .input-block__field:focus {
	border-color: #FBDE4B;
}
.input-block__field:not(:invalid):not(:placeholder-shown)~.input-block__clear {
	opacity: 1;
	pointer-events: auto;
}
/*END МОДАЛЬНОЕ ОКНО*/
/* Модуль гео позиции */
.geo_point_wrap {
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 7px 10px;
	color: #000;
	text-decoration: none;
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 0 0 1px #ffffff;
	-moz-box-shadow: inset 0 0 1px #ffffff;
	box-shadow: inset 0 0 1px #ffffff;
	border: solid 1px #e3e6e8;
	border-top: 0;
}
.customer_city {
	text-align: left;
	cursor: pointer;
}
.customer_city>i {
	font-size: 13px;
}
.customer_city_name {
	color: #0449d8;
	border-bottom: 1px dashed #0449d8;
}
.customer_city_notify {
	margin-top: 5px;
	display: block;
	max-width: 200px;
	width: 100%;
	font-size: 12px;
	opacity: 0.6;
	line-height: 1.3;
}
.geo_list {
	text-align: left;
	max-height: 400px;
	overflow: auto;
}
.geo_top_level {
	color: #313131;
	border-bottom: 1px dotted #313131;
	font-weight: bold;
	font-size: 22px;
	padding: 4px;
}
.geo_second_level {
	color: #313131;
	border-bottom: 1px dotted #313131;
	font-size: 20px;
	padding: 4px;
}
.geo_default_level {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 1.2;
	cursor: pointer;
}
.geo-modal-content .geo_list {
	margin-top: 15px;
}
.geo-modal-content .geo_top_level_list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	list-style: none;
	padding-left: 4px;
	margin-bottom: 20px;
}
.geo-modal-content .geo_top_level {
	border: 0;
	font-size: 18px;
	padding: 0;
	margin-bottom: 6px;
}
.geo-modal-content .geo_second_level {
	border: 0;
	font-size: 16px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 2px;
}
.geo-modal-content .geo_second_level.geo-hidden {
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	pointer-events: none;
}
.geo-modal-content .geo_second_level_list {
	padding-left: 5px;
	list-style: none;
}
.geo-modal-content.small-list {
	max-width: 400px;
}
.geo-modal-content.medium-list .geo_top_level_list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.geo-modal-content.large-list .geo_top_level_list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
/*END Модуль гео позиции */
/*Стили для блока поделиться с друзьями*/
.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
	top: auto !important;
	left: auto !important;
	right: -146px !important;
	bottom: 50px !important;
}
.ya-share2__container_size_m .ya-share2__popup_direction_bottom:before {
	content: 'Поделиться с друзьями:';
	white-space: nowrap;
	display: block;
	font-weight: bold;
}
.ya-share2__container_size_m .ya-share2__icon_more:before {
	font-size: 18px;
	line-height: 24px;
	content: "\f0c1";
	font-family: FontAwesome;
	color: #ff482b;
	left: 0;
	right: 0;
	top: 5px;
	bottom: 0;
	position: absolute;
	text-align: center;
}
.ya-share2__icon_more,
.ya-share2__icon_total-counter {
	border: 1px solid #ccc;
}
.ya-share2__icon {
	width: 35px !important;
	height: 35px !important;
}
.col-lg-12 {
	min-height: 0px;
}
/* Категории товаров в виде плитки */
.new-cat-block-catalog {
	position: relative;
	overflow: hidden;
}
.new-cat-block-catalog .new-cat-block-catalog-img {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 45px;
	right: 15px;
	z-index: 1;
	background-position: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: 0.5s;
	/* Черно-белое изображение */
	/*-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);*/
}
.new-cat-block-catalog:hover .new-cat-block-catalog-img {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 45px;
	right: 15px;
	z-index: 1;
	background-position: center;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.2s;
	/* Черно-белое изображение */
	/*-webkit-filter: grayscale(0);
	filter: none;
	filter: grayscale(0);*/
}
/* END */
/* ======================================================================================== */
body {
	color: #555;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
@media (max-width: 350px) {
	.mobile-box-phone {
		display: none;
	}
}
@media (max-width: 767px) {
	.nav-tabs .input-group>input[type="text"] {
		height: 40px;
		position: relative;
		z-index: 3;
		border-radius: 4px !important;
		width: 100%;
		display: block;
		float: none;
	}
	.tab-content .input-group-btn:last-child>.btn,
	.input-group-btn:last-child>.btn-group {
		z-index: 2;
		margin-left: initial;
	}
}
/* ***************************************************************************************************** */
/* Блок слайдера и плитки каталога подбора */
.tile_box {
	padding: 19px;
}
.tile_box>div {
	padding: 11px;
}
.new-cat-block {}
.slider-line {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tile-line-box {
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.slider-line .tile-line .tile {
	display: block;
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	color: #555;
	margin-top: 0px;
	height: 150px;
	position: relative;
	line-height: 150px;
	text-align: center;
	background-position: center 0px;
	background-size: auto 110px;
}
.slider-line .tile-line .tile .tile-text {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
	vertical-align: bottom;
	padding-bottom: 13px;
}
.slider-line .tile-line .tile-img-3 {
	background: #fff url("../images/ucats/tires.svg") no-repeat;
}
.slider-line .tile-line .tile-img-4 {
	background: #fff url("../images/ucats/disks.svg") no-repeat;
}
.slider-line .tile-line .tile-img-5 {
	background: #fff url("../images/ucats/accessories.svg") no-repeat;
}
.slider-line .tile-line .tile-img-6 {
	background: #fff url("../images/ucats/oil.svg") no-repeat;
}
.slider-line .tile-line .tile-img-7 {
	background: #fff url("../images/ucats/akb.svg") no-repeat;
}
.slider-line .tile-line .tile-img-8 {
	background: #fff url("../images/ucats/caps.svg") no-repeat;
}
.slider-line .tile-line .tile-img-9 {
	background: #fff url("../images/ucats/bolts.svg") no-repeat;
}
.slider-line .tile-line .tile-img-10 {
	background: #fff url("../images/ucats/to.svg") no-repeat;
}
.slider-line .tile-line .tile-img-11 {
	background: #fff url("../images/11.jpg") no-repeat;
}
.slider-line .tile-line .tile {
	background-position: center 0px;
	background-size: auto 110px;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.slider-line .tile-line .tile:hover {
	background-size: auto 118px;
}
@media (max-width: 767px) {
	.slider-line .tile-line .tile .tile-text {
		font-size: 14px;
	}
}
/* END - Блок слайдера и плитки каталога подбора */
/* ***************************************************************************************************** */
/* ***************************************************************************************************** */
/* Блок плиток каталога товаров */
.section-title {
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 5px;
	margin-top: 34px;
	color: #555;
	font-weight: 500;
	font-size: 1.8em;
}
.section-title:before {
	display: none;
}
.section-title:first-letter {
	color: #555;
}
.new-cat-block-catalog {
	display: block;
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	color: #555;
	margin-top: 0px;
	height: 150px;
	position: relative;
	line-height: 150px;
	text-align: center;
	background-position: center 15px;
}
.new-cat-block-catalog .new-cat-block-catalog-img {
	top: 15px;
	bottom: 45px;
}
.new-cat-block-catalog .new-cat-block-text {
	display: inline-block;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	vertical-align: bottom;
	padding-bottom: 13px;
	position: relative;
	color: #555;
	background: #fff;
	bottom: 2px;
	padding-top: 2px;
}
.sidebar-nav li a {
	display: block;
	padding: 0;
	color: #555;
	text-decoration: none;
	border-left: solid 3px #555;
	background-color: #f9f9f9;
	position: relative;
}
.sidebar-nav li a span {
	border-bottom: 1px solid #efe9e9;
	display: block;
	padding: 5px 15px;
	font-weight: 500;
}
.sidebar-nav .has-sub>a:after {
	margin-top: 3px;
	font-weight: 600;
	padding: 2px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar-nav .has-sub>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 1.2em;
	float: right;
}
@media (max-width: 767px) {
	.new-cat-block-text {
		font-size: 14px;
	}
}
/* END - Блок плиток каталога товаров */
/* ***************************************************************************************************** */
/* ***************************************************************************************************** */
/* ***************************************************************************************************** */
/* Tabs */
.nav-tabs {
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	line-height: 0;
	overflow-y: hidden;
	overflow-x: auto;
	position: relative;
	z-index: 2;
	top: 1px;
}
.nav-tabs>li {
	font-weight: 500;
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid transparent;
}
.nav-tabs>li a {
	font-weight: 400;
	border-radius: 0px;
	border: none !important;
	color: inherit !important;
	cursor: pointer;
}
.nav-tabs li:hover {
	background: #f2f2f2;
	border-color: #e4e4e4;
}
.nav-tabs>li.active,
.nav-tabs>li.active:focus,
.nav-tabs>li.active:hover {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
.nav-tabs>li.active:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.nav-tabs+.tab-content {
	padding: 0;
	padding-top: 13px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-top: solid 1px #e4e4e4;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.nav-tabs:before {
		position: fixed;
		right: 15px;
		z-index: 3;
	}
}
.main_page .nav-tabs {
	margin-top: 30px;
}
.main_page .nav-tabs+.tab-content .search_tab_car_letter {
	color: #555;
}
.news_box {
	padding: 19px;
	margin-top: -9px;
	padding-top: 0px;
}
.news_box .col-sm-6 {
	padding: 11px;
}
.news_box .news_item_box .news_item_img {
	height: 150px;
	margin-bottom: 13px;
	text-align: center;
}
.news_box .news_item_box {
	border: 1px solid #e4e4e4;
	border-radius: 6px;
}
@media (max-width: 991px) {
	.news_box .news_item_box {
		border: 1px solid #e4e4e4;
		border-radius: 6px;
		color: #555;
		margin-bottom: 0px;
	}
	.news_box .col-sm-6:last-child .news_item_box {
		margin-bottom: 0px;
	}
}
.main-header .page-title {
	color: #555;
	font-weight: 400;
}
.main-header .breadcrumb {
	margin: 0;
	display: block;
	text-align: left;
	float: none;
	background: none;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0;
	padding-top: 1px;
	line-height: 12px;
	font-size: 12px;
}
.main-header .breadcrumb>li+li:before {
	position: relative;
	top: -1px;
}
label {
	font-weight: 500;
}
@media (min-width: 1200px) {
	.tab-content .search_tab_car_caption {
		padding: 4px 0px;
	}
	.tab-content .search_tab_car_ul:first-child {
		padding-left: 0;
	}
	.tab-content .search_tab_car_ul {
		padding-left: 60px;
		margin-bottom: 0px;
	}
}
/*
.navbar-fixed-bottom{display:none;}
@media (max-width: 768px){
	.navbar-fixed-bottom{
		display:block;
	}
}
*/
#footer-widgets,
#footer {
	border-color: #e4e4e4;
}
#footer-widgets {
	padding: 10px 0 30px 0;
}
#footer-widgets .footer_pay_box {
	background: #fff;
}
/* ***************************************************************************************************** */
@media (max-width: 767px) {
	.slider-line {
		padding-top: 0px;
	}
}
/* END - header box for mobile */
/* ***************************************************************************************************** */
@media (max-width: 991px) {
	.mainContainer img {
		max-width: 100%;
		height: auto;
	}
}
/* ***************************************************************************************************** */

/* ***************************************************************************************************** */
#products_area .info a {
	font-size: 12px;
	line-height: 1;
	color: #333;
	/*vertical-align: middle;*/
}
#products_area .info a .fa,
#products_area .info a .fas {
	line-height: 1;
}
.product-return-icon {
	font-size: 10px;
	padding: 0;
	margin: 0px 2px 0px;
	display: inline-block;
	min-width: 12px;
	text-align: center;
	height: 12px;
	position: relative;
}
.product-return-icon:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 14px;
	line-height: 5px;
	color: red;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 2px;
}
.product-return-icon-value {
	border: 1px solid #000;
	border-radius: 6px;
	font-size: 10px;
	padding: 0 3px;
	margin: 2px 3px;
	display: inline-block;
	min-width: 10px;
	text-align: center;
}
.product-return-icon-value.success {
	border-color: #58af4f;
	color: #58af4f;
}
/*.product-return-icon.error {*/
/*    border-color: #D72222;*/
/*    color: #D72222;*/
/*}*/
.product-return-icon.success:after {
	/*background: url('data:image/svg+xml;utf8, <svg width="512" height="512" xmlns="http://www.w3.org/2000/svg" class="svg-inline--fa fa-reply fa-w-16"><g><title>background</title><rect fill="none" id="canvas_background" height="733.431599" width="733.431599" y="-1" x="-1"/></g><g><title>Layer 1</title><path stroke="%23000000" id="svg_1" d="m8.309,189.836l176.004,-151.985c15.406,-13.305 39.687,-2.504 39.687,18.164l0,80.053c160.629,1.839 288,34.032 288,186.258c0,61.441 -39.581,122.309 -83.333,154.132c-13.653,9.931 -33.111,-2.533 -28.077,-18.631c45.344,-145.012 -21.507,-183.51 -176.59,-185.742l0,87.915c0,20.7 -24.3,31.453 -39.687,18.164l-176.004,-152c-11.071,-9.562 -11.086,-26.753 0,-36.328z" fill="%23007f00"/><line stroke-linecap="null" stroke-linejoin="null" id="svg_2" y2="114.356858" x2="101.483866" y1="35.002017" x1="1.483863" stroke-opacity="null" stroke-width="null" stroke="null" fill="none"/></g></svg>');*/
	background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="arrows-exchange" x="0" y="0" viewBox="0 0 16.2 17.6" xml:space="preserve"><path fill="%2382B01A" class="abust1" d="M.1 13.6c.1 0 .2-.1.2-.1 1-.5 2-1.1 3-1.6s1.9-1.1 2.9-1.6c.3-.2.7-.4 1-.5.1 0 .1-.1.2-.1v2.1c0 .2 0 .2.2.2 1.6 0 3.2-.2 4.7-.8 1.3-.5 2.5-1.2 3.5-2.2l.2-.2c0-.1.1-.1.2-.2v.3c0 .3-.1.7-.2 1-.1.6-.4 1.1-.7 1.6-.3.4-.6.8-1 1.2-.5.4-1 .8-1.5 1-.4.2-.9.4-1.3.6s-.8.3-1.2.4c-.3.1-.7.1-1 .2-.4.1-.8.1-1.2.2-.2 0-.4 0-.6.1-.1 0-.1.1-.1.1v2.4L.1 13.6zM16.1 4.2c-.1 0-.1.1-.2.1l-3 1.7c-1 .6-1.9 1.1-2.9 1.7-.3.2-.7.4-1 .6-.1 0-.1.1-.2.1V6.2c0-.2 0-.2-.2-.2-1.6 0-3.2.3-4.7.8-1.3.5-2.5 1.3-3.5 2.3l-.2.2c0 .1-.1.1-.2.2v-.3c0-.4.1-.7.2-1 .1-.6.4-1.2.7-1.7.3-.5.6-.9 1-1.2.5-.4 1-.8 1.5-1.1.4-.2.9-.4 1.3-.6s.8-.3 1.2-.4c.3-.1.7-.2 1-.2.4-.1.8-.1 1.2-.2.2 0 .4 0 .6-.1.1 0 .1-.1.1-.1V.1l7.3 4.1z"></path></svg>');
	background-size: 12px 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.product-return-icon.error:after {
	/*background: url('data:image/svg+xml;utf8, <svg width="512" height="512" xmlns="http://www.w3.org/2000/svg" class="svg-inline--fa fa-reply fa-w-16"><g><title>background</title><rect x="-1" y="-1" width="514" height="514" id="canvas_background" fill="none"/></g><g><title>Layer 1</title><path fill="%23ff0000" d="m8.309,189.836l176.004,-151.985c15.406,-13.305 39.687,-2.504 39.687,18.164l0,80.053c160.629,1.839 288,34.032 288,186.258c0,61.441 -39.581,122.309 -83.333,154.132c-13.653,9.931 -33.111,-2.533 -28.077,-18.631c45.344,-145.012 -21.507,-183.51 -176.59,-185.742l0,87.915c0,20.7 -24.3,31.453 -39.687,18.164l-176.004,-152c-11.071,-9.562 -11.086,-26.753 0,-36.328z" id="svg_1" stroke="%23000000"/><line fill="none" stroke="null" stroke-width="null" stroke-opacity="null" x1="1.483863" y1="35.002017" x2="101.483866" y2="114.356858" id="svg_2" stroke-linejoin="null" stroke-linecap="null"/></g></svg>');*/
	background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="arrows-exchange" x="0" y="0" viewBox="0 0 16.2 17.6" xml:space="preserve"><path fill="%23FF3359" class="abust1" d="M.1 13.6c.1 0 .2-.1.2-.1 1-.5 2-1.1 3-1.6s1.9-1.1 2.9-1.6c.3-.2.7-.4 1-.5.1 0 .1-.1.2-.1v2.1c0 .2 0 .2.2.2 1.6 0 3.2-.2 4.7-.8 1.3-.5 2.5-1.2 3.5-2.2l.2-.2c0-.1.1-.1.2-.2v.3c0 .3-.1.7-.2 1-.1.6-.4 1.1-.7 1.6-.3.4-.6.8-1 1.2-.5.4-1 .8-1.5 1-.4.2-.9.4-1.3.6s-.8.3-1.2.4c-.3.1-.7.1-1 .2-.4.1-.8.1-1.2.2-.2 0-.4 0-.6.1-.1 0-.1.1-.1.1v2.4L.1 13.6zM16.1 4.2c-.1 0-.1.1-.2.1l-3 1.7c-1 .6-1.9 1.1-2.9 1.7-.3.2-.7.4-1 .6-.1 0-.1.1-.2.1V6.2c0-.2 0-.2-.2-.2-1.6 0-3.2.3-4.7.8-1.3.5-2.5 1.3-3.5 2.3l-.2.2c0 .1-.1.1-.2.2v-.3c0-.4.1-.7.2-1 .1-.6.4-1.2.7-1.7.3-.5.6-.9 1-1.2.5-.4 1-.8 1.5-1.1.4-.2.9-.4 1.3-.6s.8-.3 1.2-.4c.3-.1.7-.2 1-.2.4-.1.8-.1 1.2-.2.2 0 .4 0 .6-.1.1 0 .1-.1.1-.1V.1l7.3 4.1z"></path></svg>');
	background-size: 12px 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.body .info {
	padding: 4px 2px;
	text-align: left;
}
#products_area .info a {
	margin: 2px 3px;
	min-width: 10px;
	display: inline-block;
	text-align: center;
}
.filter-notifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 8px;
	line-height: 1.4;
}
.filter-notifications .product-return-notifications {
	margin-right: 10px;
	white-space: nowrap;
	margin-top: 2px;
}
.product-return-icon-tooltip {
	position: relative;
}
.product-return-icon-tooltip:before,
.product-return-icon-tooltip:after {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-return-icon-tooltip:before {
	position: absolute;
	white-space: initial;
	word-break: break-word;
	bottom: 6px;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 8px 10px 10px;
	width: 160px;
	border-radius: 2px;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0px 7px 25px rgba(47, 49, 64, 0.26);
	box-shadow: 0px 7px 25px rgba(47, 49, 64, 0.26);
	content: attr(data-tooltip);
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
}
.product-return-icon-tooltip:after {
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #fff;
	border-right: 6px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}
.product-return-icon:hover .product-return-icon-tooltip:before,
.product-return-icon:hover .product-return-icon-tooltip:after,
.product-return-icon-value:hover .product-return-icon-tooltip:before,
.product-return-icon-value:hover .product-return-icon-tooltip:after {
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#all_table_products>tbody>tr {
		overflow: visible !important;
	}
}