/*
Theme Name: SMALLTALK 3.5.1
Theme URI: https://www.blackbook-studios.com
Author: Blackbook Studios
Author URI: https://www.blackbook-studios.com
Description: blackbooked for SMALLTALK HOTLINE 
Version: 3.5.1
License: Copyright 2023 Blackbook Studios
*/


/** ========================================================================== RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%; 
	text-transform: none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ul {
	list-style-type: none !important;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-padding-start: 0 !important;

}

 
/** ========================================================================== TYPO */

@font-face {
	font-family: 'Font Awesome';
	src: url('fonts/fa-solid-900.eot');
	src: url('fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), 
  		url('fonts/fa-solid-900.woff') format('woff'), 
		url('fonts/fa-solid-900.ttf') format('truetype'), 
		url('fonts/fa-solid-900.svg#fontawesomesolid') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Font Awesome Brands';
	font-style: normal;
	font-weight: normal;
	src: url("fonts/fa-brands-400.eot");
	src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
  		url("fonts/fa-brands-400.woff2") format("woff2"), 
		url("fonts/fa-brands-400.woff") format("woff"), 
		url("fonts/fa-brands-400.ttf") format("truetype"), 
		url("fonts/fa-brands-400.svg#fontawesome") format("svg"); 
} 

::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}
h1, h2, h3, h4 { 
	/*font: 700 normal 16px/1.2em 'futura-pt', sans-serif;*/
	font: 900 normal 16px/1.2em 'futura-pt', sans-serif;
	letter-spacing: 0;
 	text-align: left; 
	margin-bottom: 1.25em;
	color: #141010;
}
h1,
.title h2 { 
	text-transform: uppercase;
}
h1 span {
	display: inline;
}
h3 {
	font-size: 16px;
	margin-bottom: 0; 
}
h4 {
	font-size: 16px;
	text-transform: none; 
}
p, ul, li {
	font: 700 normal 16px/1.2em 'cairo', sans-serif;
	text-transform: none;
	letter-spacing: 0.02em;
	color: #141010;
}
i, em {
	text-decoration: none; 
	font-style: normal;
	font-weight: 400;
}
b, strong { 
	letter-spacing: 0.05em;
	text-decoration: none; 
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;	 
}
mark {
	background: none !important;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a {
  	color: #141010;
	outline: none;
	text-transform: none;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	border: none;
}
a:hover {
	color: #EBEBF0;
	border: none;
	cursor: pointer;
}
p a {
	white-space: nowrap;
}


/** ========================================================================== BASIC */

body {
	font-family: 'cairo', sans-serif;
	font-size: 16px;
	text-transform: none;
	text-align: left;
	line-height: 1.2em; 
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0em;
	color: #141010;
	background: #fff;	
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	-webkit-hyphenate-limit-chars: auto 3;
	-moz-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-chars: auto 3;
	hyphenate-limit-chars: auto 3;

	-webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
} 
.site {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.logo {
	width: 225px;
	height: 30px;
	margin-left: 8.334%;
	margin-top: 23px;
	margin-bottom: 25px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.logo svg {	 
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.logo svg #bb_logo {	 
	fill: #141010;
}
.logo svg:hover #bb_logo {
	border-bottom: none;
	fill: #EBEBF0;
}
main {
	min-height: 100vh;
}
#main_inner {	
	padding-bottom: 400px; /* sticky footer */
}
.lazy {
	background: #fff;
}
img.lazy {
	background: none;
	display: block;
}


/** ==========================================================================  */

.title {
	margin-bottom: 1em;
}
.text p {
	padding-bottom: 1.5em;
}
.text.l,
.text.l p {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 1em;
	color: #141010;
}
.text h1,
.text h2 {
	padding-top: 2em;
	clear: both; 
}
.text ul {
	padding-bottom: 1em;
}
.text li {
	list-style: none;
	padding-left: 1.5em;
}

.text li::before {
	display: inline-block;
	width: 1em;
 	margin-left: -1em;	
	content: "-";
}
.image { 
	height: auto;
	line-height: 1px;
	position: relative;
}
.image img {
	width: 100%; 
	height: auto;
}
.slick-slider { background: #fff; }

#faq_inner h3 {
	font-weight: 400;
	padding-bottom: 1em;
}
#faq_inner h3 {
	font-weight: 400;
	padding-bottom: 1em;
}
#faq_inner a {
	text-decoration: underline;
}


/* ========================================================================== MAIN NAVIGATION */

#fixhead {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	margin: auto;
	z-index: 1000;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	background: #fff;
}
#fixhead .col.left {
	width: 25%;
	padding-left: 4.1667%;
}
#fixhead .col.right {
	width: 75%;
	padding-right: 4.1667%;
}
#infoheader {
	font: 700 normal 13px/78px 'futura-pt', sans-serif;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	pointer-events: none;
}
#infoheader_inner {
	margin: 0 auto;
}
#infoheader span {
	text-transform: uppercase;
	padding: 0 2em;
	-webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}
.main-navigation {
	width: 100%;
	height: auto;
}
.menu-main-navigation-container {
	text-align: right;
}
.main-navigation ul {
    margin: 0; 
	padding: 0;
}
.main-navigation li {
    display: inline-flex;
	padding: 0 10px;
}
.main-navigation li a {
	font: 700 normal 16px/78px 'futura-pt', sans-serif;
	color: #141010; 
	text-transform: uppercase;
	 
    padding-left: 0;
	padding-right: 0;
	letter-spacing: 0.02em;
}
.main-navigation li a:hover,
.main-navigation .current-menu-item, 
.main-navigation .current_page_item { 
	color: #EBEBF0;
	cursor: pointer;
}
.main-navigation .sub-menu  { 
    display: none;
	position: absolute;
	top: 60px;
	right: 0;
	text-align: right;
	z-index: 999;
    background: #fff;
	-ms-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	-moz-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	-o-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
	box-shadow: 20px 20px 30px rgba(0,0,0,0.1); 
}
.main-navigation .sub-menu li { 
    width: auto; 
	min-width: 150px;
	height: auto;  
	border: none;
	display: block;
}
.main-navigation .sub-menu li a { 
	color: #141010;
	animation: none;
	font-size: 12px;
	line-height: 25px;
	display: block;
}
.main-navigation .sub-menu li:hover a {
	color: #EBEBF0 !important;
}
.main-navigation ul li:hover > ul {
    display: block;
} 
.main-navigation .current-menu-ancestor, 
.main-navigation .current-menu-parent, 
.main-navigation .current_page_parent, 
.main-navigation .current_page_ancestor a,
.top-navigation .current-menu-ancestor, 
.top-navigation .current-menu-parent, 
.top-navigation .current_page_parent, 
.top-navigation .current_page_ancestor a { 
    color: #EBEBF0 !important;
}
.main-navigation .menu-item-type-custom {
	cursor: pointer; 
}
.main-navigation .user-icon {
	position: relative;
}
.cart-icon a {
	vertical-align: 3px;
}
.cart-icon a:before {
	font-family: 'Font Awesome';
	display: inline-block;
}
.cart-icon a:before {
	content: "\f290";
}
.cart-icon .counter {
	display: none;
}
.cart-icon.full .counter {
	display: none;
}
.menu-item.logout {
	border-top: 1px solid #ccc;
	color: #EBEBF0;
}
.active .main-navigation li a,
.active .main-navigation .sub-menu li a  { color: #EBEBF0; }
.active .main-navigation .sub-menu {
	background: #fff;
}
#series_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	background: #fff;
	width: 100vw;
	padding: 1em 2em;
}
#series_nav li {
	font-family: 'futura-pt', sans-serif;
	display: inline-block;
}
#series_nav li a {
	text-transform: uppercase;
	font-weight: 700;
	color: #1f1f1f;
	padding: 1em;
}
#series_nav li a:hover{
	color: #EBEBF0;
}
#series_nav .anchor-active {
	color: #EBEBF0;
}

	
	
