@charset "utf-8";
/* CSS Document */
/* Copyright (C) JOOMINAMARKET , (http://www.joominamrket.com/) */
.cream {
    color: #f0b880;
}
.red {
    color: #ea5c5a;
}
.purple {
    color: #b982a1;
}
.yellow {
    color: #f1e715;
} 
.blue {
    color: #17c0dc;
}
.cyan {
    color: #4ea9ad;
}
/**/
.style_moduletable{
	margin-bottom:30px;
}
/**/
label{
	font-weight:normal !important;
}
/******************************************************************
					header section
******************************************************************/
header{
	margin-bottom:15px;
	border-top:solid 3px #333;
}
/**/
header .top_header{
	background:#e4e4e4;
	border-bottom:solid 1px #d4d4d4;
} 
header .top-support-desc{
	margin-bottom:0;
	padding:13px 0;
}
.main-top-icon > div{
	border-right: 1px solid #d4d4d4;
    float: left !important;
    font-size: 19px;
    text-align: center;
    width: 50px;
	height:45px;
	padding-top:10px;
	transition:all linear 0.5s;
	position:relative;
} 
.main-top-icon > div.wishlist{
	padding-top:3px;
}
.main-top-icon > div.login-mod{
    font-size: 21px;
	padding-top:2px;
}
.main-top-icon > div.my-card{
	padding-top:4px;
}
.main-top-icon > div.compare {
    font-size: 24px;
	padding-top:4px;
}
.main-top-icon > div.user-profile{
	padding-top:0px;
}
.main-top-icon > div.user-profile > a{
	color:#333;
	display:block;
	width:100%;
	height:100%;
	padding-top:10px;
}
.main-top-icon > div:hover,
.main-top-icon > div.user-profile:hover > a{
	background:#ccc !important;
	color:#333 !important;
}
/* my cart top menu */
.sj-minicart-pro{
	height:100% !important;
	z-index:9999 !important;
	width:100%;
}
.mc-wrap{
	height:100% !important;
	width:100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.mc-header{
    font-size: 19px !important;
	padding:10px 0 0 0 !important;
	height:100% !important;
	width:100%;
	transition:all linear 0.5s;
	cursor: pointer;
} 
#login_btn.mc-header:before{
	content: "\f090";
	font-family:'FontAwesome';
}
#logout_btn.mc-header:before{
	content: "\f08b";
	font-family:'FontAwesome';
}
.mc-header .mc-yourcart{
	background:none !important;
	float:none !important;
	padding:0 !important;
}
.mc-total-icon,
.mc-totalproduct {
    background: #ff0033;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 21px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 21px;
    z-index: 9999;
	padding-top:1px;
}
.mc-header .mc-yourcart, 
.mc-content .mc-content-inner .mc-footer .mc-checkout{
	border-radius:0 !important;
}
.mc-content{
	background:#fff !important;
	border:1px solid #dddddd !important;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.2) !important;
	font-size:14px !important;
 	top:100%;
	left:0 !important;
} 
.mc-content .mc-content-inner .mc-top{
	background:#f6f6f6 !important;
	height:50px !important;
	padding:10px !important;
	text-align:right !important;
	border-right:none !important;
	border-left:none !important;
	border-top:none !important;
	border-bottom:solid 1px #eee !important;
	margin-bottom:0 !important;
}
.mc-content .mc-content-inner .mc-top span.mc-header-title{
	font-size:16px !important;
	color:#333 !important;
	padding:0 !important;
	float:right !important;
}
.mc-content .mc-content-inner .mc-top span.mc-update-btn{
	float:left !important;
	font-size:12px !important;
	padding:1px 12px !important;
	margin-top:5px !important;
	background:#FA0435 !important;
	height:25px !important;
}
.mc-content, 
.mc-checkout-top, 
.mc-content .mc-content-inner .mc-top span.mc-update-btn, 
.mc-content .mc-content-inner .mc-coupon .coupon-input .coupon-button-add, 
.mc-content .mc-content-inner .mc-footer .mc-gotocart{
	border-radius:2px !important;
}
.mc-content .mc-content-inner .mc-list{
	margin:0 !important;
	padding:0 !important;
}
.my-card .sj-minicart-pro .mc-content .mc-content-inner .mc-list-inner{
	overflow-x:visible !important;
	overflow-y: scroll !important;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity input{
	border:solid 1px #ddd !important;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-minus, 
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-plus{
	margin:0 !important;
}
.mc-content .mc-content-inner .mc-list div.mc-product-wrap .mc-product {
	border-top:1px solid #eee !important;
}
.mc-content .mc-content-inner .mc-list div.mc-product-wrap .mc-product:first-child{
	border-top:none !important;
}
.mc-list .mc-product-inner{
	border-bottom:none !important;
	padding:10px !important;
	margin:0 !important;
} 
.mc-list .mc-product-inner .mc-image{
	float:right !important;
	margin:0 !important;
}
.mc-list .mc-product-inner .mc-image img{
	width:110px ;
}
.mc-list .mc-product-inner .mc-attribute {
    float: right;
    font-size: 12px !important;
    margin: 7px 15px 0 0 !important;
    padding: 0;
    text-align: right;
} 
.mc-list .mc-product-inner .mc-attribute .attr,
.mc-list .mc-product-inner .mc-attribute .attr span.label{
	font-size:13px !important;
}

.mc-list .mc-product-inner .mc-remove {
    color: #2b80aa;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    left: 10px;
    position: absolute;
    top: 14px;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity span.value input.mc-quantity{
	height:36px !important;
	width:60px !important;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-control{
	width:18px;
	position: relative;
    right: -4px;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-minus{
	color:#fff !important;
	font-size:32px;
	background:#333 !important;
	display:block !important;
	text-align:center;
	width:18px !important;
	height:17px !important;
	transition:all linear 0.3s;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-plus{
	color:#fff !important;
	font-size:16px;
	background:#333 !important;
	display:block !important;
	text-align:center;
	width:18px !important;
	height:18px !important;
	padding-top:0 !important;
	border-bottom:solid 1px #999;
	transition:all linear 0.3s;
}
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-plus:hover,
.mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-minus:hover{
	color:#333 !important;
	background:#eee !important;
}
.mc-wrap .mc-cardtotalprice {
    border-top: 1px solid #eee;
    padding: 20px 10px;
    text-align: right;
	color:#333 !important;
	height:60px;
}
.mc-wrap .mc-cardtotalprice > div{
	float:right;
}
.mc-wrap .mc-cardtotalprice > .mc-totalprice{
	display: block !important;
}
.mc-content .mc-content-inner .mc-footer{
	background:#f6f6f6 !important;
	height:auto !important;
	padding:20px 10px !important;
	text-align:right !important;
	border-top:solid 1px #eee; 
	margin:0 !important;
}
.mc-content .mc-content-inner .mc-footer .mc-gotocart,
.mc-content .mc-content-inner .mc-footer .mc-checkout{
	font-size:13px;
	padding:10px 20px !important;
	border:none !important;
	transition:all linear 0.5s;
}
.mc-header .mc-yourcart, .sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-checkout{
	border-radius:2px !important;
	transition:all linear 0.5s;
}
.sj-minicart-pro .mc-content .mc-empty{
	min-height:250px;
	padding:50px !important;
	background:none !important;
	width:400px;
}
.sj-minicart-pro .mc-content .mc-empty img{
	margin-bottom:38px;
}
.sj-minicart-pro .mc-content .mc-empty p{
	font-size:17px;
	margin-bottom:0;
	line-height:normal;
}
.sj-minicart-pro .mc-content .mc-process {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../images/process.gif') no-repeat scroll center center #fff !important;
	opacity: 0.8;
	display: none;
}
.mc-content .mc-content-inner .mc-footer .mc-checkout-footer{
	float:none !important;
} 
/* wishlist top menu */
.wishlist,
.compare{
} 
.mod_easycompare{
	height:100%;
}
.wishlist .mc-content,
.compare .mc-content{
	width:400px ;
	position:absolute;
	z-index:1000;
	color:#333 !important;
	clear:both;
	/*min-height:0;
	max-height:0;
	overflow:hidden;
	transition:all linear 0.5s;*/
	border:none !important;
} 
.wishlist .mc-inner,
.compare .mc-inner{
	max-height:280px;
	min-height:140px; 
	overflow-y:scroll;
}  
/*.wishlist:hover .mc-content,
.compare:hover .mc-content{
	max-height:390px;
	min-height:250px;
}  */
.wishlist .mc-content .mc-empty{
	min-height:250px;
	padding:50px;
}
.wishlist .mc-content .mc-empty img{
	margin-bottom:38px;
}
.wishlist .mc-content .mc-empty p{
	font-size:17px;
	margin-bottom:0;
}
.compare .mc-content .mc-empty{
	min-height:250px;
	padding:40px;
} 
.compare .mc-content .mc-empty img{
	margin-bottom:20px;
}
.compare .mc-content .mc-empty p{
	font-size:17px;
	margin-bottom:0;
	line-height:35px;
}
.wishlist .mc-top,
.compare .mc-top{
	background:#f6f6f6 !important;
	height:50px !important;
	padding:10px !important;
	text-align:right !important;
	border-right:none !important;
	border-left:none !important;
	border-top:none !important;
	border-bottom:solid 1px #eee !important;
	margin-bottom:0 !important;
}
.wishlist .mc-top span.mc-header-title,
.compare .mc-top span.mc-header-title{
	font-size:16px !important;
	color:#333 !important;
	padding:0 !important;
	float:right !important;
}
.wishlist .mc-footer,
.compare .mc-footer{
	background:#f6f6f6 !important;
	height:auto !important;
	padding: 10px !important;
	text-align:right !important;
	border-top:solid 1px #eee; 
	margin:0 !important;
	float:left;
	width:100%;
}
.wishlist .mc-footer a,
.compare .mc-footer a{
	font-size:13px;
	padding:10px 20px !important;
	border:none !important;
	color:#fff;
	border-radius:2px;
	float:left;
	margin-right:10px;
	transition:all linear 0.5s;
}
.wishlist .mc-inner ul ,
.compare .mc-inner ul {
	margin:0;
}
.wishlist .mc-inner ul li,
.compare .mc-inner ul li{
	list-style:none;
	float:right;
	width:100%;
    border-top: 1px solid #eee;
    padding: 10px;
	position:relative;
} 
.wishlist .mc-inner ul li:first-child,
.wishlist .mc-inner ul li:first-child,
.compare .mc-inner ul li:first-child{
	border:none;
}
.wishlist .mc-image{
	float:right !important;
	margin:0 !important;
}
.wishlist .mc-image img{
	width:90px ;
}
.wishlist .mc-attribute {
    float: right;
    font-size: 13px !important;
    margin: 10px 15px 0 0 !important;
    padding: 0;
    text-align: right;
	width:70%;
}  
.wishlist .mc-attribute .wishlidt-product-name,
.wishlist .mc-attribute .wishlidt-product-name a{
	color:#666;
	margin-bottom:5px;
}
.wishlist .addtocart-bar,
.my_favorites .addtocart-bar{
    left: auto;
    position: relative;
    right: 0;
    top: 0;
	text-align:right;
}

.wishlist .addtocart-bar input.quantity-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd !important;
	border-left:none !important;
    border-radius: 2px; 
	height: 36px !important;
    width: 60px !important;
}
.wishlist .addtocart-bar span.quantity-box::before {
    content: "تعداد :";
    font-size: 13px;
    margin-left: 5px;
}
.wishlist .addtocart-bar span.quantity-controls{
    position: relative;
    right: -6px;
}
.wishlist .addtocart-bar .quantity-minus{
	background: #333 none repeat scroll 0 0 !important;
    color: #fff !important;
    display: block !important;
    font-size: 32px;
    height: 17px !important;
    line-height: 20px;
    padding: 0 !important;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 18px !important;
	border-radius:2px 0 0 2px !important;
}
.wishlist .addtocart-bar .quantity-plus{
	background: #333 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #999;
    color: #fff !important;
    display: block !important;
    font-size: 16px;
    height: 18px !important;
    padding: 0 !important;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 18px !important;
	border-radius:2px 0 0 2px !important;	
}
.wishlist .addtocart-area{
	margin-bottom:0;
}
.wishlist .mc-attribute span.addtocart-button{
	position:relative;
	right:-3px;
}
.wishlist .mc-attribute span.addtocart-button button.addtocart-button,
.wishlist .mc-attribute .notify{
	border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 8px 19px !important;
    transition: all linear 0.5s;
	display:inline-block;
}
.wishlist .mc-attribute .notify i{
	display:none;
}
.wishlist .mc-attribute span.addtocart-button i{
	display:none;
}
.wishlist .mc-attribute input.addtocart-button{
	font-size:13px;
	padding:10px 15px;
	border:none;
	border-radius:2px;
	letter-spacing:normal;
	color:#fff;
    transition: all linear 0.5s;
}
.wishlist .removewishlist button {
    color: #2b80aa;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    left: 10px;
    position: absolute;
    top: 35px;
	border:none;
	background:none;
}
.wishlist .removewishlist button i.fa-trash-o::before{
	content:"\f057" !important;
}
.compare-info > div{
	float:right;
}
.compare-info .compare-image{
	margin-left:15px;
}
.compare-info .compare-image img{
	width:90px !important;
}
.compare-info .compare-detail{
	margin-top:50px;
}
.compare .product_name{
    width:100%;
	text-align:right;
    font-size: 13px !important;
    padding: 0;
	display:block;
}
.compare .mc-remove {
    color: #2b80aa;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    left: 10px;
    position: absolute;
    top: 55px;
}
/* login top menu */  
.login-mod .login-form {
    font-size: 14px;
    width: 300px;
	background:#fff !important; 
	box-shadow:0 0 6px rgba(0, 0, 0, 0.2) !important;
    float: left;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
	z-index:9999;
	border-radius:2px;
	color:#333 !important;
	cursor:pointer;
	clear:both; 
	border:none !important;
}
/*.login-mod:hover .login-form{
	height:270px;
	border:1px solid #dddddd !important;
}
.login-mod:hover .logout_form{
	height:100px !important; 
	border:1px solid #dddddd !important;
}*/
.login-mod .login-form .user_base_info {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 10px auto;
    padding: 10px;
    width: 93%;
}
.login-mod .login-form .user_base_info .control-group{
	margin-bottom:0;
}
.login-mod .input-prepend {
    position: relative;
}
.login-mod .user_base_info input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
	border-bottom:solid 1px #ddd;
    font-size: 13px;
    width: 100%;
	transition:all linear 0.3s;
}
.login-mod #modlgn-username{
    padding:0 5px 10px 5px;
}
.login-mod .user_base_info #modlgn-passwd{
    border: medium none;
    padding:10px 5px 0 5px;
}
.login-mod .user_base_info i{
	position:absolute;
	left:1px;
	top:0;
	font-size:20px;
	color:#aaa; 
	transition:all linear 0.3s;
}
.login-mod .user_base_info .input-prepend:hover i{
	color:#ccc;
}
.login-mod .user_base_info i.fa-lock{
 	left:3px;
	font-size:23px;
	top:9px;
}
.login-mod .user_base_info input:focus{
	color:#aaa; 
}
#form-login-submit{
	margin-bottom:0 !important;
}
.login-mod .btn-primary{  
    border-radius: 2px;
    margin: 0 auto 10px !important; 
    padding: 10px;
    width: 93%;
    transition: all linear 0.5s;
}
.login-mod ul.unstyled {
	font-size: 12px;
    list-style: outside none none;
    margin: 0 auto 10px;
    text-align: right;
    width: 93%;
}
.login-mod ul.unstyled li{
	border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 5px;
}
.login-mod ul.unstyled li a{
	color:#999;
}
.login-mod .login-greeting {
    margin: 0 auto;
    padding: 20px 5px 10px;
    text-align: right;
    width: 93%;
}
/**/
.main-top-icon > div.user-menu{
	padding-top:0;
}
.main-top-icon > div.user-menu .mc-header{
	cursor:pointer;
}
.main-top-icon > div.user-menu .mc-content{
	width:250px ;
	position:absolute;
	z-index:1000;
	color:#333 !important;
	clear:both;
	font-size:13px !important;
	min-height:0;
	max-height:0;
	overflow:hidden;
	transition:all linear 0.5s;
	border:none !important;
}
.main-top-icon > div.user-menu:hover  .mc-content{
	min-height:210px;
	max-height:300px;
	border:1px solid #dddddd !important;
}
.main-top-icon > div.user-menu .mc-content ul{
	padding:0 10px ;
	margin:0;
}
.main-top-icon > div.user-menu .mc-content li{
	text-align:right;
	border-bottom:solid 1px #ddd;
}
.main-top-icon > div.user-menu .mc-content li:last-child{
	border-bottom:none;
}
.main-top-icon > div.user-menu .mc-content li a{
	color:#666;
}
.main-top-icon > div.user-menu .mc-content li a:before{
	margin-left:10px;
	font-size:16px;
	color:#666;
}
.main-top-icon > div.user-menu .mc-content li span{
	font-family:'iransans';
}
/**/
.mid_header{ 
	background:#fff; 
	padding:5px 0;
	height:70px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
}  
.main-menu {
	margin-top:7px;
}
.main-menu ul.maximenuck > li.maximenuck{
	float:right;
	margin-top:6px;
	margin-left:2px;
}
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > a, 
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator{
	padding:7px 10px;
	border:solid 1px #fff !important;
	border-radius:2px;
	transition:all linear 0.3s;
}
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a, 
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator{
	padding:7px 15px 7px 25px !important;
}
.main-menu ul li a,
.main-menu ul li span.separator{
	color:#777777;
	padding:0;
	transition:all linear 0.3s;
}
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > a:hover, 
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator:hover,
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > a,
div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > span.separator{
	color:#444;
	border:1px solid #ddd !important;
	box-shadow:1px 1px 2px #ccc;
} 
div[id*="maximenuck"]{
	font-size:13px !important; 
}
div[id*="maximenuck"] ul.maximenuck li.level1.parent > a::after, 
div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator::after{
	border:none !important;
	content:"\f103" !important;
	font-family:fontawesome; 
	left:22px !important;
	font-size:14px;
} 
div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck{
	top:58px;
	background:#fff !important;
	border:solid 1px #e5e5e5;  
	box-shadow:0 4px 4px 0 #ccc;
} 
.logo a{
	background-position: right center;
    background-size: contain;
    display: inline-block;
    height: 60px;
    padding-left: 15px;
    width: 200px;
}
/*step2*/
div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2{
	padding:10px !important;
}
div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > span.separator,
div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a{
	border-bottom:solid 1px #ddd;
	margin-bottom:5px;
	padding-bottom:5px;
}
div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > span.separator:before,
div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a:before{
	content:"\f100" !important;
	font-family:fontawesome;
	font-size:14px;
	margin-left:5px;
	position:relative;
	top:1px;
} 
div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck,
div[id*="maximenuck"] .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck{
	text-indent:0 !important;
	padding:3px 0;
}
div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck>span:before, 
div[id*="maximenuck"] .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck>span:before,
div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck>a:before{
	content:"-";
	font-size:14px;
	margin-left:5px;
	position:relative;
	top:1px;
	font-family:'tahoma';
}
 
div[id*="maximenuck"] ul.maximenuck li.maximenuck div.floatck li.maximenuck.nodropdown div.floatck div.maxidrop-top {
    content: "";
    height: 1px;
    position: relative;
    right: -3px;
    top: -6px;
	width:35px;
}
/******************************************************************
					top section
******************************************************************/

.white_bg{
	background:#fff;
	border-radius: 2px;
    padding: 10px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
}
/* search */
.search_box [id*="offlajn-ajax-search"] {
	width:100% !important;
}
.search_box .offlajn-ajax-search-container{
	background:none !important;
	padding:0 !important;
}
.search_box input[id*="search-area"]{
	background:#fff !important;
	border:solid 1px #ddd  !important;
	font-family:'iransans' !important;
	height:40px !important;
	border-radius:2px ;
	padding-right:160px !important;
	transition:all linear 0.3s;
}
.search_box input[id*="search-area"]:focus{
	border:solid 1px #aaa  !important;
}
.search_box input[id*="suggestion-area"]{
	height:40px !important;
}
.search_box [id*=search-form] .category-chooser {
	border: medium none !important;
    border-radius: 0 2px 2px 0;
    color: #fff;
    height: 40px !important;
    padding: 10px 10px 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 150px !important;
	box-shadow:none !important;
	cursor:pointer;
}
.search_box [id*=search-form] .category-chooser:before{
	content:"پیشرفته جستجو کنید";
}
.search_box [id*=search-form] .category-chooser .arrow{
	float:left;
}
#search-form108 .category-chooser .arrow{
	background:none !important;
	width:auto !important;
}
#search-form108 .category-chooser .arrow::before {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 18px;
    position: relative;
    top: -3px;
} 
.search_box input[id*=suggestion-area]{
	padding-right:190px !important;
} 
.search_box [id*=ajax-search-button]{
	border-left:none !important;
	border-right:1px solid #ddd;
	top:7px !important;
	left:5px !important;
	width:37px !important;
}
.search_box [id*=ajax-search-button] .magnifier{
	background:url(../images/chaarstore.png) no-repeat 98.5% -2px !important;
	width:25px !important;
	height:25px !important;
	left:2px;
	position:relative;
	float:left;
}
[id*=search-categories]{
	top:195px !important;
 	border:none !important;
	border-radius:0 0 2px 2px;
	background:#666 !important;
}
[id*=search-categories]::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: -23px;
	color:#666;
}
[id*=search-categories] .search-categories-inner div{
	background:url(../images/unselected.png) no-repeat !important;
	border-bottom:1px solid #555 !important;
	color:#fff !important;
	font-family:'iransans' !important;
	padding:10px 30px 10px 15px !important;
	text-shadow:none !important;
	background-position:95% center !important;
	min-width:150px;
	transition:all linear 0.3s;
	cursor:pointer !important;
}
[id*=search-categories] .search-categories-inner div:hover{
	background-color:#333 !important;
}
[id*=search-categories] .search-categories-inner div.selected{
	background:url(../images/selected.png) no-repeat !important;
	background-color:#333 !important;
	background-position:95% center !important;
}
/**/
[id*=search-results]{
	z-index:200 !important; 
}
[id*=search-results-inner]{
	z-index:900 !important;
	width:100% !important;
	left:auto !important;
	right:auto !important;
}
[id*=search-results-moovable]{
	height:480px !important;
	opacity:1 !important;
}
[id*=search-form] [id*=search-area-close] {
    margin-top: 11px !important;
    right: -8px !important;
    z-index: 901 !important;
}
[id*=search-results] .plugin-title .plugin-title-inner{
	font-family:'iransans' !important;
	padding:10px !important
}
[id*=search-results] .plugin-title .pagination{
	margin:17px 0 0 2px !important;
}
[id*=search-results] .result-element{
	border-top:1px solid #ddd !important;
	height:142px !important;
}
[id*=search-results] .result-element img {
    float: right !important;
    padding: 0 !important;
    width: 50% !important; 
}
[id*=search-results] .result-products span {
    margin-top: 10px !important;
}
[id*=search-results] .result-element span {
    display: inline-block !important;
    float: right !important;
    font-family: iransans !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-shadow:none !important;
    width:48% !important;
	line-height:normal !important;
}
[id*=search-results] .result-element span.small-desc {
    font-family: iransans !important;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 15px !important;
    text-shadow: none !important;
}


