@font-face {
    font-family: joominamed;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

img{
    max-width:100%;
}

.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;
} 
.container { 
}
.container-fluid.main_site_content {
    background: #fff;
    padding: 20px 0 !important;
    margin: 0 0 15px;
}
/**/
#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;
    background: #039BE5 !important;
}
.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:rgb(0, 122, 255) !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-radius: 2px;
    background-color: #fff;
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	float: right;
} 
.main_content{
	margin-bottom:20px;
}
/******************************************************************************************
										RESPONSIVE MENU
******************************************************************************************/
#toggle_main_menu {
    border: none;
    color: #000; 
    position: relative;
    width: 100%; 
    margin-top: 0px;
    border-radius: 2px;
    background: none !important;
    text-align: center;
    float: right;
    padding: 2px 5px;
}
#toggle_main_menu span.lnr{
	position: relative; 
    font-size: 24px !important;
    display: block;
}
#toggle_main_menu span.title{ 
    display: block; 
}
#toggle_main_menu:hover{
	color: #000 !important;
    background: none;
}
#toggle_main_menu:hover span{
	color: #000 !important;
}
.responsive-menu{ 
    display: table-cell;
    vertical-align: middle;
}
.responsive_menu {
	background: #000 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:0 0 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;
} 
.main_menu_box {
    float: right;
}
/******************************************************************************************
										HEADER
******************************************************************************************/
header { 
    background: #fff none repeat scroll 0 0;  
} 
header .top_header > div >div{
    display: flex;
    justify-content: space-between;
    padding: 10px 0; 
    position:relative;

}
header .btm_header {
    background: #0A0A0A;
}
header .logo_image { 
    width: 100px;
    display: inline-block;
	width: 100px;
	margin:0 auto;
} 
header .jm_social_network a{
    font-size:25px;
    opacity:1;
    margin:8px 10px 0 10px !important;
}
.top_header > div >div > div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width:100%;
    margin:0 auto;
}
/**/ 
div[id*="maximenuck"]{
	font-size: 13px !important;
}
.maxiFancybackground{
	display: none !important;
}
.main-menu{
	position: relative;
    margin: 0 auto;
}
.main-menu div[id*="maximenuck"]{
	font-size:14px !important; 
} 
.main-menu div[id*="maximenuck"] ul.maximenuck{
	z-index:1000 !important;
	position: static !important;
    text-align: right;
}
.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:0 10px;
	transition:all linear 0.3s;
    position: relative;
    line-height: 52px;
}
.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: transparent !important; 
} 
.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;
}
.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; 
    content: '' !important;
    display: none !important;
}
.main-menu ul li a, 
.main-menu ul li span.separator {
    color: #fff;
    padding: 0;
    transition: all linear 0.3s;
    opacity: 0.8;
}  

.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.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 > a:focus, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1 > span.separator:focus,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > a:hover::after, 
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator:hover::after{
	color:#fff !important;
    opacity: 1 !important;
}
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck:hover > a span,
.main-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck:hover > span span,
.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, 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 a:hover, 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 span:hover,
.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:hover 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 > a.maximenuck.column_header:hover 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:hover span,
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 a:hover span, 
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck > div.floatck > div.maxidrop-main > div.maxidrop-main2 span:hover span{
	color:#000 !important;
    opacity: 1 !important;
    
} 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > a:after , 
.main-menu div[id*="maximenuck"] ul.maximenuck li.maximenuck.level1.active > span:after{
    content: '';
    position: absolute;
    top: -1px;
    height: 2px;
    background: #039BE5 !important;
    width: 100%;
    right: 0;
}

