@font-face{
   font-family: 'JosefinSans-Bold';
   src:url('../fonts/JosefinSans-Bold.ttf') format('truetype');
}

@font-face{
   font-family: 'JosefinSans-SemiBold';
   src:url('../fonts/JosefinSans-SemiBold.ttf') format('truetype');
}


@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');
}

/*#80375d*/
body{  font-family: 'OpenSans-Regular'; position: relative;}
p{margin-top: 10px;}
a{color:#333333; text-decoration: none;}
a:hover{color:#333333; text-decoration: none;}
.topnote{
	background: #80375d;
	color:#ffffff;
	padding: 10px;
	text-align: center;
	 font-family: 'JosefinSans-SemiBold';
}

.logo{width: 150px; margin-right: 30px; transition: 0.3s;}
.navigation{
	margin-bottom: 0;
}

/*.navigation .nav{margin-top: 15px;}*/
.navigation .nav li a{
	 font-family: 'OpenSans-Semibold';
	color:#666666;
}

.navigation .nav li a:hover{
	color:#80375d;
	background: none;
}

.navigation .dropdown-menu li a{
	padding:7px 15px;
}

.searchbar{position: relative;}
.searchbar button{
  position: absolute;
  right: 15px;
  top:20px;
  color: #666666;
  background: none;
  border: 0;
  padding: 5px 10px;
  border-left: 1px solid #eeeeee;
}


.search{
	position:;
	margin-top: 20px;
	padding:5px 10px;
	padding-right: 35px;
	width: 100%;
	outline: none;
	border:1px solid #eeeeee;
}



.top-right{margin-top: 10px;}

.top-right a{
	display: inline-block;
	/*color:#333333;*/
	text-decoration: none;
	padding: 10px;
}

.top-right a i{font-size: 18px;}

.fixed {
	position: fixed;
   z-index: 999999 !important;
   background: #ffffff;
   transition: 0.3s;
   width: 100%;
 }

 .affix {
    top: 0;
    width: 100%;
    z-index: 999999 !important;
  }

.affix .logo{
	width: 100px;
}

.banner{
	padding: 0;
	margin-top: 140px;
}

.content{padding-top: 120px;}
.nopad{padding: 0;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
.mt100{margin-top: 100px;}

.heading{
	font-family: 'JosefinSans-SemiBold';
	text-align: center;
}

.heading span{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height:20px;
	background: url('../images/divide2.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.cats{
	background: #F2F2F2; 
	text-align: center;
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 30px;

}

.cats h4{
	 font-family: 'OpenSans-Semibold';
	 padding: 10px;
	 font-size: 15px;
}


.cats img{
	border-radius: 0 0 100px 100px;
	transition: 1s;
	height: 289px;
	width: 100%;
}

.cats:hover img{
	transform: scale(1.1);
	border-radius: 0;
}

.pro{
	overflow: hidden;
	margin-bottom: 25px;
}

.pro img{
	transition:0.5s;
}

.pro:hover img{
	transform: scale(1.05);
}

.pname{
	font-family: 'JosefinSans-SemiBold';
	font-size: 16px;
}

.proname{
	font-family: 'JosefinSans-SemiBold';
}

.proprice{font-size: 22px; font-family: 'JosefinSans-SemiBold';}

.pro del{font-size:13px; color:#666666; }
.pro .price{font-size: 19px; font-family: 'JosefinSans-SemiBold';}
.pro button{
	background: none;
	border:0;
	font-family: 'JosefinSans-SemiBold';
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #80375d;
	color: #80375d;
	width: 100%;
	padding: 10px;
	
}

.pro button:hover{
	background:#80375d;
	color: #ffffff;
}

.pro .off{
	background:#80375d;
	color: #ffffff;
	display: inline-block;
	float: right;
	padding: 5px;
}

.prooff{
	background:#80375d;
	color: #ffffff;
	display: inline-block;
	margin-left: 20px;
	padding: 5px 7px;
}

.button{
	display: inline-block;
	background:#80375d;
	color: #ffffff;
	padding: 10px 30px;
	margin-top: 25px;
}

.button:hover{
	color: #ffffff;
	text-decoration: none;
}

.thumbs img{margin-bottom: 10px; cursor: pointer;}
.note{
	color:#999999;
	font-family: 'JosefinSans-SemiBold';
}

.selectqty{
	float: left;
	padding: 10px 25px;
	border:1px solid #eeeeee;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	cursor: pointer;
	user-select: none;
}

.selectqty i{
	color: #333333;
	font-size: 18px;
}

.selectqty span{display: inline-block; font-size: 18px; padding-left: 10px; padding-right: 10px;}

.colors span{
	display: inline-block;
	padding: 5px 7px;
	border:1px solid #eeeeee;
	margin-right: 8px;
	margin-bottom: 10px;
	cursor: pointer;
}

.colors span:hover{
	border:1px solid #80375d;
	color: #80375d;
}

.active{
	background: #80375d;
	color:#ffffff;
}

.colors .active:hover{
	background: #80375d;
	color:#ffffff;
}


.addtocart{
	display: inline-block;
	background:#80375d;
	color: #ffffff;
	padding: 10px 30px;
	margin-top: 25px;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 0.5px;
	border: 1px solid #80375d;
	margin-right: 15px;
}

.addtocart:hover{
	color: #ffffff;
	text-decoration: none;
}

.buynow{
	display: inline-block;
	border: 1px solid #80375d;
	color: #80375d;
	padding: 10px 30px;
	margin-top: 25px;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 0.5px;

}

.buynow:hover{
	color: #80375d;
	text-decoration: none;
}

.item{
	border:1px solid #eeeeee;
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}

.item img{width: 100%;}

.remove{
	color:#999999;
}

.item .cs{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: 'OpenSans-Semibold';
}

.item .pname{margin-top: 5px; margin-bottom: 5px; font-size: 18px;}
.item .price{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'OpenSans-Regular';
}

.qty{margin-top: 10px; margin-bottom: 0;}
.qty a{
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	background: #eeeeee;
	color:#333333;
	padding: 7px 10px;
	
	text-align: center;
}

.qty span{
	display: inline-block;
	text-align: center;
	width: 50px;
	font-size: 18px;
}



.summary{
	border:1px solid #eeeeee;
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}

.summary p{
  font-size: 14px;
  color:#444444;
  line-height: 20px;
}

.bold{
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 14px !important;
}

.amt{
	width: 230px;
	display: inline-block;
	text-align: right;
	font-family: 'OpenSans-Regular';
}

.tit{
	width: 90px;
	display: inline-block;
}

.checkout{
	background:#80375d;
	font-family: 'OpenSans-Semibold';
	color: #ffffff;
	text-align: center;
	width: 100%;
	display: block;
	padding:15px 10px;
	border:0;
}

.checkout:hover{
	color:#ffffff;
	text-decoration: none;
}


.save{
	margin-bottom: 20px !important;
	text-align: center;
	cursor: pointer;
}



.offers hr{margin-top: 10px; margin-bottom: 5px;}
.offers .fa-stack{margin-right: 8px;}
.per{
	font-size: 16px;
	margin: 0;
}



.cap{
	font-size: 13px;
	margin: 0;
	margin-left: 55px;
	margin-top: -10px;
}


.modal-title{font-family: 'OpenSans-Semibold';}
.apply{
	float: right; 
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
	font-family: 'OpenSans-Semibold';
}

.sort{
	margin: 0; 
	text-transform: uppercase;
	font-size: 12px !important;
	margin-bottom: 15px;
}
.sort span{cursor: pointer;}
.sort .dropdown-menu{border-radius: 0; border:0}
.sort .dropdown-menu>li>a{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px 10px;
	display: block !important;
}

.sort .dropdown-menu>li>span{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px 10px;
	display: block !important;
}


.form label{font-weight: normal; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;}
.form input[type='text']{
	width: 100%; 
	height: 35px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
}
.form input[type='password']{
	width: 100%; 
	height: 35px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
}

.form select{
	width: 100%; 
	height: 35px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
	background: #ffffff;
}

.form input[type='tel']{
	width: 100%; 
	height: 35px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
}

.form input[type='date']{
	width: 100%; 
	height: 35px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
}

.form input[type='time']{
	width: 100%; 
	height: 35px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
}
.form textarea{
	width: 100%; 
	height: 100px; 
	padding-left: 10px; 
	outline: none; 
	letter-spacing: 1px; 
	border:1px solid #cccccc;
}
.button{
	display: inline-block;
	padding: 10px 20px;
	background:#80375d;
	color:#ffffff;
	border: 0;
	text-transform: uppercase;
}


.footer{
	background: #f3f3f3;
	color: #333333;
	padding-top: 100px;
	padding-bottom: 50px;
}

.footer ul{
	padding-left: 0;
	list-style: none;
}

.footer ul li a{
	display: block;
	color:#333333;
	letter-spacing: 1px;
	font-size: 12px;
	text-decoration: none;
	padding:7px 5px;
	padding-left: 0;
	text-transform: uppercase;

}

.footer h4{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'OpenSans-Semibold';
}

.footer p{
	line-height: 25px; 
	text-transform: uppercase;
	font-size: 12px;
	color:#333333;
}

.curve2{
	width: 100%;
	position: absolute;
	background: url('../images/curve.svg');
	 transform: rotate(180deg);
	background-size:220% 100px;
	height: 100px;
	top: -5px;
	left: 0;
}

.bottom{
	background: #333333;
	color:#eeeeee;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom:10px;
}

.coll p{
line-height: 25px;
letter-spacing: 0.5px;
}


.social i{
	font-size: 22px;
}

.social a{
	color:#ffffff;
	display: inline-block;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	background: #555555;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
}
.social a:hover{
	color:#ffffff;
}

.why{margin-bottom: 30px;}
.why i{color: #80375d;}

.why p{
	line-height: 25px;
	letter-spacing: 0.5px;
	color:#666666;
	text-align: left;
}

.why h4{
	font-family: 'OpenSans-Semibold';
}

.why hr{margin-bottom: 10px;}

.faq{
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.faq p{
	font-size: 14px;
	padding-left: 30px;
	color:#666666;
}

.faq h3{
	font-size: 18px;
	border-bottom:1px solid #eeeeee;
	padding-bottom: 10px;
}

.like{
	position: absolute;
	top:5px;
	right: 20px;
	z-index: 100;
	height: 40px;
	width: 40px;
	padding:8px 5px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.like .wished{
	color:#80375d;
}

.review{
	border:1px solid #eeeeee; 
	border-radius: 5px;
	padding:15px 10px;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.review .g{
	width: 25px;
	position: absolute;
	right: 5px;
	top:-5px;
}
.cname{
	position: relative;
	width: 100%;
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}

.cname .nchar{
position: absolute;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background:#5c6bc0;
	color:#ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	left:0;
}
.cname p{margin-top: 5px; font-family: 'OpenSans-Semibold';}

.review .text {
    display: -webkit-box;
  -webkit-line-clamp: 3; /* Specifies the maximum number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*height: 50px;*/
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-top: 15px;
  color: #666666;
  font-size: 13px;
}

.based{
	color:#999999;
	text-align: center;
}

.based span{
	font-family: 'OpenSans-Semibold';
	color:#666666;
}

@media(max-width: 768px){
	.logo{width: 100px;}
	.top-right{
		margin-top: -50px;
		padding: 0;
	}

	.searchbar{padding: 0; position:relative; z-index:1000;}
	.search{margin-top: 10px;}
	.searchbar button{
	  position: absolute;
	  right: 5px;
	  top:10px;
	  color: #666666;
	  background: none;
	  border: 0;
	  padding: 5px 10px;
	  border-left: 1px solid #eeeeee;
	}
	.navbar-toggle{margin-top: 0;}
	.navbar{margin-top: -50px;}

	.amt {
		  width: 197px;
		  display: inline-block;
		  text-align: right;
		  font-family: 'OpenSans-Regular';
	}


	.cats img{
			height: 200px;
	}

		.faq{padding-top: 10px; padding-bottom: 10px;}
		.bottom{
			padding-bottom: 70px;
			text-align: left !important;
		}

		.bottom .col-md-6{
			text-align: left !important;
		}

		.footer .col-md-3{
			margin-bottom: 30px;
		}

		.mt50{margin-top: 30px;}
		.heading{margin-top: 10px;}
}