body {
	background:#fff;
	color:#181515;
	font-size:14px;
	font-family:'Roboto', sans-serif;
}

.fc01 {
	color:#e8e8e8;
}
.fc01 a {
	color:#fff;
	text-decoration:none;
}
.fc01 a:hover {
	color:#fff;
	text-decoration:underline;
}
.fc02 {
	color:#fff;
}
.fc02 a {
	color:#e8e8e8;
	text-decoration:none;
}
.fc02 a:hover {
	color:#e8e8e8;
	text-decoration:underline;
}
.fc03 {
	color:#800000;
}
.fc03 a {
	color:#800000;
	text-decoration:none;
}
.fc03 a:hover {
	color:#800000;
	text-decoration:underline;
}

.ff01 {
	font-family:'Roboto Condensed', sans-serif;
}

/* HEADER */
.line-black {
	background:#181515;
	min-width:1200px;
}
.line-grey {
	height:108px;
	min-width:1200px;
	background:#f0f0f0;
}
.line-black .content,
.line-grey .content {
	position:relative;
	margin:0 auto;
	width:1200px;
	font-size:0;
}
.line-black .content .header-links {
	display:inline-block;
	width:50%;
	height:40px;
	line-height:24px;
	padding:8px 0;
	overflow:hidden;
}
.line-black .content .header-links a {
	display:inline-block;
	margin-right:15px;
	font-size:13px;
	color:#e8e8e8;
	text-decoration:none;
	font-weight:300;
}
.line-black .content .header-links a:hover {
	color:#fff;
	text-decoration:none;
}
.line-black .content .header-phone {
	display:inline-block;
	width:30%;
	height:40px;
	padding:8px 0;
	text-align:right;
	overflow:hidden;
}
.line-black .content .header-phone img {
	vertical-align:bottom;
	margin-right:10px;
}
.line-black .content .header-langs {
	display:inline-block;
	width:20%;
	height:40px;
	padding:8px 0;
	text-align:right;
	overflow:hidden;
}
.line-black .content .header-langs .langs {
    padding-top: 4px;
    overflow: hidden;
}
.line-black .content .header-langs .langs a {
    padding: 0 8px 0 7px;
    border-right: solid 1px #7f7f7f;
    color: #b6b5b5;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}
.line-black .content .header-langs .langs a.active,
.line-black .content .header-langs .langs a:hover {
    color: #fff;
    text-decoration: none;
}
.line-black .content .header-langs .langs a:last-child {
    border-right: none;
}
.line-black .content .mini-cart {
	position:relative;
	float:left;
	width:280px;
	height:40px;
	padding:8px 0;
	cursor:pointer;
	color:#fafafa;
	font-size:13px;
	text-decoration:none;
	font-family:'Roboto Condensed', sans-serif;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.line-black .content .mini-cart:hover {
	background:#302c2d;
}
.line-black .content .mini-cart a {
	color:#fff;
	text-decoration:none;
}
.line-black .content .mini-cart img {
	vertical-align:middle;
	margin:0 10px 0 10px;
}
.line-black .content .mini-cart em {
	color:#d61717;
	font-size:16px;
	text-transform:uppercase;
	font-style:normal;
}
.line-black .content .mini-cart span {
	font-size:13px;
	text-transform:uppercase;
}
.line-black .content .mini-cart .mini-cart-popup {
	display:none;
	position:absolute;
	top:39px;
	left:0;
	width:280px;
	background:#fff;
	border:solid 1px #191516;
	cursor:default;
	z-index:10;
}
.line-black .content .mini-cart .mini-cart-popup:before {
	position:absolute;
	content:'';
	top:-6px;
	left:60px;
	width:27px;
	height:6px;
	background:url('../images/arrow-mini-cart.png') no-repeat center;
	z-index:20;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-title {
	padding:10px 14px;
	color:#333;
	font-size:13px;
	border-bottom:solid 1px #cfcfcf;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item {
	position:relative;
	padding:10px;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item img {
	float:left;
	width:70px;
	height:60px;
	margin-right:15px;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-name {
	color:#181515;
	font-size:12px;
	line-height:16px;
	height:32px;
	overflow:hidden;
	margin-bottom:10px;
	padding-right:20px;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-name a {
	color:#181515;
	text-decoration:none;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-name a:hover {
	color:#000;
	text-decoration:underline;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-price {
	color:#800000;
	font-size:14px;
	line-height:16px;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-price sup, 
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-price span {
	font-size:10px;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-delete {
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	height:16px;
	cursor:pointer;
	background:url('../images/btn_delete_n.png') no-repeat center;
	z-index:100;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-item .mini-cart-item-delete:hover {
	background:url('../images/btn_delete_o.png') no-repeat center;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-footer {
	padding:8px 3px;
	border-top:solid 1px #cfcfcf;
	color:#161415;
	font-size:12px;
}
.line-black .content .mini-cart .mini-cart-popup .mini-cart-footer em {
	color:#800000;
	font-size:14px;
	font-style:normal;
}

.line-black .content .login {
	float:right;
	width:920px;
	height:40px;
	padding:8px 0;
	font-size:12px;
	text-align:right;
	overflow:hidden;
}
.line-black .content .login a {
	color:#fff;
	font-size:12px;
	text-decoration:none
}
.line-black .content .login a:hover {
	color:#fff;
	font-size:12px;
	text-decoration:underline
}
.line-black .content .login input {
	width:168px;
	height:23px;
	line-height:16px;
	text-indent:26px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:none;
	overflow:hidden;
	vertical-align:top;
}
.line-black .content .login input[type=text] {
	margin-right:10px;
	background:#fff url('../images/icon-login-user.png') no-repeat 5px center;
}
.line-black .content .login input[type=password] {
	margin-right:10px;
	background:#fff url('../images/icon-login-pass.png') no-repeat 5px center;
}
.line-black .content .login button {
	height:23px;
	padding:0 15px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	font-size:12px;
	border:none;
	overflow:visible;
	cursor:pointer;
	background:#248fc2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.line-black .content .login button:hover {
	background:#1777a5;
}
.line-grey .content .logo {
	position:absolute;
	left:0;
	top:28px;
	width:450px;
	height:56px;
	z-index:1;
}
.line-grey .content .logo .slogan {
	position:absolute;
	right:0;
	bottom:0;
	color:#504646;
	font-size:14px;
	letter-spacing:2.5px;
	font-family:'Roboto Condensed', sans-serif;
	z-index:1;
}
.line-grey .content .search {
	position:absolute;
	left:530px;
	top:37px;
	z-index:1;
}
.line-grey .content .search .search-field {
	position:relative;
	width:268px;
	height:33px;
	-webkit-box-shadow: 0 0 3px 0 #e1e1e1;
	box-shadow: 0 0 3px 0 #e1e1e1;
}
.line-grey .content .search .search-field input {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:33px;
	line-height:33px;
	border:solid 2px #fff;
	background:#fafafa;
	padding:0 9px;
	z-index:2;
}
.line-grey .content .search .search-field button {
	position:absolute;
	right:0;
	top:0;
	width:44px;
	height:33px;
	line-height:33px;
	border:none;
	cursor:pointer;
	background:#767676 url('../images/icon-search.png') no-repeat center;
	z-index:3;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.line-grey .content .search .search-field button:hover {
	background:#181515 url('../images/icon-search.png') no-repeat center;
}
.line-grey .content .menu {
	position:absolute;
	right:0;
	top:9px;
	z-index:1;
}
.line-grey .content .menu a {
	display:inline-block;
	margin-left:20px;
	width:105px;
	height:90px;
	line-height:16px;
	border:solid 1px #f0f0f0;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
	color:#000;
	font-size:15px;
	text-decoration:none;
	font-family:'Roboto Condensed', sans-serif;
	overflow:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.line-grey .content .menu a:hover {
	border:solid 1px #d7d7d7;
	background:#fcfcfc;
}
.line-grey .content .menu a.active,
.line-grey .content .menu a.active:hover {
	border:solid 1px #d7d7d7;
	background:#fefdfd;
	background:-moz-linear-gradient(top, #fefdfd 0%, #e4e2e3 100%);
	background:-webkit-linear-gradient(top, #fefdfd 0%,#e4e2e3 100%);
	background:linear-gradient(to bottom, #fefdfd 0%,#e4e2e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfd', endColorstr='#e4e2e3',GradientType=0 );
}
.line-grey .content .menu a img {
	margin:15px 0 2px 0;
}
/* HEADER */


/* CONTENT */
.ajax-loading {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(33,33,33,0.5) url('../images/ajax-loader.gif') no-repeat center;
	z-index:10000;
}
.ajax-debug {
	position:relative;
	border:solid 3px #c00;
	color:#f00;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}
.container {
	margin:0 auto;
	width:1200px;
	padding-top:23px;
}
.column-left {
	float:left;
	width:280px;
}
.column-right {
	float:right;
	width:907px;
}
.intro-title {
	margin-bottom:14px;
	color:#585858;
	font-size:22px;
	font-weight:300;
}
.intro-title em {
	font-style:normal;
	font-weight:normal;
}
.intro-text {
	text-align:justify;
	color:#585858;
	font-size:13px;
}
.title01 {
	margin-bottom:10px;
	color:#585858;
	font-size:20px;
	text-transform:uppercase;
}
.title02 {
	margin-bottom:10px;
	color:#585858;
	font-size:22px;
	font-weight:300;
	text-transform:uppercase;
}
.box-accents {
	/*overflow:hidden;*/
	padding:4px;
	background:#181515;
}
/*.slideshow {
	position:relative;
	width:612px;
	height:406px;
	border:solid 1px #b4b5b4;
}*/
.slider {
	position: relative;
	font-size: 0;
	overflow: hidden;
	border: solid 1px #b4b5b4;
	z-index: 0;
}
.slider .cycle-slideshow a {
	display: block;
	width: 100%;
	height: 404px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*img {
	  width: 100%;
	  height: auto;
	}*/
}
@media (max-width: 768px) {
	.slider .cycle-slideshow a {
		height: 300px;
	}
}
.slider .cycle-slideshow a .slider-text-box {
	width: 1200px;
}
@media (max-width: 1200px) {
	.slider .cycle-slideshow a .slider-text-box {
		width: auto;
	}
}
.slider .cycle-slideshow a .slider-text-box .slider-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 26px;
	text-shadow: 1px 1px 3px #333;
}
@media (max-width: 1024px) {
	.slider .cycle-slideshow a .slider-text-box .slider-text {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.slider .cycle-slideshow a .slider-text-box .slider-text {
		bottom: 20px;
	}
}
.slider .cycle-slideshow a .slider-text-box .slider-text h3 {
	font-size: 40px;
	line-height: 40px;
	font-family:'Roboto Condensed', sans-serif;
	text-shadow: 1px 1px 3px #333;
	text-transform: uppercase;
	font-weight: 300;
}
@media (max-width: 1024px) {
	.slider .cycle-slideshow a .slider-text-box .slider-text h3 {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	.slider .cycle-slideshow a .slider-text-box .slider-text h3 {
		font-size: 20px;
		line-height: 20px;
	}
}
.slider .control-nav-box {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 0;
	z-index: 1111;
	/*.direction-nav {
	  position: relative;
	  cursor: pointer;
	  z-index: 100;
	  @include transition(0.2s);
	  &:hover {
		&:after {
		  color: #595959;
		}
	  }
	  &:after {
		position: relative;
		top: -1px;
		color: #a8a8a8;
		height: 30px;
		font-size: 50px;
		line-height: 30px;
		font-family: FontAwesome, sans-serif;
		overflow: hidden;
		z-index: 1;
		@include transition(0.2s);
	  }
	  &.left {
		left: 0;
		padding-right: 26px;
		text-align: left;
		border-right: solid 1px #e3e3e3;
		&:after {
		  content: "\f104";
		}
	  }
	  &.right {
		right: 0;
		padding-left: 26px;
		text-align: right;
		border-left: solid 1px #e3e3e3;
		&:after {
		  content: "\f105";
		}
	  }
	}*/
}
@media (max-width: 768px) {
	.slider .control-nav-box {
		display: none;
	}
}
.slider .control-nav-box .control-nav {
	white-space: nowrap;
}
.slider .control-nav-box .control-nav a {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	background: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 0;
	padding: 0;
	border: solid 1px rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}
.slider .control-nav-box .control-nav a.cycle-pager-active {
	background: white;
	border: solid 1px white;
}
.slider .control-nav-box .control-nav a:focus {
	outline: none;
}




.home-cars {
	display:none;
}
.list-item {
	width:220px;
	font-size:0;
	border:solid 1px #ebebeb;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.list-item:hover {
	-webkit-box-shadow:0 0 5px 0 #d7d7d7;
	box-shadow:0 0 5px 0 #d7d7d7;
	border:solid 1px #b6b6b6;
}
.list-item.part {
	float:left;
	margin:0 9px 9px 0;
}
.list-item.part:nth-child(4n) {
	float:right;
	margin:0 0 9px 0;
}
.list-item.car {
	float:left;
	margin:0 25px 25px 0;
}
.list-item.car:nth-child(5n) {
	float:right;
	margin:0 0 25px 0;
}
.list-item .list-item-title {
	height:50px;
	padding:0 3px;
	margin-bottom:5px;
	line-height:22px;
	overflow:hidden;
}
.list-item .list-item-ref {
	height:20px;
	padding:0 3px;
	margin-bottom:5px;
	line-height:20px;
	font-size:12px;
	color:#666;
	overflow:hidden;
}
.list-item .list-item-ref em {
	font-size:14px;
	color:#333;
	font-style:normal;
}
.list-item .list-item-title a {
	color:#181515;
	font-size:14px;
	text-decoration:none;
}
.list-item .list-item-title a:hover {
	color:#000;
	text-decoration:none;
}
.list-item .list-item-price {
	/*min-height:50px;*/
	padding:0 3px;
	margin-bottom:5px;
	font-size:14px;
	overflow:hidden;
	text-align: center;
}
.offer-info-price .price-regular,
.details-prices .price-regular,
.details-part-item .pi-col .price-regular,
.list-item .list-item-price .price-regular  {
	display:inline-block;
	padding:0 3px;
	color:#800000;
	font-size:17px;
}
.offer-info-price .price-regular sup,
.details-prices .price-regular sup,
.details-part-item .pi-col .price-regular sup,
.list-item .list-item-price .price-regular sup  {
	font-size:10px;
}
.offer-info-price .price-discounted,
.details-prices .price-discounted,
.details-part-item .pi-col .price-discounted,
.list-item .list-item-price .price-discounted  {
	display:inline-block;
	padding:0 3px;
	color:#800000;
	font-size:17px;
	/*background:#800000;*/
}
.offer-info-price .price-discounted sup,
.details-prices .price-discounted sup,
.details-part-item .pi-col .price-discounted sup,
.list-item .list-item-price .price-discounted sup  {
	font-size:12px;
}
.offer-info-price .price-old,
.details-prices .price-old,
.details-part-item .pi-col .price-old,
.list-item .list-item-price .price-old  {
	position:relative;
	color:#181515;
	font-size:14px;
}
.offer-info-price .price-old:after,
.details-prices .price-old:after,
.details-part-item .pi-col .price-old:after,
.list-item .list-item-price .price-old:after  {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	background:#181515;
	z-index:1;
}
.offer-info-price .price-old sup,
.details-prices .price-old sup,
.details-part-item .pi-col .price-old sup,
.list-item .list-item-price .price-old sup  {
	font-size:10px;
}
.offer-info-price .price-regular,
.details-prices .price-regular,
.details-part-item .pi-col .price-regular,
.list-item .list-item-price .price-regular  {
	display:inline-block;
	padding:0 3px;
	color:#800000;
	font-size:17px;
}
.offer-info-price .price-regular sup,
.details-prices .price-regular sup,
.details-part-item .pi-col .price-regular sup,
.list-item .list-item-price .price-regular sup  {
	font-size:10px;
}
.details-prices .price-regular {
	font-size:22px;
}
.details-prices .price-regular sup  {
	font-size:13px;
}
.details-prices .price-discounted {
	font-size:22px;
}
.details-prices .price-discounted sup {
	font-size:15px;
}
.details-prices .price-old {
	font-size:17px;
}
.details-prices .price-old sup {
	font-size:13px;
}
.list-item .list-item-brand {
	height:24px;
	padding:0 6px;
	margin:5px 0 5px 0;
	line-height:22px;
	overflow:hidden;
}
.list-item .list-item-brand a {
	color:#181515;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.list-item .list-item-brand a:hover {
	color:#800000;
	text-decoration:none;
}
.list-item .list-item-info {
	height:18px;
	margin-bottom:3px;
	padding:0 6px;
	line-height:16px;
	color:#181515;
	font-size:13px;
	overflow:hidden;
}

.price-on-request {
	height: 43px;
	line-height: 43px;
	padding: 0 3px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: #248fc2;
	overflow: hidden;
}

.mobile-title {
    display: none;
    height:50px;
    line-height:50px;
    color:#f4efef;
    font-size:16px;
    font-family:'Roboto Condensed', sans-serif;
    background:#800000;
    text-align:center;
    cursor: pointer;
    border:solid 1px #4c0000;
    text-shadow:1px 1px 2px #4c0000;
    text-transform:uppercase;
    -webkit-border-radius:7px;
    -webkit-box-shadow:inset 0 -3px 0 0 #510000;
    box-shadow:inset 0 -3px 0 0 #510000;
    border-radius:7px;
}
.mobile-filter {
    display: block;
}

.filter {
	margin-bottom:14px;
	background:#f0f0f0;
	border:solid 1px #d7d7d7;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.filter .filter-title {
	height:50px;
	line-height:50px;
	color:#f4efef;
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	background:#800000;
	text-align:center;
	border:solid 1px #4c0000;
	text-shadow:1px 1px 2px #4c0000;
	text-transform:uppercase;
	-webkit-border-radius:7px;
	-webkit-box-shadow:inset 0 -3px 0 0px #510000;
	box-shadow:inset 0 -3px 0 0px #510000;
	border-radius:7px;
}
.brand-select {
	position:relative;
	height:44px;
	margin-bottom:5px;
	border:solid 1px #d7d7d7;
	-webkit-border-radius:7px;
	border-radius:7px;
	cursor:pointer;
	background:#feffff;
	background:-moz-linear-gradient(top, #feffff 0%, #e2e2e2 100%);
	background:-webkit-linear-gradient(top, #feffff 0%,#e2e2e2 100%);
	background:linear-gradient(to bottom, #feffff 0%,#e2e2e2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e2e2e2',GradientType=0 );
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.brand-select:hover {
	border:solid 1px #a0a0a0;
}
.brand-select .band-select-logo {
	position:absolute;
	width:38px;
	height:28px;
	left:6px;
	top:7px;
	overflow:hidden;
}
.brand-select .band-select-text {
	position:absolute;
	width:176px;
	left:52px;
	color:#000;
	font-size:14px;
	font-family:'Roboto Condensed', sans-serif;
	overflow:hidden;
	line-height: 14px;
	height: 43px;
	top: 1px;
	display: table;
	padding: 0;
}
.brand-select .band-select-text .align-middle {
	height: 43px;
	width:176px;
	display: table-cell;
	vertical-align: middle;
}
.brand-select .band-select-arrow {
	position:absolute;
	right:15px;
	top:19px;
	width:10px;
	height:7px;
	background:url('../images/arrow-dropdown.png') no-repeat;
	overflow:hidden;
}
.filter ul {
	list-style:none;
	margin:0 0 0 4px;
	padding:0;
}
.filter ul li {
	position:relative;
	margin:0 0;
	/*padding:2px;*/
}
.filter ul li.more:after {
	content:'';
	position:absolute;
	top:8px;
	right:3px;
	width:5px;
	height:8px;
	background:url('../images/arrow-01.png') no-repeat;
	z-index:1;
}
.filter ul li a {
	padding:7px 4px 7px 8px;
	display:block;
	color:#181515;
	font-size:12px;
	letter-spacing:0.3px;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.filter ul li a:hover {
	color:#800000;
	text-decoration:none;
	background-color:#E6E6E6;
}
.filter ul li.more ul {
	position:absolute;
	/*max-width:0px;*/
	width:0px;
	overflow:hidden;
	top:-13px;
	left:236px;
	padding:10px 0;
	background:#ebebeb;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:1000;
}
.filter ul li.more ul li div {
	width:350px;
	padding-right:30px;
}
.filter ul li.more:hover ul {
	/*max-width:350px;*/
	width:350px;
}
.filter ul li.more ul li {
	padding:2px 15px 2px 15px;
}

.brands-list {
    text-align: center;
}
.brands-list .brand-item {
	margin:2px;
	padding:2px;
	background:#fff;
	border:solid 1px #d7d7d7;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.brands-list .brand-item.active,
.brands-list .brand-item.active:hover {
	border:solid 1px #800000;
	background:#fcb8b8;
}
.brands-list .brand-item:hover {
	border:solid 1px #a09e9e;
}
.models-list {
    text-align: center;
}
.models-list .model-item {
	position:relative;
	display:inline-block;
	width:90px;
	height:130px;
	margin:2px;
	padding:2px;
	background:#fff;
	border:solid 1px #d7d7d7;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.models-list .model-item:hover {
	border:solid 1px #a09e9e;
}
.models-list .model-item .model-item-bigimg {
	display:none;
	position:absolute;
	left:-52px;
	bottom:159px;
	width:192px;
	height:122px;
	padding:1px;
	background:#fff;
	border:solid 1px #333;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	z-index:1;
}
.models-list .model-item .model-item-bigimg:before {
	position:absolute;
	content:'';
	left:-1px;
	top:121px;
	width:90px;
	height:0;
	border-top:solid 30px rgba(0,0,0,0.7);
	border-bottom:solid 0 transparent;
	border-left:solid 51px transparent;
	border-right:solid 51px transparent;
	z-index:1;
}
.models-list .model-item .model-title {
	/*width:54px;*/
	height:42px;
	color:#000;
	font-size:11px;
	font-family:'Roboto Condensed', sans-serif;
	line-height: 12px;
	overflow:hidden;
}
.models-list .model-item:hover .model-title {
	color:#800000;
}

.filter .filter-padding {
	padding:25px 10px 15px 10px;
}
.filter-subtitle {
	margin-bottom:13px;
	padding:0 12px;
	color:#7b0000;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
}
.clear-filter {
	margin-bottom: 20px;
	text-align:center;
}
.clear-filter a {
	text-decoration:none;
	padding:2px 5px 2px 5px;
	background-color:#ddd;
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	border-radius:2px;
}
.clear-filter a:hover {
	background-color:#000;
	color:#ddd;
}
.banner {
	width:280px;
	height:416px;
	margin-bottom:14px;
	padding:25px;
	text-align:center;
	background:url('../images/img-banner.jpg') no-repeat;
	overflow:hidden;
	color:#585858;
	font-size:20px;
	font-weight:300;
}
.banner img {
	margin:15px 0 20px 0;
}
.banner p {
	margin-bottom:10px;
}
.banner em {
	color:#4a4141;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
}
.banner hr {
	margin:25px 0 25px 0;
	height:1px;
	border:none;
	background:#f0f0f0;
}

.pagination {
	position:relative;
	font-size:0px;
	margin-bottom:20px;
	padding:5px 15px;
	background:#f0f0f0;
}
.pagination .pagination-item {
	display:inline-block;
	color:#181515;
	font-size:15px;
	font-weight:300;
	vertical-align:middle;
	font-family:'Roboto Condensed', sans-serif;
}
.pagination .pagination-item:nth-child(1) {
	width:30%;
	text-align:left;
}
.pagination .pagination-item:nth-child(2) {
	width:40%;
	text-align:center;
}
.pagination .pagination-item:nth-child(2) table {
	margin:0 auto;
}
.pagination .pagination-item:nth-child(3) {
	width:30%;
	text-align:right;
}
.pagination .pagination-item:nth-child(3) select {
	background:#fff;
}

.breadcrumb {
	margin-bottom:20px;
	line-height:14px;
	color:#181515;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.breadcrumb a {
	color:#181515;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#800000;
	text-decoration:none;
}
.breadcrumb span {
	text-transform:uppercase;
}
.breadcrumb img {
	vertical-align:middle;
}

.details-image {
	float:left;
	width:664px;
}
.details-image .details-main-image {
	position:relative;
	float:left;
	width:80%;
	overflow:hidden;
}
.hidden-images {
	display:none;
}
.details-image .details-main-image:hover:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.1) url('../images/icon-zoom-in.png') no-repeat center;
	pointer-events: none;
	z-index:1;
}
.details-image .details-main-image img {
	width:100%;
}
.details-image .details-thumbs {
	float:right;
	width:18%;
	height:432px;
	overflow:hidden;
}
.details-info {
	float:right;
	width:504px;
}
.details-info .details-title {
	color:#181515;
	font-size:26px;
	margin-bottom:20px;
}
.details-info .details-date {
	color:#000000;
	font-size:13px;
	margin-bottom:12px;
	font-weight:300;
}
.details-info .details-date em {
	color:#248fc2;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
}
.details-prices {
	margin-bottom:20px;
}
.details-prices .icon-dneven {
	margin-left: 50px;
}
.details-info table {
	border-collapse:separate;
	background:#fff;
}
.details-info table tr td {
	border-spacing:1px;
	padding:5px 5px 5px 15px;
	color:#181515;
	font-size:14px;
}
.details-info table tr td:nth-child(1) {
	font-weight:bold;
}
.details-info table tr:nth-child(odd) td {
	background:#f0f0f0;
}
.details-info table tr:nth-child(even) td {
	background:#fff;
}
.details-parts-title {
	position:relative;
	margin:0 auto;
	max-width:440px;
	color:#181515;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
}
.details-parts-title span {
	position:relative;
	background:#fff;
	padding:0 17px;
	z-index:1;
}
.details-parts-title:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:100px;
	height:1px;
	background:url('../images/line-left.png') no-repeat;
	z-index:0;
}
.details-parts-title:after {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:100px;
	height:1px;
	background:url('../images/line-right.png') no-repeat;
	z-index:0;
}
.details-part-item {
	border:solid 1px #d7d7d7;
	margin-bottom:10px;
	font-size:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.details-part-item:hover {
	border:solid 1px #fff;
	background:#f0f0f0;
}
.details-part-item .pi-col {
	display:inline-block;
	height:53px;
	vertical-align:top;
	font-size:16px;
	overflow:hidden;
}
.details-part-item .pi-col:nth-child(1) {
	width:72px;
}
.details-part-item .pi-col:nth-child(1) img {
	width:100%;
}
.details-part-item .pi-col:nth-child(2) {
	width:421px;
	padding:15px 0 15px 8px;
}
.details-part-item .pi-col:nth-child(2) a {
	color:#181515;
	text-decoration:none;
}
.details-part-item .pi-col:nth-child(2) a:hover {
	color:#800000;
}
.details-part-item .pi-col:nth-child(2) span {
	color:#0083c2;
	font-size:12px;
	text-decoration:underline;
}
.details-part-item .pi-col:nth-child(3) {
	width:230px;
	padding:15px 0;
	color:#181515;
	font-size:15px;
}
.details-part-item .pi-col:nth-child(3) span {
	color:#626262;
	font-size:13px;
}
.details-part-item .pi-col:nth-child(4) {
	width:173px;
	padding:15px 0;
}
.details-part-item .pi-col:nth-child(5) {
	width:296px;
	text-align:center;
	padding:11px 0;
}
.details-part-item .pi-col button {
	width:auto;
}
.contacts {
	position:relative;
	font-size:0;
}
.contacts .column {
	display:inline-block;
	width:33.3333%;
	vertical-align:top;
	font-size:13px;
}
.contacts .column input[type=text],
.contacts .column textarea {
	width:100%;
}
.contacts .column:nth-child(1) {
	padding-right:15px;
}
.contacts .column:nth-child(2) {
	padding:0 15px;
}
.contacts .column:nth-child(3) {
	padding-left:15px;
}
.spam-check {
	opacity:0;
	height:5px;
}
.gmap {
	width:100%;
	height:400px;
}
.info {
	padding-bottom:10px;
	color:#181515;
	font-size:14px;
	text-align:justify;
}
.info a {
	color:#800000;
	text-decoration:none;
}
.info a:hover {
	color:#800000;
	text-decoration:underline;
}
.thumbs img {
	padding:2px;
	border:solid 1px #d7d7d7;
	background:#fff;
	margin:3px;
}
.thumbs img:hover {
	border:solid 1px #800000;
}
.faq-item {
	padding:10px 15px;
	background:#f0f0f0;
	margin-bottom:6px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.faq-item .faq-question {
	position:relative;
	padding-right:20px;
	color:#181515;
	font-size:16px;
}
.faq-item .faq-question .faq-btn,
.faq-item.open .faq-question .faq-btn {
	position:absolute;
	right:0px;
	top:2px;
	width:18px;
	height:17px;
	cursor:pointer;
	z-index:1;
}
.faq-item .faq-question .faq-btn {
	background:transparent url('../images/icon-plus.png') no-repeat center;
}
.faq-item.open .faq-question .faq-btn {
	background:transparent url('../images/icon-minus.png') no-repeat center;
}
.faq-item .faq-answer {
	display:none;
	color:#333;
	margin-top:20px;
	font-size:13px;
	line-height:20px;
}

.lr-left {
	float:left;
	width:49%;
}
.lr-right {
	float:right;
	width:49%;
}
.fieldset {
	position:relative;
	padding:20px 10px 10px 10px;
	border:solid 1px #181515;
	font-size:13px;
	color:#181515;
	background:#f0f0f0;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.fieldset .legend {
	position:absolute; 
	top:-11px;
	left:8px;
	font-size:13px;
	color:#fff;
	padding:2px 5px 2px 5px;
	border:solid 1px #181515;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#181515;
}
.fieldset input[type=text],
.fieldset input[type=password],
.fieldset select,
.fieldset textarea {
	width:100%;
	background:#fff !important;
}
.fieldset a {
	color:#181515;
	text-decoration:none;
}
.fieldset a:hover {
	color:#800000;
	text-decoration:none;
}
.field {
	float:left;
	height:45px;
	margin:0 20px 10px 0;
}
.fieldset .field .w260 {
	width:260px;
}
.fieldset .field .w700 {
	width:700px;
}
.fieldset .field .w400 {
	width:400px;
}
.steps-table {
	width:80%;
	margin:0 auto;
	color:#181515;
	font-size:12px;
	border-collapse:collapse;
}
.steps-table td {
	padding:0;
}
.steps-table .step-current {
	color:#800000;
	font-size:12px;
	font-weight:bold;
}
.steps-table .steps-line {
	background:url('../images/steps-line.gif') repeat-x center;
}
.cart-table {
	width:100%;
	border-spacing:2px;
	border-collapse:separate;
	font-size:12px;
}
.cart-table a {
	color:#181515;
	text-decoration:none;
}
.cart-table a:hover {
	color:#800000;
	text-decoration:none;
}
.cart-table th {
	padding:3px;
	text-align:left;
	white-space:nowrap;
	background:#181515;
	border:solid 1px #181515;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	font-family:'Roboto Condensed', sans-serif;
}
.cart-table th:nth-child(3) {
	width:60px;
}
.cart-table th:nth-child(5) {
	width:30px;
}
.cart-table td input[type=text] {
	width:20px;
	background:#fff;
	text-align:center;
}
.cart-table td input[name=recalculate] {
	vertical-align:middle;
}
.cart-table td {
	padding:5px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:solid 1px #181515;
	background:#f0f0f0;
	color:#181515;
}
.cart-table td img {
	vertical-align:middle;
	margin-right:5px;
}
.empty-cart {
	color:#181515;
	font-size:16px;
	text-align:center;
	padding:80px 0 160px 0;
}
.fl-49p {
	float:left;
	width:49%;
}
.fr-49p {
	float:right;
	width:49%;
}
.offer-image {
	float:left;
	width:49%;
}
.offer-image img {
	width:100%;
}
.offer-info {
	float:right;
	width:49%;
}
.offer-info .offer-info-title {
	margin-bottom:15px;
	color:#181515;
	font-size:16px;
}
.offer-info-ref {
	margin-bottom:15px;
	color:#181515;
	font-size:13px;
}
.offer-info-ref span {
	color:#800000;
}

.sell-your-car {
	margin:20px 0;
	padding:10px 10px 5px 10px;
	border:solid 1px #248fc2;
	height: 236px;
	width: 100%;
	background-image: url("../images/sales-banner.jpg");
	font-size: 16px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #0a2634;
}
.sell-your-car h2 {
	font-weight: bold;
	margin-left: 41px;
	color: #0a2634;
}
.sell-your-car ul {
	list-style-image: url('../images/bullet-02.png');
}
.sell-your-car li {
	margin-bottom: 4px;
}
.sell-your-car .btn02 {
	position: absolute;
	left: 50%;
	margin-left: -109px;
	bottom: 20px;
	border: 1px solid #248fc2;
}
.sell-your-car .btn02:after {
	height: 41px;
}
.sell-your-car-form {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 13px;
}
.sell-your-car-form input,
.sell-your-car-form textarea {
	width:100%;
}
.attachment {
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.feedback-line {
    padding: 15px 0;
    border-top: solid 1px #d7d7d7;
    background: #f0f0f0;
}
.feedback-line .feedback {
    margin: 0 auto;
    width: 1200px;
}
.carousel {
    position: relative;
    padding: 0 10px;
    height: 110px;
    overflow: hidden;
}
.carousel .carousel-item {
    margin: 0 20px;
    display: inline-block;
    color: #444;
    text-decoration: none;
}
.carousel .carousel-item:hover {
    color: #111;
    text-decoration: none;
}

.add-feedback {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    background: #f0f0f0;
    border: solid 1px #d7d7d7;
    overflow: hidden;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.add-feedback input[type=text],
.add-feedback textarea {
    border:solid 1px #d7d7d7;
    background:#fff;
}
.add-feedback input[type=text]:hover,
.add-feedback textarea:hover,
.add-feedback input[type=text]:focus,
.add-feedback textarea:focus {
    border:solid 1px #bbb;
}
.feedback-error {
    display: none;
}

.call-us {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    background: #800000;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    font-family:'Roboto Condensed', sans-serif;
    text-decoration: none;
    z-index: 1000;
}
.call-us:hover .call-us-phone {
    display: inline;
}
.call-us:hover .call-us-label {
    display: none;
}
.call-us .call-us-phone {
    display: none;
}
/* CONTENT */


/* FOOTER */
.footer-line {
	margin:0 auto;
	width:1200px;
	font-size:0;
}
.footer-line .footer-col-left {
	display:inline-block;
	width:400px;
	vertical-align:top;
}
.footer-line .footer-col-left img {
	margin:1px 0 8px 0;
}
.footer-line .footer-col-left .footer-slogan {
	margin-bottom:20px;
	text-indent:38px;
	color:#fafafa;
	font-size:12px;
	letter-spacing:2px;
}
.footer-line .footer-col-left .footer-links {
	padding-left:16px;
	margin-bottom:20px;
}
.footer-line .footer-col-left .footer-links .footer-link {
	display:inline-block;
	width:50%;
	line-height:14px;
}
.footer-line .footer-col-left .footer-links .footer-link a {
	color:#fafafa;
	text-decoration:none;
	font-size:12px;
}
.footer-line .footer-col-left .footer-links .footer-link a:hover {
	color:#fff;
	text-decoration:none;
}
.footer-line .footer-col-left .footer-phone {
	padding-left:16px;
}
.footer-line .footer-col-left .footer-phone img {
	vertical-align:top;
	margin-right:10px;
}
.footer-line .footer-col-right {
	display:inline-block;
	width:800px;
	vertical-align:top;
	text-align:right;
}
.footer-line .footer-col-right .footer-title {
	margin:12px 0 20px 0;
	color:#fafafa;
	font-size:16px;
	text-align:center;
	font-family:'Roboto Condensed', sans-serif;
}
.line-white {
	background:#fafafa;
	font-size:0;
	height:40px;
	line-height:40px;
	font-family:'Roboto Condensed', sans-serif;
}
.line-white .footer-copyright {
	display:inline-block;
	width:50%;
	vertical-align:top;
	font-size:14px;
	color:#333;
}
.line-white .footer-webdesign {
	display:inline-block;
	width:50%;
	vertical-align:top;
	font-size:14px;
	text-align:right;
	color:#333;
}
.line-white .footer-webdesign a {
	text-decoration:none;
	color:#333;
}
.line-white .footer-webdesign a:hover {
	color:#000;
}
/* FOOTER */

.btn01 {
	display:inline-block;
	height:24px;
	padding:0 6px;
	line-height:24px;
	border:0;
	color:#fff !important;
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
	overflow:visible;
	background:#258fc3;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	font-family:'Roboto Condensed', sans-serif;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.btn01:hover {
	color:#fff !important;
	background:#196c95;
}
.btn02 {
	display:inline-block;
	position:relative;
	height:43px;
	line-height:40px;
	padding:0 10px 0 50px;
	border:0;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	text-shadow: 1px 0 1px #126e9a;
	cursor:pointer;
	overflow:visible;
	background:#248fc2;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	font-family:'Roboto Condensed', sans-serif;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.btn02:hover {
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
}
.btn02:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:44px;
	height:43px;
	-webkit-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	z-index:1;
	background:#eaf4f9 url('../images/arrow-btn.png') no-repeat right;
	overflow:hidden;
}
.btn-error-report {
    text-align:left;
    height:31px;
    padding:0 10px;
    border:solid 1px #248fc2;
    line-height:26px;
    cursor:pointer;
    color:#248fc2;
    border-radius:3px;
    font-size:13px;
    text-transform:uppercase;
    background:#fff;
}
.btn-error-report:hover {
    background:#e1f2fa;
}

input[type=text],
input[type=password],
textarea,
select {
	padding:5px;
	border:solid 1px #d7d7d7;
	color:#333;
	font-size:13px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#f0f0f0;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border:solid 1px #bbb;
}

.btn-add-to-cart {
	width:205px;
	text-align:left;
	height:31px;
	padding:0 10px 0 35px;
	border:solid 1px #248fc2;
	line-height:26px;
	cursor:pointer;
	color:#fff;
	border-radius:3px;
	font-size:13px;
	text-transform:uppercase;
	background:#248fc2 url('../images/icon-add-to-cart.png') no-repeat 8px center;
}
.btn-add-to-cart:hover {
	-webkit-box-shadow: 0 0 2px 1px rgba(22,112,154,0.3), inset 0 0 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0 0 2px 1px rgba(22,112,154,0.3), inset 0 0 1px 1px rgba(255,255,255,0.9);
}
.btn-quick-order {
	width:205px;
	text-align:left;
	height:31px;
	padding:0 10px 0 42px;
	border:solid 1px #248fc2;
	line-height:26px;
	cursor:pointer;
	color:#fff;
	border-radius:3px;
	font-size:13px;
	text-transform:uppercase;
	background:#248fc2 url('../images/icon-quick-order.png') no-repeat 8px center;
}
.btn-quick-order:hover {
	-webkit-box-shadow: 0 0 2px 1px rgba(22,112,154,0.3), inset 0 0 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0 0 2px 1px rgba(22,112,154,0.3), inset 0 0 1px 1px rgba(255,255,255,0.9);
}
.btn-make-offer {
	width:205px;
	text-align:left;
	height:31px;
	padding:0 10px 0 35px;
	border:solid 1px #248fc2;
	line-height:26px;
	cursor:pointer;
	color:#248fc2;
	border-radius:3px;
	font-size:13px;
	text-transform:uppercase;
	background:#fff url('../images/icon-offer.png') no-repeat 8px center;
}
.btn-make-offer:hover {
	background:#e1f2fa url('../images/icon-offer.png') no-repeat 8px center;
}
.btn-request {
	width:205px;
	text-align:left;
	height:31px;
	padding:0 10px 0 35px;
	border:solid 1px #248fc2;
	line-height:26px;
	cursor:pointer;
	color:#248fc2;
	border-radius:3px;
	font-size:13px;
	text-transform:uppercase;
	background:#fff url('../images/icon-request.png') no-repeat 8px center;
}
.btn-request:hover {
	background:#e1f2fa url('../images/icon-request.png') no-repeat 8px center;
}

.ui-front {
    z-index: 2000 !important;
}
.ui-dialog {
    width: 760px !important;
}
@media (max-width : 768px) {
    .ui-dialog {
        width: 98% !important;
    }
    select[name=category] {
        max-width: 100% !important;
    }
}

/* CAROUSEL HORIZONTAL */
.als-container {
	position:relative;
	height:174px;
	margin:0 auto 20px auto;
	overflow:hidden;
	z-index:0;
}
.als-viewport {
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.als-wrapper {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.als-item {
	float:left;
	position:relative;
	display:block;
	width:127px;
	height:174px;
	text-align:center;
	margin:0 8px;
	padding:0;
	color:#fff;
	font-size:14px;
	background:#fff;
	border:solid 1px #ebebeb;
	overflow:hidden;
}
.als-item .als-item-title {
	height:46px;
	padding:0 3px;
	line-height:20px;
	text-align:left;
	overflow:hidden;
}
.als-item .als-item-title a {
	color:#333;
	font-size:12px;
	text-decoration:none;
}
.als-item .als-item-title a:hover {
	color:#000;
	text-decoration:none;
}
.als-item .als-item-price {
	height:20px;
	text-align:left;
	padding:0 3px;
	overflow:hidden;
}
.als-item .als-item-price .price-regular  {
	display:inline-block;
	padding:0 3px;
	color:#800000;
	font-size:14px;
}
.als-item .als-item-price .price-regular sup  {
	font-size:10px;
}
.als-item .als-item-price .price-discounted  {
	display:inline-block;
	padding:0 3px;
	color:#800000;
	font-size:14px;
	/*background:#800000;*/
}
.als-item .als-item-price .price-discounted sup  {
	font-size:10px;
}
.als-item .als-item-price .price-old  {
	color:#181515;
	font-size:11px;
	text-decoration:line-through;
}
.als-item .als-item-price .price-old sup  {
	font-size:8px;
}
.als-prev, 
.als-next {
	position:absolute;
	top:50%;
	width:11px;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
	clear:both;
	z-index:1000;
}
.als-prev {
	left:20px;
	background:url('../images/arrow-slider-left.png') no-repeat center;
}
.als-prev:hover {
	background:url('../images/arrow-slider-left-o.png') no-repeat center;
}
.als-next {
	right:20px;
	background:url('../images/arrow-slider-right.png') no-repeat center;
}
.als-next:hover {
	background:url('../images/arrow-slider-right-o.png') no-repeat center;
}
/* CAROUSEL HORIZONTAL */

.nowrap {
	white-space: nowrap;
}
.slash {
	position: relative;
	padding: 0 3px;
	font-size: 14px;
	opacity: 20%;
}