.jm_search{ 
	position: relative;
	display: none;
	
}
.jm_search input[type="text"] {
    background: #fff !important;
    border: solid 1px #eae9e9 !important;
    color: #333 !important;
    border-radius: 2px;
    transition: all linear 0.3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
    width: 100%;
    float: right;
    padding: 10px !important;
}

.jm_search form{
	position: relative;
}
.jm_search button {
    background: url(../images/chaarstore.png) no-repeat 98.5% -2px !important;
    width: 25px !important;
    height: 25px !important;
    left: 10px;
    position: absolute;
    border: none;
    top: 6px;
} 
.jm_search button span {
    position: relative;
    top: 3px;
}
/* social-ads */
.social-ads{
	height:60px;
}
.our_telegram,
.our_instagram{
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 42px;
    padding: 3px 10px;
}
.our_telegram i,
.our_instagram i{
    font-size: 25px; 
	float:right;
	margin-left:10px;
}
.our_instagram i{
	position:relative;
	top:-3px;
    font-size: 34px;  
} 
.our_telegram a,
.our_instagram a{
	width:100%;
	height:100%;
	display:block;
    color: #888;
	transition:all linear 0.5s;
}
.our_telegram:hover a{
	color:#31a8e0;
}
.our_instagram:hover a{
	color:#b31b84;
}
.our_telegram .telegram_text,
.our_instagram .instagram_text{
	float:right;   
	font-size: 16px;
    padding-top: 6px;
}  

.our_instagram .instagram_icon{
	background:url(../images/chaarstore.png) no-repeat 86.2% -40px;
	width:35px;
	height:35px;
	float:right;
	margin-left:10px;
}
.our_telegram .telegram_icon{
	background:url(../images/chaarstore.png) no-repeat 98.7% -40px;
	width:35px;
	height:35px;
	float:right;
	margin-left:10px;
}

/*******
slideshow 
**********/
.slideshow .flexslider{
	direction:ltr;
	margin-bottom:0;
	position:relative;
}
.slideshow .flexslider .slides > li{
	position:relative;
}
.slideshow .flex-caption {
	width:100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	color: #fff; 
	font-size: 14px;
	line-height: 18px;
	direction:rtl;
	text-align:right;
	margin-bottom:0;
	position:absolute;
}
.slideshow .flex-control-paging{
	display:none;
}

.slideshow .customNavigation {
    position: absolute;
    top: 43%;
    width: 100%;
    z-index: 100;
}
.slideshow .customNavigation .prev {
    background: #fff none repeat scroll 0 0;
    height: 45px;
    left: 0;
    position: absolute;
    width: 45px;
	box-shadow:3px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius:0 2px 2px 0;
	display:inline-block;
}
.slideshow .customNavigation .prev span{
	display: block;
    font-size: 0;
    height: 32px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 32px;
}
.slideshow .customNavigation .prev:hover span{
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 101.2% -120px;
}
.slideshow .customNavigation .next {
    background: #fff none repeat scroll 0 0;
    height: 45px;
    right: 0;
    position: absolute;
	top:0;
    width: 45px;
	box-shadow:-3px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 2px 0 0 2px;
	display:inline-block;
}
.slideshow .customNavigation .next span{ 
	display: block;
    font-size: 0;
    height: 32px;
	right:0;
    position: absolute;
    top: 6px;
    width: 32px;
}
.slideshow .customNavigation .next:hover span{
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 101% -87px;
}
/*
best-seller
*/

.best-seller-mod h3 {
    color: #666;
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-top: 5px;
    position: relative;
}
.best-seller-mod h3::before {
    content: "\f0a5";
    font-family: fontawesome;
    font-size: 22px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 2px;
}
.best-seller-mod .moduletable{
	background:#fff;
	border-radius: 2px;
    padding: 10px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
}
.best-seller-mod .moduletable:first-child{
	margin-bottom:14px;
} 
.product_flexslider{
	direction:ltr;
}
.product_flexslider .flex-direction-nav{
	display:none ;
}
.best-seller-mod .moduletable > div { 
	padding:5px;
    border: 1px solid #eee;
    position: relative;
	height:180px;
}

.product_flexslider .owl-theme .owl-controls {
    bottom: 0 !important;
    left: 0 !important;
    position: absolute;
	z-index:500;
	text-align:left !important;
	width:100px;
}
.product_flexslider .owl-theme .owl-controls .owl-page{
	margin:0 ;
}
.product_flexslider .owl-theme .owl-controls span {
    background: #999 !important;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 10px !important;
    margin:0 0 0 5px !important;
    width: 10px !important;
	opacity:1 !important;
}
.product_flexslider .owl-theme .owl-controls .owl-page.active span{
    background: #333 !important;
}


.product_flexslider{
	height:170px;
}
.product_flexslider .owl-item{
	height:170px;
}
.product_flexslider .owl-item > div{
	height:170px;
	direction:rtl;
	text-align:right;
}
.product_flexslider .owl-item img{
	max-height:168px;
	float:left;
}
.product_flexslider .vm_mod_product_name {
    font-size: 14px;
    height: 25px;
    margin: 10px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#666;
	display:block;
}
.product_flexslider .product-price{
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
	width:100%;
} 
.product_flexslider .product-price-label{
	float:right;
	margin-left:10px;
	padding-top:2px;
}
.product_flexslider .PricesalesPrice{
	float:right;
}
.product_flexslider .product-price span.PricesalesPrice{ 
	color:#4caf50;
	font-size:15px;
} 
/**/
.product_flexslider .a_addtofav_aws_icon_active {
    display: block;
    height: 60px;
} 
.product_flexslider .addtocart-area,
.product_flexslider .addtocart-bar{
	margin:0 !important;
}
.product_flexslider .addtocart-bar > .addtocart-button{
	width:100%;
	display:inline-block;
	clear:both;
	padding-top:0 !important;
}
.product_flexslider .addtocart-bar > .notify,
.my_favorites .addtocart-bar > .notify{
	border:none;
	font-size:12px !important;
	border-radius: 2px;
    margin-right: 0 !important;
	letter-spacing:0;
	float:right;
	padding:12px 51px 12px 12px;
	position:relative;
	display:block;
	transition:all linear 0.3s;
	width:174px;
	color:#fff;
} 
.my_favorites .addtocart-bar > .notify, 
.my_favorites .addtocart-bar button.addtocart-button {
    position: relative;
    top: 12px;
	margin:0 !important;
}
.product_flexslider .addtocart-bar > .notify .fa-bell,
.my_favorites .addtocart-bar > .notify .fa-bell{
	display:none;
}
.product_flexslider .addtocart-bar > .notify i,
.my_favorites .addtocart-bar > .notify i{
    font-size: 18px;
    margin-left: 15px;
    position: absolute;
    right: 13px;
    top: 10px;
}
.product_flexslider .addtocart-bar > .notify i::after,
.my_favorites .addtocart-bar > .notify i::after{ 
    content: "";
    display: inline-block;
    height: 18px;
    left: -9px;
    position: absolute;
    top: 1px;
    transition: all 0.3s linear 0s;
    width: 1px;
} 
.product_flexslider .addtofav_aws_icon,
.product_flexslider .addtofav_aws_icon_active,
.product_flexslider .addtocart-bar button.addtocart-button,
.my_favorites .addtocart-bar button.addtocart-button{
	border:none;
	font-size:12px !important;
	border-radius: 2px;
    margin-right: 0 !important;
	letter-spacing:0;
	float:right;
	padding:12px 51px 12px 12px;
	position:relative;
	display:block;
	transition:all linear 0.3s;
	width:174px; 
}
.product_flexslider .addtofav_aws_icon,
.product_flexslider .addtofav_aws_icon_active{
	background:#eee !important;
    color: #777 !important;
	margin-top:10px;
}
.product_flexslider .addtofav_aws_icon_active{
	margin-bottom:7px;
}
.product_flexslider .addtocart-bar button.addtocart-button,
.my_favorites .addtocart-bar button.addtocart-button,
.my_favorites .addtocart-bar button.addtocart-button i{
	color:#fff !important;
}
.product_flexslider .addtofav_aws_icon:hover,
.product_flexslider .addtofav_aws_icon_active:hover{
	background:#ccc !important;
    color: #333 !important;
}
.product_flexslider .addtofav_aws_icon i,
.product_flexslider .addtofav_aws_icon_active i ,
.product_flexslider .addtocart-bar button.addtocart-button i,
.my_favorites .addtocart-bar button.addtocart-button i{
    font-size: 18px;
    margin-left: 15px;
    position: absolute;
    right: 13px;
    top: 10px;
}
.product_flexslider .addtocart-bar button.addtocart-button i,
.my_favorites .addtocart-bar button.addtocart-button i{
	right:11px;
}
.product_flexslider .addtofav_aws_icon_active i {
	color:#ff0033;
}
.product_flexslider .addtofav_aws_icon i::after,
.product_flexslider .addtofav_aws_icon_active i::after,
.product_flexslider .addtocart-bar button.addtocart-button i::after ,
.my_favorites .addtocart-bar button.addtocart-button i::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    position: absolute;
    left: -9px;
    top: 1px;
	transition:all linear 0.3s;
}
.product_flexslider .addtofav_aws_icon i::after,
.product_flexslider .addtofav_aws_icon_active i::after{
    background:#ccc;
}
.product_flexslider .addtofav_aws_icon:hover i::after,
.product_flexslider .addtofav_aws_icon_active:hover i::after  {
    background:#bbb;
}
.my_favorites .quantity-box,
.my_favorites .quantity-controls{
	display:none;
}
/**/

