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: #009be3;
}

::-moz-selection {
  color: white;
  background: #009be3;
}

/* general */
.btn {
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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.open {
	border: 2px solid;
	background: transparent;
}

.btn.paypal {
	background: #012169;
	color: #fff;
}

.btn.paypal i {
	margin-right: 7px;
}

.btn.fastcheckout {
	background: #1ba5de;
	color: #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.btn {
		padding: 0 10px;
	}
}

.gui-thankyou .gui-block {
	display: none;
}

.gui-messages.gui-messages,
.messages.messages {
	font-size: 100%;
}

.gui-messages.gui-messages ul,
.messages.messages ul {
  border: none;
	border-radius: 5px;
}

.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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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-block-billing-address .gui-block-subcontent {
  display: flex;
  flex-direction: column;
}
#gui-block-billing-address #gui-block-details-company {
	order: 10;
  background: #009be325;
  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),
#gui-block-shipping-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;
}
.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: #1abc9c !important;
	background: linear-gradient(54deg, #1abc9c 0%, #1abc9c 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 {
	-webkit-box-shadow: none;
	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: -webkit-box;
	display: -ms-flexbox;
	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;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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 {
	color: inherit;
	font-weight: 400;
	padding-top: 3px;
	padding-left: 27px;
}

.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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 15px;
	color: inherit !important;
	border-radius: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

select.custom-select {
	height: 40px;
	opacity: 0;
}

.ui.selection.dropdown .text {
	font-size: 90%;
	font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

@media (max-width: 1199px) {
  .ui.selection.dropdown .text {
  	max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ui.selection.dropdown .text {
  	max-width: 190px;
  }
}

.ui.selection.dropdown>.dropdown.icon {
  height: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 17px !important;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
  font-weight: bold;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ui.selection.dropdown>.dropdown.icon:before {
	content: "\f107";
}

.ui.selection.dropdown>.dropdown.icon {
	margin: 0;
	padding: 0;
	position: initial;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px;
}

.ui.selection.dropdown .menu {
	color: inherit !important;
  border-color: #ccc !important;
  border-radius: 0 0 5px 5px;
	font-size: 90%;
}

.ui.selection.dropdown .menu>.item {
	padding: 0px 15px !important;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.title-featured .link {
	margin-left: 40px;
	white-space: nowrap;
}

.title-featured .link i {
	margin-left: 7px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	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 {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	padding: 15px;
}
/* end general */

/* header */
#header .main-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#header .main-header.sticky .inner {
	padding: 10px 0px;
}

#header .main-header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0px;
	-webkit-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

#header .main-header .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: 5px;
	font-size: .85em;
/* 	font-weight: 700; */
	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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.search-autocomplete .more.products-found {
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-size: 1.14em;
  color: #363636;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 30px auto 10px auto;
}

.search-autocomplete .more.products-found div {
	color: #009be3;
}

.search-autocomplete .more {
	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 .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 {
  margin: 0 -10px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.search-autocomplete .search-products .product {
  padding: 10px;
}

.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,
.search-autocomplete .search-products .product .info .price a .price-old {
	font-weight: 600;
  color: #696969;
  margin-top: 4px;
  margin-right: 10px;
  text-decoration: line-through;
  font-size: .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: none;
		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: 6px;
	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 {
	text-decoration: none;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

#header .main-menu ul::-webkit-scrollbar {
	display: none;
}

#header .main-menu ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#header .main-menu ul > li:first-child {
	background: #009be3; 
}

#header .main-menu ul li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	padding: 12px 16px;
	text-decoration: none;
}

#header .main-menu ul li>a i {
	margin-left: 5px;
}

#header .main-menu ul > li:first-child:hover > a {
	color: white;
}

#header .extra-navigation ul > li:first-child:hover > a {
	color: #009be3;
}

#header .main-menu-items > li.main-menu-item:first-child a {
	position: relative;
}

#header .main-menu-items > li.main-menu-item:first-child a.main-menu-item-link:before {
	content: '';
  position: absolute;
  top: -5px;
  left: 0;
  background: #009be3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 5px;
}

.usp-bar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.usp-spacer {
	height: 20px;
}

.usp-bar > div {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	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 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/180089/assets/truck-fast-solid.svg');
  width: 18px;
}
#header .extra-navigation li.groothandel > a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/cubes-solid.svg');
  width: 18px;
}
#header .extra-navigation li.b2b-info > a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/circle-info-solid.svg');
  width: 18px;
}
#header .extra-navigation li.tips-tricks > a:before {
/*   content: url('https://cdn.webshopapp.com/themes/180089/assets/circle-info-solid.svg'); */
  content: url('https://cdn.webshopapp.com/themes/180089/assets/lightbulb-solid.svg');
  width: 14px;
}
#header .extra-navigation li.offerte a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/file-lines-regular.svg');
  width: 11px;
}
#header .extra-navigation li.fotos a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/camera-solid.svg');
  width: 14px;
}
#header .extra-navigation li.klantenservice a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/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;
  width: calc(100% - 60px);
  left: 30px; 
}

#header .main-menu ul li .mega-menu .container {
	padding: 0 20px;
}

#header .main-menu ul li:hover .mega-menu {
	display: block;
}

#header .main-menu ul li .mega-menu .menus {
  background: transparent;
  display: block;
  column-count: 4;
  align-items: baseline;
  width: 100%;
}

@media (max-width: 1270px) {
  #header .main-menu ul li .mega-menu{
  	width: calc(100% - 30px);
    left: 15px;
    padding: 20px;
  }
  #header .main-menu ul li .mega-menu .container {
    width: 100%;
    padding: 0;
  }
	#header .main-menu ul li .mega-menu .menus {
		column-count: 3;
	}
}

@media only screen and (max-width: 768px) {
	#header .main-menu ul li .mega-menu .menus {
		column-count: 2;
	}
}

#header .main-menu ul li .mega-menu .menus .menu {
  background: transparent;
  position: static;
  width: 100%;
  page-break-inside: avoid;
  display: table;
  margin-bottom: 20px;
}

#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 {
  background: transparent;
	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 ul li.active a {
	color: #009be3;
}

#header .main-menu ul li .mega-menu .menus .menu .title {
	font-size: 1.1em;
	font-weight: 700;
	display: block;
  padding: 0;
	margin-bottom: 5px;
}

#header .main-menu ul li .mega-menu .menus .menu .title.populaire-leuningen,
#header .main-menu ul li .mega-menu .menus .menu .title.beliebte-produkte,
#header .main-menu ul li .mega-menu .menus .menu .title.produits-populaires {
  display: inline-block;
	background: #1ABC9C;
  color: white;
  font-size: .95em;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border-radius: 5px;
}

#header .main-menu ul li .mega-menu .menus .menu .title:hover {
	text-decoration: underline;
}

#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% * 60px);
	z-index: 10;
	left: 30px;
	position: absolute;
	top: 100%;
	right: 0;
	color: #000;
	font-size: .95em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	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;
	-webkit-transform: translate(-2px, 0px);
	-ms-transform: translate(-2px, 0px);
	transform: translate(-2px, 0px);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-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 {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	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 .mega-menu .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;
	margin-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: #eee;
}

/* NO-MEGA-MENU */
#header .main-menu ul li .mega-menu.no-mega-menu .menus .menu .title {
  font-size: .95em;
  font-weight: 400;
  width: 100%;
  color: #777;
  margin-bottom: 0;
}

#header .main-menu ul li .mega-menu.no-mega-menu .menus .menu.active .title {
  color: #009be3;
}

#header .main-menu ul li .mega-menu.no-mega-menu {
	width: auto;
  left: auto;
  padding: 10px 0;
}

#header .main-menu ul li .mega-menu.no-mega-menu .container {
	padding: 0 10px;
}

#header .main-menu ul li .mega-menu.no-mega-menu .menus .menu {
  padding: 5px;
	margin: 0;
}

#header .main-menu ul li .mega-menu.no-mega-menu .menus .menu .title:hover {
	text-decoration: none;
  color: #009be3;
}

.mobile-bar {
	display: none;
}
/* end header */

/* 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;
}
/* end filters */

/* 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;
	-webkit-transition-timing-function: none;
	-o-transition-timing-function: none;
	transition-timing-function: none;
}

.fancybox-bg {
	background: #000;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: none;
	-o-transition-timing-function: none;
	transition-timing-function: none;
}

.fancybox-slide .cart-popup {
	width: calc(100% - 60px);
	max-width: 1400px;
	margin: 30px;
	padding: 70px;
	border-radius: 10px;
	background: #f7f7f7;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.fancybox-image {
  background: white;
	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;
    margin-bottom: 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 #009be3;
  }

  .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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
}

.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 .product-image {
	position: relative;
}

.cart-wrap .table table .product-image .ral-overlay {
	left: 0;
}

.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 .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 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:empty {
	display: none;
}
.cart-wrap .table table .info .extra-info ul {
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  
	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 .extra-info ul li {
	order: 100000;
}

.cart-wrap .table table .info .extra-info ul .variant {
	order: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 0px;
}

.cart-wrap .table table .bundled .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 18px;
	max-width: 18px;
	height: 18px;
	background: #eee;
	color: #fff;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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 .input-wrap input {
	border: none;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.cart-wrap .table .input-wrap .change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-wrap .table .input-wrap .change > label {
  font-size: 0;
}

.cart-wrap .totals table .delete-discount {
	font-size: 70%;
	opacity: .5;
	display: block;
	margin-top: -1px;
}
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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

#shipping-costs-popup .input-wrap input {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	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;
  -webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	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%;
  }
}
/* end cart popup */

/* 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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	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;
}
/* end login popup */

/* messages */
.custom-cart-page .message-wrap {
/* 	display: none !important; */
}

.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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.1em;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.message-wrap.active .message {
	-webkit-animation: jump 1s ease 0s 1 normal;
	animation: jump 1s ease 0s 1 normal;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	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;
}
/* end messages */