/*
.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck:nth-child(4) > 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: #000 !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: #000 !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: rgb(0, 122, 255) !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:#000;
	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; 
} 
.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: 0 !important;
    font-size: 0 !important;
    width: 25px !important;
    height: 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: "\e82a" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-family: Linearicons-Free;
    color: #000;
    background: none !important;
    border: none !important;
    font-size: 20px;
    width: 25px !important;
    height: 25px !important;
    font-weight: normal;
}

.login-menu div[id*="maximenuck"] ul.maximenuck li.level1.parent > span.separator {
	padding: 0 !important;    
    font-size: 0 !important;
}   
.login-menu div[id*="maximenuck"] > div.maxiroundedcenter > ul.maximenuck > li.maximenuck.level1 > span{ 
    display: block;
    text-align: right;
	padding:0 !important;  
	color: #000;	
} 
.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 4px 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: #000 !important;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    width: 300px;
    z-index: 1; 
}  
.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: #000;
    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;
    background: #039BE5 !important;
} 
.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;
    position: relative;
    height: 28px;
    margin-right: 15px !important;
}
.user-menu span.lnr {
    font-size: 20px;
    line-height: 23px;
}  
/**/
.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: #000 !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;
    margin-right: 19px !important;
}
/**/ 
.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;
	float: left !important;
} 
.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: 0 !important; 
    font-size: 0 !important;
    width: 25px !important;
    height: 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: "\e813" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-family: Linearicons-Free;
    color: #000;
    background: none !important;
    border: none !important;
    font-size: 21px;
    width: 25px !important;
    height: 25px !important;
}
.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: #000;	
} 
.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-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;
    margin: 0;
    color:#000;
}
.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;
    max-height: 180px;
    overflow-y: scroll;
}
.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: rgb(0, 122, 255);
}
.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: 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;
    background: #039BE5 !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;
}
.cart_box{
    float: left;
    margin-right: 15px !important;
}
.sj-minicart-pro {
    height: 28px;
}
.sj-minicart-pro .mc-wrap{
	float: left !important;
	height: auto !important;
}
.sj-minicart-pro .mc-header{ 
	height: 28px !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;
    height: 25px;
    text-align: left;
    padding-left: 18px;
}
.sj-minicart-pro .mc-header .mc-yourcart .cart-icon i {
    font-size: 25px !important;
    color: #000;
}
.sj-minicart-pro .mc-header .mc-yourcart .cart-icon span {
    position: absolute;
    top: 4px;
    width: 17px;
    height: 17px;
    font-size: 14px;
    background-color: rgb(239, 70, 38);
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    left: 0;
    color: #fff;
}
.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: #000 !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: none !important;
    z-index: 9999 !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) !important;
}
.sj-minicart-pro .mc-content .mc-content-inner {
    width: 300px !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: #000!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: #000 !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: 0px 10px 0 !important;
}
.sj-minicart-pro .mc-list .mc-product-inner{
    margin: 0 !important;
    border-top: solid 1px #eee !important; 
    padding: 10px 0 !important;
    display: flex;
    align-items: center;
    border-bottom: none !important;
}
.sj-minicart-pro .mc-list .mc-product:first-child .mc-product-inner{
    border-top: none !important;
    
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-image {
    float: right !important;
    margin: 0 !important;
	width: 25%;
    display: block !important;
}
.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-right: 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; 
	font-size: 13px !important;
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-name a{ 
	display: block;
	line-height: 25px; 
    
}
.sj-minicart-pro .mc-list .mc-product-inner .mc-attribute .attr-price{
	color: rgb(0, 122, 255) !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 {
    width: 100%;
    float: right;
    margin: 0 !important;
    padding: 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 .mc-gotocart{
    float: right;
    height: auto !important;
    text-decoration: none;
    background: #039BE5 !important;
    width: 100% !important;
    border-radius: 2px !important;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px !important;
    white-space: nowrap;
    text-align: center;
    line-height: 30px !important;
    font-size: 13px !important;
    margin: 20px auto 15px !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-checkout-footer {
    float: right;
    height: auto !important;
    text-decoration: none;
    background: #0077ED;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    white-space: nowrap;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    margin: 20px auto 15px;
}
/******************************************************************************************
									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: 10px;
    float: right;
    width: 100%;
    color: #868686;
    position: relative;
    padding-right: 25px;
}
.jm_contact_vertical .each_contact_icon {
    float: right;
    font-size: 18px;
    margin-left: 9px;
    color: #000;
    position: absolute;
    top: -4px;
    right: -7px;
} 
/******************************************************************************************
										SEARCH
******************************************************************************************/
.search_box{  
	position: relative;
    float: left;
    margin:8px 0 0;
}
.search_box [id*="offlajn-ajax-search"] {
	width:100% !important;
	padding-top: 0;
}
.search_box .offlajn-ajax-search-container{
	background:none !important;
	padding:0 !important;
}
.search_box input[id*="search-area"] { 
    height: 35px !important;
    border-radius: 2px !important;
    transition: all linear 0.3s;
    font-size: 12px !important;
    padding: 0 10px 0 45px !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: solid 1px rgba(255,255,255,0.5 ) !important;
    color: rgba(255,255,255,0.8 ) !important; 
} 
.search_box input[id*="suggestion-area"] {
    height: 35px !important;
    border-radius: 2px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !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: rgba(255,255,255,0.8);
    content: "\e86f";
    display: block;
    font-family: "Linearicons-Free";
    font-size: 18px;
    height: 35px;
    left: 0;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 35px;
}
 [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:#000 !important;
}
[id*=search-categories] .search-categories-inner div.selected{
	background:url(../images/selected.png) no-repeat !important;
	background-color:#000 !important;
	background-position:95% center !important;
}
/**/

[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;
    float: left;
    margin: 5px 0 0 10px;
}
.vm_search form{
	width: 100%; 
	float: right; 
}
.vm_search form .search{
	width: 100%; 
	float: right; 
	position: relative;
}
.vm_search form .search input {
    width: 100%;
    color: rgba(255,255,255,0.8 ) !important;
    height: 35px !important;
    border-radius: 2px !important;
    transition: all linear 0.3s;
    font-size: 12px !important;
    padding: 0 10px 0 45px !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: solid 1px rgba(255,255,255,0.5 ) !important;
}
.vm_search form .search .button{
    border: none;
    font-size: 18px !important;
    background: none;
    border-radius: 2px 0 0 2px !important;
    color: rgba(255,255,255,0.8);
    content: "\e86f";
    display: block;
    height: 38px;
    left: 2px;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 35px;
} 
/******************************************************************************************
									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;
    color:#000;
}
.alert::before {
    content: "\e8a9";
    font-family: Linearicons-Free;
    font-size: 19px;
    margin-left: 5px;
    position: absolute;
    right: 9px;
    top: 9px;
    color:#000;
}
.alert > div {
    float: right;
    font-size: 12px;
    padding-top: 21px;
    color:#000;
}
.alert-error{
	background:#FF5722;
    color:#000;
}
#system-message > .alert-message{
	background:rgb(0, 122, 255);
}

/******************************************************************************************
									breadcrumb
******************************************************************************************/
.container-fluid.breadcrumbs_box {
    background: #f3f3f3;
    padding: 15px !important;
}
.container.breadcrumbs {
    margin-top: 20px;
	margin-bottom:10px;
}
.breadcrumb_section{
	margin: 0;
}
.breadcrumb {
	background:none !important;
	border-radius:0 !important;
    margin-bottom: 0;
    padding:0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb > li {
    display: inline-block !important;
    position: relative;  
    margin-left: 3px !important; 
    float: right;
    padding-right: 20px;
} 
.breadcrumb > li:first-child{
    padding: 0;
}
.breadcrumb > li img{
    width: 45px;
}
.breadcrumb > li a,
.breadcrumb > li span{
	transition:all linear 0.3s;
	color: #666;
    display: block; 
}   
.breadcrumb > li + li::before {
    padding: 0;
    content: "\e875";
    font-family: "Linearicons-Free";
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}
 
/******************************************************************************************
									slideshow
******************************************************************************************/
.jm_slideshow{ 
	width: 100%;
	float: right;
    background: #fff;
    margin: 0 0 20px;
}
.jm_slideshow img{
	border-radius: 2px
}
.jm_slideshow .owl-item{ 
}
.jm_slideshow .owl-nav{
	margin: 0; 
} 
.jm_slideshow .owl-dots {
    position: absolute;
    bottom: 25px;
    right: 0;
    margin: 0 !important;
    width: 100%;
}
.jm_slideshow .owl-dots .owl-dot span {
    background: #fff !important;
    width: 9px;
    height: 9px;
    margin: 5px;
    position: relative;
    top: 1px;    
}
.jm_slideshow .owl-dots .owl-dot.active span {
    background: transparent !important;
    outline: solid 2px #fff;
    width: 7px;
    height: 7px;
    top: 0;
}
/******************************************************************************************
									sidebar_categories
******************************************************************************************/

.style1_module{ 
	width: 100%;
	float: right;
	margin-bottom: 10px;  
}
.style1_module .style1_module_content {
    width: 100%;
    float: right;
    margin-bottom: 10px;
    border-left: solid 1px #eee;
}
.filter_title,
.style1_module h3 {
    border-bottom: solid 1px #eee;
    margin: 0;
    padding: 9px 15px;
    font-size: 15px;
    line-height: normal;
    height: 50px;
}
.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{ 
	width: 100%;
	float: right;
    text-align: center;
}
.jm_social_network a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 15px;
    border-radius: 2px;
    transition: 0.2s;
    margin-left: 8px;
    position: relative;
    line-height: 30px;
    opacity: 0.3
} 
.jm_social_network a:hover{
    opacity: 1;
}
.jm_social_network a:last-child{
	margin: 0;
} 
.footers > .row{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
/******************************************************************************************
								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 .item {
    padding:20px 10px !important;
    width: 100%;
    float: right;
} 
.jm_services .item a {
    width: 100%;
    float: right;
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08); 
    transition: all .3s cubic-bezier(0,0,.5,1);
    margin: 0 0 10px;
    outline: none;
}
.jm_services .item a:focus,
.jm_services .item a:hover{
    color: #000;
    outline: none;
    box-shadow: 2px 4px 16px rgba(0,0,0,.16);
    transform: scale3d(1.01,1.01,1.01);
} 
.jm_services .item .info{
    padding: 15px;
}
.jm_services .item .subtitle {
    color: rgb(255, 149, 0);
    font-size: 11px;
    margin: 0 0 5px;
    font-weight: bold;
}
.jm_services .item .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}
.jm_services .item .desc {
    color: rgba(60, 60, 67, 0.6);
}
.jm_services .owl-carousel .owl-stage{
    display: flex;
}
.jm_services .owl-carousel .item{ 
    display: flex;
    flex: 1 0 auto;
    height: 100%;    
}
.jm_services .owl-nav{
	margin: 0; 
}
.jm_services .owl-theme .owl-nav .owl-next{
    margin: 0;
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    left: -16px;
    background: rgba(0,0,0,0.1);
    top: 49%;
    opacity: 1;
    border-radius: 50%;
    line-height: 54px;
    font-size: 17px;
    padding: 0 !important;
}
.jm_services .owl-theme .owl-nav .owl-prev{
    margin: 0;
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    right: -16px;
    background: rgba(0,0,0,0.1);
    top: 49%;
    opacity: 1 ;
    border-radius: 50%;
    line-height: 54px;
    font-size: 17px;
    padding: 0 !important;
} 
.jm_services .owl-theme .owl-nav .owl-next.disabled,
.jm_services .owl-theme .owl-nav .owl-prev.disabled{
    opacity: 0;
}
/**/
.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;
}
/**/
 
/******************************************************************
					 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: #000;
	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;
}
.blog_items {
    display: flex;
    flex-wrap: wrap;
}
.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;
	text-align:justify;
}
 
.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: #000;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
}
.article_author_content p{
	line-height: 25px;
	margin: 0;
	color: #8e8e8e;
}
.aboutus {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    color: rgba(60, 60, 67, 0.6);
    line-height: 18px;
    font-size: 13px;
}
.aboutus h3 {
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
}


/******************************************************************
					    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: #000;
}
.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: #000;
    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: #000;
    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:#000;
	font-family:'iranSans';
}
 
/******************************************************************
					 users   
******************************************************************/
.jm_users .chzn-container-single .chzn-single div b{
	display: none !important;
}
.jm_users.white_bg{
	padding: 0 !important;
	border: 1px solid #eee;
}
.jm_users > .head {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    float: right;
    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;
    display:none;
}
.jm_users > .head h1 {
    color: #000;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 11px;
    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: #000;
}
.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: #000 !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
******************************************************************************************/
.categories {
    float: right;
}
.sp-vmmegamenu{
	position:relative;
} 
.sp-vmmegamenu h3 {
    margin-bottom: 0;
    padding: 11px 11px 0px;
    cursor: pointer;
    line-height: 41px;
    color: #fff;
}
.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 {
    display: inline-block;
    font-size: 24px;
}
.sp-vmmegamenu ul.sp-vm-main-menu {
    display: none;
    position: absolute;
    top: 52px;
    width: 250px;
    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
******************************************************************************************/

.footer_menu .nav {
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
}
.footer_menu .nav li {
    display: inline-block; 
    font-size: 14px;
    position: relative;
}
.footer_menu .nav li::after {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: #ccc;
    border-radius: 50%;
    top: 10px;
}
.footer_menu .nav li:last-child:after{
    display: none;
}
.footer_menu .nav li > span, .footer_menu .nav li > a {
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    color:#000;
}
.footer_menu .nav li > span, .footer_menu .nav li > a:hover{
    background: none;
}
.bottom-menu .nav {
    text-align: left;
    padding: 0;
    margin: 0;
}
.bottom-menu .nav li {
    display: inline-block; 
    font-size: 13px;
    position: relative;
}
.bottom-menu .nav li::after {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    right: 9px;
    background: #ccc;
    border-radius: 50%;
    top: 10px;
}
.bottom-menu .nav li:first-child:after{
    display: none;
}
.bottom-menu .nav li > span, .bottom-menu .nav li > a {
    padding: 0 20px 0 0;
    display: inline-block;
    cursor: pointer;
    color: rgba(60, 60, 67, 0.6);
}
.bottom-menu .nav li > span, .bottom-menu .nav li > a:hover{
    background: none;
}
.container.footers {
    margin-bottom: 30px;
}
footer .menus {
    border-bottom: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    padding: 15px 0 !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;
}  
.namad img {
    display: inline-block !important;
    float: left;
    width: 100px;
}
/**/
.btm_footer{
    padding: 5px 0 !important;
}
.copyright {
	padding: 5px 0  !important;
	text-align: right;
	color: rgba(60, 60, 67, 0.6);
}
.copyright a{
	color: #000;	
}
.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:0 25px;
}
.vmmanufacturer .each_manufacturer img{
    /*filter: grayscale(1);*/
}
.vm_manufacturer .owl-carousel{
	padding: 0 25px;
} 
.vm_manufacturer .owl-prev{
	right: -5px;
}
.vm_manufacturer .owl-next{
	left: -5px;
}

.manufacturer-row {
    padding: 15px 0 !important;
    background: #fff !important;
    margin: 30px 0;
}
.manufacturer-row .vmmanufacturer {
    padding: 10px 50px;
}
.manufacturer-row .vmmanufacturer .owl-nav{ 
	margin: 0; 
    display: block !important;
}
.manufacturer-row .vmmanufacturer .owl-nav .owl-next {
    margin: 0;
    width: 35px;
    height: 35px;
    color: #000;
    position: absolute;
    left: -40px;
    background: none;
    top: 42%;
    opacity: 1;
    border-radius: 50%;
    line-height: 49px;
    font-size: 25px;
    padding: 0 !important;
}
.manufacturer-row .vmmanufacturer .owl-nav .owl-prev {
    margin: 0;
    width: 35px;
    height: 35px;
    color: #000;
    position: absolute;
    right: -40px;
    background: none;
    top: 42%;
    opacity: 1;
    border-radius: 50%;
    line-height: 49px;
    font-size: 25px;
    padding: 0 !important;
}
/*****************************************************************************************
									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; 
}
.jm_ads_rows .each_row > div a{
	float: right;
	width: 100%;
	display: block; 
    margin-bottom: 15px !important;		 
	background: #fff;
}
.jm_ads_rows img {
    border-radius: 5px;
}
/*****************************************************************************************
									vm product module - slider
******************************************************************************************/
.proopc-cart-modules .proopc-row,
.product_slider_module{
    box-sizing: border-box;
    width: 100%;
    float: right;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.sale_box .product_slider_module.module {
    padding: 0;
    margin: 0 0 10px;
}
.recent-view > h4,
.products-view > h4,
.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{  
    font-size: 18px !important;
    margin-bottom: 5px !important;
    line-height: normal;
    position: relative;
    font-weight: bold;
    padding: 0 20px;
} 
.product_slider_module > h3{  
    font-size: 18px !important;
    margin-bottom: 15px !important;
    line-height: normal;
    position: relative;
    font-weight: bold; 
} 
.product_slider_module > h3 span {
    font-size: 13px;
    color: #666;
    font-weight: normal;
}
/**/

.product_slider_module .owl-dots {
    position: absolute;
    bottom: -35px;
    right: 0;
    margin: 0 !important;
    width: 100%;
}
.product_slider_module .owl-dots .owl-dot span {
    background: #ccc !important;
    width: 9px;
    height: 9px;
    margin: 5px;
    position: relative;
    top: 1px;    
}
.product_slider_module .owl-dots .owl-dot.active span {
    background: transparent !important;
    outline: solid 2px #ccc;
    width: 7px;
    height: 7px;
    top: 0;
}
.product_slider_module .owl-nav{
	margin: 0; 
}
.product_slider_module .owl-theme .owl-nav .owl-next{
    margin: 0;
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    left: -16px;
    background: rgba(0,0,0,0.1);
    top: 49%;
    opacity: 1;
    border-radius: 50%;
    line-height: 54px;
    font-size: 17px;
    padding: 0 !important;
}
.product_slider_module .owl-theme .owl-nav .owl-prev{
    margin: 0;
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    right: -16px;
    background: rgba(0,0,0,0.1);
    top: 49%;
    opacity: 1 ;
    border-radius: 50%;
    line-height: 54px;
    font-size: 17px;
    padding: 0 !important;
} 
.product_slider_module .owl-theme .owl-nav .owl-next.disabled,
.product_slider_module .owl-theme .owl-nav .owl-prev.disabled{
    opacity: 0;
}
.product_slider_module .vm-categories-wall .owl-theme .owl-nav .owl-next {
    margin: 0;
    width: 35px;
    height: 35px;
    color: #000;
    position: absolute;
    left: -14px;
    background: rgba(0,0,0,0.05);
    top: 49%;
    opacity: 1;
    border-radius: 50%;
    line-height: 39px;
    font-size: 15px;
    padding: 0 !important;
}
.product_slider_module .vm-categories-wall .owl-theme .owl-nav .owl-prev{
    margin: 0;
    width: 35px;
    height: 35px;
    color: #000;
    position: absolute;
    right: -14px;
    background: rgba(0,0,0,0.05);
    top: 49%;
    opacity: 1 ;
    border-radius: 50%;
    line-height: 39px;
    font-size: 15px;
    padding: 0 !important;
} 

.productdetails .owl-carousel .owl-stage{
    display: flex;
}
.productdetails .owl-carousel .product-container{ 
    display: flex;
    flex: 1 0 auto;
    height: 100%;    
}
.productdetails .product-container {
    padding: 10px;
    width: 100% !important;
    float: right;
    border: none !important;
    text-align: right !important;
}
.productdetails .owl-item:last-child .product-container{
    border: none !important;
}
.productdetails .product-container-info {
    width: 100%;
    float: right;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0;
    transition: all .3s cubic-bezier(0,0,.5,1);
    position: relative;
}
.productdetails .product-container-info.first_product {
    padding: 0;
    background: #f2f2f2; 
}  
.productdetails .product-container-info.first_product a{ 
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
}  
.productdetails .product-container-info.first_product a > div{
    padding: 30px !important;
}
.productdetails .product-container-info.first_product h5 {
    color: rgb(255, 149, 0);
    font-size: 11px;
    margin: 0 0 5px;
    font-weight: bold;
}
.productdetails .product-container-info.first_product img{
    border-radius: 0 0 20px 20px;
}
.productdetails .product-container-info .top_box{
    width: 100%;
    float: right;  
	position: relative; 
}
#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 {
    position: absolute;
    top: 0;
    background: #6DC82A;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 3px;
    right: 0;
}
#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.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: 90%;
	position: relative;
    padding: 0 0 10px;
    text-align: center;
    margin:0 auto;
}
.productdetails .product-container-info .image_box img{
    display: inline-block;
    -webkit-transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
    transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.productdetails .product-container-info .on-mouseover-image {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.productdetails .product-container-info .on-mouseover-image img {
    opacity: 1;
}
.productdetails .product-container-info:hover a.start-image img {
    visibility: hidden;
}
.productdetails .product-container-info:hover .on-mouseover-image {
    visibility: visible;
    opacity: 1;
}
/**/
.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 {
    top: 34%;
    right: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
}
.productdetails .product-container-info:hover .product_buttons {
    opacity: 1;
    visibility: visible;
}
.productdetails .product-container-info:hover h3 a{
    color: #039BE5 !important;
    
}
/**/
.productdetails .product_buttons .wishlist,
.productdetails .product_buttons .compare{ 
} 
.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: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    transition: all linear 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
}
.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: #000 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
.productdetails .product_buttons .cart button.addtocart-button {
    text-align: center;
    display: block !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    transition: all linear 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    border: none;
    font-size: 20px !important;
    color: rgb(100, 100, 100);
    padding-top: 5px;
}
.productdetails .product_buttons .cart button.addtocart-button .title{
    display:none;
}
.productdetails .product_buttons .cart .addtocart-bar .notify:hover,
.productdetails .product_buttons .cart button.addtocart-button:hover{
    background: #039BE5 !important;
    color: #fff;
}
.productdetails .product_buttons .cart span.addtocart-button input:hover{
	background: rgb(0, 122, 255) !important;
	color: #fff !important;
}
.productdetails .product_buttons .cart .addtocart-bar .notify {
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    transition: all linear 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    border: none;
    font-size: 20px !important;
    color: rgb(100, 100, 100);
    padding-top: 7px;
}
.productdetails .product_buttons .cart .addtocart-bar .notify .title{
    display: none;
}
/**/
.productdetails .product-container-info .btm_box{
    width: 100%;
    float: right;
	padding: 10px;
}
.productdetails .product-container-info h3{
	font-size: 13px;
    width: 100%;
    float: right; 
    line-height: normal;
    padding: 10px 0;
	text-align: center !important;
    color: #000;
    font-weight: normal;
}
.productdetails .product-container-info h3 a{
	display: block;
    width: 100%;
    float: right;  
}
.choose_virtuemart_product .productdetails .product-container-info .price,
.choose_virtuemart_product .productdetails .product-container-info h3 {
    text-align: right !important;
}
.choose_virtuemart_product .productdetails .product-container-info .readmore {
    background: #039BE5 !important;
    display: inline-block;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    margin-top: 5px !important;
}
.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;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
} 
.productdetails .product-container-info .price .baseprice{
	float: right;
	color: #ff0033;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: 3px;
}
.productdetails .productdetails_discount.ribbon {
    position: absolute;
    top: 0;
    background: #6DC82A;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 3px;
    right: 0;
}
.productdetails .product-container-info .price .salesprice{
    float: none;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.product_slider_module .sj_vm_deals_wrap .item.product-container {
    padding: 0 !important;
}
.product_slider_module .sj_vm_deals_wrap .product-container-info { 
    box-shadow: none; 
}
/*****************************************************************************************
									vm product module - cols rows
******************************************************************************************/
.jm_rows_cols > ul{ 
	float: right; 
    display: flex;
    flex-wrap: wrap;    
}  
.jm_rows_cols > ul li {
    margin: 0 0 15px;
}
.jm_rows_cols > ul > li > div{ 
	width: 100%;
	float: right;   
}
.jm_rows_cols > ul > li .main_info{
	padding: 15px !important;
	width: 100%;
	float: right;
} 
.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
******************************************************************************************/
.vmproduct.productdetails.jm_list {
    width: 100%;
    float: right;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.each_product_list {
    margin: 0 0 20px !important;
    width: 100%;
    float: right;
}
.each_product_list .image_box{
    border-left: solid 1px #eee; 
	position: relative; 
	overflow: hidden;
}
.each_product_list .image_box img{
    width:auto !important;
    display: inline-block;
    -webkit-transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
    transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.each_product_list .image_box .on-mouseover-image {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.each_product_list .image_box .on-mouseover-image img {
    opacity: 1;
}
.each_product_list ul > li:hover a.start-image img {
    visibility: hidden;
}
.each_product_list ul > li:hover .on-mouseover-image {
    visibility: visible;
    opacity: 1;
}
.each_product_list > h3 {
    color: #000;
    text-align: center;
    font-size: 17px !important;
    margin-bottom: 15px !important;
    line-height: normal;
    position: relative;
    font-weight: bold;
}
.each_product_list .custom p{
    margin: 0;
}
.each_product_list .custom img{
    border-radius: 5px;
    width: 100%
}
footer .each_product_list > h3 {
    color: #000;
    text-align: right;
}
.each_product_list ul{
	width: 100%;
	float: right; 
	padding: 6px 0 0;
	margin: 0;
}
.each_product_list ul > li {
    width: 100%;
    float: right;
    border-bottom: solid 1px #f0f0f0;
    padding: 5px 0;
}
.each_product_list ul > li:last-child{
    border: none;
}
.each_product_list ul > li .main_info {
    display: flex;
    align-items: center;
}
.each_product_list ul > li h3 {
    font-size: 14px;
    width: 100%;
    float: right;
    line-height: normal;
    margin-bottom: 10px;
    text-align: right;
    color: #000;
    font-weight: normal;
    height: 48px;
    overflow:hidden;
}
.each_product_list ul > li .price {
    width: 100%;
    float: right;
    min-height: 30px;
    margin-top: 0;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}
.each_product_list ul > li > span,
.each_product_list ul > li > a{
    line-height: 20px;
    color: rgba(60, 60, 67, 0.6);
    display: inline-block;
    cursor: pointer;
}
.each_product_list ul > li:hover > span,
.each_product_list ul > li:hover > a{
    color: #000;
    text-decoration: underline;
}
/*****************************************************************************************
									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: #000 !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{
	margin: 0 !important;
	float: right;
}
.vm-categories-wall-catwrapper .vm-categories-wall-spacer {
    float: right;
}
.vm-categories-wall a{
	display: block;
	text-align: center;
	position: relative;
	float: right;
} 

.vm-categories-wall a .vm-categories-wall-catname{
	margin-top: 15px;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	float: right;
}


/*****************************************************************************************
									deals 
******************************************************************************************/
.product_slider_module  .sj_vm_deals_wrap{
	overflow: visible !important;
}

 
.sj_vm_deals_wrap .owl-nav{ 
	margin: 0; 
} 
.sj_vm_deals_wrap .owl-theme .owl-nav .owl-next {
    margin: 0;
    width: 35px;
    height: 35px;
    color: #000;
    position: absolute;
    right: 0;
    background: transparent;
    top: 49%;
    opacity: 1;
    border-radius: 50%;
    line-height: 48px;
    font-size: 27px;
    padding: 0 !important;
    display: block !important;
    left: auto !important;
}
.sj_vm_deals_wrap .owl-theme .owl-nav .owl-prev {
    margin: 0;
    width: 35px;
    height: 35px;
    color: #000;
    position: absolute;
    left: 0;
    background: transparent;
    top: 49%;
    opacity: 1;
    border-radius: 50%;
    line-height: 48px;
    font-size: 27px;
    padding: 0 !important;
    display: block !important;
    right: auto !important;
}
.sj_vm_deals_wrap .owl-theme .owl-nav .owl-next:hover,
.sj_vm_deals_wrap .owl-theme .owl-nav .owl-prev:hover{
    background: transparent !important;
    color: #6DC82A;
}
 
.sj_vm_deals_wrap .productdetails .product-container-info h3 {
    font-size: 15px !important;
    font-weight: bold !important;
}
.sj_vm_deals_wrap .productdetails .product-container-info .desc{
    width: 100%;
    float: right;
    color: #888;
    text-align: center;
    line-height: 25px;    
}
.sj_vm_deals_wrap .item-deals{
	width: 100%;
	float: right;
}
.sj_deals_cd_day {
    background: #000 !important;
    width: 23% !important;
    color: #fff !important;
    border: none !important;
    margin: 0 1px !important;
    border-radius: 5px;
    padding-top:0 !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: rgb(0, 122, 255) ;
	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;
    margin: 0 auto;
}  
#fancybox-content #fancybox-img{
    width: auto !important;
    height: auto !important;
    margin: 0 auto !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); 
    float: none;
    font-size: 14px;
    padding: 8px 30px; 
	transition:all linear 0.5s;   
	display: inline-block !important;
	margin-bottom: 10px;	
    background:rgb(0, 122, 255) !important;
    color: #fff !important;
}
#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: #F2F2F7;
    color: #000 !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;
    display: flex;
    flex-wrap: wrap;
}
#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; 
    height: 100%;
}

#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: #000;
	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: #000;
    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: #000;
    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
******************************************************************************************/
.category-view {
    width: 100%;
    float: right;
    margin: 10px 0;
    padding: 0 20px;
}
.subcategory_title {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    width: 100%;
    float: right;
    padding: 0 20px;
}
.manufacturer-view-default .manufacturer, .category-view .category {
    padding: 0;
    float: right !important;
    margin: 0 0 15px !important;
    border-bottom:1px solid #eee;
}
.manufacturer-view-default .manufacturer .spacer, .category-view .category .spacer {
    width: 100%;
    float: right;
    padding: 0 !important;
    text-align: center;
    position: relative;
} 
.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;
    width: 150px;
    display: inline-block;
}
.manufacturer-view-default .manufacturer .spacer h2, .category-view .category .spacer h2 {
    margin-bottom: 0; 
    font-size: 14px;
    display: block;
    padding: 5px 0 15px 0 !important;
    font-weight: bold;
}

/******************************************************************************************
								 featured view 
******************************************************************************************/
.vme-compare,
.vme-wishlist,
.jms-tags-page{
    box-sizing: border-box;  
	margin-bottom: 20px;
	width: 100%;
	float: right;
	clear: both;
}  
.vm_products { 
    display: flex;
    flex-wrap: wrap;
}
div.product{
	float: right !important;
	padding:10px !important; 
    width: 33.33% !important; 
    min-width: auto !important;
    margin: 0 !important;
} 
div.product > div{
	float: right !important;
	padding:10px !important;
    border: 1px solid #eee;
    width: 100% !important; 
    margin: 0 !important;
    height: 100%;
}  
.vm_products .product-container-info{
    box-shadow: none !important;
    transform: none !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: #000;
	border: none;
	border-radius: 2px;
	padding: 8px 10px;
	line-height: normal;
}
#print .manufacturer-product-link a{
	background: rgb(0, 122, 255) !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: #000;
    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_address h1, .vendor-details-view h1, .vm_category_view h1 {
    font-size: 18px;
    line-height: normal;
    margin: 0 ;
    font-weight: bold;
}  
.user_edit h1 {
    font-size: 18px;
    line-height: normal;
    margin: 0  0 20px;
    font-weight: bold;
}  
.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 {
    margin: 0 ;
    width: 100%;
    float: right;
}
.browse-view .vm_search_box{ 
    width: 100%;
    float: right;
    margin-bottom: 0; 
}
.browse-view .vm_search_box .virtuemart_search {
	width: 100%;
	float: right;
    padding: 15px;
}
.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;
}
.vm_category_view .category_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.vm_category_view .vm-order-list{
	float: left;
} 
.vm_category_view .vm-order-list .orderlistcontainer {
    margin: 0 !important;
    position: relative;
    border: solid 1px #e8e8e8;
    padding: 5px 6px 5px 27px !important;
    height: auto;
    cursor: pointer;
    background: #F2F2F7;
    border-radius: 5px;
    color:#333;
}
.vm_category_view .vm-order-list .orderlistcontainer:after{
	content: "\e874";
    font-family: Linearicons-Free;
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 11px;
}
.vm_category_view .vm-order-list .orderlistcontainer .title{
	float: right;
	margin-left: 5px;
	padding-top: 0;
}
.vm_category_view .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: 50px;
	width: 100%;
	float: right; 
}

