/*
### GENERAL ###
*/
html {
	overflow-x: hidden;
}
body { 
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px x(0, 0, 0, 0.004);
	margin-top: 0 !important;
	color: #000;
}

a, a:hover, a:focus {
	color: inherit;
	outline: none !important;
}

b, strong {
	color: #363636;
}

::selection {
  color: white;
  background: #819eb7;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #819eb7;
}

body .fixed-pages {
	padding-bottom: 50px;
}

.home-block-padding {
	padding-bottom: 100px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: -15px;
}

.col-sidebar {
	min-width: 330px;
	max-width: 330px;
	padding: 15px;
	margin-right: 20px;
}
.col-sidebar.on-right {
	margin-right: 0;
	margin-left: 20px;
}
.col-main {
	flex-grow: 10;
	padding: 15px;
}
div[class*=" col-"] {
	margin-left: -.5px;
}

.relative {
	position: relative;
}

.sm {
	vertical-align: middle;
	display: inline-block;
}
.sm:before {
	display: flex;
}

.title-featured {
	margin-bottom: 30px;
}
.title-featured .title {
	margin: 0;
	font-size: 2.5em;
}
.title-featured .title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-featured .link {
	margin-left: 40px;
	white-space: nowrap;
}
.title-featured .link i {
	margin-left: 7px;
}
.title-small,
.title-featured .title.title-small {
	font-size: 1.6em;
}

/*
### BUTTONS ###
*/
.btn {
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
	background: #aaa;
	color: #fff;
	border-radius: 5px;
	font-size: 1.15em;
	font-size: .95em;
	font-weight: 700;
	letter-spacing: 0.05em;
	outline: none !important;
}
.btn.hidden-perm {
	display: none;
}
.btn.open {
	border: 2px solid;
	background: transparent;
}
.btn.paypal {
	background: #012169;
	color: #fff;
}
.btn.paypal i {
	margin-right: 7px;
}
.btn.fastcheckout {
	background: #1ba5de;
	color: #fff;
}
.btn.btn-small {
	height: 40px;
	font-size: .95em;
}
.btn.icon-left i {
	margin-right: 7px;
}
.btn.icon-right i {
	margin-left: 7px;
}
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.light {
	background: #F7F7F7;
	color: #696969;
}
.btn.facebook {
	background: #3B5998;
	color: #fff;
}
.btn.zakelijk {
  background: #e45a00;
  background: linear-gradient(54deg, rgba(228,90,0,1) 0%, rgba(228,90,0,1) 60%, rgba(228,115,0,1) 100%);
  color: white;
  height: 40px;
}
.btn.zakelijk:after {
	content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 400;
  padding-left: 10px;
}
.btn.brochure {
  border: 1px solid #e45a00;
	background: #e45a00;
  background: linear-gradient(54deg, rgba(228,90,0,1) 0%, rgba(228,90,0,1) 60%, rgba(228,115,0,1) 100%);
  color: white;
  height: 40px;
}
.btn.brochure i {
	margin-right: 1rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.btn {
		padding: 0 10px;
	}
}
.go-further {
	text-decoration: underline;
  text-align: center;
  display: block;
  transition: all ease .25s;
}
.go-further:hover {
	color: #ccc;
}

/*
### GUI ###
*/
.gui-register {
	display: flex;
  flex-direction: column;
}
.gui-register .gui-page-title {
	order: 10;
}
.gui-register > p {
	order: 20;
}
.gui-register div:nth-child(3) {
	order: 30;
}
.gui-register div:nth-child(4) {
	order: 50;
}
.gui-register div:nth-child(5) {
	order: 60;
}
.gui-register div:nth-child(6) {
	order: 40;
}
.gui-register div:nth-child(7) {
	order: 70;
}
.gui-register div:nth-child(8) {
	order: 80;
  margin-top: 0;
}
.gui-register div:nth-child(9) {
	order: 90;
}
.gui-register div:nth-child(10) {
	order: 100;
}
.gui-register #gui-block-company {
	margin-top: 0;
}

#gui-popover-terms-and-conditions p {
	margin-bottom: 20px;
}
#gui-popover-terms-and-conditions ul {
	margin-bottom: 10px;
}
#gui-popover-terms-and-conditions a {
	color: #e45a00;
}
#gui-popover-terms-and-conditions hr {
	margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#gui-popover-terms-and-conditions ol {
	padding-left: 40px;
}

.gui-thankyou .gui-block {
	display: none;
}
.gui-messages.gui-messages,
.messages.messages {
	font-size: 100%;
}
.gui-messages.gui-messages ul,
.messages.messages ul {
	border-radius: 6px;
}
.gui-messages.gui-messages ul li,
.messages.messages ul li {
	line-height: 2em;
	font-size: .97em;
}
.gui-payment-method-service .gui-payment-method-icon {
	opacity: 0;
	background: #fff;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .07);
}
.gui-payment-method-service .gui-payment-method-icon.updated {
	opacity: 1;
}
.gui-form .gui-radio label,
.gui-form .gui-checkbox label {
	position: relative;
	padding-left: 30px !important;
	padding-top: 4px;
}
.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid rgba(0, 0, 0, .25);
}
.gui-form .gui-checkbox label:before {
	border-radius: 0;
}
.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
	display: none;
}
.gui-form .gui-radio input:checked~label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #f78d76;
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 100%;
}
.gui-form .gui-checkbox input:checked~label:after {
	content: "\f00c";
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}
.gui-checkout-one-step .gui-payment-method-service>label {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	margin: 0;
	margin-bottom: 10px;
	border: 2px solid transparent;
}
.gui-checkout-one-step .gui-payment-method-service.gui-is-selected>label {
	border: 1px solid #f88b71;
}
.gui-checkout-one-step .gui-payment-method-service>label input {
	display: none;
}

.gui-div-cart-coupons .gui-button-small { 
  background: #52aa7b !important;
	background: linear-gradient(54deg, #52aa7b 0%, #52aa7b 60%, #4dac79 100%) !important;
}
.gui-div-cart-coupons .gui-button-small:hover:before {
	background: #549d76 !important;
}

#gui-block-billing-address .gui-block-subcontent {
  display: flex;
  flex-direction: column;
}
#gui-block-billing-address #gui-block-details-company {
	order: 10;
  background: #819eb750;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
#gui-block-billing-address #gui-block-details-company .gui-spacer:first-child {
	height: 0;
}
#gui-block-billing-address .gui-block-subcontent div:nth-child(5) {
	order: 20;
}
#gui-block-billing-address .gui-block-subcontent div:nth-child(7) {
	order: 30;
}
#gui-block-billing-address .gui-block-subcontent div:nth-child(8) {
  order: 40;
}
#gui-block-billing-address .gui-block-subcontent div:nth-child(9) {
	order: 50;
}
#gui-block-billing-address .gui-block-subcontent div:nth-child(10) {
	order: 60;
}
#gui-block-billing-address div[role="radiogroup"] {
	order: 80;
}
#gui-block-billing-address .gui-block-subcontent div:nth-last-child(2) {
	order: 70;
}
#gui-block-details-company .gui-col2-equal .gui-col2-equal-col1 {
	width: 100%;
}
#gui-block-review .gui-bold {
  font-size: 1.25rem;
/*   font-family: 'Heebo', Helvetica, sans-serif; */
}

.gui-div-cart-coupons table td {
	display: inline-block;
  width: 100%;
}
.gui-div-cart-coupons table td:first-child {
	margin-bottom: 10px;
}
.gui-div-cart-coupons table td:nth-child(2) {
	display: none;
}
.gui-div-cart-coupons table td .gui-button-small {
	font-size: 12px;
}
.gui-div-cart-coupons table td.gui-error input {
	border-color: #eb5265 !important;
  background: #fdf2f3 !important;
}
.gui-div-cart-coupons table td.gui-error .gui-message {
	color: #eb5265;
}
.gui-div-cart-coupons .gui-button-small { 
  background: #51AA7B !important;
	background: linear-gradient(54deg, #51AA7B 0%, #51AA7B 60%, #2ecfaf 100%) !important;
}
.gui-div-cart-coupons .gui-button-small:hover:before {
	background: #17a689 !important;
}

.gui-confirm-buttons .gui-button-action {
	height: 50px !important;
}
.gui-confirm-buttons .gui-button-action:after {
	content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 400;
  padding-left: 10px;
}

#vatNumberError {
	background: #fdf2f3;
  color: #EB5265 !important;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0 !important;
}

body .fixed-pages {
	padding-bottom: 50px;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

.btn.btn-small {
	height: 40px;
	font-size: .95em;
}
.btn.icon-left i {
	margin-right: 7px;
}
.btn.icon-right i {
	margin-left: 7px;
}
.btn.active {
	box-shadow: none;
}
.btn.light {
	background: #F7F7F7;
	color: #888888;
}
.btn.facebook {
	background: #3B5998;
	color: #fff;
}

.relative {
	position: relative;
}

.sm {
	vertical-align: middle;
	display: inline-block;
}
.sm:before {
	display: flex;
}

.title-small,
.title-featured .title.title-small {
	font-size: 1.6em;
}

.general-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: all .15s linear;
}
.general-overlay.active {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 767px) {
	.general-overlay.active {
		opacity: 0;
		visibility: hidden;
	}
}

.close-popup {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	margin-top: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close-popup .close-popup-inner {
	width: 100%;
	overflow: hidden;
}
.close-popup a {
	font-size: 0;
	border: 1px solid #BABABA;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none !important;
}
.close-popup.dark a {
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.close-popup a:after {
	font-family: 'FontAwesome';
	content: '\f00d';
	font-size: 14px;
}

.ui.checkbox {
	display: block;
	margin: 0;
	padding: 5px 0px;
	font-size: .9em;
}
.ui.checkbox label,
.ui.checkbox+label {
  display: flex;
  align-items: center;
	color: inherit;
	font-weight: 700;
  font-size: .95em;
	padding-top: 2px;
  cursor: pointer;
	padding-left: 27px;
  margin: 0;
}
.ui.checkbox .box:before,
.ui.checkbox label:before {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, .25) !important;
}
.ui.checkbox .box:after,
.ui.checkbox label:after {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.ui.checkbox label span {
	font-size: 80%;
	margin-left: 5px;
	opacity: .7;
	vertical-align: text-bottom;
}
.ui.selection.dropdown {
	height: 40px;
	width: 100%;
	border: 1px solid #ccc !important;
	padding: 0;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	color: inherit !important;
	border-radius: 5px;
	justify-content: space-between;
}
select.custom-select {
	height: 40px;
	opacity: 0;
}

.ui.selection.dropdown .text {
	font-size: 90%;
	font-weight: 400;
}
.ui.selection.dropdown>.dropdown.icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}
.ui.selection.dropdown>.dropdown.icon:before {
	content: "\f107";
}
.ui.selection.dropdown>.dropdown.icon {
	margin: 0;
	padding: 0;
	position: initial;
	order: 2;
	margin-left: 10px;
}
.ui.selection.dropdown .menu {
	color: inherit !important;
	border-color: rgba(0, 0, 0, .07) !important;
	font-size: 90%;
}
.ui.selection.dropdown .menu>.item {
	padding: 0px 15px !important;
	height: 35px;
	display: flex;
	align-items: center;
}

.home-block-padding {
	padding-bottom: 100px;
}

.title-featured {
	margin-bottom: 30px;
}
.title-featured .title {
	margin: 0;
	font-size: 2.5em;
}
.title-featured .title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-featured .link {
	margin-left: 40px;
	white-space: nowrap;
}
.title-featured .link i {
	margin-left: 7px;
}

.flex-row {
	display: flex;
	align-items: flex-start;
	margin: -15px;
}

.col-sidebar {
	min-width: 330px;
	max-width: 330px;
	padding: 15px;
	margin-right: 20px;
}
.col-sidebar.on-right {
	margin-right: 0;
	margin-left: 20px;
}
.col-main {
	flex-grow: 10;
	padding: 15px;
}

/* header */
#header .main-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	transform: translateZ(0);
}
#header .main-header.sticky .inner {
	padding: 10px 0px;
}
#header .main-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0px;
	transition: padding .2s ease-in-out;
}
#header .main-header .logo {
	display: flex;
	align-items: center;
}
#header .main-header .logo.small-logo img {
	height: 30px;
}
#header .main-header .logo.medium-logo img {
	height: 50px;
}
#header .main-header .logo.large-logo img {
	height: 60px;
}
#header .main-header .items.check .sm-check:before {
	font-size: 8px;
}

input.standard-input,
textarea.standard-input {
	height: 40px;
	padding: 0px 20px;
	outline: none;
	border-radius: 6px;
	font-size: .85em;
	letter-spacing: 0.05em;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
textarea.standard-input {
	padding: 13px 20px;
	max-width: 100%;
}
input.standard-input::-webkit-input-placeholder,
textarea.standard-input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}
input.standard-input:-moz-placeholder,
textarea.standard-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
input.standard-input::-moz-placeholder,
textarea.standard-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
input.standard-input:-ms-input-placeholder,
textarea.standard-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}
input.standard-input::-ms-input-placeholder,
textarea.standard-input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}

.search-bar input[type="text"] {
	height: 40px;
	padding: 0px 20px;
	padding-right: 40px;
	border: none;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .07);
	width: 400px;
}
.search-autocomplete {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9999;
	width: 100%;
	text-align: left;
	display: none;
}
.search-autocomplete .container {
	pointer-events: auto;
}
.search-autocomplete .box {
	padding: 70px;
	height: 80vh;
	overflow: hidden;
	background: #f7f7f7;
	border-radius: 10px;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
.search-autocomplete .more {
	padding: 0px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}
.search-autocomplete .more .btn {
	display: flex;
}
.search-autocomplete .more .btn span {
/* 	margin-left: 8px; */
}
.search-autocomplete.noresults .more {
	display: none;
}
.search-autocomplete .notfound {
	display: none;
	padding: 10px 0px;
	font-size: 13px;
	font-style: italic;
}
.search-autocomplete.noresults .notfound {
	display: block;
}
.search-autocomplete.noresults .search-products {
	display: none;
}
.search-autocomplete .search-products {
/* 	padding: 20px 0px; */
	margin: 0 -10px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.search-autocomplete .search-products .product {
	padding: 10px;
  /* 	padding: 15px 0px; */
}
.search-autocomplete .search-products .product .product-inner {
	padding: 0px 15px;
}
.search-autocomplete .search-products .product {
/* 	border-top: 1px solid #ccc; */
}
.search-autocomplete .search-products .product:nth-child(2n - 1) .product-inner {
/* 	border-right: 1px solid #ccc; */
}

/*
@media (min-width: 1280px) {
	.search-autocomplete .search-products .product:nth-child(3n - 1) .product-inner {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
}
*/

.search-autocomplete .search-products .product .product-inner {
	display: flex;
	align-items: center;
  height: 100%;
  background: white;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}
.search-autocomplete .search-products .product .image-wrap {
	min-width: 75px;
	max-width: 75px;
	margin-right: 20px;
	position: relative;
	background: #fff;
}
.search-autocomplete .search-products .product .image-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
	pointer-events: none;
}
.search-autocomplete .search-products .product .info {
	display: flex;
  flex-direction: column;
  height: 100%;
}
.search-autocomplete .search-products .product .info .title {
	font-size: 1.1em;
	font-weight: 700;
}
.search-autocomplete .search-products .product .info .brand {
	margin-bottom: 2px;
	font-size: .95em;
	opacity: .85;
}
.search-autocomplete .search-products .product .info .price {
  margin-top: auto;
	opacity: .85;
  display: flex;
  align-items: center;
}
.search-autocomplete .search-products .product .info .price a.old-price {
	font-weight: 600;
  color: #696969;
  margin-top: 4px;
  margin-right: 10px;
  text-decoration: line-through;
  font-size: 0.9em;
}
.search-autocomplete .search-products .product .image-wrap img {
	width: 100%;
  border-radius: 6px;
  border: 1px solid #eaeaea;
}
.search-autocomplete .title-small {
	margin-bottom: 30px;
}
.search-autocomplete .inner-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.search-autocomplete .inner-wrap:after {
	content: '';
	display: block;
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0;
	bottom: 26px;
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(rgba(247, 247, 247, 1)));
	background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
}
.search-autocomplete .side {
	min-width: 270px;
	max-width: 270px;
	margin-right: 30px;
}
.search-autocomplete .side .filter-scroll-wrap {
	position: relative;
}
.search-autocomplete .side .filter-scroll {
	max-height: 65vh;
	padding-bottom: 50px;
	overflow-y: scroll;
	padding-right: 15px;
}
.search-autocomplete .results {
	width: 100%;
	max-width: 670px;
	max-height: 65vh;
	overflow-y: scroll;
}
.search-autocomplete .results-scroll {
	position: relative;
}
@media (max-width: 767px) {
	.search-autocomplete .results {
		overflow: auto;
		max-height: 100%;
	}
	.search-autocomplete .inner-wrap:after {
		content: none;
	}
}
.search-autocomplete .subtitle {
	color: black !important;
	font-size: 1.4em;
	margin-bottom: 20px;
}
.search-autocomplete .feat-categories {
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}
.search-autocomplete .feat-categories .cats ul {
	margin: -5px;
	list-style: none;
	padding: 0;
	font-weight: 400;
}
.search-autocomplete .feat-categories .cats ul li {
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
.search-autocomplete .feat-categories .cats ul li a {
	text-decoration: underline;
}
.search-autocomplete .feat-categories .cats ul li a:hover {
	color: #819eb7;
}
.search-bar .icon {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 0;
	top: 0;
	line-height: 40px;
	text-align: center;
}

@media (max-width: 767px) {
	.search-autocomplete .feat-categories .cats ul li {
		width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
	.search-autocomplete .results {
		overflow: none;
		max-height: 100%;
	}
	.search-autocomplete .inner-wrap:after {
		content: none;
	}
}

#header .main-header {
	position: relative;
}
#header .main-header .icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px -15px;
	display: flex;
	align-items: center;
}
#header .main-header .icons ul li {
	padding: 0px 15px;
}
#header .main-header .icons ul li a {
  font-size: 0;
}
#header .main-header .icons ul li i {
	font-size: 22px;
}
#header .main-header .icons ul li .icon-wrap {
	display: block;
	position: relative;
}
#header .main-header .icons ul li .items {
	position: absolute;
	right: -8px;
	top: -8px;
	min-width: 18px;
	height: 18px;
	padding: 1px;
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	font-weight: 700;
	background: #f6836b;
	color: #fff;
	border-radius: 100%;
}
#header .main-header .icons ul li .items:empty {
	display: none;
}
#header .main-header .hallmark.small img {
	height: 30px;
}
#header .main-header .hallmark.medium img {
	height: 50px;
}
#header .main-header .hallmark.large img {
	height: 70px;
}
#header .main-menu {
	border-top: 1px solid rgba(0, 0, 0, .07);
	position: relative;
}
#header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
	flex-wrap: wrap;
}
#header .main-menu ul::-webkit-scrollbar {
	display: none;
}
#header .main-menu ul li {
	display: flex;
	align-items: stretch;
}
#header .main-menu ul li>a {
	display: flex;
	align-items: center;
	font-weight: 700;
	padding: 0px 20px;
	text-decoration: none;
}

.usp-bar {
	padding-top: 20px;
	padding-bottom: 20px;
}
.usp-spacer {
	height: 20px;
}
.usp-bar > div {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .85em;
	height: 50px;
	border-top: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding: 0px 30px;
	font-weight: 400;
}
.usp-bar div span {
	position: relative;
  padding: 0 20px;
}
.usp-bar div span:last-child {
	padding-right: 0;
}
.usp-bar div span i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
	margin-right: 10px;
	font-size: .9em;
}

#header .main-menu .container {
	display: flex;
}

#header .extra-navigation>ul>li>a {
	display: flex;
	padding: 12px;
}
#header .extra-navigation>ul>li>a i {
	margin-left: 5px;
}
#header .extra-navigation li:hover a:before {
	fill: #e45a00;
}
#header .extra-navigation li a:before {
	display: block;
  margin-right: 10px;
  line-height: 0;
}
#header .extra-navigation li.snel-bestellen a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/truck-fast-solid.svg');
  width: 18px;
}
#header .extra-navigation li.tips-tricks > a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/circle-info-solid.svg');
  width: 14px;
}
#header .extra-navigation li.offerte a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/file-lines-regular.svg');
  width: 11px;
}
#header .extra-navigation li.fotos a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/camera-solid.svg');
  width: 14px;
}
#header .extra-navigation li.klantenservice a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/headset-solid.svg');
  width: 14px;
}

#header .main-menu ul li .mega-menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	top: 100%;
	background: #fff;
	padding: 30px 0px;
	border-top: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	display: none;
}
#header .main-menu ul li:hover .mega-menu {
	display: block;
}
#header .main-menu ul li .mega-menu .menus {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -30px;
}
#header .main-menu ul li .mega-menu .menus .menu {
	padding: 30px;
	width: 20%;
}
#header .main-menu ul li .mega-menu .menus .menu ul {
	display: block;
	font-size: .95em;
	line-height: 1.7em;
}
#header .main-menu ul li .mega-menu .menus .menu ul li {
	display: block;
	height: auto;
}
#header .main-menu ul li .mega-menu .menus .menu ul li a {
	padding: 0;
	font-weight: 400;
}
#header .main-menu ul li .mega-menu .menus .menu .title {
	font-size: 1.15em;
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
}
#header .main-menu ul ul.simple-menu {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
}
#header .main-menu ul li:hover ul.simple-menu {
	display: block;
}
#header .main-menu ul li ul.simple-menu li {
	position: relative;
}
#header .main-menu ul li ul.simple-menu li .subs {
	padding: 0 5px;
	left: 100%;
	top: 0;
	position: absolute;
}
#header .main-menu ul li ul.simple-menu li ul {
	display: none;
}
#header .main-menu ul li ul.simple-menu li:hover ul {
	display: block;
}
#header .main-menu ul ul.simple-menu li {
	display: block;
	height: 40px;
	line-height: 40px;
}
#header .main-menu ul ul.simple-menu li a {
	padding: 0;
	white-space: nowrap;
	padding: 0px 20px;
}
#header .vertical-menu-btn {
	height: 55px;
	font-size: 1em;
	border-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 30px;
	width: 215px;
}
#header .vertical-menu-btn i {
	margin-left: 12px;
	font-size: 20px;
}
#header .vertical-menu-wrap .btn-wrap {
	margin-top: -6px;
}
#header .vertical-menu-wrap.active .btn-wrap {
	z-index: 9999;
}
#header .vertical-menu-wrap.active .btn.vertical-menu-btn:before {
	left: 0;
}
#header .vertical-menu {
	width: calc(100% - 30px);
	z-index: 10;
	left: 30px;
	position: absolute;
	top: 100%;
	right: 0;
	color: #000;
	font-size: .95em;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
}
#header .vertical-menu.active {
	opacity: 1;
	visibility: visible;
}
#header .vertical-menu a {
	color: inherit;
	text-decoration: none;
}
#header .vertical-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 15px 0px;
	background: #fff;
	max-width: 215px;
}
#header .vertical-menu ul li {
	display: block;
	width: 100%;
	padding: 0;
	position: static;
}
#header .vertical-menu ul li.subs-title {
	font-weight: 700;
}
#header .vertical-menu ul li:hover {
	opacity: 1;
}
#header .vertical-menu ul li:last-child>a {
	border-bottom: none;
}
#header .vertical-menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: black;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding: 10px 20px;
	position: relative;
}
#header .vertical-menu ul li .category-wrap {
	display: flex;
	align-items: center;
}
#header .vertical-menu ul li img {
	width: 40px;
	margin-right: 10px;
	height: auto;
	border-radius: 3px;
}
#header .vertical-menu ul li .arrow-right {
	font-size: .75em;
	transform: translate(-2px, 0px);
	transition: transform .2s ease-in-out;
	margin-left: 10px;
}
#header .vertical-menu ul li.active>a>.arrow-right,
#header .vertical-menu ul li:hover>a>.arrow-right {
	transform: translate(0px, 0px);
}
#header .vertical-menu.active ul li.active>.subs-container {
	visibility: visible;
}
#header .vertical-menu ul li:hover>.subs-container {
	visibility: visible;
	transition-delay: 280ms;
}
#header .vertical-menu ul li.active>a:after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	border-top: 12em solid transparent;
	border-bottom: 12em solid transparent;
	border-right: 4em solid transparent;
	transform: translateY(-50%);
}
#header .vertical-menu ul .subs-container {
	display: inline-table;
	position: absolute;
	left: 215px;
	top: 0;
	width: calc(100% - 245px);
	height: 100%;
	visibility: hidden;
	transition: visibility 280ms ease-in;
  background: #ebebeb;
}
@media (max-width: 1199px) {
	#header .vertical-menu {
		left: 15px;
	}
	#header .vertical-menu ul .subs-container {
		width: calc(100% - 215px);
	}
}
#header .vertical-menu ul .subs-container>ul {
	display: block;
	column-count: 4;
	background: transparent;
	max-width: 100%;
	align-items: baseline;
	padding: 20px;
}
#header .vertical-menu ul .subs-container>ul.no-column-count {
	column-count: 1 !important;
}
@media (max-width: 1270px) {
	#header .vertical-menu ul .subs-container>ul {
		column-count: 3;
	}
}
@media only screen and (max-width: 768px) {
	#header .vertical-menu ul .subs-container>ul {
		column-count: 2;
	}
}
#header .vertical-menu ul .subs-container ul:before {
	content: '';
	background: white;
	position: absolute;
	left: -215px;
	top: 0;
	width: 215px;
	height: 100%;
	display: block;
	z-index: -1;
}
#header .vertical-menu ul .subs-container ul li {
	opacity: 1;
  padding-bottom: 20px;
	page-break-inside: avoid;
	display: table;
}
#header .vertical-menu ul .subs-container ul li a {
	padding: 5px 0;
	border: none;
	color: #777;
	font-weight: 400;
	white-space: normal;
}
#header .vertical-menu ul .subs-container ul li a .category-title {
	font-weight: 700;
}
#header .vertical-menu ul .subs-container ul li a.btn.navigation {
  display: inline-flex;
	background: white;
  padding: 0 15px;
  height: 40px;
}
#header .vertical-menu ul .subs-container ul li a.btn.navigation:hover {
	text-decoration: none;
}
#header .vertical-menu ul .subs-container ul li a.btn.navigation .category-title:after {
	font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 300;
  content: '\f054';
  padding-left: 10px;
  color: inherit;
}
#header .vertical-menu ul .subs-container ul li a:hover {
	text-decoration: underline;
}
#header .vertical-menu ul .subs-container ul ul {
	display: block;
	background: transparent;
	padding: 0;
}
#header .vertical-menu ul .subs-container ul ul li {
	margin: 0;
	padding: 0;
}
#header .vertical-menu ul .subs-container ul ul li a:hover {
	color: #777;
}
#header .vertical-dropdown-menu:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 30px);
	height: 100%;
	z-index: -1;
	background: #ebebeb;
}
@media (max-width: 1199px) {
  #header .vertical-dropdown-menu:after {
  	width: 100%;
  }
}

.mobile-bar {
	display: none;
}

/* filters */
.filter-wrap {
	margin-bottom: 20px;
}
.filter-wrap:last-child {
	margin-bottom: 0;
}
.filter-wrap:first-child {
	margin-bottom: 20px;
}
.filters-top .filter-wrap {
	margin-bottom: 0;
}
.filter-wrap .filter-title {
	font-size: 1.14em;
	margin-bottom: 10px;
}

