/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================ GENERAL ============================ */
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,600);
/* ================= FRONTPAGE CATEGORY ================= */
.category-view {
	font-family: "Ubuntu";
    width: 100%;
    float: left;
    margin: 0 20px 40px;
}
.category-view .row .category {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.category-view .row .category.width33 {
	width: 33.3%;
}
.category-view .row .category:first-child {
	padding-left: 0;
}
.category-view .row .category:last-child {
	margin-bottom: -2px;
	padding-right: 0;
	border-bottom: 0px solid #e6e6e6;
}
.category-view .row .category .spacer {
	padding: 20px 50px;
	border-top: 0px solid #e6e6e6;
	border-left: 0px solid #e6e6e6;
	border-right: 0px solid #e6e6e6;
	text-align: center;
	/*margin-left: -3px;*/
    max-width: 80px;
}
.category-view .row .category:first-child .spacer {
}
.category-view .row:last-child .category .spacer {
	border-bottom: 0px solid #e6e6e6;
}
.category-view .row .category .spacer h2 {
	position: absolute;
	height: 40px;
	line-height: 40px;
	left: 0;
	right: 0;
	top: 130px;
	bottom: 0;
	margin: auto;
	text-transform: uppercase;
}
.category-view .horizontal-separator {
	display: none;
}
.category-view .row .category .spacer h2 a {
    /*min-width: auto;
    margin-left: 0;*/
    font-size: 11px;
    font-weight: 400;
    color: #212121;
    padding: 0 5px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.jsn-color-ldb .category-view .row .category .spacer h2 a {
    color: #514E86;
}
.jsn-color-gwb .category-view .row .category .spacer h2 a {
    color: #8889BC;
}
.category-view .row .category .spacer h2 a:hover {
	background: #ececec;
}
.jsn-color-summer .category-view .row .category .spacer h2 a:hover {
	background: #74CCF0;
}
.jsn-color-ldb .category-view .row .category .spacer h2 a:hover {
	background: rgba(81, 78, 134, 0.65);
    color: #fff;
}
.jsn-color-gwb .category-view .row .category .spacer h2 a:hover {
	background: rgba(136, 139, 176, 0.65);
    color: #fff;
}
.jsn-color-xmas .category-view .row .category .spacer h2 a:hover {
	background: #EF0506;
}
.jsn-color-friday .category-view .row .category .spacer h2 a:hover {
	background: #F19DBB;
}
.jsn-color-spring .category-view .row .category .spacer h2 a:hover {
	background: #F58C8C;
}
/* ================= FRONTPAGE PRODUCT MODULE ================= */
h4.module-title {
	width: 100%;
	margin-bottom: 15px;
}
h4.module-title span {
	font-size: 20px;
	text-transform: uppercase;
	color: #8b8b8b;
	display: inline-block;
	padding: 10px 0;
	font-weight: 400;
	line-height: 18px;
}
.jsn-color-summer h4.module-title span {
	background: #74CCF0;
}
.jsn-color-ldb h4.module-title span {
	background: none;
    color:717171;
}
.jsn-color-spring h4.module-title span {
	background: #F58C8C;
}
.jsn-color-gwb h4.module-title span {
	background: none;
    color: #777;
}
.jsn-color-xmas h4.module-title span {
	background: #EF0506;
}
.jsn-color-friday h4.module-title span {
	background: #F19DBB;
}
.latest-view {
	margin-top: 50px;
	margin-bottom: 0;
}
.topten-view {
	margin-bottom: 0;
}
.featured-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product,
.browse-view .product {
	margin: 0;
	padding: 15px;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.featured-view .product:first-child,
.latest-view .product:first-child,
.topten-view .product:first-child,
.recent-view .product:first-child,
.related-products-view .product:first-child,
.browse-view .product:first-child {
	padding-left: 0;
	padding-right: 30px;
}
.featured-view .product:last-child,
.latest-view .product:last-child,
.topten-view .product:last-child,
.recent-view .product:last-child,
.related-products-view .product:last-child,
.browse-view .product:last-child {
	padding-right: 0;
	padding-left: 30px;
}
.featured-view .product.vm-col-2,
.latest-view .product.vm-col-2,
.topten-view .product.vm-col-2,
.recent-view .product.vm-col-2,
.related-products-view .product.vm-col-2,
.browse-view .product.vm-col-2 {
	width: 50%;
}
.featured-view .product.vm-col-3,
.latest-view .product.vm-col-3,
.topten-view .product.vm-col-3,
.recent-view .product.vm-col-3,
.related-products-view .product.vm-col-3,
.browse-view .product.vm-col-3 {
	width: 33%;
}
.featured-view .product.vm-col-4,
.latest-view .product.vm-col-4,
.topten-view .product.vm-col-4,
.recent-view .product.vm-col-4,
.related-products-view .product.vm-col-4,
.browse-view .product.vm-col-4 {
	width: 25%;
}
.latest-view .product.vm-col-5,
.topten-view .product.vm-col-5,
.recent-view .product.vm-col-5,
.related-products-view .product.vm-col-5,
.browse-view .product.vm-col-5 {
	width: 20%;
}
.product-module div.spacer,
div.product div.spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
	margin: 0;
	padding: 0;
    max-width: 90%;
}
.browse-view .product.vm-col-3 .product-info .align-left{
	float: none;
}
.product-info h2.product-name {
	display: none;
}
.product.vm-col-3 .align-left{
	opacity: 0;
  visibility: hidden;
  background: #353535;
  bottom: 0;
  position: absolute;
  padding: 15px 15px 20px;
  width: 90%;
  -webkit-transform: translate3d( 0px, 100%, 0px );
  -moz-transform: translate3d( 0px, 100%, 0px );
  -ms-transform: translate3d( 0px, 100%, 0px );
  -o-transform: translate3d( 0px, 100%, 0px );
  transform: translate3d( 0px, 100%, 0px );
  -webkit-transition: all .35s ease 0s;
  -moz-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  text-align: left;
}
.browse-view .row .product .spacer span {
	font-size: 13px;
	color: #a3a3a3;
    margin: 23px 0 0;
}
.product.vm-col-3:hover .align-left{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px );
	-moz-transform: translate3d( 0px, 0px, 0px );
	-ms-transform: translate3d( 0px, 0px, 0px );
	-o-transform: translate3d( 0px, 0px, 0px );
	transform: translate3d( 0px, 0px, 0px );
}
.product-info h2.product-name {
	margin: 0;
	font-size: 18px;
	max-width: 210px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	margin-top: 0;
}
.product-info h2.product-name a {
	color: #fff;
	padding-left: 15px;
	padding-top: 15px;
}
.product-info .align-left {
	text-align: left;
}
.ratingbox{
	display: none;
}
.ratingbox {
	margin: -30px 12px;
	background: url(rating-star.png) 0 bottom no-repeat;
	width: 72px;
	height: 12px;
}
.ratingbox {
	float: left;
	margin-top: 3px;
}
.ratingbox div,
.ratingbox span {
	background: url(rating-star.png) 0 0 no-repeat;
	height: 13px;
	width: 13px;
}
.latest-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #EF0506;
  	-webkit-transition: all .35s ease-in-out 0s;
  	-moz-transition: all .35s ease-in-out 0s;
  	transition: all .35s ease-in-out 0s;
}
.product-info .align-right .product-price {
	background: #353535;
	margin: 0;
	height: 52px;
	margin-right: 150px;
	width: 80%;
	
}
.jsn-color-xmas .browse-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #EF0506;
}
.jsn-color-summer .browse-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #4d8d8f;
}
.jsn-color-ldb .browse-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #D3D3D3;
}
.jsn-color-spring .browse-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #77a464;
}
.jsn-color-gwb .browse-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #BCBDC0;
}
.jsn-color-friday .browse-view .product.vm-col-3:hover .product-info .align-right .product-price{
	background: #F19DBB;
}
.product-info .align-right .product-price .vm-display{
	display: inline-block;
	padding-top: 13px;
	padding-right: 10px;
}
.product-info .align-right .product-price .PriceunitPrice,
.product-info .align-right .product-price .PricetaxAmount,
.product-info .align-right .product-price .PricepriceWithoutTax{
	display: none;
}
.product-info .align-right a.ask-a-question {
	float: right;
	border: none;
	border-radius: 0;
	background: #ececec;
	color: #fff;
	padding: 5px 12px;
	font-weight: 400;
	margin: 1px;
}
.jsn-color-summer .product-info .align-right a.ask-a-question {
	background: #74CCF0;
}
.jsn-color-ldb .product-info .align-right a.ask-a-question {
	background: #D3D3D3;
}
.jsn-color-gwb .product-info .align-right a.ask-a-question {
	background: #BCBDC0;
}
.jsn-color-xmas .product-info .align-right a.ask-a-question {
	background: #EF0506;
}
.jsn-color-friday .product-info .align-right a.ask-a-question {
	background: #F19DBB;
}
.vm-price-value span.vm-price-desc {
	display: none;
} 
.featured-view .spacer .product-price span.PricebasePrice,
.latest-view .spacer .product-price span.PricebasePrice,
.topten-view .spacer .product-price span.PricebasePrice,
.recent-view .spacer .product-price span.PricebasePrice,
.related-products-view .spacer .product-price span.PricebasePrice,
.browse-view .row .product .spacer .product-price span.PricebasePrice {
	font-size: 16px;
    font-weight: 500;
	text-decoration: none;
	margin-bottom: 8px;
}
.featured-view .spacer .product-price span,
.latest-view .spacer .product-price span,
.topten-view .spacer .product-price span,
.recent-view .spacer .product-price span,
.related-products-view .spacer .product-price span,
.browse-view .row .product .spacer .product-price span {
	color: #7B7B7B;
	text-decoration: line-through;
	font-family: 'ubuntu',sans-serif;
	padding: 0;
	font-size: 10px;
}
.product-info .align-right .product-price .vm-display span.PricesalesPrice{
	font-family: 'ubuntu',sans-serif;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	text-decoration: inherit;
}
div[class*="vm-product-descr-container-"] {
	height: auto !important;
	display: inline-block;
}
.row .product span.quantity-box,
.row .product span.quantity-controls {
	display: none;
}
span.quantity-controls{
	margin: 0 0 0 -21px;
}
span.quantity-controls input.quantity-plus{
	background: url('chosen-sprite.png') no-repeat -19px 0;
	display: block;
	width: 100%;
	height: 100%;
}
span.quantity-controls input.quantity-minus{
	background: url('chosen-sprite.png') no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;	
}
span.quantity-controls input.quantity-plus:hover{
	background: #a3a3a3 url('chosen-sprite.png') no-repeat -19px 0;
}
span.quantity-controls input.quantity-minus:hover{
	background: #a3a3a3 url('chosen-sprite.png') no-repeat 0 0;
}
.vm-product-media-container{
	overflow: visible;
}
.vm-product-media-container .addtocart-area {
	height: auto;
	margin: 0;
}
.vm-product-media-container .product-thumb{
	width: 100%;
    border: 10px solid rgba(165,165,165,0.2);
    overflow: visible;
}
.vm-product-media-container .mark {
	position: absolute;
	height: 100%;
	opacity: 1;
	top: 0;
	left: 0;
}
.vm-product-media-container .mark .mark-inner {
	position: absolute;
	top: 75%;
	left: 50%;
	margin-left: -39px;
}
.vm-product-media-container:hover .mark {
	opacity: 1;
}
.vm-product-media-container:hover .product-thumb img {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.vm-product-media-container:hover .product-thumb img:hover {
	transform: scale(1.08,1.08);
	-moz-transform: scale(1.08,1.08);
	-webkit-transform: scale(1.08,1.08);
    position: relative;
    overflow: visible;
}
.mark .mark-inner .vm-details-button {
	float: left;
}
.mark .mark-inner .vm-details-button a {
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #fff url(detail-icon.png) center center no-repeat;
	text-indent: -999em;
	border: none;
	border-radius: 0;
	padding: 0;
	max-width: 100%;
	display: none;
}
.mark .mark-inner .vm-details-button a:hover {
	background-image: url(detail-icon-white.png);
	background-color: #ececec;
}
.jsn-color-summer .mark .mark-inner .vm-details-button a:hover,
.jsn-color-summer .mark .mark-inner input.addtocart-button:hover {
	background-color: #74CCF0;
}
.jsn-color-ldb .mark .mark-inner .vm-details-button a:hover,
.jsn-color-ldb .mark .mark-inner input.addtocart-button:hover {
	background-color: #D3D3D3;
}
.jsn-color-gwb .mark .mark-inner .vm-details-button a:hover,
.jsn-color-gwb .mark .mark-inner input.addtocart-button:hover {
	background-color: #BCBDC0;
}
.jsn-color-xmas .mark .mark-inner .vm-details-button a:hover,
.jsn-color-xmas .mark .mark-inner input.addtocart-button:hover {
	background-color: #EF0506;
}
.jsn-color-friday .mark .mark-inner .vm-details-button a:hover,
.jsn-color-friday .mark .mark-inner input.addtocart-button:hover {
	background-color: #F19DBB;
}
.mark .mark-inner div[class*="vm3pr-"] {
	float: left;
}
.mark .mark-inner div[class*="vm3pr-"] .addtocart-area {
	height: auto;
	margin: 17px 0 0 20px;
}
.mark .mark-inner .addtocart-bar {
	position: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button{
	-webkit-transition: all .35s ease-in-out 0s;
  	-moz-transition: all .35s ease-in-out 0s;
  	transition: all .35s ease-in-out 0s;
}
.jsn-color-summer .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button{
	background: #4d8d8f;
}
.jsn-color-ldb .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button{
	background: #D3D3D3;
}
.jsn-color-spring .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button{
	background: #77a464;
}
.jsn-color-gwb .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button{
	background: #BCBDC0;
}
.jsn-color-xmas .latest-view .product.vm-col-3:hover .mark .mark-inner  input.addtocart-button{
	background: #EF0506;
}
.jsn-color-friday .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button{
	background: #F19DBB;
}
.mark .mark-inner input.addtocart-button {
	width: 36px;
	height: 52px;
	font-size: 12px;
	display: inline-block;
	color: #FFFFFF;
	background: #353535;
	border: none;
	border-radius: 0;	
	padding: 0;
	margin-top: 21px;
	text-transform: none;
	margin-left: 57px;
}
.mark .mark-inner span.addtocart-button .fa-lock:before{
	position: absolute;
	color: #fff;
  	margin-top: 33px;
 	margin-left: 84px;
  	font-size: 14px;
}
.jsn-color-summer .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button:hover{
	background: #4d8d8f;
}
.jsn-color-ldb .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button:hover{
	background: #49597f;
}
.jsn-color-spring .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button:hover{
	background: #4a8c53;
}
.jsn-color-gwb .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button:hover{
	background: #BCBDC0;
}
.jsn-color-xmas .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button:hover{
	background: #d02f22;
}
.jsn-color-friday .latest-view .product.vm-col-3:hover .mark .mark-inner input.addtocart-button:hover{
	background: #ab7724;
}
.featured-view .product.js-recalculate, 
.latest-view .product.js-recalculate, 
.topten-view .product.js-recalculate, 
.recent-view .product.js-recalculate, 
.related-products-view .product.js-recalculate, 
.browse-view .product.js-recalculate {
	padding: 0;
}
.mark .mark-inner .product-fields {
	display: none;
}
input.addtocart-button-disabled{
	width: 140px;
	height: 44px;
	margin: -71px 0px 0px 0px;
	border-radius: 0px;
	border: none;
	color: #fff;
	background: #353535;
}
.jsn-color-summer input.addtocart-button-disabled:hover{
	background: #4d8d8f;
}
.jsn-color-ldb input.addtocart-button-disabled:hover{
	background: #49597f;
}
.jsn-color-spring input.addtocart-button-disabled:hover{
	background: #4a8c53;
}
.jsn-color-gwb input.addtocart-button-disabled:hover{
	background: #BCBDC0;
}
.jsn-color-xmas input.addtocart-button-disabled:hover{
	background: #d02f22;
}
.jsn-color-friday input.addtocart-button-disabled:hover{
	background: #ab7724;
}
/* ================= PRODUCT LISTING ================= */
.category_description {
	margin: 0 0 20px;
}
h1.category-title {
	width: 100%;
	margin-bottom: 10px;
}
.browse-view h1.category-title {
	margin-top: 25px;	
}
h1.category-title span {
	font-size: 20px;
	text-transform: uppercase;
	color: #777;
	display: inline-block;
	padding: 15px 0;
	font-weight: 400;
	line-height: 16px;
}
.jsn-color-summer h1.category-title span {
	background: #74CCF0;
}
.jsn-color-ldb h1.category-title span {
	background: none;
}
.jsn-color-spring h1.category-title span {
	background: #F58C8C;
}
.jsn-color-gwb h1.category-title span {
	background: none;
}
.jsn-color-xmas h1.category-title span {
	background: #EF0506;
}
.jsn-color-friday h1.category-title span {
	background: #F19DBB;
}

.jsn-color-summer .search-menu h3.jsn-moduletitle span{

	background: #74CCF0;
	display:none;
}
.jsn-color-ldb .search-menu h3.jsn-moduletitle span{
	background: #514e86;
	display:none;
}
.jsn-color-spring .search-menu h3.jsn-moduletitle span{
	background: #F58C8C;
	display:none;
}
.jsn-color-gwb .search-menu h3.jsn-moduletitle span{
	background: #BCBDBE;
	display:none;
}
.jsn-color-xmas .search-menu h3.jsn-moduletitle span{
	background: #EF0506;
	display:none;
}
.jsn-color-friday .search-menu h3.jsn-moduletitle span{
	background: #333;
	display:none;
}
.search-menu h3.jsn-moduletitle span{
    color: #fff;
    padding-left: 5px;
    font-weight: 300;
    padding: 2px 5px;
    line-height: 20px;
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2 {
	font-size: 18px;
}
.virtuemart_search .inputbox {
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e6e6e6;
	padding: 6px 3px;
}
#jsn-page .virtuemart_search .button {
	margin: 0 5px 1px;
	padding: 8px 12px;
	text-transform: uppercase;
    float: right;
}
.orderby-displaynumber .display-number {
	margin: 0;
	background-color: rgba(237, 237, 237, 0.35);
	font-size: 12px;
	padding: 10px;
}
.orderby-displaynumber {
	margin: 10px 0 15px;
	border: none;
}
.orderby-displaynumber .orderlistcontainer .title {
	display: none;
}
.orderlistcontainer {
	margin: 0 10px 0 0;
	position: relative;
}
.orderlistcontainer div.activeOrder {
	border-radius: 0;
	border: none;
	background: rgba(237, 237, 237, 0.35) url(arrow.png) calc(100% - 8px) center no-repeat !important;
	padding: 10px 30px 10px 15px;
	color: #5f5f5f;	
}
.orderlistcontainer div.orderlist {
	border: none;
	box-shadow: 0 0 2px #e6e6e6;
	top: 41px;
	left: 0;
	width: 150px;
}
.orderlistcontainer div.orderlist div {
	padding: 5px 12px;
}
.orderlistcontainer div.activeOrder a,
.orderlistcontainer div.orderlist a {
	color: #5f5f5f;	
}
.orderlistcontainer div.orderlist div:hover {
	background: #e6e6e6;
}
.orderby-displaynumber select.inputbox {
	margin: 0;
	border-radius: 0;
	padding: 6px;
	width: 65px;
	margin-left: 5px;
	background: transparent;
	border: 1px solid #ddd;
}
.browse-view .vm-pagination,
.browse-view .vm-pagination .vm-page-counter {
	float: none;
}
.browseProductImage {
	max-height: 100%;
}
ul.VMmenu li{
	margin-left: 0;
	padding: 5px 0;
}
ul.VMmenu li.VmOpen li {
	margin-left: 10px;
}
ul.VMmenu ul li.VmClose,
ul.VMmenu ul li.VmOpen {
	display: none;
}
ul.VMmenu li a {
	padding-left: 12px;
	background: url(icon-arrow-close.png) left center no-repeat;
	color: #353535;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
ul.VMmenu li span.VmArrowdown{
	background: none !important;
}
.vm2-nostock {
    float: left;
    background: url(../../../../images/bg-pt/buttons/no-stock.png) no-repeat;
    height: 20px;
    width: 0px;
    margin: 15px 0 10px;
    text-align: right;
}
.vm2-lowstock {
    float: left;
    background: url(../../../../images/bg-pt/buttons/low-stock.png) no-repeat;
    height: 20px;
    width: 95px;
    margin: 15px 0 10px;
    text-align: right;
}
.vm2-normalstock {
    float: left;
    background: url(../../../../images/bg-pt/buttons/in-stock.png) no-repeat;
    height: 20px;
    width: 85px;
    margin: 15px 0 10px;
    position: relative;
    left: -3px;
}
.vm2-nostock:after {
    text-align: right;
    /*content: "On Order";*/
    display: block;
}
.vm2-lowstock:after {
    text-align: right;
    content: "Low Stock";
    display: block;
}
.vm2-normalstock:after {
    text-align: right;
    content: "In Stock";
    display: block;
}
.product-price {
    margin: 5px 0 0;
    text-align: right;
    float: right;
    max-height: 20px;
    overflow: visible;
}
a.ask-for-price {
    padding: 20px 0 0;
    text-align: right;
    display: block;
}
.vm3pr-5 .product-price {
    min-height: 25px;
}
div.vm-details-button {
    margin: 45px 0 20px 15px;
}
/* ================= PRODUCT DETAILS ================= */
.product-neighbours {
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 0px solid #e6e6e6;
}
.product-neighbours a.previous-page,
.product-neighbours a.next-page {
	text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 400;
}
.product-neighbours a.previous-page {
	/*background: url(icon-arrow-black-rtl.png) left center no-repeat;*/
	padding-left: 20px;
}
.product-neighbours a.next-page {
	/*background: url(icon-arrow-black.png) right center no-repeat;*/
	padding-right: 20px;
}
.back-category {
	color: #fff;
	padding: 0 0 15px;
	margin: 0;
	border-bottom: 0px solid #e6e6e6;
}
.back-category  .icons {
    margin: 4px 0;
    font-size: 1.5em;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 740px;
    float: right;
}
.back-to-category {
	float: left;
}
a.product-details,
a.details,
div.details {
	border: none;
	border-radius: 0;
	background: #ececec;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 12px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.jsn-color-summer a.product-details,
.jsn-color-summer a.details,
.jsn-color-summer div.details {
	background: #74CCEF;
}
.jsn-color-ldb a.product-details,
.jsn-color-ldb a.details,
.jsn-color-ldb div.details {
    background: #888BBB;
}
.jsn-color-gwb a.product-details,
.jsn-color-gwb a.details,
.jsn-color-gwb div.details {
	background: #8889BC;
}
.jsn-color-xmas a.product-details,
.jsn-color-xmas a.details,
.jsn-color-xmas div.details {
	background: #DFDFDF;
}
.jsn-color-friday a.product-details,
.jsn-color-friday a.details,
.jsn-color-friday div.details {
	background: #D8889E;
}
.jsn-color-spring a.product-details,
.jsn-color-spring a.details,
.jsn-color-spring div.details {
	background: #F58C8C;
}
a.product-details:hover,
a.details:hover,
div.details:hover {
	background: #D3D3D3;
	color: #fff;
}
.vm-product-container .vm-product-media-container {
	padding: 0;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
}
.vm-product-container .vm-product-media-container .main-image img{
	border: 10px solid rgba(165,165,165,0.2);
    width: 100%
}
.vm-img-desc { 
    display: none;
}
.additional-images {
    margin: 20px -20px 20px 20px;   
}
.additional-images img {
	border: 1px solid #e6e6e6;
	width: 86px;
	padding: 20px;
	margin-right: 11px;
}
.additional-images div.floatleft:last-child img {
	margin-right: 0;
}
.additional-images div.floatleft:last-child {
	float: right;
    margin-right: 20px;
}
.vm-product-details-container {
	width: 45%;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.vm-product-details-container .product-title {
    margin: 0;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #777;
    min-width: 300px;
    display: block;
    padding-bottom: 50px;
}
.vm-product-details-container .spacer-buy-area .manufacturer span{
	color: #979797;
	font-weight: 400;
}
.spacer-buy-area .ratingbox {
	margin-top: 0;
	margin-bottom: 20px;
}
.productdetails-view .product-short-description {
	margin: 0 0 0;
}
.productdetails-view .spacer-buy-area {
	text-align: right;
}
.productdetails-view .vm-price-value {
	text-align: right;
	float: right;
}
.productdetails-view .vm-price-value span {
	font-family: 'ubuntu',sans-serif;
	font-size: 1.5em;
	min-width: inherit;
}
.jsn-color-summer .productdetails-view .vm-price-value span {
	color: #74CCF0;
}
.jsn-color-ldb .productdetails-view .vm-price-value span {
	color: #818181;
}
.jsn-color-spring .productdetails-view .vm-price-value span {
	color: #F58C8C;
}
.jsn-color-gwb .productdetails-view .vm-price-value span {
	color: #808080;
}
.jsn-color-xmas .productdetails-view .vm-price-value span {
	color: #EF0506;
}
.jsn-color-friday .productdetails-view .vm-price-value span {
	color: #F19DBB;
}
.productdetails .product-price {
	display: block;
	float: right;
    margin: 25px 0;
}
.vm-price-value span.PricebasePrice {
	font-size: 1.5em;
	font-weight: 400;
	text-decoration: none;
	float: right;
}
.product-details-price {
    margin-top: 30px;
    left: 180px !important;
    float: right;
    display: block;
    position: relative;
}
.productdetails .addtocart-area {
	display: block;
	margin: 0;
}
.productdetails-view .addtocart-bar {
	margin: -15px 0;
    float: right;
}
.productdetails-view .availability {
    float: inherit;
    margin: 5px 0;
    width: 0px;
    overflow: hidden;
}

.addtocart-area .addtocart-bar {
	position: relative;
	bottom: 0;
}
span.quantity-box {
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    max-width: 100%;
    color: #fff;
    border: solid 1px rgba(129, 130, 133, 0.65);
    font-size: .9em;
    cursor: pointer;
    text-align: center;
        border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 51px;
    margin-top: 2px;
}
.jsn-color-ldb span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    background: #514E86;
}
.jsn-color-gwb span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    background: #8889BC;
}
span.quantity-box input.quantity-input {
	/*background: #ededed;*/
	color: #818181;
    border: 1px solid #e6e6e6;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 15px 10px 5px;
}
span.quantity-box input.quantity-input:hover,
span.quantity-box input.quantity-input:focus {
	box-shadow: none;
	background: #ededed;
}
.productdetails span.addtocart-button {
	margin: 0 0 0 20px;
}
.productdetails-view span.addtocart-button .fa-lock:before{
	position: absolute;
	color: #fff;
  	margin-top: 22px;
 	margin-left: 14px;
  	font-size: 14px;

}
.product_meta {
	margin: 10px 0 25px;
    float: right;
}
.product_meta > span {
	display: block;
	color: #979797;
}
input.addtocart-button {
	font-size: 14px;
	padding: 8px 25px 8px 25px;
	border: none;
	border-radius: 0;
	font-weight: 300;
	height: 58px;
	text-transform: uppercase;
}
.productdetails-view span.addtocart-button input.addtocart-button input.highlight-button {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 10px 20px;
	font-family: 'ubuntu',sans-serif;
	font-weight: 400;
    height: 60px;
}
.jsn-color-summer .productdetails-view span.addtocart-button input.addtocart-button {
	background: #74CCF0;
}
.jsn-color-ldb .productdetails-view span.addtocart-button input.addtocart-button {
	background: #514E86;
}
.jsn-color-gwb .productdetails-view span.addtocart-button input.addtocart-button input.highlight-button {
	background: #8889BC;
}
.jsn-color-xmas .productdetails-view span.addtocart-button input.addtocart-button {
	background: #EF0506;
}
.jsn-color-friday .productdetails-view span.addtocart-button input.addtocart-button {
	background: #F19DBB;
}
.jsn-color-spring .productdetails-view span.addtocart-button input.addtocart-button {
	background: #F58C8C;
}
input.addtocart-button:hover {
	background: #818181;
}
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
	margin: 0 0 20px;
}
.fb-like, pin-it {
    margin: 0;
    padding: 0 5px;
    float: left;
}
.pin-it{
    margin: 0;
    padding: 0 5px;
    float: left;
}
.recommened-to-friend, .printModal {
	margin: 0;
    padding: 0 5px;
    float: right;
    width: 20px;
    overflow: hidden;
}
a.ask-a-question{
	margin: 0;
    border: none;
    padding: 0 5px;
    font-weight: lighter;
    background: none;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    float: right;
    display: inline;
 }
a.ask-a-question:hover {
	background: none;
    color:#777;
}
.jsn-color-ldb a.ask-a-question{
	color: #514E86;
    font-size: 20px;
}
.jsn-color-gwb a.ask-a-question{
	color: #8889BC;
}
.main-image img {
	max-height: inherit;
}
.addtocart-area .product-fields-title-wrapper {
	font-weight: normal;
	line-height: 25px;
	float: left;
	margin-right: 10px;
	padding-right: 25px;
	min-width: 8em;
    font-size: 1.2em;
    vertical-align: middle;
    margin-top: -5px;
}
.addtocart-area form.product.js-recalculate {
	margin: 0;
}
.addtocart-area form.product.js-recalculate .product-fields {
	margin: 0;
	background: none;
  	padding: 15px 10px;
  	/*width: 61%;*/
    float: right;
}
.chzn-container-single .chzn-single {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 2px 0 2px 8px;
	margin-left: 0px;
}
.chzn-container-single .chzn-drop {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}
.chzn-container-single .chzn-single div {
	width: 20px;
	height: 20px;
  	margin-top: 3px;
  	margin-right: 3px;
}
.chzn-container-single .chzn-single div b {
 	background: url(chosen-sprite.png) 1px -2px no-repeat;
}
.chzn-container-single .chzn-single span{
	border: #ddd;
}
.chzn-container-active .chzn-single-with-drop{
	border: 1px solid #8e8e8e;
}
.chzn-container-active .chzn-single-with-drop span{
	color: #353535;
}
.chzn-container-single .chzn-search{
	border-top: 1px solid #8e8e8e;
}
.chzn-container-active .chzn-single-with-drop div b {
	background-position: 1px 1px;
}
.jsn-color-summer .chzn-container .chzn-results .highlighted{
	background: #74CCF0;
}
.jsn-color-ldb .chzn-container .chzn-results .highlighted{
	background: #D3D3D3;
}
.jsn-color-gwb .chzn-container .chzn-results .highlighted{
	background: #BCBDC0;
}
.jsn-color-xmas .chzn-container .chzn-results .highlighted{
	background: #EF0506;
}
.jsn-color-friday .chzn-container .chzn-results .highlighted{
	background: #F19DBB;
}
.jsn-color-spring .chzn-container .chzn-results .highlighted{
	background: #F58C8C;
}
.chzn-drop ul.chzn-results li{
   color: #444;
}
.customer-reviews h4 {
	border-bottom: none;
	padding: 0;
}
.product-related-products, .product-related-categories {
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	margin-top: 10px;
}
.product-related-products h4 {
	margin: 0 0 15px;
}
.productdetails-view .information_tabs {
	display: inline-block;
    width: 45%;
    margin: 0px 5px;
    float: right;
    position: relative;
}
.productdetails-view .information_tabs ul.tabs {
	margin: 0;
	padding: 0;
}
.productdetails-view .information_tabs ul.tabs:before {
	border: 0;
}
.productdetails-view .information_tabs ul.tabs li.active:before {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	display: none;
}
.productdetails-view .information_tabs ul.tabs li:before,
.productdetails-view .information_tabs ul.tabs li:after {
	display: none;
}
.productdetails-view .information_tabs ul.tabs li {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: 		none;
	background: rgba(200,200,200,0.35);
	border-radius: 0;
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
}
.productdetails-view .information_tabs ul.tabs li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #979797;
	font-weight: 400;
	text-shadow: none;
	padding: 12px 18px;
	border-top: 2px solid transparent;
	display: inline-block;
}
.productdetails-view .information_tabs ul.tabs li a:hover {
	color: #666;
}
.productdetails-view .information_tabs ul.tabs li.active {
	background: #ededed;
}
.productdetails-view .information_tabs ul.tabs li.active {
	background: #8889BC;
}.productdetails-view .information_tabs ul.tabs li.active {
	background: #ededed;
}
.productdetails-view .information_tabs ul.tabs li.active a {
	color: #fff !important;
	border-color: #EF0506;
}
.jsn-color-summer .productdetails-view .information_tabs ul.tabs li.active a {
	border-color: #74CCF0;
}
.jsn-color-spring .productdetails-view .information_tabs ul.tabs li.active a {
	border-color: #F58C8C;
}
.jsn-color-ldb .productdetails-view .information_tabs ul.tabs li.active a {
	border-color: #514E86;
    background: #D3D3D3;
}
.jsn-color-gwb .productdetails-view .information_tabs ul.tabs li.active a {
	border-color: #8889BC;
    background: #BCBDBE;
}
.jsn-color-friday .productdetails-view .information_tabs ul.tabs li.active a {
	border-color: #F19DBB;
}
.productdetails-view .information_tabs .tab-content {
	padding: 30px;
	background: rgba(237, 237, 237, 0.35);
	border-top: 0;
	font-size: 13px;
	color: #4a4a4a;
	margin-bottom: 35px;
	margin-top: 0;
}
.measurements-table {
    margin: 15px 0;
}
.product-field.product-field-type-S {
    float: left;
}
.table th, .table td{
    padding: 8px 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #808080;
}
/* ======= SHOPPING CART ======= */
.cart-view h1 {
	padding: 0;
}
.cart-view form#checkoutForm table.cart-summary tr th{
	width: 15%;
}
#com-form-login {
	padding: 15px 20px;
	border: 1px solid #e6e6e6;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e6e6e6;
}
#com-form-login input.inputbox {
	display: block;
	border: 1px solid #e6e6e6;
}
#com-form-login input.default {
	background: #ececec;
	padding: 5px 15px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