.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; 
} 

/******************************************************************************************
								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: rgb(0, 122, 255);
}
/**/
.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: rgb(0, 122, 255);
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
} 
.order_info h1 {
    margin: 0 0;
    position: relative;
    line-height: normal;
    font-weight: bold;
    border: none;
    background: #f4f4f4 !important;
    padding: 10px 20px !important;
    font-size: 16px;
}
.order_info {
    margin-top: 15px;
}
.order_info > div {
	padding: 10px 20px;
}
.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: #000;
}
.order_info,
.ship_to,
.bill_to{
	width: 100%;
	float: right;
	margin-bottom: 10px;
	border: solid 1px #eee;
}
.ship_to h3, .bill_to h3 {
    margin: 0 0;
    position: relative;
    line-height: normal;
    font-weight: bold;
    border: none;
    background: #f4f4f4 !important;
    padding: 10px 20px !important;
    font-size: 16px;
}
.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:10px 20px;
} 
.ship_to .same{
	width: 100%;
	float: right;
	padding: 10px 20px;
}
#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: rgb(0, 122, 255);
    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: rgb(0, 122, 255);
}
/**/
.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: #000 !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: rgb(0, 122, 255);
}
.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: rgb(0, 122, 255);
	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{
	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 .head {
    width: 100%;
    float: right;
}
.productdetails-view h1 {
    font-size: 17px;
    margin: 0 0 10px;
    padding: 0;
    line-height: normal;
    font-weight: bold;
    float: right;
}
.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 .card {
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 0;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border-top: solid 1px #eee;
}

.productdetails-view .card > div{
        width: 100%;
    float: right;
}
.productdetails-view .card .card-body{
    padding: 0 !important
}
.productdetails-view .card > h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    position: relative;
}
.productdetails-view .card .card-header h2[aria-expanded="true"]{ 
    transition: 0.3s; 
    color: #fff;
}
.productdetails-view .card h2::after {
    content: '+';
    position: absolute;
    left: 0;
    top: 17px;
    text-align: center;
    color: #666;
    font-size: 26px;
    border-radius: 5px 0 0 5px; 
    width: 35px;
    height: 35px;
    transition: transform .3s ease-out;
}
.productdetails-view .card h2[aria-expanded="true"]:after{
    transform: rotate(45deg)
}
.productdetails-view .customfields {
    width: 100%;
    margin: 10px 0;
    float: right;
}
.productdetails-view .customfields > .title{
    width: 25%;
    float: right;
    font-size: 17px;
    font-weight: bold;
}
.productdetails-view .customfields > .value{
    width: 75%;
    float: right;
}

