.float-left {float:left;}
.float-right {float:right;}
.group:before, .group:after {content:""; display:table;}
.group:after {clear:both;}
.ie7 .group {zoom:1;}
a:hover,a:focus {text-decoration:none !important;}
input:focus, textarea:focus{
	box-shadow:none !important;
}
.container_row{
	margin-bottom: 20px;
} 
/**/
#backToTop {
    bottom: 10%;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 9999;
}
#backToTop a {
    color: #fff;
    border-radius: 2px;
    display: block;
    text-align: center;
    transition: all 1s ease 0s;
    width: 45px;
    height: 45px;
    font-size: 23px;
    padding-top: 8px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
/**/
.tooltip{
	direction: ltr !important;
	font-family: 'iransans' !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.tooltip .tooltip-arrow{
	display: block !important;
	position: absolute !important;
	bottom: -5px !important;
	border-top-color:#666 !important;
}
.tooltip .tooltip-inner{
	padding:5px 15px !important;
	opacity: 1;
	background:#666;
	line-height: 20px;
}
img.grayscale {
    filter: grayscale(1);
}
/**/

.maincom{
	width: 100%;
	float: right;
}
.no-bg{
	background:none !important;
	box-shadow:none !important;
} 
input, .button, .inputbox{
	font-weight:normal !important;
}
textarea{
	resize:vertical;
}
blockquote {
    padding: 5px 15px !important;
    margin: 0 !important;
    font-size: 13px !important;
    border-right: 5px solid #eee;
    border-left: none;
}

.fixed {
	position: fixed; 
	top: 0;  
	z-index: 999;
	width:100%;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
	background: rgba(255,255,255,0.9);
}

html, button, input, select, textarea,
.checkbox label, .radio label, label{
	font-size:13px !important;
	font-weight:normal !important;
} 
.radio input[type=radio], label.radio-inline input[type=radio]{
    width:auto !important;
    height:auto !important ;
}
.owl-carousel.owl-rtl {
    direction: rtl !important;
}
.item{
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}
.main_section{
	//margin-top:15px;
}  
.my_button ,
.btn.btn-primary,
.btn{ 
    border-radius: 2px !important;
    color: #fff !important;
    display: inline-block;
    margin: 0 auto;
	border:none !important;
    padding: 10px 15px !important;
    text-align: center;  
	transition:all linear 0.3s;
}
.my_button.reset_button,
.my_button.reset_button:hover,
.my_button.reset_button:focus{ 
	background: #999 !important;
}
.my_button:hover,
.my_button:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn:hover,
.btn:focus{
    color: #fff;
}
.my_button.green_btn,
.ZebraDialog_Buttons > a[class*="ZebraDialog_Button"]{
	background:#4caf50 !important;
}
.my_button.green_btn:hover,
.my_button.green_btn:focus{
	background:#348f37 !important;
}
.table-responsive{
	border:none !important;
}
/*********************************************/
.container-fluid,
.container,
.white_bg.no-padding{
	padding:0 !important;
}
.white_bg { 
    box-sizing: border-box;
	border: solid 1px #dae2e6;
	border-radius: 2px;
    background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 100%;
	float: right;
} 
.main_content{
	margin-bottom:20px;
}
/******************************************************************************************
										RESPONSIVE MENU
******************************************************************************************/
#toggle_main_menu {
	border: none;
    color: #fff;
    font-size: 22px !important;
    height: 42px; 
	padding: 0;
    position: relative;
    width: 42px; 
	float:left;
	display: none;
	margin-top: 0px;
	border-radius: 2px;
}
#toggle_main_menu span{
	position: relative;
	top: 5px;
}
#toggle_main_menu:hover{
	color: #fff !important;
}
#toggle_main_menu:hover span{
	color: #fff !important;
}
.responsive-menu{
	width: 100%;
	float: right;
}
.responsive_menu {
	background: #333 none repeat scroll 0 0;
    position: fixed;
    right: -295px;
    top: 0;
    width: 295px;
    z-index: 50000;
	height:100%;
	overflow:hidden;
	float:right;
	padding-top: 40px;
}
.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 !important;
	padding:12px 20px 12px 7px !important;
	display:block !important;
	font-size:12px !important;
	transition:all linear 0.3s;
	text-align: right !important;
}
.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;
}
.responsive_menu ul li > a.has_right_padding, .responsive_menu ul li > span.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;
    left: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
