/* 20230818214826 - 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: #0a8de9;
}

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

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

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

/* custom */
html.filter-active #content-ga { z-index: initial; }

.module-featured-ga figure:before {
    background: none!important
}

/* Sticky header search */
@media only screen and (min-width: 47.5em) {
	.search-ga-active #top-ga.scroll-to-fixed-fixed > form { bottom: 1px; display: block; top: auto; }
  .search-ga-active #top-ga.scroll-to-fixed-fixed > form input { background: #fff; height: 64px; }
}


.hide {
 display: none!important; 
}
.text-center {
 text-align: center; 
}
/* .home-product-slider .add {
  display: none;
} */
.list-btn.variants label {
  margin: 2px 0 0px;
}
#footer-ga .list-social {
  margin-right: 0px;
}
.list-collection.collection-page .home-product-slider h2 {
  height: 25px;
}
.list-collection.collection-page .home-product-slider .list-btn.variants label {
  margin: 1px 0 4px;
}
.list-collection.home-products > li {
  width: 25%;
}
select {
  padding: 8px 36px 12px 15px;
}
#nav > ul > .shadow {
  display: none;
  position: absolute;
  left: -10040px;
  right: -10000px;
  top: 100%;
  z-index: -2;
  height: 100vh;
  background: var(--cod);
  opacity: .3;
}
#nav-ga > ul > .shadow {
  display: none;
  position: absolute;
  left: -10040px;
  right: -10000px;
  top: 100%;
  z-index: -2;
  height: 100vh;
  background: var(--sea);
  opacity: .2;
}
[data-whatintent="mouse"] #nav-ga > ul > li.has-div:hover ~ .shadow {
  display: block;
}
.list-gallery-ga figure:before {
 background: none; 
}
@media only screen and (max-width: 47.5em) {
  .home-product-slider .add {
    display: none;
  }
  .home-product-slider .look {
    display: flex!important;
  }
  .list-collection p.price {
    text-align: center;
	}
  .list-collection .slider-cat {
    text-align: center;
	}
  .list-collection h2 {
    text-align: center;
	}
  #footer-ga .list-social li {
    margin-right: 25px;
	}
  .list-product li {
    border-left-width: 0;
	}
  .gui-login .gui-buttons {
    margin: 50px -15px 0px -15px;
	}
  .list-gallery-ga li > div h4{
  	max-width: 260px;
	}
}

.list-btn a {
    display: none;
}



#content-ga.textpage { margin: 0 auto; max-width: 1314px; padding-top: 15px; }
@media only screen and (max-width: 84.375em) {
  #content-ga.textpage { max-width: 1180px; }
}
@media only screen and (max-width: 75em) {
	#content-ga.textpage { max-width: 980px; }
}
@media only screen and (max-width: 62.5em) {
  #content-ga.textpage { max-width: 720px; }
}
@media only screen and (max-width: 47.5em) {
  #content-ga.textpage { max-width: 100%; }
}

@media only screen and (min-width: 1600px) {
 .list-collection li { width: 25%; }
}

@media only screen and (min-width: 47.5em) {
  .list-collection li form { bottom: 47px; opacity: 0; position: absolute !important; visibility: hidden; }
  .list-collection li:hover form { opacity: 1; visibility: visible; }
/*   .list-collection li:hover p.price { opacity: 0; visibility: hidden; } */
  .list-collection li p.price { position: relative; top: 0; transition: 0.2s; }
  .list-collection li:hover p.price { top: -10px; }
}

 