.productdetails-view #info .title {
    width: 100% !important;
    margin: 0 0 15px;
}
.productdetails-view #info .value {
    width: 100% !important;
}
.productdetails-view #info .value .product-field,
.productdetails-view .customfields li{
    width: 100%;
    float: right; 
    margin-bottom: 10px; 
}
.productdetails-view #info .value .product-field-display, 
.productdetails-view #info .customfields li > .value {
    padding: 12px 21px;
    height: auto;
    float: right;
    width: 75% !important;
    border-right: solid 1px #eee;
    background: #fff;
}
.productdetails-view #info .value .product-fields-title-wrapper, 
.productdetails-view #info .customfields li > .title {
    float: right;
    height: auto;
    width: 25% !important;
    padding: 11px 21px !important;
    margin: 0 !important;
    min-width: auto !important;
}
.productdetails-view #info .value strong{
    font-weight: normal !important;
    font-size: 13px;
    display: inline-block;
}







.productdetails-view .customfields li{  
}
.productdetails-view .product-fields .product-field{
    text-align: right !important;
}
.productdetails-view .product-fields .product-fields-title-wrapper *,
.productdetails-view .product-fields product-fields-title-wrapper { 
    font-weight: bold !important; 
    font-size: 14px;
    display: inline-block;
}
.productdetails-view .product_box{
	width: 100%;
	float: right;
	margin: 0 0 20px;
}
.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{ 
    margin: 0 auto; 
    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 .tab-content {
    border: solid 1px #eee;
    width: 100%;
    float: right;
    padding: 15px;
}
.productdetails-view .nav {
    background: none;
    text-align: center;
    border: none !important;
}
.productdetails-view .nav-tabs > li{
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.productdetails-view .nav-tabs > li > a, 
.productdetails-view .nav-tabs > li > a:focus, 
.productdetails-view .nav-tabs > li > a:hover{    
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    position: relative;    
    padding: 10px 7px !important;
}
.productdetails-view .nav-tabs > li > a.active{
    color: rgb(0, 122, 255) !important;
}
.productdetails-view .nav-tabs > li > a.active::after {
    content: '';
    background: rgb(0, 122, 255) !important;
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -1px;
}
.productdetails-view .additional-images{
	width: 100%;
	float: right;
    margin: 0;
}
.productdetails-view .additional-images a {
    display: inline-block;
    text-align: center;
    border: solid 1px #eee;
    padding: 5px;
}
.productdetails-view .additional-images .owl-item div{
	padding: 5px;
	display: block;
} 
.productdetails-view .additional-images img{
	margin: 0 auto!important;
    width: 60px;
}
.productdetails-view .owl-carousel{
	padding: 0 ;
}
.productdetails-view .owl-nav{
	margin: 0 ;
}
.productdetails-view  .owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 40%;
	margin: 0;
	background: none;
	color: #000;
	font-size: 20px;
	padding: 0;
}
.productdetails-view .owl-prev{
	right: -5px;
}
.productdetails-view .owl-next{
	left: -5px;
}

.productdetails-view .owl-dots {
    position: absolute;
    bottom: -35px;
    right: 0;
    margin: 0 !important;
    width: 100%;
}
.productdetails-view .owl-dots .owl-dot span {
    background: #ccc !important;
    width: 9px;
    height: 9px;
    margin: 5px;
    position: relative;
    top: 1px;    
}
.productdetails-view .owl-dots .owl-dot.active span {
    background: transparent !important;
    outline: solid 2px #ccc;
    width: 7px;
    height: 7px;
    top: 0;
}
/**/ 
.productdetails-view .parents > div {
    display: inline-block;
    margin: 0 0 10px 10px;
    color: #888;
    float: right;
}
.productdetails-view .availability, 
.productdetails-view .product_links,	 
.productdetails-view .product_price{
    width: 100%;
    float: right;
    margin: 0 0 10px !important;
    text-align: right !important;
    position: relative;
} 
.productdetails-view .product_cart {
    width: 100%;
    float: right;
    margin: 0 0 0 !important;
    text-align: right !important;
    position: relative;
}

.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 .desc {
    color: #666;
    margin: 0 0 15px !important;
    padding: 10px !important;
    line-height: 28px;
    width: 100%;
    float: right;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border: solid 1px #eee;
    font-size: 13px;
}
.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: #000;
    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 .vote .extravote-info{
    display: none;
}
.productdetails-view .vote {
    float: left;
    margin: 0 0 10px !important;
}
.productdetails-view .back-to-category .product-details{
	border: none;
    background: none;
    padding: 0;
    margin: 0;
	color: #000;
}	
.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;
    padding-left: 0;
}
.productdetails-view .product_box .addtocart-bar .quantity{ 
	float: right;
	border: solid 1px #eee;
	border-radius: 2px; 
	margin-left: 10px;
	position: relative;
	top: 2px;
    display: none;
}
.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;
    width: 100%;
    color:#fff  !important;
}
.productdetails-view .product_box .addtocart-bar .addtocart-button .lnr{
    display:none;
}
.productdetails-view .product_box .addtocart-bar .addtocart-button .addtocart-button{
    float: right !important;
    border: none;
    letter-spacing: normal;
    padding: 6px 20px;
    background: rgb(0, 122, 255) !important;
    height: 35px;
    width: 285px;
}
.productdetails-view .product_box .addtocart-bar .notify{
	float: right !important;
	display: inline-block;
    padding: 6px 20px;
	background: #039BE5 !important;
	color: #fff;
	border-radius: 2px;
	position: relative;
	line-height: normal;
    width: 285px;
    text-align: center;
    height: 35px;
        
} 
.productdetails-view .product_box .addtocart-bar .notify .lnr{
    display: none;
}
.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 { 
    color: rgb(0, 122, 255);
    border-radius: 2px;
    cursor: pointer;
    width: 35px;
    height: 35px; 
    line-height: 48px;
    position: absolute;
    right: 290px;
    bottom: 0;
    border: solid 1px #ddd;
}
.productdetails-view .product_box .btn-vme-round > i{
    background: none;
    font-size: 21px !important;
    width: auto !important;
    height: auto;
    color: rgb(0, 122, 255); 
}
.productdetails-view .product_box .btn-vme-round > span{
	font-size: 12px !important;
}

