/* 20250418133522 - 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: #0a8de9;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.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: #76c61b;
}

/* custom */
/* .wsa-demobar {
  font-size: 2em !important;
  color: #ffffff !important;
  padding-top: 200px;
  height: 100% !important;
  background: #5f1546 !important; 
  background: -moz-linear-gradient(top, #5f1546 0%, #5f1546 100%) !important; 
  background: -webkit-linear-gradient(top, #5f1546 0%,#5f1546 100%) !important; 
  background: linear-gradient(to bottom, #5f1546 0%,#5f1546 100%) !important;
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
} */

.wsa-demobar {
	display:none;
}
body {
	margin-top:0 !important;
}

.alertbar {
	box-shadow: 0 4px 3px rgba(2,0,0,0.10);
  transition: box-shadow .2s ease-in-out;
  transition-delay:.2s;
}

#header.fixed .alertbar {
	box-shadow:none;
}

#landing-page .overlay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--rgb_darkBlue),0.00 );
}


element {

}
#landing-page .title {

    font-size: 60px;

}
/* h1, h2, h3, h4, h5, h6, .gui-page-title, .title-font {

    font-family: "Rubik", Helvetica, sans-serif;
    font-weight: 500;

} */
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#landing-page .text {

    color: #000000;

}

#landing-page .social-wrap li i {
    min-height: 50px;
    max-height: 50px;
    min-width: 50px;
    max-width: 50px;
    background: var(--purple);
    color: #fff;
  }

#productpage .bundle-option-inner .product-configure .ui.selection.dropdown .menu>.item {
	height: auto;
}

#productpage .bundle-option-inner .product-configure .ui.selection.dropdown >.text {
	height: 45px;
  overflow: hidden;
}

@media (min-width: 992px) {
	.bundle-products .bundle-product {
		flex: 1;
	}
}

@media (min-width: 768px) {
  .bundle-products .image-wrap .product-title {
  	font-size: 0.8em;
  } 	
  .bundle-products .image-wrap {
  	padding: 0px 10px;
    padding-bottom: 10px;
  }
  .mdloyalty-launcher {
   bottom: 5rem !important;
  }
}

/* Start aanpassingen 11-01-2021 - Shopmonkey */
#header .main-menu .main-nav > li.item-right {
	margin-left: auto;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a > i {
	margin-right: 5px;
  font-size: 1.1em;
}

#header .main-menu .main-nav > li i.custom-icon {
	margin-right: 7px;
  font-size: 1.1em;
  margin-top: -0.1em;
}
#collection .cat-slider-large-title {
	font-size: 1.2em;
  margin-bottom: 10px;
}
#collection .collection-cat-slider-large{
  position: relative;
}
#collection .collection-cat-slider-large .cat-product-wrap{
	margin: -5px;
  display: flex;
}
#collection .collection-cat-slider-large .category-small{
	padding: 5px;
}
#collection .collection-cat-slider-large .category-small .image-wrap{
  min-width: 100%;
  max-width: 100%;
}
#collection .collection-cat-slider-large .category-small .inner{
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #eee;
  flex-direction: column;
}
#collection .collection-cat-slider-large .category-small.active .inner {
	border-color: var(--purple); 
  border-width: 2px;
}
#collection .collection-cat-slider-large .category-small .title{
	color: rgba(0,0,0,0.7);
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  #collection .collection-cat-slider-large .category-small .title {
  	white-space: normal;
    font-size: 0.8em;
  }
}
#collection .collection-cat-slider-large .owl-stage-outer,
#collection .collection-cat-slider-large .owl-stage{
	display: flex;
  align-items: stretch;
}
/* #collection .collection-cat-slider-large .owl-stage-outer{
	padding: 0 35px;
} */
#collection .collection-cat-slider-large{
	position: relative;
}
#collection .collection-cat-slider-large .owl-nav .owl-prev,
#collection .collection-cat-slider-large .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	display: flex;
  align-items: center;
  min-height: 30px;
  max-height: 30px;
  min-width: 30px;
  max-width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #000;
}
#collection .collection-cat-slider-large .owl-nav .owl-prev{
	left: 0;
}
#collection .collection-cat-slider-large .owl-nav .owl-next{
	right: 0;
}
#collection .collection-cat-slider-large .owl-nav .owl-prev.disabled,
#collection .collection-cat-slider-large .owl-nav .owl-next.disabled{
	pointer-events: none;
  color: rgba(0,0,0,0.7);
}

