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

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

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

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

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

.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: #ffffff;
  background-color: #ffbbcc;
}

.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: #cc95a3;
  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 */
body > header > div.google-auto-placed{
    display: none!important;
}
section.instagram.text-center.padding-top-sm {
    display: none!important;
}
.btn--primary  {
    background: #FBCDD3 !important;
}


.btn--primary:hover {
	background:#000 !important;
}
.js-social-share {
	background-color:#FBCDD3;
}
a.main-header__link {
    color: #ffffff!important;
}
/*++++++++++++++++++++++++++++++++*/
/*++++++++++++ HEADER ++++++++++++*/
/*++++++++++++++++++++++++++++++++*/
.main-header__item {
	margin-left: var(--space-xs);
}
/*


.wsa-cookielaw{
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 20px;
  border-top: 10px;
  z-index: 1000000;
}

#logo-small { height: 35px; }
#logo-small img { 
  height: 100%; 
	margin-left: var(--space-xs);
	margin-right: var(--space-xs);
}

.main-header__dropdown-link:hover { color: #000; }
/*++++++++++++++++++++++++++++++++*/
/*++++++++++++ BANNER ++++++++++++*/
/*++++++++++++++++++++++++++++++++*/
.hero-slideshow__tite.text-xxl {
	margin-bottom: 0;
}
.hero-slideshow__label {
	margin-top: var(--space-lg);
	margin-bottom: var(--space-lg);
}


/*+++++++++++++++++++++++++++++++++*/
/*++++++++++++ GENERAL ++++++++++++*/
/*+++++++++++++++++++++++++++++++++*/
.btn--primary {
	background: #000;
	color: #fff;
}



.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  display: none;
}
.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}
.modal-window a {
  display: block;
  margin-top: 1em;
}

/*** Social Media Icons ***/
.fab.fa-instagram {
    color: transparent;
    font-size: 3rem;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: border-box;
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fab.fa-tiktok {
  color: #111111;
  font-size: 3rem;
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
  margin: 0 20px;
}

.fab.fa-facebook {
    font-size: 3rem;
    color: #4267B2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .social-media .fab {
        color: #000;
    		background: transparent;
   }
}

/*++++++++++++++++++++++++++++++*/
/*++++++++++++ BLOG ++++++++++++*/
/*++++++++++++++++++++++++++++++*/
.blog-preview .text-component p { font-size: 14px; }
.blog-preview .text-component a { color: #000; }


/*++++++++++++++++++++++++++++++++*/
/*++++++++++++ FOOTER ++++++++++++*/
/*++++++++++++++++++++++++++++++++*/
.main-footer__social-list {	justify-content: center; }
.footer-logo {
	max-height: 100px;
	margin: 20px auto;
	display: block;
}
footer .newsletter .form-control { background: #000; color: #fff; }

/* @media only screen and (max-width: 768px) {
	header { position: fixed !important; top:0; z-index: 1000; }
} */

a.main-header__link[title="Mijn account"]{
    color: #ec008b!important;
}
a#gui-form-discount_code-apply:hover {
	background: #000!important;
}
a#gui-form-discount_code-apply:focus {
	background: #000!important;
}
a.gui-button-small.gui-button-action {
	background: #76C61B!important;
}
a.gui-button-small.gui-button-action:hover {
	background: #FFF!important;
}
a.btn.btn--subtle.btn--md.width-100\%.margin-top-xs:hover {
	background: #FBCDD3!important;
}
a.gui-button-small:hover {
	background: #000!important;
}
a.gui-button-large.gui-button-action:hover{
		background: #76C61B!important;
}

/* Raymund Malazarte | 09-11-2021 | Ticket# 2155737 | Hide bank details on footer*/ 
body > footer > div.container.max-width-lg > div > div > div > div:nth-child(1) > div:nth-child(3) > ul > li:nth-child(1) > small {
	display: none !important;
}

body > footer > div.container.max-width-lg > div > div > div > div:nth-child(1) > div:nth-child(3) > ul > li:nth-child(2) > small {
	display: none !important;
}

body > footer > div.container.max-width-lg > div > div > div > div:nth-child(1) > div:nth-child(3) > ul > li:nth-child(1) > small {
	display: none !important;
}
/* Raymund Malazarte | 09-11-2021 | Ticket# 2155737 | Hide bank details on footer | END*/ 