#close_menu i{
	font-size:19px;
}
/**/  
.logo{
	text-align: right;
}
.logo a.logo_image {
	display: block;
    padding: 0 0 0 50px;
    text-align: right; 
    max-width:100%;
} 
.logo a.logo_image{
	float: right;
}
/******************************************************************************************
										HEADER
******************************************************************************************/
header { 
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
}
.top_header {
    padding: 10px 0 !important;
	background: #363F4D;
} 
.mid_header {
    padding: 20px 0 !important;
} 
.btm_header{ 
    border-top: 1px solid #d3d3d3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
/**/ 
div[id*="maximenuck"]{
	font-size: 13px !important;
}
.maxiFancybackground{
	display: none !important;
}
.main-menu{
	position: relative;
}
.main-menu div[id*="maximenuck"]{
	font-size:13px !important; 
} 
.main-menu div[id*="maximenuck"] ul.maximenuck{
	z-index:1000 !important;
	position: static !important;
}
.main-menu ul.maximenuck > li.maximenuck{
	float:right;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > a, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator{
	padding:15px 10px;
	transition:all linear 0.3s;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > a:hover, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator:hover,
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.current > a, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.current > span.separator{
	background: #fff !important;
	box-shadow:0px 0px 2px rgba(0,0,0,0.1);
} 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1:first-child > a:after, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1:first-child > span.separator:after{
	height:0 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator{
	position: relative !important;
	padding-left: 25px !important; 
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a::after, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
	background: url(../images/baqqali.png) no-repeat !important;
	background-position: 98% -35px !important;
	position: absolute !important;
	left: 15px !important;
	top: 19px !important;
	border: none !important;
	font-size: 9px;
	width: 5px !important;
	height: 13px !important;
	display: inline-block !important;
    content: '' !important;
}
.main-menu ul li a,
.main-menu ul li span.separator{
	color:#777;
	padding:0;
	transition:all linear 0.3s;
} 
/*.fixed .main-menu ul li a,
.fixed .main-menu ul li span.separator,
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a::after, 
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator::after{
	color:#fff; 
} 
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > a , 
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > span,
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > a:hover, 
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator:hover,
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator:hover::after,
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > a:hover::after, 
.fixed .main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a.maximenuck:hover > span{
	color: #fff !important;
}*/
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > a:hover, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator:hover,
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > a,
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > span.separator{
	color:#777;
	background: none !important;
	box-shadow: none !important;
}  


.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent:hover > a::before, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent:hover > span.separator::before{
	opacity:1;
	transition-delay:0.1s;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck div.floatck{
	margin:0 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck{
	background:#fff !important;
	box-shadow: 0 0px 4px 0 rgba(0,0,0,0.1);
	border:solid 1px #ddd;
} 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck::before {
    content: "";
    height: 3px;
    position: absolute;
    width: 100.1%;
	top:-1px;
	right:-1px;
}
/*
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck:nth-child(10) > div.floatck{
	display:block !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck:nth-child(4) > div.floatck li.maximenuck > div.floatck{
	display:block !important;
}*/

.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck li.maximenuck.parent {
    position:relative !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck li.maximenuck.parent > div.floatck{
    right:100%;
    top:0px; 
    background: #fff none repeat scroll 0 0 !important; 
	box-shadow: 0 0px 4px 0 rgba(0,0,0,0.1);
	border:solid 1px #ddd;
    padding:0 !important;
} 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck li.maximenuck.parent > span.separator:after {
	background: url(../images/baqqali.png) no-repeat !important;
    background-position: 100% -55px !important;
    position: absolute !important;
    left: 0px !important;
    top: 18px !important;
    border: none !important;
    font-size: 9px;
    width: 18px !important;
    height: 4px !important;
    display: inline-block !important;
    content: '' !important;
    margin: 0 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a.maximenuck.column_header,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > span.column_header{
	margin-bottom: 5px;	
} 
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a.maximenuck.column_header.has-margin-top ,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > span.column_header.has-margin-top {
	margin-top: 20px !important;
} 
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a.maximenuck.column_header span,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > span.column_header span{
	color: #333 !important;
	font-size: 14px;
	
} 
/* menu modules */
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable{
    text-align: right;
	padding: 15px;
	width: 100%;
	float: right;
} 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable > h3{
    color: #333 !important;
    font-weight: normal !important;
    padding: 0 0 10px !important;
    font-size: 14px !important;
	border-bottom: solid 1px #eee;	
} 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable .nav img{
	display: none;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable .nav li{
	text-align: right !important;
	margin: 0 !important;
	padding: 0 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable .nav li span,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable .nav li a{
	position: relative;
	padding: 5px !important;
	font-size: 13px;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable .nav li > span:before,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .moduletable .nav li > a:before{
	content: "\e875" !important;
    position: absolute !important;
    right: 0 !important;
    top: 4px !important;
    font-family: Linearicons-Free;
    background: none !important;
    border: none !important;
    font-size: 9px;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .jm_list h3 > a{
	margin: 0 !important;
	font-size: 12px !important;
	text-align: right !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .jm_list > ul > li .main_info{
	border: none !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .jm_list > ul > li .price .baseprice span{
	color: #ff0033 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .product-container-info .image_box .quickview{
	display: none !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .product-container-info .ribbon span{
	color: #fff !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .product-container-info h3 a{
	display: block;
	margin: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	text-align: right !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .productdetails .product-container-info .price .baseprice span{
	color: #ff0033 !important;
	font-size: 14px !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .productdetails .product-container-info .price .salesprice span{
    color: #4caf50 !important;
    font-size: 14px !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .sj_vm_deals_wrap .item-deals p{
	text-align: center !important;
}

.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck .productdetails .product_buttons .cart .addtocart-bar .notify{
	padding-top: 10px !important;
	font-size: 13px !important;
} 
/*step2*/
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck div.maxidrop-main div.maxidrop-main2 div.maximenuck2{
	padding:0 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck.has_padding > div.floatck div.maxidrop-main div.maxidrop-main2 div.maximenuck2{
	padding:0 10px !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 a,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 span{
	color:#333;
	font-size:12px;
	cursor: pointer;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 li.maximenuck span.separator,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 li.maximenuck a{
    padding: 10px; 
	border-bottom: solid 1px #eee;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 li.maximenuck:last-child span.separator,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 li.maximenuck:last-child a{
    border:none;
}
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 li.maximenuck:last-child span.separator,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main:last-child > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 li.maximenuck a{
	margin-bottom: 0;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li div.floatck div.maximenuck2.first {
	width:100%;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck > a,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck  > span{
	border-bottom: 1px solid #f3f3f3;
    padding:  7px;
    text-indent: 0 !important;
	transition:all linear 0.5s;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 > div.maximenuck2 > ul.maximenuck2 > li.maximenuck > a.maximenuck span{
	color:#666 !important;
	font-size:12px;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck:last-child a,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck:last-child span{
	border:none;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck:hover > a,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck:hover > span{
	background:#fbfbfb !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck>span:before, 
.main-menu div[id*="maximenuck"] .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck>span,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck>a{
	font-size:12px;
}
.main-menu 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;
} 

/**/
.main-menu .menu_categories{
	padding: 10px;
}
.main-menu .menu_categories.has_bg{
	background: #f7f7f7 !important;
}
.main-menu .menu_categories h3{
	color: #666 !important;
	font-weight: normal !important;
	padding-right: 0 !important;
	font-size: 14px !important;
} 
.main-menu .has_title_border h3{ 
	border-bottom: solid 1px #eee;
	position: relative;
}
.main-menu .has_title_border h3::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    content: "";
    width: 20%;
    height: 1px;
}
/**/
.login-menu{
	float:left;   
	position: relative;
	padding-right: 10px;
}
.login-menu:after{
	content: '';
    background: #b8b8b8;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 5px;
}

.login-menu > div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck {
	z-index:10 !important;
}
.login-menu > div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1{
    cursor: pointer;
    left: 0;
    padding:0;
    position: relative !important;
    transition: all 0.5s linear 0s;
	font-size:13px;
	display: block !important;
} 
.login-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a, 
.login-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator{
	position: relative !important;
	padding-left: 25px !important; 
}
.login-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a::after, 
.login-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
    content: "\e874" !important;
    position: absolute !important;
    left: 17px !important;
    top: 0 !important;
    font-family: Linearicons-Free;
    color: #fff;
    background: none !important;
    border: none !important;
    font-size: 9px;
}

.login-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator {
	padding: 0 !important;
}   
.login-menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 > span{ 
    display: block;
    text-align: right;
	padding:0 !important;  
	color: #fff;	
} 
.login-menu div[id*="maximenuck"] ul.maximenuck2 div.maximenuck_mod .profile-button a{
	padding:12px 30px !important;
} 
.login-menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 div.floatck{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
    left: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 31px !important;
    width: 300px !important; 
}
/*.login-menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 div.floatck:before { 
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent; 
	border-bottom: 10px solid; 
	content: '';
	position: absolute;
	top: -15px;
	left: 30px;
	display: block;
}*/
.login-mod .login-form,
.logout_form {
    background: #fff none repeat scroll 0 0 !important;
    clear: both;
    color: #333 !important;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    width: 300px;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
	border:1px solid #eae9e9 !important;
}  
.login-form .userdata {
    float: right;
    padding: 12px;
    width: 100%;
}
.login-form .userdata > div {
    float: right;
    margin-bottom: 10px;
    width: 100%;
}
.login-form .userdata > div:nth-child(3){
	margin: 0;
}
.login-form .userdata > div label {
    color: #333;
    display: block;
}
.login-form .userdata > div label span{
	color: red;
}
.login-form .userdata > div input {
    width: 100%;
}
.login-form .userdata > div button {
	padding: 8px 28px;
    text-align: center;
	transition: all 0.3s linear 0s;
    color: #fff;
    display: inline-block;
    border: medium none;
	border-radius: 2px;
	float: right;
} 
.login-form .userdata > div .more_links{
	float: left;
	width: auto !important;
}
.login-form .userdata > div .more_links a {
    color: #888;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.logout_form{
	padding:15px;
	text-align:center;
}
.logout_form .login-greeting {
    margin-bottom:15px;
	margin-top:10px;
}
.logout-button{
	margin-bottom: 10px;
}
/**/
.user-menu {
    float: left;
    margin-right: 10px;
	position: relative;
	padding-right: 10px;
} 
.user-menu:after{
	content: '';
    background: #b8b8b8;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 5px;
}
.user-menu span.lnr {
    border: medium none;
    color: #888;
    font-size: 18px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
} 
.user-menu .user_register{
    position: relative; 
	top: 3px;
	color: #fff;
}
/**/
.user-menu > div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck {
	z-index:10 !important;
}
.user-menu > div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1{
    cursor: pointer;
    left: 0;
    padding:0;
    position: relative !important;
    transition: all 0.5s linear 0s;
	font-size:13px;
	display: block !important;
} 
.user-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > a ,
.user-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span {
	padding: 0 !important;
}
.user-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > a::after,
.user-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span::after{
	display: none !important;
}  
.user-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > a > span::after,
.user-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span > span::after{ 
	display: none !important;
}   
.user-menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 > span{ 
    display: block;
    text-align: right;
	padding:0 !important;  
} 
.user-menu div[id*="maximenuck"] ul.maximenuck2 div.maximenuck_mod .profile-button a{
	padding:12px 30px !important;
} 
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    left: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 31px !important;
    width: 250px !important; 
}
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav {
    background: #fff none repeat scroll 0 0 !important;
    clear: both;
    color: #333 !important;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    width: 250px !important;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
    border: 1px solid #eae9e9 !important;
    text-align: right !important;
}
/*.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
    content: '';
    position: absolute;
    top: -9px;
    left: 30px;
    display: block;
}*/
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav > li {
	text-align: right !important;
	margin: 0 !important;
	padding: 0 !important;
}
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav > li > span, 
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav > li > a {
    text-align: right !important;
    display: block !important;
    padding: 10px !important;
    border-bottom: solid 1px #eee !important;
    font-size: 12px !important;
	transition: none ;
	cursor: pointer !important;
}
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav > li:last-child > span, 
.user-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 div.floatck ul.menu.nav > li:last-child > a {
	border: none !important;
} 
/**/ 
.btm_header_box{
	width: 100%;
	float: right;
}
.top_menu{
	float: left;
}
/**/ 
.top_menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck {
	z-index:10 !important;
}
.top_menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1{
    cursor: pointer;
    left: 0;
    padding:0;
    position: relative !important;
    transition: all 0.5s linear 0s;
	font-size:13px;
	display: inline-block!important;
	margin-left: 10px;
	float: left !important;
}
.top_menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1.first{
	padding-left: 10px;
}
.top_menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1.first:after{
	content: '';
    background: #b8b8b8;
    height: 15px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 5px;
}

.top_menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a, 
.top_menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator{
	position: relative !important;
	padding-left: 25px !important; 
}
.top_menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > a::after, 
.top_menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.parent > span.separator::after {
    content: "\e874" !important;
    position: absolute !important;
    left: 17px !important;
    top: 0 !important;
    font-family: Linearicons-Free;
    color: #fff;
    background: none !important;
    border: none !important;
    font-size: 9px;
}
.top_menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator {
	padding: 0 !important;
}   
.top_menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 > span{ 
    display: block;
    text-align: right;
	padding:0 !important;  
	color: #fff;	
} 
.top_menu div[id*="maximenuck"] ul.maximenuck2 div.maximenuck_mod .profile-button a{
	padding:12px 30px !important;
} 
.top_menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 div.floatck{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
    left: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 31px !important;
    width: 300px !important; 
} 

.top_menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main{
	width: 100% !important;
}
.top_menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main .maximenuck2{
	width: 100% !important;
}
/*.top_menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck:nth-child(4) > div.floatck{
	display:block !important;
}*/
/******************************************************************************************
									wishlist & compare module
******************************************************************************************/
.wishlist_mod{
	float: left;
}

 
.compare_mod{
	float: left;
}
.vme-mod-wishlist ,
.vme-mod-compare{
	border: 1px solid #eae9e9 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 2px !important;
	background: #fff !important;
	font-size: 13px !important;
	width: 100%;
	float: right;
}
.vme-mod-contents{
	width: 100%;
	float: right;	 
}
.vme-mod-wishlist .vme-mod-header,
.vme-mod-compare .vme-mod-header{
	background: #f4f4f4;
	padding: 10px;
	text-align: right ;
	border-bottom: solid 1px #ddd;
}
.vme-mod-wishlist .vme-mod-header.empty,
.vme-mod-compare .vme-mod-header.empty{
	background: none;
	border: none;
	padding: 20px !important;
	text-align: center;
}
.vme-mod-contents .vme-products{
	width: 100%;
	float: right;	
	padding:0 10px ; 
}
.vme-mod-contents .vme-product-row{
	width: 100%;
	float: right;	
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.vme-mod-contents .vme-product-row:last-child{
	border: none;
}
.vme-mod-contents .vme-product-row .image_box{
	width: 25%;
	float: right;
	padding: 0 !important;
}
.vme-mod-contents .vme-product-row .info_box{
	width: 75%;
	float: right;
	padding-left: 20px;
}
.vme-mod-contents .vme-product-row .info_box .mod-product-name{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}
.vme-mod-contents .vme-product-row .info_box .mod-product-price{
	color: #4caf50;
}
.vme-mod-contents .vme-product-row .info_box .vme-remove-btn{
	position: absolute;
	left: 0;
	top: 5px; 
    font-size: 17px !important;
	opacity: 1 !important;
} 
.vme-footer{
	width: 100%;
	float: right;	
	padding:0 10px 10px !important;
	text-align: center !important;
}
.vme-footer .btn-vme-text{
    float: none !important; 
    border-radius: 2px !important;
    padding: 6px 15px !important;
	height: auto !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: normal !important;
	color: #fff !important;
}
.vme-success .vme-message-content {
    font-size: 14px !important;
    line-height: 25px !important;
    border-radius: 2px !important;
}
.vme-message-close {
    left: 8px;
	right: auto !important;
    font-size: 20px;
}
/******************************************************************************************
									cart module
******************************************************************************************/
.vmCartModule{
	float: left;
}
.sj-minicart-pro {  
    height: 50px;
    margin-top: 15px !important;
}
.sj-minicart-pro .mc-wrap{
	float: left !important;
	height: auto !important;
}
.sj-minicart-pro .mc-header{
	color: #333 !important;
	height: 50px !important;	
	z-index: 1 !important;
}
.sj-minicart-pro .mc-header .mc-yourcart{
	background: none !important;
	padding: 0 !important;
}
.sj-minicart-pro .mc-header .mc-yourcart .cart-icon {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	margin-left: 3px;
}
.sj-minicart-pro .mc-header .mc-yourcart .cart-icon i{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 60% 0;;
}
.sj-minicart-pro .mc-header .mc-yourcart .cart-icon span {
	position: absolute;
	top: 2px;
	width: 20px;
	height: 20px;
	font-size: 11px;
	background-color: #eb3e32;
	text-align: center;
	line-height: 20px;
	color: #fff;
	border-radius: 100%;
	right: 0px;
}
.sj-minicart-pro .mc-wrap .mc-totalprice{
	display: block !important;
    background: none !important;
    border: none !important;
    float: right !important;
    line-height: normal !important;
    height: 40px;
    padding: 10px 0 0 20px !important;
    position: relative;
	font-size: 0 !important;
}
.sj-minicart-pro .mc-wrap .mc-totalprice strong{
	font-size: 14px !important;
    color: #333 !important;
}
.sj-minicart-pro .mc-wrap .mc-totalprice:after{
	position: absolute;
    content: "\e874";
    font-family: 'Linearicons-Free';
    font-size: 12px;
    top: 17px;
    left: 0;
}
.sj-minicart-pro .mc-content{  
    border: 1px solid #eae9e9 !important; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
    border-radius: 2px !important;
	z-index: 9999 !important; 
}
/*.sj-minicart-pro .mc-content:before { 
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent; 
	border-bottom: 10px solid; 
	content: '';
	position: absolute;
	top: -12px;
	left: 30px;
	display: block;
}*/
.sj-minicart-pro.mc-cart-empty .mc-empty {
    display: block;
    background: none !important;
    padding: 20px!important;
    line-height: normal!important;
    height: auto!important;
    font-size: 13px!important;
    color: #333!important;
	min-width: 250px;
	text-align: center;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-top{
	height: auto !important;
	background: #f4f4f4 !important;
	border-bottom: solid 1px #ddd;
	padding: 0 10px 10px !important;
	float: right;
	width: 100%;
	margin-bottom: 0 !important;
} 
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-header-title {
	padding-top: 10px;
    color: #333 !important;
    font-size: 16px !important;
    float: right;
	line-height: normal !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-update-btn, 
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-clean-btn{
	background: #eaeaea !important;
    border-radius: 2px !important;
    float: left !important;
    margin: 8px 10px 0 0 !important;
    padding: 5px 0 0 !important;
    width: 35px;
    height: 31px !important;
    text-align: center;
    font-size: 20px !important;
    color: #555 !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-list{
	float: right;
	width: 100%;
	margin: 0 !important;
	padding: 0 10px !important;
}
.sj-minicart-pro .mc-list .mc-product-inner{
	margin: 0 !important;
	border-bottom: solid 1px #eee !important;
	padding: 10px 0 !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-image {
    float: right !important;
    margin: 0 !important;
	width: 25%;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-image img{
    float: right !important;
    margin: 0 !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute{
    float: right !important;
    margin: 0 !important;
	width: 75%;
	padding-left: 20px !important;
	position: relative;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .mc-remove{ 
	position: absolute;
    left: 0;
    top: 0;
    background: none !important;
    right: auto !important;
    font-size: 17px;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr{
	width: 100%;
	float: right;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-name{
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-name a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-price{
	color: #4caf50 !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .label{
	float: right;
	display: inline-block !important;
	padding: 10px 0 0 10px!important;
	font-size: 12px !important;
	font-weight: normal !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-control{
	float: right;
	display: inline-block !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-control input{
	height: 30px;
	width: 60px !important;
	border-radius: 0 !important;
	float: right !important;
	text-align: center;
	border-right: none !important;
	border-left: none !important;
	border-top: solid 1px #eee !important;
	border-bottom: solid 1px #eee !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-minus, 
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-plus{
	display: inline-block;
	position: relative;
	background: #f4f4f4 !important;
	margin: 0 !important;
	width: 30px !important;
	height: 30px !important;
	border: solid 1px #eee !important;
	float: right;
	border-radius: 0 !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-minus:after, 
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-plus:after{
	display: inline-block !important;
    width: 15px !important;
    height: 10px !important;
    background: url('../images/baqqali.png') no-repeat !important;
    background-position: 61% -45px !important;
    content: "";
    position: absolute;
	top: 8px;
	right: 6px;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-quantity .quantity-plus:after{
	height: 16px !important;
    background-position: 61% -56px !important;
    top: 7px;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer{
	width: 100%;
	float: right;
	margin: 0 !important;
	padding: 0 10px 10px !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-totalprice-footer{
	width: 100%;
    float: right;
    display: block;
    text-align: right !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0 0 10px !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-totalprice-footer strong{
	float: left;
	font-size: 14px !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .footer_btns{
	width: 100%;
    float: right;	
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .footer_btns .mc-gotocart{
    float: left !important;
    background: #4CAF50 !important;
    border-radius: 2px !important;
    padding: 6px 15px !important;
	height: auto !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: normal !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .footer_btns .mc-checkout-footer{
	float: right !important;
    background: #039BE5 !important;
    border-radius: 2px !important;
    padding: 6px 15px !important;
	height: auto !important;
	font-size: 13px !important;
	color: #fff;
	font-weight: normal !important;
	line-height: normal !important;
}
/******************************************************************************************
									CONTACT TOP
******************************************************************************************/
.top_contact{
	float: right;
}
.top_contact .jm_contact_horizontal {  
	width: 100%;
	float: right;
}
.top_contact .jm_contact_horizontal > div{
	float: right;
	color: #fff;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
	top: 3px;
}
.top_contact .jm_contact_horizontal > div:last-child{
	padding: 0;
	margin: 0;
}
.top_contact .jm_contact_horizontal > div:after{
	content: '';
    background: #b8b8b8;
    height: 15px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 3px;
}
.top_contact .jm_contact_horizontal > div:last-child:after{
	display: none;
}
.top_contact .each_contact_icon{
	float: right;
}
.top_contact .jm_contact > div span{
	font-size: 22px;
    position: relative;
    top: -3px;
    margin-left: 9px;
}
.top_contact .each_contact_text{ 
	float:right;
	text-align: right;
	font-size: 13px;
}
.top_contact .text_sub{
	color: #999;
	margin-bottom: 5px;
	font-size: 13px;
}
.top_contact .jm_contact_email p{
	margin: 0;
}
.top_contact .jm_contact_email a {
    width: 22px;
    height: 22px;
	display: inline-block;
	margin-left: 8px;
    background: #c0c0c0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.top_contact .jm_contact_email a:hover{
	background: #666;
}
.top_contact .jm_contact_email a i{
	position: relative;
	top: 3px;
	right: 2px;
} 
/**/
.jm_contact_vertical > div{
	margin-bottom: 20px;
    float: right;
    width: 100%;
    color: #fff;
    position: relative;
    padding-right: 35px;
}
.jm_contact_vertical .each_contact_icon {
    float: right;
    font-size: 25px;
    margin-left: 10px;
    color: #cacaca;
    position: absolute;
    top: -4px;
    right: 0;
} 
/******************************************************************************************
										SEARCH
******************************************************************************************/
.search_box{  
	position: relative;
}
.search_box [id*="offlajn-ajax-search"] {
	width:100% !important;
	padding-top: 10px;
}
.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;
	color:#888 !important;
	height:55px !important;
	border-radius: 2px !important ;
	padding-right:160px !important;
	padding-left: 55px !important;
	transition:all linear 0.3s;
	font-size: 12px !important;
}
.search_box input[id*="search-area"]:focus{
	border:solid 1px #ddd  !important;
}
.search_box input[id*="suggestion-area"]{
	height:55px !important;
	border-radius: 2px !important ;
	padding-right:190px !important;
}
.search_box [id*=search-form] .category-chooser ,
.search_box [id*=search-form] .category-chooser.opened{
    border: solid 1px #ddd  !important;
    border-left: none  !important;
    box-shadow: none !important;
    color: #9da3b1;
    cursor: pointer;
    height: 55px !important;
    padding: 4px 10px !important;
    right: 0 !important;
    top: 0 !important;
    width: 150px !important;
	background: #f4f4f4 !important;
	border-radius: 0 2px 2px 0 !important;
}
.search_box [id*=search-form] .category-chooser:before{ 
	content:'پیشرفته جستجو کنید';
	font-size: 12px;
	position: absolute;
    right: 10px;
	top: 17px;
}
.search_box [id*=search-form] .category-chooser .arrow{
	float:left;
}
[id*=search-form] .category-chooser .arrow{
	background:none !important;
	width:auto !important;
}
[id*=search-form] .category-chooser .arrow::before {
    content:"\e874";
	font-family:'Linearicons-Free'; 
    font-size: 12px;
    position: relative;
    top: 14px;
}  
.search_box [id*=ajax-search-button]{
	border-left:none !important; 
}
.search_box [id*=ajax-search-button] .magnifier{
	background:none !important; 
}

.search_box [id*="ajax-search-button"] .magnifier::before {
    background: none;
    border-radius: 2px 0 0 2px !important;
    color: #fff;
    content: "\e86f";
    display: block;
    font-family: "Linearicons-Free";
    font-size: 22px;
    height: 55px;
    left: 1px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 55px;
}
 [id*="search-categories"] {
    background: #666 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 0 2px 2px;
}  
[id*=search-categories] .search-categories-inner div{
	background:url(../images/unselected.png) no-repeat !important;
	border-bottom:1px solid #555 !important;
	color:#fff !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;
	font-family:"bodyfont" !important;
	font-size: 12px !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;
}
/**/
.search_box > [id*=search-results]{
    left: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 40px !important;
	z-index:9000 !important;
}
.search_box > [id*=search-results] .pagination{
	padding: 0 !important;
	margin: 0 !important;
}
[id*=search-results-moovable],
[id*=search-results] .page-container{
	height:330px !important;
} 
[id*=search-form] [id*=search-area-close] {
    margin-top: 11px !important;
    right: -8px !important;
    z-index: 9001 !important;
}
[id*=search-results] .plugin-title .plugin-title-inner{
	font-family:"bodyfont" !important;
	padding:10px 35px 10px 10px !important ;
	font-weight:normal !important;
	font-size:13px !important;
}
[id*=search-results] .plugin-title .pagination{
	margin:17px 0 0 2px !important;
	padding: 0;
	background: none;
}
[id*=search-results] .result-element{
	border-top: 1px solid #ddd !important;
    height: 70px !important;
    padding: 5px !important;
}
[id*=search-results] .result-element img {
    float: right !important;
    padding: 0 !important;
    width: 20% !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:80% !important;
	line-height:normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
[id*=search-results] .result-element span.small-desc {
    font-family: bodyfont !important;
    font-size: 12px !important;
	margin-top: 5px;
    font-weight: normal !important;
    line-height: 20px !important;
    text-shadow: none !important;
}
[id*=search-results] .no-result{
	font-weight:normal !important;
	font-size:13px !important;
}
/**********/
.vm_search{
	display: none;
}
.vm_search form{
	width: 100%; 
	float: right;
	margin-top: 15px;
}
.vm_search form .search{
	width: 100%; 
	float: right; 
	position: relative;
}
.vm_search form .search input{
	width: 100%;
	padding-left: 45px;
	height: 45px;
}
.vm_search form .search .button{
	position: absolute;
	left: 0;
	top: 0;
	height: 45px;
	width: 45px;
	border: none;
	color: #fff;
    font-size: 18px !important;
    padding: 0 !important;
    border-radius: 2px 0 0 2px !important;
}
.vm_search form .search .button span{
	position: relative;
    right: 2px;
    top: 2px;
}
/******************************************************************************************
									EDIT MODULES ICON
******************************************************************************************/
.btn.jmodedit{
	width:35px !important;
	height:35px !important;
	padding:0 !important;
	background:#ec2327; 
	display: none !important;
}
.jmodedit::after{
	font-family:Linearicons-Free;
	content:"\e802";
    position: relative;
    top: 2px;
	font-size:20px;
}
/******************************************************************************************
									pagination
******************************************************************************************/
.pagination{
	margin:10px 0 !important;
	background:#fff;
	display:block !important;
	float:none !important; 
	width:100%;
	border-radius:0 !important;
	padding:10px;
}
.list-footer.pagination{
	padding: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	text-align: center;
}
.list-footer.pagination .limit{
	margin-top: 10px;
}
.list-footer.pagination > span,
.list-footer.pagination > a{
	border: 1px solid #ddd;
	display:inline-block;
    font-size: 13px;
    height: 38px;
    width: 40px;
    text-align: center;
	position:relative;
	padding-top:9px; 
	margin: 10px 0 5px 5px ;
	color: #888;
	border-radius: 2px;
	transition: all linear 0.3s;
}
.list-footer.pagination > a:hover{
	background: #ddd;
}
.list-footer.pagination .pagenav.pagenav_text{
	display: none;
} 
.list-footer .counter{
	color: #888;
	display: block;
	margin-top: 10px;
}
.pagination.white_bg{
	margin:20px 0 10px !important;
	clear:both;
	display:inline !important;
	float:right !important;
}
.pagination > ul{
	list-style:none;
	text-align:center; 
	margin:0;
}
.pagination > ul li{
	display:inline-block;
	float: right;
    height: 35px;
    width: 35px;
    margin-left: 10px;
} 
.pagination > ul li:last-child{
	margin-left:0 ;
}
.pagination > ul li > span,
.pagination > ul li > a{
	border: 1px solid #ddd;
	display:inline-block;
    font-size: 13px;
    height: 35px;
    width: 35px;
    text-align: center;
	position:relative;
	padding-top:9px;  
} 
.pagination > ul li > span{
	color:#888;
}
.pagination > ul li[class*="pagination"] > span,
.pagination > ul li[class*="pagination"] > a{
    font-size: 0; 
	display: block; 
} 
.pagination > ul li[class*="pagination"] > span::before,
.pagination > ul li[class*="pagination"] > a::before {
    font-family: Linearicons-Free;
    font-size: 16px;
	position:absolute;
	right:10px;
	top:5px;
}
.pagination > ul li.pagination-start > span::after,
.pagination > ul li.pagination-start > a::after {
    content:  "\e876"; 
    font-family: Linearicons-Free;
    font-size: 16px;
	position:absolute;
	right:8px;
	top:5px;
}
.pagination > ul li.pagination-start > span::before,
.pagination > ul li.pagination-start > a::before {
    content:  "\e876";
	right:12px;
}
.pagination > ul li.pagination-prev > span::before,
.pagination > ul li.pagination-prev > a::before {
    content:  "\e876";
}
.pagination > ul li.pagination-next > span::before,
.pagination > ul li.pagination-next > a::before {
    content:  "\e875";
}
.pagination > ul li.pagination-end > span::before,
.pagination > ul li.pagination-end > a::before{
    content:  "\e875";
    font-family: Linearicons-Free;
    font-size: 16px;
	right:12px;
}
.pagination > ul li.pagination-end > span::after,
.pagination > ul li.pagination-end > a::after{
    content:  "\e875";
    font-family: Linearicons-Free;
    font-size: 16px;
	right:8px;
	position:absolute; 
	top:5px;
}
.pagination .blog_counter{
    color: #888;
    display: none;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 11px;
    text-align: center;
}
/**/
.item-page ul.pager.pagenav{
	display:none;
}

/******************************************************************************************
									SYSTEM MESSAGE
******************************************************************************************/
.alert{
	position:relative;
	padding:0 32px 0px !important;
	border-radius: 2px !important;
    float: right !important;
    width: 100%;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	border:none !important;
	min-height:50px;
}
.alert .close {
    color: #fff !important;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 14px;
}
.alert h4 {
    float: right;
    font-size: 14px;
    margin: 0 0 0 10px !important;
    padding:15px 10px !important;
}
.alert::before {
    content: "\e8a9";
    font-family: Linearicons-Free;
    font-size: 19px;
    margin-left: 5px;
    position: absolute;
    right: 9px;
    top: 9px;
}
.alert > div {
    float: right;
    font-size: 12px;
    padding-top: 21px;
}
.alert-error{
	background:#FF5722;
}
#system-message > .alert-message{
	background:#4CAF50;
}

/******************************************************************************************
									breadcrumb
******************************************************************************************/
.container.breadcrumbs {
    margin-top: 20px;
	margin-bottom:10px;
}
.breadcrumb_section{
	margin: 0 0 15px;
}
.breadcrumb {
	background:none !important;
	border-radius:0 !important;
    margin-bottom: 0;
    padding:0 !important;
}
.breadcrumb > li {
    display: inline-block !important;
    position: relative;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 0 23px 0 8px !important;
    margin-left: 3px !important;
    height: 25px;
} 
.breadcrumb > li a,
.breadcrumb > li span{
	transition:all linear 0.3s;
	color: #666;
    display: block;
    min-width: 24px;
    position: relative;
	line-height: 23px;
	font-size: 12px;
	height: 25px;
	overflow: hidden;
}
.breadcrumb > li:first-child.active{
	display: none !important;
}
.breadcrumb > li + li::before{	
	border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 18px;
	right: -9px;
}
.breadcrumb > li.first_li{
	border-right: solid 1px #ddd;
	padding-right: 8px !important; 
}
.breadcrumb > li.first_li::before{
	display: none ;
}
.breadcrumb > li + li::after{
	border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 18px;
	left: -9px;
}
.breadcrumb > .active::after{
	content:"" !important;
}
.breadcrumb > .active{
	color:#999 !important;
}
 
/******************************************************************************************
									slideshow
******************************************************************************************/
.jm_slideshow{
    box-sizing: border-box;
	border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);	
	margin-bottom: 20px;
	width: 100%;
	float: right;
}
.jm_slideshow .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 30px;
    margin: 0 !important;
}
.jm_slideshow img{
	border-radius: 2px;
}
.jm_slideshow .owl-theme .owl-dots .owl-dot span {
    width: 26px;
    height: 3px;
    margin: 3px;
    background: #111;  
    border-radius: 0;
	opacity: 0.4;
}
.jm_slideshow .owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
}
.jm_slideshow .owl-nav{
	margin: 0;
	position: absolute;
	left: 5px;
	top: 5px;
}
.jm_slideshow .owl-theme .owl-nav [class*="owl-"]{
	border-radius: 50%;
    background: none;
    border: solid 1px #fff;
    margin: 3px;
    padding-top: 7px;
    width: 32px;
    height: 32px;
}


/******************************************************************************************
									sidebar_categories
******************************************************************************************/
.style1_module{
	border: solid 1px #dae2e6;
	border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
	width: 100%;
	float: right;
	margin-bottom: 10px;
}
.style1_module h3{
	border-bottom: solid 1px #dae2e6;
	background: #f4f4f4;
	margin: 0;
	padding:10px 15px;
	font-size: 16px;
	line-height: normal;
}
.sidebar_categories li{
	border-bottom: solid 1px #dae2e6;
	transition: all linear 0.3s;
}
.sidebar_categories li:hover{
	
}
.sidebar_categories li:last-child{
	border: none;
}
.sidebar_categories li a{
	padding:0 ;
	transition: all linear 0.3s;
	display: block;
	color: #666;
}
.sidebar_categories li:hover a{
	background: none;
}
.sidebar_categories li a > span{
    display: block;
}
.sidebar_categories li a > span .image-title{
	display: inline-block;
	position: relative;
	right: 0;
	transition: all linear 0.3s;
}
.sidebar_categories li:hover .image-title{
	right: 5px;
}
.sidebar_categories li img {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
	padding: 5px;
	border-left: solid 1px #dae2e6;
}

/******************************************************************************************
								social network
******************************************************************************************/
.right_info{ 
	border: solid 1px #dae2e6;
	border-radius: 2px;
	background-color: #fff;
	margin-bottom: 20px;
	width: 100%;
	float: right;
	padding-bottom: 10px;
}
.right_info .module-contents{  	
	width: 100%;
	float: right;
	padding: 0 10px;
}

.right_info h3 {
    border-bottom: solid 1px #dae2e6;
    background: #f4f4f4;
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
}
.jm_social_network{
	text-align: center;
	padding: 10px 0 5px;
	width: 100%;
	float: right;
}
.jm_social_network a {
	display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    color: #555555;
    font-size: 18px;
    border-radius: 2px;
    transition: 0.2s;
    margin-left: 5px;
    position: relative;
    background: #EFEFEF;
	
}
.jm_social_network a:hover{
	color: #fff;
}
.jm_social_network a:last-child{
	margin: 0;
}
.jm_social_network a span{
    content: "";
    position: absolute;	
	top: 10px;
	right: 8px;
	width: 25px;
	height: 25px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 99% -86px;
}
.jm_social_network a span.google-plus{ 
    background-position: 99% -111px;
}
.jm_social_network a span.instagram{ 
    background-position: 99% -137px;
}
.jm_social_network a span.twitter{ 
    background-position: 99% -159px;
}
.jm_social_network a span.facebook{ 
    background-position: 99% -184px;
}
/******************************************************************************************
								newsletter
******************************************************************************************/
.acymailing_module{
	width: 100%;
	background: #EFEFEF;
	float: right;
}
.acymailing_module .acymailing_module_form{
	padding: 15px 0 !important;
}
.acymailing_module .acymailing_module_form h4{
	text-align: center;
    font-size: 15px;
    margin: 0;
    padding: 5px 10px  ;
    line-height: normal;
}
.acymailing_module .acymailing_module_form h4 span{
	margin-left: 5px;
    font-size: 21px;
    position: relative;
    top: 4px;
}
.acymailing_module_form .acymailing_introtext{
	text-align: center;
	color: #666;
	margin-bottom: 15px !important;
}
.acymailing_module_form .acymailing_form{
	padding: 0 10px !important;
} 
.acymailing_module_form .acymailing_form .acyfield_email input{
	height: 42px;	
}
.acymailing_module_form .acymailing_form .acysubbuttons{
	margin-bottom: 0 !important;
}
.acymailing_module_form .acymailing_form  input.button {
	width: 100%;
    color: #fff;
    padding: 10px !important;
    border: none;
	display: block;
    border-radius: 2px !important;
    height: auto !important;
}
/******************************************************************************************
									jm_services
******************************************************************************************/
.jm_services_horizontal {
	width: 100%;
    float: right;
    padding: 15px 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 20px;
}
.jm_services_horizontal ul{
	padding: 0 20px;
	width: 100%;
	float: right;
}
.jm_services_horizontal li{
	padding: 0px 0px 0px 20px;
}
.jm_services_horizontal li:last-child{
	padding-left: 0;
}
.jm_services_horizontal li a{
	position: relative;
	padding: 10px 60px 10px 5px;
	display: block; 
}
.jm_services_horizontal li:last-child a{ 
	border-left:none;
}
.jm_services_horizontal li a .icon{
	position: absolute;
	right: 0;
	top: 12px;
    width: 55px;
    height: 35px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 100% -214px;
}
.jm_services_horizontal li a .icon.return{ 
	background-position: 100% -253px;
    height: 39px;
}
.jm_services_horizontal li a .icon.payment{ 
	height: 48px;
    background-position:100% -294px; 
	top: 5px;
} 
.jm_services_horizontal li a .icon.gifts{ 
    background-position:100% -349px;  
} 
.jm_services_horizontal li a .info{
	display: inline-block;
}
.jm_services_horizontal li a .title{
	margin-bottom: 2px;
	font-size: 14px;
}
.jm_services_horizontal li a .desc{
	color: #999;
	font-size: 11px;
}
/**/
.style3_module {
	margin-bottom: 20px;
}
.style3_module h3{
	position: relative;
	text-align: center;
}
.style3_module h3::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    top: 50%;
    left: 0;
}
.style3_module h3 span {
    position: relative;
    background: #F2F3F7;
    padding: 0 25px;
	letter-spacing: 1px;
}
/**/

.jm_services_vertical ul{
	padding: 0 20px;
	width: 100%;
	float: right;
}
.jm_services_vertical li{
	padding:5px;
} 
.jm_services_vertical li a{
	position: relative;
    padding: 6px;
    display: block;
    text-align: center;
    width: 100%;
    float: right;
}
.jm_services_vertical li:last-child a{ 
	border-left:none;
}
.jm_services_vertical li a .icon{
	width: 60px;
    height: 60px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 77% 0;
    display: inline-block;
    margin-bottom: 10px;
}
.jm_services_vertical li a .icon.best_shipping{ 
	width: 67px;
    background-position: 77% -61px;
}
.jm_services_vertical li a .icon.best_return{ 
    background-position: 77% -127px;
} 
.jm_services_vertical li a .icon.best_payment{ 
	    background-position: 77% -188px;
} 
.jm_services_vertical li a .info{
	display: inline-block;
	width: 100%;
	float: right;
}
.jm_services_vertical li a .title{
	margin-bottom: 10px;
	font-size: 14px;
}
.jm_services_vertical li a .desc{
	color: #888;
    line-height: 23px;
}
/******************************************************************
					 contact us   
******************************************************************/
.contact_us{
	width: 100%;
	float: right;
}
.contact_main_form{
	width: 100%;
	float: right;
	padding: 15px;
	margin-bottom: 15px;
}
.contact_main_form h3{
	text-align: center;
	color: #333;
	font-size: 17px;
	margin: 10px 0;
}
.contact_main_form h5{
	text-align: center;
	color: #aaa;
	font-size: 14px;
}
.contact-form .control-group:first-child,
.contact-form .control-group:nth-child(2),
.contact-form .control-group:nth-child(3){
	width: 33.33%;
	float: right;
	padding: 0 10px;
}
.contact-form .control-group.Textarea,
.contact-form .control-group.Captcha{
	width: 100%;
	float: right;
	padding: 0 10px;
} 
.contact-form form label {
    color: #666;
    margin-bottom: 10px;
    padding: 0;
	text-align: right;
}
.contact-form form input ,
.contact-form form select {
    width: 100%;
}
.contact-form form textarea{
	width: 100%;
	height: 150px;
	resize: vertical;
}
.checkbox_box{
	width: 50%;
	float: right;
	padding-right: 10px;
}
.button_box{
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 10px;
}
.contact_us_box{
	width: 100%;
	float: right;
	padding: 15px;
	margin-bottom: 15px;
}
 
.contact_us_box h3 {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    color: #6d717a;
    font-size: 16px; 
    padding: 10px;
    text-align: center;
	margin: 0;
}
.contact_moreinfo_text{
    border: 1px solid #eaeaea;
	border-top: none;
	padding: 20px;
	line-height: 22px;
	text-align: justify;
}
.contact_moreinfo_text p{
	margin: 0 !important;
}
.contact_info{
    border: 1px solid #eaeaea;
	border-top: none;
	padding: 20px;	
}
.contact_info li {
    margin-bottom: 15px;
    padding-right: 33px;
    position: relative;
}
.contact_info li:last-child{
	margin: 0;
}
.contact_info li span{
	display: inline-block;	
    color: #666;
}
.contact_info li span.lnr {
    font-size: 21px;
    position: absolute;
    right: 0;
	color: #888;
    top: -4px;
}
.contact_info li div{
	display: inline-block;
}


/******************************************************************
					blog 
******************************************************************/
.blog_info{
	padding: 15px;
	margin-bottom: 15px;
}
.blog_info h1 {
    font-size: 20px;
    margin: 0;
}
.blog_info > p {
    line-height: 25px;
}
.each_blog{
    box-sizing: border-box;
	border: solid 1px #dae2e6;
	border-radius: 2px;
    background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
}
.blog_intro_image{
	width: 100%;
	float:right;
	margin-bottom: 10px;
}
.blog_intro_image img{
	border-radius: 2px;
}
.blog_intro_info{
	width: 100%;
	float:right; 
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.each_blog h3 {
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: right;
}
.each_blog h3 a { 
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each_blog .blog_intro_info span{
	color: #666;
	font-size: 12px;
	display: inline-block;
}
.each_blog .blog_intro_info > div{
	float: left;
}
.each_blog .blog_introtext {
    width: 100%;
    float: right;
    line-height: 23px;
    color: #777;
	margin-bottom: 10px;
}
.each_blog .read_more{
	padding: 5px 10px;
	border: solid 1px #ddd;
	border-radius: 2px;
	display: inline-block;
}
.each_blog .read_more:hover{
	color: #fff;
}
.each_blog .each_blog_vote a{
	transition: none;
}
.each_blog .each_blog_vote .extravote-info{
	display: none;
}
/******************************************************************
					    item page 
******************************************************************/
.item-page{
	padding: 15px;
	margin-bottom: 15px;
}
.item-page .text{
	line-height: 22px;
}
.item_page_header {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
	position: relative;
	width: 100%;
	float: right;
}
.item_page_header h3 {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 5px;
} 
.item_page_header > div > span:first-child {
    margin-left: 25px;
}
.item_page_header > div > span {
    color: #aaa;
    font-size: 12px;
}
.item-page img{
	border-radius: 2px;
}
.blog_print_email {
    left: 0;
    position: absolute;
    top: 0;
}
.blog_print_email .icons > div{
	float:right;
	margin-right: 12px;
}
.blog_print_email .blog_print_icon a,
.blog_print_email .blog_email_icon a{
	font-size: 0;
}
.blog_print_email .blog_print_icon span:before {
	content:"\e81c";
	font-family: Linearicons-Free;
	color:#888;
	font-size: 18px;
    position: relative;
    top: 5px;
}
.blog_print_email .blog_email_icon span:before {
	content:"\e818";
	font-family: Linearicons-Free;
	color:#888;
	font-size: 21px;
}

.pull-left.item-image{
	float: right !important;
	width: 100% !important;
}
.pull-left.item-image img{
	border-radius: 2px;
	max-width: 100%;
}
.article_introtext {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 4px;
    border-right: 4px solid #ffa507;
    color: #494949;
    font-size: 13px;
    line-height: 25px;
    margin: 22px 0;
    padding: 20px;
	float: right !important;
	width: 100% !important;
}
.article_fulltext { 
	float: right !important;
	width: 100% !important;
}
 
.article_introtext p{
	margin: 0;
}
.item_page_footer{
	border-top: 1px solid #eee;
	padding-top: 10px;
	float: right !important;
	width: 100% !important;
}
.article_vote{
	float: left;
}
.article_vote a{
	transition: none;
}
.article_vote .extravote span{
	float:left;
}
.article_vote .extravote .extravote-info{
	margin-left: 5px !important;
	color: #888;
}
.article_more_info{
	float: right;
	padding-top: 3px;
}
.article_more_info > a { 
    margin-right: 16px;
}
.item-page ul{
	padding: 0 40px 0 0 !important;
}
.item-page li{
	list-style: initial !important;
}
.itemTags_Block{
	margin-bottom: 15px;
}
.itemTags_Block a {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #83868a;
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
    margin: 5px 0 0 5px;
    padding: 0 10px;
    transition: all 0.2s ease-in-out 0s;
}
.itemTags_Block a:hover{
	background: #fff;
}
.article_resource {
    border-top: 1px solid #eee;
    float: right;
    margin-bottom: 4px;
    padding-top: 10px;
    width: 100%;
} 
.article_author_box {
	width: 100%;
	float: right;
    background-color: #fff;
    border: 1px solid #f0f1f2;
    border-radius: 4px;
    box-shadow: 0 2px 2px #edeef0;
    margin-bottom: 15px;
    overflow: hidden;
}
.article_author_header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    margin-bottom: 0;
    padding-right: 15px;
}
.article_author_header h3 {
    border-bottom: 2px solid;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
}
.article_author_content {
    float: right;
    padding: 15px;
    width: 100%;
}
.article_author_content img {
    border: 1px solid #ddd;
    border-radius: 2px;
    float: right;
    margin-left: 10px;
    max-width: 110px;
    padding: 9px;
}
.article_author_content h4 {
    color: #333;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
}
.article_author_content p{
	line-height: 25px;
	margin: 0;
	color: #8e8e8e;
}

.index_article {
    padding:25px;
	margin: 0;
}
.index_article h3{
	margin-bottom: 15px;
	font-size: 18px;
}


/******************************************************************
					    jm_tag 
******************************************************************/
.jm_tag form,
.jm_tag .pagination{
	width: 100%;
	float: right !important;
}
.jm_tag .pagination{
	margin-top: 5px !important;
}
.jm_tag fieldset{
	margin-bottom: 15px;
	width: 100%;
	float: right;
	padding: 15px !important;
	overflow: visible !important;
}
.jm_tag fieldset .col-lg-10 label {
    float: right;
    margin: 12px 0 0 10px;
    color: #333;
}
.jm_tag fieldset .col-lg-10 input{
	float: right;
	height: 40px;
}
.jm_tag fieldset button {
    height: 40px !important;
    float: right;
    margin-right: 5px;
}
.jm_tag fieldset button .lnr{
	right:  auto !important;
	font-size: 18px;
}
.jm_tag #limit_chzn{
	text-align: center !important;
	width: 70px !important;
}
.jm_tag .list-striped{
	margin-bottom: 15px;
	width: 100%;
	float: right;	
	padding:10px 25px;
}
.jm_tag .list-striped li{
	border-bottom: solid 1px #eee;
}
.jm_tag .list-striped li:last-child{
	border: none;
}
.jm_tag .list-striped li h3{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 14px;
}
.jm_tag .list-striped li h3 a{
	padding: 15px 0;
	display: block;
}
.jm_tag .list-striped li .type_alias {
    display: inline-block;
    background: #3b8ced;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
	width: 60px;
	text-align: center;
}
.jm_tag .list-striped li .type_alias.yellow {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.jm_tag .list-striped li .type_alias.blue{
	background: #cce5ff;
	color: #004085;
	border-color: #b8daff;
}
.jm_tag #limit_chzn a.chzn-single{
	border:1px solid #dfe5e8 !important;
    border-radius: 2px;
    box-shadow: none;
    color: #888;
    cursor: pointer;
    font-size: 12px;
    height: 40px !important;
    line-height: normal;
    margin: 0;
    padding: 5px 5px 0 40px !important;
    position: relative;
	background:#fafbfc url(../images/select-option.png) no-repeat !important;
	background-position:7% center !important;
	background-size: 12px !important;
} 
.jm_tag #limit_chzn a.chzn-single div{
	display: none !important;
}

.jm_tag #limit_chzn a.chzn-single span{
	margin: 0 !important; 
}
/******************************************************************************************
									search component
******************************************************************************************/
.searchForm {
	margin-bottom:15px
}
.searchForm .search_header{
	margin-bottom:25px
}
#searchForm{
	padding:15px
}
.com_search .searchForm .btn-toolbar{
    width:70%;
    margin:0 auto !important;
}
.com_search .searchForm .btn-toolbar input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    padding: 10px ;
    width: 75%;
	background:#fff;
	margin-left:5px;
}
.com_search .searchForm .btn-toolbar .btn{
	float:left !important;
	border:none;
	padding:8px 30px;
	margin-left:0;
	transition:all linear 0.3s;
}
.com_search .searchForm .btn-toolbar .btn span{
	color:#fff;
	font-size:21px;
}
.com_search .searchintro, .com_search .phrases, .com_search .only, .com_search .form-limit {
    text-align: right;
    border: none;
    margin: 10px 0;
    padding: 0;
}
.com_search .searchintro span{    
	border-radius: 2px;
    margin: 5px;
    padding: 7px 10px;
}
.com_search .searchintro strong{  
	font-weight:normal;
}
.com_search .phrases legend,
.com_search .only legend{
	float:right;
	display:inline;
	width:auto;
	margin: 0 0 0 15px;
	font-size:14px;
}
.com_search .phrases > div{
	float:right;
	margin:0;
}
.com_search .phrases > div .controls label,
.com_search .only label{
	float:right;
	margin:0;
	font-weight:normal;
	margin-left:10px
}
.com_search .phrases > div .controls label input[type="radio"],
.com_search .only label input[type="checkbox"] {
    margin-left: 5px;
    position: relative;
}
.com_search .form-limit{
	width:70%;
	margin:15px auto 0;
	height:50px;
	clear:both;
}
.com_search .form-limit>div{
	float:right;
	text-align:center;
}
.com_search .form-limit>div:first-child{
	margin-left:15px;
}
.com_search .form-limit>div > label{
	margin-left:5px;
	margin-bottom:0
}
.com_search .ordering-box .chzn-single{
	width:160px
}
.com_search .ordering-box .chzn-container{
	width:160px !important
}
.com_search .chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    left: 4px;
    position: absolute;
    top: 8px;
    width: 18px;
}
.com_search .chzn-container-single .chzn-single {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
  	display: block;
}
.com_search .searchForm p{
	margin-bottom:0
}
.com_search input,
.com_search [type="checkbox"]:not(:checked), 
.com_search [type="checkbox"]:checked{
    z-index:1 !important;
    display:inline-block !important;
    opacity: 1 !important;
}
/**/
.com_search .search-results {
    border: 1px solid #eee;
    border-radius: 2px;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px;
	list-style:none
}
.com_search .search-results li {
    margin-bottom: 10px;
	border-bottom:solid 1px #eee;
	padding:10px 0
}
.com_search .search-results li:last-child {
	border:none
}
.com_search .search-results li > div{
	margin-bottom:5px
}
.com_search .search-results li .options{
	width:100%;
	clear:both;
	height:20px;	
	font-size:13px
}
.com_search .search-results li .options > div{
	float: right;
    margin-left: 10px;
    position: relative;
    padding-right: 22px;
}
.com_search .search-results li .options > div span.lnr{
	font-size: 17px;
    position: absolute;
    right: 0;
    top: 0;
}
.com_search .result-title a{
	color:#333;
	font-family:'iranSans';
}
 
/******************************************************************
					 users   
******************************************************************/
.jm_users .chzn-container-single .chzn-single div b{
	display: none !important;
}
.jm_users.white_bg{
	padding: 0 !important;
}
.jm_users > .head {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    float: right;
    height: 55px;
    margin-bottom: 15px;
    width: 100%;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.jm_users > .head .lnr {
    background: #eee none repeat scroll 0 0;
    color: #6d717a;
    display: inline-block;
    font-size: 25px;
    height: 55px;
    padding-top: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 55px;
}
.jm_users > .head h1 {
    color: #6d717a;
    font-size: 17px;
    line-height: normal;
    margin: 0;
    padding: 13px 66px 15px 0;
    position: relative;
}
.edit_user_profile {
    background: #aaa none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    left: 15px;
    padding: 4px 12px;
    position: absolute;
    top: 15px;
}
.edit_user_profile:hover,
.edit_user_profile:focus{
	color: #fff;
}
.jm_users form{
	width: 100%;
	float: right;
	text-align: center;
}
.jm_users fieldset {
    border: medium none;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}
.jm_users form .label_box{
    width: 220px;
	display: inline-block;
	text-align: center;
}
.jm_users form label {
    color: #666;
    margin: 0;
    padding: 0;
	text-align: right !important;
	width: auto !important;
	display: inline-block;
}
.jm_users form .input_box{
	width: 280px;
	display: inline-block;
	text-align: right;
}
.jm_users form .input_box input ,
.jm_users form .input_box select {
    width: 100%;
}
.jm_users form label.invalid{
	color: #dd4b39
}
.jm_users form input.invalid{
	border-color:#dd4b39
}
.jm_users .button_box{
	width: 100%;
	float: right;
}
.jm_users .button_box a.btn{
	background: #ababab;
	margin-right: 10px !important;
	display: inline-block;
} 
.jm_users .button_box a.btn:hover{
	background: #919191;
}
.jm_login_links{
    text-align: center;
	background-color: #f2fff2;
    width: 100%;
	float: right;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 10px ; 
}
.jm_login_links a {
    color: #8b8b8b;
    display: inline-block;
    margin-left: 46px;
    position: relative;
}

.jm_login_links a:hover{
	color: #333;
}
.jm_login_links a:last-child{
	margin: 0;
}
.jm_login_links a::after {
    background: #d1ded1 none repeat scroll 0 0;
    content: "";
    height: 19px;
    left: -27px;
    position: absolute;
    top: 0;
    width: 1px;
}
.jm_login_links a:last-child:after{
	display: none;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	display: none !important;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-right: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    content: "";
    height: 1.25em;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25em;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    color: #09ad7e;
    content: "✔";
    font-size: 1.3em;
    line-height: 0.8;
    position: absolute;
    right: 0.1em;
    top: 0.2em;
    transition: all 0.2s ease 0s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
label:hover:before {
  border: 1px solid !important;
}
.checkbox label, .radio label, label{
	color: #333 !important;
}

.jm_profile fieldset {
	padding: 15px;
}
.jm_profile fieldset li{
	margin-bottom: 5px;
}
.jm_profile fieldset legend{
	font-size: 16px;
	margin: 0;
}
.jm_profile fieldset span{
	color: #666;
	font-size: 14px;
}
.jm_profile fieldset span.lnr{
	position: relative;
	top: 2px;
	margin-left: 2px;
	font-size: 13px;
}
.jm_users.jm_profile_edit fieldset {
    border: 1px solid #ddd;
    clear: both;
    display: inline-block;
    float: none;
    margin: 0 auto 20px;
    width: 65%;
	padding: 15px 15px 0;
}
.jm_profile_edit h4{
	font-size: 15px;
	padding-right: 0;
	margin-bottom: 10px;
}
.jm_profile_edit select{
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
	border: solid 1px #ddd;
    border-radius: 2px;
    box-shadow: none;
    color: #888;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    line-height: normal;
    margin: 0;
    padding: 0 5px 0 60px;
    position: relative;
    z-index: 1;
}
.jm_profile_edit .select_box{
	position: relative;
}
.input_box #helpsite-refresh.btn{
	background: #aaa !important;
	color: #fff !important;
	font-size: 12px !important;
	margin-top: 10px !important;
	display: inline-block;
	padding: 5px !important;
}
.jm_logout form{
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
}

.alert.alert-notice{
    background-color: #FFF3CD;
    border: 1px solid #FFF3CD;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
	color: #856404;
}
.alert.alert-notice a{
	color: #856404 !important;
}

/******************************************************************************************
										ALL CATEGORIES
******************************************************************************************/
.sp-vmmegamenu{
	position:relative;
}
.sp-vmmegamenu h3{
	background: #eee;
    border-radius: 2px;
    font-size: 14px;
    height: 42px;
    margin-bottom: 0;
    padding: 8px 45px 8px 20px;
    cursor: pointer;
    position: relative;
    transition: all linear 0.5s;
    margin-top: 5px;
} 
.sp-vmmegamenu h3 span.menu {
	background: url(../images/baqqali.png) no-repeat;
	background-position: 100% -60px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 25px;
	height: 25px;
	display: inline-block;
	content: '';
 }
.sp-vmmegamenu h3 span.lnr {
	color: #363F4D;
    display: inline-block;
    float: right;
    font-size: 14px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 13px;

}
.sp-vmmegamenu ul.sp-vm-main-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 10;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eae9e9;
    border-radius: 2px;
    box-shadow:-2px 1px 8px rgba(0, 0, 0, 0.15);
}
.sp-vmmegamenu > ul li{
	border-top:1px solid #eae9e9 !important;
	border-bottom:none !important;
}
.sp-vmmegamenu > ul li:first-child{
	border-top:none !important;
}
.sp-vmmegamenu > ul > li a{
	display:block;
}
.sp-vmmegamenu > ul > li.parent > a .fa{
	display:none; 
}
.sp-vmmegamenu > ul li.parent{
	position:relative;
}
.sp-vmmegamenu > ul li.parent > a:after,
.sp-vmmegamenu > ul li.parent > div > a:after{
	position:absolute;
	left:15px;
	content:"\e875" !important;
	font-family:Linearicons-Free;
	font-size:12px;
	top:11px;
}
.sp-vmmegamenu > ul > li > ul{
	right: 100% !important;
}
.sp-vmmegamenu > ul > li > ul > li h4{
	margin: 0 !important;
	font-size: 13px;
	padding: 0;
	line-height: normal;
	font-weight: normal !important;
}
.sp-vmmegamenu > ul > li ul{ 
	opacity:0 !important;
	visibility:hidden !important;
	width:250px !important;
	padding:0 !important;
	position:absolute !important;
    z-index: 1;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eae9e9;
    border-radius: 2px;
    box-shadow:-2px 1px 8px rgba(0, 0, 0, 0.15);
	transition:all linear 0.5s;
}
.sp-vmmegamenu > ul > li ul li{
	width:100% !important;
	display:block !important;
	float:none !important;
	padding: 0 !important;
}
.sp-vmmegamenu > ul > li ul li a{
	display: block;
    padding: 10px 15px;
    position: relative;
}
.sp-vmmegamenu > ul > li.parent::after {
	display: none !important;
}
.sp-vmmegamenu > ul > li.parent::before { 
	display: none !important;
}

/*.sp-vmmegamenu > ul > li ul{
	left:100% !important;
	right:auto !important;
	top:-2px !important;
} */
.sp-vmmegamenu > ul > li.parent:hover::before,
.sp-vmmegamenu > ul > li.parent:hover::after{
	border:none !important;
}
.sp-vmmegamenu > ul li:hover > ul{ 
	opacity:1 !important;
	visibility:visible !important;
	display:block !important;
}
.sp-vmmegamenu > ul > li ul li a:hover,
.sp-vmmegamenu ul li:hover > a,
.sp-vmmegamenu ul li:hover > div > a{
	background:#F2F2F2;
}

/******************************************************************************************
										footer
******************************************************************************************/
.top_footer{
	background: #363F4D;
	padding: 40px 0 30px !important;
}
.footer_module h3{
	margin: 0 0 15px;
	padding: 0;
	position: relative;
	line-height: normal;
	text-align: center;
}
.footer_module h3:before{
	content: "";
    display: block;
    border-top: 2px solid #293240;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
	border-radius: 2px;
}
.footer_module h3 span {
	padding: 0 10px;
	color: #fff;
    position: relative;
    z-index: 1;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #363F4D;
	font-size: 16px;
}
.footer_module .module-container{
	width: 100%;
	float: right;
	padding: 15px 0;
}
.jm_aboutus .image_box{
	width: 100%;
	float: right;
	margin-bottom: 5px;
}
.jm_aboutus .image_box img{
	float: right;
}
.jm_aboutus .description{
	width: 100%;
	float: right;
	text-align: right;
	color: #fff;
	line-height: 22px;
}
.footer_module .nav.menu li{
    border-bottom: 1px solid #293240;
}
.footer_module .nav.menu li:last-child{
	border: none;
}
.footer_module .nav.menu li > a,
.footer_module .nav.menu li > span{
	display: block;
	padding: 7px 0;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.footer_module .nav.menu li > a:after,
.footer_module .nav.menu li > span:after{
    content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
	left: 0;
	top: 8px;
    font-size: 9px;
}
.namad{
	width: 100%;
	float: right;
	background: #434C5A;
    border-radius: 2px;
    padding: 15px 5px;
}
/**/
.btm_footer{
	background: #1C2533;
}
.copyright {
	padding: 10px !important;
	text-align: center;
	color: #b2b2b2;
}
.copyright a{
	color: #fff;	
}
.copyright p{
	margin: 0 !important;
}


/******************************************************************************************
										manufacturer module
******************************************************************************************/
.vm_manufacturer{
    box-sizing: border-box;
    background-color: #fff; 
	width: 100%;
	float: right;
	margin: 0 !important;
}  
.vmmanufacturer .each_manufacturer{
	padding: 15px;
}
.vmmanufacturer .each_manufacturer img{
   /* filter: grayscale(1);*/
}
.vm_manufacturer .owl-carousel{
	padding: 0 25px;
}
.vm_manufacturer .owl-nav{
	margin: 0 ;
}
.vm_manufacturer .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 40%;
	margin: 0;
	background: none;
	color: #333;
	font-size: 25px;
}
.vm_manufacturer .owl-prev{
	right: -5px;
}
.vm_manufacturer .owl-next{
	left: -5px;
}

/*****************************************************************************************
									ti ads module
******************************************************************************************/
.jm_ads_rows,
.jm_ads_rows .each_row{
	width: 100%;
	float: right;
}
.jm_ads_rows .each_row{
	margin-bottom: 20px;
}
.jm_ads_rows .each_row:last-child a{
	margin: 0 !important;
}
.jm_ads_rows .each_row > div{
	float: right;
    padding: 5px;
}
.jm_ads_rows .each_row > div a{
	float: right;
	width: 100%;
	display: block;
    border-radius: 2px;
    margin-bottom: 15px !important;		
	padding: 5px;
	border: solid 1px #dae2e6;
	background: #fff;
}

/*****************************************************************************************
									vm product module - slider
******************************************************************************************/
.proopc-cart-modules .proopc-row,
.product_slider_module{
	box-sizing: border-box;
    border: solid 1px #dae2e6;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    float: right;
}
.topten-view > h4,
.vme-compare > h1,
.vme-wishlist > h1,
.jms-tags-page > h1,
.latest-view > h4,
.featured-view > h4,
.proopc-cart-modules .proopc-row .cart-promo-mod > h3,
.product_slider_module > h3{
	border-bottom: solid 1px #eee;
    padding: 12px 50px 12px 12px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    line-height: normal;
	position: relative;
}
.topten-view > h4:before,
.vme-compare h1::before,
.vme-wishlist h1::before,
.jms-tags-page h1::before,
.latest-view > h4:before,
.featured-view > h4:before,
.proopc-cart-modules .proopc-row .cart-promo-mod > h3:before,
.product_slider_module > h3:before{
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 35px;
    height: 35px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 77% -246px;
} 
.vme-compare h1::before{
	background-position: 53% -318px;
}
.vme-wishlist h1::before{
	top: 8px;
	height: 40px;
	background-position: 53% -358px;
}
.jms-tags-page h1::before{
    background-position: 64% -362px;
    right: 14px;
}
.featured-view > h4:before{
    background-position: 64% -323px;
}
.product_slider_module > h3.offer_categories:before{
    background-position: 77% -286px;
	top: 8px;
}
.product_slider_module > h3.best_seller_products{
	margin: 0 !important;
}
.product_slider_module > h3.best_seller_products:before{
	background-position: 77% -328px;
    top: 6px;
    height: 38px;
}
.product_slider_module > h3.product_deals:before{
	background-position: 64% -284px;
    top: 8px;
}
.product_slider_module > h3.product_categories:before{
	background-position: 64% -247px;
    width: 29px;
}
/**/
.product_slider_module .owl-nav{
	margin: 0;
	position: absolute;
	left: 12px;
	top: -50px;
}
.product_slider_module .owl-theme .owl-nav [class*="owl-"]{
	border-radius: 2px;
    background: none;
    margin: 0;
    padding-top: 6px;
    width: 28px;
    height: 28px;
    color: #888;
    border: solid 1px #ddd;
}
.product_slider_module .owl-theme .owl-nav .owl-next{
	border-radius: 2px 0 0 2px;
}
.product_slider_module .owl-theme .owl-nav .owl-prev{
	border-left: none;
	border-radius: 0 2px 2px 0;
}
.productdetails .product-container{
    padding: 10px !important;
    width: 100% !important;
    float: right;
    border: none !important;
	text-align: right !important;
}
.productdetails .product-container-info{
    width: 100%;
    float: right;
	border: solid 1px #eee;
}
.productdetails .product-container-info .top_box{
    width: 100%;
    float: right;  
	position: relative;
	border-bottom: solid 1px #eee;
}
#fancybox-wrap,
#fancybox-overlay{
	z-index: 99999 !important;
}
#fancybox-content > div{
	margin: 0 auto !important;
    width: 100% !important;
}
#facebox .product-container-info .top_box .ribbon ,
#fancybox-content .product-container-info .top_box .ribbon ,
.productdetails .product-container-info .top_box .ribbon {
    display: inline-block;
    padding: 0 9px 0 12px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    margin: 0;
    border-radius: 0 2px 2px 0;
    font-weight: normal;
    z-index: 1;
    left: -5px;
    color: #fff;
	background: #fdb819;
}
#facebox .product-container-info .top_box .ribbon.nostock,
#fancybox-content .product-container-info .top_box .ribbon.nostock,
.productdetails .product-container-info .top_box .ribbon.nostock{
	background: #df5050;
}
#facebox .product-container-info .top_box .ribbon.productdetails_discount ,
#fancybox-content .product-container-info .top_box .ribbon.productdetails_discount ,
.productdetails .product-container-info .top_box .ribbon.productdetails_discount {
	background: #6DC82A;
}
#facebox .product-container-info .top_box .ribbon::after ,
#fancybox-content .product-container-info .top_box .ribbon::after ,
.productdetails .product-container-info .top_box .ribbon::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 0;
    border-width: 6px 0 0 0;
    border-style: solid;
    border-color: #b78000;
    border-left: 6px solid transparent;
    left: 0;
}
#facebox .product-container-info .top_box .ribbon.nostock::after,
#fancybox-content .product-container-info .top_box .ribbon.nostock::after,
.productdetails .product-container-info .top_box .ribbon.nostock::after{
    border-color: #ce3535;
    border-left: 6px solid transparent;
}
#facebox .product-container-info .top_box .ribbon.productdetails_discount::after,
#fancybox-content .product-container-info .top_box .ribbon.productdetails_discount::after,
.productdetails .product-container-info .top_box .ribbon.productdetails_discount::after{
	border-color: #61B325;
    border-left: 6px solid transparent;
}
/**/
.productdetails .product-container-info .image_box{
    width: 100%;
    float: right;
	padding: 5px;
	position: relative;
}
/**/
.productdetails .product-container-info .image_box .quickview{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,0.3);
    text-align: center;
    padding-top: 40%;
	opacity: 0;
	visibility: hidden;
	transition: all linear 0.3s;
}
.productdetails .product-container-info:hover .image_box .quickview{
	opacity: 1;
	visibility: visible;
}
.productdetails .product-container-info .image_box .quickview a{
	background: #EA3A3C !important;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 2px;
}
.productdetails .product-container-info .image_box .quickview a i{
	background: none;
    border-radius: 0;
    font-size: 23px;
    color: #fff;
    line-height: normal;
    position: relative;
    top: 5px;
    right: 1px;
}
.productdetails .product-container-info .image_box .quickview a span{
	display: none;
}
.productdetails .product_buttons{
    width: 100%;
    float: right;	
	position: relative;
	padding: 0 35px 0 35px;
	background: #eee;
	height: 35px;
}
/**/
.productdetails .product_buttons .wishlist,
.productdetails .product_buttons .compare{
	width: 35px;
	height: 35px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 0;
} 
.productdetails .product_buttons .compare{
	right: auto;
	left: 0;
}
.productdetails .product_buttons .compare .btn-vme-round,
.productdetails .product_buttons .wishlist .btn-vme-round{
	text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
	background: #ddd;
	transition: all linear 0.3s;
}
.productdetails .product_buttons .compare .btn-vme-round:hover,
.productdetails .product_buttons .wishlist .btn-vme-round:hover,
.productdetails .product_buttons .compare a.btn-vme-round,
.productdetails .product_buttons .wishlist a.btn-vme-round{
	background: #ffb222 !important;
	color: #fff !important;
}
.productdetails .product_buttons .compare .btn-vme-round i,
.productdetails .product_buttons .wishlist .btn-vme-round i{
	background: none;
    border-radius: 0;
    font-size: 19px;
    line-height: normal;
    position: relative;
    top: 2px;
    right: 0px;
}
.productdetails .product_buttons .compare .btn-vme-round i{
    font-size: 14px;
    right: 1px;
}
.productdetails .product_buttons .wishlist a.btn-vme-round i{
    top: 5px;
}
.productdetails .product_buttons .compare a.btn-vme-round i{
    top: 10px;
}

.productdetails .product_buttons .compare .btn-vme-round span,
.productdetails .product_buttons .wishlist .btn-vme-round span{
	display: none !important;
}
/**/
.productdetails .product_buttons .cart .vm-customfields-wrap{
	display: none;
}
.productdetails .product_buttons .cart .quantity{
	display: none;
}
.productdetails .product_buttons .cart span.addtocart-button{
	display: block;
	width: 100%;
	height: 100%;
}
.productdetails .product_buttons .cart .addtocart-area,
.productdetails .product_buttons .cart .addtocart-bar{
	margin: 0 !important;
}
.productdetails .product_buttons .cart span.addtocart-button input{
	width: 100%;
    height: 35px;
    border: none;
    letter-spacing: normal;
    background: #eee !important;
    color: #333 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
.productdetails .product_buttons .cart span.addtocart-button input:hover{
	background: #4CAF50 !important;
	color: #fff !important;
}
.productdetails .product_buttons .cart .addtocart-bar .notify{
	width: 100%;
    height: 35px;
    display: block;
    background: #eee;
    padding-top: 10px;
	text-align: center;
}
/**/
.productdetails .product-container-info .btm_box{
    width: 100%;
    float: right;
	padding: 10px;
}
.productdetails .product-container-info h3{
	font-size: 14px;
    width: 100%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    line-height: normal;
    margin-bottom: 5px;
	text-align: right !important;
}
.productdetails .product-container-info h3 a{
	display: block;
    width: 100%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productdetails .rating{
	transition: none;
	width: 100%;
	float: right;
    margin-bottom: 6px;
	text-align: right !important;
}
.productdetails .rating .extravote{
	margin: 0;
}
.productdetails .rating .extravote .extravote-info{
	display: none;
}
.productdetails .rating a{
	transition: none;
}
.productdetails .product-container-info .price{
	width: 100%;
	float: right;
	min-height: 30px;
} 
.productdetails .product-container-info .price .baseprice{
	float: right;
	color: #ff0033;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: 3px;
}
.productdetails .product-container-info .price .salesprice{
	float: right;
	color: #4caf50 ;
	font-size: 16px;
}

/*****************************************************************************************
									vm product module - cols rows
******************************************************************************************/
.jm_rows_cols > ul{
	width: 100%;
	float: right; 
} 
.jm_rows_cols > ul > li{
	padding: 8px !important;
} 
.jm_rows_cols > ul > li > div{ 
	width: 100%;
	float: right;
	border: solid 1px #eee;	
	border-radius: 2px;
}
.jm_rows_cols > ul > li .main_info{
	padding: 15px !important;
	width: 100%;
	float: right;
}
.jm_rows_cols > ul > li h3 {
    font-size: 13px;
    width: 100%;
    float: right; 
    line-height: normal;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.jm_rows_cols > ul > li h3 a {
    display: block;
    width: 100%;
    float: right; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.jm_rows_cols > ul > li .price{
	width: 100%;
	float: right;
} 
.jm_rows_cols > ul > li .price .baseprice{
	float: right;
	color: #ff0033;
	margin-left: 10px;
	font-size: 13px;
	position: relative;
	top: 3px;
}
.jm_rows_cols > ul > li .price .salesprice{
	float: right;
	font-size: 14px;
}
/*****************************************************************************************
									vm product module - list
******************************************************************************************/
.each_product_list {
	border: solid 1px #eee;
	border-radius: 2px;
	width: 100%;
	float: right; 
}
.each_product_list > h3{
	border-bottom: solid 1px #eee;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    text-align: center;
    background: #f4f4f4;
}
.jm_list > ul{
	width: 100%;
	float: right; 
	padding: 0;
	margin: 0;
}
.jm_list > ul > li {
	width: 100%;
	padding: 5px;
	float: right; 
}
.jm_list > ul > li .main_info{
	width: 100%;
	float: right; 
	padding: 5px;
	border-bottom: solid 1px #eee;
}
.jm_list > ul > li:last-child .main_info{
	border: none;
}
.jm_list > ul > li h3 {
    font-size: 13px;
    width: 100%;
    float: right; 
    line-height: normal;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.jm_list > ul > li h3 a {
    display: block;
    width: 100%;
    float: right; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.jm_list > ul > li .price{
	width: 100%;
	float: right;
} 
.jm_list > ul > li .price .baseprice{
	float: right;
	color: #ff0033;
	margin-left: 10px;
	font-size: 13px;
	position: relative;
	top: 3px;
}
.jm_list > ul > li .price .salesprice{
	float: right;
	font-size: 14px;
}
/*****************************************************************************************
									listing tabs
******************************************************************************************/
.sj-listing-tabs,
.sj-listing-tabs .ltabs-wrap .ltabs-items-container,
.sj-listing-tabs .ltabs-items-container .ltabs-items,
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner,
.sj-listing-tabs .ltabs-wrap{
	overflow: visible !important;
	position: relative;
}
.sj-listing-tabs .ltabs-wrap .ltabs-tabs-container{
	margin: 0 !important;
}
.sj-listing-tabs .ltabs-tabs-container ul{
	margin: 0 !important;
	padding:0 0 0 70px !important;
	position: absolute;
	top: -60px;
	left: 10px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li{
	margin: 0 20px 0 0 !important;
    padding: 10px !important;
	font-size: 13px !important;
	border: none !important;
	position: relative;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover{
	background: none !important;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px; 
	transition: width .3s ease-out;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:after,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover:after{
	width: 100%;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel{
	background: none !important;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs li span{
	color: #666 !important;	
	transition: color .3s ease-out;
	padding: 0 !important;
	font-size: 14px !important;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span{
	color: #333 !important;	
}  
/**/
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner{
	margin: 0 !important;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item{
	margin: 0 !important;
	float: right !important;
}
.sj-listing-tabs .other-infor,
.sj-listing-tabs .ltabs-item .item-desc{
	width: 100%;
	float: right;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox{
	padding-right: 10px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected{
	float: right !important;
	border-radius: 0 2px 2px 0 !important;
	border: solid 1px #ddd !important;
	text-align: right !important;
	text-indent: 0 !important;
	padding-right: 5px !important;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow{
	float: right !important;
	border-radius: 2px 0 0 2px !important;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs{
    z-index: 10 !important;
    left: auto !important;
    right: 10px !important;
    padding: 0 !important;
    text-align: right !important;
}
/*****************************************************************************************
									vm category module - list
******************************************************************************************/
.vm-categories-wall {
	margin: 0 !important;
}
.vm-categories-wall-catwrapper{
	padding: 10px;
	margin: 0 !important;
	width: 100% !important;
	float: right;
}
.vm-categories-wall-catwrapper .vm-categories-wall-spacer{
	border: solid 1px #eee;
	border-radius: 2px;
	width: 100% !important;
	float: right;
}
.vm-categories-wall a{
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	float: right;
}
.vm-categories-wall a:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	transition: all linear 0.3s;
}
.vm-categories-wall a:hover:after{
	width: 100%;
}
.vm-categories-wall a img{
	border-radius: 2px 2px 0 0;
}
.vm-categories-wall a .vm-categories-wall-catname{
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	float: right;
}


/*****************************************************************************************
									deals 
******************************************************************************************/
.product_slider_module  .sj_vm_deals_wrap{
	overflow: visible !important;
}
.product_slider_module .sj_vm_deals_wrap .owl-prev,
.product_slider_module .sj_vm_deals_wrap .owl-next{
	margin: 0 !important;
	display:inline-block !important;
	position: static !important;
}
.product_slider_module .sj_vm_deals_wrap .owl-carousel:hover .owl-next,
.product_slider_module .sj_vm_deals_wrap .owl-carousel:hover .owl-prev{
	display:inline-block !important;
}
.sj_vm_deals_wrap .item-deals{
	width: 100%;
	float: right;
}
.sj_deals_cd_day{
	background: #333 !important;
	width: 24% !important;
}

.sj_vm_deals_wrap .price{
	width: 100%;
	float: right;
}  
.sj_vm_deals_wrap .price .baseprice{
	float: right;
	color: #ff0033;
	margin-left: 10px;
	font-size: 14px; 
}
.sj_vm_deals_wrap .price .salesprice{
	float: right;
	color: #4caf50 ;
	font-size: 16px;
}


.sj_vm_deals_wrap .top_box .percentage_discount {
    display: inline-block;
    padding: 0 12px 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    margin: 0;
    border-radius: 2px 0 0 2px ;
    font-weight: normal;
    z-index: 1;
    right: -5px;
    color: #fff;
	background: #f76b6a;
} 
.sj_vm_deals_wrap .percentage_discount::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 0;
    border-width:6px 0 0 0 ;
    border-style: solid;
    border-color: #e44443;
    border-right: 5px solid transparent;
    right: 0;
} 

/******************************************************************************************
									  fancybox
******************************************************************************************/
#fancybox-loading div	{ 
	background: url(../images/process.gif) no-repeat !important;
	top: 0 !important;
	width: 170px !important;
	height: 170px !important;
}
#fancybox-loading {
	width: 170px !important;
	height: 170px !important;
}
.fancybox-inner{
	overflow-x:hidden !important;
}
#fancybox-wrap{
	min-width:600px !important;
	max-width:800px !important;
	left:26% !important;

}
#fancybox-content{
	min-width:600px !important;
	max-width:800px !important;
	background:#fff !important;
	padding:20px 0 10px !important;
	text-align: center !important;
	border: none !important;
} 
#facebox h4 ,
#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%;
}
#facebox .showcart ,
#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: #039BE5 !important;
	color: #fff !important;
    float: none;
    font-size: 14px;
    padding: 8px 30px; 
	transition:all linear 0.5s;   
	display: inline-block !important;
	margin-bottom: 10px;
}
#facebox .continue_link ,
#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:#4CAF50 !important;
    color: #fff !important;
    float: none;
    font-size: 14px;
    padding: 8px 30px;
	transition:all linear 0.5s;
	display: inline-block !important;
	margin-bottom: 10px;
}
#facebox .continue_link:hover,
#fancybox-content .continue_link:hover,
#facebox .showcart: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;
}

#facebox .product-related-products,
#fancybox-content .product-related-products{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#facebox .product-related-products > div,
#fancybox-content .product-related-products > div{
	margin:0 0 10px !important;
	width:33.3%;
	float:right !important;  
}
#facebox .product-related-products > div .product-field-display,
#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; 
}

#facebox .product-related-products > div:hover .product-field-display,
#fancybox-content .product-related-products > div:hover .product-field-display{
	box-shadow:0 0 4px rgba(0,0,0,0.2);
}
#facebox .product-related-products .product-field-display > a ,
#fancybox-content .product-related-products .product-field-display > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#facebox .product-related-products .product-field-display a img,
#fancybox-content .product-related-products .product-field-display a img{
	margin-bottom:5px;
} 
#facebox .product-related-products .extravote-info,
#facebox .product-related-products .quickview,
#facebox .product-related-products .product_buttons,
#facebox .product-related-products p.product_s_desc,
#fancybox-content .product-related-products .extravote-info,
#fancybox-content .product-related-products .quickview,
#fancybox-content .product-related-products .product_buttons,
#fancybox-content .product-related-products p.product_s_desc{
	display:none;
}
#facebox .product-related-products h3 ,
#fancybox-content .product-related-products h3 {
    font-size: 13px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    margin-bottom: 5px;
	padding: 0 5px;
}
#facebox .product-related-products h3 a ,
#fancybox-content .product-related-products h3 a {
    display: block;
    width: 100%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
#facebox .product-related-products .product-container-info .price,
#fancybox-content .product-related-products .product-container-info .price{
	margin-bottom: 10px;
}
#facebox .product-related-products .product-container-info .price .baseprice,
#fancybox-content .product-related-products .product-container-info .price .baseprice{
	display: inline-block;
	color: #ff0033;
	margin-left: 10px;
	font-size: 12px; 
}
#facebox .product-related-products .product-container-info .price .salesprice,
#fancybox-content .product-related-products .product-container-info .price .salesprice{
	display: inline-block;
	color: #4caf50 ;
	font-size: 14px;
}
#facebox .product-related-products .top_box,
#fancybox-content .product-related-products .top_box{
	position: relative;
}
#facebox .product-related-products .rating,
#fancybox-content .product-related-products .rating{
	margin-bottom: 10px !important;
}
#facebox .product-related-products .extravote,
#fancybox-content .product-related-products .extravote{
	margin: 0 !important;
} 

#fancybox-content .fancy_added_product{
	text-align:center;
}
.fancybox-title,
#fancybox-title{
	font-family:'iransans' !important;
	margin: 0 !important;
} 
/**/
#print .com-form-login .userdata > div{
	padding: 0 !important;
	margin: 0 0 10px !important;
}
#print .com-form-login .userdata > div .button, 
#print .order-view form > div .button{
	background: #039BE5 !important;
} 
/**/
#print .manufacturer-details-view{
	border: none;
	padding: 0;
	margin: 0;
}
#print .manufacturer-details-view > .col-lg-3{
	width: 100% !important;
	float: right;
	max-height: 150px;
}
#print .manufacturer-details-view .manufacturer-image{
	max-height: 150px;
    width: auto;
    margin: 0 auto !important;
    display: block;
    float: none;
}
#print .manufacturer-details-view > .col-lg-9{
	width: 100% !important;
	float: right;
}
/********/
#facebox{
	width:600px !important;
	background:#fff !important;
	text-align: center !important;
	border-radius: 2px;
} 
#facebox .content{
	width: 100% !important;
	margin: 0 auto;
}
#facebox .popup{
	border: none !important;
	box-shadow: none !important;
}
#facebox a.close{
	display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: none;
    right: auto;
}
#facebox a.close:before{
    position: absolute;
    top: 3px;
    right: 6px;
    font-family: Linearicons-Free;
    content: "\e880";
    font-size: 23px;
}
#facebox a.close img{
	display: none;
}
/**/
#fancybox-close{
	background: none !important; 
    width: 35px !important;
    height: 35px !important;
}
#fancybox-close:before{
    font-family: Linearicons-Free;
    content: "\e870";
	color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    background: #ff0033;
    border-radius: 2px;
	display: block;
	text-align: center;
}
/**/
#fancybox-right-ico{
	background: none !important; 
	left: auto !important;
	right: 10px !important;
    width: 45px;
    height: 45px;
}
#fancybox-right-ico:before{
    font-family: Linearicons-Free;
    content: "\e876";
    color: #333;
    font-size: 25px;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    display: block;
    text-align: center;
    padding-top: 5px;
}
#fancybox-left-ico{
	background: none !important; 
	left: 10px !important;
    width: 45px;
    height: 45px;
}
#fancybox-left-ico:before{
    font-family: Linearicons-Free;
    content: "\e875";
    color: #333;
    font-size: 25px;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    display: block;
    text-align: center;
    padding-top: 5px;
}
/******************************************************************************************
									  virtuemart panel
******************************************************************************************/
.virtuemart_panel .main_info > a{
	display: inline-block;
	position: relative;
	float: left;
	color: #fff;
	border-radius: 2px;
	padding: 8px 38px 8px 10px;
	margin-bottom: 10px;
}
.virtuemart_panel .main_info > a img{
	display: none;
}
.virtuemart_panel .main_info > a:after{
	content: 'محصول جدید';
}
.virtuemart_panel .main_info > a:before{
	font-family:Linearicons-Free;
	content:"\e881";
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 20px;
}
 
.virtuemart_panel .main_info .vendor-store-desc{
	margin: 0 !important;
	line-height: 25px;
	width: 100%;
	float:right;
	display: block !important;
}
.vm_category_view .category_description p:last-child,
.vm_category_view .manufacturer-description p:last-child,
.vm_category_view .vendor-store-desc p:last-child,
.virtuemart_panel .main_info .vendor-store-desc p:last-child{
	margin: 0 !important;
}

/******************************************************************************************
									categories sublayout
******************************************************************************************/
.manufacturer-view-default .manufacturer,
.category-view .category {
	padding: 10px;
	float: right !important;
	margin: 0 !important;
}
.manufacturer-view-default .manufacturer .spacer,
.category-view .category .spacer{
	border: solid 1px #eee;
    border-radius: 2px;
    width: 100%;
    float: right;
	padding: 0 !important;
	text-align: center;
	position: relative;
}
.manufacturer-view-default .manufacturer .spacer:after,
.category-view .category .spacer:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	transition: all linear 0.3s;
}
.manufacturer-view-default .manufacturer .spacer:hover:after,
.category-view .category .spacer:hover:after{
	width: 100%;
}
.manufacturer-view-default .manufacturer .spacer a,
.category-view .category .spacer a{
	display: block; 
}
.manufacturer-view-default .manufacturer .spacer img,
.category-view .category .spacer img{
	border-radius: 2px 2px 0 0;
}
.manufacturer-view-default .manufacturer .spacer h2,
.category-view .category .spacer h2{
	margin-bottom: 0;  
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    float: right;
	padding: 5px !important;
}

/******************************************************************************************
								 featured view 
******************************************************************************************/
.vme-compare,
.vme-wishlist,
.jms-tags-page{
    box-sizing: border-box;
	border: solid 1px #dae2e6;
	border-radius: 2px;
    background-color: #fff; 
	margin-bottom: 20px;
	width: 100%;
	float: right;
	clear: both;
}  
.vm_products{
	width: 100%;
	float: right;	
}
div.product{
	float: right !important;
	padding:10px !important;
} 

/******************************************************************************************
								manufacturer view - details
******************************************************************************************/
.manufacturer-details-view .manufacturer-image{
	width: 100%;
	float: right;
}
.manufacturer-details-view img{
	display: block;
	margin: 0 auto !important;
}
.manufacturer-details-view .manufacturer-description{
	line-height: 25px;
}
.manufacturer-details-view .manufacturer-description p:last-child{
	margin: 0 ;
}
.manufacturer-product-link a{
	display: inline-block; 
	color: #fff;
	border: none;
	border-radius: 2px;
	padding: 8px 10px;
	line-height: normal;
}
#print .manufacturer-product-link a{
	background: #4CAF50 !important;
}
.manufacturer-details-view .manufacturer-email,
.manufacturer-details-view .manufacturer-url{
	width: 100%;
	float: right;
	margin-bottom: 10px;
}
.manufacturer-details-view .label{
	float: right;
    background: none;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    padding: 0 30px 0 5px !important;
    line-height: normal;
	position: relative;
}
.manufacturer-details-view .label .lnr{
	position: absolute;
    top: -1px;
    right: 0;
    font-size: 20px;
    color: #888;
}
.manufacturer-details-view .value{
	float: right;
	padding: 0 ;
	direction: ltr;
}

/******************************************************************************************
								category view - default
******************************************************************************************/
.vm-wrap h1,
.user_edit h1,
.user_edit_address h1,
.vendor-details-view h1,
.vm_category_view h1{
	font-size: 21px;
    line-height: normal;
    margin: 0 0 5px;
}  
.vm_category_view .category_description,
.vm_category_view .manufacturer-description,
.vm_category_view .vendor-store-desc{ 
	line-height: 25px; 
}

span.vm-search-descr {
    display: block;
    width: 100%;
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
	position: relative;
	padding-right: 22px;
	color: #666;
}	
span.vm-search-descr .lnr {
    font-size: 17px;
    margin-left: 5px;
    color: #888;
    position: absolute;
    right: 0;
    top: 0;
}
.browse-view .vm_search_box{ 
    width: 100%;
    float: right;
    margin-bottom: 10px; 
}
.browse-view .vm_search_box .virtuemart_search {
	width: 100%;
	float: right;
	margin-bottom: 10px;
}
.browse-view .vm_search_box .virtuemart_search .vm-search-custom-search-input{ 
	border: solid 1px #eee;
	border-radius: 2px;
	height: 32px;
	position: relative;	
	width: 100%;
	float: right;
}
.browse-view .vm_search_box .virtuemart_search .vm-search-custom-search-input input.inputbox{
	border: none;
	height: 30px;
	width: 100%;
	padding-left: 120px;
}
.browse-view .vm_search_box .virtuemart_search .vm-search-custom-search-input input.button{
	float: left;
	width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	height: 32px;
	font-size: 12px;
	padding: 0 !important;
	border: none !important;
	border-radius: 2px 0 0 2px !important;
}
.browse-view .vm_search_box .virtuemart_search .vm-search-custom-values{
	width: 100%;
	float: right; 	
}
.browse-view .vm_search_box .virtuemart_search .vm-search-custom-values .new-line{
	display: none !important;
}
.browse-view .vm_search_box .virtuemart_search .vm-search-custom-values .col{
	width: 33.33% !important;
	padding: 0 5px 10px;
}

.browse-view .vm_search_box .orderby-displaynumber {
	border: none; 
    margin: 0;
	width: 100%;
	float: right;
	padding: 0 !important;
}
.browse-view .vm_search_box .orderby-displaynumber .vm-order-list{
	float: left;
}
.browse-view .vm_search_box .orderby-displaynumber .vm-order-list .orderlistcontainer{
	margin: 0 10px 0 0!important;
	position: relative;
	border: solid 1px #dcdcdc;
	border-radius: 2px;
	padding: 5px 10px 5px 35px !important;
	height: 32px;
	cursor: pointer;
}
.browse-view .vm_search_box .orderby-displaynumber .vm-order-list .orderlistcontainer:after{
	content: "\e874";
    font-family: Linearicons-Free;
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 11px;
}
.browse-view .vm_search_box .orderby-displaynumber .vm-order-list .orderlistcontainer .title{
	float: right;
	margin-left: 5px;
	padding-top: 0;
}
.browse-view .vm_search_box .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder{
	float: right;
	background: none !important;
	padding: 0 !important;
	position: relative;
	border: none;
}
.orderlistcontainer div.orderlist { 
    left: 0;
	border: solid 1px #dcdcdc !important;
    top: 32px;
	width: 100%;
	z-index: 10 !important;
}
.orderlistcontainer div.orderlist div {
    padding: 7px 15px !important;
    text-align: right;
    border-bottom: solid 1px #eee;
}
.orderlistcontainer div.orderlist div:last-child{
	border: none;
}
.orderlistcontainer div.orderlist div:hover{
	background: #eee !important;
}
.browse-view .vm_search_box .orderby-displaynumber .display-number{
	float: left;
}
.browse-view .vm_search_box .orderby-displaynumber .chzn-container-single .chzn-single{
	height: 32px !important;
}
.topten-view,
.latest-view,
.featured-view,
.recent-view,
.products-view {
	margin-bottom: 10px;
	width: 100%;
	float: right;
	border: solid 1px #efefef;
	border-radius: 2px; 
}

.virtuemart_panel .topten-view,
.virtuemart_panel .latest-view,
.virtuemart_panel .featured-view,
.virtuemart_panel .recent-view,
.virtuemart_panel .products-view {
	background: #fff;
	border: solid 1px #dae2e6; 
}
.recent-view > h4,
.products-view > h4{
	margin: 0;
    padding: 15px !important;
    background: #f4f4f4;
    border-radius: 2px;
	line-height: normal;
	font-size: 15px;
}

/******************************************************************************************
								order view - list
******************************************************************************************/
.vm-orders-list table{
	border: solid 1px #eee;
	margin: 0 !important;
}
.vm-orders-list th{
	text-align: center;
	background: #f4f4f4;
	border: none !important;
	padding: 15px 10px !important;
	border-bottom: solid 1px #eee !important;
}
.vm-orders-list td{
	text-align: center;
	border: none !important;
	padding: 15px 10px !important;
	border-bottom: solid 1px #eee !important;
}
.vm-orders-list .order_btn{
	border-radius: 2px;
    color: #fff;
    border: none;
    padding: 7px 20px;
    display: inline-block;
    background: #4CAF50;
}
/**/
.order_header{
	width: 100%;
	float: right;
	position: relative;
}
.order_header h1{
	float: right;
}
.order_header a.print{
	display: inline-block;
    float: left;
    height: 35px;
    width: 40px;
    background: #fff;
    border: solid 1px #dae2e6;
    border-radius: 2px;
    font-size: 20px;
    text-align: center;
    color: #666;
    padding-top: 6px;
}
.order_header a.list{
	display: inline-block;
    float: left;
    height: 35px;
    padding: 7px 20px;
    background: #4CAF50;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
}
.order_info{
	padding:10px 0;
}
.order_info > div {
	padding: 5px 10px;
}
.ship_to ul .key,
.bill_to ul .key,
.order_info > div .title{ 
	color: #666;
	float: right;
}
.ship_to ul div,
.bill_to ul div,
.order_info > div .value{ 
	float: right;
	color: #333;
}
.order_info,
.ship_to,
.bill_to{
	width: 100%;
	float: right;
	margin-bottom: 10px;
	border: solid 1px #eee;
	border-radius: 2px;
}
.ship_to h3,
.bill_to h3{
	background: #f4f4f4;
    border-bottom: solid 1px #eee;
    padding: 10px;
    line-height: normal;
    font-size: 16px;
	margin: 0;
}
.ship_to ul,
.bill_to ul{
	padding:10px 0;
	margin: 0;
	width: 100%;
	float: right;
}
.ship_to ul li,
.bill_to ul li{
	width: 50%;
	float: right;
	padding:5px 10px;
} 
.ship_to .same{
	width: 100%;
	float: right;
	padding: 10px;
}
#ui-tabs {
	width: 100%;
	float: right;
	margin: 10px 0 0 ;
}
#ui-tabs ul#tabs{
	padding: 0 !important;
	width: 100%;
	float: right;
}
#ui-tabs .dyn-tabs{
	border: solid 1px #eee;
	border-radius: 2px;
    overflow: visible;
    width: 100%;
    float: right;
}
#ui-tabs ul#tabs li{
	background: #f4f4f4;
	padding: 8px 20px !important;
}
#ui-tabs ul#tabs li.current{
	background: #616A78;
    color: #fff;
}
.vm-orders-information th,
.vm-orders-information td{
	text-align: center;
	padding:15px 10px !important;
	border-bottom: solid 1px #eee;
	border-top:none !important;
}
/******************************************************************************************
								login sublayout
******************************************************************************************/
.com-form-login,
.user_edit_address #userForm > div ,
.ask_question,
.order-view{
	margin-bottom: 10px;  
	border: solid 1px #efefef;
	border-radius: 2px; 
	width: 100%;
	float: right; 
	background: #fff !important;
}
.userform{
	margin-bottom: 10px;  
	width: 100%;
	float: right; 
}
.userform.guest{
	border: solid 1px #efefef;
	border-radius: 2px;
}
#form-login{
	margin-bottom: 10px;  
	border: solid 1px #efefef;
	border-radius: 2px; 
	width: 100%;
	float: right; 
	padding: 10px !important;
}
#form-login input.button{
	background: #ddd !important;
    min-width: 100px !important;
    border: none;
}
.userform h2,
.user_edit_address #userForm h2, 
.vendor-details-view .ask_question > h3,	
.com-form-login h2,
.order-view h2{
    margin: 0;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 2px;
    line-height: normal;
    font-size: 14px;	
	width: 100%;
	float: right;
	display: block;
}
.user_edit_address #userForm .reg_text {
	width: 100%;
	float: right; 
	margin: 0 0 10px; 
	text-align: right;
}
.user_edit .user_ship_to{
	width: 100%;
	float: right; 
	padding: 15px;
}
.user_edit .user_ship_to > a{
	border-radius: 2px;
    color: #fff;
    border: none;
    padding: 7px 20px;
    display: inline-block;
    background: #4CAF50;
    letter-spacing: normal;
	clear: both;
}
.user_edit .user_ship_to li{
	padding: 10px 15px 10px 10px;
	position: relative;
}
.user_edit .user_ship_to li:before{
	content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0px;
    top: 12px;
    font-size: 11px;
}
.user_edit .user_ship_to li a:last-child{
	border-radius: 2px;
    color: #fff;
    border: none;
    padding: 2px 8px;
    display: inline-block;
    background: #ff0033;
    letter-spacing: normal;
    clear: both;
    font-size: 12px;	
}
.order-view form{
	width: 100%;
	float: right;
	padding: 15px ;
}
.com-form-login .userdata{
	width: 100%;
	float: right;
	padding: 15px 15px 0 ;
}
.com-form-login .userdata > div#com-form-login-remember,
.order-view form > div#com-form-order-submit{
	width: 100%;
	float: right;
	margin-top: 15px;
} 
.com-form-login .userdata > div:first-child,
.order-view form > div:first-child{
	margin: 0;
} 
.com-form-login .userdata > div#com-form-login-remember .input_box{
	float: right;
	padding-top: 10px;
}
.com-form-login .userdata > div label,
.order-view form > div label{
	width: 100%;
	margin-bottom: 10px;
} 
.com-form-login .userdata > div input,
.order-view form > div input{
	width: 100%;
}
.com-form-login .userdata > div .button,
.order-view form > div .button{
	width: auto;
	min-width: 120px;
    border: none;
    color: #fff;
    float: left;
    padding: 8px 15px;
}
.com-form-login ul{
	width: 100%;
	float: right;
	padding: 0 15px 15px;
	list-style: none;
}
.com-form-login ul li a{
	display: block;
	position: relative;
	padding: 5px 15px 5px 5px;
	text-align: right !important;
}
.com-form-login ul li a:before{
	content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0px;
    top: 6px;
    font-size: 11px;
}