#footer .footer-bottom .footer-bottom-links {
  justify-content: center;
  flex-wrap: wrap;
}

.bundle-products .bundle-product .inner {
	flex-direction: column;
  padding: 0;
}

.bundle-products .bundle-product:not(.main-product) .inner {
	border: 2px solid #eee;
  position: relative;
}

.bundle-products .image-wrap {
	border: none;
  padding: 0;
}

.bundle-products .bundle-product .info-wrap {
	padding: 15px;
}

@media (max-width: 767px) {
  .bundle-products .bundle-product {
  	width: 100%;
  }
  
  .bundle-products .bundle-product .inner {
		flex-direction: row;
  }
  
  .bundle .bundle-option .button {
  	margin-top: 0px;
  }
  
  .bundle .product-configure-variants {
  	padding: 0;
  }
  
  .bundle .bundle-option label {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .bundle .bundle-option .ui.selection.dropdown {
  	height: 40px !important;
    line-height: 40px !important;
  }
  
  .bundle-products .image-wrap {
  	min-width: 140px;
    max-width: 140px;
  }
  
  .bundle-products {
  	margin: -5px;
  }
  
  .bundle-products .bundle-product {
  	padding: 5px;
  }
}

.top-10-btn-wrap {
  display:flex;
  flex-wrap:wrap;
  margin:-5px;
}

.top-10-btn-wrap .button-wrap {
	padding:5px;
}

.top-10-btn-wrap .btn:not(.open-filters) {
	height: 38px;
  padding: 0 20px;
  border: 1px solid var(--purple);
  color: var(--purple);
  background: transparent;
  box-shadow: 1px 1px 2px 0px rgb(86 28 68 / 40%);
  font-weight: normal;
  border-radius: 19px;
}

.top-10-btn-wrap .btn:not(.open-filters) span {
	font-weight: 500;
  padding-right: 3px;
}

.top-10-btn-wrap .btn:not(.open-filters) i {
	font-size: 1.2em;
  margin-left: 7px;
}
.top-10-btn-wrap .netflix-btn span{
	padding-right: 0;
  padding-left: 3px;
}

.top-10-btn-slider.owl-carousel .owl-stage {
	display:flex;
}

@media(max-width:767px) {
  .top-10-btn-wrap {
  	height:48px;
    overflow:hidden;
  }
}

.products .list-product {
	padding: 10px;
}

.products .list-product .rank {
	position: absolute;
  min-width: 35px;
  padding: 0px 3px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  background: var(--darkBlue);
  top: 0;
  left: 0;
  transform: translate(-50%, -30%);
  border-radius: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .products .list-product .rank {
  	left: 7px;
    top: 0px;
  }
}

.products .list-product .inner {
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
  background: #fff;
  display: flex;
  position: relative;
}

.products .list-product .image-wrap {
	min-width: 250px;
  max-width: 250px;
}

.products .list-product .add-wish {
  position: absolute;
  top: 15px;
  right: 15px;
  min-height: 36px;
  max-height: 36px;
  min-width: 36px;
  max-width: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.07);
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.products .list-product .info {
	flex-grow: 10;
  padding: 30px;
  padding-right: 0;
}

.products .list-product .info .product-title {
  font-weight: 600;
  color: var(--darkBlue);
  font-size: 1.3em;
  line-height: 1.3em;
}

.products .list-product .info .stars {
  margin-top: 5px;
}

.products .list-product .info .specs-wrap {
  margin-top: 10px;
  font-size: .9em;
}

.products .list-product .info .specs-wrap tr td {
	padding-top: 5px;
}

.products .list-product .info .specs-wrap tr td:first-child {
	font-weight: 500;
}

.products .list-product .info .specs-wrap tr td:last-child {
  padding-left: 25px;
}

.products .list-product .info .text-link {
	font-size: .9em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: var(--purple);
}

.products .list-product .info .text-link i {
	font-size: 1.1em;
  margin-left: 5px;
}

.products .list-product .order-box {
	min-width: 400px;
  max-width: 400px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.products .list-product .price {
	display: flex;
  align-items: center;
  font-size: 1.2em;
}

.products .list-product .price .price-new {
  color: #000;
  font-weight: 500;
}

.products .list-product .price .price-old {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 11px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.products .list-product .stock-wrap {
	margin: 15px 0;
}

.products .list-product .stock {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.products .list-product .stock i {
  margin-right: 5px;
  font-size: 20px;
}

.products .list-product .stock.available {
	color: var(--green);
}

.products .list-product .stock.unavailable {
	color: var(--red);
}

.products .list-product .btn {
  width: 100%;
}

.products .list-product .btn.add-cart {
	background: var(--green);
}

@media (max-width: 1199px) {
  .products .list-product .image-wrap {
  	min-width: 200px;
    max-width: 200px;
  }
  
  .products .list-product .info {
  	padding: 20px;
    padding-right: 0;
  }
  
  .products .list-product .info .product-title {
  	font-size: 1.2em;
  }
  
  .products .list-product .order-box {
  	min-width: 300px;
    max-width: 300px;
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .products .list-product .inner {
  	flex-wrap: wrap;
  }
  
	.products .list-product .order-box {
    min-width: 100%;
    max-width: 100%;
  }
  
  .products .list-product .image-wrap {
    min-width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 499px) {
  .products .list-product .image-wrap {
  	min-width: 100%;
    max-width: 100%;
    padding: 0 25%;
  }
  
  .products .list-product .info {
  	min-width: 100%;
    max-width: 100%;
    padding: 15px;
    padding-bottom: 0;
  }
  
  .products .list-product .inner {
  	flex-direction: column;
  }
  
  .products .list-product .order-box {
  	padding: 15px;
  }
}

.add-to-wishlist.in-wishlist i {
	color: var(--purple) !important;
  animation: wishlistAdded .3s ease-in-out;
  animation-iteration-count: 1;
}

.add-to-wishlist.in-wishlist i:before {
	content: '\ecea';
}

@keyframes wishlistAdded {
  from {opacity: 1; transform: scale(0);}
  to {opacity: 0; transform: scale(1.2);}
}

.ui.selection.dropdown .menu {
	max-height: 14em;
}

.list-product-small .number {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  z-index: 9;
  border: 2px solid #eee;
}

#header .main-menu .main-nav .vertical-menu-wrap {
	min-width: 1100px;
  max-width: 1100px;
}
#header .main-menu .main-nav .brands-overview .vertical-menu-wrap {
  min-width: 300px;
  max-width: 300px;
}

#header .main-menu .main-nav .vertical-menu-wrap .btn-wrap {
	padding-left: 30px;
  padding-top: 20px;
}

#header .main-menu .main-nav .vertical-menu-wrap .menu {
	padding-top: 20px;
  display: flex;
  padding-right: 0;
}
#header .main-menu .main-nav .brands-overview .vertical-menu-wrap .menu {
	width: 100%; 
}

#header .main-menu .main-nav  .vertical-menu-wrap .menu > div {
	width: 55%;
}

