/* 20240307155606 - v2 */
.gui,
.gui-block-linklist li a {
  color: #205b06;
}

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

.gui-block-inner strong {
  color: #799c69;
}

.gui a {
  color: #ef8404;
}

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

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

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

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

.gui-content-title {
  color: #205b06;
}

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

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #e3ece3;
  background-color: #f5f8f5;
}

.gui-block-option-block {
  border-color: #e3ece3;
}

.gui-block-title strong {
  color: #205b06;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #acc7ac;
}

.gui ul.gui-products li {
  border-color: #c8d9c8;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #c8d9c8;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #c8d9c8;
}

.gui-block-content .gui-table {
  border-color: #e3ece3;
}

.gui-table thead tr th {
  border-color: #acc7ac;
  background-color: #f5f8f5;
}

.gui-table tbody tr td {
  border-color: #e3ece3;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #205b06;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #488348;
  color: #205b06;
  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: #396839;
}

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

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* Sharlene LightspeedHQ (Adoption Session) - 13 Nov 2020 - Subnav projecten verbergen - START */
#menu > div > nav > ul > li:nth-child(6) > ul {
	display: none!important;
}

/* Sharlene LightspeedHQ (Adoption Session) - 13 Nov-2020 - END */

.intro-category .slider-wrap {
    display: none !important;
}

.tags {
		display: none!important;
}

div .variations .heading {
		display: none!important;
}

#accessoires {
    background-color: #3c2a80;
}

#product label.backorder {
    display: none!important;
  }

h2 {
    font-size: 20px!important;
}

/* Accordion */

.ac-container {
    max-width: 100%;
}

.ac-container label {
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #333333;
		font-size: 16px;
    height: auto !important;
    padding: 5px 0px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.8);
    background: #ffffff;
    height: 30px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
		color: #8b1710;
    background: #ffffff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #ffffff;
    text-shadow: 0 0px 0px rgba(255,255,255,0.6);
    box-shadow: 0 0 0 0px rgba(155,155,155,0.3),0 0px 0px rgba(0,0,0,0.1);
    height: auto;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "	\25BC"; color: #8b1710;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}

.ac-container input:checked + label:hover:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\25B2"; color: #8b1710;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
		text-align: justify;
    padding: 0px;
    text-shadow: 0px 0px 0px rgba(255,255,255,0.8);
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 0px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article {
    height: auto;
}

.meta.item .delivery {display: none;}
