/* 20231006140449 - 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 */
.smartbanner {opacity: 0;transition: all .15s ease-in}
h1 { 
  
	color: #000000;
}
.gui-checkout .gui-field.gui-form-region .gui-input {
  display: none;
}
.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-option .options .option {
	padding:10px;
  width:auto;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  min-width:50%;
}
.product-option {
	margin-bottom:30px;
}
.product-option label {
	font-size:.85em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 7px;
}
.product-option .checkbox label {
  font-size: 1.2em;
  font-weight: normal;
  text-transform: inherit;
  letter-spacing: normal;
}

.product-option .ui.selection.dropdown {
	height:50px;
  line-height: 50px;
  border:none !important;
  background:#f7f7f7;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.product-option .ui.selection.dropdown>.dropdown.icon {
	height:50px;
  width:50px;
  line-height:50px;
}
#productpage .ui.default.dropdown:hover>.text, 
#productpage .ui.default.dropdown>.text, 
#productpage .ui.dropdown:hover>.default.text, 
#productpage .ui.dropdown>.default.text,
.product-option .ui.default.dropdown:hover>.text, 
.product-option .ui.default.dropdown>.text, 
.product-option .ui.dropdown:hover>.default.text, 
.product-option .ui.dropdown>.default.text {
	color: rgb(142, 142, 142);
}
.product-option .product-configure-variants,
.product-option .product-configure-custom-option {
	margin-top:20px;
}
.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-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;
} 

.sidebar .filters-box .sidebar-filters {
	margin-top:50px;
}
.sidebar .filters-box .sidebar-filters .ui.selection.dropdown {
	width:100%;
}

/* messages */
.messages {
	position:fixed;
  right:30px;
  top:30px;
  z-index:99999999999;
	background:#fff;
  padding:0px;
  width: inherit !important;
  max-width:350px !important;
  -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:1;
  visibility:visible;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.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;
}
.messages ul {
	margin:0;
  padding:0;
  list-style:none;
}
@media(max-width:767px){
  .messages {
    top:10px;
    right:10px;
    left:10px;
    width: calc(100% - 20px) !important;
    max-width: inherit !important;
  }
}
/* end messages */


/*Sander Breggeman Lightspeed 20-03-2019 Verbergen opmerkingen veld checkout*/
.gui-text{
	display: none;
}
/*Sander Breggeman Lightspeed END*/

/* .products .product .info .button.not-available {
	margin-bottom: 62px; 
} */
.products .product .info .button.not-available a.disabled {
	background: #d0d0d0;
  border-color: #d0d0d0;
}
.products .product .cart .input-wrap.disabled {
	color: #d0d0d0;
  pointer-events: none;
}
.products .product .cart .input-wrap.disabled .change a {
	color: #fff;
}

.home-text-blocks .text-blocks .text-block .info .content {
	min-height: 100px;
}
.home-text-blocks .text-blocks .text-block .info .title {
    height: 50px;
	text-overflow: ellipsis;
}