.userform .orderlist td,
.userform .orderlist th{
	text-align: center;
	border-bottom: solid 1px #eee !important; 
	padding: 15px 5px !important;
}
.userform .orderlist .order_btn {
    border-radius: 2px;
    color: #fff;
    border: none;
    padding: 7px 20px;
    display: inline-block;
    background: #4CAF50;
}
/**/
.user_vendor_info{
	width: 100%;
	float: right;
}
.user_vendor_info .vendor_box{
	width: 100%;
	float: right;
	margin-bottom: 10px;
}
.user_vendor_info .vm__img_autocrop,
.user_vendor_info .vendor_form{
	width: 100%;
	float: right; 
}
.user_vendor_info .vm__img_autocrop img{
	display: inline-block;
	max-width: 300px;
}
.user_vendor_info .vendor_form > div{
	width: 100%;
	float: right; 
	padding: 10px;
}
.user_vendor_info .vendor_form > div.clear{
	padding: 0 !important;
}
.user_vendor_info .vendor_form > div label{
	width: 200px;
	float: right;
} 
.user_vendor_info .vendor_form .checkboxes {
	padding: 10px;	
}
.user_vendor_info .vendor_form legend {
	width: 100%;
	float: right; 
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 15px 15px 0;
    position: relative;
}
.user_vendor_info .vendor_form legend::before {
    content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 11px;
}
.user_vendor_info .vendor_form #searchMedia{
	height: 35px !important;
	margin: 0 !important;
}
.user_vendor_info .vendor_form .reset-value{
	height: 35px !important;
	margin: 0 !important;
	border: none;
	background: #ddd;
	border-radius: 2px;
}
.user_vendor_info .vendor_form .js-pages {
	padding: 8px 10px 5px 30px;
    display: inline-block;
    background: #ddd;
    border-radius: 2px;
    position: relative;
    height: 35px !important;
}
.user_vendor_info .vendor_form .js-pages.js-previous:before{
    content: "\e882";
    font-family: Linearicons-Free;
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 13px;
}
.user_vendor_info .vendor_form .js-pages.js-next:before{
    content: "\e881";
    font-family: Linearicons-Free;
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 13px;
}
.user_vendor_info .vendor_form .vm_thumb {
	display: block;
	text-align: right;
}
.user_vendor_info .vendor_form .vm_thumb img{
	display: inline-block;
}
.user_vendor_info .vendor_form td {
    padding: 10px;
    direction: rtl !important;
}
.user_vendor_info .vendor_form input{
	max-width: 320px !important;
}
.user_vendor_info .vendor_form input[type="checkbox"]{
	display: block !important;
	min-width: 10px !important
}
.user_vendor_info .vendor_form td fieldset{
	padding: 0 !important;
}
.user_vendor_info .vendor_form .radio{
	float: right;
	margin: 0 0 0 10px !important;
}
.user_vendor_info .vendor_form .radio input[type="radio"]{
	display: block !important;
    min-width: 10px !important;
    opacity: 1 !important;
    margin: 0 0 0 5px !important;
    position: static !important;
    float: right;
}
.user_vendor_info .vendor_form fieldset .controls{
	margin: 10px 0;
	width: 100%;
	float: right;
}
.user_vendor_info .vendor_form #upload{
	margin: 10px 0;
	border: none;
	padding: 0;
}
.user_vendor_info .js-editor-tinymce{
	position: relative;
}
.user_vendor_info .toggle-editor{
	position: absolute;
	top: -37px;
	left: 14px;
}
.user_vendor_info .toggle-editor .btn-group{
	margin: 0 !important;
}
.user_vendor_info .toggle-editor .btn-group .btn{
	padding: 5px 8px !important;
    margin: 0 !important;
    color: #333 !important;
    background: #ddd !important;
    font-size: 12px !important;
    line-height: normal;
}
/******************************************************************************************
								vendor view 
******************************************************************************************/
/*contact*/
.vendor_header{
	width: 100%;
	float: right; 
	margin-bottom: 10px;
}
.vendor_header h1{
	float: right;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.vendor_header .vendor_links{
	float: left;
}
.vendor_header .vendor_links a{
	border-radius: 2px;
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	background: #4CAF50;
}
.vendor_header .vendor_links a:last-child{
	background: #039BE5;
}

.vendor_info{
	width: 100%;
	float: right; 
	margin-bottom: 15px;
}
.vendor_info .vendor-image {
	width: 100%;
	float: right; 
	margin-bottom: 10px;
}
.vendor_info .vendor-image img{
	float: right;
}

.ask_question .form-field{
	width: 100%;
	float: right; 
	padding: 15px;
}
.ask_question .form-field label{
	width: 100%;
	margin-bottom: 10px;
}
.ask_question .form-field label span{
	width: 100%;
	float: right; 
	display: block;
	margin-bottom: 10px;
}
.ask_question .form-field textarea,
.ask_question .form-field input{
	min-width: 320px;
}
.ask_question .form-field input.highlight-button{
    border: none;
    padding: 8px 15px;
    min-width: auto;
    letter-spacing: normal;
}
/* default */
.vendor-details-view .each_vendor{
	padding: 10px; 
    float: right;
	width: 33.33%;
}
.vendor-details-view .each_vendor .spacer{
	border: solid 1px #eee;
    border-radius: 2px;
    width: 100%;
    float: right;
	padding: 10px;
	text-align: center;
}
.vendor-details-view .each_vendor .spacer h2{
	margin: 0;
	line-height: normal;
	font-size: 14px; 
}
.vendor-details-view .each_vendor .spacer > a{
	display: inline-block;
    background: #dddd;
    border-radius: 2px;
    margin: 10px 0 0;
    padding: 5px 10px;
}

/******************************************************************************************
								user view
******************************************************************************************/
/* edit_address*/ 
.user_edit form#adminForm{
	width: 100%;
	float: right; 
} 
.shopper_box,
.userfields_box{
	width: 100%;
	float: right; 
}
.user_edit .guest form#adminForm{
	padding: 15px;
}
.user_edit #recaptcha_wrapper,
.user_edit .control-buttons{ 
	width: 100%;
	float: right;
	margin: 0 !important;
}
.user_edit_address #recaptcha_wrapper,
.user_edit_address .control-buttons{
	padding: 15px;
}
.user_edit .admin_links{ 
	width: 100%;
	float: right;
	margin: 0 !important;
	padding: 15px 0;
}
.user_edit .admin_links a{
	display: inline-block;
    border: solid 1px #ddd;
    margin-left: 5px;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 2px;
    background: #f4f4f4;
}
.user_edit .admin_links a img{
	display: none;
}
.user_edit_address form{
	padding: 0 !important;
}
.user_edit #recaptcha_wrapper .userfields_info{
	font-weight: normal !important;
}
.user_edit .control-buttons .default{
	background: #ebebeb;
    border-radius: 2px;
    border: none;
    padding: 7px 20px;
}
.user_edit .control-buttons .vm-button-correct{
	border-radius: 2px;
	color: #fff;
    border: none;
	padding: 7px 20px;
	display: inline-block;
	background: #4CAF50;
	letter-spacing: normal;
}
.user_edit .userfields{
	width: 100%;
	float: right;
	padding: 0 15px;
    margin: 0;
}
.user_edit fieldset,
.user_edit .userfields .adminForm.user-details{
	width: 100%;
	float: right;
    margin: 0;
	border: none; 
	padding: 0;
}
table.user-details{
	width: 100% !important;
	margin: 0 !important;
}
.asterisk{
	float: left;
	margin-right: 5px;
}
.user_edit .adminForm.user-details td{
	padding: 10px;
	direction: rtl!important ;
	min-width: 110px;
}
.user_edit input{
	min-width: 320px;
	max-width: 100%;
	background: none !important;
	border: solid 1px #ccc;
	border-radius: 2px !important;
}
.user_edit .chzn-container{
	width: 320px !important;
}
.user_edit .chzn-container-single .chzn-search input[type="text"]{
	min-width: 100%;
	max-width: 100%;
}
.user_edit .chzn-container-multi .chzn-choices{
	border: solid 1px #ccc !important;
	border-radius: 2px !important;
	background: none !important;
}
.user_edit .chzn-container-multi .chzn-choices li{
	float: right !important;
	margin: 3px 5px !important;
	padding: 3px 5px 3px 25px !important;
}
.user_edit .chzn-container-multi .chzn-choices li.search-choice{
	border: solid 1px #ddd;
}
.user_edit .chzn-container-multi .chzn-choices li.search-choice .search-choice-close{
	right: auto !important;
    left: 7px !important;
    background: none !important;
    top: 5px;
}
.chzn-container-active .chzn-choices{
	box-shadow: none !important;
}
.user_edit .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before{
    content: "\e870";
    font-family: Linearicons-Free;
    position: absolute;
    font-size: 14px;
}
.user_edit fieldset h3{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 15px 15px 0;
	position: relative;
}
.user_edit fieldset h3:before{
	content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 11px;	
}