/* cart popup */
.cart-wrap .title-small {
	margin-bottom: 30px;
}
.cart-wrap .cart-content:empty {
	display: none;
}
.cart-popup {
	display: none;
}
.cart-popup .cart-wrap {
	opacity: 0;
}
.cart-popup.loaded .cart-wrap {
	filter: none;
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

.fancybox-show-thumbs .fancybox-stage {
	left: 20px;
  right: 20px;
}
.fancybox-show-thumbs .fancybox-button {
  color: #696969;
	background: transparent;
}
.fancybox-arrow:after {
	background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
}
.fancybox-infobar {
	left: 0;
	margin-left: 0;
}
.fancybox-infobar button {
	display: none;
}
.fancybox-infobar .fancybox-infobar__body {
	background: transparent;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.7;
	transition-timing-function: ease;
}
.fancybox-bg {
	background: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: ease;
}
.fancybox-slide .cart-popup {
	width: calc(100% - 60px);
	max-width: 1400px;
	margin: 30px;
	padding: 70px;
	border-radius: 10px;
	background: #f7f7f7;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
.fancybox-image {
	border-radius: 10px;
}
.fancybox-show-caption .fancybox-caption-wrap {
  background: rgba(0,0,0,0.45);
  padding: 0;
}
.fancybox-button:hover:not([disabled]) {
  color: #696969; 
	background: transparent;
}
.fancybox-caption {
  border-top: none;
  border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
  margin: 0 20px;
  position: relative;
  z-index: 50;
  pointer-events: none;
  color: black;
  font-weight: bold;
  font-size: 1em;
}
.fancybox-show-thumbs .fancybox-inner {
  border-radius: 10px;
	max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
  background: white;
}
.fancybox-thumbs {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	max-width: 1460px;
  margin: 0 auto;
  padding: 20px;
  background: white;
}

@media (min-width: 767px) {
  .fancybox-thumbs {
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: 55%;
  }
  .fancybox-show-thumbs .fancybox-inner {
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 55%;
    height: calc(100% - 115px);
  }
  .fancybox-thumbs>ul {
  	display: flex;
    overflow-x: scroll;
  }
  .fancybox-thumbs>ul>li {
    margin-right: 20px;
    min-width: 75px;
    width: 75px;
    height: 75px;
    border: none;
    border-radius: 10px;
  }
  .fancybox-thumbs>ul>li:before {
    opacity: 1;
    border: 1px solid #eaeaea;
    border-radius: 10px;
  }
  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  	border: 2px solid #51AA7B;
  }
  .fancybox-thumbs>ul>li>img {
    position: relative;
    border-radius: 10px;
  }  
  .fancybox-thumbs>ul>li.thumb-video:after {    
  	font-family: 'FontAwesome';
    content: '\f04b';
    color: white;
    background: #EB5263;
    color: white;
    font-size: 2rem;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    box-shadow: 0 0.3rem 0.6rem 0 #0000004d;
    opacity: 0.85;
  }
}
.cart-popup .fancybox-close-small {
	display: none;
}
.cart-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.cart-wrap .totals-wrap {
	min-width: 420px;
	max-width: 420px;
}
.cart-wrap .totals {
	background: #2b2b2b;
	color: #fff;
	padding: 44px 50px;
	border-radius: 6px;
}
.cart-wrap .totals .title-small {
	color: #fff;
	text-align: center;
}
.cart-wrap .totals table {
	font-size: 1.15em;
	font-weight: 700;
	width: 100%;
}
.cart-wrap .totals table tr td {
	padding-top: 10px;
}
.cart-wrap .totals table tr td:last-child {
	text-align: right;
}
.cart-wrap .totals table tr:last-child td {
	padding-top: 20px;
	border-top: 1px solid #555555;
	font-size: 1.1em;
}
.cart-wrap .totals table tr:nth-last-child(2) td {
	padding-bottom: 20px;
}
.cart-wrap .totals .buttons {
/* 	margin-top: 120px; */
/* 	margin-top: 80px; */
}
.cart-wrap .totals .buttons .btn {
	margin-bottom: 10px;
	width: 100%;
}
.cart-wrap .totals .buttons .btn:last-child {
	margin-bottom: 0;
}
.cart-wrap .totals-wrap .payments {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
.cart-wrap .totals-wrap .payments img.giropay {
  width: 65px;
  padding: 0 5px;
}
.cart-wrap .table {
	padding-right: 80px;
}
.cart-wrap .table table {
	width: 100%;
}
.cart-wrap .table table .price-td {
	text-align: right;
	white-space: nowrap;
}
.cart-wrap .table table .image-wrap img {
	width: 100%;
  height: auto;
}
.cart-wrap .table table .image-wrap {
	position: relative;
	width: 100px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.cart-wrap .table table .image-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cart-wrap .table table td {
	padding: 25px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.cart-wrap .table table td a {
	text-decoration: underline;
}
.cart-wrap .table table td a:hover {
	color: #9CCAF9;
}
.cart-wrap .table table .info-td {
	width: 100%;
}
.cart-wrap .table table .info {
	padding-left: 30px;
}
.cart-wrap .table table .info .title {
  text-decoration: none;
  font-family: 'Maven Pro', Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: 700;
  letter-spacing: 0.05em;
  color: #363636;
  line-height: normal;
}
.cart-wrap .table table .info .title:hover {
	color: inherit;
}
.cart-wrap .table table .info .extra-info {
	background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-wrap .table table .info .extra-info:empty {
	display: none;
}
.cart-wrap .table table .info .extra-info li {
	display: flex;
  flex-wrap: wrap;
  padding: 2px 0;
}
.cart-wrap .table table .info .extra-info li strong {
	flex: 1 1 35%;
}
.cart-wrap .table table .info .extra-info li span {
	flex: 1 1 65%;
}
@media (max-width: 1350px) {
  .cart-wrap .table table .info .extra-info li strong,
  .cart-wrap .table table .info .extra-info li span {
    flex: 1 1 100%;
  }
}
.cart-wrap .table table .cart-delete {
	font-size: 120%;
	display: block;
	margin-left: 20px;
	color: #f78d76;
}
.cart-wrap .table table .info .extra-info ul {
	font-size: 90%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	line-height: 1.5em;
  display: flex;
	flex-direction: column;
}
.cart-wrap .table table .info .extra-info ul:first-child {
	margin-top: 0;
}
.cart-wrap .table table .info .brand {
	margin-bottom: 5px;
	font-size: .95em;
	opacity: .85;
}
.cart-wrap .table table .bundled ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: -3px 0px;
	padding-top: 10px;
}
.cart-wrap .table table .bundled ul li {
	display: flex;
	align-items: center;
	padding: 3px 0px;
}
.cart-wrap .table table .bundled .plus {
	display: flex;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	background: #eee;
	color: #fff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}
.cart-wrap .table table .bundled .title {
	font-size: .95em;
}
.cart-wrap .table table .bundled img {
	width: 50px;
	margin: 0px 5px;
	border-radius: 3px;
}
.cart-wrap .table table .old-price {
  font-size: 14px;
	font-weight: 300;
  text-decoration: line-through;
  color: #777;
}
.cart-wrap .table table .price {
	padding-left: 50px;
	font-size: 1.3em;
	font-weight: 700;
}
.cart-wrap .table table .wijzigen-link {
	color: #e45a00;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.cart-wrap .table .input-wrap input {
	border: none;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#cart-page .custom-error-verzendkosten {
	color: #DD3C10;
	border: 1px solid #DD3C10;
	background: #FCECE8;
	padding: 10px 15px;
	margin-bottom: 15px;
	margin-top: -15px;
  border-radius: 6px;
}
.cart-wrap .table .input-wrap .change {
	display: flex;
	align-items: center;
}
.cart-wrap .table .input-wrap .change a {
	text-decoration: none;
}
.cart-wrap .totals table .delete-discount {
	font-size: 70%;
	opacity: .5;
	display: block;
	margin-top: -1px;
}

.cart-wrap .totals .buttons .btn-wrapper {
  display: block;
	margin-top: 45px;
  margin-bottom: 15px;
}
.cart-wrap .totals .buttons .btn-wrapper.disabled {
	cursor: not-allowed;
  margin-top: 0;
}

.btn-wrapper.disabled .btn {
  pointer-events: none;
	border-top-left-radius: 0;
  border-top-right-radius: 0;
/*   background: #cfcfcf !important; */
  background: #efd3a7 !important;
  color: #b28c56;
  opacity: 1;
}
.amount-difference {
  position: relative;
	color: #b66b00;
/*   border-bottom: 2px solid #2b2b2b; */
  background: #fff6e9;
  padding: 10px 15px;
  margin-top: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.amount-difference strong {
	color: #b66b00;
}
.difference-popup {
	position: absolute;
  right: -10px;
  top: -10px;
  background: #b66b00;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  color: #fff6e9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.difference-popup:hover,
.difference-popup:focus {
	color: #fff6e9;
  text-decoration: none;
}

span[data-cart-items] {
	margin-right: 5px;
}

#shipping-costs-popup {
	display: none;
}
.fancybox-slide #shipping-costs-popup {
	margin: 30px 0px;
	padding: 40px 50px;
	background: #f7f7f7;
	width: 100%;
	max-width: 420px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
#shipping-costs-popup .fancybox-close-small {
	display: none;
}
#shipping-costs-popup .input-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
#shipping-costs-popup .input-wrap input {
	flex-grow: 10;
	margin-right: 10px;
}
#shipping-costs-popup .title-small {
	margin-bottom: 50px;
}
#shipping-costs-popup .methods-block,
#shipping-costs-popup .no-shipments {
	margin-top: 20px;
}
#shipping-costs-popup .methods-title {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.cart-wrap .shipping-discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cart-wrap .shipping-discount .discount-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f4f4f4;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
}
.cart-wrap .shipping-discount .discount-block .open-discount {
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
}
/*.cart-wrap .shipping-discount .discount-block .open-discount:before {
	font-family: 'FontAwesome';
  content: '\f145';
  padding-right: 10px;
}*/
.cart-wrap .shipping-discount .discount-block .open-discount i {
	margin-left: 10px;
	transition: all .4s ease-in-out;
}
.cart-wrap .shipping-discount .discount-block.active .open-discount i {
	transform: rotate(180deg);
}
.cart-wrap .shipping-discount .discount-block form {
	display: none;
}
.cart-wrap .shipping-discount .discount-block form .discount-message {
  margin-top: 5px;
  margin-bottom: 15px;
}
.cart-wrap .discount-block input {
	height: 50px !important;
  width: 55%;
}
.cart-wrap .discount-block .btn {
  height: 50px;
  width: 40%;
	margin-left: 10px;
	line-height: normal;
}
.cart-wrap .discount-block input {
	border: 1px solid rgba(0, 0, 0, .07);
}

@media (max-width: 767px) {
	.cart-wrap .discount-block {
		width: 100%;
	}
	.cart-wrap .discount-block input {
    width: 100%;
    margin-bottom: 10px;
	}
  .cart-wrap .discount-block .btn {
  	margin-left: 0;
    width: 100%;
  }
}

/* login popup */
#login-popup {
	display: none;
}
.fancybox-slide #login-popup {
	margin: 30px;
	padding: 40px 50px;
	background: #fff;
	width: 100%;
	max-width: 420px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
#login-popup .title-small {
	margin-bottom: 40px;
}
#login-popup form input {
	height: 50px;
	margin-bottom: 10px;
	width: 100%;
}
#login-popup form input:last-child {
	margin-bottom: 10px;
}
#login-popup .buttons {
	margin-top: 30px;
}
#login-popup .buttons .btn {
	margin-bottom: 10px;
	width: 100%;
}
#login-popup .buttons .btn:last-child {
	margin-bottom: 0;
}
#login-popup .options {
	margin-top: 70px;
	font-size: .9em;
}
#login-popup .options .or {
	display: block;
	opacity: .85;
	margin: 3px 0px;
}
#login-popup .options a {
	font-weight: 700;
}

/* messages */
.message-wrap {
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 99999999999;
	display: none;
}
.message-wrap.active {
	display: block;
}
.message-wrap .message {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 350px;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	font-size: 1.1em;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
}
.message-wrap.active .message {
	animation: jump 1s ease 0s 1 normal;
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0);
}
.message-wrap .message .icon {
	min-width: 40px;
	max-width: 40px;
	height: 40px;
	background: #aaa;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
}
.message-wrap .text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* mobile menu*/
.mobile-menu {
	display: none;
}
.mobile-popup.mobile-menu {
	background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
	background: -webkit-linear-gradient(right, #313237 0%, #3D3E45 100%);
	background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
	background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
	color: #fff;
	overflow-x: hidden;
}
.mobile-popup.mobile-menu .title-font {
	color: #fff;
}
.mobile-popup.mobile-menu .subs .subs-back i {
	font-size: .75em;
	margin-right: 10px;
}
.mobile-menu .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-weight: 700;
	margin-bottom: 50px;
}
.mobile-menu .menu ul:first-child {
	background: rgba(255, 255, 255, 0.05);
  padding: 0 20px;
  border-radius: 5px;
}
.mobile-menu .menu ul:first-child li:first-child {
	border-top: none;
}
.mobile-menu .menu ul:first-child li a {
	padding: 15px 0;
}
.mobile-menu .menu ul:last-child {
	margin-bottom: 0;
}
.mobile-menu .menu ul:last-child li {
	border: none;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu ul.mobile-menu-topbar {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  margin-bottom: 0;
}
.mobile-menu ul.mobile-menu-topbar li {
	order: 100;
}
.mobile-menu ul.mobile-menu-topbar li.left{
	order: 50;
}
.mobile-menu ul.mobile-menu-topbar li.left.first {
	order: 10;
}
.mobile-menu ul.mobile-menu-topbar li.left.second {
	order: 20;
}
.mobile-menu ul.mobile-menu-topbar li.left.third {
	order: 30;
}
.mobile-menu ul.mobile-menu-topbar li a {
  padding: 15px 20px 15px 50px !important;
	justify-content: flex-start !important; 
}
.mobile-menu ul.mobile-menu-topbar li ul li a {
	padding-left: 0 !important;
}
.mobile-menu ul.mobile-menu-topbar li a:before {
  position: absolute;
	left: 20px;
	display: block;
  line-height: 0;
}
.mobile-menu ul.mobile-menu-topbar li.snel-bestellen a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/truck-fast-solid.svg');
  width: 18px;
}
.mobile-menu ul.mobile-menu-topbar li.tips-tricks > a:before {
	content: url('https://cdn.webshopapp.com/themes/176608/assets/circle-info-solid.svg');
  width: 14px;
}
.mobile-menu ul.mobile-menu-topbar li.offerte a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/file-lines-regular.svg');
  width: 11px;
}
.mobile-menu ul.mobile-menu-topbar li.fotos a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/camera-solid.svg');
  width: 14px;
}
.mobile-menu ul.mobile-menu-topbar li.klantenservice a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/headset-solid.svg');
  width: 14px;
}
.mobile-menu ul.mobile-menu-topbar li.samples > a:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/layer-group-solid.svg');
  width: 14px;
}
.mobile-menu .menu ul li.login a:before {
	content: url('https://cdn.webshopapp.com/themes/176608/assets/user-solid.svg');
  position: absolute;
  left: 20px;
  display: block;
  line-height: 0;
  width: 13px;
}
.mobile-menu .menu ul li.login a {
  padding: 15px 20px 15px 50px !important;
	justify-content: flex-start !important;
}
.mobile-menu .menu ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .menu ul li a {
	flex-grow: 10;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.mobile-menu .menu ul li.active>a {
	background: transparent;
}
.mobile-menu .menu ul li .more-cats {
	font-size: .85em;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 20px;
	height: 100%;
	display: flex;
	align-items: center;
}
.mobile-menu .menu ul li .more-cats:before {
	content: '';
	display: block;
	position: absolute;
	right: 48px;
	top: 7px;
	height: calc(100% - 14px);
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
}
.mobile-menu .menu ul li.active>a .more-cats {
	color: #fff;
}
.mobile-menu .menu>ul:last-child li:last-child {
	border-bottom: none;
}
.mobile-menu .menu ul li.highlight {
	border: none;
}
.mobile-menu .menu ul li.highlight a {
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 5px;
	background: #505050;
	background: rgba(255, 255, 255, 0.05);
	justify-content: flex-start;
}
.mobile-menu .menu ul li .user-circle {
	margin-right: 10px;
}
.mobile-menu .menu ul li .subs {
	position: absolute;
	left: 100%;
	top: 0;
	padding-bottom: 60px;
	background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
	background: -webkit-linear-gradient(right, #313237 0%, #3D3E45 100%);
	background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
	background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all .2s linear;
}
.mobile-menu .menu ul li .subs.active {
	transform: translate(-100%, 0);
}
.mobile-menu .breads {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
	opacity: .3;
}
.mobile-popup.open .mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-menu-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 12px 18px;
	z-index: 50;
	color: white !important;
}
.mobile-menu-header .close-popup {
	position: relative;
	top: auto;
	right: auto;
}
.mobile-menu-header .close-popup a {
	border: none;
	border-radius: unset;
	display: block;
}

@media (max-width:991px) and (min-width:768px) {
	.mobile-popup.mobile-menu {
		position: fixed;
		top: 80px;
		width: 100%;
		height: calc(100% - 80px);
		display: block;
		z-index: 999;
		right: 100%;
		width: 100%;
		z-index: 99;
		text-align: center;
		display: block;
		transition: all .2s linear;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-popup.open {
		transform: translate(100%, 0px);
	}
	.mobile-menu .close-popup {
		position: absolute;
		top: 20px;
		right: 20px;
		left: auto;
		bottom: auto;
		padding: 0;
		z-index: 99;
	}
	.mobile-menu .popup-inner {
		padding: 30px;
		position: relative;
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.mobile-menu .popup-inner .menu-wrap {
		position: relative;
		overflow: hidden;
	}
	.mobile-popup.mobile-menu .title-small {
		text-align: center;
		margin-bottom: 20px;
	}
}

/* banners */
.grid-row {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	min-width: 100%;
}
.grid-col {
	padding: 10px;
	display: flex;
	align-items: stretch;
}
.home-banners .banner a {
	text-decoration: none;
}
.home-banners .banner {
	background: #aaa;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	display: flex;
	position: relative;
	align-items: stretch;
	width: 100%;
}
.home-banners .banner .btn:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	font-weight: 300;
	padding-left: 10px;
}
.home-banners .banner .vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #eee;
}
.home-banners .banner .vid video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}
.home-banners .banner .overlay {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	width: 100%;
	position: relative;
	border-radius: 10px;
}
.home-banners .banner .overlay.text-place-left {
	align-items: flex-start;
}
.home-banners .banner .overlay.text-place-right {
	align-items: flex-end;
}
.home-banners .banner .overlay.text-place-center {
	align-items: center;
}
.home-banners .banner .overlay.align-top {
	justify-content: flex-start;
}
.home-banners .banner .overlay.align-bottom {
	justify-content: flex-end;
}
.home-banners .banner .overlay.align-middle {
	justify-content: center;
}
.home-banners .banner .overlay.align-justify {
	justify-content: space-between;
}
.home-banners .banner .overlay.top-to-bottom {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), color-stop(33%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#00000000', GradientType=0);
}
.home-banners .banner .overlay.bottom-to-top {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.59) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.59)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.59) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.59) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#96000000', GradientType=0);
}
.home-banners .banner .overlay.left-to-right {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);
}
.home-banners .banner .overlay.right-to-left {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=1);
}
.home-banners .banner .overlay.filling {
	background: rgba(0, 0, 0, 0.3);
}
.home-banners .banner .subtitle {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 7px;
}
.home-banners .banner .title {
	font-size: 1.8em;
	color: #fff;
}
.home-banners .banner .title.with-timer {
	margin-bottom: 15px;
}
.home-banners .banner .button {
	margin-top: 40px;
	max-width: 100%;
}
.home-banners .banner .btn {
	background: #fff;
	color: #000;
	height: 40px;
	width: auto;
	font-size: .9em;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	justify-content: flex-start;
}
.home-banners.grid-v1 .grid-1 {
	width: 22%;
}
.home-banners.grid-v1 .grid-2 {
	width: 50%;
}
.home-banners.grid-v1 .grid-3 {
	width: 28%;
}
.home-banners.grid-v1 .banner-1 {
	height: 590px;
}
.home-banners.grid-v1 .banner-2,
.home-banners.grid-v1 .banner-3,
.home-banners.grid-v1 .banner-4,
.home-banners.grid-v1 .banner-5,
.home-banners.grid-v1 .banner-6 {
	height: 295px;
}
.home-banners.grid-v1 .banner-1 {
	width: 100%;
}
.home-banners.grid-v1 .banner-2 {
	width: 100%;
}
.home-banners.grid-v1 .banner-3,
.home-banners.grid-v1 .banner-4 {
	width: 50%;
}
.home-banners.grid-v1 .banner-5,
.home-banners.grid-v1 .banner-6 {
	width: 100%;
}
.home-banners.grid-v2 .grid-1 {
	width: 38%;
}
.home-banners.grid-v2 .grid-2 {
	width: 22%;
}
.home-banners.grid-v2 .grid-3 {
	width: 40%;
}
.home-banners.grid-v2 .banner-1,
.home-banners.grid-v2 .banner-2,
.home-banners.grid-v2 .banner-4,
.home-banners.grid-v2 .banner-5,
.home-banners.grid-v2 .banner-6 {
	height: 295px;
}
.home-banners.grid-v2 .banner-3 {
	height: 590px;
}
.home-banners.grid-v2 .banner-1,
.home-banners.grid-v2 .banner-2 {
	width: 100%;
}
.home-banners.grid-v2 .banner-3 {
	width: 100%;
}
.home-banners.grid-v2 .banner-4 {
	width: 100%;
}
.home-banners.grid-v2 .banner-5,
.home-banners.grid-v2 .banner-6 {
	width: 50%;
}
.home-banners.grid-v3 .grid-1 {
	width: 30%;
}
.home-banners.grid-v3 .grid-2 {
	width: 70%;
}
.home-banners.grid-v3 .banner-2,
.home-banners.grid-v3 .banner-3,
.home-banners.grid-v3 .banner-4,
.home-banners.grid-v3 .banner-5,
.home-banners.grid-v3 .banner-6 {
	height: 295px;
}
.home-banners.grid-v3 .banner-1 {
	height: 590px;
}
.home-banners.grid-v3 .banner-1 {
	width: 100%;
}
.home-banners.grid-v3 .banner-2,
.home-banners.grid-v3 .banner-3 {
	width: 50%;
}
.home-banners.grid-v3 .banner-4,
.home-banners.grid-v3 .banner-5,
.home-banners.grid-v3 .banner-6 {
	width: 33.3333%;
}
.home-banners.grid-second-block .banner-7,
.home-banners.grid-second-block .banner-8 {
	height: 350px;
	width: 50%;
}

.grid-20 {
	width: 20%;
}
.grid-25 {
	width: 25%;
}
.grid-30 {
	width: 30%;
}
.grid-33 {
	width: 33.33333%;
}
.grid-66 {
	width: 66.66666%;
}
.grid-50 {
	width: 50%;
}
.grid-75 {
	width: 75%;
}

.banner-timer {
	display: inline-flex;
	align-items: center;
	margin: 0px -3px;
	font-size: 18px;
	font-weight: 700;
}
.banner-timer .block {
	padding: 0px 2px;
	display: flex;
	align-items: center;
	position: relative;
}
.banner-timer .block .digit {
	width: 20px;
	height: 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5px;
	border-radius: 3px;
	color: #000;
	padding-top: 2px;
}
.banner-timer .block .time-title {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 6.5px;
	margin-top: 3px;
}