.product_flexslider .quantity-controls,
.product_flexslider .quantity-box{
	display:none;
} 
/*******  tab  *********/
#tabbed-nav{
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	border-radius:2px ;
	margin-bottom:15px;
}
.z-tabs{
	font-family:'iransans' !important;
	height:294px;
}
.z-tabs.silver > ul{
	height:294px;
	margin-left:0 !important;
	box-shadow:4px 0 15px 0 #eee inset !important;
	border-radius:2px 0 0 2px;
	background:#fff !important;
} 
.z-tabs.silver > ul::after {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 294px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 10;
}
#tabbed-nav .tab_content{
	height:294px;
} 
#tabbed-nav .main_tab {
	position:relative;
}
#tabbed-nav .tab_counter{
	height:294px;
	background:#eee;
	padding:10px 15px !important;
	border-radius:2px 0 0 2px;
	box-shadow:1px 0px 4px rgba(0, 0, 0, 0.25);
}
.z-tabs.silver > ul > li{
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.z-tabs.mobile>ul>li{
	overflow:hidden !important;
}
.z-tabs.silver > ul > li > a::after{
	border:none !important;
}
.z-tabs.silver > ul > li > a{
	background:transparent !important;
} 
.z-tabs.silver > ul > li:first-child a{
	border-radius:0 2px 0 0;
}
.z-tabs.silver > ul > li:last-child a{
	border-radius:0 0 2px 0;
}
.z-tabs.silver > .z-container, .z-tabs.silver > ul, .z-tabs.silver > ul > li > a{
	border:none !important;
}
.z-tabs > .z-container{
	border-radius:2px 0 0 2px;
}
#tabbed-nav.hover ul li.z-active > a,
.z-tabs.vertical.z-shadows > ul > li > a:hover{
    background: #f4f4f4 none repeat scroll 0 0 !important;
	color:#333;
} 
.z-tabs.silver > ul > li > a {
	padding:15px 19px 16px !important;
	border-right: solid 4px #f8f8f8 !important ;
	transition:background linear 0.5s;
} 
.z-tabs.silver > .z-container {
	box-shadow:none !important;
	border-radius:2px 0 0 2px;
}
#tabbed-nav .z-content-inner img{
	max-width:100%;
}
#tabbed-nav .each_counter{
	width:100%;
	margin-bottom:6px; 
}
#tabbed-nav .each_counter span.each_counter_title{
	color:#666;
	width:50px;
	display:inline-block;
	position:relative;
}
#tabbed-nav .each_counter span.each_counter_number{
	display:inline-block;
	width:55px;
	height:50px;
	border-radius:5px;
	text-align:center;
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f5f5f5 50%, #fff 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f5f5f5 50%, #fff 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f5f5f5 50%, #fff 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f5f5f5 50%, #fff 50%); /* Standard syntax */
	font-size:23px;
	padding-top:15px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	margin-left:10px;
}
/************* services  **********/

.services li {
    float: right;
    height: 50px;
    overflow: hidden;
    text-align: center;
    width: 16.6%;
}
.services li .fa::before {
    display: inline-block;
    font-size: 23px;
    margin-left: 10px;
}
.services li a{
	border:solid 1px #ddd;
	border-radius:2px;
	width:97%;
	margin:0 auto; 
	transition:all linear 0.5s;
}
.services li span {
    color: #666;
    font-family: "iransans";
    font-size: 13px;
    position: relative;
    top: -3px;
	transition:all linear 0.5s;
} 
.services li a.red:hover,
.services li a.red:focus{
	background:none ;
	border:solid 1px #ea5c5a;
	color:#ea5c5a;
}
.services li a.red:hover span{
	color:#ea5c5a;
}
.services li a.cream:hover,
.services li a.cream:focus{
	background:none ;
	border:solid 1px #f0b880;
	color:#f0b880;
}
.services li a.cream:hover span{
	color:#f0b880;
}
.services li a.purple:hover,
.services li a.purple:focus{
	background:none ;
	border:solid 1px #b982a1;
	color:#b982a1;
}
.services li a.purple:hover span{
	color:#b982a1;
} 
.services li a.yellow:hover,
.services li a.yellow:focus{
	background:none ;
	border:solid 1px #f1e715;
	color:#f1e715;
}
.services li a.yellow:hover span{
	color:#f1e715;
}  
.services li a.blue:hover,
.services li a.blue:focus{
	background:none ;
	border:solid 1px #17c0dc;
	color:#17c0dc;
}
.services li a.blue:hover span{
	color:#17c0dc;
}   
.services li a.cyan:hover,
.services li a.cyan:focus{
	background:none ;
	border:solid 1px #4ea9ad;
	color:#4ea9ad;
}
.services li a.cyan:hover span{
	color:#4ea9ad;
}  
/************ slider **********/
.style_moduletable h3{
	font-size:18px;
	margin:20px 0 15px;
}
.product_slider_flexslider{
	direction:ltr;
	position:relative;
}
.product_slider_flexslider .each_product_slides {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0;
	width:95%;
	float:left;
}
.product_slider_flexslider .flex-control-nav{
	display:none;
}