/** ========================================================================== FRONTPAGE */

#scroll {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#intro .slick-slider .slick-active .background_image {
  -webkit-animation: slickzoom 2s 1 ease-in-out;
  -moz-animation: slickzoom 2s 1 ease-in-out;
  -o-animation: slickzoom 2s 1 ease-in-out;
  -ms-animation: slickzoom 1s 1 ease-in-out;
  animation: slickzoom 2s 1 ease-in-out;
}
@keyframes slickzoom {
  from { transform: scale(1.1);  }
  to { transform: scale(1);  }

}
#intro .slick-slider .slick-active .top_content {
  -webkit-animation: slickfade 2s 1 ease-in-out;
  -moz-animation: slickfade 2s 1 ease-in-out;
  -o-animation: slickfade 2s 1 ease-in-out;
  -ms-animation: slickfade 1s 1 ease-in-out;
  animation: slickfade 2s 1 ease-in-out;
}
@keyframes slickfade {
  from { opacity: 0; }
  to { opacity: 1; }

}
.postslider_inner,
.postslider_inner .background_image {
	background-position: center;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	width: 100vw;
	height: 100vh;
	position: relative;
}
.postslider_inner .background_image {
	position: absolute;
	top: 0;
	left: 0;
}
.postslider .background_image.blur,
.postslider .video.blur {
	-webkit-filter: blur(6px) brightness(85%);
	-moz-filter: blur(6px) brightness(85%);
	-o-filter: blur(6px) brightness(85%);
	-ms-filter: blur(6px) brightness(85%);
	filter: blur(6px) brightness(85%);
}
.postslider h1,
.postslider h2,
.postslider h3 
{
	color: inherit !important;
	text-shadow: inherit !important;
	text-transform: uppercase;	
	text-align: left;
}
.postslider .top_content {
	height: auto;
	margin-top: 40vh;
	box-sizing: border-box;
	position: absolute;
	z-index: 9;
}
.postslider h1 {
	font-size: 80px;
	font-size: 9vw;
	line-height: 1em;
	font-weight: 800;
	text-align: center !important;
	margin-bottom: .3em;
}
.postslider h2,
.postslider p {
	font-size: 2.5rem;
	font-size: 2vw;
	line-height: 1em;
	font-weight: 700;
	text-align: center !important;
	margin-bottom: .3em;
}
.postslider .style_left .top_content {
	width: 30%;
	margin-left: 5%;
}
.postslider .style_right .top_content {
	width: 30%;
	margin-right: 5%;
	right: 0;
}
.postslider .style_left h1,
.postslider .style_right h1 {
	font-size: 40px;
	font-weight: 400;
	text-align: left !important;
}
.postslider .style_video .video {
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
	}	
.postslider .style_video .video iframe {		
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.postslider .style_left #cta,
.postslider .style_right #cta {
	 width: 100%;
}
.background_image {
	background-position: center;
	-webkit-backface-visibility: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
.cleanform .mc-field-group.email {
	float: left;
	width: 80% !important;
}
.cleanform input[type="email"],
.cleanform input[type="text"] {
	background: #f9f9f9 !important;
	text-align: left !important;
	text-indent: 20px !important;
	border: none !important;
	border-radius: 0 !important;
	display: block !important;
	height: 40px !important; 
	float: left !important;
	padding: 0px !important;
}
.cleanform input[type="submit"] {
	color: #fff !important;
	background: #141010 !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 20% !important;
	height: 40px !important; 
	float: right !important;
}
.cleanform input[type="submit"]:hover {
	border: none !important;
	border-radius: 0 !important;
		
	animation-name: colorfade;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.cleanform .agree {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
.cleanform input[type="checkbox"],
.cleanform input[type="checkbox"]:hover,
.cleanform input[type="checkbox"]:before,
.cleanform input[type="checkbox"]:hover:before,
.cleanform input[type="checkbox"].mce_inline_error {	
	color: #f9f9f9;
}
.cleanform .response {
	font-size: 12px !important;
	line-height: 16px !important;
}
.cleanform .mce_inline_error,
.cleanform .mce_inline_success {
	margin: 0 !important;
	padding-left: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	clear: both !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	color: #141010 !important;
}
#newsletter {
	color: #141010;
	background: #1f1f1f;
	border-bottom: 1px solid #808080;
}
#frontpage #newsletter,
#stories #newsletter,
#partner #newsletter,
.single-product #newsletter {
	margin-top: 0;	
}
#newsletter p,
#newsletter a {
	color: #808080;
	text-transform: none;
}
#newsletter a:hover {
	text-decoration: underline;
}
#products .content .title {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#products .content .title h1 {
	text-align: right;
	margin: 0;	
}
#products .image {
	-moz-transform: translateY(-10px) rotate(-17deg);
	-ms-transform: translateY(-10px) rotate(-17deg);
	-webkit-transform: translateY(-10px) rotate(-17deg);
	transform: translateY(-10px) rotate(-17deg);	
	
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	
	padding: 20px;
}
#products article:hover .image {
	-moz-transform: translateX(20px) translateY(-20px) rotate(0) scale(1.1);
	-ms-transform: translateX(20px) translateY(-20px) rotate(0) scale(1.1);
	-webkit-transform: translateX(20px) translateY(-20px) rotate(0) scale(1.1);
	transform: translateX(20px) translateY(-20px) rotate(0) scale(1.1);
}
#products .image img {
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	
	-webkit-filter: drop-shadow(5px 5px 5px #999);
	filter: drop-shadow(5px 5px 5px #999);
}
#products article:hover .image img {
	-webkit-filter: drop-shadow(15px 30px 15px #ccc);
	filter: drop-shadow(15px 30px 15px #ccc);
}
#products h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;	
}
.stock.in-stock { 
	display: none;
}

#instagram .title {
	padding: 1em;
}
#instagram h1 {
	text-align: center;
}
#instagram article {
	overflow: hidden;
}
#instagram article:hover {
	cursor: pointer;
}
#instagram img {
	opacity: 0;
}
.sbi_photo .image {
	background-size: cover ;
	background-position: center;	
}
#shop_intro {
	min-height: 22rem;
	height: 40vh;
	z-index: 110;
}

 
#about_content .image,
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about_content .image {
	background-size: cover;
	background-position: center;
}


/** ========================================================================== DISPLAY PRODUCT */

#product_display_content {
	z-index: 1;
	position: relative;
}
#product_display_background {
	z-index: 0;
	height: 100vh;
	width: 100vw;
	position: fixed;
	filter: blur(50px) brightness(200%);
	opacity: .3;
}

#product_display #product_display_left {
	position: relative;
	padding-right: 0;
}
#product_display #product_display_left .portrait {
    width: 50%;
    float: left;
}
#product_display #product_display_right {
	padding-left: 0;
}
#product_display #product_display_right_content {
	padding-top: 6rem;
	padding-bottom: 2rem !important;
}
#product_display #product_content {
	min-height: 50vh;
}
#product_display #product_title  {
	margin-bottom: 1.35rem;
}
#product_display .title  {
	position: relative;
}

#product_display #product_title h1,
#product_display #product_title h2 {
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 0;
}
#product_display #product_title h2 {
	margin-bottom: .2em;
}
#product_display .price,
#product_display .description.presale {
	font-weight: 700;
}

#display_text_info p {
	text-align: justify;
}

#product_display #atc {
	padding-bottom: 1rem;
	clear: both;
}
#product_display #atc .var {
	padding-bottom: 5rem;
}
#product_display #atc .title {
	padding-right: 1rem;
}

