
@font-face {
  font-family: 'TektonPro-BoldCond';
  src: url('../fonts/TektonPro-BoldCond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*{
	margin:0;
	padding:0;
	}
body{
	background-position:top;
	background-color:#fff;
	font-size:12px;
	color:#454545;
	margin:0;
	padding:0;
	}	
.clear{
	clear:both;
	}	
ul{
	list-style:none;
	/*margin:0px !important;*/
	}	
:focus{
	outline:none;
	}
a:hover{
	text-decoration:none !important;
	transition:0.3s;
	}	
button:focus{
	outline:none !important;
	}		
a{
	text-decoration:none;
	}	
a img{
	border:none;
	}	
h1{
	font-size:25px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h2{
	font-size:22px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h3{
	font-size:20px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h4{
	font-size:18px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h5{
	font-size:15px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h6{
	font-size:14px;
	color:#454545;
	margin:0;
	padding:0;
	}	
p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
	}	
.wrapper{
	float:left;
	width:100%;
	}	



/*scrool head start*/
.sticky1 {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  width: 100%;
  z-index:99;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;

}
.sticky1 .right_search{
	    padding:8px 0 7px;
}
.sticky1 .logo img{
width: 126px;
    margin: 14px 0;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.top_head1 {
  animation: smoothScrolll 0.5s forwards;
  z-index:9999;
  position:relative;
}

@keyframes smoothScrolll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header{
  background: #802C22;
    width: 100%;
    float: left;
}

/*scrool head end*/

	
.top_head{
	background: #f2881a;
    border-bottom: 0px;
    height: 34px;
    float: left;
    width: 100%;
	}	
.head_contact {
	float: left;
	width: 250px;
}
.head_contact ul li {
	float: left;
	padding: 4px 15px;
	height: 34px;
	border-left: 1px solid #F5CA01;
}
.head_contact ul li a{
	color:#fff;
	font-size:15px;
	}
.head_contact ul li a:hover{
	color:#28a745;
	}	
.head_contact ul li:last-child {
	padding-right: 0px;
	color: #fff;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 28px;
	font-weight: 400;
}
.head_log_area{
	float:right;
	width:275px;
	}

.head_log_area ul li{
	float:left;
	}
.head_log_area ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 3px 12px;
    line-height: 28px;
    font-weight: 600;

}
.head_log_area ul li a i{
	    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 18px;
    width: 17px;
    height: 17px;
    background-color: red;
    text-align: center;
    border-radius: 15px;
    margin-top: 6px;
    margin-right: 4px;
}
.head_log_area ul li a:hover i{
	 background-color: #fff;
	 color:red;
}
.head_log_area ul li a:hover{
	color:red;
	}
.middle_head{
	float:left;
	width:100%;
	background:#2B2A28;
	}
.logo{
	float:left;
	}
.logo img {
float: left;
    width: 126px;
    margin: 8px 0;
}
.right_search {
	float: right;
	width: 54%;
	padding: 29px 0px 17px;
}
.left_search {
	float: left;
	width: 84%;
	border-radius:2px;
	position: relative;
	overflow: hidden;
}
.search_type {
	float: left;
	width: 83%;
	border: 1px solid #ccc;
	height: 46px;
	padding: 10px 25px 10px 43px;
	background: rgb(255,255,255) url("../images/head_search.png") no-repeat 13px center;
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25PX;
}
.search_submit {
	position:absolute;
	right:0;
	background: #28a745;
	height: 46px;
	padding: 12px 22px;
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	border: none;
	cursor: pointer;
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25PX;
}
.search_submit:hover{
	background:#000;
	}
.right_cart {
	float: right;
	width:60px;
	position: relative;
}
.right_cart span {
	width: 40px;
	height: 40px;
	background: #28a745;
	line-height: 33px;
	text-align: center;
	display: block;
	border-radius: 50%;
	cursor: pointer;
}
.right_cart span:hover{
	background:#000;
	}
.right_cart span label {
    width: 20px;
    height: 20px;
    background: #ffe000;
    border-radius: 50%;
    color: #000;
    line-height: 23px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: block;
    position: absolute;
    top: 0;
    right: 8px;
}
.menu_area {
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 5px #c7c7c7 !important;
    border-bottom: 1px solid #ccc;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.menu_area .dropdown-menu {
    padding: 0px 0px !important;
    width: 220px;
    background: #1f8e38;
    border: 0;
    border-radius: 0px;
    margin: 0px;
}
.menu_area .dropdown-menu a {
height: auto;
    font-size: 14px;
    padding: 11px 10px !important;
    color: #fff !important;
}
.menu_area .dropdown-menu a:hover{
	color:#fff700 !important;
	background:#065f1a !important;
	}

.dropdown-toggle::after{
	display:none !important;
	}
.menu_area .navbar{
	padding:0px !important;
	height:52px;
	}
.menu_area ul li a {
color: #003399 !important;
    font-size: 15px;
    font-weight: 500;
    /* font-family: 'Poppins', sans-serif; */
    padding: 16px 10px !important;
    height: 52px;
}
.menu_area ul li:first-child a{
	padding-left:0px !important;
	}
.menu_area ul li:last-child a{
	padding-right:0px !important;
	}	
.menu_area ul li a:hover{
	color: #ffa500 !important;
	}

.banner{
	float:left;
	width:100%;
	}
.banner .carousel-caption {
	text-align: left;
	bottom: inherit;
	top: 25%;
	position: absolute;
	left: 8%;
}
.banner .carousel-caption h5 {
	color: #28a745;
	font-size: 43px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 38px;
}
.banner .carousel-caption h3 {
	color: #fff;
	font-size: 82px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom:12px;
	line-height: 65px;
}
.banner .carousel-caption p {
	color: #dcdbdb;
	font-size:20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.banner .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	cursor:pointer;
}
.banner .carousel-indicators .active {
	background: #802C22 !important;
	height: 14px;
	width: 14px;
	border: 2px solid #28a745;
	margin-top: -3px;
}
.banner .carousel-indicators {
	bottom: inherit;
	width: 90px;
	left: 7%;
	top: 82%;
}
.banner .carousel-item img{
	width:100% !important;
	}
.categories_area{
	float:left;
	width:100%;
	background:#ffc20a;
	border-bottom:1px solid #efefef;
	padding:24px 0px 30px ;
	}
.categories_area .columns {
	float: left;
	width: 100%;
	position: relative;
}	
.categories_area .owl-dots{
	display:none;
	}
.categories_area .owl-nav {
	display: block !important;
	position: absolute;
	top:44%;
	width: 100%;
	z-index: -1;
}	
.categories_area .owl-prev {
	float: left;
	margin-left: -30px !important;
	text-indent: -200px;
	width:12px;
	height:20px;
	background:url("../images/cat_left.png") no-repeat !important;
}
.categories_area .owl-prev:hover, .categories_area .owl-next:hover{
	opacity:0.5;
	}
.categories_area .owl-next{
	float:right;
	margin-right:-30px !important;
	text-indent: -150%;
	width:12px;
	height:20px;
	background:url("../images/cat_right.png") no-repeat !important;
	}	
	
.categories_box {
	text-align: center;
	float: left;
	width: 100%;
	padding: 0 3px;
}
.categories_box span {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 1px 1px 9px #bfbfbf;
	margin-bottom:4px;
	overflow: hidden;
	display:inline-block;
	text-align: center;
	position: relative;
	margin-top: 5px;
}
.categories_box span img{
width: 100% !important;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	}
.categories_box h4, .categories_box h4 a{
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 2px;
	}
.categories_box h4 a:hover{
	color:#802C22;
	}	
.categories_box p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    background-color: #ff860a;
    border-radius: 15px;
    width: 72%;
    margin: 9px auto 0;
	}
.body_area {
	float: left;
	width: 100%;
	padding: 63px 0 50px 0;
}
.body_add, .add_box{
	float:left;
	width:100%;
	}
.add_box{
	box-shadow: 1px 1px 9px #e1e0e0;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    line-height: 30px;
	}
.add_box img{
	width:100%;
	height:232px;
	}
.hot_sellarea{
	float:left;
	width:100%;
	margin-top:60px;
	}
.hot_sellarea h3 {
	float: left;
    width: 100%;
    background: #f6ca01;
    padding: 12px 15px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-align: left;
}
.hot_product{
	float:left;
	width:100%;
	border:1px solid #e6e6e6;
	box-shadow:1px 1px 9px #e1e0e0;
	background:#fff;
	}
.sell_box {
	padding: 10px;
	border-right: 1px solid #e0e0e0;
	float: left;
	width: 100%;
}
.sell_image{
	float:left;
	width:100%;
	height:310px;
	overflow:hidden;
	position:relative;
	background:#fff;
	}
.sell_image img{
	/*position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:100%;
	max-height:100%;
	width:auto !important;*/
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 90%;
	}
.sell_descrip{
	float:left;
	width:100%;
	padding:20px 0 0px 0;
	text-align:center;
	}
.sell_descrip h4 {
	color: #000;
	font-weight: 500;
	font-size: 19px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
}
.sell_descrip p {
	color: #999999;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 6px;
	line-height: 22px;
}
.sell_descrip span{
	color: #5a9a22;
	font-weight: 400;
	font-size: 21px;
	font-family: 'Rubik', sans-serif;
}
.sell_descrip span strong {
	color: #555758;
	font-size: 16px;
	font-weight: 400;
	margin-right: 5px;
	text-decoration: line-through;
}
.over_lay {
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.1);
	height: 100%;
	position: absolute;
	display:none;
}
.sell_box:hover .over_lay{
	display:block;
	}
.off_tag {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 0;
    background: #28a745;
    width: 60px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 7px;
}
.pro_action{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:2;
	bottom:18px;
	display:none;
	}
.sell_box:hover .pro_action{
	display:block;
	}	
.pro_action ul {
	float: none;
	margin: 0 auto !important;
	width: 155px;
}
.pro_action ul li {
	display: block;
	float: left;
	margin-right: 1px;
}
.pro_action ul li a {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fff;
	color: #000;
	display: inline-block;
	line-height: 50px;
	font-size:17px;
}
.pro_action ul li a:hover{
	background:#011fb2;
	color:#fff;
	}
.hot_product .owl-dots{
	display:none;
	}
.hot_product .owl-nav {
	display: block !important;
	position: absolute;
	top: -38px;
	right: 15px;
	width: 50px;
}
.hot_product .owl-prev {
	background: url("../images/sell_left.png") no-repeat;
	height: 23px;
	width: 23px;
	text-indent: -100092%;
	float:left;
}
.hot_product .owl-next {
	background: url("../images/sell_right.png") no-repeat;
	height: 23px;
	width: 23px;
	text-indent: -100092%;
	float:right;
}
.hot_product .owl-prev:hover, .hot_product .owl-next:hover{
	opacity:0.5;
	}
.how_work{
	float:left;
	width:100%;
	background:url("../images/how_bg.png") no-repeat left center;
	padding:90px 0;
	background-size:cover;
	}
.how_box {
	float: left;
	width: 23.5%;
	padding: 15px;
	background: #fff;
	margin-right: 17px;
	box-shadow: -2px -2px 3px #b3b3b3;
}
.how_box img {
	float: left;
	margin-right: 15px;
	width: 55px;
}	
.how_box h4{
	font-size:15px;
	color:#802C22;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	margin-bottom:4px;
	margin-top:10px;
	}
.how_box p{
	font-size:13px;
	color:#626262;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	margin-bottom:4px;
	}
.near_store{
	float:left;
	width:100%;
	padding:14px 0 50px 0;
	}
.store_head{
	float:left;
	width:100%;
	text-align:center;
	}
.store_head h3{
	color:#313131;
	font-size:38px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	margin:0;
	}
.store_head p{
	color:#9b9b9b;
	font-size:21px;
	font-weight:500;
	font-family: 'TektonPro-BoldCond';
	background:url("../images/border.png") no-repeat bottom center;
	padding-bottom:20px;
	}
.company_area {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 15px;
	box-shadow: 1px 1px 9px #e1e0e0;
	padding: 35px 25px 25px 25px;
}
.company_box {
	float: left;
	width: 31.5%;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.company_image{
	float:left;
	width:115px;
	height:105px;
	position:relative;
	text-align:center;
	overflow:hidden;
	border:1px solid #eaebeb;
	border-radius:3px;
	background:#fff;
	margin-right:15px;
	}
.company_image img{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:100%;
	}
.company_des {
	float: left;
	width: 62%;
}
.company_des h4 {
	color: #8c9596;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 5px;
	margin-top: 4px;
}	
.company_des h3 , .company_des h3 a {
	color: #000222;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom:0px;
}		
.company_des h3 a:hover{
	color:#802C22;
	}	
.rating {
	float: left;
	width: 100%;
	margin-bottom: 5px !important;
}
.rating li{
	float:left;
	margin-right:2px;
	}	
.company_des p{
	color: #999999;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom:0px;
}	
.featured_produc{
	float:left;
	width:100%;
	padding-bottom:25px;
	}	
.featured_area{
	float:left;
	width:100%;
	margin-top:15px;
	}	
.featured_box{
	float:left;
	width:100%;
	margin-bottom:30px;
	}	
.featured_image{
	float:left;
	width:100%;
	height:300px;
	position:relative;
	text-align:center;
	background:#f2f6f9;
	overflow:hidden;
	}	
.featured_image img{
position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 300px;
	}	
.featured_des{
	float:left;
	width:100%;
	padding:15px;
	text-align:center;
	}	
.featured_des h4, .featured_des h4 a {
	color: #10242b;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}	
.featured_des h4 a:hover{
	color:#802C22;
	}	
.featured_des span {
	color: #5a9a22;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	background: url("../images/border2.png") no-repeat bottom center;
	padding-bottom: 25px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.featured_des p{
	color: #8a8c8d;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	margin: 0;
}	
.shop_hover {
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	padding-top:50%;
	display:none;
}
.featured_box:hover .shop_hover{
	display:block;
	}
.shop_hover a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background: #802C22;
	padding: 9px 20px;
	border-radius: 18px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}	
.shop_hover a:hover{
	background: #28a745;
	color:#fff;
	}	
.get_start {
	float: left;
	width: 100%;
	padding: 25px;
	background: rgb(92,92,92) url("../images/get_start_bg.png") no-repeat center center;
	background-size: 100%;
}	
.start_area {
	float: left;
	width: 100%;
	min-height: auto;
	padding: 17px;
	border: 2px dotted #877e7e;
	position: relative;
}	
.start_area h3 {
	color: #fff;
	font-size: 33px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 5px;
}
.start_area h3 a{
	color:#28a745;
	}
.start_area p{
	color: #fff;
	font-size: 17px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	margin: 0;
	}
.start {
	color: #fff;
	float: right;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	background: #802C22;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 11px 25px;
	position: absolute;
	top:23px;
	right: 20px;
	text-transform: uppercase;
}
.start:hover{
	color:#fff;
	background:#28a745;
	}
.fotter_area{
	float:left;
	width:100%;
	background:#fbfbfb;
	}	
.top_fotter {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	padding: 65px 0 45px 0;
}
.top_fotter h3{
	font-weight:500;
	font-family: 'Rubik', sans-serif;
	font-size:33px;
	color:#212222;
	margin-bottom:25px;
	}
.top_fot_box ul{
	float:left;
	width:100%;
	}
.top_fot_box ul li{
	float:left;
	margin-right:12px;
	}
.top_fot_box ul li:last-child{
	margin:0px;
	}
.top_fot_box ul li:hover{
	opacity:0.5;
	}
.con_box {
	float: left;
	width: 33.33%;
	padding-right:15px;
}
.con_box img{
	float:left;
	margin-right:10px;
	}
.con_box p {
	color: #6f6e6e;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	padding-left: 50px;
	margin-bottom: 1px;
}
.below_fotter{
	float:left;
	width:100%;
	border-bottom: 1px solid #f1f1f1;
	padding:50px 0 40px 0;
	}
.below_fotbox{
	float:left;
	width:100%;
	}
.below_fotbox h4{
	color:#212222;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
	font-size:19px;
	margin-bottom:20px;
	text-transform:uppercase;
	}
.below_fotbox ul li a {
	color: #777777;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	display: block;
}
.below_fotbox ul li a:hover{
	color:#802C22;
	}
.width30{
	width:33.33%;
	float:left;
	}
.width50{
	float:left;
	width:50%;
	}
.copy_fot{
	float:left;
	width:100%;
	padding:42px 0;
	border-top: 1px solid #f1f1f1;
	}
.copy_fot p {
	color: #6f6e6e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 1px;
	float: left;
	width: 50%;
}
.copy_fot ul{
	float:right;
	width:50%;
	text-align:right;
	}	
.copy_fot ul li {
	display: inline-block;
	margin-right:15px;
	color: #6f6e6e;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.copy_fot ul li:hover{
	opacity:0.5;
	}	
.pad_left30{
	padding-left:25px;
	}
.mobile_search{
	display:none;
	}








.login_body{
	float:left;
	width:100%;
	padding:70px 0;
	text-align:center;
	background:rgb(234,234,234) url("../images/log_body.png") no-repeat center center;
	background-size:cover;
	}
.login_area{
	width:360px;
	min-height:350px;
	float:none;
	display:inline-block;
	margin:auto;
	background:#fff;
	border-radius:3px;
	box-shadow:1px 1px 5px #c8c8c8;
	padding:20px 25px;
	}
.login_area .form-group{
	float:left;
	width:100%;
	margin-bottom:15px;
	}
.login_type{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #cccbcb;
	border-radius:4px;
	height:52px;
	font-size:15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	padding:10px 15px;
	}
.login_forgot{
	float:right;
	color:#5f9e28;
	font-size:15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	}
.login_forgot:hover{
	color:#802C22;
	}
.login_submit{
float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #0041b7;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    height: 50px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
	}
.login_submit:hover{
	background:#28a745;
	}
.signup_text{
	float:left;
	width:100%;
	text-align:center;
	color:#747474;
	font-size:15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	margin:20px 0 0 0;
	}
.signup_text a{
	color:#802C22;
	}
.signup_text a:hover{
	color:#5f9e28;
	}
.check_group{
	margin:7px 0 22px 0 !important;
	}	
	
	
/*========
Check box start 
=========*/
.checkbox-group {
	position: relative;
	margin: 0;
	float: left;
	width: auto;
}
.checkbox-group input[type=checkbox] {
    display:none
}
.checkbox-group label {
	padding-left:26px;
	cursor: pointer;
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 17px;
}
.checkbox-group label span {
    display:block;
    position:absolute;
    left:0;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    transition-duration:.3s;
}
.checkbox-group label .box {
	background: #fff;
	height: 18px;
	width: 18px;
	z-index: 9;
	border-radius: 2px;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
	border: 2px solid #d6d7d7;
}
.checkbox-group label .check {
    top: 6px;
	left: 6px;
	width: 6px;
	height: 12px;
    border:2px solid #fff;
    border-top:none;
    border-left:none;
    opacity:0;
    z-index:10;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    transition-delay:.3s;
}
input[type=checkbox]:checked ~ label .box {
    background:#802C22;
	border: 2px solid #802C22;
}
input[type=checkbox]:checked ~ label .check {
    opacity:1;
    -webkit-transform:scale(1) rotate(45deg);
    -moz-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
/*========
Check box End 
=========*/



.login_area h2{
	font-size:29px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	color:#000;
	margin-bottom:10px;
	}
.login_area p {
	color: #868787;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 0 20px;
}
.name_field{
	float:left;
	width:100%;
	}
.name_field .form-group{
	width:48.3%;
	margin-right:10px;
	}
.signup_area{
	position:relative;
	}	
.signup_area .signup_text {
	position: absolute;
	bottom: -36px;
	right: 0;
}
.signup_social{
	float:left;
	width:100%;
	text-align:center;
	}
.signup_social span {
	float: none;
	margin: auto;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	line-height: 31px;
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	display: block;
	z-index: 9;
	position: relative;
}
.facebook_share{
	height:50px;
	width:100%;
	float:left;
	border-radius:2px;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	background:#3d5a98;
	padding:13px;
	margin-top: -10px;
	}
.facebook_share img{
	margin-top:-4px;
	}
.facebook_share:hover{
	opacity:0.7;
	color:#fff;
	}
.signup_body{
	padding:45px 0 70px 0;
	}



.search_body{
	float:left;
	width:100%;
	background:#f5f5f5;
	}
.bed_cumb{
	border-bottom:1px solid #dbdddd;
	padding:20px 0;
	float:left;
	width:100%;
	margin-bottom:30px;
	}
.bed_cumb .breadcrumb{
	background:none;
	padding:0px !important;
	margin:0px !important;
	}
.bed_cumb .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
	color: #666666;
	padding: 0 15px;
	font-weight: 800;
}
.bed_cumb .breadcrumb-item a{
	color:#666;
	font-size:14px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	}
.bed_cumb .breadcrumb-item .fa{
	margin-right:5px;
	}
.bed_cumb .active, .bed_cumb .breadcrumb-item a:hover{
	color:#71b636 !important;
	}
.search_action{
	float:left;
	width:100%;
	margin-bottom:70px;
	}
.search_left{
	float:left;
	margin-right:20px;
	width:22%;
	background:#fff;
	border-radius:2px;
	box-shadow: 1px 1px 5px #c8c8c8;
	min-height:300px;
	padding:20px;
	}
.search_left .form-group{
	float:left;
	width:100%;
	margin-bottom:20px;
	}	
.search_left .form-group label{
	float:left;
	width:100%;
	margin-bottom:4px;
	color:#222222;
	font-size:15px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	}
.secrch_type{
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #cccbcb;
	border-radius: 4px;
	height: 52px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 10px 15px;
	}
.search_select{
	cursor:pointer;
	background:url("../images/select_arw.png") no-repeat right 7px center;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	}
.sub_categories h4{
	border-bottom:1px solid #e4e4e4;
	color:#222222;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:5px;
	font-family: 'Rubik', sans-serif;
	}
.categories_check {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.categories_check .checkbox-group label{
	font-size:13px;
	padding-left: 22px;
	}
.categories_check .checkbox-group label .box{
	width:14px;
	height:14px;
	}
.categories_check .checkbox-group label .check {
	top: 1px;
	left: 5px;
	width: 5px;
	height: 9px;
}
.categories_check input[type="checkbox"]:checked ~ label .box{
	background:#28a745;
	border:2px solid #28a745;
	}
.categories_check .checkbox-group {
	margin-bottom: 14px;
	float: left;
	width: 100%;
}
.slider-horizontal{
	width:100% !important;
	}
.slider-track {
	background: #c7c7c7 !important;
	height: 7px !important;
	margin-top: -3px !important;
}
.slider-selection, .slider-handle{
	background:#80bb01 !important;
	}
.price {
	margin-top: 10px;
	display: inline-block;
}
.price span{
	color:#54585a;
	font-size:15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	}
.search_left .login_submit {
	height: 45px;
	text-transform: capitalize;
	font-size: 19px;
	margin-top: 10px;
	font-weight: 500;
}
.search_right{
	float:left;
	width:76%;
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 5px #c8c8c8;
	min-height:300px;
	padding:30px 25px;
	}
.right_top{
	float:left;
	width:100%;
	}
.right_top p {
	color: #888888;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	float: left;
	width: auto;
	margin: 13px 0 0 0;
}
.right_top p span{
	color:#74bb37;
	}
.filter_area{
	float:right;
	width:57%;
	}
.right_filter{
	float:right;
	width:158px;
	}
.pagination_area {
	float: left;
	width: auto;
	padding: 10px 0px;
}
.pagination_area ul li{
	display:inline-block;
	}
.pagination_area ul li a{
	width:32px;
	height:32px;
	border:2px solid #dddddd;
	background:#fff;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	color:#353535;
	font-size:16px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	display:inline-block;
	}
.pagination_area ul li a:hover{
	color:#fff;
	background:#802C22;
	border:2px solid #802C22;
	}	
.pagination_area ul li:first-child a, .pagination_area ul li:last-child a{
	border:none;
	background:none;
	}
.pagination_area .fa {
	font-size: 27px;
	top: 3px;
	position: relative;
}
.pagination_area ul li:first-child a:hover, .pagination_area ul li:last-child a:hover{
	color:#802C22;
	}
.search_product{
	float:left;
	width:100%;
	margin-top:25px;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	min-height:300px;
	}
.search_product .sell_box {
	width: 33.33%;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	min-height: 500px;
    max-height: 500px;
}
.below_pagina {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.below_pagina .pagination_area{
	float:none;
	margin:auto;
	}
.mobile_filter{
	display:none;
	}
.mobile_filter {
	float: left;
	width: 100%;
	min-height: 40px;
	border-radius: 40px;
	cursor: pointer;
	background: #802C22;
	text-align: center;
	color: #fff;
	padding:7px;
	margin-bottom: 15px;
	display: none;
}
.mobile_filter .fa {
	font-size: 15px;
}
.mobile_filter p {
	float: none;
	color: #fff;
	font-size: 16px;
	width: auto !important;
	display: inline-block;
	margin-left:5px !important;
	margin-bottom: 0px !important;
}
.mobile_filter:hover{
	background:#28a745;
	}
.search_body .hot_sellarea{
	margin-bottom:70px;
	margin-top:40px;
	}
.search_body .hot_sellarea h3{
	/*background:#fff;*/
	border-bottom:1px solid #e6e6e6;
	}
.product_tabsarea{
	float:left;
	width:100%;
	margin-top:40px;
	position:relative;
	}
.pro_tab .nav-tabs {
	float: left;
	width: auto;
	border: none !important;
	background: #fff;
	position: relative;
	border-top:1px solid #ebebeb !important;
}
.pro_tab .nav-tabs li a {
	padding: 19px 25px;
	color: #373636;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	height: 60px;
	display: inline-block;
	border-bottom:2px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
.pro_tab .nav-tabs .active a{
	color:#69a833;
	border-bottom:none;
	}
.pro_tab .tab-content{
	float:left;
	width:100%;
	border:none !important;
	background:#fff;
	padding:20px;
	box-shadow: 1px 1px 9px #e1e0e0;
	}
.seller_div, .description_div, .review_div{
	float:left;
	width:100%;
	}
.left_seller {
	float: left;
	width: 18%;
	margin-right: 25px;
}
.seller_image{
	float:left;
	width:100%;
	border:1px solid #eeeeee;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	height:173px;
	margin-bottom:10px;
	}
.seller_image img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width:100%;
	}
.left_seller span {
	float: left;
	text-align: left;
	color: #8d8d8d;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
	width: 100%;
}
.left_seller ul li {
	float: left;
	margin-right: 2px;
}
.left_seller ul li:hover{
	opacity:0.5;
	}
.left_seller ul li img{
	float:left;
	}
.left_seller ul{
	margin-bottom:10px !important;
	float:left;
	width:100%;
	}
.sel_sence{
	font-size:13px !important;
	margin-bottom:0px !important;
	}
.left_seller p {
	float: left;
	text-align: left;
	color: #2f3031;
	font-size: 16px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin-bottom:0px;
	width: 100%;
}
.right_seller {
	float: left;
	width: 79%;
	position: relative;
}
.right_seller h3, .description_div h3 {
	color: #2b2c2c;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 13px;
}
.location{
	float:left;
	width:83%;
	}
.location ul li{
	float:left;
	width:50%;
	padding-right:10px;
	text-align:left;
	color:#475057;
	font-size:14px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	margin-bottom:10px;
	}
.location ul li span {
	color: #202224;
	width: 40%;
	display: inline-block;
}
.main_product{
	float:left;
	width:100%;
	margin-top:5px;
	}
.main_product h5{
	color:#74b739;
	font-size:15px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
	}
.main_product ul li{
	float:left;
	margin-right:10px;
	}
.main_product ul li a {
	border: 1px solid #e7e7e7;
	color: #475057;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 8px 11px;
	display: block;
}
.main_product ul li a:hover{
	color:#74b739;
	}
.right_seller p , .description_div p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	display: inline-block;
	margin-top: 15px;
}
.right_seller p a{
	text-transform:uppercase;
	color:#7abd40;
	font-size:14px;
	margin-left:5px;
	}
.right_seller p a:hover{
	color:#000;
	}
.sell_probtn {
	position: absolute;
	top: 0;
	right: -3px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	background: #802C22;
	border-radius: 2px;
	padding: 11px 12px;
}
.sell_probtn:hover{
	color:#fff;
	background:#28a745;
	}
.description_div p{
	margin-top:0px !important;
	}
.description_div h3{
	margin-bottom: 5px !important;
	}
.review_div ul li {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
.review_div ul li span{
	color: #000;
	font-size: 15px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	float:left;
	width:100%;
	}
.review_div ul li p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	float:left;
	width:100%;
	margin:0px;
	}
.product_view{
	float: left;
	width: 100%;
	border: none !important;
	background: #fff;
	padding: 30px;
	box-shadow: 1px 1px 9px #e1e0e0;
	}
.pro_slider{
	float:left;
	width:40%;
	min-height:800px;
	}
.pro_slider #amazingcarousel-container-1, .amazingcarousel-list-wrapper, #amazingcarousel-1, .amazingcarousel-list-container{
	height:750px !important;
	}
.pro_desright{
	float:left;
	width:60%;
	padding-left:50px;
	}
.pro_desright h3{
	color:#000;
	font-size:35px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	border-bottom:1px solid #dbdddd;
	padding-bottom:20px;
	margin-bottom:30px;
	}
.pro_price{
	float:left;
	width:100%;
	}
.off_price {
color: #3bb000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    line-height: 49px;
}
.rate_price{
    float: left;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-right: 10px;
    margin-bottom: 10px;
	}
.rate_price strong {
font-weight: 400;
    color: #979797;
    margin-right: 7px;
    text-decoration: line-through;
    font-size: 15px;
}
.pro_price p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	display: inline-block;
	margin: 8px 0;
	}
.pro_desright p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	display: inline-block;
	}
.describe_form {
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 15px;
}
.describe_form .form-group{
	float:left;
	}	
.options{
	width:27%;
	}
.Qty {
	margin: 0 25px;
	width: 15%;
	position: relative;
}
.describe_form .secrch_type {
	height:45px;
	border-radius:0px;
	}
.describe_form .login_submit {
	font-size: 18px;
	padding: 5px 21px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	margin-top: 32px;
	height: 45px;
}
.describe_form .login_submit img{
	margin-right:10px;
	}
.categories_text {
	float: left;
	width: 100%;
	padding: 18px 0;
	border-top: 1px solid #dbdddd;
	border-bottom: 1px solid #dbdddd;
}
.categories_text p{
	margin:0px !important;
	}
.categories_text p span{
	color:#505455;
	font-size:18px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	margin-right:6px;
	}
.categories_text a{
	float:right;
	color:#78ba3f;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	font-weight:400;
	}
.categories_text a:hover{
	color:#802C22;
	}
.categories_text .fa {
	font-size: 22px;
	margin-top: -2px;
	float: left;
	margin-right: 7px;
}
.share_pro{
	float:left;
	width:100%;
	margin-top:25px;
	}
.share_pro h4{
	color:#505455;
	font-size:16px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin-bottom:13px;
	display:block;
	text-transform:uppercase;
	}
.share_pro ul{
	float:left;
	width:100%;
	}
.share_pro ul li{
	float:left;
	margin-right:8px;
	}
.share_pro ul li a {
	border: 1px solid #dddddd;
	width: 36px;
	height: 34px;
	background: #fff;
	display: block;
	text-align: center;
	padding-top: 2px;
}
.share_pro ul li a:hover{
	border:1px solid #802C22;
	}
.search_number{
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	-moz-appearance: textfield !important;
	}
.sub {
	bottom: 0px;
	position: absolute;
	font-size: 22px;
	color: #000;
	border: 1px solid #ccc;
	width: 25px;
	text-align: center;
	cursor: pointer;
	height: 23px;
	right: 0px;
	line-height: 16px;
	font-weight: bold;
}
.add {
	top: 32px;
	position: absolute;
	font-size: 22px;
	color: #000;
	border: 1px solid #ccc;
	width: 25px;
	text-align: center;
	cursor: pointer;
	height: 23px;
	right: 0px;
	line-height: 16px;
	font-weight: bold;
}
.amazingcarousel-image{
	border:1px solid #dfdfdf;
	}
.amazingcarousel-hover-effect{
	background-color:rgba(255,255,255,0.4);
	}


.seller_banner{
	float:left;
	width:100%;
	min-height:325px;
	position:relative;
	}
.seller_banner img{
	float:left;
	width:100%;
	}
.seller_farmer{
	float:left;
	width:100%;
	padding-bottom:30px;
	background:#f5f5f5;
	}
.fermar_div {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 25px;
	box-shadow: 1px 1px 9px #e1e0e0;
	margin-top: -275px;
	position: relative;
}
.fermer_left{
	float:left;
	width:25%;
	background:#f9f8f8;
	box-shadow: 1px 1px 9px #e1e0e0;
	min-height:150px;
	}
.fermer_image{
	float:left;
	width:100%;
	background:#fff;
	height:240px;
	position:relative;
	overflow:hidden;
	}
.fermer_image img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:100%;
	max-height:100%;
	margin:auto;
	}
.fermer_rating{
	float:left;
	width:100%;
	padding:22px 15px;
	}
.fermer_rating ul{
	float:left;
	width:auto;
	margin:0px !important;
	}
.fermer_rating ul li{
	float:left;
	margin-right:2px;
	}
.fermer_rating ul li img{
	float:left;
	}
.fermer_rating p {
	font-family: 'Poppins', sans-serif;
	padding-left: 10px;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	float: left;
}
.fermer_right{
	float:left;
	width:75%;
	padding-left:25px;	
	}
.fermer_right h3 {
	color: #2b2c2c;
	font-size: 27px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 15px;
}
.fermer_box li {
	float: left;
	width: 32%;
	background: #f9f8f8;
	border: 1px solid #f1f1f1;
	min-height: 95px;
	padding: 15px;
	position: relative;
	margin-right: 15px;
	border-radius: 3px;
}
.fermer_box li p {
	color: #44494a;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 3px;
}
.fermer_box li h4{
	color:#5a5a5a;
	font-size:25px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	}
.fermer_box li img{
	position:absolute;
	top:15px;
	right:15px;
	}
.fermer_right .location{
	margin-top:25px;
	width:100%;
	}
.fermer_right .main_product {
	margin-top:9px;
}
.fermer_btns{
	float:left;
	width:100%;
	padding:35px 0;
	text-align:center;
	}
.fermer_btns ul{
	margin:0px !important;
	}
.fermer_btns ul li{
	display:inline-block;
	margin-right:8px;
	}
.fermer_btns ul li a {
	background: #802C22;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 10px 15px;
	display: block;
	border-radius: 2px;
}
.fermer_btns ul li a:hover{
	background:#8ac755;
	}
.fermer_btns ul li a img{
	margin-left:10px;
	}
.about_company {
	float: left;
	width: 100%;
	box-shadow: 1px 1px 9px #e1e0e0;
	padding: 20px 25px;
}
.about_company .store_head h3, .company_review .store_head h3{
	font-size:32px;
	}
.about_company p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	display: inline-block;
	}
.about_company ul{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
	}
.about_company ul li {
	float: left;
	width: 188px;
	height: 156px;
	background:#f5f5f5;
	margin-right: 20px;
	position: relative;
	text-align: center;
	overflow:hidden;
}
.about_company ul li img{
	position:absolute;
	max-width:100%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}
.company_review {
	float: left;
	width: 100%;
	padding: 25px 0 30px 0;
	background: url("../images/review_bg.png") no-repeat center center;
	background-size: cover;
}
.company_review .store_head p{
	background: url("../images/border1.png") no-repeat bottom center;
	padding-bottom: 15px;
	}
.review_area {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.review_box{
	float:left;
	width:31.8%;
	margin-right:25px;
	background:#fff;
	min-height:100px;
	box-shadow: 1px 1px 9px #e1e0e0;
	}
.review_del{
	padding:20px;
	}	
.review_box h4 {
	color: #262626;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 28px;
}
.review_box p{
	line-height:25px;
	margin:0px;
	}
.review_box ul {
	float: left;
	width: 100%;
	margin-top: 7px;
}
.review_box ul li{
	float:left;
	margin-right:3px;
	}
.review_box ul li img{
	float:left;
	}
.date_box{
	float:left;
	width:100%;
	padding:15px 20px;
	background:#fff;
	box-shadow: 1px 1px 9px #e1e0e0;
	}
.review_person {
	float: left;
	width: 50%;
}
.review_person span {
	width: 26px;
	height: 26px;
	background: #ccc;
	overflow: hidden;
	text-align: center;
	position: relative;
	float: left;
	border-radius: 50%;
	margin-right: 8px;
}
.review_person p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #000;
}	
.review_person span img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width:100%;
	}