.fancy-cart-popup .add-to-cart-popup{
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

.add-to-cart-popup{
  display: none;
}

.add-to-cart-popup .popup-title{
  font-size: 22px;
  font-weight: bold;
  padding: 15px 30px;
  padding-right: 60px;
  background: #D1697E;
  color: #fff;
  text-transform: uppercase;
}

.add-to-cart-popup .popup-title .close-popup{
  position: absolute;
  height: 61px;
  width: 61px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 61px;
  font-size: 18px;
}

.add-to-cart-popup .box-content{
  display: inline-block;
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
}

.add-to-cart-popup .boxrelated{
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.add-to-cart-popup .box-content .back-button{
	display: inline-block;
  padding: 20px 0px; 
}

.add-to-cart-popup .box-content .boxproduct{
  display: table;
  width: 55%;
  float: left;
}
.add-to-cart-popup .box-content .boxproduct .image{
  display: table-cell;
  vertical-align: middle;
}
.add-to-cart-popup .box-content .boxproduct .info{
  display: table-cell;
  vertical-align: middle;
}
.add-to-cart-popup .box-content .boxproduct .info .title{
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}
.add-to-cart-popup .box-content .boxproduct .info .spec{
  font-weight: 300;
  font-style: italic;
}
.add-to-cart-popup .box-content .boxproduct .info .price{
  padding-top: 5px;
}


.add-to-cart-popup .box-content .boxcart{
  display: table;
  width: 40%;
  padding-left: 5%;
  border-left: 1px solid #eee;
  float: right;
}
.add-to-cart-popup .box-content .boxcart .title{
  font-size: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.add-to-cart-popup .box-content .boxcart .product-block{
  width: 100%;
  display: block;
	padding: 5px 0;
}
.add-to-cart-popup .box-content .boxcart .product-block .product-title{
  display: inline-block;
  text-transform: uppercase;
}
.add-to-cart-popup .box-content .boxcart .product-block .product-title a{
  font-size: 1em;
  font-weight: 700;
}
.add-to-cart-popup .box-content .boxcart .product-block .product-price{
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  float: right;
}
.add-to-cart-popup .box-content .boxcart .carttotal{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid;
}
.add-to-cart-popup .box-content .boxcart .free-product-wrap .free-product{
  display: inline-block;
  font-size: 1em;
}
.add-to-cart-popup .box-content .boxcart .free-product-wrap .remaining-price{
  display: inline-block;
  font-size: 1em;
  float: right;
}
.add-to-cart-popup .box-content .boxcart .carttotal .cartcount{
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;	
}
.add-to-cart-popup .box-content .boxcart .carttotal .cartprice{
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  float: right;
}
.add-to-cart-popup .box-content .boxcart .carttotal .boxbutton{
	text-align: center;
  padding: 15px 0px;
}
.add-to-cart-popup .box-content .boxcart .carttotal .boxbutton .btn{
  background: #2ecc71;
  font-weight: 700;
  border: 0;
  color: #fff;
  height: 42px;
  line-height: 42px;
}

.add-to-cart-popup .boxrelated .products{
  margin: 0;
}
.add-to-cart-popup .boxrelated .related-title{
  font-size: 1.4em;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
.add-to-cart-popup .boxrelated .related-product{
  border: none;
}
.add-to-cart-popup .boxrelated .related-product img{
	height: 130px;
}
.add-to-cart-popup .boxrelated .related-product .title{
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 5px;
  height: 64px;
  text-transform: uppercase;
}
.add-to-cart-popup .boxrelated .related-product .related-btn{
  height: 30px !important;
  line-height: 26px !important;
  padding: 0 15px!important;
  margin-top: 15px;
  background: transparent;
  border: 2px solid #D1697E;
  color: #D1697E;
  font-size: 12px;
}
@media (max-width: 767px){
  #productpage .product-info .product-option .product-configure .product-configure-custom-option .ui.dropdown>.text {
    white-space: nowrap;
  }
  .fancy-cart-popup .add-to-cart-popup{
    width: 340px;
  }
  .add-to-cart-popup .box-content .boxproduct{
    display: block;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    float: unset;
	}
  .add-to-cart-popup .box-content .boxcart{
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    border-left: 0;
    float: unset;
	}
  .add-to-cart-popup .popup-title{
    font-size: 16px;
  }
  .add-to-cart-popup .box-content .boxcart .title,
  .add-to-cart-popup .box-content .boxproduct .info .title{
    font-size: 1.1em;
  }
  .add-to-cart-popup .box-content .boxproduct .image img{
    width: 65%;
  }
  .add-to-cart-popup .boxrelated{
    padding-top: 0;
  }
  .add-to-cart-popup .boxrelated .related-product img{
    height: 90px;
  }
  .add-to-cart-popup .boxrelated .related-product .title{
    font-size: 1em;
  }
  #productpage .bundles .bundle .bundle-info{
    width: unset;
    padding-left: 0;
  }
}

/* Zeo aanpassingen 16-7-2018, door Feliks */
.gui-cart .gui-progressbar {display: none;}
.gui-block.gui-div-cart-shipping {display: none;}

/* Zeo aanpassingen 19-7-2018, door Feliks */
.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
    background: #2ecc71;
    font-weight: 700;
    border: 0;
    color: #fff;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    padding: 0px 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.gui a.gui-button-large.gui-button-action:active, .gui a.gui-button-small.gui-button-action:active {
    background: #2ecc71;
    font-weight: 700;
    border: 0;
    color: #fff;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    padding: 0px 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn.btn-big.scroll-bundels {
	padding: 0px 30px;
  margin-left: 12px;
  color: #e77500;
  border-color: #e77500;
  background: none;
}

@media (max-width: 991px) {
  
	.btn.btn-big.scroll-bundels {
		padding: 0px 50px;
  	margin-left: 10px;
	}
  #productpage .bundles .products-wrap.align-middle,
  #productpage .bundles .bundle-info.align-middle {
  	display: block;
  }
  
  #productpage .bundles .main-bundle-product.align-middle,
  #productpage .bundles .sub-products.align-middle {
  	    display: table-cell;
  }
  
  #productpage .bundles .bundle .bundle-wrap {
  	margin: 0;
  }
  #productpage .bundles .bundle .bundle-info {
  	width: 100%;
  }
}

