/* базовое оформление текста */
.text_color_red {
	color: #ff0002;
	font-weight: bold;
}
a.link_page {
	color: #393f3f;
	font-weight: bold;
	text-decoration: underline;
}
a.link_page:hover {
	text-decoration: none;
	color: #ff0002;
}
.page_italic {
	font-style: italic;
}
/* базовое оформление текста END */

/* fancybox gallery */
.items-img {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.items-img .item-img {
	width: 150px;
	margin-bottom: 15px;
}
.item-img .photo {
	width: 135px;
}
.box-button-img {
	margin-top: 15px;
}
/* fancybox gallery END */

.contact-phone .cp-wrapper a {
	font-size: 19px;
	padding: 0 20px 0 27px;
}
.contact-phone .cp-wrapper a:first-child:before {
	top: 3px;
	left: 6px;
	font-size: 16px;
}
.contact-phone .cp-wrapper:hover .box-phones {
	display: block;
}
.contact-phone .box-phones {
	display: none;
	border: 1px solid #d0cccc;
	position: absolute;
	background: #ffffff;
	z-index: 1;
}
.contact-phone .box-phones ul {
	padding: 7px 0 8px 0;
}
.content-wrapper .page_wrapper h2,
.content-wrapper .page_wrapper h3{
	text-align: left;
}
.brand_list_wrapper {
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.brand_list_item {
	margin-right: 20px;
	max-width: 130px;
}

.discount_banner_opt {
	font-size: 18px;
	background-color: #edc7af;
	width: 100%;
	padding: 12px;
	text-align: center;
	border-top: 1px solid #68707B;
	border-bottom: 1px solid #68707B;
	transition: 0.3s;
}
.fixed_discount .discount_banner_opt {
	position: fixed;
	z-index: 999;
	transition: 0.6s;
	top: 0;
}
.discount_banner_opt a {
	color: #ff0002;
}
.discount_banner_opt a:hover {
	text-decoration: underline;
}
.dws_faq {
	width: 80%;
	margin: 0 auto;
}

.dws_faq details {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.5em;
	margin-bottom: 1em;
}

.dws_faq summary {
	font-weight: bold;
	cursor: pointer;
}

.dws_faq details[open] {
	background-color: #eef;
}
.product-info .title h3 {
	word-wrap: break-word;
}

.sort_display {
	float: right;
}
.sort_display a.current {
	background-color: #ff0002;
}
.sort_display a, .sort_display a i {
	margin: 0px 0px 0px 8px;
	width: 35px;
	height: 35px;
	vertical-align: top;
	text-align: center;
	line-height: 20px;
	background: #f5f5f5;
	border-radius: 2px;
}
.sort_display a, .sort_display a i {
	display: inline-block;
	height: 22px;
	width: 25px;
}
.sort_display a i {
	background: url(/local/templates/dieselv2/img/svg/Display.svg) 0 0 no-repeat;
	vertical-align: middle;
}
.sort_display a.block i {
	margin: 0;
	background-position: 7px -13px;
}
.sort_display a.list i {
	margin: 0;
	background-position: -23px -13px;
}
.sort_display a.block.current i {
	margin: 0;
	background-position: 6px 5px;
}
.sort_display a.list.current i {
	margin: 0;
	background-position: -23px 5px;
}