/* 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;
/*   margin-bottom: 15px; */
}

.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;
  /* new */
  /* background: rgba(255, 255, 255, 0.05);
  padding: 0 20px;
  border-radius: 5px;
  margin-bottom: 15px; */
}

.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.groothandel > a,
.mobile-menu ul.mobile-menu-topbar li.b2b-info > a {
	color: #009be3;
}
.mobile-menu ul.mobile-menu-topbar li.groothandel > a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/cubes-solid.svg');
  width: 18px;
}
.mobile-menu ul.mobile-menu-topbar li.b2b-info > a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/circle-info-solid.svg');
  width: 18px;
}
.mobile-menu ul.mobile-menu-topbar li.snel-bestellen a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/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/180089/assets/lightbulb-solid.svg');
  width: 14px;
}
.mobile-menu ul.mobile-menu-topbar li.offerte a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/file-lines-regular.svg');
  width: 11px;
}
.mobile-menu ul.mobile-menu-topbar li.fotos a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/camera-solid.svg');
  width: 14px;
}
.mobile-menu ul.mobile-menu-topbar li.klantenservice a:before {
  content: url('https://cdn.webshopapp.com/themes/180089/assets/headset-solid.svg');
  width: 14px;
}
.mobile-menu .menu ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .menu ul li.login a:before {
	content: url('https://cdn.webshopapp.com/themes/180089/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 a {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
/* 	justify-content: space-between; */
	position: relative;
}

/*
.mobile-menu ul.mobile-menu-topbar li:first-child {
	border-top: none;
}

.mobile-menu ul.mobile-menu-topbar li:last-child {
	border-bottom: none;
}

.mobile-menu ul.mobile-menu-topbar li a {
	padding: 15px 0;
}
*/

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	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;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.mobile-menu .menu ul li .subs.active {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	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;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-popup.open {
		-webkit-transform: translate(100%, 0px);
		-ms-transform: translate(100%, 0px);
		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;
	}
}
/* end */

/* banners */
.grid-row {
	margin: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 100%;
}

.grid-col {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home-banners .banner a,
.zakelijk-banners .banner a {
	text-decoration: none;
}

.home-banners .banner,
.zakelijk-banners .banner {
	background: #aaa;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.home-banners .banner .btn:after,
.zakelijk-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%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

.home-banners .banner .overlay,
.zakelijk-banners .banner .overlay{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	width: 100%;
	position: relative;
	border-radius: 10px;
}

.home-banners .banner .overlay.text-place-left,
.zakelijk-banners .banner .overlay.text-place-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-banners .banner .overlay.text-place-right,
.zakelijk-banners .banner .overlay.text-place-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home-banners .banner .overlay.text-place-center,
.zakelijk-banners .banner .overlay.text-place-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-banners .banner .overlay.align-top,
.zakelijk-banners .banner .overlay.align-top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-banners .banner .overlay.align-bottom,
.zakelijk-banners .banner .overlay.align-bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.home-banners .banner .overlay.align-middle,
.zakelijk-banners .banner .overlay.align-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-banners .banner .overlay.align-justify,
.zakelijk-banners .banner .overlay.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-banners .banner .overlay.top-to-bottom,
.zakelijk-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,
.zakelijk-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,
.zakelijk-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,
.zakelijk-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,
.zakelijk-banners .banner .overlay.filling {
	background: rgba(0, 0, 0, 0.3);
}

.home-banners .banner .subtitle,
.zakelijk-banners .banner .subtitle {
	font-size: .9em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 7px;
}

.home-banners .banner .title,
.zakelijk-banners .banner .title {
	font-size: 1.8em;
	color: #fff;
}

.home-banners .banner .title.with-timer {
	margin-bottom: 15px;
}

.home-banners .banner .button,
.zakelijk-banners .banner .button {
	margin-top: 40px;
	max-width: 100%;
}

.home-banners .banner .btn,
.zakelijk-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%;
}

.zakelijk-banners .banner-zakelijk-1,
.zakelijk-banners .banner-zakelijk-2 {
	height: 250px;
  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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px -3px;
	font-size: 18px;
	font-weight: 700;
}

.banner-timer .block {
	padding: 0px 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.banner-timer .block .digit {
	width: 20px;
	height: 30px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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;
}
/* end banners */

/* 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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	color: #fff;*/
}

.categories .category .title {
  display: flex;
	color: black;
	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;
}

.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;
}
/* end categories */

/* 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;
}

.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 {
	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%;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	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;
	-webkit-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	border-top: 1px solid rgba(0, 0, 0, .07);
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.products .product.has-more:hover .image-wrap .more-images {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.products .product .image-wrap .more-images .images {
	margin: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: 6px;
	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;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: 6px;
	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 .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: 6px;
}

.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;
  border-radius: 6px;
}

.products .product-list .image-wrap img {
	width: 100%;
  border-radius: 6px;
}

.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-list .info .info-wrap .info-top {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.products .product-list .info .info-wrap .info-top  .title {
	margin: 0px !important;
}

.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-list .info .info-wrap .info-top {
  	gap: 0;
  }
}

.products .product .info .description,
.products .product-list .info .description {
	font-size: .95em;
	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;
  display: none;
}

.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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.products .product .info .compare .ui.checkbox,
.products .product-list .info .compare .ui.checkbox {
	padding: 0;
}

.products .product .product-labels,
.product-detail .product-labels {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
	display: flex;
	align-items: flex-start;
}

.products .product-list .product-labels {
	margin-bottom: 5px;
}

.product-detail .product-labels {
	width: calc(100% - 20px);
}

.product-detail .product-labels .product-labels-custom {
	position: relative;
  left: auto;
  top: auto;
  max-width: auto;
  margin-right: 5px;
}

.product-detail .product-labels .product-label.sale {
  display: flex;
  align-items: center;
	background: #c0392b;
  color: white;
  padding: 4px 8px;
  text-transform: lowercase;
  font-size: .85em;
  height: auto;
  border-radius: 5px;
}
.product-detail .product-labels .product-label.sale:empty {
	display: none;
}

.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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.product-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	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 0 0 0;
/* 	display: -webkit-box; */
/* 	display: -ms-flexbox; */
/* 	display: flex; */
/* 	-webkit-box-align: center; */
/* 	-ms-flex-align: center; */
/* 	align-items: center; */
/* 	-webkit-box-pack: justify; */
/* 	-ms-flex-pack: justify; */
/* 	justify-content: space-between; */
}

.product-detail .info .stock {
  color: black;
	font-size: .9em;
	text-transform: lowercase;
	font-weight: 700;
	letter-spacing: .1em;
/* 	margin-bottom: 3px; */
}

.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 !important;
}

@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 .from-price {
	font-size: 12px;
} */

.product-detail .info .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
	font-size: 2em;
	font-weight: 700;
}

.product-detail .info .price.price-top .new-price .price-wrap {
/* 	color: #777 !important; */
}

.product-detail .info .product-description {
	line-height: 2em;
	margin-bottom: 20px;
	font-size: .97em;
  margin-top: 30px;
	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 {
	margin-right: 10px;
}

.product-detail .info .price .old-price .price-wrap:empty {
	display: none;
}

.product-detail .info .price .new-price small,
.product-detail .info .price .old-price small {
	font-size: 50%;
	opacity: .5;
	margin-left: 5px;
}

.product-detail .info .price .legal {
	font-weight: 400;
	font-size: 12px;
	opacity: .5;
  margin-left: 8px;
}

.product-detail .info .price .legal.hidden-sm {
	margin-left: 0;
}

.product-detail .info .price .legal-stock-container .legal.hidden-sm {
/* 	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.product-detail .order-countdown .icon {
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-detail .info .input-wrap {
	margin-right: 40px;
}

.product-detail .info .cart .add-cart {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
  white-space: normal;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-detail .info .compare {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.product-detail .info .share-compare .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-detail .info .product-option .options .option {
	padding: 10px;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 50%;
}

.product-detail .info .product-option {
	margin-bottom: 25px;
}

.product-detail .info .product-option .product-configure-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
	position: relative;
  z-index: 50;
}

.product-detail .info .product-option .product-configure .product-custom-select {
  flex: 0 1 49%;
  background: #f7f7f7;
  padding: 25px 30px;
  border-radius: 5px;  
	margin-bottom: 30px;
}

@media (max-width: 1449px) {
  .product-detail .info .product-option .product-configure .product-custom-select {
  	flex: 1 1 100%;
  }
}

.product-detail .info .product-option .ui.selection.dropdown .menu {
  max-height: none;
}

.product-detail .info .product-option label {
  font-family: 'Heebo';
	font-size: .85em;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 7px;
  margin-right: 17px;
}

.product-detail .info .product-option .ui.selection.dropdown {
	height: 40px;
	background: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	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 {
	/*opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;*/
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-detail .info .discounts .discount-label {
	height: 25px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
	white-space: nowrap;
	margin-left: 10px;
}
/* end products */

/* BLOG */
.blog-articles {
	margin: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.regular-articles .blog-articles {
	display: block;
}

.blog-articles .blog-article {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.regular-articles .blog-articles .blog-article {
	display: block;
}

.blog-articles .blog-article .image-wrap {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.regular-articles .blog-articles .blog-article .image-wrap {}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	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 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	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 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 0;
	margin-bottom: 40px;
}

.blog-articles .blog-article .date,
.complete-article .date {
	height: 25px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-ms-flex-item-align: start;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#blog .share {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
}
/* END BLOG */

/* GENERAL CONTENT */
.general-content p {
	line-height: 2em;
	margin-bottom: 20px;
	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;
}
/* END GENERAL CONTENT */

/* FOOTER */
#footer .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	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 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 20px;
}

#footer .main-footer ul.contact {
	padding-bottom: 10px;
}

#footer .main-footer ul li a.active {
	text-decoration: underline;
}

#footer .main-footer .footer-title {
	margin-top: 20px;
	font-size: 1.4em;
	line-height: normal;
	margin-bottom: 15px;
}