/* categories */
.categories {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.categories .category {
	padding: 10px;
}
.categories .category a:hover {
	text-decoration: none;
}
.categories .category a[data-category-title="content"],
.categories .category a[data-category-title=""] {
	display: none;
}
.categories .categories-slider .category.layout-2 {
	height: 100%;
}
.categories .category img {
	width: 100%;
  height: auto;
}
.categories .category .cat-inner {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  height: 100%;
	/*border-radius: 5px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
	position: relative;*/
}
.categories .category.layout-2 .cat-inner {
	height: 100%;
}
.categories .category.layout-2 .cat-inner {
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}
.categories .category.layout-2 img {
	width: 100%;
	max-width: 170px;
	margin: 0 auto;
}
.categories .category .overlay {
  width: 100%;
  position: relative;
  color: #fff;
  background: #fbfbfb;
	/*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	color: #fff;*/
}
.categories .category .title {
  display: flex;
	color: #363636;
	font-size: 1.1em;
	width: 100%;
/* 	background: #fbfbfb; */
	padding: 20px;
}
/*@media (max-width: 767px) {
	.categories .category .title {
		font-size: .9em;
		padding: 12px;
	}
}*/
.categories .category .title:after {
	font-family: 'FontAwesome';
	content: '\f105';
  margin-left: auto;
/* 	float: right; */
}
.categories .category.layout-2 a {
	text-decoration: none;
	height: 100%;
}
.categories .category.layout-2 .title {
	color: inherit;
	text-decoration: none;
}
.categories .category .count {
	font-size: 70%;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-top: 3px;
}
.categories-slider .owl-stage {
	display: flex;
	align-items: stretch;
}
@media (max-width: 767px) {  
  .categories .category .title {
		font-size: .9em;
		padding: 12px;
	}
  /*
  .categories .category img {
    width: 25%;
    flex: 1 1 25%;
  }
  .categories .category .cat-inner {
  	display: flex;
    align-items: center;
  }
  .categories .category .overlay {
  	flex: 1 1 75%;
  }
  */
  .categories-slider .category .cat-inner {
  	display: block;
  }
  .categories-slider .category .cat-inner img {
  	width: 100%;
  }
}

/* products */
.tabs-wrap .pages .page {
	display: none;
}
.tabs-wrap .pages .page.active {
	display: block;
}

.home-products .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: -5px;
	padding-bottom: 15px;
}
.home-products .tabs li {
	display: inline-block;
	padding: 5px;
}
.home-products .tabs li a {
	height: 25px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
	color: black;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.home-products .tabs li.active a {
	color: white;
}
.home-products .tabs li a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.products {
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}
.products .product,
.products .product-list {
	padding: 15px;
}
.products .product-list .product-inner {
	display: flex;
	align-items: center;
	padding: 0;
	border-radius: 6px;
/*   position: relative; */
}
.products .product-list .product-inner .standaard-maten {
	position: absolute;
  bottom: 0;
  left: 0;
  background: #fbe67e;
  padding: 7px 5px;
  text-align: center;
  color: #7c690b;
  font-weight: 600;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.products .product .stars,
.products .product-list .stars {
	font-size: .9em;
	color: #f1c40f;
	margin: 0px -2px;
}
.products .product .stars i,
.products .product-list .stars i {
	margin: 2px;
}
.products .product a,
.products .product-list a {
  display: block;
	text-decoration: none;
}
.products .product a:hover,
.products .product-list a:hover {
	text-decoration: underline;
	color: #000 !important;
}
.products .product .image-wrap {
	position: relative;
	overflow: hidden;
}
.products .product .image-wrap .img-wrap {
	display: block;
	position: relative;
	background: #fff;
}
.products .product .image-wrap .img-wrap .sec {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: opacity .2s ease-in-out;
	padding: 10%;
}
.products .product .image-wrap .more-images {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: #fff;
	transition: transform .2s ease-in-out;
	transition-delay: .1s;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	border-top: 1px solid rgba(0, 0, 0, .07);
	transform: translate(0, 100%);
}
.products .product.has-more:hover .image-wrap .more-images {
	transform: translate(0, 0);
}
.products .product .image-wrap .more-images .images {
	margin: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products .product .image-wrap .more-images .image-col {
	width: 25%;
	padding: 10px;
}
.products .product .image-wrap .more-images .image .wrap {
	position: relative;
	padding: 5%;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.products .product .image-wrap .more-images .image .wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}
.products .product .image-wrap .more-images .image img {
	width: 100%;
	opacity: .6;
	transition: opacity .15s ease-in-out;
}
.products .product .image-wrap .more-images .image.active img {
	opacity: 1;
}
.products .product.has-sec:hover .image-wrap .img-wrap .sec {
	opacity: 1;
}
.products .product .buttons,
.products .product-list .buttons {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
	display: flex;
	align-items: center;
	margin: -6px;
	font-size: 16px;
}
.products .product .buttons .button,
.products .product-list .buttons .button {
	padding: 6px;
	opacity: .5;
}
.products .product .buttons .button.text-button,
.products .product-list .buttons .button.text-button {
	display: none;
}
.products .product:hover .buttons .button.text-button,
.products .product-list:hover .buttons .button.text-button {
	display: block;
}
.products .product:hover .buttons .button.text-button .show-btn,
.products .product-list:hover .buttons .button.text-button .show-btn {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 7px;
	background: #aaa;
	border-radius: 3px;
	display: inline-flex;
	color: #fff;
}
.add-to-wishlist.in-wishlist i:before {
	content: "\6c";
}
.products .product .product-inner {
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
}
.products .product .product-inner.border-allways,
.products .product-list .product-inner.border-allways {
	border: 1px solid rgba(0, 0, 0, .07);;
}
.products .product:hover .product-inner.border-on-hover,
.products .product-list:hover .product-inner.border-on-hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
}
.products .product .product-inner .standaard-maten {
	background: #fbe67e;
  padding: 7px 5px;
  text-align: center;
  color: #7c690b;
  font-weight: 600;
}
.products .product .img-wrap {
	background: #fff;
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	overflow: hidden;
}
.products .product-list .img-gray .img-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.products .product .img-wrap img {
	width: 100%;
  height: auto;
}
.products .product .img-gray .img-wrap,
.products .product .product-inner.no-border .img-wrap,
.products .product .product-inner.border-on-hover .img-wrap {
	border: none;
}
.products .product .img-gray .img-wrap:after,
.products .product-list .img-gray .img-wrap:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}
.products .product-list .image-wrap {
	min-width: 200px;
	max-width: 200px;
	margin-right: 15px;
	position: relative;
	background: #fff;
}
.products .product-list .image-wrap img {
	width: 100%;
}
.products .product .info {
	padding: 20px;
}
.products .product-list .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
	padding: 10px 0px;
  flex-grow: 1;
}
.products .product .product-inner.no-border .info {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.products .product .info .product-brand,
.products .product-list .info .product-brand {
	display: block;
	font-size: .9em;
	font-weight: 700;
}
.products .product .info .title,
.products .product-list .info .title {
	margin-bottom: 5px;
	display: block;
	line-height: 1.5em;
	overflow: hidden;
}
.products .product .info .title.one-line,
.products .product-list .info .title.one-line {
	height: 1.5em;
}
.products .product .info .title.two-lines,
.products .product-list .info .title.two-lines {
	height: 3em;
}
.products .product .info .title.three-lines,
.products .product .info-list .title.two-lines {
	height: 4.5em;
}
.products .product .info .title.four-lines,
.products .product .info-list .title.four-lines {
	height: 4.5em;
}
@media (max-width: 767px) {
	.products .product .info .title.four-lines {
		height: 6em;
	}
}
.products .product .info .description,
.products .product-list .info .description {
	font-size: .85em;
	line-height: 1.6em;
	overflow: hidden;
	height: 4.8em;
	margin-top: 5px;
}
.products .product-list .info .description {
	height: auto;
}
.products .product .info .description.one-line {
	height: 1.6em;
}
.products .product .info .description.two-lines {
	height: 3.2em;
}
.products .product .info .description.three-lines {
	height: 4.8em;
}
.products .product .info .price,
.products .product-list .info .price {
	margin-top: 10px;
	font-size: .95em;
	font-weight: 700;
}
.products .product .info .price .old-price .price-inner,
.products .product-list .info .price .old-price .price-inner {
	margin-right: 10px;
	display: inline-block;
	text-decoration: line-through;
	font-size: 90%;
}
.products .product .info .price .old-price .price-inner:empty,
.products .product-list .info .price .old-price .price-inner:empty {
	display: none;
}
.products .product .info .price .legal,
.products .product-list .info .price .legal {
	font-weight: 400;
	font-size: 11px;
	opacity: .5;
}
.products .product .info .price .srp,
.products .product-list .info .price .srp {
	margin-left: 5px;
	font-weight: 400;
	font-size: 11px;
	opacity: .5;
}
.products .product .info .compare,
.products .product-list .info .compare {
	margin-top: 10px;
	display: inline-flex;
}
.products .product .info .compare .ui.checkbox,
.products .product-list .info .compare .ui.checkbox {
	padding: 0;
}
.products .product .product-labels,
.products .product-list .product-labels {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
	display: flex;
	align-items: flex-start;
}
.products .product .product-label,
.products .product-list .product-label {
	height: 20px;
	background: #aaa;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: inline-flex;
	align-items: center;
	padding: 0px 10px;
	font-weight: 700;
	margin-right: 5px;
	border-radius: 5px;
}
.products .product .product-label:empty,
.products .product-list .product-label:empty {
	display: none;
}
.products .product .product-label:last-child,
.products .product-list .product-label:last-child {
	margin-right: 0;
}
.products .no-products-found > div {
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.products .no-products-found > div p {
  margin: 0;
}
.products .no-products-found > div a {
  margin-top: 15px;
}
.quickview-popup {
	display: none;
}
.fancybox-slide>.quickview-popup {
	width: 100%;
	max-width: 1400px;
	padding: 0;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.product-detail {
	display: flex;
	align-items: flex-start;
}
.product-detail .images-wrap {
	min-width: 450px;
	max-width: 450px;
	margin-right: 100px;
}
.product-detail .info {
	flex-grow: 10;
}
.product-detail .top-info .product-title {
	font-size: 1.8em;
	margin: 0;
}
.product-detail .top-info .product-brand {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 7px;
}
.product-detail .top-info .stars-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
}
.product-detail .top-info .stars {
	white-space: nowrap;
	font-size: .9em;
	color: #f1c40f;
	margin: 0px -2px;
	font-size: 1.15em;
}
.product-detail .top-info .stars i {
	margin: 2px;
}
.product-detail .info .price-stock {
  font-size: 14px;
	margin: 30px 0px;
}
.product-detail .info .stock {
  color: black;
	font-size: .9em;
	text-transform: lowercase;
	font-weight: 700;
	letter-spacing: .1em;
}
.product-detail .info .stock i {
	margin-right: 7px;
}
.product-detail .legal-stock-container {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-detail .stock-container {
	font-size: 14px;
  margin-right: 70px;
  line-height: normal;
}
.product-detail .stock-container.simple-product {
	text-align: right;
  margin-bottom: 15px;
  line-height: normal !important;
}
.product-detail .stock-container.simple-product .stock .success-color {
	color: #363636;
}

@media only screen and (max-width: 768px) {
  .product-detail .stock-container {
  	margin-right: 55px;
    line-height: 25px;
  }
}
.product-detail .top-info .product-code .title {
	font-weight: 400;
}
.product-detail .top-info .product-code {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}
.product-detail .info .product-delivery {
	margin-bottom: 20px;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}
.product-detail .info .product-delivery i {
	margin-right: 7px;
}
.product-detail .info .price {
  display: flex;
  align-items: baseline;
	font-size: 2em;
	font-weight: 700;
}
.product-detail .info .product-description {
	line-height: 2em;
	margin-bottom: 20px;
	font-size: .97em;
	margin-bottom: 30px;
}
.product-detail .info .product-description a {
	text-decoration: underline;
}
.product-detail .info .price .old-price {
	font-size: 80%;
	opacity: .5;
	text-decoration: line-through;
	position: relative;
}
.product-detail .info .price .old-price .price-wrap:empty {
	display: none;
}
.product-detail .info .price .from-price {
	margin-right: 8px;
}
.product-detail .info .price .new-price small,
.product-detail .info .price .old-price small {
  margin-right: 10px;
  display: inline-block;
  vertical-align: super;
}
.product-detail .info .price .legal {
	font-weight: 400;
	font-size: 12px;
	opacity: .5;
  margin-left: 8px;
}
.product-detail .info .price .unit-price {
	font-size: 13px;
}
.product-detail .info .price .srp {
	font-weight: 400;
	font-size: 12px;
	opacity: .5;
	margin-left: 5px;
}
.product-detail .order-countdown {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.product-detail .order-countdown .icon {
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	background: #eee;
	font-size: 30px;
	margin-right: 15px;
}
.product-detail .order-countdown .subtitle {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 3px;
}
.product-detail .order-countdown .title {
	font-size: 1.1em;
}

.input-wrap .change {
	display: flex;
	align-items: center;
}
.input-wrap .change a {
  font-size: 0;
/* 	color: black !important; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
.input-wrap .change a:hover {
	opacity: .5;
}
.input-wrap .change a i {
  font-size: 14px;
}
.input-wrap .change input {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0px 5px;
	margin: 0px 10px;
	background: #f7f7f7;
	border-radius: 5px;
}
.product-detail .info .cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-detail .info .input-wrap {
	margin-right: 40px;
}
.product-detail .info .cart .add-cart {
	flex-grow: 10;
}
.product-detail .info form {
	margin-top: 40px;
}
.product-detail .info .share-compare:empty {
	margin-top: 0;
}
.product-detail .info .share-compare {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-detail .info .compare {
	display: inline-flex;
}
.product-detail .info .share-compare .share {
	display: flex;
	align-items: center;
	opacity: .7;
}
.product-detail .info .share-compare .share label {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	margin-right: 7px;
	margin-bottom: 0;
}
.product-detail .info .share-compare .share ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.product-detail .info .share-compare .share ul li {
	margin-left: 10px;
	font-size: 16px;
}
.product-detail .info .cart .add-wish {
	padding: 0px;
	width: 50px;
	height: 50px;
	background: transparent;
	margin-left: 20px;
	box-shadow: none !important;
}
.product-detail .info .product-option .options {
	margin: -10px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product-detail .info .product-option .options .option {
	padding: 10px;
	width: auto;
	flex: 1;
	min-width: 50%;
}
.product-detail .info .product-option {
	margin-bottom: 25px;
}
.product-detail .info .product-option .ui.selection.dropdown {
	height: 40px;
	background: #f7f7f7;
	display: flex;
}
.product-detail .product-option .product-configure-variants,
.product-detail .product-option .product-configure-custom-option {
	margin-top: 20px;
}
.product-detail .product-option input[type="text"] {
	outline: none;
	height: 50px;
	padding: 0px 15px;
	border: none;
	border-radius: 5px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 5px 0px;
}
.product-detail .product-option textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 150px;
	min-height: 150px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	padding: 15px;
	margin: 5px 0px;
}
.product-detail .images .product-images .owl-stage {
	display: flex;
}
.product-detail .images .product-images .item {
	height: 100%;
	margin: 0px 1px;
}
.product-detail .images .product-images .item a {
	display: block;
}
.product-detail .images .image {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 1px;
}
.product-detail .images .image .video-inner {
	position: relative;
	width: 100%;
  height: 100%;
}
.product-detail .images .image .video-inner a {
  display: block;
  height: 100%;
}
.product-detail .iframe-video img {
	width: 100%;
  height: 100% !important;
  object-fit: cover;
}
lite-youtube {
  background: black;
  padding: 0 !important;
  height: 100% !important;
}
.product-detail .images .image .video-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.product-detail .images .thumbs .image {
	cursor: pointer;
	height: 100%;
}
.product-detail .images .thumbs .image img {
	height: 100%;
	object-fit: cover;
}
.product-detail .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
  width: 45px;
  height: 45px;
  background: #EB5263;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0.3rem 0.6rem 0 #0000004d;
  border-radius: 50%;
  opacity: 0.85;
}
.product-detail .play-btn.large {
	width: 90px;
  height: 90px;
  font-size: 4rem;
}
.product-detail .images .thumbs .image.active,
.product-detail .images .thumbs .image:hover {
	opacity: 1;
}
.product-detail .images .item.active .image.img-border {
	border-width: 2px;
}
.product-detail .images .image.img-border {
	border: 1px solid #eaeaea;
}
.product-detail .images .image.img-border img {
  height: auto;
}
.product-detail .thumbs .image.img-border img {
  height: 100%;
}
.product-detail .images .quickview-thumbs,
.product-detail .images .product-thumbs {
	margin-top: 10px;
}
.product-detail .info .discounts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}
.product-detail .info .discounts ul li {
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	margin-bottom: 5px;
}
.product-detail .info .discounts ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-detail .info .discounts .discount-label {
	height: 25px;
	display: inline-flex;
	align-items: center;
	padding: 0px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	align-self: flex-start;
	white-space: nowrap;
	margin-left: 10px;
}

/* BLOG */
.blog-articles {
	margin: -15px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.regular-articles .blog-articles {
	display: block;
}
.blog-articles .blog-article {
	padding: 15px;
	display: flex;
	align-items: stretch;
}
.regular-articles .blog-articles .blog-article {
	display: block;
}
.blog-articles .blog-article .image-wrap {
	flex-grow: 10;
	display: flex;
	align-items: stretch;
}
.blog-articles .blog-article .image {
	min-height: 280px;
	border-radius: 10px;
	width: 100%;
}
.blog-articles .blog-article .title {
	font-size: 2.5em;
	text-decoration: none;
}
.blog-articles .blog-article .flex {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
}
.blog-articles .blog-article .title,
.blog-articles .blog-article .summary,
.blog-articles .blog-article .date,
.blog-articles .blog-article .image-wrap {
	order: 2;
}
.blog-articles .blog-article .image-wrap {
	margin-top: 40px;
}
.blog-articles .blog-article:nth-child(even) .image-wrap,
.regular-articles .blog-articles .blog-article .image-wrap {
	order: 1;
	margin-top: 0;
	margin-bottom: 40px;
}
.blog-articles .blog-article .date,
.complete-article .date {
	height: 25px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	align-self: flex-start;
	margin-bottom: 10px;
}
.blog-articles .blog-article .title {
	line-height: 1.3em;
	margin-bottom: 20px;
}
.blog-articles .blog-article .summary {
	line-height: 2em;
	font-size: .97em;
}
.blog-articles .blog-article .read-more {
	font-weight: 700;
	font-size: .9em;
}
.blog-articles .blog-article .read-more:hover {
	text-decoration: underline;
}
#blog .regular-articles {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .07);
}
#blog {
	padding-bottom: 100px;
}
.recent-articles {
	margin: -10px;
}
.recent-articles .recent-article {
	padding: 10px;
}
.recent-articles .recent-article .flex {
	display: flex;
	align-items: center;
}
.recent-articles .recent-article .image-wrap {
	min-width: 75px;
	max-width: 75px;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
	background: #fff;
}
.recent-articles .recent-article .image-wrap .no-image {
	background: #f7f7f7;
}
.recent-articles .recent-article .image-wrap .no-image:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.recent-articles .recent-article .info .date {
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 5px;
}
.recent-articles-wrap {
	margin-bottom: 30px;
}
.complete-article .image,
.complete-article .no-image {
	border-radius: 10px;
}
.complete-article .no-image {
	background: #f7f7f7;
}
.complete-article .image:after,
.complete-article .no-image:after {
	content: '';
	display: block;
	padding-top: 40%;
}
.complete-article .article-title {
	margin: 0;
	margin-bottom: 10px;
}
.complete-article .image-wrap {
	margin-bottom: 30px;
	margin-top: 20px;
}
.write-comment .fields {
	margin: -10px;
}
.write-comment .fields .field {
	padding: 10px;
}
.write-comment .standard-input {
	width: 100%;
}
.write-comment textarea.standard-input {
	height: 150px;
	resize: none;
}
.write-comment .title,
#blog .comments-block .title {
	margin-bottom: 30px;
}
#blog .comments-block {
	margin-bottom: 50px;
}
#blog .comments {
	margin: -10px;
}
#blog .comments .comment {
	padding: 10px;
}
#blog .comments .comment .comment-inner {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
#blog .comments .comment .content {
	margin-top: 10px;
}
#blog .comments .comment .date {
	height: 25px;
	display: inline-flex;
	align-items: center;
	padding: 0px 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
	color: inherit;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#blog .comments .comment .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#blog .share {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}
#blog .share .title {
	margin-right: 20px;
}
#blog .share ul li {
	font-size: 20px;
	margin-right: 15px;
}
#blog .share {
	padding: 20px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	border-top: 1px solid rgba(0, 0, 0, .07);
}
#blog .share ul {
	padding-left: 0px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#blog .share ul li a.facebook {
	color: #3b5998;
}
#blog .share ul li a.twitter {
	color: #55acee;
}
#blog .share ul li a.google {
	color: #dd4b39;
}
#blog .share ul li a.pinterest {
	color: #cb2027;
}
#blog .link {
	margin-right: auto;
}
#blog .link i {
	margin-right: 7px;
}
#blog .complete-article {
	margin-bottom: 50px;
}
#blog .complete-article .date-author {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#blog .complete-article .date-author .date {
	margin-right: 15px;
	margin-bottom: 0;
}
#blog .complete-article .date-author .author {
	font-size: .9em;
}

/* GENERAL CONTENT */
.general-content p {
	line-height: 2em;
	margin-bottom: 15px;
	font-size: .97em;
}
.general-content h1,
.general-content .h1 {
	font-size: 2.2em;
}
.general-content h2,
.general-content .h2 {
	font-size: 2.0em;
}
.general-content h3,
.general-content .h3 {
	font-size: 1.8em
}
.general-content h4,
.general-content .h4 {
	font-size: 1.6em;
}

/* FOOTER */
#footer .columns {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: -15px;
}
#footer .columns .col {
	padding: 15px;
}
#footer .columns .col:first-child {
	margin-right: 50px;
}
#footer .main-footer {
	padding: 30px 0px;
	border-top: 1px solid rgba(0, 0, 0, .07);
	line-height: 2em;
	font-size: .97em;
}
#footer .main-footer strong {
	color: white;
}
#footer .main-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 20px;
}
#footer .main-footer ul.contact {
	padding-bottom: 10px;
}
#footer .main-footer .footer-title {
	margin-top: 20px;
	font-size: 1.4em;
	line-height: normal;
	margin-bottom: 15px;
}
#footer .footer-title .plus {
	transition: all .3s ease-in-out;
}
#footer .main-footer .footer-title.active .plus {
	transform: rotate(90deg);
}
#footer .socials a {
	display: inline-flex;
	width: 35px;
	height: 35px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.03);
	margin-right: 10px;
	text-decoration: none;
}
#footer .footer-top .social-col ul.social-items li:hover {
	opacity: 0.75;
}
#footer .footer-top .social-col ul.social-items li a {
  background: #363c3f;
  color: white;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .footer-logo {
	margin-top: 20px;
	margin-bottom: 15px;
}
#footer .newsletter {
	padding-bottom: 20px;
}
#footer .newsletter input {
	margin-right: 10px;
	width: 260px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .07);
	background: transparent;
}
#footer .footer-logo.small-logo img {
	height: 30px;
}
#footer .footer-logo.medium-logo img {
	height: 50px;
}
#footer .footer-logo.large-logo img {
  height: auto;
}
#footer .bottom-footer {
	padding: 5px 0px;
	border-top: 1px solid rgba(0, 0, 0, .07);
}
#footer .bottom-footer .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer .bottom-footer .payments img {
	height: 32px;
	border-radius: 3px;
	padding: 2px;
	margin-left: 3px;
}
#footer .bottom-footer .payments img.giropay {
  width: 55px;
}
#footer .bottom-footer .payments a {
	text-decoration: none;
}
#footer .bottom-footer .copyright {
	font-size: .85em;
	padding: 10px 0px;
}

/* collection */
.breadcrumbs {
	margin-bottom: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs i {
	margin: 0px 10px;
	display: flex;
	font-size: 85%;
	margin-top: -2px;
}

#collection-page,
#catalog-page,
#cart-page {
	padding-bottom: 100px;
}

.collection-content.on-top {
	margin-bottom: 30px;
}
.collection-content.on-bottom {
	margin-top: 30px;
}
.collection-content .flex {
	display: flex;
	align-items: flex-start;
}
.collection-content .image {
	min-width: 170px;
	max-width: 170px;
	margin-right: 20px;
}
.collection-content .image img {
	width: 100%;
	border-radius: 10px;
}
.collection-content .info .title {
	margin-top: 0;
}
.collection-sort .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: .9em;
}
.collection-sort .sort-block {
	display: flex;
	align-items: center;
}
.collection-sort .open-filters {
	margin-right: 20px;
}
.collection-sort .ui.selection.dropdown {
	width: auto;
	min-width: 75px;
}
.collection-sort.on-top {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	margin-bottom: 30px;
}
.collection-sort.on-bottom {
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, .07);
	margin-top: 30px;
}
.collection-sort .grid-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin: -5px;
}
.collection-sort .grid-list input[type="radio"] {
	display: none;
}
.collection-sort .grid-list ul li {
	padding: 5px;
}
.collection-sort .grid-list li label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	display: flex;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	cursor: pointer;
}
.collection-sort .items-per-page {
	margin-right: 20px;
}
.collection-sort .items-per-page .show-label {
	margin-right: 10px;
}
.collection-sort .pager-text {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.collection-spinner-more {
	margin-top: 20px;
	display: block;
	background: rgba(0, 0, 0, 0.03);
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
}

.custom-pager ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin: -2px;
}
.custom-pager ul li a {
	margin: 2px;
	height: 40px;
	padding: 0px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	text-decoration: none;
}
.custom-pager ul li.active a {
	font-weight: 700;
}
.custom-pager ul li a.disabled {
	cursor: auto;
	pointer-events: none;
	opacity: .5;
}

.active-filters-box {
	margin-top: -20px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.active-filters-box .filters-label {
	font-size: 12px;
	margin-right: 10px;
	font-weight: 700;
	white-space: nowrap;
}
.active-filters {
	margin: -3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.active-filters .active-filter {
	padding: 3px;
}
.active-filters .active-filter a {
	text-decoration: none;
}
.active-filters .active-filter label {
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
	color: inherit;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s linear;
	margin: 0;
}
.active-filters .active-filter label:hover {
	background: rgba(0, 0, 0, 0.14);
}
.active-filters .active-filter input {
	display: none;
}
.active-filters .active-filter i {
	margin-left: 7px;
}

.block-shadow {
	padding: 30px 25px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	margin-bottom: 20px;
}
.extra-info-block {
	border-top: 1px solid #819eb7;
	margin-top: 15px;
	padding-top: 15px;
  padding-bottom: 25px;
  color: #000;
  font-size: 1.3rem;
}
.extra-info-block p {
	font-style: italic;
	margin: 0;
	line-height: normal;
}

.sidebar .sidebar-title {
	font-size: 1.4em;
	margin-bottom: 25px;
}
.sidebar .sb-cats ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .97em;
	font-weight: 700;
}
.sidebar .sb-cats ul ul {
	padding-left: 10px;
	padding-bottom: 5px;
	display: none;
	font-weight: 400;
}
.sidebar .sb-cats ul ul.active {
	display: block;
}
.sidebar .sb-cats ul ul li {
	opacity: .85;
}
.sidebar .sb-cats ul li .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar .sb-cats ul li a {
	display: block;
	padding: 10px 0px;
	flex-grow: 10;
	text-decoration: none;
}
.sidebar .sb-cats ul ul li a {
	padding: 5px 0px;
}
.sidebar .sb-cats ul li .inner {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.sidebar .sb-cats ul li:first-child .inner {
	border-top: 0;
}
.sidebar .sb-cats ul ul li .inner {
	border: none;
}
.sidebar .sb-cats .more-cats {
	align-self: stretch;
	padding-left: 20px;
	padding: 0px 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.sidebar .sb-cats .more-cats i {
	transition: all .3s ease-in-out;
}
.sidebar .sb-cats li.active>.inner .more-cats i {
	transform: rotate(90deg);
}
.block-gray {
	padding: 30px 25px;
  background: #a3bbd040;
/* 	background: rgba(0, 0, 0, 0.03); */
	border-radius: 10px;
	margin-bottom: 20px;
}
.sidebar .newsletter-wrap p {
	line-height: 2em;
	margin-bottom: 20px;
	font-size: .97em;
	margin-top: -10px;
}
.sidebar .newsletter-wrap input {
	margin-right: 10px;
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .07);
	background: #fff;
	margin-bottom: 10px;
}
.price-filter {
	padding-bottom: 15px;
	padding-top: 5px;
	max-width: 300px;
}
.price-filter a {
	transition: none;
}
.collection-filter-price {
	height: 3px;
	border: none;
	margin: 0px;
	position: relative;
}
.collection-filter-price .ui-slider-range {
	background-color: #f26823;
	border: none;
	margin: 0;
	position: absolute;
	height: 100%;
}
.collection-filter-price .ui-slider-handle {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 0;
	top: -6px;
	cursor: col-resize;
	border: none;
	background: #fff;
	border: 2px solid #fff;
	outline: none;
	z-index: 9;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.collection-filter-price .ui-slider-handle:last-child {
	margin-left: -10px;
}
.collection-filter-price:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.07);
}
.collection-filter-price .ui-slider-range {
	background-color: rgba(0, 0, 0, 0.15);
}

.price-filter-range {
	margin-top: 10px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-filter-range .min,
.price-filter-range .max {
	display: inline-block;
}
.price-filter-range .min span,
.price-filter-range .max span {
	font-weight: 700;
}
.filter-style-tags .ui.checkbox .box:before,
.filter-style-tags .ui.checkbox label:before,
.filter-style-tags .ui.checkbox .box:after,
.filter-style-tags .ui.checkbox label:after {
	display: none;
}
.filter-style-tags .filter-items {
	margin: -3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter-style-tags .ui.checkbox {
	padding: 3px;
}
.filter-style-tags .ui.checkbox label,
.filter-style-tags .ui.checkbox+label {
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
	color: inherit;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s linear;
}
.filters-top {
	display: none;
}
.filters-top.active {
	display: block;
}
.filters-top .filter-row {
	margin: -25px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.filters-top .filter-col {
	padding: 25px;
	min-width: 25%;
	flex: 1;
}
.sidebar .recent-products-wrap {
	margin-bottom: 30px;
}
.recent-products {
	margin: -5px;
	font-size: .95em;
	display: flex;
	flex-wrap: wrap;
}
.recent-products .recent-product a {
	text-decoration: none;
	display: block;
}
.recent-products .recent-product {
	padding: 10px;
}
.recent-products .recent-product .inner {
	display: flex;
	align-items: center;
}
.recent-products .recent-product.border-allways .inner {
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	height: 100%;
	transition: all ease .25s;
}
.recent-products .recent-product.border-allways .inner:hover {
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
}
.recent-products .recent-product .image-wrap {
	min-width: 75px;
	max-width: 75px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}
.recent-products .recent-product.img-gray .image-wrap:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.recent-products .recent-product .image-wrap img {
	width: 100%;
  height: auto;
}
.recent-products .recent-product .price {
	margin-top: 3px;
	font-size: .95em;
	font-weight: 700;
}
.recent-products .recent-product .price .old-price {
	margin-right: 5px;
	display: inline-block;
	text-decoration: line-through;
	font-size: 90%;
	opacity: .7;
}
.recent-products .recent-product #product_related_form {
  width: 100%;
	margin-top: auto;
}
.recent-products .recent-product .title {
	display: block;
	line-height: 1.5em;
	overflow: hidden;
}
.recent-products .recent-product .title:hover {
	text-decoration: underline;
}
.recent-products .recent-product .link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
	font-size: .9em;
	margin-top: 7px;
	text-align: right;
}
.recent-products .recent-product .link a:after {
	font-family: 'FontAwesome';
	content: '\f00d';
	padding-left: 5px;
}
.recent-products .recent-product .link a:hover {
	text-decoration: underline;
}

.tags {
	margin: -3px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tags .tag {
	padding: 3px;
}
.tags .tag a {
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
	color: inherit;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: all .2s linear;
}

/* Productpage */
#productpage {
	padding-bottom: 100px;
}
#productpage .breadcrumbs {
	margin: 20px 0px;
}
#productpage .product-detail-outer {
	background: #fff;
}
#productpage .product-detail-wrap {
	background: rgba(0, 0, 0, 0.03);
}
#productpage .product-detail {
	padding: 50px 0px;
	padding-top: 20px;
}
#productpage .product-detail .input-wrap .change input,
#productpage .product-detail .info .product-option .ui.selection.dropdown {
	background: #fff;
	z-index: 50;
}
#productpage .product-detail .info .product-option .ui.selection.dropdown {
	width: calc(100% - 50px);
}
#productpage .product-detail select {
	width: 100%;
	height: 50px;
	opacity: 0;
}
#productpage .content-block {
	padding-top: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#productpage .content-block .content-right {
	min-width: 570px;
	max-width: 570px;
	margin-left: 50px;
}
.productpage-block {
	margin-top: 100px;
}

.general-content.product-content h1 {
	font-size: 1.7em;
}
.general-content.product-content h2 {
	font-size: 1.5em;
}
.general-content.product-content h3 {
	font-size: 1.3em
}
.general-content.product-content h4 {
	font-size: 1.1em;
}

#productpage .content-block .content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#productpage .specs,
#productpage .product-content,
#productpage .related-products,
#productpage .product-tags {
	margin-bottom: 20px;
}
#productpage .product-content {
	flex-grow: 10;
}
#productpage .specs {
	font-size: .95em;
}
#productpage .specs .spec-table {
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 5px;
	overflow: hidden;
}
#productpage .specs table {
	width: 100%;
}
#productpage .specs table tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.03);
}
#productpage .specs table tr td {
	padding: 15px;
}
#productpage .content-block .title-small {
	margin-bottom: 30px;
	margin-bottom: 20px;
}
#productpage .product-stars,
#productpage .product-stars .review-summary {
	display: flex;
	align-items: center;
}
#productpage .product-stars .review-summary {
	font-size: .85em;
}
#productpage .product-stars .review-summary .total-score {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	margin-left: 10px;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #ddd;
}
.product-reviews .summary {
	min-width: 400px;
	max-width: 400px;
	margin-right: 50px;
}
.product-reviews .overview {
	width: calc(100% - 450px);
}
.product-reviews .summary .col {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.product-reviews .summary .stars {
	font-size: 12px;
	margin: -1px;
}
.product-reviews .summary .stars i {
	padding: 1px;
}
.product-reviews .summary .bar {
	flex-grow: 10;
	height: 7px;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	margin-left: 15px;
	overflow: hidden;
}
.product-reviews .summary .bar .fill {
	display: inline-block;
	height: 100%;
	vertical-align: top;
	border-radius: 5px;
}
.product-reviews .summary .score {
	margin-bottom: 30px;
}
.product-reviews .summary .score .subtitle {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 7px;
}
.product-reviews .summary .score .title {
	font-size: 1.8em;
}
.product-reviews .summary .button {
	margin-top: 50px;
}
.product-reviews .summary .button .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}
.product-reviews .summary .button .inner .btn {
	margin: 10px;
}
.product-reviews .summary .button .inner .powered-by-yotpo {
	display: flex;
	align-items: center;
	margin: 10px;
}
.product-reviews .summary .button .inner .powered-by-yotpo .text {
	margin-right: 8px;
	font-size: .9em;
	font-weight: 700;
	opacity: .6;
	white-space: nowrap;
}
.product-reviews .summary .button .inner .powered-by-yotpo .logo img {
	width: 45px;
}
.product-reviews .summary .button .normal-link {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.product-reviews .summary .button .normal-link i {
	margin-left: 7px;
}
.product-reviews {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.reviews {
	margin: -15px;
}
.reviews .review {
	padding: 15px;
}
.reviews .review .review-inner,
.product-reviews .no-reviews {
	background: rgba(0, 0, 0, 0.03);
	padding: 30px;
	border-radius: 10px;
}
.reviews .review .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.reviews .review .title {
	font-size: 1.1em;
}
.reviews .review .stars {
	font-size: .9em;
	color: #f1c40f;
	margin: 0px -1px;
}
.reviews .review .stars i {
	padding: 1px;
}
.reviews .review .content {
	line-height: 2em;
	font-size: .97em;
}
.reviews .review .date {
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
}
.product-reviews .custom-pager {
	justify-content: center;
	margin-top: 30px;
}
.product-reviews .custom-pager ul {
	justify-content: center;
}

/* Semantic */
.ui.radio.checkbox .box:before,
.ui.radio.checkbox label:before {
	width: 20px;
	height: 20px;
}
.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
	width: 20px;
	height: 20px;
	background: #eee !important;
}
.ui.radio.checkbox label {
	padding-left: 30px;
}

/* live compare */
.compare-block {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
.compare-block .compare-wrap {
	position: relative;
}
.compare-block .compare-pop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}
.compare-pop .head {
	height: 50px;
	padding: 0px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-decoration: none;
}
.compare-pop {
	transform: translate(0, calc(100% + 2px)) translateZ(0);
	transition: all .2s ease-in-out;
}
.compare-pop.active {
	transform: translate(0, calc(100% - 50px)) translateZ(0);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
.compare-pop.active.open {
	transform: translate(0, 0%) translateZ(0);
	width: 350px;
}
.compare-pop .head .title {
	color: #fff;
}
.compare-pop .head .items {
	display: flex;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
}
.compare-pop .compare-body {
	background: rgba(0, 0, 0, 0.03);
	padding: 20px 15px;
}
.compare-overlay {
	z-index: 9999;
}
.compare-products .compare-product {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
.compare-products .compare-product .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.compare-products .compare-product .image {
	min-width: 60px;
	max-width: 60px;
	position: relative;
}
.compare-products .compare-product .image:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}
.compare-products .compare-product .image img {
	width: 100%;
}
.compare-products .compare-product .info {
	width: 100%;
	margin-left: 10px;
	font-size: .95em;
}
.compare-products .compare-product .product-brand {
	display: block;
	font-size: .9em;
	font-weight: 700;
}
.compare-products .compare-product .delete {
	color: #D0D0D0;
	margin-left: 15px;
}
.compare-products .compare-product .stars-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}
.compare-products .compare-product .stars {
	font-size: .9em;
	color: #f1c40f;
	margin: 0px -1px;
}
.compare-products .compare-product .stars i {
	margin: 1px;
}
.compare-pop .button {
	margin-top: 20px;
}
.compare-pop .button .btn {
	width: 100%;
}

/* newsletter popup */
#newsletter-popup {
	display: none;
}
.fancybox-slide #newsletter-popup {
	padding: 0;
	border-radius: 10px;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	width: 100%;
	max-width: 1200px;
}
#newsletter-popup .text {
	padding: 120px 80px;
	flex-grow: 10;
}
#newsletter-popup .title {
	font-size: 2.5em;
}
#newsletter-popup .content {
	margin-top: 10px;
	margin-bottom: 50px;
}
#newsletter-popup .standard-input {
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, .07);
}
#newsletter-popup .btn {
	margin-top: 20px;
}
#newsletter-popup .image {
	min-width: 50%;
	max-width: 50%;
	background: url(newsletter-popup-image.jpg) no-repeat center center;
	background-size: cover;
}
#newsletter-popup .inner {
	display: flex;
	align-items: stretch;
}

