/**
 * Kroymans Wheelerdelta plugin
 * 
 * Armand Niehaus - oddmanout.nl
 */

.kroy-store-container {
	/* margin-top: 30px; */
}
.kroy-store-filter {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
/* .kroy-store-filter.small-nav {
	top: 51px;
} */
.kroy-store-filter .fancy-select-wrap {
	padding: 0px !important;
	margin: 0px !important;
}
.kroy-store-filter .select2-container {
	/* width: 200px !important; */
	margin-right: 10px !important;
	padding: 0px !important;
	background-color: #fff;
}
.kroy-store-filter .select2-container {
	width: 200px !important;
}
.kroy-store-filter p {
	padding: 0px;
}
.kroy-store-filter p:first-of-type {
	margin-right: 16px;
}
.kroy-store-filter p:last-of-type {
	flex: 1;
	text-align: right;
}

.kroy-store-empty {
	padding-top: 32px;
	text-align: center;
}

.kroy-store-filter .select2-container {
	/* background-color: #be0d1e; 
	border: none !important; */
}
.kroy-store-filter .select2-container .select2-chosen {
	/* color: #fff !important; */
}
/* .kroy-store-filter .select2-container:hover { background-color: #ffffff; } */

/* .kroy-store-filter select {
	float: left;
	width: 250px;
} */

.kroy-product {
	transition: 0.55s cubic-bezier(.2,.75,.5,1);/* box-shadow 0.55s cubic-bezier(.2,.75,.5,1);*/
	transition-property: transform, box-shadow;
	border-radius: 0px;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.kroy-product:hover {
	box-shadow: 0px 50px 95px -15px rgba(0,0,0,0.2);
}

.kroy-product a {
	position: relative;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #000000;
}
.kroy-product img {
	margin: 0px;
}
.kroy-product div.info {
	min-height: 75px; 
}
.kroy-product h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.kroy-product .background-color-expand {
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 0px;
	transition: 0.55s cubic-bezier(.2,.75,.5,1);/* box-shadow 0.55s cubic-bezier(.2,.75,.5,1);*/
	transition-property: transform, box-shadow;
	/* transition: ; */
	/* transform: scale(1.1, 1.1); */
	pointer-events: none;
	z-index: -1; 
	left: 0px;
	top: 0px;
}

.kroy-product.hover .background-color-expand {
	box-shadow: 0px 50px 95px -15px rgba(0,0,0,0.2);
}

.kroy-store-pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.kroy-pagination-item {
	width: 42px;
	height: 42px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border: 1px solid #ddd;
}
.kroy-pagination-item.current {
	background-color: #be0d1e;
	color: #fff;
	border: 1px solid #be0d1e;
}

li.kroy-store-pagination {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border: 1px solid #ddd;
}
li.kroy-store-pagination.current {
	background-color: #f00;
	color: #fff;
}
li.kroy-store-pagination a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}



.kroy-slider-cell {
	transition: 0.55s cubic-bezier(.2,.75,.5,1);/* box-shadow 0.55s cubic-bezier(.2,.75,.5,1);*/
	transition-property: opacity;
	opacity: 0.3;
}
.kroy-slider-cell.is-selected {
	opacity: 1.0;
	z-index: 100;
}

.kroy-product-main {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.kroy-product-top {
	background-color: #1f1f1f;
}
.kroy-product-related {
	background-color: #ffffff;
	padding-top: 48px;
}
.kroy-product-divider {
	height: 500px;
	background: fixed;
	background-size: cover;
  	background-position: center;
}

div.kroy-slider {
	margin-bottom: 30px !important;
	width: 100%;
	/* height: 480px; */
}
h1.kroy-product-title {
	font-weight: normal;
	line-height: 25px;
	text-transform: none;
	letter-spacing: inherit;
}

div.kroy-product-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;	
}
h1.kroy-product-title,
div.kroy-product-summary {
	margin-bottom: 25px !important;
	text-align: center;
	color: #ffffff !important;
}

h1.kroy-product-title {
	font-size: 30px;
}
div.kroy-product-summary {
	font-size: 18px;
}
div.kroy-product-contact {
	width: 75%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
	margin-top: -250px;
	position: relative;
	
	padding-top: 64px;
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 32px;
	background-color: #ffffff;
	box-shadow: rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px;
}

div.kroy-product-details-accessories {
	background-color: #fff;
}

div.kroy-product-details-accessories h2 {
	color: #000000;
	margin-top: 32px;
}
div.kroy-product-details-accessories hr,
hr.kroymans-small-red,
div#kroymans-info-form-row hr {
	width: 56px;
	height: 2px;
	color: #be0d1e;
	border: 1px solid #be0d1e;
}
div.kroy-product-details-accessories hr {
	margin-left: 0px;
}

div.kroy-product-details-accessories p {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 8px;
} 

div.kroy-product-details-accessories .detail-list p {
	display: flex;
	flex-direction: row;
}

div.kroy-product-details-accessories .detail-list p span:first-child {
	font-weight: bold;
	flex: 1;
}
div.kroy-product-details-accessories .detail-list p span:last-child {
	flex: 2;
}

div.kroy-product-details-accessories ul {
	margin-right: 20px;
	margin-bottom: 0px;
}
div.kroy-product-details-accessories li {
	color: #000000;
	font-size: 18px;
	line-height: 36px;
}

div.kroy-remarks {
	height: auto;
	overflow-y: hidden;
	margin-bottom: 52px !important;
	cursor: pointer;
}

div.kroy-remarks-readmore {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 200%;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 00%,rgba(255,255,255,1) 100%);
}

div#kroymans-info-form-row .row-bg {
	background-size: contain;
}
div.kroymans-info-form input[type="submit"] {
	width: 100%;
}

#kroy-print-page {
	position: absolute;
	right: 0px;
	top: 0px;
}

@media screen and (min-width: 690px) {
	div.kroy-product-details-accessories {
		margin-top: 44px;
		margin-bottom: 44px;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 690px) {
	div.kroy-product-details-accessories {
		margin-top: 24px;
		margin-bottom: 24px;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	div.kroy-product-details-accessories p span:last-child {
		text-align: right;
	}

	.kroy-store-container {
		margin-top: 100px;
	}
	.kroy-store-filter {
		position: fixed;
		top: 62px;
		left: 0px;
		background-color: #fff;
		z-index: 1000;
		transition: all 0.2s ease;
		padding-top: 16px;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
	}
	.kroy-store-filter .fancy-select-wrap {
		width: auto;
	}
	.kroy-store-filter .select2-container {
		width: 100% !important;
		margin-bottom: 8px;
	}	
	.kroy-store-filter p {
		display: none;
	}

	/* quick fix */
	.page-id-101 #header-outer[data-box-shadow="large"] {
		box-shadow: none;
	}
}