#footer .footer-title .plus {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#footer .main-footer .footer-title.active .plus {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#footer .socials a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 35px;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: 60px;
}

#footer .bottom-footer {
	padding: 5px 0px;
	border-top: 1px solid rgba(0, 0, 0, .07);
}

#footer .bottom-footer .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .bottom-footer .payments img {
	height: 32px;
	border-radius: 3px;
	padding: 2px;
	margin-left: 3px;
}

#footer .bottom-footer .payments a {
	text-decoration: none;
}

#footer .bottom-footer .copyright {
	font-size: .85em;
	padding: 10px 0px;
}
/* END FOOTER */

/* collection */
.breadcrumbs {
	margin-bottom: 20px;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs i {
	margin: 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	font-size: .9em;
}

.collection-sort .sort-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -2px;
}

.custom-pager ul li a {
	margin: 2px;
	height: 40px;
	padding: 0px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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 rgba(0, 0, 0, 0.07);
	margin-top: 15px;
	padding-top: 15px;
	opacity: .75;*/
  border-top: 1px solid #009be3;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar .sb-cats ul li a {
	display: block;
	padding: 10px 0px;
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	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 {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-left: 20px;
	padding: 0px 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar .sb-cats .more-cats i {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidebar .sb-cats li.active>.inner .more-cats i {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.block-gray {
	padding: 30px 25px;
	background: #009be30f;
  /* 	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 {
	-webkit-transition: none;
	-o-transition: none;
	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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.filters-top {
	display: none;
}

.filters-top.active {
	display: block;
}

.filters-top .filter-row {
	margin: -25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filters-top .filter-col {
	padding: 25px;
	min-width: 25%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sidebar .recent-products-wrap {
	margin-bottom: 30px;
}

.recent-products {
	margin: -5px;
	font-size: .95em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;*/
  margin-top: auto;
	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;
  margin-bottom: 3px;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tags .tag {
	padding: 3px;
}

.tags .tag a {
	height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
/* end collection */

/* 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 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;
}

.general-content.product-content ul {
	margin-bottom: 0;
}

#productpage .content-block .content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#productpage .specs,
#productpage .product-content,
#productpage .related-products,
#productpage .product-tags {
	margin-bottom: 20px;
}

#productpage .product-content {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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 {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}

.product-reviews .summary .button .inner .btn {
	margin: 10px;
}

.product-reviews .summary .button .inner .powered-by-yotpo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.product-reviews .summary .button .normal-link i {
	margin-left: 7px;
}

.product-reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	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 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.product-reviews .custom-pager ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* End productpage */

/* 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;
}
/* End Semantic */

/* 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	text-decoration: none;
}

.compare-pop {
	-webkit-transform: translate(0, calc(100% + 2px)) translateZ(0);
	transform: translate(0, calc(100% + 2px)) translateZ(0);
	;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.compare-pop.active {
	-webkit-transform: translate(0, calc(100% - 50px)) translateZ(0);
	transform: translate(0, calc(100% - 50px)) translateZ(0);
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
}

.compare-pop.active.open {
	-webkit-transform: translate(0, 0%) translateZ(0);
	transform: translate(0, 0%) translateZ(0);
	width: 350px;
}

.compare-pop .head .title {
	color: #fff;
}

.compare-pop .head .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	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%;
}
/* end live compare */

/* newsletter popup */
#newsletter-popup {
	display: none;
}

.fancybox-slide #newsletter-popup {
	padding: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	width: 100%;
	max-width: 1200px;
}

#newsletter-popup .text {
	padding: 120px 80px;
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
/* end newsletter popup */

/* 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px;
}

.bundle-products .bundle-product {
	padding: 7px;
}

.bundle-products .bundle-product .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	background: #eee;
	color: #fff;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-ms-flex-item-align: start;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	background: #fff;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	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%;
}
/* end bundles */

/* 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 {
	display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.service-blocks .service-block-col {
	flex: 0 0 33.33333%;
}

@media (max-width: 991px) {
	.service-blocks .service-block-col {
		flex: 0 0 50%; 
  }
}

a.service-block {
  position: relative;
	display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
  margin: 10px;
  border-radius: 5px;
  transition: all ease .25s;
}

a.service-block:hover {
	text-decoration: none;
}

a.service-block:hover .title span {
	color: black;
}

a.service-block:hover:after {
	right: 10px;
}

a.service-block:after {
	font-family: 'FontAwesome';
  content: '\f054';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .25s;
}

.service-block .title {
  width: 70%;
  padding: 5% 10% 5% 5%;
}

.service-block .title span {
	display: block;
  font-family: 'Heebo', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
}

.service-block .image {
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30%;
  height: 120px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
  a.service-block {
  	margin: 0;
  }
  
  .service-block .title {
  	width: 75%;
  }
  
  .service-block .title span {
  	display: none;
  }
  
  .service-block .image {
  	width: 100px;
    height: 75px;
  }
}

.service-block .image.about-us {
	background-image: url('service-over-ons.png');
}

.service-block .image.payment-methods {
	background-image: url('service-betaalmethoden.png');
}

.service-block .image.delivery {
	background-image: url('service-bezorging.png');
}

.service-block .image.guarantee {
	background-image: url('service-garantie.png');
}

.service-block .image.shipping-returns {
	background-image: url('service-retourneren.png');
}

.service-block .image.faqs {
	background-image: url('service-faq.png');
}

.service-block .image.photos {
	background-image: url('service-camera.png');
}

.service-block .image.opening-hours {
	background-image: url('service-contact.png');
}

.service-block .image.transport {
	background-image: url('service-transport.png');
}

.service-block .image.manual {
	background-image: url('service-handleiding.png');
}

.service-block .image.business {
	background-image: url('service-business.png'); 
}

#service-page {
	overflow-x: hidden;
}

#service-page .title-featured {
	margin-bottom: 10px;
}

#service-page .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: #009be3;
}
.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: rgba(0, 0, 0, 0.03); */
  background: #009be30f;
  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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 13px;
}

.contact-finance-container {
	display: flex;
/*   align-items: baseline; */
}

.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: #009be3;
/*   border: 1px solid #009be3; */
/*   font-weight: bold; */
  padding: 10px 15px;
  margin: 15px 0 30px 0;
  background: #009be325;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.topbar-message-contact i {
	background: #009be3;
  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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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.custom {
	margin-top: 20px;
	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;
}

#service-page .faq {
	background: #f9f9f9;
  position: relative;
  padding: 50px 0 62.5px 0;
  margin: 0 0 80px 0;
}

#service-page .faq:before,
#service-page .faq:after {
	content: '';
  background: #f9f9f9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#service-page .faq:before {
	left: -100%;
}

#service-page .faq:after {
	right: -100%;
}

#service-page .faq-container {
	display: flex;
  flex-wrap: wrap;
  margin: 25px -10px;
}

#service-page .faq-container .faq-subject {
  flex: 0 1 33.33333%;
	text-align: center;
}

#service-page .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 .faq-container .faq-subject a:hover {
	transform: translateY(-5px);
  text-decoration: none;
}

#service-page .faq-container .faq-subject a .icon {
  font-size: 5rem;
}

#service-page .faq-container .faq-subject a .icon {
	width: 48px;
  height: 48px;
}

#service-page .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 .faq-container .faq-subject a .icon.truck {
	background: url('truck.svg') no-repeat;
  background-size: 100%;
}

@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 .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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	margin-left: 15px;
}

#service-page .faq .faq-block .faq-items .faq-item.active .tab i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	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;
}
/* End service page */

/* 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: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	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;
}
/* End compare page */

/* 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 {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
}
/* End brands */

/* Account page sidebar */
.gui-block.gui-account-links {
	border: none;
	padding: 30px 25px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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;
}
/* End account page sidebar */

/* 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;
/* 	margin-right: 15px; */
/*   margin-bottom: 25px; */
}

.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 p {
	padding: 10px 0 0 65px;
}
.order-summary .gui-table tbody tr td small {
	display: none;
}
*/

#gui-block-review table tr .checkout-customs:not(.gui-delivery-time-checkout),
#gui-block-review table tr small {
	display: none;
}
#gui-block-review table tr .checkout-customs.active,
#gui-block-review table tr small.active {
	display: block;
  margin-top: 5px;
}
#gui-block-review table tr small {
/* 	padding-left: 65px; */
	padding-top: 5px;
}
#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;
}
/*
#gui-block-review table tr .toggle-content.active,
.gui-delivery-time-checkout.active {
	padding-left: 65px;
}
*/
#gui-block-review table tr .toggle-content i {
	margin-right: 4px;
	font-size: 10px;
}

@media (max-width: 767px) {
	.gui-checkout #gui-block-review .gui-product-image {
		display: none !important;
	}
	.order-summary .gui-table tbody tr td p {
		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: #ccc;
}

.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;
}

.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;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body .gui-select.gui-focus {
	border: none !important;
	-webkit-box-shadow: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 25px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	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;
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	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;
}
/* End custom checkout */

/* 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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#language-currency-popup .options-wrap .option .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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%;
	-o-object-fit: cover;
	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;
}
/* End language currency popup */

/* Homepage text with image */
.home-text-image-block {
	display: -webkit-box;
	display: -ms-flexbox;
	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 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	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;
}

/* End homepage text with image */

/* 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;
}
/* End toggle text  */

/* 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;
}
/* End header simple submenu */

/* 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;
	-webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#add-review-popup .ui.selection.dropdown .menu {
	max-height: unset;
}
/* End add review popup */

/* 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wsa-cookielaw .wsa-cookielaw-button {
	text-shadow: none;
	border: none;
	padding: 0 30px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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;
	-webkit-filter: brightness(95%);
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .9em;
	position: absolute;
	top: 53%;
	left: -35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
/* End custom cookiebar */

