html {
  min-height: 100%;
  position: relative;
}

body{
	background:#fff;
	color:#1c1c1c;
	/*font:16px/24px 'Open Sans Condensed', sans-serif;*/
	font-family: "Roboto Condensed", "Helvetica Neue", "PT Sans", Arial, sans-serif;
	font-weight: 300;
	font-size:16px;
	min-height: 100%;
}

/* Standard Styles Starts */

a{
	color:#ed5258;
}
a:hover, 
a:focus{
	color:#1c1c1c;
}
a:focus{
	outline:none;
}

b, strong {
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: "Roboto Condensed", "Helvetica Neue", "PT Sans", Arial, sans-serif;
	font-weight: 300;
	color:#1c1c1c;
}
h1{
	font-size:26px;
}
h2{
	font-size:32px;
	font-weight: 400;
}
h3{
	font-size:26px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}

section {
		margin: 0;
		padding: 0;
}	
.main-heading{
	font-size:42px;
}
.main-heading span{
	font-size:18px;
	color:#ed5258;
}
.main-heading2{
	font-size:24px;
}
.main-heading, 
.main-heading2, 
.sub-heading{
	text-transform:uppercase;
}
.sub-heading{
	font-size:24px;
	padding:10px 0;
}

hr{
	border-color:#909090;
	border-style:solid;
}

.footer-links, 
.footer-links h5, 
.copyright {
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: "Roboto Condensed", "Helvetica Neue", "PT Sans", Arial, sans-serif;
	font-weight: 300;
}

/* Form & Buttons Styles Starts */

.btn-main {
	background-color: #2e2e2e;
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	background-color: #ed5258;
}
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	color:#fff;
}

/* Header Area Styles Starts */

#header-area{
	padding-top:10px;
	padding-bottom:10px;
}

/* Logo Styles Starts */

	.logo {
		padding-top:15px;	
	}
	@media (max-width: 991px) {
		.logo {
			padding-top:5px;
		}		
	}	
	
	.img-brand {
		padding:4px;
		border: 1px dashed #c3c3c3;
	}
	
	.img-brand:hover {
		border: 1px dashed #ed5258;
	}	
	
	
/* Header Links Styles Starts */

	.header-links ul{
		margin-top:3px;
		text-transform:uppercase;
	}
		.header-links li{
			display:inline-block;
			font-size:15px;
		}
		.header-links li .fa{
			margin-right:3px;
		}
		.header-links li, 
		.header-links li a{
			color:#fff;
		}
		.header-links li a{
			padding:0;
		}
		.header-links li + li{
			padding-left:15px;
		}
		.header-links li a:hover, 
		.header-links li a:focus, 
		.header-links li.active a{
			background:none;
			color:#ed5258;
		}	
		
/* Currency & Languages Drop Down Styles Starts */

	.header-top .btn-group{
		display:table-cell;
	}	
		.header-top .btn-link{
			position:relative;
			padding:2px 0 0 0;
			color:#676767;
			font-size:15px;
			text-transform:uppercase;
			text-decoration:none;
			border:none;
		}
			.header-top .btn-link i.fa{
				margin-left:5px;
			}
		.header-top .btn-group + .btn-group .btn-link{
			margin-left:-1px;
			padding-left:40px;
		}

/* Search Styles Starts */

	#search{
		margin-top:10px;
	}
	#search .input-group{
	}
		#search .input-group .form-control{
			color:#000;
			font-size:14px;
			border: solid #c3c3c3;
			border-width: 1px 0 1px 1px;
		}
		#search .input-group .form-control::-moz-placeholder {
			color: #000;
		}
		#search .input-group .form-control:-ms-input-placeholder {
			color: #000;
		}
		#search .input-group .form-control::-webkit-input-placeholder {
			color: #000;
		}
		#search .input-group .btn{
			color:#fff;
			font-size:18px;
			line-height:normal;
			background-color:#f80606;
		}
		#search .input-group .btn:hover{
			background-color:#2e2e2e;
		}
		#search .input-group .form-control, 
		#search .input-group .btn {
			height:45px;	
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
			-webkit-box-shadow:none;
			   -moz-box-shadow:none;
					box-shadow:none;				
		}
		
/* Cart Style Starts */	

	#cart .btn{
		color:#000;
		background:none;
		text-align:left;
		padding:10px 0 10px 15px;
		margin: 0;
		font-size:18px;
		border:none;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
			 box-shadow:none;
	}
	#cart .btn, 
	#cart .dropdown-menu {
		-webkit-border-radius:0;
		   -moz-border-radius:0;
		        border-radius:0;
	}
		#cart .btn .fa-shopping-cart{
			margin-right:15px;
			line-height:none;
			font-size:25px;
		}				
		#cart .btn.dropdown-toggle span{
		}
		#cart .btn span#cart-total{
			margin-left:10px;
		}		
		#cart .btn .fa-shopping-cart, 
		#cart .btn span{
			float: left;
		}
		#cart .btn i.fa-caret-down{
			float:right;
		}
		#cart .dropdown-menu {
			min-width: 100%;
			margin-top:10px;
			background:#1c1c1c;
			color:#fff;
			z-index: 1001;
			padding:5px; 
		}
		#cart .open > .dropdown-menu{
			display:block;
		}
		#cart .dropdown-menu table {
			margin-bottom: 10px;
		}
		#cart .dropdown-menu table, 
		#cart .dropdown-menu table td{
			background:none;
			border:none;
		}
		#cart .dropdown-menu table.hcart td, 
		.line-bottom{
			border-bottom:1px solid #434343;
		}
		.line-top, 
		.btn-block1{
			border-top:1px solid #434343;
		}
		#cart .btn-block1{
			padding:20px 0 0;
		}
		#cart .btn-block1 a{
			padding:8px 12px;
			margin-left:10px;
			text-transform:uppercase;
			font-size:12px;
			text-decoration:none;
		}
		#cart .btn-block1 a:hover, #cart .btn-block1 a + a{
			background:#ed5258;
			color:#fff;
		}
		#cart .btn-block1 a, #cart .btn-block1 a + a:hover{
			background:#fff;
			color:#1c1c1c;
		}
		#cart .dropdown-menu li > div {
			min-width: 427px;
			padding: 0 10px;
		}
		#cart .dropdown-menu li p {
			margin: 20px 0;
		}
		#cart .dropdown-menu table.total{
		}
		#cart .dropdown-menu table.total td{
			padding:2px 8px;
		}
		#cart .dropdown-menu table td a{	
			color:#ed5258;
		}
		#cart .dropdown-menu table td a:hover{
			color:#fff;
		}		
		
