#sidebar {
  background: #0575E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom right, #021B79, #0575E6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom right, #021B79, #0575E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  font-weight: 100;
}
#sidebar a {
  color: #fff;
}
#sidebar ul li.divider {
  border-bottom: 1px solid #7A9CDC;
  width: 50%;
  padding: 0 25%;
  margin: 15px auto;
  height: 1px;
  background: #fff;
}
#sidebar #sidebar-logo {
  max-width: 80%;
  margin: 15px 10%;
  background: none;
  padding: 5px;
  border-radius: 7px;
}

#sidebar-right {
  background: #fff;
}

#content {
  background: #fff;
}

.eshop #sidebar-right {
  background: #fff;
}

.product-card.selected {
  border: none;
}

#sidebar-right-switches button {
  background: #eee;
}

.basket-item.orders {
  background-color: #F3F4F5;
}

#page-orders .data .close {
  color: #333;
}

.product-row, .synchronization-item {
  background: #fff;
  color: #272626;
}

.basket-item a {
  color: #414141;
}

#mobile-switches {
  background: #fff;
}
#mobile-switches button, #mobile-switches a {
  color: #333;
}

#sidebar-collapse {
  color: #fff;
}

#page-products .to-top-button {
  background: rgba(0, 0, 0, 0.1);
  color: #999;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.product-description-container {
  position: static;
}
.product-description-container .outer-product-description {
  background: #eee;
  position: fixed;
  border-radius: 1rem;
  right: 300px;
  top: 30vh;
  width: 50%;
  padding: 1rem;
  border: 1px solid #999;
  z-index: 1000;
}
.product-description-container .outer-product-description p {
  font-size: 120%;
}

/*# sourceMappingURL=colors-1.css.map */