#com-form-login input.default:hover {
	background: #1a1a1a;
}
.jsn-color-summer #com-form-login input.default {
	background: #74CCF0;
}
.jsn-color-ldb #com-form-login input.default {
	background: #D3D3D3;
}
.jsn-color-gwb #com-form-login input.default {
	background: #BCBDC0;
}
.jsn-color-xmas #com-form-login input.default {
	background: #EF0506;
}
.jsn-color-friday #com-form-login input.default {
	background: #F19DBB;
}
.jsn-color-spring #com-form-login input.default {
	background: #F58C8C;
}	
#com-form-login input[type="checkbox"] {
	margin-top: 4px;
}
.billto-shipto input[type="checkbox"] {
	float: left;
	margin: 6px 3px 0 0;
}
.billto-shipto {
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin: 30px 0;
}
.billto-shipto span.billing-title {
	width: 96%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
#checkoutForm fieldset {
	padding: 0;
}
input.coupon {
	padding: 4px;
	border: 1px solid #e6e6e6;
	margin: 10px 0;
}
table.cart-summary {
	border: none;
	border-bottom: none;
}
table.cart-summary .sectiontableentry1 td,
table.cart-summary .sectiontableentry2 td{
	border: none;
}
table.cart-summary tr th {
	padding: 10px;
	background: none;
	width: 50%;
}
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	vertical-align: middle;
	padding: 6px 10px;
}
table.cart-summary input.quantity-input {
	border: 1px solid #e6e6e6;
	background: #fff;
}
span.details-button input.details-button {
	padding: 5px 10px;
	color: #fff;
	background: #ececec;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
span.details-button input.details-button:hover {
	background: #1a1a1a;
}
.jsn-color-summer span.details-button input.details-button {
	background: #74CCF0;
}
.jsn-color-ldb span.details-button input.details-button {
	background: #D3D3D3;
}
.jsn-color-gwb span.details-button input.details-button {
	background: #BCBDC0;
}
.jsn-color-xmas span.details-button input.details-button {
	background: #EF0506;
}
.jsn-color-friday span.details-button input.details-button {
	background: #F19DBB;
}
.jsn-color-spring span.details-button input.details-button {
	background: #F58C8C;
}
table.cart-summary h3 {
	margin: 0 0 15px;
	color: #1a1a1a;
	float: left;
}
table.cart-summary .sectiontableentry1 fieldset {
	display: block;
	width: 100%;
}
table.cart-summary .sectiontableentry1 fieldset input[type="radio"] {
	float: left;
	margin-right: 5px;
}
.buttonBar-right {
	margin-top: 10px;
}
button.vm-button-correct {
	padding: 6px 15px;
	color: #fff;
	background: #ececec;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-weight: normal;
	font-size: 18px;
	height: 48px;
	letter-spacing: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
button.vm-button-correct:hover {
	background: #353535 !important;
	font-size: 18px;
	height: 48px;
	letter-spacing: 0;
	font-weight: 400;
}
.jsn-color-summer button.vm-button-correct {
	background: #74CCF0;
}
.jsn-color-ldb button.vm-button-correct {
	background: #D3D3D3;
}
.jsn-color-gwb button.vm-button-correct {
	background: #BCBDC0;
}
.jsn-color-xmas button.vm-button-correct {
	background: #EF0506;
}
.jsn-color-friday button.vm-button-correct {
	background: #F19DBB;
}
.jsn-color-spring button.vm-button-correct {
	background: #F58C8C;
}
.checkout-button-top {
	margin-top: 15px;
	text-align: center;
}
textarea#customer_note_field {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px;
	border: 1px solid #e6e6e6;
}
span.price-total {
	font-weight: bold;
}
.cart.tos input.terms-of-service {
	float: left;
	margin-right: 5px;
}
div.checkout-button-top > label {
	clear: both;
	display: block;
}
.checkout-button-top input.terms-of-service {
	margin-right: 0;
}
.vm2-termsofservice-icon {
	display: none;
}
.vm2-add_quantity_cart {
	background: url(refresh.png) 0 center no-repeat;
}
.vm2-remove_from_cart {
	background: url(delete.png) 0 center no-repeat;
}
tr.sectiontableentry1 a,
tr.sectiontableentry2 a	{
	line-height: 30px;
}
textarea.customer-comment,
textarea.virtuemart {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
textarea.customer-comment:hover,
textarea.virtuemart:hover {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0px 0px 3px #678B99;
}
.cart-summary span.PricesalesPrice {
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#com-form-login-remember label,
#remember.inputbox,
input.button.default {
	float: right;
}
#com-form-login-remember label {
	margin: 2px 3px;
}
input.button.default {
	margin-left: 20px;
}
/* ======= EDIT ADRESS/BILLING ======= */
#billing-box {
	margin-top: 50px;
}
#userForm {
	border: 1px solid #e6e6e6;
	padding: 20px;
	font-size: 9px;
}
.control-buttons #reg_text {
	float: none;
	margin: 0 0 15px;
}
#billing-box .control-buttons {
	margin: 0 0 30px;
	text-align: left !important;
}
#jsn-page #billing-box .button {
	margin-right: 10px;
}
#jsn-page #billing-box .button.vm-button-correct {
	padding: 7px 15px 7px;
	line-height: 15px;
}
.control-buttons button.default {
	background: #ececec;
	border: none;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	margin: -3px 0 0 3px;
	padding: 5px 15px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.jsn-color-summer .control-buttons button.default {
	background: #74CCF0;
}
.jsn-color-ldb .control-buttons button.default {
	background: #D3D3D3;
}
.jsn-color-gwb .control-buttons button.default {
	background: #BCBDC0;
}
.jsn-color-xmas .control-buttons button.default {
	background: #EF0506;
}
.jsn-color-friday .control-buttons button.default {
	background: #F19DBB;
}
.jsn-color-spring .control-buttons button.default {
	background: #F58C8C;
}
.control-buttons button.default:hover {
	background: #1a1a1a;
}
#billing-box fieldset {
	display: block;
}
table.user-details input {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0;
}
/* ======= VENDOR CONTACT ======= */
.vendor-details-view input[type="text"],
.vendor-details-view textarea {
	border: 1px solid #e6e6e6;
	padding: 5px;
}
.vendor-details-view textarea{
	width: 90% !important;
}
.vendor-details-view label {
	margin-bottom: 10px;
	display: inline-block;
}
.vendor-details-view .submit input.highlight-button {
	background: #1a1a1a;
	border: none;
	border-radius: 0;
	padding: 6px 15px;
}
.vendor-details-view .submit input.highlight-button:hover {
	background: #ececec;
}
.jsn-color-summer .vendor-details-view .submit input.highlight-button:hover {
	background: #74CCF0;
}
.jsn-color-ldb .vendor-details-view .submit input.highlight-button:hover {
	background: #D3D3D3;
}
.jsn-color-gwb .vendor-details-view .submit input.highlight-button:hover {
	background: #BCBDC0;
}
.jsn-color-xmas .vendor-details-view .submit input.highlight-button:hover {
	background: #EF0506;
}
.jsn-color-friday .vendor-details-view .submit input.highlight-button:hover {
	background: #F19DBB;
}
.jsn-color-spring .vendor-details-view .submit input.highlight-button:hover {
	background: #F58C8C;
}
/* ===== ORDER LIST ===== */
table.adminlist {
	border-collapse: collapse;
}
table.adminlist thead th {
	text-align: left;
}
table.adminlist thead th,
table.adminlist tbody td {
	padding: 10px 10px;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
}
/* ===== ACCOUNT MAINSTACE ===== */
form.form-validate a{
	margin-left: 15px;
}
#ui-tabs ul#tabs {
	display: inline-block;
	padding: 0;
}
#ui-tabs ul#tabs li{
	padding: 5px 10px 5px;
}
#ui-tabs .tabs {
	padding: 10px 0;
}
#ui-tabs table.admintable td.key {
	padding: 0;
	width: 140px;
}
#ui-tabs table.admintable fieldset {
	padding: 0;
}
/* ======= PRODUCT MODULE ======= */
.vmgroup {
	margin: 0 auto;
}
.vmproduct.product-module .width16 {
	margin-right: 7px;
	margin-right: 6px\9;
}
.vmproduct.product-module div.PricesalesPrice {
	margin: 0 0 10px;
	font-size: 15px;
}
.vmproduct.product-module .width16:last-child {
	float: right;
	margin-right: 0;
}
.vmgroup .product-module a.product-name {
	margin: 10px 0;
	display: inline-block;
}
#jsn-leftsidecontent .vmgroup span.addtocart-button input.addtocart-button,
#jsn-rightsidecontent .vmgroup span.addtocart-button input.addtocart-button {
	padding-left: 0;
	background: none;
}
#jsn-leftsidecontent .vmgroup span.addtocart-button,
#jsn-rightsidecontent .vmgroup span.addtocart-button {
	width: 120px;
	margin: 0 auto !important;
	text-align: center;
	float: none;
	padding: 8px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* LIST STYLE DISPLAY */
