/* 20240311152404 - 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: #e6a0a5;
}

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

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

.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 */
.bottom-footer .payments {
  display: flex;
}
.collection-content .image img {
  width: 100%;
  height: auto; 
}

.recent-products .recent-product .image-wrap img {
  width: 100%;
  height: auto; 
}

.shipping-message {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  
}
.shipping-message.active {
	opacity: 1;
  visibility: visible;
}

.headlines .item .outer-wrap .sm-temp-anchor {
	width: 100%;
}

.headlines .item {
	height: unset !important;
}

.headlines .item .outer-wrap .sm-temp-anchor img {
	height: auto;
}

.bundle .bundle-info {
	padding-top: 0px;
}

.smartbanner {
	z-index: 999999999999;
  position: fixed;
  bottom: 0;
}

.bundle .bundleproduct-title {
	font-size: 0.9em;
}

.products .product .price .new-price .price-inner {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}

/* .shipping-message.done {
	background: #c0a1ca;
} */

.content-block .recent-products .recent-product .cart {
	min-width: 130px;
}

.product-detail .top-info .stars,
#productpage .product-stars .review-summary .total-score{
  cursor: pointer;
}

.ui.selection.dropdown .menu{
  min-height: unset!important;
  max-height: unset!important;
}

#header .main-header .icons .languages a,
#header .main-header .mob-icons .languages a {
	text-decoration: none !important;
}

#header .main-header .icons .languages a,
#header .main-header .mob-icons .languages a {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

#header .main-header .icons .languages a i,
#header .main-header .mob-icons .languages a i {
	margin-left: 5px;
  font-size: 12px;
}

#header .main-header .icons .languages .flag,
#header .main-header .mob-icons .languages .flag {
	width:18px;
  height:18px;
  border-radius:100%;
  -o-object-fit:cover;
     object-fit:cover;
  margin-right:7px;
}

#header .main-header .icons .languages,
#header .main-header .mob-icons .languages {
	position: relative;
  padding: 5px 15px;
}

#header .main-header .icons .languages ul,
#header .main-header .mob-icons .languages ul {
	position: absolute;
  left: 5px;
  top: 100%;
  display: block;
  margin: 0;
  padding: 5px 10px;
  background: #f7f7f7;
  display: none;
  z-index: 9;
  border-radius: 3px;
}

#header .main-header .icons .languages:hover ul {
	display: block;
}

#header .main-header .mob-icons .languages.active ul {
	display: block;
}

#header .main-header .icons .languages ul li,
#header .main-header .mob-icons .languages ul li {
	padding: 5px 0px;
    border: none;
}

#header .main-header .mob-icons .languages {
	padding: 0;
}

#header .main-header .mob-icons .languages a {
	font-size: 14px;
  padding: 7px 4px;
}

#header .main-header .mob-icons .languages a i {
	font-size: 10px;
  margin-left: 2px;
}

#header .main-header .mob-icons .languages ul {
	left: -10px;
  padding: 0px 10px;
}

#header .main-header .mob-icons .languages .flag {
	width: 16px;
  height: 16px;
  margin-right: 5px;
}

#productpage .product-loyalty {
	margin-top: 10px;
  font-weight: 500;
}

#productpage .product-loyalty .points {
	font-weight: bold;
  color: #c0a1ca;
}