.product_slider_flexslider .customNavigation .prev {
	height:30px;
	position:absolute;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
	left:-10px;
	top:-50px;
	width:30px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
.product_slider_flexslider .customNavigation .prev span{
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 100.8% -183px;
 	width:100%;
	height:100%;
	display:block;
	font-size:0;
}
.product_slider_flexslider .customNavigation .next {
	height:30px;
	position:absolute;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
	left:30px;
	top:-50px;
	width:30px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
.product_slider_flexslider .customNavigation .next span{
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 100.8% -158px;
 	width:100%;
	height:100%;
	display:block;
	font-size:0;
}
.product_slider_flexslider .flex-direction-nav .flex-disabled{
	opacity:1 !important;
}

/******************************************************************************************
											FOOTER
******************************************************************************************/
footer{
	background:#282C2F;
	color:#ddd;
	font-size:12px;
}
footer .footer-line{
	height:1px;
	border-bottom:1px dashed #666;
	margin:20px 0;
}
footer .top-footer{
	margin-top:20px;
}
footer .top-footer > div,
footer .mid-footer > div{
	border-left:1px dashed #666;
	height:130px;
	padding-top:5px;
}
footer .top-footer > div:last-child,
footer .mid-footer > div:last-child{
	border-left:none;
}
footer .btm-footer{
	margin-bottom:20px;
}
/**/
footer .top-footer a.white_logo{
    display: block;
    height: 40px;
    margin-bottom: 12px;
    width: 100%;
}
footer .top-footer a.white_logo > img {
    width: 150px;
}
footer .top-footer .footer_about_us{
	line-height:25px;
	height:75px;
	text-align:justify;
	overflow:hidden;
}
.footer_about_us a.read_more {
    color: #ddd;
	transition:all linear 0.3s;
}
.footer_about_us a.read_more i {
    font-size: 15px;
    position: relative;
    right: 4px;
    top: 4px;
}
/**/
footer h3.moduletitle ,
footer h3.moduletitle {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-manufacturer-icons > div {
    height: 40px;
}
.footer-manufacturer-icons > div:first-child {
    margin-bottom: 10px;
}
/**/ 
.footer_acymailing_form {
    border: 1px solid #fff !important;
    height: 50px;
    position: relative;
    width: 100%;
}
.footer_acymailing_form .acyfield_email {
    float: right;
    width: 100%;
}
.footer_acymailing_form .acyfield_email .inputbox {
    background: #444 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 2px 2px 0;
    height: 45px;
    padding-left: 55px;
    padding-right: 15px;
    width: 100% !important;
}
.acymailing_module_form .acysubbuttons {
    float: right;
    left: 0;
    position: absolute;
    width: 50px;
}
.acymailing_module_form .acysubbuttons button.btn {
	width:100%;
	background:#666 !important;
	border-radius:2px 0 0 2px !important;
    height: 45px;
	padding:0 !important;
	transition:all linear 0.3s;
}
.acymailing_module_form .acysubbuttons button.btn:hover{
	background:#ddd !important;
}
.acymailing_module_form .acysubbuttons button i {
    color: #ddd;
    font-size: 20px;
    padding-top: 4px;
	transition:all linear 0.3s;
}
.acymailing_module_form .acysubbuttons button:hover i{
	color:#666;
}
/**/
.footer-social-network {
    text-align: center;
	margin-top:5px;
}
.footer-social-network a {
    border-bottom: 2px solid #999;
    color: #ddd;
    font-size: 20px;
	transition:all linear 0.3s;
    margin-left: 20px;
}
.footer-social-network a:hover{
    border-bottom: 2px solid #ddd;
    color: #fff;
}
.footer-social-network a i {
    position: relative;
    right: 5px;
    top: 5px;
}
.footer-social-network a i.fa-linkedin {
    right: 3px;
}
/**/
.footer_contact_us > div{
	margin-bottom:5px;
	transition:all linear 0.5s;
}
.footer_contact_us > div:hover{
	color:#fff;
}
.footer_contact_us .each_contact_icon {
    background: #33383b none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
	margin-left:10px;
	transition:all linear 0.5s;
}
.footer_contact_us .each_contact_icon i {
    font-size: 16px;
    position: relative;
    top: 13px;
	right:2px;
}
.each_contact_icon i.fa-phone {
    font-size: 20px;
    top: 11px;
}
.footer_contact_us .each_contact_txt {
    position: relative;
    top: 12px;
}
.footer_contact_us > div:last-child .each_contact_txt {
    top: 10px;
}
/**/
ul.footer-menu {
    height: 125px;
    overflow: hidden;
}
ul.footer-menu  > li{
	width:50%;
	float:right;
}
ul.footer-menu > li > a,
ul.footer-menu > li > span{
	padding:1px 0;
	display:block;
	color:#ddd;
	transition:all linear 0.3s;
	cursor:pointer;
}
ul.footer-menu > li > a:hover,
ul.footer-menu > li > a:focus,
ul.footer-menu > li > span:hover,
ul.footer-menu > li > span:focus{
	background:none !important;
}
ul.footer-menu > li > a:before,
ul.footer-menu > li > span:before{
	content:"\f104";
	font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
ul.footer-menu li > span.separator > span ,
ul.footer-menu > li > a > span{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
}
/**/
footer .copyright {
    text-align: center;
}
footer .copyright a{
	transition:all linear 0.5s;
}
footer .copyright a:hover {
    color: #ddd !important;
}
/*************** OWL ***********/
.owl-carousel{
	direction:ltr !important;
}
.vp-product-carousel-inner{
	z-index:inherit;
}
.owl-carousel{
	width:100%;
	position:relative;
	display:none;
}
.vp-product-carousel .owl-carousel .owl-wrapper-outer{
	z-index:1;
}
.owl-carousel .owl-wrapper-outer{
	overflow:hidden;
	position:relative;
	width:100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
	backface-visibility:hidden;
	transform:translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper{
	display:none;
	position:relative;
}
.owl-carousel .owl-item{
	float:left;
} 
.vp-product-carousel-inner .product-item{
	position:relative;
	margin:0;
	padding:0;
}
.owl-controls{
	-moz-user-select:none;
}
.modulesscr .carousel-nav-top .owl-controls .owl-buttons{
	position:absolute;
	left:0;
	top:-30px;
}

/******************************************************************************************
											CONTACT US
******************************************************************************************/
.contact_us h3 {
    margin: 30px 0;
}
.contact_main_info{
	background:url(../images/map-bg.jpg) no-repeat;
	background-position:center left;
}
.contact-more-info {
    line-height: 31px;
    margin-bottom: 15px;
    width: 44%;
	height:90px;
	overflow:hidden;
}
.contact-more-info p{
	margin-bottom:0;
}
.contact-line {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    height: 3px;
    margin-bottom: 20px;
    width: 20%;
}
.contact_us .contact-address li{
	list-style:none;
	margin-bottom:15px;
}
.contact_us .contact-address li i{
	font-size:16px;
	color:#aaa;
    position: relative;
	margin-left:10px;
}
.contact_us .contact-address li i.fa-map-marker{ 
	font-size: 21px;
    right: 2px;
}
.contact_us .contact-address li i.fa-phone{  
	font-size: 20px;
    right: 1px;
}
.contact_us .contact-address li i.fa-mobile{  
	font-size: 28px;
    right: 3px;
}
.contact_us .contact-mobile {
    position: relative;
    top: -5px;
}
.contact_form {
    margin-top: 20px;
}
.contact-form > form > fieldset > div.control-group:first-child{
	display:none;
}
.contact-form > form > fieldset > div.control-group {
    border:solid 1px #eee;
	border-bottom:none;
    height: 50px;
    width: 100%;
	margin-bottom:0;
}
.contact-form > form > fieldset > div.control-group:nth-child(2) {
    border-radius: 2px 2px 0 0;
}
.contact-form > form > fieldset > div.control-group:nth-child(4) {
    border-bottom: 1px solid #eee;
    border-radius: 0 0 2px 2px;
    margin-bottom: 15px;
}
.contact-form > form > fieldset > div.control-group:nth-child(5) {
    border-bottom: 1px solid #eee;
    border-radius: 2px;
    height: 200px;
    margin-bottom: 10px;
}
.contact-form > form > fieldset > div.control-group .control-label {
    float: right;
    padding-right: 10px;
    padding-top: 20px;
    width: 115px;
	color:#aaa;
	position:relative;
}
.contact-form > form > fieldset > div.control-group .control-label::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
}
.contact-form > form > fieldset > div.control-group:nth-child(5) .control-label::before {
    height: 181px;
}
.contact-form > form > fieldset > div.control-group .controls {
    float: right;
}
.contact-form > form > fieldset > div.control-group .control-label label{
	font-size:13px;
	font-weight:normal;
}
.contact-form > form > fieldset > div.control-group .controls input {
    border: medium none;
    height: 48px;
    width: 240px;
	padding-right:10px;
	color:#aaa;
}
.contact-form > form > fieldset > div.control-group .controls textarea {
	border: medium none;
    height: 186px;
    line-height: 20px;
    margin-top: 5px;
    padding-right: 10px;
    padding-top: 6px;
    resize: none;
    width: 240px;
	color:#aaa;
}
.contact-form div.control-group .controls .btn {
    float: left;
}



/******************************************************************************************
										VIRTUMART CATEGORY VIEW
******************************************************************************************/
.related-category-view{
	border-bottom: 1px solid #484848;
    color: #484848;
    font-size: 18px;
    margin-bottom: 20px;
	clear:both;
    padding: 14px 10px;
}
.category-view {
	position:relative;
	margin-bottom:0;
}
.category-view .main_category_desc {
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 25px;
    margin: 15px 0;
    padding: 15px;
}
.category-view .main_category_desc h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.category-view .main_category_desc h3 i {
    font-size: 25px;
    position: relative;
    top: 5px;
}
.category-view .category_description{
    text-align: justify;
    font-size: 12px;
}
.category-view .category_description p{
	margin-bottom:0;
}
.category-view .browse-view .orderby-displaynumber{
	border:solid 1px #ddd !important;
    border-radius: 2px;
	padding:0 !important;
	height:50px;
	font-size:12px;
}
/**/
.category-view .browse-view .orderby-displaynumber .vm-order-list{
	height:100%;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer{
	height:100%;
	border-right:solid 1px #ddd;
	padding:7px 10px;
	position:relative;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .title {
	margin-top:8px;
	margin-left:5px;
	float:right;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
    float: right;
    background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 5% 50%;
	background-size:12px;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
    padding: 5px 10px 5px 33px;
    line-height: normal;
} 
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist {
	border: medium none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    left: 11px;
    top: 41px;
	width:119px;
} 
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer:nth-child(2) div.orderlist {
	width:131px;
} 
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist > div{
	border-bottom:1px solid #eee;
} 
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer div.orderlist a {
    color: #666;
    padding: 5px 0;
	font-size:11px;
}
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .Order {
    float: right;
    padding: 10px 0;
}
/**/
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer:first-child{
	margin:0;
} 
.category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer:first-child .activeOrder a{
	color:#666;
}   
/**/
.category-view .browse-view .display-number{
	padding:0 10px;
	margin:0;
	border-left:solid 1px #ddd;
	height:48px;
}
.category-view .browse-view .display-number span{
	display: inline-block;
    margin-left: 5px;
    padding-top: 13px;
}
.category-view .browse-view .display-number select#limit,
.jms-tags-page .nbr-product select{
   -moz-appearance: none;
   -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 5% 50%;
	background-size:12px;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 3px 10px 3px 33px;

} 
/**/
 
.category-view .horizontal-separator{
	display:none;
}
.category-view .category {
	margin-bottom:15px;
	position:relative;
}
.category-view .category .spacer {
    padding: 15px !important;
	width:95% !important;
	margin:0 auto !important;
	background:#fff;
	box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
	border-radius:2px;
	transition:all linear 0.5s;
}
.category-view .category .spacer:hover{
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.2);
}
.category-view .category .spacer h2 a {
    color: #666 !important;
    font-size: 15px !important;
	text-align:center !important;
    display: block !important;
	transition:all linear 0.5s;
}
.category-view .category .spacer h2 a img {
	width: 100%;
    display: block;
    margin: 15px auto 0  !important;
}

/******************************************************************************************
										INDEX ARTICLE
******************************************************************************************/
.index_article{
	padding:15px 0;
}
.index_article .index_article_detail{
	margin-top:15px;
}
.index_article .index_article_detail h3{
	font-size:20px;
	margin-bottom:20px;
	color:#484848;
}
.index_article .index_article_desc{
	line-height:25px;
	margin-bottom:20px;
	text-align:justify;
	color:#555;
}
.index_article .index_article_link{
	margin-bottom:28px;
}
.index_article .index_article_desc p{
	margin-bottom:0;
} 
.index_article .index_article_link a {
    
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #737373;
    display: inline-block;
    padding: 10px 15px;
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 60% -333px;
	display:inline-block;
	line-height:35px;
	padding-right:50px;
	transition:color linear 0.5s;
	transition:border linear 0.5s;
} 
.index_article img{
	width:365px;
	float:left;
}
/******************************************************************************************
										INDEX SIDEBAR MENU
******************************************************************************************/
.sidebar_section{
	padding:10px 15px !important;
}
.sidebar_section h3 {
    border-bottom: 1px solid #484848;
    border-radius: 2px 2px 0 0;
    color: #484848;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 14px 10px;
}
.index_sidebar_menu{
	padding:0 10px;
}
.index_sidebar_menu > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
	cursor:pointer;
	transition:all linear 0.5s;
}
.index_sidebar_menu > li:last-child{
	border-bottom:none !important;
}
.index_sidebar_menu > li span,
.index_sidebar_menu > li a{
    color: #737373;
	padding:0 !important;
	transition:all linear 0.5s;
}
.index_sidebar_menu > li img{
	margin-left:10px;
} 
/******************************************************************************************
										INDEX SIDEBAR MENU
******************************************************************************************/
.category_columns > div.col-lg-4:first-child{
	padding-right:0 !important;
	padding-left:15px !important;
}
.category_columns > div.col-lg-4:nth-child(2){
	padding-right:7px !important;
	padding-left:8px !important;
}
.category_columns > div.col-lg-4:last-child{
	padding-left:0 !important;
	padding-right:15px !important;
}
.category_columns > div.col-lg-6:first-child{
	padding-right:0 !important;
	padding-left:10px !important;
}
.category_columns > div.col-lg-6:last-child{
	padding-left:0 !important;
	padding-right:10px !important;
}
.category_columns > div.col-lg-12{
	padding:0 !important;
}
/**/
.category_columns .categories_section h3 {
    border-bottom: 1px solid #484848;
    border-radius: 2px 2px 0 0;
    color: #484848;
    font-size: 18px;
    margin-bottom: 10px;
    padding:5px 10px 10px;
}
.category_columns .categories_section ul{
	list-style:none;
	padding:0 10px;
}
.category_columns .categories_section ul li {
    border-bottom: 1px solid #ddd;
    padding:10px 50px 10px 0;
	position:relative;
	height:40px;
	transition:all linear 0.5s;
}
.category_columns .categories_section ul li:last-child{
	border-bottom:none !important;
}
.category_columns .categories_section ul li span,
.category_columns .categories_section ul li a{
    color: #737373;
	padding:0 !important;
	transition:all linear 0.5s;
	width:100%;
	height:100%;
	display:block;
}

.category_columns .categories_section .each_categoriy_section ul.menu li:before {
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 13% -101px;
	content:"";
	width:35px;
	height:35px;
	position:absolute;
	right:0;
	top:6px;
} 
.category_columns .categories_section .each_categoriy_section ul.female_category li:before {
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 23% -64px;
}
.category_columns .categories_section .each_categoriy_section ul.female-shoes li:before {
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat 43% 0px;
}
.category_columns .categories_section .each_categoriy_section ul.male_clothes li:before {
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 33% -31px;
}


/******************************************************************************************
										ARTICLES BLOG
******************************************************************************************/
.blog{
	padding:15px 10px;
}
.blog .each_item {
	margin-bottom:25px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	min-height:204px;
} 
.blog .each_item .item .blog_information{
	padding:0 20px !important;
	min-height:204px;
}
.blog .each_item .blog_title h3 a {
    color: #484848;
    display: block;
    font-size: 18px;
    margin: 20px 0;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-page .each_article_title h3{
    color: #484848;
    display: block;
    font-size: 18px;
    margin: 20px 0;
}
.blog .each_item .blog_introtext {
    margin-bottom: 20px;
	font-size:12px;
}
.blog .each_item .blog_introtext > p {
    line-height: 30px;
    margin-bottom: 0;
    text-align: justify;
	display:inline;
}
/**/
.blog .each_item .blog_icons > div.blog_info {
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.blog_info > div {
    color: #999;
    float: right;
    font-size: 11px;
    padding-left: 15px;
}
.blog_info > div a{
    color: #999;
}
.blog_info > div i {
    font-size: 13px;
}
.each_article_info{
	border-bottom:solid 1px #ddd;
}
.each_article_info .blog_info{
	margin-top:7px;
}
.each_article_info .blog_print_email{
	margin-bottom:10px;
}
/**/
.blog .each_item .blog_icons > div.blog_print_email {
    bottom: 15px;
    position: absolute;
    left: 20px;
}
.blog_print_email .icons > div{
	float:left;
	margin-right:5px;
}
.blog_print_email .icons .blog_print_icon > a::before{
    content: "\f02f";
    font-family: fontawesome;
    font-size: 19px;
}
.blog_print_email .icons .blog_print_icon > a ,
.blog_print_email .icons .blog_email_icon > a{
    font-size: 0;
	color:#999;
}
.blog_print_email .icons .blog_email_icon > a::before{
    content: "\f0e0";
    font-family: fontawesome;
    font-size: 17px;
}
/**/
.blog .items-more .each_related_blog {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 15px;
    width: 93%;
}
.blog .items-more .each_related_blog_title {
    color: #666;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**/
.item-page .articleBody p{
	line-height:25px;
}
/**/
.pagination{
	width:100%;
	margin:19px 0 0px !important;
}
.pagination > ul{
	list-style:none;
	text-align:center;
}
.pagination > ul li{
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	display:inline-block;
    font-size: 13px;
    height: 35px;
    margin-left: 10px;
    padding-top: 9px;
    text-align: center;
    width: 35px;
	position:relative;
}
.pagination > ul li span,
.pagination > ul li a {
	width:100%;
	height:100%;
	display:inline-block;
}
.pagination > ul li span{
	color:#888;
}
.pagination > ul li[class*="pagination"] span,
.pagination > ul li[class*="pagination"] a {
    font-size: 0; 
}
.pagination > ul li[class*="pagination"] span::before,
.pagination > ul li[class*="pagination"] a::before {
    font-family: fontawesome;
    font-size: 16px;
	position:absolute;
	right:14px;
	top:5px;
}
.pagination > ul li.pagination-start span::before,
.pagination > ul li.pagination-start a::before {
    content:  "\f101";
}
.pagination > ul li.pagination-prev span::before,
.pagination > ul li.pagination-prev a::before {
    content:  "\f105";
}
.pagination > ul li.pagination-next span::before,
.pagination > ul li.pagination-next a::before {
    content:  "\f104";
}
.pagination > ul li.pagination-end span::before,
.pagination > ul li.pagination-end a::before {
    content:  "\f100";
    font-family: fontawesome;
    font-size: 16px;
}
.pagination .blog_counter {
    color: #888;
    display: block;
    text-align: center;
}
/**/
.item-page ul.pager.pagenav{
	display:none;
}
/******************************************************************************************
										ADS SIDEBAR
******************************************************************************************/
.ads_section {
    margin-top: 5px;
	margin-bottom:5px;
}
.ads_section > a {
    display: block;
    margin-bottom: 15px;
}
.ads_section > a:last-child {
    margin-bottom: 0;
}
.ads_section > a img{
	display:block;
	margin:0 auto;
}
/******************************************************************************************
									MANUFACTURER SIDEBAR
******************************************************************************************/
.manufacturer_slider_flexslider{
	direction:ltr;
	position:relative;
	min-height:70px;
	margin-top:10px;
}
.manufacturer_slider_flexslider .owl-pagination {
    bottom: 0;
	position:relative;
}
.manufacturer_slider_flexslider .owl-pagination .owl-page{
	margin:0 ;
}
.manufacturer_slider_flexslider .owl-pagination .owl-page span {
    background: #999 !important;
	opacity:1 !important;
    border-radius: 30%;
    display: inline-block;
    font-size: 0;
    height: 5px !important;
    margin:0 0 0 5px !important;
    width: 17px !important;
	transition:all linear 0.3s;
} 
.manufacturer_slider_flexslider .flex-direction-nav{
	display:none;
}
/******************************************************************************************
									breadcrumb
******************************************************************************************/
.breadcrumb{
	margin-bottom:0;
	font-size:12px;
	padding:5px 0;
}
.breadcrumb > li{
	display:inline !important;
}
.breadcrumb > li a{
	color:#666;
	transition:all linear 0.3s;
}
.breadcrumb > li a i{
	font-size:14px;
}
.breadcrumb > li + li::after{
	color:#999 !important;
	font-family:fontawesome;
	content:"\f104" !important;
}
.breadcrumb > .active::after{
	content:"" !important;
}
.breadcrumb > .active{
	color:#999 !important;
}
/******************************************************************************************
									SYSTEM MESSAGE
******************************************************************************************/
.alert{
	position:relative;
	padding:0 !important;
	border-radius: 2px !important;
    float: right !important;
    width: 100%;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	border:none !important;
}
.alert .close{
	position:absolute;
	left:10px;
	top:14px;
}
.alert h4 {
    float: right;
    font-size: 14px;
    margin: 0 0 0 10px !important;
    padding:15px 10px !important;
}
.alert h4::before {
    content: "\f0a5";
    font-family: fontawesome;
    margin-left: 5px;
}
.alert > div {
    float: right;
    font-size: 12px;
    padding-top: 17px;
}

/******************************************************************************************
									PROFILE
******************************************************************************************/
.profile {
	padding:25px !important;
}
.profile .user_profile_items li{
	display: inline-block;
    width: 100%;
}
.profile .user_profile_items .users_profile_title{
	float:right;
	width:178px;
}
.profile .user_profile_items .users_profile_desc{
	float:right;
	width:auto;
}
.profile-edit .form-horizontal fieldset .control-group{
	width:48%;
	float:right;
}
.profile-edit .form-horizontal fieldset .control-label{
	margin-bottom:5px;
}
.profile-edit .form-horizontal fieldset .control-group:nth-child(odd){
	float:left;
}
.profile-edit .chzn-container{
	width:100% !important;
}
.profile-edit #helpsite-refresh{
	float: left;
    margin-top: 10px !important;
}
.profile-edit .form-horizontal > .control-group,
.profile .edit_profile_link{
	border-top: 2px solid;
    padding-top: 10px;
}

/******************************************************************************************
									REGISTRATION
******************************************************************************************/
.registration{
	margin-bottom:15px;
}
.registration > h3 {
    font-size: 18px;
    margin-top: 20px;
    padding-right: 10px;
}
.registration > form{
	margin:0 auto;
	float:none !important;
}
.registration > form > fieldset > div.control-group {
    border:solid 1px #ddd;
	border-bottom:none;
    height: 50px;
    width: 100%;
	margin-bottom:0;
}
.control-group.user_Captcha {
    height: 100px !important;
}
.control-group.user_Captcha .controls{
    padding:10px !important;
}
.control-group.user_Captcha .control-label{
    padding-top:40px !important;
}
.control-group.user_Captcha .control-label:before{
    height:85px !important;
}
.registration > form > fieldset > div.control-group:first-child{
	border:none;
}
.registration > form > fieldset > div.control-group:nth-child(2) {
    border-radius: 2px 2px 0 0;
}
.registration > form > fieldset > div.control-group:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 2px 2px;
    margin-bottom: 15px;
} 
.registration > form > fieldset > div.control-group .control-label {
    float: right;
    padding-right: 10px;
    padding-top: 20px;
    width: 200px;
	color:#999;
	position:relative;
}
.registration > form > fieldset > div.control-group .control-label::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
} 
.registration > form > fieldset > div.control-group:first-child .control-label::before{
	width:0;
}
.registration > form > fieldset > div.control-group .controls {
    float: right;
}
.registration > form > fieldset > div.control-group .controls input {
    border: medium none;
    height: 48px;
    width: 240px;
	padding-right:10px;
	color:#999;
}
.registration > form > fieldset > div.control-group .controls textarea {
	border: medium none;
    height: 186px;
    line-height: 20px;
    margin-top: 5px;
    padding-right: 10px;
    padding-top: 6px;
    resize: none;
    width: 240px;
	color:#999;
}
.registration div.control-group .controls .btn {
    float: left;
}
/******************************************************************************************
									LOGIN
******************************************************************************************/
.login > h3 {
    font-size: 18px;
    margin-top: 20px;
    padding-right: 10px;
}
.login > form{
	margin:0 auto;
	float:none !important;
}
.login > form > fieldset > .login_user_info{
	margin-bottom:15px;
}
.login > form > fieldset > .login_user_info div.control-group{
    border:solid 1px #ddd;
	border-bottom:none;
    height: 50px;
    width: 100%;
	border-radius:2px 2px 0 0;
	margin-bottom:0;
}  
.login > form > fieldset > .login_user_info div.control-group:nth-child(2){
    border:solid 1px #ddd;
	border-radius:0 0 2px 2px;
}
.login > form > fieldset > .login_user_info div.control-group .control-label{
    float: right;
    padding-right: 10px;
    padding-top: 20px;
    width: 200px;
	color:#999;
	position:relative;
}
.login > form > fieldset > .login_user_info div.control-group .control-label::before{
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
}  
.login > form > fieldset > .login_user_info div.control-group .controls{
    float: right;
}
.login > form > fieldset > .login_user_info div.control-group .controls input {
    border: medium none;
    height: 48px;
    width: 240px;
	padding-right:10px;
	color:#999;
} 
/**/
.login_user_more_info {
	margin-bottom:15px;
}
.login_user_remember > div {
    float: right;
}
.login_user_remember > div.control-label {
    color: #666;
    margin-left: 10px;
    padding-top: 0;
}
.login div.control-group .controls .btn {
    float: left;
}
/**/
.login_more_link .login_remember_pass {
	padding-right:0 !important;
	padding-left:15px !important;
}
.login_more_link .login_remember_user{
	padding-right:7px !important;
	padding-left:8px !important;
}
.login_more_link .login_create_account{
	padding-left:0 !important;
	padding-right:15px !important;
}
.login_more_link .login_remember_pass > div,
.login_more_link .login_remember_user > div,
.login_more_link .login_create_account > div{
	background:#fff;
	border-radius: 2px;
    padding: 15px;
	box-shadow:0 0px 3px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
	position:relative;
}
.login_more_link a{
	padding-right: 20px;
}
.login_more_link .login_create_account > div a{
	padding-right:30px;
}
.login_more_link i {
    font-size: 18px;
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}
/******************************************************************************************
									REMIND & RESET
******************************************************************************************/
.remind ,
.reset {
	margin-bottom:15px;
}
.remind > h3 ,
.reset > h3 {
    font-size: 18px;
    margin: 20px 0;
    padding-right: 10px;
}
.remind > form,
.reset > form{
	margin:0 auto;
	float:none !important;
}
.remind p.remind_desc,
.reset p.reset_desc{
    padding-right: 10px;
	margin-bottom:15px;
}
.remind > form > fieldset > div.control-group,
.reset > form > fieldset > div.control-group{
	margin-bottom:0;
}
.remind > form > fieldset > div.control-group:first-child,
.reset > form > fieldset > div.control-group:first-child{
    border:solid 1px #ddd;
    height: 50px;
    width: 100%;
	border-radius:2px;
	margin-bottom:10px;
}  
.remind > form > fieldset > div.control-group:first-child .control-label,
.reset > form > fieldset > div.control-group:first-child .control-label{
    float: right;
    padding-right: 10px;
    padding-top: 17px;
    width: 200px;
	color:#999;
	position:relative;
}
.remind > form > fieldset > div.control-group:first-child .control-label::before,
.reset > form > fieldset > div.control-group:first-child .control-label::before{
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
}  
.remind > form > fieldset > div.control-group:first-child .controls,
.reset > form > fieldset > div.control-group:first-child .controls{
    float: right;
}
.remind > form > fieldset > div.control-group:first-child .controls input,
.reset > form > fieldset > div.control-group:first-child .controls input {
    border: medium none;
    height: 48px;
    width: 240px;
	padding-right:10px;
	color:#999;
}
.remind div.control-group .controls .btn ,
.reset div.control-group .controls .btn {
    float: left;
}
/******************************************************************************************
									SIDEBAR CATEGORIES
******************************************************************************************/
.sidebar_section ul.VMmenu, 
.sidebar_section .VMmenu ul, 
.sidebar_section .VMmenu li {
    padding:0 !important;
	font-size:12px;
	list-style:none;
}
.sidebar_section ul.VMmenu{
	margin:15px 0;
}
.sidebar_section .VMmenu > li:first-child .first_level{
	border-radius:2px 2px 0 0;
}
.sidebar_section .VMmenu > li:last-child .first_level{
	border-radius:0 0 2px 2px ;
	border-bottom:none;
}
.sidebar_section .first_level {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
	position:relative;
	transition:all linear 0.3s;
} 
.sidebar_section .first_level.sub_menu{
	cursor:pointer;
	transition:all linear 0.3s;
}
.sidebar_section .first_level.sub_menu::after {
    content: "\f078";
    font-family: fontawesome;
    left: 15px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
}
.sidebar_section .first_level.active.sub_menu::after {
    content: "\f077";
    font-family: fontawesome;
    left: 15px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
}
.sidebar_section .first_level a{
	color:#444;
	transition:all linear 0.3s;
}
/**/
.sidebar_section .second_level {
    background: #efefef none repeat scroll 0 0;
    padding: 10px 30px 10px 15px;
	position:relative;
}
.sidebar_section .second_level a{
	color:#444;
	transition:all linear 0.3s;
}
.sidebar_section .second_level.sub_menu{
	cursor:pointer;
} 
.sidebar_section .second_level.sub_menu::after {
    content: "\f078";
    font-family: fontawesome;
    left: 30px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
	transition:all linear 0.3s;
}
.sidebar_section .second_level.sub_menu:hover::after {
}
.sidebar_section .VmOpen > .second_level.sub_menu::after,
.sidebar_section .second_level.sub_menu.active::after  {
    content: "\f077";
    font-family: fontawesome;
    left: 30px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
} 
/**/
.sidebar_section .menu_two div{
    background: #dedede none repeat scroll 0 0;
    padding: 10px 45px 10px 15px;
} 
.sidebar_section .menu_two div a{
	color:#444;
	transition:all linear 0.3s;
}

/******************************************************************************************
									PRODUCT CATEGORY
******************************************************************************************/
.browse-view div.product,
.products-list div.product{
    border: none !important;
    min-width:auto !important;
	margin-bottom:10px;
}
div.product{
	float:right !important;
}
.browse-view div.product .spacer,
.products-list div.product .spacer{
	background:#fff;
	border:solid 1px #ddd;
	border-radius:2px;
	padding:0 ;
	width:95%;
	margin:0 auto;
	transition:all linear 0.5s;
}  
.browse-view div.product:hover .spacer{
	box-shadow:0 0 3px rgba(0,0,0,0.15);
}
div.each_product_row {
	height:250px;
	border-bottom:solid 1px #ddd;
}
div.each_product_row .right_product_side{
	height:250px;
	border-left:solid 1px #ddd;
	position:relative;
}
div.each_product_row .right_product_side > div,
div.each_product_row .right_product_side > a {
	border-bottom:solid 1px #ddd;
    height: 50px;
    width: 100%;
}
div.each_product_row .right_product_side > div.each_product_button a ,
div.each_product_row .right_product_side > .each_product_compare a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 16px;
    height: 100%;
    padding-top: 14px;
    text-align: center;
    width: 100%;
	color:#999;
	transition:all linear 0.5s;
} 
div.each_product_row .right_product_side > div.each_product_button a:hover ,
div.each_product_row .right_product_side > .each_product_compare a:hover{
	background:#eee;
	color:#444;
	border-radius:0;
}
div.each_product_row .right_product_side > div.each_product_button a::before {
    content: "\f06e";
    font-family: fontawesome;
}
div.each_product_row .right_product_side > .each_product_compare{
	position:relative;
}
div.each_product_row .right_product_side > .each_product_compare a{
    font-size: 20px;
}
div.each_product_row .right_product_side > .each_product_compare div.tooltip{
	left:auto !important;
	right:100%;
	width:100px;
}
div.each_product_row .right_product_side > .each_product_compare a.easyCompareButton.uncompare{
	color:#ff0033 ;
}
div.each_product_row .right_product_side .sj_quickview_handler.visible-lg{
    font-size: 0;
	transition:all linear 0.5s;
    color: #999;
	display:block !important;
}
div.each_product_row .right_product_side .sj_quickview_handler.visible-lg::before {
    content: "\f00e";
    font-family: fontawesome;
    font-size: 17px;
    position: absolute;
    right: 13px;
    bottom: 12px;
}
div.each_product_row .right_product_side .sj_quickview_handler.visible-lg:hover{
	background:#eee;
	color:#444;
}
div.each_product_row .right_product_side .each_product_whishlist form[name="addtofavorites"] {
	width:98%;
	height:100%;
	display:block;
	float:right;
}
div.each_product_row .right_product_side .each_product_whishlist form[name="addtofavorites"] .addtofav_aws_icon {
    background: #FFF !important;
    border: none !important;
    color: #999 !important;
    display: block;
    font-size: 20px !important;
    height: 100%;
    padding-top: 10px;
    width: 100%;
	transition:all linear 0.5s;
}
div.each_product_row .right_product_side .each_product_whishlist form[name="addtofavorites"] .addtofav_aws_icon:hover{
	background:#eee !important;
	color:#444 !important;
}
div.each_product_row .right_product_side .each_product_whishlist .addtofav_aws_icon_active{
    background: #FFF !important;
    border: none !important;
    color: #ff0033 !important;
    display: block;
    font-size: 20px !important;
    height: 100%;
    padding-top: 10px;
    width: 100%;
}


div.each_product_row .right_product_side .each_product_addtocart .quantity-box,
div.each_product_row .right_product_side .each_product_addtocart .quantity-controls{
	display:none;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar{
	bottom: auto;
	height:49px;
	margin:0;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-area{
	margin:0;
	height:50px;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .addtocart-button{
        font-size:0;
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 73.5% -218px;
	border:none;
	width:100%;
	height:100%;
	padding:0 !important;
	display:block;
	margin:0;
	transition:background-color linear 0.5s;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .addtocart-button:hover {
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 73.5% -273px;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .addtocart-button i{
	display:none;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .addtocart-button:hover i{
	color:#444;
} 
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .notify {
    color: #999;
    display: block;
    font-size: 20px;
    height: 100%;
    padding-top: 12px;
    width: 100%;
}
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .notify span,
div.each_product_row .right_product_side .each_product_addtocart .addtocart-bar .notify .fa-bell-o{
	display:none;
}
/**/
div.each_product_row .left_product_side{
	height:250px;
	position:relative;
}
div.each_product_row .left_product_side .each_product_image{
	height:250px;
}
div.each_product_row .left_product_side .each_product_image > a {
    display: block;
    height: 95%;
    width: 100%;
	margin-top:7px;
}
div.each_product_row .left_product_side .each_product_image > a img{
    height: 100%;
    width: auto;
	max-height:100% !important;
	display:block;
	margin:0 auto;
}
.each_product_rating a{
    transition:none;
}
.each_product_rating .extravote-info{
    display:none;
}
div.each_product_row .left_product_side .each_product_rating{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition:all linear 0.4s;
}
.browse-view .product:hover div.each_product_row .left_product_side .each_product_rating,
.products-list .product:hover div.each_product_row .left_product_side .each_product_rating,
div.each_product_slides:hover .left_product_side .each_product_rating{
	opacity:1;
	visibility:visible;
	transition:all linear 0.4s;
}
div.each_product_row .left_product_side .each_product_rating .ratingbox{
	background:transparent url("../images/color-stars-small.png") repeat-x scroll 0 bottom;
	width:60px;
}
/**/ 
div.each_product_row .left_product_side .each_product_tags span{
	color: #fff !important;
    height: 30px;
    left: 8px;
    padding:7px 2px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 60px;

	font-size:11px;
	margin-bottom:5px;
	border-radius:2px;
} 
div.each_product_row .left_product_side .each_product_tags span.productdetails_discount{
	background:#ff5722 ;
}
div.each_product_row .left_product_side .each_product_tags span.nostock{
	background:#ff0033;
}
/**/
.each_product_slides .each_product_second_row,
.product .each_product_second_row{
	padding:15px 0 !important ;
	direction:rtl;
	height:165px;
}
.each_product_slides .each_product_price{
    width:100%;
    float:right;
}
.each_product_main_info {
    border-top: 1px solid #eee;
    float: right;
    margin-top: 10px;
    padding: 10px 10px 0;
    width: 100%;
}
.each_product_main_info .each_product_date{
    color: #888;
    float: right;
    font-size: 12px;
}
.each_product_main_info .each_product_date i {
    font-size: 16px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}
.each_product_main_info .each_product_rating{
    float:left;
}
.each_product_slides .each_product_second_row .each_product_title a,
.product .each_product_second_row .each_product_title a{
	text-align:center;
	color:#666;
	display:block;
	margin-bottom:10px;
	font-size:14px;
	transition:all linear 0.4s;
	
    height: 35px;
    overflow: hidden;
    line-height: 18px;
}
.each_product_slides .each_product_second_row .each_product_price .product-price,
.product .each_product_second_row .each_product_price .product-price {
	float:none;
	text-align:center;
}
.each_product_slides .each_product_second_row .each_product_price .product-price *{
	display:inline-block;
	color:#666;
}
/************
**************/
.ads_images img{
	display:block;
	margin:0 auto;
	border-radius:2px;
	width:100%;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
}

/******************************************************************************************
									  FILTER MODULES
******************************************************************************************/
.sj-loading { 
    opacity: 1 !important;
    background-color:rgba(255,255,255,0.9) !important;
}
.sj-loading .ft-image-loading {
    background: url("../images/process.gif") no-repeat scroll center center !important;
    width: 170px !important;
    height: 170px !important;
    left: 45% !important;
    top:45% !important;
}
/**/
.sj-vm-filter .ft-wrap .ft-group{
	padding:0 !important;
}
.sj-vm-filter .ft-wrap .ft-group{
	margin-top:10px;
}
.sj-vm-filter .ft-wrap .ft-group-manufacturers,
.sj-vm-filter .ft-wrap .ft-group-prices,
.sj-vm-filter .ft-wrap .ft-filtering{
	border:none !important;
}
.sj-vm-filter .ft-group-manufacturers .ft-heading,
.sj-vm-filter .ft-group-categories .ft-heading,
.sj-vm-filter .ft-group-prices .ft-heading,
.sj-vm-filter .ft-filtering .ft-heading{
	border-radius:2px 2px 0 0;
	font-size:14px !important;
	padding:10px;
	color:#fff;
}

.sj-vm-filter .ft-group-categories .ft-heading .ft-open-close,
.sj-vm-filter .ft-group-manufacturers .ft-heading .ft-open-close,
.sj-vm-filter .ft-group-prices .ft-heading .ft-open-close {
	right:auto !important;
	left:10px ;
}
.sj-vm-filter .ft-group-categories .ft-content,
.sj-vm-filter .ft-group-manufacturers .ft-content,
.sj-vm-filter .ft-group-prices .ft-content,
.sj-vm-filter .ft-filtering .ft-content{
	border:solid 1px #eee;
	border-radius: 0 0 2px 2px;
	padding:0  !important ;
	background:#fafafa ;
}
.sj-vm-filter .ft-group-categories .ft-content li,
.sj-vm-filter .ft-group-manufacturers .ft-content li,
.sj-vm-filter .ft-group-prices .ft-content li{
	border-bottom:solid 1px #eee;
	width:100%;
	float:right;
	padding: 12px;
}
.sj-vm-filter .ft-group-categories .ft-content li:last-child,
.sj-vm-filter .ft-group-manufacturers .ft-content li:last-child,
.sj-vm-filter .ft-group-prices .ft-content li:last-child{
	border-bottom:none;
}
.sj-vm-filter .ft-group-categories .ft-content li *,
.sj-vm-filter .ft-group-manufacturers .ft-content li *{
	float:right;
} 
.checkbox, .radio{
	margin:0 !important;
}
.sj-vm-filter .ft-group-categories .ft-content li label,
.sj-vm-filter .ft-group-manufacturers .ft-content li label{
	margin-right:0 !important;
	font-size:13px !important;
	color:#333 !important;
} 
.sj-vm-filter .ft-option .ft-opt-count {
    font-size: 11px;
    margin-right: 5px;
    padding-top: 4px;
}
.sj-vm-filter .ft-option .ft-opt-name {
    padding-top: 3px;
}
.ft-opt-clearall {
	border:none !important;
    border-top: 1px solid #eee !important;
    padding: 10px !important;
	background:none !important;
    margin: 0 !important;
    width: 100%;
}
.ft-opt-clearall button {
     border: medium none !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 8px !important;
    width: 100%;
}
.sj-vm-filter .ft-content-prices .ft-slider-price{
	height:3px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border:none !important;
}
.sj-vm-filter .ft-slider-price.ui-slider-horizontal .ui-slider-handle{
	border-radius:50% !important;
	cursor:pointer;
}
.ui-widget-content{
	border:none !important;
	background:#ccc !important;
}
/**/
.ui-slider-horizontal .ui-slider-handle{
	margin:0 !important;
}
.sj-vm-filter .ft-content-prices .ft-slider-price{
	margin:5px !important;
}
.sj-vm-filter .ft-content-prices .ft-opt-inner span{
	height:36px !important;
}
.sj-vm-filter .ft-content-prices .ft-price-value{
	float:right !important;
}
.sj-vm-filter .ft-content-prices .ft-price-value.ft-price-right{
	float:left !important;
}
.sj-vm-filter .ft-content-prices .ft-price-value input[type="text"] {
    border: 1px solid #ddd !important;
	border-left:none !important;
    border-radius: 0 2px 2px 0 !important;
    font-size: 13px !important;
    width: 60px !important;
	height:35px !important;
}
.sj-vm-filter .ft-content-prices .ft-opt-inner .ft-price-curent{
	font-size:13px !important;
	border:solid 1px #eee !important;
	border-radius:2px 0 0 2px !important;
	color:#333 !important;
	height:35px !important;
	margin-right:0 !important;
}
.sj-vm-filter .ft-content-prices .ft-opt-inner span.ft-price-label{
	font-size:13px !important;
}
/**/
.sj-vm-filter .ft-filtering .ft-current-label{
	padding:5px 15px;
	font-size:14px;
}
.sj-vm-filter .ft-wrap .ft-filtering .ft-content .ft-current-group{
	padding:5px 15px;
	margin:0 !important;
}
.sj-vm-filter .ft-wrap .ft-filtering .ft-content-inner {
    padding: 0 15px;
	margin-bottom:10px;
}
.sj-vm-filter .ft-select .ft-option{
	border-bottom:solid 1px #eee !important;
}
.sj-vm-filter .ft-select .ft-option:last-child{
	border-bottom:none !important;
}
.sj-vm-filter .ft-filtering .ft-option .ft-opt-inner span{
	font-size:12px;
}
.sj-vm-filter .ft-filtering .ft-option .ft-opt-close{
	right:auto !important;
	left:0 ;
	background:none !important;
}
.sj-vm-filter .ft-filtering .ft-option .ft-opt-close::after {
    color: #FF0033;
    content: "\f057";
    font-family: fontawesome;
    font-size: 15px;
    position: relative;
    top: -5px;
}
.sj-vm-filter .ft-option input[type="checkbox"]{
	margin-top:5px !important;
}
/******************************************************************************************
									  fancybox
******************************************************************************************/
#fancybox-loading div	{ 
	background:url(../images/process.gif) no-repeat !important;
	top: 40% !important;
	left: 45% !important;
	width: 170px !important;
	height: 170px !important;
}
#fancybox-loading {
	top:0 !important;
	width: 100% !important;
	height: 100% !important;
	left:0 !important;
	position:fixed !important;
	background:rgba(255,255,255,0.9) !important;
	margin:0 !important;
}
.fancybox-inner{
	overflow-x:hidden !important;
}
#fancybox-wrap{
	width:600px !important;
	left:26% !important;

}
#fancybox-content{
	width:600px !important;
	background:#fff !important;
	padding:20px 0 10px !important;
} 
#fancybox-content h4 {
    font-size: 14px;
	width:100%;
	clear:both;
	display:block;
}
#fancybox-content .fancy_added_links {
    margin:10px 10px 20px !important; 
    text-align: center;
    width: 96%;
}
#fancybox-content .showcart {
    border-radius: 2px 0 0 2px ;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#eee !important;
    color: rgba(0, 0, 0, 0.87) !important;
    float: none;
    font-size: 14px;
    padding: 8px 30px; 
	transition:all linear 0.5s;   
}
#fancybox-content .continue_link {
    border-radius: 0 2px 2px 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background:#eee !important;
    color: rgba(0, 0, 0, 0.87) !important;
    float: none;
    font-size: 14px;
    padding: 8px 30px;
	transition:all linear 0.5s;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover{
	color:#fff !important;
}
#fancybox-content .fancy_added_product .label {
    border-radius: 1px;
    display: inline-block;
    height: 20px;
    padding-top: 6px;
    text-align: center;
    width: 20px;
	margin-left:5px;
}

#fancybox-content .product-related-products > div{
	margin:0 0 10px !important;
	width:33.3%;
	float:right !important;  
}
#fancybox-content .product-related-products > div .product-field-display{
	width:95%;
	margin:0 auto;
	border:1px solid #ddd;
	border-radius:2px;
	text-align:center;
	transition:all linear 0.5s; 
}
#fancybox-content .product-related-products > div:hover .product-field-display{
	box-shadow:0 0 4px rgba(0,0,0,0.2);
}
#fancybox-content .product-related-products .product-field-display > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#fancybox-content .product-related-products .product-field-display a img{
	margin-bottom:5px;
}
#fancybox-content .product-related-products .PricesalesPrice {
	font-size:11px;
	margin:7px 0;
}
#fancybox-content .product-related-products p.product_s_desc{
	display:none;
}
#fancybox-content .fancy_added_product{
	text-align:center;
}
.fancybox-title{
	font-family:'iransans' !important;
}
/* QUICK VIEW*/
.fancybox-overlay-fixed{
	z-index:1000 !important;
} 
/******************************************************************************************
									  COMPONENT WISHLIST
******************************************************************************************/
.fav_title{
	font-size:18px !important;
	text-align:right !important;
	padding:15px 0;
}
.fav_table .fav_heading{
	border-radius:2px 2px 0 0;
	border:solid 1px #eee;
	font-weight:normal !important;
}
.fav_table .fav_heading .fav_col {
	border:none;
}
.fav_table .fav_heading .fav_col h4{
	font-size:15px;
}
.fav_table .fav_row{
	border-right:solid 1px #eee;
	border-left:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
.fav_table .fav_row:last-child{
	border-radius:0 0 2px 2px;
}
.fav_table .fav_row .fav_col{
	border:none;
}
.fav_table .fav_row .fav_col .prod_name {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
	color:#666;
}
.fav_table .fav_row .fav_col .prod_name a{
	color:#666;
	transition:all linear 0.5s;
}
.fav_table .fav_row .fav_col .prod_price{
    font-size: 14px;
    font-weight: normal;
    text-align: right;
	color:#666;
}
.fav_table .fav_row .fav_col .fav_addtocart-area{
	text-align:center;
}
.fav_table .fav_row .fav_col .fav_addtocart-bar{
	margin:0 !important;
}
.fav_table .fav_row .fav_col .fav_addtocart-area input.addtocart-button{
	font-size:13px;
	letter-spacing:normal;
	border-radius:2px;
	padding:10px 15px;
	border:none;
}
.fav_table .fav_row .fav_col form[name="deletefavo"] button {
	font-size:0px;
	border:none;
	background:none;
}
.fav_table .fav_row .fav_col form[name="deletefavo"] button i{
	font-size:20px;
}
/**/
.fav_header{
	font-size:18px !important;
	font-weight:normal !important
}

/******************************************************************************************
										USER PANEL
******************************************************************************************/
.user_edit_title {
    border-bottom: 1px solid #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 14px 10px;
}
/**/
.user_login_form{
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 15px;
	margin-bottom:15px;
}
.user_login_form > div{
	float:right;
	margin-left:15px;
	padding-top:6px;
}
.user_login_form > input.button{
    border-radius:2px;
    padding: 7px 24px;
	color:#fff;
	margin:0;
	border:none;
	transition:all linear 0.5s;
}
/**/
.edit_admin_form #ui-tabs ul#tabs{
	display:none;
}
.edit_admin_form #ui-tabs .dyn-tabs{
	overflow:visible !important;
	padding:0 !important;
}
.edit_admin_form #ui-tabs .tabs fieldset{
    border: 1px solid #ddd;
    border-radius: 2px;
	margin-bottom:20px;
}
.edit_admin_form #ui-tabs .tabs fieldset:nth-child(3){
    margin-bottom:0;
	border-bottom:none;
	border-radius:2px 2px 0 0 ;
}
.edit_admin_form #ui-tabs .tabs fieldset:nth-child(3) .userfields_info{
	border-bottom:none;
}
.edit_admin_form #ui-tabs .tabs table.user-details{
	width:100%;
    margin-bottom:0;
}
.edit_admin_form #ui-tabs .tabs > table.user-details{
    border: 1px solid #ddd;
	border-radius: 0 0 2px 2px;
	margin-bottom:20px;
}
.edit_admin_form #ui-tabs .tabs table.user-details label{
	font-size:12px;
	color:#666;
}
.edit_admin_form #ui-tabs .tabs table.user-details td{
	padding:10px 5px 0;
}
.edit_admin_form #ui-tabs .tabs table.user-details td.key{
	padding-right:15px;
}
.edit_admin_form #ui-tabs .tabs table.user-details tr:last-child td{
	padding:10px 5px;
}
.edit_admin_form #ui-tabs .tabs table.user-details tr:last-child td.key{
	padding-right:15px;
}
.edit_admin_form #ui-tabs .tabs table.user-details input {
    background:none;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px;
    width: 300px;
	direction:rtl !important;
} 
.edit_admin_form .userfields_info{
	margin-bottom:0 !important;
	padding:15px;
	border-bottom:solid 1px #ddd;
	margin-bottom:15px;
	background:#eee;
	font-size:14px;
	font-weight:normal;
	color:#444;
	display:block;
}
.edit_admin_form legend{
	margin:0 0 15px;
	float:right;
	background:#eee;
}
.edit_admin_form #ui-tabs .tabs fieldset > a{
	padding:15px;
}
.edit_admin_form .buttonBar-right{
	float:none !important;
	text-align:left !important;
	margin-bottom:15px;
}
.edit_admin_form #ui-tabs .tabs .buttonBar-right button{
    border-radius:2px;
    padding: 7px 24px;
	color:#fff;
	margin:0;
	border:none;
	transition:all linear 0.5s;
}
/******************************************************************************************
										USER ADDRESS
******************************************************************************************/
.edit_userForm > fieldset > h2{
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
}
.edit_userForm .control-buttons {
	text-align:left !important;
	margin-bottom:15px;
}
.edit_userForm .control-buttons button{
    border-radius:2px;
    padding: 7px 24px;
	color:#fff;
	border:none;
	margin:0 !important;
	letter-spacing:normal;
	font-size:13px;
	transition:all linear 0.5s;
}
.edit_userForm .userfields_info{
	margin-bottom:0 !important;
	padding:15px;
	margin-bottom:15px;
	background:#eee;
	font-size:14px;
	font-weight:normal;
	color:#444;
	border-radius:2px 2px 0 0;
	display:block;
}
.edit_userForm legend{
	margin:0 0 15px;
	float:right; 
}
.edit_userForm fieldset > a{
	padding:15px;
}
.edit_userForm > fieldset:nth-child(3){
	border:solid 1px #ddd;
	border-top:none;
	border-radius:2px;
}
.edit_userForm table.user-details{
	width:100%;
    margin-bottom:0;
}
.edit_userForm table.user-details{
    border: 1px solid #ddd;
	border-radius: 0 0 2px 2px;
	margin-bottom:20px;
}
.edit_userForm fieldset > table.user-details:nth-child(4){
	margin-bottom:0;
	border-bottom:none;
}
.edit_userForm fieldset > table.user-details:last-child{
	border-top:none;
}
.edit_userForm table.user-details label{
	font-size:12px;
	color:#666;
}
.edit_userForm table.user-details td{
	padding:10px 5px 0;
}
.edit_userForm fieldset > table.user-details:nth-child(4) td{
	padding:10px 5px 0 !important;
}
.edit_userForm table.user-details td.key{
	padding-right:15px;
	width:130px;
}
.edit_userForm table.user-details tr:last-child td{
	padding:10px 5px;
}
.edit_userForm table.user-details tr:last-child td.key{
	padding-right:15px;
}
.edit_userForm table.user-details input {
    background:none;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px;
    width: 300px;
}
/******************************************************************************************
										USER SECTION AND LATEST VIEW
******************************************************************************************/
.latest-view,
.topten-view,
.recent-view,
.featured-view{
	margin-bottom:20px;
	clear:both;
	width:100%;
}
.latest-view .product.vm-products-horizon,
.topten-view .product.vm-products-horizon,
.recent-view .product.vm-products-horizon,
.featured-view .product.vm-products-horizon{
	border:none !important;
	margin-bottom:10px;
}
.latest-view .product .spacer,
.topten-view .product .spacer,
.recent-view .product .spacer,
.featured-view .product .spacer  {
    padding: 15px;
	width:95%;
	margin:0 auto;
	background:#fff; 
	border:solid 1px #ddd;
	border-radius:2px;
}
.featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4 {
    font-size: 17px;
    margin: 0 0 15px;
    padding-right: 10px;
}
/******************************************************************
						ORDER LIST
******************************************************************/
#editcell table{
	width:100%;
}
#editcell table thead {
    background: #eee none repeat scroll 0 0;
	border:1px solid #eee;
}
#editcell table th{
	text-align:center;
    padding: 10px;
}
#editcell table tbody{
	border:solid 1px #ddd;
}
#editcell table td {
    padding: 10px;
    text-align: center;
	border-bottom:solid 1px #ddd;
}

