/* 20230205180735 - 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: #272626;
}

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

.gui a {
  color: #6ca9eb;
}

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

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

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

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

/* custom */
.wsa-demobar {
  font-size: 2em !important;
  color: #333 !important;
  padding-top: 200px;
  height: 100% !important;
  background: #a7c7dc !important; /* Old browsers */
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}

/* Begin styles used to handling the custom select element for navigating between the related stores */
#SelectLocation {
  width: 210px;
  max-width: 210px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  color: black;
  border: 1px solid black;
}

.store-selection {
  display: inline-block;
  position: relative;
}

#SelectLocation option {
  font-size: 12px;
}

.selectNative, .selectCustom {
  position: relative;
  width: 210px;
  height: 30px;
}

.selectCustom {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: default;
}

.selectCustom-trigger {
  line-height: 1.3;
  font-size: 12px;
  padding-bottom: 5px;
  padding-left: 14px;
  padding-top: 5px;
  background-color: #fff;
  line-height: 18px;
  border: 1px solid black;
}

@media (hover: hover) {
  .selectCustom {
    display: block;
  }

  .selectNative:focus + .selectCustom {
    display: none;
  }
}

.trigger-icon-container {
  position: absolute;
  right: 5px;
  height: 20px;
  width: 20px;
  right: 5px;
}

.selectCustom-options {
  display: none;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.selectCustom-options .selectCustom-option {
  height: 14px;
  padding-left: 14px;
  margin-bottom: 5px;
}

.selectCustom-options .selectCustom-option:hover {
  color: red;
}

.selectCustom.isActive .selectCustom-options {
  display: block;
}

@media screen and (max-width: 380px) {
  .store-selection { width: 100%; }
  #SelectLocation {
    width: 100%;
    max-width: 100%;
  }

  .selectCustom, .selectNative, .selectCustom .selectCustom-options, .selectNative option {
    width: 100%;
  }

  form#formSearch, span.glyphicon-shopping-cart {
    z-index: -1;
  }
}
/* End these styles */