/******************************************************************************************
								productdetails view
******************************************************************************************/
.productdetails-view .product_header{
	width: 100%;
	float: right;
	margin-bottom: 10px;
	position: relative;
}
.productdetails-view h1{
	font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
    line-height: normal;
}
.productdetails-view .product_details{
	width: 100%;
	float: right;
}
.productdetails-view .product_details .sku{
	display: inline-block;
    height: 30px;
    border-radius: 2px;
	background-color: #efefef;
	padding: 5px 14px 4px;
	color: #626262;
	float: right;
	margin-left: 15px;
}
.productdetails-view .product_details .vote{
	margin: 0 !important;
	padding-top: 5px;
}
.productdetails-view .product_details .vote .extravote{
	margin: 0 !important;
}
.productdetails-view .product_details .vote .extravote *{
	float: right !important;
}
.extravote a{
	transition: none !important;
}

.productdetails-view .product_header .product_in_stock{
	float: right;
    font-size: 12px;
    margin-left: 15px;
    position: relative;
    top: 5px;
}
.productdetails-view .product_header .product_in_stock > span{
	position: relative;
	padding-right: 18px;
	display: block;
	color: #df5050;
}
.productdetails-view .product_header .product_in_stock > span.in_stock{
	color: #169543;
}
.productdetails-view .product_header .product_in_stock span .lnr{
	font-size: 15px;
	position: absolute;
	top: 1px;
	right: 0;
}

