/* 20231013102437 - 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: #2a4258;
}

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

.gui a {
  color: #2a4258;
}

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

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

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

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

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

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

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

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

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

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

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

.gui-table thead tr th {
  border-color: #8c8c8c;
  background-color: #f2f2f2;
}

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

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

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

/* custom */
.ui.calendar .ui.table.day tbody tr td:nth-child(1):not(.available)
/*.ui.calendar .ui.table.day tbody tr td:nth-child(7)*/ {
  pointer-events: none;
  color: rgba(40,40,40,.3);
}

.ui.calendar .ui.table.hour tbody tr:nth-child(1) td,
.ui.calendar .ui.table.hour tbody tr:nth-child(2) td,
.ui.calendar .ui.table.hour tbody tr:nth-child(3) td:nth-child(1),
.ui.calendar .ui.table.hour tbody tr:nth-child(6) td:nth-child(n+2){
	pointer-events: none;
  color: rgba(40,40,40,.3);
}

/* Brands */
#brands .brands {
	margin: 0;
  display:flex;
  flex-wrap:wrap;
}

#brands .brands .brand {
	padding: 15px;
}

#brands .brands .brand .image-wrap {
	padding:10%;
}

#brands .brands .brand img {
	width:100%;
}
#brands .brands-sec ul {
  column-count: 4;
  margin:0;
  padding:0;
  list-style:none;
  flex-grow:10;
}
#brands .brands-sec  {
	margin-bottom:50px;
  display:flex;
  align-items:flex-start;
  width:100%;
}

#brands .brands-sec .letter-title {
  min-width: 80px;
  max-width: 80px;
  font-size: 2.2em;
  font-weight: 700;
  margin-top:-5px;
  color: #2A4258;
}
#brands .letter-overview {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  justify-content:center;
 	font-size: 1.5em;
  font-weight: 700;
  flex-wrap:wrap;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
  margin-bottom:40px;
}
#brands .letter-overview li {
	padding:7px;
}

@media (max-width: 767px){
  #brands .brands-sec .letter-title {
    min-width: 50px;
    max-width: 50px;
    font-size: 1.7em;
  }
  #brands .brands-sec ul {
    column-count: 2;
	}
}
/* End brands */
