@charset "utf-8";
/* CSS Document */
/* Copyright (C) JOOMINAMARKET , (http://www.joominamrket.com/) */

/* ========================================================================
   Component: Base
 ========================================================================== */

  

@font-face {
	font-family: 'pamega';
	src: url('../fonts/pamega.eot');
	src: url('../fonts/pamega.eot?') format('embedded-opentype'),
	url('../fonts/pamega.woff') format('woff'),
	url('../fonts/pamega.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #F5F8F9;
 //background:#fff;
  color: #333333;
}
/*
 * Removes default margin.
 */
body{
  background: #F5F8F9;
 //background:#fff;
  color: #333333;
  margin: 0;
  overflow-x:hidden;
  direction:rtl;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  font-family: 'koodak', tahoma, Arial;
  font-weight: 300;
  color: #333333;
  text-transform: none;
}
/*
 * Sizes
 */
h1 {
  font-size: 34px;
  line-height: 44px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  line-height: 23px;
}
h6{
  font-size: 15px;
  line-height: 22px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding: 0;
  margin:0;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* Bold Text */
strong,
dt,
th {
  font-weight: 400;
}

/********
styles
********/
.jm_styles{ 
	position: fixed !important;
	top: 35% ;
	z-index: 1500 ;
	left:-180px ;
}
.style_content {
	height: 170px;
	float: left;
	width: 180px;
	background:#333;
}
.style_content h4{
	color:#fff;
	font-family:'iransans';
	text-align:center;
	padding:14px 0 ;
	margin:0;	
}
.style_content div{
	float: left;
	width: 100%;
	padding-left: 10px;
}
.style_content div a{  
	border-radius:2px;
	display: block;
	float: left;
	height: 40px;
	margin: 5px;
	width: 42px;
}
.cyan_theme{
	background:#009688;
}
.blue_theme{
	background:#3b8ced;
	//margin-left:9px;
}
.green_theme{
	background:#4BAE4F;
}
.gold_theme{
	background:#F8AB16;
}
.red_theme{
	background:#EA3A3C;
}
.purple_theme{
	background:#574586;
}
.style_btn {
	height: 50px;
	width: 50px;
	border-radius:0 2px 2px 0;
	border:none;
}
.style_btn i{
	color: #fff;
    font-size: 30px;
    left: -4px;
    padding: 0;
    position: relative;
}
/* 404 */

/* error */ 
.error_icon {
    text-align: center;
}
.error_icon i {
    color: #000;
    font-size: 150px;
}
.error_page p {
    color: #000;
    font-family: 'iransans';
    font-size: 70px;
    margin: 20px 0;
	text-align:center;
}
.error_icon div {
    height: 150px;
    margin: auto;
    width: 390px;
}
.error_icon div i {
    float: right;
    margin-left: 20px;
}
.error_page a {
    border: 1px solid;
    border-radius: 5px;
    float: right;
    font-size: 20px;
    padding: 20px;
    position: relative;
    top: 38px;
}
/*********/
.clear{
	clear:both;
}
.left{
	text-align:left;
	float:left !important;
}
.right{
	text-align:right;
	float:right !important;
}

.shipping-heading,.payment-heading{
    	text-align:right;
}
.no-padding{
	padding:0 !important;
}
.no-right-padding{
	padding-right:0 !important;
	padding-left:20px !important;
}
.no-left-padding{
	padding-left:0 !important;
	padding-right:20px !important;
} 
.left-padding{
	padding-left:10px !important;
} 
.right-padding{
	padding-right:10px !important;
}
.has_margin_bottom{
	margin-bottom:20px;
}
.no-margin{
	margin:0 !important;
}
/******************************************************************
					FORM
******************************************************************/
a{	
	transition:all linear 0.5s;
}
.control-group{
	margin-bottom:15px;
}
input {
    border: 1px solid #ddd;
    border-radius: 2px !important;
    color: #666;
    padding: 7px 10px;
	transition:all linear 0.5s;
}
textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 7px 10px;
	transition:all linear 0.5s;
}
.chzn-container{
	font-size:12px !important;
}
.chzn-container-single .chzn-single {
    background: none !important;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
    box-shadow: none !important;
	height:auto !important;
	padding:0 !important;
}
.chzn-container-single .chzn-single span {
    margin-left: 26px !important;
	margin-right:0 !important;
    padding: 5px !important;
}
.chzn-container-single .chzn-single div {
    left: 6px !important;
	right:auto !important;
    top: 6px !important;
}
.chzn-container .chzn-drop {
    border: 1px solid #ddd !important;
}
.btn,
.readmore{
	color:#fff !important;
	margin:0 !important;
	transition:all linear 0.3s;
	border:none !important;
	border-radius: 2px !important;
    font-size: 14px !important;
    padding: 10px 48px !important;
}
.btn:hover{
	border:none !important;
}
label{
	font-weight:normal !important;
}
img{
	display:block;
	margin:0 auto;
}
.sample_code .btn{
	margin-left: 10px !important;
	display: inline-block;
}
.sample_code .alert{
	padding-top: 10px !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: 10px;
    transition: all .3s cubic-bezier(0,0,.5,1);
    position: relative;
    height: 100%;
}

.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 h3 {
    font-size: 14px;
    width: 100%;
    float: right;
    line-height: normal;
    padding-top: 10px ;
    text-align: center !important;
    color: #000;
    font-weight: bolder;
}


.productdetails .product-container-info h3 a {
    display: block;
    width: 100%;
    float: right;
}

.productdetails .product-container-info:hover h3 a {
    color: #039BE5 !important;
}

.productdetails .product-container-info .price {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.productdetails .product-container-info .price .salesprice {
    float: none;
    display: inline-block;
    color: #000;
    font-size: 15px;
}

.productdetails .product-container-info .price .salesprice {
    float: none;
    display: inline-block;
    color: #000;
    font-size: 15px;
}

.productdetails{
    padding:15px;
}

.productdetails .addtocart-button{
    background:#e74c3c;
    font-weight:bolder;
    color:#FFF;
    padding:8px 15px;
    border:none;
    border-radius:5px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.notify.vm-btn.vm-btn-secondary{
   background:#0984e3;
    font-weight:bolder;
    color:#FFF;
    padding:8px 15px;
    border:none;
    border-radius:5px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);  
}
.notify.vm-btn.vm-btn-secondary:hover{
    background:#74b9ff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.productdetails span.addtocart-button:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.productdetails .quantity-box,
.productdetails .quantity-controls{
    display:none;
}

.productdetails .addtocart-area {
    clear: both;
    text-align: center;
    margin-top:20px;
}

.productdetails .owl-stage-outer{
    padding:20px 0;
}

.product-row h3{
    margin-bottom:0;
    font-weight:bolder;
}

.product-row .simple_module{
    margin-bottom:50px;
}

#fancybox-wrap,
#fancybox-overlay{
	z-index: 99999 !important;
}

/******************************************************************************************
								 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;
    min-height:100%;
} 

.vm_products {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 540px){
   div.product {
    width: 50% !important;
}
.browse-view .row{
    display:block !important;
}
    
}


div.product > div{
	float: right !important;
	padding:10px !important;
    border: 1px solid #eee;
    width: 100% !important; 
    margin: 0 !important;
    height: 100%;
    background:#FFF;
}  
.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;
}

/******************************************************************************************
									  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;
}

#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;
}

#fancybox-close {
    background: none !important;
    width: 35px !important;
    height: 35px !important;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#facebox h4, #fancybox-content h4 {
    font-size: 14px;
    width: 100%;
    clear: both;
    display: block;
}

#fancybox-content {
    min-width: 100% !important;
    max-width: 100% !important;
    background: #fff !important;
    padding: 20px 0 10px !important;
    text-align: center !important;
    border: none !important;
    margin: 0 auto;
}

/**/ 
.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 .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,
.productdetails-view .product-description{
    margin: 0 0 15px !important;
    line-height: 28px;
}

.productdetails-view .product-description{
     margin-top: 30px !important;
     text-align:justify;
}
.productdetails-view .product-description{
    line-height: 28px;
    font-family: 'bodyfont' !important;
}
/**/
#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{
    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;
}
.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: 30px 0 0 0 !important;
} 
.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{ 
    margin: 0 0 20px;
}
.productdetails-view .customer-reviews .list-reviews .step{ 
	display: block;
	padding:15px;
}
.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;
}