/* bundles */
#productpage .product-bundles {
	margin-top: 50px;
}
.bundles {
	margin: -15px;
}
.bundles .bundle {
	padding: 15px;
}
.bundle .bundle-inner {
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.bundle .bundle-title {
	margin-bottom: 20px;
}
.bundle-products {
	display: flex;
	flex-wrap: wrap;
	margin: -7px;
}
.bundle-products .bundle-product {
	padding: 7px;
}
.bundle-products .bundle-product .inner {
	display: flex;
	align-items: center;
}
.bundle-products .image-wrap {
	width: 80px;
	position: relative;
}
.bundle-products .image-wrap.img-gray {
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.bundle-products .image-wrap.img-gray:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}
.bundle-products .image-wrap img {
	width: 100%;
}
.bundle-products .bundle-product .plus {
	margin-left: 15px;
	display: flex;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	background: #eee;
	color: #fff;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}
.bundle .bundle-info {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .07);
}
.bundle .discount {
	height: 25px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	align-self: flex-start;
	margin-bottom: 10px;
	margin-bottom: 15px;
}
.bundle .discount:empty {
	opacity: 0;
}
.bundle .products-sum {
	font-size: .9em;
}
.bundle .bundle-info .btn {
	width: 100%;
}
.bundle .bundle-info .price-stock {
	margin: 20px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bundle .bundle-info .stock {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}
.bundle .bundle-info .stock i {
	margin-right: 5px;
}
.bundle .bundle-info .price-box {
	font-size: .95em;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.bundle .bundle-info .price-box .old-price {
	margin-right: 7px;
	text-decoration: line-through;
	font-size: 90%;
	opacity: .7;
}
.bundle .bundle-option {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9;
	background: #fff;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
	background: #f7f7f7;
}
.bundle .bundle-option.active {
	opacity: 1;
	visibility: visible;
}
.bundle .bundle-option-inner {
	max-width: 270px;
	width: 100%;
}
.bundle .bundle-option:empty {
	display: none;
}
.bundle .bundle-option label {
	font-size: .85em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 7px;
	display: block;
}
.bundle .bundle-option .ui.selection.dropdown {
	width: 100%;
}
.bundle .open-bundle-options {
	display: block;
	width: 80px;
	text-align: center;
	margin-top: 10px;
	font-size: .85em;
	font-weight: 400;
	text-decoration: underline;
}
.bundle .product-configure-options-option,
.bundle .product-configure-variants {
	padding: 10px 0px;
}
.bundle .bundle-option .title-small {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.bundle .bundle-option .button {
	margin-top: 20px;
}
.bundles-slider .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.bundles-slider .owl-dots .owl-dot {
	padding: 2px;
}
.bundles-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	background: rgba(0, 0, 0, .07);
	border-radius: 100%;
}

/* service page */
#service-page,
#textpage,
#brands-page,
#tags-page,
.fixed-pages {
	padding-bottom: 80px;
}
.page-title h1 {
	font-size: 2.3em;
	margin: 0;
}
.page-title {
	margin-bottom: 30px;
}

.service-blocks {
	margin: -12px;
	display: flex;
	flex-wrap: wrap;
}
.service-blocks .service-block-col {
	flex: 1;
	min-width: 175px;
	padding: 12px;
}
.service-blocks.custom .service-block-col {
	padding: 0;
}

/* .service-blocks.custom - start */
.service-blocks.custom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.service-blocks.custom .service-block-col {
	flex: 0 0 33.33333%;
}

@media (max-width: 991px) {
	.service-blocks.custom .service-block-col {
		flex: 0 0 50%; 
  }
}

a.service-block {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  background: rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	width: 100%;
  transition: 0.15s all ease-in-out;
}
a.service-block:hover {
	transform: scale(1.02);
}
a.service-block .title {
	text-align: left;
	font-size: 13px;
	font-weight: 700;
  background: #ffffff;
  padding: 15px;
  display: block;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
a.service-block .title:after {
  font-family: 'FontAwesome';
	content: '\f105';
  float: right;
}
.service-block .icon {
  color: white;
	width: 60px;
	height: 60px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
  margin-top: 25px;
	margin-bottom: 25px;
  transition: all ease .3s;
}

/* a.service-block.custom - start */
a.service-block.custom {
  position: relative;
	display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: none;
  flex-direction: row;
  margin: 10px;
  border-radius: 5px;
  transition: all ease .25s;
  width: auto;
}
a.service-block.custom:hover {
	text-decoration: none;
  transform: none;
}
a.service-block.custom:hover .title span {
	color: black;
}
a.service-block.custom:hover:after {
	right: 10px;
}
a.service-block.custom:after {
	font-family: 'FontAwesome';
  content: '\f054';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .25s;
}

/* .service-block.custom - start */
.service-block.custom .title {
  width: 70%;
  padding: 5% 10% 5% 5%;
  font-size: 14px;
  background: transparent;
}
.service-block.custom .title:after {
	content: none;
}
.service-block.custom .title span {
	display: block;
  font-family: 'Heebo', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.service-block.custom .image {
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 110px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
  a.service-block.custom {
  	margin: 0;
    padding: 0;
  }
  .service-block.custom .title {
  	width: 75%;
  }
  .service-block.custom .title span {
  	display: none;
  }
  .service-block.custom .image {
  	width: 100px;
    height: 75px;
  }
}

.service-block.custom .image.about-us {
	background-image: url('service-over-ons.jpg');
}
.service-block.custom .image.payment-methods {
	background-image: url('service-betaalmethoden.jpg');
}
.service-block.custom .image.delivery {
	background-image: url('service-bezorging.png');
}
.service-block.custom .image.guarantee {
	background-image: url('service-garantie.png');
}
.service-block.custom .image.shipping-returns {
	background-image: url('service-retourneren.png');
}
.service-block.custom .image.faqs {
	background-image: url('service-faq.png');
}
.service-block.custom .image.photos {
	background-image: url('service-camera.png');
}
.service-block.custom .image.opening-hours {
	background-image: url('service-contact.png');
}

#service-page.custom {
	overflow-x: hidden;
}
#service-page.custom .title-featured {
	margin-bottom: 10px;
}
#service-page .service-blocks {
	margin-bottom: 50px;
}
#service-page.custom .service-blocks {
	margin-bottom: 65px;
  margin-top: 25px;
}
#service-page .col-sidebar {
	min-width: 400px;
	max-width: 400px;
}
.opening-days .line {
	display: block;
}
.opening-days.monday .monday,
.opening-days.tuesday .tuesday,
.opening-days.wednesday .wednesday,
.opening-days.thursday .thursday,
.opening-days.friday .friday,
.opening-days.saturday .saturday,
.opening-days.undefined .sunday {
	font-weight: bold;
  color: #51AA7B;
}
.opening-days .day,
.opening-days .time {
  display: inline-block;
	width: 110px;
}
.contact-info-block .title,
#service-page .contact-message-block .title {
	margin-bottom: 30px;
}
.contact-info-block {
  flex: 1 1 75%;
  background: #a3bbd040;
  padding: 25px 25px 0 25px;
  margin-top: 25px;
  border-radius: 5px;
}
.contact-info-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-info-block ul li {
  flex: 0 0 33.33333%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
  color: #000;
}
html[lang="de"] .contact-info-block ul li {
	flex: 0 0 50%;
}
@media (max-width: 767px) {
  .contact-info-block ul li,
  html[lang="de"] .contact-info-block ul li {
  	flex: 0 0 100%;
  }
}
.contact-info-block ul li .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 13px;
}
.contact-finance-container {
	display: flex;
}
.finance-info-block {
	background: rgba(0, 0, 0, 0.02);
  padding: 25px;
  margin-top: 25px;
  margin-left: 2rem;
  border-radius: 5px;
}
.finance-info-block ul {
	margin: 0;
  padding: 0;
  list-style: none;
}
.finance-info-block ul li {
	padding: 2px 0;
  opacity: .75;
}
.finance-info-block p {
	margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  font-style: italic;
  font-size: 1.3rem;
  opacity: .75;
}
@media (max-width: 767px) {
	.finance-info-block {
  	margin-left: 0;
  }
  .contact-finance-container {
    flex-wrap: wrap;
  }
}

.topbar-message-contact-container {
	display: none;
}
.topbar-message-contact {
	color: #eb5265;
  padding: 10px 15px;
  margin: 15px 0 30px 0;
  background: #eb526525;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.topbar-message-contact i {
	background: #eb5265;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
#service-page .contact-message-block form input[type="text"] {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .07);
	margin-bottom: 15px;
}
#service-page .contact-message-block form textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .07);
	margin-bottom: 15px;
}
#service-page .contact-message-block form .btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#service-page .contact-message-block form .btn-wrap .btn {
	height: 40px;
}
#service-page .contact-message-block form .btn-wrap .required-notification {
	font-size: .9em;
	font-weight: 700;
	color: #aaa;
}
#service-page .banner {
	margin-top: 50px;
	border-radius: 10px;
	text-align: right;
	transition: all ease .15s;
}
#service-page .banner:hover {
	transform: scale(1.02);
}
#service-page .banner a {
	display: block;
	padding: 30px;
	text-decoration: none;
	border-radius: 10px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), color-stop(100%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#00000000', GradientType=0);
}
#service-page .banner .title {
	font-size: 1.8em;
}
@media (max-width: 1199px) {
	#service-page .banner .title {
		font-size: 1.65em;
	}
}
#service-page .banner .button {
	margin-top: 40px;
}
#service-page .banner .button .btn {
	height: 40px;
}
#service-page .banner .button .btn:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	font-weight: 300;
	padding-left: 10px;
}
#service-page .faq {
	margin-top: 50px;;
}
#service-page .faq .faq-wrap .faq-block {
	padding: 25px 0;
}
#service-page .faq .faq-block .faq-title {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
#service-page .faq .faq-block .faq-items .faq-item {
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}
#service-page .faq .faq-block .faq-items .faq-item .tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	padding: 30px 0;
	cursor: pointer;
}
#service-page .faq .faq-block .faq-items .faq-item .tab i {
	font-size: 10px;
	transition: .2s ease-in-out;
	margin-left: 15px;
}
#service-page .faq .faq-block .faq-items .faq-item.active .tab i {
	transform: rotate(180deg);
}
#service-page .faq .faq-block .faq-items .faq-item .page {
	padding: 30px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
	display: none;
}
#service-page .faq .faq-block .faq-items .faq-item .page p:last-child {
	margin-bottom: 0;
}

/* Start service page - CUSTOM */
#service-page.custom .faq {
	background: #f9f9f9;
  position: relative;
  padding: 50px 0 62.5px 0;
  margin: 0 0 80px 0;
}
#service-page.custom .faq:before,
#service-page.custom .faq:after {
	content: '';
  background: #f9f9f9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#service-page.custom .faq:before {
	left: -100%;
}
#service-page.custom .faq:after {
	right: -100%;
}
#service-page.custom .faq-container {
	display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}
#service-page.custom .faq-container .faq-subject {
  flex: 0 1 25%;
	text-align: center;
}
#service-page.custom .faq-container .faq-subject a {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 5px;
  background: white;
  height: 100%;
  margin: 10px;
  padding: 25px;
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-size: 18px;
  color: black;
  transition: transform .5s ease;
}
#service-page.custom .faq-container .faq-subject a:hover {
	transform: translateY(-5px);
  text-decoration: none;
}
#service-page.custom .faq-container .faq-subject a .icon {
  font-size: 5rem;
  width: 48px;
  height: 48px;
}
#service-page.custom .faq-container .faq-subject a .icon.arrow-ccw {
	background: url('arrow-counterclockwise.svg?v=1') no-repeat;
  background-size: 100%;
  transform: rotate(-45deg);
}
#service-page.custom .faq-container .faq-subject a .icon.truck {
	background: url('truck.svg') no-repeat;
  background-size: 100%;
}
#service-page.custom .faq-container .faq-subject a .icon.material {
	background: url('box.svg') no-repeat;
  background-size: 100%;
}
#service-page.custom .faq-container .faq-subject a .icon.info {
	background: url('info-circle.svg') no-repeat;
  background-size: 100%;
}

/* Compare page */
#compare-page {
	padding-bottom: 100px;
}
#compare-page .compare-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-y: scroll;
}
#compare-page .table-compare {
	width: 100%;
	min-width: 900px;
}
#compare-page .table-compare .item {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	max-width: 250px;
	position: relative;
}
#compare-page .table-compare .item img {
	width: 100%;
}
#compare-page .table-compare .item .remove {
	position: absolute;
	right: 0;
	top: 0;
	color: #ccc;
	font-size: 18px;
}
#compare-page .table-compare .item .remove i {
	margin-right: -1px;
}
#compare-page .table-compare .item .title {
	margin-top: 15px;
	height: 3em;
	overflow: hidden;
}
#compare-page .table-compare .item .price {
	margin: 10px 0 20px 0;
	font-size: .95em;
	font-weight: 700;
}
#compare-page .table-compare .item .price .old-price .price-inner {
	margin-right: 10px;
	display: inline-block;
	text-decoration: line-through;
	font-size: 90%;
}
#compare-page .table-compare .btn {
	height: 40px;
}
#compare-page .table-compare td .stock {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
}
#compare-page .table-compare td .stock i {
	margin-right: 7px;
}
#compare-page .table-compare th,
#compare-page .table-compare td {
	border-right: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding: 20px;
	font-size: .95em;
}
#compare-page .table-compare tr:last-child td,
#compare-page .table-compare tr:last-child th {
	border-bottom: none;
}
#compare-page .table-compare tr td:last-child,
#compare-page .table-compare tr th:last-child {
	border-right: none;
}
#compare-page .table-compare tr td:first-child,
#compare-page .table-compare tr th:first-child {
	font-size: 1em;
	color: #333;
}

/* Brands */
.brands {
	margin: -10px;
}
.brands .brand {
	padding: 10px;
}
.brands .brand .wrap {
	background: #fff;
}
.brands .brand .inner {
	padding: 10%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.03);
}
.brands .brand .inner .img-wrap {
	position: relative;
}
.brands .brand .inner .img-wrap.overlay:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.03);
}
.brands .brand .inner .img-wrap img {
	filter: grayscale(100%);
	transition: all .2s ease-in-out;
	width: 100%;
}

/* Account page sidebar */
.gui-block.gui-account-links {
	border: none;
	padding: 30px 25px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
}
.gui-block.gui-account-links .gui-block-title {
	font-size: 1.4em;
	margin-bottom: 25px;
	border: none;
	padding: 0;
}
.gui-block.gui-account-links .gui-block-content {
	padding: 0;
}
.gui-block.gui-account-links .gui-block-linklist {
	font-size: .95em;
}
.gui-block.gui-account-links .gui-block-linklist li {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.gui-block.gui-account-links .gui-block-linklist li:last-child {
	border: none;
}
.gui-block.gui-account-links .gui-block-linklist li a {
	font-weight: 700;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
}

.gui-payment-method.gui-is-selected .gui-payment-method-form {
	margin: 0px 0px 10px 0px !important;
  padding: 0 10px 10px 10px;
}
.gui-payment-method.gui-is-selected .gui-payment-method-form .gui-input {
	border: 1px solid #ccc !important;
  border-radius: 0;
}
.gui-payment-method.gui-is-selected .gui-payment-method-form .gui-required:empty {
	display: none;
}
.gui-payment-method.gui-is-selected .gui-payment-method-form .gui-required {
	border: 1px solid #eb5265;
  border-radius: 6px;
  background: #fdf2f3;
  color: #000;
  padding: 10px;
  margin: 10px 0;
  display: block;
  text-align: left;
  font-size: 12px;
  height: auto;
}

/* Custom checkout */
.gui-checkout-one-step .gui-block {
	padding: 4% 6%;
	border-radius: 6px;
}
.gui-checkout-one-step .gui-block,
.gui-checkout-one-step .gui-block {
	background: rgba(0, 0, 0, 0.03);
}
.gui-input,
.gui-text,
.gui-select,
.gui-number {
	background-color: #ffffff !important;
	border: 1px solid #cccccc !important;
}
.gui-block-subtitle,
.gui-content-subtitle {
	font-size: 1.5em;
}
.gui-block-subtitle a {
	font-size: 12px;
	line-height: 2em;
	text-transform: none;
}
.gui-form .gui-checkout-steps {
	margin: -15px;
}
.gui-checkout-one-step .gui-checkout-steps {
	width: auto !important;
}
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col1,
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col2,
.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col3 {
	width: 33.3333% !important;
	padding: 15px !important;
	margin: 0 !important;
}
.gui-form .gui-field>label {
	font-size: .9em;
}
.gui-checkout #gui-block-review .gui-product-image {
/* 	display: block !important; */
	border: none;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.gui-checkout #gui-block-review .gui-product-image a {
	display: block;
	position: relative;
}
.gui-checkout #gui-block-review .gui-product-image a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.03);
}
.order-summary .gui-table tbody tr td:first-child {
	padding-left: 0;
}
.order-summary .gui-table tbody tr td:last-child {
	padding-right: 0;
	color: #404040;
}
.order-summary .gui-table thead {
	display: none;
}
.order-summary .gui-table tbody tr td {
	font-size: 14px;
}
.order-summary .gui-table tbody tr td .checkout-customs {
	padding: 10px 0 0 0;
}

@media (max-width: 767px) {
	.gui-checkout #gui-block-review .gui-product-image {
		display: none !important;
	}
	.order-summary .gui-table tbody tr td .checkout-customs {
		padding-left: 0;
	}
}
.gui-cart-sum .gui-item .gui-desc {
	font-size: 12px;
	text-align: left !important;
}
.gui-cart-sum .gui-line {
	background: #ccc !important;
}
body .gui-table tbody tr:last-child td {
	border-color: #eee;
}
.gui-checkout .gui-confirm-buttons a.gui-button-action {
	padding: 0px 40px !important;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
}
input#gui-form-discount_code {
	font-size: 1em;
}
.gui-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent !important;
	padding: 0px 10px !important;
}
body .gui-select {
	background: #fff !important;
	color: #000;
	font-size: 13px;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	overflow: hidden;
}
body .gui-select:after {
	font-family: fontawesome;
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	z-index: -1;
	font-size: .9em;
}
.gui-form .gui-radio input {
	margin: 0;
	margin-right: 10px;
}
.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
	border: none !important;
  border-radius: 6px;
}
.gui-select select {
	height: 40px !important;
	-webkit-appearance: none;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form textarea {
	height: 40px;
	padding: 0px 20px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 5px;
	font-size: .85em;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.gui-checkout .gui-form textarea {
	padding: 13px 20px;
	max-width: 100%;
	min-height: 100px;
}
.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}
.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}
.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aaa;
	color: rgba(0, 0, 0, 0.4);
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
	border: 1px solid rgba(0, 0, 0, .07) !important;
	box-shadow: none !important;
}
body .gui-select.gui-focus {
	border: none !important;
	box-shadow: none !important;
}
.gui-checkout .gui-progressbar {
	display: none;
}

.status-bar {
	margin-bottom: 50px;
	margin-top: 50px;
}
.status-bar.checkout {
	margin-bottom: 30px;
	margin-top: 30px;
}
.status-bar .bar {
	height: 1px;
	background: rgba(0, 0, 0, 0.03);
	margin: 0px 50px;
	position: relative;
	margin-bottom: 30px;
}
.status-bar .bar .dot {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 25px;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.07);
	background: #fff;
}
.status-bar .bar .dot:nth-child(1) {
	left: 0;
}
.status-bar .bar .dot:nth-child(2) {
	left: 33.3333%;
}
.status-bar .bar .dot:nth-child(3) {
	left: 66.6666%;
}
.status-bar .bar .dot:nth-child(4) {
	left: 100%;
}
.status-bar .bar .active-bar {
	float: left;
	width: 0;
	height: 1px;
	transition: width .3s ease-in-out;
}
.status-bar .bar .active-bar.done-2 {
	width: 33.3333%;
}
.status-bar .bar .active-bar.done-3 {
	width: 66.6666%;
}
.status-bar .bar .active-bar.done-4,
.status-bar .bar .active-bar.done-all {
	width: 100%;
}
.status-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.status-bar ul li {
	width: 100px;
	text-align: center;
	opacity: .7;
	font-size: .95em;
}
.status-bar ul li.active {
	opacity: 1;
  font-weight: bold;
  color: black;
}
.status-bar ul li.done {
	opacity: 1;
}

/* Language currency popup */
#language-currency-popup,
#language-currency-popup .fancybox-close-small {
	display: none;
}
.fancybox-slide #language-currency-popup {
	margin: 30px;
	padding: 40px 50px;
	background: #f7f7f7;
	width: 100%;
	max-width: 720px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
#language-currency-popup a,
#language-currency-popup a:hover {
	text-decoration: none;
}
#language-currency-popup .title-small {
	margin-bottom: 20px;
}
#language-currency-popup .options-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
}
#language-currency-popup .options-wrap .option {
	padding: 10px;
	width: calc(100% / 4);
}
#language-currency-popup .options-wrap .option .inner {
	padding: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	display: flex;
	flex-direction: column;
	align-items: center;
}
#language-currency-popup .options-wrap .option .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.03);
	overflow: hidden;
}
#language-currency-popup .options-wrap .option .icon img {
	height: 100%;
	object-fit: cover;
}
#language-currency-popup .options-wrap .option .text {
	text-align: center;
	font-size: 0.8em;
	font-weight: 700;
}
#language-currency-popup .currency-section {
	margin-top: 30px;
}
#language-currency-popup .currency-section .options-wrap .option .icon {
	border: 0;
	font-weight: 700;
}

/* Homepage text with image */
.home-text-image-block {
	display: flex;
	padding: 0;
	margin: 0;
}
.home-text-image-block .image {
	width: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}
.home-text-image-block .content {
	flex: 1;
	padding: 30px;
	padding-right: 0;
	position: relative;
}
.home-text-image-block .content:after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: calc(100% - 70px);
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.home-text-image-block .content .inner {
	max-height: 100%;
	overflow-y: auto;
	padding-right: 10px;
}

/* width */
.home-text-image-block .content .inner::-webkit-scrollbar {
	width: 7px;
	border-radius: 7px;
}
/* Track */
.home-text-image-block .content .inner::-webkit-scrollbar-track {
	background: #f7f7f7;
	border-radius: 7px;
}
/* Handle */
.home-text-image-block .content .inner::-webkit-scrollbar-thumb {
	background: #E2E2E2;
	border-radius: 7px;
}
/* Handle on hover */
.home-text-image-block .content .inner::-webkit-scrollbar-thumb:hover {
	background: #D5D5D5;
	border-radius: 7px;
}

/* Toggle text */
.general-content.faded .text {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.general-content.faded .text.active {
	height: auto;
	overflow: visible;
}
.general-content.faded .text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 1)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff', GradientType=0);
}
.general-content.faded .text.active:after {
	display: none;
}
.general-content .toggle-text {
	display: none;
	font-weight: 700;
}
.general-content.faded .toggle-text {
	display: block;
}
.general-content.faded .toggle-text i {
	margin-left: 7px;
}

/* Header simple submenu */
#header .main-menu ul .simple-menu-wrap {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	padding-top: 5px;
}
#header .main-menu ul ul.simple-menu {
	border-radius: 5px;
}
#header .main-menu ul li ul.simple-menu li ul {
	border-radius: 5px;
}

/* Add review popup */
#add-review-popup,
#add-review-popup .fancybox-close-small {
	display: none;
}
.fancybox-slide #add-review-popup {
	margin: 30px;
	padding: 40px 50px;
	background: #f7f7f7;
	width: 100%;
	max-width: 420px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
#add-review-popup .title-wrap {
	text-align: center;
	margin-bottom: 30px;
}
#add-review-popup .title-wrap .subtitle {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 7px;
}
#add-review-popup form {
	display: flex;
	flex-direction: column;
}
#add-review-popup form input, #add-review-popup form textarea {
	border: 1px solid rgba(0, 0, 0, .07);
}
#add-review-popup form input, #add-review-popup form select {
	margin-bottom: 10px;
}
#add-review-popup form textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#add-review-popup .btn {
	display: flex;
}
#add-review-popup .ui.selection.dropdown .menu {
	max-height: unset;
}

/* Custom cookiebar */
/*.wsa-cookielaw {
	top: auto;
	left: 30px;
	right: 30px;
	bottom: 20px;
	padding: 20px;
	padding-left: 80px;
	border-radius: 10px;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.07);
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: calc(100% - 60px);
	max-width: calc(100% - 60px);
}
.wsa-cookielaw:after {
	content: '\f128';
	font-family: 'FontAwesome';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.wsa-cookielaw .wsa-cookielaw-button {
	text-shadow: unset;
	border: none;
	padding: 0 30px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	margin: 5px 10px;
	min-width: 80px;
}
.wsa-cookielaw .wsa-cookielaw-button:first-child {
	margin-left: 35px;
}
.wsa-cookielaw-button:hover {
	border: none;
	text-decoration: none;
	filter: brightness(95%);
}
.wsa-cookielaw .wsa-cookielaw-link {
	margin-left: auto;
	color: #aaa;
	position: relative;
}
.wsa-cookielaw .wsa-cookielaw-link:before {
	content: '\f129';
	font-family: 'FontAwesome';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #aaa;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9em;
	position: absolute;
	top: 53%;
	left: -35px;
	transform: translateY(-50%);
}*/

/* Headlines */
.headlines .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
.headlines .owl-dots .owl-dot {
	width: 20px;
	height: 3px;
	border-radius: 3px;
	opacity: 0.5;
	margin: 0 5px;
	transition: opacity .15s ease-in-out;
}
.headlines .owl-dots .owl-dot.active {
	opacity: 1;
}
.headlines .inner {
	display: flex;
	height: 100%;
	align-items: center;
}
.headlines .inner.text-place-left {
	justify-content: flex-start;
}
.headlines .inner.text-place-center {
	justify-content: center;
}
.headlines .inner.text-place-right {
	justify-content: flex-end;
}
.headlines .item {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: stretch;
}
.headlines .item .outer-wrap {
	width: 100%;
	display: flex;
	align-items: center;
}
.headlines .item .outer-wrap.overlay {
	background: rgba(0, 0, 0, 0.6);
}
.headlines .item-1 {
	background-image: url('headline-1-image.jpg?');
}
.headlines .item-2 {
	background-image: url('headline-2-image.jpg?');
}
.headlines .item-3 {
	background-image: url('headline-3-image.jpg?');
}
.headlines .item .text-box {
	display: flex;
	flex-direction: column;
}
.headlines .item .text-box.text-center {
	align-items: center;
}
.headlines .item .text-box.text-right {
	align-items: flex-end;
}
.headlines .item .text-box .title {
	font-size: 2em;
	color: #fff;
	margin-bottom: 15px;
}
.headlines .item .text-box .subtitle {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 7px;
}
.headlines .item .text-box .text {
	line-height: 1.9em;
	max-width: 450px;
}
.headlines .item .text-box .link {
	margin-top: 50px;
}
.headlines .item .text-box .link .btn {
	height: 40px;
	width: auto;
	font-size: .9em;
}
.headlines .item .text-box .link .normal-link {
	font-weight: 700;
}
.headlines .item .text-box .link .normal-link i {
	margin-left: 7px;
}
.headlines .item.video-headline .vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #eee;
	z-index: -1;
}
.headlines .item.video-headline .vid video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.headlines .item.video-headline .video-headline-content {
	display: flex;
	height: 100%;
	width: 100%;
}
.headlines .item.video-headline .video-headline-content.overlay {
	background: rgba(0, 0, 0, 0.6);
}

/* Productpage */
#productpage .product-configure .product-configure-options {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
#productpage .product-configure .product-configure-options-option {
	flex: 1;
	min-width: 300px;
	padding: 10px;
}
#productpage .product-content img {
	max-width: 100%;
	height: auto;
}
#productpage .mobile-tabs a {
	text-decoration: none;
}

/* Cart page */
#cart-page .cart-wrap .table .empty-cart {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#cart-page .upsells {
	margin-top: 30px;
}


/* 404 page */
#page-404 {
	background: #42434b;
	min-height: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
}
#page-404 h1, #page-404 h2, #page-404 h3 {
	color: #fff;
}
#page-404 .content {
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-404 .content .image {
	max-width: 50%;
	margin-left: 10%;
}
#page-404 .content .image img {
	width: 100%;
}
#page-404 .text h1 {
	font-size: 2vw;
	margin: 0;
}
#page-404 .text {
	text-align: center;
	position: relative;
	z-index: 1;
}
#page-404 .text .bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18vw;
	color: rgba(255, 255, 255, .03);
	z-index: -1;
}
#page-404 .text .button {
	margin-top: 5vh;
}
#page-404.landing {
  min-height: 100vh;
  color: #000000;
	background: #FFFFFF;
  display: block;
	align-items: center;
	justify-content: center;
	padding: 0;
}
#page-404.landing .logo {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
#page-404.landing .contact {
	margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#page-404.landing .contact li:first-child {
	margin-right: 10px;
}
#page-404.landing .contact li a {
	display: flex;
  align-items: center;
}
#page-404.landing .contact li a i {
  border-radius: 50%;
  line-height: 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  margin-right: 10px;
  background: #819eb720;
  color: #819eb7;
}
#page-404.landing .content {
	min-height: calc(100vh - 160px);
  padding: 20px;
}
#page-404.landing .main-footer {
  line-height: 2em;
	background: #363c3f;
  color: #ffffff;
}
#page-404.landing .main-footer .container {
	padding: 20px;
}
#page-404.landing .main-footer .container .title {
	margin-bottom: 5px;
}
#page-404.landing .main-footer .container ul {
	display: block;
}
#page-404.landing .bottom-footer {
  padding: 10px;
	font-size: .85em;
  text-align: center;
}
#page-404.landing h1,
#page-404.landing h2,
#page-404.landing h3 {
	color: #000;
}

