
/*Other_Style_css*/
@import url("social_icon.css");
@import url("top.css");
@import url("font-awesome.min.css");

/*Nav_Style_css*/
@import url("webslidemenu.css");

/*Banner_Style_css*/
@import url("slippry.css");

/*Cetagoury_Style_css*/
@import url("owl.carousel.css");
@import url("owl.theme.css");

/*Tabs_Style_css*/
@import url("responsive-tabs.css");

@font-face {
	font-family:'NexaSlab-Regular';
	src: url('../fonts/NexaSlab-Regular_gdi.eot');
	src: url('../fonts/NexaSlab-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaSlab-Regular_gdi.woff') format('woff'),
		url('../fonts/NexaSlab-Regular_gdi.ttf') format('truetype'),
		url('../fonts/NexaSlab-Regular_gdi.svg#NexaSlab-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


.bg_color{
	background-color:#000;
	-webkit-box-shadow:0px -15px 50px -1px rgba(0,0,0,0.9);
-moz-box-shadow: 0px -15px 50px -1px rgba(0,0,0,0.9);
box-shadow:0px -15px 50px -1px rgba(0,0,0,0.9);
	}
	
.bg_color3{
	background-color:#171717;
	}	
	
.email_text{
	    margin-top: 15px;
		font-family:'NexaSlab-Regular';
		color:#fff;
		}
		
	.email_text>i{
		color:#fff;}	

.email_text>a{
	text-decoration:none;
	color:#f95317;
	}
	
.email_text>a:hover{
	text-decoration:underline;
	}
	
.bg_color2{
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0000 0%, #ff0000 46%, #8b0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff0000 0%,#ff0000 46%,#8b0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff0000 0%,#ff0000 46%,#8b0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#8b0000',GradientType=0 ); /* IE6-9 */

	}	
	
.logo{
	margin-bottom:10px;
	margin-top:10px;
   }
   
 .logo>a>img{
	 margin-right:auto;
	 margin-left:auto;
	 }
	 
.text1{
	color:#fff;
	font-size:14px;
    text-align: center; margin-top:15px;
	}
	
.text1>i{
	color:#fff !important; font-size:18px;
	}	

.textheading { font-size:30px; text-transform:uppercase; color:#000; font-weight:bold; line-height:80px;}

	.cart-icon {
		text-align: right; margin-top:15px;
}	
	
.cart-icon > a {
  display: block;
  position: relative;
}
.cart-icon a i {
  color:#fff;
  font-size: 28px;
}
.cart-icon span {
  background:#f95317;
  border-radius: 90%;
  color: #fff;
  padding: 0 7px;
  position: absolute;
  top: -11px;
}

.topborder { width:100%; background:#333; height:1px;}

.mainprdbox { width:248px; height:232px; margin:12px; border:1px solid #d0d0d0;  display:block;}

.ProdBox { width:246px; float:left;  }
.ProdBox .ProdImg { width:248px; height:230px;  background:#fff; display:table-cell; vertical-align:middle; position:relative; transition: all 0.5s ease-in-out 0s; overflow:hidden;}
.mainprdbox:hover { box-shadow:0px 0px 10px #ccc; border:1px solid #fc9b0f; border-bottom:5px solid #fc9b0f;}
.ProdBox a { background: rgba(0,0,0,0.7) url(../images/hover.png) center no-repeat; position:absolute; left:0px; top:-250px; width:250px; height:250px; text-indent:-99999px; display:block; transition: all 0.3s ease-in-out 0s;}
.ProdBox:hover a { top:0px;}
.pname a { font-family:Arial, Helvetica, sans-serif; color:#000; line-height:25px; text-transform:uppercase; font-size:14px;
 text-align:center; font-weight:bold; display:block;}
 .artdetail { width:100px; height:25px; margin-left:60px; margin-top:10px;}
.artdetail a { width:100px; height:14px; color:#1f1f1f; 
text-decoration:none; font-family:Arial, Helvetica, sans-serif; margin-top:5px; margin-right:5px; line-height:15px; 
text-align:center;}

.SIGNBG { background:url(../images/SGNBG.jpg) no-repeat top center #f95317; width:100%; min-height:223px; margin-top:10px;}
.signup {}
.SigInput { background:#fff; border:1px solid #ccc; border-radius:20px; width:300px; height:40px; float:left; margin-left:20px; padding-left:20px; 
margin-bottom:30px; box-shadow:none;}
.SigBtn { color:#fff; width:150px; height:40px; line-height:40px; text-transform:uppercase; font-size:14px; border-radius:20px;
 text-align:center; background: none; float:left; margin-left:50px; border:1px solid #ccc; font-weight:bold; margin-bottom:30px;}

.signup h2 { color:#fff; margin-bottom:15px; margin-top:40px; text-align:center; font-size:26px; font-family: 'Roboto', sans-serif;}
.signup span { color:#fff; margin-bottom:15px; text-align:center; font-size:20px; display:block; font-family: 'Roboto', sans-serif;}
.InnerText {
	   width:100%; 
	   text-shadow:0px 2px 2px rgba(0,0,0,0.5);
	   }

.footerBG { background:#151515; width:100%; height:auto;}
.Search { 
background:#252525; 
clear:both; 
height:30px;
margin-top:35px;
}
.SearchInput { 
background:none; 
height:30px; 
padding:0px 5px;
font-size:12px;
color:#ccc; 
font-family:'NexaSlab-Regular';
float:left;
width:200px;
box-shadow:none;
border:none;
outline:none;
}
.SearchBtn {
background:url(../images/search.png) center no-repeat;
width:35px;
height:30px;
float:right;
border:none;
transition: all 0.5s ease-in-out 0s;
}
.SearchBtn:hover { 
cursor:pointer;
opacity:0.5; 
}

.h_text{
	font-family:'NexaSlab-Regular';
	text-transform:uppercase;
	}
	
.c_img{
	margin:5px;
	overflow: hidden; margin-top:30px;
	}
	
.c_img>a>img{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray;
	}
	
.c_img>a>img:hover{
	transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
 -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   transition:all .5s ease-in-out;
	}	
	
f_color{
	background-color:#1c1c1c;
	margin-top:20px;
	}	
	
.h_text3{
	text-align:left;
	color:#fff; text-transform:uppercase; font-size:16px; font-weight:bold; margin-top:45px;
	}	

.fa { color:#fefefe; line-height:15px;}

.h_text3>span{
	}

.right2{
text-decoration:none;
    font-size: 12px;
    color: #343434 !important;
		 transition: 0.3s ease-in-out 0s;
		 line-height:25px;
}

.right2:hover{
	color:#e71a75 !important;
    text-decoration:none;
	padding-left:15px;
}

.text3{
	text-align:left;
	color:#fff;
	font-family:'Poppins-Regular';
	font-size:12px;
	letter-spacing:1px;
	}
.InnerText {
	font-family:'Poppins-Regular';
	  text-align:center;
	   width:100%; 
	   text-shadow:0px 2px 2px rgba(0,0,0,0.5);
	   }
	   
.InnerText>h2{
	text-align:center;
	color:#fff;
	font-family:'NexaSlab-Regular';
	font-size:50px;
	margin:0px;
	}	   
	   
.InnerText p { 
font-family:'NexaSlab-Regular';
font-size:16px; 
color:#fff; 
font-weight:300; 
text-align:center;
padding:10px;
letter-spacing:1px;
}	
	
.border{
	background: #fff;
    border: 1px solid #e5e5e5;
	transition: all 0.5s ease-in-out 0s;
	border-radius:5px;
	}
	
.border>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.border>a>img:hover{
/*	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);*/
	transition: all 0.8s ease-in-out 0s;
	}	
	
.pname {
    font-family:'NexaSlab-Regular';
    color: #666;
    line-height: 20px;
	    font-size: 12px;
}

.part {
    font-family:'NexaSlab-Regular';
    color: #666;
    line-height: 20px;
	    font-size: 12px;
}

.prddetails{
	margin-top:5px;
	}

.prddetails a {
    background: #171717;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
	transition: all 0.5s ease-in-out 0s;
	}
	
.prddetails a:hover {
	background:#f95317;
	color:#fff !important;
	}	
	
 .shado{
	  padding:15px 5px 15px 5px;
	    border-radius: 10px;
	  }	
	  
	 .shado:hover{
	-webkit-box-shadow: 0px 0px 10pxrgba(10, 10, 10, 10);
	-moz-box-shadow:    0px 0px 10px rgba(10, 10, 10, 10);
	box-shadow:        0px 0px 10px rgba(10, 10, 10, 10);
	  } 
	
.bg_color4{
	background-color:#171717;
	margin-top:10px;
	}	

.box1{ border:1px dotted #ccc; float:left}
.box1:hover{ border:#1px solid #f00;}
.h_text2{
	color:#fff;
	font-family:'NexaSlab-Regular';
	text-transform:uppercase;
	}
	
.text{
	color:#fff;
	font-family:sans-serif;
	border-right: 1px solid #fff;
	font-size:12px;
	}
	
.text2{
	color:#ccc;
	font-family:sans-serif; font-size:12px;
	}

.text2 a{
	color:#ccc;
	font-family:sans-serif; font-size:12px; text-decoration:none; line-height:20px;
	}		

.text2 a:hover { color:##f95317;}
	
	.SigInput2 {
background:#545454; 
display:block;
width:73%;
padding:0px 5px;
height:30px;
font-size:12px; 
color:#ccc;
border: none;
outline:none;
float: left;
	 
    vertical-align: top; margin-top:20px; box-shadow:none; border:none;
		 
}

.SigBtn2 { 
float:right; 
background:#ef5018; 
padding:0px 8px !important;
height:30px;
color:#fff; 
font-size:14px;
text-transform:uppercase; 
transition: all 0.5s ease-in-out 0s;
font-weight:400;
border: none;
    vertical-align: top; margin-top:20px;
}
.SigBtn2:hover {
background:#000; 
cursor:pointer;
}

.socialbox { margin-bottom:15px;}
.socialbox a { margin:5px;}
.socialbox a:hover { opacity:0.5;}

.borderline { background:#7c7c7c; width:100%; height:1px;}

.bottomlink { background:#000; width:100%; height:auto;}

.f_link{
	color:#ef5018;
	font-size:12px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	letter-spacing:0.5px;
	}
	
.f_link>a{
	color:#fff;
	}	
	
.f_link>a:hover{
	text-decoration:underline;
	}															
		
.CopyRights { line-height:50px;}
	
.Search2{ 
background:#fff; 
clear:both; 
height:44px;
}
.SearchInput2 { 
background:none; 
height:44px; 
padding:0px 5px;
font-size:12px;
color:#333; 
font-family:sans-serif;
float:left;
width:200px;
box-shadow:none;
outline:none;
border:none;
}
.SearchBtn2 {
background:#f95317 url(../images/search2.png) center no-repeat;
width:44px;
height:44px;
float:right;
border:none;
transition: all 0.5s ease-in-out 0s;
}
.SearchBtn2:hover { 
cursor:pointer;
}

.line{
	border:1px solid #4b4b4b;
	}
	
.marquee{
	color:#8f8f8f;
	font-family:sans-serif;
	}	
	
.right2{
text-decoration:none;
font-family:sans-serif;
    font-size: 12px;
    color: #8f8f8f !important;
	transition: 0.3s ease-in-out 0s;
}

.right2:hover{
	color:#fff !important;
    text-decoration:none;
	 transition: 0.3s ease-in-out 0s;
}

.name{
	    float: left;
	}
	
.name>a{
	padding: 5px;
    display: block;
    background: #222;
    margin: 5px;
    transition: all 0.5s ease-in-out 0s;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	}
	
.name>a:hover{
	background: #f95317;
	}
		

.bg_color5{
	background-color:#000;
	padding:10px;
	}
	
.f_link{
	text-align:center;
	font-family:sans-serif;
	color:#fff;
	}
	
.f_link>a{
	text-decoration:none;
	color:#ef5018;
	}
	
.f_link>a:hover{
	text-decoration:underline;
	}				
				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}

.left_bg{
	background:#fff;
	    padding: 1px 1px 5px 1px;
	}

.menutitle>li>a{
	text-decoration:none;
	color:#fff;
	}

.submenu{
margin-bottom: 0.5em;
}

.submenu ul { margin:0; padding:0;}
.submenu ul li {
	    list-style: none;
    cursor: pointer;
    margin-bottom: 5px;
 /*   background-color: #DE546B;*/
    color: #000;
    text-align: left;
       font-family: sans-serif;
    font-size:12px;
	padding-left:10px;
	    line-height: 25px;
		border:1px solid #ccc;
	}
	
	.submenu ul li:hover{
  background-color: #f95317;
  padding-left:20px;
}
	
	
.submenu ul li a { color:#000; text-decoration:none !important; display:block;}
.submenu ul li a:hover { 
/*padding-left:10px;*/
margin:0px;
padding:0px !important;
transition: all 0.3s ease-in-out 0s;
color:#fff;
}

.MainLeftCats {
background:#f95317;
cursor:pointer;
/*background-color:#525866;*/
color:#fff;
padding:5px;
text-align:left;
font-family: sans-serif;
font-size:14px;
list-style: none; font-weight:bold;
margin-bottom:2px;
}

.MainLeftCats:hover{
 /* background-color: #333;*/
  color:#fff;
}

.MainLeftCats ul { margin:0; padding:0;}

.MainLeftCats>a { color:#fff; text-decoration:none !important;}

.MainLeftCats>a:hover { /*background:#333 !important;*/ color:#000; text-decoration:none !important;}

	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#f95317;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#f95317; 
	font-size:22px;
	font-family: "NexaSlab-Regular"; 
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	font-size:22px; 
	color:#000;
	font-family: "NexaSlab-Regular";
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#000;
	box-shadow:0px 0px 2px #f95317;
	font-family: 'NexaSlab-Regular';
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'NexaSlab-Regular';
	}
	
	
	.ProdOpt { 
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #f95317;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: 'NexaSlab-Regular'; 
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#000;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#000;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'NexaSlab-Regular';
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #f95317;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#000; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
	.email_text{
		text-align:right;
		}
		
	.Search {
    margin-top:0px;
}	
.cart-icon { display:none;}

.textheading { text-align:center;}
.SigInput2 { width:71%;}
.mainprdbox { margin-left:40px;}

	}				

					













			