/*
Theme Name:   Naylufit
Theme URI:    
Description:  Description
Version:      1.0
Author:       JW
*/


/* ==============================================================================
	CSS 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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ==============================================================================
	GENERAL
============================================================================= */

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-size: 16px;
	font-family: 'Hero', sans-serif;
	font-weight:700;
	padding-top:5.125rem;
	background:#fffaf7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height:100%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	display: block;
	outline:none;
	text-decoration: none;
	color:#000000;
}

a:hover,
a:focus {

}

hr {
	border:none;
	width:100%;
	display:block;
	margin:2rem 0;
	background:#eeeeee;
	height:1px;
}

.wp-block-image .alignleft {
	margin:0 2rem 0 0 !important;
}


/* ==============================================================================
	WORDPRESS
============================================================================= */

p > img {
  display: inline-block;
}

img.aligncenter {
  display: block; margin: 0 auto;
}

img.alignleft {
  float: left;
  margin-right: 1em;
}

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


.wp-block-buttons {
	justify-content: center;
}

.wp-block-separator.is-style-dots:before {
	display: none !important;
}


/* ==============================================================================
	FONTS & TEXT
============================================================================= */
@font-face {
    font-family: 'Hero';
    src: url('media/fonts/Hero.woff2') format('woff2'),
        url('media/fonts/Hero.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Hero', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 3.25rem;
	line-height: 4rem;
	color:#ffffff;
}

h2 {
    font-size: 3rem;
	line-height: 3.625rem;
    margin-bottom:2.75rem;
}

h3 {
    font-size:2rem;
    line-height: 2.75rem;
    max-width:80%;
    margin:0 auto;
}

h4 {
    font-size: 1.25rem;
    line-height: 2rem;
}

p {
	margin:1rem 0;
}

p, li {
	font-size:1rem;
	font-weight:300;
	line-height:1.75rem;
}

p > a {
	display: inline;
	text-decoration: none;
}

p > a:hover {
	opacity:.5;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.center {
	text-align:center;
}

.white {
	color:#ffffff;
}

.subtitel {
	display:inline-block;
	height:1.875rem;
	border-radius:2rem;
	padding:0 1rem;
	font-size:.625rem;
	line-height:1.625rem;
	margin-bottom:1rem;
	border:2px solid transparent;
	font-family:'Hero', sans-serif;
	font-weight:600;
	color:#ffffff;
	letter-spacing:1px;
	text-transform: uppercase;
	background:rgba(255,255,255,.1);
}



/* ==============================================================================
	HEADER // NAV
============================================================================= */
#navigation {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	width:100%;
	background:#fffaf7;
	padding:.625rem 0;
	box-shadow:0 0 .125rem .125rem rgba(0,0,0,.05);
	-webkit-transition: all 0.4s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.4s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.4s cubic-bezier(0.67, 0, 0.34, 1);	
}

.navigation-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.navigation-left {
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
}

.navigation-center {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.navigation-right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	        flex:0 0 auto;
}

nav {
	transform:translate(100%,0);
	-webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #d0c5c0;	
    width:100vw;
    max-width:22rem;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

@media all and (min-width:1600px) {
	
	nav { 
		min-width:35vw;
		max-width: 100vw;
		width:35vw;
	}
	
}
	
.nav-open nav {
	transform:translate(0,0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	width:100%;
	max-width:80%;
	opacity:0;
	margin:0 auto;
	z-index:99999;	
    max-height:100%;
	-webkit-transform: translate(0, 2rem);
	-ms-transform: translate(0, 2rem);
	transform: translate(0, 2rem);
	-webkit-transition: 0.5s .35s ease-in-out;
    -o-transition: 0.5s .35s ease-in-out;
    transition: 0.5s .35s ease-in-out;
}

.nav-open nav ul {
	opacity:1;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);		
}

nav ul li {
	display:block;
	margin-right:0;
	margin-left:0;
	margin-bottom:.5em;
	text-align:left; 
}

nav ul li a {
	max-width:100%;
	margin:0 auto;
	display:block;
	font-size:1.5rem;
	text-transform: none;
	opacity:1;
	padding:.75rem 0;
	color:#ffffff;
	font-family:'Hero', sans-serif;
    font-weight: 700;
    border-bottom:1px solid rgba(255,255,255,.15);
	-webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav ul li:last-child a,
nav ul li:last-child a:hover {
	border:none !important;
}

nav ul li a:hover {
	padding-left:.5rem;
    border-bottom:1px solid rgba(255,255,255,.35);	
}

.navbar-toggle {
	display:block;
	position:relative;
	width:30px;
	height:30px;
	margin-top:1em;
	margin-right:1rem;
	outline:none;
	-webkit-appearance: none;
	border:0;
	background:transparent;
	z-index:99999;
}

.navbar-toggle:focus,
.navbar-toggle:active {
	outline:none;
	background:transparent;
}

.navbar-toggle .icon-bar {
	display:block;
	position:absolute;
	width:28px;
	height:2px;
	background:#002c38;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.3s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.3s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    outline:none;
}

#navigation.scroll .navbar-toggle .icon-bar {
	background:#002c38;
}

.navbar-toggle.active .icon-bar {
    -webkit-transition: all 0.3s 0.3s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.3s 0.3s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.3s 0.3s cubic-bezier(0.76, 0.17, 0.27, 0.88);
}

.navbar-toggle .icon-bar {
	background:#002c38;
}  

.nav-open .navbar-toggle .icon-bar {
    background:#ffffff;
}

.navbar-toggle span:nth-child(1) {
	top:0;
}

.navbar-toggle span:nth-child(2) {
	top:7px;
}

.navbar-toggle span:nth-child(3) {
	top:14px;
}
	
.navbar-toggle.active span:nth-of-type(1) { 
	-webkit-transform: translate(0, 9px) rotate(45deg); 
	-ms-transform: translate(0, 9px) rotate(45deg); 
	    transform: translate(0, 9px) rotate(45deg);
}

.navbar-toggle.active span:nth-of-type(2) { 
	-webkit-transform: translate(0, 0); 
	-ms-transform: translate(0, 0); 
	    transform: translate(0, 0); 
	opacity: 0;
}

.navbar-toggle.active span:nth-of-type(3) { 
	-webkit-transform: translate(0, -5px) rotate(-45deg); 
	-ms-transform: translate(0, -5px) rotate(-45deg); 
	    transform: translate(0, -5px) rotate(-45deg); 
}

#navigation .logo {
	position: relative;
	z-index: 99991;
}

#navigation .logo img {
	height:auto;
	width:5rem;
}

