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

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

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

.gui a {
  color: #222222;
}

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

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

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

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

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

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

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

.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: #ebebeb;
  color: #222222;
  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: #bcbcbc;
}

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

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

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

/* custom */
.module-news {
	display:none;
}

/* Sharlene Lightspeed - Winkelwagen pagina kortingscode + cadeaubon veld standaard tonen */
#cartpage .totals-wrap .d-none {
display: block!important;
}

#cartpage i {
display: none!important;
}

#cartpage .totals-wrap.row label {
margin-top: 10px!important;
}
/* End - Sharlene Lightspeed - 29 sep 2021 */

#giftcard-add-to-cart{
	background: rgba(0, 0, 0, 0.65)!important;
	color: #fff !important;
}
.hero-content-left{
  background:black!important;
  padding:1em!important;
  padding-left:0.1em!important;
  max-width:480px!important;
}
.hero-content-right{
  background:black!important;
  padding:1em!important;
  padding-left:0.1em!important;
  max-width:480px!important;
}

.hero-content-left h2, .hero-content-right h2{
  font-size:80px!important;
  color:white;
}

.footer_logo_custom{
  max-width:360px;
  min-width:280px; 
  min-height:60px; 
  display:none; 
  float:right; 
/* Newsletter promo image */
  background-image:url('https://cdn.webshopapp.com/shops/273329/themes/153281/assets/promo-image.png?20190313104126'); 
  background-size:contain; 
  background-repeat:no-repeat; 
  background-position:top right;
}

.sticky-cart-wrap {
	display:none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999999;
  -webkit-box-shadow: -2px 7px 6px 0px rgba(242,242,242,1);
  -moz-box-shadow: -2px 7px 6px 0px rgba(242,242,242,1);
  box-shadow: -2px 7px 6px 0px rgba(242,242,242,1);
}

.sticky-cart-wrap.open {
 display: block; 
}


.sticky-cart-wrap .sticky-cart-content {
  display: flex;
  justify-content: space-between;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-left {
 	flex: 1;
  display: flex;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-right {
 	flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-right .wishlist-sticky {
 	padding: 14px 16px;
  margin-left: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 5px;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-right .product-cta {
  align-items: center;
  display: flex;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-right .product-cta .quantity-selector {
  border-bottom: 0;
  position: relative;
  display: block;
  width: unset;
  padding: 7px;
  background: rgba(0,0,0,0.2);
  border-radius: 5px;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-right .product-cta .sticky-cart-btn {
  display: flex;
  padding: 15px;
  background: #FFFFFF;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

.sticky-cart-wrap .sticky-cart-content .sticky-cart-left .product-info {
 	display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px; 
}

@media(max-width: 767px){
  
  .sticky-cart-wrap {
  	top: unset;
  	bottom: 0;
  	-webkit-box-shadow: 1px -6px 5px 0px rgba(242,242,242,1);
		-moz-box-shadow: 1px -6px 5px 0px rgba(242,242,242,1);
		box-shadow: 1px -6px 5px 0px rgba(242,242,242,1);
  }
  
  .sticky-cart-wrap .sticky-cart-content .sticky-cart-left .product-image > img {
    width: 75px;
  }
  
  .sticky-cart-left .product-info .price {
    font-size: 12px;
  }
  
  .sticky-cart-wrap .sticky-cart-content .sticky-cart-left .product-info {
    font-size: 12px;
  }
  
  .sticky-cart-wrap .sticky-cart-content .sticky-cart-right .product-cta .quantity-selector {
    height: 30px;
    padding: unset;
    width: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .sticky-cart-wrap .sticky-cart-content .sticky-cart-right .product-cta .sticky-cart-btn {
  	padding: 8px;
    font-weight: 600;
    font-size: 10px;
  }
  
  .sticky-cart-wrap .sticky-cart-content .sticky-cart-right .wishlist-sticky {
   	padding: 5px 8px;
    margin-right: 10px;
    font-size: 12px;
  }
}

.collection-content-custom {
	margin-top: -30px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
	.container-sm {
		max-width: 100%;
	}	
}

@media (max-width: 767px) {
	.collection-content-custom {
	margin-top: 0px;
}
}
/* Justin@Shopmonkey - 10/06/2021 - Sticky cart - Start */
.product .sticky-product{
	background: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #41414126;
  z-index: 999;
}
.product .sticky-product .inner{
  padding: 20px 0;
  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;
  width: 100%;
}
.product .sticky-product .product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .sticky-product .product .product-title-wrap{
  margin-left: 10px;
}
.product .sticky-product .product .product-title-wrap .title{
	font-size: 1.1em;
  margin-bottom: 5px;
}
.product .sticky-product .product .price-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .sticky-product .product .price-wrap .old-price{
  text-decoration: line-through;
  font-size: 90%;
  margin-right: 10px;
}
.product .sticky-product .cart-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.product .sticky-product .cart-wrap .btn--wishlist{
	margin-left: 5px;
  min-height: 43px;
  max-height: 43px;
}
.product .sticky-product .cart-wrap .cart{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .sticky-product .cart-wrap form{
  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%;
}
.product .sticky-product .cart-wrap .cart input{
  min-height: 43px;
  max-height: 43px;
  border: 1px solid var(--color-contrast-higher);
  margin-right: 5px;
  padding: 0;
  text-align: center;
}
.product .sticky-product .cart-wrap .cart .btn.add-cart{
  height: 43px;
}
.product .sticky-product .cart-wrap .cart .btn.add-wish{
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0;
  background: #fff;
  border: 1px solid #eee;
}
.product .sticky-product .cart-wrap .quick-checkout button{
	margin-left: 5px;
  margin-top: unset;
}
.product .sticky-product.active{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.product .sticky-product .cart-wrap .no-stock .btn--wishlist{
	margin-top: 5px;
  margin-left: unset;
}
.product .reg-form div:first-child{
  display: none;
}
@media(max-width: 767px){
	.product .sticky-product .inner{
  	padding: 10px 0;
    -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: flex-start;
  }
  .product .sticky-product .product{
  	font-size: 14px;
  }
  .product .sticky-product .product .image-wrap{
  	display: none;
  }
  .product .sticky-product .cart-wrap{
  	margin-top: 10px;
    width: 100%;
  }
  .product .sticky-product .cart-wrap .cart{
  	width: 100%;
  }
  .product .sticky-product .cart-wrap form{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .sticky-product .cart-wrap .btn--wishlist{
  	min-height: 32px;
    max-height: 32px;
  }
  .product .sticky-product .cart-wrap .cart input{
    min-height: 32px;
    max-height: 32px;
  }
   .product .sticky-product .cart-wrap .quick-checkout{
  	width: 100%;
  }
  .product .sticky-product .cart-wrap .quick-checkout button{
  	margin-left: unset;
    margin-top: 5px;
  }
  .product .sticky-product .cart-wrap .cart .btn.add-cart{
    height: 32px;
  }
}
/* Justin@Shopmonkey - 10/06/2021 - Sticky cart - End */

@media(min-width: 1000px){
#home-block-video .video-wrap > .video {
  bottom:-130px;
	max-width:60%;}
}

a.link:not(.button),
a:not([class]) {
  color: inherit !important;
}
a.link:not(.button):hover,
a:not([class]):hover {
  color: inherit !important;
}