.review_date {
	float: right;
	font-size:15px;
	width:50%;
}
.review_date img{
	margin-right:5px;
	}
/*after login*/

.dashboard_header {
	display: inline-block;
	width: 150px;
	position: relative;
	float:right;
}
.menu_dash {
	cursor: pointer;
	max-width: 300px;
	padding: 4px;
	text-align: right;
}
.menu_dash p {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.menu_dash p .fa {
	float: right;
	margin: 3px 0 0 5px;
	color: #fff;
}
.uu_roundd {
	border-radius: 50%;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	overflow: hidden;
	width: 25px;
	background: #ccc;
	padding: 0px;
}
.uu_roundd img {
	width: 100%;
	border-radius: 50%;
}
.dropdown_dash {
	background: #fff none repeat scroll 0 0;
	box-shadow: 1px 3px 4px -1px rgb(43, 43, 43);
	position: absolute;
	right: 0;
	top: 35px;
	width: 180px;
	z-index: 99999;
}
.dropdown_dash ul {
	margin: 0;
	padding: 0;
}
.dropdown_dash ul li {
	display: block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.dropdown_dash ul li a {
	color: #414141;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 1px 12px;
	text-decoration: none;
	width: 100%;
}
.dropdown_dash ul li a:hover {
	background:#28a745;
	color: #fff;
}
/*after login*/	
.address_text{
	float:left;
	width:100%;
	padding-left:23%;
	position:relative;
	}
.dashboard_banner{
	background:#fff;
	float:left;
	width:100%;
	padding:25px 0;
	}
.address_text h3{
	font-size:29px;
	color:#000;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	margin-bottom:3px;
	}
.address_text p{
	font-size:14px;
	color:#747474;
	font-weight:400;
	margin-bottom:0px;
	font-family: 'Poppins', sans-serif;
	}
.ad_adres{
	position:absolute;
	top:6px;
	right:0px;
	background: #802C22;
	color: #fff;
	font-size:16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 10px 15px;
	display: block;
	border-radius: 2px;
	}
.ad_adres img{
	margin-right:5px;
	}
.ad_adres:hover{
	background:#28a745;
	color:#fff;
	}
.dashboard_body {
	float: left;
	width: 100%;
	background: #ecf5f5;
	padding: 15px 0 40px 0;
}
.left_dashboard {
	float: left;
	width: 21%;
	background: #fff;
	box-shadow: 1px 1px 9px #e1e0e0;
	/*max-height: 150px;*/
	margin-top: -100px;
	display: inline-table;
	margin-bottom:25px;
}
.dashboard_profile {
	float: left;
	width: 100%;
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #ece9e9;
	background: #fff;
}
.dashboard_profile span {
	width: 101px;
	height: 101px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	position: relative;
	box-shadow: 0px 3px 6px #a49f9f;
	margin-bottom: 6px;
}
.dashboard_profile span img{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-height:100%;
	max-width:100%;
	}
.dashboard_profile strong {
	position: absolute;
	top: 0px;
	right: 54px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	background: #802C22;
	cursor: pointer;
}
.dashboard_profile strong:hover{
	background: #28a745;
	}
.dashboard_image{
	position:relative;
	}	
.dashboard_profile strong img{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-height:100%;
	max-width:100%;
	}
.dashboard_profile h4{
	color:#3b3b3b;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	margin:5px 0;
	font-family: 'Rubik', sans-serif;
	}
.dashboard_profile p {
	color: #6a6f72;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.dashboard_menu {
	float: left;
	width: 100%;
	background: #fff;
}
.dashboard_menu ul{
	float:left;
	width:100%;
	margin:0px;
	}
.dashboard_menu ul li{
	float:left;
	width:100%;
	}
.dashboard_menu ul li a {
	padding: 13px 18px;
	color: #484c4d;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	float: left;
	width: 100%;
	background:#fff;
	border-left:2px solid #fff;
}
.dashboard_menu ul li img {
	margin-right: 11px;
	float: left;
	margin-top: 2px;
}
.dashboard_menu ul li a:hover img , .dashboard_menu ul .active img{
	/*color:#28a745;
	filter: grayscale(100%);
	-webkit-filter: brightness(1000%);*/
	-webkit-filter: grayscale(50%) brightness(50%) sepia(50%) hue-rotate(-180deg) saturate(800%) contrast(0.6);
     filter: grayscale(50%) brightness(50%) sepia(50%) hue-rotate(-180deg) saturate(800%) contrast(0.6);
}
.dashboard_menu ul li a:hover, .dashboard_menu ul .active a{
	background:#f4f8fb;
	border-left:2px solid #28a745;
	color:#802C22;
	}
.dashboard_menu ul li:last-child{
	margin-top:85px;
	border-top: 1px solid #ece9e9;
	}
.dashboard_menu ul li:last-child a {
	padding: 21px 18px;
}
.right_dashboard {
	float: left;
	width: 77.5%;
	margin-left: 17px;
	background: #fff;
	box-shadow: 1px 1px 9px #e1e0e0;
	padding: 22px 25px;
	display: inline-table;
}
.dashbox{
	float:left;
	width:100%;
	border-radius:4px;
	border:1px solid #ededed;
	min-height:120px;
	border-top:3px solid #66cd2e;
	margin-bottom:27px;
	}
.dashbox_head{
	float:left;
	width:100%;
	padding:12px 15px;
	border-bottom:1px solid #ededed;
	}
.dashbox_head h4{
	color:#242424;
	font-size:18px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	margin:0px;
	float:left;
	width:auto;
	}
.dashbox_head ul {
	float: right;
	width:auto;
	margin: 0px;
}
.dashbox_head ul li{
	float:left;
	margin-right:10px;
	}
.dashbox_head ul li:last-child{
	margin:0px;
	}	
.dashbox_head ul li .fa{
	font-size:15px;
	color:#802C22;
	}
.dashbox_head ul li .fa:hover{
	color:#66cd2e;
	}
.dashbox_body{
	float: left;
	width: 100%;
	padding: 15px 15px 28px 15px;
}
.dashbox_body p {
	color: #808384;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 6px;
}
.right_dashboard .col-md-12{
	padding:0 11px !important;
	}
.personal_box p span {
	width: 87px;
	margin-right: 18px;
	display: inline-block;
}
.personal_box p a{
	color:#71b03b;
	}
.personal_box p a:hover{
	color:#802C22;
	}
.weelcome_box{
	float:left;
	width:100%;
	border: 1px solid #ededed;
	border-radius:4px;
	border-left:3px solid #ededed;
	margin-bottom:25px;
	padding:15px;
	}
.weelcome_box h4{
	color:#2b2c2c;
	font-size:21px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	margin-bottom:5px;
	}
.weelcome_box p{
	margin:0px;
	}
.order-right{
	float:left;
	width:100%;
	background:#e1e6e6;
	border-radius:4px;
	padding:15px;
	margin-bottom:25px;
	}
.order-right h4{
	color:#2d2d2d;
	font-size:21px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:14px;
	}
.order-right p{
	color:#484646;
	font-size:15px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	margin-bottom:7px;
	}
.dash_form_box{
	float:left;
	width:100%;
	border:1px solid #ededed;
	border-left:2px solid #28a745;
	border-radius:2px;
	box-shadow: 1px 1px 9px #e1e0e0;
	margin-bottom:25px;
	}
.form_body{
	float:left;
	width:100%;
	padding:15px 20px 0 20px;
	}
.form_body .col-sm-12{
	padding:0 10px !important;
	}
.form_body .form-group{
	float:left;
	width:100%;
	}
.dash_sub{
	width:auto;
	height:auto;
	padding:10px 15px;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	text-transform:capitalize;
	}
.seller_signup{
	width:700px;
	padding:20px 30px 28px 30px;
	}
.signup_layer {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.signup_layer .col-sm-12{
	padding:0 11px !important;
	}
.signup_layer h5 {
	float: left;
	width: 100%;
	text-align: center;
	color: #4c4b4b;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}
.buyer_table {
	float: left;
	width: 100%;
	border: 1px solid #dbdbdb;
}
.buyer_table .table{
	margin-bottom:0px !important;
	}


/*table css*/

.table {
	display: table;
	margin-bottom: 0;
	max-width: 100%;
	width: 100% !important;
	box-shadow: 0px 1px 2px #dcdcdc;
}
.table .one_row1 {
	display: table-row;
}
.tab_head_sheet {
	background: #802C22;
	border: medium none;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	line-height: 22px;
	padding-left: 20px;
	text-align: left;
	font-weight: 400;
}
.cell1 {
	display: table-cell;
	padding:12px 5px 12px 20px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow:0px 1px 1px #dcdcdc;
}
.tab_head_sheet_1 {
	border: medium none;
	height: 50px;
	padding: 0 0px 0 20px;
	text-align: left;
	white-space: normal;
	overflow-wrap: break-word;
	color: #454545;
	font-family: 'Roboto', sans-serif;
}
.tab_head_sheet_1 p {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.W55_1 {
	display: none;
}
.cell1.tab_head_sheet_1 img {
	padding: 7px 2px;
}
.item_img{
	float:left;
	width:55px;
	height:55px;
	border:1px solid #dedbdb;
	background:#fff;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-right:20px;
	}
.item_img img{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	}
.cell1 img:hover{
	opacity:0.6;
}
/*table css*/

.table_dashboard{
	padding:8px;
	}
.img_b {
	display: inline-block;
	height: 45px;
	width: 47px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-top: 5px;
}
.img_b img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}
.order_details{
	float: left;
	width: 100%;
	border: 1px solid #ededed;
	border-left: 2px solid #28a745;
	border-radius: 2px;
	box-shadow: 1px 1px 9px #e1e0e0;
	margin-bottom: 25px;
}
.order_details p{
	float:left;
	width:100%;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	}
.order_details p strong {
	float: left;
	width: 35%;
	color: #802C22;
	font-weight: 500;
}	
.order_details p span{
	padding: 0 0 0 9px;
	width: 60%;
	float: right;
	}
.shoping_cart{
	padding:35px 0 !important;
	}
.shop_cart{
	float: left;
	width:100%;
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 5px #c8c8c8;
	min-height:100px;
	padding:20px;
	}
.shop_cart h4{
	color: #242424;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	float: left;
	width: auto;
	}
.cart_table{
	margin-top:15px;
	}
.cart_table .tab_head_sheet_1{
	height:65px;
	}
.sp_tptall_area {
	background: #f1f1f1;
	float:left;
	width:100%;
}
.rightt_btn_twoo {
	float: left;
	padding: 30px 0 0 20px;
}
.thss_ff {
	width: 300px;
	overflow: hidden;
	display: block;
	margin: 14px 2% 15px 0;
	float: right;
}
.thss_ff p {
	margin: 0 0 6px 0 !important;
	padding-right: 0%;
	font-size: 18px;
	float: left;
}
.hh_wdww {
	width: 165px !important;
	text-align: left;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #475057;
}
.hh_wdww22 {
	width: 100px !important;
	display: inline-block;
	text-align: right;
	float: right;
}
.rightt_btn_twoo input[type="button"] {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
	border: none;
	padding: 7px 18px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: none;
	webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer;
	background: #802C22;
	border-radius: 4px;
}
.rightt_btn_twoo input[type="button"]:hover{
	background:#28a745;
	}

	
.nnew_add_1 {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 15px 0 15px 0;
	border: 1px solid #e9e4e4;
	padding:0;
	background: #f5f5f5;
	float:left;
}
.nnew_add_1 p {
	color: #444141;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 8px 0 !important;
	float: left;
	width: 100%;
}
.nnew_add_1 p strong {
	float: left;
	width: 30%;
	color: #000;
}
.nnew_add_1 span {
	padding: 0 0 0 9px;
	width: 70%;
	float: right;
	font-weight:500;
}
.nnew_add_1 span img {
}

.addrs_box {
	padding: 15px;
	float: left;
	width: 100%;
}

.addrs_box h3{
	color: #2f2e2e;
font-weight: 500;
font-size: 20px;
font-family: 'Poppins', sans-serif;
margin-bottom: 5px;
	}
.addrs_box .radio_area p {
	float: left;
	width: 33%;
	padding-right: 20px !important;
	margin-right:0 !important;
}
.addrs_box .radio_area p label{
	line-height:22px !important;
}

.ad_adres3 {
    top: 6px;
    right: 0px;
    background: #802C22;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 10px 15px;
    border-radius: 2px;
    float: right;
}
.ad_adres3:hover {
    background: #28a745;
    color: #fff;
}
.radio_area {
	float: left;
	width: 100%;
}
.radio_area p {
	float: left;
	width: auto;
	margin-right: 20px !important;
}
.radio_area [type="radio"]:checked, .radio_area [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.radio_area [type="radio"]:checked + label, .radio_area [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
	font-size: 16px;
}
.radio_area [type="radio"]:checked + label:before, .radio_area [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
.radio_area [type="radio"]:checked + label:after, .radio_area [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #0F586C;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.radio_area [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.radio_area [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ordr_box {
	padding: 15px;
	border-right: 1px solid #e9e4e4;
	float: left;
	width: 50%;
}

.ordr_box h3{
	color: #2f2e2e;
font-weight: 500;
font-size: 20px;
font-family: 'Poppins', sans-serif;
margin-bottom: 5px;
	}
.vart_area {
	float: left;
	width: 100%;
	margin: 5px 0 10px 0;
	text-align: center;
}

.ad_ofr_2 {
	color: #fff;
font-size: 15px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
border-radius: 0px;
border: none;
padding: 7px 18px;
margin-bottom: 10px;
margin-right: 10px;
float: left;
webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
cursor: pointer;
background: #802C22;
border-radius: 4px;
}
.ad_ofr_2:hover, .ad_ofr_2:focus {
	color: #fff;
	text-decoration: none;
	background: #28a745;
}

.menu_area .dropdown-menu a{
    color:#fff;
}
.amazingcarousel-image div{
    opacity: 0!important;
    }
    .xzoom-gallery {
margin-top: 10px;
    border: 1px solid #ccc;
    padding: 7px;
    }
    .xzoom {
    margin-top: 40px;
    width: 70% !important;
    margin: 0 auto;
    display: block;
    }
	.xzoom-img-container{
	float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
	}
	.popuplogin_inuttext{
	    margin-bottom: 15px;
    padding-left: 41px;
	}
	.popuplogin_header{
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: 23px;
    color: #fff;
	}
	.popuplogin_header small{
	        display: block;
    font-size: 17px;
    font-weight: 100;
    width: 61%;
    margin-top: 65px;
    color: #ccc;
	}
	.popupLogin_forgot{
	    float: right;
    color: #5f9e28;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: -51px;
    margin-right: 21px;
    font-weight: bold;11
	}
	.form-group  i.box-icon{
	    position: relative;
    margin: -52px 0 0 14px;
    font-size: 23px;
    color: #0060d8;
	}
	.request_otp {
    background-color: orange !important;
    color: #fff!important;
    margin-top: -15px!important;
    line-height: 48px;
}
.popupLogin_bottomlink {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    font-weight: 800 !important;
}
.loginpopup_blueSection{
    margin-left: 15px;
    background-color: #003399;
    border-top-left-radius: 4px;
    border: 0;
    position: relative !important;
    height: 570px;
    width: 100%;
    padding: 0 0 0 30px !important;
}
.pwd_login{
    margin-left: 6.5% !important;
    margin-top: 58px;
}

.loginpopup_thm_img{
        margin-left: -90px;
    margin-top: -30px;
}
.proDet_heading{
    font-weight: 400;
    color: #212121;
}
.pro_action ul li a i{
    line-height:50px;
}
.right_cart a{
    color:#fff;
}
.right_cart a i{
    line-height: 40px;
}