﻿/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* COMMON STYLES */


.spc-header {
	position: relative;
}
.spc .navigation {
    display: none;
}
.spc .mobile-navigation {
	margin: 0 0 10px;
}
.spc-header .title {
	margin: 0 0 10px;
	border-bottom: 1px dashed #797979;
	padding: 8px 0;
    text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: #444;
}
.spc-header ul {
	margin: 0 0 30px;
	font-size: 0;
}
.spc-header li {
	margin: 0;
	border-top: 1px solid #fff;
	background-color: #dcdcdc;
	padding: 10px 24px;
    text-align: center;
	font-size: 14px;
	cursor: pointer;
    color: #505050;
}
.spc-header li.active {
	background-color: #46c688;
	color: #fff;
}

.spc-body {
	position: relative;
    min-height: 312px; /*pre-loading height, should not be taller than any of the grids in any resolution, currently matched to desktop category grid, could be fine tuned per variant*/
}
.spc-body .product-grid {
	display: none;
	margin: 0;
    text-align: center;
}
.spc-body .product-grid.active {
	display: block;
    padding: 12px 0;
}
.spc-body .no-data {
	display: block;
	padding: 20px 25px;
}


/* LOADING OVERLAY */


.spc-body .loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(255,255,255,0.9) url('images/loader.gif') center no-repeat;
}
.spc-products .spc-body .loading-overlay {
	display: block;
}
.spc-body .loading-overlay span {
	display: none;
}


/* PRODUCTS */


.spc-products {
	margin: 0 0 30px;
    /*min-height: 599px;*/
}
.spc-products .spc-header {
    margin-bottom: 30px;
}
.spc-products .spc-body .loading-overlay {
	bottom: 0px; /*loader-overlay fix, depending on item-box bottom margin*/
}


/* CATEGORIES */


.spc-categories {
	margin: 0 0 100px;
    min-height: 428px;
}
.spc-categories + .spc-categories {
	margin-top: -50px;
}
.spc-categories > .loading-overlay {
    background-color: #fff;
    line-height: 340px;
    text-align: center;
}

.spc-categories .category-info {
	position: relative;
	margin: 0 0 33px;
	border: 1px solid #e6e6e6;
}
.spc-categories .category-title {
	padding: 0 12px 12px;
	font-size: 24px;
	font-weight: lighter;
	color: #444;
}
.spc-categories .category-details {
	padding: 10px;
    background-color: #fff;
    text-align: center;
}
.spc-categories .category-mobile-navigation select {
    min-width: 160px;
}
.spc-categories .category-sublist {
	display: none;
	padding: 0 0 10px;
}
.spc-categories .category-sublist li {
	padding: 5px 0;
}
.spc-categories .category-sublist li a {
	padding: 5px 0;
}

.spc-categories .category-picture {
	display: none;
	font-size: 0;
}

.spc-categories .category-products {
	position: relative;
}
.spc-categories .product-grid {
	display: none;
}
.spc-categories .product-grid.active {
	display: block;
}

.spc-categories .product-title {
	height: auto;
	margin: 0 0 10px;
}
.spc-categories .picture .countdownTimer {
    display: none;
}


@media all and (min-width: 481px) {

.spc-header li {
    display: inline-block;
}
.spc-categories .category-sublist li {
	display: inline-block;
	padding: 5px 10px;
}


}


@media all and (min-width: 769px) {

.spc-header .title {
    text-align: left;
}
.spc-header ul {
	border: none;
}


}


