/* 20250212142905 - 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: #989fbe;
}

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

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

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

.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: #ffffff;
  background-color: #989fbe;
}

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

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

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #797f98;
  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: #989fbe;
}

/* custom */
  
/* Name: Andi P | Date: 01/26/2024 | ChatID: 154221400726879 | Reason: Hide Proceed Check out  | Begin. */  
  #cartDrawer > div > div > a.btn.btn--primary.btn--md.width-100\%.margin-top-xs {
display: none;
}
/* Name:Andi P  | Date: 01/26/2024 | ChatID: 154221400726879 | Reason: Hide Proceed Check out| End. */

/* Name: Kres Gernale | Date: 08/30/2023 | Ticket: | Reason: Hide Article Code  | Begin. */
	.articlenumber {
		display: none;
	}
/* Name: Kres Gernale | Date: 08/30/2023 | Ticket: | Reason:Hide Article Code  | End. */

/* Name: Will G | Date: January 18, 2021 | Ticket:#1605748 | Reason: Adding background image |  Begin. */
header, .navigation {
		background-image: url(" https://cdn.shoplightspeed.com/shops/629120/files/29394272/bricks.jpg")!important;
  }
/* Name: Will G | Date: January 18, 2021 | Ticket: | End. */

/* BEGIN - JEFFREY BRIGNAS - 01-07-21 | To Show Upsell products on mobile*/
@media only screen and (max-width: 767px) {
  #gui-wrapper > div.gui-col3-equal > aside > div.gui-col3-equal-col1.gui-div-cart-related {
    display: block !important;
  }
/* END - JEFFREY BRIGNAS - 01-07-21 */
/* Name: Kayode | Date: May 8, 2020  | Reason: Changing font size of side categories| Begin. */
body > div > div > div.products.row > div.col-md-2.sidebar > div:nth-child(2) > ul > li:nth-child(1) > ul {
  font-size: 15px;
}
/* Name: Kayode | Date: May 8, 2020  | End. */

/* Name: Jeffrey Juban | Date: May 9, 2020  | Reason: Remove the Home link | Begin. */
li.home {
	display: none !important;
}
/* End. */

/* Name: Mary | Date: June 5th, 2020  | Reason: Remove offers page | Begin. */
a[href$="https://gnarly-vines.shoplightspeed.com/collection/offers/"]{
  display: none;
	}
/* Name: Mary | End. */
  
  /* 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: #000000 !important;
color: #ffffff !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;
}
}