#product_display #atc h2,
#product_display .description.price {
	margin-bottom: 2rem;
	font-weight: 700;
}
#single_atc .description.price {
    float: none;
    padding-bottom: 1em;
}

.description.price del {
	padding-right: .5em;
}
#product_display .text {
	padding-top: 1.5rem;
}

#product_display .description {
	color: #141010;
}

#product_display .description.small {
	clear: both;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#product_display .description.small,
#product_display .description.small p {
	font-size: 16px;
	line-height: 1.2em;

	font-weight: 700;
	text-align: left;
	margin-bottom: 0;
}
#product_display .description.price {
	font-style: normal;
	color: #141010;
}
#product_display .description.price del {

}
#product_display .description.price ins {
	text-decoration: none !important;
}
#product_display #atc .quantity {
	float: left;
	width: auto;
	padding-right: 1em;
	padding-bottom: 1em;
}
#product_display #atc .var .image {
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0, 0.3));
	filter: drop-shadow(5px 5px 5px rgba(0,0,0, 0.3));
}
#product_display #atc .form {
	clear: both;
}
#product_display #atc input[type="number"] {
	font-weight: 700 !important;
}
#product_display #atc .quantity label {
	display: none;
}

#product_display #atc  input[type="number"] {
	border: 1px solid #141010 !important;		
}

.woocommerce div.product form.cart { margin-bottom: 1em !important;}
.woocommerce a.added_to_cart {display: none !important;}

.variations {	
    height: 50px;
}
.variations .label {
	display: none;
}
.single_variation_wrap .quantity {
	padding-bottom: 8px;
	float: left;
}	
.variation .label label {
	text-transform: uppercase !important;
}
.variations .value label {
	position: absolute;
	width: 40px;
	height: 40px;
	margin-left: -40px;
	text-transform: uppercase !important;
	line-height: 40px;
	color: #141010;
	cursor: pointer;
}
.variations .value label:hover {
	color: #fff;
	border: 1px solid #141010 !important;
	background: #141010 !important;
}
.variations .value div {
    display: inline-block;
    padding-right: 10px;
}
.variations input[type="radio"]:before,
.variations input[type="radio"]:checked:before {
    content: '';
}
.variations input[type="radio"] {
	font-family: 'futura-pt', sans-serif;
	font-size: 16px !important;
	display: inline-block;
	width: 40px;
	height: 40px;
}	

.variations input[type="radio"] + label {
	font-family: 'futura-pt', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	background: transparent !important;
	border: 1px solid transparent !important;
	height: 40px !important;
	text-align: center !important;
	-webkit-transition-duration: 0.2s !important;
	-moz-transition-duration: 0.2s !important;
	-o-transition-duration: 0.2s !important;
	transition-duration: 0.2s !important;
}
.variations input[type="radio"][disabled] {
	display: inline-block
	/*display: none;*/
}
.variations input[type="radio"][disabled]+label {
	/*opacity: .2 !important;*/
}
/*
.variations .disabled input[type="radio"] + label{
	opacity: .2;
}
*/

.variations input[type="radio"][disabled]+label:before {
	
	content: "";
	position: absolute;
	vertical-align: middle;
	width: 141%;
	margin-left: -20.5%;
	height: 1px;
	margin-top: auto;
	background-color: #000;
	transform: rotate(45deg);
	transform-origin: center;
	left: 0;
	top: 50%;
}
.variations input[type="radio"][disabled]+label:after {
	content: "";
	position: absolute;
	vertical-align: middle;
	width: 141%;
	margin-left: -20.5%;
	height: 1px;
	margin-top: auto;
	background-color: #000;
	transform: rotate(135deg);
	transform-origin: center;
	left: 0;
	top: 50%;
}

.variations label {
	background: #141010 !important;
}
.variations input[type="radio"]:checked + label {
	/*color: #fff !important;
	border: 1px solid #EBEBF0 !important;
	background: #EBEBF0 !important;	*/
	color: #EBEBF0 !important;
	border: 1px solid #000 !important;
	background: #000 !important;
}
.variations .value .out-of-stock {
 	opacity: 0.3 !important;
}
.variations .reset_variations { display: none !important;}

#product_display .quantity {
    display: none !important;
}

#product_display #sizing {
	padding-bottom: 2em;
	/*font-size: 13px;*/
}
#product_display .acc_trigger {
	text-decoration: underline;
}
#product_display #sizing th {
	line-height: 2.5em;
	width: 25%;
	text-transform: none !important;
}
#product_display #sizing th {
	font-weight: 700 !important;
}
#product_display #sizing td {
	line-height: 1.5em;
	width: 25%;
}
.wc-gzd-additional-info.delivery-time-info.variation_modified .backorder {
	font-weight: 700;
	font-size: 16px;
	color: #EBEBF0;
}
/*
.wc-gzd-additional-info.delivery-time-info.variation_modified .backorder:after {
	font-weight: 400;
	color: #141010;
	white-space: break-spaces;
	content: '\A Wir versenden deine gesamte Bestellung in einem Paket. Bitte beachte die verlängerte Lieferzeit.';
}*/


/** ========================================================================== RELATED */

#related_products {
	padding-top: 20px;
	overflow: hidden;
	background: #1f1f1f;
	background: linear-gradient(100deg, rgba(31,31,31,1) 0%, rgba(0,0,0,1) 100%);
	position: relative;
}
#related_slider { 
	overflow: visible !important;
}
#related_slider.slick-slider { 
	background: none; 
}
#related_slider article { 
	padding: 20px;
}
#related_slider .title { 
	padding-top: 1em;
}
#related_products h2, 
#related_products h3 {
	font-size: 12px;
	color: #fff; 
	text-transform: uppercase;
	margin-bottom: 0;
}


/* ========================================================================== PRODUCTS OVERVIEW */

.product_overview_intro {
	padding: 5em 0;
}
.product_overview_intro .title h1 {
	font-weight: 900;
	line-height: .8em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	text-align: center;
	font-size: 9vw;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding: 1em 0 0 0;
	margin-bottom: 0;
	color: #141010 !important;
}
.product_overview_intro .subline {
	text-align: center;
}
.product_overview_intro .info_button {
	padding: 0 0 2em 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}
.product_overview .product {
	padding: 0;
}

.product_overview .product .overview-atc {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
	
	background: rgba(255, 255, 255, 0.5) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(15px) !important;
}

.product_overview .product .overview-atc-inner {
	padding: 16px;
}

.product_overview .product:hover .overview-atc {
	opacity: 1;
}
.overview-atc .single_variation_wrap .quantity {
	display: none !important;
}
.overview-atc .variations input[type="radio"] {
	width: 30px;
	height: 30px;
}
.overview-atc .variations input[type="radio"] + label {
	height: 30px !important;
}
.overview-atc .variations .value label {
	width: 30px;
	height: 30px;
	margin-left: -30px !important;
	line-height: 30px;
}
.overview-atc button, .overview-atc .button {
	/*line-height: 1em !important;*/
	padding: .5em !important;
	margin-bottom: 0 !important;
}

.product_overview .product .image,
#related_slider .product .image {
	position: relative;	
}
.product_overview .product h1,
.product_overview .product h2 {
	font-family: 'cairo', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
	
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.product_overview .product h1 .subtitle:before {
	content: ' – ';
}
.product_overview .product h2 {
	font-weight: 400;
}
.product_overview_inner .content {
	min-height: 5em;	
} 
.product_overview_inner .oos { 
	font-size: 12px;
} 
.product_overview_inner .image {
	box-sizing: border-box;
	margin-bottom: 1em;
}
.feat {
	position: absolute;
	top: 0;
	right: 0;
	
	display: none;
}
.feat_icon {
	font-family: 'Font Awesome';
}
.feat_icon:before {
	font-size: 25px;
	line-height: 1em;
	color: #EBEBF0; 
	color: #fff; 
	display: inline-block;
	padding: .5em;	
	content: '\f004';
	content: '\f714';
}
#product_display .feat {
	position: relative;
	padding-bottom: .2em;
}
#product_display .feat,
#product_display .feat_icon:before{
	color: #EBEBF0; 
}

