/* 20220315130809 - 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: #3f4c58;
}

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

.gui a {
  color: #90c159;
}

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

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

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

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

.gui-content-title {
  color: #3f4c58;
}

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

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

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #3f4c58;
  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: #3f4c58;
}

.gui-progressbar {
  background-color: #ff6400;
}

/* custom */
#top #logo .btn {
    background-color: transparent;
    border: 1px solid #e3e3e3;
}


label[for="gui-form-comment"], #gui-form-comment { display:none !important; }
.gui-payment-method-service.gui-is-selected { display: grid }

#product .content .data .price .for .hurry { margin-left: 0; }
#product .content .data .price .for span + .hurry { margin-left: 20px; }

.custom-related-slider { display: flex; margin-top: 20px; overflow-x: scroll; }
.custom-related-slider::-webkit-scrollbar { height: var(--scrollbarHeight); width: 10px; }
.custom-related-slider::-webkit-scrollbar-track { border-radius: 10px; }
.custom-related-slider::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 5px; }
.custom-related-slider::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.4); }
.custom-related-slider .article { display: flex; flex-direction: column; margin-bottom: 20px; margin-right: 20px; min-width: 120px; text-align: center; width: calc(100% / 3 - 20px) }
.custom-related-slider .article .description { margin-bottom: 15px !important; margin-top: 10px; }
.custom-related-slider .article .description a { color: var(--bodyText); font-weight: 600; }
.custom-related-slider .article .price { margin-bottom: 0 !important; }
.custom-related-slider .article .addtocart { margin: 0 auto; max-width: 100px; }


#product .content .data .actions .btn.addtocart.disabled, #add-to-cart .product-wrap .btn.disabled { background-color: #E2E2E2; pointer-events: none; }
#product .hurry i.icon-negative { background-color: var(--negatives); }