.vmgroup ul li {
	list-style-type: none;
}
#jsn-rightsidecontent .vmgroup ul li,
#jsn-leftsidecontent .vmgroup ul li {
	margin: 0;
	padding: 0;
	border: 1px solid #D4DEE1;
	background: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jsn-rightsidecontent .vmgroup ul li:hover,
#jsn-leftsidecontent .vmgroup ul li:hover {
	box-shadow: 0 0 5px #D4DEE1;
	-moz-box-shadow: 0 0 5px #D4DEE1;
	-webkit-box-shadow: 0 0 5px #D4DEE1;
}
#jsn-rightsidecontent .addtocart-bar span.quantity-box,
#jsn-leftsidecontent .addtocart-bar span.quantity-box {
	width: 100%;
	margin-bottom: 10px;
}
#jsn-leftsidecontent .addtocart-bar span.quantity-controls,
#jsn-rightsidecontent .addtocart-bar span.quantity-controls {
	display: none;
}
#jsn-rightsidecontent .addtocart-bar span.quantity-box input.quantity-input,
#jsn-leftsidecontent .addtocart-bar span.quantity-box input.quantity-input {
	width: 50px;
}
#jsn-rightsidecontent .addtocart-bar span.addtocart-button input.addtocart-button,
#jsn-leftsidecontent .addtocart-bar span.addtocart-button input.addtocart-button {
	width: 100px;
	padding: 8px 0;
}
/* DIV STYLE DISPLAY */
#jsn-leftsidecontent .vmgroup div.product-module a:first-child,
#jsn-rightsidecontent .vmgroup div.product-module a:first-child {
	border: none;
}
#jsn-leftsidecontent .vmproduct ,
#jsn-rightsidecontent .vmproduct {
	margin-bottom: 10px;
}
#jsn-leftsidecontent .vmgroup div.spacer,
#jsn-rightsidecontent .vmgroup div.spacer {
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #D4DEE1;
	background: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jsn-leftsidecontent .vmgroup div.spacer:hover,
