/* 20220207143808 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #819eb7;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #819eb7;
  box-shadow: 0 0 2px #819eb7;
}

.gui-select.gui-focus .gui-handle {
  border-color: #819eb7;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #ffffff;
}

/* custom */
/* Wufoo Forms | Preloader - Start */

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

div[id*="wufoo"] {
	position: relative;
}

div[id*="wufoo"]:before {
	content: url('https://cdn.webshopapp.com/themes/176608/assets/oval.svg?1');
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	animation: fadeOut .3s normal forwards ease-in-out;
	animation-delay: 3s;
}

div[id*="wufoo"] iframe {
	opacity: 0;
	animation: fadeIn .3s normal forwards ease-in-out;
	animation-delay: 3s;
}


/* Wufoo Forms | Preloader - End */


/* Responsive Video - Start */

.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
  margin-bottom: 25px;
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Responsive Video - End */


/* 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;
}


/* Search - End */


/* Owl carousel - Start */

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.owl-dots .owl-dot {
	margin: 5px;
}

.owl-dots .owl-dot.active span {
	background: #313237;
}

.owl-dots .owl-dot span {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	width: 10px;
	height: 10px;
	border-radius: 50px;
}

.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel .owl-stage:after {
	content: none;
}

.products-slider .owl-stage .owl-item .item {
  display: flex; 
  height: 100%;
}

.products .product .product-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products .product .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.products .product .info .price {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.products .unit-price {
  font-size: .75em;
  margin-bottom: auto;
}

@media (max-width: 767px) {
	.owl-dots {
		margin-right: 19.25%;
	}
	.home-cats-wrap.app-style .categories .category {
		padding: 15px;
	}
	.product-images .owl-dots,
	.home-cats-wrap.app-style .owl-dots {
		margin-right: 0;
	}
	.home-cats-wrap.app-style .owl-item {
		transition: all ease .25s;
		opacity: .5;
	}
	.home-cats-wrap.app-style .owl-item.active.center {
		transform: scale(1.1);
		opacity: 1;
	}
}


/* Owl carousel - End */


/* Filters - Start */

.filter-btn-block .btn {
	display: flex;
	align-items: center;
}

.fixed-filter-btn .filter-icon:before,
.filter-btn-block .filter-icon:before {
	content: '';
	display: block;
	background-image: url(https://cdn.webshopapp.com/themes/176608/assets/filter.svg?2);
	backgrouund-repeat: none;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.fixed-filter-btn {
	transition: all ease .25s;
	position: fixed;
	bottom: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	box-shadow: 0 0 8px 0 #0003;
	border-radius: 5px;
}

.fixed-filter-btn .btn {
	padding: 0 50px;
}


/* Filters - End */

.gui-checkout-one-step #gui-checkout-shipment-methods {
	font-size: 12px;
	font-style: italic;
}

.gui-checkout-one-step #gui-checkout-shipment-methods small {
	font-size: 12px;
	font-style: normal;
	margin-top: 1px;
}

.gui-checkout-one-step .step-shipment .gui-block-option .gui-field .gui-radio>label {
	line-height: normal;
	font-style: normal;
}

#gui-block-review .gui-block-subcontent>.gui-spacer {
	display: none;
}

#gui-block-review .gui-text {
	margin-bottom: 10px;
}

#gui-block-review .gui-field .gui-checkbox {
	padding: 0 10px;
}

#gui-block-review .gui-confirm {
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

#gui-block-review .gui-confirm .gui-confirm-input {
	margin-bottom: 0;
}

#gui-block-review .gui-confirm .gui-checkbox {
	padding: 0;
}

#gui-block-review .gui-confirm label {
	padding-bottom: 4px;
}

#gui-block-review .order-summary .gui-table {
	padding-bottom: 0 !important;
}

#gui-block-review .order-summary .gui-table tbody td {
	vertical-align: top;
}

#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 #eee;
}

#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-form-cart .extra-info.empty ul {
  height: 0;
  margin: 0;
}
#gui-form-cart .extra-info ul {
  height: 35px;
  position: relative;
  overflow: hidden;
}
#gui-form-cart .extra-info .toggle-content {
  display: block;
  margin-top: 10px;
  cursor: pointer; 
  font-size: 90%;
  font-weight: bold;
}
#gui-form-cart .extra-info .toggle-content:hover {
  text-decoration: underline;
}
#gui-form-cart .extra-info .toggle-content i {
  padding-right: 5px;
}
#gui-form-cart .extra-info.active ul {
  height: auto;
}
#gui-form-cart .extra-info.active ul:after {
  content: none;
}
#gui-form-cart .extra-info ul:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-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 );
}
*/