.proopc-shipments input[type="radio"], .proopc-payments input[type="radio"] {
    float: right !important;
    margin: 5px 0 1px 10px !important;
}

tbody .sub-headings,
.proopc-hint-row > td{
    text-align: right !important;
}

.proopc-shipments label, .proopc-payments label,
.proopc-login-message-cont,.proopc-finalpage .proopc-column3{
     float: right !important;
}

.proopc-toolbar-right{
    float: left !important;
}

.proopc-clear-cart{
    background:#e74c3c;
    color:#FFF;
    padding:5px 10px;
    margin-right:10px;
}

.proopc-continue-link{
     background:#2ecc71;
     color:#FFF;
     padding:5px 10px;
}

.proopc-step {
    float: right!important;
    margin: 3px 0 3px 5px!important;
}

#ProOPC .proopc-process-title {
    padding-right: 15px!important;
}

#proopc-item-count,#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-family: 'bodyfont' !important;
}
.dflex{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.dflex2{
    display:flex;
    align-items:center;
    margin-top:15px;
    font-size: 16px;
}

.dflex2 strong{
    font-weight:bolder;
}

.productdetails-view h1{
    font-size:20px;
    font-weight:bolder;
    padding-top:20px
}

.productdetails-view .addtocart-bar {
    text-align: left;
    margin: 30px 0;
}

.product-short-description{
    text-align:justify;
    font-size:14px;
    
}

.product-description h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom:1px solid #ddd;
   
}

