* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
	outline: none !important;
}

:root {
	--black: #000000;
	--black-lgt: rgba(0, 0, 0, 0.5);
	--silver: #C4C4C4;
	--white: rgb(255, 255, 255);
	--white-dark: #F9F9F9;
	--red: #FA7268;
	--red-lgt: rgba(250, 114, 104, 0.5);
	--bg-menue: #F9F9F9;
	/*--bg-forms: #e6e6e6;*/
}

html {
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}
html {
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 500;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	width: 100%;
	min-height: 100%;
}
body.noscroll {
	overflow: hidden;
}
.container {
	position: relative;
	width: 100%;
	/*max-width: 1140px;*/
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.container-fluid {
	/*max-width: 1280px;*/
	overflow-y: hidden;
}
.no-gutters {
	margin-right: -15px;
	margin-left: -15px;
}
.gutters {
	margin-right: 0px;
	margin-left: 0px;
}
.content {
	min-height: calc(100vh - 240px);
	color: var(--black);
	padding-bottom: 24px;
	margin-top: 70px;
}
h1, h2, h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 1.5 rem;
}
.text h3, .text-pic h2, .text-pic h3 {
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.product-description h1 {
	font-size: 20px;
}
p, li {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 1.5 rem;
}
p a {
	color: var(--black);
	text-decoration: underline;
}
.fz-16 p {
	font-size: 16px;
	line-height: 26px;
}
.fz-16 h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
figure {
	margin: 0 0 0 0;
}
figure figcaption {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
figure, picture {
	width: 100%;
}
figure img, picture img {
	width: 100%;
	height: auto;
}
figure.overview {
	position: relative;
	overflow: hidden;
	margin: 0 0 -1px 0;
}
figure.overview figcaption {
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	opacity: 1;
}
figure.overview:hover figcaption, figure.overview:focus figcaption {
	opacity: 1;
}
figure.overview figcaption h2 {
	display: table;
	height: 100%;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
figure.overview figcaption h2 a {
	width: 100%;
	height: 100%;
	display: table-cell;
	color: var(--white);
	padding-left: 20px;
	padding-right: 90px;
	padding-bottom: 40px;
	text-decoration: none;
	vertical-align: bottom;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.40);
}

b, strong {
	font-weight: 500;
}

a.result-link {
	text-decoration: none;
}
.clearer {
	height: 12px;
	border-bottom: 1px dotted white;
	margin-bottom: 18px;
}
.brand-list h2, .designer-list h2 {
	font-size: 24px;
}
.brand-col h3, .designer-col h3 {
	font-size: 18px;
	padding-top: 1rem !important;
}
@media (min-width: 768px) {
	.brand-col h3, .designer-col h3 {
		padding-top: 2.4rem!important;
	}
	.brand-col, .designer-col{
		padding-top: 14px;
	}
}
.brand-list span, .designer-list span {
	font-size: 14px;
	display: block;
	padding: 3px 0 3px 0;
	cursor: pointer;
}
.product-description {
	font-size: 16px;
	line-height: 20px;
	padding-top: 30px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: inherit;
}
@media (min-width: 768px) {
	.product-description {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
@media (min-width: 992px) {
	.fixed {
		position: fixed;
		width: 41vw;
		/*max-width: 560px;*/
	}
}
.product-description h2 {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
.product-description .price {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 0;
	cursor: pointer;
}
.product-description .price span {
	text-decoration: underline;
}
.product-description .teaser {
	text-transform: uppercase;
	font-size: 16px;
}
.product-description p {
	font-size: 14px;
}
.product-description .teaser strong {
	display: inline-block;
	width: 90px;
}
figure.product {
	position: relative;
	overflow: hidden;
	display: flex;
	flex: 1;
}
figure.product div.issold {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 40px;
	line-height: 1em;
	text-transform: uppercase;
}

figure.product div.issold span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--red);
	color: white;
	width: 100px;
	height: 100px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 40px;
	border-radius: 50%;
}

.icon-row {
	font-size: 18px;
	margin-bottom: 27px !important;
	margin-left: -20px !important;
	padding-top: 27px;
}
.icon-row .col-auto {
	padding: 15px 18px 15px 18px;
}
.icon-mail-3 {
	font-size: 20px;
}
.icon-insta {
	    font-size: 24px;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    display: block;
}
.icon-row [class^="icon-"]::before {
	width: auto;
}
.icon-row a, .icon-row span {
	color: var(--black);
	text-decoration: none;
}
.icon-row a:hover, .icon-row span:hover, .icon-row a:focus, .icon-row span:focus {
	color: var(--silver) !important;
}
.icon-share, .icon-mail, .icon-print, .icon-instagram {
	cursor: pointer;
}
@media (min-width: 768px) {
	figure.product div.issold {
		font-size: 60px;
	}
}
@media (min-width: 960px) {
	figure.product div.issold {
		font-size: 80px;
	}
}
.cc-window {
	border: 1px solid white;
}
.cc-deny {
	border: 1px solid white !important;
}
.cc-revoke {
	transform: translateY(1.6em);
	border: 1px solid white;
}
a.result-link {
	color: var(--black);
}
h3.result-title, h2.results-header {
	font-size: 22px;
}
.result_txt {
	font-size: 14px;
}
.result-list-item {
	padding-bottom: 24px;
}
.kesearch_pagebrowser {
	padding: 6px 0 24px 0;
}
.result-list-item h3 {
	margin-bottom: 0.25em;
}
.kesearch_pagebrowser ul {
	list-style: none;
	margin: 6px 0 6px 0;
	padding: 0;
	display: flex;
}
.kesearch_pagebrowser ul li a {
	padding: 6px 12px 6px 12px;
	margin-right: 12px;
	margin-bottom: 6px;
	border: 1px solid var(--black);
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
	font-weight: 700;
}
.kesearch_pagebrowser ul li a:hover {
	padding: 6px 12px 6px 12px;
	margin-right: 12px;
	margin-bottom: 6px;
	border: 1px solid var(--black-lgt);
	background-color: var(--black-lgt);
	border-color: var(--black-lgt);
	color: var(--white);
}
.kesearch_pagebrowser ul li a.current {
	color: var(--white);
	background-color: var(--red);
	border-color: var(--red);
	padding: 6px 12px 6px 12px;
	margin-right: 12px;
	margin-bottom: 6px;
	border: 1px solid var(--red);
}
span.hit {
	color: var(--red);
	padding-left: 6px;
	padding-right: 6px;
}
div.product {
	display: none;
}
div.product.visible {
	display: block;
}
#map {
	width: 100%;
	height: 350px;
}
.leaflet-control a, leaflet-control a:hover {
	color: black;
}
img.leaflet-tile, img.leaflet-marker-icon {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.overlay {
	z-index: -10;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--black-lgt);
	opacity: 0;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.overlay.active {
	z-index: 3000;
	opacity: 1;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.overlay-content {
	z-index: 4000;
	position: fixed;
	top: 0;
	bottom: 0;
	background: var(--white);
	width: 100vw;
	left: 100vw;
	/*max-width: 768px;*/
	padding: 0px 40px 40px 40px;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.overlay-content.active {
	left: 0vw;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
	overflow-y: auto;
}
@media (min-width: 992px) {
	.overlay-content {
		width: 55vw;
	}
	.overlay-content.active {
		left: 50vw;
	}
}
.close-overlay {
	background: white;
	border: 0px;
	color: var(--black);
	margin: 0 0 0 -40px;
	padding: 40px;
	font-size: 27px;
}
.overlay-title {
	font-size: 16px;
	line-height: 20px;
	margin-top: 50px;
}
.product-title {
	font-size: 24px;
	line-height: 29px;
	padding-top: 8px;
	padding-bottom: 16px;
}
.pb-46 {
	padding-bottom: 46px;
}
.pb-lg-36 {
	padding-bottom: 34px !important;
}
.modal {
	z-index: 3100;
}
.modal-dialog {
	margin: 0;
}
.modal-content {
	border: 0px;
	border-radius: 0px;
}
.modal-content {
	padding: 24px 12px 12px 12px;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 100vw !important;
		width: 100%;
		margin: 0;
	}
}
@media (min-width: 768px) {
	.modal-content {
		padding: 42px 24px 24px 24px;
	}
	.pt-md-5, .py-md-5 {
		padding-top: 2.2 rem !important;
	}
}
@media (max-width: 767px) {
	.h-100 {
		height: 100vw !important;
	}
}
@media (min-width: 922px) {
	.modal-content {
		padding: 52px 42px 42px 42px;
	}
	.overlay-body .product-title {
		padding-right: 50px;
	}
}

.shariff ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shariff ul li a {
	font-size: 20px;
	font-weight: 500;
	color: var(--black);
	text-decoration: none;
	line-height: 1.5em;
	display: block;
}

.shariff ul li a:hover, .shariff ul li a:focus, .shariff ul li a:active {
	color: var(--red);
}

.share-window span.fab {
	display: none;
}

.share-window .modal-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	padding: 6px 6px 0 0;
}

@media (min-width: 768px) {
	.share-window .modal-title {
		padding: 20px 6px 0 0;
	}
}
@media (min-width: 922px) {
	.share-window .modal-title {
		padding: 28px 6px 0 0;
	}
}

.sitemap ul li a {
	color:black;
	font-size: 16px;
	line-height: 26px;
}