@media (max-width: 767px) {
  #page-404.landing .contact li a i {
  	margin-right: 0;
  }
}


/* add cart popup */
#add-cart-popup,
body .add-cart-popup {
	display: none;
	width: 90%;
	max-width: 750px;
  padding: 0;
	border-radius: 6px;
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}
#add-cart-popup .warnings-stock .warning,
body .add-cart-popup .warnings-stock .warning {
	margin: 0;
  padding: 10px 50px;
  border-radius: 0;
}
#add-cart-popup .warnings-stock .warning:before,
body .add-cart-popup .warnings-stock .warning:before {
	font-family: 'FontAwesome';
  content: '\f071';
  padding-right: 5px;
}
#add-cart-popup .add-cart-row,
body .add-cart-popup .add-cart-row {
  padding: 40px;
}
#add-cart-popup .info-col .popup-info,
body .add-cart-popup .info-col .popup-info {
	align-self: center;
	flex: 1;
}
#add-cart-popup .info-col .popup-info .popup-message:before,
body .add-cart-popup .info-col .popup-info .popup-message:before {
	font-family: 'FontAwesome';
  content: '\f05d';
  padding-right: 5px;
  margin-top: 2px;
}
#add-cart-popup .info-col .popup-info .popup-message,
body .add-cart-popup .info-col .popup-info .popup-message {
  font-family: 'Maven Pro';
	font-size: 1.4em;
  margin-bottom: 10px;
  display: flex;
  line-height: normal;
}
/*#add-cart-popup .info-col {
	display: flex;
	align-items: flex-start;
	margin-right: 50px;
	flex-wrap: wrap;
}*/
#add-cart-popup .cart-total-col,
body .add-cart-popup .cart-total-col {
	align-self: center;
}
#add-cart-popup .title-,
body .add-cart-popup .title-small {
	margin-bottom: 30px;
	width: 100%;
	font-size: 1.7em;
}
#add-cart-popup .title-small.related-title,
body .add-cart-popup .title-small.related-title {
	font-size: 1.3em;
	margin-bottom: 20px;
}
#add-cart-popup .related,
body .add-cart-popup .related {
  padding: 20px 40px;
  background: #fbfbfb;
  border-top: 1px solid #eaeaea;
}
/*#add-cart-popup .total-block {
	width: 250px;
}*/
#add-cart-popup .products,
body .add-cart-popup .products {
	margin: -7px;
}
#add-cart-popup .products .product,
body .add-cart-popup .products .product {
	padding: 7px;
}
#add-cart-popup .total-block .buttons,
.add-cart-popup .total-block .buttons {
	display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#add-cart-popup .total-block .buttons p,
.add-cart-popup .total-block .buttons p {
	display: flex;
  align-items: center;
  margin-top: 15px;
}
#add-cart-popup .total-block .buttons p a,
.add-cart-popup .total-block .buttons p a {
  margin-left:5px;
}
/*#add-cart-popup .total-block .buttons .btn {
	width: 100%;
	margin-top: 10px;
}*/
#add-cart-popup .total-block .buttons .btn:first-child,
.add-cart-popup .total-block .buttons .btn:first-child {
	margin-top: 0;
}
#add-cart-popup .total-block .buttons .popup-verder {
	color: #819eb7;
}
#add-cart-popup .total-block .buttons .popup-verder i {
	margin-left: 5px;
}
#add-cart-popup .total-block .buttons .popup-verder:hover {
	text-decoration: underline;
}
#add-cart-popup .btn.open:hover:before,
.add-cart-popup .btn.open:hover:before {
	background: transparent !important;
}
#add-cart-popup .btn.open:hover,
.add-cart-popup .btn.open:hover {
  border-color: #5692C2;
  color: #5692C2;
}
#add-cart-popup .recent-products,
.add-cart-popup .recent-products {
	align-items: stretch;
}
#add-cart-popup .recent-product .inner,
.add-cart-popup .recent-product .inner {
	height: 100%;
}
#add-cart-popup .recent-product .inner .info,
.add-cart-popup .recent-product .inner .info {
  display: flex;
  flex-direction: column;
  height: 100%;
	width: 100%;
}
#add-cart-popup .recent-product .btn,
.add-cart-popup .recent-product .btn {
  display: inline-block;
  width: auto;
	height: auto;
  margin-top: 3px;
  padding: 8px 10px;
  font-size: 0;
  float: right;
}
#add-cart-popup .recent-product .btn.configure-btn,
.add-cart-popup .recent-product .btn.configure-btn {
	display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 1.2rem;
}
#add-cart-popup .recent-product .btn img,
.add-cart-popup .recent-product .btn img {
  transition: all ease .25s;
}
#add-cart-popup .recent-product .btn.added,
.add-cart-popup .recent-product .btn.added {
	padding: 6px 13px;
  width: 45px;
  height: 39px;
  border-width: 1px;
  border-style: solid;
  cursor: default;
}
#add-cart-popup .recent-product .btn.added:before,
.add-cart-popup .recent-product .btn.added:before {
	content: none;
}
#add-cart-popup .recent-product .btn.added img,
.add-cart-popup .recent-product .btn.added img {
	opacity: 0;
}
#add-cart-popup .recent-product .btn:after,
.add-cart-popup .recent-product .btn:after {
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%,-50%);
	font-family: 'FontAwesome';
  font-size: 1.75rem;
  content: '\f00c';
  color: white;
  transition: all ease .2s;
}
#add-cart-popup .recent-product .btn.added:after,
.add-cart-popup .recent-product .btn.added:after {
  top: 50%;
}

@media (max-width: 991px) {
  .recent-products .recent-product {
  	width: 100%;
  }
}

@media (max-width: 767px) {
  #add-cart-popup,
  body .add-cart-popup {
  	max-height: 85%;
    overflow: scroll !important;
  }
  #add-cart-popup .warnings-stock .warning,
  .add-cart-popup .warnings-stock .warning {
  	padding: 10px 50px 10px 25px;
  }
  #add-cart-popup .add-cart-row,
  .add-cart-popup .add-cart-row {
  	padding: 20px;
    flex-wrap: wrap;
	}
  #add-cart-popup .info-col .popup-info,
  .add-cart-popup .info-col .popup-info {
  	margin-bottom: 15px;
    margin-right: 15px;
  }
  #add-cart-popup .related,
  .add-cart-popup .related {
    padding: 20px;
  }
}

#add-cart-popup .recent-product .inner,
.add-cart-popup .recent-product .inner {
	flex-wrap: wrap;
}
#add-cart-popup .recent-product.has-variants .inner,
.add-cart-popup .recent-product.has-variants .inner {
	flex-wrap: wrap;
  align-items: flex-start;
}
#add-cart-popup .recent-product .inner .inner-inner,
.add-cart-popup .recent-product .inner .inner-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
#add-cart-popup .recent-product.has-variants .inner .inner-inner,
.add-cart-popup .recent-product.has-variants .inner .inner-inner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#add-cart-popup .recent-product.has-variants .inner form,
.add-cart-popup .recent-product.has-variants .inner form {
	display: flex;
  align-items: center;
  width: 100%;
}
#add-cart-popup .recent-product.has-variants .inner form .basic-select,
.add-cart-popup .recent-product.has-variants .inner form .basic-select {
  width: 100%;
  margin-right: 15px;
}
#add-cart-popup .recent-product.has-variants .inner form .basic-select .text,
#add-cart-popup .recent-product.has-variants .inner form .basic-select .item,
.add-cart-popup .recent-product.has-variants .inner form .basic-select .text,
.add-cart-popup .recent-product.has-variants .inner form .basic-select .item {
	text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#add-cart-popup .recent-product.has-variants .inner form .btn,
.add-cart-popup .recent-product.has-variants .inner form .btn {
  margin: 0;
  width: 50px;
  height: 40px;
}
#add-cart-popup,
.add-cart-popup {
	overflow: visible;
}

body .__fbcw__widget.__fbcw__widget--small {
	width: 100% !important;
	border: none !important;
}
body .__fbcw__widget .__fbcw__widget__rating-overview {
	margin: 0px 0 17px!important;
}

/*
### ACCOUNT DASHBOARD ###
*/
#account-dashboard input[type="text"],
#account-dashboard input[type="password"] {
	border: 1px solid rgba(0, 0, 0, .07);
	display: block;
	width: 100%;
}
#account-dashboard textarea {
	border: 1px solid rgba(0, 0, 0, .07);
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
}
#account-dashboard {
	padding-bottom: 100px;
}
#account-dashboard .order-view a:not(.btn) {
	text-decoration: underline;
}
#account-dashboard .account-title {
	margin-bottom: 20px;
}
#account-dashboard .account-title.small-title {
	margin-bottom: 10px;
}
#account-dashboard .account-title.order-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#account-dashboard .account-title .content {
	line-height: 1.7em;
	margin-top: 10px;
}
#account-dashboard .account-title.small-title .content {
	font-size: 75%;
	margin-top: 3px;
  background: #86bd13;
  color: white;
/*   font-weight: bold; */
  margin: 5px 0;
  padding: 2px 12px;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
}
#account-dashboard .account-title .title {
	font-size: 25px;
}
#account-dashboard .account-title.small-title .title {
	font-size: 16px;
}
.account-row {
	display: flex;
	justify-content: space-between;
}
.account-row .col-left {
	min-width: 550px;
	max-width: 550px;
	margin-right: 50px;
}
.account-row .col-right {
	flex-grow: 10;
}
.recent-orders {
	margin: -5px;
}
.recent-orders .recent-order {
	padding: 5px;
}
.recent-orders .recent-order .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 25px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .07);
}
.recent-orders .recent-order .col {
	flex: 1;
}
.recent-orders .recent-order .col.ticket-title {
	flex: 2;
}
.recent-orders .recent-order .col:last-child {
	flex: 0;
}
.recent-orders .recent-order .title {
	font-size: 18px;
}
.recent-orders .recent-order .order-label {
	font-size: 12px;
	opacity: .7;
	font-weight: 700;
	margin-bottom: 5px;
}
.recent-orders .recent-order .btn {
	padding: 0;
	width: 40px;
	height: 40px;
}
#account-dashboard .status-label {
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
	color: inherit;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s linear;
}
#account-dashboard .inputs {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}
#account-dashboard .inputs .clearfix {
	width: 100%;
}
#account-dashboard .inputs .input.birthday {
	width: 33.33%;
}
#account-dashboard .inputs .input {
	padding: 10px;
}
#account-dashboard .inputs .input.input-100 {
	width: 100%;
}
#account-dashboard label {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	font-size: 12px;
	opacity: .7;
	font-weight: 700;
}
#account-dashboard .ui.selection.dropdown {
	width: 100%;
	min-width: 0;
}
#account-dashboard .block,
#account-dashboard .account-block {
	margin-bottom: 50px;
}
#account-dashboard .block .button,
#account-dashboard .account-block .button {
	margin-top: 20px;
}
#account-dashboard .account-block .button .btn span {
	font-size: 85%;
	margin-left: 5px;
}
#account-dashboard .shadow-block {
	padding: 30px 25px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	margin-bottom: 10px;
}
#account-dashboard .gray-block {
	background: rgba(0, 0, 0, 0.03);
	padding: 30px 25px;
	border-radius: 10px;
}
#account-dashboard .buttons {
	margin-top: 20px;
}
#account-dashboard .buttons .btn {
	margin-right: 10px;
	margin-bottom: 5px;
}
#account-dashboard .buttons .btn:last-child {
	margin-right: 0;
	margin-bottom: 0px;
}
#account-dashboard .small-title {
	font-size: 16px;
	margin-bottom: 20px;
}
#account-dashboard .tab a {
	font-size: 16px;
	padding: 15px 25px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	text-decoration: none;
}
#account-dashboard .tab a:hover {
	color: #e45a00;
}
#account-dashboard .tab i {
	font-size: 14px;
}
#account-dashboard .ordered-products {
	padding: 25px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .07);
}
#account-dashboard .ordered-products .info .title {
	font-weight: 700;
	font-size: 1.05em;
}
#account-dashboard .ordered-products .info .variant {
	font-size: 90%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}
#account-dashboard .ordered-products table {
	width: 100%;
}
#account-dashboard table th,
#account-dashboard .ordered-totals .desc,
#account-dashboard .address .line .desc {
	font-size: 12px;
	opacity: .7;
	font-weight: 700;
}
#account-dashboard table th {
	padding-bottom: 5px;
}
#account-dashboard .ordered-products table td {
	padding: 10px 0px;
	border-bottom: 1px dashed rgba(0, 0, 0, .04);
}
#account-dashboard .ordered-products table tr:last-child td {
	border: none;
}
#account-dashboard .ordered-totals .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#account-dashboard .ordered-totals .item:last-child {
	border-top: 1px solid rgba(0, 0, 0, .07);
	padding-top: 10px;
	margin-top: 10px;
}
#account-dashboard .ordered-totals .item .price {
	font-weight: 700;
}
#account-dashboard .ordered-totals .item:last-child .price {
	font-weight: 700;
	font-size: 1.2em;
  color: #51aa7b;
}
#account-dashboard .ordered-totals {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	padding: 25px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.03);
	margin-top: 20px;
}
#account-dashboard .address {
	margin-top: 20px;
}
#account-dashboard .address .line {
	display: flex;
	align-items: flex-start;
	margin-bottom: 3px;
}
#account-dashboard .address .line .desc {
	width: 70px;
}
#account-dashboard .address .line .text br:first-child {
	display: none;
}

#account-dashboard .account-back {
	text-align: right;
	margin-bottom: 10px;
	text-decoration: underline;
}
#account-dashboard .ticket-box {
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
}
#account-dashboard .ticket-box .top-wrap {
	padding: 15px 25px;
	border-bottom: 1px solid #eee;
}
#account-dashboard .ticket-box .chat-box {
	padding: 25px;
}
#account-dashboard .ticket-box .chat-box .chat-box-outer {
	padding: 25px;
	border-radius: 10px;
	max-height: 500px;
	overflow-y: scroll;
}
#account-dashboard .ticket-box .chat-box .chat-box-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}
#account-dashboard .ticket-box .chat-box .chat-message {
	margin-bottom: 7px;
	position: relative;
	max-width: 80%;
}
#account-dashboard .ticket-box .chat-box .chat-message:first-child,
#account-dashboard .ticket-box .chat-box .chat-message:first-child .date {
	margin-bottom: 0;
}
#account-dashboard .ticket-box .chat-box .chat-message .message {
	background: #fff;
	padding: 7px 15px;
}
#account-dashboard .ticket-box .chat-box .chat-message .message .name {
	font-weight: 700;
}
#account-dashboard .ticket-box .chat-box .chat-message .message .text {
	font-size: 95%;
}
#account-dashboard .ticket-box .chat-box .chat-message .message p:last-child {
	margin: 0;
}
#account-dashboard .ticket-box .chat-box .chat-message.sent {
	margin-left: auto;
	margin-right: 10px;
}
#account-dashboard .ticket-box .chat-box .chat-message.sent:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-radius: 0 3px 0 0;
}
#account-dashboard .ticket-box .chat-box .chat-message.sent .message {
	border-radius: 5px 0 5px 5px;
	color: #fff;
}
#account-dashboard .ticket-box .chat-box .chat-message.received {
	margin-left: 10px;
}
#account-dashboard .ticket-box .chat-box .chat-message.received:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-radius: 3px 0 0 0;
}
#account-dashboard .ticket-box .chat-box .chat-message.received .message {
	border-radius: 0 5px 5px 5px;
}
#account-dashboard .ticket-box .chat-box .chat-message .date {
	font-size: .8em;
	margin-top: 5px;
	color: #aaa;
	margin-bottom: 20px;
}
#account-dashboard .ticket-box .chat-box .chat-message.sent .date {
	text-align: right;
}
#account-dashboard .ticket-box .reply-box {
	padding: 25px;
	border-top: 1px solid #eee;
	display: flex;
	align-items: center;
}
#account-dashboard .ticket-box .reply-box input {
	background: rgba(0, 0, 0, 0.03);
	margin-right: 10px;
	flex: 1;
}
#account-dashboard .ticket-box .reply-box .btn i {
	margin-right: 7px;
}

@media (min-width: 1400px) {
	/* Custom cookiebar */
	/*.wsa-cookielaw {
		max-width: 1400px;
		min-width: 1400px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}*/
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1460px;
		padding: 0px 30px;
	}
	.col-lg-20 {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 20%;
	}
	/* Brands */
	.brands .brand .inner:hover .img-wrap img {
		filter: grayscale(0%);
	}

}

@media (max-width: 1400px) {
	.account-row .col-left {
		min-width: 450px;
		max-width: 450px;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 13px;
	}
	.home-block-padding {
		padding-bottom: 70px;
	}
	/* header */
	.search-bar input[type="text"] {
		width: 300px;
	}
	#header .vertical-menu-btn {
		padding: 0px 15px;
	}
	#header .main-header .icons ul {
		margin: 0px -12px;
	}
	#header .main-header .icons ul li {
		padding: 0px 12px;
	}
	#header .main-header .logo.small-logo img {
		height: 25px;
	}
	#header .main-header .logo.medium-logo img {
		height: 40px;
	}
	#header .main-header .logo.large-logo img {
		height: 60px;
	}
	.usp-bar > div {
    padding: 0;
	}

	/* cart popup */
	.fancybox-slide .cart-popup {
		padding: 40px;
	}
	.cart-wrap .totals-wrap {
		min-width: 350px;
		max-width: 350px;
	}
	.cart-wrap .totals {
		padding: 30px;
	}
	.cart-wrap .table {
		padding-right: 50px;
	}
	.cart-wrap .table table .price {
		padding-left: 30px;
	}
	.cart-wrap .table table .input-wrap {
		padding-left: 30px;
	}
	.cart-wrap .table table .image-wrap {
		width: 75px;
	}
	.cart-wrap .totals .title-small {
		margin-bottom: 30px;
	}
	.cart-wrap .totals .buttons {
/* 		margin-top: 60px; */
	}
	.cart-wrap .totals-wrap .payments {
		margin-top: 20px;
	}
	.cart-wrap .totals-wrap .payments img {
		height: 33px;
	}

	/* banners */
	.home-banners.grid-v1 .banner-2,
	.home-banners.grid-v1 .banner-3,
	.home-banners.grid-v1 .banner-4,
	.home-banners.grid-v1 .banner-5,
	.home-banners.grid-v1 .banner-6 {
		height: 260px;
	}
	.home-banners.grid-v1 .banner-1 {
		height: 520px;
	}
	.home-banners.grid-v1 .grid-1 {
		width: 30%;
	}
	.home-banners.grid-v1 .grid-2 {
		width: 70%;
	}
	.home-banners.grid-v1 .grid-3 {
		width: 100%;
	}
	.home-banners.grid-v1 .banner-5,
	.home-banners.grid-v1 .banner-6 {
		width: 50%;
	}
	.home-banners.grid-v2 .grid-1 {
		width: 100%;
	}
	.home-banners.grid-v2 .grid-2 {
		width: 30%;
	}
	.home-banners.grid-v2 .grid-3 {
		width: 70%;
	}
	.home-banners.grid-v2 .banner-1,
	.home-banners.grid-v2 .banner-2 {
		width: 50%;
	}
	.home-banners.grid-v3 .banner-2,
	.home-banners.grid-v3 .banner-3,
	.home-banners.grid-v3 .banner-4,
	.home-banners.grid-v3 .banner-5,
	.home-banners.grid-v3 .banner-6 {
		height: 250px;
	}
	.home-banners.grid-v3 .banner-1 {
		height: 750px;
	}
	.home-banners.grid-v3 .grid-1 {
		width: 33.3333%;
	}
	.home-banners.grid-v3 .grid-2 {
		width: 66.6666%;
	}
	.home-banners.grid-v3 .banner-4 {
		width: 100%;
	}
	.home-banners.grid-v3 .banner-5,
	.home-banners.grid-v3 .banner-6 {
		width: 50%;
	}
	.home-banners .banner .button {
		margin-top: 20px;
	}
	.home-banners .banner .title {
		font-size: 1.65em;
	}

	/* footer */
	#footer .columns .col:first-child {
		margin-right: 0;
	}
	#footer .newsletter input {
		width: 200px;
	}

	/* products */
	.products {
		margin: -10px;
	}
	.products .product {
		padding: 10px;
	}
	.products .product-list .image-wrap {
		min-width: 170px;
		max-width: 170px;
	}

	/*quickview*/
	.quickview-popup .images-wrap {
		min-width: 300px;
		max-width: 300px;
		margin-right: 40px;
	}

	/* collection */
	.col-sidebar {
		min-width: 250px;
		max-width: 250px;
		margin-right: 0;
	}
	.block-shadow,
	.bock-gray {
		padding: 20px;
	}
	.sidebar .sidebar-title {
		margin-bottom: 20px;
	}
	.collection-content .image {
		min-width: 130px;
		max-width: 130px;
		margin-right: 15px;
	}
	.recent-products .recent-product .image-wrap {
		min-width: 55px;
		max-width: 55px;
		margin-right: 15px;
	}

	/* productpage/quickview */
	.product-detail .images-wrap {
		min-width: 350px;
		max-width: 350px;
		margin-right: 50px;
	}
	.product-detail .info .input-wrap {
		margin-right: 20px;
	}
	.product-reviews .summary {
		min-width: 350px;
		max-width: 350px;
		margin-right: 30px;
	}
	.product-reviews .overview {
		width: calc(100% - 380px);
	}
	.productpage-block {
		margin-top: 50px;
	}
	#productpage .content-block .content-right {
		min-width: 500px;
		max-width: 500px;
		margin-left: 30px;
	}

	/* blog */
	.blog-articles .blog-article .title {
		font-size: 2em;
	}

	/* newsletter popup */
	.fancybox-slide #newsletter-popup {
		max-width: 900px;
	}
	#newsletter-popup .text {
		padding: 80px 60px;
	}

	/* Custom cookiebar */
	/*.wsa-cookielaw:after {
		display: none;
	}
	.wsa-cookielaw {
		padding-left: 20px;
	}*/

	/* Home text */
	.home-text-image-block {
		height: auto;
	}
	.home-text-image-block .content {
		padding: 0;
	}
	.home-text-image-block .content:after {
		display: none;
	}
	.home-text-image-block .content .inner {
		overflow-y: visible;
		max-height: unset;
	}

	.account-row .col-left {
		min-width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.account-row {
		display: block;
	}
}

@media (max-width: 991px) {
	/* header */
	.search-bar input[type="text"] {
		width: 250px;
	}

	/* cart */
	.cart-wrap {
		display: block;
	}
	.cart-wrap .table,
	.cart-wrap .totals-wrap {
		min-width: 100%;
		max-width: 100%;
	}
	.cart-wrap .totals-wrap {
		width: 100%;
		max-width: 350px;
		min-width: 0;
		float: right;
	}
	.cart-wrap .table {
		padding-right: 0;
	}
	.cart-wrap .title-small {
		margin-bottom: 30px;
	}

	/* banners */
	.home-banners.grid-v1 .grid-1 {
		width: 35%;
	}
	.home-banners.grid-v1 .grid-2 {
		width: 65%;
	}
	.home-banners .banner .overlay {
		padding: 25px;
	}
	.grid-row {
		margin: -7px;
	}
	.grid-col {
		padding: 7px;
	}
	.home-banners.grid-v1 .banner-2,
	.home-banners.grid-v1 .banner-3,
	.home-banners.grid-v1 .banner-4,
	.home-banners.grid-v1 .banner-5,
	.home-banners.grid-v1 .banner-6 {
		height: 240px;
	}
	.home-banners.grid-v1 .banner-1 {
		height: 480px;
	}
	.home-banners.grid-v2 .banner-1,
	.home-banners.grid-v2 .banner-2,
	.home-banners.grid-v2 .banner-4,
	.home-banners.grid-v2 .banner-5,
	.home-banners.grid-v2 .banner-6 {
		height: 240px;
	}
	.home-banners.grid-v2 .banner-3 {
		height: 480px;
	}
	.home-banners.grid-v2 .grid-2 {
		width: 35%;
	}
	.home-banners.grid-v2 .grid-3 {
		width: 65%;
	}
	.home-banners.grid-v3 .banner-2,
	.home-banners.grid-v3 .banner-3,
	.home-banners.grid-v3 .banner-4,
	.home-banners.grid-v3 .banner-5,
	.home-banners.grid-v3 .banner-6 {
		height: 230px;
	}
	.home-banners.grid-v3 .banner-1 {
		height: 690px;
	}
	.home-banners.grid-second-block .banner-7,
	.home-banners.grid-second-block .banner-8 {
		min-height: 300px;
		height: auto;
		width: 100%;
	}
	.home-banners .banner .title {
		line-height: 1.3em;
		max-height: 3.9em;
		overflow: hidden;
	}
	.banner-timer .block.seconds {
		display: none;
	}

	/* blog */
	.blog-articles .blog-article .image-wrap {
		margin-top: 0;
		margin-bottom: 20px;
		order: 1;
	}

	/* footer */
	#footer .columns {
		flex-direction: column;
		align-items: stretch;
	}
	#footer .columns .col {
		order: 2;
	}
	#footer .columns .col:nth-child(2) {
		order: 1;
		text-align: center;
	}
	#footer .main-footer .content-wrap {
		display: none;
		padding: 20px 0px;
		border-bottom: 1px solid rgba(0, 0, 0, .07);
	}
	#footer .main-footer .content-wrap ul {
		padding-bottom: 0;
	}
	#footer .main-footer .columns {
		margin: 0;
	}
	#footer .main-footer .columns .col {
		padding: 0;
	}
	#footer .main-footer .footer-title {
		margin-top: 0;
	}
	#footer .main-footer .col.mob-slide .footer-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 13px 0px;
		font-size: 1.1em;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
  #footer .main-footer .col.mob-slide .footer-title.no-border {
  	border: none !important;
  }
  html[lang="nl"] #footer .main-footer .col.mob-slide .footer-title.no-border {
  	display: none;
  }
	#footer .bottom-footer {
		padding: 10px 0px;
		text-align: center;
	}
	#footer .bottom-footer .flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#footer .bottom-footer .payments {
		order: 1;
	}
	#footer .bottom-footer .copyright {
		order: 2;
		padding: 0;
		margin-top: 10px;
	}

	/* collection */
	.flex-row {
		display: block;
	}
	.col-sidebar {
		padding: 0;
	}

	/* productpage */
	.product-detail {
		display: block;
	}
	.product-detail .images-wrap {
		margin: 0 auto;
	}
	.product-detail .images-wrap {
		min-width: auto;
		max-width: 100%;
	}
	.product-detail .images-wrap .images {
		max-width: 100%;
    width: 335px;
		margin: 0 auto;
	}
	#productpage .images-wrap .usp-pdp-images {
		margin: 25px 0 !important;
	}
	#productpage .images-wrap .usp-pdp-images ul {
		display: flex;
		flex-wrap: wrap;
	}
	#productpage .images-wrap .usp-pdp-images ul li {
		flex: 1 1 50%;
	}
	.product-detail .info {
		margin-top: 30px;
	}
	.product-detail .top-info {
		margin-bottom: 30px;
	}
	.fancybox-slide>.quickview-popup {
		margin: 0;
		border-radius: 0;
	}
	#productpage .content-block .content-inner {
		display: block;
	}
	.product-reviews {
		display: block;
	}
	.product-reviews .summary {
		min-width: 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	.product-reviews .summary .button {
		margin-top: 20px;
	}
	.product-reviews .overview {
		width: 100%;
	}
	.reviews {
		margin: -10px;
	}
	.reviews .review {
		padding: 10px;
	}
	#productpage .content-block .content-right {
		min-width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	#productpage .specs,
	#productpage .product-content,
	#productpage .related-products,
	#productpage .product-tags {
		margin-bottom: 30px;
	}

	/* Bundle products */
	.bundle-products .image-wrap,
	.bundle .open-bundle-options {
		width: 60px;
	}
	.bundle .bundle-inner {
		padding: 20px;
	}
	.bundle-products .bundle-product .plus {
		margin-left: 10px;
	}

	/* Custom cookiebar */
	/*.wsa-cookielaw {
		font-size: 13px;
		padding: 15px;
		min-width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		left: 20px;
		right: 20px;
		bottom: 60px;
	}
	.wsa-cookielaw .wsa-cookielaw-link {
		margin-left: 50px;
	}
	.wsa-cookielaw .wsa-cookielaw-button:first-child {
		margin-left: 20px;
	}*/

	/* Service page */
	#service-page .service-blocks,
  #service-page.custom .service-blocks {
		margin-bottom: 15px;
	}
	#service-page .faq {
		margin-top: 0px;
		padding-top: 30px;
	}
  #service-page.custom .faq {
  	margin: 0 0 40px 0;
    padding: 25px 0 15px 0;
  }
  #service-page.custom .faq-container .faq-subject {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
	#service-page .flex-row {
		display: flex;
		flex-direction: column;
	}
	#service-page .col-main {
		order: 2;
		width: 100%;
	}
	#service-page .col-sidebar {
		order: 1;
		margin-left: 0;
		min-width: 100%;
		max-width: 100%;
		padding: 15px;
	}
	#service-page .textpage-content {
		padding: 15px 0;
	}
	#service-page .contact-message-block {
		margin-bottom: 0;
	}

	/* Custom checkout */
	.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col1,
	.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col2,
	.gui-form .gui-checkout-steps.gui-col3-equal>.gui-col3-equal-col3 {
		width: 100% !important;
	}

	/* Headlines */
	.headlines .item {
		height: 400px;
	}
	.headlines .item-1 {
		background-image: url('headline-1-image-tablet.jpg?');
	}
	.headlines .item-2 {
		background-image: url('headline-2-image-tablet.jpg?');
	}
	.headlines .item-3 {
		background-image: url('headline-3-image-tablet.jpg?');
	}
	.headlines .item .text-box .title {
		font-size: 1.65em;
	}
	.headlines .item .text-box .link {
		margin-top: 30px;
	}

	#page-404 .content {
		flex-direction: column;
	}
	#page-404 .content .image {
		margin-left: 0;
		max-width: 70%;
		margin-top: 10vh;
	}
	#page-404 .text h1 {
		font-size: 4vw;
	}
	#page-404 .text .bg {
		font-size: 36vw;
	}
	#header .main-header.sticky .inner {
		padding: 20px 0px;
	}
}