.page-id-22 #slider-1 .slider-arrows {
	top:45%;
}

.shop-icon {
    position: relative;
    z-index: 9999;	
}

.cart-contents {
    position: relative;
    z-index: 99;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    margin-left:2rem;
    margin-right:1rem;
    transform:translate(0, 0px);
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;	
    content: "\f07a" !important;
    font-size: 1.125rem;
    color: #000000;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.3s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.3s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);}

.nav-open .cart-contents:before {
	color:#ffffff;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    top: 8px;
   	right: -5px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	height: 18px;
   	width: 18px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	background: #e4b5a9;
	border-radius: 50%;
	padding: 1px;  
}

nav ul li ul.sub-menu {
	max-width: 100% !important;
	width:100% !important;
}

nav ul li ul.sub-menu li a {
	padding-left:1.5rem !important;
	font-size:1.125rem !important;
}

/* ==============================================================================
 	HERO
============================================================================= */
.row>[class^=box] {
	margin-bottom:0 !important;
}

header {
	position: relative;
	overflow:hidden;
	height:38rem;
}

body.page-id-408 {
	height:100%;
	padding:0;
}

body.page-id-408 #navigation {
	display:none;
}

header.fullscreen {
	height:100vh;
	min-height:100vh;
}

header.fullscreen::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    z-index: 1;
    opacity: .75;
}

.header-small {
	height:24rem;
}

.page-id-1285 .header-small {
	height:32rem;
}

header::after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0);
/* 	background: linear-gradient(120deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%); */
	z-index:2;
	opacity:.25;
}

header .container,
header .row {
	height:100%;
	position: relative;
	z-index:3;
}