.back-to-category strong{
    color:#888;
}

.PricesalesPrice{
    font-weight:bolder;
    color:#27ae60;
    margin-right:5px;
}

.PricesalesPrice strong{
    font-weight:bolder;
    color:#000;
}

.additional-images{ 
    margin:20px 0;
    gap:2rem
}

.productdetails-view .main-image img,
.additional-images img{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.productdetails-view .main-image img{
    width:100%;
}

h3.productrow::before {
    content: '';
    height: 2px;
    width: 50px;
    background: #c5c4c4;
    position: absolute;
    left: -65px;
    top: 19px;
    z-index: 1;
}

h3.productrow::after {
    content: '';
    height: 2px;
    width: 50px;
    background: #c5c4c4;
    position: absolute;
    top: 19px;
    z-index: 1;
    left: auto;
    right: -65px;
}

h3.productrow 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;
}
 
h3.productrow 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;
}

.prelative{
    position:relative;
    text-align:center;
}

h3.productrow {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
}

.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);
}

.proopc-login,.proopc-register{
    width:100% !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;
} 
/**************************/ 
#ProOPC input#STsameAsBT[type="checkbox"] {
    float: right !important;
}

/*****************************************************************************************
									vm category module - list
******************************************************************************************/
.vm-categories-wall {
	margin: 0 !important;
}
.vm-categories-wall-catwrapper{
	padding: 5px; 
	float: right;
}
.vm-categories-wall-catwrapper .vm-categories-wall-spacer {
    float: right;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.vm-categories-wall a{
	display: block;
	text-align: center;
	position: relative;
} 
.vm-categories-wall a .vm-categories-wall-catname{
	margin-top: 15px;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
	text-align:center;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } 
    
    .addtocart-bar{
        text-align:center;
        margin:20px 0;
    }
    
    .addtocart-button{
        background: #27ae60;
        font-weight: bolder;
        color: #FFF;
    }
    
    .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 .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;
}