.productdetails-view .product_header .icons{ 
	float: left;
	text-align: left;
	margin: 0;
} 
.productdetails-view .product_header .edit_link a,
.productdetails-view .product_header .icons .recommened-to-friend ,
.productdetails-view .product_header .icons .printModal {
	position: relative;
    width: 35px;
    height: 35px;
    float: left;
    border: solid 1px #eee;
    border-radius: 2px;
    margin-right: 5px;
	display: inline-block;
}
.productdetails-view .product_header .edit_link a:after,
.productdetails-view .product_header .icons .recommened-to-friend:after,
.productdetails-view .product_header .icons .printModal:after{
	position: absolute;
    font-family: Linearicons-Free;
    content: "\e81c";
    font-size: 20px;
    left: 7px;
    top: 1px;
    color: #888;
}
.productdetails-view .product_header .icons .recommened-to-friend:after{
    content: "\e818";
}
.productdetails-view .product_header .edit_link a:after{ 
    content: "\e802"; 	
}
.productdetails-view .product_header .edit_link img,
.productdetails-view .product_header .icons .recommened-to-friend img,
.productdetails-view .product_header .icons .printModal img{
	display: none;
}

.productdetails-view .ask-a-question{
	float: left;
	margin: 0; 
}
.productdetails-view .ask-a-question a{
    padding: 6px;
    border-radius: 2px;
    height: 35px;
    background: none;
    border: solid 1px #eee;
	font-size: 12px;
	color: #888;
	display: block;
	font-weight: normal !important;
}
/**/
.productdetails-view .product_box{
	width: 100%;
	float: right;
}
.productdetails-view .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;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.simpleLens-gallery-container .simpleLens-container .simpleLens-lens-image{
}
.simpleLens-gallery-container .simpleLens-container .simpleLens-big-image{
	height:auto;
    max-height:470px;
}