@media (max-width: 767px) { 
	/* general */
	body,
	html {
		width: 100%;
	}
	.title-featured {
		margin-bottom: 20px;
	}
	.mobile-popup .menu-wrap {
		position: relative;
		overflow: hidden;
	}
	.mobile-popup {
		position: fixed;
		top: 50px;
		right: 100%;
		width: 100%;
		z-index: 99;
		bottom: 50px;
		background: #f7f7f7;
		padding-bottom: 0px;
		display: block;
		transition: all .2s linear;
		overflow-y: scroll;
	}
	.no-mobile-bar .mobile-popup {
		bottom: 0;
	}
	.mobile-popup.open {
		transform: translate(100%, 0px);
		z-index: 9999;
	}  
  .mobile-popup .popup-inner img {
  	max-width: 100%;
  }  
	.mobile-popup .popup-inner {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-bottom: 0px;
		position: relative;
	}
  
	.title-small,
	.title-featured .title.title-small {
		font-size: 1.4em;
	}
	.btn {
		font-size: 1em;
	}
	.title-featured .title-wrap {
		display: block;
	}
	.title-featured .link {
		margin: 0;
		margin-top: 5px;
		display: inline-block;
		font-size: .9em;
	}
	.title-featured .title {
		font-size: 1.7em;
	}
	.container {
		padding: 0px 20px;
	}
	.home-block-padding {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(0, 0, 0, .07);
	}
  .home-text .home-block-padding {
  	padding-bottom: 0;
    border-bottom: none;
  }
	/* header */
	#header .main-header.main-header {
		background: #313237;
	}
	#header .main-header .inner {
		padding: 15px 0px;
		justify-content: center;
	}
	#header.with-medium-logo .main-header .inner {
		padding: 12.5px 0px;
	}
	#header.with-large-logo .main-header .inner {
		padding: 10px 0px;
	}
	#header .main-header .logo.small-logo img {
		height: 20px;
	}
	#header .main-header .logo.medium-logo img {
		height: 25px;
	}
	#header .main-header .logo.large-logo img {
		height: 30px;
	}
	#header .main-header .logo {
		flex: 1;
		justify-content: center;
	}
	#header .main-header .mob-icons {
		flex: 1;
		font-size: 22px;
		line-height: 22px;
	}
	#header .main-header .mob-icons .user-circle {
		width: 20px;
		height: 20px;
		font-size: 8px;
		line-height: 20px;
	}
	#header .main-header .mob-icons ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		margin: -7px;
		align-items: center;
	}
	#header .main-header .mob-icons ul a {
    font-size: 0;
		display: block;
		padding: 5px 10px;
		position: relative;
		color: white;
	}
  #header .main-header .mob-icons ul a .sm {
    font-size: 22px;
  }
	#header .main-header .mob-icons .items {
		position: absolute;
		right: 0;
		top: 0;
		min-width: 18px;
		padding: 1px;
		height: 18px;
		line-height: 18px;
		font-size: 10px;
		text-align: center;
		font-weight: 700;
		background: #aaa;
		color: #fff;
		border-radius: 100%;
	}
	#header .main-header .mob-icons .items.check {
		right: 4px;
	}
	#header .main-header .mob-icons.second ul {
		justify-content: flex-end;
	}
	/* search - start */
	.search-bar {
		position: absolute;
		top: 50px;
		width: 100%;
		text-align: center;
		background: #eee;
		padding: 5px 20px;
		border-bottom: 1px solid #ccc;
	}
	.search-bar input[type="text"] {
		width: 100%;
	}
	.search-bar a.open-mobile-slide {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		font-size: 0;
		color: #819eb7;
	}
  .search-bar a.open-mobile-slide .sm {
    font-size: 18px;
  }

	.main-content {
		margin-top: 50px;
	}
	.owl-carousel.usp-slider {
		display: flex;
		text-align: center;
		opacity: 0;
	}
	.owl-carousel.usp-slider.owl-loaded {
		opacity: 1;
	}
	.mobile-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
		box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
		color: #000;
		padding: 0px 10px;
		border-bottom: 1px solid rgba(0, 0, 0, .07);
		height: 50px;
		display: flex;
		align-items: center;
	}
	.mobile-bar ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 20px;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	.mobile-bar ul li a {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
	.mobile-bar .icon-wrap {
		position: relative;
	}
	.mobile-bar .icon-wrap .items {
		position: absolute;
		right: -10px;
		top: -2px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 10px;
		text-align: center;
		font-weight: 700;
		background: #aaa;
		color: #fff;
		border-radius: 100%;
	}
	.user-circle {
		display: block;
		width: 30px;
		height: 30px;
		background: #f6836b;
		text-align: center;
		line-height: 32px;
		border-radius: 100%;
		font-weight: 700;
		font-size: 12px;
		color: #fff;
	}
	#login-popup {
		display: block;
	}
	.close-popup {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		left: auto;
		bottom: auto;
		z-index: 99;
	}
	#shipping-costs-popup .close-popup {
		position: unset;
		padding: 0;
		height: auto;
	}
	.mobile-popup .popup-inner {
		padding: 75px 20px 25px 20px;
	}
  .mobile-popup.mobile-search .popup-inner {
  	background: #f7f7f7;
    padding-top: 25px;
  }
	#login-popup .title-small,
	.cart-wrap .title-small,
	.mobile-popup .title-small {
		margin-bottom: 25px;
	}
	#login-popup .options {
		margin-top: 40px;
	}
	.cart-wrap .totals {
		padding: 20px;
	}
	.cart-wrap .totals .buttons {
/* 		margin-top: 30px; */
	}
	.cart-wrap .table table {
		text-align: left;
	}
	.cart-wrap .table table .image-wrap {
		width: 65px;
	}
	.cart-wrap .table table .price {
		padding-left: 0;
		text-align: left;
		font-size: 1em;
		margin-top: 5px;
	}
	.cart-wrap .table table td {
		padding: 15px 0px;
	}
	.cart-wrap .table table tr:first-child td {
		padding-top: 0;
	}
	.cart-wrap .table table tr:last-child td {
		padding-bottom: 0;
		border-bottom: none;
	}
	.cart-wrap .table table .info .title,
	.cart-wrap .totals table {
		font-size: 1em;
	}
	.cart-wrap .totals-wrap {
		max-width: 100%;
		text-align: left;
	}
	.cart-wrap .totals table tr td {
		padding-top: 5px;
	}
	.cart-wrap .totals table tr:nth-last-child(2) td {
		padding-bottom: 10px;
	}
	.cart-wrap .totals table tr:last-child td {
		padding-top: 10px;
	}
	.cart-wrap .totals .buttons {
/* 		margin-top: 20px; */
	}
	.cart-wrap .totals .buttons .btn:last-child {
		margin-bottom: 0;
	}
	.cart-wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 100%;
	}
	.cart-wrap .table {
		display: flex;
		flex-direction: column;
	}
	.cart-wrap .table .table-wrap {
		overflow-y: scroll;
	}
	.cart-wrap .table table .input-wrap {
		padding-left: 0;
    margin-left: -15px;
	}
	.cart-wrap .table .input-wrap input {
		height: 40px;
	}
  .cart-wrap .table table .product-image {
  	vertical-align: top;
  }
  .cart-wrap .table table .product-image .image-wrap {
  	margin-top: 5px;
  }
  .cart-wrap .table table .info .extra-info strong {
  	display: block;
  }
  .cart-wrap .table table .price-input-wrapper {
    margin-top: 20px;
  	display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart-wrap .table table .price-input-wrapper .price {
  	order: 25;
    font-size: 1.1em;
    margin: 0;
  }
  .cart-wrap .table table .product-remove {
  	vertical-align: top;
  }
  .cart-wrap .table table .cart-delete {
  	margin: -4px 0 0 8px;
  }
  
	/* banners */
	.home-banners.grid-v1 .grid-1,
	.home-banners.grid-v1 .grid-2 {
		width: 100%;
	}
	.home-banners.grid-v1 .banner-1,
	.home-banners.grid-v1 .banner-2,
	.home-banners.grid-v1 .banner-3,
	.home-banners.grid-v1 .banner-4,
	.home-banners.grid-v1 .banner-5,
	.home-banners.grid-v1 .banner-6 {
		height: auto;
		min-height: 200px;
	}
	.home-banners.grid-v1 .banner-3,
	.home-banners.grid-v1 .banner-4,
	.home-banners.grid-v1 .banner-5,
	.home-banners.grid-v1 .banner-6 {
		width: 100%;
	}
	.home-banners.grid-v2 .grid-1,
	.home-banners.grid-v2 .grid-2,
	.home-banners.grid-v2 .grid-3 {
		width: 100%;
	}
	.home-banners.grid-v2 .banner-1,
	.home-banners.grid-v2 .banner-2,
	.home-banners.grid-v2 .banner-3,
	.home-banners.grid-v2 .banner-4,
	.home-banners.grid-v2 .banner-5,
	.home-banners.grid-v2 .banner-6 {
		height: auto;
		min-height: 200px;
	}
	.home-banners.grid-v2 .banner-1,
	.home-banners.grid-v2 .banner-2,
	.home-banners.grid-v2 .banner-3,
	.home-banners.grid-v2 .banner-4,
	.home-banners.grid-v2 .banner-5,
	.home-banners.grid-v2 .banner-6 {
		width: 100%;
	}
	.home-banners.grid-v3 .grid-1,
	.home-banners.grid-v3 .grid-2,
	.home-banners.grid-v3 .grid-3 {
		width: 100%;
	}
	.home-banners.grid-v3 .banner-1,
	.home-banners.grid-v3 .banner-2,
	.home-banners.grid-v3 .banner-3,
	.home-banners.grid-v3 .banner-4,
	.home-banners.grid-v3 .banner-5,
	.home-banners.grid-v3 .banner-6 {
		height: auto;
		min-height: 200px;
	}
	.home-banners.grid-v3 .banner-1,
	.home-banners.grid-v3 .banner-2,
	.home-banners.grid-v3 .banner-3,
	.home-banners.grid-v3 .banner-4,
	.home-banners.grid-v3 .banner-5,
	.home-banners.grid-v3 .banner-6 {
		width: 100%;
	}
	.home-banners.grid-second-block .banner-7,
	.home-banners.grid-second-block .banner-8 {
		min-height: 200px;
		height: auto;
		width: 100%;
	}
	.home-banners.home-banners .text-center,
	.home-banners.home-banners .text-right,
	.home-banners.home-banners .text-place-center {
		text-align: left;
		align-items: baseline !important;
	}
	.home-banners.home-banners .banner-6 .text-right {
		text-align: right;
		align-items: flex-end !important;
	}

	/* categories */
	.home-categories {
		overflow: hidden;
	}
	.home-cats-wrap.app-style .categories-slider .owl-stage-outer {
		overflow: visible;
	}
	.categories {
		margin: -10px;
	}
	.categories .category {
		padding: 10px;
	}
	.categories .category.layout-2 .cat-inner {
		padding: 20px;
	}

	/* products */
	.home-products {
		overflow: hidden;
	}
	.products {
		margin: -7px;
	}
	.products .product,
	.products .product-list {
		padding: 7px;
	}
	.products .product .info {
		padding: 15px;
	}
  .home-products-wrap.app-style .page .products {
		margin-right: 40%;
	}
  .home-products-wrap.app-style .owl-dots {
  	width: 166%;
  }
	.home-products-wrap.app-style .products-slider .owl-stage-outer {
		overflow: visible;
	}
	.products .product-list .image-wrap {
		min-width: 90px;
		max-width: 90px;
	}
	.products .product-list .product-inner {
		position: relative;
	}
	.products .product-list .product-inner {
/* 		padding: 10px; */
	}
	.products .product-list .info .description {
		max-height: 3.2em;
	}
	.products .product-list .image-wrap {
		position: initial;
	}

	/* blog */
	.home-blog {
		overflow: hidden;
	}
	.blog-articles {
		margin: -5px;
	}
	.blog-articles .blog-article {
		display: block;
		padding: 5px;
	}
	.home-blog .blog-articles .blog-article .image {
		min-height: 100px;
	}
	.blog-articles .blog-article .title {
		font-size: 1.4em;
	}
	.blog-articles .blog-article .title {
		margin-bottom: 10px;
	}
	.blog-article-wrap.app-style .article-slider .owl-stage-outer {
		overflow: visible;
	}
	#blog .complete-article .article-title {
		font-size: 1.7em;
	}
	.complete-article .image-wrap {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.complete-article .image,
	.complete-article .no-image {
		border-radius: 5px;
	}
	.complete-article .image:after,
	.complete-article .no-image:after {
		content: '';
		display: block;
		padding-top: 50%;
	}
	#blog .complete-article,
	#blog .comments-block,
	#blog .share {
		margin-bottom: 30px;
	}
	#blog .share {
		padding: 15px 0px;
	}
	.write-comment .fields {
		margin: -5px;
	}
	.write-comment .fields .field {
		padding: 5px;
	}
	#blog .blog-articles .blog-article .image {
		height: auto;
		min-height: 0;
	}
	#blog .blog-articles .blog-article .image:after {
		content: '';
		display: block;
		padding-top: 45%;
	}
	#blog .blog-articles .blog-article:nth-child(even) .image-wrap,
	#blog .regular-articles .blog-articles .blog-article .image-wrap,
	#blog .blog-articles .blog-article .image-wrap {
		margin-bottom: 15px;
	}
	#blog .regular-articles {
		margin: 0;
		border: none;
	}
	#blog .blog-articles {
		margin: -10px;
	}
	#blog .blog-articles .blog-article {
		padding: 10px;
	}

	/* brands */
	.home-brands-wrap.app-style .brands-slider .owl-stage-outer {
		overflow: visible;
	}
	.home-brands {
		overflow: hidden;
	}
	.home-brands-wrap.app-style {
		margin-right: -25%;
	}

	/* GENERAL CONTENT */
	.general-content p,
	.general-content.product-content p,
	#account-dashboard .account-title .content {
		line-height: 2em;
		margin-bottom: 20px;
		font-size: .97em;
	}
	.general-content h1,
	.general-content.product-content h1,
	#account-dashboard .account-title .title {
		font-size: 1.5em;
	}
	.general-content h2,
	.general-content.product-content h2 {
		font-size: 1.4em;
	}
	.general-content h3,
	.general-content.product-content h3 {
		font-size: 1.3em
	}
	.general-content h4,
	.general-content.product-content h4 {
		font-size: 1.2em;
	}

	/* FOOTER */
	#footer .main-footer .footer-title {
		font-size: 1.2em;
	}
	#footer {
		padding-bottom: 50px;
	}

	/* collection */
	.mobile-filters {
		margin: 0;
		text-align: left;
		padding: 25px 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.mobile-filters .filters-scroll {
		overflow-y: scroll;
		overflow-x: hidden;
		padding-bottom: 5px;
	}
	.mobile-filters .buttons {
		position: relative;
		padding-top: 20px;
	}
	.mobile-filters .buttons .btn {
		width: 100%;
	}
	.mobile-filters .buttons .link {
		display: block;
		text-align: center;
		padding: 20px 0px;
		padding-bottom: 0;
		font-weight: 700;
	}
	.mobile-filters .buttons:before {
		content: '';
		display: block;
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
		width: 100%;
		height: 20px;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7f7', GradientType=0);
	}
	.sidebar .sidebar-title {
		font-size: 1.4em;
		margin-bottom: 25px;
	}
	.price-filter {
		padding-left: 5px;
		padding-right: 5px;
	}
	.collection-content.on-top {
		margin-bottom: 20px;
	}
	.collection-sort.on-top {
		margin-bottom: 20px;
	}
	.active-filters-box {
		margin-top: -10px;
	}
	.collection-sort .filter-btn-block {
		width: 100%;
		margin-bottom: 0;
		justify-content: flex-end;
		order: 50;
	}
	.collection-sort .filter-btn-block .btn {
		margin: 0;
		order: 50;
	}
	.collection-sort .custom-pager {
		order: 0;
		justify-content: flex-end;
		width: 100%;
		margin-bottom: 10px;
	}
	.collection-sort .custom-pager ul {
		justify-content: flex-end;
	}
	.collection-sort .mobile-pager {
		width: 100%;
		margin-bottom: 0px;
		justify-content: space-between;
		order: 2;
	}

	.usp-bar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.usp-bar ul {
		height: 40px;
	}
  
	/* productpage */
	.product-detail .top-info .stars-code {
		flex-direction: column;
		align-items: start;
	}
	.product-detail .top-info .product-code {
		margin-top: 10px;
	}
	#productpage .product-detail {
		padding: 20px;
		margin: 0px -20px;
		border-radius: 0;
		padding-top: 10px;
	}
	.product-detail .top-info .product-title,
	.product-reviews .summary .score .title {
		font-size: 1.4em;
	}
	.breadcrumbs {
		margin: 15px 0px;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: .8em;
	}
	#collection-page .breadcrumbs {
		margin-top: 0;
	}
	#productpage .breadcrumbs {
		margin: 15px 0px;
	}
	.breadcrumbs i {
		display: inline-flex;
	}
	.product-detail .images-wrap {
		min-width: 100%;
		max-width: 100%;
	}
	.product-detail .top-info {
		margin-bottom: 20px;
	}
	.product-detail .info .price-stock {
    flex-wrap: wrap;
		margin: 15px 0px;
	}
	.product-detail .info .price {
		font-size: 1.5em;
    margin-bottom: 10px;
    display: block;
	}
  .product-detail .info .price .legal {
  	margin-left: 0;
  }
	.product-detail .info {
		margin-top: 20px;
	}
	#productpage .specs {
		margin-top: 0;
	}
	#productpage .content-block {
		margin: 0;
		padding: 0;
		border: none;
	}
	#productpage .mobile-tabs {
		margin: 0px -20px;
	}
	#productpage .mobile-tabs a {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, .07);
		padding: 15px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#productpage .related-products {
		text-align: left;
	}
	#productpage .images-wrap .usp-pdp-images ul li {
		flex: 1 1 100%;
	}
	.btn {
		height: 45px;
	}
	.product-detail .info .cart .add-wish {
		height: 45px;
		width: 45px;
		margin-left: 10px;
	}
	.product-detail .info .product-description,
	.product-detail .order-countdown {
		margin-bottom: 20px;
	}
	.product-detail .info form {
		margin-top: 20px;
	}
	.product-detail .order-countdown {
		font-size: 12px;
	}
	.product-detail .info .product-option {
		margin-bottom: 20px;
	}
	.product-reviews {
		margin-top: 30px;
	}
	.product-reviews .summary .score {
		margin-bottom: 20px;
	}
	.product-reviews .overview {
		margin: 0px -20px;
		width: calc(100% + 40px);
	}
	.product-reviews .summary {
		margin-bottom: 20px;
	}
	.reviews {
		margin: 0px;
	}
	.reviews .review {
		padding: 0;
	}
	.reviews .review:first-child .review-inner {
		border-top: 1px solid rgba(0, 0, 0, .07);
	}
	.reviews .review .review-inner {
		padding: 20px;
		background: transparent;
		border-bottom: 1px solid rgba(0, 0, 0, .07);
		border-radius: 0;
	}
	#productpage .product-content,
	#productpage .specs {
		text-align: left;
	}
	#productpage .mobile-reviews {
		text-align: left;
	}
	#productpage .mobile-reviews .reviews {
		margin: 0px -20px;
	}
	#productpage .specs,
	#productpage .product-content,
	#productpage .related-products,
	#productpage .product-tags {
		margin: 0;
	}
	.product-detail .info .share-compare {
		margin-top: 20px;
	}
	.product-tags {
		margin-top: 0;
	}
	.product-tags .popup-inner {
		text-align: left;
	}
	#productpage .product-bundles {
		margin-top: 30px;
	}
	#productpage .product-detail .input-wrap .change input {
		margin: 0;
		width: 45px;
		height: 45px;
	}

	/* Custom cookiebar */
	/*.wsa-cookielaw {
		text-align: center;
	}*/

	/* Service page */
  #service-page.custom .faq-container .faq-subject {
  	flex: 1 1 100%;
  }
	#service-page .faq .faq-block .faq-items .faq-item .tab {
		font-size: .95em;
		padding: 20px 0;
	}
	#service-page .faq .faq-block .faq-items .faq-item .page {
		padding: 20px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.service-blocks {
		flex-direction: column;
		margin: -5px;
	}
	.service-blocks .service-block-col,
  .service-blocks.custom .service-block-col {
		padding: 5px;
    line-height: 0;
	}
	a.service-block {
    background: rgba(0, 0, 0, 0.03);
    position: relative;
		padding: 8px;
		flex-direction: row;
		align-items: center;
		border-radius: 5px;
	}
	.service-block .icon {
		margin-top: 0;
    margin-bottom: 0;
		margin-right: 15px;
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
  a.service-block .title:after {
    position: absolute;
    right: 8px;
  }
  a.service-block .title {
    padding: 0;
    width: auto;
    background: transparent;
    border-radius: 0;
  }

	/* Brands */
	.brands {
		margin: -7px;
	}
	.brands .brand {
		padding: 7px;
	}

	/* Review popup */
	#add-review-popup {
		display: block;
	}

	/* Headlines */
	.headlines .item .container {
		width: 100%;
	}
	.headlines .item {
		height: 350px;
	}
	.headlines .item-1 {
		background-image: url('headline-1-image-mobile.jpg?');
	}
	.headlines .item-2 {
		background-image: url('headline-2-image-mobile.jpg?');
	}
	.headlines .item-3 {
		background-image: url('headline-3-image-mobile.jpg?');
	}

	/* live compare */
	.compare-overlay,
	.compare-block {
		z-index: 99;
	}
	.compare-block .compare-pop {
		width: 100%;
	}
	.compare-block .compare-pop.open {
		width: 100%;
	}
	.compare-block {
		bottom: 50px;
	}
	.no-mobile-bar .compare-block {
		bottom: 0;
	}
	.compare-pop.active {
		-webkit-transform: translate(0, calc(100% - 40px)) translateZ(0);
		transform: translate(0, calc(100% - 40px)) translateZ(0);
	}
	.compare-pop .head {
		height: 40px;
	}
	.compare-products .compare-product:nth-child(n+4) {
		display: none;
	}

	/* newsletter popup */
	#newsletter-popup .text {
		padding: 40px;
	}
	#newsletter-popup .title {
		font-size: 2em;
	}
	#newsletter-popup .content {
		margin-bottom: 20px;
	}
	#newsletter-popup .standard-input {
		height: 45px;
	}
	#newsletter-popup .btn {
		margin-top: 15px;
	}

	/* messages */
	.message-wrap {
		top: 60px;
		bottom: auto;
		z-index: 99999999999;
		left: 0;
		padding: 0px 10px;
	}
	.message-wrap .message {
		padding: 15px;
		width: 100%;
	}
	.message-wrap .message .icon {
		min-width: 30px;
		max-width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 15px;
		font-size: 10px;
	}

	/* search */
	.search-autocomplete {
		position: unset;
	}
	.search-autocomplete .feat-categories {
		padding: 15px;
		background: #fff;
		border-radius: 5px;
		margin-bottom: 0px;
	}
	.search-autocomplete .subtitle {
		margin-bottom: 7px;
	}
	.search-autocomplete .search-products .product:nth-child(odd) .product-inner {
/* 		border-right: 0; */
	}
	.search-autocomplete .search-products .product {
/* 		border-top: 0; */
/* 		border-bottom: 1px solid #ccc; */
		width: 100%;
	}
	.search-autocomplete .more {
		margin-top: 10px;
	}
	.search-autocomplete .search-products {
/* 		padding: 10px 0px; */
    margin: 0;
	}
	.mobile-search {
		text-align: left;
	}
	.mobile-search .search-wrap {
		margin-bottom: 20px;
	}
	.mobile-search .search-wrap input[type="text"] {
		height: 40px;
		padding: 0px 20px;
		padding-left: 40px;
		border: none;
		outline: none;
		border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 50px;
		width: 100%;
	}
	.mobile-search .search-wrap .icon {
		position: absolute;
		height: 40px;
		width: 40px;
		right: 0;
		top: 0;
		line-height: 40px;
		text-align: center;
	}
  .mobile-search .search-wrap .close-popup {
  	top: auto;
    right: auto;
    left: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .mobile-search .search-wrap .close-popup a {
  	border: none;
  }
  .mobile-search .search-wrap .close-popup a:after {
  	content: '\f053';
    color: #819eb7;
  }

  /* 404 */
	#page-404 .text h1 {
		font-size: 5vw;
	}
  \
	/*   account dashboard */
	#account-dashboard .shadow-block {
		padding: 25px 20px;
	}
	#account-dashboard .inputs {
		margin: -7px;
	}
	#account-dashboard .inputs .input {
		padding: 7px;
	}
	#account-dashboard .tab a,
	#account-dashboard .small-title {
		font-size: 15px;
	}
	.recent-orders .recent-order .order-label {
		font-size: 10px;
	}
	.recent-orders .recent-order .title {
		font-size: 13px;
	}
	.recent-orders .recent-order .btn {
		width: 35px;
		height: 35px;
	}
	.recent-orders {
		margin: -5px;
	}
	.recent-orders .recent-order {
		padding: 5px;
	}
	#account-dashboard .account-title {
		margin-bottom: 10px;
	}
	#account-dashboard .block,
	#account-dashboard .account-block {
		margin-bottom: 30px;
	}
	#account-dashboard .tab a {
		padding: 12px 20px;
	}
	#account-dashboard .status-label {
		height: 25px;
		font-size: 10px;
		padding: 0px 10px;
	}
	#account-dashboard .ordered-products table td {
		padding-left: 10px;
	}
	#account-dashboard .ordered-products table td:first-child {
		padding-left: 0;
	}
	#account-dashboard .ordered-products {
		padding: 20px;
	}
	.recent-orders .recent-order .col {
		padding-left: 10px;
	}
	.recent-orders .recent-order .col:first-child {
		padding-left: 0;
	}
	.recent-orders .recent-order .col.ticket-title {
		flex: 1;
	}
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 424px) {
	/* Custom cookiebar */
	/*.wsa-cookielaw .wsa-cookielaw-button:first-child {
		margin-left: 10px;
	}
	.wsa-cookielaw .wsa-cookielaw-link {
		margin-top: 15px;
	}*/

	/* Footer */
	#footer .newsletter input {
		flex: 1;
		width: auto;
		max-width: 250px;
	}
	#footer .newsletter .btn {
		padding: 0;
		width: 40px;
	}
	#footer .newsletter #formNewsletter {
		display: flex;
		justify-content: center;
	}
}

.cart-wrap .table table .cart-delete {
	color: black !important;
	opacity: .25;
	transition: all ease .25s;
}
.cart-wrap .table table .cart-delete:hover {
	opacity: 1;
}
.cart-wrap .custom-error-text {
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	margin-top: -15px;
}
.cart-wrap .custom-error-text p {
	margin: 0;
}

#productpage .info-nav-bar .info-nav br,
#productpage .content-block .title-small br,
#productpage .mobile-tabs a br {
	display: none;
}
#productpage .product-customer-photos .photos .small-customer-images .photo {
	height: 50%;
	display: flex;
}
#productpage .big-video {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
#productpage [data-popup="product-customer-videos"] .big-video {
	padding-bottom: 70%;
}
#productpage .product-customer-photos .photos .photo .big-video>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#productpage .product-customer-photos.not-visible .photos-outer {
	position: relative;
}

#productpage .product-customer-photos.not-visible .photos-outer .photos {
	opacity: 0;
  visibility: hidden;
}

#productpage .product-customer-photos .placeholder {
	display: none;
}

#productpage .product-customer-photos.not-visible .placeholder {
display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
  overflow: hidden;
}

#productpage .product-customer-photos.not-visible .placeholder:after {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, #f9f9f9 0%, #eee 50%, #f9f9f9 100%);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
}

@keyframes placeHolderShimmer {
  0% {
    right: 100%;
  }
  100% {
    right: -200px;
  }
}

#productpage .product-customer-photos .photos .photo.video img {
	transform: scale(1.4);
}
#productpage .product-customer-photos .photos .photo a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#productpage .product-customer-photos .photos-outer {
	padding: 18px;
	background: #f7f7f7;
	border-radius: 5px;
}
#productpage .product-customer-photos .photos {
	display: flex;
	margin: 0;
}
#productpage .product-customer-photos .photos .photo {
	padding: 7px;
}
#productpage .product-customer-photos .photos .photo a {
	display: block;
	position: relative;
	overflow: hidden;
}
#productpage .product-customer-photos .photos .photo a img {
	width: 100%;
}
#productpage .product-customer-photos .photos .photo a i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
#productpage .product-customer-photos .photos .photo a .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.6);
}
.product-detail .images .thumbs .image .video-image {
	overflow: hidden;
	height: 100%;
  background: black;
}
.product-detail .images .thumbs .image .video-image img {
  position: absolute;
  width: 140%;
  height: 140%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -20% 0 0 -20%;
/* 	transform: scale(1.4); */
}
.product-detail .images .thumbs .image i {
	z-index: 2;
}