.productdetails-view .product_box .btn-vme-round.btn-item-added{
    background: rgb(0, 122, 255);
    color: #fff;
    text-align: center;
    border: none;
}
.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; 
    margin: 0;
}
.productdetails-view .addtocart-area .product-fields .vm-chzn-select {
    width: 100%;
} 
.productdetails-view .addtocart-area .product-fields .chzn-container { 
    width: 300px !important;
    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: #000 !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;
    line-height: 28px;
    width: 100%;
    float: right;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border: solid 1px #eee;
}
.productdetails-view .product-description{
    line-height: 28px;
    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;  
    background-color: #fff;
	margin-bottom: 20px;
	width: 100%;
	float: right;
    border-top: none
}
.product-related-categories .product-container-info,
.product-related-products .product-container-info{
    box-shadow: none !important;
    transform: none !important;
}
.product-related-categories .product-fields-title-wrapper,
.product-related-products .product-fields-title-wrapper{
	width: 100%;
	float: right; 
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 !important;
} 
.product-related-categories .product-fields-title-wrapper .hasTooltip,
.product-related-products .product-fields-title-wrapper .hasTooltip{
    display: none;
}  
.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; 
}
.product-related-products .owl-theme .owl-nav .owl-next,
.product-related-categories .owl-theme .owl-nav .owl-next{  
    margin: 0;
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    left: -16px;
    background: rgba(0,0,0,0.1);
    top: 49%;
    opacity: 1;
    border-radius: 50%;
    line-height: 54px;
    font-size: 17px;
    padding: 0 !important;
}
.product-related-products .owl-theme .owl-nav .owl-prev,
.product-related-categories .owl-theme .owl-nav .owl-prev{ 
    margin: 0;
    width: 50px;
    height: 50px;
    color: #000;
    position: absolute;
    right: -16px;
    background: rgba(0,0,0,0.1);
    top: 49%;
    opacity: 1 ;
    border-radius: 50%;
    line-height: 54px;
    font-size: 17px;
    padding: 0 !important;
} 
.product-related-products .owl-theme .owl-nav .owl-prev.disabled,
.product-related-categories .owl-theme .owl-nav .owl-prev.disabled {
    opacity: 0;
} 