.productdetails-view .additional-images{
	width: 100%;
	float: right;
}

.productdetails-view .additional-images .owl-item div{
	padding: 5px;
	display: block;
}
.productdetails-view .additional-images div a{
	padding: 5px;
	display: block;
	border: solid 1px #eee;
	border-radius: 2px;
}
.productdetails-view .additional-images img{
	margin: 0 !important;
}
.productdetails-view .owl-carousel{
	padding: 0 15px;
}
.productdetails-view .owl-nav{
	margin: 0 ;
}
.productdetails-view  .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 40%;
	margin: 0;
	background: none;
	color: #333;
	font-size: 20px;
	padding: 0;
}
.productdetails-view .owl-prev{
	right: -5px;
}
.productdetails-view .owl-next{
	left: -5px;
}

/**/ 
.productdetails-view .availability,
.productdetails-view .product_cart,
.productdetails-view .product_links,	
.productdetails-view .manufacturer,
.productdetails-view .back-to-category,
.productdetails-view .product_price{
	width: 100%;
	float: right;
	margin:0 0 10px !important;
	text-align: right !important;
}

.productdetails-view .product_price .product-price{
	width: 100%;
	float: right;
}
.productdetails-view .product_price .product-price .ask-a-question {
    float: right !important;
    font-weight: normal;
    padding: 7px 15px;
    border: none;
    background: #eee;
    border-radius: 2px;
    line-height: normal;
    color: #666 !important;
}
.productdetails-view .product_price .product-price span.vm-price-desc{
	display: none;
}
.productdetails-view .product_price .product-price strike{
	float: right;
	color: #ff0033;
	margin-left: 10px;
	font-size: 16px; 
}
.productdetails-view .product_price .product-price .PricesalesPrice { 
	float: right;
	color: #4caf50;
    font-size: 20px;
	margin-left: 5px;
}
.productdetails-view .product_price .product-price .PricediscountAmount.vm-display {
	float: right;
	color: #949494;
	font-size: 12px;
	position: relative;
	padding: 0 6px;	
}
.productdetails-view .product_price .product-price .PricediscountAmount:before{
	content: '(';
	position: absolute;
	right: 0;
	top: 0;
}
.productdetails-view .product_price .product-price .PricediscountAmount:after{
	content: ')';
	position: absolute;
	left: 0;
	top: 0;
}
.productdetails-view .product_price .product-price .PricediscountAmount span.vm-price-desc{
	display: inline-block;
	float: right;
	margin: 0 !important;
}
.productdetails-view .product_price .product-price .PricediscountAmount span.vm-price-desc:after{
	content: ':';
    margin-left: 5px;
    display: inline-block;
    margin-right: 0;
}

.productdetails-view .back-to-category {
	color: #666;
}
.productdetails-view .back-to-category .product-details{
	border: none;
    background: none;
    padding: 0;
    margin: 0;
	color: #333;
}	
.productdetails-view .manufacturer{
	color: #666;
}
.productdetails-view .manufacturer span{
	display: inline-block;
}

.productdetails-view .availability{
	text-align: right !important;
	position: relative;
	padding-right: 28px;
	color: #df5050;
	font-size: 12px;
}
.productdetails-view .availability:before{
    width: 23px;
    height: 23px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 60% -77px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
 
.productdetails-view .productDisplayShipments{
	width: 100%;
	float: right;
}
.productdetails-view .productDisplayShipments> div{
	position: relative;
	width: 100%;
	float: right;
	padding: 0 35px 10px 5px;
	font-size: 12px;
	color: #666;
}
.productdetails-view .productDisplayShipments> div:before{
	position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 20px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 60% -137px;
    content: '';
}

.productdetails-view .product_box .addtocart-bar{
	width: 100%;
	float: right;
	margin: 0 !important;
}
.productdetails-view .product_box .addtocart-bar .quantity{
	display: inline-block;
	float: right;
	border: solid 1px #eee;
	border-radius: 2px; 
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.productdetails-view .product_box .addtocart-bar .quantity .quantity-input {
	float: right;
    background: none;
    width: 60px;
    text-align: center;
    border: solid 1px #ddd;
	border-top: none;
	border-bottom: none;
	border-radius: 0;
} 
.productdetails-view .product_box .addtocart-bar .quantity .quantity-minus, 
.productdetails-view .product_box .addtocart-bar .quantity .quantity-plus{
	display: inline-block;
	position: relative;
	background: none !important;
	margin: 0 !important;
	width: 30px !important;
	height: 30px !important;
	border: none !important;
	float: right;
	border-radius: 0 !important;
}
.productdetails-view .product_box .addtocart-bar .quantity .quantity-minus:after, 
.productdetails-view .product_box .addtocart-bar .quantity .quantity-plus:after{
	display: inline-block !important;
    width: 15px !important;
    height: 10px !important;
    background: url('../images/baqqali.png') no-repeat !important;
    background-position: 61% -45px !important;
    content: "";
    position: absolute;
	top: 10px;
	right: 6px;
}
.productdetails-view .product_box .addtocart-bar .quantity .quantity-plus:after{
	height: 16px !important;
    background-position: 61% -56px !important;
	top: 8px;
	right: 7px;
}

.productdetails-view .product_box .addtocart-bar .addtocart-button{
	float: right !important;
	display: inline-block;
}
.productdetails-view .product_box .addtocart-bar .addtocart-button .addtocart-button{
	float: left !important;
    border: none;
    letter-spacing: normal;
    padding: 8px 20px;
	background: #4CAF50 !important;
}
.productdetails-view .product_box .addtocart-bar .notify{
	float: right !important;
	display: inline-block;
    padding: 8px 40px 8px 20px;
	background: #039BE5 !important;
	color: #fff;
	border-radius: 2px;
	position: relative;
	line-height: normal;
}
.productdetails-view .product_box .addtocart-bar .notify:before{
	display: inline-block;
    width: 21px;
    height: 25px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 60% -103px;
    content: "";
    position: absolute;
    top: 5px;
    right: 13px;
}

.productdetails-view .product_box .wishlist{
	width: 50%;
	float: right;
	padding-left: 5px;
}
.productdetails-view .product_box .compare{
	width: 50%;
	float: right;
	padding-right: 5px;
}
.productdetails-view .product_box .btn-vme-round {
	position: relative;
    color: #333;
    padding: 10px ;
    background: #efefef;
    border-radius: 2px;
    width: 100%;
	cursor: pointer;
}
.productdetails-view .product_box .btn-vme-round > i{
	background: none;
    font-size: 17px !important;
    position: relative;
    top: 3px;
    margin-left: 5px;
    width: auto !important;
    height: auto;
    line-height: 13px !important;
	color: #333 !important;
}
.productdetails-view .product_box .btn-vme-round > span{
	font-size: 12px !important;
}

.productdetails-view .product_box .btn-vme-round.btn-item-added{
	background: #f0ad4e;
	color: #fff;
}
.productdetails-view .product_box .btn-vme-round.btn-item-added i{
	color: #fff !important;
}

.productdetails-view .addtocart-area .vm-customfields-wrap{
	margin-bottom: 0;
	width: 100%;
	float: right;
}
.productdetails-view .addtocart-area .product-fields .product-field {
	float: right !important;
	text-align: right !important;
	margin-bottom: 10px;
}
.productdetails-view .addtocart-area .product-fields .product-field .product-fields-title-wrapper{
	float: right;
    min-width: 50px !important;
    padding:5px 0 0 !important;
    margin-left: 10px;
}
.productdetails-view .addtocart-area .product-fields .product-field .product-field-display{
	float: right;
	max-width: 100%;
}

.productdetails-view .more_info{
	width: 100%;
	float: right;
	margin-bottom: 10px;
	background: #f4f4f4;
	border-radius: 2px;
}
.productdetails-view .more_info ul{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
}
.productdetails-view .more_info ul li{
	padding: 8px;
	font-size: 12px;
	color: #666;
}
/**/
.product_details_tab{
	width: 100%;
	float: right;
}
.product_details_tab > .nav{
	width: 100%;
	float: right;
	margin-bottom: 0;
	background: none;
	border: none;
}
.product_details_tab .nav li{
	float: right;   
	margin-left: 5px !important;
}
.product_details_tab .nav li a{  
	color: #333 !important;
	padding: 8px 20px 10px !important;
	border-radius: 2px 2px 0 0 !important;
	border: solid 1px #F2F3F7 !important;
	border-bottom: solid 1px #dae2e6 !important;
	background: none !important; 
}
.product_details_tab .nav li.active a,
.product_details_tab .nav li:hover a,
.product_details_tab .nav li a:hover,
.product_details_tab .nav li a:focus{
	background:#fff !important;
	border: solid 1px #dae2e6 !important;
}
.product_details_tab .nav li a .lnr {
    font-size: 18px;
    margin-left: 2px;
    position: relative;
    top: 2px;
} 
.productdetails-view .product-short-description {
    margin: 0 0 15px !important;
    padding: 10px !important;
    background: #f4f4f4;
    line-height: 25px;
    width: 100%;
    float: right;
}
.productdetails-view .product-description{
    line-height: 25px;
    width: 100%;
    float: right;	
}
/**/
#features .all_fields{
    width: 100%;
    float: right;		
}
#features .all_fields .product-field{
    width: 100%;
    float: right;		
	margin-bottom: 0;
	padding: 10px 0;
	text-align: right !important;
}
#features .all_fields .product-field .product-fields-title-wrapper{
	float: right;
    min-width: 150px !important;
    padding:0 0 !important;
    margin-left: 10px;
	color: #666;
}
#features .all_fields .product-field .product-fields-title-wrapper:after{
	content: ' : ';
}
#features .all_fields .product-field .product-field-display{
	float: right;
}
/**/
.product_other_links {
    text-align: left;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: -45px;
}
.other_product{
	float: left;
	position: relative;
}
.other_product.previous_product{
	margin-right: 5px;
}
.other_product .icon{
	display: inline-block;
	width: 35px;
	height: 35px;
	border: solid 1px #ddd;
	border-radius: 2px;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	color: #666;
	background: #fff;
	cursor: pointer;
	transition: all linear 0.3s;
} 
.other_product .icon:hover,
.other_product .icon:focus{
	background: #eee !important;	
}
.other_product .info {
    position: absolute;
    top: 35px;
    width: 200px;
    left: 0;
    padding: 10px;
	margin: 0 !important;
    z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all linear 0.3s;
}
.other_product .info a{
	display: block;
	text-align: center;
	transition: all linear 0.3s;
}
.other_product .info a span{
	display: block;
	margin-bottom: 10px;
}
.other_product .info img{
	max-width: 100%;
	border-radius: 2px;
} 
.other_product:hover .info{
	opacity: 1;
	visibility: visible;
}
/**/
.productdetails-view .category-view,
.product-related-categories,
.product-related-products{
    box-sizing: border-box;
	border: solid 1px #dae2e6;
	border-radius: 2px;
    background-color: #fff;
	margin-bottom: 20px;
	width: 100%;
	float: right;
}
.product-related-categories .product-fields-title-wrapper,
.product-related-products .product-fields-title-wrapper{
	width: 100%;
	float: right;
	border-bottom: solid 1px #eee;
    padding: 12px 50px 12px 12px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
    position: relative;
}
.product-related-categories .product-fields-title-wrapper:before,
.product-related-products .product-fields-title-wrapper:before{
    content: "";
    position: absolute;
    top: 10px;
    right: 12px;
    width: 35px;
    height: 35px;
    background: url('../images/baqqali.png') no-repeat;
    background-position: 77% -246px;
}
.product-related-categories .product-fields-title-wrapper .hasTooltip,
.product-related-products .product-fields-title-wrapper .hasTooltip{
	position: absolute;
	left: 12px;
	top: 9px;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	background: #eee;
	cursor: pointer;
} 
.product-related-categories .product-fields-title-wrapper .hasTooltip:before,
.product-related-products .product-fields-title-wrapper .hasTooltip:before{
    content: "";
	position: absolute;
	top: 4px;
	right: 2px;
	width: 28px;
	height: 27px;
	background: url('../images/baqqali.png') no-repeat;
	background-position: 60% -158px;
}
.product-related-categories .product-fields-title-wrapper .hasTooltip img,
.product-related-products .product-fields-title-wrapper .hasTooltip img{
	display: none;
}
.product-related-categories .all_fields,
.product-related-products .all_fields{
	width: 100%;
	float: right;
}
.product-related-categories .all_fields .product-field,
.product-related-products .all_fields .product-field{ 
	width: 100%;
    float: right;
    padding: 10px;
	margin: 0 !important;
}
.product-related-products .all_fields .product-field-display{
	width: 100%;
	float: right;
} 
.product-related-categories .all_fields .product-field-display{
	border: solid 1px #eee;
    border-radius: 2px;
    width: 100%;
    float: right;
    padding: 0 !important;
    text-align: center;
    position: relative;
} 
.product-related-categories .all_fields .product-field-display a{
	margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    float: right;
    padding: 0 0 15px;
}
.product-related-categories .all_fields .product-field-display a img{
	margin-bottom: 15px;
}
.product-related-categories .all_fields .product-field-display a:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	transition: all linear 0.3s
}
.product-related-categories .all_fields .product-field-display a:hover:after{
	width: 100%;
}