.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;
}


/* Buttons - Start */

.btn,
#gui-form a.gui-button-small,
.gui-form a.gui-button-small,
.gui-login a.gui-button-small {
	position: relative;
	z-index: 25;
	border: none;
	overflow: hidden;
	justify-content: center;
	padding: 0 15px;
}

.btn:before,
#gui-form a.gui-button-small:before,
.gui-form a.gui-button-small:before,
.gui-login a.gui-button-small:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	transition: all ease .25s;
	border-radius: 5px;
	z-index: -1;
}

.btn:hover:before,
#gui-form a.gui-button-small:hover:before,
.gui-form a.gui-button-small:hover:before,
.gui-login a.gui-button-small:hover:before {
	left: 0;
}

.add-wish:hover i:before {
	content: '\6c';
}

.btn.open {
	transition: all ease .25s;
}

.btn.open:hover {
	background: transparent;
}

.btn.open:hover:before {
	background: transparent;
}

.product-configure-module .step-wrap .next-btn .btn:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left: 10px;
}

.product-configure-module .step-wrap .fin-btn .btn:after {
	font-family: 'FontAwesome';
	content: '\f00c';
	padding-left: 10px;
}

.product-configure-module .step-wrap .prev-btn .btn:hover {
	text-decoration: none !important;
}

.product-configure-module .step-wrap .prev-btn .btn:hover:before {
	background: transparent;
}

#add-cart-popup .btn:hover {
	color: white;
}

#add-cart-popup .btn:hover:before {
	background-color: #9d9d9d;
}

#account-dashboard .buttons .btn:last-child {
	margin-bottom: 5px;
}


/* Buttons - End */

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;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	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;
	-webkit-box-shadow: 0 0 1px #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;
}


/* AUTO GOOGLE STARS CUSTOM CSS - END */

.recent-orders .recent-order .inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.recent-orders .recent-order .col:last-child {
	margin-left: 10px;
}

.home-banners .banner,
.cat-inner {
	-webkit-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

@media (min-width: 1200px) {
	.home-banners .banner:hover,
	.cat-inner:hover {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
	}
}

@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;
	-webkit-box-shadow: 0 1px 35px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 1px 35px 0 rgb(0 0 0 / 10%);
	-webkit-transition: top .2s;
	transition: top .2s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
	transition-timing-function: cubic-bezier(0, 0, .2, 1);
	-webkit-transform: translateZ(-1);
	transform: translateZ(-1);
}

.is-pinned {
	-webkit-transition-timing-function: cubic-bezier(.4, 0, 1, 1);
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}

#header:not(.is-pinned) {
	top: -140px;
}

#header .alert-message {
	display: none;
	padding: 14px 0px;
	background: #dceed4;
	font-size: 1em;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #ccc;
}

#header .alert-message .message {
	position: relative;
	padding-right: 20px;
}

#header .alert-message .message .close {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
}

#header .alert-message a {
	text-decoration: underline;
}

#header .main-menu .container {
	display: flex;
	align-items: center;
	position: relative;
}

#header .extra-navigation {
	width: 100%;
	margin-left: 10px;
}

#header .extra-navigation>ul {
	height: 100%;
	flex-wrap: nowrap;
}

#header .extra-navigation>ul>li {
	position: relative;
	height: 100%;
	align-items: center;
	order: 100;
}

#header .extra-navigation>ul>li:first-of-type {
	margin-left: auto;
}

#header .extra-navigation>ul>li.left {
	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>li>a {
	display: block;
	padding: 12px 10px;
}

#header .extra-navigation ul.hover-menu {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	border: 1px solid #eee;
	z-index: 99999;
	margin: -5px;
	left: 50%;
	transform: translateX(-50%);
}

#header .extra-navigation ul.hover-menu li {
	padding: 5px;
}

#header .extra-navigation ul.hover-menu li a {
	display: block;
	color: #777;
	font-weight: 400;
	padding: 0;
	width: 100%;
}

#header .extra-navigation ul.hover-menu li a:hover {
	text-decoration: underline;
}

