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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #99d7d9;
  background-color: #f3fafa;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #dd583e;
  color: #ffffff;
  background-color: #dd583e;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #dd583e;
  color: #ffffff;
  background-color: #dd583e;
}

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

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

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #1ea8ab;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #1ea8ab;
}

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

/* custom */
/* Eduard Lordan, 02/22/2017, hide article number on website */
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.articlenumber {
  display: none;
}
/*end*/
/*eCom Support- Justine Villarente March 4,2017 Hide article number */
#read-more > div.page.info.active > table > tbody > tr:nth-child(1){
  display:none;
}
/*eCom support end-Justine Villarente*/
/* This un-capitalizes the menu text - Joey 28-4-17 */
a.itemLink {
    text-transform: none !important;
}
/* end */
/* This un-capitalizes the product titles on category pages - Joey 28-4-17 */
.product .info h3 {
    text-transform: none !important;
}
/* end */
/* The main menu text size */
nav .itemLink {
    font-size: 120%;
}
/* Sidebar menu text size */
.sidebarul .itemLink {
    font-size: 120%;
}

/* Added by Lance @ Lightspeed to change the button text colors to white when inactive or hovered/selected */

a.btn, button, .btn:hover, .btn:focus {
  color: #ffffff;
}

/* End Lance @ Lightspeed */