.blog header,
.single-post header {
	height:24rem !important;
}

.single-post .button {
	background:#222222 !important;
	color:#ffffff !important;
}

.single-post .button:hover i {
	transform:translate(-.25rem, 0);
}

.hero__content {
	
}

.hero__content p {
	font-size:1.5rem;
	line-height:2.25rem;
	color:#ffffff;
	max-width:90%;
	font-weight:300;
}

.hero__content .buttons {
	margin-top:3.125rem;
}

.formulier {
	padding:3.125rem;
	border-radius:.125rem;
	box-shadow:0 2rem 2rem rgba(0,0,0,.5);
	background: rgb(46,203,87);
	background: linear-gradient(120deg, rgba(46,203,87,1) 0%, rgba(16,178,68,1) 100%);
}

.formulier p {
	font-size:.875rem;
	line-height:1.5rem;
	margin-top:.5rem;
	margin-bottom:1rem;
}

.formulier a {
	text-decoration: underline;
}

.formulier label {
	display:none !important;
}

.formulier .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
}

.formulier input {
	border:0;
	height:2.5rem;
	line-height:2.5rem;
	background:#ffffff;
	border-radius: .125rem;
	padding:0 .75rem !important;
	font-size:.875rem !important;
	outline:none !important;
}

.formulier li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
    min-width:100% !important;
}

.formulier .gform_wrapper li.gfield.gfield_error, 
.formulier .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding:0 !important;
	font-size:.625rem !important;
	color:#ffffff !important;
}

.gform_wrapper div.validation_error,
.gform_confirmation_message {
    color: #ffffff !important;
    font-size: .75rem !important;
    font-weight:700 !important;
    margin-bottom:0 !important;
    border-top: none !important;;
    border-bottom: none !important;
    padding:.75rem !important;
    border:1px solid rgba(255,255,255,.5) !important;
    border-radius:.125rem;
}

.gform_confirmation_message {
	padding:1.25rem !important;
	font-size:1rem !important;
	line-height:1.75rem !important;
}

.gform_wrapper .gform_footer {
	padding:0 !important;
}

.gform_wrapper {
	margin-bottom:0 !important;
}

.hero-video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:1;
}

.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.hero-video video.playing {
	opacity: 1;
}

.blokken {
	padding:.25rem 0 0 0;
	border-bottom:.25rem solid #ffffff;
	padding-left:.25rem;
	padding-right:.25rem;
}

.blokken .box-md-3 {
	margin:0;
	padding:0;
}

.blok {
	height:100%;
	width:100%;
	border:.25rem solid #ffffff;
}

.blok-image {
	position: relative;
	width:100%;
	height:22rem;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content: center;
}

.blok-image-inner {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	z-index: 2;
}

.blok:hover .blok-image-inner {
	transform:scale(1.1);
}

.blok h3 {
	position: relative;
	z-index: 9;
	font-size:2.25rem;
	text-align: center;
	color:#ffffff;
	text-shadow: 0 0 2rem rgba(0,0,0,.75);
}


/* ==============================================================================
	CONTENT
============================================================================= */
#esteps {
	padding:5rem 0;
}

#esteps .subtitel {
	height:1.5rem;
	padding:0 .875rem;
	font-size:.625rem;
	line-height:1.5rem;
	margin-bottom:1rem;
	border:1px solid #232323;
	color:#232323;
	background:transparent;
}

.estep-item {
	padding:2rem !important;
	margin:auto;
	border:1px solid #efefef;
	border-radius:.125rem;
}

.estep-item ul li {
	position: relative;
	padding-left:.5rem;
}

.estep-item ul li i {
	color:#16be4c;
	font-size:.875rem;
	transform:translate(-.5rem, 0);
}

.estep-item img {
	max-width:12.5rem;
	max-height:9.375rem;
	height:9.375rem;
	width:auto;
	margin:0 auto 1rem auto;
}

.estep-item h3 {
	font-size:1.5rem;
}

.estep-content p {
	color:#a5a5a5;
	font-size:.875rem;
	line-height:1.75rem;
	min-height:7rem;
}

.estep-content .button {
	margin:1rem 0;
}

