*{outline:none !important;}
h1,h2,h3,h4,h5,h6,p{margin:0; padding:0;}

body{font-family: Arial, Helvetica, sans-serif;}

.clear{clear: both;}
.full-width{width: 100%;}
.overflow{overflow: hidden;}


#header{
	padding:15px 0;
	border-top:2px solid #f45201;
	background:url(../images/bg.png) top center repeat-x #000;
}
#top-text{margin-top:29px;}


#top-nav{margin:35px 0 10px 0;}
#top-nav ul{
	margin:0px;
	padding:0px;
	float:none !important;
	list-style-type: none;
	text-align: center;
}
#top-nav ul li{
	float:none;
	list-style:none;
	display:inline;
	margin:0 5px;
}
#top-nav ul li a{
	font-size:12px;
	color:#fff;
	text-align:center;
}
#top-nav ul li a:hover{
	text-decoration:underline;
}

#search input{
	padding:10px !important;
	height:30px;
	font-weight:400;
	font-size:12px;
	color:#000;
	padding:0 10px;
	margin:0;
	background:#fff;
	border-radius:0;
	border:none;
	box-shadow:none;
}
#search button{
	padding:5px 10px;
	color:#fff;
	font-size:14px;
	background:#bda068;
	border-radius:0;
	border:none;
}

.navbar-toggle2 {
    float: none !important;
	width:100%;
	margin:0!important;
	font-weight:700;
	color:#fff !important;	
}
.navbar{
    position: relative;
    min-height:inherit;
    margin-bottom:0;
	border-radius:0px;
	background:url(../images/bg1.jpg);
	background-size:100% 100%;
}
.navbar ul li a{
	padding:10px 15px 8px 15px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-decoration:none !important;
	text-transform:uppercase;
	transition:all .3s ease-in-out;
}
.navbar ul li a:hover{
	color:#FFF;
	background:#bc9f65;
}
.navbar ul li ul li a{
	padding:5px 12px;
	font-weight:400;
	color:#000;
	font-size:12px;
	cursor:pointer;
	text-transform: none;
}
.navbar ul li.active a{
	background-color: #bc9f65;
	color:#fff !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #bc9f65;
	color:#fff;
}
.navbar ul li ul li a{
	padding:5px 12px;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#5e5e5f;
	font-size:12px;
	cursor:pointer;
	text-transform: none;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration:underline;
	background:none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #ff8a00;
	color:#1f1f1f;
}
#welcome{
	padding-top:50px;
	padding-bottom:50px;
	background:url(../images/bg2.jpg);
}
#welcome h1{
	color:#a3a2a0;
	font-size:36px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
#welcome p{
	margin-top:10px;
	color:#a3a2a0;
	font-size:14px;
	font-weight:400;
	text-align:center;
}
#welcome img{
	margin-top:30px;
}

#products-area{
	padding-top:50px;
	padding-bottom:50px;
	background:#e6e6e6;
}
#products-area h1{
	color:#2b2b2b;
	font-size:36px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}


.pro-thumbnail{
	width:auto;
	margin-top:30px;
	padding-bottom:10px;
	background:#fff;
}
.pro-thumbnail-image{
	padding:5px;
	border-bottom:1px solid #e6e6e6;
}

.pro-thumbnail-text{
	width:auto;
	margin:15px 10px 0px 10px;
}
.pro-thumbnail-text h3{
	margin-bottom:5px;
	font-weight:400;
	font-size:14px;
	color:#be9f5e;
}
.pro-thumbnail-text h3 span{
	font-size:12px;
	text-decoration:line-through;
}
.pro-thumbnail-text h2{
	margin-bottom:10px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-weight:400;
	font-size:16px;
	color:#2b2b2b;
}
.pro-thumbnail-text button{
	background:#be9f5e !important;
	border:none;
	border-bottom:3px solid #ae9258 !important;
	font-size:11px;
	color:#fff !important;
	text-align:center;
	padding:5px 10px;
	text-transform:uppercase;
}
.pro-thumbnail-image{
 padding:5px;
 position:relative; height:250px; overflow:hidden;
 border-bottom:1px solid #e6e6e6;
}
.pro-thumbnail-image img{position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; }

