﻿/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* SPC NAVIGATION */


.spc .navigation {
    display: none;
}
.spc .mobile-navigation {
	margin: 10px 0;
}
.spc .mobile-navigation select {
	min-width: 200px;
	height: 32px;
}


/* COMMON STYLES */


.spc-header {
	position: relative;
    text-align: center;
}
.spc-header .title {
    margin: 0 0 10px;
	font: italic 32px "Times New Roman", Times, serif;
	color: #333;
}
.spc-header ul {
	margin: 0 0 30px;
	font-size: 0;
}
.spc-header li {
    display: block;
	margin: 1px 0 0;
    border: 1px solid #999;
    background-color: #bbb;
    padding: 8px 24px;
	font-size: 13px;
	font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.spc-header li.active {
    border-color: #000 !important;
	background-color: #333 !important;
}
.spc-header li:hover {
    border-color: #888;
	background-color: #aaa;
}

.spc-body {
	position: relative; /*pre-loader reference*/
    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;
}
.spc-body .product-grid.active {
	display: block;
}
.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 50px;
    min-height: 425px;
}
.spc-products .spc-body .loading-overlay {
	bottom: 20px; /*loader-overlay fix, depending on item-box bottom margin*/
}


/* CATEGORIES */


.spc-categories {
	position: relative; /*pre-loader reference*/
    min-height: 428px; /*pre-loader reserved space*/
}
.spc-categories .spc-header {
    display: none;
}
.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 {
    color: #333;
    font: italic 32px "Times New Roman", Times, serif;
	transition: all 0.3s ease;
}
.spc-categories .category-details {
}
.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-sublist li a:hover {
    color: #836;
}
.spc-categories .category-sublist li a:hover:before {
    background: #947;
}
.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-item {
	padding: 0 !important;
}
.spc-categories .product-title {
	height: auto;
	margin: 0 0 10px;
}



@media all and (max-width: 1024px) {

.spc-header ul {
	max-width: 500px;
	margin: 0 auto 10px;
}
.spc-header li {
	display: inline-block;
	width: calc(50% - 2px);
	margin: 1px;
}
.spc-products .spc-header {
	margin: 0 0 10px;
    padding: 10px;
    background: #f6f6f6;
}
.spc-categories .category-info {
	margin: 0 0 10px;
	border: none;
    text-align: center;
}
.spc-categories .category-details {
    padding: 10px;
    background: #f6f6f6;
}

}

@media all and (min-width: 1025px) {

.spc .navigation {
    display: block;
}
.spc .mobile-navigation {
	display: none;
}

.spc-products .spc-header {
	display: block;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.spc-products .spc-header .title {
	margin: 0;
	text-align: left;
}
.spc-products .spc-header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.spc-products .spc-header li {
	display: inline-block;
	min-width: 110px;
	margin: 0 1px;
}
	
.spc-categories {
	margin: 30px 0 0;
}
.spc-categories + .spc-categories {
	margin-top: 10px;
}

.spc-categories .spc-header {
	display: block;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.spc-categories .spc-header ul {
	/*display: table;
	width: 100%;
	border-spacing: 1px;*/
	/*display: inline-block;
	box-shadow: 0 0 0 10px #fff;
	background-color: #fff;*/
	margin: 0;
}
.spc-categories .spc-header li {
	display: inline-block;
	min-width: 110px;
	margin: 0 1px;
}
.spc-categories .spc-body:after {
	content: "";
	display: block;
	clear: both;
}

.spc-categories .product-grid {
	min-height: 350px; /*places loader in the middle when the grid contains less than 3 items, depending on item-box height + margins*/
}
.spc-categories .category-info {
	position: relative;
	z-index: 1;
	float: left;
	width: 28%;
	/*min-height: ;*/ /*match category picture height with grid height*/
	border: none;
    margin: 60px 0 20px;
    background: #e6e6e6 url('images/transparent-pattern.png');
    padding: 10px;
}
.spc-categories .category-info:after {
	content: "";
	display: block;
	clear: both;
}
.spc-categories .category-details {
	transition: all 0.3s ease;
}
.spc-categories .category-title {
	position: absolute;
    top: -45px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: 42px;
}

.spc-categories .category-sublist {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 0;
    height: 180px;
    overflow: hidden;
	transition: all 0.3s ease;
}
.spc-categories .category-sublist li {
	display: block;
	padding: 10px 25px;
}
.spc-categories .category-sublist a {
	display: inline-block;
	position: relative;
	padding: 0 !important;
    color: #333;
    font-size: 14px;
}
.spc-categories .category-sublist a:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -15px;
	width: 5px;
	height: 5px;
	background-color: #836;
}

.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: 100%;
}
.spc-categories .category-picture img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: none;
	margin: auto;
	transition: all 0,3s ease;
}
.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: 70%;
}
.spc-categories .item-box {
	display: none;
    width: 32%;
	clear: none;
    margin-left: 2%;
}
.spc-categories .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.spc-categories .item-box:nth-child(1),
.spc-categories .item-box:nth-child(2),
.spc-categories .item-box:nth-child(3) {
    display: block;
}
.spc-categories .product-item:after {
	content: "";
	display: block;
	clear: both;
}
/*.spc-categories .item-box .product-title a {
	display: table-cell;
	vertical-align: middle;
}*/

}
