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

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

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

.gui a {
  color: #e2b8ac;
}

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

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

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

.gui-block-title {
  color: #333333;
  background-color: #a77980;
}

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

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

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

.gui-block-option {
  border-color: #dceef7;
  background-color: #f3f9fc;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #97cde8;
  background-color: #f3f9fc;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #000000;
  color: #000000;
  background-color: #cc6666;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #a77980;
  background-color: #33d967;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #a35151;
  border-color: #000000;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #28ad52;
  border-color: #707070;
}

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

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

.gui-number .gui-handle a {
  background-color: #ecc8ae;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #333333;
}

/* custom */
/* Josephiene LightspeedHQ - 12 Feb 2020 - titles categories homepage + cookie bar lnk color - START */
.categories .category span.title {
    box-shadow: -4px 0 0 0 #ffffff85, 4px 0 0 0 #ffffff85;
}

.products .product .image-wrap .cart {
  border-color: #54afe9;
}

.products .product .image-wrap .cart {
  color: #54afe9;
}

a.wsa-cookielaw-button.wsa-cookielaw-button-green:visited {
      color: #ffffff!important;
}

/* These are comments, they can be left in your CSS code. They are here to help explain each part. */

/* This part of the CSS code ensures the link to the Back Office and the close button are hidden. */
.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}

/* This part of the CSS code ensures the USP bar is no longer visible when scrolling like the original demobar. */
.wsa-demobar{
position: absolute !important;

/* This part of the CSS code controls the background and font color of the the USP bar. Search online for any colour in 'hex' and replace the number below. #000000 is black, #ffffff is white. */
background-color: #ffffff !important;
color: #000000 !important; }

/* This part of the CSS code ensures the USP bar is hidden for mobile visitors. When a screen is smaller than 767 pixels wide, the USPs will not fit properly. */
@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}

/* Josephiene LightspeedHQ - 12 Feb-2020 - END */

/* Maud LightspeedHQ - 27 NOV 2020 - delete RSS in footer - START */
a[title="RSS-feed"]{
display: none;
}
/* Maud LightspeedHQ  - END */