#esteps p {
	font-size:1.25rem;
	line-height:2rem;
}

#home-shop {
	padding:5rem 0;
	background:#eed8ca;
}

#home-shop h2 {
	color:#c59384;
}

#home-shop ul {
	display:flex;
	align-items:stretch;
	justify-content: center;
}

#home-shop ul li {
	flex:0 0 23%;
	padding:2.5rem 2.5%;
	background:#ffffff;
	border-radius: .25rem;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, 0.05);
    transition:all .25s ease-in-out;
    margin:0 .75%;
}

#home-shop ul li:hover {
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .125);	
}

#home-shop ul li span.product-title {
	font-size: 1.25rem;
    font-weight: 700;
	color:#222222;
    line-height: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0;
    margin:2rem 0 .5rem 0;
    display:block;
}

#home-shop ul li span.amount {
	color: #999999;
    font-weight: 700;
}


#slider-1 {
	position: relative;
}

.slider-1 {
	min-height:42rem;
}

.slider-1 .slick-track,
.slider-1 .slick-slide,
.slider-1 .slick-list {
	height:100%;
	min-height:42rem;
}

.slider-1-slide {
	padding:6.25rem 0;
}

.slider-1-slide .slide-caption {
	background:rgba(255,255,255,.9);
	padding:3.125rem;
	border-radius:.25rem;
}

.slider-1-slide .slide-caption p {
	min-height:3rem;
}

.slider-1 .slick-dots {
	position: relative;
	z-index:9;
	margin-top:-1.25rem;
}

#faq {
	padding:6.25rem 0;
}

#faq h2 {
	margin-bottom:1rem;
}

.load-more.hide {
	display: none;
}

.faq-list {
	position: relative;
	margin-top:2rem;
	max-height:23rem;
	overflow:hidden;
}

.faq-list.active {
	max-height:none;
	overflow: visible;
}

.faq-list.active::after {
	opacity:0;
}

.faq-list::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:10rem;
	opacity:1;
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
}

.faq {
	position: relative;
	width:100%;
	padding:1rem 1.5rem;
	background:#e4b5a9;
	border-radius:.125rem;
	margin-top:1rem;
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
}

.faq .faq-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:flex-start;
	    -ms-flex-align:flex-start;
	        align-items:flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.faq .faq-title:focus {
	outline: 0;
}

.faq .faq-title h5 {
	margin:0;
	font-weight:600;
	color:#ffffff;
	line-height:1.5rem;
	font-size:1.125rem;
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
}

.faq .faq-title i {
	font-size:.875rem;
	color:#ffffff;
	margin-top:.25rem;
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
}

.faq .faq-content {
	display:none;
}

.faq .faq-content p {
	font-size:.875rem;
	line-height:1.625rem;
	font-weight:700;
	margin-top:.5rem;
	margin-bottom:1rem;
	max-width:90%;
	color:#ffffff;
}

.faq .faq-content p > a {
	color:#e4b5a9;
}

.faq .faq-title[aria-selected="true"] + .faq-content {
	display: block;
}

.faq .faq-title[aria-selected="true"] i {
	-webkit-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotate(180deg);
}

.faq .faq-title[aria-selected="true"] h5,
.faq .faq-title[aria-selected="true"] i {
	color:#ffffff;
}

.wp-block-yoast-faq-block .schema-faq-question {
	font-size:1.125rem !important;
}

#slider-2 {
	position: relative;
}

.slider-2 {
	height:32rem;
}

#slider-1 .slider-arrows,
#slider-2 .slider-arrows {
	padding-left:3.125rem;
	padding-right:3.125rem;
	position: absolute;
	top:50%;
    justify-content: space-between;
    z-index:9;
    transform:translate(0,-50%);
    margin:0;
}

.slider-2 .slick-track,
.slider-2 .slick-slide,
.slider-2 .slick-list {
	height:100%;
}

.slider-2 .slick-dots {
	transform: translate(0,-1.25rem);;
}

#reviews {
	padding:5rem 0;
	background:#f7f7f7;
}

.review-slider {
}

#reviews h2 {
	margin-bottom:0;
}