#product_display .feat span {
	font-size: 12px;
	line-height: 5em;	
	font-weight: 700;	
	padding-left: .2em;
	text-transform: uppercase;
}
#product_display .feat_icon {
	float: left;
	margin-left: -.8em;
}


/* ========================================================================== ACC */

.acc_element {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.acc_element:hover {
	cursor: pointer;
}
.acc_element:hover h3 {
	color: #EBEBF0;
}
.acc_element.active {
	padding-top: 1em;
}
.acc_element.active .acc_trigger {
	color: #EBEBF0;
}

.acc_element .text.teaser p {
	padding-bottom: 0;
}
.acc_trigger {
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.acc_trigger:hover {
	color: #EBEBF0 !important;
}
.acc_element :hover,
.acc_trigger :hover {
	cursor: pointer;
}
.acc-content {
	display: none;
	clear: both;	
}
.closed { 
	display: inline-block;
}
.open { 
	display: none;
}


/* ========================================================================== FOOTER NAVIGATION */

footer {
	font-size: 12px;
	font-weight: 700;
	color: #808080;
	background: linear-gradient(100deg, rgba(31,31,31,1) 0%, rgba(0,0,0,1) 100%);
	padding-top: 2rem;
	clear: both !important;
	width: 100%;
	height: 400px;
	margin-top: -400px;
	line-height: 1.5rem;
}
#footer_inner {
	padding-top: 2rem;
}
#footer-navigation ul {
	list-style: none outside none; 
    margin: 0; 
	padding: 0;
}
#footer-navigation li {
	line-height: 30px;
	padding-left: 0px;
	box-sizing: border-box;	
}
#footer-navigation li a,
#footer_inner .label {
	font-family: 'futura-pt', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #808080; 
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: .5rem;
}
#footer-navigation a:hover  {
	color: #EBEBF0 !important;
	cursor: pointer;
}
#footer-navigation .sub-menu li {
	width: 100%;
	margin-top: 0; 
	padding-left: 0;
}
li.bold > a { 
	font-weight: 400;	 
} 
li.bold { 
	padding-top: 8px !important; 
}
#footer_payment .icon,
#footer_delivery .icon {	
	background-repeat: no-repeat !important;
	background-size: contain !important;
	height: 30px;
	width: 50px;
	margin: 1em 1em 0 0;
	display: inline-block;
	
} 
#footer_payment .paypal {
	background-image: url(img/payment_icons/paypal-card.svg);
}
#footer_payment .mastercard {
	background-image: url(img/payment_icons/mastercard-card.svg);
}
#footer_payment .visa {
	background-image: url(img/payment_icons/visa-card.svg);
}
#footer_payment .amex {
	background-image: url(img/payment_icons/amex-card.svg);
}
#footer_payment .apple-pay {
	background-image: url(img/payment_icons/applepay-card.svg);
}
#footer_payment .klarna {
	background-image: url(img/payment_icons/klarna-card.svg);
}
#footer_delivery .dhl {
	background-image: url(img/payment_icons/dhl-card.svg);
}
#footer_delivery {
	margin-top: 1rem;
}


.menu-social-navigation-container {
	display: inline;
}

#footer_social ul li {
	display: inline-block;
	padding-right: 2em;
	margin-top: .5em;

}
#footer_social ul li a {
	font-size: 30px;
	color: #808080; 
}
.social_navigation ul li:hover {
	cursor: pointer;
}
.social_navigation ul li:hover a {
	color: #EBEBF0 !important;
}
.social_navigation a {
	font-family: 'Font Awesome Brands';
	font-size: 23px;
	line-height: 40px;
	color: #fff;
}
.social_navigation a[href*="facebook.com"]::before {	
	content: "\f082";
}
.social_navigation a[href*="instagram.com"]::before {	
	content: "\f16d";
}	
.social_navigation a[href*="youtube.com"]::before {	
	content: "\f167";
}
.social_navigation a[href*="vimeo.com"]::before {	
	content: "\f27d";
}
footer #c {
	padding-top: 4em;
}


/** ========================================================================== BUTTONS ETC */

button,
.button, 
input[type="button"], 
.input.button,
input[type="submit"],
input.submit,
.edit {
	font-family: 'futura-pt', sans-serif;
	font-size: 16px !important;
	font-style: normal !important;
	color: #EBEBF0;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-indent: 0 !important;
	width: 100%;
	background-color: #000;
	border: 1px solid #000;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	border-radius: 0 !important;
	
	display: inline-block;
	line-height: 1.5em !important;
	padding: 1em !important;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button:hover,
button:active,
.button:hover, 
.button:active, 
.edit:hover, 
.edit:active,
input[type="button"]:hover, 
input[type="submit"]:hover,
.wpcf7-submit:hover {
	border: 1px solid #EBEBF0;
	color: #000;
	background-color: #EBEBF0;
	cursor: pointer !important;		
}
.product-remove a.remove,
.woocommerce a.remove {
	font-size: 1px !important;
 }
.woocommerce a.remove:hover {
	color: #141010 !important;
}
.woocommerce a.remove:before {
	font-family: 'Font Awesome';
	content: '\f00d';
	color: #141010;
	font-size: 14px;	
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.woocommerce a.remove:hover:before {
	color: red;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-family: 'futura-pt', sans-serif;
	font-size: 16px !important;
	font-style: normal !important;
	color: #EBEBF0 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-indent: 0 !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	border-radius: 0 !important;
	
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 1em !important;
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, 
.woocommerce a.button:hover, .woocommerce a.button:active, 
.woocommerce button.button:hover,.woocommerce button.button:active, 
.woocommerce input.button:hover.woocommerce input.button:active {
	border: 1px solid #EBEBF0 !important;	
	color: #000 !important;	
	background-color: #EBEBF0 !important;	
	cursor: pointer !important;	
}
.product-remove a.remove:hover, .product-remove a.remove:active {
	color: #af424b !important;
	border: none !important;
	background: none !important;
	cursor: pointer !important;
}
#cta {	
	text-align: center;
	pointer-events: auto !important;
}
.cta_wrap {
	width: auto;
	min-height: 40px;
	display: inline-block ;
	margin-bottom: 2em;
}
#product_cta, 
.cta_wrap .btn {
	z-index: 9;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	height: 100%;
	display: block;
}
#product_display .cta_wrap .btn {
	border: 1px solid #fff;
}
.cta_wrap .btn { 	
	line-height: 40px;
}
#product_cta:hover,
.cta_wrap .btn:hover {
	cursor: pointer;
}

#front_cta {
	position: absolute;
	bottom: 0;
	width: 100vw;
	margin-bottom: 2em;
}
.cta {
	position: relative;
	text-align: center;
	pointer-events: auto !important;
	margin: 0 auto;
	width: auto;
	min-height: 40px;
	display: inline-block ;
	margin-bottom: 2em;
}
.cta .btn { 	
	z-index: 9;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #EBEBF0;
	text-transform: uppercase;
	border: 1px solid #EBEBF0;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: transparent;
	height: 100%;
	display: block;
	
	margin: 0 auto;
}
.cta .btn:hover { 
	color: #fff;
	border: 1px solid #fff;
}
#intro .button { 
	font-family: 'futura-pt', sans-serif;
	font-size: 24px !important;
	color: #fff;
	border: none;
	font-weight: 700 !important;
	line-height: 1em !important;
	padding: .5em !important;
}
/*
#intro .button:hover { 
	color: #141010 !important;
	background-color: #000 !important;
}*/