/* Headlines */
.headlines .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.headlines .owl-dots .owl-dot {
	width: 20px;
	height: 3px;
	border-radius: 3px;
	opacity: 0.5;
	margin: 0 5px;
	-webkit-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.headlines .owl-dots .owl-dot.active {
	opacity: 1;
}

.headlines .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.headlines .inner.text-place-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.headlines .inner.text-place-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.headlines .inner.text-place-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headlines .item {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.headlines .item .outer-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.headlines .item .text-box.text-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.headlines .item .text-box.text-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	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%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}

.headlines .item.video-headline .video-headline-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.headlines .item.video-headline .video-headline-content.overlay {
	background: rgba(0, 0, 0, 0.6);
}
/* End headlines */

/* Productpage */
#productpage .product-configure .product-configure-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}

#productpage .product-configure .product-configure-options-option {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 300px;
	padding: 10px;
}

#productpage .product-content img {
	max-width: 100%;
	height: auto;
}

#productpage .mobile-tabs a {
	text-decoration: none;
}
/* End productpage */

/* Cart page */
#cart-page .cart-wrap .table .empty-cart {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

#cart-page .upsells {
	margin-top: 30px;
}
/* End cart page */

/* 404 page */
#page-404 {
	background: #42434b;
	min-height: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

#page-404 h1 {
	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: #009be320;
  color: #009be3;
}

#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;
  }
}
/* end 404 page */

/* 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,
body .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-small,
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,
.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,
.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: #009be3;
}
#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: #008aca;
  color: #008aca;
}

#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 {
	font-size: 1em;
}

#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;
}
/* end add cart popup*/

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;
  border-radius: 25px;
}

#account-dashboard .status-label {
	height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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 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 table th.discount {
	padding-left: 10px;
  padding-right: 10px;
}

#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 .price.total {
	color: #009be3;
}

#account-dashboard .ordered-totals .item:last-child .price {
	font-weight: 700;
	font-size: 1.2em;
}

#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;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.10);
	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;
}
/* end account dashboard */

@media (min-width: 1400px) {
	/* Custom cookiebar */
	/*.wsa-cookielaw {
		max-width: 1400px;
		min-width: 1400px;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}*/
	/* End custom cookiebar */
}

@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 {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	/* End brands */
}

@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;
	}
	/* end header */
  
	/* 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;
	}
	/* end cart popup*/
  
	/* 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;
	}
	/* end banners */
  
	/* footer */
	#footer .columns .col:first-child {
		margin-right: 0;
	}
	#footer .newsletter input {
		width: 200px;
	}
	/* end footer */
  
	/* products */
	.products {
		margin: -10px;
	}
	.products .product {
		padding: 10px;
	}
	.products .product-list .image-wrap {
		min-width: 170px;
		max-width: 170px;
	}
	/* end products */
  
	/*quickview*/
	.quickview-popup .images-wrap {
		min-width: 300px;
		max-width: 300px;
		margin-right: 40px;
	}
	/* end quickview */
  
	/* 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;
	}
	/* end collection */
  
	/* 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;
	}
	/* end productpage */
  
	/* blog */
	.blog-articles .blog-article .title {
		font-size: 2em;
	}
	/* end blog */
  
	/* newsletter popup */
	.fancybox-slide #newsletter-popup {
		max-width: 900px;
	}
	#newsletter-popup .text {
		padding: 80px 60px;
	}
	/* end newsletter popup*/
  
	/* Custom cookiebar */
	/*.wsa-cookielaw:after {
		display: none;
	}
	.wsa-cookielaw {
		padding-left: 20px;
	}*/
	/* End custom cookiebar */
  
	/* 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;
	}
	/* End home text */
  
	.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;
	}
	/* end header */
	/* 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;
	}
	/* end cart */
	/* 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%;
	}
  .zakelijk-banners .banner-zakelijk-1,
  .zakelijk-banners .banner-zakelijk-2 {
  	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;
	}
	/* end banners */
	/* blog */
	.blog-articles .blog-article .image-wrap {
		margin-top: 0;
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	/* end blog */
	/* footer */
	#footer .columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	#footer .columns .col {}
	#footer .columns .col {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#footer .columns .col:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		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;
  }
	#footer .bottom-footer {
		padding: 10px 0px;
		text-align: center;
	}
	#footer .bottom-footer .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .bottom-footer .payments {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#footer .bottom-footer .copyright {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
		margin-top: 10px;
	}
	/* end footer */
	/* collection */
	.flex-row {
		display: block;
	}
	.col-sidebar {
		padding: 0;
	}
	/* end collection */
	/* 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 {
		width: 355px;
    max-width: 100%;
    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;
	}
	/* end productpage */
	/* 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;
	}
	/* End bundle products */
	/* 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;
	}*/
	/* End custom cookiebar */
	/* Service page */
	#service-page .service-blocks {
		margin-bottom: 15px;
	}
	#service-page .faq {
		margin: 0 0 40px 0;
    padding: 25px 0 15px 0;
	}
  #service-page .faq-container .faq-subject {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
	#service-page .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#service-page .col-main {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	#service-page .col-sidebar {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		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;
	}
	/* End service page */
	/* 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;
	}
	/* End custom checkout */
	/* 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;
	}
	/* End headlines */
	#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;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.no-mobile-bar .mobile-popup {
		bottom: 0;
	}
	.mobile-popup.open {
		-webkit-transform: translate(100%, 0px);
		-ms-transform: translate(100%, 0px);
		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;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		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;
  }
	/* search - end */
	.main-content {
		margin-top: 50px;
	}
	.owl-carousel.usp-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		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;
		-webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.mobile-bar ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 20px;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	.mobile-bar ul li a {
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: 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 .info {
		padding-left: 10px;
	}
	.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 100%;
	}
	.cart-wrap .table {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		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: 0 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%;
	}
  .zakelijk-banners .banner-zakelijk-1,
  .zakelijk-banners .banner-zakelijk-2 {
  	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-alignt: right;
		align-items: flex-end !important;
	}
	/* end banners */
	/* 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;
	}
	/* end categories*/
	/* 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;
	}
	/* end  products */
	/* 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;
	}
	/* end blog */
	/* 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%;
	}
	/* end brands */
	/* 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;
	}
	/* END GENERAL CONTENT */
	/* FOOTER */
	#footer .main-footer .footer-title {
		font-size: 1.2em;
	}
	#footer {
		padding-bottom: 50px;
	}
	/* END FOOTER */
	/* collection */
	.mobile-filters {
		margin: 0;
		text-align: left;
		padding: 25px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		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;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 50;
		order: 50;
	}
	.collection-sort .filter-btn-block .btn {
		margin: 0;
		order: 50;
	}
	.collection-sort .custom-pager {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
		margin-bottom: 10px;
	}
	.collection-sort .custom-pager ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.collection-sort .mobile-pager {
		width: 100%;
		margin-bottom: 0px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	/* end collection */
	.usp-bar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.usp-bar > div {
		height: 40px;
	}
	/* productpage */
	.product-detail .top-info .stars-code {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		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;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
    font-size: .8em;
	}
	#collection-page .breadcrumbs {
		margin-top: 0;
	}
	#productpage .breadcrumbs {
		margin: 15px 0px;
	}
	.breadcrumbs i {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		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 0 0 0;
	}
	.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#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-top: 20px;
		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;
	}
	/* end productpage */
	/* Custom cookiebar */
	/*.wsa-cookielaw {
		text-align: center;
	}*/
	/* End custom cookiebar */
	/* Service page */
  #service-page .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 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: -5px;
	}
	.service-blocks .service-block-col {
		padding: 5px;
    line-height: 0;
	}
	a.service-block {
    position: relative;
	}
	a.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;
  }
	/* End service page */
	/* Brands */
	.brands {
		margin: -7px;
	}
	.brands .brand {
		padding: 7px;
	}
	/* End brands */
	/* Review popup */
	#add-review-popup {
		display: block;
	}
	/* End review popup */
	/* 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?');
	}
	/* End headlines */
	/* 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;
	}
	/* end live compare */
	/* 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;
	}
	/* end newsletter popup*/
	/* 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;
	}
	/* end messages */
	/* 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 {
		width: 100%;
	}
	.search-autocomplete .more {
		margin-top: 10px;
	}
	.search-autocomplete .search-products {
		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: #009be3;
  }
	/* end search*/
	#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;
	}
	/*   end account dashboard */

}

/* 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: #edf9ff;
/*     background: rgba(49, 50, 55,0.9); */
    font-size: 0;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 15%);
    pointer-events: auto;
  }
  .owl-nav .owl-prev {
  	margin-left: -10px;
  }
  .owl-nav .owl-next {
  	margin-right: -10px;
  }
  .owl-nav .owl-prev:before,
  .owl-nav .owl-next:before {
  	font-family: 'FontAwesome';
    font-size: 16px;
/*     color: #009be3; */
    color: #009be3;
    margin-top: 2px;
  }
  .owl-nav .owl-prev:before {
  	content: '\f053';
    margin-left: -2px;
  }
  .owl-nav .owl-next:before {
  	content: '\f054';
    margin-left: 2px;
  }
  /* end mobile owl carousel navigation */

@-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;
	}*/
	/* End custom cookiebar */
	/* Footer */
	#footer .newsletter input {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: auto;
		max-width: 250px;
	}
	#footer .newsletter .btn {
		padding: 0;
		width: 40px;
	}
	#footer .newsletter #formNewsletter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* End footer */
}

.cart-wrap .table table .cart-delete {
  font-size: 0;
	color: black !important;
	opacity: .25;
	transition: all ease .25s;
}

.cart-wrap .table table .cart-delete:hover {
	opacity: 1;
}

.cart-wrap .table table .cart-delete i {
  font-size: 18px;
}

.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;
}

#gui-form-shipment-method.loaded-custom #gui-checkout-shipment-methods {
	display: block !important;
}

#gui-form-shipment-method #gui-checkout-shipment-methods.hidden {
	display: none !important;
}