.product-related-products .owl-nav,
.product-related-categories .owl-nav{
	margin: 0;
	position: absolute;
	left: 60px;
	top: -50px;
}
.product-related-products .owl-theme .owl-nav [class*="owl-"],
.product-related-categories .owl-theme .owl-nav [class*="owl-"]{
	border-radius: 2px;
    background: none;
    margin: 0;
    padding-top: 6px;
    width: 28px;
    height: 28px;
    color: #888;
    border: solid 1px #ddd;
	position: static !important;
	font-size: 14px !important;
}
.product-related-products .owl-theme .owl-nav .owl-next,
.product-related-categories .owl-theme .owl-nav .owl-next{
	border-radius: 2px 0 0 2px;
}
.product-related-products .owl-theme .owl-nav .owl-prev,
.product-related-categories .owl-theme .owl-nav .owl-prev{
	border-left: none;
	border-radius: 0 2px 2px 0;
}
/**/
.productdetails-view .customer-reviews{
	margin: 0 !important;
	width: 100%;
	float: right;
} 
.productdetails-view .customer-reviews h4{
	background: #f4f4f4;
	border-radius: 2px 2px 0 0;
	padding: 10px;
	margin: 0;
	line-height:normal;
	border: none;
	text-align: right !important;
	border-bottom: solid 1px #dae2e6;
} 
.productdetails-view .customer-reviews #reviewform{ 
	width: 100%;
	float: right;
	border: solid 1px #dae2e6;
	border-radius: 2px;
	margin-bottom: 15px;
}
.productdetails-view .customer-reviews .list-reviews{ 
	width: 100%;
	float: right;
	border: solid 1px #dae2e6;
	border-radius: 2px;
}
.productdetails-view .customer-reviews .list-reviews .step{
	padding: 10px;
	width: 100%;
	float: right;
	display: block;
}
.productdetails-view .customer-reviews #reviewform span.step{
	display: block;
    font-weight: normal;
    margin: 0;
    width: 100%;
    float: right;
    text-align: right;
    padding: 10px;
}
.productdetails-view .customer-reviews #reviewform .rating{
	width: 100%;
	float: right;
	padding: 0 10px 0;
	margin: 0 !important;
}
.productdetails-view .customer-reviews #reviewform .rating label,
.productdetails-view .customer-reviews #reviewform .rating .ratingbox{
	margin: 0!important;
}

.productdetails-view .customer-reviews .write-reviews{
	margin: 0 !important;
	width: 100%;
	float: right;
} 
.productdetails-view .customer-reviews .write-reviews .comment_form{
	width: 100%;
	float: right;
	padding: 10px;
}
.productdetails-view .customer-reviews .write-reviews textarea.virtuemart{
	text-align: right !important;
	float: right;
	border-radius: 2px;
	resize: vertical;
	margin-bottom: 10px;
	border: 1px solid #ddd !important;
	max-width: 100% ;
}
.productdetails-view .customer-reviews .write-reviews textarea.virtuemart:hover{
	background: #fff !important;
}
.productdetails-view .customer-reviews .write-reviews .comment_form span{
	display: block;
	width: 100%;
	text-align: right ;
	float: right;
	margin-bottom: 10px;
}
.productdetails-view .customer-reviews .write-reviews .comment_button{
	display: block;
	width: 100%;
	text-align: right ;
	float: right;
}
.productdetails-view .customer-reviews .write-reviews .highlight-button{
	border: none;
    letter-spacing: normal;
    padding: 6px 20px;
    line-height: normal;
}
.productdetails-view .customer-reviews .already_done{
	width: 100%;
    float: right;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    background: rgb(100, 181, 246,0.7);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.productdetails-view .customer-reviews .all_reviews{
	width: 100%;
    float: right;
    padding: 10px;	
}
.productdetails-view .customer-reviews .all_reviews .each_review{
	width: 100%;
	float: right;
	border: solid 1px #eee;
	border-radius: 2px;
	margin-bottom: 10px;
	position: relative;
}
.productdetails-view .customer-reviews .all_reviews .each_review:last-child{
	margin: 0 !important;
}
.productdetails-view .customer-reviews .all_reviews .each_review .header{
	width: 100%;
	float: right;
	border-bottom: solid 1px #eee;	
	padding: 10px;
}
.productdetails-view .customer-reviews .all_reviews .each_review .header > div{
	float: right;
	font-size: 14px;
}
.productdetails-view .customer-reviews .all_reviews .each_review .header .date{
	position: static !important;
    border: none;
    font-size: 11px;
    padding: 2px;
    float: left;
}
.productdetails-view .customer-reviews .all_reviews .each_review blockquote{
	width: 100%;
    float: right;
    border: none;
    padding: 10px !important;
    line-height: 24px;
    color: #666;
	font-size: 12px !important;
}
/**/ 
.product_tags {
	width: 100%;
	float:right;	
}
.product_tags .tag-productdetails {
	width: 100%;
	float:right;	
}
.product_tags .tag-productdetails > div{
	display: none;
}
.product_tags .tag-productdetails a {
	border: 1px solid #dfdfdf;
    border-radius: 2px;
    float: right;
    height: auto;
    line-height: normal;
    margin: 0 0 5px 5px;
    padding: 2px 10px;
    font-size: 12px;
    color: #777;
}
.jmsvmtags .tags {
	padding: 10px !important;
}
.jmsvmtags .tags a{
	border: 1px solid #dfdfdf;
    border-radius: 2px;
    float: right;
    height: auto;
    line-height: normal;
    margin: 0 0 5px 5px;
    color: #777;
}
/**/
.notify_form .text{
	line-height: 25px;
	margin-bottom: 15px;
}
.notify_form #notify_email{
	min-width: 320px;
	height: 35px; 
} 
.notify_form .notify-button{
	letter-spacing: normal;
	border: none;
	height: 35px;
	padding: 5px 20px;
}
/******************************************************************************************
									SIDEBAR CATEGORIES
******************************************************************************************/
.jm-accordion ul.VMmenu, 
.jm-accordion .VMmenu ul, 
.jm-accordion .VMmenu li {
    padding:0 !important;
	font-size:13px !important;
	list-style:none;
}
.jm-accordion ul.VMmenu{
	margin:15px 0;
}
.jm-accordion .VMmenu > li:first-child .first_level{
	border-radius:2px 2px 0 0;
}
.jm-accordion .VMmenu > li:last-child .first_level{
	border-radius:0 0 2px 2px ;
	border-bottom:none;
}
.jm-accordion .first_level {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
	position:relative;
	transition:all linear 0.3s;
} 
.jm-accordion .first_level.sub_menu{
	cursor:pointer;
	transition:all linear 0.3s;
}
.jm-accordion .first_level.sub_menu::after {
    content: "\e874";
    font-family: Linearicons-Free;
    left: 15px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
}
.jm-accordion .first_level.active.sub_menu::after {
    content: "\e873";
    font-family: Linearicons-Free;
    left: 15px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
}
.jm-accordion .first_level a{
	color:#444;
	transition:all linear 0.3s;
}
/**/
.jm-accordion .second_level {
    background: #efefef none repeat scroll 0 0;
    padding: 10px 30px 10px 15px;
	position:relative;
}
.jm-accordion .second_level a{
	color:#444;
	transition:all linear 0.3s;
}
.jm-accordion .second_level.sub_menu{
	cursor:pointer;
} 
.jm-accordion .second_level.sub_menu::after {
    content: "\e874";
    font-family: Linearicons-Free;
    left: 30px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
	transition:all linear 0.3s;
}
.jm-accordion .second_level.sub_menu:hover::after {
}
.jm-accordion .VmOpen > .second_level.sub_menu::after,
.jm-accordion .second_level.sub_menu.active::after  {
    content: "\e873";
    font-family: Linearicons-Free;
    left: 30px;
    position: absolute;
	top:10px;
	color:#888;
	font-size:11px;
} 
/**/
.jm-accordion .menu_two div{
    background: #dedede none repeat scroll 0 0;
    padding: 10px 45px 10px 15px;
} 
.jm-accordion .menu_two div a{
	color:#444;
	transition:all linear 0.3s;
}

/******************************************************************************************
									FILTER MODULE
******************************************************************************************/
.cf_wrapp_all{
	width: 100%;
	float: right;
	padding: 10px;
}
.cf_wrapp_all [type="checkbox"],
.cf_wrapp_all [type="radio"]{
	display: inline-block !important;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}
.cf_wrapp_all .cf_flt_wrapper  {
	width: 100%;
	float: right;
	position: relative;
}
.cf_wrapper_input_text{
	padding: 0 !important;
	width: 100% !important;
}
.cf_wrapper_input_text_1 input[type="search"]{
	width: 100% !important;
	box-sizing:border-box !important;
	height: 40px;
}
.cf_wrapp_all .cf_search_button{
	background: #ddd;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    padding: 0 !important;
    text-align: center;
    border-radius: 2px 0 0 2px !important;
    color: #666 !important;
}
.cf_wrapp_all .cf_search_button:after{
    content: "\e86f";
    font-family: Linearicons-Free;
    position: relative;
    right: 0;
    top: 0;
    font-size: 21px;
}
.cf_wrapp_all .cf_search_button[id*='price']{
    background: #ddd;
    position: static;
    width: 100%;
    height: auto;
    padding: 5px !important;
    text-align: center;
    border-radius: 2px 0 0 2px !important;
    color: #666 !important;
    margin: 10px 0 !important;
}  

.cf_wrapp_all .cf_search_button i{
	display: none;
}
.cf_wrapp_all .cf_flt_header{
	background: #f4f4f4;
    border-radius: 2px 2px 0 0;
    padding: 10px;
    font-size: 14px !important;
    font-weight: normal !important;
}
.cf_wrapp_all .cf_flt_header .headexpand_hide,
.cf_wrapp_all .cf_flt_header .headexpand_show{
	background: none !important;
	position: relative;
}
.cf_wrapp_all .cf_flt_header .headexpand_show:after{
    content: "\e874";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}
.cf_wrapp_all .cf_flt_header .headexpand_hide:after{
    content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}
.cf_wrapp_all .cf_box{
	border: solid 1px #eee;
	border-radius: 2px;
}
.cf_wrapp_all .cf_box .cf_wrapper_inner{  
	padding: 10px !important;
}
.cf_wrapp_all .cf_wrapper_inner .cf_filters_list li{
    padding: 6px 0;
    line-height: normal;
} 
.cf_wrapp_all .cf_wrapper_inner label{
	margin: 0 !important;
}
.cf_wrapp_all .cf_wrapper_inner .cf_filters_list .cf_option{
	color: #333 !important;
	padding: 0 0 0 5px !important;
}
.cf_filters_list li .cf_sel_opt{
	font-weight:normal !important;
}
.cf_wrapp_all .cf_wrapper_inner .cf_filters_list .cfLiLevel1 label > span,
.cf_wrapp_all .cf_wrapper_inner .cf_filters_list .cfLiLevel1 label > a{
	position: relative;
	padding: 0 15px 0 5px !important;
}
.cf_wrapp_all .cf_wrapper_inner .cf_filters_list .cfLiLevel1 label > span:before,
.cf_wrapp_all .cf_wrapper_inner .cf_filters_list .cfLiLevel1 label > a:before{
    content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 11px;
}
.cf_wrapp_all .cf_wrapper_inner .form-horizontal{
	text-align: center;
}
.cf_wrapp_all .cf_box .cf_smart_search{
	margin: 0 0 10px !important;
    width: 100%;
}
.cf_wrapp_all .cf_wrapper_inner .cf_currency{
	margin: 0 3px 0 0 !important;
}
.cf_wrapp_all .cf_wrapper_inner label[for*='price']{
	margin: 0 3px !important;
}
.cf_wrapp_all .cf_wrapper_inner .form-horizontal label[for*='price']:first-child{
	margin: 0 !important;
}
.cf_wrapp_all #price_clear{
	width: 100%;
    float: right;
    background: #ddd;
    margin: 10px 0;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    line-height: normal;
    color: #666;
    border-radius: 2px;
}

.cf_wrapp_all a[id*="clear"],
.cf_wrapp_all .cf_resetAll_link{
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 9px;
    border-radius: 2px;
    line-height: normal;
}
.cf_wrapp_all a[id*="clear"]{
	margin-top: 10px;
}
/**/
#bd_results .cf_results-msg{
    box-sizing: border-box;
	border: solid 1px #dae2e6;
	border-radius: 2px;
    background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 100%;
	float: right;
}
#print #bd_results{
	width: 100%;
	float: right;
	padding: 15px;
}
.knob_wrapper{
	margin: 0 18px 0 0 !important;
}
/******************************************************************************************
									jms tags page
******************************************************************************************/ 
.jms-tags-page > h1 span{
	color: #666;
	font-size: 13px;
}
.jms-tags-page .products-list{
	margin: 0 !important;
}
.jms-tags-page .filters-panel-bottom{
	width: 100%;
	float: right;
	margin: 0 !important;
	padding: 10px !important;
}
.vmessentials-wrapper.vme-wishlist .wishlist_footer .pagination,
.jms-tags-page .filters-panel-bottom .jms-pagination {
	width: auto !important;
    float: right !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/******************************************************************************************
									wishlist page
******************************************************************************************/ 
.empty_compare,
.empty_wishlist{
	padding: 0 10px 15px !important;
    width: 100%;
    float: right;
}
.empty_compare .vme-empty-list,
.empty_wishlist .vme-empty-list{
	margin: 0!important;
}
.vmessentials-wrapper.vme-wishlist div.product {
    padding: 20px 20px 10px 10px !important;
}
.vmessentials-wrapper.vme-wishlist .productdetails .product_buttons .wishlist a{
	cursor: not-allowed ;
}
.vmessentials-wrapper.vme-wishlist .vme-list-remove{
	position: absolute;
	padding: 0;
	right: -15px;
	top: -20px;
}
.vmessentials-wrapper.vme-wishlist .vme-list-remove button{
	color: #fff;
    font-size: 22px !important;
    width: 35px;
    height: 35px;
    background: #ff0033;
    border-radius: 2px;
}
.vmessentials-wrapper.vme-wishlist .vme-list-remove button span{
	position: relative;
	top: 3px;
	right: -1px;
}
.vmessentials-wrapper.vme-wishlist .vme-list-remove button:hover{
	text-decoration: none !important;
}
.vmessentials-wrapper.vme-wishlist .wishlist_footer{
	width: 100%;
	float: right;	
	padding: 10px;
}
.vmessentials-wrapper.vme-wishlist .wishlist_footer form{
	float: left;
}
 
/******************************************************************************************
									compare page
******************************************************************************************/ 
.compare_products_box{
	width: 100%;
	float: right;
	padding: 15px;
}
.compare_products{
	width: 1140px;
}
.compare_row_one{
	width: 100%;
	float: right;
}

.compare_right_cell{
	width: 15%;
	float: right;
}
.compare_left_cell{
	width: 85%;
	float: right;
}
.compare_cols{
	float: right;
	padding: 5px;
}
.compare_top_image{
    border: 1px solid #ebeced;
    border-radius: 2px;
	position: relative;
	padding: 15px;
}
.compare_remove {
    position: absolute;
    top: -12px;
    right: -10px;
    cursor: pointer;
    text-align: center;
	transition: all linear 0.3s;	
}
.compare_remove button{
    color: #e74c3c;
    font-size: 21px !important;
    position: static !important;
    background: none !important;
}
.compare_top_info {
    border-radius: 2px;
	padding: 10px !important;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	float: right;
} 
.compare_top_info1{
    background-color: #f2fdff;
    border: 1px solid #ebeced;
}
.compare_top_info2{
    background-color: #FEFEF3;
    border: 1px solid #ebedec;
}
.compare_top_info3{
    background-color: #F1FAF2;
    border: 1px solid #ebedec;
}
.compare_top_info4{
    background-color: #fdf2f5;
    border: 1px solid #ebeced;
}
.compare_top_info h3 {
    font-size: 13px;
    line-height: normal;
    margin: 0 0 10px;
    text-align: center;
}
.compare_top_info h3 a{ 
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.compare_top_info .compare_vote{
	transition: none;
	width: 100%;
	float: right;
    margin-bottom: 10px !important;
	text-align: center!important;
}
.compare_top_info .compare_vote .extravote{
	margin: 0;
}
.compare_top_info .compare_vote .extravote .extravote-info{
	display: none;
}
.compare_top_info .compare_vote a{
	transition: none;
}
.compare_top_info .cart,
.compare_top_info .price{
	width: 100%;
	float: right;
	text-align: center;
} 
.compare_top_info .price .baseprice{
	display: inline-block;
	color: #ff0033;
	margin-left: 10px;
	font-size: 14px;
}
.compare_top_info .price .salesprice{
	display: inline-block;
	color: #4caf50 ;
	font-size: 16px;
}
.compare_row_two h3, 
.compare_row_three h3 {
    background: #f2f4f5;
    padding: 15px 37px 15px 15px;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
    margin: 0 0 15px;
}
.compare_row_two h3 span, 
.compare_row_three h3 span{
	position: absolute;
	top: 19px;
	right: 19px;
	font-size: 14px;
}
.compare_row_content {
    margin-bottom: 15px;
    float: right;
    width: 100%;
}
.compare_row_three .compare_row_content{
	margin: 0 !important;
}
.compare_products .info_titles{   
	padding: 0;
    background-color: #f3f4f6;
    border: 1px solid #ebeced;
	border-left: none !important;
	border-bottom: none !important;
    border-radius: 0 2px 2px 0;
    font-size: 13px;
    line-height: 23px;
}
.compare_products .info_titles li{  
	padding: 10px ;
    border-bottom: 1px solid #ebeced;
	color: #444;
} 
.compare_products .info_titles li label{
	color: #444;
	margin: 0;
} 
.compare_products .info_values{   
	padding: 0; 
    font-size: 13px;
    line-height: 23px;
    border: 1px solid #ebeced;
	border-left: none !important;
}
.compare_row_content .info_values:last-child{
    border-left: 1px solid #ebeced !important;
    border-radius: 2px 0 0 2px;
}
.info_values1{
    background-color: #f2fdff;
}
.info_values2{
    background-color: #FEFEF3;
}
.info_values3{
    background-color: #F1FAF2;
}
.info_values4{
    background-color: #fdf2f5;
}
.compare_products .info_values li{  
	padding: 10px ;
    border-bottom: 1px solid #ebeced;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.compare_products .info_values li:last-child{
	border-bottom: none !important;
}  
.compare_products .info_values li.other_description > *{
	margin: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 

.compare_products .cart .vm-customfields-wrap{
	display: none;
}
.compare_products .cart .quantity{
	display: none;
}
.compare_products .cart span.addtocart-button{
	display: block;
	width: 100%;
	height: 100%;
}
.compare_products .cart .addtocart-area,
.compare_products .cart .addtocart-bar{
	margin: 0 !important;
}
.compare_products .cart span.addtocart-button input{
    border: none;
    letter-spacing: normal;
    background: #4CAF50 !important;
    color: #fff !important;
    border-radius: 2px !important;
    padding: 8px 30px !important;
    line-height: normal !important;
	margin-top: 10px;
}
.compare_products .cart span.addtocart-button input:hover{
	background: #4CAF50 !important;
	color: #fff !important;
}
.compare_products .cart .addtocart-bar .notify{
    display: inline-block;
    background: #039BE5 !important;
    padding: 8px 30px !important;
	text-align: center;
    border-radius: 2px !important;
    line-height: normal !important;
	margin-top: 10px;
    color: #fff !important;
}

.vme-quickview{
	background: #fff !important;
}

.sj-listing-tabs .ltabs-items .ltabs-loading,
.vme-mod-loader-wheel,
.sj-minicart-pro .mc-content .mc-process,
.lity-iframe-container iframe{
	background:#fff url(../images/process.gif) no-repeat 50% 50% !important;
}
.vmLoadingDiv {
  background: rgba(255, 255, 255, 0.2) url('../images/process.gif') 50% 45% no-repeat  !important;
} 
/******************************************************************************************
									one page checkout
******************************************************************************************/ 
.fancy-tos-body,
#ProOPC, #ProOPC span, #ProOPC div, #ProOPC p, #ProOPC input, #ProOPC select, #ProOPC button, #ProOPC h1, .proopc-finalpage h3, .proopc-finalpage h2, .proopc-finalpage h1, .proopc-finalpage h4, .proopc-register-login h3, .proopc-register-login h2, .proopc-register-login h4, .proopc-register-login h1{
	font-size: 13px !important;
	font-family: 'iransans' !important;
}
#ProOPC a:not(.proopc-btn):hover, 
#ProOPC a:not(.proopc-btn):focus{
	text-decoration: none !important;
} 
#ProOPC .lnr{
    font-family: Linearicons-Free !important;
}
.proopc-cart-modules{
	width: 100%;
	float: right;
}
#ProOPC .cart-page-title{
	margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 18px !important;
}
.proopc-empty-continue-link{
	width: 100%;
	float: right;
	text-align: center;
	margin: 0 !important;
}
.proopc-empty-continue-link a{
	border: none;
    letter-spacing: normal;
    padding: 8px 20px;
    background: #4CAF50;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    border-radius: 2px;
}
.proopc-empty-continue-link a:focus,
.proopc-empty-continue-link a:hover{
	color: #fff !important;
}

