/* 20220107080540 - 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 */
.products .product .info {
  text-align:center;
}

.sold-label {
  position: absolute;
  background: #C0C0C0;
  z-index: 99;
  width: 100%;
  text-align: center;
  top: 50%;
  padding: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #fff;
}

/********** SHOPMONKEY ***********/
.products .product .image-wrap {
  overflow: hidden;
}
.product .sec-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product:hover .sec-img {
  opacity:1;
  visibility:visible;
  z-index:9;
}
.product.loaded:hover .sec-img {
  opacity:1;
  visibility:visible;
  z-index:9;
}
.products .product .image-wrap .sale-new {
  z-index:99;
  background-color: #d4c8c8;
  color: #55565b;
  font-size: 0.8em;
  padding: 6px 30px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -22px;
  top: 10px;
}
.products .product .image-wrap img,
.zoombox .images, 
.zoombox .thumbs a {
  border:0px;
}
.products .product .info {
  border: 0px;
  border-top: 1px solid #eaeaea;
}
.categories .category {
  border: 0;
  padding: 20px 15px;
  position: relative;
  margin-top: 40px;
}
.categories .category .catalog-titles {
  position: absolute;
  margin-top: 10px;
  color: #827979;
  text-align: center;
  width: 90%;
  font-size:1.2em;
}
.usps .usp {
  display:inline-block;
  padding: 0px 12px 0px 6px;
}
.usps .usp:first-child {
  border-right:1px solid #aaa;
}
.languages .flag {
  border-radius:0px;
}
.languages {
  margin-top: -2px;
}
.topnav .languages {
  float: left;
  position: relative;
  padding: 0px 10px;
  margin-right: 30px;
}
.languages .dropdown {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  min-width: 150px;
  border: 1px solid #eee;
  border-top: 0px;
  left: -2px;
  top: 30px;
  display:none;
}
#insta {
  padding:20px 0px 40px 0px;
}
#insta .insta-head {
  padding:0 0 15px 0px;
}

.products .product .image-wrap:hover .description {
  z-index:9;
  background:transparent;
}

.products .product .description .stars,
.products .product .image-wrap .description .text {
  visibility:hidden;
}

.products .product .image-wrap .cart {
  background-color:#fff;
}

.home-title { 
  margin-top:30px;
  margin-bottom:50px;
}

.home-title h2 {
  font-family: 'Lato', sans-serif;
}

@media (min-width: 768px) {
  nav.desktop.fixed .width-if-fixed {
    width: 750px;
    margin:0 auto;
    padding:0 15px;
  }
  .logo img {
    width:245px;
    margin:0 auto;  
  }
  .logo {
    padding-bottom:20px;
  }
  nav.desktop ul {
    float:inherit; 
  }
  nav.desktop.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999999;
    border-bottom: 1px solid #eee;  
  }
}
@media (min-width: 992px) {
  nav.desktop.fixed .width-if-fixed {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  nav.desktop.fixed .width-if-fixed {
    width: 1170px;
  }
}
/********** END SHOPMONKEY ***********/