/* Main Menu Styles Starts */

	#main-menu.navbar{
		margin:0;
		padding:0;
		background:#2e2e2e;
		border:solid #ed5258;
		border-width:0 0 6px;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
	#main-menu.navbar.home{
		border-color:#000;
	}
		#main-menu .navbar-nav > li{
		}
		#main-menu .navbar-nav > li + li{
		}
		#main-menu .navbar-nav > li a{
			color:#fff;
			font-size:17px;
			text-transform:uppercase;
		}
		#main-menu .navbar-nav > li > a:hover, 
		#main-menu .navbar-nav > li > a:focus, 
		#main-menu .navbar-nav > li.open a{
			background:#ed5258;
			
			color:#fff;
		}
			#main-menu .dropdown-menu{
				background:#ed5258;
				border:none;
				padding:0;
				-webkit-border-radius:0 5px 5px 5px;
				   -moz-border-radius:0 5px 5px 5px;
				        border-radius:0 5px 5px 5px;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
			}
				#main-menu .dropdown-menu li a{
					font-size:14px;
					color:#fff;
					padding-top:8px;
					padding-bottom:8px;
				}
				#main-menu .dropdown-menu li:hover a{
					background:#c2363b;
					text-decoration:none;
					-webkit-border-radius:0;
					   -moz-border-radius:0;
							border-radius:0;
				}
				#main-menu .dropdown-menu li:first-child a{
					-webkit-border-radius:0 5px 0 0;
					   -moz-border-radius:0 5px 0 0;
							border-radius:0 5px 0 0;					
							background:#8e3336;
				}				
				#main-menu .dropdown-menu li:first-child:hover a{
					-webkit-border-radius:0 5px 0 0;
					   -moz-border-radius:0 5px 0 0;
							border-radius:0 5px 0 0;
							background:#8e3336;
				}
				#main-menu .dropdown-menu li:last-child:hover a{
					-webkit-border-radius:0 0 5px 5px;
					   -moz-border-radius:0 0 5px 5px;
							border-radius:0 0 5px 5px;
				}
					#main-menu .dropdown-inner {
						display:table;
						padding-bottom:10px;
					}
						#main-menu .dropdown-inner ul {
							display:table-cell;
						}
						#main-menu .dropdown-header li a {
						-webkit-border-radius:0 5px 0 0;
						   -moz-border-radius:0 5px 0 0;
								border-radius:0 5px 0 0;					
								background:#8e3336;					
							
						}
						#main-menu .dropdown-inner li a {
							min-width:180px;
							display:block;
							padding:5px 20px;
							clear:both;
							line-height:18px;
						}
						
						#main-menu .dropdown-inner .dropdown-header a {
							background:#8e3336;
						}
						
						#main-menu .dropdown-menu .dropdown-inner li:last-child:hover a{
							-webkit-border-radius:0;
							   -moz-border-radius:0;
									border-radius:0;
						}
						