#jsn-rightsidecontent .vmgroup div.spacer:hover {
	box-shadow: 0 0 5px #D4DEE1;
	-moz-box-shadow: 0 0 5px #D4DEE1;
	-webkit-box-shadow: 0 0 5px #D4DEE1;
}
#jsn-leftsidecontent .vmgroup div.product-image a.modal:hover,
#jsn-leftsidecontent .vmgroup div.product-module a:first-child:hover,
#jsn-rightsidecontent .vmgroup div.product-image a.modal img:hover,
#jsn-rightsidecontent .vmgroup div.product-module a:first-child img:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* ======= CATEGORY MODULE ======= */
div.jsn-modulecontainer .VMmenu.menu-treemenu li a {
	background-image: url(dot-grey.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}
div.jsn-modulecontainer ul.VMmenu.menu-treemenu ul li a {
	background-position: 0 center;
}
div.jsn-modulecontainer .VMmenu.menu-treemenu li a {
	padding-left: 15px;
}
div.jsn-modulecontainer ul.menu-treemenu li.VmOpen ul li:last-child {
	border-bottom: none;
}
div.jsn-modulecontainer ul.menu-treemenu li.VmOpen ul {
	border-top: 1px solid #fff;
}
div.jsn-modulecontainer .VMmenu.menu-treemenu li span.VmArrowdown {
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 8px;
	top: 12px;
	padding: 0;
	background-position: right center;
}
div.jsn-modulecontainer ul.menu.menu-treemenu ul.menu li a {
	border-top: 1px solid rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	background-image: url(https://www.gatewaybridal.com/templates/jsn_glamo_pro/ext/vm/icon-minus.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
div.jsn-modulecontainer ul.menu.menu-treemenu {
	padding-left: 10px;
}
div.jsn-modulecontainer ul.menu.menu-treemenu > li > a {
	text-transform: uppercase;
	font-weight: bold;
}
div.jsn-modulecontainer ul.menu.menu-treemenu ul.menu li:first-child a {
	border-top: 1px solid rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}
div.jsn-modulecontainer ul.menu.menu-treemenu ul.menu li:last-child a {
	border-bottom: none;
}
/* SOLID STYLE */
div.solid-1 ul.menu.menu-treemenu ul.menu li a {
	border-top-color: rgba(255,255,255,0.15);
	border-bottom-color: rgba(0,0,0,0.2);
}
div.solid-1 ul.menu.menu-treemenu ul.menu li:first-child a {
	border-top: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
div.solid-1 ul.menu.menu-treemenu > li {
	border-bottom: 1px solid rgba(0,0,0,0.35);
}
div.solid-2 ul.menu.menu-treemenu ul.menu li a {
	border-top-color: rgba(255,255,255,0.9);
	border-bottom-color: rgba(0,0,0,0.1);
}
div.solid-2 ul.menu.menu-treemenu ul.menu li:first-child a {
	border-top: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
div.solid-2 ul.menu.menu-treemenu > li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
/* ===== MANUFACTURERS MODULE ===== */
ul.vmmanufacturer {
	list-style: none;
	border-top: 1px solid #FFF;
}
div[class*=richbox-] ul.vmmanufacturer,
div.solid-2 ul.vmmanufacturer {
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-color: rgba(255,255,255,0.9);
}
div.solid-1 ul.vmmanufacturer {
	border-top-color: rgba(255,255,255,0.2);
}
ul.vmmanufacturer li {
	margin: 0;
}
ul.vmmanufacturer:first-child {
	border-top: none;
}
ul.vmmanufacturer:last-child {
	border-bottom: none;
}
#jsn-rightsidecontent .vmgroup ul.vmmanufacturer  li,
#jsn-leftsidecontent .vmgroup ul.vmmanufacturer  li,
#jsn-rightsidecontent .vmgroup .vmmanufacturer > div,
#jsn-leftsidecontent .vmgroup .vmmanufacturer > div {
	padding: 5px;
	text-align: center;
}
#jsn-rightsidecontent .vmmanufacturer > div,
#jsn-leftsidecontent .vmmanufacturer > div {
	margin-top: 10px;
	padding: 0;
	border: 1px solid #D4DEE1;
	background: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jsn-rightsidecontent .vmgroup .vmmanufacturer  > div:hover,
#jsn-leftsidecontent .vmgroup .vmmanufacturer > div:hover {
	box-shadow: 0 0 5px #D4DEE1;
	-moz-box-shadow: 0 0 5px #D4DEE1;
	-webkit-box-shadow: 0 0 5px #D4DEE1;
}
#jsn-rightsidecontent .vmgroup .product-field,
#jsn-leftsidecontent .vmgroup .product-field {
	display:none;
}
.jsn-color-summer .manufacturer-product-link a{
	background: #74CCF0;
}
.jsn-color-ldb .manufacturer-product-link a{
	background: #D3D3D3;
}
.jsn-color-gwb .manufacturer-product-link a{
	background: #BCBDC0;
}
.jsn-color-xmas .manufacturer-product-link a{
	background: #EF0506;
}
.jsn-color-friday .manufacturer-product-link a{
	background: #F19DBB;
}
.jsn-color-spring .manufacturer-product-link a{
	background: #F58C8C;
}
.manufacturer-product-link a:hover{
	background: #353535;
}
.manufacturer-product-link a{
	padding: 10px 15px 10px;
	color: #fff;
	height: 20px;
}
.manufacturer-details-view img{
	display: none !important;
}
/*=================vmCartModule======================*/
#vmCartModule div.vm_cart_products{
	border-bottom: 4px double #ebe9eb;
}
#vmCartModule div.total{
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}
#vmCartModule div.total_products{
	padding-top: 10px;	
}
#vmCartModule div.show_cart a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 10px;
	margin-top: 20px;
	margin-right: -30px;
	text-align: center;
}
.jsn-color-summer #vmCartModule div.show_cart a{
	background: #74CCF0;
}
.jsn-color-ldb #vmCartModule div.show_cart a{
	background: #D3D3D3;
}
.jsn-color-gwb #vmCartModule div.show_cart a{
	background: #BCBDC0;
}
.jsn-color-xmas #vmCartModule div.show_cart a{
	background: #EF0506;
}
.jsn-color-friday #vmCartModule div.show_cart a{
	background: #F19DBB;
}
.jsn-color-spring #vmCartModule div.show_cart a{
	background: #F58C8C;
}
#vmCartModule div.show_cart a:hover{
	background: #353535;
}
/* ===== RTL LAYOUT ===== */
body.jsn-direction-rtl .back-to-category {
	float: right;
}
body.jsn-direction-rtl .icons {
	float: left;
	margin: 4px 30px 10px 0;
}
body.jsn-direction-rtl .floatleft {
	float: right;
}
body.jsn-direction-rtl .floatright {
	float: left;
	text-align: right;
}
body.jsn-direction-rtl .productdetails-view .spacer-buy-area {
	padding: 0 12px 0 0;
}
body.jsn-direction-rtl span.quantity-box,
body.jsn-direction-rtl span.quantity-controls,
body.jsn-direction-rtl span.addtocart-button {
	float: right;
}
body.jsn-direction-rtl span.quantity-controls,
body.jsn-direction-rtl span.addtocart-button {
	margin: 0 10px 0 0;
}
body.jsn-direction-rtl .product-related-products .product-field {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
body.jsn-direction-rtl .orderlistcontainer {
	margin: 0 0 0 15px;
}
body.jsn-direction-rtl .display-number {
	text-align: left !important;
}
body.jsn-direction-rtl .my-groovy-style .continue {
	float: right;
}
body.jsn-direction-rtl div.jsn-modulecontainer .VMmenu.menu-treemenu li div a {
	background-position: right 11px;
}
body.jsn-direction-rtl div.jsn-modulecontainer .VMmenu.menu-treemenu > li > div > a {
	padding-right: 15px;
}
body.jsn-direction-rtl div.jsn-modulecontainer .VMmenu.menu-treemenu li div span.VmArrowdown {
	left: 8px;
	right: auto;
	background-position: 0 -16px;
}
body.jsn-direction-rtl div.jsn-modulecontainer .VMmenu.menu-treemenu li.VmOpen div span.VmArrowdown {
	background-position: 0 0;
}
body.jsn-direction-rtl #com-form-login-remember label,
body.jsn-direction-rtl #remember.inputbox, 
body.jsn-direction-rtl input.button.default {
	float: left;
}
body.jsn-direction-rtl .vmCartModule .cart_static,
body.jsn-direction-rtl .vmCartModule .show_cart {
	float: left;
	text-align: right;
}
body.jsn-direction-rtl .vmCartModule .show_cart {
	border-right: none;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0 0 #FFFFFF;
	padding: 5px 0 5px 10px;
}
body.jsn-direction-rtl tr.sectiontableentry1 td, 
body.jsn-direction-rtl tr.sectiontableentry2 td {
	text-align: right;
}
body.jsn-direction-rtl .cart-summary .PricesalesPrice {
	text-align: left;
}
body.jsn-direction-rtl .product-fields .product-field input[type="radio"] {
	margin: 9px 2px 0 2px;
	float: right;
	clear: right;
}
body.jsn-direction-rtl .product-fields .product-field label.other-customfield {
	float: right;
	margin: 5px 5px 5px 0;
}
body.jsn-direction-rtl .vmCartModule {
	padding: 3px 10px 3px 25px;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu.menu-treemenu ul.menu li a {
	background-position: 98% 8px;
}
body.jsn-direction-rtl div.search input.button {
	right: auto;
	left: 3px;
}
body.jsn-direction-rtl div.search input.inputbox {
	float: right;
}
body.jsn-direction-rtl .right {
	text-align: left !important;
}
/* ===== MOBILE LAYOUT ===== */
@media only screen and (max-width: 768px), (max-device-width: 768px) {
	.category-view .row .category {
		padding: 10px 15px;
	}
	.row div[class*="width"] {
		width: 50%;
		float: left;
	}
	.category-view .row .category:last-child {
		padding-right: 15px;
	}
	.category-view .row .category:first-child {
		padding-left: 15px;
	}
	.productdetails-view .addtocart-area,
	.productdetails-view .manufacturer,
	.productdetails-view .addtocart-bar{
    	text-align: left;
    }
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.jsn-mobile .width20,
    .jsn-mobile .width25,
    .jsn-mobile .width30,
    .jsn-mobile .width33,
    .jsn-mobile .width50{
		width: 80% !important;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.jsn-mobile .category-view .row .category.width33{
		width: 100%;
		padding: 0;
	}
	.jsn-mobile .featured-view .product.vm-col-3,
    .jsn-mobile .latest-view .product.vm-col-3,
    .jsn-mobile .topten-view .product.vm-col-3,
    .jsn-mobile .recent-view .product.vm-col-3,
    .jsn-mobile .related-products-view .product.vm-col-3,
    .jsn-mobile .browse-view .product.vm-col-3 {

		width: 100%;
		padding: 0;

	}
	.virtuemart_search .inputbox {
		width: 150px;
	}
	h1.category-title span {
		line-height: inherit;
		font-size: 18px;
	}
	#userForm {
		padding: 5px;
	}
	#billing-box fieldset fieldset {
		padding: 0;
	}
	table.adminForm tr td {
		display: block;
	}
	form#checkoutForm fieldset {
		padding: 10px 0;
	}
	table.cart-summary {
		font-size: 7px !important;
	}
	table.cart-summary tbody th:nth-child(2),
	table.cart-summary tbody td:nth-child(2){
		display: none;
	}
	table.cart-summary tbody td {
		padding: 10px 5px;
	}
	table.cart-summary tr.sectiontableentry1 a,
	table.cart-summary tr.sectiontableentry2 a {
		line-height: 20px;
	}
	table.cart-summary input.quantity-input {
		display: inline-block;
	}
	.row div[class*="width"] {
	    float: none;
	    width: 100%;
	}
	.manufacturer-view-default .row div[class*="width"] {
	    text-align: center;
	}
	.ask-a-question-view,
	.manufacturer-details-view .spacer {
		padding: 0;
	}
	#ui-tabs ul#tabs li {
		margin-left: 0;
	}
	.manufacturer-details-view img {
		display: none;
	}
	#ui-tabs table.admintable td {
		display: block;
	}
	#ui-tabs table.admintable td input[type="text"] {
		width: 245px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.productdetails .addtocart-area{
		margin: 35px 0 0;
	}
	.productdetails-view .manufacturer{
		text-align: left;
	}
	.jsn-color-xmas .productdetails span.addtocart-button input.addtocart-button{
		font-weight: 500;
	}
	.orderlistcontainer div.activeOrder{
		margin: 5px;
	}
	.orderby-displaynumber .display-number{
		float: left;
		margin-left: 5px;
	}
	.vm2-remove_from_cart,
	.vm2-add_quantity_cart{
		width: 15px;
	}
}
.product-field-display {
    vertical-align: inherit;
    float: right;
    line-height: 11px;
}
.product-field .product-field-desc{
	padding-left: 4px;
    float: right;
    line-height: 20px;
}
.product-fields .product-field, .product-related-categories .product-field {
    width: auto;
    float: none;
    display: inline-block;
    margin-bottom: 0.4em;
}
/* ######## Plugins ######*/
.cf4all_error_msg{
	color:#ff0000;
	clear: both;
	width: auto;
	float: left;
	padding: 0 10px
}
.cf4all_button {
    background-image: none !important;
    line-height: 1em;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid rgba(150, 150, 160, 0.65);
    border-radius: 3px;
    margin-left: 3px;
    margin-top: 3px;
}

/************************************************************************************
 mobile layout (240 - 960): common settings for both smartphone and tablet
*************************************************************************************/
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	
	productdetails-view .information_tabs {
		clear: both;
	}
    .productdetails-view .information_tabs {
    display: inline-block;
    width: 100%;
    margin: 0px;
    float: left;
    position: relative;
    }
    .back-to-category {
    margin-left: 5px;
    }
    .back-category .icons {
    width: 100%;
    float: right;
    margin: 15px 0;
    }
    .vm-product-container .vm-product-media-container {
    padding: 0;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 95%;
    }
    .vm-product-details-container {
    width: 100%;
    padding: 0;
    }
    .productdetails-view .information_tabs ul.tabs li a {
    font-size: 12px;
    padding: 12px;
    }


}