#gui-block-review table tr p:not(.gui-delivery-time-checkout) {
	display: none;
}

#gui-block-review table tr p.active {
	display: flex;
  flex-direction: column;
  padding: 10px 0px;
}

/*
#gui-block-review table tr .toggle-content {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
  padding-left: 65px;
}
#gui-block-review table tr .toggle-content.active {
	padding-left: 65px;
}
#gui-block-review table tr .toggle-content i {
	margin-right: 5px;
	font-size: 12px;
}
*/

#verzendkosten-popup,
#kortings-popup,
#voorwaarden-popup,
#voorraad-popup{
	display: none;
}

@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;
	}
  
  #voorwaarden-popup ul,
  #voorwaarden-popup ol {
  	    padding-left: 25px;
  }
  
  #verzendkosten-popup,
	#kortings-popup,
  #voorwaarden-popup {
		display: block;
	}
}

#verzendkosten-popup,
#kortings-popup,
#voorwaarden-popup {
	text-align:left;
}

.fancybox-inner #voorwaarden-popup,
#voorraad-popup {
	max-width: 800px;
  max-height: calc(100vh - 100px);
}

/* 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/180089/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/180089/assets/oval.svg?3');
  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;
}

.client-photos-container .client-photos h5 {
  margin: 0 0 10px 0;
}

.client-photos-container .client-photos ul {
  column-count: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}

.client-photos-container .client-photos ul li:before {
  font-family: 'FontAwesome';
	content: '\f105';
  padding-right: 5px;
}

@media (max-width: 1024px) {
  .client-photos-container .client-photos {
    flex: 1 1 45%;
  }
  .client-photos-container .client-photos ul {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .client-photos-container .client-photos {
    flex: 1 1 100%;
  }
  .client-photos-container .client-photos ul {
    column-count: 1;
  }
}

/* scroll to top - klantfoto's */
#toTop {
  padding: 15px;
  border-radius: 50%;
  background: #1abc9c;
  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;
}

@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px !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%;
}

/* 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;
	}
}

/* RAL label */
.ral-overlay {
  background-image: url(data:image/png;base64,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);    
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  width: 20% !important;
  height: 20% !important;
  cursor: help;
  z-index: 5;
}

.products .product-list .ral-overlay {
  left: 45px;
  top: 45px;
  width: 4% !important;
}

@media (max-width: 1199px) {
  .products .product-list .ral-overlay {
  	top: 55px;
  }
}

.product-detail .ral-overlay {
	left: 20px;
  top: 20px;
}

.search-autocomplete .ral-overlay {
	left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  /*.products .product-list .info {
  	background: white;
    padding: 15px !important;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: calc(100% - 105px);
  }*/
  .products .product-list .ral-overlay {
    top: 10px;
    left: 10px;
    width: 35px !important;
    height: 35px !important;
  }
}

/* Weather label */
.weather-overlay {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAIkmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuOWNjYzRkZTkzLCAyMDIyLzAzLzE0LTE0OjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjMgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA2LTIyVDEwOjMzOjI5KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTIyVDEwOjMzOjQ4KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0yMlQxMDozMzo0OCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M2NlZDMxNTgtZDg1Ni00NWFlLTkzNjEtMGJiZDQwNTliOGI1IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDE3ZTM1OTktZWEyZS02ODQ3LTk1YWUtYTBlYmI3NWI4NThmIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NmNlNTVjM2ItMTViMC00ZWYzLTlmMGUtNTYwMzk0NWJiOGUyIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2U1NWMzYi0xNWIwLTRlZjMtOWYwZS01NjAzOTQ1YmI4ZTIiIHN0RXZ0OndoZW49IjIwMjItMDYtMjJUMTA6MzM6MjkrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4zIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDowNzEwMDIxNi04MWZlLTRhNjctOGI3ZS05MTMzNjA2MmU1ZDYiIHN0RXZ0OndoZW49IjIwMjItMDYtMjJUMTA6MzM6NDgrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4zIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozY2VkMzE1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');
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  position: absolute;
/*   left: 10px; */
  right: 10px;
  top: 10px;
  margin: 0;
  /*width: 20% !important;
  height: 20% !important;*/
  width: 15% !important;
  height: 15% !important;
  cursor: help;
  z-index: 5;
}

.weather-overlay.offset {
/* 	left: 27.5%; */
  right: 27.5%;
}

.products .product-list .weather-overlay {
/*   left: 45px; */
  right: 45px;
  top: 45px;
  width: 4% !important;
}

.products .product-list .weather-overlay.offset {
/* 	left: 9.5%; */
  right: 11%;
}

@media (max-width: 1199px) {
  .products .product-list .weather-overlay.offset {
/*   	left: 11%; */
    right: 11%;
  }
  .products .product-list .weather-overlay {
  	top: 55px;
  }
}

.product-detail .weather-overlay {
/* 	left: 20px; */
  right: 20px;
  top: 20px;
  min-height: 60px;
}

.product-detail .weather-overlay.offset {
/* 	left: 30%; */
  right: 30%;
}

.search-autocomplete .weather-overlay {
	left: 0;
  top: 0;
}

.search-autocomplete .weather-overlay.offset {
	left: 20px;
}

@media only screen and (max-width: 768px) {
  .products .product-list .weather-overlay {
    top: 10px;
    left: 10px;
    width: 35px !important;
    height: 35px !important;
  }
  .products .product-list .weather-overlay.offset {
  	left: 55px;
  }
}

/* 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;
}

@media only screen and (max-width: 768px) {
  ul.linkpartners {
  	column-count: 1;
  	column-gap: 0;
  }
}

ul.linkpartners a {
	text-decoration: underline;
}
ul.linkpartners a:hover {
	color: #009be3;
}

/* verstekhoek */
.verstekhoek .input-wrap-inner {
	display: flex;
  align-items: center;
  position: relative;
}

.verstekhoek .input-wrap-inner input[type="text"] {
  min-width: 50px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
  outline: none;
  padding: 0px 10px;
}

.verstekhoek .input-wrap-inner span {
	background: #f7f7f7;
  border: 1px solid #ccc;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  right: 6px;
  padding: 0px 8px 0px 13px;
  border-radius: 5px;
}

.verstekhoek .option-wrap-wrapper {
	background: #f7f7f7;
  border-radius: 5px;
  padding: 25px 30px;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.verstekhoek .product-custom-radio {
	background: #f7f7f7;
  border-radius: 5px;
  padding: 25px 30px;
  flex: 1 1 100%;
  margin-bottom: 25px;
}

.verstekhoek .product-custom-text.error input,
.verstekhoek .product-custom-text.error span {
	background: #fdf2f3;
  border: 1px solid #009be3 !important;
}
.verstekhoek .product-custom-text.error span {
	background: #f8c4cb;
}

.verstekhoek .product-custom-radio .custom-options label {
	cursor: pointer;
}

/* Verstekhoek - Onder en boven */
.verstekhoek.verstekhoek01 .lengte .lengte {
	flex: 0 1 25%;
}
.verstekhoek.verstekhoek01 .hoekgraad .hoekgraad {
	flex: 0 1 45%;
}
.verstekhoek.verstekhoek01 .product-custom-radio {
	flex: 1 1 100%;
}

/* Verstekhoek - Onder of boven */
.verstekhoek.verstekhoek02 .positie .product-custom-radio {
	padding: 0;
  margin: 0;
}
.verstekhoek.verstekhoek02 .product-custom-radio {
	flex: 1 1 100%;
}

@media only screen and (max-width: 768px) {
	/* Verstekhoek - Onder en boven */
  .verstekhoek.verstekhoek01 .lengte .lengte,
  .verstekhoek.verstekhoek01 .hoekgraad .hoekgraad,
  .verstekhoek.verstekhoek01 .product-custom-radio {
    flex: 1 1 100%;
  }
}

#gui-form-shipment-method #gui-checkout-shipment-methods .gui-spacer {
	display: none;
}

#gui-form-shipment-method #gui-checkout-shipment-methods .gui-block-option {
	margin-bottom: 15px;
}

.fancybox__thumbs {
	max-width: 55%;
  margin: 0 auto;
}

.product-labels-custom.product-labels-custom-down {
	top: 50px;
}

#header .extra-navigation>ul {
 	justify-content: flex-end; 	
}

.collection-bulk-wrap-outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.collection-bulk-wrap-outer .btn-wrap {
	display: flex;
  gap: 15px;
}

.collection-bulk-wrap-outer .btn-wrap .btn.accent {
	color: #fff !important;
  text-decoration: none !important;
}

.collection-bulk-wrap-outer .btn-wrap .btn.accent:hover:before {
	background-color: #cb5000;
}

.product-list.snel-bestellen .btn-wrap .open-btn {
	background: #fff;
  color: #009be3;
  outline: none !important;
  position: relative;
  z-index: 25;
  border: none;
  overflow: hidden;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  line-height: normal;
}

.product-list.snel-bestellen .btn-wrap .open-btn:hover {
	background: #fff !important;
  color: inherit !important;
}

.collection-bulk-wrap-outer .btn-wrap .open-btn:hover:before {
	display: none;
}

.collection-bulk-wrap-outer .collection-bulk-wrap-loader {
	height: 200px;
  background: #f9f9f9;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}

.collection-bulk-wrap-outer .collection-bulk-wrap-loader: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;
}


.collection-bulk-wrap-outer .collection-bulk-wrap tbody tr {
  display: none;
}

.collection-bulk-wrap-outer .collection-bulk-wrap tbody tr:nth-child(-n+4) {
  display: table-row;
}
/* 
.collection-bulk-wrap-outer .collection-bulk-wrap .overlay {
	position: absolute;
  bottom: 0px;
  height: 60px;
  width: 100%;
  left: 0;
  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);
  z-index: 10;
}

.collection-bulk-wrap-outer .collection-bulk-wrap.active .overlay {
	display: none;
} */

