/* FRONT TOP */

.productImage img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-height:200px;
    max-width:200px;
}


.manufacturer-image {
	 display:block;
    margin-left:auto;
    margin-right:auto;
    max-height:100px;
    max-width:100px;
}

.users_nav .fa {
	margin-right: 4px;
}

.menu_wrap.sticky {
	width:100% !important;
	border-bottom: 1px solid #e2e6e7;
}

/* FRONT MENU */

.h_bot_part {
	border-bottom: 1px solid #e2e6e7;
}

/* MAIN */

.page_content_offset {
	padding:20px 0;
}

.bg_scheme_color2 {
	background-color: #f58220;
	color: #fff;
}

.count {
	color: #fff;
}

body {
	background: #F9F8F8;
}

/* FRONT SIDEBAR */

#mainSidebar {
	background-color: #fff;
	border:1px solid #e2e6e7;
}

#mainSidebar figcaption {
	padding:10px;
	background-color: #f58220;
	text-align:center;
}

#mainSidebar figcaption h3 {
	color: #fff !important;
}

#mainSidebar .widget_content {
	padding:10px;
}

#mainSidebar #sidebarSelect {
	padding:10px;
}

#mainSidebar .titleSidebar {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding:6px 0;
}

#mainSidebar .form-group {
	margin-bottom: 15px;
}

.select2-search--dropdown .select2-search__field {
	padding: 0 !important;
}

.widget figcaption {
	padding:10px 0;
}

.widget_content {
	padding: 10px 0;
}

.widget {
	background-color: #fff;
}

.categories_list a {
	padding: 7px 0;
}

.categories-view{
 -webkit-box-shadow: 0 3px 2px #f58220 , 0 0 1px #f58220;
  box-shadow: 0 3px 2px #f58220 , 0 0 1px #f58220;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative; 
  margin-bottom: 10px;
  text-align: center;
  height: 155px;
}

figure.sdCategories p a {
	color: #f58220;
	font-size:12px;
	font-weight:600;
}
.mt10{
	margin-top: 10px
}
#selectButtons{
	text-align: center;
}
#mainCategories h3, h4, h5 {
	color: #000;
	padding: 10px;
}

#mainCategory {
	padding: 10px;
}

#mainCategory .categoryTitle {
	font-size:30px;
	font-weight:600;
	color: #f58220;
}

#mainCategory ul {
	padding-left: 0;
	list-style:none;
}

#mainCategory ul h3 {
	text-align:left;
	font-size:20px;
	height:45px;
}

/* MAIN CARS */

/* MAIN CARS */

.mainCars {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top:30px;
}

#frontManufacturers a figure img {
	max-height: 30px;
    display:inline-block;
}

#frontManufacturers a figure span {
	margin-left:20px;
	color: #2d2d2d;
	font-family: 'open sans';
	font-weight: 400;
}

#frontManufacturers a figure span .title {
	font-weight:600;
	margin-left: 0;
}

.mainCars .col-lg-2 {
	width:20%;
	padding:5px;
}

#frontManufacturers figure {
	padding:5px;
    border:1px solid #ddd;
}

#frontManufacturers .mainCar {
	display: flex;
    align-items: center;
    float: left;
    height: 55px;
    width: 35px;
}

#frontManufacturers .carTitle {
    padding: 6px;
}

#frontManufacturers .carTitle span {
	font-weight: 600;
	color: #f58220;
}

.h_top_part {
	background-color: #f58220;
}

.users_nav li a {
	color: #fff !important; 
}

.header_main.type_5 .h_bot_part .menu_wrap {
	padding: 10px 0;
}

#footer {
	background-color: #f58220 !important;
}

#footer a:hover {
	color: #fff !important;
}

.vertical_list li a {
	border-top: 1px solid #fff !important;
}

.widget_content p {
	margin:7px 0;
}

/* FRONT PARTNERS */

.partners .owl-controls {
	display:none;
}

.partners {
	padding: 15px;
	background-color: #fff;
	margin: 25px 0;
}

#partners {
	margin: 0;
}

#partners .owl-item {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

#partners .owl-item .item {
	display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    border: 1px solid #ddd;
}

#partners .owl-item .item img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#partners .owl-item .item img:hover {
	-webkit-filter: none; 
    filter: none;
}

#partners img {
    max-width: 100px;
}

#partners .owl-item a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* FRONT PRODUCTS */

.frontProductImage {
	height:150px;
}

.frontProductImage img {
	max-height: 150px;
	width:inherit !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.frontProductDetails {
	text-align:center;
	margin:0 10px;
}

.frontProductDetails h5 {
	font-size: 17px;
    font-weight: 600;
}

span.price-new {
	color: #f58220;
	font-weight:600;
	font-size:20px;
	display:block;
}

span.price-old {
	text-decoration: line-through;
	display:block;
}

.frontProductDetails .btn {
	width:100%;
	margin-top:10px;
}

.productsBlock .owl-nav {
	display:none;
}

#mainProducts {
	padding-right: 0;
}

.productsBlock {
	background-color: #fff;
	border: 1px solid #ddd;
	padding:10px;
	margin:25px 0;
}

#mainProducts .owl-nav {
	display: none;
}

.productsBlock h2 {
	font-weight: 600;
	color: #f58220;
	margin-top: 0;
	margin-bottom:15px;
	text-align:center;
}

#footer .bg_scheme_color {
	background-color: #fff;
}
.widget-title{
	margin-bottom: 2%;
}

.f_size_large {
    font-size: 1.05em;
}

#filter_name {
	height:41px;
}

.header-search-categories {
	margin-bottom:15px;
}

.catalogCategoryImage {
    max-height: 85px;
    height: inherit !important;
}

.sdCategories .image {
	height:105px;
	display:flex;
	align-items:center;
}

.sdCategories .image a {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.sdCategories .image a img {
	max-height:100px;
	max-width:100px;
}