#ProOPC .proopc_header{
	width: 100%;
	float: right;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}
#ProOPC .proopc_header h1 {
    float: right;
    margin: 0 !important;
    line-height: normal !important;
    font-size: 18px !important;
    padding: 0;
}
#ProOPC .proopc_header a.proopc-goback-link,
#ProOPC .proopc_header a.proopc-continue-shopping{
	border: none;
    letter-spacing: normal;
    padding: 7px 18px;
    background: #4CAF50;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    border-radius: 2px;
	float: left;
	font-size: 12px !important;
	height: 32px;
}
#ProOPC .proopc_header .proopc-login-message-cont{
	float: left !important;
	margin-left: 5px;
	max-width: 100% !important;
}
.proopc-loggedin-user, .proopc-continue-link{
	margin: 0 !important;
}
#ProOPC .proopc_header .proopc-loggedin-user{
	background: #eee;
	border-radius: 2px;
	font-size: 12px !important;
	height: 32px;
	padding: 6px 10px 4px 25px;
}
#ProOPC .proopc_header .proopc-loggedin-user .lnr{
	position: absolute;
	left: 12px;
	top: 8px;
	font-size: 10px !important;
}
#ProOPC .proopc_header .proopc-logout-cont{
	min-width: 180px !important;
}
#ProOPC .proopc_header .proopc-logout-cont .proopc-btn {
    line-height: normal;
    display: inline-block;
    border: none;
    background: #039BE5;
    border-radius: 2px;
    color: #fff;
    text-shadow: none;
    padding: 5px 15px;
    vertical-align: initial;
	font-size: 12px !important;
}
#ProOPC .proopc_header .proopc_arrow_box{
	border: solid 1px #eee ;
	border-radius: 2px;
	box-shadow: none;
}
#ProOPC .proopc_header .proopc_arrow_box::before {
    border-width: 9px !important;
    margin-left: -9px !important;
}
#ProOPC .proopc_header .proopc_arrow_box::after {
    border-width: 7px !important;
    margin-left: -7px !important;
}
#proopc-carttable-form,
#proopc-carttable-form .table-responsive{
	width: 100%;
	float: right;
}
#proopc-carttable-form .cart-summary{
	margin-bottom: 15px;
	border: solid 1px #eee;
}
#proopc-carttable-form .cart-summary th{
	background: #f4f4f4;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border: none;
	border-bottom: solid 1px #eee;
} 
#proopc-carttable-form .cart-summary td{
	border: none;
	border-bottom: solid 1px #eee;
	text-align: center!important;
    vertical-align: middle;
}
#proopc-carttable-form .cart-summary td:before{
	display: none !important;
}
#proopc-carttable-form .cart-summary td.sub-headings{
	text-align: right;
}
#ProOPC .cart-product-description.with-image {
    padding-left: 0 !important;
    padding-right: 70px;
}
#ProOPC .cart-images {
    margin-left: 0 !important;
    margin-right: -70px;
    float: right !important; 
	box-shadow: none !important;
	padding: 0 !important;
	width: 90px !important;	
}
.vm-orders-items .product-field-type-B, 
.vm-orders-items .product-field-type-S, 
.vm-orders-items .product-field-type-I,
#ProOPC .product-field-type-B, 
#ProOPC .product-field-type-S, 
#ProOPC .product-field-type-I{
	text-align: right !important;
	float:right !important;
}  
#ProOPC .coupon-details{
	display: inline-block;
}
#proopc-carttable-form .cart-summary .cart-product-description h3{
	margin: 0 0 5px;
	padding: 0;
	text-align: right !important;
	line-height: normal;
	background: none ;
	height: auto;
}
#proopc-carttable-form .cart-summary .cart-product-description h3 a{  
	display: block;
	font-size: 13px;
}
#proopc-carttable-form .cart-summary .vm-customfield-cart{
	color: #666;
	font-size: 12px;
	text-align: right !important;
}
#proopc-carttable-form .cart-summary .vm-customfield-cart span{
	position: relative;
	padding-right: 15px;
	display: block;
}
#proopc-carttable-form .cart-summary .vm-customfield-cart span:before{
    content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 9px;
}
#proopc-carttable-form .cart-summary .proopc-task-updateqty ,
#proopc-carttable-form .cart-summary .remove_from_cart {
	color: #888;
	line-height: normal;
	width: 35px;
	height: 35px;
	text-shadow: none !important;
	border: solid 1px #eee !important;
	border-radius: 2px;
	padding: 0;
	background: none;
}
#proopc-carttable-form .cart-summary .proopc-task-updateqty .lnr,
#proopc-carttable-form .cart-summary .remove_from_cart .lnr{
    font-size: 20px !important;
	position: relative;
	top: 1px;
}
#proopc-carttable-form .cart-summary .line-through{
	margin: 0 !important;
}
.grand-total .PricebillTotal,
#proopc-carttable-form .price-title, 
#proopc-carttable-form .final-price,
#proopc-carttable-form .product-discount,
#proopc-carttable-form .product-price .PricesalesPrice,
#proopc-carttable-form .col-total .PricesalesPrice{
	color: #4caf50 !important;
}
#proopc-carttable-form .PricediscountAmount{
	color: #888 !important;
}
/**/
#proopc-carttable-form .quantity {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 37px;
	border: 1px solid #ddd;
	border-radius: 2px;
	float: right;
}
#proopc-carttable-form input[type=number]::-webkit-inner-spin-button,
#proopc-carttable-form input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
#proopc-carttable-form input[type=number] {
	-moz-appearance: textfield;
}
#ProOPC #proopc-carttable-form .quantity input {
	width: 45px;
	height: 35px; 
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	border-left: 1px solid #ddd;
	box-shadow: none;
	box-sizing: border-box;
}
#proopc-carttable-form .quantity input:focus {
	outline: 0;
}
#proopc-carttable-form .quantity-nav {
	position: absolute;
	height: 35px;
	width: 20px;
	left: 0;
	top: 0;
}
#proopc-carttable-form .quantity-button {
	cursor: pointer;
	position: absolute;
	border: none;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px; 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 50%;
	left: 0;
}
#proopc-carttable-form .quantity-button.quantity-up {
	top: 0;
	border-bottom: 1px solid #eee;
}
#proopc-carttable-form .quantity-button.quantity-down {
	bottom: -1px; 
}
#proopc-carttable-form .cart-summary .proopc-task-updateqty {
	float: right;
	margin-right: 5px;
}
/**/
.proopc-register-login{
	width: 100%;
	float: right;	
} 
.proopc-register-login .proopc-register, 
.proopc-register-login .proopc-login{
	width: 100%;
	border: solid 1px #eee;
	border-radius: 2px;
	float: right;
}
#ProOPC .proopc-register-login h3{
	background: #f4f4f4;
    padding: 10px 5px;
    text-align: center;
    border: none !important;
    border-bottom: solid 1px #eee !important;
    margin: 0 !important;
	font-size: 16px !important;
}
#ProOPC .proopc-register-login .proopc-inner{
	margin: 0 !important;
	border: none;
	background: none;
	padding: 10px !important;
} 
#ProOPC .proopc-register-login .proopc-inner .proopc-subtitle{
	color: #666;
	margin: 0 0 10px;
	line-height: normal;
}
#ProOPC .proopc-register-login .proopc-inner .proopc-switch-box{
	background: #f4f4f4;
	border-radius: 2px;
	padding: 10px;
	width: 100%;
	float: right;
	margin-bottom: 10px;
}
#ProOPC .proopc-register-login .proopc-inner .proopc-switch-box .proopc-switch{
	margin: 0
} 
.proopc-input-group-level{
	float: right !important;
	width: 30% !important;
}
.proopc-input{
	float: right !important;
	width: 70% !important;
}
.proopc-group{
	margin-bottom: 10px !important;
	float: right;
	width: 100%;
}
.proopc-input-group-level label{
	padding: 0 !important;
	margin: 0 !important;
}
.proopc-input-group-level label > span{
	display: inline-block;
	float: right;
	color: #333 !important;
}
#ProOPC .proopc-register-login input{
	border: solid 1px #ddd !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    height: 25px !important;
    margin: 0 !important;
}
#ProOPC .proopc-register-login input[type="radio"]{
	height: auto !important;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
#ProOPC .proopc-register-login button{
	border: none;
    letter-spacing: normal;
    padding: 8px 20px;
    background: #039BE5;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    border-radius: 2px;
	width: auto !important;
}
#ProOPC .proopc-register-login .proopc-reg-advantages p,
#ProOPC .proopc-register-login .proopc-reg-advantages h4{
	margin: 0 !important;
}
#ProOPC .proopc-register-login ul{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
}
#ProOPC .proopc-register-login ul li{
	position: relative;
	padding-right: 15px;
	display: block;
	color: #666;
}
#ProOPC .proopc-register-login ul li a{
	color: #666;
	display: block;	
}
#ProOPC .proopc-register-login ul li:before{
    content: "\e875";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 9px;
}
#ProOPC .proopc-input-append input[type="text"], 
#ProOPC .proopc-input-append input[type="email"], 
#ProOPC .proopc-input-append input[type="password"]{
	padding-right: 10px !important;
	padding-left: 20px;
}
#ProOPC textarea.invalid, 
#ProOPC input[type="text"].invalid, 
#ProOPC input[type="email"].invalid, 
#ProOPC input[type="password"].invalid, 
#ProOPC select.invalid{
	color: #ff0033 !important;
}
#ProOPC textarea.valid, 
#ProOPC input[type="text"].valid, 
#ProOPC input[type="email"].valid, 
#ProOPC input[type="password"].valid, 
#ProOPC select.invalid{
	color: #4caf50 !important;
}
.proopc-input-append > .status{
	left: 10px;
	right: auto !important;
	margin-top: 10px !important;
	background: none !important;
}

.proopc-input-append > .status.valid:before{ 
    content: "\e87f";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 18px;
    font-style: initial !important;
	color: #4caf50;
}
.proopc-input-append > .status.invalid:before{
    content: "\e880";
    font-family: Linearicons-Free;
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 18px;
    font-style: initial !important;
	color: #ff0033;
}
/**/
#ProOPC .proopc-change-shopper-cont{
    box-sizing: border-box !important;
	border: solid 1px #dae2e6 !important;
	border-radius: 2px !important;
	padding: 15px !important;
	width: 100% !important;
	float: right !important;
}
#ProOPC .proopc-change-shopper-box{
	width: 100%;
	border: solid 1px #eee;
	border-radius: 2px;
	float: right;
}
#ProOPC .proopc-change-shopper-title{
	background: #f4f4f4 !important;
    padding: 10px 5px !important;
    text-align: center;
    border: none !important;
    border-bottom: solid 1px #eee !important;
    margin: 0 !important;
	font-size: 16px !important;
	line-height: normal !important;
}
#ProOPC .proopc-change-shopper-inner{
	width: 100%;
	float: right;
}
#ProOPC .proopc-change-shopper-box form{
	width: 100%;
	float: right;
	margin-bottom: 10px;
} 
#ProOPC .proopc-change-shopper-box #usersearch{
	height: 25px;
    box-shadow: none !important;
    line-height: normal !important;
    min-width: 230px;
    border: solid 1px #ddd !important;
	float: right;
	margin-bottom: 0 !important;
	margin-left: 5px;
}
#ProOPC .proopc-change-shopper-box .proopc-btn{
	height: 32px;
    line-height: normal;
    display: inline-block;
    border: none;
    background: #039BE5;
    border-radius: 2px;
    color: #fff;
    text-shadow: none;
    padding: 0px 15px;
    vertical-align: initial;
    float: right;
    margin-left: 5px;
	font-size: 12px !important;
}
#ProOPC .proopc-change-shopper-box .proopc-btn.proopc-clear-filter{
	background: #e7e7e7;
	color: #333;
}
#ProOPC .proopc-change-shopper-box select,
#ProOPC .proopc-change-shopper-box .chzn-container{
	float: right;
	min-width: 320px;
	margin-left: 5px !important;
}
#ProOPC .proopc-change-shopper-box .chzn-container *{
	font-size: 12px !important;
}
#ProOPC .proopc-change-shopper-box .chzn-container-single .chzn-single{
	height: 32px !important;
}
#ProOPC .proopc-change-shopper-box .chzn-container .chzn-search input{
	box-sizing: border-box !important;
	background: #fff !important;
}
#ProOPC .proopc-change-shopper-box .chzn-container-multi .chzn-choices{
	border: solid 1px #ddd !important;
	border-radius: 2px !important;
	background: none !important;
}
#ProOPC .proopc-change-shopper-box .chzn-container-multi .chzn-choices li{
	float: right !important;
	margin: 3px 5px !important;
	padding: 3px 5px 3px 25px !important;
}
#ProOPC .proopc-change-shopper-box .chzn-container-multi .chzn-choices li.search-choice{
	border: solid 1px #ddd;
}
#ProOPC .proopc-change-shopper-box .chzn-container-multi .chzn-choices li.search-choice .search-choice-close{
	right: auto !important;
    left: 7px !important;
    background: none !important;
    top: 5px;
}
#ProOPC .proopc-change-shopper-box .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before{
    content: "\e870";
    font-family: Linearicons-Free;
    position: absolute;
    font-size: 14px;
}

.proopc-finalpage .proopc-column3{
	float: right !important;
}
#ProOPC .checkout_row{
	width: 100%;
	float: right;
	margin-bottom: 10px;
	border: solid 1px #eee !important;
	border-radius: 2px;
}
#ProOPC .proopc-finalpage h3{
	font-size: 16px !important;
	background: #f4f4f4;
	margin: 0;
	padding: 10px 40px 10px 10px;
	position: relative;
	line-height: normal;
	height: 45px;
}
#ProOPC .proopc-finalpage h3 .step{
	width: 0; 
	height: 0; 
	border-top: 45px solid #efefef; 
	border-left: 45px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
    color: #686868;
}
#ProOPC .proopc-finalpage h3 .step span{
	position: absolute;
    top: -40px;
    right: 9px;
    font-size: 14px !important;
}
.proopc-additional-info,
.proopc-shipments, .proopc-payments, .proopc-coupon, .proopc-cartlist, .proopc-confirm-order,
.proopc-bt-address, .proopc-st-address{
	margin: 0 !important;
	border: none !important;
}
#ProOPC .proopc-finalpage .edit-address{
	width: 100%;
	float: right;	
}
#ProOPC .proopc-finalpage .edit-address form > div{
	width: 50%;
	float: right ;
	margin-bottom: 15px;
}
#ProOPC .proopc-finalpage .edit-address form > div:nth-child(even){
	padding-right: 10px;
}
#ProOPC .proopc-finalpage .edit-address form > div:nth-child(odd){
	padding-left: 10px;
}
#ProOPC .proopc-finalpage .edit-address form > div label{
    float: right !important;
    width: 30% !important;
}
#ProOPC .proopc-finalpage .edit-address form > div label > span{
	display: inline-block;
	float: right;
	color: #333 !important;
}
#ProOPC .proopc-finalpage .edit-address form > div .chzn-container,
#ProOPC .proopc-finalpage .edit-address form > div select,
#ProOPC .proopc-finalpage .edit-address form > div > input{
	width: 70% !important;
	float: right ;
	box-sizing: border-box !important;
}
#ProOPC .proopc-finalpage .edit-address form > div select{
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
	border:1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    color: #888;
    cursor: pointer;
    font-size: 13px;
    height: 35px;
    line-height: normal;
    margin: 0;
    padding: 0 5px 0 42px;
    position: relative;
    z-index: 1;
	background:#fff url(../images/select-option.png) no-repeat !important;
	background-position:5% center !important;
	background-size: 15px !important;
}
#ProOPC .proopc-finalpage .edit-address form > div input{
	height: 35px;
	border: solid 1px #ddd;
	border-radius: 2px;
	background: none;
	box-shadow: none;
	margin: 0 ;
} 
#ProOPC .proopc-finalpage .edit-address form > div .chzn-container input{
	box-sizing: border-box !important;
	max-width: 100% !important;
}
#ProOPC .proopc-finalpage .edit-address form > div .chzn-container .chzn-container-single .chzn-single{
	height: 35px !important;
}
#ProOPC .checkout_mutli_col{
	width: 100%;
	float: right;
}
.proopc-shipments input[type="radio"], 
.proopc-payments input[type="radio"] {
    float: right !important;
    margin: 5px 0 1px 10px !important;
}
.proopc-shipments label, 
.proopc-payments label{
    float: right !important;
}
#ProOPC #proopc-coupon-code{
	width: 320px !important;
    float: right !important;
    height: 35px !important;
    box-sizing: border-box !important;
    box-shadow: none;
    border: solid 1px #ddd;
    margin: 0 0 0 5px !important;
}
#proopc-coupon button.proopc-btn{
	line-height: normal;
    display: inline-block;
    border: none;
    background: #039BE5;
    border-radius: 2px;
    color: #fff;
    text-shadow: none;
    padding: 5px 20px;
    vertical-align: initial;
    font-size: 12px !important;
    float: right !important;
    margin: 0 !important;
    height: 35px;
}
#ProOPC .customer-comment-group textarea,
#ProOPC .proopc-additional-info textarea{
	height: 150px;
	border: solid 1px #ddd;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: none;
	resize: vertical;
	text-align: right !important;
}
#ProOPC #cart_tos_field{
	display: inline-block !important;
    opacity: 1;
    float: right;
    margin: 0;
    position: static;
}
.billto-shipto span, a.terms-of-service{
	font-size: 13px !important;
}
.fancy-tos-container{
	max-width: 100% !important;
}
.fancy-tos-body{
	overflow: auto !important;
}
.fancy-tos-head{
	padding-top: 0 !important;
	position: relative;
	text-align: right;
}
.fancy-tos-head .fancy-close{
	position: absolute;
    left: 10px;
    top: 0;
    width: 35px;
    height: 35px;
    opacity: 1 !important;
}
.fancy-tos-head .fancy-close:after{
    content: "\e880";
    font-family: Linearicons-Free;
    font-size: 20px;
	color: #ff0033;	
}
.fancy-tos-head .fancy-close span{
	display: none;
} 
#ProOPC #proopc-carttable-form{
	padding: 15px !important;
}
#ProOPC .cart_info #proopc-carttable-form{
	padding: 0 !important;
}
#ProOPC #proopc-order-submit{
	line-height: normal;
    display: inline-block;
    border: none;
    background: #4CAF50;
    border-radius: 2px;
    color: #fff;
    text-shadow: none;
    padding: 5px 20px;
    vertical-align: initial;
    font-size: 13px !important;
    float: right !important;
    margin: 0 !important;
    height: 35px;
	width: auto !important;
	
}
.vm-wrap .vm-button-correct, .vm-button-correct:link, 
.vm-wrap .vm-button-correct:visited{
	letter-spacing: normal;
    font-size: 13px;
    border: none;
    border-radius: 2px;
    margin: 10px 0 ;
    padding: 8px 15px;
    font-weight: normal;
}


/******************************************************************************************
									ask-a-question-view popup
******************************************************************************************/ 
.ask-a-question-view{
    padding: 0;
    background: #fff !important;
	width: 100%;
	float: right;
}
.ask-a-question-view h1{
    font-size: 16px;
    margin: 0 0 10px;
    padding: 10px;
    line-height: normal;
    background: #f4f4f4;
    text-align: center;
    border-radius: 2px;
}
.ask-a-question-view .product-summary{
	width: 100%;
	float: right;
	padding: 0;
	margin: 0 0 10px;
	border: none;
}
.ask-a-question-view .product-summary .image_box{
	width: 20%;
	float: right;
	padding-left: 15px;
}
.ask-a-question-view .product-summary .info_box{
	width: 80%;
	float: right;
}
.ask-a-question-view .product-summary h2{
	font-size: 14px !important;
}
.ask-a-question-view .product-summary .short-description{
	color: #888;
	font-size: 13px
}
.ask-a-question-view .form-field{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0 15px;
}
.ask-a-question-view .askform{
	width: 100%;
	float: right;
}
.ask-a-question-view .askform > div{
	width: 100%;
	float: right; 
	padding: 0 0 10px;
} 
.ask-a-question-view .askform label{
	width: 100%;
	float: right;
} 
.ask-a-question-view .askform input,
.ask-a-question-view .askform textarea{
	width: 100% !important;
    float: right;
    background: none !important;
    padding: 7px !important;
    border: solid 1px #ddd !important;
    border-radius: 2px !important;
    margin: 0 !important;
	text-align: right !important;
} 
.ask-a-question-view .askform textarea{
	height: 100px;
}
.ask-a-question-view .form-field .submit{
	width: 100% !important;
    float: right;	
}
.ask-a-question-view .form-field .submit > div{
	margin-bottom: 10px;
}
.ask-a-question-view .form-field .submit > div:last-child{
	margin: 0;
}

.ask-a-question-view .highlight-button{
	letter-spacing: normal;
    line-height: normal;
    border: none;
    font-size: 13px !important;
    padding: 5px 10px !important;
} 
/**************************/

#reviews {
    width: 100%;
    float: right;
    margin: 0 0 20px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
#reviews .rating {
    direction: ltr;
}
#reviews .ratingbox {
    background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
}









 