.collection-bulk-wrap-outer .collection-bulk-wrap.active tbody tr {
	display: table-row;
}

.products .product-list.snel-bestellen .image-wrap {
  min-width: 250px;
  max-width: 250px;
/*   margin-right: 40px; */
}

.products .product-list.snel-bestellen .add-cart {
	text-decoration: none !important;
  color: #fff !important;
  height: 40px;
}

.products .product-list.snel-bestellen .add-cart img {
	margin-left: 15px;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart {
	display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart .open-bulk {
  background: #fff;
  color: #009be3;
  outline: none !important;
  position: relative;
  z-index: 25;
  border: none;
  overflow: hidden;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  margin-bottom: 35px;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart .open-bulk span {
	text-decoration: underline !important;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart .open-bulk i {
  font-size: 1.3em;
  margin-left: 5px;
  margin-top: 2px;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart .open-bulk:hover {
	color: inherit !important;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart .price {
	margin-top: 0;
  font-size: 1.6em;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  align-items: center;
  padding: 0;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form div:empty {
	display: none;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form > .product-option {
  order: 1;
  width: 100%;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form .product-option .product-configure {
	padding: 0;
}
.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form .product-option .product-configure label.label-title {
	width: 100%;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form .cart {
	order: 3;
}

.products .product-list.snel-bestellen .collection-bulk-wrap-cart #product_configure_form .price-stock {
	order: 2;
}

.products .product-list.snel-bestellen .product-inner {
	align-items: flex-start;
}

#collection-page .search-wrap input {
  padding: 0px 20px;
  padding-right: 40px;
  outline: none;
  border: none !important;
  width: 300px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50px;
  transition: all ease 0.25s;
}

#collection-page .search-wrap span {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #009be3;
  font-size: 18px;
}

#collection-page .snel-sort-wrap {
	padding: 15px 0;
  background: #eaeaea;
  background: #dff1fb;
  transition: top .2s;
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

#collection-page .snel-sort-wrap .collection-sort {
	padding: 0;
  margin: 0;
  border: none;
  padding: 0px 15px;
}

#collection-page .snel-sort-wrap  .collection-sort .open-filters {
	margin: 0;
}

#collection-page .snel-sort-wrap .btn.accent:hover:before {
	background: #008aca;
}

#collection-page .snel-sort-wrap.sticky {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#collection-page .snel-sort-wrap.sticky.header-pinned {
	top: 133px;
}

#collection-page .snel-sort-wrap .filters-top .filter-style-classic {
  background: #fff;
  margin-top: 30px;
  height: 400px;
  overflow: scroll;
}

#collection-page .snel-sort-wrap .filters-wrap {
	display: flex;
  align-items: center;
  gap: 50px;
}

#collection-page .snel-sort-wrap .filters-wrap .active-filters-box {
	margin: 0;
}

#collection-page .snel-sort-wrap .filters-wrap .active-filters-box .active-filters {
/* 	flex-direction: row-reverse; */
  justify-content: flex-end;
}

#collection-page.snel-sticky {
	margin-top: 90px;
}

.products .product-list .info .info-wrap .info-top {
    display: flex;
  	flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.products .product-list .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    padding: 10px 0px;
    flex-grow: 1;
}

@media (max-width: 991px) {
  .products .product-list.snel-bestellen .product-inner {
  	display: flex;
    flex-direction: column;
  }
  
	.products .product-list.snel-bestellen .image-wrap {
  	min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .products .product-list.snel-bestellen .collection-bulk-wrap-cart {
  	flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .products .product-list .info .info-wrap .info-top {
  	gap: 0;
  }
  
  #collection-page .snel-sort-wrap.sticky.header-pinned {
    top: 101px;
  }
  
  .products .product-list .info .input-wrap-inner .description {
  	max-height: 100%;
  }
  
  #collection-page .search-wrap input {
  	width: 150px;
  }
  
  /* Mobile - Search */
  body[class*="snel_bestellen"] .search-bar,
  body[class*="schnell_bestellen"] .search-bar,
  body[class*="commande_rapide"] .search-bar{
  	display: none;
  }
  body[class*="snel_bestellen"] .main-content,
  body[class*="schnell_bestellen"] .main-content,
   body[class*="commande_rapide"] .main-content {
  	margin-top: 0;
  }
  body[class*="snel_bestellen"] #collection-page .snel-sort-wrap.sticky.header-pinned,
  body[class*="schnell_bestellen"] #collection-page .snel-sort-wrap.sticky.header-pinned,
  body[class*="commande_rapide"] #collection-page .snel-sort-wrap.sticky.header-pinned {
  	top: 50px;
  }
  body[class*="snel_bestellen"] .col-main,
  body[class*="schnell_bestellen"] .col-main,
  body[class*="commande_rapide"] .col-main {
    padding: 0;
  }
  body[class*="snel_bestellen"] .products .product-list,
  body[class*="schnell_bestellen"] .products .product-list,
  body[class*="commande_rapide"] .products .product-list {
  	padding: 15px 0;
  }
}

#powrIframeLoader {
	display: none;
}

.products .product-list.snel-bestellen .product-inner .info {
  display: block;
/* 	padding: 0; */
/*   padding-right: 70px; */
  width: 100%;
}
.products .product-list.snel-bestellen .bulk-table table {
	border: 1px solid #f7f7f7;
}
.products .product-list.snel-bestellen .collection-bulk-wrap-outer,
.products .product-list.snel-bestellen .collection-bulk-wrap-cart {
	display: block;
}
.products .product-list.snel-bestellen #product_configure_form .cart {
	display: flex;
  align-items: center;
}
.products .product-list.snel-bestellen #product_configure_form .cart .input-wrap {
	margin-right: 20px;
}
.products .product-list.snel-bestellen #product_configure_form .cart .input-wrap input {
	background: white;
}
.products .product-list.snel-bestellen #product_configure_form .cart .add-cart {
	height: 40px;
}

.products .product-list.snel-bestellen .info .title {
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	.products .product-list.snel-bestellen .info .title {
		width: 100%;
	}
}
.products .product-list.snel-bestellen thead th:first-child {
	width: 92px;
}
.products .product-list.snel-bestellen thead th:nth-child(2) {
	width: 10%;
}

.collection-bulk-wrap .custom-input-wrap {
	display: flex;
}

.collection-bulk-wrap .custom-input-wrap input {
	min-width: 40px;
	max-width: 40px;
	border: 1px solid #eee;
	padding: 0;
	text-align: center;
}

.collection-bulk-wrap .custom-input-wrap .change {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5px;
	width: 20px;
}

.collection-bulk-wrap .custom-input-wrap .change.change-minus {
	margin: 0;
	margin-right: 5px;
}

.collection-bulk-wrap .custom-input-wrap .change a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	font-size: 13px;
	text-decoration: none;
}

.collection-bulk-wrap .custom-input-wrap label[for="quantity"] {
	font-size: 0;
}

.collection-bulk-wrap .bulk-table {
	width: 100%;
}

.collection-bulk-wrap .bulk-table table {
	width: 100%;
}

.bulk-table table img {
	border-radius: 5px;
    border: 1px solid #eaeaea;
}

.collection-bulk-wrap .bulk-table table tr th,
.collection-bulk-wrap .bulk-table table tr td {
	padding: 10px 15px;
}

.collection-bulk-wrap .bulk-table table tr td.length {
	white-space: nowrap;
}

.collection-bulk-wrap .bulk-table table tr.out-of-stock {
	opacity: 0.4;
	pointer-events: none;
}

.collection-bulk-wrap .bulk-table table tr th {
	background: #373c40;
	color: #fff;
}

.collection-bulk-wrap .bulk-table table tr td {
	background: #fff;
}

.collection-bulk-wrap .bulk-table table tr:nth-child(odd) td {
	background: #f2f2f2;
}

.collection-bulk-wrap .bulk-table table tr td.title-font {
	width: 50%;
}

.collection-bulk-wrap .bulk-table table tr td.price-td {
	font-weight: 700;
	white-space: nowrap;
}

/* 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: #f2f2f2;
  }
  .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;
  }
  .collection-bulk-wrap .bulk-table table tr td.title-font {
/* 		width: auto; */
    width: 100%;
	}
}

.snel-bestellen .stock-container  {
	display: none;
}

.snel-bestellen #product_configure_form .price.align-bottom {
	margin-top: 0px;
}

#logedin-popup {
	display: none;
	max-width: 100%;
  width: 800px;
}

#logedin-popup  .title-small {
	margin-bottom: 15px;
}

#logedin-popup .text {
	margin-bottom: 15px;
}

#logedin-popup .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

#logedin-popup .btn-wrap .btn-wrap-inner {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

#logedin-popup .btn-wrap .link {
	color: #009be3;
    background: transparent;
    text-decoration: underline;
	font-size: .95em;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#logedin-popup .btn-wrap .btn-wrap-inner .btn:hover:before {
	background-color: #008aca;
}

#logedin-popup .input-wrap {
	margin-bottom: 15px;
}

#logedin-popup .input-wrap label {
	cursor: pointer;
}

#productpage .custom-discount {
    display: inline-flex;
    align-items: center;
    padding: 15px 0px;
    border: 1px solid #009be3;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #eafdf8;
    color: #009be3;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    position: relative;
    padding-right: 25px;
    text-decoration: none !important;
}

#productpage .custom-discount .info-icon {
    border-radius: 50%;
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

#productpage .custom-discount .info-icon i {
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

#productpage .custom-discount .icon {
    font-size: 1.4em;
    padding: 0px 15px;
    display: flex;
    color: #009be3;
}

#productpage .custom-discount .text {
    padding: 0px 15px;
        border-left: 1px solid #009be3;
}

#productpage .custom-discount .text .title {
    color: #009be3;
}

#productpage .custom-discount .text .discount {
    font-size: 0.97em;
}

