body{
	font-family: 'Ubuntu', sans-serif;
}
a{
	color: #333;
}
a:hover{
	color: #000;
}
#cart .dropdown-menu{padding:0 10px;width:200%}
.alert a,.top #cart .dropdown-menu a{color:#000}
.pretop{
	background-color: #333;
	line-height: 30px;
}
.top{
	background-color: #271403;
}
.top a{
	line-height: 30px;
	color: #fff;
	font-size: 13px;
}
.top #search input{
	border: none;
	font-size:12px;
	margin-top: 3px;
	height: 25px;
}
.top #search button{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	margin-top: 3px;
	padding-bottom: 2px;
}
.top #search button:hover{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.top .list-inline{
	margin: 0;
}
.top #cart button{
	background-color: #271403;
	color: #fff;
	font-size: 13px;
}
.title-fluid{
	background-color: #eb5600;
	min-height:56px;
	box-shadow:0px 2px 3px;
}
.topmenu > .container{
	position: relative;
	
}
.contact-block{
	position:absolute;
	color: #fff;
	background-color:rgba(40, 20, 0, 0.5);
	padding: 10px 15px;
	top:100%;
	width:190px;
}
.right-contact{
	right:0;
	text-align:right;
}
.menu #logo{
	z-index: 10;
	width: 130px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	margin-top: -15px; 
}
.menu #menu{
	margin-bottom: 0;
}
.navbar-nav>div>li>a{    
	position: relative;
    display: block;
    padding: 10px 3px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.navbar-nav>div>li>a:hover{
	background-color: #893502;
	text-decoration: none;
	color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover{	
	background-color: transparent;
}
.owl-carousel img{
	width:100%;
	max-width:100%;
	max-height:500px;
}
.title{
	background-color: #eb5600;
	min-height:46px;
	line-height: 46px;
	box-shadow:0px 2px 3px;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
}
.title.no-shadow{
	margin-top: -56px;
	margin-bottom: 30px;
	box-shadow: none;
}
.category-wall img{
	width: 100%;
	max-width: 100%;
}
.category-wall .category-item{
	position: relative;
}
.category-wall .category-item .cat-caption{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.category-wall .category-item .cat-caption .cat-name{
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: rgba(41,27,10,0.5);
	font-weight: 600;
	transition:0.5s all;
}
.category-wall .category-item:hover .cat-caption .cat-name,
.category-wall .category-item .cat-caption .cat-name:hover{
	color: #fff;
	background-color: rgba(41,27,10,1);
}
ul.thumbnails{list-style:none;padding:0}
.previousNextProductBox{margin-bottom:15px}
.nextProduct{text-align:right}
.tab-content{padding:15px 0}
.product-layout .rating{
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -76px;
}
.product-layout .product-thumb{
	text-align: center;
	background-color: transparent;
	position: relative;
	padding-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #999;
}
.product-layout .product-thumb:hover{
	-webkit-box-shadow: 2px 2px 3px, -2px 2px 3px;
	-moz-box-shadow: 2px 2px 3px, -2px 2px 3px;
	box-shadow: 2px 2px 3px, -2px 2px 3px;
}
.product-layout .product-thumb img{
	margin: 0 auto;
	margin-bottom: 12px;
}
.product-layout .product-thumb .caption{
	padding: 15px;
}
.product-layout .product-thumb .caption div a{
	display: block;
	max-height:38px;
	min-height:38px;
	overflow: hidden;
}
.product-layout:hover .product-thumb .caption div a,
.product-layout .product-thumb .caption div a:hover{
	color: #333;
	text-decoration: none;
}
.price{
    color:#1e00eb;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 23px;
	text-transform: uppercase;

	font-weight: bold;
}
.product-layout .product-thumb .button-group .cart{
	width: 100%;
	background-color: #eb5600;
	color: #000;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	transition: 0.5s all;
	font-size: 15px;
}
.product-layout .product-thumb .button-group .cart:hover{
	color: #333;
}
.product-layout .product-thumb .button-group .star,
.product-layout .product-thumb .button-group .exchange{
	position: absolute;
	top: 15px;
	width:30px;
	height:30px;
	border:1px solid;
	border-radius:3px;
}
.product-layout .product-thumb .button-group .star:hover,
.product-layout .product-thumb .button-group .exchange:hover{
	color: #000;
}
.product-layout .product-thumb .button-group .star{
	left: 15px;
}
.product-layout .product-thumb .button-group .exchange{
	right: 15px;
}
footer{
	background-color: #4d301a;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #333;
}
footer img{
	margin: 0 auto;
	max-width:100%;
} 
footer p{
	margin-top: 15px;
	text-align: center;
}
footer ul{
	list-style: none;
	margin: 0;
}
footer ul li {
	padding: 5px 0;
}
footer ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
footer ul li a:hover{
	color: #999;
}
@media (max-width: 768px){	
	footer ul li{
		text-align: center;
	}
	#cart .dropdown-menu{width:100%}
}
@media (min-width: 768px){
	.menu .menu-left{padding-right:60px;}
	.menu .menu-right{padding-left: 60px;}
	.navbar-nav {
		width: 100%;
	}
	.navbar-nav>div>li {    
		position: relative;
		display: table;
		float: left;
		text-align: center;
		width: 25%;
	}
	.navbar-nav>div>li>a{    
		height: 54px;
		display: table-cell;
		vertical-align: middle;
	}
}