.loyalty-banner {
	padding: 30px;
  background: #FF9933;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loyalty-banner .title {
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.loyalty-banner .btn {
  background: #fff;
  color: #888;
}

.loyalty-banner .text-link {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .2em;
  margin-left: 20px;
}


@media (max-width: 767px){
  #add-cart-popup .total-block {
  	width: 100%;
  }
  .content-block .recent-products .recent-product .inner{
    display: block;
  }
  
  .mandrill-collapse{
    display: none;
  }
  .mandrill-collapse.active{
    display: block;
  }
  .mandrill-collapse.force-open{
    display: block;
  }

  .mandrill-collapse h1{
    margin: 0;
  }

  .mandrill-title-collapse{
    position: relative;
  }

  .mandrill-title-collapse .mandrill-angle{
    font-size: .85em;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mandrill-title-collapse .mandrill-angle i{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .content-block .recent-products .recent-product .title {
  	height: 60px;
  }
  
  .three-reviews .reviews{
    margin: -10px;
    margin-top: 10px;
  }

  .three-reviews .reviews .review{
    padding: 10px;
  }
  
  .three-reviews .reviews .review .review-inner{
    background: rgba(0,0,0,0.03);
    padding: 20px;
    border: 0;
    border-radius: 10px;
  }
  
}

.filters-top .buttons {
	margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filters-top .buttons .btn {
  height: 40px;
  padding: 0 20px;
}

.filters-top .buttons .link {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
}

.blog-articles .blog-article .image {
	background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.home-banners .banner {
	background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.headlines .item {
	background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* Naoh shopmonkey - 11 Okt 2019 - Verzendkosten berekenen button cart START*/
@media (max-width: 768px) {
  .shipping-discount .calculate-btn {
      margin-top: 20px;
      width: 100%;
  }
}
/* Naoh shopmonkey - 11 Okt 2019 - Verzendkosten berekenen button cart END*/

/* Youcke LightspeedHQ - 02 Okt 2019 - Replace Giftcard image with VVV in checkout - START */
img.gui-payment-method-icon[alt="VVV Cadeaukaart"] {
    display: none;
}

label[for="gui-payment-mollie2-giftcard"]:before {
    display: inline-block;
    height: 27px;
    width: 42px;
    vertical-align: middle;
    margin-right: 7px;
    background-image: url(https://cdn.webshopapp.com/shops/202763/files/234931756/vvv-cadeaukaart.png);
    background-size: cover;
}
/* Youcke LightspeedHQ - 02 Okt 2019 - END */

/* NOAH - SHOPMONKEY - 5 NOV 2019 - START */
#header .main-menu ul li .mega-menu .menus .menu .title, #header .main-menu ul li .mega-menu a:hover {
	color: #000000;
}
/* NOAH - SHOPMONKEY - 5 NOV 2019 - END */

.fancybox-image {
	background:#fff;
}

.headlines .item .text-box {
	padding: 30px;
  border-radius: 5px;
}

textarea#gui-form-comment {

 display: none;

}

label[for=gui-form-comment] {

 display: none;

}

/* Noah @ Shopmonkey 27/04/20 START */
.product-usp ul > a {
	text-decoration: none;  
}

@media(max-width: 767px){
  .product-usp {
	padding: 10px;
	background: #fff;
}
.product-usp ul li {
 padding: 2px; 
}

.product-usp .text .title {
	font-size: 10px; 
}
}

/* Noah @ Shopmonkey 27/04/20 END */

/* Noah @ Shopmonkey 28/04/20 */

.product-available-wrap {
	margin-top: 15px;  
}

.product-available-wrap .product-label {
  background: transparent;
  padding: 0;
  font-size: 12px !important;
  letter-spacing: 0.03em !important;
  padding: unset !important;
  height: unset !important;
  text-transform: capitalize !important;
}

.product-available-wrap .product-label.available {
  display: none;
  background: transparent;
  color: #26c879;
}

.product-available-wrap .product-label.not-available {
  display: none;
  background: transparent;
  color: #eb5265; 
}

.product-available-wrap .product-label > span {
	display: flex;
  align-items: center;
}

.product-available-wrap .product-label .fa {
		font-size: 12px;
    padding-right: 5px;
}

@media(max-width:767px){
	.product-available-wrap .product-label > span {
  	font-size: 12px;
	}
  .product-available-wrap .product-label .fa {
		font-size: 12px;
	}
}

/* Noah @ Shopmonkey 28/04/20 */

/* Noah @ Shopmonkey 07/05/20 */

.sm-message-wrap {
	position:fixed;
  z-index:99999999999;
  display:none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sm-message-wrap .message.info {
 	width: 500px;
  margin: 0 auto;
  border: 1.25px solid rgba(0,0,0,.15);
}

@media(max-width:767px){
 .sm-message-wrap .message.info {
 		width:100%;
	} 
}

.sm-link > a {
 color: white;
}


/* Noah @ Shopmonkey 07/05/20 */

/* Noah @ Shopmonkey 12/05/20 */

.bundles .owl-stage .owl-item {
	width:350px !important;
}

.bundle .bundle-inner {
 text-align:center; 
}

.bundle .bundle-info .products-sum {
 word-break: break-word; 
}

.bundle-products {
	justify-content:center;
}

.bundle-products .image-wrap {
	width:100px;
}

/* Noah @ Shopmonkey 12/05/20 END */

/* Michael @ Shopmonkey 27-05-2020 */
@media(max-width: 768px){
  #add-cart-popup {
    padding:25px 15px;
  }
  #add-cart-popup .cart-total-col {
  	width:100%;
  }
  #add-cart-popup .products .product .info .title.three-lines {
  	height: 1.7em;
  }
  
  .loyalty-banner .title {
  	font-size: 1.2em;
  }
  
}
/* Michael @ Shopmonkey 27-05-2020 END */
/* Justin@Shopmonkey - 15/06/2020 - Start */
@media(max-width: 1499px){
	#add-cart-popup{
  	padding: 30px;
  }
  #add-cart-popup .related{
  	margin-top: 15px;
    padding-top: 15px;
  }
  #add-cart-popup .products .product .image-wrap .img-wrap{
  	padding: 5% 15%;
  }
  #add-cart-popup .products .product .info{
  	padding: 15px;
  }
  #add-cart-popup .title-small{
  	margin-bottom: 20px;
  }
}
/* Justin@Shopmonkey - 15/06/2020 - End */

.product-detail.flex {
	display: flex;
}

@media (max-width: 991px) {
  .product-detail.flex {
    flex-direction: column;
  }
  
  .headlines .item .text-box .link {
  	margin-bottom: 30px;
  }
  
}