#header .extra-navigation ul.hover-menu .hover-inner {
	padding: 10px;
}

@media (max-width: 991px) {
	#header .extra-navigation .inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	#header .extra-navigation ul li.item:hover>.hover-menu {
		display: block;
	}
}


/* Header - End */


/* 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: -webkit-box;
	display: -ms-flexbox;
	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 {
	-webkit-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	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;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#footer .footer-top .footer-col.col-help {
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

#footer .footer-top .standard-input {
	min-width: 240px;
	max-width: 240px;
	height: 40px;
	font-size: 14px;
}

#footer .footer-top .btn {
	height: 40px;
	padding: 0 25px;
	border-radius: 0;
}

#footer .footer-top .col-help .help-top .general-content {
	font-size: 1em;
	max-width: 450px;
	color: #333;
}

#footer .footer-top .col-help .help-bottom {
	padding-top: 30px;
}

#footer .footer-top .col-help .help-bottom ul.help-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	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: -webkit-box;
	display: -ms-flexbox;
	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: -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-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 {
	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 {
	line-height: normal;
	display: flex;
/* 	align-items: center; */
}

#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 {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 5px;
  margin-top: 4px;
/*   margin-top: -2px; */
}

#footer .footer-top .col-socialmedia {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#footer .footer-top .col-reviews-social .social-col {
	margin-top: 20px;
}

#footer .footer-top .social-col ul.social-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -10px;
}

#footer .footer-top .social-col ul.social-items li {
	padding: 10px;
}

#footer .footer-top .social-col ul.social-items li a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .footer-top .social-col ul.social-items li a:hover {
	text-decoration: none;
}

#footer .footer-top .social-col ul.social-items li i {
	font-size: 1.75em;
	-webkit-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	transition: 0.15s all ease-in-out;
}

#footer .main-footer {
	position: relative;
	overflow: hidden;
}

#footer .main-footer .columns.space-around {
	-ms-flex-pack: distribute;
	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 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer .footer-top .footer-col,
	#footer .footer-top .footer-col.col-help {
		-webkit-box-flex: unset;
		-ms-flex: unset;
		flex: unset;
	}
	#footer .footer-top .col-help .help-bottom ul.help-contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		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) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 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 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	#footer .footer-top .social-col ul.social-items li:hover i {
		color: #333;
	}
}


/* Footer - End */


/* Product Detail Page - Start */

.product-detail .info .cart .add-cart img {
/* 	width: 25px; */
	margin-left: 10px;
}

.product-detail .info .product-delivery i {
	font-size: 1.3em;
}

.product-detail .images {
	position: relative;
}

.product-detail .images .thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	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: -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;
	font-size: 2em;
	color: #fff;
	font-weight: 700;
}

.product-detail .korting-lines {
	padding-top: 30px;
}

.product-detail .korting-lines a {
	background: #eee;
	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 {
	color: #1abc9c;
	width: 30px;
	display: inline-block;
}

@media (max-width: 1199px) {
	.product-detail .images .thumbs .item .thumbs-count {
		font-size: 1.7em;
	}
}


/* Product Detail Page - End */


/* Products - Start */

.products .product .product-inner.border-allways,
.products .product-list .product-inner.border-allways {
	-webkit-transition: 0.15s all ease-in-out;
	-o-transition: 0.15s all ease-in-out;
	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: 25px 0;
}

@media (max-width: 767px) {
	.products .product-list .info {
		padding: 35px 0 15px 0;
	}
}

.products .product .info .price,
.products .product-list .info .price {
	font-size: 1.2em;
}

@media (max-width: 767px) {
	.products .product .info .price,
	.products .product-list .info .price {
		font-size: 1em;
	}
}

#productpage .product-configure-variants {
	display: none;
}

#productpage .bulk-table table {
	width: 100%;
}

#productpage .bulk-table table tr th,
#productpage .bulk-table table tr td {
	padding: 10px 15px;
}

#productpage .bulk-table table tr td.length {
	white-space: nowrap;
}

#productpage .bulk-table table tr.out-of-stock {
	opacity: 0.4;
	pointer-events: none;
}

#productpage .bulk-table table tr th {
	background: #373c40;
	color: #fff;
}

#productpage .bulk-table table tr td {
	background: #fff;
}

