/* SOOTHE YOUR SOUL */

/* LEFT COL */
.productPageLeftCol {
	float:left;
	width:80%;
}

.productView {
	padding-top:0;
}
.productView-title {
	margin-top:0;
}
.productView-images {
	width:50%;
}
.productView-details {
	width:50%;
	margin-bottom:10px;
}
.productView-brand,
.productView-price,
.productView-info-value {
	margin-bottom:5px;
}

.productView-product {
	padding-bottom:10px;
}
.productView-info > :first-child {
	margin-top:0;
}
.productView-options {
	margin-bottom:0;
}
.productView-options .form-field {
	margin-bottom:10px;
}
.button.wishlist:hover {
	color:#666;
}
.productView-description {
	float:none;
	width:100%;
}
.tab {
	border:solid 1px #444;
	border-bottom:none;
	margin:0 10px 0 0;
	border-radius:4px 4px 0 0;
}

.productView-images {
	margin-bottom:20px;
}


/* CATEGORIES PAGE */
.actionBar {
	margin:0;
}


/* RIGHT COL */
.productPageRightCol {
	float:right;
	width:15%;
}
.tab-content.has-jsContent.is-active {
	padding-top:0;
}
.productPageRightCol .productGrid {
	margin:0;
}
.productPageRightCol .productGrid .product {
	display:block;
	width:100%;
}
.productPageRightCol .productGrid .product:nth-child(n+4) { /* hide anything after 3 */
	display:none;
} 
/*
.productPageRightCol h5 {
	font-weight:bold;
	color:#373737;
	text-align:center;
	text-transform:uppercase;
	line-height:2em;
	background:#ccffcc;
	border-bottom:solid 1px #4b9049;
	margin-top:0;
}
/**/

.productPageRightCol h4.card-title {
	font-size:13px;
}
.productPageRightCol a.button.button--small.card-figcaption-button {
	font-size:13px;
	padding:10px 0 8px 0;
}

/* PRODUCT CARDS */
.card {
	position:relative;
}
.card-figure {
	background:#FFF;
}
.card-figcaption-button,
.card-figcaption-button:hover {
	font-size:14px;
	font-weight:500;
}
.card-figcaption-button:hover {
}
.card--alternate:hover .card-body .card-text,
.card--alternate:hover .card-title > a,
.card-title > a {
	color:#333;
}
.card-title > a:hover {
	color:#d1008b;
}
.card-body {
	position:relative;
	min-height:210px;
}
.card-body .card-text {
	color:#666;
}

.card-customCartBtn {
	position:absolute;
	bottom:5px;
	width:100%;
}
.card-customCartBtn a.button.button--small.card-figcaption-button {
	background:#ccffcc;
	border-bottom:solid 2px #C9C9C9;
	padding-top:13;
}
.card-customCartBtn a.button.button--small.card-figcaption-button:hover {
	background:#88b04b;
}
.card-customCartBtn a.button.button--small.card-figcaption-button.outOfStock {
	background:#ffe4ff;
}
.card-customCartBtn a.button.button--small.card-figcaption-button.outOfStock:hover {
	background:#CCC;
}


.salePrice {
    color:red;
}


/* PRODUCT PAGE */
.tab.is-active .tab-title,
.productView-reviewLink > a {
	color:#333;
}
.productView-reviewLink > a:hover {
	color:#000;
}
.wishlistBtn {
}
.socialLinks .icon svg {
	fill:#999;
}