@media all and (min-width: 1025px) {

.spc-header {
    overflow: hidden;
    border-bottom: 1px dashed #797979;
    min-height: 42px;
}

.spc .navigation {
    display: block;
}
.spc .mobile-navigation {
    display: none;
}
.spc-header .title {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.spc-header li {
	margin: 0;
    border: none;
}
.spc-products {
}
.spc-products .spc-header .title {
    float: left;
    max-width: 40%;
	min-height: 42px; /*fix for product header without title*/
	text-align: left;
    border: none;
}
.spc-products .spc-header ul {
    float: right;
    max-width: 55%;
	margin: 0;
    text-align: right;
}

.spc-categories .category-details {
    padding: 0;
    background: none;
}
.spc-categories + .spc-categories {
	margin-top: 0;
}
.spc-categories .spc-header {
	margin: 0 0 30px;
	overflow: hidden;
}
.spc-categories .spc-header ul {
	float: right;
	margin: 0 0 -1px;
}
.spc-categories .spc-body:after {
	content: "";
	display: block;
	clear: both;
}

.spc-categories .category-picture-wrapper {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.spc-categories .product-grid {
	min-height: 300px; /*places loader in the middle when the grid contains less than 3 items, depending on item-box height + margins*/
}
.spc-categories .product-grid.active {
    padding: 0 0 0 10px;
}
.spc-categories .category-info {
	position: relative;
	z-index: 1;
	float: left;
	width: 35%;
	min-height: 198px; /*match category picture height with grid height*/
	margin: 0 0 38px;
	border: none;
}
.spc-categories .category-info:after {
	content: "";
	display: block;
	clear: both;
}
.spc-categories .category-details {
}
.spc-categories .category-title {
    position: absolute;
    bottom: 0;
    left: 0;
	display: inline-block;
    width: 100%;
    height: 44px;
	background-color: rgba(0,0,0,0.5);
	padding: 0 10px;
    text-align: left;
    font-size: 18px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.spc-categories .category-picture-wrapper:hover .category-title {
    background: rgba(0,0,0,0.7);
}

.spc-categories .category-sublist {
    display: block;
    overflow: hidden;
	padding: 10px 0 0;
    text-align: left;
}
.spc-categories .category-sublist li {
	display: block;
    padding: 4px 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTc4NkNENzc3NzZDMTFFNjhDQjA5REYzQzc0OEU3RjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTc4NkNENzg3NzZDMTFFNjhDQjA5REYzQzc0OEU3RjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Nzg2Q0Q3NTc3NkMxMUU2OENCMDlERjNDNzQ4RTdGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Nzg2Q0Q3Njc3NkMxMUU2OENCMDlERjNDNzQ4RTdGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr2RkKUAAABeSURBVHjaYpw6dao8AwODLhBvYUACTECsAMS+QOyDLvEfiP+hS4IkbgDxXHRJFiB+BcUgkAyVBOvABhhBOkSBWB6qmgnqus0gCU0gjkQWhBnFiC4Ik3iALggCAAEGAAUME1X5abOLAAAAAElFTkSuQmCC') 
        no-repeat left 10px center;
}
.spc-categories .category-sublist a {
	display: inline-block;
	position: relative;
	padding: 0 !important;
    font-size: 13px;
}

.spc-categories .category-picture {
	display: block;
	max-width: none;
	height: 100%;
	margin: 0;
	overflow: hidden;
}
.spc-categories .category-picture a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 45%;
}
.spc-categories .category-picture img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.spc-categories .category-picture-wrapper:hover .category-picture img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.spc-categories.portrait .category-picture img {
	width: 100%;
}
.spc-categories.landscape .category-picture img {
	height: 100%;
}
.spc-categories .category-picture a:hover img {
	opacity: 0.9;
}

.spc-categories .category-products {
	float: right;
	width: 65%;
	padding: 0;
}
.spc-categories .item-box {
}
.spc-categories .item-box .actual-price {
    max-width: 76px;
}

.spc-categories .product-item {
	text-align: left;
}
.spc-categories .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.spc-categories .picture {
}
.spc-categories .details {
}
.spc-categories .product-title {
	min-height: 38px;
	max-height: 38px;
	margin: 0 0 8px;
    text-align: left;
}
.spc-categories .product-title a {
    font-size: 14px;
}
.spc-categories .description {
    display: none;
}
.spc-categories .product-rating-box {
	margin: 0 0 6px;
}
.spc-categories .rating {
	width: 85px;
	background: url('images/rating1.png');
}
.spc-categories .rating div {
	background: url('images/rating2.png');
}
.spc-categories .prices {
	height: 44px;
	min-height: 17px; /*cross-broser line-height fix*/
	margin: 0;
}
.spc-categories .tax-shipping-info {
	display: none !important;
}
.spc-categories .quick-view-button,
.spc-categories .productQuantityTextBox,
.spc-categories .productQuantityDropdown {
	display: none !important;
}
.spc-categories button {
	width: 42px !important;
	max-width: 80px;
	height: 44px;
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0 !important;
}
.spc-categories .add-to-compare-list-button {
	background-image: url('images/compare-button.png');
}
.spc-categories .add-to-wishlist-button {
	background-image: url('images/wishlist-button.png');
}
.spc-categories button:hover {
	background-color: #ddd;
}

.spc-categories .ajax-cart-button-wrapper {
	width: auto !important;
}

.spc-categories .spc-body .loading-overlay {
	bottom: 0; /*depending on item-box margin*/
}
.spc-categories .base-price-pangv {
    display: none;
}

/*category page*/
.center-2 .spc-categories .category-info {
    width: 30%;
}
.center-2 .spc-categories .category-products {
    width: 70%;
}
.center-2 .spc-categories .category-info {
    min-height: 200px;
}

}

