/* 20250401011921 - v2 */
.gui,
.gui-block-linklist li a {
  color: #352a2a;
}

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

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

.gui a {
  color: #352a2a;
}

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

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

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

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

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

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

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

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

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #eeecd8;
}

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

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

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #eeecd8;
}

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

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

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

.gui-progressbar {
  background-color: #352a2a;
}

/* custom */
/* This hides the price filter in the sidebar - Joey T:278706 */
.price-filter {
    display: none;
}
/* end */

/* Name: Kevin Delahunt | Date: July 28, 2017 Time: 12:09 PM | Reason: Removing elements of the comparison page| Ticket: | Begin. */

#gui-wrapper > div.gui-table > table > tbody > tr.gui-compare-row.gui-compare-row-article-number {
  display: none;
}

#gui-wrapper > div.gui-table > table > tbody > tr.gui-compare-row.gui-compare-row-price {
  display: none;
}

#gui-wrapper > div.gui-table > table > tbody > tr.gui-compare-row.gui-compare-row-weight {
  display:none;
}

#gui-wrapper > div.gui-table > table > tbody > tr.gui-compare-row.gui-compare-row-size {
  display:none;
}

/* Name: Kevin Delahunt | Date: July 28, 2017 Time: 12:09 PM | End. */

/*Jeffrey Brignas - Lightspeed eCom Support - To remove New Products from the homepage 08-16-17*/

body > div:nth-child(4) > div:nth-child(6) > div.featured.col-md-12.col-xs-12.col-sm-12 > div{
  display: none;
}
body > div:nth-child(4) > div:nth-child(6) > div.featured.col-md-12.col-xs-12.col-sm-12{
  display: none;
}
/*Jeffrey Brignas - End - 08-16-17*/
/* Justine Villarente- Lightspeed eCom Support-08-16-17- To hide payment methods*/
body > footer > div > div.serviceFooter.footerFeatures > div > div.paymentMethods.col-ms-6.col-sm-6.col-md-3.col-xs-12{
display:none;
}
/*Jeffrey Brignas - Lightspeed eCom Support - To resize the logo and hide the new products 12-02-17*/
body > div.container.topbar > div > div:nth-child(1) > div > div > a > img{
  max-width: 200%;
}
body > div:nth-child(3) > div:nth-child(6) > div.featured.col-md-12.col-xs-12.col-sm-12{
  display: none;
}
/*Jeffrey Brignas - End - 12-02-17*/

/* Name: Cameron Nixon | Date: December 14, 2017 Time: 2:20 PM | Reason: hide new products wheel and 'excl tax' text| Ticket: 393604| Begin. */
.featured {
    display: none;
}
.product-details .price small {
    display: none;
}
/* Name: Cameron Nixon | Date: December 14, 2017 Time: 2:20 PM | End. */
/* Name: Julien Delpech | Date: March 16, 2018 Time: 4:35 PM | Reason: | Ticket: | Begin. */
.sidr.right{
  background-color: white !important;
}
.right > .sidr-inner{
  color: black;
}
.sidr-class-sum {
    color: black;
}
.sidr a {
    color: #3B2F2F;
}
/* Name: Julien Delpech | Date: March 16, 2018 Time: 4:35 PM | End. */
/* Name: Rina | Date: June 8, 2018  | Reason: Change view cart  | Begin. */

.cart .cartcontent .buttons a:first-of-type {
  color: #000000!important;
}

/* Name: Rina | Date: June 8, 2018  | End. */

/* Name: JeffreyB | Date: July 21, 2018  | Reason: change the font color for General Terms and Conditions and putting an underline | Begin. */
#gui-form > div > div > div.gui-block-content > div.gui-form > div.gui-form > div.gui-confirm > div:nth-child(2) > div > label > a{
  color: #4bbbe5;
}

#gui-form > div > div > div.gui-block-content > div.gui-form > div.gui-form > div.gui-confirm > div:nth-child(2) > div > label > a{
  text-decoration-line: underline;
}
/* Name: JeffreyB | Date: July 21, 2018  | End. */

/* Name: Jeffrey Juban | Date: Nov 20, 2018  | Reason:display image on mobile view for contact us |Start. */
@media screen and (max-width: 600px) {
  .wysiwyg2 > p > img {
      max-width: 340px;
  }
}
/* Name: Jeffrey Juban | Date: Nov 20, 2018  | End. */
/* Diya Mathur, December 27, 2018, Ticket#, Removes discount amount notification banner at checkout, BEGIN*/ 
ul.gui-info {
    display: none;
}
/* Diya Mathur, December 27, 2018, Ticket#, Removes discount amount notification banner at checkout, END*/

/*BEGIN - JEFFREY BRIGNAS - 11-14-20 | to remove the price on the shop the look item on mobile */
body > div:nth-child(3) > div > div.product-wrap.row > div > div > div{
  display: none !important;
}
/*END - JEFFREY BRIGNAS - 11-14-20 */