#productpage .bulk-table table tr:nth-child(odd) td {
	background: #eaeaea;
}

#productpage .bulk-table table tr td.price-td {
	font-weight: 700;
	white-space: nowrap;
}

#productpage .custom-input-wrap {
	display: flex;
}

#productpage .custom-input-wrap input {
	min-width: 40px;
	max-width: 40px;
	border: 1px solid #eee;
	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 {
	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;
	align-items: center;
	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-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.6);
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#productpage .product-customer-photos .photos .video a:hover i {
  background: rgba(0, 0, 0, 0.7);
}

#productpage .product-customer-photos .photos .video a i {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  font-size: 3em;
  transition: all ease .2s;
}

#productpage .product-customer-photos .photos .small-customer-images .video a i {
  font-size: 1.5em;
}

#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 .photos .big-customer-image {
	padding: 0;
	width: 40%;
}

#productpage .product-customer-photos .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;
	font-weight: 700;
	opacity: 1;
	border-left: 1px solid #eaeaea;
	padding-left: 8px;
	margin-left: 8px;
}

#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 {
	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 {
		margin-bottom: 0px;
	}
	#productpage .product-customer-photos .photos .big-customer-image,
	#productpage .product-customer-photos .photos .small-customer-images {
		width: 100% !important;
	}
	#productpage .product-customer-photos .photos .small-customer-images {
		margin-left: unset;
	}
	#productpage .product-customer-photos .photos {
		flex-direction: column;
	}
  
  /* customer photos mobile - start */
  #productpage .mobile-tabs a.customer-photos-mobile {
    border: none;
  }
  #productpage .product-customer-photos.mobile-carousel {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }
  #productpage .product-customer-photos.mobile-carousel .photos-outer {
    padding-top: 0;
    background: white;
  }
  #productpage .product-customer-photos.mobile-carousel .photos a {
    padding: 0;
    border: none;
  }
  #productpage .product-customer-photos.mobile-carousel .photos .small-customer-images .photo {
    width: 100%;
    display: block;
  }
  #productpage .product-customer-photos.mobile-carousel .photos .small-customer-images .owl-dots {
    margin: 15px auto 0;
  }
  /* customer photos mobile - end */
  
	#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 {
		width: 100%;
	}
	#productpage .product-usage .usage-wrap li {
		align-items: baseline;
		text-align: left;
	}
	.fancybox-slide #login-popup {
		left: 0;
		margin: 0;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	#productpage .product-usage,
	#productpage .product-proscons,
	#productpage .product-customer-photos {
		margin-bottom: 0px;
	}
}

@media (max-width: 1499px) {
	#productpage .info-nav-bar .info-nav li:not(:last-child) {
		margin-right: 30px;
	}
}


/* Product Page - End */


/* Product Labels - Start */

.products .product .product-label,
.products .product-list .product-label {
	padding: 5px 10px;
	text-transform: none;
	font-size: .95em;
	letter-spacing: 0.05em;
	height: auto;
}

.product-labels-custom {
	position: absolute;
	color: white;
	font-size: .95em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 5px 10px;
	top: 10px;
	left: 10px;
	border-radius: 5px;
	z-index: 50;
	max-width: calc(100% - 20px);
}

.product-labels-custom.right {
	left: auto;
	top: 25px;
	right: 25px;
}

@media (max-width: 767px) {
	.product-labels-custom.right {
		left: 10px;
		top: 8px;
		right: auto;
	}
}


/* Product Labels - End */


/* Cart */

#cart-popup .close-cart {
	position: absolute;
	right: 25px;
	font-size: 1.5em;
	color: gray;
	top: 25px;
}


/* Product overview */

.sm-product-text {
	min-height: 20px;
	color: #535353;
	font-size: 0.75em;
	margin: 10px 0 0 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 1;
}

.usp-bar a {
	display: flex;
	align-items: baseline;
	justify-content: center;
	text-decoration: none !important;
}

/* .general-content ul.client-photos {
	margin: -20px 0 20px 0;
} */

.general-content ul.client-photos a {
	text-decoration: underline;
}

.general-content ul.client-photos a:hover {
	text-decoration: none;
}

.general-content li {
	line-height: 2em;
	font-size: 0.97em;
}



.warnings-stock .warning {
	background: #dd3b10;
	padding: 7px 15px;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 10px;
}

.special-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	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;
}

/* 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';
}