/******************************************************************
						SHOPPING BAG
******************************************************************/
#header-OPC{
	font-family:'iransans' !important;
	font-size:18px !important;
	padding:10px !important;
	border-bottom:1px solid #333 !important;
	margin-bottom:15px !important;
}
#header-OPC h2{
	float:right !important; 
	font-family:'iransans' !important;
	color:#484848 !important;
	font-size:18px !important;
}
#header-OPC p{
	float:left !important;
}
#header-OPC p a{
	font-family:'iransans' !important;
    border-radius:2px;
    padding: 8px 20px !important;
	color:#fff;
	font-size:13px !important;
	transition:all linear 0.5s;
}
#header-OPC p i{
	margin-left:0 !important;
}
#header-OPC p i::before {
    content: "\f177" !important;
    font-family: fontawesome;
    position: relative;
    top: 3px;
	margin-right:6px;
	color:#fff;
}
/**/
.text-opc {
    margin-bottom: 15px;
    padding: 0 5px;
}
/**/
#opc-logIn {
    border: 1px solid #ddd;
    border-radius: 2px;
    clear: both;
    margin-bottom: 15px;
    float: none;
    position: relative !important;
    width: 100% !important;
	padding:10px 15px !important;
}
#opc-wapper > #opc-logIn.opc-module > .opc-module-content{
	border:none !important;
}
.LogIn-success, .logIn-popup{
	font-family:'iransans' !important;
	margin-bottom:0 !important;
}
#submit-logout{
    border-radius: 2px;
    color: #fff;
    font-size: 13px !important;
    height: auto !important;
    line-height: normal !important;
    padding: 6px 24px !important;
	margin-left:0 !important;
	margin-right:10px;
	transition:all linear 0.5s;
}
/**/

