
/*
	
font-family: "sofia-pro", sans-serif;	
font-weight: 300/700;	
	
font-family: "Italiana", sans-serif;
font-weight: 400;
	
font-family: "Merriweather", serif;
font-weight: 300/400/700;	

ZWART: #000
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	font-family: "sofia-pro", sans-serif;	
	font-weight: 300;
	font-size: 15px;
	color: #000;
	background: #000;
	letter-spacing: 0.03em;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 2240px;
	position: relative;
}

.wrapper1040 {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.wrapper800 {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

/* header */

.header {
	float: left;
	width: 100%;
	background: #FFF;
	text-align: center;
}

/* logo */

.logo {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin: 50px 0 25px 0;
}

/* lan switch */

ul.lan_switch {
	position: absolute;
	top: 15px;
	left: 0;
	list-style-type: none;
}

ul.lan_switch li {
	display: inline-block;
}

ul.lan_switch li a {
	float: left;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 1em;
	margin-right: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFF;
	transition: color 0.3s, border-bottom 0.3s;
}

ul.lan_switch li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

ul.lan_switch li a.selected, 
ul.lan_switch li a.selected:hover {
	color: #000;
	font-weight: 700;
	border-bottom: 1px solid #000;
}

/* controls */

.controls {
	position: absolute;
	top: 15px;
	right: 0;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}

.controls a {
	color: #000;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	transition: color 0.3s, border-bottom 0.3s;
}

.controls a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.controls a.selected {
	color: #000;
	border-bottom: 1px solid #000;
}

/* cart indicator */

.cart_indicator {
	float: right;
	margin-left: 15px;
	color: #000;
}

/* user indicator */

.user_indicator {
	float: right;
	margin-left: 15px;
}

.user_indicator span {
	margin-left: 2px;
}

/* contact link */

a.contact {
	float: right;
	margin-left: 15px;
}

/* meeting link */

a.meeting {
	float: right;
	margin-left: 15px;
}

/* nav */

ul.nav {
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	padding-bottom: 25px;
	transition: padding-bottom 0.5s;
	list-style-type: none;
}

ul.nav li {
	display: inline-block;
}

ul.nav li.nav_home, 
ul.nav li.nav_contact, 
ul.nav li.nav_account {
	display: none;
}

ul.nav li a {
	display: inline-block;
	width: auto;
	color: #000;
	font-size: 13px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 25px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFF;
	transition: color 0.3s, border-bottom 0.3s;
}

ul.nav li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

ul.nav li a.selected, 
ul.nav li a.selected:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* nav sub hover 

ul.nav li ul {
	float: left;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	width: 175px;
	height: auto;
	z-index: 5000;
	overflow: hidden;
	padding-top: 14px;
}

ul.nav li ul li {
	float: left;
	width: 100%;
	vertical-align: top;
	height: auto;
	margin-right: 0;
	margin-left: 0;
}

ul.nav li ul li a {
	display: block;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.2em;
	padding: 10px 10px;
	text-align: left;
	overflow: hidden;
	color: #fff !important;
	background: #000 !important;
	border-bottom: 1px solid #666 !important;
	text-transform: none;
}

ul.nav li ul li:last-child a {
	border-bottom: 0 !important;
}

ul.nav li ul li a:hover {
	text-decoration: none;
	background: #000 !important;
}

ul.nav li ul li a.selected,  
ul.nav li ul li a.selected:hover {
	color: #fff !important;
	background: #9d1c1f !important;
}

/* nav toggle */

.nav_toggle {
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 30px;
	color: #000;
	transition: color 0.3s;
	display: none;
}

/* subnav */

.subnav {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}

.subnav a {
	display: inline-block;
	color: #999;
	text-decoration: none;
	margin: 0 25px;
	font-size: 13px;
}

.subnav a:hover {
	color: #000;
}

/* news */

.news_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 9px 30px;
}

.news_slider {
	float: left;
	width: 100%;
}

.news_slide {
	float: left;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: #000;
}

.news_slide a {
	color: #000;
}

