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

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

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

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

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

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

/* custom */
.hero-slideshow__banner:not(.hero-slideshow__banner--no-overlay):before {
    background-color: rgb(0 0 0 / 50%);
}

.hero-slideshow__banner .btn {
background-color: #b6966a;
}

.hero-slideshow__banner .text-component {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel__control {
  background: #b6966a;;
  color: #fff;
}

.top-footer .btn {
background-color: #b6966a;
}


.btn--lg {
    --btn-padding-y: var(--space-xs);
 		 --btn-padding-x: var(--space-sm);
}

.bg-grey {
background: #292c31;
color: #fff;
}

.text-white {
color: #fff;
}

.banner-card__content {
justify-content: flex-end;
    align-items: center;
}

.margin-top-20 {
  margin-top: 20px;
}

.main-header__link.btn {
    padding: 10px 15px;
  	margin-right: 20px;
}



.main-footer__social-btn {
  margin-bottom: 0px;
  font-size: 1.5em;
  padding: 6px;
  background: #b6966a;
  color: #292c31;
}

.h100 {
height: 100%;
}

.main-footer__social-list {
  align-items: center;
  margin-bottom: 0px;
}

.footer-logo {
max-width: 50%;
}

.btn--primary:hover {
    background-color: #000;
  text-decoration: none;
  color: #fff;
}

.category-card__title {
    position: relative;
    margin-top: 0px;
}

.category-card__title a {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
  	padding: var(--space-sm);
    background: rgb(41 44 49 / 60%);
    color: #fff;
  transition: 0.3s;
}

.category-card__title a:hover, .category-card:hover .category-card__title a {
    text-decoration: none;
  background: rgb(41 44 49 / 90%);
}

.portrait-cards {
padding-bottom: calc((1.25 / 1) * 100%);
}

.portrait-cards::after {
	content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgb(41 44 49 / 20%);
  transition: 0.3s;
}

.category-card:hover .portrait-cards::after {
  background: rgb(41 44 49 / 40%);
}

.customer-logos__item {
		filter: brightness(95%);
    background: #ffffff;
  transition: 0.3s;
}

.customer-logos__item:hover {
		filter: brightness(85%);
}

:root {
  --radius-md: 0px!important;
}
  @media (min-width: 64rem) {
.main-header__dropdown-link {
  padding: var(--space-xxs) var(--space-sm);
    }
}

.text-component img {
	object-fit: cover;
  height: auto;
  width: 100%;
}

.team-grid .col-6 {
  height: 100%;
}

.team-grid img {
	height: 200px;
}

.team-grid h3 {
  margin-bottom: 0px;
  margin-top: 15px;
}