#opc-wapper > .opc-module{
	float: right;
	width: 100%;
}
#opc-wapper > .opc-module > .opc-module-content {
    border: 1px solid #ddd !important; 
    border-radius: 2px !important;
}
.opc-module-content h2.opc-title.shipmentTitle,
.opc-module-content h2.opc-title.paymentTitle,
.opc-module-content h2.opc-title.priceTitle,
.opc-module-content h2.opc-title.billToTitle,
.opc-module-content h2.opc-title.shipToTitle,
.opc-module-content h2.opc-title.logInTitle {
    background-color: #eee !important;
    color: #484848 !important;
    font-family: iransans !important;
    font-size: 14px !important;
	height:auto !important;
}
.opc-module-content h2.opc-title{
	padding:7px 50px 7px 10px !important;
}
.opc-module-content h2.opc-title i{
	left:auto !important;
	right:0 !important;
	padding-top:4px;
}
.opc-module-content form#shipmentForm.opc-form,
.opc-module-content form#paymentForm.opc-form,
.opc-module-content form#priceForm.opc-form .opc-table, .opc-module-content form#priceForm.opc-form .opc-table li,
.opc-module-content form#checkoutForm.opc-form,
.opc-module-content form#billToForm.opc-form label,
.opc-module-content form#billToForm.opc-form,
.opc-module-content form#shipToForm.opc-form,
.opc-module-content form#logInForm,
.opc-module-content form#logInForm.opc-form, 
.opc-module-content form#logInForm.opc-form h3, 
.opc-module-content form#logInForm.opc-form label{
    font-family: iransans !important;
}
#shipmentForm h3, #paymentForm h3,
.billto-shipto span, a.terms-of-service{
    font-size: 13px !important;
}
/**/
.opc-module-content form#priceForm.opc-form .opc-table .order-product, 
.opc-module-content form#priceForm.opc-form .opc-table .order-product li{
	font-size:12px !important;
}
.opc-module-content form#priceForm.opc-form .opc-table .order-product li div{
    text-align:center;
}
.opc-module-content form#priceForm.opc-form {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 10px auto;
    width: 95%;
}
.opc-table .order-title {
    background-color: #ddd !important;
    padding: 10px 0 !important;
}
.opc-table .order-title li{
    color: #484848 !important;
}
.opc-table .order-product li, .opc-table .order-title li{
	height:auto !important;
	line-height:normal !important;
	padding:0 !important;
	width:17%;
}
.opc-table .order-product.four li, .opc-table .order-title.four li{
    width:20% !important;
}
.opc-table .order-product li{
	min-height:60px !important;
}
.opc-table .order-product li{
	text-align:right !important;
	border-left:solid 1px #ddd;
}
.opc-table .order-product li:last-child{
	border-left:none !important; 
}
.opc-table .order-product{
	padding: 0 !important;
	margin:0 !important;
	border-bottom:solid 1px #ddd;
}
.opc-table .order-title li.opc-order-name,
.opc-table .order-product li.opc-order-name{
	//width:30% !important;
}
.opc-order-name .cart-images{
	display:none !important;
}



