/* 20201026162210 - 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: #fe3e4b;
}

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

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

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

.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: #f0f3f3;
  background-color: #fafbfb;
}

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #d3dddc;
  background-color: #fafbfb;
}

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

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

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #1cb6c9;
  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: #1691a0;
}

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

/* custom */
/*remove information title in product screen*/
li.active:nth-child(1) {
  display: none;
}


/*remove price slider, brand filter and product srting -David D - Lightspeed Support*/
#filter_form > div > div.sidebar-filter-slider > div,#filter_form > div > div.price-filter-range.clear,#filter_form,body > div > div > div.products.row > div.col-md-2.sidebar > div{
  display:none;
}

/*remove article code - David D- LS support*/
tr.articlenumber {
    display: none;
}
/*Diego M. - Lightspeed Support - Remove border on products in catalog, change font weight of product name to normal and remove Categories div from home page*/
.products .product .info{
  border: 0;
}
.products .product .image-wrap img{
  border: 0;
}
.products .product .info .title{
  font-weight: normal;
}
.col-md-12.title-featured {
    display: none;
}
/* remove brands from product card David D*/
.product-actions .tags h2 {
    display: none;
}
/* Name: Cameron Nixon | Date: October 5, 2017 Time: 3:09 PM | Reason: hide home button from nav bar (desktop and mobile) | Ticket:335043 | Begin. */
li.item.home {
    display: none;
}

body > div > div > div.page-title.row > div.col-sm-6.col-md-6.breadcrumbs.text-right > a:nth-child(1) {
	display: none;
}
/* Name: Cameron Nixon | Date: October 5, 2017 Time: 3:09 PM | End. */

/*START - Lightspeed eCom Support - Mila M. - Oct 12th 2017 - Hiding the categories titles in the category overview and on the category pages.*/
.categories .category span.title {
    box-shadow: -4px 0 0 0 #bfc2c1, 4px 0 0 0 #bfc2c1;
    display: none;
}

.page-title h1 {
    font-size: 1.6875em;
    display: none;
}
/*START - Lightspeed eCom Support - Mila M. - Oct 12th 2017 */

.sale-new.new-label {
	display:none;
}



/*
Hide the Offers link in the footer
CSS by Gracey @ Lightspeed
*/

a[title="Offers"] {
  display: none;
}

/* End of Gracey's CSS code */



/*
Hiding footer links
CSS by Gracey @ Lightspeed, July 5 2018
*/
a[title="RSS feed"] {
  display: none;
}

a[title="All products"] {
  display: none;
}

/* End of Gracey's CSS code */
/* Name: Julien Delpech | Date: October 10, 2018 Time: 4:27 PM | Reason: REmove the comparison feature | Ticket: 645854 | Begin. */
a[title="Add to comparison"] {
  display: none;
}
/* Hide the availibility and delivery time mention on product page*/
tr.availability td:first-of-type{
  display: none;
}
tr.deliverytime td:first-of-type{
  display: none;
}
/* Name: Julien Delpech | Date: October 10, 2018 Time: 4:27 PM | End. */

/*
Marco Moretto, Hide the In-stock label, October 16th 2018 START. 


body > div > div > div > div.product-wrap.row > div.product-info.col-sm-8.col-md-7.col-md-offset-1 > div > div.tabsPages > div.page.info.active > table > tbody > tr.availability{
  
display:none;
  
}


Marco Moretto,	END. 
*/

/*Sinan Adlim 17OCT18 Changing newsletter box to a link to Mailchimp Ticket #652491 BEGIN */
body > div > footer > div.container > div.social.row > div.newsletter.col-xs-12.col-sm-7.col-md-7 > span > a{
  color:white !important;
}
#formNewsletter{
  display:none;
}
/*Sinan Adlim 17OCT18 Changing newsletter box to a link to Mailchimp Ticket #652491 END */


/*Sinan Adlim 22OCT18 Changing the colour of the sale tag Ticket #656194 BEGIN */
.sale-new{
  background-color: #f74c4c !important;
}
/*Sinan Adlim 22OCT18 Changing the colour of the sale tag Ticket #656194 END */

/*Marc S Sep 16, 2020 #1416752| Remove Product Section Footer and Account BEGIN */
body > div > footer > div.container > div.links.row > div:nth-child(2){
display: none;
}
body > div > footer > div.container > div.links.row > div:nth-child(3){
display: none;
}
/*Marc S Sep 16, 2020 #1416752 | Remove Product Section Footer and Account END */