#header .main-menu .main-nav .vertical-menu-wrap .menu .menu-inner {
	width: 45%;
}
#header .main-menu .main-nav .brands-overview .vertical-menu-wrap .menu .menu-inner {
	width: 100%; 
}

#header .main-menu .main-nav .vertical-menu-wrap .menu .subs-col {
	margin: -69px 0px -30px 0px;
  height: calc(100% + 99px);
  display: none;
}

#header .main-menu .main-nav .vertical-menu-wrap .menu .subs-col.active {
	display: flex;
}
#header .main-menu .main-nav .brands-overview .vertical-menu-wrap .menu .subs-col {
  margin: -20px 0px -30px 0px;
  height: calc(100% + 50px);
}

#header .main-menu .main-nav .vertical-menu-wrap .menu .subs-col.first-subs-col {
  border-right: 1px solid #f7f7f7;
}

#header .main-menu .main-nav .vertical-menu-wrap .menu .subs-col ul {
	margin: 0;
}

#header .main-menu .main-nav .vertical-menu-wrap .menu ul li a.active {
 	text-decoration: underline; 
}

#header .main-menu .main-nav .vertical-menu-wrap .menu-left.no-border {
	border: none;
}

#header .main-menu .main-nav .vertical-menu-wrap .btn-wrap .btn.new-btn {
	background: none;
  height: auto;
  padding: 0;
  font-size: 1.2em;
  text-decoration: underline;
  color: var(--purple);
}