/* Headlines button placement */
.headlines .item .text-box .link.link-place-top {
	  position: absolute;
    top: 0;
}

.headlines .item .text-box .link.link-place-bottom {
		position: absolute;
    bottom: 0;
}

.headlines .item .text-box .link {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
  .gui-block.gui-account-links {
  	clear: both;
  }
}

/* Lightspeed Jacky */
#formLogin > div > a.btn.facebook
{
 display: none; 
}

.standard-select {
	    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0,0,0,.07);
    display: block;
    width: 100%;
    border-radius: 5px;
    letter-spacing: .05em;
    padding: 0px 20px;
  font-size: .85em;
    font-weight: 700;
}

.headlines .item {
	background-image: unset !important;
}
/* Justin@Shopmonkey - 01/12/2020 - Variant tiles & gift wrap option - Start */
#productpage .product-configure-variants-sm .variant-blocks .variant-options{
	padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option{
	margin: 0 5px 5px 0;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option a {
	position: relative;
  display: block;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option a .check{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option.disabled a:before{
  content: '';
  position: absolute;
  top: 14px;
  left: -6px;
  width: 40px;
  height: 2px;
  background: #888;
	transform: rotate(45deg);
  opacity: 0.8;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option.disabled a:after{
  content: '';
  position: absolute;
  top: 14px;
  left: -6px;
  width: 40px;
  height: 2px;
  background: #888;
	transform: rotate(-45deg);
  opacity: 0.8;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option.active.disabled a:before,
#productpage .product-configure-variants-sm .variant-blocks .variant-option.active.disabled a:after{
	background: #555;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option input{
	display: none;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option label{
	cursor: pointer;
}
#productpage .product-configure-variants-sm .variant-blocks .variant-option .color-dot{
	min-height: 30px;
  max-height: 30px;
  min-width: 30px;
  max-width: 30px;
  background-color: #ccc;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.products .product .variants-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
}
.products .product .variants-wrap .swatches{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
}
.products .product .variants-wrap .swatches .swatch{
	margin: 0 3px 3px 0;
}
.products .product .variants-wrap .swatches .swatch .color-dot{
	min-height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-width: 25px;
  background-color: #ccc;
}
.products .product .variants-wrap .more-colors{
	margin-left: 5px;
  font-size: 90%;
}
.products .product .variants-wrap .more-colors a{
	font-weight: bold;
}
.products .product .variants-wrap .more-colors .colors{
	text-transform: lowercase;
}

@media (max-width: 1400px) {
  .products .product .variants-wrap {
  	height: 45px;
  }
}

@media (max-width: 991px) {
  .products .product .variants-wrap {
  	height: 33px;
  }
}

@media (max-width: 500px) {
  .products .product .variants-wrap {
  	height: 45px;
  }
}
#cart-page .wrapping-option{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
#cart-page .wrapping-option .gui-checkbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #333;
}

#cart-page .wrapping-option .ui.checkbox label:hover,
#cart-page .wrapping-option .ui.checkbox+label:hover {
	color: #333 !important;
}

#cart-page .wrapping-option .ui.checkbox label:before {
	border-color: #333 !important;
}

#cart-page .wrapping-option .ui.checkbox label:after {
	color: #333 !important;
}

#cart-page .wrapping-option .gui-checkbox input{
  margin-top: unset;
}
#cart-page .wrapping-option .gui-checkbox label{
  margin-bottom: unset;
  font-weight: bold;
}
#cart-page .wrapping-price{
	font-weight: bold;
  color: #333;
}
/* Justin@Shopmonkey - 01/12/2020 - Variant tiles & gift wrap option - End */

/*Gerben Smits, Lightspeed, 06-12-2021:, [Loyalty in check-out verbergen] BEGIN*/
.loyalty-banner {
    display: none!important;
}
.loyalty-banner.hidden-xs {
    display: none!important;
}
a[href="https://www.biobeautyonline.nl/nl/account/rewards/"] { 
display: none!important;
}
/*Gerben Smits, Lightspeed, 06-12-2021:, [loyalty in check-out verbergen END*/

/* Alert bar */
.alert-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 700;
}

/* End alert bar */

.cart-side-mandrill .cart-total .btn {
    background-color: #000000;
}
#productpage .product-detail .images-wrap{
	position: relative;
}
#productpage .product-detail .images-wrap .product-labels{
	position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
#productpage .product-detail .images-wrap .product-labels .product-label{
	margin: 5px;
}
#productpage .product-detail .images-wrap .product-labels .product-label.sale{
	color: #fff;
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  max-width: 40px;
  padding: 0 5px;
  font-weight: 700;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.products .product .product-label.sale, .products .product-list .product-label.sale{
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}
@media(max-width: 767px){
	#productpage .product-detail .images-wrap .product-labels{
    top: 15px;
    left: 15px;
  }
}
/* DMWS maatwerk */
@media (min-width: 992px) {
  #productpage .product-detail .info {
    max-width: 540px;
  }
}
