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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* custom */
/* Name: Gabriel Sabbag | Date: July 9, 2021  | Reason: Change the loyalty login page "New Customer" and points color  | Begin. */
#gui-account-login-new-customers-title {
  color: white !important;
}

body > div.container.max-width-lg.padding-y-xl > div > div > div.gui-col2-left-col2 > div:nth-child(4) > div.gui-block-content > div > div.gui-col2-left-col1 > div.gui-block-subcontent > span {
  color: white !important;
}
/* Name: Gabriel Sabbag | Date: July 9, 2021  | Reason: Change the loyalty login page "New Customer" and points color  | End. */