#bottom{
	padding-top:20px;
	padding-bottom:15px;
	background:#2b2b2b;
}
#bottom h1{
	margin-top:15px;
	color:#a3a2a0;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
#bottom p{
	margin-top:10px;
	color:#a3a2a0;
	font-size:12px;
}
#bottom i{margin-right:5px;}
#bottom ul{
	margin:10px 0 0 0;
	padding:0;
}
#bottom ul li{
	width:auto;
	font-size:12px;
	color:#a3a2a0; 
	list-style:none;
	margin-top:5px;
	border-bottom:1px solid #2b2b2b;
	transition:all .3s ease-in-out; 
	background:url(../images/arrow-2.png) no-repeat;
	background-position: -5px center;
}
#bottom ul li a{
	width:auto;
	color:#a3a2a0; 
 	display:block;
	text-decoration:none;
}
#bottom ul li:hover{
	padding-left:10px;
	border-bottom:1px solid #a3a2a0;
	transition:all .3s ease-in-out;
	background:url(../images/arrow-2.png) center left no-repeat;
}
#paypal-logo{
	margin-top:30px;
	background:url(../images/bg3.jpg) repeat-x center;
}
#paypal-logo img{
	padding:0 15px;
	background:#2b2b2b;
}

#footer{
	background:#2b2b2b;
	padding-bottom:30px;
}
#bottom-nav ul{
	margin:0px;
	padding:0px;
	float:none !important;
	list-style-type: none;
	text-align: center;
}
#bottom-nav ul li{
	float:none;
	list-style:none;
	display:inline;
	margin:0 5px;
}
#bottom-nav ul li a{
	font-size:12px;
	color:#a3a2a0;
	text-align:center;
}
#bottom-nav ul li a:hover{
	text-decoration:underline;
}

#copyright{
	margin-top:15px;
}
#copyright p{
	margin: 0;
	padding:0;
	font-size:12px;
	text-align:center;
	color:#a3a2a0;
}
#copyright p a{
	color:#fff;
	text-transform:uppercase;
}


#content-area{
	padding-top:50px;
	padding-bottom:50px;
	background:#e6e6e6;
}

#left-categories{
	margin-bottom:15px;
}
#left-categories h1{
	padding:10px 15px;
	background:#2b2b2b;
	margin:0;
	font-weight:700;
	font-size:16px;
	color:#e6e6e6;
	text-transform:uppercase;
}
#left-categories > ul{
	margin-top:15px;
}
#left-categories ul > li{
	font-weight:700;
	color:#2b2b2b;
	font-size:16px;
	text-transform:uppercase;
}
#left-categories ul > li > label{
	cursor:pointer;
	padding:5px 10px;
	width:100%;
	border:1px solid #2b2b2b; 
}
#left-categories ul > li > ul > li > a{
	font-weight:400;
	color:#2b2b2b;
	font-size:12px;
	padding:5px;
	text-transform:none;
}
#left-categories ul > li > ul > li > a:hover{
	text-decoration:underline;
	background:#2b2b2b;
	color:#e6e6e6;
}
#pro-ol{
	width:auto;
	margin:0;
	padding:10px 15px;
	color:#e6e6e6;
	border:none;
	border-radius:0px;
	background:#2b2b2b;
}
#pro-ol li{
	width:auto;
	font-weight:700;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
#pro-ol li a{
	color:#e6e6e6;
	font-weight:400;
}


#large-image{
	width:100%;
	background:#FFFFFF;
	margin-top:30px;
}
#large-image img{
	display:block;
	margin-right:auto;
	margin-left:auto
}

.more-products{
	width:100%;
	margin-bottom:15px;
}
.more-products ul{
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-align: center;
}
.more-products ul li{
	width:19%;
	text-align:center;
	margin:10px 0 0 0;
	padding:0px;
	display:inline-block;
	list-style:none;
	background:#1c1c1c;
}