.review {
	background:#ffffff;
	padding:3.125rem 2rem;
	border-radius:.25rem;
	box-shadow:0 0 .125rem rgba(0,0,0,.1);
	margin:2rem 0;
}

.star-rating i {
	color:#f2d665;
	font-size:1.125rem;
	margin:0 .125rem 0 0;
}

.slider-arrows {
	display:flex;
	align-items:stretch;
	justify-content: center;
	width:100%;
	z-index:1;
	margin-top:2rem;
}

.slider-arrows div {
	width:2.5rem;
	height:2.5rem;
	border-radius:2.5rem;
	display:flex;
	align-items:center;
	justify-content: center;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background:#e4b5a9;
	color:#ffffff;
	margin:0 .5rem;
	opacity:.75;
	font-size:.875rem;
}

.slider-arrows div:hover {
	opacity:1;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 0 0 .75rem;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 .25rem;
}

.slick-dots li button {
	display: block;
	width: 2rem;
	height: .125rem;
	padding: 0;
	border: none;
	background: #e4b5a9;	
	text-indent: -9999px;
	opacity:.25;
	border-radius:1rem;
	outline:none;
}

.slick-dots li.slick-active button {
	opacity:1;
}

#reviews .subtitel {
	height: 1.5rem;
    padding: 0 .875rem;
    font-size: .625rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #232323;
    color: #232323;
    background: transparent;
}

.review-content p {
	font-size:1.125rem;
	line-height:1.875rem;
	font-style: italic;
}

.review-content span {
	font-family:'Hero', sans-serif;
	font-weight:700;
	font-size:1rem;
	margin-top:1rem;
}


#footer {
	padding:5rem 0;
	background:#232323;
}

#footer h2,
#footer h3,
#footer h4,
#footer h5 {
	color:#ffffff;
}

#footer ul {
	margin:1rem 0;
}

#footer p,
#footer li {
	color:#999999;
}

#footer a {
	color:#ffffff;
	opacity:.75;
}

#footer a:hover {
	color:#ffffff;
	opacity:1;
}

#footer img {
	max-height: 5.5rem;
    width: auto;
}


#content {
	padding:5rem 0;
}

#content ul {
	list-style:disc;
	margin:1rem 1.125rem;
}

.woocommerce-Tabs-panel ul {
	margin-bottom:2rem;
}

.woocommerce-Tabs-panel {
	padding-left:2rem !important;
	padding-right:2rem !important;
}

#content ul li a {
	display:inline;
}

#content img {
	margin:2rem 0;
}

#content .schema-faq-answer img {
	display:inline-block;
	margin:0;
}

.schema-faq-section {
	margin-bottom:2rem;
}

.wp-block-yoast-faq-block .schema-faq-section {
    border: 1px solid #eeeeee !important;
    margin-bottom: 20px;
    background-color: #ffffff !important;
}

.login-protected {
	padding:6.25rem 0;
	text-align:center;
}

.login-protected input {
	height:2.75rem;
	line-height:2.75rem;
	border-radius:.125rem;
	border:0;
	border:1px solid #eeeeee;
	padding:0 .5rem;
}


.blog-card {
	margin-top:3.125rem;
	margin-bottom:3.125rem;
	background:#f9e8e3;
	border-radius:.625rem;
	overflow:hidden;
}

.blog-image {
	width:100%;
	height:18rem;
	border-radius:.625rem .625rem 0 0;
}

.blog-content {
	padding:2.5rem;
}

.blog-content h2 {
	margin:0;
	font-size:1.75rem;
	line-height:2.375rem;
}

.single-content {
	padding:6.25rem 0;
}

.blog-content span {
	background:#222222 !important;
	color:#ffffff !important;
}

.payment_box.payment_method_mollie_wc_gateway_ideal select {
	background-color:#ffffff !important;
}

/* ==============================================================================
	BUTTONS
============================================================================= */
.button {
	position:relative;
	display:inline-block;
	font-size:1rem;
    font-family:'Hero', sans-serif;
	text-align:center;
	font-weight:700;
	padding:0 1.25rem;
	width:auto;
	border-radius:.125rem;
	height:2.75rem;
	line-height:2.75rem;
	text-decoration: none;
	cursor:pointer;
	z-index:2;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;   
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
}