@media (max-width: 767px) {
  .btn.btn-big.scroll-bundels {
  	margin-left: 0;
    margin-top: 10px;
  }
  
  #productpage .bundles .products-wrap.align-middle,
  #productpage .bundles .bundle-info.align-middle,
  #productpage .bundles .main-bundle-product.align-middle,
  #productpage .bundles .sub-products.align-middle {
  	display: block;
  }
  
}

@media (max-width: 1460px) {
  #productpage .main-product .product-info .cart .add-wishlist .add-wishlist-text {
  	display: none;
  }
  
  #productpage .main-product .product-info .cart .add-wishlist i.add-wishlist-icon {
  	margin: 0;
  }
}

/* Manouk aanpassingen 24-7-2018 */
#productpage .product-content a {color: #e77500;}

/* Feliks op 30-8-2018 */
.complete-article a {color: #D1697E;}

/* Winkelwagen - Aanpassingen n.a.v. VWO uitkomsten - 6-9-2018 */

div.gui-cart .gui-table td[colspan="2"] a {display: none;}
div.gui-cart .gui-col3-equal-col1.gui-div-cart-related {display: none;}

/* Checkout- Aanpassingen n.a.v. VWO uitkomsten - 6-9-2018 */

div.gui.gui-checkout .gui-inactive {opacity: 1;}


/* Topbar + Hoofdnavigatie aanpassingen Zeo 25-10-2018 */
#header .main-menu, #header .topbar {background: #333;}

@media (max-width: 991px) and  (min-width: 768px) {
  .gui-cart .gui-col3-equal .gui-div-cart-sum .gui-right.gui-align-right .free-shipping {
    position: absolute;
    width: 300px;
    right: 0;
  }
}

#footer .footer-logo img {
	height: 200px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
	#footer .footer-logo img {
    height: 150px;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
	#footer .footer-logo img {
    height: 130px;
  }
}

@media (max-width: 767px) {
	#footer .footer-logo img {
    height: 110px;
    margin-top: 30px;
  }
}

#productpage .main-product .product-info .cart {
	display: flex;
  align-items: center;
}

.btn.btn-big.scroll-bundels {
  margin-right: 12px;
}

@media (max-width: 767px) {
  #productpage .main-product .product-info .cart {
  	flex-wrap: wrap;
  }
  
  #productpage .main-product .product-info .cart .add-cart {
  	width: auto;
    flex-grow: 10;
    margin-right: 10px;
    z-index: 99999;
  }
  
  .btn.btn-big.scroll-bundels {
    width: 100%;
  	margin-right: 0;
  }
}

/* SHOPMONKEY NOAH - 30 OCT 2019 */
.title-featured .content .readmore, h1.title-font {
color: #4D263B;
}