.product-related-products .product-container-info .image_box{
    width: 100%;
    float: right; 
	position: relative;
    padding: 0 0 10px;
    text-align: center;
}
.product-related-products .product-container-info .image_box img{
    display: inline-block;
    -webkit-transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
    transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.product-related-products .product-container-info .on-mouseover-image {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.product-related-products .product-container-info .on-mouseover-image img {
    opacity: 1;
}
.product-related-products .product-container-info:hover a.start-image img {
    visibility: hidden;
}
.product-related-products .product-container-info:hover .on-mouseover-image {
    visibility: visible;
    opacity: 1;
}
.product-related-products .productdetails_discount.ribbon {
    position: absolute;
    top: 0;
    background: #6DC82A;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 3px;
    right: 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; 
    margin: 0 0 20px;
}
.productdetails-view .customer-reviews .list-reviews .step{ 
	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: 0;	
}
.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
******************************************************************************************/
#mobile_filter .modal-dialog {
    width: 100%;
    margin: 80px auto 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
#mobile_filter .modal-content{
    width: 100%;
    float: right;
}
#mobile_filter .modal-header{
    width: 100%;
    float: right;
}
#mobile_filter .modal-header .close {
    margin-top: -2px;
    font-size: 30px !important;
    position: absolute;
    left: 24px;
    top: 12px;
    opacity: 1;
}
#mobile_filter .modal-body{
    width: 100%;
    float: right; 
}
#mobile_filter .cf_wrapp_all .cf_flt_wrapper{
    position: static;
}
.mobile_filter {
    display: none;
    background: none;
    border: none;
    font-size: 14px !important;
    padding: 3px !important;
    float: right;
    position: relative;
    padding-right: 25px !important;
    color:#333;
}
.mobile_filter::before {
    content: "\e872";
    font-family: "Linearicons-Free";
    transform: rotate(180deg);
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 3px;
}
.cf_wrapp_all #FilterAccordionSearch{ 
    display: none;
}
#mobile_filter .cf_wrapp_all #FilterAccordionSearch{ 
    background: rgb(0, 122, 255) !important;
    color: #fff !important;
    padding: 10px !important;
    width: 100%;
    border: none;
    margin: 0 0 20px;
    border-radius: 5px;
} 
#mobile_filter .modal-body .cf_wrapp_all {
    width: 100%;
    float: right;
    padding: 0; 
    border-left: none;
    position: relative; 
} 
.cf_wrapp_all{
	width: 100%;
	float: right;
	padding: 10px 0px     ; 
}
.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;
    border-bottom: solid 1px #eee;
}
.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{ 
    border-radius: 2px 2px 0 0;
    padding: 10px;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #333;
}
.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{ 
}
.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: #000 !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"] {
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 13px;
    background-color: transparent;
    padding: 9px;
    border-radius: 2px;
    line-height: normal;
    color: rgb(0, 122, 255);
    margin: 0 0 20px;
	margin-top: 10px;
}
.cf_wrapp_all .cf_resetAll_link {
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 13px;
    background-color: transparent;
    padding: 9px 0 30px;
    border-radius: 2px;
    line-height: normal;
    color: rgb(0, 122, 255);
    border-bottom: solid 1px #eee;
} 
/**/
#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{    
    width: 33.33% !important;
}
.vmessentials-wrapper.vme-wishlist div.product:nth-child(3n){ 
    border-left: none !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: -21px;
    top: -24px;
}
.vmessentials-wrapper.vme-wishlist .vme-list-remove button {
    color: rgb(0, 122, 255);
    font-size: 22px !important;
    background: transparent;
    border-radius: 2px;
} 
.vmessentials-wrapper.vme-wishlist .vme-list-remove button:hover{
	text-decoration: underline!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: rgb(0, 122, 255) ;
	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: rgb(0, 122, 255) !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: rgb(0, 122, 255) !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: inherit  !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: rgb(0, 122, 255);
    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; 
}
#ProOPC .proopc_header h1 { 
    margin: 0 0 20px!important;
    line-height: normal !important;
    font-size: 18px !important;
    padding: 0;
    text-align: center;
    font-weight: bold;
}
#ProOPC .proopc_header a.proopc-goback-link,
#ProOPC .proopc_header a.proopc-continue-shopping{
	border: none;
    letter-spacing: normal;
    padding: 7px 18px;
    background: rgb(0, 122, 255);
    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: 95px;
}
#ProOPC .cart-images {
    margin-left: 0 !important;
    margin-right: -95px;
    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: #000 !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: #000;
	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;	
    margin: 20px 0 0 !important;
}  
.proopc-register-login .proopc-register, 
.proopc-register-login .proopc-login{
	width: 100%; 
	float: right;
    position: relative;
    border: solid 1px #eee;
}  
#ProOPC .proopc-register-login h3{ 
    padding: 10px 5px;
    text-align: center;
    border: none !important; 
    margin: 0 !important;
	font-size: 16px !important;
    font-weight: bold;
}
#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: #fff;
	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: #000 !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: rgb(0, 122, 255) !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: rgb(0, 122, 255);
}
.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;
    width: 100% !important;
    float: right !important;
    border: none !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: #000;
}
#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;
    border: solid 1px #eee !important;
    border-radius: 0;
    padding: 0 !important;
    margin: 0 0 20px;
}
#ProOPC .proopc-finalpage h3 {
    font-size: 16px !important;
    margin: 0 0;
    position: relative;
    line-height: normal;
    font-weight: bold;
    border: none;
    background: #f4f4f4 !important;
    padding: 10px 20px !important;
}
#ProOPC .checkout_row > div{
    padding: 15px;
}
#ProOPC .inner-wrap{
    padding: 0 !important;
}
#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;
    display: none;
}
#ProOPC .proopc-shipments,
#ProOPC .proopc-payments {
    width: 50%;
    padding: 0 !important;
    float: right;
}
#proopc-payments,
#proopc-shipments {
    padding: 15px;
}    
#ProOPC .proopc-payments{    
    border-right: solid 1px #eee !important; 
}
#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;	
    margin: 0;
}
#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: #000 !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 .cart_info #proopc-carttable-form{
	padding: 0 !important;
}
#ProOPC #proopc-order-submit{
	line-height: normal;
    display: inline-block;
    border: none;
    background: rgb(0, 122, 255);
    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; 
}
#reviews .rating {
    direction: ltr;
}
#reviews .ratingbox {
    background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
}




/**************************/
.top-slider {
    background: #fff;
}
.jm_mostread.jm_mostread_list .each_item {
    padding: 15px 25px;
    text-align: center;
}
.jm_mostread.jm_mostread_list .each_item h4{    
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
}
.jm_mostread.jm_mostread_list .each_item a {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: rgb(0, 102, 204);
}
.jm_mostread.jm_mostread_list .each_item a:hover{
    text-decoration: underline !important;
}
.jm_mostread.jm_mostread_list .owl-theme .owl-nav {
    margin: 0 !important ;
} 
.jm_mostread.jm_mostread_list .owl-theme .owl-nav .owl-next {
    margin: 0;
    width: 25px;
    height: 25px;
    color: #000;
    position: absolute;
    left: -7px;
    background: transparent;
    top: 25%;
    opacity: 1;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    padding: 0 !important;
}
.jm_mostread.jm_mostread_list .owl-theme .owl-nav .owl-prev {
    margin: 0;
    width: 25px;
    height: 25px;
    color: #000;
    position: absolute;
    right: -7px;
    background: transparent;
    top: 25%;
    opacity: 1;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    padding: 0 !important;
}

/**************************/

.jm_mostread.jm_mostread_slider { 
}
.jm_mostread.jm_mostread_slider .each_item{
    padding: 10px;
    width: 100%;
    float: right;
}
.jm_mostread.jm_mostread_slider .each_item > a{
    width: 100%;
    float: right;
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    transition: all .3s cubic-bezier(0,0,.5,1);
    margin: 0 0 10px;
}
.jm_mostread.jm_mostread_slider .each_item > a:hover {
    box-shadow: 2px 4px 16px rgba(0,0,0,.16);
    transform: scale3d(1.01,1.01,1.01);
}
.jm_mostread.jm_mostread_slider .each_item img{
    border-radius: 0 0 20px 20px;
}
.jm_mostread.jm_mostread_slider .each_item h4{
    margin: 0;
    padding: 30px;
}