#large-products-text{
	margin-top:30px;
}

#large-products-text h2{
	font-size:24px;
	color:#000;
	margin:0 0 20px 0;
	padding:0;
}
#large-products-text .dl-horizontal{
	margin-bottom:10px;
}
#large-products-text dt{
	color:#000;
	width:100px !important;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
}
#large-products-text dd{
	font-weight:400;
	font-size:14px;
	margin-left:0 !important;
	color:#222222;
	margin-bottom:5px;
}

#large-products-text dd select{
	padding-right:10px;
	border:none;
	color:#222222;
	border-bottom:2px solid #222222;
}
#large-products-text dd input{
	border:none;
	color:#222222;
	border-bottom:2px solid #222222;
}

#large-products-text button{
	width:100%;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	background:#222222;
	padding:10px;
	border:none;
}

.nav-tabs2{
	margin-top:20px;
	text-transform:uppercase;
}
.nav-tabs2 li a{
	font-size:14px;
	color:#222222;
}
.nav-tabs2 li a:hover{
	color:#000;
}

#description{
	margin-top:10px;
}

#description h3{
	font-size:24px;
	color:#222222;
	margin:0 0 15px 0;
}
#description p{
	font-weight:300;
	font-size:14px;
	margin-left:0 !important;
	color:#222222;
	margin-bottom:10px;
}
#description p i{
	margin-right:5px;
	color:#000;
	font-size:10px;
}





@media (min-width:992px) and (max-width:1199px){}

@media (min-width:768px) and (max-width:991px){
#top-text{margin-top:11px;}
#top-nav{margin-top:19px;}
.navbar ul li a{padding:10px 12px 8px 12px; font-size:12px;}
}	

@media (min-width:0px) and (max-width:767px){
.clear-xs{clear: both;}
.navbar ul li ul li a{color:#fff;}
#top-nav{margin-top:15px;}
}
[11/11/2016 5:12:38 PM] Tanha: @media (min-width:992px) and (max-width:1199px){
.pro-thumbnail-image{height:150px;}
}
[11/11/2016 5:13:10 PM] Tanha: @media (min-width:768px) and (max-width:991px){
.pro-thumbnail-image{height:150px;}
}
[11/11/2016 5:13:48 PM] Tanha: @media (min-width:0px) and (max-width:767px){
.pro-thumbnail-image{height:180px;}
}

.holder {
	font-size: 14px;
	font-family: 'montserratbold';
	padding-top:1px;
	 
    text-decoration: none;
	text-align:right;
	}
.holder a {
	color: #000; text-decoration: underline;
	border: 1px solid #FFF;
	text-decoration: none;
	padding: 0.2em 0.5em;
	cursor:pointer; margin:2px;
	}
.holder a:hover {
border: 1px solid #FFF;
background-color: #E45A1E;
color:#FFF;

}
.holder a.jp-previous { margin-right: 20px; }
.holder a.jp-next { margin-left: 20px; }
.holder a.jp-current, a.jp-current:hover { 
	border: 1px solid #FFF;
	padding: 0.2em 0.5em; 
	font-weight: bold;
	background:#000; 
	color: #FFF;

}
.holder a.jp-disabled, a.jp-disabled:hover {
	color:#000;
	
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}
.holder span { margin: 0 0px;  }
/* Content -> Unordered Lists */
#itemContainer { list-style: none; padding:0; margin: 0px 0;  }
#itemContainer li { display: inline;  }


.button {
    background-color: #990000; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {padding: 5px 15px;}
.button1:hover {padding: 5px 15px; text-decoration:none; background-color:#000000; color:#EEEEEE;}
.button2 {padding: 12px 28px;}
.button2:hover {padding: 12px 28px; text-decoration:none; background-color:#000000; color:#EEEEEE;}
.button3 {padding: 14px 40px;}
.button4 {padding: 32px 16px;}
.button5 {padding: 16px;}