.button.green {
	background:#d0c5c0;
	color:#ffffff;
}

.button.green:hover {
	background:#d0c5c0;
}

.button.white {
	background:rgba(255,255,255,0);
	color:#ffffff;
}

.button.transparent:hover {
	background:rgba(255,255,255,.25);
}

.button i {
	font-size:.75rem;
	margin-left:.25rem;
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);	
}

.button:hover i {
	transform:translate(.25rem, 0);
}



/* ==============================================================================
	WOOCOMMERCE
============================================================================= */
.shop-content h1 {
	color:#000000;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	position: relative;
	height:2.75rem;
	font-family: 'Hero', sans-serif;
	font-size:.875rem;
	font-weight:700;
	line-height:2.75rem;
	border-radius:.125rem;
	padding:0 1.25rem;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	box-shadow:0 0 .5rem rgba(0,0,0,.1);
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	color:#ffffff;
	background:#d0c5c0;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover  {
	color:#ffffff;
	background:#999999;
    box-shadow:none;
}

.woocommerce-content {
	padding:6.25rem 0 3.25rem 0;
}

.product_meta {
	display: none;	
}

/* PRODUCT CARDS */	
.woocommerce ul.products {
	margin-top:2rem;
	padding-top:2rem;
	border-top:1px solid #f1f1f1;
}

.woocommerce h1.page-title {
	color:#000000;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background:#ffffff;
	border-radius:.125rem;
	overflow:hidden;
	padding:1.875rem;
	box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);	
} 

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	font-size:1.125rem;
	font-weight:600;
	font-family:'Hero', sans-serif;
	color:#222222;
	line-height:1.25rem;
	min-height:2.25rem;
	text-align:center;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color:#e4b5a9;
	font-weight:700;
}

.woocommerce .price small {
	font-size: .625rem;
    color: #999999;
}

.woocommerce ul.products li.product .price {
	text-align: center;
}

.woocommerce ul.products li.product .button {
	width:100%;
	text-align: center;
}


/* SINGLE PRODUCT */
.product_title {
	font-size:2rem;
	line-height:2.75rem;
	margin-bottom:1rem;
	color:#222222;
}

.woocommerce-product-details__short-description {
	margin:1rem 0 2rem 0;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce .disabled {
	background:#222222;
	color:#ffffff;
	border:none;
	box-shadow:none;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	color:#ffffff;
	background:#e4b5a9;
}

.woocommerce-variation-price {
	margin-bottom:2rem;
}

.woocommerce .quantity .qty {
    width: 4rem;
    height: 2.75rem;
    font-size:.875rem;
    border-radius: .125rem;
    border: 1px solid #dddddd;
}

.variations tr {
	display:flex;
}

.variations tr td.label {
	flex:0 0 25%;
	padding-top:.5rem;
}

.variations tr td.value {
	flex:0 0 50%;
}

.stock {
	display:none;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width:45%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 2rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding-top:2rem !important;
	text-align:left;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size:2.5rem;
	margin:0;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
	margin:1rem 0 0 0;	
	font-size:1.5rem;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
	list-style:circle;
	margin-left:1.25rem;
}

.woocommerce table.shop_attributes th {
    width: 30%;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display:none;
}


/* NOTIFICATIONS */
.woocommerce-message {
	border-top-color:#e4b5a9;
}

.woocommerce-message::before,
.woocommerce-info::before,
a.showcoupon {
	color:#e4b5a9;
}

.woocommerce-message a {
	display:inline;
	color:#e4b5a9;
}

.woocommerce-message a:hover {
	color:#000000;
}

a.showcoupon:hover {
	color:#222222;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    margin: 0 0 6.25rem;
    background-color: #ffffff;
    color: #222222;
    border-top: 3px solid #e4b5a9;
    line-height:1.5rem;
}

.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button {
	margin-left:2rem;
}

/* CART */
.woocommerce table.shop_table td {
	font-size:.875rem;
}

.woocommerce table.shop_table td a {
	color:#222222;
}

.woocommerce table.shop_table td a:hover {
	color:#e4b5a9;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width:6.25rem;
	border-radius:.125rem;
	height:2.75rem;
	border: 1px solid #dddddd;
	font-family:'Hero', sans-serif;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	line-height:1;
}

#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th {
	color:#222222;
}

