/* 20231228072850 - 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: #e90ab3;
}

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

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

.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 */
#footer { background: url(https://cdn.webshopapp.com/shops/294187/files/331742114/bg.png) center center fixed; }
.intro-category .intro .sub-cats .box img + h4 { word-break: break-all; }

/* Images lazyload */
.product:not(.product-noll) img:not(.second-image),
header img:not(.desktop-logo):not(.mobile-logo):not(.search-image),
.featured-blocks img,
.sub-blocks img,
#product img,
#product-content img,
#add-to-cart img,
.lastviewed img,
.catalog img,
.article-wrapper img,
#compare-btn img, .blog .clear:not(.list-articles) img,
.popup img,
.blog-articles img,
.search-products li img:not(.search-image) {
  transition: 1s opacity ease-out;
  opacity: .25;
}

.product:not(.product-noll) img.yall-loaded,
header img.yall-loaded:not(.desktop-logo):not(.mobile-logo),
.featured-blocks img.yall-loaded,
.sub-blocks img.yall-loaded,
#product img.yall-loaded,
#product-content img.yall-loaded,
#add-to-cart img.yall-loaded,
.lastviewed img.yall-loaded,
.catalog img.yall-loaded,
.article-wrapper img.yall-loaded,
.blog .clear:not(.list-articles) img.yall-loaded,
#compare-btn img.yall-loaded,
.popup img.yall-loaded,
.blog-articles img.yall-loaded,
#product-content .desc .inner img,
.article-wrapper .blog img {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
	#top #logo img { object-position: left; }
}
.sub-blocks .blocks .block.text .top h3 .red { display: block; color: #980100; }

.wsa-demobar {
  font-size: 2em !important;
  color: #faf8f7 !important;
  padding-top: 200px;
  height: 50% !important;
  background: #eb7a34 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #eb7a34 0%, #d65a0d 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eb7a34 0%,#d65a0d 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eb7a34 0%,#d65a0d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}
