/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, 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:#961e76;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#f7a600;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	padding:0px 20px 0px 110px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#961e76;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #978c5f;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#f7a600;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0px;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start head*/
#sidebar_head{
	z-index: 12000;
	width: 90px;
	height: 100%;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	left:0px;
	bottom: 0;
	background-image:url(../../images/bg/bg41.png);
	background-position:center;
	background-color: #3b155d;
	box-shadow:1px 1px 10px rgba(0,0,0,.3);
}
.sidebar_tools{
	position:absolute;
	top:0px;
	bottom:0px;
	right:6px;
}
.sidebar_tools.sidebar_tools_left{
	right:auto;
	left:6px;
}
.sidebar_tools span{
	background:rgba(253,211,121,0.08);
	display:block;
	width:2px;
	margin-bottom:5px;
	height:5%;
}
.sidebar_tools span:nth-child(8),.sidebar_tools span:nth-child(16),.sidebar_tools span:nth-child(2){
	background:#961e76;
}
.logos {
	position: relative;
	text-align:center;
	padding:20px 0px;
	margin-bottom:60px;
	overflow: hidden;
}
.logos a img {
	height: 50px;
}
/*end head*/
/*Start Social*/
#shop_head_cart,.shop_head_whish,.shop_head_user{
}
#shop_head_cart button, .shop_head_whish a, .shop_head_user a {
	cursor: pointer;
	border: none;
	display: block;
	color: #fff;
	width:50px;
	text-align: center;
	position: relative;
	margin:0px auto 10px;
	border-radius:4px;
	height: 50px;
	line-height: 50px;
	color:#bbb;
	font-size: 17px;
	background:rgba(0,0,0,0.2);
}
#shop_head_cart i em, .shop_head_whish i em {
	position: absolute;
	top: -3px;
	right: -10px;
	background: #961e76;
	color: #fff;
	font-family: outfit;
	font-style: normal;
	font-size: 9px;
	width: 20px;
	border-radius: 50%;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
}
.shop_head_whish i em{
	background:#f7a600;
}
#social {
	float:right;
	clear:both;
	width:100%;
}
#social .social{
	margin:0;
	float:none;
}
#social .social li{
	float:none;
}
#social .social li a {
	border: none;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.2);
	margin:0px auto 10px;
	border-radius: 4px;
}
#social .social li a:hover,#social .social li a.active{
	background:#961e76;
	color:#fff;
}
.qrcodes {
	position: absolute;
	left: 100px;
	background:#fff;
	width: 200px;
	display:none;
	top: 0px;
}
.qrcodes span {
	background: #961e76;
	display: block;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 12px;
}
.qrcodes img{
	height:90px;
}
.qrcode_txt {
	font-size: 12px;
	text-align: center;
	padding: 15px;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	line-height: 65px;
}
.social li a:hover{
	color:#73bf43;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f1d6";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.qrcode a:before{
	content:"\f029";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*End Social*/
/*start head_fix*/
.nav_fix {
	background-color:#fff;
	width:100%;
	height:100px;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.nav_fix:before {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -10px;
	right: 0;
	background-image: url(../../images/bg/cut.png);
	background-size: 100% 100%;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
/*end head_fix*/
/*start header*/
#header {
	z-index: 1000;
	height: 100px;
	float: right;
	clear: both;
	background-color:#fff;
	border-radius:4px;
	position: absolute;
	right: 20px;
	top: 15px;
	left: 110px;
}
#header:before {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -10px;
	right: 0;
	background-image: url(../../images/bg/cut.png);
	background-size: 100% 100%;
}
#header .width{
	padding:0px 20px;
}
.logo {
	float: right;
	position: relative;
	padding:0px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 105px;
}
.navf {
	float:left;
	margin-top:22px;
}
.navf li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.navf li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.navf li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#961e76;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.navf li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#f7a600;
	position:absolute;
	bottom:5px;
	right:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.navf li a:hover:after,.navf li:hover a:after,.navf li.current a:after{
	width:40px;
}
.navf li a:hover,.navf li:hover a,.navf li.current a{
	color:#961e76;
}
.navf li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#3b155d;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.navf li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.navf li .sub ul li a:after{
	display:none;
}
.navf li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.navf li .sub ul li a:hover{
	background:#fff;
	color:#007836;
	padding-right:17px;
}
.lang{
	float: left;
	margin-top: 14px;
}
.s_contact {
	clear: both;
	margin-top:-42px;
	float: left;
	z-index: 500;
	position: relative;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a, .s_contact li span {
	display: block;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 20px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#359660;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover:before{
	color:#fff;
}
.s_contact li a:hover{
	color:#fff;
	background:#961e76;
	border-radius:10px 20px;
}
/*end header*/
/*start footer*/
#footer{
	float:right;
	width:100%;
	padding:60px 0px 30px;
	border:2px solid #dce5d6;
	background-image:url(../../images/bg/bg39.png);
	background-position:top;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	position:relative;
}
.foot_all{
	clear:both;
	text-align:center;
	overflow:hidden;
}
.foot_all img{
	max-height:100px;
	margin-bottom:10px;
}
.copyrights,.design{
	clear:both;
	display:block;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #961e76;
	display:inline-block;
	margin-right:5px;
	color:#000;
}
.design a:hover{
	color:#961e76;
	border-bottom:2px solid #961e76;
}
.foot_link{
	position:absolute;
	bottom:0px;
	right:20px;
}
.foot_link li{
	display:inline-block;
}
.foot_link li a{
	display:block;
	background:#3b155d;
	margin-left:5px;
	color:#fff;
	padding:8px;
	border-radius:2px;
	font-size:13px;
}
.foot_link li a:hover{
	background:#961e76;
	color:#fff;
}
#footer .s_contact{
	position:absolute;
	bottom:0;
	left:110px;
	margin:0;
}
#footer .s_contact li a{
	background:#3b155d;
}
#footer .s_contact li a:hover{
	border-radius:0;
	background:#961e76;
}
#footer .s_contact li a{
	color:#fff;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:110%;
	display:block;
	background:#3b155d;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background:#3b155d;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:200;
	opacity:0.2;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:100px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 30px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	margin-bottom: 25px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
}
.slider_left_img{
	left:90px;
	position:absolute;
	z-index:1000;
	top:230px;
}
.slider_left_img img{
	height:200px;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	bottom:0px;
	right:20px;
	left:110px;
}
#news-tick{
	border:2px solid rgba(255,255,255,0.2);
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#f7a600;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #f7a600;
}
/*end newsbar*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:right;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:40px 30px 40px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_list li:first-child,.data_list li:hover{
	background:#eee3eb;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #fff;
	position: relative;
	color: #961e76;
	font-size:40px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:after{
	right:10px;
	left:10px;
	top:10px;
	bottom:10px;
	position:absolute;
	border:1px dashed #3b155d;
	content:"";
	border-radius:50%;
}
.data_list li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#666;
	position:relative;
	margin-bottom:20px;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title div{
	float:right;
	width:350px;
	line-height:1.2;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 45px;
	color: #961e76;
	display: block;
	margin-bottom: 3px;
}
.pages_title.withwhite h2{
	color:#f7a600;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1{
	font-weight: 700;
	font-size: 45px;
	color: #000;
	display: block;
}
.pages_title span{
	margin-right:450px;
	display:block;
	font-size:15px;
	font-weight:200;
	padding-top:35px;
}
.pages_title.withwhite span{
	color:#eee;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	background-image:url(../../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#3b155d;
	z-index:100;
}
#aboutus .width{
	padding-top:60px;
	padding-bottom:120px;
	overflow:hidden;
	position:relative;
}
#aboutus .width:before{
	content:"";
	position:absolute;
	width:25%;
	height:100%;
	background:#f0e2c7;
	opacity:0.1;
	z-index:-1;
	top:0;
	right:0;
}
.aboutus_left_right{
	float:right;
	width:60%;
	padding-top:50px;
}
.aboutus_left_left{
	float:left;
	width:40%;
}
.aboutus_left_left img{
	max-width:85%;
	float:left;
	object-fit:cover;
	border-radius:10px;
}
.aboutus_left_txt{
	line-height: 2;
	font-size:14px;
	text-align:justify;
	margin-bottom:25px;
	color:#bbb;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-60px;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #3b155d;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 40px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.3;
	top: 4px;
	right: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #961e76;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
	overflow:hidden;
}
.my_top_table .pages_title,#news .pages_title{
	text-align:right;
	max-width:none;
	padding-right:25px;
}
/*end top table*/
/*start my_products_list*/
.my_products{
	overflow:hidden;
	clear:both;
	padding:40px 0px;
	float:right;
	width:100%;
}
.my_products_list_img_left{
	width:20%;
	float:right;
}
.my_products_list_img_right{
	width:20%;
	float:left;
}
.my_products_list_img a {
	position: relative;
	clear: both;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 45px;
	font-weight: 600;
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
	margin-top: 0px;
}
.my_products_list_img a:hover{
	color:#961e76;
}
.tip{
	background:#961e76;
	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:#961e76;
}
.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_list{
	overflow:hidden;
}
.my_products_list_right{
	width:80%;
	float:left;
}
.my_products_list_left{
	width:80%;
	float:right;
}
.my_products_list li {
	float: right;
	width: 25%;
	display: block;
	position: relative;
	padding:0px 10px 20px;
	overflow: hidden;
}
.all_item {
	position: relative;
	text-align:center;
	border:1px solid rgba(0,0,0,0.1);
	padding:10px;
	width: 100%;
	display: block;
}
.p_thumb {
	height: 275px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.p_thumb img {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	right:0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.p_thumb img.p_thumb2{
	right:-100%;
}
.all_item:hover .p_thumb img.p_thumb2{
	right:0;
}
.all_item:hover .p_thumb img.p_thumb1{
	right:100%;
}
.p_button {
	background: #961e76;
	height: 45px;
	position: absolute;
	bottom:-100px;
	right: 0px;
	left: 0px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.all_item:hover .p_button{
	bottom:10px;
}
.p_button button {
	background: none;
	color:#fff;
	width: 45px;
	height: 45px;
	border-right:1px solid rgba(255,255,255,0.1);
	border-top:none;
	border-left:none;
	border-bottom:none;
	cursor:pointer;
	text-align:center;
	font-size:20px;
	display:block;
	float:left;
	line-height: 45px;
	font-family: Ionicons;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.p_button button.addToCartH {
	font-family: Changa;
	float: right;
	border: none;
	font-size: 11px;
	width: 70px;
	padding:0px 5px;
	font-weight: 400;
}
.p_button button:hover{
	color:#f7a600;
}
.p_button button.addToCartH:hover{
	color:#fff;
	background:#f7a600;
}
.p_button button.addToCompareH:before{
	content:"\f3ed";
}
.p_button button.addToWishH:before{
	content:"\f387";
} 
.p_button button.viewItemsH:before{
	content:"\f41e";
}
.my_prod_rate {
	clear: both;
	display: block;
	margin-bottom: 10px;
	text-align:center;
	overflow: hidden;
}
.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: #f7a600;
}
.p_cats {
	color: #555;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
a.item_titleH {
	font-weight: 600;
	font-size: 14px;
	color: #222;
	display: block;
	padding: 0px 20px;
	line-height: 1.4;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
a.item_titleH:hover{
	color: #961e76;
}
.price_item {
	display: block;
	overflow: hidden;
	font-weight: 600;
	direction:ltr;
	color: #999;
}
.price_item span{
	display: inline-block;
	color:#f7a600;
}
.price_item p {
	display: inline-block;
	text-decoration: line-through;
	margin-left: 15px;
}
/*end my_products_list*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;	
}
#projects_title{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
	background-image:url(../../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#3b155d;
	padding:30px 0px;
	z-index:100;
}
#projects_title .width{
	position:relative;
}
/*end projects_title*/
/*start partners*/
#partners2 {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	position: relative;
}
.partners_slide2{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide2.slick-initialized {
	visibility:visible;
}
.partners_slide2 li {
	float: right;
	padding: 60px 10px 20px;
}
.partners_all2 {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:60px 30px;
	margin: 0px auto;
	border-radius:6px;
	background:#eee3eb;
}
.my_star{
	clear:both;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.my_star span{
	font-family:FontAWesome;
	font-size:15px;
	font-weight:normal;
	color:#f7a600;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.partners_all2 b {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 25px;
}
.partners_all2 b:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.partners_all2 b:after {
	font-family: FontAwesome;
	content: "\f10d";
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}
.partners_all2 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	margin-top: -110px;
}
.partners_all2 p {
	font-weight: 600;
	font-size: 14px;
	color: #333;
	display: block;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	position:relative;
	z-index:1000;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #961e76;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#f7a600;
}
/*end partners2*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #961e76;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #961e76;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #961e76;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/