#header .main-menu .main-nav .vertical-menu-wrap .btn-wrap .btn.menu-button {
	padding: 0px 12px;
  height: 30px;
  border-radius: 30px;
  margin-right: 15px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

#header .main-menu .main-nav .vertical-menu-wrap .btn-wrap .btn.menu-button:hover {
	background: #1b2c35;
  color: #fff !important;
}



#header .main-menu .main-nav .vertical-menu-wrap ul.main {
	display: inline-block;
}

#header .main-menu .main-nav .vertical-menu-wrap ul.main li:hover > .subs {
	display: block;
}

#header .main-menu .main-nav .vertical-menu-wrap .subs {
  display: none;
    background: #f7f7f7;
  padding: 20px;
  padding-top: 69px;
  opacity: 1;
  width: 100%;
  box-shadow: -4px 0px 3px 0px rgb(230 230 230 / 75%);
/*   border-left: 3px solid #eee; */
/*   position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  padding-left: 20px; */
}
#header .main-menu .main-nav .brands-overview .vertical-menu-wrap .subs {
  padding-top: 20px;
}

#header .main-menu .main-nav .vertical-menu-wrap .subs.active {
	display: block;
}

#header .main-menu .main-nav .vertical-menu-wrap .subs ul:empty {
	display: none;
}

.mobile-menu .new-btn {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 0 15px;
}

#blog .complete-article .comments-block .comments .comment.admin .comment-inner {
  width: 80%;
  margin-left: auto;
  background: var(--purple);
  color: #fff;
  position: relative;
  margin-right: 20px;
}

#blog .complete-article .comments-block .comments .comment.admin .comment-title {
	color: #fff;
}

#blog .complete-article .comments-block .comments .comment.admin .comment-inner:after {
	width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 20px solid var(--purple);
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
}

#blog .blog-newsletter {
  padding: 30px;
  background: #f7f7f7;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#blog .blog-newsletter .title {
	font-size: 1.2em;
  color: var(--purple);
}

#blog .blog-newsletter .text {
  margin: 5px 0 20px 0;
  font-size: 14px;
}

#blog .blog-newsletter form {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
}

#blog .blog-newsletter form input {
	flex-grow: 10;
  height: 55px;
}

@media (max-width: 991px) {
	#blog .blog-newsletter form input {
  	height: 50px;
  }
}

@media (max-width: 767px) {
	#blog .blog-newsletter {
    padding: 20px;
  }
  
  #blog .blog-newsletter .title {
		font-size: 1.1em;
  }
  
	#blog .blog-newsletter form input {
  	height: 45px;
  }
  
  .wwk-modal__container {
  	max-width: calc(100vw - 30px) !important;
  }
  
  .wwk-modal__close {
  	font-size: 28px;
  }
}

.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:600;
  margin-bottom:5px;
}

.recent-orders .recent-order .btn {
	padding:0;
  width:40px;
  height:40px;
  color: #fff;
}

.recent-orders .recent-order .status-label {
  display: inline-block;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 13px;
	font-weight: 600;
}

.recent-orders .recent-order .status-label.success {
	background: var(--green);
}

.recent-orders .recent-order .status-label.warning {
	background: #ff8400;
}

.recent-orders .recent-order .status-label.error {
	background: var(--red);
}

.recent-orders-block .btn {
	margin-top: 30px;
  color: #fff;
}

/* [aria-labelledby="gui-account-recent-orders-block-title"],
[aria-labelledby="gui-account-orders-info-title"] {
	display: none;
} */