/** ========================================================================== INPUT ETC */

select, input, textarea {	
	color: #141010 !important;
	font-size: 16px !important;
	line-height: 1.5em !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 1em !important;
	margin: 0 !important;
	width: 100%;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #fff;
	border: 1px solid #141010 !important;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0;
	box-sizing: border-box;
	-webkit-transition-duration: 0.2s !important;	
    -moz-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}
select,
select:active,
select:checked,
select:hover,
select:focus {
	border-radius: 0 !important;
	display: inline-block !important;
	line-height: 1.5em !important;
	padding: 0.5em 3.5em 0.5em 1em !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #141010 50%),
		linear-gradient(135deg, #141010 50%, transparent 50%),
		linear-gradient(to right, #141010, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}
input:hover, 
input:checked { 
	border: 1px solid #141010 !important;	
	background: none !important;
	color: #141010 !important; 
}
input:active, 
input:focus {
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	background: none !important;	
	border: 1px solid #141010 !important;	
	color: #141010 !important;
} 
textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"] {
	color: #141010 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
	width: 100% !important;
	vertical-align: middle !important;
	box-sizing: border-box
}
input[type="number"] {
	min-width: 80px !important;
	text-indent: 0px !important;
	text-align: center !important;
	padding: 0.5em 0.5em 0.5em 0.5em !important;
}
.allcheckout input[type="number"] {
	font-weight: 400 !important;
}
input[type="radio"], 
input[type="checkbox"], 
.input-checkbox {	
	font-family: 'Font Awesome';
	font-size: 22px !important;
	
	display: inline;
	background: none !important;
	border: none !important;
	padding-left: 0 !important;
}
input[type="radio"]:before, 
input[type="checkbox"]:before, 
.input-checkbox:before {
	content: '\f0c8';
	color: #EBEBF0;
}
input[type="radio"]:checked:before, 
input[type="checkbox"]:checked:before, 
.input-checkbox:checked:before { 
	content: '\f00c';
	color: #EBEBF0
}
input[type="radio"]:hover:before, 
input[type="checkbox"]:hover:before, 
.input-checkbox:hover:before  { 
	color: #141010 !important; 
}
 

/** ========================================================================== SELECT2 */	

.select2,
.select2-container--default,
.select2-selection__rendered,
.select2-selection--single {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-op-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
    border-radius: 0 !important;

	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	
	background: none !important;
	border: none !important;
	outline: none !important;
	display: inline-block;
	
	font-size: 16px !important;
	color: #141010 !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
	text-indent: 0;
	height: 32px;
}
.select2-selection--single {
	border: 1px solid #141010 !important;
	height: 42px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	color: #141010 !important;
	font-size: 16px !important;
	line-height: 35px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
}
.select2-container--default.select2-container--open,
.select2-search--dropdown,
.select2-results__options {
	background-color: #ededed !important;
}
input.select2-search__field   {
	background: #fff !important;
}
.select2-selection__arrow {
	height: 40px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #af424b !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #af424b !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #141010 !important;
	color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #141010 transparent transparent transparent !important;
	border-width: 5px 5px 0 5px !important;
	margin-left: -15px !important;
}


/** ========================================================================== SIDE CART */ 

.xoo-wsc-container, .xoo-wsc-slider {
	width: 100% !important;
}
.xoo-wsc-header,
.xoo-wsc-footer, 
.xoo-wsc-body, 
.xoo-wsc-body span.amount {
	color: #141010 !important;
}

span.xoo-wsch-close {
	font-size: 22px !important;
}
span.xoo-wsch-close:hover {
	color: #EBEBF0;
}
.xoo-wsc-basket {
	display: none !important;
}
.xoo-wsch-text {
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.xoo-wsc-ship-bar-cont {
	text-align: left !important;
	margin-left: 8px;
}
.xoo-wsc-sb-bar {
	width: 100% !important;
}
.xoo-wsc-ftx-icon {
	display: none !important;
}
.xoo-wsc-ft-extras {
	font-weight: 700;
	/*color: #EBEBF0;*/
}
input[type="number"].xoo-wsc-qty, 
.xoo-wsc-qtb-square {
	border-width: 0 !important;
	border: 1px solid #141010 !important
}
.xoo-wsc-sl-apply-coupon input {
	margin-bottom: 1rem !important;
}
a.xoo-wsc-ft-btn-checkout,
a.xoo-wsc-ft-btn-continue,
.xoo-wsc-body a.button {
	font-family: 'futura-pt', sans-serif;
	border: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 1.5em !important;
	color: #EBEBF0 !important;
	background: #141010 !important;
	padding: 1em !important;
}
a.xoo-wsc-ft-btn-checkout:hover,
a.xoo-wsc-ft-btn-continue:hover,
.xoo-wsc-body a.button:hover {
	background: #EBEBF0 !important;
	color: #000 !important;
}

.xoo-wsc-empty-cart a.button { display: none !important;}

.xoo-wsc-cart-active .xoo-wsc-opac {
	background: rgba(255, 255, 255, 0.5) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(15px) !important;
	opacity: 1 !important;
}
.xoo-wsc-sm-sales { display: none !important; }	
.xoo-wsc-body {
	overflow: hidden !important;
}
.xoo-wsc-ft-btn-checkout {
	font-weight: 700 !important;
	background: #EBEBF0 !important;
	color: #fff !important;
	border: none !important;
}
.xoo-wsc-ft-btn-checkout:hover,
.xoo-wsc-ft-btn-checkout:active {
	background: #141010 !important;
	border: none !important;
}
.xoo-wsc-qty-box {
	position: relative;
	max-width: 10em !important;
}
input[type="number"].xoo-wsc-qty, 
.xoo-wsc-qtb-square {
	border: none !important;
}
.xoo-wsc-qty-box .xoo-wsc-qtb-square,
.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
	position: relative;
	max-width: 100% !important;
	height: 40px;
	font-weight: 700 !important;
}
span.xoo-wsc-chng {
	position: absolute;
	z-index: 9;
	height: 40px;
	width: 40px;
	font-family: 'Font Awesome';
	font-size: 1px !important;
	color: #fff;
	justify-content: unset !important;
}
.xoo-wsc-minus {
	left: 0;
}
.xoo-wsc-plus {
	right: 0;
}
.xoo-wsc-minus:before,
.xoo-wsc-plus:before {
	font-size: 16px !important;
	line-height: 40px !important;
	color: #141010 !important;
}
.xoo-wsc-minus:before {
	content: '\f068';
}
.xoo-wsc-plus:before {
	content: '\f067';
}
.xoo-wsc-smr-ptotal {
	height: 40px;
	line-height: 40px;
}
.xoo-wsc-ft-amt.less {
	color: #EBEBF0 !important;
}
#footer_payment.sidecart {
	padding: 2em 0;
	margin: 0 auto;
}
.xoo-wsc-footer {
	padding: 10px 30px !important;
}

/** ========================================================================== CONTACT FORM */ 

#contactform { 
	padding-top: 3.5em;
}
#contactform .screen-reader-response { display: none; }
.wpcf7 p {	
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 1em;
}
.wpcf7-mail-sent-ok {
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: #141010 !important;
	text-transform: uppercase !important;
	border: none !important;
 	background: rgba(160,210,195,0.1) !important;
}
.wpcf7-mail-sent-ok:before {
	font-family: 'Font Awesome' !important;
	content: " " !important;
	color: #141010 !important;
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	font-style: normal !important;
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	color: #EBEBF0 !important;
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	border: none !important;
	border-top: none !important; 
	background: none !important; 
}
.wpcf7-validation-errors:before,
.wpcf7-not-valid-tip:before {
	clear: both;
	content: ' ';
	display: table
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	color: #b81c23 !important;
	text-transform: uppercase !important;
	border: none !important;
	background: none !important;
	text-align: left !important;
}
.wpcf7-response-output {
	padding-top: 10px !important;
	padding-bottom: 40px !important;
	text-align: left !important;
}
.wpcf7 input[type="file"] {
	border: none !important;
}
.wpcf7 .files {
	border: 1px solid #141010;
}
.ret-form-block  {
	padding-top: 2em;
	padding-bottom: 2em;
}
.wpcf7-field-group {
	padding: 3em 0;
	clear: both;
}
.ret-form-row {
	padding-bottom: 2em;
 }