#productpage .custom-discount .text .discount span {
    font-weight: bold;
    color: #000;
    border-bottom: 1px dotted #000;
    line-height: 13px;
    display: inline-block;
}


#productpage .custom-discount.custom-discount-alt {
	border-color: #179770;
	color: #000;
}

#productpage .custom-discount.custom-discount-alt .discounts {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

#productpage .custom-discount.custom-discount-alt .icon {
    color: #179770;
}

#productpage .custom-discount.custom-discount-alt .text {
    border-color: #179770;
}

#productpage .custom-discount.custom-discount-alt .text .title {
    color: #000;
	margin-bottom: 10px;
}

#productpage .custom-discount.custom-discount-alt .text .discount {
	display: flex;
	align-items: center;
	gap: 7px;
}

#productpage .custom-discount.custom-discount-alt .text .discount span {
	border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #179770;
    font-size: 12px;
    margin: 0;
    padding: 0px 10px;
    height: 21px;
}

@media (max-width: 767px) {
	#productpage .custom-discount.custom-discount-alt .discounts {
		gap: 15px;
	}
}

.sm-address-row,
.sm-address-row-shipping {
  display: flex;
  gap: 10px;
}

.sm-address-row .input-wrap-large,
.sm-address-row-shipping .input-wrap-large {
	flex-grow: 2;
}

.sm-address-row .input-wrap-small,
.sm-address-row-shipping .input-wrap-small {
	width: 110px;
}

.sm-address-row .input-wrap input,
.sm-address-row-shipping .input-wrap input {
	width: 100%;
}

.sm-address-row .input-wrap label,
.sm-address-row-shipping .input-wrap label {
	font-size: .9em;
}

/*
### 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/180089/assets/oval.svg?3');
	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%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container {
	display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  margin-top: 25px;
}
.video-container > div {
  flex: 1 1 45%;
  background: #f4f4f4;
}
.video-container > div p {
	margin: 0;
  font-weight: bold;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .video-container {
  	column-gap: 0;
  }
  .video-container > div {
    flex: 1 1 100%;
  }
}
.video-container > div .video-responsive {
	padding-top: 0;
}
.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 {
	margin: 20px auto 0 auto;
	max-width: 250px;
}
.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;
}

.logo.large-logo img {
    height: 60px;
    width: auto;
}

/* Owl carousel - Start */
.owl-dots {
  display: none;
	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 {
    display: flex;
    flex-wrap: wrap;
		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/180089/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;
  color: #009be3;
}
#gui-block-review .gui-validate-error.gui-confirm label {
  color: #EB5265; 
}
#gui-block-review .order-summary .gui-table {
	padding-bottom: 0 !important;
}
#gui-block-review .order-summary .gui-table tbody td {
	vertical-align: top;
}
#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;
	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-method-wrapper .gui-payment-provider-invoice {
	order: 50;
}

.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/111882/themes/180089/assets/creditcard.png') center center;
  background-size: 52px 32px;
  width: 52px;
  height: 32px;
}
.gui-payment-methods {
	display: flex;
  flex-direction: column;
}
/* BE */
html[data-shop-id="111882"] .gui-payment-methods div:nth-child(1) {
	order: 50;
}
html[data-shop-id="111882"] .gui-payment-methods div:nth-child(2) {
	order: 30;
}
html[data-shop-id="111882"] .gui-payment-methods div:nth-child(3) {
	order: 10;
}
html[data-shop-id="111882"] .gui-payment-methods div:nth-child(4) {
	order: 20;
}
html[data-shop-id="111882"] .gui-payment-methods div:nth-child(5) {
	order: 40;
}
/* FR */
html[data-shop-id="344089"] .gui-payment-methods div:nth-child(1) {
	order: 20;
}
html[data-shop-id="344089"] .gui-payment-methods div:nth-child(2) {
	order: 10;
}
html[data-shop-id="344089"] .gui-payment-methods div:nth-child(3) {
	order: 30;
}

/* Buttons - Start */
.btn,
#gui-form a.gui-button-small,
.gui-form a.gui-button-small,
.gui-login a.gui-button-small,
.gui-form a.gui-button-large {
	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-login a.gui-button-small:before,
.gui-form a.gui-button-large: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-login a.gui-button-small:hover:before,
.gui-form a.gui-button-large: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;
}

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-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 .main-menu-items > li.main-menu-item.active:first-child > a {
	color: white;
}
#header .extra-navigation {
	width: 100%;
}
#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;
  background: none;
}
#header .extra-navigation>ul>li.left {
	order: 50;
	margin-left: 0 !important;
	margin-right: 0;
}
#header .extra-navigation>ul>li.left.first {
	order: 10;
}
#header .extra-navigation>ul>li.left.second {
	order: 20;
}
#header .extra-navigation>ul>li.left.third {
	order: 30;
}
#header .extra-navigation ul.hover-menu {
	display: none;
	position: absolute;
	top: 100%;
	background: #f3f3f3;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, .07);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	z-index: 99999;
  left: 0;
}
#header .extra-navigation ul.hover-menu li {
  background: transparent;
	padding: 5px;
}
#header .extra-navigation ul.hover-menu li a {
	display: block;
	color: #777;
  font-size: .95em;
	font-weight: 400;
	padding: 0;
	width: 100%;
}
#header .extra-navigation ul.hover-menu li a.active,
#header .extra-navigation ul.hover-menu li a:hover {
  color: #009be3;
}
#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-service {
  flex: 0;
}
#footer .footer-top .footer-col.col-help {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 2;
}
#footer .footer-top .footer-col.col-reviews-social {
  flex: 1;
}
#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: -15px;
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item {
	padding: 15px;
}
#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;
  transition: all ease .25s;
}
#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;
	}
}

/* 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: 767px) {
	.product-detail .korting-lines a span {
    flex: 1 1 100%;
  }
}

@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 / 12%);
}
.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: 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;
}

.bulk-table table tr td.price-td .old-price {
	font-weight: normal;
	text-decoration: line-through;
}

.bulk-table table tr td.price-td .new-price {
	color: #009be3;
}

#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.bulk-table-new table tr td:first-child {
	width: 92px;
}
#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-resume,
#productpage .product-usefull-info,
#productpage .product-faq {
	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-resume .resumes-outer {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -15px;
}
#productpage .product-resume .resume-wrap {
	padding: 0 15px;
	width: 50%;
}
#productpage .product-resume .resume-wrap li {
	display: flex;
	padding: 5px 0;
}
#productpage .product-resume .resume-wrap li i {
	margin-right: 7px;
	font-size: 1.2em;
}
#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 {
	display: inline-block;
  width: 100%;
}
#productpage .product-usefull-info .links-wrap li {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  width: 50%;
}
#productpage .product-usefull-info .links-wrap li img {
	margin-right: 10px;
  width: 17px;
  height: 17px;
}
#productpage .product-usefull-info .links-wrap li a {
	font-weight: bold;
}

#inmeten-popup,
#monteren-popup {
	width: 100%;
  height: 80%;
  max-width: 1000px;
  max-height: calc(100% - 88px); 
}

@media (max-width: 767px) {
  #inmeten-popup,
  #monteren-popup {
  	width: 100%;
    height: 100%;
    max-height: 100%;
  }  
  .fancybox-is-open #inmeten-popup,
  .fancybox-is-open #monteren-popup{
  	transform: translate(100%, 0px);
    margin: 0;
    padding: 0;
  }  
  .fancybox-is-open #inmeten-popup .popup-inner .popup-header,
  .fancybox-is-open #monteren-popup .popup-inner .popup-header {
  	display: block;
  }  
  #inmeten-popup .fancybox-close-small,
  #monteren-popup .fancybox-close-small{
    top: 8.5px;
    right: 10.5px;
  }  
  #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: 1000px;
}

@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;
  }
}

#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-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.4);
	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;
  opacity: 0.85;
  transition: all ease .2s;
}
#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 {
	opacity: 1;
	display: flex;
	align-items: center;
}
#productpage .product-detail .info .price .legal a {
	display: inline-flex;
	align-items: center;
	opacity: 1;
}
#productpage .product-detail .info .price .legal a span {
	text-decoration: underline;
}
#productpage .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,
#ral-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 table tr th,
	#productpage .bulk-table table tr td {
		padding: 10px;
	}
	#productpage .product-usage,
	#productpage .product-proscons,
	#productpage .product-customer-photos,
  #productpage .product-resume,
  #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 span.customer-photos-mobile {
    display: block;
		border: none;
		padding: 15px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
  }
  #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-resume .resume-wrap,
  #productpage .product-usefull-info .links-wrap{
		width: 100%;
	}
	#productpage .product-usage .usage-wrap li,
  #productpage .product-resume .resume-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: 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: 4px 8px;
	text-transform: none;
	font-size: .85em;
  text-transform: lowercase;
	height: auto;
}
.product-label.sale {
	order: 0;
  margin-right: 5px !important;
}
.product-labels-custom {
/* 	position: absolute; */
	color: white;
	font-size: 1em;
  font-weight: 700;
	padding: 5px 10px;
	top: 10px;
	left: 10px;
  margin-right: 5px;
	border-radius: 6px;
	z-index: 5;
/* 	max-width: calc(100% - 20px); */
}
.product-list .product-labels-custom,
.product-detail .product-labels-custom {
	position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
}
.product-labels-custom:empty {
	padding: 0;
}
.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: #979797;
	font-size: 0.75em;
  font-weight: normal;
	margin: 5px 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;
}

@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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
	}
	.mobile-popup .popup-header a,
	 .mobile-popup .popup-header div {
		color: #fff;
	}
	 .mobile-popup .popup-header .close-mobile-popup {
		font-size: 16px;
	}
}

.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';
}

.footer-logo.large-logo img {
    height: 60px;
    width: auto;
}

