/* 20240910185409 - v2 */
.gui,
.gui-block-linklist li a {
  color: #111111;
}

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

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

.gui a {
  color: #7e7e47;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #9c9a88;
  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: #c4c1ab;
}

/* custom */
/*start*/
<!-- Facebook Pixel Code -->
<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '1197474373757096');
  fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=1197474373757096&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->

<meta name="p:domain_verify" content="a071b00e6cc05eb49a4dd30d73c52fc2"/>

}  
/*change font case for menu tion*/
nav.nonbounce.desktop.vertical > ul > li.item > a {
	text-transform: lowercase;
}

/*hides home button*/
/*nav.nonbounce.desktop.vertical > ul > li:first-child  { visibility: hidden; };*/
/*end by Jeffrey Juban 09062017*/

/* Hides the category labels */
span.title {
  display: none;
}

}
/* Sets the 'Add to Cart' button border and text to black when hovering over products on the product grid pages */
 .products .product .image-wrap .cart {
       color: #000000;
       border-color: #000000;
}
/* Sets the border to zero for products and */

.products .product .image-wrap img, .categories .category {
  border: none;
}

.products .product .info {

border: none;

}

/* End Lance @ Lightspeed */


/* Added by Lance @ Lightspeed to set the header text to lowercase on all pages */

header, header a, nav.desktop ul a, nav.desktop ul a:visited, nav.desktop .item .itemLink, nav.desktop .subnav .subitem .subitemLink:hover {
	text-transform:lowercase !important;
}

/* End Lance @ Lightspeed */

/* sara shepherd - changing product page titles and navigation and tags to lowercase */

.page-title h1.product-page {
		text-transform:lowercase !important;
}

small,
.breadcrumbs, .breadcrumbs a,
.products .product .info .old-price,
.sidebar,
.sidebar .item .itemLink, 
.sidebar .item .subitemLink,
.pager,
.pager ul li a,
.product-info .product-price .old-price,
.product-actions .tags-actions,
.product-actions .tags-actions .actions a,
.tabs ul li a,
.modes a,
label,
legend,
label span,
.tabsPages .page.reviews .bottom,
.product-actions .tags-actions {
		text-transform:lowercase !important;
}

.tabsPages .page.info .details tr td {
		text-transform:lowercase !important;
}

body {
		text-transform:lowercase !important;
}
/* end sara's edits */

/* Name: Cameron Nixon | Date: February 1, 2018 Time: 12:01 PM | Reason: hide rss feed and offers | Ticket: 429778| Begin. */
body > div > footer > div.container > div.links.row > div:-child(2) > div > ul > li:nth-child(4) > a {
	display: none;
}
body > div > footer > div.container > div.links.row > div:nth-child(2) > div > ul > li:nth-child(3) > a {
	display: none;
}
/* Name: Cameron Nixon | Date: February 1, 2018 Time: 12:01 PM | End. */

/***** Stan C. | Date: Feb 28, 2019 Time: 20:43 Montreal Time | Reason: change layout to column for custom fields | Ticket: 777469 | START *****/
.product-configure .product-configure-custom-option {
  display: flex;
  flex-direction: column;
}
/***** Stan C. | Date: Feb 28, 2019 Time: 20:43 Montreal Time  | END *****/

/* Name: Mary | Date: August 15 2019  | Reason: remove blog dropdown in main menu #948651 | Begin. */
body > header > div.navigation.container > div > nav > ul > li:nth-child(12) > ul{
/*   display: none !important; */
}
/* Name: Mary | Date: August 15 2019  | Reason: n| End. */


/* Name: Jamil | Date: October 23 2019  | Reason: remove hover description #1017123 | Begin. */
.products .product .image-wrap:hover .description {
	display:none;
}
/* Name: Jamil | Date: October 23 2019  | Reason: remove hover description #1017123 | End. */

/*Aileen Tagalog - Lightspeed Support 1120689 Changing the transparency & text form for New and Sale Icons 1-30-20 Start*/
.sale-new {
  text-transform: lowercase !important;
	background-color: transparent !important;
  color: red !important;
}
/*Aileen Tagalog - Lightspeed Support 1120689 Changing the transparency & text form for New and Sale Icons 1-30-20 End*/

/* Geanny LightspeedHQ - on April 13, 2020 @ 02:26 PM - Hide home from navigation - TICKET # 1212646 - START */
li.item.home{
display:none !important;
}
/* Geanny LightspeedHQ - END */

/* KB - on April 20, 2020 @ 10:49 AM - Hide blog from navigation - START */
li.item.blog{
display:none !important;
}
/* KB - END */

/* Geanny LightspeedHQ - on June 12, 2020 @ 12:36 PM - Resize the iframe to make the "Continue Reading Article" in the blog collection clickable  - TICKET # - START */
div.gui-blog-social > div > iframe
{ width: 100px !important; }
/* Geanny LightspeedHQ - END */