.woocommerce .wc-proceed-to-checkout #respond input#submit.alt, 
.woocommerce .wc-proceed-to-checkout a.button.alt, 
.woocommerce .wc-proceed-to-checkout button.button.alt, 
.woocommerce .wc-proceed-to-checkout input.button.alt,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	line-height:1;
	background:#e4b5a9;
	color:#ffffff;
	font-size:.875rem;
}

.woocommerce .wc-proceed-to-checkout #respond input#submit.alt:hover, 
.woocommerce .wc-proceed-to-checkout a.button.alt:hover, 
.woocommerce .wc-proceed-to-checkout button.button.alt:hover, 
.woocommerce .wc-proceed-to-checkout input.button.alt:hover,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
	background:#222222;
}

.cart_totals h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

dl.variation {
	margin-top:.5rem;
}

.woocommerce td.product-name .wc-item-meta dd p, 
.woocommerce td.product-name dl.variation dd p {
	font-size:.75rem ;
	margin:0;
	line-height:1.25;
}

.variation-Typemotor,
.variation-Batterij {
	font-size:.75rem ;
	font-weight:bold;
	line-height:1.25;	
	min-width:4.5rem;
}

.woocommerce-cart-form__cart-item.cart_item a {
	font-size:1.125rem;
}

#add_payment_method table.cart .product-thumbnail, 
.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
	max-width:5rem;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 6.25rem;
    margin:1rem 0 !important;
}



/* CHECKOUT */
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border:1px solid #dddddd;
	border-radius:.125rem;
	margin-top:-5rem;
}

.checkout_coupon.woocommerce-form-coupon p {
	font-size:.875rem;
}

.woocommerce form .form-row label {
	font-size:.875rem;
	font-weight:700;
}

.select2-container--default .select2-selection--single {
	border-radius:.125rem;
	border:1px solid #dddddd;
	height:2.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size:.875rem;
	line-height:2.75rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border:1px solid #dddddd;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top:75%;
}

.wc_payment_methods .woocommerce-notice {
	font-size:.875rem;
	line-height:1.5rem;
	color:#222222;
}

.woocommerce-privacy-policy-text p {
	font-size:.875rem;
	line-height:1.5rem;
	max-width:44rem;
}

.woocommerce-privacy-policy-text p a {
	color:#222222;
	text-decoration: underline;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment,
.woocommerce table.shop_table {
	border-radius: .125rem;
}

#order_review_heading {
	margin-top:2rem;
}

.woocommerce h3 {
	margin-left:0;
	margin-right:0;
	font-size:1.5rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Hero', sans-serif;
	font-size:.875rem;
	color:#d1d1d1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: 'Hero', sans-serif;
	font-size:.875rem;
	color:#d1d1d1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: 'Hero', sans-serif;
	font-size:.875rem;
	color:#d1d1d1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family: 'Hero', sans-serif;
	font-size:.875rem;
	color:#d1d1d1;
}

input::placeholder,
textarea::placeholder {
	font-family: 'Hero', sans-serif;
	font-size:.875rem;
	color:#d1d1d1;
}


input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	font-family: 'Hero', sans-serif;
	width:100%;
	height:2.75rem;
	padding:0 1rem;
	line-height:2.75rem;
	background:#ffffff;
	border:1px solid #dddddd;
	border-radius:.125rem;
	font-size:.875rem;
	color:#222222
}

select {
	-webkit-appearance: none;
	appearance: none;
	background:url(media/images/icon-select.png) no-repeat right 1rem center;
	background-size:.5rem auto;
	margin:.125rem 0;
}

textarea {
	padding:1rem;
	min-height:8rem;
}




/* ==============================================================================
	MEDIA QUERIES
============================================================================= */
@media all and (max-width: 64em) {

}



