/* 20251103215029 - 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: #666666;
}

.gui a {
  color: #0a8de9;
}

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

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

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

.gui-block-title {
  color: #000000;
  background-color: #eeeded;
}

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

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

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

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

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

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

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

/* custom */
#stock-locations{
    padding:5px 0;
    color: #000;
}
#stock-locations p{
    font-weight: 600;
}

#flagship-stores { display:flex;}
#flagship-stores > div{padding:5px;}

/* Name: Will G | Date: February 16, 2021 | #1653884 Comment:  cacher le numéro de téléphone de la compagnie en bas |  Begin. */
body > div.serviceFooter.footerFeatures.m-30-t > div > div:nth-child(1) > div:nth-child(4) > div > p.m-15-b.no-underline{
    display:none!important;
}
/* Name: Will G | Date: February 16, 2021 | Ticket: #1653884 Comment:  cacher le numéro de téléphone de la compagnie en bas | End. */

@media (min-width:767px) {

    #flagship-stores > div{flex:1;}
}

#store-locator{margin-top:20px;}
#store-locator h3{margin-top:20px;}

#store-locator-form{
    padding:5px;
}
#store-locator-form input, #store-locator-form select{color: #000;}

@media (min-width:767px) {
    #store-locator-form{display:flex;}
    #store-locator-form > div{flex:1;}
    #store-locator-form > div label{display:block;}
}

#store-locator-results{margin-top:10px;}
.store-locator-results-summary{font-style:italic; margin-bottom: 5px; font-weight:bold;}
#store-locator-results .store-listing{padding: 10px 5px; margin-bottom:5px; border-top:1px solid #eee;}
#store-locator-results .store-listing label{display:block; font-weight:bold;}
#store-locator-results .store-listing .miles_from{margin-bottom: 5px;}

.aeproductimages{margin-bottom: 20px;}
.product-configure-options option.disabled { display: none; }
.featured_brands img{display:block;width:100%;height:unset}

/*Geneviève FL - February 17, 2021 - Ticket #1655838 - Hide "Gain x points per dollar" text - BEGIN*/
.gui-account-loyalty-content {
    display:none;
}
/*Geneviève FL -- END*/

@media (max-width:620px) {
    #flagship-stores { flex-wrap: wrap; text-align: center; }
    #flagship-stores > div { width: 100%; margin-bottom: 20px; }
}

/* Name: Greggy Canete | Date: 01/24/23 | #3153008 Comment: they want to hide the tag |  Begin. */
.tags-box {
    display: none !important;
}

/* * Name: Greggy Canete | Date: 01/24/23 | #3153008 Comment: they want to hide the tag | End. */