.opc-table .order-product li.opc-order-name{
	padding:5px !important;
}
.opc-table li.opc-order-qty {
    text-align: center !important;
    width: 15% !important;
}
.opc-table li.opc-order-qty .quantity_product {
    border-radius: 2px !important;
    height: 33px !important;
    margin-top: 10px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 35px !important;
}
.opc-table .opc-order-qty .delete-product-cart {
    top: 15px !important;
	left:0;
}
.opc-table .opc-order-qty .update-quantity {
    right: 0 !important;
    top: 14px !important;
}
.opc-table li.opc-order-total span.opc-salesPrice,
.opc-table li.opc-order-discount .opc-discountAmount{
    padding-top: 15px;
    text-align: center;
	display:block;
}

.main_section .opc-module-content .chzn-container{
	width:310px !important;
	margin-bottom:0 !important;
}
.main_section .opc-module-content .chzn-container-single .chzn-single{
	padding:4px !important;
}
.main_section .opc-module-content .chzn-container-single .chzn-single div{
	top:10px !important;
}
.main_section .opc-module-content .chzn-container-single .chzn-drop{
	width:310px !important;
	z-index:900;
}
.main_section .opc-module-content .chzn-container-single .chzn-search input{
	width:218px !important;
}
.main_section .opc-module .chzn-container-single .chzn-single span{
	border-right:none;
	padding:0 !important;
}
/**/
.order-result{
	padding:0 !important;
	border-bottom:solid 1px #ddd;
}
.order-result ul{
	width:100%;
}
.order-result li.result-total{
	width:17% !important;
	padding-right:0 !important;
	padding-left:0 !important;
	text-align:center !important;
}
.order-result li.result-title{
	min-width:34% !important;
	border:none !important;
}
/**/
.order-coupon-code {
    border-top: none !important;
	text-align:center !important;
	padding:10px !important;
}
.order-coupon-code input.couponOpc {
    border: 1px solid #ddd !important;
    height: auto !important;
    padding: 8px 10px !important;
    width: 250px;
	font-size:12px;
}
.order-coupon-code span#addCouponCode {
    border-radius: 2px!important;
    height: 39px !important;
    padding: 4px 20px !important;
	transition:all linear 0.5s;
}
.opc-module-content form#checkoutForm.opc-form{
	padding:15px !important;
}
#opc-confirm textarea {
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
    resize: none;
}
span.tos {
    margin-right: 5px !important;
}
#opc-confirm input.terms-of-service {
    float: right;
    margin-top: 4px !important;
}
.vm2-termsofservice-icon{
	display:none !important;
}
#opc-confirm #submit_order_done{
    border-radius: 2px;
    color: #fff;
    font-size: 13px !important;
    height: auto !important;
    line-height: normal !important;
    padding: 6px 24px !important;
	margin-left:0 !important;
	margin-right:10px;
	transition:all linear 0.5s;
}
/**/
.cart-view .cart-title h1 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}
/**/
.opc-module-content h2.opc-title i.close-logIn{
	left:4px !important;
	right:auto !important;
}
form#logInForm p.opc-login-val input{
	height:35px !important;
}
form#logInForm div.opc-login-action .action-login span{
	border-radius:2px;
}
/**/
.order-result li.result-discount,
.order-result li.result-tax{
	width:17% !important;
}
/**/
#opc-wapper.ajax-running::before{
	background-color:rgba(255, 255, 255, 0.9) !important ;
	background-image:url('../images/process.gif') !important;
}