#gui-block-shipment-method {
  opacity: 1 !important;
}
body.lang-de #gui-form-shipment-method #gui-checkout-shipment-methods {
	display: none !important;
}
body.lang-de #gui-form-shipment-method.loaded-custom #gui-checkout-shipment-methods,
#gui-form-shipment-method.loaded-custom #gui-checkout-shipment-methods {
	display: block !important;
}
body.lang-de #gui-form-shipment-method #gui-checkout-shipment-methods.hidden,
#gui-form-shipment-method #gui-checkout-shipment-methods.hidden {
	display: none !important;
}
#gui-block-review table tr .checkout-customs:not(.gui-delivery-time-checkout) {
	display: none;
}
#gui-block-review table tr .checkout-customs.active {
	display: block;
}
#gui-block-review table tr .toggle-content {
	display: flex;
	align-items: center;
	font-size: 12px;
/* 	font-weight: 700; */
	cursor: pointer;
	margin-top: 5px;
  margin-bottom: 5px;
/*   padding-left: 65px; */
}
#gui-block-review table tr .toggle-content.active {
/* 	padding-left: 65px; */
}
#gui-block-review table tr .toggle-content i {
	margin-right: 4px;
	font-size: 10px;
}
@media (max-width: 767px) {
	#gui-block-review table tr .toggle-content {
		padding-left: 0;
	}
	#gui-block-review table tr .toggle-content.active {
		padding-left: 0;
	}
}

.home-products-wrap .custom-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-products-wrap .custom-dots .dot {
	width: 20px;
	height: 20px;
	background: #eee;
	margin: 5px;
}
.home-products-wrap .custom-dots .dot.active {
	background: #000;
}

#verzendkosten-popup,
#kortings-popup,
#voorwaarden-popup {
	text-align:left;
}
.fancybox-inner #voorwaarden-popup {
	max-width: 800px;
  max-height: calc(100vh - 100px);
}
#verzendkosten-popup,
#kortings-popup,
#voorwaarden-popup {
	display: none;
}

@media (max-width: 767px) {
	.mobile-popup .popup-header {
		padding: 12px 20px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.mobile-popup .popup-header .title-small {
		margin: 0 !important;
	}
	.mobile-popup .popup-header a,
	.mobile-popup .popup-header div {
		color: #fff;
	}
	.mobile-popup .popup-header .close-mobile-popup {
		font-size: 18px;
	}
  #verzendkosten-popup,
	#kortings-popup,
  #voorwaarden-popup {
		display: block;
	}
  #voorwaarden-popup ul,
  #voorwaarden-popup ol {
  	    padding-left: 25px;
  }
}

/* verzendmethodes */
@keyframes shippingMethodsFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

#gui-form-shipment-method {
	position: relative;
  padding-bottom: 10px;
}

#gui-form-shipment-method:before {
	content: url('https://cdn.webshopapp.com/themes/176608/assets/oval.svg?3');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: shippingMethodsFadeOut .15s normal forwards ease-in-out;
	animation-delay: 1s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f8f8f8;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* klantfoto's */
@keyframes powrFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.client-photos-preloader {
  position: relative;
}
.client-photos-preloader:before {
  content: url('https://cdn.webshopapp.com/themes/176608/assets/oval.svg?1');
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  animation: powrFadeOut .3s normal forwards ease-in-out;
	animation-delay: 5s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: white;
  pointer-events: none;
}
.client-photos-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.client-photos-container .client-photos {
  flex: 1 1 30%;
  margin: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .client-photos-container .client-photos {
    flex: 1 1 45%;
  }
}
@media (max-width: 767px) {
  .client-photos-container .client-photos {
    flex: 1 1 100%;
  }
}
.client-photos-container .client-photos h5 {
  margin: 0 0 10px 0;
}
.client-photos-container .client-photos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client-photos-container .client-photos ul li:before {
  font-family: 'FontAwesome';
	content: '\f105';
  padding-right: 5px;
}

/* scroll to top - klantfoto's */
#toTop {
  padding: 15px;
  border-radius: 50%;
  background: #51AA7B;
  color: #fff;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
  cursor: pointer;
  font-size: 0;
  transition: all ease .3s;
}
#toTop i:before {
  font-size: 15px;
}

/* scrollbar - semantic js */
/*
body ::-webkit-scrollbar {
    -webkit-appearance:none;
    width:10px;
    height:10px;
}
body ::-webkit-scrollbar-track {
    background:rgba(0,0,0,.1);
    border-radius:0;
}
body ::-webkit-scrollbar-thumb {
    cursor:pointer;
    border-radius:5px;
    background:rgba(0,0,0,.25);
    -webkit-transition:color .2s ease;
    transition:color .2s ease;
}
body ::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,.15);
}
body ::-webkit-scrollbar-thumb:hover {
    background:rgba(128,135,139,.8);
}
body .ui.inverted::-webkit-scrollbar-track {
    background:rgba(255,255,255,.1);
}
*/

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: none;
	}
}

@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 1.2em !important;
  }
}

.order-summary .checkout-customs .custom {
  display: flex;
	margin-bottom: 3px;
}
.order-summary .checkout-customs .custom .custom-title {
	font-weight: bold;
  font-size: 1.1em;
  color: #000;
  margin-right: 5px;
  flex: 1 1 50%;
}
.order-summary .checkout-customs .custom .custom-value {
	flex: 1 1 50%;
}

#gui-checkout-shipment-methods .gui-block-option {
  margin-bottom: 15px;
}
#gui-checkout-shipment-methods .gui-spacer {
    height: 0;
}

/* fancybox - iframe */
@media screen and (max-width: 767px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
    max-width: 100%;
    height: 197px;
    margin: 0;
    padding: 0;
	}
}

/* linkpartners */
ul.linkpartners {
	column-count: 3;
  column-gap: 50px;
  column-rule-color: rgba(0, 0, 0, .07);
  column-rule-width: 1px;
  column-rule-style: solid;
  list-style: none;
  padding: 0;
}
ul.linkpartners a {
	text-decoration: underline;
}
ul.linkpartners a:hover {
	color: #009be3;
}
@media only screen and (max-width: 768px) {
  ul.linkpartners {
  	column-count: 1;
  	column-gap: 0;
  }
}

/* bulk table - maatwerk */
@media screen and (max-width: 767px) {
  .stickyHeaderTable {
  	display: table-header-group !important;
  }
  .stickyHeaderTable tr {
    display: table-row;
  }
  .stickyHeaderTable th {
    top: 0;
    display: table-cell;
    z-index: 25;
    width: 100%;
  }
  
  .bulk-table table tr:nth-child(odd) {
  	background: #F0F2EF;
  }
  .bulk-table table tr:nth-child(even) {
  	background: #FFF;
  }
  .bulk-table td.title-font {
    font-family: 'Heebo', Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
  	display: inline-block;
    width: 100%;
    color: #696969;
  }
  .bulk-table td.price-td,
  .bulk-table td.input-td {
  	display: inline-block;
    width: 50%;
  }
  .bulk-table td.price-td {
  	font-size: 1.2em;
    color: black;
  }
  .bulk-table td.input-td .custom-input-wrap {
  	float: right;
  }
}

/*
### CUSTOM.CSS ###
*/

.product-labels-custom.product-labels-custom-down {
	top: 50px;
}

/* start mobile owl carousel navigation */	
.owl-nav { 
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.owl-nav .disabled.owl-prev,
.owl-nav .disabled.owl-next {
  opacity: 0;
}
/*.owl-nav .disabled.owl-prev:before,
.owl-nav .disabled.owl-next:before {
  color: rgba(0, 0, 0, 0.2);
  opacity: .5;
}*/
.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
/*     background: white; */
  background: #d7dfe5;
  font-size: 0;
  box-shadow: 0 0 25px 0px rgb(0 0 0 / 15%);
  pointer-events: auto;
}
.owl-nav .owl-prev {
  margin-left: -15px;
}
.owl-nav .owl-next {
  margin-right: -15px;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #819eb7;
  margin-top: 2px;
}
.owl-nav .owl-prev:before {
  content: '\f053';
  margin-left: -2px;
}
.owl-nav .owl-next:before {
  content: '\f054';
  margin-left: 2px;
}

/*
### CUSTOM.CSS ###
*/

/* Wufoo Forms | Preloader - Start */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

div[id*="wufoo"] {
	position: relative;
}
div[id*="wufoo"]:before {
	content: url('https://cdn.webshopapp.com/themes/176608/assets/oval.svg?1');
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	animation: fadeOut .3s normal forwards ease-in-out;
	animation-delay: 3s;
}
div[id*="wufoo"] iframe {
	opacity: 0;
	animation: fadeIn .3s normal forwards ease-in-out;
	animation-delay: 3s;
}

/* Responsive Video - Start */
.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
  margin-bottom: 25px;
	height: 0;
	overflow: hidden;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Search - Start */
.search-autocomplete .box {
	padding: 40px;
	position: relative;
}
.search-autocomplete .close-autocomplete {
	position: absolute;
	right: 40px;
	top: 40px;
}
.search-autocomplete .title-small {
	margin-bottom: 20px;
}
.search-autocomplete .results {
	max-width: 100%;
}
.search-autocomplete .side {
	border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.search-autocomplete .feat-categories {
	padding: 20px;
	margin-bottom: 20px;
}
.search-autocomplete .more.products-found {
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-size: 1.14em;
  color: #363636;
	display: flex;
  align-items: center;
  max-width: 100%;
  margin: 30px auto 10px auto;
}
.search-autocomplete .more.products-found div {
	color: #55AA79;
}
.search-autocomplete .more {
	margin: 20px auto 0 auto;
	max-width: 250px;
  padding: 0px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}
.search-autocomplete .more .btn {
	display: flex;
}
.search-autocomplete.noresults .more {
	display: none;
}
.search-autocomplete .search-products a {
	display: block;
}
.search-autocomplete .search-products .product .info .title {
	color: #000000;
	font-family: "Maven Pro", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: .05em;
}
.search-autocomplete .search-products .product .info .price,
.search-autocomplete .search-products .product .info .price a {
	opacity: 1;
	font-size: 16px;
	font-weight: 700;
}

/* Owl carousel - Start */
.owl-dots {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.owl-dots .owl-dot {
	margin: 5px;
}
.owl-dots .owl-dot.active span {
	background: #313237;
}
.owl-dots .owl-dot span {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	width: 10px;
	height: 10px;
	border-radius: 50px;
}
.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel .owl-stage:after {
	content: none;
}
.products-slider .owl-stage .owl-item .item {
  display: flex; 
  height: 100%;
}
.products .product .product-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products .product .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.products .product .info .price {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.products .unit-price {
  font-size: .75em;
  margin-bottom: auto;
}

@media (max-width: 767px) {
	.owl-dots {
		margin-right: 19.25%;
	}
	.home-cats-wrap.app-style .categories .category {
		padding: 15px;
	}
	.product-images .owl-dots,
	.home-cats-wrap.app-style .owl-dots {
		margin-right: 0;
	}
	.home-cats-wrap.app-style .owl-item {
		transition: all ease .25s;
		opacity: .5;
	}
	.home-cats-wrap.app-style .owl-item.active.center {
		transform: scale(1.1);
		opacity: 1;
	}
}

/* Filters - Start */
.filter-btn-block .btn {
	display: flex;
	align-items: center;
}
.fixed-filter-btn .filter-icon:before, .filter-btn-block .filter-icon:before {
	content: '';
	display: block;
	background-image: url(https://cdn.webshopapp.com/themes/176608/assets/filter.svg?2);
	backgrouund-repeat: none;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}
.fixed-filter-btn {
	transition: all ease .25s;
	position: fixed;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	box-shadow: 0 0 8px 0 #0003;
	border-radius: 5px;
}
.fixed-filter-btn .btn {
	padding: 0 50px;
}

.gui-checkout-one-step #gui-checkout-shipment-methods {
	font-size: 12px;
	font-style: italic;
}
.gui-checkout-one-step #gui-checkout-shipment-methods small {
	font-size: 12px;
	font-style: normal;
	margin-top: 1px;
}
.gui-checkout-one-step .step-shipment .gui-block-option .gui-field .gui-radio>label {
	line-height: normal;
	font-style: normal;
}
#gui-block-review .gui-block-subcontent>.gui-spacer {
	display: none;
}
#gui-block-review .gui-text {
	margin-bottom: 10px;
}
#gui-block-review .gui-field .gui-checkbox {
	padding: 0 10px;
}
#gui-block-review .gui-confirm {
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}
#gui-block-review .gui-confirm .gui-confirm-input {
	margin-bottom: 0;
}
#gui-block-review .gui-confirm .gui-checkbox {
	padding: 0;
}
#gui-block-review .gui-confirm label {
	padding-bottom: 4px;
}
#gui-block-review .order-summary .gui-table {
	padding-bottom: 0 !important;
}
#gui-block-review .order-summary .gui-table tbody td {
	vertical-align: top;
  border-color: #ccc;
}
#gui-block-review .order-summary .gui-table tbody tr td:last-child {
	color: #666;
}
#gui-block-review .order-summary .gui-cart-sum {
	padding-top: 15px !important;
	margin-top: 0;
	border-top: 1px solid #ccc;
}
#gui-block-review .order-summary .gui-cart-sum .gui-item .gui-desc {
	font-size: .9em;
}
#gui-block-review .order-summary .gui-cart-sum .gui-item .gui-desc p,
#gui-block-review .order-summary .gui-cart-sum .gui-item .gui-desc strong {
	color: black;
	font-weight: 700;
}
#gui-block-review .order-summary .gui-cart-sum .gui-item .gui-desc p small {
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 11px;
	color: #666;
}
#gui-block-review .order-summary .gui-cart-sum .gui-item.gui-taxes-details {
	margin-top: 5px;
}
#gui-block-review .order-summary .gui-cart-sum .gui-item.gui-taxes-details .gui-desc {
	font-size: 11px;
}
.gui-checkout-one-step .gui-block-highlight .gui-table,
.gui-checkout-one-step .gui-block-highlight .gui-cart-sum {
	padding: 0 10px !important;
}
.gui-checkout .gui-form a.gui-button-small {
	border: none !important;
	color: #ffffff;
	height: auto;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	font-weight: 700;
}
.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
	border: none;
	border-radius: 5px;
	font-weight: 700;
	width: 100%;
}
.gui-checkout .gui-error .gui-input:after,
.gui-checkout .gui-check .gui-input:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.gui-checkout .gui-error .gui-input:after {
	content: '\f00d';
}
.gui-checkout .gui-check .gui-input:after {
	content: '\f00c';
}
.gui-checkout .gui-error .gui-message {
	font-weight: 700;
}
.gui-checkout .gui-error .gui-message:before {
	content: '\f071';
	font-family: 'FontAwesome';
	padding-right: 5px;
}
.gui-payment-method-service .gui-payment-method-icon {
	border: none;
}
.gui.gui-thankyou p {
	margin: 0 0 10px;
}
.gui-table thead tr th {
	border-color: #eee;
}
.gui-cart-sum .gui-item .gui-desc {
	color: black;
	font-weight: 700;
	font-size: 13px;
}
.gui-cart-sum .gui-item.gui-big .gui-desc,
.gui-cart-sum .gui-item.gui-big .gui-price {
	color: black;
	font-weight: 700;
	font-size: 16px;
}
.gui-thankyou .gui-spacer {
	display: block;
}
.gui-thankyou .gui-block-subcontent table tr td strong {
	color: black;
	font-size: 16px;
	font-family: "Maven Pro", Helvetica, sans-serif;
}

/* Payment methods */
.gui-payment-method-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gui-payment-method-wrapper .gui-checkout-payment-provider {
  width: 100%;
}
.gui-payment-method-wrapper .gui-payment-provider-banktransfer {
  order: 25;
}

.gui-payment-provider-banktransfer.active .gui-is-selected label:after {
	content: attr(data-melding);
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  line-height: normal;
  font-style: italic;
  opacity: .75;
}

label[for="gui-payment-mollie2-mastercard"] img,
label[for="gui-payment-mollie2-visa"] img,
label[for="gui-payment-mollie2-maestro"] img,
label[for="gui-payment-seoshoppayments-mastercard"] img,
label[for="gui-payment-seoshoppayments-visa"] img,
label[for="gui-payment-seoshoppayments-maestro"] img {
	opacity: 0 !important;
}

label[for="gui-payment-mollie2-mastercard"] .gui-payment-method-subtitle:before,
label[for="gui-payment-mollie2-visa"] .gui-payment-method-subtitle:before,
label[for="gui-payment-mollie2-maestro"] .gui-payment-method-subtitle:before,
label[for="gui-payment-seoshoppayments-mastercard"] .gui-payment-method-subtitle:before,
label[for="gui-payment-seoshoppayments-visa"] .gui-payment-method-subtitle:before,
label[for="gui-payment-seoshoppayments-maestro"] .gui-payment-method-subtitle:before {
  content: '';
  position: absolute;
  left: 14px;
  background: url('https://cdn.webshopapp.com/shops/320966/themes/176608/assets/creditcard.png') center center;
  background-size: 52px 32px;
  width: 52px;
  height: 32px;
}
/* BE */
.gui-payment-methods {
	display: flex;
  flex-direction: column;
}
html[data-shop-id="320966"] .gui-payment-methods div:nth-child(1) {
	order: 50;
}
html[data-shop-id="320966"] .gui-payment-methods div:nth-child(2) {
	order: 30;
}
html[data-shop-id="320966"] .gui-payment-methods div:nth-child(3) {
	order: 10;
}
html[data-shop-id="320966"] .gui-payment-methods div:nth-child(4) {
	order: 20;
}
html[data-shop-id="320966"] .gui-payment-methods div:nth-child(5) {
	order: 40;
}


/* Buttons - Start */
.btn,
#gui-form a.gui-button-small,
.gui-form a.gui-button-small,
.gui-form a.gui-button-large,
.gui-login a.gui-button-small {
	position: relative;
	z-index: 25;
	border: none;
	overflow: hidden;
	justify-content: center;
	padding: 0 15px;
}
.btn:before,
#gui-form a.gui-button-small:before,
.gui-form a.gui-button-small:before,
.gui-form a.gui-button-large:before,
.gui-login a.gui-button-small:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	transition: all ease .25s;
	border-radius: 5px;
	z-index: -1;
}
.btn:hover:before,
#gui-form a.gui-button-small:hover:before,
.gui-form a.gui-button-small:hover:before,
.gui-form a.gui-button-large:hover:before,
.gui-login a.gui-button-small:hover:before {
	left: 0;
}
.add-wish:hover i:before {
	content: '\6c';
}
.btn.open {
	transition: all ease .25s;
}
.btn.open:hover {
	background: transparent;
}
.btn.open:hover:before {
	background: transparent;
}
.product-configure-module .step-wrap .next-btn .btn:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left: 10px;
}
.product-configure-module .step-wrap .fin-btn .btn:after {
	font-family: 'FontAwesome';
	content: '\f00c';
	padding-left: 10px;
}
.product-configure-module .step-wrap .prev-btn .btn:hover {
	text-decoration: none !important;
}
.product-configure-module .step-wrap .prev-btn .btn:hover:before {
	background: transparent;
}
#add-cart-popup .btn:hover {
	color: white;
}
#add-cart-popup .btn:hover:before {
/* 	background-color: #9d9d9d; */
}
#account-dashboard .buttons .btn:last-child {
	margin-bottom: 5px;
}

/* General */
html body {
	margin-top: 0!important;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

.panel-group .panel-default>.panel-heading {
	border-bottom: none;
}

/*.wsa-cookielaw {
	top: auto;
	bottom: 0;
	height: 40px;
	line-height: 34px;
	background-color: #eeeeee;
	display: flex;
	flex-direction: column;
}

@media (max-width: 991px) {
	.wsa-cookielaw {
		top: 0;
		bottom: auto;
		white-space: normal;
		height: auto;
		line-height: 25px;
	}
}*/

.shopmonkey-module .zaagopties .title {
	font-size: 12px !important;
	font-weight: 700;
}
.shopmonkey-module .step-wrap.empty-zaagopties {
	display: none;
}
.shopmonkey-module .step-wrap.basic-select {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.is-mobile ul.list-inline li {
		padding: 0 8px !important;
	}
}

.custom-page .content-part {
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.custom-page .content-part:last-child {
	border-bottom: none;
}
.custom-page .content-part img {
	width: 100%;
	height: auto;
}

.mobile-filters .sb-title {
	background: #e55a02;
	color: white;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 30px;
}
.mobile-filters .filter-wrapper-mobile {
	display: none;
}
.mobile-filters .sb-subtitle {
	color: #818080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
}
.mobile-filters .sb-title i {
	float: right;
	position: relative;
	line-height: 30px;
	transition: all 0.4s ease-in-out;
}
.mobile-filters ul .sb-content {
	overflow: scroll;
	max-height: 190px;
}
.mobile-filters .sb-title.active i {
	transform: rotate(180deg);
}
.mobile-filters ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 5px;
}
.mobile-filters ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #d9d9d9;
	box-shadow: 0 0 1px #d9d9d9;
}
.sidebar-filter-item {
	position: relative;
}

.subitem .plus {
	height: 43px;
	width: 43px;
	margin: -43px 5px 0 0px;
	padding: 10px 10px;
}

.element li.row-right {
	padding-bottom: 10px;
}

.panel-heading h4 a.collapsed:after {
	content: "" !important;
}
.panel-heading h4 a:after {
	content: "" !important;
}

.block {
	margin: 0 0;
	padding: 0 0;
}

.disclaimer {
	padding-bottom: 0;
}

.ul-reset {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* AUTO GOOGLE STARS CUSTOM CSS - START */
.ism_footer_rating {
	font-size: 10px !important;
	background-color: #363c3f;
	color: #999999;
	padding-bottom: 15px !important;
}
.ism_footer_rating a {
	color: #009be3;
}
.ism_footer_rating a:hover {
	text-decoration: underline;
}

/* Recent orders */
.recent-orders .recent-order .inner {
	align-items: flex-end;
}
.recent-orders .recent-order .col:last-child {
	margin-left: 10px;
}
.home-banners .banner, .cat-inner {
	transition: 0.15s all ease-in-out;
}

@media (min-width: 1200px) {
	.home-banners .banner:hover {
		transform: scale(1.01);
	}
  .cat-inner:hover {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 6%);
	}
}

@media (max-width: 767px) {
	.home-banners .banner .overlay {
		padding: 15px;
	}
	.home-banners .banner-6 .banner {
		background-position: center 40%;
	}
}

/* Header - Start */
#header {
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 1px 35px 0 rgb(0 0 0 / 10%);
	transition: top .2s;
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transform: translateZ(-1);
}
.is-pinned {
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}
#header:not(.is-pinned) {
	top: -140px;
}
#header .alert-message {
	display: none;
	padding: 14px 0px;
	background: #dceed4;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #ccc;
}
#header .alert-message .message {
	position: relative;
	padding-right: 20px;
}
#header .alert-message .message .close {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
}
#header .alert-message a {
	text-decoration: underline;
}
#header .main-menu .container {
	display: flex;
	align-items: center;
	position: relative;
}
#header .extra-navigation {
	width: 100%;
	margin-left: 10px;
}
#header .extra-navigation>ul {
	height: 100%;
	flex-wrap: nowrap;
}
#header .extra-navigation>ul>li {
	position: relative;
	height: 100%;
	align-items: center;
	order: 100;
}
#header .extra-navigation>ul>li:first-of-type {
	margin-left: auto;
}
#header .extra-navigation>ul>li.left,
#header .extra-navigation>ul>li.samples {
	order: 50;
	margin-left: 0 !important;
	margin-right: 0;
}
#header .extra-navigation>ul>li.left.first,
#header .extra-navigation>ul>li.samples.first {
	order: 10;
}
#header .extra-navigation>ul>li.left.second,
#header .extra-navigation>ul>li.samples.second {
	order: 20;
}
#header .extra-navigation>ul>li.left.third,
#header .extra-navigation>ul>li.samples.third {
	order: 30;
}
#header .extra-navigation>ul>li.samples {
	margin-right: auto;
}
#header .extra-navigation ul.hover-menu {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	border: 1px solid #eee;
	z-index: 99999;
	margin: -5px;
	left: 50%;
	transform: translateX(-50%);
  padding: 10px;
}
#header .extra-navigation ul.hover-menu li {
	padding: 5px;
}
#header .extra-navigation ul.hover-menu li a {
	display: block;
	color: #777;
	font-weight: 400;
	padding: 0;
	width: 100%;
}
#header .extra-navigation ul.hover-menu li a:hover {
	text-decoration: underline;
}
#header .extra-navigation ul.hover-menu .hover-inner {
	padding: 10px;
}
@media (max-width: 991px) {
	#header .extra-navigation .inner {
		justify-content: center;
	}
}
#header .extra-navigation ul li.item:hover>.hover-menu {
	display: block;
}

/* Footer - Start */
#footer .footer-top {
	border-top: 1px solid #e7e7e7;
	background: #f4f4f4;
}
#footer .footer-top .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer .footer-top .col-row {
	margin: -10px;
	display: flex;
}
#footer .footer-top .footer-title h2,
#footer .footer-top .footer-title-small {
	margin: 0;
	font-size: 1.5em;
}
#footer .main-footer .footer-links-wrap .footer-title i {
	transition: 0.15s all ease-in-out;
}
#footer .footer-top .inner img {
	max-width: 250px;
	min-width: 250px;
  height: auto;
}
#footer .footer-top .right {
	display: flex;
	justify-content: space-between;
	flex-grow: 10;
	padding-bottom: 60px;
	margin: -10px;
}
#footer .footer-top .footer-title {
	margin-bottom: 30px;
}
#footer .footer-top .footer-title-small {
	margin-bottom: 15px;
}
#footer .footer-top .footer-col {
	padding: 10px;
	flex: 1;
}
#footer .footer-top .footer-col.col-help {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 2;
}
#footer .footer-top .standard-input {
	min-width: 240px;
	max-width: 240px;
	height: 40px;
	font-size: 14px;
}
#footer .footer-top .btn {
	height: 40px;
	padding: 0 25px;
	border-radius: 0;
}
#footer .footer-top .col-help .help-top .general-content {
	font-size: 1em;
	max-width: 450px;
	color: #777;
}
#footer .footer-top .col-help .help-top .general-content a {
	text-decoration: underline;
}
#footer .footer-top .col-help .help-bottom {
	padding-top: 40px;
}
#footer .footer-top .col-help .help-bottom ul.help-contact {
	display: flex;
  flex-wrap: wrap;
	margin: -30px;
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item {
	padding: 15px 30px;
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item a {
	display: flex;
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item a:hover {
	text-decoration: none;
}
#footer .footer-top .col-help .help-bottom i {
	min-height: 45px;
	max-height: 45px;
	min-width: 45px;
	max-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	font-size: 1.3em;
	margin-right: 10px;
}
#footer .footer-top .col-help .help-bottom .text-phone,
#footer .footer-top .col-help .help-bottom .text-mail,
#footer .footer-top .col-help .help-bottom .text-chat {
	font-weight: 700;
}
#footer .footer-top .col-help .help-bottom .open,
#footer .footer-top .col-help .help-bottom .closed,
#footer .footer-top .col-help .help-bottom .break,
#footer .footer-top .col-help .help-bottom .online,
#footer .footer-top .col-help .help-bottom .away,
#footer .footer-top .col-help .help-bottom .offline {
	position: relative;
  line-height: normal;
  padding-left: 18px;
}
#footer .footer-top .col-help .help-bottom .open:before,
#footer .footer-top .col-help .help-bottom .closed:before,
#footer .footer-top .col-help .help-bottom .break:before,
#footer .footer-top .col-help .help-bottom .online:before,
#footer .footer-top .col-help .help-bottom .away:before,
#footer .footer-top .col-help .help-bottom .offline:before {
  position: absolute;
  top: 3px;
  left: 0;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
#footer .footer-top .col-socialmedia {
	color: #fff;
	display: flex;
	flex-direction: column;
}
#footer .footer-top .col-reviews-social .social-col {
	margin-top: 20px;
}
#footer .footer-top .social-col ul.social-items {
	display: flex;
	margin: -10px;
}
#footer .footer-top .social-col ul.social-items li {
	padding: 10px 14px;
}
#footer .footer-top .social-col ul.social-items li a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .footer-top .social-col ul.social-items li a:hover {
	text-decoration: none;
}
#footer .footer-top .social-col ul.social-items li i {
	font-size: 1.75em;
	transition: 0.15s all ease-in-out;
}
#footer .main-footer {
	position: relative;
	overflow: hidden;
}
#footer .main-footer .columns.space-around {
	justify-content: space-around;
}
#footer .columns.space-around .col:first-child {
	margin-right: unset;
	margin-left: -50px;
}
#footer .main-footer .footer-side-img img {
	max-width: 100%;
	width: 300px;
}
#footer .main-footer .col.flex-even {
	position: relative;
	z-index: 2;
}
#footer .kantoor-en-afhaal {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}
#footer .kantoor-en-afhaal .content-wrap {
	margin-right: 15px;
}
#footer .kantoor-en-afhaal .content-wrap .title {
	margin-bottom: 5px;
	font-weight: 700;
}