@media all and (max-width: 48em) {
	
	h1 {
	    font-size: 2.25rem;
	    line-height: 3rem;
    }
    
    h2 {
	    font-size: 2rem;
	    line-height: 2.625rem;
    }
    
    h3 {
	    font-size: 1.5rem;
	    line-height: 2.25rem;
    }
    
    header {
	    height: auto;
	    padding: 5rem 0;
	}

    .hero__content p {
	    font-size: 1.25rem;
	    line-height: 2rem;
    }
    
	.formulier {
    	padding: 1.5rem;
    }
    
    .estep-item {
	    margin:auto;
	    border:0;
    }
    
    #slider-1 .slider-arrows {
	    bottom:0;
	    transform:translate(0,0);
	    top:auto;
    }
    
    /* WOOCOMMERCE */
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
		width:48%;
		float:left;
	}
	
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
	    float: left;
	    width: 46%;
	}
	
	.variations tr td.label {
		flex:0 0 35%;
	}
	
	.variations tr td.value {
		flex:0 0 65%;
	}
	
	.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
	    width: 12rem;
	    margin-left: auto;
	}
	
	#home-shop ul {
		flex-wrap:wrap;
	}
	
	#home-shop ul li {
		flex:0 0 48%;
		padding:2.5rem 2%;
		margin-bottom:2rem;
	}


}


@media all and (max-width: 30em) {

	body {
		padding-top:3.5rem;
	}

	.navigation-left {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
	}
	
	.navigation-right {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
	}
	
	#navigation {
		padding:.5rem 0;
	}
	
	#navigation .logo img {
    	width: 3.5rem;
    }
	
	header,
	#esteps,
	#faq,
	#reviews,
	#footer {
		padding:3.125rem 0;
	}
	
	.formulier {
		margin-top:2rem;
	}
	
	.estep-item {
		padding:0 2rem !important;
	}
	
	.estep-item:last-child {
		margin-top:2rem !important;
	}
	
	.button.white {
		margin-left:0;
		margin-top:1rem;
	}
	
	.slider-1 {
		height:auto;
		min-height:0;
	}
	
	.slider-1-slide {
		padding:3.125rem 0;
	}
	
	.slider-2 {
		height:15rem;
	}
	
	#slider-1 .slider-arrows, #slider-2 .slider-arrows {
		display:none;
	}
	
	.slider-1-slide .slide-caption {
    	background: rgba(255,255,255,.75);
    	max-width:100%;
    	padding:1.5rem;
    	background:#f1f1f1;
	    transform:translate(0,130%);
    }
    
    .slick-dots li button {
	    width: 1.25rem;
    }
    
    #slider-1 .slick-slide {
	    margin-bottom:20rem;
    }
    
    .page-id-22 #slider-1 .slick-slide {
	    margin-bottom:0;
    }
    
    .page-id-22 .slider-1 .slick-track,
    .page-id-22 .slider-1 .slick-slide,
    .page-id-22 .slider-1 .slick-list {
	    min-height: 12rem;
    }
 
	/* WOOCOMMERCE */
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
		width:100%;
		float:none;
	}
	
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
	    float: none;
	    width: 100%;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding:1rem;
	}
	
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
	    width: 100%;
	    float: none;
	    clear: both;
	    margin: 0 0 2rem;
	}
	
	.woocommerce-error, 
	.woocommerce-info, 
	.woocommerce-message {
		font-size:.875rem;
	}
	
	.woocommerce .woocommerce-error .button, 
	.woocommerce .woocommerce-info .button, 
	.woocommerce .woocommerce-message .button, 
	.woocommerce-page .woocommerce-error .button, 
	.woocommerce-page .woocommerce-info .button, 
	.woocommerce-page .woocommerce-message .button {
		float:none;
		margin-left:0;
		margin-bottom:1rem;
	}
	
	.woocommerce #payment #place_order, 
	.woocommerce-page #payment #place_order {
		margin-top:1rem;
	}   
	
	#home-shop ul li {
		padding:1rem 2%;
		flex:0 0 100%;
		max-width:100%;
	}
	
	#home-shop ul li span.product-title {
		font-size:1.125rem;
	}
	
	iframe {
		max-width: 100%;
	}
	
	.product_list_widget li img {
		margin:.5rem auto 0 auto;
	}
	
	.woocommerce-Tabs-panel {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
}