/* Breadcrumb Styles Starts */

	.breadcrumb{
		text-transform:uppercase;
		padding:5px 0 15px;
		margin-bottom:30px;
		border:solid #1c1c1c;
		border-width:0 0 1px 0;
		background:none;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
		.breadcrumb li{
			padding-right:5px;
			font-size:15px;
			color:#1c1c1c;
		}
		.breadcrumb > li + li:before{
			padding-right:10px;
			content:"\00BB";
			color:#1c1c1c;
		}
		.breadcrumb li a{
			color:#1c1c1c;
		}
		.breadcrumb li.active{
			color:#ed5258;
		}
		
/* Top Col Banners Styles Starts */

	.top-col-banners ul > li, 
	ul.brand-list > li{
		margin-top:5px;
		margin-bottom:5px;
	}
	
/* Three Column Banner Styles Starts */

	.col3-banners{
		margin-bottom:20px;
	}
	
/* Products Box Styles Starts */

	.products-list{
		margin:0;
	}
		.product-head{
			margin:10px 0 30px;
			padding:15px 25px;
			color:#fff;
			font-size:24px;
			text-transform:uppercase;
			background-color:#ed5258;
		}
		.product-col{
			margin-bottom:20px;
		}
		.product-col.side-product{
	
		}
		.product-col.list{
			margin-top:20px;
			margin-bottom:15px;
		}
		.product-col.list .image{
			margin-right:30px;
			float:left;
		}
		.product-col .image{
			position:relative;
			padding:10px;
			border:1px solid #d8d8d8;
		}
		.product-col .image > .label-new{
			left:10px;			
			background-color:#2e2e2e;
		}
		.product-col .image > .label-sale{
			right:10px;
			background-color:#fa505d;
		}
		.product-col .image > .label-new, 
		.product-col .image > .label-sale{
			padding:4px 12px;
			position:absolute;
			top:10px;
			color:#fff;
			text-transform:uppercase;
		}
		.product-col .caption{
			padding: 10px 0;
		}
		.product-col.list .caption{
			padding:0;
		}
			.product-col h4{
				font-size:22px;
			}
			.product-col.list h4{
				margin-top:5px;
			}
			.product-col h4, 
			.product-col h4 a{
				color:#2d2d2d;
			}
			.product-col h4 a:hover, 
			.product-col h4 a:focus{
				color:#ed5258;
			}
			.product-col .description{
				padding:5px 0;
				color:#8b8b8b;
				font-size:12px;
				line-height:18px;
				text-align:justify;
			}
			.product-col.list .description{
				padding-right:20px;
			}
			.product-col .price{
				padding:15px 0 10px;
				color:#ed5258;
				font-size:30px;
			}
				.product-col .price .price-tax{
					font-size:14px;
					color:#452e11;
					text-transform:uppercase;
				}
				.product-col .price span.price-new{
					padding-right:5px;
				}
				.product-col .price span.price-old{
					font-size:24px;
					color:#090b0d;
					text-decoration:line-through;
				}
			.product-col .cart-button{
				padding-top:2px;
			}
				.product-col .cart-button > .btn {
					margin-top: 10px;
				}
				.product-col .cart-button > .btn + .btn{
					margin-left:10px;
				}
				.product-col .btn-wishlist, 
				.product-col .btn-compare{
					font-size:18px;
					color:#fff;
					background-color:#ed5258;
					margin-left:3px;
				}
				.product-col .btn-wishlist:hover, 
				.product-col .btn-wishlist:focus, 
				.product-col .btn-compare:hover, 
				.product-col .btn-compare:focus{
					background-color:#2e2e2e;
				}
				.product-col .btn-cart{
					padding:7px 60px 7px 15px;
					font-size:18px;
					color:#fff;
					background:#2e2e2e;
					text-transform:uppercase;
					border:none;
					background:-moz-linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
					background:-o-linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
					background:-webkit-linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
					background:linear-gradient(125deg, #2e2e2e 145px, transparent 144px);					
				}
				.product-col .btn-cart .fa-shopping-cart{
					font-size:22px;
					margin-right:10px;
				}
				.product-col .btn-cart:hover{
					background:#ed5258;
				}
				.product-col .btn-cart:hover, 
				.product-col .btn-cart:focus{
					background:-moz-linear-gradient(125deg, #ed5258 145px, transparent 144px);
					background:-o-linear-gradient(125deg, #ed5258 145px, transparent 144px);
					background:-webkit-linear-gradient(125deg, #ed5258 145px, transparent 144px);
					background:linear-gradient(125deg, #ed5258 145px, transparent 144px);					
				}
	
/* Two Column Banner Styles Starts */

	.col2-banners{
		margin-bottom:20px;
	}
	
/* Shopping Cart Page Styles Starts */

	.shopping-cart-table{
		margin-top:30px;
		background:#fff;
		text-transform:uppercase;
	}
		.shopping-cart-table thead > tr > td{
			font-size:15px;
			font-weight:600;
			border-bottom:none;
		}
		.shopping-cart-table tbody > tr > td{
			font-size:16px;
		}
		.shopping-cart-table tbody > tr > td a:hover{
			color:#252a2f;
		}
		
/* Compare Page Styles Starts */

	.compare-table{
		margin-top:30px;
		text-transform:uppercase;
	}
		.compare-table .table{
			background:#fff;
		}
		.compare-table thead{
			background:#f9f9f9;
		}
		.compare-table thead > tr > td{
			font-size:15px;
			font-weight:600;
			border-bottom:none;
		}
		.compare-table tbody > tr > td{
			font-size:14px;
		}
		.compare-table tbody > tr > td a:hover{
			color:#252a2f;
		}
		.compare-table td{
			text-align:center;
		}
		.compare-table .rating .fa-star{
			color:#ed5258;
		}
	
/* Login & Registration Section Styles Starts */

	.login-area{
		padding-top:30px
	}
	.registration-area{
		padding-top:20px;
	}
	.panel-smart{
		padding:20px;
		background:#fff;
		border:1px solid #e8e8e8;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
		.panel-smart .panel-heading{
			padding:5px 0 15px 0;
			color:#252a2f;
			border-bottom:1px solid #929497;
		}
		.panel-smart h3.panel-title{
			font-size:24px;
		}
		.panel-smart .panel-body{
			padding:20px 0 0;
		}
	.registration-area .inner{
		margin-top:30px;
		margin-bottom:20px;
	}
	.registration-area .control-label{
		color:#8b8b8b;
		font-weight:600;
	}
	.registration-area .form-control, .registration-area .btn{
		-webkit-border-radius:0;
		   -moz-border-radius:0;
		        border-radius:0;
	}
	.registration-area .dl-horizontal{
	}
		.registration-area .dl-horizontal dt{
			font-weight:normal;
		}
		.registration-area .dl-horizontal dd{
			font-weight:bold;
		}
		.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd{
			margin-bottom:5px;
		}
	.registration-area .dl-horizontal.total{
		color:#ed5258;
		font-size:18px;
	}
		.registration-area .dl-horizontal.total dt, 
		.registration-area .dl-horizontal.total dd{
			margin-bottom:0;
		}
		
/* Main Container Styles Starts */		

	.main-container{
		margin-top:25px;
		margin-bottom:25px;
	}
	
/* Category Intro Content Styles Starts */

	.cat-intro{
		padding-top:10px;
	}
		.cat-intro .img-thumbnail{
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		.cat-intro .cat-body{
			color:#8b8b8b;
			font-size:13px;
			padding-left:5px;
			text-align:justify;
		}
		
/* Product Filter Styles Starts */

	.product-filter{
		margin:30px 0;
		padding:8px 0;
		border:solid #1c1c1c;
		border-width:1px 0;
	}
		.product-filter .display{
			padding-top:5px;
		}
			.product-filter .display a{
				color:#1c1c1c;
				font-size:24px;
				margin-right:6px;
			}
			.product-filter .display a.active{
				color:#ed5258;
			}
		.product-filter .control-label{
			padding-top:5px;
			font-size:18px;
			font-weight:normal;
		}
		.product-filter .form-control{
			height:30px;
			padding:3px 6px;
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		
/* Product Page Styles Starts */
	
	.product-info{
		padding-top:10px;
	}
		.product-info .images-block{
		}
		.product-info .images-block .thumbnail{
			padding:10px;
		}
		.product-info.full .images-block .list-inline{
			margin-left:-5px;
		}
		.product-info.full .images-block .list-inline li{
			padding-left:5px;
			padding-right:5px;
		}
		.product-info .images-block .list-inline{
			margin-left:-2px;
		}
		.product-info .images-block .list-inline li{
			padding-left:2px;
			padding-right:2px;
		}
		.product-info .images-block .list-inline .thumbnail{
			padding:5px;
		}
		.product-info .product-details{
		}
		.product-info .product-details h2{
			margin-top:0;
			font-size:24px;
		}
		.product-info .product-details h3{
			font-size:22px;
		}
		.product-info .product-details h2, .product-info .product-details h3{
			text-transform:uppercase;
		}
		.product-info .product-details .manufacturer{
			color:#ed5258;
			text-transform:uppercase;
		}
			.product-info .product-details .manufacturer span{
				min-width:130px;
				display:inline-block;
				color:#452e11;
			}
		.product-info .product-details .price{
		}
			.product-info .product-details .price-head{
				padding-right:10px;
				font-size:24px;
				color:#452e11;
				text-transform:uppercase;
			}
			.product-info .product-details .price-tax{
				padding-top:5px;
				font-size:14px;
				color:#452e11;
				text-transform:uppercase;
			}
			.product-info .product-details .price-new{
				color:#ed5258;
				font-size:24px;
				padding-right:5px;
			}
			.product-info .product-details .price-old{
				font-size:18px;
				color:#452e11;
				text-decoration:line-through;
			}
		.product-info .product-details .options{
		}
			.product-info .product-details .options h3{
				margin-bottom:20px;
			}
			.product-info .product-details .options h6{
				font-weight:700;
			}
			.product-info .product-details .cart-button{
				padding-top:2px;
			}
				.product-info .product-details .cart-button .btn{
					margin-top: 10px;
				}
				.product-info .product-details .cart-button > .btn + .btn{
					margin-left:10px;
				}
				.product-info .product-details .btn-wishlist, 
				.product-info .product-details .btn-compare{
					font-size:18px;
					color:#fff;
					background-color:#ed5258;
					margin-left:3px;
				}
				.product-info .product-details .btn-wishlist:hover, 
				.product-info .product-details .btn-wishlist:focus, 
				.product-info .product-details .btn-compare:hover, 
				.product-info .product-details .btn-compare:focus{
					background-color:#2e2e2e;
				}
				.product-info .product-details .btn-cart{
					padding:7px 60px 7px 15px;
					font-size:18px;
					color:#fff;
					background:#2e2e2e;
					text-transform:uppercase;
					border:none;
					background:-moz-linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
					background:-o-linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
					background:-webkit-linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
					background:linear-gradient(125deg, #2e2e2e 145px, transparent 144px);
				}				
				.product-info .product-details .btn-cart .fa-shopping-cart{
					font-size:22px;
					margin-right:10px;
				}
				.product-info .product-details .btn-cart:hover{
					background:#ed5258;
				}
				.product-info .product-details .btn-cart:hover, 
				.product-info .product-details .btn-cart:focus{
					background:-moz-linear-gradient(125deg, #ed5258 145px, transparent 144px);
					background:-o-linear-gradient(125deg, #ed5258 145px, transparent 144px);
					background:-webkit-linear-gradient(125deg, #ed5258 145px, transparent 144px);
					background:linear-gradient(125deg, #ed5258 145px, transparent 144px);
				}
	.product-info-box{
		padding-top:10px;
	}
	.product-info-box + .product-info-box{
		padding-top:30px;
	}
		.product-info-box .heading{
			padding-bottom:20px;
			padding:12px 20px;
			font-size:18px;
			color:#fff;
			background:#ed5258;
		}
		.product-info-box .content{
			background:none;
			border:none;
			padding:20px;
			padding:20px;
			border:1px solid #ddd;
		}
		
/* Tabs Styles Starts */

	.tabs-panel{
		margin-top:30px;
	}
	.tabs-panel.panel-smart{
		padding:0;
		background:none;
		border:none;
	}
		.tabs-panel .nav-tabs{
			font-size:16px;
			border-bottom:1px solid #ed5258;
		}
		.tabs-panel .nav-tabs > li{
			margin-bottom:0;
			margin-right:5px;
		}
		.tabs-panel .nav-tabs > li > a{
			color:#452e11;
			margin:0; 
		}
		.tabs-panel .nav-tabs > li > a, 
		.tabs-panel .btn, 
		.tabs-panel .form-control{
			-webkit-border-radius:0;
			   -moz-border-radius:0;
			        border-radius:0;
		}
		.tabs-panel .nav-tabs > li.active > a, 
		.tabs-panel .nav-tabs > li.active > a:hover, 
		.tabs-panel .nav-tabs > li.active > a:focus, 
		.tabs-panel .nav > li > a:hover, 
		.tabs-panel .nav > li > a:focus{
			background:none;
		}
		.tabs-panel .nav-tabs > li > a, 
		.tabs-panel .nav-tabs > li.active > a, 
		.tabs-panel .nav-tabs > li.active > a:hover, 
		.tabs-panel .nav-tabs > li.active > a:focus, 
		.tabs-panel .nav-tabs > li > a:hover{
			border:none;
		}
		.tabs-panel .nav-tabs > li.active, 
		.tabs-panel .nav-tabs > li.active > a, 
		.tabs-panel .nav-tabs > li > a:hover{
			background:#ed5258;
			color:#fff;
			-webkit-border-radius:5px 5px 0 0;
			   -moz-border-radius:5px 5px 0 0;
			        border-radius:5px 5px 0 0;
		}
		.tabs-panel .tab-content{
			padding:20px 0;
		}
		.tabs-panel .tab-content .table{
			background:#fff;
		}
		.tabs-panel label.control-label{
			text-transform:uppercase;
			font-weight:normal;
		}
		.tabs-panel label.control-label.ratings{
			padding-top:1px;
		}
		.tabs-panel .btn{
			margin-left:-10px;
		}
		
/* Pagination Styles Starts */

	.pagination{
		margin:5px 0 5px; 
	}
		.pagination > li > a{
			color:#444c53;
		}
		.pagination > li:first-child > a, 
		.pagination > li:first-child > span,
		.pagination > li:last-child > a, 
		.pagination > li:last-child > span{
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		.pagination > .active > a, 
		.pagination > .active > span, 
		.pagination > .active > a:hover, 
		.pagination > .active > span:hover, 
		.pagination > .active > a:focus, 
		.pagination > .active > span:focus{
			background:#ed5258;
			border-color:#ed5258;
		}
	.results{
		padding-top:30px;
		text-align:right;
	}
		
/* Page Content Styles Starts */

	.page-box{
		color:#000;
		font-size:16px;
		line-height: 18px;
		margin-bottom:40px;
	}
		.page-box h3{
			margin:0;
			font-size:24px;
			color:#252a2f;
		}
		.page-box h3, .page-box h4{
			text-transform:uppercase;		
		}
		.page-box h4{
			margin:5px 0 15px;
			color:#ed5258;
			font-size:16px;
		}
		.page-box .sm-links{
			margin-bottom:20px;
		}
			.page-box .sm-links li{
				background:#1c1c1c;
				width:34px;
				text-align:center;
				padding:5px 0 4px;
				margin:0 0 0 4px;
			}
			.page-box .sm-links li:hover, 
			.page-box .sm-links li:focus{
				background:#ed5258;
			}
				.page-box .sm-links li a .fa{
					color:#fff;
					font-size:24px;
				}
				
/* Content Box Styles Starts */

	.content-box{
		margin-top:20px;
		padding:0;
	}
		.content-box .special-heading{
			font-size:100px;
			color:#ed5258;
			margin-top:0;
			margin-bottom:30px;
		}
		
/* Map Wrapper Styles Starts */

	#map-wrapper{
		border:1px solid #feffff;
		margin:20px 0;
		height:250px;
	}
	#map-wrapper2{
		border:1px solid #feffff;
		margin:20px 0;
		height:250px;
	}		
/* Sidebar Styles Stars */

	.side-heading{
		margin-top:0;
		padding:12px 20px;
		font-size:18px;
		color:#fff;
		background:#ed5258;		
	}
	.list-group, .list-group-item:first-child, .list-group-item:last-child{
		-webkit-border-radius:0;
		   -moz-border-radius:0;
		        border-radius:0;
	}
	.list-group-item{
		color:#252a2f;
		font-size:14px;
		text-transform:uppercase;
	}
	.list-group-item .fa{
		font-size:12px;
		padding-right:6px;
	}
	.filter-group{
		margin-left:20px;
	}
	
/* Blockquote Styles Starts */

	.panel-smart blockquote{
		margin:0;
		padding:5px 15px;
		color:#8b8b8b;
		font-size:13px;
		border:none;
	}
	.panel-smart blockquote footer{
		padding-top:10px;
		color:#252a2f;
		font-size:14px;
	}
	
/* Contact Details Box Styles Starts */
	
	.contact-details li + li{
		margin-top:20px;
	}
	.contact-details li .fa{
		color:#ed5258;
		padding:5px 10px 0 0;
		font-size:18px;
	}

/* Footer Links Styles Starts */

	.footer-links{
		background:#2e2e2e;
		padding:30px 0 40px;
		border-top: 8px solid #ed5258;
	}
		.footer-links h5{
			text-transform:uppercase;
			margin-bottom:20px;
		}
		.footer-links ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			.footer-links li{
				padding:4px 0;
			}
				.footer-links, 
				.footer-links li, 
				.footer-links li a, 
				.footer-links li a:hover, 
				.footer-links h4, 
				.footer-links h5{
					color:#fff;
					font-weight:300;
				}
				.footer-links .last h4.lead{
					font-size:24px;
					margin-bottom:0;
				}
				.footer-links .last h4.lead span{
					color:#ed5258;
				}

/* Copyright Styles Starts */

	.copyright{
		padding:18px 0 8px;
		color: #fff;
		background:#000;
	}
		.copyright a{
			color:#ed5258;
		}
		.copyright p{
			padding-top:4px;
		}
		
/* Genric Styles Starts */

.thumbnail, 
.form-control, 
.btn {
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;	
}
.no-box-shadow {
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}














.infobox {
    display: inline-block;
    height: 60px;
    color: #555;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.infobox-grey {
    color: #999999;
    border-color: #999999;
}

.infobox-dark {
    margin: 1px 1px 0 0;
    border-color: transparent !important;
    border-width: 0;
    color: #FFF;
    padding: 4px;
}

.infobox-small {
    height: 52px;
    text-align: left;
    padding-bottom: 5px;
}

.infobox-grey.infobox-dark {
    background-color: #2e2e2e;
    border-color: #999999;
}

.infobox > .infobox-icon {
    display: inline-block;
    vertical-align: middle;
	text-align:center;
    width: 44px;
	height: 60px;
	color: #d2d2d2;
}

.infobox-small > .infobox-icon, .infobox-small > .infobox-chart, .infobox-small > .infobox-progress {
    display: inline-block;
    width: 40px;
    max-width: 40px;
    height: 42px;
    line-height: 38px;
    vertical-align: middle;
}
.infobox > .infobox-data {
    display: inline-block;
    border-width: 0;
    border-top-width: 0;
    font-size: 14px;
    text-align: left;
    line-height: 15px;
    min-width: 130px;
    padding-left: 8px;
    position: relative;
    top: 0;
	color: #d2d2d2;
}

.infobox-data .header {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
}
.infobox-small > .infobox-data {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 72px;
    min-width: 0;
}

.infobox:hover > .infobox-icon {
	color: #fff;
}	

.no-margin-top {
	margin-top:0px;
}

.vehicle-column {
	min-width: 100%;
	padding:10px;
    display: inline-block;
    vertical-align: middle;
	text-align:center;	
    font-size: 19px;
    border: 1px dashed #c3c3c3;
    color: #c3c3c3;	
}
	
.vehicle-column:hover {
		border: 1px dashed #ed5258;
	}

.vehicle-column a {
    min-width: 100%;
	font-weight:bold;
    display: inline-block;
    font-size: 19px;
    color: #000;
    text-decoration: none;	
}

.model-column-header {
	color: #fff;	
    vertical-align: middle;
	text-align:left;	
    font-size: 18px;
	font-weight:400;
	background: #2e2e2e;
	padding:10px;	
}


.model-column {
	min-width: 100%;
	padding:10px;
    display: inline-block;
    vertical-align: middle;
	text-align:left;	
    font-size: 17px;
    border: 1px dashed #c3c3c3;
    color: #c3c3c3;	
}
	
.model-column:hover,
.model-column:focus {
		border: 1px dashed #ed5258;
	}

.model-column a {
    min-width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-decoration: none;	
}
.model-column a:hover,
.model-column a:focus {
	 color:#ed5258;
}

.model-column-small {
	border-bottom: 1px dashed #c3c3c3;
	margin-bottom: 5px;
}

.model-column-small a {
    min-width: 100%;
    display: inline-block;
	padding: 3px;
    font-size: 17px;
    text-decoration: none;	
}

.model-column-small .fa {
    font-size: 12px;	
	color: #000;
}

.model-column-img {
	min-width: 100%;
	height: 240px;
	padding:10px;
    display: inline-block;
    vertical-align: middle;
	text-align:center;	
    font-size: 17px;
    border: 1px dashed #c3c3c3;
    color: #c3c3c3;	
	position: relative; 
	overflow: hidden;
}
	
.model-column-img:hover,
.model-column-img:focus {
		border: 1px dashed #ed5258;
	}

.model-column-img a {
    min-width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-decoration: none;	
}
.model-column-img a:hover,
.model-column-img a:focus {
	 color:#ed5258;
}	

 .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
 .model-column-img.load {
	padding:4px;
	white-space: nowrap;
 } 
 .model-column-img.load img {
opacity: 1;
transition: opacity 0.3s;
max-width:140px;
max-height:180px;
vertical-align: middle;
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
}
 
.model-column-img.load img:hover{
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -o-transform: scale(1.5);
 }
 
.model-column-img.load img[data-src] {
opacity: 0;
}
.model-column-img .img-tlt {
	padding:0 10px 6px 0;
	width:100%;
	text-align: center;
	bottom: 0;
	position: absolute;
	background-color:#fff;
	white-space: normal;
}

/*
.vehicle-column ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.vehicle-column li {
    margin-bottom: 10px;
    padding-bottom: 1px;
	list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;	
}
.vehicle-column a:hover {
	color: #49abe6;
	text-decoration:none;
	border-color:#49abe6;
}
.vehicle-column a .fa {
	float:right;
	font-size:18px;
	font-weight:700;
	padding-left:20px
}
*/
@media (max-width:695px){
	.pp-image,.pp-image img{max-width:100%;height:auto!important;width:auto!important;min-height:auto!important}
	.pp-image img{position:relative;display:block;max-width:100%}
}
@media (max-width:485px){
	.pp-image,.pp-image img{max-width:100%;height:auto!important;width:auto!important;min-height:auto!important}
	.pp-image img{position:relative;display:block;max-width:100%}
}
.parts-diagram {
	border: 1px dashed #c3c3c3;
}
.sticky-content.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky {
  position: fixed;
}
.stop {
  position: relative;
}

.list-code a{
	font-size:17px;
	line-height: 16px;
	font-weight: 400;
text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #ed5258;	
}

.list-code-old {
	font-size:16px;
}

.list-price {
	font-size:18px;
}
.list-price-old {
	font-size:16px;
}
.list-descr {
	font-size:14px;
}
.button-xs {
	width: 80px;	
}	

@media (max-width: 767px) {
	.list-descr {
		max-width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.button-xs {
		width: 40px;	
	}		
}

.list-note {
	font-size:15px;
	font-style: italic;
}

.list-img {
    color: #fff;
    background: #5e5e5e;	
	font-weight: 300;
	padding-top:6px;
	width: 100%;
	height: 32px;
	text-align:center;
}	

.btn-add-cart {
    color: #fff;
    background: #2e2e2e;
    text-transform: uppercase;
    border: none;
}

.prod-list>thead>tr  {
    background: #2e2e2e;	
	border-top: 3px solid #e0e0e0;
}

.prod-list>thead>tr>th  {
    font-size:14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.prod-list>tbody>tr  {
    background:#fff;
}

.prod-list>tbody>tr>td  {
    vertical-align: middle;
	border-top: 3px solid #e0e0e0;
}

.prod-list-more>tbody>tr>td  {
	border-top: 0;
}
.prod-list-more {
	margin-bottom: 0;
}

.prod-list-price>tbody>tr>td  {
    vertical-align: middle;
}

.prod-list-price>caption {
	font-weight: 400;
}	

.btn-add-cart:focus,
.btn-add-cart:hover{
	color: #fff;
	background:#ed5258;
}

.btn-add-cart-invers {
    color: #fff;
    background: #ed5258;
    text-transform: uppercase;
    border: none;
}

.btn-add-cart-invers:focus,
.btn-add-cart-invers:hover{
	color: #fff;
	background:#2e2e2e;
}

.btn-add-cart-invers-large {
    color: #fff;
    background: #ed5258;
	font-size:18px;
    text-transform: uppercase;
    border: none;
}

.btn-add-cart-invers-large:focus,
.btn-add-cart-invers-large:hover{
	color: #fff;
	background:#2e2e2e;
}

.btn-add-price {
    color: #fff;
    background: #ed5258;
    border: none;
}



.btn-add-price:focus,
.btn-add-price:hover{
	color: #fff;
	background:#2e2e2e;
}


.srch-result-code {
	font-size:16px;
}
.srch-result-descr {
	font-size:16px;
}

.card {
	width: 420px;
	height: 320px;
	background-image: url("/images/oem_bg.png");
	background-repeat: no-repeat;
	position: relative; 
	text-align: left;
}

.card-code {
	position: absolute;
	top: 205px;
	left: 160px;
	font-size:30px;
	font-weight: bold;
	text-transform:uppercase;
}
.card-descr {
	position: absolute;
	top: 238px;
	left: 36px;
	font-size:20px;
	text-transform:uppercase;
	min-width: 100%;
}

.card-img {
	width: 165px;
	height: 50px;	
	position: absolute;
	top: 43px;
	left: 36px;		
}

.card-qr {
	width: 111px;
	height: 111px;	
	position: absolute;
	top: 122px;
	left: 36px;	
}

.heading-black {
    padding-bottom: 20px;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    background: #1c1c1c;	
}

.form-control {
	font-size:16px;
}	

.privat li {
	display:block; 
	margin:2px; 
	padding:4px; 
	padding-left:10px;
}

.privat li:hover,
.privat li:focus {
			background:#1c1c1c;
}

.privat li a {
	width: 100%;
}

.privat li a:hover,
.privat li a:focus{
	width: 100%;
}	

.acc {
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
}

.acc a {
	padding-top:2px;
	font-size: 13px;
}	
/* Product Carousel Styles Starts */	
	
	.product-carousel .product-head{
	}
	.product-carousel .row{
		margin-left:-5px;
		margin-right:-5px;
	}
	.product-carousel .col-xs-12{
		padding-left:0;
		padding-right:0;
	}
    #owl-product .item{
		padding-left:5px;
		padding-right:5px;
		margin-left:5px;
		margin-right:5px;
		height: 400px;
		position: relative;
		text-align:center;
		border: 1px solid #d8d8d8;
    }
    #owl-product .caption{
		padding-left:0px;
		padding-right:10px;		
		text-align:center;
		position:absolute;
		bottom: 0;
    }	
	
    #owl-product .caption h4 {
		font-size:18px;
		line-height:18px;
		background: #ffffff;
		margin-bottom:0px;
    }		
	
    #owl-product .caption h4 a{
		font-size:16px;
		line-height:16px;
    }	

	#owl-product .product-col .price {
		background: #ffffff;
	}
	
	#owl-product .btn-add-cart .fa {
		margin-right:10px;
	}
		
	#owl-product .owl-controls{
		margin:0;
	}
		#owl-product .owl-controls .owl-buttons div{
			position:absolute;
			background:none;
			font-size:22px;
		}	
		#owl-product .owl-controls .owl-buttons .owl-prev, 
		#owl-product .owl-controls .owl-buttons .owl-next{
			top:-46px;
			color:#fff;
		}
		#owl-product .owl-controls .owl-buttons .owl-prev{
			right:60px;
		}	 
		#owl-product .owl-controls .owl-buttons .owl-next{
			right:20px;
		}

.sub-heading span {
	font-size: 18px;
}	

.tire_lnk a {
	color: #000;
}
	
.tire_lnk a:hover,
.tire_lnk a:focus{
	color:#ed5258;
}

   .product-col.result {
		padding-left:5px;
		padding-right:5px;
		height: 400px;
		position: relative;
		text-align:center;
		border: 1px solid #d8d8d8;
    }		
    .caption.result {	
		text-align:center;
		position:absolute;
		bottom: 0;
		background: #ffffff;
    }	

.group-metro {
   padding: 0 !important;
   margin: 0 !important;
   border: 1px solid #fff;
   border-top: 2px solid #fff;
   cursor: pointer;
}

.grow {
 overflow:hidden;
 width: 100%;
 height:100%;
 }


.grow img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
  width: 100%;
 }
 
.grow img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
.group-metro .title { 
    font-family: "Roboto Condensed", "Helvetica Neue", "PT Sans", Arial, sans-serif;
    font-weight: 300;
	font-size: 19px;
	text-transform: uppercase;
    color: #ffffff;
	padding: 6px;
	border: 1px solid #2e2e2e;
	position: absolute;
	bottom: 0;
	width:100%;
	background-color: rgba(46, 46, 46, 0.9);
}	

.group-metro .title span{ 
	font-weight: 400;
	color: #ed5258;
    /*color: #ed5258;*/
}


input[type=checkbox].ace,
input[type=radio].ace {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
label input[type=checkbox].ace,
label input[type=radio].ace {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
  outline: none !important;
}
input[type=checkbox].ace + .lbl,
input[type=radio].ace + .lbl {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}
input[type=checkbox].ace + .lbl::before,
input[type=radio].ace + .lbl::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #C8C8C8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}
input[type=checkbox].ace:checked + .lbl::before,
input[type=radio].ace:checked + .lbl::before {
  display: inline-block;
  content: '\f00c';
  color: #32A3CE;
  background-color: #F5F8FC;
  border-color: #ADB8C0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type=checkbox].ace:hover + .lbl::before,
input[type=radio].ace:hover + .lbl::before,
input[type=checkbox].ace + .lbl:hover::before,
input[type=radio].ace + .lbl:hover::before {
  border-color: #FF893C;
}
input[type=checkbox].ace:focus + .lbl::before,
input[type=radio].ace:focus + .lbl::before {
  border-color: #F59942;
}
input[type=checkbox].ace:active + .lbl::before,
input[type=radio].ace:active + .lbl::before,
input[type=checkbox].ace:checked:active + .lbl::before,
input[type=radio].ace:checked:active + .lbl::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].ace.ace-checkbox-2 + .lbl::before,
input[type=radio].ace.ace-checkbox-2 + .lbl::before {
  box-shadow: none;
}
input[type=checkbox].ace.ace-checkbox-2:checked + .lbl::before,
input[type=radio].ace.ace-checkbox-2:checked + .lbl::before {
  background-color: #F9A021;
  border-color: #F9A021;
  color: #FFF;
}
input[type=checkbox].ace:disabled + .lbl::before,
input[type=radio].ace:disabled + .lbl::before,
input[type=checkbox].ace[disabled] + .lbl::before,
input[type=radio].ace[disabled] + .lbl::before,
input[type=checkbox].ace.disabled + .lbl::before,
input[type=radio].ace.disabled + .lbl::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #BBB;
}
.checkbox label input[type=checkbox].ace + .lbl,
.radio label input[type=radio].ace + .lbl {
  margin-left: -10px;
}
input[type=radio].ace + .lbl::before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #32A3CE;
  line-height: 15px;
  height: 17px;
  min-width: 17px;
}
input[type=radio].ace:checked + .lbl::before {
  content: "\f111";
}
input[type=checkbox].ace.input-lg + .lbl::before {
  border-radius: 4px;
  font-size: 16px;
  height: 24px;
  line-height: 21px;
  min-width: 24px;
  top: auto;
}
input[type=radio].ace.input-lg + .lbl::before {
  font-size: 14px;
  height: 24px;
  line-height: 22px;
  min-width: 24px;
  top: auto;
}
.radio+.radio {
    margin-top: 10px;
}

.radio-filter {
    min-width: 130px;
    padding: 8px 0 8px 0;
	margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    border: 1px dashed #c3c3c3;	
	margin-bottom:0;
}

.radio-filter.small {
    min-width: 90px;
	padding-right:10px;
}

.models-ul {
	column-width:250px;
}
.models-ul li {
	display:list-item;
	break-inside: avoid;
	padding: 6px;
}
.models-ul li a {
	font-size: 19px;
	text-decoration: underline;
	    font-weight: normal;
}
.models-ul li p {
	margin: 0 0 0 15px;
}	

.models2-ul li a {
	font-size: 19px;
	text-decoration: underline;
	    font-weight: normal;
}

.s-catalog__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 180px;
}

.s-catalog__items, .s-catalog__scroll-to-items {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1920px;
}



@media screen and (min-width: 1200px) {
	.s-catalog__items-image-group-wrapper {
		width: auto;
		margin: 0 30px 30px 0;
	}
}
.s-catalog__items-image-group-wrapper {
    border: 1px solid #ccc;
    margin: 0 auto 50px;
    width: 100%;
}

.index-brand-baner {
	background: #2e2e2e;
	padding:0 30px;
	border-bottom:4px solid #000000;
	width: 100%;
	text-align:center;
}

.index-brand-baner:hover {
	background: #000000;
}	

.index-brand-baner:not(:hover) {
  transition: 3s;
}

.index-brand-baner img {
	text-align:center;
}

.featuredCardCols {
    padding: 0 15px;
    float: left;
}	

.featuredCards {
    margin: 15px 0;
    padding: 0;
    border: solid 10px #fff;
    height: 260px;
    position: relative;
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 12px rgba(188, 188, 188, 0.35);
    -webkit-box-shadow: 1px 1px 12px rgba(188, 188, 188, 0.35);
    box-shadow: 1px 1px 12px rgba(188, 188, 188, 0.35);
    transition: all .6s cubic-bezier(0.165, .84, .44, 1), box-shadow .8s cubic-bezier(0.165, .84, .44, 1);
}	
.featuredCards:hover {
	box-shadow: 0 20px 35px -20px #000;
	transform: translateY(-5px);
}
.featuredCardOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(55, 119, 188, 0.7);*/
	background-color: rgba(40, 40, 40, 0.7);
}
.featuredCardsContent {
	position: absolute;
	width: calc(100% - 20px);
	left: 10px;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}	
	
