* {
  text-decoration: none !important;
}

.back-icon {
  display: table-cell;
  -webkit-transform: translate(0px, -18px);
          transform: translate(0px, -18px);
}

.header {
  display: table;
  margin: auto;
}

.header a {
  text-decoration: none;
}

.header h1 {
  display: inline-block;
}

.shop-preview-list a {
  text-decoration: none;
}

.shop-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: #979797 1px solid;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 24px;
  min-height: 140px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shop-preview .logo {
  width: 140px;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.shop-preview .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: left;
  padding-left: 24px;
}

.shop-preview .data h1 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  padding-top: 6px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.shop-preview .data p {
  font-size: 16px;
  margin: 0;
}

.shop-preview .data .stato-negozio {
  font-size: 20px;
}

.shop-preview:hover {
  -webkit-box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.rainbow {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 4px;
}

.rainbow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -200%;
  width: 200%;
  height: 500%;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff)), -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#007bff), to(#007bff)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(#007bff, #007bff), linear-gradient(white, white), linear-gradient(#007bff, #007bff), linear-gradient(white, white);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
}

.rainbow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: white;
}

@media only screen and (max-width: 600px) {
  body {
    padding: 0;
  }
  .shop-preview {
    -webkit-box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 9px -9px rgba(0, 0, 0, 0.4);
  }
  .back-icon {
    -webkit-transform: translate(0px, -12px);
            transform: translate(0px, -12px);
  }
}
/*# sourceMappingURL=style-shop-list.css.map */