.each_product_list ul > li .main_info .cf4all_button:hover,
.productdetails .product-container-info .cf4all_button:hover {
    box-shadow: none !important;
}

.productdetails-view h1{
    border-top:1px solid #ddd;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

[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;
}

.productdetails .additional-images{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.productdetails-view{
    background:#FFF;
    border:1px solid #ddd;
}

.cf4all_button{
    border-radius: 100% !important;
    width: 20px !important;
    height: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border:none !important;
}

.PricebasePrice {
    display:inline-block;
}

.product-price .PricebasePrice{
    color:#c0392b;
    font-weight: bolder;
    font-size: 16px;
    text-decoration-line: line-through;
}

.stockp .label{
    padding:5px 10px;
    border-radius:5px;
    font-weight: normal;
}

.stockp{
    padding-bottom:10px;
}

.productdetails-view .ask-a-question {
    float: right;
    color:#27ae60;
    font-weight:bold;
}

.vm-wrap{
    background:#FFF;
    border:1px solid #ddd;
    border-radius:5px;
    padding:15px;
}

.position-relative{
    position:relative;
}

.discountedp,.soonp{
    position:absolute; 
    padding:5px 10px;
    border-radius:5px;
    color:#FFF;
    right:10px;

}

.discountedp{
    background:#f1c40f;
    top:20px;
}

.soonp{
    background:#9b59b6;
    top:60px
}

.browseProductImage{
    width:100%;
}

#fancybox-outer {
    box-shadow:none; 
    height:auto !important;
}

.alert-message h2{
    font-size:16px;
}

.browse-view .product-price .dflex2 strong,
.browse-view .product-price strong{
    display:none
}
.category_header{
    display:none !important;
}
.browse-view .product-price .dflex2,
.browse-view .product-price{
    display: block;
    text-align: center;
}

.product-row .owl-item .product-container,
.product-row .owl-stage{
    height:100%
}

.product-row .owl-stage{
   display:flex;
}

.vm-orders-list .adminlist{
    width:100%;
    margin-top:30px !important;
}


.vm-pagination li > span{
    color:#039BE5  !important;
}

.vm-pagination{
    
    margin:10px 0 !important;
}

.vm-page-counter{
    
    margin-top:15px !important;
    float:left !important; 
}

.vm-pagination {
    float: left;
    text-align: center !important;
}

.vm-pagination ul li {
    display: inline;
}

.pagenav {
    padding: 3px 8px;
    margin: 0 4px;
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #808080;
}

.product-description img{
    max-height:100%;
}

.rsformpage form{
 background:#FFF;   
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 padding:25px 35px;
}

.rsform-block-header{
    line-height:30px;
}
.rsformpage strong.formRequired{
    color:#c23616;
    font-size:18px;
}

.rsform-block{
    clear:both;
}

.rsform-input-box{
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.rsformpage .formResponsive .formBody {
     float: none !important;
}

.rsformpage .formDescription{
    color:#999;
    font-size:11px;
}
.rsform-block-submit{
    text-align:center;
}

.rsform-block-submit button{
    background:#27ae60 !important;
    padding:15px 70px !important;
}

.formHorizontal .formValidation{
    display:block !important;
}
.formResponsive .formHorizontal .formControlLabel{
  width: 100% !important;  
}

.rsformpage img{
    margin:30px 0;
}

.rsformpage .rsform-block{
    margin-bottom:30px;
}

.maximenuckh li.fullwidth > div.floatck {
	width: fit-content !important;
	left: auto !important;
	right: auto !important;
}

.rsformpage .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

.rsformpage .switch input {
  display:none;
}

.rsformpage .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.rsformpage .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.rsformpage input:checked + .slider {
  background-color: #2196F3;
}

.rsformpage input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.rsformpage input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.rsformpage .slider.round {
  border-radius: 34px;
}

.rsformpage .slider.round:before {
  border-radius: 50%;
}

.rsformpage .switchbox label.formControlLabel {
    display: block;
}

/****   Boxes ********/

:root {
  --bg-box-primary:#ffff;
  --bg-box-secondary: #f8f9fa;

  --clr-followers-1: #fc9d50;
  --clr-followers-2: #ffe0c6;
  --clr-likes-1: #fd00b1;
  --clr-likes-2: #ffdff5;
  --clr-views-1: #5053fc;
  --clr-views-2: #e5e6f8;
}

.priceboxes{
  padding: 30px;

}
.priceboxes + .bg-primary-box{
background: var(--bg-box-primary);
}
.priceboxes + .bg-secondary-box{
  background: var(--bg-box-secondary);
  }
.priceboxes h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.priceboxes .h4-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.priceboxes .h5-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.priceboxes .cards:hover {
  transform: translateY(-6px);
}
.priceboxes .cards {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  background-clip: border-box;
  word-wrap: break-word;
  background:#FFF;
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #ebebeb;
  margin: 10px 0;
}
.priceboxes .top-followers-cards {
  text-align: center;
  background-color: var(--clr-followers-1);
  color: #ffffff;
  padding: 20px 0px;
}
.priceboxes .middle-followers-cards {
  padding: 15px;
  background: var(--clr-followers-2);
  text-align: center;
}
.priceboxes .top-likes-cards {
  text-align: center;
  background-color: var(--clr-likes-1);
  color: #ffffff;
  padding: 25px 0px;
}
.priceboxes .middle-likes-cards {
  padding: 15px;
  background: var(--clr-likes-2);
  text-align: center;
}
.priceboxes .top-views-cards {
  text-align: center;
  background-color: var(--clr-views-1);
  color: #ffffff;
  padding: 20px 0px;
}
.priceboxes .middle-views-cards {
  padding: 15px;
  background: var(--clr-views-2);
  text-align: center;
}
.priceboxes .num-cards {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.priceboxes .cards-body {
  margin: 0 auto;
  padding:15px 0;
}
.priceboxes .ul-list {
  list-style: none;
  text-align: center;
  width: fit-content;
  padding: 0;
}
.priceboxes .li-items {
  font-size: 14px;
  color: rgb(125, 136, 153);
  font-weight: 500;
  list-style-type: circle;
  width: fit-content;
}
.priceboxes .cards-pricing {
  padding: 10px 40px;
  background: #f9f9f9;
}
.priceboxes .beforeDamping {
  color: red;
  text-decoration: line-through;
  text-align: center;
}
.priceboxes .afterDamping {
  color: rgb(132, 146, 166);
  text-align: center;
}

.priceboxes .cards-button {
  text-align: center;
  padding: 15px 0;
}
.priceboxes .btn-info:hover {
  background: #039ae6;
  color: #ffffff;
  transform: scale(1.1);
}
.priceboxes .btn-info {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  background: #26b5ff;
  color: #ffffff;
  padding: 10px 40px;
  border:8px solid #f7f7f7;
}

.priceboxes .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .priceboxes .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .priceboxes .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .priceboxes .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .priceboxes .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .priceboxes .container {
    max-width: 1320px;
  }
}

.priceboxes .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.priceboxes .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.priceboxes .col {
  flex: 1 0 0%;
}
@media (max-width: 576px) {
  .priceboxes .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .priceboxes .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .priceboxes .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .priceboxes .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .priceboxes .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}


.contact-box{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-weight:bold;
    font-size:16px;
    padding:20px 0;
    margin-bottom:20px;
}

.contact-box:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.contact-box:hover svg{
    fill:#EA3A3C;
}

.contact-table{
    margin:60px 0;   
}

.contact-box svg{
    font-size:40px;
}

.contact-box div{
    padding-top:20px;
}

.contact-heading{
    font-weight:bold;
}