.featuredCardsContent img {
	max-width: 250px;
	max-height: 70px;
}
.featuredCardsContent p {
	color: #ffffff;
	padding: 0 15px;
}		
	
.featuredCardsContent p a {
	font-weight: 400;
	text-decoration: underline;
	color: #ffffff;
	transition: all 200ms linear;
}
				
.featuredCardsContent p a:hover {
    color: #f9a11b;
}

.featuredCardsContent .btn-primary {
	width: 75%;
	padding: 0;
	max-width: 200px;
	height: 40px;
	line-height: 37px;
	background-color: #ed5258;
	border-color: #ed5258;
	opacity: 0.9;
}			
.featuredCardsContent .btn-primary:hover {
	opacity: 1;
}

.homepage-header {
    position: relative;
    height: 485px;
    width: 100%;
    background-image: url('/images/hero.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border-bottom:solid 6px #000;
	
    .container,
    .row {
        transform-style: preserve-3d;
        height: 100%;
    }
}

.heroCaption h3 {
	font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.4;
    font-size: 50px;
	color: #ffffff;
    font-weight: 400;
    margin-top: 20px;
	text-shadow: 2px 2px 2px #383838;
	text-transform: uppercase;
}

.brandCaption h3 {
	font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.2;
    font-size: 30px;
	color: #2e2e2e;
    font-weight: 400;
    margin-top: 20px;
	text-shadow: 2px 2px 2px #ccc;
	text-transform: uppercase;
	text-align:center;	
}

.discountCaption h3 {
	font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.2;
    font-size: 30px;
	color: #fff;
    font-weight: 400;
    margin-top: 20px;
	text-shadow: 1px 1px 1px #ccc;
	text-transform: uppercase;
	text-align:center;	
}

.discountPrc {
	font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.2;
    font-size: 26px;
	color: #fff;
    font-weight: 400;
	text-shadow: 1px 1px 1px #ccc;
	text-transform: uppercase;	
}	

@media screen and (max-width: 1200px){
    .heroCaption h3 {
        line-height: 1.2;
        font-size: 42px;
    }
}

@media screen and (max-width: 992px){
    .heroCaption h3 {
        line-height: 1.2;
        font-size: 30px;
    }
	
	.nopadding-xs {
		padding: 0;
	}	
}

.main-filter {
	background-color: #2e2e2e;
	border-color: #000;
	opacity: 0.9;	
	margin-top: 20px;
	padding-bottom: 20px;
    -moz-box-shadow: 1px 1px 12px rgba(188, 188, 188, 0.35);
    -webkit-box-shadow: 1px 1px 12px rgba(188, 188, 188, 0.35);
    box-shadow: 1px 1px 12px rgba(188, 188, 188, 0.35);
    transition: all .6s cubic-bezier(0.165, .84, .44, 1), box-shadow .8s cubic-bezier(0.165, .84, .44, 1);	
}	

.main-filter-head {
	color: #ffffff;
	text-align:center;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
}	

.main-filter .btn-add-cart {
	background-color: #ed5258;
}	

.discount-list {
		color: #fff;
		font-size: 16px;
}

.discount-list .title {
		font-size: 20px;
}	

.discount-list a {
	text-decoration: none;
    border-bottom: 1px dashed #fff;
	color: #fff;
}	

.copyright .dropdown-menu { 
	background: #2e2e2e;
}

.copyright .nav .open>a, .copyright  .nav .open>a:focus, .copyright .nav .open>a:hover {
    background-color: #000;
    border-color: #000;
}

.copyright .dropdown-menu .divider {
    background-color: #000;
}
	.aa a {
		color: #337AB7;
		    font-weight: 400;
    border-bottom: 1px dotted;
    text-decoration: none;
    display: inline-block;
    height: 1em;
    line-height: 1.05em;			
	}
	.arrow-7 {
		margin: 40px auto 10px auto;
		width: 38px;
		height: 60px;
		display: table-cell;
	}
	.arrow-7 span {
		display: block;
		width: 20px;
		height: 20px;
		border-bottom: 3px solid #337AB7;
		border-right: 3px solid #337AB7;
		transform: rotate(45deg);
		margin: -16px 0;
		animation: arrow-7 2s infinite;
	}
	.arrow-7 span:nth-child(2){
		animation-delay: -0.2s;
	}
	.arrow-7 span:nth-child(3){
		animation-delay: -0.4s;
	}
	@keyframes arrow-7 {
		0%{
			opacity: 0;
			transform: translate(0,-20px) rotate(45deg);
		}
		50%{
			opacity: 1;
		}
		100%{
			opacity: 0;
			transform: translate(0,20px) rotate(45deg);
		}
	}