/* Zakelijk */
.btn.zakelijk {
	background: #009be3;
  color: #ffffff;
}
.btn.zakelijk:after {
	content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 300;
  padding-left: 10px;
}
.banner-btn { 
  position: relative;
  display: block;
  background: url(https://cdn.webshopapp.com/shops/111882/files/442394029/4railing-banner.jpg) #eee no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  min-height: 250px;
}
.banner-overlay {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
}
.banner-btn .button {
	margin: auto 0 30px 30px;
}
.banner-btn .button .btn {
	background: #009be3;
  color: white;
}
.banner-btn .button .btn:after {
	content: '\f054';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: 300;
  padding-left: 10px;
}
.banner-zakelijk {
	border-radius: 10px;
}

.table-zakelijk {
	margin-bottom: 40px;
}
.table-zakelijk img {
	border-radius: 50%;
  width: 175px;
}
ul.korting-zakelijk {
	border: none;
  border-radius: 5px;
  background: #dff1fb;
  padding: 15px;
  color: #000;
  display: inline-block;
}
ul.korting-zakelijk {
  list-style: none;
}

ul.korting-zakelijk li:before {
  content: '✓';
  padding-right: 10px;
  color: #009be3;
}

/* B2B-info */
.service-blocks .image.over-4railing {
	background-image: url(over-ons-4railing.jpg);
}
.service-blocks .image.zakelijke-korting {
	background-image: url(zakelijke-korting.jpg);
}
.service-blocks .image.catalogus-aanvragen {
	background-image: url(b2b-catalogus.jpg);
}
.service-blocks .image.groothandel-collectie {
	background-image: url(groothandel.jpg);
}
.service-blocks .image.snel-bestellen {
	background-image: url(snel-bestellen.jpg);
}

@media (max-width: 767px) { 
	.bulk-table.bulk-table-new thead tr {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.bulk-table.bulk-table-new thead tr td {
		flex: 1;
	}

	.bulk-table.bulk-table-new tbody {
		display: flex;
		flex-direction: column;
	}

	.bulk-table.bulk-table-new tbody tr {
		display: flex;
		flex-wrap: wrap;
	}
	.bulk-table.bulk-table-new tbody tr td:not(.input-td):not(.price-td) {
		flex: 1;
	}

	.bulk-table.bulk-table-new tbody tr td.input-td,
	.bulk-table.bulk-table-new tbody tr td.price-td  {
		width: 50%;
	}

	.bulk-table.bulk-table-new tbody tr td.break-td {
		width: 100%;
		flex-basis: 100% !important;
		height: 0 !important;;
		padding: 0 !important;;
	}

	.collection-bulk-wrap-outer .collection-bulk-wrap .bulk-table.bulk-table-new tbody tr:nth-child(-n+4) {
		display: flex;
	}

	.products .product-list.snel-bestellen .bulk-table.bulk-table-new thead th:first-child {
		width: auto;
	}

	.products .product-list.snel-bestellen .bulk-table.bulk-table-new thead th {
		flex: 1  !important;
	}

	#productpage .bulk-table.bulk-table-new table tr th, #productpage .bulk-table.bulk-table-new table tr td,
	.collection-bulk-wrap .bulk-table.bulk-table-new table tr th, .collection-bulk-wrap .bulk-table.bulk-table-new table tr td {
		padding: 10px 10px;
	}


}

/* Groothandel - Sidebar */
.block-groothandel {
	background: #d9e9f2;
}
.block-groothandel .sidebar-title {
	color: #009be3;
  display: flex;
  align-items: center;
}
.block-groothandel .sidebar-title:before {
	content: url('https://cdn.webshopapp.com/themes/180089/assets/cubes-solid.svg');
  width: 18px;
  display: block;
  margin-right: 10px;
  line-height: 0;
}
.block-groothandel ul li:hover a {
	color: #009be3 !important;
}

/* Groothandel - Label */
.groothandel-border {
	border: 1px solid #009be3;
  padding-right: 35px !important;
  background: #009be310 !important;
}
.groothandel-label-wrap {
	position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  padding: 10px 5px;
  margin: 10px 0;
  background: #009be3;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.groothandel-label-inner {
	position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.groothandel-label-title {
	writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: white;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.075em;
}

/* Groothandel - Extra navigation */
#header .extra-navigation>ul>li.groothandel>a,
#header .extra-navigation>ul>li.b2b-info>a {
	background: #d9e9f2;
  padding: 8px;
  margin: 4px 0;
  border-radius: 5px;
  color: #009be3;
}
#header .extra-navigation>ul>li.groothandel:hover>a,
#header .extra-navigation>ul>li.b2b-info:hover>a {
	background: white;
/*   background: #f4f4f4; */
}
#header .extra-navigation>ul>li.b2b-info>a {
	margin-left: 4px;
}

/* Groothandel - Custom Discount */
.content-container.groothandel {
	display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .content-container.groothandel {
  	margin-top: 25px;
  }
}
.content-container.groothandel .zakelijk-banners,
.content-container.groothandel .product-description {
	flex: 1 1 45%;
}
.content-container.groothandel .zakelijk-banners {
	margin-bottom: 35px;
}
@media (max-width: 767px) {
  .content-container.groothandel .zakelijk-banners {
    margin-bottom: 0;
  }
}

#productpage .custom-discount.groothandel-link {
	display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  padding: 15px;
  width: 100%;
  transition: all ease .25s;
}
#productpage .custom-discount.groothandel-link:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
/*
#productpage .custom-discount.groothandel-link:before {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.5;
}
*/
#productpage .zakelijk-banners .banner .btn {
	background: #179770;
  color: white;
}
#productpage .zakelijk-banners .banner .btn:hover:before {
	content: none;
}
#productpage .custom-discount.groothandel-link .text {
  position: relative;
	border: none;
  padding: 0;
}
#productpage .custom-discount.groothandel-link .text .title {
	color: black;
}

#productpage .custom-discount.groothandel-link .text .subtitle {
  color: #179770;
	margin-top: 10px;
}

/* Montagehandleidingen */
.montage-handleidingen-container {
	display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.montage-handleidingen-container .montage-handleidingen {
	flex: 1 1 30%;
  margin: 10px;
  padding: 20px;
  background: rgba(0,0,0,0.03);
  border-radius: 5px;
}
.montage-handleidingen-container .montage-handleidingen ul {
	column-count: 4;
  list-style: none;
  margin: 0;
  padding: 0;
}
.montage-handleidingen-container .montage-handleidingen ul li {
	line-height: 3em;
}
.montage-handleidingen-container .montage-handleidingen ul li a {
  display: block;
	background: #eee;
  border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 10px;
  transition: all ease .25s;
}
.montage-handleidingen-container .montage-handleidingen ul li a:hover {
	text-decoration: none;
  background: #009be3;
  color: white;
}
.montage-handleidingen-container .montage-handleidingen ul li a:before {
	font-family: 'FontAwesome';
  content: '\f0c1';
  padding-right: 10px;
}

@media (max-width: 1400px) { 
  .montage-handleidingen-container .montage-handleidingen ul {
		column-count: 3;
  }
}

@media (max-width: 767px) {
	.montage-handleidingen-container .montage-handleidingen ul {
		column-count: 1;
  }
}

p.manual-container {
  position: relative;
	/*background: rgb(37,133,179);
	background: linear-gradient(54deg, rgba(37,133,179,1) 0%, rgba(0,155,227,1) 100%);
  */
  background: rgb(19,142,120);
	background: linear-gradient(54deg, rgba(19,142,120,1) 0%, rgba(26,188,159,1) 100%);
  border-radius: 5px;
  padding: 15px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  justify-content: space-between;
  font-family: 'Maven Pro', Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
  transition: all ease .25s;
}
p.manual-container:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
p.manual-container a {
  position: initial;
	font-size: 12px;
  font-family: 'Heebo', Helvetica, sans-serif;
  background: white;
/*   color: #009be3; */
  color: black;
  height: 40px;
}
p.manual-container a:after {
	content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
p.manual-container a:hover:before,
p.manual-container a:hover:after {
	background: transparent;
}
p.manual-container a:before {
	content: '\f1c1';
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 300;
  padding-right: 10px;
  position: relative;
  left: 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);
  z-index: 3000000000 !important;
}
.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: #009be3;
  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;
}

/* message popup */
#message-popup {
	width: 800px;
  max-width: 100%;
}
#message-popup .title-small {
	margin-bottom: 15px;
}
#message-popup .text {
	margin-bottom: 45px;
}
#message-popup .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
#message-popup .btn-wrap .btn-wrap-inner {
	display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
#message-popup .btn-wrap .link {
	background: transparent;
  color: black;
  text-decoration: underline;
  font-size: .95em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#hidden-popup {
	display: none;
	max-width: 100%;
	width: 400px;
}

/* Grijze leuningen */
.swatches {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
	margin-top: 15px;
}
.swatches:hover {
	text-decoration: none !important;
}
.swatches:hover label {
	color: #777777 !important;
}
.swatches label {
  background: white;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 10px 0;
}
.swatches .ral-wrap {
	display: flex;
  column-gap: 10px;
}
.swatches a {
  position: relative;
	display: block;
  width: 35px;
  height: 35px;
 	border-radius: 100%;
	font-size: 0;
  border: 2px solid white;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15);
  transition: all ease .25s;
}
.swatches a.active {
/* 	box-shadow: 0 0 0 1px #009be3; */
}
.swatches a:hover {
	box-shadow: 0 0 0 1px #009be3;
}
.swatches a[data-ral="7030"] {
	background: #938d83;
}
.swatches a[data-ral="7044"] {
	background: #bab4a9;
}
.swatches a[data-ral="1019"] {
	background: #a48e74;
}
.swatches a[data-ral="9002"] {
	background: #dbd7cc;
}

@media (max-width: 767px) {
  .swatches label {
    font-size: 0.75em;
  }
  .product-list .swatches label {
  	margin: 0 15px 0 0;
  }
  .swatches a {
  	width: 25px;
    height: 25px;
  }
}

.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;
  }
}