/*Other_Style_css*/
@import url("social.css");
@import url("top.css");
@import url("font-awesome.min.css");

/*Nav_Style_css*/
@import url("webslidemenu.css");

/*Cetagoury_Style_css*/
@import url("owl.carousel.css");
@import url("owl.theme.css");

/*popup_Style_css*/
@import url("../source/jquery.fancybox.css");

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.top_bg{
	background-color:#009933;
	    padding: 10px 0px;
	}

.text1{
	font-family: 'robotoregular';
	color:#fff;
	font-size:14px;
	letter-spacing:0.5px;
	}	

.email{
	font-family: 'robotoregular';
	color:#000;
	font-size:14px;
	letter-spacing:0.5px;
	margin-top: 25px;
	}
	
.email>i{
	color:#009933;
	}	
	
.phone{
	font-family: 'robotoregular';
	color:#000;
	font-size:14px;
	letter-spacing:0.5px;
	margin-top: 25px;
	}
	
.phone>i{
	color:#009933;
	}
	
.addres{
	margin-top: 25px;
	font-family: 'robotoregular';
	color:#000;
	font-size:14px;
	letter-spacing:0.5px;
	}
	
.addres>i{
	color:#009933;
	}	


.logo{
	margin-top:5px;
	margin-bottom:5px;
	}

.logo>a>img{
	/*margin-left:auto;*/
	margin-right:auto;
	}
	
.cart_btn{
	text-decoration:none;
    padding: 5px;
	float:right;
	cursor:pointer;
	margin-top: 30px;
	}
	
.cart_btn>i{
	color:#000;
	font-size: 20px !important;
	}

.cart_btn>span{
	text-decoration:none;
	font-family: 'robotoregular';
	color:#000;
	font-size:12px;
	}
	
.Search { 
background:#fff; 
clear:both; 
height:25px;
float: right;
border-radius:4px;
}
.SearchInput { 
background:none; 
height:25px; 
padding:0px 5px;
font-size:12px;
color:#000; 
font-family: 'robotoregular';
float:left;
width:200px;
box-shadow:none;
border:none;
outline:none;
}
.SearchBtn {
background:url(../images/search.png) center no-repeat;
width:35px;
height:25px;
float:right;
border:none;
opacity:0.5; 
transition: all 0.5s ease-in-out 0s;
}
.SearchBtn:hover { 
cursor:pointer;
opacity:1;
}

.nav_bg{
	background-color:#f7f7f7;
	}
	
.h_text{
	font-family: 'robotobold';
	color:#000;
	text-transform:uppercase;
	border-bottom:1px solid ;
	}
	
.h_text>span{
	color:#009933;
	}		
	
.c_img{
	border:0px solid #1e1e1e;
	margin:5px;
	  overflow: hidden;
	}
	
.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;
	}
	
.c_img>a>img:hover{
	transform:scale(1.3);
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
	}	
	
.c_name{
	background-color:#009933;
	text-align:center;
	color:#fff;
	 font-family: 'robotoregular';
	font-size:18px;
	padding:5px;
	}	
	
.p_box{
	box-shadow: 0px 0px 1px #000;
    padding: 5px 0px 5px 0px;
	margin-bottom:10px;
	}

.p_box>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.p_box>h5{
	 font-family: 'robotoregular';
	text-align:center;
	}
	
.sing_form { 
background:none; 
clear:both; 
height:35px;

}
.SigInput { 
background:#fff; 
height:35px; 
padding:0px 5px;
font-size:12px;
color:#fff; 
 font-family: 'robotoregular';
float:left;
width:79%;
box-shadow:none;
outline:none;
border:none;
}
.SigBtn {
background-color:#000000;
color:#fff;
 font-family: 'robotoregular';
font-size:18px;
height:35px;
float:right;
border:none;
transition: all 0.5s ease-in-out 0s;
}
.SigBtn:hover {
	background-color:#000; 
cursor:pointer;
}

.bg_color1{
	background-color:#009933;
	    padding: 5px 0px 20px 0px;
	}	
	
.h_text2{
	font-family: 'robotobold';
	color:#fff;
	text-transform:uppercase;
	}
	
.text2{
	 font-family: 'robotoregular';
	text-align:center;
	color:#fff;
	}
	
.bg_color2{
	background-color:#161b28;
	    padding: 20px 0px 5px 0px;
	}
	
.h_text3{
	font-family: 'robotoregular';
	color:#9aa189;
	}
	
.h_text3:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 30px;
	width: 90%;
	height: 2px;

background: #009933; /* Old browsers */
background: -moz-linear-gradient(left,  #009933 0%, #009933 21%, #9aa189 21%, #9aa189 21%, #9aa189 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #009933 0%,#009933 21%,#9aa189 21%,#9aa189 21%,#9aa189 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #009933 0%,#009933 21%,#9aa189 21%,#9aa189 21%,#9aa189 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009933', endColorstr='#9aa189',GradientType=1 );

}
	
.f_menu{
	font-family: 'robotoregular';
	}
	
.f_menu>ul{
	padding:0px;
	margin:0px;
	}	
	
.f_menu>ul>li{
	list-style:none;
	}
	
.f_menu>ul>li>a{
	text-decoration:none;
	color:#fff;
	}
	
.f_menu>ul>li>a:hover{
	text-decoration:underline;
	}
	
.marquee{
	font-family: 'robotoregular';
	color:#fff;
	}		

.text3{
    color: #fff;
    font-family: 'robotoregular';
    font-size: 12px;
    letter-spacing: 1px;
}	
	
.f_link{
    font-family: 'robotoregular';
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px 10px 0px
}

.f_link>a{
	text-decoration:none;
	color:#fff;
	}
	
.box3{
	box-shadow: 0px 0px 2px #000;
	}
	
.box3>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.box4{
	border:1px solid #ccc;
	border-radius:4px;
	margin-top:5px;
	}		
	
.img_box{
	margin-bottom:2px;
	}

.img_box>a>img{
	margin-left:auto;
	margin-right:auto;
	    box-shadow: 0px 0px 2px #000;
    padding: 4px;
	}	
	
.c_table{}

.c_table>tr{
	border-bottom:1px solid #ccc;
	}	

.c_table>tr>td{
	padding:10px 0px 10px 0px;
	}					
				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	font-family: 'robotobold';
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#2B1C13;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family: 'robotoregular';font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: 'robotoregular';margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family: 'robotoregular';}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'robotoregular';}
	
	.DetailsCon p {
	color:#000; 
	font-size:12px; 
	font-family: 'robotoregular';}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: 'robotoregular';color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'robotoregular';font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#2B1C13; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
	
	
	}				

					













			