/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'cairo', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#5f9f0d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#f7b111;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
/*end body*/
/*start width*/
.width{
	width:1230px;
	position:relative;
	margin:0 auto;
}
/*end width*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:630px;
	display:block;
	z-index:100;
	background:#5f9f0d;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.width #slideshow{
	margin-bottom:40px;
}
.next,.prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:75px;
	text-align:center;
	position:absolute;
	top:45%;
	color:rgba(255,255,255,0.5);
	left:15px;
	right:auto;
	z-index:1001;
	margin-top:-10px;
	cursor:pointer;
	opacity:0;
}
.next{
	right:15px;
	left:auto;
}
.next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.slideshow:hover .next,.slideshow:hover .prev{
	opacity:1;
}
.next:hover,.prev:hover{
	color:#fff;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center top;
}
.slide_logo{
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-55px;
	text-align:center;
}
.slide_logo img{
	height:230px;
}
/*end slideshow*/
/*start header*/
#header{
	position:absolute;
	top:20px;
	z-index:500;
	width:100%;
	left:0;
}
#header .width{
	background:#fff;
	border-radius:5px;
	height:190px;
}
.logo {
	float: right;
	padding: 40px 10px 8px;
	overflow:hidden;
	text-align:center;
	border-left: 1px solid #f8f8f8;
	width: 225px;
}
.logo img {
	height: 105px;
}
.head_left{
	margin-right:225px;
}
.top {
	height:45px;
	border-bottom:1px solid #f8f8f8;
	position:relative;
	padding:0px 10px;
	overflow: hidden;
}
.user_top {
	float: right;
}
.user_top li {
	display: block;
	float: right;
}
.user_top li a {
	display: block;
	line-height: 45px;
	font-size: 12px;
	color: #333;
	font-weight:600;
	padding: 0px 10px;
	position:relative;
}
.user_top li a:after{
	content:"";
	display:block;
	width:0px;
	height:6px;
	background:#5f9f0d;
	position:absolute;
	bottom:0;
	right:0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.user_top li a:hover:after{
	width:100%;
}
.user_top li:last-child a{
	border-left:none;
}
.user_top li a:hover{
	color:#5f9f0d;
}
.user_top li a:before{
	font-family:FontAwesome;
	color:#888;
	font-weight:normal;
	vertical-align:0px;
	margin-left:5px;
}
.user_top li.top_signin a:before{
	content:"\f007";
}
.user_top li.top_signup a:before{
	content:"\f234";
}
.user_top li.top_signout a:before{
	content:"\f090";
}
.offer {
	float: left;
	display: block;
	color: #555;
	line-height: 45px;
	font-size: 12px;
	font-weight: 600;
	padding-left:10px;
}
.offer:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
	font-weight:normal;
}
.social {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #000;
	height:30px;
	width:30px;
	line-height:30px;
	font-size:12px;
	background:#f8f8f8;
	margin-left:5px;
	text-align:center;
	position:relative;
}
.social li a:hover{
	color:#fff;
	background:#5f9f0d;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.head {
	border-bottom: 1px solid #f8f8f8;
	display: block;
	width: 100%;
	height: 90px;
	padding:0px 20px;
}
.shop_head_cart {
	float: left;
	position: relative;
	margin-right:10px;
	margin-top:22px;
	color:#666;
	cursor:pointer;
}
.shop_head_cart i {
	position: relative;
	font-size: 35px;
	font-family:FontAwesome;
	font-style:normal;
	line-height: 40px;
	display: block;
	float: right;
	width: 35px;
	height: 40px;
}
.shop_head_cart i em {
	position: absolute;
	background: #5f9f0d;
	color: #fff;
	font-style: normal;
	font-size: 10px;
	font-weight: 600;
	font-family: cairo;
	border-radius: 50px;
	right: 20px;
	top: -6px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
}
.shop_head_cart span {
	display: block;
	margin-right: 50px;
	color: #000;
	line-height:1;
	font-weight: 600;
	font-size: 13px;
}
.shop_head_cart span p {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shop_head_cart span b {
	font-weight: 200;
	color: #888;
}
.shop_head_cart_button{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.shop_head_cart.btn-group{
	margin-bottom:0;
	width:auto;
}
.shop_head_wish {
	float: left;
	position: relative;
	margin-left: 25px;
	color:#666;
	margin-top:25px;
	cursor:pointer;
}
.shop_head_wish a{
	color:#666;
}
.shop_head_wish i em {
	position: absolute;
	background: #5f9f0d;
	color: #fff;
	font-style: normal;
	font-size: 10px;
	font-weight: 600;
	font-family: cairo;
	border-radius: 50px;
	right: 25px;
	top: -6px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
}
.shop_head_wish i {
	position: relative;
	font-family:FontAwesome;
	font-style:normal;
	font-size: 35px;
	line-height: 40px;
	display: block;
	float: right;
	width: 35px;
	height: 40px;
}
.searchbox {
	overflow: hidden;
	padding-left:40px;
}
.searchbox label {
	border: 1px solid #eee;
	display: block;
	width: 100%;
	font-weight:normal;
	height: 45px;
	margin-top: 21px;
	border-radius: 3px;
	position: relative;
	overflow:hidden;
}
.searchbox label button{
	width: 45px;
	height: 45px;
	background:none;
	border-right: 1px solid #eee;
	cursor:pointer;
	border-left: none;
	font-size:19px;
	position:absolute;
	top:0;
	left:0;
	border-top: none;
	border-bottom: none;
	text-align: center;
	line-height: 45px;
	color: #666;
	font-family: FontAwesome;
}
.searchbox label button:before{
	content:"\f002";
}
.searchbox label button:hover{
	color:#5f9f0d;
}
.searchbox input {
	border: none;
	font-family: cairo;
	font-size: 13px;
	color: #666;
	display:block;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px 0px 55px;
	width: 100%;
}
.navo {
	width: 100%;
	height: 55px;
}
.mynav{
	float:right;
}
.mynav li{
	display:block;
	float:right;
	position:relative;
}
.mynav li a {
	display: block;
	color: #333;
	line-height:55px;
	padding: 0px 20px;
	font-weight:600;
	position:relative;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.mynav li a:hover,.mynav li:hover a{
	color:#5f9f0d;
}
.mynav li a:after,.mynav li:hover a:after{
	content:"";
	display:block;
	width:0px;
	height:4px;
	background:#5f9f0d;
	position:absolute;
	bottom:0;
	right:0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.mynav li a:hover:after,.mynav li:hover a:after{
	width:100%;
}
.mynav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 8px 14px -4px rgba(0, 0, 0, 0.15);
	display:none;
	top:55px;
	border-bottom:3px solid #5f9f0d;
	right:-1px;
	z-index:200;
	background: #fff;
}
.mynav li:hover .sub ul{
	float:none;
}
.mynav li:hover .sub ul li{
	float:none;
	display:block;
}
.mynav li:hover .sub ul li:last-child a{
	border-bottom:none;
}
.mynav li:hover .sub ul li a:after{
	display:none;
}
.mynav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:normal;
	font-size:12px;
	color:#333;
	height:auto;
	text-align:right;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #fbf3f7;
}
.mynav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
}
.mynav li:hover .sub ul li a:hover{
	color:#fff;
	background:#5f9f0d;
	padding-right:13px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:50px;
	border-bottom:1px solid #fbf3f7;
}
#bottom .width{
	font-weight:600;
	text-transform:capitalize;
	color:#555;
	font-size:12px;
	overflow:hidden;
}
.copyrights{
	float:right;
	line-height:50px;
}
.design{
	float:left;
	line-height:50px;
}
.design a{
	color:#555;
}
.design a:hover{
	color:#5f9f0d;
	text-decoration:underline;
}
.design img {
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
/*end bottom*/
/*start footer*/
#footer {
  background:#fff;
  padding:70px 0px 70px;
  clear: both;
  width:100%;
  float:right;
  position: relative;
  border-bottom:1px solid #eee;
}
.foot {
  width: 25%;
  float: right;
  padding:0px 15px;
  overflow: hidden;
}
.foot h2 {
  overflow:hidden;
  color: #000;
  display: block;
  text-transform:uppercase;
  font-weight:600;
  font-size: 17px;
  margin-bottom: 25px;
  border-bottom:1px solid #fbf3f7;
}
.foot h2 span:after {
	content: '';
	margin-top:15px;
	display:block;
	height:2px;
	position:relative;
	width:30%;
	background:#5f9f0d;
}
.foot p {
  clear: both;
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 2;
}
.foot ul li {
  display: block; 
}
.foot ul li a {
  color:#555;
  border-bottom:1px dashed #fbf3f7;
  display:block;
  padding:7px 0px;
  font-size:13px;
  text-transform:capitalize;
}
.foot ul li a:hover{
	color:#5f9f0d;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #555;
  text-transform:capitalize;
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#000;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_time:before {
  content: "\f017";
}
.contactus li.foot_phone:before {
  content: "\f095";
}
.contactus li.foot_email:before {
  content: "\f003";
}
.contactus li.foot_address:before {
  content: "\f041";
}
.contactus li span {
  color: #000;
}
.contactus li a {
  color: #555;
}
.contactus li a:hover {
  color: #ed2079;
  text-decoration:underline;
}
#footer .social{
	padding:0;
	background:none;
	margin:0;
}
#footer .social li a:hover{
	color:#fff;
	background:#5f9f0d;
}
#footer .social li a {
	width: 32px;
	height: 32px;
	border: none;
	margin-bottom:5px;
	background: #e7f4d5;
	color: #000;
	border-radius: 32px;
	font-size:12px;
	margin-right: 5px;
	line-height: 32px;
	padding: 0px;
	text-align: center;
}
#footer .social {
	float: none;
	clear: both;
	display: block;
	border: none;
	height: auto;
	margin-top: 12px;
	overflow: hidden;
}
.foot_url{
	clear:both;
	display:block;
	overflow:hidden;
	margin-top:25px;
}
.foot_url a{
	display:inline-block;
	font-size:13px;
	padding:6px 20px;
	border:1px solid #777;
	color:#777;
	margin-left:5px;
}
.foot_url a:last-child{
	border:1px solid #e7f4d5;
	background:#e7f4d5;
	color:#000;
}
.foot_url a:hover{
	opacity:0.8;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	line-height:40px;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:rgba(95,159,13,0.8);
}
.toTop:before{
	font-family:FontAwesome;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:rgba(33,33,33,0.8);
}
/*end totop*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	background:#5f9f0d;
}
#data .width{
	display:table;
}
.data_loop:last-child{
	border:none;
}
.data_loop {
	display: table-cell;
	border-left: 1px solid rgba(255,255,255,.15);
	padding: 25px 10px;
	width: 25%;
	text-align: center;
	color: #fff;
}
.data_loop i {
	display: inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-size: 45px;
}
.data_loop span {
	display: inline-block;
	text-align: right;
	margin-right: 15px;
}
.data_loop span p {
	display: block;
	margin:0;
	font-weight: 700;
}
.data_loop span b {
	font-weight: 400;
	display: block;
}
/*end data*/
/*start partners*/
.partners,.partnerso{
	background: #fff;
	margin-top: -80px;
	position: relative;
	padding-top:10px;
	z-index: 1000;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	height:150px;
	overflow: hidden;
	margin-bottom: 45px;
}
.partnerso {
	margin-top: 0;
	box-shadow: none;
	padding-top: 0;
	border: 1px solid #eee;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
	padding:0px 10px;
	margin:0px auto;
}
.partners_all a:hover img{
	opacity:0.8;
}
.partners_all img {
	display: block;
	width: auto;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height: 80px;
	margin: 0px auto 5px;
}
.partners_all a {
	font-weight: 600;
	color: #333;
	display: block;
}
.partners_all a:hover {
	color: #5f9f0d;
}
.next_part,.prev_part{
	display:block;
	font-size:30px;
	text-align:center;
	position:absolute;
	top:45px;
	color:#333;
	left:15px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
.next_part{
	right:15px;
	left:auto;
}
.next_part:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev_part:before{
	font-family:FontAwesome;
	content:"\f104";
}
/*end partners*/
/*start my_content*/
.my_content {
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
	clear: both;
}
.my_content_title {
	font-weight: 600;
	font-size: 16px;
	overflow:hidden;
	color: #333;
}
.my_content_title div {
	color: #000;
	font-weight: 600;
	height:45px;
	line-height:45px;
	margin-right:15px;
	font-size: 17px;
	padding: 0px;
	margin-bottom:10px;
	background:none;
	display: block;
	float:right;
	position: relative;
}
.my_content_title div:after {
	content: "";
	display: block;
	width: 55%;
	height: 5px;
	background: #5f9f0d;
}
.my_content_title div:before{
	content:"\f009";
	font-weight:normal;
	color:#000;
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
.my_content_txt{
	clear:both;
	overflow:hidden;
	display:block;
}
.my_content_txt.my_content_txt_banner{
	border:none;
}
/*end my_content*/
/*start banner*/
.banner{
	clear:both;
	display:block;
	overflow:hidden;
	padding:0px;
}
.banner_multi{
	display:block;
	float:right;
	text-align:center;
	overflow:hidden;
	width:49%;
}
.banner .banner_multi:last-child{
	float:left;
}
.banner_single{
	display:block;
	width:100%;
	text-align:center;
}
.banner_single a,.banner_multi a{
	display:inline-block;
	position:relative;
}
.banner_single a img,.banner_multi a img{
	display:block;
	height:auto;
	width:auto;
	margin:0px auto;
}
.banner_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	padding:15px;
}
.banner_cont_all{
	display:block;
	text-align:center;
	margin:0px auto;
	padding:0px 80px;
}
.banner_right .banner_cont_all{
	text-align:right;
	padding:0px 20px;
	width:100%;
	margin:0;
}
.banner_left .banner_cont_all{
	text-align:left;
	margin:0;
	width:100%;
	padding:0px 20px;
}
.banner_cont h2 {
	margin-top:0;
	line-height:normal;
	position:relative;
	z-index:1002;
	font-weight:700;
	display: inline-block;
	color: #fff;
	font-size: 21px;
	margin-bottom:10px;
	text-align: center;
}
.banner_cont p{
	color:#fff;
	font-size:14px;
	font-weight:600;
	border:1px solid #fff;
	padding:8px 20px;
	display:inline-block;
	margin-top:5px;
}
.banner_cont p:before{
	content:"\f178";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-left:10px;
}
.slidebg {
	background: linear-gradient(75deg, rgba(255,210,0,0.15) 10%, rgba(95,159,13, 0.30));
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*end banner*/
/*start product*/
.tip{
	background:rgba(33,33,33,0.8);
	border-radius:2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	max-width:200px;
	padding:4px 8px;
}
.tip[class*="arrow"]:before{
	content:'';
	position:absolute;
	border:solid transparent;
	width:0px;
	height:0px;
	border-width:5px;
	border-color:rgba(33,33,33,0.8);
}
.tip.arrow-bottom:before{
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	margin-left:-5px;
	top:100%;
	left:50%;
}
.tip.arrow-top:before{
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	margin-left:-5px;
	bottom:100%;
	left:50%;
}
.my_products{
	clear:both;
	overflow:hidden;
	display:block;
}
.my_products {
  clear: both;
  display: block;
  overflow: hidden;
}
.my_products li {
  display: block;
  float: right;
  overflow:hidden;
  padding:15px;
  width: 25%;
}
.my_products.my_products_three li{
	width:33.33%;
}
.all_item {
  height: 100%;
  position: relative;
  border:1px dashed #ccc;
  border-radius:5px;
  width: 100%;
  overflow:hidden;
}
.p_thumb {
  height: 250px;
  overflow: hidden;
  margin-bottom:15px;
  text-align:center;
  position: relative;
  width: 100%;
}
.p_thumb img {
	display: block;
	height: 100%;
	width: 100%;
}
.p_discount {
  background: #e51f28;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 115;
}
.p_button {
  bottom: 10px;
  right:10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.p_button button:before{
  font-family: FontAwesome;
}
.addToCompareH:before {
  content: "\f021";
}
.addToWishH:before {
  content: "\f004";
}
.viewItemsH:before {
  content: "\f06e";
}
.addToCompareH{
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.addToWishH{
	-moz-transition: all .4s ease;
	-webkit-transition:all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.viewItemsH{
	-moz-transition: all .5s ease;
	-webkit-transition:all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.my_products li .p_thumb:hover .p_button .addToCompareH{
	right:0;
}
.my_products li .p_thumb:hover .p_button .addToWishH{
	right:0;
}
.my_products li .p_thumb:hover .p_button .viewItemsH{
	right:0;
}
.addToCompareH,.addToWishH,.viewItemsH{
  background:#5f9f0d;
  border:none;
  cursor:pointer;
  color: #fff;
  display:block;
  margin-bottom:5px;
  font-size: 15px;
  height: 37px;
  overflow:hidden;
  right:-100px;
  position:relative;
  z-index:116;
  line-height: 37px;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  width: 37px;
}
.addToCompareH:hover,.addToWishH:hover,.viewItemsH:hover{
  background: rgba(33,33,33,0.6);
}
a.item_titleH {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 600;
	height: 30px;
	margin-bottom: 5px;
	padding:0px 15px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.item_titleH:hover{
  color: #5f9f0d;
}
.my_prod_rate {
	clear: both;
	display: block;
	margin-bottom: 10px;
	text-align:center;
	overflow: hidden;
	direction:ltr;
}
.my_prod_rate span::before {
	content: "\f005";
	font-family: FontAwesome;
}
.my_prod_rate span {
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
	color: #aaa;
	font-size: 12px;
}
.my_prod_rate span.rate {
	color: #5f9f0d;
}
.price_item {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size:17px;
	font-weight: 600;
}
.price_item span {
  color: #888;
  display: inline;
  padding-right:10px;
  text-decoration: line-through;
}
.price_item p {
  color: #e51f28;
  display: inline;
}
.add_me {
	padding: 15px;
	text-align: center;
	overflow: hidden;
}
.add_me button {
	display: block;
	width: 100%;
	background: #eee;
	border: none;
	font-family: cairo;
	font-weight: 600;
	font-size: 14px;
	padding: 10px;
	cursor:pointer;
	border-radius: 48px;
	color: #666;
}
.add_me button:hover{
	background:#5f9f0d;
	color:#fff;
}
/*end product*/