h2, h3, h4, p, #footer .main-footer .payment-methods, #footer .main-footer a, .home-text-blocks .text-blocks .text-block .info .content, #blog .complete-article .article-box .article-content p, body, .gui, .gui-block-linklist li a, .gui-page-title, #collection .bottom-content, #videos-page .videos .video .text .description, .title-featured .content, .gui-content-title, #productpage .product-content .page, #productpage .product-reviews .reviews .content, #productpage .product-reviews .reviews .author, #productpage .bundles .bundle .sub-products .product a.title, .sidebar .sb-cats ul ul a {
color: #000;
}

.categories .category .title {
    color: #fff;
}
/* SHOPMONKEY NOAH - 30 OCT 2019 - END*/

/* Noah @ Shopmonkey 12/06/20 */

.sm-top-filters {
	width: unset;
  float: unset;
}

.sm-main-col {width:100%;}

/* Manouk 16/11/20 */

/*Manouk 02/12/29 */
#productpage .btn.btn-gold, 
.btn.btn-gold-open:hover {
  background: #e77500;
  border-color: #e77500;
  color: #fff;
}
#productpage .btn.btn-gold.disabled {
  background: #d0d0d0;
  border-color: #d0d0d0;
}
.main-product .product-info .cart .input-wrap.disabled {
  pointer-events: none;
  color: #dcdcdc;
}
.main-product .product-info .cart .input-wrap.disabled .change a {
  color: #fff;
}

#gift-cards-page #gui-giftcard-settings .giftcard-submit-button {
  background: #e77500;
  border-color: #e77500;
  color: #fff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #e77500;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 52px;
  line-height: 48px;
  padding: 0 50px;
}

/*Manouk 06-01-2021*/
/*Sander Breggeman Lightspeed 20-03-2019 Verbergen opmerkingen veld checkout*/
.gui-payment-provider-title gui-block-subtitle{
	display: none;
}
/* Justin@Shopmonkey - 09/03/2021 - Start */
#productpage .main-product .product-info .no-stock-btn{
	margin-top: 40px;
  background: #D1697E;
  border-color: #D1697E;
  color: #fff;
}
/* Justin@Shopmonkey - 09/03/2021 - End */
/* Justin@Shopmonkey - 15/09/2021 - Custom catalog template 1 - Start */
#catalog.template1{
	padding-top: unset;
}
#catalog.template1 .general-content.line-height{
	line-height: 2em;
}
#catalog.template1 .headline{
	min-height: 400px;
  background-color: #eee;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#catalog.template1 h1{
	margin-top: unset;
}
#catalog.template1 .template-wrap{
	padding-top: 30px;
}
#catalog.template1 .content{
	text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