@media (max-width: 767px) {
	#footer .kantoor-en-afhaal {
		justify-content: space-between;
	}
	#footer .footer-top .inner {
		padding: 15px 0;
	}
	#footer .footer-top .col-row {
		flex-wrap: wrap;
	}
	#footer .footer-top .footer-col,
	#footer .footer-top .footer-col.col-help {
		flex: unset;
	}
	#footer .footer-top .col-help .help-bottom ul.help-contact {
		flex-direction: column;
		margin: -5px;
	}
	#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item {
		padding: 5px;
	}
	#footer .footer-top .col-help .help-bottom .text-title {
		max-width: unset;
	}
	#footer .footer-top .col-help .help-bottom {
		padding-top: 15px;
	}
	#footer .footer-top .col-help .help-bottom i {
		min-height: 35px;
		max-height: 35px;
		min-width: 35px;
		max-width: 35px;
		font-size: 1.1em;
	}
	#footer .footer-top .footer-title,
	#footer .footer-top .footer-title-small {
		margin-bottom: 10px;
	}
	#footer .footer-top .footer-title h2,
	#footer .footer-top .footer-title-small {
		font-size: 1.1em;
	}
	#footer .footer-top .col-help .help-top .general-content {
		font-size: 0.93em;
	}
	#footer .footer-top .col-reviews-social .social-col {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	#footer .footer-top .inner {
		padding: 20px 0;
	}
	#footer .footer-top .footer-title {
		margin-bottom: 15px;
	}
	#footer .footer-top .col-help .help-top .general-content {
		max-width: unset;
	}
	#footer .columns .col:nth-child(2) {
		order: 2;
		text-align: left;
	}
	#footer .kantoor-en-afhaal {
		margin: 0;
	}
}

@media (max-width: 1199px) {
	#footer .footer-top .footer-title h2,	#footer .footer-top .footer-title-small {
		font-size: 1.3em;
	}
	#footer .footer-top .inner img {
		min-width: 200px;
		max-width: 200px;
	}
	#footer .columns.space-around .col:first-child {
		margin-left: unset;
	}
	#footer .main-footer .columns.space-around {
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	#footer .footer-top .social-col ul.social-items li:hover i {
		color: #333;
	}
}

/* Product Detail Page - Start */
.product-detail .info .cart .add-cart img {
	margin-left: 10px;
}
.product-detail .info .product-delivery i {
	font-size: 1.3em;
}
.product-detail .images {
	position: relative;
}
.product-detail .images .thumbs {
	display: flex;
	padding-top: 10px;
	margin: -5px;
}
.product-detail .images .thumbs .item {
	width: calc(100% / 5);
	padding: 5px;
}
.product-detail .images .thumbs .image img {
	width: 100%;
}
.product-detail .images .thumbs .image {
	position: relative;
}
.product-detail .images .thumbs .item .thumbs-count {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	color: #fff;
	font-weight: 700;
}
.product-detail .korting-lines {
	padding-top: 30px;
}
.product-detail .korting-lines a {
	background: white;
  color: black;
/*   box-shadow: 0 0 6px 0 rgb(0 0 0 / 6%);  */
	padding: 20px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
}
.product-detail .korting-lines a:hover {
	text-decoration: none;
}
.product-detail .korting-lines a span {
	margin: 1px 0;
}
.product-detail .korting-lines a span span {
  background: #eb5265;
  color: white;
  border-radius: 5px;
  padding: 2px 8px; 
  font-size: 12px;
  margin-right: 5px;
  line-height: normal;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 6%); 
	display: inline-block;
  text-align: center;
  width: 40px;
}

@media (max-width: 1199px) {
	.product-detail .images .thumbs .item .thumbs-count {
		font-size: 1.7em;
	}
}

/* Products - Start */
.products .product .product-inner.border-allways,
.products .product-list .product-inner.border-allways {
	transition: 0.15s all ease-in-out;
}
.products .product .product-inner.border-allways:hover,
.products .product-list .product-inner.border-allways:hover {
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 6%);
}
.products .product-list .info {
	padding: 20px; 
  border-left: 1px solid rgba(0, 0, 0, .07);
}
.products .product .info .price, .products .product-list .info .price {
	font-size: 1.2em;
}
.products .product-list .info .price.extra-margin {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.products .product-list .info {
/* 		padding: 35px 0 15px 0; */
    padding:  10px;
	}
  .products .product .info .price,
  .products .product-list .info .price {
		font-size: 1em;
	}
  .products .product-list .info .price.extra-margin {
  	margin-bottom: 35px;
  }
} 

.products .product .info .price,
.products .product-list .info .price {
	font-size: 1.2em;
}

@media (max-width: 767px) {
	.products .product .info .price,
	.products .product-list .info .price {
		font-size: 1em;
	}
}

#productpage .product-configure-variants {
	display: none;
}
#productpage .bulk-table table {
	width: 100%;
}
#productpage .bulk-table table tr th,
#productpage .bulk-table table tr td {
	padding: 10px 15px;
}
#productpage .bulk-table table tr td.length {
	white-space: nowrap;
}
#productpage .bulk-table table tr.out-of-stock {
	opacity: 0.4;
	pointer-events: none;
}
#productpage .bulk-table table tr th {
	background: #2b2b2b;
	color: #fff;
}
#productpage .bulk-table table tr td {
	background: #fff;
}
#productpage .bulk-table table tr:nth-child(odd) td {
	background: #f2f2f2;
}
#productpage .bulk-table table tr td.price-td {
	font-weight: 700;
	white-space: nowrap;
  color: #363636;
}
#productpage .custom-input-wrap {
	display: flex;
}
#productpage .custom-input-wrap input {
	min-width: 40px;
	max-width: 40px;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
}
#productpage .custom-input-wrap .change {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5px;
	width: 20px;
}
#productpage .custom-input-wrap .change.change-minus {
	margin: 0;
	margin-right: 5px;
}
#productpage .custom-input-wrap .change a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	font-size: 13px;
	text-decoration: none;
}
#productpage .custom-input-wrap label[for="quantity"] {
	font-size: 0;
}
#productpage .info-nav-bar {
	margin-top: 20px;
	padding: 10px 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#productpage .info-nav-bar .info-nav {
	display: flex;
	flex-wrap: wrap;
}
#productpage .info-nav-bar .info-nav li {
	margin: 5px 0px;
}
#productpage .info-nav-bar .info-nav li:not(:last-child) {
	margin-right: 40px;
}
#productpage .info-nav-bar .info-nav li a {
	font-weight: 700;
  text-decoration: none !important;
}
#productpage .info-nav-bar .info-nav li a:hover {
  text-decoration: underline !important;
}
#productpage .product-usage,
#productpage .product-proscons,
#productpage .product-customer-photos,
#productpage .product-usefull-info {
	margin-bottom: 50px;
}
#productpage .product-usage .usages-outer {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -15px;
}
#productpage .product-usage .usage-wrap {
	padding: 0 15px;
	width: 50%;
}
#productpage .product-usage .usage-wrap li {
	display: flex;
	padding: 5px 0;
}
#productpage .product-usage .usage-wrap li i {
	margin-right: 7px;
	font-size: 1.2em;
}
#productpage .product-proscons ul {
	text-align: left;
}
#productpage .product-proscons li {
	display: flex;
}
#productpage .product-proscons li:not(:last-child) {
	margin-bottom: 10px;
}
#productpage .product-proscons .proscons-wrap i {
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	background: #aaa;
	border-radius: 50%;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin-right: 10px;
}
#productpage .product-usefull-info .links-outer {
	display: flex;
  flex-wrap: wrap;
	margin: -5px 0;
  padding: 18px;
  border-radius: 5px;
}
#productpage .product-usefull-info .links-outer hr {
	width: 100%;
  margin: 10px 0;
}
#productpage .product-usefull-info .links-wrap {
	padding: 0 7px;
  width: 50%;
}
#productpage .product-usefull-info .links-wrap li {
	display: flex;
  padding: 5px 0;
}
#productpage .product-usefull-info .links-wrap li img {
	margin-right: 10px;
  width: 17px;
}
#productpage .product-usefull-info .links-wrap li a {
	font-weight: bold;
}
#productpage .product-content .toggle-content {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 700;
	margin-top: 10px;
}
#productpage .product-content .toggle-content i {
	margin-right: 10px;
}
#productpage .product-content .hidden-info {
	display: none;
}
#productpage .product-content .hidden-info.active {
	display: block !important;
}
#productpage .product-content .hidden-info.active ul {
	margin-top: -10px;
}
#productpage .product-customer-photos .photos-outer {
	padding: 18px;
	background: #f7f7f7;
	border-radius: 5px;
}
#productpage .product-customer-photos .photos {
	display: flex;
	margin: 0;
}
#productpage .product-customer-photos .photos .photo {
	padding: 7px;
}
#productpage .product-customer-photos .photos .photo a {
	display: block;
	position: relative;
}
#productpage .product-customer-photos .photos .photo a img {
	width: 100%;
}
#productpage .product-customer-photos .photos .photo a i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#productpage .product-customer-photos .photos .video a i {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%,-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eb5265;
  font-size: 3em;
  transition: all ease .2s;
  opacity: 0.85;
}
#productpage .product-customer-photos .photos .small-customer-images .video a i {
  font-size: 1.5em;
  width: 35px;
  height: 35px;
}
#productpage .product-customer-photos .photos .photo a .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.6);
}
#productpage .images-wrap .usp-pdp-images {
	margin: 15px 0 0 15px;
}
#productpage .images-wrap .usp-pdp-images ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#productpage .images-wrap .usp-pdp-images ul li {
	font-weight: 400;
	color: #696969;
	line-height: 2em;
}
#productpage .images-wrap .usp-pdp-images ul li .colored {
	font-weight: 700;
}
#productpage .images-wrap .usp-pdp-images ul li i {
	margin-right: 15px;
}
#productpage .product-customer-photos .photos .big-customer-image,
#productpage .product-customer-photos .photos .small-customer-images {
	width: 60%;
}
#productpage .product-customer-photos[data-popup="product-customer-videos"] .photos .big-customer-image,
#productpage .product-customer-photos[data-popup="product-customer-videos"] .photos .small-customer-images {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#productpage .product-customer-photos .photos .big-customer-image {
	padding: 0;
	width: 40%;
}
#productpage .product-customer-photos .photos .big-customer-image .photo {
	width: 100%;
}
#productpage .product-customer-photos[data-popup="product-customer-videos"] .photos .big-customer-image .photo {
	width: 50%;
}

@media (max-width: 767px) {
  #productpage .product-customer-photos[data-popup="product-customer-videos"] .photos .big-customer-image .photo {
    width: 100%;
  }
}

#productpage .product-customer-photos .photos .small-customer-images {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#productpage .product-customer-photos .photos .small-customer-images .photo {
	width: calc(100% / 3);
}
#productpage .product-detail .info .price .legal,
#proefstuk-popup .product-detail .info .price .legal {
	opacity: 1;
	display: flex;
	align-items: center;
}
#productpage .product-detail .info .price .legal a,
#proefstuk-popup .product-detail .info .price .legal a {
	display: inline-flex;
	align-items: center;
	opacity: 1;
}
#productpage .product-detail .info .price .legal a span,
#proefstuk-popup .product-detail .info .price .legal a span {
	text-decoration: underline;
}
#productpage .product-detail .info .price .legal a .fa,
#proefstuk-popup .product-detail .info .price .legal a .fa {
	font-size: 0.85em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	color: #fff;
	margin-left: 5px;
}

#verzendkosten-popup,
#kortings-popup,
#standaard-korting-popup {
	max-width: 800px;
}

.mobile-popup .popup-inner .popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.mobile-popup {
		top: -1px;
	}
	.mobile-popup.open .popup-inner .popup-header {
		display: flex;
	}
	.mobile-popup .popup-inner .popup-header {
		display: none;
	}
	#productpage .product-content .hidden-info {
		margin-top: 0 !important;
	}
  #productpage .bulk-table tbody {
  	display: flex;
    flex-direction: column;
  }
  #productpage .bulk-table table tr th,
	#productpage .bulk-table table tr td {
		padding: 8px;
	}
	#productpage .product-usage,
	#productpage .product-proscons,
	#productpage .product-customer-photos,
  #productpage .product-usefull-info {
		margin-bottom: 0px;
	}
	#productpage .product-customer-photos .photos .big-customer-image,
	#productpage .product-customer-photos .photos .small-customer-images {
		width: 100% !important;
	}
	#productpage .product-customer-photos .photos .small-customer-images {
		margin-left: unset;
	}
	#productpage .product-customer-photos .photos {
		flex-direction: column;
	}
  
  /* customer photos mobile - start */
  #productpage .mobile-tabs a.customer-photos-mobile {
    border: none;
  }
  #productpage .product-customer-photos.mobile-carousel {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }
  #productpage .product-customer-photos.mobile-carousel .photos-outer {
    padding-top: 0;
    background: white;
  }
  #productpage .product-customer-photos.mobile-carousel .photos a {
    padding: 0;
    border: none;
  }
  #productpage .product-customer-photos.mobile-carousel .photos .small-customer-images .photo {
    width: 100%;
    display: block;
  }
  #productpage .product-customer-photos.mobile-carousel .photos .small-customer-images .single .photo {
    width: 50%;
    margin: 0 auto;
  }
  #productpage .product-customer-photos.mobile-carousel .photos .small-customer-images .owl-dots {
    margin: 15px auto 0;
  }  
	#productpage .overlay {
		height: 100%;
		position: fixed;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: 30;
		display: none;
	}
	#productpage .product-usage .usage-wrap,
  #productpage .product-usefull-info .links-wrap {
		width: 100%;
	}
	#productpage .product-usage .usage-wrap li,
  #productpage .product-usefull-info .links-wrap li {
		text-align: left;
	}
	.fancybox-slide #login-popup {
		left: 0;
		margin: 0;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	#productpage .product-usage,
	#productpage .product-proscons,
	#productpage .product-customer-photos,
  #productpage .product-usefull-info {
		margin-bottom: 30px;
	}
}

@media (max-width: 1499px) {
	#productpage .info-nav-bar .info-nav li:not(:last-child) {
		margin-right: 30px;
	}
}

/* Product Labels - Start */
.products .product .product-label,
.products .product-list .product-label {
	padding: 5px 10px;
	text-transform: none;
	font-size: .95em;
	letter-spacing: 0.05em;
	height: auto;
}
.product-labels-custom {
	position: absolute;
	color: white;
	font-size: 1em;
  font-weight: 700;
	padding: 5px 10px;
	top: 10px;
	left: 10px;
	border-radius: 6px;
	z-index: 5;
	max-width: calc(100% - 20px);
}
.product-labels-custom strong {
	font-weight: bold;
}
.product-labels-custom.right {
	left: auto;
	top: 25px;
	right: 25px;
}
.products .product-list .product-labels-custom.right {
	position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: fit-content;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .products .product .product-label, .products .product-list .product-label {
  	padding: 3px 6px;
		font-size: .85em;
  }
	.product-labels-custom.right {
		/*
    left: 10px;
		top: 8px;
		right: auto;
    */
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: fit-content;
    margin-bottom: 10px;
  	max-width: 100%;
	}
}

/* Cart */
#cart-popup .close-cart {
	position: absolute;
	right: 25px;
	font-size: 1.5em;
	color: gray;
	top: 25px;
}

/* Product overview */
.sm-product-text {
	min-height: 20px;
	color: #535353;
	font-size: 0.75em;
	margin: 10px 0 0 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 1;
}

.usp-bar a {
	display: flex;
	align-items: baseline;
	justify-content: center;
	text-decoration: none !important;
}

.general-content ul.client-photos a {
	text-decoration: underline;
}
.general-content ul.client-photos a:hover {
	text-decoration: none;
}
.general-content li {
	line-height: 2em;
	font-size: 0.97em;
}

.warnings-stock .warning {
	background: #dd3b10;
	padding: 7px 15px;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 10px;
}

.special-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}
.special-overlay.active {
	opacity: 1;
	visibility: visible;
}
.special-message {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 50%);
	bottom: 50%;
}
.special-message .message {
	width: 600px;
	padding: 30px;
}
.live-message .close-icon {
	display: none;
	position: absolute;
	top: 10px;
	right: 15px;
}
.special-message.live-message .close-icon {
	display: block;
}
.close-autocomplete {
	text-align: right;
}

/* Contact */
.contact-page {
	display: flex;
	flex-wrap: wrap;
}
.contact-page .contact-page-left {
	flex: 1 1 25%;
	padding: 12px;
}
.contact-page .contact-page-right {
	flex: 1 1 60%;
	padding: 12px;
}

@media (max-width: 767px) {
	.contact-page .contact-page-left,
	.contact-page .contact-page-right {
		padding: 0;
	}
}

/* Payment icons */
.totals-wrap .payments a {
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}
.totals-wrap .payments a img {
  width: 62px;
  height: 37px;
} 

/* Checkout steps */
.status-bar .bar .dot {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	font-size: 20px;
}
.status-bar .bar .dot.done .sm:before {
	font-family: "FontAwesome" !important;
	content: '\f00c';
}
.status-bar .bar .sm:before {
	font-family: "Maven Pro", Helvetica, sans-serif !important;
	font-weight: 700 !important;
}
.status-bar .bar .sm-about:before {
	content: '1';
}
.status-bar .bar .sm-shipping-returns:before {
	content: '2';
}
.status-bar .bar .sm-payment-methods:before {
	content: '3';
}
.status-bar .bar .sm-terms-conditions:before {
	content: '4';
}

/* Fancybox */
#verwijderen-popup, #inmeten-popup, #monteren-popup {
	width: 100%;
  height: 80%;
  max-width: 1200px;
  max-height: calc(100% - 88px); 
}

@media (max-width: 767px) {
	#verwijderen-popup, #inmeten-popup, #monteren-popup {
  	width: 100%;
    height: 100%;
    max-height: 100%;
  }  
  .fancybox-is-open #verwijderen-popup,
  .fancybox-is-open #inmeten-popup,
  .fancybox-is-open #monteren-popup{
  	transform: translate(100%, 0px);
    margin: 0;
    padding: 0;
  }  
  .fancybox-is-open #verwijderen-popup .popup-inner .popup-header,
  .fancybox-is-open #inmeten-popup .popup-inner .popup-header,
  .fancybox-is-open #monteren-popup .popup-inner .popup-header {
  	display: block;
  }  
  #verwijderen-popup .fancybox-close-small,
  #inmeten-popup .fancybox-close-small,
  #monteren-popup .fancybox-close-small{
    top: 8.5px;
    right: 10.5px;
  }  
  #verwijderen-popup .fancybox-close-small:after,
  #inmeten-popup .fancybox-close-small:after,
  #monteren-popup .fancybox-close-small:after{
    font-family: 'FontAwesome';
    content: '\f00d';
  	background: transparent;
    color: white;
    font-size: 16px;
  }
  #productpage .product-usefull-info .links-wrap li {
  	width: 100%;
    padding: 10px 0; 
  }
}

.fancybox-close-small {
	width: auto;
  height: auto;
}
.fancybox-close-small:after {
  font-family: 'FontAwesome';
  content: '\f00d';
  line-height: 22px;
  width: 22px;
  height: 22px;
  font-size: 16px;
}
.fancybox-faq .fancybox-slide--iframe .fancybox-close-small {
	right: 0;
}
.fancybox-faq .fancybox-slide--iframe .fancybox-close-small:after {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 16px;
}
.fancybox-faq .fancybox-slide--iframe .fancybox-content {
	width: 100%;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .fancybox-faq .fancybox-slide--iframe .fancybox-content {
  	height: 100%;
    max-height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  } 
}

/* Tawk.to */
#chat-status {
	display: none;
}
#chat-status.show-chat-status {
	display: block;
}

/* Cookielaw */
.wsa-cookielaw {
  border: none;
	top: auto;
  bottom: 0;
  text-align: left;
  padding: 24px;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e4e4e4;
  box-shadow: 0 30px 70px rgba(0,0,0,.5);
}
.wsa-cookielaw a {
	display: none;
}
.cookie-container {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
}
.cookie-container .cc-left {
	flex: 1;
  padding: 0 5em 0 0;
}
.cookie-container .cc-left p {
	font-weight: normal;
  font-size: 1.125em;
  color: #696969;
}
.cookie-container .cc-right {
	width: auto;
}
.cookie-container a {
/* 	display: block; */
}
.cookie-container .btn.submit {
  display: flex;
	background: #819eb7;
  width: 286px;
  font-size: 1.125em;
  margin-bottom: 0.75em;
}
.cookie-container .btn.submit:hover {
	color: white;
}
.cookie-container .btn.outline {
  display: flex;
  background: #e4e4e4;
  border: 2px solid #313237;
  color: #313237;
  font-size: 1.125em;
  transition: all .25s ease;
}
.cookie-container .btn.outline:hover {
	opacity: 0.75;
}
.cookie-container .btn.outline:hover:before {
	content: none;
}

@media (max-width: 767px) {
  .cookie-container .cc-left {
  	padding: 0;
    flex: 1 1 100%;
  }
  .cookie-container .btn.submit {
  	width: 100%;
  }
  .cookie-container .cc-right {
  	width: 100%;
    margin-top: 2.5em;
  }
}

/* roca rating */
.roca-rating-container {
  margin-top: -3px;
  margin-right: 60px;
}
.roca-rating.margin-bottom {
	margin-bottom: 2px;
}
.roca-rating a {
	display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: all ease .25s;
}
.roca-rating a:hover,
.roca-rating a:focus {
	text-decoration: none;
  opacity: 0.75;
}
.roca-rating .rating-container .stars {
	display: flex;
  flex: 1 1 100%;
  justify-content: center;
}
.roca-rating-container a:hover,
.roca-rating-container a:focus {
	text-decoration: none;
}
.roca-rating-container .review-score,
.roca-rating-container .aantal-reviews {
	display: inline-block;
  line-height: 1;
}
.roca-rating-container .aantal-reviews.margin-left {
	margin-left: 5px;
}
.roca-rating-container .aantal-reviews.margin-left strong {
	margin: 0 5px;
}
.roca-rating-container .aantal-reviews strong {
	margin: 0 5px 0 0;
}
.roca-rating .amount-reviews {
	font-size: .85em;
  line-height: normal;
  color: black;
  text-align: center;
}

/* image container */
.image-container {
	display: flex;
  flex-wrap: wrap;
}
.image-container img {
	width: 50%;
}
@media (max-width: 767px) {
	.image-container img {
    width: 100%;
  }
}

/* popup content */
.row-popup img,
.row-popup p,
.row-popup .video-responsive {
	margin: 10px 0;
}
.row-popup img {
	width: 100%;
}
.row-popup .img-thumbnail {
	border-color: #ddd !important;
}

/* gui - phonenumber message */
.phoneNumberRow {
	display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 640px) {
  .phoneNumberRow {
  	display: block;
  }
  .phoneNumberRow .gui-col2-equal-col1 {
  	margin-bottom: 0 !important;
  }
  .phoneNumberMessage label {
  	display: none;
  }
}
.phoneNumberMessage .gui-field .gui-info {
	display: flex;
  align-items: center;
  gap: 10px;
  font-style: italic;
  font-size: 0.85em;
  line-height: 1.25em;
}

.product-detail .stock-container.simple-product.stock-container-new {
	text-align: left;
}

.product-detail .info .price.bulk-price-wrap {
	margin-top: 30px;
}

#cart-page .custom-error-verzendkosten {
	color: #b66b00;
    border: 1px solid #b66b00;
    background: #fff6e9;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: -15px;
    border-radius: 5px;
}

.btn.hidden-perm {
	display: none;
}

#hidden-popup {
	display: none;
	max-width: 100%;
	width: 400px;
}

.fancybox-caption-wrap {
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-caption-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    background: none !important;
    padding: 0px !important;
    /*   bottom: 20px; */
}

.fancybox-caption {
    color: #000;
}

.fancybox-caption:empty {
    display: none;
}

.fancybox-thumbs {
    bottom: 0;
}

.fancybox-caption {
	border-top: none;
  border-bottom: none;
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
  z-index: 50;
  pointer-events: none;
  color: black;
  font-weight: bold;
  font-size: 1em;
}

@media (min-width: 767px) {

  .fancybox-thumbs>ul>li {
    margin-bottom: 0;
  }
}

/* #proefstuk-popup .bulk-table table {
	width: 100%;
}
#proefstuk-popup .bulk-table table .stock-td span {
	color: #52aa7b;
  font-weight: bold;
  margin: 0;
}
#proefstuk-popup .bulk-table .custom-input-wrap.disabled {
	opacity: 0.6;
  pointer-events: none;
}
#proefstuk-popup .bulk-table .custom-input-wrap label[for="quantity"] span,
#proefstuk-popup .bulk-table .custom-input-wrap label.quantity-label span {
	font-size: 0;
}
#proefstuk-popup .bulk-table table tr th, 
#proefstuk-popup .bulk-table table tr td {
	padding: 8px;
}
#proefstuk-popup .bulk-table table tr td.lengte-td {
	font-weight: bold;
}
#proefstuk-popup .bulk-table table tr td.length {
	white-space: nowrap;
}

@media (min-width: 767px) {
  #proefstuk-popup .bulk-table table tr td.length-input-wrap, 
  #proefstuk-popup .bulk-table table tr th.calc {
    padding: 10px 0 10px 45px;
  }
}

#proefstuk-popup .bulk-table table tr.out-of-stock {
	opacity: 0.4;
	pointer-events: none;
}
#proefstuk-popup .bulk-table table tr th {
	background: #2b2b2b;
	color: #fff;
}
#proefstuk-popup .bulk-table table tr th .th-inner {
	display: flex;
  align-items: center;
}
#proefstuk-popup .bulk-table table tr th .th-inner a {
	text-decoration: none;
  margin-left: 3px;
}
#proefstuk-popup .bulk-table table tr th .th-inner i {
  font-size: 0.85em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  color: #fff;
  margin-left: 5px;
  background: #e45a00
}
#proefstuk-popup .bulk-table table tr th .th-inner i:before {
  position: relative;
  top: 1px;
}
#proefstuk-popup .bulk-table table tr td {
	background: #eaeaea;
}
#proefstuk-popup .bulk-table table tr:nth-child(even) td {
  background: #f2f2f2;
}
#proefstuk-popup .bulk-table table tr td.price-td {
	font-weight: 700;
	white-space: nowrap;
  color: #363636;
}
#proefstuk-popup .bulk-table table tr td.price-td.price-mobile {
  font-size: 1.2em;
}
#proefstuk-popup .bulk-table table tr td.price-td.price-mobile:before {
	color: #696969;
  font-size: 13px;
}
#proefstuk-popup .bulk-table table tr td.price-td .old-price {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 0.9em;
  margin-bottom: -3px;
}
#proefstuk-popup .bulk-table table tr td.price-td .new-price {
  color: #373c40 !important;
}
#proefstuk-popup .bulk-table table tr td.price-td.price-mobile.price-bulk {
  font-size: inherit;
}
#proefstuk-popup .bulk-table table tr td.price-td.price-bulk .old-price,
#proefstuk-popup .bulk-table table tr td.price-td.price-bulk .calc-price {
  color: #696969;
  opacity: 0.75;
}
#proefstuk-popup .bulk-table table tr td.price-td.price-bulk .new-price {
  color: #363636;
}
#proefstuk-popup .bulk-table table tr td.price-td.price-mobile .calc-price {
	font-size: 0.8em;
  color: #363636;
}
#proefstuk-popup .custom-input-wrap {
	display: flex;
}
#proefstuk-popup .custom-input-wrap input {
	min-width: 40px;
	max-width: 40px;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
  font-weight: normal;
}
#proefstuk-popup .custom-input-wrap .change {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5px;
	width: 20px;
}
#proefstuk-popup .custom-input-wrap .change.change-minus {
	margin: 0;
	margin-right: 5px;
}
#proefstuk-popup .custom-input-wrap .change a {
	display: flex;
	align-items: center;
}
#proefstuk-popup .custom-input-wrap .change a i {
	font-size: 13px;
}
#proefstuk-popup .custom-input-wrap label.quantity-label {
  font-size: 0;
}
#proefstuk-popup .custom-input-wrap label.quantity-label input { 
  font-size: 13px;
}
#proefstuk-popup .bulk-table .input-wrap-inner {
	display: flex;
  align-items: center;
}
#proefstuk-popup .bulk-table .input-wrap-inner input {
	height: 40px;
  border-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #ccc;
  width: 60px;
  position: relative;
  z-index: 1;
  outline: none;
  padding: 0px 10px;
  font-weight: normal;
}
#proefstuk-popup .bulk-table .input-wrap-inner span {
	background: #f7f7f7;
  border: 1px solid #ccc;
  height: 40px !important;
  display: flex;
  align-items: center;
  position: relative;
  right: 6px;
  padding: 0px 8px 0px 13px;
  border-radius: 6px;
  margin: 0 !important;
}
#proefstuk-popup .bulk-table .input-wrap-inner.aantal-lengte input {
	border-right: none;
  padding-right: 0;
  border: 1px solid #ccc;
  padding-left: 15px;
}
#proefstuk-popup .bulk-table .input-wrap-inner.aantal-lengte span {
	background: #f7f7f7;
  border: 1px solid #ccc;
  font-weight: 600;
  color: #696969;
}
#proefstuk-popup .bulk-table table tr td.price-td .calc-price {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1em;
}
#proefstuk-popup {
	max-width: 50vw;
}
#proefstuk-popup .bulk-table {
  margin-top: 25px;
	margin-bottom: 25px;
} */

#proefstuk-popup {
	max-width: 1200px;
}

.proefstuk-wrap {
  display: flex;
  justify-content: flex-end;
  margin: -10px 0px;
}

.proefstuk-wrap .btn {
	gap: 10px;
}

.proefstuk-wrap .btn.loading {
  background: #aaa;
	opacity: 0.5;
  pointer-events: none;
  font-size: 0;
  gap: 0;
}

.proefstuk-wrap i {
	font-size: 1.35em;
  padding-right: 0.15em;
}

.proefstuk-wrap .btn.loading:after {
	content: attr(data-loading-title);
  font-size: 13px;
  background-image: url('https://cdn.webshopapp.com/themes/176608/assets/SvgSpinners180RingWithBg.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  #proefstuk-popup {
  	max-width: 90%;
  }
  .proefstuk-wrap {
  	margin: 0px;
  }
  
  #sleak-buttonwrap {
		left: 10px !important;
	}
}

#powrIframeLoader {
	display: none;
}