/******************************************************************************************
									jm_whyus
******************************************************************************************/ 
.jm_whyus {
	margin: 0 0 20px;
	width: 100%;
	float: right;
}
.jm_whyus ul{
	padding: 0 20px;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	float: right;
}
.jm_whyus li{
	padding:5px;
} 
.jm_whyus li a{
	position: relative;
    padding: 6px;
    display: block;
    text-align: center;
    width: 100%;
    float: right;
}
.jm_whyus li:last-child a{ 
	border-left:none;
}
.jm_whyus 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_whyus li a .icon.best_shipping{ 
	width: 67px;
    background-position: 77% -61px;
}
.jm_whyus li a .icon.best_return{ 
    background-position: 77% -127px;
} 
.jm_whyus li a .icon.best_payment{ 
	    background-position: 77% -188px;
} 
.jm_whyus li a .info{
	display: inline-block;
	width: 100%;
	float: right;
}
.jm_whyus li a .title{
	margin-bottom: 10px;
	font-size: 13px;
}
.jm_whyus li a .desc {
    color: #888;
    line-height: 18px;
    font-size: 12px;
}
/***************/ 
.site_bottom_nav { 
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .3s .35s ease-in-out;
    border-top: 1px solid #e3e9ef;
    background-color: #fff;
    box-shadow: -1.25rem 0 2rem 0 rgba(43,52,69,.15);
    z-index: 99999; 
    display: none ;
} 
.site_bottom_nav .table-layout-fixed {
    table-layout: fixed;
    width: 100% !important;
    display: table !important;
} 
.bottom-user-menu,
.bottom-wishlist,
.bottom_cart_box {
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
}
.bottom-user-menu span.lnr ,
.bottom-wishlist span.lnr {
    position: relative;
    font-size: 20px !important;
    display: block;
    color: #000;
}
.bottom-user-menu span.title,
.bottom-wishlist span.title{ 
    display: block;
    color: #000;
}
.bottom_cart_box .sj-minicart-pro .mc-header .mc-yourcart{
    height: 40px !important;
}
.bottom_cart_box .sj-minicart-pro .mc-header .mc-yourcart .cart-icon{
    padding: 0 !important;
}
.bottom_cart_box .sj-minicart-pro .mc-header .mc-yourcart .cart-icon span {
    position: relative; 
    text-align: center;  
    display: inline-block;
    top: -10px;
}
.bottom_cart_box .sj-minicart-pro .mc-header .mc-yourcart .cart-icon i {
    font-size: 30px !important;
    color: #000;
    position: relative;
    top: -2px;
}
.top-address{
    margin-bottom:5px;
}
.bottom_cart_box .sj-minicart-pro .mc-header .mc-yourcart .cart-icon::after {
    content: 'سبد خرید';
    display: block;
    font-size: 13px;
    text-align: center;
    width: 100%;
    top: -9px;
    position: relative;
}
.each_product_list ul > li .main_info .product-fields .product-field.product-field-type-S,
.productdetails .product-container-info .product-fields .product-field.product-field-type-S {
    display: none;
}
.each_product_list ul > li .main_info .product-field.product-field-type-E,
.productdetails .product-container-info .product-field.product-field-type-E {
    margin: 10px 0 0 !important;
}
.each_product_list ul > li .main_info .product-field.product-field-type-E > span,
.productdetails .product-container-info .product-field.product-field-type-E > span {
    display: none;
}
.each_product_list ul > li .main_info .product-field.product-field-type-E .product-field-display,
.productdetails .product-container-info .product-field.product-field-type-E .product-field-display {
    vertical-align: middle;
    text-align: center;
}
.each_product_list ul > li .main_info .product-field.product-field-type-E .cf4all_color_btn,
.productdetails .product-container-info .product-field.product-field-type-E .cf4all_color_btn {
    display: inline-block;
    border: none !important;
    min-width: auto !important;
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
}
.each_product_list ul > li .main_info .product-field.product-field-type-E .cf4all_inner_value,
.productdetails .product-container-info .product-field.product-field-type-E .cf4all_inner_value {
    min-height: 13px !important;
    float: left;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    min-width: auto !important;
}
.each_product_list ul > li .main_info .cf4all_button:hover,
.productdetails .product-container-info .cf4all_button:hover {
    box-shadow: none !important;
}

  
.productdetails-view .product-field.product-field-type-E .product-field-display {
    vertical-align: middle;
    text-align: center;
}
.productdetails-view .product-field.product-field-type-E .cf4all_color_btn {
    display: inline-block;
    border: none !important;
    min-width: auto !important;
    width: 31px !important;
    height: 31px !important;
    margin: 0 !important;
    border-radius: 50%;
}
.productdetails-view .product-field.product-field-type-E .cf4all_inner_value {
    min-height: 31px !important;
    float: left;
    width: 31px !important;
    height: 31px !important;
    border-radius: 50% !important;
    min-width: auto !important; 
    position: absolute;
    top: 0;
    left: 0;
}
.productdetails-view .cf4all_button:hover {
    box-shadow: none !important;
}
.productdetails-view .cf4all_buttons input[type="radio"]:checked + label, 
.productdetails-view .cf4all_buttons input[type="checkbox"]:checked + label, 
.productdetails-view .cf4all_color_buttons input[type="radio"]:checked + label, 
.productdetails-view .cf4all_color_buttons input[type="checkbox"]:checked + label {
    outline: 2px solid #00bfd6 !important;
    box-shadow: none !important;
}
.copyright h1,.copyright h2{
    font-size:14px;
    margin:0;
    color:rgba(60, 60, 67, 0.6);
    display:inline-block;
}

strong{
 font-family:'joominamed';   

}
.cf4all_inner_value{
 border:1px solid #eee;   

}

.vm-pagination li > span{
    color:#039BE5  !important;
}

.vm-pagination{
    
    margin:10px 0 !important;
}

.vm-page-counter{
    
    margin-top:15px !important;
    float:left !important; 
}
.sale_box .product_slider_content{
    
    padding-top:25px;
}
.article_fulltext{
    padding:20px 0;
}
.article_fulltext a{
    color:#3498db;
}
.product-description ul li{
	list-style: disclosure-closed !important;
}