#catalog.template1 .catalog-categories{
	margin-top: 70px;
}
#catalog.template1 .row-categories{
	margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#catalog.template1 .row-category{
	padding: 7px;
}
#catalog.template1 .row-category .category-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#catalog.template1 .row-category .category-content{
	padding: 30px;
  width: 50%;
  text-align: center;
  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;
  background-color: #fff;
  border: 1px solid #f1eaeb;
  border-right: unset;
}
#catalog.template1 .row-category .category-content .title{
	margin-top: unset;
}
#catalog.template1 .row-category .category-image{
	width: 50%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#catalog.template1 .row-category .category-image:after{
  content: '';
  display: block;
  padding-top: 40%;
}
#catalog.template1 .row-category .category-image img{
	width: 100%;
  height: auto;
}
@media(max-width: 1299px){
	#catalog.template1 .headline{
  	min-height: 350px;
  }
  #catalog.template1 .content{
  	max-width: unset;
  }
}
@media(max-width: 991px){
	#catalog.template1 .row-category .category-inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #catalog.template1 .row-category .category-content,
  #catalog.template1 .row-category .category-image{
  	width: 100%;
  }
  #catalog.template1 .row-category .category-content{
  	border: 1px solid #f1eaeb;
    border-bottom: unset;
  }
}
@media(max-width: 991px){
	#catalog.template1 h1{
  	font-size: 28px;
  }
  #catalog.template1 .row-category .category-image:after{
    padding-top: 35%;
  }
}
@media(max-width: 767px){
  #catalog.template1 .headline{
  	min-height: 300px;
  }
	#catalog.template1 h1{
  	font-size: 24px;
  }
  #catalog.template1 .row-category .category-image:after{
    padding-top: 45%;
  }
  #catalog.template1 .row-category .category-content{
  	padding: 25px;
  }
  #catalog.template1 .catalog-categories{
  	margin-top: 50px;
  }
}
/* /* Justin@Shopmonkey - 15/09/2021 - Custom catalog template 1 - End */
/* Toggle text */
.toggle-text-wrap.closed .general-content {
  overflow: hidden;
}
.toggle-text-wrap.closed .text-wrap {
	position: relative;
}
.toggle-text-wrap.closed .text-wrap:after {
	content: '';
  display: block;
	position: absolute;
  left: 0;
  bottom: 0;
	width: 100%;
  height: 100px;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.toggle-text-wrap.closed.grey .text-wrap:after {
	background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#ffffff));
	background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #ffffff 100%);
}
.toggle-text-wrap:not(.closed) .general-content {
	max-height: unset !important;
}
.toggle-text-wrap .toggle-text {
	margin-top: 10px;
  color: #d1697e;
  font-weight: bold;
}
.toggle-text-wrap .toggle-text i{
	margin-left: 7px;
}
/* End toggle text */

.video-banner h1.title {
  letter-spacing: unset;
  line-height: unset;
}
#header .main-menu ul.left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .main-menu ul.left li.item-0{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
#header .main-menu ul.left li.item-1{
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#header .main-menu ul.left li.item-2{
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
#header .main-menu ul.left li.item-3{
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}
#header .main-menu ul.left li.item-4{
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}
#header .main-menu ul.left li.item-5{
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}
#header .main-menu ul.left li.item-6{
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}
#header .main-menu ul.left li.gift-card{
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}
#header .main-menu ul.left li.item-7{
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}
#header .main-menu ul.left li.item-8{
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
}
#header .main-menu ul.left li.item-9{
	-webkit-box-ordinal-group: 12;
	    -ms-flex-order: 11;
	        order: 11;
}
#header .main-menu ul.left li.item-10{
	-webkit-box-ordinal-group: 13;
	    -ms-flex-order: 12;
	        order: 12;
}
#header .main-menu ul.left li.item-11{
	-webkit-box-ordinal-group: 14;
	    -ms-flex-order: 13;
	        order: 13;
}
/* Justin@Shopmonkey - 25/01/2022 - Bulk products - Start */
.block-padding-top{
	padding-top: 70px;
}
.block-padding-bottom{
	padding-bottom: 70px;
}
@media(max-width: 1199px){
	.block-padding-top{
    padding-top: 50px;
  }
  .block-padding-bottom{
    padding-bottom: 50px;
  }
}
@media(max-width: 767px){
	.block-padding-top{
    padding-top: 25px;
  }
  .block-padding-bottom{
    padding-bottom: 25px;
  }
}
#bulkForm{
	display: none;
}
#productpage .product-linked-products.padding{
	padding-top: 60px;
}
#productpage .product-linked-products .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
#productpage .product-linked-products .linked-options{
	padding: 20px;
  width: 50%;
}
#productpage .product-linked-products .linked-options .title{
	margin-bottom: 15px;
  font-size: 1.1em;
}
#productpage .optional-products .products-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
#productpage .optional-products .optional-product{
	padding: 5px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#productpage .optional-products .optional-product .option-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
}
#productpage .optional-products .optional-product .image-wrap{
	min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}
#productpage .optional-products .optional-product .image-wrap img{
	width: 100%;
  height: auto;
}

