
/*
	
font-family: "raleway", sans-serif;
font-weight: 300/400/700;

font-family: "Breathing";
font-weight: normal;

ZWART: #222
GRIJS: #666
ROZE: #F4D0BC
DONKER ROZE: #C8866B
GOUD: #A58029

GROEN: #6BC87B
	
*/


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

/* general */

body {
	background: #fff;
	color: #666;
	font-family: "raleway", sans-serif;
	font-weight: 300;
	font-size: 16px;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
}

.wrapper.center {
	text-align: center;
}

/* controls */

.controls {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 45px;
	border-bottom: 1px solid #DDD;
}

.controls a {
	float: right;
	box-sizing: border-box;
	height: 45px;
	padding: 12px 20px;
	text-decoration: none;
	color: #222;
	border-left: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}

.controls a:hover {
	background: rgba(0,0,0,0.04);
}

.controls a.active {
	background: rgba(0,0,0,0.07);
}

.controls a i {
	margin-right: 8px;
}

.controls a.social {
	padding: 12px;
}

.controls a.social i {
	margin-right: 0;
}

/* cart indicator */

.controls a.cart_indicator b {
	position: absolute;
	left: 28px;
	top: 3px;
	width: 18px;
	height: 18px;
	z-index: 100;	
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
	background: #000;
	border-radius: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* search */

.search_container {
	float: left;
	width: 200px;
}

.search_form {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1000;
	margin-top: 12px;
}

.search_form:after {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 16px;
    color: #222;
    left: 0;
    top: 1px;
    padding: 0;
    position: absolute;
    pointer-events: none;
}

.search_form input.search {
	float: right;
	width: 100%;
	box-sizing: border-box;
	font-family: "raleway", sans-serif;
	font-weight: 300;
	font-size: 16px;
	background: none;
	color: #222;
	padding-bottom: 10px;
	padding-left: 25px;
	outline: none;
}

.search_form input.search::placeholder {
	color: #222;
}

/* header */

.header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

/* logo */

.logo {
	float: left;
	width: 180px;
}

/* nav */

nav {
	float: right;
	width: calc(100% - 320px);
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
} 

nav a {
	display: inline-block;
	color: #222;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 12px;
	border-bottom: 3px solid #fff;
}

nav a:hover {
	color: #C8866B;
}

nav a.nav_account {
	display: none;
}

nav a.selected {
	color: #C8866B;
	border-bottom: 5px solid #C8866B;
}

/* hamburger */

.hamburger {
	float: right;
	outline: none;
	display: none !important;
	margin-left: 30px !important;
	margin-top: 27px !important;
}

/* news */

.news {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	color: #FFF;
	background: #222;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: -1.2em;
}

.news a {
	color: #FFF;
	text-decoration: none;
}

.news a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* banner */

.banner {
	float: left;
	width: 100%;
	min-height: 200px;
	position: relative;
}

.banner.home {
	min-height: 400px;
}

.banner_text {
	float: left;
	width: 100%;
	padding: 75px 0;
	position: relative;
}

.banner.home .banner_text {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;	
	text-align: center;
	padding: 0;
}

.banner_text a.button {
	display: inline-block;
	color: #fff;
	background: #C8866B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 15px 25px;
	border-radius: 2px;
	margin: 8px;
}

.banner_text a.button i {
	margin-right: 8px;
}

.banner_text a.button:hover {
	background: #222;
}

.banner_text strong {
	float: left;
	width: 100%;
	font-size: 45px;
	line-height: 1.2em;
	font-family: "Breathing";
	font-weight: normal;
	font-weight: normal;
	color: #222;
}

.banner.home .banner_text strong {
	font-size: 80px;
	margin-bottom: 30px;
	text-shadow: 25px 25px 25px #FFF;
}

/* crumb */

.crumb {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 1em;
	color: #999;
}

.crumb span.spacer {
	color: #C8866B;
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
}

.crumb a {
	color: #999;
}

.crumb a:hover {
	color: #222;
}

/* subnav */

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

.subnav a {
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 30px;
}

.subnav a.selected {
	color: #222 !important;
	text-decoration: none;
}

/* content */

.content {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.content.behandelingen, 
.content.nopadding {
	padding-bottom: 0;
}

.content a {
	color: #C8866B;
}

.content a:hover {
	color: #222;
}

.content a.button {
	display: inline-block;
	color: #fff;
	background: #C8866B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 25px;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content a.button i {
	margin-right: 8px;
}

.content a.button:hover {
	background: #222;
}

.content a.button.pink {
	background: #F4D0BC;
}

.content a.button.pink:hover {
	background: #222;
}

.content a.news {
	float: left;
	width: 92%;
	padding: 15px 4%;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #666;
}

.content a.news span.date {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
}

.content a.news:hover {
	background: #f3f3f3;
}

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

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

.content img.team {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.content img.bg_news {
	float: left;
	width: 100%;
}

.content h1 {
	color: #C8866B;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.content h1.nomargin {
	margin-bottom: 10px;
}

.content h1.pink {
	color: #F4D0BC;
}

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

.content h2 {
	color: #C8866B;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}

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

.content h2 em {
	float: left;
	font-size: 90%;
	font-style: normal;
	margin-right: 10px;
}

.content h2.black {
	color: #222;
	font-weight: 400;
}

.content h2 img {
	width: 30px !important;
	height: auto !important;
	vertical-align: middle;
	margin-right: 10px;
}

.content h3 {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}

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

.content p.center {
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}

.content p.wide {
	max-width: 100% !important;
}

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

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

.content li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 6px;
	line-height: 1.4em;
}

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

.content ul.check li {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	position: relative;
}

.content ul.check li:after {
	content: "\f058";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	position: absolute;
	top: 1px;
	left: -22px;
	width: 20px;
	height: 100%;
	color: #6BC87B;
}

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

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px solid #ddd;
}

.content table.hours td {
	border-bottom: 1px solid #ddd;
}

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

.content hr.spacer10 {
	border: 0;
	margin-bottom: 10px;
}

.content hr.spacer15 {
	border: 0;
	margin-bottom: 15px;
}

.content hr.spacer20 {
	border: 0;
	margin-bottom: 20px;
}

.content hr.spacer25 {
	border: 0;
}

.content hr.spacer30 {
	border: 0;
	margin-bottom: 30px;
}

.content hr.spacer40 {
	border: 0;
	margin-bottom: 40px;
}

.content hr.spacer50 {
	border: 0;
	margin-bottom: 50px;
}

.content hr.spacer75 {
	border: 0;
	margin-bottom: 75px;
}

.content hr.spacer100 {
	border: 0;
	margin-bottom: 100px;
}

.content hr.splitter2, 
.content hr.splitter4,
.content hr.splitter5 {
	border: 0;
	margin-bottom: 0;
}

.content hr.splitter2, 
.content hr.splitter4 {
	display: none;
}

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

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

.content div.left {
	float: left;
	width: 45%;
	padding-bottom: 20px;
}

.content div.right {
	float: right;
	width: 45%;
	padding-bottom: 20px;
}

/* type labels */

span.type_label {
	float: left;
	padding: 3px 9px;
	border-radius: 5px;
	color: #fff;
	background: #F4D0BC;
	font-size: 12px;
	font-weight: 700;
	margin: 0 8px 8px 0;
}

/* cta */

.cta {
	float: left;
	width: 100%;
	color: #fff;
	background: #C8866B;
	padding: 40px 0;
	text-align: center;
}

.cta h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.cta p {
	line-height: 25px;
	line-height: 1.4em;
}

.cta a.button {
	display: inline-block;
	color: #C8866B;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 15px 25px;
	border-radius: 3px;
	margin-top: 20px;
}

.cta a.button:hover {
	color: #fff;
	background: #222;
}

.cta .wrapper {
	width: 55% !important;
}

/* cta voucher */

.cta.voucher {
	color: #C8866B;
	background: #fff;
}

.cta.voucher h1 {
	color: #C8866B;
}

.cta.voucher a.button {
	display: inline-block;
	color: #fff;
	background: #C8866B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 15px 25px;
	border-radius: 3px;
	margin-top: 20px;
}

.cta.voucher a.button:hover {
	color: #fff;
	background: #222;
}

/* blocks 

div.blocks {
	float: left;
	width: 90%;
	margin: 15px 5% 50px 5%;
}

a.block {
	float: left;
	width: 29%;
	margin: 0 2%;
	border: 1px solid #C8866B;
	border-radius: 3px;
	background: #fff;
	transition: background 0.5s, border 0.5s;
}

a.block img {
	float: left;
	width: 97%;
	margin: 5px 1.5%;
}

a.block strong {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: color 0.5s;
}

a.block strong.small {
	width: 90%;
	padding: 0 5%;
	font-size: 22px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

a.block span {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	color: #999;
	margin-bottom: 20px;
}

a.block:hover {
	border: 1px solid #222;
	background: #f3f3f3;
	transition: background 0.5s, border 0.5s;
}

/* sidebar */

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

.content a.sidebar_toggle {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	color: #FFF;
	background: #C8866B;
	margin-top: -20px;
	margin-bottom: 25px;
	text-align: center;
	text-decoration: none;
	display: none;
}

/* main */

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

/* text */

.text_wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.text_left {
	float: left;
	width: 46%;
}

.text_left.right {
	float: right;
}

.text_right {
	float: right;
	width: 46%;
}

.text_left.left {
	float: left;
}

/* page blocks */

.page_block {
	float: left;
	width: 100%;
	padding: 75px 0 50px 0;	
}

.page_block.type1 {
	padding: 50px 0 25px 0;	
}

/* grey */

.page_block.bgF3F3F3 {
	background: #F3F3F3;
}

/* black */

.page_block.bg222222 {
	color: #FFF;
	background: #222;
}

.page_block.bg222222 a, 
.page_block.bg222222 h1, 
.page_block.bg222222 h2 {
	color: #FFF;
}

.page_block.bg222222 a:hover {
	color: #EEE;
}

.page_block.bg222222 a.button {
	color: #222;
	background: #FFF;
}

.page_block.bg222222 a.button:hover {
	color: #222;
	background: #F3F3F3;
}

/* pink */

.page_block.bgC8866B {
	color: #FFF;
	background: #C8866B;
}

.page_block.bgC8866B a, 
.page_block.bgC8866B h1, 
.page_block.bgC8866B h2 {
	color: #FFF;
}

.page_block.bgC8866B a:hover {
	color: #EEE;
}

.page_block.bgC8866B a.button {
	color: #C8866B;
	background: #FFF;
}

.page_block.bgC8866B a.button:hover {
	color: #FFF;
	background: #222;
}

/* gold */

.page_block.bgA58029 {
	color: #FFF;
	background: #A58029;
}

.page_block.bgA58029 a, 
.page_block.bgA58029 h1, 
.page_block.bgA58029 h2 {
	color: #FFF;
}

.page_block.bgA58029 a:hover {
	color: #EEE;
}

.page_block.bgA58029 a.button {
	color: #A58029;
	background: #FFF;
}

.page_block.bgA58029 a.button:hover {
	color: #FFF;
	background: #222;
}

/* page block slider */

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

.page_block_slide {
	float: left;
	width: 100%;
	background-size: cover !important;
}

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

/* tip slider */

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

.tip_slider div.tip {
	border: 0 !important;
	padding: 0 !important;
}

/* filter blocks */

.filter_block {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.filter_block b {
	float: left;
	width: 100%;
	color: #C8866B;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.filter_block a {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 6px;
	padding-left: 15px;
	color: #666;
}

.filter_block a:hover {
	color: #222;
}

.filter_block a.active {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}

.filter_block a.reset {
	color: #C8866B;
}

.filter_block a:hover {
	color: #222;
}

/* filter help block */

.filter_help_block {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
	background: #C8866B;
	margin-top: 10px;
}

.filter_help_block a {
	color: #FFF;
}

/* treatments: titles */

strong.subtitle {
	float: left;
	width: 100%;
	color: #C8866B;
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-decoration: none;
}

strong.subtitle.top_spacer {
	margin-top: 40px;
}

strong.subtitle.hidden {
	display: none;
}

strong.childtitle {
	float: left;
	width: 100%;
	color: #222;
	font-size: 25px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

strong.childtitle.top_spacer {
	margin-top: 35px;
}

strong.childtitle.hidden {
	display: none;
}

/* treatment: list */

a.treatment {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 18px 15px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	position: relative;
}

a.treatment span {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 125px;
	color: #222;
	font-size: 18px;
	margin-bottom: 7px;
}

a.treatment em {
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-right: 10px;
	color: #C8866B !important;
}

a.treatment em.grey {
	color: #ccc !important;
	font-weight: 400;
}

a.treatment:hover {
	background: rgba(0,0,0,0.03);	
}

a.treatment u {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 100;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

a.treatment u i {
	margin-left: 8px;
}

a.treatment:hover u {
	color: #C8866B;
}

a.treatment div.remark {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	color: #FFF;
	background: #C8866B;
	margin-top: 10px;
}

/* treatment page */

div.treatment_remark {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	color: #FFF;
	background: #C8866B;
	margin-top: 20px;
	margin-bottom: 25px;
}

/* product list */

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

.product_list a {
	width: 31%;
	margin-bottom: 40px;
	text-decoration: none;
	color: #222;
}

.product_list .product_dummy {
	width: 31%;
}

.product_list.related a {
	width: 23%;
}

.product_list.recent {
	display: block;
}

.product_list.recent a {
	float: left;
	width: 17.5%;
	margin-right: 2.5%;
}

.product_list a .product_image {
	float: left;
	width: 100%;
	background-size: contain !important;
	margin-bottom: 20px;
	position: relative;
}

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

.product_list a .product_image .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgb(0,0,0,0.03);
	transition: all 0.2s;
}

.product_list a:hover .product_image .cover {
	opacity: 0;
}

.product_list a .product_image b.status_banner {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	color: #FFF;
	background: #C8866B;
	font-weight: 700;
	font-size: 13px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.product_list a .product_image span.wishlist_link {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	font-size: 22px;
	z-index: 100;
	color: #C8866B;
}

.product_list a .product_image span.wishlist_link i.fas {
	display: none;
}

.product_list a .product_image span.wishlist_link:hover i.fas {
	display: inline-block;
}

.product_list a .product_image span.wishlist_link:hover i.far {
	display: none;
}

.product_list a .product_image span.wishlist_link.active i.far {
	display: none !important;
}

.product_list a .product_image span.wishlist_link.active i.fas {
	display: inline-block !important;
}

.product_list a .product_info {
	float: left;
	width: 100%;
}

.product_list a .product_info strong.brand {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}

.product_list a .product_info b.name {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 12px;
}

.product_list a .product_info em {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.product_list a .product_info span {
	float: left;
	font-size: 16px;
	color: #C8866B;
	margin-right: 10px;
}

.product_list a .product_info span.price {
	font-weight: 700;
}

/* product controls */

.product_controls {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.product_controls .left {
	float: left;
	position: relative;
}

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

.product_controls em {
	display: inline-block;
	margin: 0 10px;
	font-style: normal;
	color: #DDD;
}

/* product page */

.product_image {
	float: left;
	width: 44%;
	margin-bottom: 50px;
	position: relative;
}

.product_image a {
	float: left;
	width: 100%;
	background-size: contain !important;
	text-decoration: none;
	position: relative;
	border: 0;
}

.product_image a.thumb {
	width: 30%;
	margin: 15px 15px 0 0;
}

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

.product_image .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgb(0,0,0,0.03);
	transition: all 0.2s;
}

.product_image span.wishlist_link {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	font-size: 22px;
	z-index: 100;
	color: #C8866B;
	cursor: pointer;
}

.product_image span.wishlist_link i.fas {
	display: none;
}

.product_image span.wishlist_link:hover i.fas {
	display: inline-block;
}

.product_image span.wishlist_link:hover i.far {
	display: none;
}

.product_image span.wishlist_link.active i.far {
	display: none !important;
}

.product_image span.wishlist_link.active i.fas {
	display: inline-block !important;
}

/* product info */

.product_info {
	float: right;
	width: 52%;
	margin-bottom: 25px;
}

.product_info p {
	margin-bottom: 25px;
}

.content h1.product {
	color: #222;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: none;
}

.content h1.product strong {
	font-weight: 700;
}

.content h1.product em {
	color: #666;
	font-size: 18px;
}

span.product_price {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	color: #C8866B;
	padding-bottom: 25px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 25px;
}

.product_text {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.addtocart_form button {
	float: left;
}

.product_specs {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.product_specs span {
	float: left;
	padding: 7px 14px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	background: #C8866B;
	margin: 0 10px 10px 0;
}

/* amount selector */
	
.amount_minus {
	float: left;
	width: 18px;
	border: 0 !important;
	position: relative;
	margin-top: 7px;
}

.amount_minus i {
	font-size: 18px;
}

.amount_minus i.hover {
	color: #222;
}

.amount_plus {
	float: left;
	width: 16px;
	border: 0 !important;
	position: relative;
	margin-top: 7px;
}

.amount_plus i {
	font-size: 18px;
}

.amount_plus:hover i.hover {
	color: #222;
}

.amount_label {
	float: left;
	height: 30px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

img.payment_logos {
	float: left;
	height: 22px;
	margin-bottom: 50px;
}

/* content block */

.content_block {
	float: left;
	width: 100%;
	padding: 50px 0 40px 0;
}

.content_block.nopadding {
	padding-bottom: 0;
}

.small_wrapper {
	float: left;
	width: 90%;
	padding: 0 5%;
}

.small_wrapper.center {
	text-align: center;
}

.small_wrapper.bottompadding {
	padding-bottom: 20px;
}

.content_block.grey {
	background: #f3f3f3;
}

.content_block.grey h1 {
	color: #222;
}

.content_block.gold {
	color: #fff;
	background: #C8866B;
}

.content_block.gold h1 {
	color: #fff;
}

.content_block.gold p {
	max-width: 100% !important;
}

.content_block.gold a.button {
	display: inline-block;
	color: #C8866B;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 15px 25px;
	border-radius: 3px;
}

.content_block.gold a.button:hover {
	color: #fff;
	background: #222;
}

.content_block.pink {
	color: #fff;
	background: #F4D0BC;
}

.content_block.pink h1, 
.content_block.pink h2 {
	color: #fff;
}

.content_block.pink h2 a {
	color: #fff;
	text-decoration: none;
}

.content_block.pink a {
	color: #fff;
}

.content_block.pink a:hover {
	color: #222;
}

.content_block.pink p {
	max-width: 100% !important;
}

.content_block.pink a.button {
	display: inline-block;
	color: #F4D0BC;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 15px 25px;
	border-radius: 3px;
}

.content_block.pink a.button:hover {
	color: #fff;
	background: #222;
}

.content_block .item {
	float: left;
	width: 28.3%;
	margin: 0 2.5%;
}

.content_block .item p {
	max-width: 100% !important;
}

/* newsletter */

input.email {
	float: left;
	width: 50%;
	background: none;
	border: 1px solid #fff;
	padding: 8px 15px;
	margin-right: 5px;
	color: #f7ebe3;
	font-family: "raleway", sans-serif;
	font-size: 18px;	
	font-weight: 400;
	border-radius: 3px;
	outline: none;
}

.content_block.pink button {
	color: #F4D0BC;
	background: #fff;
}

.content_block.pink button:hover {
	color: #fff;
	background: #222;
}

/* type links */

.content a.type {
	display: inline-block;
	padding: 13px 23px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #C8866B;
	margin: 8px 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 15px 25px;
	border-radius: 3px;
}

.content a.type:hover {
	color: #fff;
	background: #C8866B;
}

/* anchor links */

.content a.anchor {
	display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

/* brands */

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

a.brand {
	float: left;
	width: 18%;
	margin: 0 1%;
	margin-bottom: 30px;
	text-decoration: none;
}

a.brand img {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DDD;
	margin-bottom: 12px;
}

a.brand:hover img {
	border: 1px solid #666;
}

a.brand b {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

a.brand:hover b {
	color: #C8866B;
}

div.brand_logo {
	float: left;
	width: 25%;
}

div.brand_logo img {
	float: left;
	width: 99%;
	border: 1px solid #666;
	margin-bottom: 30px;
}

div.brand_text {
	float: right;
	width: 70%;
}

div.brand_text p {
	max-width: 100% !important;
}

/* search results */

.content a.search_result {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	background: rgba(0, 0, 0, .03);
	padding: 25px;
	margin-bottom: 20px;
	color: #222;
	text-decoration: none;
}

.content a.search_result:hover {
	background: rgba(0, 0, 0, .05);
}

.content a.search_result strong {
	font-size: 18px;
	line-height: 1.4em;
}

.content a.search_result p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content a.search_result u {
	font-size: 11px;
	margin-top: 6px;
	text-decoration: underline;
	color: #666;
}

.content a.search_result img {
	float: left;
	width: 150px;
	margin: 0 25px 0 0;
}

/* tips */

div.tip {
	float: left;
	width: 100%;
	padding: 35px 0 5px 0;
	border-top: 1px solid #ddd;
}

div.tip_image {
	float: left;
	width: 25%;
	padding-bottom: 25px;
}

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

div.tip_image img.thumb {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}

div.tip_text {
	float: right;
	width: 71%;
}

div.tip_text p {
	max-width: 100% !important;
}

div.tip_text span.date {
	float: left;
	color: #fff;
	background: #C8866B;
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}

/* cart */

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

table.cart th {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	background: none;
}

table.cart th.right, 
table.cart th.price {
	text-align: right;
}

table.cart td {
	padding: 20px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	line-height: 1.3em;
}

table.cart tr.clickable td {
	cursor: pointer;
}

table.cart div.cart_image {
	width: 100px;
	height: 100px;
	background-size: contain !important;
	margin-right: 10px;
}

table.cart td strong {
	font-weight: 700;
}

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

table.cart td.name {
	width: 100%;
}

table.cart td.name span {
	font-size: 14px;
	color: #000;
}

table.cart td.name b {
	display: inline-block;
	padding: 4px 8px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	background: #C8866B;
}

table.cart td.size {
	color: #000;
	white-space: nowrap;
}

table.cart td.grey {
	color: #999;
}

table.cart td.color {
	white-space: nowrap;
}

table.cart td em.fraction {
	font-style: normal;
}

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

table.cart td.delete a:hover {
}

table.cart td.delete a i {
	font-size: 18px;
	line-height: 1.5em;
}

table.cart td.amount {
	white-space: nowrap;
}

table.cart td.amount .select_wrapper {
	width: 75px;
}

table.cart td.amount .select_wrapper:after {
    top: 1px;
}

table.cart td.amount select {
	color: #C8866B;
	background: #fff;
	font-size: 14px;
	margin: 0;
}

table.cart td.price {
	font-size: 16px;
	white-space: nowrap;
	text-align: right;
}

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

table.cart td.price.sale {
	color: #f0a794;
}

table.cart td.subtotal {
	font-size: 18px;
	background: #fff !important;
	border-bottom: 1px solid #222;	
}

table.cart td.special_border {
	border-bottom: 1px solid #222;
}

table.cart td.promocode {
	background: #fff !important;
	font-size: 18px;
}

table.cart td.promocode div {
	float: left;
}

table.cart td.promocode a {
	float: left;
    border: 0;
    margin-top: 1px;
    margin-left: 8px;
}

table.cart td.promocode a:hover {
	
}

table.cart td.promocode a i {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

table.cart td.promocode span {
	font-size: 15px;
	font-weight: 300;
}

table.cart td.shipping {
	color: #C8866B;
	background: rgba(164, 178, 165, 0.1) !important;
	font-weight: 700;
	font-size: 18px;
}

table.cart td.shipping span.free_shipping_from {
	font-weight: 300;
	font-size: 15px;
	color: #C8866B;
}

table.cart td.shipping span.free_shipping_from em {
	display: inline-block;
	font-style: normal;
	font-size: 10px;
	margin-left: 0;
}

table.cart td.vat {
	color: #41c4f2;
	border: 1px solid #41c4f2;
	font-weight: 700;
	font-size: 18px;
}

table.cart td.total {
	color: #fff;
	background: #222 !important;
	border: 1px solid #222;
	font-weight: 700;
	font-size: 20px;
}

/* shipping address */

#shipping_address, 
#invoice {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	background: rgba(164, 178, 165, 0.1);
	margin-top: 20px;
}

/* shipping options */

div.shipping_option {
	float: left;
	width: 31%;
	min-height: 260px;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 2%;
	margin-bottom: 20px;
	cursor: pointer;
}

div.shipping_option:hover {
	border: 1px solid rgba(164, 178, 165, 0.8);
}

div.shipping_option.active {
	border: 1px solid rgba(164, 178, 165, 1);
	background: rgba(164, 178, 165, 0.1);
}

div.shipping_option .gutter {
	float: left;
	box-sizing: border-box;
	padding: 25px;
}

div.shipping_option h1 {
	color: #C8866B;
	font-size: 30px !important;
	margin-bottom: 20px;
}

div.shipping_option strong {
	float: left;
	width: 100%;
	color: #C8866B;
	font-size: 22px;
	font-weight: 700;	
}

div.shipping_option select {
	margin-top: 0;
	margin-bottom: 10px;
}

div.shipping_option select option {
	padding: 2px 4px;
}

/* cart main */

.cart_main {
	float: left;
	width: calc(100% - 300px);
}

.cart_main.full {
	width: 100%;
}

.cart_sidebar {
	float: right;
	width: 240px;
}

/* voucher form */

.voucher_options {
	float: left;
	width: 100%;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.send_voucher_data {
	float: left;
	width: 100%;
	padding: 20px; 
	margin-top: 10px;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.03);
	display: none;
}

/* sitemap */

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

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

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

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

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

/* form */

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

.form.center {
	width: 75%;
	margin-left: 12.5%;
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	margin-bottom: 2px;
}

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

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 20px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #555;
}

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

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

.form span.checkbox.error a {
	color: #b00;
}

.form span.label b, 
.form span.checkbox b {
	color: #C8866B;
	font-weight: normal;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #b00;
	font-weight: bold;
}

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

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

/* form fields */

.form input.text {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #222;
	font-family: "raleway", sans-serif;
	font-size: 18px;	
	font-weight: 400;
	border-radius: 2px;
}

.form input.text.error {
	border: 1px solid #d00;
}

.form textarea {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #222;
	font-family: "raleway", sans-serif;
	font-size: 18px;	
	font-weight: 400;
	border-radius: 2px;
}

.form select {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	color: #222;
	font-family: "raleway", sans-serif;
	font-size: 18px;	
	font-weight: 400;
	border-radius: 2px;
}

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

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	color: #C8866B;
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background: #6BC87B;
	border-radius: 2px;
	margin-top: -20px;
	margin-bottom: 50px;
}

div.feedback.error {
	background: #b00;
}

div.feedback a {
	color: #fff;
}

div.feedback a:hover {
	color: #ddd;
}

/* button */

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

.form button {
	display: inline-block;
	cursor: pointer;
	overflow: visible;
	outline: none;
	color: #fff;
	background: #C8866B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 25px;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.form button:hover {
	background: #222;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 50px 0 25px 0;
	border-top: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.7em;
}

.footer_blocks {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_block {
	float: left;
	width: 28%;	
}

.footer_block b {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;	
	color: #C8866B;
}

.footer_block b i {
	margin-right: 10px;
}

.footer p {
	margin-bottom: 25px;
}

.footer a {
	color: #C8866B;
}

.footer a:hover {
	color: #222;
}

.footer a.button {
	display: inline-block;
	color: #fff;
	background: #C8866B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 25px;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footer a.button:hover {
	background: #222;
}

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

.footer table.hours td {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.footer a.social {
	float: left;
	font-size: 26px;
	margin-right: 20px;
}

/* copyrights */

.copyrights {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 1.5em;
}

.copyrights a {
	color: #999;
}

.copyrights a:hover {
	color: #222;
}

/* accept cookies */

.accept_cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	color: #fff;
	background: #666;
	width: 90%;
	padding: 15px 5%;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	transition: bottom 1s;
}

.accept_cookies a {
	color: #fff;
	white-space: nowrap;
}

.accept_cookies a:hover {
	color: #EEE;
}

.accept_cookies a.accept_cookies_button {
	color: #666;
	background: #FFF;
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 3px;
	border: 0 !important;
}

.accept_cookies a.accept_cookies_button:hover {
	background: #EEE;
	border: 0 !important;
}