@media (max-width: 767px) {
  .recent-orders .recent-order .inner {
    padding: 20px 20px;
  }
	.recent-orders .recent-order .order-label {
  	font-size:10px;
  }
  .recent-orders .recent-order .title {
  	font-size:13px;
  }
  .recent-orders .recent-order .btn {
  	width:28px;
    height:28px;
    margin-top: 19px;
  }
  .recent-orders {
  	margin:-5px;
  }
  .recent-orders .recent-order {
  	padding:5px;
  }
  
  .recent-orders .recent-order .col.mobile-last {
  	order: 5;
  }
  
  .recent-orders .recent-order .col {
	flex:auto;
  padding: 5px;
}
  
  .recent-orders .recent-order .inner {
  	flex-wrap: wrap;
  }
  
}
/* End aanpassingen 11-01-2021 - Shopmonkey */

@media (max-width: 991px) {
	#productBulk .bulk-product .order-box {
    margin-top: 0px;
  } 
}

.wishlist-block .wishlist-item {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 0.95em;
}

.wishlist-block .wishlist-item > div {
	display: flex;
  align-items: center;
}

.wishlist-block .wishlist-item .wishlist-item-right {
	margin-left: 20px;
}

.wishlist-block .wishlist-item .product-image {
	margin-right: 15px;
}

.wishlist-block .wishlist-item .product-image img {
	max-width: 80px;
}

.wishlist-block .wishlist-item .product-title {
	display: flex;
  flex-direction: column;
}

.wishlist-block .wishlist-item .product-title .product-title-link {
	color: #000;
  font-weight: 500;
}

.wishlist-block .wishlist-item .product-title .remove-wishlist {
	text-decoration: underline;
  font-size: 13px;
  color: #adadad;
  margin-top: 5px;
}

.wishlist-block .wishlist-item .add-cart-wrap {
	margin: 0px 0px 0px 20px;
}

.wishlist-block .wishlist-item .add-cart-wrap .add-cart {
	background: var(--green);
  color: #fff;
}

.wishlist-block .wishlist-item .add-cart-wrap .disabled {
	background: #aaa;
  color: #fff;
}

.wishlist-block .wishlist-item a {
	color: #666;
}

.wishlist-block .wishlist-item .price .new-price {
  color: #000;
  font-weight: 500;
}

div[aria-labelledby="gui-account-product-wishlist-title"] {
	display: none;
}

.gui-wishlist .gui-buttons {
	display: flex;
  align-items: center;
  justify-content: space-between;
}

.gui-wishlist .gui-buttons .btn {
	background: var(--green);
  color: #fff;
}

.gui-wishlist .gui-buttons .gui-clear {
	display: none;
}

.wishlist-i-inner {
	position: relative;
}

.wishlist-i-inner [data-wishlist-items] {
	position: absolute;
    top: -7px;
    right: -7px;
    min-width: 19px;
    max-width: 19px;
    height: 19px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: var(--purple);
    border-radius: 50%;
    font-size: 10px;
    border: 2px solid #fff;
}

@media (max-width: 991px) {
  .wishlist-block .wishlist-item {
  	flex-direction: column;
  }
  
  .wishlist-block .wishlist-item .wishlist-item-right {
  	margin-left: 0;
    margin-top: 15px;
    justify-content: space-between;
    width: 100%;
  }
}
@media(max-width: 767px){
	.mobile-bar .wishlist-i-inner{
  	height: 19px;
  }
}
.cart-review-widget {
	margin-top: 25px;
}

#productpage .images-wrap .images .main-img.video-image {
	display: flex;
}

#productpage .images-wrap .images .main-img.video-image:after {
	content: '';
  display: block;
  padding-top: 100%;
}

#productpage .images-wrap .video-thumb {
	position: relative;
}

#productpage .images-wrap .video-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  color: #fff;
}

#productpage .images-wrap .video-thumb:after {
	content: '';
  display: block;
  padding-top: 100%;
}

/* @media (max-width: 991px) {
  #productpage .images-wrap .images .main-img.video-image {
      padding: 5% 15%;
  }
} */

.product-variants-bulk {
	margin-top: 10px;
}

.product-variants-bulk .bulk-variants-dropdown {
	width: 100%;
}

.collection-content.general-content.collection-top-content {
	margin-top: -15px;
  margin-bottom: 30px;
}