.wpcf7-field-group-remove,
.wpcf7-field-group-add {
	width: auto;
	height: 40px;
	float: left;
	margin-right: 1rem;
	line-height: 10px !important;
}
.wpcf7-field-group-add:after {
	padding-left: 1em;
	content: 'weiteren Artikel hinzufügen';
}


/** ========================================================================== THICKBOX */

#TB_overlay {
	z-index: 9999 !important;
	background: rgba(255, 255, 255, 0.5) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(15px) !important;
	opacity: 1 !important;
}
	
#TB_window {
	box-shadow: none !important;
	z-index: 9999 !important;
	top: 10vh !important;
	left: 25vw !important;
	width: 50vw !important;
	height: 80vh !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	
	-webkit-transition: all 0.2s ease-out;	
	-moz-transition: all 0.2s ease-out;	
	-ms-transition: all 0.2s ease-out;	
	-o-transition: all 0.2s ease-out;	
	transition: all 0.2s ease-out;	
}
#TB_ajaxContent {
	width: 100% !important;
	height: 80vh !important;
	box-sizing: border-box;
	background: #fff;
	padding: 0 !important;
}
#TB_ajaxContent .video {
	padding: 0 !important;
}
#TB_ajaxContent .text {
	padding: 2em !important;
}
#TB_ajaxContent p { padding: 0 !important; }
.thick_top_image {
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1px;
	margin-bottom: 2rem;
}
.thick_top_image img {
	width: 100%;
	height: auto;
	
}
#TB_ajaxContent .title {
	margin-bottom: 2rem;
}
#TB_ajaxContent h1 {
	font-size: 30px;
	margin-bottom: 2em;
}
#TB_ajaxContent h2,
#TB_ajaxContent .title p {
	font-size: 16px;
	text-align: center;
	text-transform: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
#TB_ajaxContent p {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 1em !important;
}
#TB_window img#TB_Image {
	border-right: none !important;
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
	-webkit-box-shadow: 5px 5px 9px -2px rgba( 0, 0, 0, 0.2 )!important;
	box-shadow: 5px 5px 9px -2px rgba( 0, 0, 0, 0.2 ) !important;
}
#TB_window a, #TB_window a:hover {
	text-decoration: none !important;
	border: none !important; 
}
#TB_Image {
	border: none !important; 
	margin: 0 !important;
    max-width: 2500px !important;;
}
#TB_title {
	background: #fff !important;
	border: none !important;
	height: auto !important;
	
	position: absolute;
	right: 0;
	z-index: 9;
}
#TB_closeWindowButton {
	right: 1em !important;
	top: 1em !important;
	width: 30px !important;
	height: 30px !important;
}
.screen-reader-text {
	display: none !important;
}
.tb-close-icon{
	color: #141010 !important;
	width: 30px !important;
	height: 30px !important;
	 	
	-webkit-transition: all 0.2s ease-out;	
	-moz-transition: all 0.2s ease-out;	
	-ms-transition: all 0.2s ease-out;	
	-o-transition: all 0.2s ease-out;	
	transition: all 0.2s ease-out;	
}
.tb-close-icon:hover{
	color: #EBEBF0 !important;
}
.tb-close-icon:before {
	font: 30px 'Font Awesome' !important;
	font-weight: normal !important;
	content: '\f00d' !important;
}
#TB_caption,
#TB_load, 
#TB_ajaxWindowTitle {
	display: none !important;
}


/** ========================================================================== IMAGES */

