
/* CUSTOM VIRTUEMART */
.category-view h4{
	margin-bottom: 10px;
}
.orderby-displaynumber{
	background-color: rgba(0, 0, 0, 0.15);
	color: #444444;
	padding: 9px 10px;
	margin: 0 0 20px;
	border-width: 0px;
	border-style: none;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 0px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 0px rgba(255, 255, 255, 0.6);
}
.orderlistcontainer{
	position: relative;
}
.orderlistcontainer > div{
	display: inline-block;
	margin-right: 10px;
}
.orderlistcontainer .title{
	text-transform: uppercase;
}
.orderlistcontainer .orderlist{
	right: 0;
}
.orderlistcontainer div.activeOrder{
	position: relative;
	background-image: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 6px 30px 6px 12px;
}
.orderby-displaynumber .inputbox{
	padding: 6px 12px;
}
.orderlistcontainer div.activeOrder,
.orderby-displaynumber .inputbox{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
.orderlistcontainer div.activeOrder:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 12px;
	margin-top: -3px;
	display:inline-block;
	width:0;
	height:0;
	vertical-align:middle;
	border-top:4px solid #000000;
	border-right:4px solid transparent;
	border-left:4px solid transparent
}
.orderlistcontainer div.activeOrder a{
	color: #888888;
}
div[class*="-view"] .row{
	margin-left: -15px;
	margin-right: -15px;
}
.spacer div.vote,
.spacer span.vote{
	float: left;
	margin-left: 0;
}
.spacer .addtocart-area{	
	margin: 20px 0;
}
.spacer .addtocart-bar{
	position: static;
}
.vmproduct .spacer{
	border-color: #D2D2D2;
	background-color: #F7F7F7;
	color: #888888;
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 20px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
ul.vmproduct .spacer{
	/* margin: 0; */
}
.vmproduct .spacer:hover{
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.vmproduct .spacer .product-image{
	border-color: #D2D2D2;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	border-width: 0 0 1px;
	border-style: solid;
	padding: 15px
}
.vmproduct .spacer .product-image.hover{
	background-color: #48DBA2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.vmproduct .spacer:hover .product-image.hover{
	opacity: 0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.vmproduct .spacer .product-salediscount{
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}
.vmproduct .spacer .product-salediscount:before{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	border-style: solid;
	border-width: 35px;
	border-color: #48DBA2 #48DBA2 transparent transparent;
}
.vmproduct .spacer .product-salediscount span{
	position: relative;
	padding: 7px 10px;
	display: inline-block;
}
.vmproduct .spacer .product-details-hover{
	box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3);
	-webkit-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3);
	-moz-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3);
	background-color: #FFFFFF;
	color: #666666;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -55px;
	padding: 30px 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.vmproduct .spacer .product-details-hover span{
	font-size: 20px;
	font-weight: bold;
}
.vmproduct .spacer:hover .product-details-hover{
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.vmproduct .spacer .product-detail{
	background-color: #F7F7F7;
	width: 100%;
	padding: 10px 15px;
	position: relative;
}
.vmproduct .spacer .product-detail.hover{
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.vmproduct .spacer:hover .product-detail.hover{
	top: auto;
	bottom: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.vmproduct .spacer .vm2-normalstock{
	margin: 0 0 10px
}
.vmproduct .spacer .product-price{
	float: right;
	/* font-family: 'Helvetica LT Std Cond'; */
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.vmproduct .spacer .product-name{
	font-family: 'Helvetica LT Std Cond';
	font-weight: 100;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 100%; */
}
.vmproduct .spacer .product-detail.hover .product-name{
    white-space: normal;
}
.vmproduct .spacer .product-name,
.vmproduct .spacer .product-name a{
	color: #222222;
	/* font-family: 'Helvetica LT Std Cond';
	font-weight: lighter; */
	font-size: 20px;
	line-height: 1.42857;
	margin: 0;
	
}
.vmproduct .spacer .product-category,
.vmproduct .spacer .product-category a{
	color: #AFAFAF;	
}
.vmproduct .spacer .product-s-desc{
	border-color: #D2D2D2;
	border-width: 1px 0 0;
	border-style: solid;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.productdetails-view{
	
}
.productdetails-view > div{
	margin: 0 0 20px;
}
.productdetails-view div.productdetail{
	background-color: #FFFFFF;
	border-color: #D2D2D2;
	border-width: 1px 0 0;
	border-style: solid;
	padding: 0 30px 20px;
}
.vm-product-container{
	
}
.vm-product-details-container h4.product-catname{
	color: #333333;
	font-size: 16px;
	margin: 15px 0 0;
}
.vm-product-details-container h4.product-catname a{
	color: #333333;
}
.vm-product-details-container h1{
	color: #333333;
	font-family: 'Roboto Slab';
	font-size: 30px;
	margin-top: 10px;
}
.main-image{
	padding-top: 15px;
}
.main-image img{
	max-height: 100%;
}
.main-image .vm-img-desc{
	display: none;
}
.additional-images .product-image-round{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 8px;
	box-shadow: 8px 8px 0 #ffffff inset, -8px -8px 0 #ffffff inset;
	-webkit-box-shadow: 8px 8px 0 #ffffff inset, -8px -8px 0 #ffffff inset;
	-moz-box-shadow: 8px 8px 0 #ffffff inset, -8px -8px 0 #ffffff inset;
	overflow: hidden;
}
.additional-images .product-image-round:before{
	content: '';
	padding-top: 100%;
	float: left;
}
.additional-images .product-image-round img{
	width: 100%;
	height: 100%;
	box-shadow: 10px 10px 0 #ffffff inset, -10px -10px 0 #ffffff inset;
	-webkit-box-shadow: 10px 10px 0 #ffffff inset, -10px -10px 0 #ffffff inset;
	-moz-box-shadow: 10px 10px 0 #ffffff inset, -10px -10px 0 #ffffff inset;
}
.additional-images img{
	border-color: #EAEAEA;
	width: 100%;
	margin: 0;
	border-width: 1px;
	border-style: solid;
}
.additional-images img.active{
	border-width: 3px;
	box-shadow: 8px 8px 0 #ffffff inset, -8px -8px 0 #ffffff inset;
	-webkit-box-shadow: 8px 8px 0 #ffffff inset, -8px -8px 0 #ffffff inset;
	-moz-box-shadow: 8px 8px 0 #ffffff inset, -8px -8px 0 #ffffff inset;
}
.chzn-container-single .chzn-single{
	height: auto;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button{
	border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 50px 13px 15px;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover{
	background-attachment: scroll;
	background-image: url("../images/cart_bg.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFFFFF;
}
.productdetails-view .spacer-buy-area{
	padding: 0;
}
.vm-product-details-container .spacer-buy-area .product-price{
	background-color: #F1F1F1;
	border-color: #EAEAEA;
	float: right;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
}
.vm-product-details-container .spacer-buy-area span.vm-price-desc{
	margin: 0 5px;
}
.vm-product-details-container .spacer-buy-area .product-price .PricesalesPrice{
	font-family: 'Helvetica LT Std Cond';
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1em;
}
.availability{
	margin: 0 0 20px;
	text-align: inherit;
}
.vm-product-details-container .product-fields{
	border-color: #EAEAEA;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-width: 0 0 1px;
	border-style: solid;
}
.productdetails-view .product-short-description{
	background-color: #F7F7F7;
	border-color: #EAEAEA;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
}
.product-field-display{
	display: inline-block;
}
.product-description h4.title{
	font-family: 'Roboto Slab';
	font-size: 30px;
	/* font-size: 0; */
	font-weight: lighter;
}
.product-related-products,
.product-related-categories{
	border-width: 0;
}
.product-related-products > h4,
.product-related-categories > h4,
.customer-reviews > h4{
	color: #666666;
	text-align: center;
	overflow: hidden;
	border-width: 0;
	margin-bottom: 20px;
	font-family: 'Roboto Slab';
	font-size: 30px;
	font-weight: lighter;
}
.product-related-products > h4 span,
.product-related-categories > h4 span,
.customer-reviews > h4 span{
	display: inline-block;
	position: relative;
}
.product-related-products > h4 span:before,
.product-related-products > h4 span:after,
.product-related-categories > h4 span:after,
.product-related-categories > h4 span:before,
.customer-reviews > h4 span:after,
.customer-reviews > h4 span:before{
	content: "";
	position: absolute;
	height: 0px;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.2) transparent #FFFFFF;
	top: 50%;
	width: 1000px;
}
.product-related-products > h4 span:before,
.product-related-categories > h4 span:before,
.customer-reviews > h4 span:before{
	right: 100%;
	margin-right: 45px;
}
.product-related-products > h4 span:after,
.product-related-categories > h4 span:after,
.customer-reviews > h4 span:after{
	left: 100%;
	margin-left: 45px;
}
.customer-reviews #reviewform{
	font-size: 15px;
}
.customer-reviews #reviewform .rating{
	display: inline-block;
	margin: 0 0 0 25px;
}
.customer-reviews #reviewform .rating label,
.customer-reviews #reviewform .ratingbox{
	margin: 0;
}
.customer-reviews #reviewform .write-reviews{
	text-align: left;
}
.write-reviews span.step{
	color: #333333;
	float: left;
	padding: 7px 0;
	margin: 0;
}
.write-reviews span.review_count{
	float: right;
	display: inline-block;
}
.write-reviews span.review_count input{
	background-color: rgba(255, 255, 255, 0.6);
	color: #333333;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	padding: 6px 12px;
	text-align: center;
}
.write-reviews textarea.virtuemart{
	background-color: rgba(255, 255, 255, 0.6);
	color: #999999;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
	max-width: 100%;
	border: 0 none;
	padding: 10px 30px;
	margin: 5px 0 25px;
	font-size: 16px;
}
.write-reviews input.highlight-button{
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 90px 15px 50px;
	border: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.write-reviews .review-btn{
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.write-reviews .review-btn:after{
	position: absolute;
	top: 15px;
	right: 50px;
	font-family:'FontAwesome';
	content:"\f178";
	font-size: 21px;
}
.list-reviews .reviews_normal,
.list-reviews .reviews_highlight{
	background-color: #FFFFFF;
	box-shadow: 7px 0px 0px #eaeae1 inset;
	-webkit-box-shadow: 7px 0px 0px #eaeae1 inset;
	-moz-box-shadow: 7px 0px 0px #eaeae1 inset;
	border: 1px solid #D2D2D0;
	padding: 10px 15px 10px 30px;
	margin: 20px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
}
.list-reviews .reviews_highlight{
	background-color: #f7f6f6;
}
.list-reviews div.vote,
.list-reviews span.vote{
	float: none;
	margin: 0;
}
.list-reviews .reviews_info{
	font-size: 12px;
	margin-bottom: 15px;
}
.list-reviews span.date{
	position: static;
	float: none;
	display: inline-block;
	padding: 0;
	border-width: 0;
	border-style: none;
	font-size: 12px;
}
.list-reviews blockquote{
	position: relative;
	border: 0 none;
	padding: 5px 0 0 30px;
	font-size: 14px;
	color: #666666;
}
.list-reviews blockquote:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family:'FontAwesome';
	content:"\f10d";
	color: rgba(0, 0, 0, 0.35);
}
.cart-view h1{
	font-size: 24px;
	font-weight: bold;
}
.vm-continue-shopping{
	text-align: right;
}
.billto-shipto{
	border-width: 0px;
	border-style: none;
}
.billto-shipto h3{
	padding-bottom: 10px;
	border-width: 0 0 2px;
	border-style: solid;
	font-weight: bold;
}
table.cart-summary tr th{
	background: #F3F3F3;
	border-color: #767676;
	color: #3B3B3B;
	border-width: 0 0 3px;
	border-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.cart-summary tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
table.cart-summary tr th:first-child,
table.cart-summary tr td:first-child{
	padding-left: 10px;
}
table.cart-summary tr th:last-child,
table.cart-summary tr td:last-child{
	padding-right: 10px;
}
table.cart-summary tr td .vm-customfield-cart{
	color: #999999;
}
table.cart-summary tr td hr{
	border-color: #717171;
}
#checkoutForm{
	color: #333333;
}
.vmproductrow{
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #EBEBEB;
}
.vmproductrow:hover{
	background-color: #FDFDF1;
}
#com-form-login .btn-login,
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited{
	background-color: #F16423;
	color: #FFFFFF;
}
.VmArrowdown{
	background: none !important;
}
.vm-customfield-cart{
	font-size: 12px;
}
.vmproductpriceresult .PricesalesPrice,
.vmproductpricetotal span.PricebillTotal{
	font-size: 18px;
	font-weight: bold;
}
table.cart-summary tr td hr{
	border-width: 3px 0px 0px;
}
.vmproductshipment,
.vmproductpayment{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}
.checkout-button-top,
.vm-button-correct{
	border-width: 0px;
	border-style: none;
	padding: 6px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#customer_note_field{
	background-color: #fbfbfb;
	min-height: 80px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.module .VMmenu .level0{
	border-width: 0;
	border-style: none;
	padding: 7px 0;
}
.module .VMmenu .level0 + .level0{
	border-top: 1px solid #dfdfdf;
}
.VMmenu .level0 > div > a{
	font-size: 16px;
}
.VMmenu li.level1{
	margin-left: 15px;
}
.VMmenu li li.level1 > div > a{
	padding: 3px 0;
	margin: 0;
}
.VmArrowdown:after{
	font-family: 'FontAwesome';
	content: "\f067";
}
.VmOpen > div > .VmArrowdown:after{
	content: "\f068";
}
.vm_cart_products .product_name a{
	color: #222222;
	font-size: 16px;
}
.vm_cart_products .subtotal_with_tax{
	font-size: 24px;
}
.vmCartModule .total_products_top{
	display: none;
}
.sc-wrapper .vmCartModule .total_products_top{
	/* display: block; */
	position: absolute;
	top: -67px;
	left: 60px;
	padding: 1px 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.ot_cart_total{
	display: block;
	position: absolute;
	top: 20px;
	left: 60px;
	padding: 1px 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-decoration: none;
	color: #FFFFFF;
}
@media (max-width: 767px){
.ot_cart_total{
	top: 10px;
	left: 25px;
}
}
.show_cart .btn{
	font-size: 20px;
	height: 46px;
}
.sc-wrapper .vmCartModule .total_products_top{
	color: #FFFFFF;
}
.vm-pagination{
	float: none;
}
.vm-pagination .pagination{
	margin: 10px 0;
}
.VmNoResult{
	text-align: center;
	font-size: 30px;
	padding: 50px 0px 20px;
}
.virtuemart_search{
	text-align: center;
}
.virtuemart_search .input-group{
	padding: 0 15px;
	background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 0 rgba(255, 255, 255, 0.6);
    color: #ffffff;
}
.virtuemart_search .btn-search {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #999999;
}
.virtuemart_search input.search-query {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #ffffff;
	font-size: 18px;
    height: 50px;
    padding: 9px 2px 9px 12px;
}
.virtuemart_search input.search-query::-moz-placeholder{
	color: #FFFFFF;
}
.vmmanufacturername{
	color: #666666;
}
.vm-page-counter{
	float: none;
}