@media (max-width: 991px) and (min-width: 768px) {
	#launcher {
    bottom: 60px !important;
  }
}
@media(max-width: 1199px){
	.mobile-menu ul.merken-menu{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  #header .topbar .usp-wrap li {
  	width: 100%;
  }
}

/* .content p iframe {
	max-width: 100%;
  height: auto;
} */

/* Filter sidebar aanpassingen */
/*#collection .sidebar-col .filter-wrap:last-child {
  border-bottom: 1px solid #eee;
} */

#collection .sidebar-col .bottom-wrap {
  padding: 20px;
  background: #f7f7f7;
  margin-top: auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px -2px 17px -1px rgba(0,0,0,0.1); 
  box-shadow: 0px -2px 17px -1px rgba(0,0,0,0.1);
  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;
}

#collection .sidebar-col .bottom-wrap .submit-filters.btn {
	height: 45px;
  padding: 0 15px;
}

#header .hallmarks-wrap,
.mobile-menu .hallmarks-mobile .hallmarks-wrap {
	display: flex;
  align-items: center;
  margin: 0 -7px;
}

#header .hallmarks-wrap a,
.mobile-menu .hallmarks-mobile .hallmarks-wrap a{
	display: block;
  padding: 0 7px;
}

#header .hallmarks-wrap a img,
.mobile-menu .hallmarks-mobile .hallmarks-wrap a img{
  width: auto;
  height: 35px;
}

/* #header.header-2022 .hallmarks-wrap a img {
	height: 27px;
} */

#header .hallmarks-wrap a img.high-hallmark {
	height: 40px;
}

#header .hallmarks-wrap .bekend-van {
	font-weight: 500;
  font-size: 0.75em;
  margin-right: 5px;
  color: var(--purple);
}

#header.header-2022 .hallmarks-wrap {
  margin-left: 30px;
}

.mobile-menu .hallmarks-mobile {
	padding: 0 15px 15px 15px;
}

@media (max-width: 1399px) {
	#header .main-header .search-bar form input {
    min-width: 380px;
  }
}
#organizers-page .map-search .map-block-inner{
	position: relative;
}
#organizers-page .map-search .map-wrap.active{
	display: flex;
}
#organizers-page .map-search .map-wrap{
	display: none;
}
#organizers-page .map-search .map-block-inner .custom-select{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.organizer-images .organizer-images-inner {
	display: flex;
	flex-wrap: wrap;
  margin: -7px;
}

.organizer-popup .organizer-images .organizer-images-inner a {
	padding: 7px;
  width: 50%;
}

@media (max-width: 767px) {
  #organizers-page .map-search .map-block-inner .custom-select {
  	min-width: 130px;
  }
  
  #footer .footer-top .inner {
  	padding: 0px;
  }
  
  #footer .footer-top .usp-wrap li a {
    justify-content: center;
    padding: 30px 0px;
  }
}

#productpage .mobile-specs .specs .spec{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2.1em;
  margin: -5px;
}
#productpage .mobile-specs .specs .spec .name,
#productpage .mobile-specs .specs .spec .value{
	padding: 5px;
}
#productpage .mobile-specs .specs .spec .value a{
	text-decoration:underline;
}
#productpage .mobile-specs .specs .spec.spec-cats{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#productpage .mobile-specs .specs .spec .name{
	font-weight: 500;
  color: var(--purple);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
#productpage .mobile-specs .specs .spec .name img{
	width: 14px;
}
#productpage .mobile-specs .specs .spec .name .duurzaam-img img{
	width: 100%;
}
#productpage .mobile-specs .specs .spec .name a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#productpage .mobile-specs .specs .spec .name .no-link-icon i{
  margin-left: 3px;
  font-size: 11px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#productpage .mobile-specs .specs .spec .name i{
	margin-right: 10px;
  font-size: 24px;
}
#productpage .mobile-specs .specs .spec .divider{
	margin-right: 3px;
}
#productpage .mobile-specs .specs .spec-info-placehold{
	width: 24px;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  #header.header-2022 .main-header .header-col.logo-col {
  	margin: 0;
  }
}

/* @media (max-width: 767px) {
  #productpage .cart-dev:not(.static) .product-quantity-select .custom-select .menu {
    top: auto;
    bottom: 100%;
  }
} */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}
