/* 20200905122214 - v2 */
.gui,
.gui-block-linklist li a {
  color: #8d8d8d;
}

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

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

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

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

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

/* custom */
/* Lucien LightspeedHQ - 26 Nov 2018 - center text collection page - START */
.grid.justify-space.col-content_wrapper.top-col_content.wrap-mezzo {
    text-align: center;
}
.col-cont p {
	max-width: 100% !important;
}
/* Lucien LightspeedHQ - 26 Nov-2018 - END */

/* Lucien LightspeedHQ - 13 Apr 2018 - responsive iframe - START */
@media (max-width: 680px){
  iframe{
  	xwidth: 100%;
  }
}

/* Lucien LightspeedHQ - 13 Apr-2018 - END */
.footer-info_block{
  background: lightgrey!important;
}

/*Sharlene Lightspeed - 10-01-2018*/
.product-info_purchase {
background: lightgrey;
}

ul {
list-style-type: disc!important;}

div.grid-cell.grow0.col-price_slider.mla > div > a {
background-color: #86ccca;}
/*Sharlene Lightspeed - 10-01-2018*/


/* BEGIN Josephiene Feenstra LightspeedHQ 17-1-2018 */

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
    background-color: #78b7b5;
}

/* END Josephiene Feenstra LightspeedHQ 17-1-2018 */

.top-menu-surf {
  color:#fff;
  padding:0 15px;
  font-weight:800;
  font-size:14px;
}
.top-menu-surf:hover {
  color:#cfc2a0;
}

@media screen and (max-width:992px) {
  .top-menu-surf {
    color:#fff;
    padding:0 5px;
    font-weight:800;
    font-size:13px;
  }
}

/* Lightspeed eCom Support - Dean Berdin - Jan 27, 2018 - Change the font color and background color of the SALE tab in the main nav bar - BEGIN */
#body > header > div > div.grid-cell.header-bottom.header-menu.hidden-small.border-tb > div > div:nth-child(6) {
  background-color: #ff435a;
}

#body > header > div > div.grid-cell.header-bottom.header-menu.hidden-small.border-tb > div > div:nth-child(6) > a {
  color: #fff !important;
  font-weight: bolder;
}
/* Lightspeed eCom Support - Dean Berdin - Jan 27, 2018 - Change the font color and background color of the SALE tab in the main nav bar - END */



/* Nathalie Lightspeed 13/04/2018 Hide out of stock sizes and variants and clear blur filter START */
.unit-price {
  display: none;
}
.product-variant_block-variants.product-variant_notAvailable {
    display: none;
  }
.nonPurchaseable .product-info_purchase {
    cursor: not-allowed;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.product-info_outStock {
 display: none;
}
/* Nathalie Lightspeed 13/04/2018 Hide out of stock sizes and variants and clear blur filter END */

/*Benjamin Lopez Lightspeed HQ, 20/07/2018, Remove the review tab from the product pages BEGIN*/
li.grid-cell.grow0.tab-link.review-tab_link.mr3 {
  display: none;
}
/*END*/


.grid-cell.grow0.col-image.mr3.no-margin-narrow {
    display: none;
}
/* Sjoerd LightspeedHQ - 27 Nov 2019 - blackfriday - START */

#body > header > div > div.grid-cell.header-bottom.header-menu.hidden-small.border-tb > div > div.grid-cell.grow0.menu-block_item.menu-block_item-noSubs.menu-block_item-compact > a{
	background-color: black;
}
#body > header > div > div.grid-cell.header-bottom.header-menu.hidden-small.border-tb > div > div.grid-cell.grow0.menu-block_item.menu-block_item-noSubs.menu-block_item-compact > a{
	color: white;
}

/* Sjoerd LightspeedHQ - 27 Nov-2019 - END */


.wsa-demobar a {
  display: none; 
}
.wsa-demobar a.close {
  display: none !important; 
}
/* Change demo bar color to black and font to white */
.wsa-demobar {
  background-color: black !important;
  color: white !important;
}
/* END */