#productpage .optional-products .optional-product .product-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f1eaeb;
  padding: 15px;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  height: 100%;
}
#productpage .optional-products .optional-product .optional-title,
#productpage .optional-products .optional-product .price{
	font-size: 12px;
}
#productpage .optional-products .optional-product .price{
	margin-top: 5px;
}
#productpage .optional-products .optional-product input{
	display: none;
}
#productpage .optional-products .optional-product input:checked~label .product-inner{
  border-color: #333;
}
#productpage .optional-products .optional-product label{
	margin: 0;
  width: 100%;
}
#productpage .optional-products .optional-product .product-inner:hover{
  border-color: #333;
}
@media(max-width: 1199px){
	#productpage .product-linked-products .linked-options{
  	width: 100%;
  }
  #productpage .product-linked-products .inner{
    margin: -15px;
  }
  #productpage .product-linked-products .linked-options{
    padding: 15px;
  }
}
@media(max-width: 991px){
	#productpage .product-linked-products .inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: -10px;
  }
  #productpage .product-linked-products .linked-options{
  	width: unset;
    padding: 10px;
  }
}
@media(max-width: 767px){
  #productpage .optional-products .optional-product .product-inner{
  	padding: 10px;
  }
	#productpage .optional-products .optional-product .image-wrap{
    min-width: 60px;
    max-width: 60px;
    margin-right: 10px;
  }
  #productpage .optional-products .optional-product{
    width: 100%;
  }
}
/* Justin@Shopmonkey - 25/01/2022 - Bulk products - End */
#footer .main-footer .socials ul li .social-icon.pinterest{
	background-color: #E60023;
}
#footer .main-footer .socials ul li .social-icon.whatsapp{
	background-color: #25D366;
}

/* 
Pas live na akkoord
@media (min-width: 768px) {
  .home-text-blocks .text-blocks {
    display: flex;
    flex-direction: row;
  }
  .home-text-blocks .text-blocks .text-block {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .home-text-blocks .text-blocks .text-block .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .home-text-blocks .text-blocks .text-block .info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .home-text-blocks .text-blocks .text-block .info .title {
    height: unset!important;
  }
  .home-text-blocks .text-blocks .text-block .info .content{
    height: unset!important;
    margin-top: auto;
    padding-top: 20px;
  }
  .home-text-blocks .text-blocks .text-block .info .button {
    padding-top: 20px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .home-text-blocks .text-blocks .text-block .info .title {
    height: unset!important;
  }
  .home-text-blocks .text-blocks .text-block .info .content{
    height: unset!important;
  }
} */
.blog-categories {
  --block_height: 260px;
  --block_padding: 15px;
  --title_font: 2em;
  --text_font: 1.143em;
  
  display: flex;
  padding: 30px 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.blog-categories .categories-wrap {
  margin: calc(var(--block_padding) * -1);
  flex: 1;
}
.blog-categories .category {
  padding: var(--block_padding);
}
.blog-categories .category .inner {
  height: var(--block_height);
  color: #fff;
  position: relative;
}
.blog-categories .category .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.6) 100%);
}
.blog-categories .category .text-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.blog-categories .category .title {
  font-size: var(--title_font);
  font-weight: 500;
  margin-bottom: 5px;
}
.blog-categories .category .text {
  font-size: var(--text_font);
}
@media (max-width: 1199px) {
  .blog-categories {
    --block_height: 240px;
    --title_font: 1.8em;
    --text_font: 1.1em;
  }
}
@media (max-width: 991px) {
  .blog-categories {
    --block_height: 220px;
    --block_padding: 8px;
    --title_font: 1.8em;
    --text_font: 1.1em;
  }
}
@media (max-width: 767px) {
  .blog-categories {
    --block_height: 180px;
    --title_font: 1.6em;
    --text_font: 1em;
    
    padding: 20px 0;
    margin-bottom: 20px;
  }
  #productpage .main-product .product-info form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#productpage .main-product .product-info .cart.fixed {
  position: fixed;
  top: 45px;
  bottom: auto;
  left: 0;
  right: 0;
  background: #f2f2f2;
  padding: 10px 15px;
  margin-top: 0;
  justify-content: flex-end;
  z-index: 999999;
}
@media (max-width: 767px) {
  #productpage .main-product .product-info .cart.fixed {
    top: 59px;
  }
}

div[id^="trustbadge"] ._t53mel ._3hfjl4 {
	inset: auto auto 20px 20px !important;
}

@media screen and (min-width: 992px) {
  
  #review-page .reviews-wrap .review.review-small {
		width: 25%;
    max-width: 25%;
  }
  
}
