@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

body{
	  font-family: 'OpenSans-Regular';
	  color: #333333;
}

.top{
	background: #130c36;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	padding-top: 5px;
	padding-bottom: 5px;
}

.top a{
	color:#ffffff;
	text-decoration: none;
}

.navigation{
	margin-bottom: 0;
	border-bottom: 0;
	background: #ffffff;
	border-radius: 0;
	box-shadow: 0 1px 5px #eee;
}

.navigation .nav li a{
  font-family: 'OpenSans-Semibold';
  color:#333333;
}	

.dropdown:hover .dropdown-menu{display: block;}
.navigation .dropdown-menu{border:0; background: #ffffff;}
.dropdown-menu li a{
	padding: 10px 10px;
}

.navbar-toggle{
	margin-top: 0;
	margin-bottom: 0;
}

.logo{
	width: 120px;
}

.banner{
	padding: 0;
	margin-top: 80px;
}
.banner img{
	width: 100%;
}

.cat{
	text-align: center;
	font-family: 'OpenSans-Semibold';
	padding: 10px;
}

.cat:hover{
	box-shadow: 0 0 5px 5px #eee;
}
.cat img{
	width: 150px;
}

.cat a{
	text-decoration: none;
	color:#130c36;
}

.mt{
	margin-top: 50px;
}

.mt2x{
	margin-top: 100px;
}
.mb{
	margin-bottom: 50px;
}

.subhead{
	color:#130c36;
	font-family: 'OpenSans-Semibold';
	margin-bottom: 25px;
}

.abt i{
  color:#ee1c25;
}

.para{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

.bg{
	padding: 0;
	background: #130c36;
	color:#ffffff;
}

.pad0{
	padding: 0;
}

.why{
	font-family: 'OpenSans-Semibold';
	padding-top: 50px;
}

.why h2{
	margin-bottom: 30px;
}

.footer{
	margin-top: 50px;
	background: #130c36;
	color:#ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer h3{
	font-family: 'OpenSans-Semibold';
	margin-bottom: 25px;
}

.footer a{color:#ffffff; text-decoration: none;}
.links{
	padding-left: 0;
}
.links li{
	display: block;
}

.links li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	letter-spacing: 0.5px;
	text-decoration: none;
}

.logo2{
	width: 150px;
	padding: 5px;
	background: #ffffff;
}

.pre p{
	letter-spacing: 0.5px;
	line-height: 25px;
	margin-top: 15px;
}

.cont a{
	color:#ffffff;
	font-size: 16px;
	text-decoration: none;
	font-family: 'OpenSans-Semibold';
}

.cont2 a{
	color:#333333;
	font-size: 16px;
	text-decoration: none;
	font-family: 'OpenSans-Semibold';
}

.cont2 a i{
	color:#ff0000;
	
}



.cats{
	padding: 0;
	position: relative;
	overflow: hidden;
	/*border:1px solid #eee;*/

}
.cats img{
	transition: 1s;
	height: 250px;
	width: 90%;
}	



.allpro{
	margin-top: 50px;
	margin-bottom: 50px;
}

.product{
	margin-bottom: 25px;

}

.product a{
	color:#333333;
	text-decoration: none;
}

.rate{
	font-size: 13px;
	color: #666;
}

.mrp{
	font-size: 18px;
	color:#999;
}

.pro{
	font-family: 'OpenSans-Semibold';
	color: #666666;
	margin-top: 5px;
}


.mrp2{
	font-size: 16px;
	color:#999;

}

.price2{
	font-size: 24px;
	font-family: 'OpenSans-Semibold';
	user-select: none;
	color:#333;
}

.save2{
	background: #f00;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	display: inline-block;
	padding: 5px 10px;
	font-size: 13px;
	user-select: none;
	margin-left: 10px;
}

.price{
	font-size: 30px;
	font-family: 'OpenSans-Semibold';
	user-select: none;
}

.minus{
	display: inline-block;
	border:1px solid #333333;
	color:#333333;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	padding-top: 2px;
}

.plus{
	display: inline-block;
	border:1px solid #333333;
	color:#333333;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	padding-top: 2px;
}
.qty{font-size: 18px; display: inline-block; width: 30px; text-align: center;}

.summary{font-size: 18px; border: 1px solid #efefef; padding: 15px;}
.summary span{
	width: 200px;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.summary .fa-stack{
	display: inline-block;
	width: 40px;
}

.sum{font-family: 'OpenSans-Semibold';}

.per{
	font-size: 16px;
	margin: 0;
}

.cap{
	font-size: 13px;
	margin: 0;
	margin-left: 55px;
	margin-top: -10px;
}

.apply{
	float: right; 
	display: inline-block;
	margin-top: 5px;
}

.modal-body a{
	color:#ffffff;
}


.save{
	background: #006400;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
	user-select: none;
	margin-left: 10px;
}

.model{
	font-family: 'OpenSans-Semibold';
}

.button{
	background:  #f00;
	display: inline-block;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	padding: 10px 15px;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	border: 0;
}
.button:hover{
	text-decoration: none;
	color: #ffffff;
}

.form input{
	width: 100%;
	height: 40px;
	padding-left: 10px;
}

.form textarea{
	padding-left: 10px;
	width: 100%;
	height: 50px;
}

.form label{
	font-weight: normal;
	font-family: 'OpenSans-Semibold';
	font-size: 13px;
}

.code{
	color:#999999;
	font-family: 'OpenSans-Semibold';
	font-size: 22px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 5px;
}

.cart{
	background: #f00;
	display: inline-block;
	color:#ffffff;
	padding: 5px;
	font-family: 'OpenSans-Semibold';
	text-align: center;
	font-size: 15px;
}
.cart a{color:#ffffff;	text-decoration: none;}

.plinks ul li a{
	color:#000;
}

@media(max-width: 768px)
{
	.mail{
		text-align: left;
	}
}