form#billToForm > ul > li, form#shipToForm > ul > li{
	float:none !important;
}
/******************************************************************
						EACH PRODUCT PAGE
******************************************************************/
.productdetails-view.productdetails {
    margin-top: 20px;
}
.productdetails .productdetails_section{
	margin-bottom:15px;
}
.productdetails .productdetails_title{
	font-size:18px;
	margin-bottom: 6px;
}
.productdetails_row{
	border-bottom: 1px solid #ddd;
	padding:10px 0;
	width:100%;
	float:right;
	margin:0 0 10px;
}
.productdetails .productdetails_stock {
    left: 0;
    position: absolute;
    top: 5px;
}
.productdetails .productdetails_stock .normalstock,
.productdetails .productdetails_stock .nostock{
	color: #fff !important;
    height: 30px;
    left: 0;
    padding:7px 2px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 60px;
	background:#4caf50;
	font-size:11px;
	border-radius:2px;
}
.productdetails .productdetails_stock .nostock{
	background:#ff0033 ;
}
.productdetails .productdetails_discount {
    left: 0;
    position: absolute;
    top: 40px;
	color: #fff !important;
    height: 30px;
    padding:7px 2px;
    position: absolute;
    text-align: center;
    width: 60px;
	background:#ff5722;
	font-size:11px;
	border-radius:2px;
} 
.productdetails .productdetails_rating a{
    transition:none;
}
.productdetails .productdetails_rating .ratingbox{
	background:transparent url("../images/color-stars-small.png") repeat-x scroll 0 bottom;
	width:60px;
}
.productdetails .productdetails_price .product-price{
    clear: both;
    float: right; 
    width: 100%;
	margin:0;
	font-size:14px;
}
.product-price{
	font-size:14px !important;
	margin:0 !important;
}
.each_product_basePrice,
.each_product_salesPrice {
    float: right;
    width: 100%;
}
.each_product_basePrice > *,
.each_product_salesPrice > * {
	display:inline-block;
    margin-left: 5px;
}
.each_product_basePrice strike {
    font-size: 18px;
}
.each_product_basePrice strike *{
	color:#ff0033 !important;
}
.each_product_basePrice small ,
.each_product_basePrice small *{
    color: #999 !important;
    font-size: 11px !important;
}
.each_product_salesPrice > span *{
	color:#4caf50 !important;
}
.product-price .vm-price-desc{
	display:none !important;
}
.product-price .PricesalesPrice,
.product-price .each_product_basePrice{
	font-size:18px;
}
.productdetails .productdetails_price .product-price span.vm-price-desc{
	margin:0;
}
.productdetails .productdetails_row2 > div{
	color:#888;
	margin-bottom:7px;
	font-size:12px;
}
.productdetails .productdetails_row2 > div:last-child{
	margin-bottom:0px;
}
.productdetails .productdetails_row2 > div a{
	color:#888;
	transition:all linear 0.5s;
}
.productdetails .productdetails_manufacturer .manufacturer{
	margin:0;
} 
/**/
.productdetails .productdetails_addtocart .addtocart-bar{
	text-align:center;
	margin:10px 0 0 !important;
}
.productdetails .productdetails_addtocart .addtocart-bar input.quantity-input{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd !important;
	border-left:none !important;
    border-radius: 2px;
    height: 40px !important ;
    width: 100px !important;
}
.productdetails .productdetails_addtocart .addtocart-bar span.quantity-box::before{
    content: "تعداد";
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.productdetails .productdetails_addtocart .addtocart-bar span.quantity-controls{
    position: relative;
    right: -6px;
}
.productdetails .productdetails_addtocart .addtocart-bar .quantity-minus{
	 background: #333 none repeat scroll 0 0 !important;
    color: #fff !important;
    display: block !important;
    font-size: 32px;
    height: 20px !important;
    line-height: 24px;
    padding: 0 !important;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 20px !important;
	border-radius:2px 0 0 2px !important;
}
.productdetails .productdetails_addtocart .addtocart-bar .quantity-plus{
	background: #333 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #999;
    color: #fff !important;
    display: block !important;
    font-size: 16px;
    height: 19px !important;
    padding: 0 !important;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 20px !important;
    line-height: 20px;
	border-radius:2px 0 0 2px !important;
}
.productdetails .productdetails_addtocart .addtocart-area{
	margin-bottom:0;
}
.productdetails .productdetails_addtocart span.addtocart-button{
    display: block;
	margin:10px 0 15px;
    padding: 0;
    width: 100%;
}
.productdetails .productdetails_addtocart span.addtocart-button button.addtocart-button{
    padding: 17px;
    width: 100%;
	text-align:center;
	border: medium none;
    border-radius: 2px;
	color:#fff;
	font-size:15px;
	position:relative;
    transition: all linear 0.5s;
}
.productdetails .productdetails_addtocart span.addtocart-button button.addtocart-button i{
    font-size: 18px;
    margin-left: 15px; 
} 
.productdetails .productdetails_addtocart .notify{
    padding: 17px;
    width: 100%;
	text-align:center;
	border: medium none;
    border-radius: 2px;
	color:#fff;
	font-size:15px;
	position:relative;
    transition: all linear 0.5s;
	display:inline-block;
	margin-bottom:15px;
}
.productdetails .productdetails_addtocart .notify i{
    font-size: 18px;
    margin-left: 15px; 
}
.productdetails .productdetails_addtocart .notify i.fa-bell{
	display:none;
}
.vm-wrap h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}
.notify-button {
    border: medium none !important;
    letter-spacing: normal !important;
    padding: 9px !important;
}
.productdetails .productdetails_compare .easyCompareButton,
.productdetails .productdetails_wishlist .addtofav_aws_icon,
.productdetails .productdetails_wishlist .addtofav_aws_icon_active {
    border-radius: 2px;
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
	border:none;
    transition: all linear 0.5s;
}
.productdetails .productdetails_compare .easyCompareButton i,
.productdetails .productdetails_wishlist .addtofav_aws_icon i,
.productdetails .productdetails_wishlist .addtofav_aws_icon_active i{
    font-size: 18px;
    margin-left: 10px; 
}
.productdetails .productdetails_wishlist .addtofav_aws_icon_active i{
	color:#ff0033 ;
}
.productdetails .productdetails_wishlist form[name="addtofavorites"]{
	width:100%;
}
/**/
.productdetails_section .vm-product-media-container{
	margin:0 !important;
}
.productdetails_section .simpleLens-big-image-container{
	display:inline;
}
.simpleLens-gallery-container {
    direction: ltr;
	float:right;
	width:100%;
}
.simpleLens-gallery-container .additional_images_flexslider{
	direction:ltr;
	position:relative;
}
.simpleLens-gallery-container .simpleLens-container{
	border: 1px solid #ddd;
    border-radius: 2px;
    height: 500px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.simpleLens-gallery-container .simpleLens-container .simpleLens-lens-image{
	//height:100% !important;
	max-width:350px;
}
.simpleLens-gallery-container .simpleLens-container .simpleLens-big-image{
	height:auto;
max-height:470px;
}
/*.simpleLens-gallery-container .simpleLens-thumbnails-container a{
	width:50px;
}*/
.simpleLens-gallery-container .flex-control-nav{
	display:none;
}
.simpleLens-gallery-container .flex-direction-nav .flex-disabled{
	opacity:1 !important;
}
.simpleLens-gallery-container .flex-direction-nav .flex-disabled{
	opacity:1 !important;
}
.simpleLens-gallery-container .slides li {
    height: 90px;
}
.simpleLens-gallery-container .slides li > div{
	height: 90%;
    margin: 0 auto;
    width: 90%;
	border:solid 1px #ddd;
}
.simpleLens-gallery-container .simpleLens-thumbnails-container{
	position:relative;
	margin-top:8px;
}
.simpleLens-gallery-container .customNavigation {
    height: 99%;
    position: absolute;
    top: 0;
    width: 100%;
}
.simpleLens-gallery-container .customNavigation .prev {
  background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 23px;
    z-index: 500;
}
.simpleLens-gallery-container .customNavigation .prev span{
    background: rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 5% -375px;
    width: 24px;
    height: 24px;
  display:block;
  position: absolute;
    top: 40%;
  font-size:0;
}
.simpleLens-gallery-container .customNavigation .next {
  background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 23px;
    z-index: 500;
}
.simpleLens-gallery-container .customNavigation .next span{
    background: rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 53% -180px;
    width: 24px;
    height: 24px;
  display:block;
  position: absolute;
    top: 40%;
  font-size:0;
}

/**/
.productdetails .productdetails_box > div{
	height:35px;
}
.productdetails .productdetails_box {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 15px ;
}
.productdetails_box .productdetails_ask .ask-a-question{
	margin:0;
}
.productdetails_box .productdetails_ask .ask-a-question a.ask-a-question{
    border-radius: 2px;
    color: #fff;
    font-size: 13px !important;
    height: auto !important;
    line-height: normal !important;
    padding: 6px 24px !important;
	margin:0 !important;
	border:none;
	font-weight:normal !important;
    transition: all linear 0.5s;
}
 
.productdetails_box .productdetails_navigation .product-neighbours{
	margin:0;
}
.productdetails_box .productdetails_navigation .product-neighbours .previous-page{
    background: #ff5722 url("../images/prev-arrow-white.png") no-repeat scroll center center / 40% auto;
    border-radius: 2px;
    height: 35px;
    padding: 0 !important;
    width: 35px;
	float:left;
	margin-right:10px;
}
.productdetails_box .productdetails_navigation .product-neighbours .next-page{
    background: #ff5722 url("../images/next-arrow-white.png") no-repeat scroll center center / 40% auto;
    border-radius: 2px;
    height: 35px;
    padding: 0 !important;
    width: 35px;
	float:left;
}
.ui-tooltip{
	font-family:'iransans' !important;
	font-size:13px !important;
	background:#eee !important;
	border-radius:2px !important;  
	padding:10px 15px !important;
} 

.productdetails .productdetails_box .productdetails_social{
	text-align:left;
	margin-top:10px;
}
.addthis_counter.addthis_bubble_style{
	float:left;
}
.productdetails .productdetails_box .addthis_toolbox a{
	margin-bottom:0 ;
}
.productdetails .productdetails_box .icons {
    float: none;
    margin: 0;
    text-align: center;
}
.productdetails .productdetails_box .printModal,
.productdetails .productdetails_box .recommened-to-friend  {
    border: 1px solid;
    border-radius: 2px;
    color: #aaa;
    display: inline-block;
    font-size: 17px;
    height: 31px;
    margin-right: 5px;
    padding-top: 2px;
    text-align: center;
    width: 36px;
    transition: all linear 0.3s;
}
.productdetails .productdetails_box .printModal::before {
    content: "\f02f";
    font-family: fontawesome;
    transition: all linear 0.3s;
}
.productdetails .productdetails_box .recommened-to-friend::before {
    content: "\f003";
    font-family: fontawesome;
    transition: all linear 0.3s;
}
.productdetails .productdetails_box .printModal > img,
.productdetails .productdetails_box .recommened-to-friend > img {
    display: none;
}
/**/

.productdetails .productdetails_tags_list .tag-productdetails {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 15px ;
    width:100%;
    float:right;
}
.productdetails .productdetails_tags_list .tag-productdetails a {
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    color: #666;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 9px;
    padding: 0 10px;
}
/**/
.productdetails-view .product-short-description {
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 25px;
    padding: 15px !important;
    text-align: justify;
	color:#666;
	margin-bottom:15px !important;
}
.productdetails-view .product-description{
	margin:0 0 15px !important;
}
.productdetails-view .product-description .title{
	border-bottom: 1px solid #aaa;
    display: block;
    font-size: 15px;
    padding: 7px 10px ;
    width: 100%;
}
.productdetails-view .product-description .title i,
.productdetails-view .customer-reviews h4 i {
    font-size: 21px;
    margin-left: 5px;
    position: relative;
    top: 3px;
	color:#888;
}
.productdetails-view .product-description > div {
	border: 1px solid #ddd;
	border-top:none;
	border-radius:0 0 2px 2px;
    line-height: 22px;
    padding:10px 15px;
    text-align: justify;
	margin-bottom:0;
}
.productdetails-view .product-description > div ol,
.productdetails-view .product-description > div ul{
    margin:0 15px;
}
/**/
.productdetails-view .customer-reviews{
	margin:0 0 15px !important;
}
.productdetails-view .customer-reviews h4{
	border-bottom: 1px solid #aaa;
    display: block;
    font-size: 15px;
    padding: 7px 10px ;
    width: 100%;
	margin-bottom:0;
}
.productdetails-view .customer-reviews h4 span {
    color: #666;
    font-size: 12px;
}
.productdetails-view .customer-reviews .list-reviews{
	border: 1px solid #ddd;
	border-top:none;
	border-radius:0 0 2px 2px;
    line-height: 22px;
    padding:10px 15px;
    text-align: justify;
}
.productdetails-view .customer-reviews .send_review_steps{
	border: 1px solid #ddd;
	border-top:none;
	border-radius:0 0 2px 2px;
    line-height: 22px;
    padding:10px 15px;
	margin-bottom:15px;
}
.productdetails-view .customer-reviews .send_review_steps .rating{
    margin-bottom: 0;
}
.productdetails-view .customer-reviews input.highlight-button{
    border-radius: 2px;
    color: #fff;
    font-size: 13px !important;
    height: auto !important;
    line-height: normal !important;
    padding: 8px 24px !important;
	margin-right:10px !important;
	border:none;
	font-weight:normal !important;
    transition: all linear 0.5s;
}
textarea.virtuemart{
	padding:10px !important;
	text-align:right !important;
}
.productdetails-view .customer-reviews .user_reviews {
    background: #eee none repeat scroll 0 0;
    border-radius: 2px;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}
.productdetails-view .customer-reviews .list_each_reviews{
	position:relative;
}
.productdetails-view .customer-reviews .each_reviews_customer i {
    border: 1px solid #bbb;
    border-radius: 2px;
    color: #999;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    margin-left: 2px;
    padding-top: 5px;
    text-align: center;
    width: 32px;
}
.productdetails-view .customer-reviews .list-reviews span.date {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
	border-left:none;
    float: left;
    left: 0;
	top:0;
	right:auto;
	position:absolute;
}
.productdetails-view .customer-reviews .list-reviews .normal blockquote::before, 
.productdetails-view .customer-reviews .list-reviews .highlight blockquote::before,
.productdetails-view .customer-reviews .list-reviews .normal blockquote::after, 
.productdetails-view .customer-reviews .list-reviews .highlight blockquote::after{
	content:"";
}
blockquote{
	border-right:5px solid #eee;
	border-left:none !important;
}
.productdetails-view .customer-reviews .list-reviews blockquote{
	margin:10px 0 !important;
	padding:10px !important;
}
.productdetails-view .customer-reviews .list-reviews span.vote {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
}
.productdetails-view .customer-reviews .list-reviews .ratingbox{
	margin-bottom:0;
}
.productdetails-view .customer-reviews a.details{
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 8px 24px;
	margin-right:10px;
	border:none;
	font-weight:normal;
	float:left;
}
.write-reviews span.step{
	font-weight:normal !important;
}
/**/ 
.productdetails-view .product-related-products, 
.productdetails-view .product-related-categories{
	border-top:none ;
}
.productdetails-view .product-fields-title-wrapper h3{
    border-bottom: 1px solid #484848;
    color: #484848;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 14px 10px;
}
.productdetails-view .product_fields_flexslider{
	direction:ltr;
	position:relative;
}
.productdetails-view .product_fields_flexslider p.product_s_desc{
	display:none;
}
.productdetails-view .product-field-display {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 0 auto;
    vertical-align: middle;
    width: 95%;
	direction:rtl;
	text-align:center;
}
.product-field-display a img {
    display: block;
    margin: 15px auto ;
    width: auto;
	max-height:220px;
}
.productdetails-view .product-field-display  a{
	color: #666;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center; 
    transition: all 0.4s linear 0s;
}
.productdetails-view .product-field-display .PricesalesPrice {
    color: #666;
    font-size: 11px;
    margin-bottom: 15px;
}

.product_fields_flexslider .customNavigation .prev {
	height:30px;
	position:absolute;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
	left:0px;
	top:-50px;
	width:30px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
.product_fields_flexslider .customNavigation .prev span{
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 100.8% -183px;
 	width:100%;
	height:100%;
	display:block;
	font-size:0;
}
.product_fields_flexslider .customNavigation .next {
	height:30px;
	position:absolute;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
	left:40px;
	top:-50px;
	width:30px;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
.product_fields_flexslider .customNavigation .next span{
	background:rgba(0, 0, 0, 0) url("../images/chaarstore.png") no-repeat scroll 100.8% -158px;
 	width:100%;
	height:100%;
	display:block;
	font-size:0;
}
/* add */
.product-field-type-R{
	margin:0 !important;
	float:none !important;
}
.product_fields_flexslider .flex-direction-nav .flex-disabled{
	opacity:1 !important;
}
.product_fields_flexslider .flex-control-nav{
	display:none;
}
/**/
.productdetails .product-custom-field span.product-fields-title-wrapper{
	float:right;
	margin-left:5px;
	min-width:60px;
}
.productdetails .product-custom-field div.product-custom-field-display{
	float:right;
}
.productdetails .product-custom-field {
    float: right;
    margin: 10px 0;
}
.productdetails .product-custom-field .product-fields-title {
    display: inline-block;
    margin-top: 5px;
}
/**/
.categories_fields_flexslider  {
	direction:ltr;
}
/******************************************************************
						SHARE FAVORITES
******************************************************************/
.share_favorites h2.fav_title,
.my_favorites h2.fav_title {
    border-bottom: 1px solid #484848;
    border-radius: 2px 2px 0 0;
    color: #484848;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 14px 10px;
}
.share_favorites .vm_share_options {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 12px;
    margin-bottom: 15px;
	color:#666;
}
.share_favorites .vm_share_options select {
    margin-left: 15px;
    margin-right: 5px;
}
.share_favorites .vm_share_row {
    float: right;
    margin-bottom: 15px;
    width: 100%;
}
.share_favorites .vm_share_row > div {
    float: right;
    width: 220px;
}
.share_favorites .fav_header,
.my_favorites .fav_header {
    background: #eee none repeat scroll 0 0;
    border-radius: 2px;
    color: #666 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    padding: 10px;
}
.share_favorites .social_share .fav_title,
h3.fav_title{
	font-size:14px !important ;
	border-bottom:solid 1px #333;
}
.share_favorites .vm_email_note {
    clear: both;
    color: #ff0033;
    margin-bottom: 10px;
}
/******************************************************************
						DROP DOWN
******************************************************************/
.main_section .user-details tr td,
header .user-details tr td{
	direction:rtl !important;
}
.main_section .chzn-container,
header .chzn-container,
.fancybox-overlay .chzn-container{
	width:300px !important;
	margin-bottom:0 !important;
}
.main_section .chzn-container-single .chzn-single,
header .chzn-container-single .chzn-single,
.fancybox-overlay .chzn-container-single .chzn-single{
	padding:4px !important;
}
.main_section .chzn-container-single .chzn-single div,
header .chzn-container-single .chzn-single div,
.fancybox-overlay .chzn-container-single .chzn-single div{
	top:10px !important;
}
.main_section .chzn-container-single .chzn-drop,
header .chzn-container-single .chzn-drop,
.fancybox-overlay .chzn-container-single .chzn-drop{
	width:300px !important;
	z-index:900;
}
.main_section .chzn-container-single .chzn-search input,
header .chzn-container-single .chzn-search input,
.fancybox-overlay .chzn-container-single .chzn-search input{
	width:290px !important;
}
/******************************************************************
						ONE ORDER DETAILS
******************************************************************/
.vm-orders-information > div{
	width:100%;
	margin:10px 0;
}
.vm-wrap .vm-orders-information h1{
    border-bottom: 1px solid #484848;
    border-radius: 2px 2px 0 0;
    color: #484848;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 14px 10px;
}
.vm-orders-order h2 {
    color: #484848;
    font-size: 18px;
    padding: 14px 10px;
}
.vm-wrap .vm-orders-information h1 a {
    border: 1px solid;
    border-radius: 2px;
    color: #aaa;
    display: inline-block;
    font-size: 17px;
    height: 31px;
    margin-right: 5px;
    padding-top: 2px;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 36px;
	float:left;
}
.vm-wrap .vm-orders-information h1 a::before {
    content:  "\f02f";
    font-family: fontawesome;
    transition: all 0.3s linear 0s;
	position: relative;
    top: 3px;
}
.vm-wrap .vm-orders-information h1 a img {
    display: none;
}
.vm-wrap .vm-orders-information div.headStyle {
    border: 1px solid #ddd;
    border-radius: 2px;
    float: right;
    height: 53px;
    margin: 10px 0 !important;
    padding: 6px;
    width: 100%;
}
.vm-wrap .vm-orders-information div.headStyle a{
	border: medium none;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: normal;
    padding: 10px;
    text-align: center;
    transition: all 0.5s linear 0s;
    width: 125px;
}
td.orders-key { 
    text-align: right !important;
}
.table-responsive{
	width:100%;
}
.vm-orders-items #ui-tabs ul#tabs{
	padding:0;
}
.vm-orders-items #ui-tabs .dyn-tabs{
	border:solid 1px #ddd;
	border-radius:2px;
}
.vm-orders-items #ui-tabs ul#tabs li{
	padding:10px 15px;
	transition:all linear 0.5s;
}
.vm-orders-items #ui-tabs ul#tabs li.current,
.vm-orders-items #ui-tabs ul#tabs li:hover{
	color:#fff;
}
th {
    text-align: center !important;
}
/**/
.vm-order-done h3{
	border-bottom: 1px solid #484848;
    color: #484848;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 14px 10px;
}
/******************************************************************
						EASY COMPARE PRODUCTS
******************************************************************/
.easycompare_products thead, 
.easycompare_products tbody {
    border: 1px solid #ddd;
}
.easycompare_products .table > thead > tr > th {
    border-bottom: none;
}
.easycompare_products h3.easycompare_name a{
    display: block;
    font-size: 16px;
	margin-bottom:15px;    
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.easycompare_products .easycompare_uncompare a {
    position: absolute;
    color: #FF0033;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    left: 10px;
    top: 6px;
} 
.easycompare_products .easycompare_image img {
    height: 120px;
}
/******************************************************************
								PAGINATION
******************************************************************/
.vm-pagination {
    display: block;
    float: none !important;
	clear:both;
}
.vm-pagination .pagenav {
    background-color: #eee !important;
    border: medium none !important;
    border-radius: 2px;
    color: #444 !important;
    display: inline-block !important;
    font-size: 12px;
    min-height: 37px;
    min-width: 37px;
    padding: 9px 11px !important;
	transition:all linear 0.5s;
}
.vm-pagination a.pagenav:hover,
.vm-pagination li:not([class*="pagination"]) span {
	color:#fff !important;
}
.vm-pagination .vm-page-counter{
	display:none;
}
.vm-pagination span.pagenav{
	cursor:not-allowed;
}  
/**/
.line-through{
	color:#FF0033;
}
.tabs.dyn-tabs td{
	text-align:center !important;
}
.order-result li {
	float:left !important;
}
.order-result li.result-title {
	float:right !important;
}

/* checkout */
.opc-module-content .create-account .check-box input.checkbox-input[type="checkbox"],
.opc-module-content .opc-useShipTo input.checkbox-input[type="checkbox"]{
	position:static !important;
	width:auto !important;
	height:auto !important;
}
.opc-module-content .create-account .check-box label.checkbox-label,
.opc-module-content .opc-useShipTo label.checkbox-label{
	background:none !important;
}
/******************************************************************************************
										RESPONSIVE MENU
******************************************************************************************/
#toggle_main_menu{
	display:none;
	float:right;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
	margin:17px;
	padding:0;
}
#toggle_main_menu > span.line {
    background: #333 none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    margin-right: 2px;
    width: 30px;
}
.responsive_menu{
	background: #333 none repeat scroll 0 0;
    position: fixed;
    right: -360px;
    top: 0;
    width: 300px;
    z-index: 50000;
	height:100%;
	overflow:hidden;
	float:right;
}
.responsive_menu > ul{
	padding:40px 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.responsive_menu ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position:relative;
}
.responsive_menu ul > li:first-child{
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.responsive_menu ul.nav-child li:last-child{
    border-bottom: none;
}
.responsive_menu ul li > a,
.responsive_menu ul li > span{
	color:#eee;
	padding:12px 20px 12px 7px;
	display:block;
	font-size:12px;
	transition:all linear 0.3s;
}
.responsive_menu ul li a:hover,
.responsive_menu ul li a:focus{
	background:none !important;
}
.responsive_menu ul > li .next_btn{
	border:none;
	background:none;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
    color: #eee;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
	z-index:1000;
	transition:all linear 0.3s;
}
.responsive_menu ul > li .prev_btn{
	display:none;
	border:none;
	background:none;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
    color: #eee;
    font-size: 20px;
    height: 40px;
    right: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
	z-index:1000;
	transition:all linear 0.3s;
}
.responsive_menu ul > li.parent ul{
	display:none;
}
.has_right_padding {
    padding-right: 55px !important;
	background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#close_menu{
	background: #ff0033 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px !important;
    height: 40px;
    margin-top: 0;
    opacity: 1;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
#close_menu i{
	font-size:19px;
}

/******************************************************************************************
										JMS VM TAGS 
******************************************************************************************/
.jms_tags_header {
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 25px;
    margin: 15px 0;
    padding: 15px;
}
.jms_tags_header > h3 {
    font-size: 16px;
}
.jms_tags_header > h3 strong {
    background: #4caf50 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
}
.jms-tags-page .nbr-product{
	float:right !important;
}
.jms-tags-page .jms-pagination{
	float:left !important;
	clear:none !important;
}




/**** order       */
.order-view{
	width: 100%;
	float: right;
}
.order-view h2,
#com-form-login h2{
	margin-bottom: 8px;
	line-height: normal;
	font-size: 16px;
}
.order-view form > div,
#com-form-login div{
	text-align: center;
	margin-bottom: 10px;
}
.order-view form > div input,
#com-form-login div input{
	width: 90%;
	margin: 0 auto;
}
#com-form-login{
	width: 100%;
	float: right;	
}
#com-form-login-remember label{
	display: inline-block;
}
#com-form-login-remember input[type=checkbox]{   
	margin: 0;
    position: relative;
    top: 4px;
    width: auto;
}
#com-form-login-remember .btn {
	width: auto;
	margin-right: 10px !important;
	padding: 6px 33px 9px !important;
}
#com-form-login ul li {
    display: block;
    margin: 15px 0;
}
 