img,
a img,
.alignleft a,
.alignright a,
.aligncenter a,
.alignnone a {
	border: none !important;
}
p img {
	max-width: 100%;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
.alignleft,
.alignright {
	width: 70% !important;
	height: auto;
	margin-top: 0;	
	margin-left: 0;	
	padding-top: 1em;
	padding-bottom: 1em;
	box-sizing: border-box;
}
.alignleft {
	float: left;
	margin-right: 8.667%;
	margin-left: -25%;
}
.alignright {
	float: right;	
	margin-left: 8.667%;
	margin-right: -25%;
}
.alignleft img,
.alignright img,
.aligncenter img {
	width: 100%;
	height: auto;
}
.aligncenter {
	width: 70% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.alignnone {
	width: 100%;
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.wp-caption-text {
	font-family: 'futura-pt', sans-serif !important;
	font-size: 14px !important;
	border: none;
	text-align: right;	
	padding-top: 1em;
} 
.alignleft .wp-caption-text {
	text-align: right;
	padding-left: 20%;

}
.alignright .wp-caption-text {
	text-align: left;
	padding-right: 20%;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
iframe{
	width: 100%;
}

	
#offogallery {
	line-height: 0px;
}
	
#offogallery.slick-initialized .slick-slide,
#offogallery.slick-initialized .portrait,
#offogallery.slick-initialized .landscape {
	height: 75vh;
	object-fit: cover;
	width: 100%;
}


/** ========================================================================== CMPLZ COOKIE INFO */

.cmplz-cookiebanner {
	z-index: 999999 !important;
	position: fixed !important;
	margin: 0 !important;
	padding: 2rem 4.3332% !important;
	border: none !important;
	border-radius: 0 !important;
	width: 100% !important;
	background: #fff !important;
	
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	
	-ms-transform: translateX(0) translateY(0) !important;
	transform: translateX(0) translateY(0) !important;
	grid-gap: 0 !important;
}

.cmplz-cookiebanner .cmplz-logo,
.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-close {display: none !important;}

.cmplz-cookiebanner .cmplz-message {
	font-size: 14px !important;
	color: #000 !important;
}
.cmplz-btn {
	border-radius: 0 !important;
	line-height: 0.4em !important;
	
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.cmplz-btn.cmplz-accept {
	background-color: #000 !important;
	border: 2px solid #000 !important;
	color: #EBEBF0 !important;
}
.cmplz-btn.cmplz-accept:hover {
	background-color: #EBEBF0 !important;
	border: 2px solid #EBEBF0 !important;
	color: #000 !important;
}

.cmplz-btn.cmplz-view-preferences,
.cmplz-btn.cmplz-save-preferences,
.cmplz-btn.cmplz-deny {
	background-color: transparent !important;
	border: 1px solid #b2b2b2 !important;
	color: #b2b2b2 !important;
}
.cmplz-btn.cmplz-view-preferences:hover,
.cmplz-btn.cmplz-save-preferences:hover,
.cmplz-btn.cmplz-deny:hover {
	background-color: transparent !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}
.cmplz-cookiebanner .cmplz-link {
	color: #000 !important;
	border-bottom: 1px solid #000 !important;
	text-decoration: none !important;
}
.cmplz-cookiebanner .cmplz-link:hover {
	color: #EBEBF0 !important;	
	border-bottom: 1px solid #EBEBF0 !important;
	text-decoration: none !important;
}
.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
	width: 0 !important;
}
#cmplz-manage-consent  {display: none !important;}

@media only screen and (max-width: 768px) { 
	.cmplz-cookiebanner .cmplz-links {
		padding-top: 2em !important;
	}
}


/** ========================================================================== WOOCOMMERCE */	

#username, 
#password_1, 
#password_2 {
	text-transform: none !important;
}
.message {
	margin-bottom: 20px;
	text-align: center;
}
.woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce-error li, 
.woocommerce-error li a, 
.woocommerce-message a {
	font-size: 14px !important;
	text-transform: none;
	font-weight: 400 !important;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 1em;
	list-style: none;
}
.woocommerce-info strong,
.woocommerce-error strong {
	text-transform: none;
	font-weight: 400;
	color: #000;
}
.woocommerce-info,
.woocommerce .woocommerce-message {
	color: #141010 !important;	
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.woocommerce-message:before {
	content: " " !important;
}
.woocommerce-error {
	color: #b81c23 !important;
	border: none !important;
 	background: rgba(184,28,35,0.1) !important;
	text-align: left;
	padding: 10px !important;
	list-style: none;
}
.woocommerce-error li, 
.woocommerce-error li a, 
.woocommerce-message a {
	
}
.woocommerce-error:before {
	content: " " !important;
}
.content-wrapper .woocommerce-message,
.content-wrapper .woocommerce-error {
	width: 100%;
	padding-left: 24px !important;
	padding-right: 24px !important;
	box-sizing: border-box;
}
.woocommerce-error li,
.woocommerce-message li {
	padding-left: 16px !important;
}
.woocommerce .woocommerce-info {
  	padding-top: 16px !important;
  	padding-bottom: 16px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	border-top: 0px solid #EBEBF0 !important; 
	background: #EBEBF0 !important;
	color: #141010 !important;
	text-transform: uppercase;
	
	box-sizing: border-box;
}
.woocommerce .woocommerce-info:before {
	content: ' ' !important;
}
.woocommerce-variation-availability {
	display: none;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
	content: '' !important;
}

.added_to_cart { display: none;}


/** ========================================================================== WOOCOMMERCE / MY ACCOUNT */	

.woocommerce form {
	border: none !important;
	padding: 0 !important;
}
.woocommerce-MyAccount-navigation {
	width: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
	text-align: center;
}	
.woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	padding-bottom: 0;
}
.woocommerce-MyAccount-navigation li {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0;
	padding-right: 2em;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}		
.woocommerce-MyAccount-navigation li,
.woocommerce-MyAccount-navigation a {
	text-transform: uppercase;
	font-weight: 400;
}	
.woocommerce-MyAccount-navigation .is-active a {
	color: #EBEBF0 !important;
}
.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads { 
	display: none !important;
}
.woocommerce-MyAccount-content  { 
	width: 100% !important;
	float: left !important;
	box-sizing: border-box;
}
.woocommerce-MyAccount-content p { font-size: 16px}		

.woocommerce-Address-title.title {
	padding-top: 24px;
	padding-left: 0 !important;	
}
.woocommerce-Address-title.title .edit {
	clear: both; 
	float: left !important;
	margin-bottom: 24px;
}
.woocommerce-Address address {
	clear: both; 
	float: left; 
}
.woocommerce-Address,
address {
	font-size: 16px !important;
	line-height: 1.35em !important;
	font-style: normal;
	border: none !important;
	padding: 0 !important;
}
.woocommerce-order-details {
	padding-top: 48px;
}
.woocommerce-customer-details--email {
	font-size: 16px !important;
	line-height: 1.35em !important;
	font-style: normal;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce-customer-details--email::before {
	content: '' !important;
}


/** ========================================================================== WOOCOMMERCE / CART */	

.cart-collaterals {
	margin-top: 40px !important;
}
.cart-collaterals h2 {
	margin-bottom: 20px !important;
}
.coupon {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
} 
.coupon .input-text {
	width: 70% !important;
	float: left !important;
}
.coupon .button {
	width: 25% !important;
	float: right !important;
}
.cart_totals p.wc-gzd-additional-info,
.wc-gzd-additional-info.small-business-info {
	font-size: 13px;
	border: none;
}
.woocommerce ul#shipping_method li label { }
 

/** ========================================================================== WOOCOMMERCE / CHECKOUT */	

.allcheckout .clear {clear: none !important; }

.woocommerce-message { display: none;}

.woocommerce-form-coupon-toggle,
.woocommerce-additional-fields { display: none;}
.allcheckout h2,
.allcheckout h3 {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-align: left;
	margin-top: 4em;
	margin-bottom: 2em;
}
.allcheckout .product-thumbnail,
.woocommerce-cart table.cart img {
	min-width: 50px !important;
	width: 50px !important;
}
.allcheckout .units-info {
	display: none !important;
}
.allcheckout #customer_details {
	width: 48% !important;
	float: left;
	clear: none !important;
}
.allcheckout #order_review {
	width: 48%;
	float: right;
}
.allcheckout .col2-set {
	width: 48%;
}
.allcheckout #customer_details.col2-set .col-1,
.allcheckout #customer_details.col2-set .col-2 {
	width: 100% !important;
}
#customer_details .col-2 {
	float: left;
	clear: both;
}
#ship-to-different-address { 	
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: none !important;
}
#order_review_heading {
	padding-top: 60px;
}
#ship-to-different-address { 	
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: none !important;
}
#order_review_heading {
	padding-top: 60px;
}
#place_order {
	font-size: 20px !important;
	font-weight: bold !important;
	border: none !important;
	background-color: #141010 !important;
	color: #EBEBF0 !important;
}
#place_order:hover {
	background-color: #EBEBF0 !important;
	color: #141010 !important;
	cursor: pointer !important;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-radius: 0px;
}	
.woocommerce table.shop_table {
	border: 0px !important;
}	
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table th,
.woocommerce table.shop_table li {
	line-height: 2em !important;
}	
.payment_box {
	background: #EBEBF0 !important; 
}	
.payment_box:before {
	border: 1em solid #EBEBF0 !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}	
.woocommerce-billing-fields, .woocommerce-checkout-payment {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 20px !important;
	border-radius: 0 !important;
	border: none !important;
	background: none !important;
}
.woocommerce .woocommerce-checkout-review-order-table {	
	background: #fff !important; 
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 400 !important;
}
.woocommerce table {
	-webkit-border-horizontal-spacing: 0px !important;
	-webkit-border-vertical-spacing: 0px !important;
}
.woocommerce th {
	font-weight: 400 !important;
	text-transform: uppercase !important;
}
.order-total {
	color: #141010 !important;
	background: #fff !important;
}
.order-total .amount {
	font-size: 26px !important;
	line-height: 26px !important;
	font-weight: 400 !important;	
}
.cross-sells {display: none;}

.woocommerce-cart-form__cart-item a { border: none !important; }

.about_paypal {display: none;}
#payment .payment_method_paypal img { float: right; }


/* CART AUTO UPDATE & MESSAGE */
.woocommerce button[name='update_cart'] {
	display: none !important;
}

.woocommerce .blockUI.blockOverlay {
	width: 100vw !important;
	height: 100vh !important;
	position: fixed !important;

	background: none !important;
}


/** ========================================================================== WOOCOMMERCE / ORDER RECEIVED */	

.woocommerce-order h3 {
	font-size: 16px !important; 
	margin-bottom: 1.35em !important;
}
.woocommerce-order p.woocommerce-thankyou-order-received {
	font-size: 24px !important;
	margin-bottom: 1.35em !important;
	text-transform: uppercase;
	font-weight: bold;
}
.woocommerce ul.order_details li,
.woocommerce ul.order_details li strong {
	font-size: 16px !important;
	line-height: 1.5em !important;
	margin-bottom: 1.35em !important;
}
.woocommerce ul.order_details li {
	margin-right: 1em !important;
	padding-right: 1em !important;
}
.woocommerce-checkout .shop_table {
	background-color: #EBEBF0 !important;
}


/** ========================================================================== ATC SLIDER */	

html.atc_slider_active {
	overflow: hidden !important;
}
#atc_slider_wrapper,
#atc_slider_close {
	display: none;
}