.boldme{
    color:#3498db;
    font-size:16px;
}
.loginpay{
    background:#10ac84;
    color:#FFF;
    padding:10px;
    text-align:center;
    font-size:16px;
	width: 100%;
	display: block;
	border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.loginpay:hover{
    color:#FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
product-container-info{
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start; 
}


.chzn-container .chzn-drop {
/*	right: -9999px;*/
	left: auto;
}


.no-padding{
	padding: 0 !important;
}
.mod_jshop_deals .each_deals {
    padding: 10px !important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
} 
.mod_jshop_deals {
    width: 100%;
    padding: 15px 15px 0 15px;
    position: relative;
} 
.mod_jshop_deals .each_deals{
	padding: 5px;
}
.mod_jshop_deals .each_deals > div{    
	background: #fff;
    border-radius: 5px;
	width: 100%;
	float: right;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.mod_jshop_deals .each_deals > div img{    
    border-radius: 5px 5px 0 0;
	width: 100%;
	float: right;
} 
.mod_jshop_deals .each_deals > div h3{       
	font-size: 14px;
    padding: 10px 10px 0;
    text-align: center;
	width: 100%;
	float: right;
	line-height: 25px;
	margin: 0;
} 
.mod_jshop_deals .each_deals > div h3 a{ 
	color: #333;
} 
.mod_jshop_deals .each_deals > div h5{       
	font-size: 12px;
    padding: 0 10px;
    text-align: center;
	width: 100%;
	float: right;
	margin: 0;
} 
.mod_jshop_deals .each_deals > div h5 a{ 
	color: #969696;
} 
.mod_jshop_deals .each_deals > div .price{ 
	width: 100%;
	float: right;
	text-align: center;
	padding: 0 0 15px 15px;
}  
.mod_jshop_deals .each_deals > div .main_price { 
	display: inline-block;
	color: #e53939;
	text-decoration: line-through;
	margin-left: 8px;
} 
.mod_jshop_deals .each_deals > div .final_price { 
	display: inline-block;
	color: #009b45;
	font-size: 14px;
}  

.mod_jshop_deals .product_content .button-group {
    display: inline-block;
    vertical-align: middle; 
    opacity: 0;  
    margin: 0 auto 30px auto; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mod_jshop_deals .product_content:hover .button-group {
    opacity: 1;
}

.mod_jshop_deals .product_content .button-group > div {
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: center;
}
.mod_jshop_deals .product_content .button-group .btn-quickview,
.mod_jshop_deals .product_content .button-group .btn-wishlist, 
.mod_jshop_deals .product_content .button-group .btn-compare, 
.mod_jshop_deals .product_content .button-group .btn-cart {
    opacity: 0;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mod_jshop_deals .product_content .button-group .btn-quickview {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mod_jshop_deals .product_content .button-group .btn-wishlist {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mod_jshop_deals .product_content .button-group .btn-compare {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.mod_jshop_deals .product_content .button-group .btn-cart {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
} 
.mod_jshop_deals .product_content .button-group > div button, 
.mod_jshop_deals .product_content .button-group > div a {
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    font-size: 17px;
    line-height: 39px;
}

.mod_jshop_deals .product_content:hover .button-group .btn-quickview, 
.mod_jshop_deals .product_content:hover .button-group .btn-wishlist, 
.mod_jshop_deals .product_content:hover .button-group .btn-compare, 
.mod_jshop_deals .product_content:hover .button-group .btn-cart {
    opacity: 1;
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.mod_jshop_deals .product_content .button-group > div button:hover, 
.mod_jshop_deals .product_content .button-group > div a:hover{
    color: #fff;
    background: #ff6a08;
}

/************/
.deals_row{
    background: #ff6a08;
    margin-bottom: 30px;
}
.mod_jshop_deals .swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mod_jshop_deals .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mod_jshop_deals .gallery-top {
  height: 400px;
  width: 100%;
}

.mod_jshop_deals .col-lg-2 { 
    padding: 25px 15px   ;
}
.mod_jshop_deals .gallery-thumbs {
  height: 349px;
  box-sizing: border-box;  
}
.mod_jshop_deals .swiper-button-prev {
    top: 10px;
    left: auto;
    right: 45%; 
    color: #fff;
    transform: rotate(90deg);
}
.mod_jshop_deals .swiper-button-next {
    top: auto;
    bottom: -10px;
    left: auto;
    right: 45%; 
    color: #fff;
    transform: rotate(90deg);
}
.mod_jshop_deals .swiper-button-prev:after,
.mod_jshop_deals .swiper-button-next:after{
    font-size: 24px;
}
 
.mod_jshop_deals .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity:0.8;
    overflow: hidden;
}

.mod_jshop_deals .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.mod_jshop_deals .gallery-thumbs .swiper-slide > div {
    padding: 0 15px 0 15px;
    background: #fff;
    border-radius: 5px;
    height: 100%; 
    cursor: pointer;
}
.mod_jshop_deals .gallery-thumbs .swiper-slide > div a{
    display: block;
    width: 100%;
    height: 100%; 
    padding: 0;
    border: 0;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.mod_jshop_deals .product_content{
    background: #fff;
    border-radius: 5px;
    margin: 0 !important;
    height: 100%;
}

.mod_jshop_deals h3{ 
    margin: 0 0 10px;
    font-size: 24px;
    color: #fff; 
    line-height: normal; 
    position: relative;
    font-weight: bold;
}  
.mod_jshop_deals .desc {
    color: #888;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 25px;
}
.mod_jshop_deals .remain {
    padding-top: 20px;
    border-top: solid 1px rgba(255,255,255,0.2);
}
.mod_jshop_deals .remain h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-right: 27px;
    margin-bottom: 20px;
}
.mod_jshop_deals .remain h5 .lnr {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
}
.mod_jshop_deals .sj_deals_cd_day {
    float: right;
    margin-left: 10px;
    min-width: 50px;
    color: #fff;
    border-radius: 10px;
    width: 54px;
    height: 90px;
    text-align: center;
}
.mod_jshop_deals .sj_deals_cd_day > span.each_counter_number {
    display: block;
    padding: 0;
    color: #ff6a08;
    font-size: 18px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
}
.mod_jshop_deals .sj_deals_cd_day > span.each_counter_title {
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-transform: capitalize;
}
.mod_jshop_deals .image_box{
    display: flex;
    align-items: center;
}
.mod_jshop_deals .product_content h3{
    font-size: 13px;
    margin: 20px 0;
    line-height: 27px;
}
.mod_jshop_deals .product_content h3 a{
    color: #333;
}
.mod_jshop_deals .product_content .vote{
    margin: 0 0 20px;
}
.mod_jshop_deals .product_content .extravote-info{
    display: none;
}
.mod_jshop_deals .product_content ul{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.mod_jshop_deals .product_content ul li {
    font-size: 13px;
    color: #888;
    margin: 0 0 5px;
}
.mod_jshop_deals .product_content ul li a{
    color: #888;    
}
.mod_jshop_deals .product_content .price {
    margin: 0 0 10px;
}
.mod_jshop_deals .product_content .main_price {
    color: #777777;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: line-through;
}
.mod_jshop_deals .product_content .final_price {
    color: #fa381d;
    font-size: 15px; 
    display: inline-block;
} 
.mod_jshop_deals .product_content .details{
    background: #222;
    color: #fff;
    padding: 13px 20px;
    display: inline-block;
    border-radius: 5px;
    height: 45px;
} 
.mod_jshop_deals .swiper-pagination{
    margin: 0 !important;
    bottom: 0 !important;
    text-align:right !important;
} 
.mod_jshop_deals .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: .15625rem;
    background-color: #e2e8f1;
    opacity: 1 !important;
}
.mod_jshop_deals .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #fff;
} 

.mod_jshop_deals .product_content h3 {
	font-size: 16px;
	margin: 20px 0;
	line-height: 27px;
}
.dealbox{
    font-size: 13px;
     color: #888;
     margin:20px 0;
     line-height:30px;
}
.btn-vme-round.btn-item-added > i {
	background: none;
	 color: #000; 
}
.btn-vme-round.btn-item-added:hover i{
	background: none;
	color: #FFF;
}

.mod_jshop_deals .hasTooltip span.title{
    display:none;
}
.sj_vm_deals_wrap .addtocart-button
.sj_vm_deals_wrap .addtocart-button:hover {
	background: #dddddd !important;
	border: none !important;
	border-radius:100%;
}

.btn-vme-round:hover > i {
	background: none !important;;
}
img {
	vertical-align: middle;
	border-style: none;
}
.mod_jshop_deals .start-image{
    margin-top:50px;
}
.mod_jshop_deals .rating{
    text-align:right;
}
.mod_jshop_deals .swiper-slide{
     display: block !important;
}

 .loading {
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    /* Transparent Overlay */
    
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    }
    /* :not(:required) hides these rules from IE9 and below */
    
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }
    
    .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 150ms infinite linear;
        -moz-animation: spinner 150ms infinite linear;
        -ms-animation: spinner 150ms infinite linear;
        -o-animation: spinner 150ms infinite linear;
        animation: spinner 150ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    }
    /* Animation */
    
    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
/**************/
.mobw,.remain{
    text-align:right;
}



      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      
       .popswiper .swiper-slide {
         height: auto;
        }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;

      }
      .offerproducts,.catrow{
          position:relative;
      }
      
      
     .vm-categories-wall .swiper-slide img{
        width: 90%;
      }
      
      .offerproducts .swiper-wrapper{
          height:410px;
      }

.vm-categories-wall .swiper-wrapper{
          /*height:320px;*/
      }


       .offerproducts  .product-container,.vm-categories-wall .vm-categories-wall-spacer{
            height:100%;
        }
        .offerproducts .swiper-button-next ,
        .catrow .swiper-button-next{
            	margin: 0;
            	width: 35px;
            	height: 35px;
            	color: #333;
            	position: absolute;
            	left: -14px;
            	background: rgba(0,0,0,0.05);
            	top: 45%;
            	opacity: 1;
            	border-radius: 50%;
            	line-height: 39px;
            	font-size: 15px;
            	padding: 0 !important;
            	right:-40px;
            	left:auto;
            }
            
            .offerproducts .swiper-button-prev:after,
            .offerproducts .swiper-button-next:after,
            .catrow .swiper-button-prev:after,
            .catrow .swiper-button-next:after{
                	color: #333;
                	line-height: 39px;
                	font-size: 15px;
                }

          .offerproducts .swiper-button-prev,
          .catrow .swiper-button-prev{
            	margin: 0;
            	width: 35px;
            	height: 35px;
            	color: #333;
            	position: absolute;
            	right: -14px;
            	background: rgba(0,0,0,0.05);
            	top: 49%;
            	opacity: 1;
            	border-radius: 50%;
            	line-height: 39px;
            	font-size: 15px;
            	padding: 0 !important;
            	left:-40px;
            	right:auto;
            }
            
           .offersp.swiper-pagination{
               display:none;
           } 
            
            .offerproducts .swiper-pagination .swiper-pagination-bullet-active {
                	width: 20px;
                }
                
                .colorchek{
                    color:#FFF;
                    background:#ff7675;
                    border-radius:5px;
                    padding:5px;
                    text-align:center;
                    font-size:13px;
                    line-height:30px;
                    margin-bottom:20px;
                }
                .cf4all_error_msg{
                    padding:15px 0;
                }
                #proopc-carttable-form .cart-summary .vm-customfield-cart span{
    width:45px
}

/*
.responsive-table #ProOPC .proopc-finalpage h3{
	padding: 0 !important;
}

.responsive-table td[class*="col-"], 
.responsive-table th[class*="col-"] {
	display: block;
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #1d96b2;
  border: 1px solid #1d96b2;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: right;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: right;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #1d96b2;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #1d96b2;
  color: white;
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: right;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
   display:none;
   margin-bottom:10px;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }

  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: right;
  }
  .responsive-table tbody td {
    text-align: center;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
  .payment-row .col-tax,
  .payment-row .col-discount,
  .payment-row .col-total,
  .payment-row .col-remove,
  
  .shipping-row .col-tax,
  .shipping-row .col-discount,
  .shipping-row .col-remove,
  
  .grand-total .col-tax,
  .grand-total .col-discount,
  .grand-total .col-remove
  
  
  {
      display:none !important;
  }
}
*/

.each_blog .pull-left.item-image img{
    height:150px;
    object-fit:cover
}

.article_fulltext h2{
    font-size:14px;
}

.relatedsw .product-container-info {
	width: 100%;
	border-radius: 5px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08) !important;
	padding: 0;
	transition: all .3s cubic-bezier(0,0,.5,1);
	position: relative;
	height: 100%;
}

.swiper-wrapper .product-fields-title strong {
    
    display:none;
}

.main-menu div[id*="maximenuck"] ul.maximenuck > li.maximenuck span{
 font-size:13px;   
}


.chzn-container .chzn-drop {
/*	right: -9999px;*/
	left: auto;
}

.addtocart-area .swiper-wrapper.relatedsw{
    display:block !important;
}

.ptab-title h3{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
}

.ptab-title h3::before {
    content: '';
    height: 2px;
    width: 50px;
    background: #c5c4c4;
    position: absolute;
    left: -65px;
    top: 19px;
    z-index: 1;
}

.ptab-title h3::after {
    content: '';
    height: 2px;
    width: 50px;
    background: #c5c4c4;
    position: absolute;
    top: 19px;
    z-index: 1;
    left: auto;
    right: -65px;
}

.ptab-title h3 span::before {
    content: '';
    height: 10px;
    width: 10px;
    background: #c5c4c4;
    position: absolute;
    left: -15px;
    top: 15px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 2;
}

.ptab-title h3 span::after {
    content: '';
    height: 10px;
    width: 10px;
    background: #c5c4c4;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -web-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 2;
    left: auto;
    right: -15px;
}


.wrapper {
  margin-top: 10px;
  position: relative;
}

.text-container {
  line-height: 2rem;
  max-height: 130px;
  overflow: hidden;
  padding: 10px 30px 60px 30px;
  transition: max-height .5s ease;
  color:#666;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  border: solid 1px #eee;
  font-size: 13px;
  text-align:justify;
  margin: 0 0 20px !important;
}

.text-container.show {
  max-height: 2000px;
}

.gradient::before {
  content:'';  height:150px; position:absolute; bottom:0px; left:0; width:100%; background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); transition:height .25s ease;
}
.show.gradient::before { height:50px;}

.show-btn {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; 
  background-color:#fbc531;
  border: none;
  border-radius: 100%;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  transition: background-color .25s ease;
  width: 40px;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.show-btn span{
    font-weight:bold;
}

.show-btn:hover {
  background-color:#fbc531;
}

.show-btn.fa.rotate {transform:rotate(180deg); }

.product_price_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobileptitle{
    padding:10px 0 !important; 
}

.productdetails .product-container {
    padding: 10px;
}

.sp-vmmegamenu .mt-5{
     margin-top:30px;   
}

.sp-vmmegamenu .d-grid{
     display: flex;
     flex-direction: column-reverse;
}
