/*
	Defaults
	--------------------------------------------------
*/

.product-list,
.product-list ul,
.per-page,
.webshop-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article {
	overflow: visible;
}

/**
 * .webshop-products-nav
 */

.per-page {
	margin: 0 2.2em 2em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.per-page li {
	display: inline-block;
	vertical-align: top;
}

.per-page li + li {
	margin-left: 1em;
}

.per-page li a {
	display: block;
	min-width: 2em;
	height: 2em;
	padding: .1em .4em;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: center;
	color: #8b8178;
	background-color: #fff;
}

.per-page .current {
	color: #fff;
	background-color: #05961d;
}

.per-page li a:hover {
	border-color: #05961d;
}

/**
 * Product list
 * _____________________________________________
 */

.wci-category-title {
	margin-bottom: 1em;
}

.webshop-products {
	margin: 0 -1em;
}

.product-list {
	font-size: 0;
}

.product-list li {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 1.3em 1.5em 1.5em 8em;
	overflow: hidden;
	font-size: 16px;
	border: 1px solid #ccc;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	background-color: #fff;
}

.product-list li:nth-child(1) {
	border-top-width: 1px;
}

.product-list .product-image {
	position: absolute;
	top: 1.3em;
	left: 1em;
	width: auto;
	height: 130px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.webshop-productTitle,
.webshop-productAuthor {
	display: block;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	color: #000;
}

.webshop-productTitle {
	margin-bottom: 0;
}

.webshop-productAuthor {
	font-size: .9em;
	font-weight: 300;
}

.webshop-productPrice {
	display: block;
	margin-top: .5em;
	font-size: 1em;
	font-weight: 700;
	color: #099948;
}

.webshop-linkToProduct {
	display: block;
	margin-top: 1.5em;
	font-size: .8em;
	font-weight: 300;
	text-decoration: none;
	color: #000;
}

.webshop-linkToProduct:before {
	content: '>';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
	border-radius: 2px;
	text-align: center;
	line-height: 1.5em;
	color: #fff;
	background-color: #f0910c;
}

.webshop-coverLink {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}

.product-list li:hover {
	background-color: #f8f8f6
}

@media (min-width: 475px) {
	.product-list li {
		width: 50%;
		padding: 1em;
		border-left-width: 1px;
		border-right-width: 1px;
	}

	.product-list li:nth-child(2) {
		border-top-width: 1px;
	}

	.product-list .product-image {
		position: static;
		display: block;
		margin-bottom: 1em;
	}

	.product-list li:nth-child(even) {
		border-left: 0;
	}
}

@media (min-width: 768px) {
	.product-list li {
		padding: 1em 1em 1em 8em;
	}

	.product-list .product-image {
		position: absolute;
		top: 1em;
		left: 1em;
	}
}

@media (min-width: 1024px) {
	.webshop-products {
		margin: 0;
	}

	.product-list li {
		padding: 1.5em 1.5em 1.5em 10.5em;
	}

	.product-list li:nth-child(2n+1) {
		border-left: 1px solid #ccc;
	}

	.product-list .product-image {
		transform: rotate(0);
	}

	.product-list .product-image {
		height: auto;
	}

	.webshop-productAuthor {
		font-size: 1em;
	}

	.webshop-productPrice {
		margin-top: .7em;
		font-size: 1.1em;
	}

	.webshop-linkToProduct {
		margin-top: 2.7em;
	}
}

@media (min-width: 1280px) {
	.webshop-productTitle {
		font-size: 1.2em;
	}
}

/**
 * Webshop categories
 * ---------------------------------------------
 */

.webshop-category .article_content > h2 {
	margin-bottom: 1em;
}

.webshop-categories li {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 1.5em 2em;
	overflow: hidden;
	font-size: .8em;
	border: 1px solid #ccc;
	background-color: #ebebd5;
}

.webshop-categories li:hover {
	background-color: #fff;
}

.webshop-categories li + li {
	margin-top: 1em;
}

.webshop-categories .category-description {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

@media (min-width: 568px) {
	.webshop-categories li {
		width: 48%;
	}

	.webshop-categories li + li {
		margin-top: 0;
		margin-left: 1em;
	}
}

@media (min-width: 768px) {
	.webshop-categories {
		display: flex;
	}
}

/**
 * category-description
 * ---------------------------------------------
 */

.category-description {
	margin: 1em 0;
	padding: 1em;
	background-color: #ebebd5;
}

.category-description p {
	max-width: 50em;
}

/**
 * Webshop detailpage
 * ---------------------------------------------
 */

.webshop-productdetails .product-details {
	width: auto;
	margin: 0 -1em;
	padding: .5em 1em 5em 1em;
	background-color: #fff;
}

.webshop-productdetails .webshop-back-link {
	display: none;
	margin: 0;
	font-size: .8em;
}

/*.webshop-productdetails .product-image {
	position: absolute;
	right: -2em;
	width: 480px;
	height: auto;
	transform: rotate(2deg);
}*/

.webshop-productdetails .webshop-productTitle {
	white-space: normal;
	font-size: 1.5em;
}

.webshop-productdetails .webshop-productPrice {
	margin-top: 0;
}

.webshop-productdetails .pd-imageWrapper {
	margin-top: 1em;
	text-align: center;
}

.webshop-productdetails .pd-imageWrapper .product-image {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}

table.product-specs {
	width: 100%;
	margin-top: 1em;
	overflow: hidden;
	font-size: .9em;
}

table.product-specs th,
table.product-specs td {
	padding: .1em .5em;
}

table.product-specs th {
	font-weight: 100;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

table.product-specs tr:nth-child(odd) th,
table.product-specs tr:nth-child(odd) td {
	background-color: #f9f8f7;
}

/** Order block */
.order-block {
	margin: 1em 0;
}

/** Add to shoppingcart button */
span.add-to-shopping-cart {
	position: relative;
	display: block;
	margin: 0;
	color: #fff;
}

.add-to-shopping-cart input {
	position: absolute;
	top: .7em;
	left: 1em;
	width: 2em;
	font-size: 16px;
	line-height: 1.7;
	z-index: 10;
	text-align: center;
}

.add-to-shopping-cart a {
	position: relative;
	display: block;
	max-width: 320px;
	padding: .7em 1em .7em 4em;
	border-radius: 0.2em;
	text-decoration: none;
	color: #fff;
	background-color: #f0910c;
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
}

.add-to-shopping-cart a:hover {
	background-color: #dc800c;
}

.add-to-shopping-cart a:active {
	top: 2px;
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2);;
}

.add-to-shopping-cart img {
	position: relative;
	top: 2px;
	right: 2px;
}

.add-to-shopping-cart a.product-add-success:after {
	content: 'Product is toegevoegd!';
	position: absolute;
	bottom: -25px;
	left: 20%;
	color: #000;
	font-size: .7em;
	margin-left: 2em;
}

@media (min-width: 768px) {
	.webshop-productdetails .product-details {
		padding-top: 0;
	}

	table.product-specs {
		font-size: 1em;
	}

	.webshop-productdetails .pd-imageWrapper {
		float: left;
		width: 33%;
		margin-right: 66%;
		text-align: left;
	}

	.webshop-productdetails .pd-imageWrapper .product-image {
		width: 100%;
	}

	.webshop-productdetails .product-information {
		float: left;
		width: 60%;
		margin-left: -60%;
	}
}

/**
 * #webshop-search
 * ----------------------------------
 */

.webshopSearch {
	margin-top: -1em;
	padding: 2em 0 1em;
	background: linear-gradient(to bottom, #ffffff 0%,#ebebe3 100%);
	/*background-color: #fff;*/
}

.webshopSearch__col {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1em;
}

#webshop-product-search,
#webshop-product-search-sidebar {
	border: 1px solid #ccc;
	border-radius: .2em;
	background: #fff;
}

#webshop-product-search fieldset,
#webshop-product-search-sidebar fieldset {
	position: relative;
	margin-bottom: 0;
}

#webshop-product-search label,
#webshop-product-search-sidebar label {
	position: absolute;
	left: -999em;
}

#webshop-product-search input,
#webshop-product-search-sidebar input {
	width: 100%;
	height: 3em;
	padding: 0 2em;
	border: 0;
	font-size: 16px;
	line-height: 16px;
	background: #fff;
}

#webshop-product-search button,
#webshop-product-search-sidebar button {
	position: absolute;
	top: 0;
	right: 0;
	height: 3em;
	width: 100px;
	padding: 0;
	border: 0;
	font-size: 16px;
	border-radius: 0 0.2em 0.2em 0;
	color: #000;
	background: #ebebd5;
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
}

/** MAX-width */
@media screen and (max-width: 500px) {
	#webshop-product-search input,
	#webshop-product-search-sidebar input {
		padding-left: 5%;
	}

	#webshop-product-search button,
	#webshop-product-search-sidebar button {
		width: inherit;
	}

	#webshop-product-search button:before,
	#webshop-product-search-sidebar button:before {
		content: '\e803';
		font-family: "nav-icons";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		margin-right: .5em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		margin-left: .5em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	#webshop-product-search .inner-button,
	#webshop-product-search-sidebar .inner-button {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		clip: rect(0, 0, 0, 0);
		overflow: hidden;
	}
}

/** MIN-width */
@media (min-width: 768px) {
	.webshopSearch {
		margin-top: -2em;
		padding-bottom: 2em;
	}
}