/* 20240402070906 - 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: #008060;
}

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

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

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

/* custom */
.product form, .product .button.disabled { opacity: 1; }
.product .wrap > label + label { margin-top: 30px; }
#product .images .images-wrap .label + .label { margin-top: 30px; }
.formSearch .search-results .list-products .title span { color: var(--colorBody); display: block; font-size: var(--fontSmall); font-weight: var(--fontNormal); }
.list-cart > li .brand { color: var(--colorBody); display: block; font-size: var(--fontSmall); font-weight: var(--fontNormal); margin-bottom: 4px; }
#cartpage .list-cart-main > li .title .brand { color: var(--colorBody); display: block; font-size: var(--fontSmall); font-weight: var(--fontNormal); margin-bottom: 4px; }
#product .sidebar .related ul li .brand { color: var(--colorBody); display: block; font-size: var(--fontSmall); font-weight: var(--fontNormal); margin-bottom: 4px; }
#product #bundles h3 { margin-bottom: 20px; }
.tags.blog-tags { margin-bottom: 30px; }

/* blog adjusments */
#blog-second .article.big a { min-height: 0; }
#blog .pagination { display: none; }
.tags ul li a { color: var(--white); background-color: var(--cta); border-color: var(--cta); }
#blog .other-posts .article { width: calc(100% / 3 - 30px); margin-bottom: 20px; }
#blog .other-posts h2 { display: none; }
@media (max-width: 991.98px) {
  #blog-first .article .img { max-width: 600px; }
  #blog-first .article .wrap { width: 450px; }
}
@media (max-width: 767.98px) {
  #blog-first .article { height: 250px; }
  #blog-first .article .img { width: 100vw; left: 50%; transform: translateX(-50%); }
  #blog-first .article .wrap { width: 100%; }
  #blog-first .article .wrap > a { top: 100%; height: 300px; }
  #blog-first { padding-bottom: 115px; }
}
@media (max-width: 575.98px) {
  #product .images.fullwidth .images-wrap .image { min-height: 335px; }
  #product .images.fullwidth .images-wrap { height: 335px; }
  #product .images.fullwidth .images-wrap .image img { max-height: 100%; }
  #product .sidebar .column-wrap.sticky { position: initial; }
  #product form .actions .add-to-wishlist { right: -28px; }
  #product form .actions { background: #fff; bottom: 0; box-shadow: 2px 2px 50px rgb(38 63 77 / 10%); flex-wrap: nowrap; left: 0; padding: 10px 2.5%; position: fixed; z-index: 10; }
  #product form .actions:before { content: ""; display: block; position: absolute; top: 0; right: -45px; bottom: 0; left: 0; background: #fff; }
/*   .reviews-wrap .pagination > p:first-child { display: none; } */
  #footer .review-widget, #footer .socials { justify-content: left; }
  #blog-second .article.big .img:before { width: 100vw; left: 50%; transform: translateX(-50%); }
}

/* btn envelope */
.product .button.disabled.envelope, .product .button.disabled.envelope:before { color: var(--cta); background-color: var(--cta); border-color: var(--cta); }
.product .button.disabled.envelope { align-items: center; padding: 0 22.5px; cursor: pointer; }
.product .button.disabled.envelope svg { height: 25px; width: 25px; }
.product .button.disabled.envelope svg path { fill: var(--white); }