/* container */

.container {
	float: left;
	width: 100%;
	background: #fff;
}

.container_home, 
.container_store, 
.container_contact {
	background: #000;
}

/* content */

.content {
	float: left;
	width: 100%;
	padding: 50px 0 25px 0;
	background: #fff;
}

.content_contact {
	color: #fff;
	background: #000;
}

.container_about .content, 
.container_shop .content  {
	padding-top: 0;
}

.content a {
	color: #000;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	transition: color 0.3s, border-bottom 0.3s;
}

.content a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.content a.small {
	text-transform: uppercase;
	font-size: 12px;
}

.content a.small.margin {
	margin: 0 7px;
}

.content a.small.right {
	float: right;
}

.content a.anchor {
	float: left;
	width: 100%;
	border: 0 !important;
}

.content .addthis_custom_sharing a {
	border: 0 !important;
}

.content a.button {
	display: inline-block;
	color: #000;
	border: 1px solid #bbb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	padding: 15px 25px;
	margin-right: 10px;
	transition: color 0.3s, border 0.3s;
}

.content a.button:hover {
	color: #000;
	border: 1px solid #000;
}

.content a.button.white {
	color: #ddd;
}

.content a.button.white:hover {
	color: #fff;
	border: 1px solid #fff;
}

.content img.left {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content img.guy {
	float: left;
	width: 75% !important;
	margin-left: 12.5%;
	margin-right: 12.5%;
	margin-bottom: 30px;
}

.content h1 {
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 30px;
}

.content h1.center {
	text-align: center;
}

.content h1.left {
	float: left;
}

.content h2 {
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2.center {
	text-align: center;
}

.content h2.large {
	font-size: 35px;
}

.content h3 {
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content h3.subtitle {
	font-family: "sofia-pro", sans-serif;	
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
}

.content p {
	line-height: 1.6em;
	margin-bottom: 25px;
}

.content p.empty {
	margin-bottom: 0;
}

.content p.center {
	text-align: center;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 4px;
	line-height: 1.4em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 22px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 26px;
	margin-bottom: 8px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 16px auto;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content table.specs {
	margin-bottom: 20px;
}

.content table.specs td {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.content table.data {
	float: left;
	width: 48%;
}

.content table.data td {
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

div.cart_map {
	float: right;
	width: 48%;
	margin-bottom: 25px;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}

.content hr.hidden {
	display: none;
}

.content hr.spacer15 {
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 15px;
}

.content hr.spacer25 {
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 25px;
}

.content hr.spacer50 {
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 50px;
}

.content hr.spacer75 {
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 75px;
}

.content hr.spacer100 {
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 100px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* text */

.text {
	float: left;
	width: 100%;
}

.text.small {
	width: 46%;
	margin: 0 27%;
}

.text.border {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

/* page blocks */

.page_block {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.page_block_image {
	width: 50%;
}

.page_block_image img {
	float: left;
	width: 100%;
}

.page_block_text {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px;
}

.page_block_text.left {
	padding-left: 150px;
}

.page_block_text.right {
	padding-right: 150px;
}

.page_block_text.mobile {
	display: none;
}

/* banner */

.banner {
	float: left;
	width: 100%;
	position: relative;
}

.banner img {
	float: left;
	width: 100%;
}

.banner_text {
	position: absolute;
	left: 0;
	z-index: 250;
	width: 100%;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1.3em;
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.banner_text h1, 
.banner_text h2,
.banner_text h3 {
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.25em;
	margin: 0;
	margin-bottom: 25px;
}

.banner_text a.small {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #eee;
	border-bottom: 1px solid #aaa;
	transition: color 0.3s, border-bottom 0.3s;
}

.banner_text a.small:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.banner_text:hover a.small {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.banner_text.topleft {
	top: 15%;
}

.banner_text.topcenter {
	top: 15%;
	text-align: center;
}

.banner_text.topright {
	top: 15%;
	text-align: right;
}

.banner_text.middleleft {
	top: 44%;
}

.banner_text.middlecenter {
	top: 44%;
	text-align: center;
}

.banner_text.middleright {
	top: 44%;
	text-align: right;
}

.banner_text.bottomleft {
	bottom: 5%;
}

.banner_text.bottomcenter {
	bottom: 5%;
	text-align: center;
}

.banner_text.bottomright {
	bottom: 5%;
	text-align: right;
}

/* home blocks */

.home_blocks {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #000;
}

.home_blocks div {
	float: left;
	width: 27.3%;
	padding: 30px 3% 20px 3%;
	position: relative;
	font-family: Georgia, serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.3em;
	cursor: pointer;
	transition: color 0.3s;
}

.home_blocks div:hover {
	color: #666 !important;
}

.home_blocks div span {
	float: left;
	width: 100%;
}

.home_blocks p {
	margin-bottom: 10px;
}

.home_blocks p.center {
	text-align: center;
}

.home_blocks i {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #000;
}

.home_blocks i.fa {
	position: relative;
	width: auto;
	height: auto;
	background: none;
}

.home_blocks i.left {
	top: 0;
	left: 0;
}

.home_blocks i.right {
	top: 0;
	right: 0;
}

.home_blocks a.small {
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #aaa;
	transition: color 0.3s, border-bottom 0.3s;
}

.home_blocks a.small:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.home_blocks div:hover a.small {
	color: #000;
	border-bottom: 1px solid #000;
}

/* home: quote */

.home_quote {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 75px 0;
	background: #FFF;
	text-align: center;
}

.home_quote strong {
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.25em;
}

/* collections */

.collections {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 45px;
}

.collections a {
	float: left;
	width: 33.3%;
	padding-bottom: 25px;
	position: relative;
	font-family: Georgia, serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.3em;
	text-align: center;
	cursor: pointer;
	border-top: 2px solid #000 !important;
	border-bottom: 2px solid #000 !important;
	transition: color 0.3s;
}

.collections a:hover {
	color: #666 !important;
}

.collections i {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #000;
}

.collections i.left {
	top: 0;
	left: 0;
}

.collections i.right {
	top: 0;
	right: 0;
}

.collections a img {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.6s;
}

.collections a:hover img {
	opacity: 0.9;
}

.collections span.small {
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #bbb;
	transition: color 0.3s, border-bottom 0.3s;
}

.collections span.small:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.collections a:hover span.small {
	color: #000;
	border-bottom: 1px solid #000;
}

.collections a div.gutter {
	float: left;
	width: 92%;
	padding: 0 4% 0 4%;
}

/* gallery */

#gallery {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
}

/* collection image list */

img.collection_image {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.3s;
}

img.collection_image:hover {
	opacity: 0.9;
}

img.collection_image.nomargin {
	margin-right: 0;
}

/* download image list */

div.download_image {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.3s;
}

div.download_image:hover {
	opacity: 0.9;
}

div.download_image.nomargin {
	margin-right: 0;
}

div.download_image img {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

/* cta */

.cta {
	float: left;
	width: 100%;
	padding: 50px 0 15px 0;
	text-align: center;
	border-top: 2px solid #000;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* publications */

.publications {
	float: left;
	width: 100%;
	margin-top: 10px;
}

a.publication {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
}

a.publication.nomargin4 {
	margin-right: 0;
}

a.publication div.pusher {
	float: left;
	width: 100%;
}

a.publication h2 {
	margin-bottom: 18px;
}

a.publication span.date {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}

a.publication img {
	float: left;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.6s;
}

a.publication:hover img {
	opacity: 0.6;
}

/* publication list */

hr.splitter4 {
	border: 0;
	margin: 0;
}

hr.splitter3 {
	border: 0;
	margin: 0;
}

hr.splitter2 {
	border: 0;
	margin: 0;
	display: none;
}

/* blocks */

.blocks {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
}

.blocks div.block {
	float: left;
	width: 33.3%;
	position: relative;
	/*border-top: 2px solid #000 !important;
	border-bottom: 2px solid #000 !important;*/
	padding-top: 30px;
	padding-bottom: 20px;
}

.blocks.stores div.block {
	width: 50%;
}

.blocks div.block i {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #000;
	display: none;
}

/*
.blocks div.block:first-of-type i, 
.blocks div.block:last-of-type i {
	display: none;
}
*/

.blocks div.block i.left {
	top: 0;
	left: 0;
}

.blocks div.block i.right {
	top: 0;
	right: 0;
}

.blocks div.block img {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	-webkit-backface-visibility: hidden;
	transition: opacity 0.6s;
}

.blocks div.block .responsive_iframe_wrapper {
	margin-bottom: 25px !important;
}

.blocks div.block:hover img {
	opacity: 0.8;
}

.blocks div.block a.small {
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #bbb;
	transition: color 0.3s, border-bottom 0.3s;
}

.blocks div.block a.small:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.blocks div.block:hover a.small {
	color: #000;
	border-bottom: 1px solid #000;
}

.blocks div.block div.gutter {
	float: left;
	width: 92%;
	padding: 0 4% 0 4%;
}

/* contact links */

.contact_links {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #000;
}

.contact_links a {
	float: left;
	width: 27.3%;
	padding: 30px 3% 20px 3%;
	position: relative;
	font-family: Georgia, serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #000;
	transition: color 0.3s;
}

.contact_links a:hover {
	color: #000;
}

.contact_links a span {
	float: left;
	width: 100%;
}

.contact_links p {
	margin-bottom: 10px;
}

.contact_links p.center {
	text-align: center;
}

.contact_links i {
	position: absolute;
	width: 2px;
	height: 100%;
	background: #000;
}

.contact_links i.fa-solid {
	position: relative;
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 10px;
	font-size: 30px;
}

.contact_links i.left {
	top: 0;
	left: 0;
}

.contact_links i.right {
	top: 0;
	right: 0;
}

/* brand banner */

img.brand_long {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

img.brand_long_banner {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.3s;
}

img.brand_long_banner:hover {
	opacity: 0.8;
}

img.brand_short_banner {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	display: none;
}

/* sidebar */

.sidebar {
	float: left;
	width: 275px;
}

.sidebar.right {
	float: right;
}

/* main */

.main {
	float: right;
	width: calc(100% - 350px);
}

.main.left {
	float: left;
}

/* search */

form.search_form {
	width: 175px;
	position: relative;
}

form.search_form i {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

form.search_form input.search {
	float: right;
	width: calc(100% - 24px);
	box-sizing: border-box;
	font-size: 13px;
	color: #000;
	background: #fff;
	border: 0;
	padding: 2px 0;
	outline: none;
}

form.search_form input.search::placeholder {
	color: #000;
}

form.search_form input.search:focus {

}

/* filter */

.filter {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	padding-top: 10px;
}

.filter_link_wrapper {
	display: inline-block;
	position: relative;
	margin-bottom: 25px;
}

.filter_link {
	font-size: 13px;
	font-weight: 400;
	margin: 0 20px;
	border: 0 !important;
}

#filter_link_sale {
	color: #ba2d0b !important;	
}

.filter_link i {
	vertical-align: top;
	display: inline-block;
	font-size: 12px;
	margin-top: 6px;
	margin-left: 5px;
}

.filter_link:hover {
	text-decoration: underline;
}

.filter_link.active i {
	transform: rotate(180deg);
}

.filter_list_wrapper {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 500;
	width: 230px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #FFF;
	border: 1px solid #000;
	display: none;
}

.filter_list_wrapper ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 0;
}

.filter_list_wrapper ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	border-bottom: 1px solid #DDD;
	white-space: nowrap;
}

.filter_list_wrapper ul li a.selected:hover {
	text-decoration: line-through;
}

.filter_list_wrapper ul li a {
	float: left;
	width: 100%;
	border: 0 !important;
}

.filter_list_wrapper ul li a:hover {
	text-decoration: underline;
}

.filter_list_wrapper ul li a.selected {
	color: #000;
	font-weight: 700;
}

.filter_list_wrapper ul li a i {
	display: none;
	font-size: 12px;
	margin-right: 3px;
}

.filter_list_wrapper ul li a em {
	display: none;
}


/*

.filter_block span {
	float: left;
	width: 100%;
	cursor: pointer;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	transition: color 0.3s;
	position: relative;
}

.filter_block span b {
	color: #000;
	border-bottom: 1px solid #fff;
	transition: border-bottom 0.3s;
}

.filter_block span:hover b {
	color: #000;
	border-bottom: 1px solid #bbb;
}

.filter_block span.active b {
	color: #000;
	border-bottom: 1px solid #000;
}

.filter_block span i.fa-regular {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 100;
	font-size: 10px;
	transition: opacity 0.3s;
}

.filter_block span.active i.fa-plus {
	opacity: 0;
}

.filter_block span.active i.fa-minus {
	opacity: 1;
}

.filter_block ul {
	float: left;
	width: 100%;
	list-style-type: none;
	display: none;
	margin-bottom: 15px;
}

.filter_block ul.active {
	display: block;
}

.filter_block ul li {
	float: left;
	width: 95%;
	margin-left: 5%;
	font-size: 13px;
}

.filter_block ul li.size {
	width: 20%;
}

.filter_block ul li a {
	border-bottom: 1px solid #fff;
}

.filter_block ul li a:hover {
	border-bottom: 1px solid #bbb;
}

.filter_block ul li a.selected {
	border-bottom: 1px solid #000;
}

a.sale_filter {
	font-weight: 700;
	color: #ba2d0b;
	text-transform: uppercase;
}

a.sale_filter:hover {
	color: #ba2d0b;
	border-bottom: 1px solid #ba2d0b;
}

a.sale_filter.selected {
	border: 0;
}

/* filter toggle */

.content a.filter_toggle {
	float: left;
	width: 100%;
	color: #fff;
	background: #000;
	border: 0 !important;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	margin-bottom: 15px;
	display: none;
}

/* filter info */

.filter_info {
	float: left;
	width: 100%;
	margin-bottom: 17px;
	text-align: center;
}

.filter_info a.delete_filter {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	padding: 4px 7px;
	color: #eee;
	background: #000;
	border: 1px solid #000 !important;
	border-radius: 2px;
	margin: 0 4px;
	margin-bottom: 8px;
	transition: color 0.3s, background 0.3s, border 0.3s;
}

.filter_info a.delete_filter:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000 !important;
	text-decoration: line-through;
}

.filter_info a.delete_filter i {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	margin-top: 4px;
	margin-left: 2px;
	color: #ccc;
	transition: color 0.3s;
}

.filter_info a.delete_filter:hover i {
	color: #fff;
}

a.reset_filter {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 7px;
	color: #000;
	border: 1px solid #bbb !important;
	border-radius: 2px;
	transition: border 0.3s;
}

a.reset_filter:hover {
	color: #000;
	border: 1px solid #000 !important;
}

/* product list */

.product_list {
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.product_list.related a.product3 {
	display: none;
}

a.product {
	float: left;
	width: calc(33.33% - 2px);
	margin: 0 1px;
	margin-bottom: 50px;	
	position: relative;
	border: 0 !important;
	font-size: 14px;
}

a.product .product_image {
	float: left;
	width: 100%;
	background-size: contain !important;
	-webkit-backface-visibility: hidden;
	margin-bottom: 15px;
}

a.product .product_image img {
	float: left;
	width: 100%;
}

a.product .product_image_hover {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: contain !important;	
	opacity: 0;
	transition: opacity 0.2s;
}

a.product .product_image_hover img {
	float: left;
	width: 100%;
}

a.product:hover .product_image_hover {	
	opacity: 1;
}

a.product b {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

a.product strong {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

a.product span {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 3px;
}

a.product span br.strike {
	display: none;
}

a.product span strike {
	color: #000;
	margin-left: 5px;
}

a.product span.status_banner {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 200;
	width:  auto;
	padding: 4px 4px 6px 4px;
	margin: 0;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	font-size: 10px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}

a.product span.status_banner.soldout {
	color: #999;
	border: 1px solid #999;
}

a.product span.status_banner.sale {
	color: #ba2d0b;
	border: 1px solid #ba2d0b;
}

/* product page */

.product_images {
	float: left;
	width: 45%;
	line-height: 1.2em;
	position: relative;
	margin-top: 15px;
}

.product_images a.small {
	font-size: 11px;
}

span.stock_indicator {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #6c0;
	font-size: 14px;
	display: none;
}

span.stock_indicator.active {
	display: block;
}

/* slider */

.product_images .product_image_slider {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.product_images .product_image_slider img.cover {
	float: left;
	width: 100%;
}

/* thumbs */

.product_images .thumbs {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.product_images .thumbs a {
	float: left;
	width: calc(20% - 8px);
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	border-bottom: 5px solid #FFF !important;
}

.product_images .thumbs a:nth-of-type(5) {
	margin-right: 0;
}

.product_images .thumbs a img {
	float: left;
	width: 100%;
}

.product_images .thumbs a.active {
	border-bottom: 5px solid #000 !important;
}

/* product banners */
	
.product_images span.status_banner {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 200;
	width:  auto;
	padding: 5px 5px 7px 5px;
	margin: 0;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
	text-transform: uppercase;
}

.product_images span.status_banner.soldout {
	color: #999;
	border: 1px solid #999;
}

.product_images span.status_banner.sale {
	color: #ba2d0b;
	border: 1px solid #ba2d0b;
}

/* product text */

.product_text {
	float: right;
	width: calc(55% - 60px);
	box-sizing: border-box;
	padding-top: 60px;
	padding-right: 60px;
}

.product_text div.title {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
}

.product_text div.title h1 {
	float: left;
	font-family: "sofia-pro", sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.product_text div.title span.price {
	float: right;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1em;
	text-align: right;
}

.product_text div.title span.price strike {
	font-weight: normal;
	font-size: 15px;
	color: #000;
}

.content b.red {
	margin-left: 10px;
	color: #ba2d0b;
}

.content em.red {
	font-style: normal;
	color: #ba2d0b;
}

/* prevnext */

.prevnext {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding-left: 15px;
}

.prevnext .left {
	float: left;
}

.prevnext .right {
	float: right;
	text-align: right;
}

/* size selector */

div.size {
	float: left;
	margin: 0 15px 10px 0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;	
	color: #666;
	background: #fff;
	/*
	border: 1px solid #bbb;
	border-radius: 20px;
	min-width: 21px;
	padding: 7px 4px;
	*/
	line-height: 1.3em;
	cursor: pointer;
	transition: color 0.3s, border 0.3s;
}

div.size:hover {	
	color: #000;
	/*border: 1px solid #000;*/
}

div.size.active {
	color: #000;
	font-weight: 700;
}

div.size_error {
	float: left;
	width: 100%;
	font-weight: 700;
	color: #ba2d0b;
	margin-bottom: 10px;
}

/* sold out */

span.sold_out {
	float: left;
	width: 100%;
	color: #999;
	font-size: 21px;
	margin-bottom: 15px;
}

/* add to cart */

span.free_shipping {
	float: left;
	width: 100%;
	/*color: #73bA9b;
	font-weight: 700;*/
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* cart */

.content table.cart {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
}

.content table.cart td {
	padding: 10px 0;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}

.content table.cart td.price {
	text-align: right;
}

.content table.cart td.delete {
	width: 40px;
	text-align: right;
}

.content table.cart td.delete a {
	border: 0 !important;
}

.content table.cart td.image {
	width: 120px;
}

.content table.cart td.image img {
	float: left;
	width: 100px;
}

.content table.cart td.total {
	font-size: 22px;
	text-align: right;
	border: 0;
	padding-top: 25px;
}

.content table.cart td.total a.button {
	margin-right: 0;
	margin-top: 15px;
}

/* step indicator */

.step_indicator {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.step_indicator span {
	float: left;
	width: 25%;	
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #222;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.step_indicator span div {
	position: absolute;
	width: 100%;
	height: 18px;
	top: 26px;
	left: 0;
	z-index: 100;
	text-align: center;
}

.step_indicator span div img {
	display: inline-block;
	height: 18px;
}

/* shipping options */

div.shipping_option {
	float: left;
	width: 31%;
	box-sizing: border-box;
	min-height: 240px;
	padding: 20px;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-right: 2.33%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: border 0.3s;
}

div.shipping_option:hover {
	border: 1px solid #000;
}

div.shipping_option h1 {
	float: left;
	width: 100%;
	font-size: 23px;
}

div.shipping_option p {
	float: left;
	width: 100%;
	color: #000;
	margin-bottom: 10px !important;
	font-size: 12px;
}

div.shipping_option strong {
	float: left;
	width: 100%;
	font-size: 25px;
	color: #666;
	font-weight: normal;
}

div.shipping_option em {
	font-size: 22px;
	font-style: normal;
	margin-right: 4px;
}

div.shipping_option i {
	display: none;
}

div.shipping_option span {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	vertical-align: text-top;
	margin-left: 1px;
}

div.shipping_option.active {
	background: rgba(0,0,0,0.05);
	border: 1px solid #000;
}

div.shipping_option.active strong {
	color: #000;
}

div.shipping_option select {
	float: left;
	width: 100%;
	padding: 10px 2%;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 15px;
	outline: none;
	border: 1px solid #000;
	border-radius: 0 !important;
	transition: background 0.3s;
    cursor:pointer;
}

/* cart overview shipping */

div.overview_shipping {
	float: right;
	width: 48%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #000;
	margin-bottom: 25px;
}

div.overview_shipping h1 {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-bottom: 9px !important;
}

div.overview_shipping p {
	float: left;
	width: 100%;
	color: #000;
	font-size: 12px;
}

div.overview_shipping strong {
	float: left;
	width: 100%;
	color: #000;
	font-size: 28px;
	font-weight: normal;
}

div.overview_shipping i {
	display: none;
}

div.overview_shipping em {
	font-size: 22px;
	font-style: normal;
	margin-right: 4px;
}

div.overview_shipping span {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	vertical-align: text-top;
	margin-left: 1px;
}

/* reduction code */

strong.reduction_code {
	padding: 5px 10px;
	font-size: 25px;
	color: #fff;
	background: #ba2d0b;
	margin-right: 10px;
}

/* account blocks */

.account_left, 
.account_right {
	float: left;
	width: 42.5%;
	padding: 25px 3% 0 3%;
	margin-bottom: 25px;
	color: #fff;
	background: #000;
}

.account_right {
	float: right;
}

.account_left .form, 
.account_right .form {
	margin-bottom: 10px;
}

.account_full { 
	float: left;
	width: 94%;
	padding: 25px 3%;
	margin-bottom: 25px;
	color: #fff;
	background: #000;
}

.account_full a {
	color: #eee !important;
	border-bottom: 1px solid #999 !important;
	text-decoration: none;
	transition: color 0.3s, border-bottom 0.3s;
}

.account_full a:hover {
	color: #fff !important;
	border-bottom: 1px solid #ddd !important;
}

/* order form */

div.total {
	float: left;
	width: 100%;
	font-size: 28px;
}

/* sitemap */

ul#sitemap {
	font-size: 14px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 13px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 12px;
}

/* form */

.form {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}

/* form elements */

.form_element {
	float: left;
	width: 100%;
}

.form_element.left {
	width: 48.5%;
	margin-right: 3%;
}

.form_element.right {
	float: right;
	width: 48.5%;
	margin-right: 0;
}

/* form labels */

.form span.label {
	float: left;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;	
}

.form span.label.mandatory {
	font-weight: 700;
}

.form span.label.error {
	color: #ba2d0b;
}

/* form checkbox */

.form span.checkbox {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;	
}

.form span.checkbox a {
	color: #FFF;
}

/* form hints */

.form span.hint {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #aaa;
	margin-top: -10px;
	margin-bottom: 25px;
}

.form span.hint a {
	color: #aaa;
	border-bottom: 1px solid 999;
}

.form span.hint a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #ba2d0b;
}

/* form fields */

.form input.text {
	float: left;
	width: 96%;
	background: #eee;
	padding: 15px 2%;
	margin-bottom: 20px;
	color: #000;
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 14px;
	outline: none;
	transition: background 0.3s;
}

.form input.text.error {
	background: #e9dad7;
}

.form input.text:focus {
	background: #fff;
}

.form textarea {
	float: left;
	width: 98%;
	height: 150px;
	background: #eee;
	padding: 15px 1%;
	margin-bottom: 20px;
	color: #000;
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 14px;
	outline: none;
	transition: background 0.3s;
}

.form textarea.error {
	background: #e9dad7;
}

.form textarea:focus {
	background: #fff;
}

.form select {
	float: left;
	width: 100%;
	padding: 15px 2%;
	background: #eee;
	margin-bottom: 20px;
	color: #000;
	font-family: "Merriweather", sans-serif;
	font-weight: 300;
	font-size: 14px;
	outline: none;
	border-radius: 0 !important;
	transition: background 0.3s;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 4px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

.form span.checkbox.error {
	color: #ba2d0b;
}

div.form_break {
	float: left;
	width: 100%;
	height: 30px;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: top;
	margin-top: 2px;
	margin-right: 4px;	 
}

span.select_time {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.form label {
	cursor: pointer;
}

/* feedback */

div.feedback {
	float: left;
	width: 94%;
	padding: 15px 3%;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: #FFF;
	margin-bottom: 25px;
	border: 1px solid #000;
}

div.feedback i {
	margin-right: 5px;
}

div.feedback.error {
	color: #ba2d0b;
}

div.feedback a {

}

div.feedback a:hover {

}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	display: inline-block;
	color: #000;
	background: none;
	border: 1px solid #bbb;
	cursor: pointer;
	overflow: visible;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "sofia-pro", sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 15px 25px;
	margin-right: 10px;
	transition: color 0.3s, border 0.3s;
}

button:hover {
	color: #000;
	border: 1px solid #000;
}

button.white {
	color: #ddd;
}

button.white:hover {
	color: #fff;
	border: 1px solid #fff;
}

/* footer logo */

.footer_logo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	padding: 15px 2.5%;
}

.footer_logo img {
	float: left;
	width: 100%;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 30px 0;
	color: #eee;
	font-size: 13px;
	line-height: 1.8em;
	text-align: center;
}

.footer a {
	color: #eee;
	border-bottom: 1px solid #000;
	text-decoration: none;
	transition: color 0.3s, border-bottom 0.3s;
}

.footer a:hover {
	color: #fff;
	border-bottom: 1px solid #ddd;
}

.footer a.selected {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.footer span.social {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
}

.footer span.social i {
	margin: 0 5px;
}

.footer span.social a {
	border: 0;
}

.footer i.payment {
	font-size: 18px;
	line-height: 1.6em;
	vertical-align: top;
	margin-right: 3px;
}	

/* sticky popup */

.sticky_popup {
	position: fixed;
	right: 3%;
	bottom: 0;
	z-index: 500;
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	transform: translateY(-30px);
	opacity: 0;
	animation: load_sticky_popup 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	transition: all 0.3s;
	transition-timing: cubic-bezier(.17,.67,.83,.67);
}

@keyframes load_sticky_popup {
	from { 
		opacity: 0;
		transform: translateY(0);
	}
	to { 
		opacity: 1; 
		transform: translateY(-30px);
	}
}

.sticky_popup a.button {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
	padding: 20px 30px;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.02em;
}

.sticky_popup:hover a.button {
	color: #FFF;
	background: #000;
}

.close_sticky_popup {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 100;
	font-size: 11px;
	color: #000;
}

.sticky_popup:hover .close_sticky_popup {
	color: #FFF;
}

.close_sticky_popup:hover {

}