@media only screen and (max-width: 600px)  {
	#atc_slider_wrapper {
		display: block;
	}
	#atc_slider_btn_container {
		position: fixed;
		bottom: 20px;
		width: 100%;
		z-index: 999;
		-moz-transition: all.5s ease;
		-webkit-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
	}
	.atc_slider_active #atc_slider_btn_container {
		bottom: 100px;
	}
	#atc_slider_container {
		height: auto;
		width: 100%;
		position: fixed;
		left: 0; 
		bottom: -500px;
		z-index: 1001;

		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}
	.atc_slider_active #atc_slider_container {
		bottom: 0;
	}
	#atc_slider_content {

		z-index: 1000;
		position: relative;
		padding: 5%;
		height: auto;
		overflow-y: scroll;
		background: #fff;
		display: block;
	}

	#atc_slider_overlay {
		height: 100%;
		display: none;
		position: fixed;
		top: 0; 
		left: 0;
		width: 100%;
		z-index: 999;
		background: rgba(255, 255, 255, 0.5) !important;
		-webkit-backdrop-filter: blur(10px) !important;
		backdrop-filter: blur(15px) !important;
	} 
	.atc_slider_active #atc_slider_close {
		display: block;
		font: 700 normal 16px/20px 'Font Awesome';
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		right: 0;
		background: none;
		z-index: 1001;
		cursor: pointer;
		text-align: center;
		padding: 15px;
	}
	#atc_slider_close:before {
		content: "\f00d";
	}	
	#atc_slider_close:hover {
		color: #EBEBF0;
	}	

}


/* ========================================================================== RESPONSIVE */

@media only screen and (max-width: 1024px) { 

	.single-product .main-navigation li a {
		text-shadow: 0 0 35px #fff;
	}
	.postslider.intro .button {
		margin-bottom: 0 !important;
	}
	#product_display #product_purchase h1 {
		margin: 0;
	}
	#TB_window {
		top: 10vh !important;
		left: 15vw !important;
		width: 70vw !important;
		height: 80vh !important;
	}

}
 
@media only screen and (max-width: 768px) { 

	#fixhead {
		top: 25px;
	}
	#fixhead .col.left {
		width: 100%;
		padding-left: 0;
		margin: 0 auto;
		float: none;
	}
	#fixhead .col.right {
		display: none;
	}
	.logo {
		margin: 20px auto;
	}
	#infoheader {
		text-align: center;
		top: 0;
		line-height: 25px;
		z-index: 9999;
		color: #141010;
		background: #fff;
	}	
	.postslider_inner.top {
		background-position: right;
		background-size: 300%;
	}
	.postslider h2, .postslider p {
		font-size: 20px;
	}
	.postslider .style_2 .top_content,
	.postslider .style_3 .top_content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.postslider .style_2 #cta,
	.postslider .style_3 #cta {
		 width: 100%;
	}
	.product_overview .product .overview-atc {
		opacity: 1;
		display: none;
	}
	footer {
		padding-bottom: 200px;
	}
	#product_display { 
		width: 100%;
	}
	#main_inner {
		padding-bottom:  800px;
	}
	footer {
		height: 800px;
		margin-top: -800px;	
	}
	#footer_navigation,
	#footer_delivery,
	#footer_social {
		margin-top: 2em;
	}	
	#footer-navigation li {
		width: 50%;
	}
	.woocommerce-MyAccount-navigation {
		position: relative;
		top: auto;
		left: 0;
		right: auto;
		float: left !important;
		padding-bottom: 2em;
	}

	
}


@media only screen and (max-width: 600px) {
	
	#fixhead {
		top: 0;
	}
	#fixhead .col.left {
		padding-left: 0;
		margin: 0 auto;
	}
	.logo {
		width: 150px;
		margin: 10px auto;
	}
	#infoheader {
		bottom: 0;
		top: auto;
	}
	.postslider.intro .title h1, 
	.postslider.intro .title h1 span {
		font-size: 50px;
	}
	.postslider h2, .postslider p {
		font-size: 30px;
	}
	#intro .slick-prev, .postslider.intro .slick-next {
		display: none !important;
	}
	.text.l, 
	.text.l p,
	#product_overview_intro .subline {
		font-size: 24px;
	}	
	#series_nav {
		display: none;
	}
	.cleanform .mc-field-group.email,
	.cleanform input[type="submit"] {
		width: 100% !important;
		float: left !important;
		clear: both !important;
	}
	.product_overview_intro {
		padding: 2em 0;
	}
	.product_overview_intro .title h1 {
		line-height: 1em;
		font-size: 45px;
	}
	.product_overview_inner .content {
		/*min-height: 2em;*/
		min-height: 120px;
	}
	.product_overview .product,
	.product_overview_inner {
		margin-top: 0;
	}
	.product_overview .product h1 .subtitle:before {
		content: '';
	}.product_overview .product h1 .subtitle {
		float: left;
		width: 100%;
	}
	.product_overview .feat_icon:before {
		font-size: 16px;
	}
	#product_display #product_title h1 {
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}
	#preview_content .col.right.c6 {
		padding: 2em;
	}
	#product_display,
	#product_display #product_display_left,
	#product_display #product_display_right {
		padding: 0;
		
	}
	#product_display #product_display_right_content {
		padding-top: 2em;
		padding-bottom: 0;
	} 
	#product_display #product_display_left .portrait {
		width: 100%;
		float: none;
	}
	#offogallery .landscape {
		width: 100%;
		float: none;
	}
	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		width: 100% !important;
		margin: 0 auto;
	}
	.woocommerce-message a.button, 
	.woocommerce-error a.button, 
	.woocommerce-info a.button {
		display: block !important;
		padding: 0 !important;
	}
	.woocommerce-error li, 
	.woocommerce-message li {
		padding-left: 0 !important;
	}
	.coupon .input-text,
	.coupon .button {
		width: 100% !important;
		float: left !important;
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.coupon .input-text,
	.coupon .button {
		width: 100% !important;
		float: left !important;
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.col2-set .col-1,
	.col2-set .col-2 {	
		width: 100% !important;
		float: left !important;
	}
	.allcheckout h2, 
	.allcheckout h3 {
		min-height: 20px;
		padding-top: 20px;
	}
	.allcheckout #customer_details,
	.allcheckout #order_review {
		width: 90% !important;
		float: none;
		clear: both !important;
		margin: 0 auto;
	}
	footer {
		height: auto;
		margin-top: 0;
	}
	#main_inner {
		padding-bottom: 0; 
	}
	#footer-navigation li {
		width: 100%;
		text-align: center;
	}
	#footer-navigation li a,
	#footer_info {
		font-size: 16px;
		line-height: 40px;
	}
	#footer-navigation::before,
	#footer-navigation::after {
	  content: " ";
	  display: table;
	} 
	#footer-navigation::after {
	  clear: both;
	}
	#footer_info {
		width: 100%;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#footer_delivery,
	#footer_payment,
	#social_navigation,
	#social_navigation ul,
	#footer_social {
		text-align: center;
		margin-top: 2em;
	}
	#social_navigation ul li {
		padding-left: 10px;
		padding-right: 10px;
	} 
	#logo_icon { display: none;}
	#occ {
		width: 100% !important;
		bottom: 0 !important;
		right: 0;
	}	
	#footer_social ul li {
		padding: 1em;
	}
	footer #c { text-align: center;}
	.woocommerce-MyAccount-navigation li {
		display: block;
		text-align: left;
		padding-left: 0;
	}
	#TB_window,
	#TB_ajaxContent {
		top: 0 !important;
		left: 0 !important;
		width: 100vw !important;
		height: 100vh !important;
	}

}