* {
  text-decoration: none !important;
}

#logo {
  width: 50%;
  height: auto;
  margin-bottom: 24px;
}

.back-icon {
  display: table-cell;
  float: left;
  padding-top: 3px;
  -webkit-transform: translate(100px, 5px);
          transform: translate(100px, 5px);
}

.container {
  background-image: url("../../imgs/default/promo_pattern.png");
}

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

.header a {
  text-decoration: none;
}

.header h1 {
  display: inline-block;
}

.promo-layout {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-height: 140px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -ms-flex-line-pack: left;
      align-content: left;
  border-radius: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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);
}

.promo-layout .text-area {
  padding: 0px 22px;
}

.promo-layout .copertina img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
}

.promo-layout hr {
  margin-bottom: 6px;
}

.promo-layout h1 {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 30px;
}

.promo-layout h2 {
  margin-bottom: 24px;
  font-size: 24px;
}

.promo-layout span {
  font-weight: bold;
}

.promo-layout #durata {
  font-size: 16px;
  font-size: 12px;
  text-align: right;
}

.promo-layout #desc {
  padding-top: 14px;
  font-size: 18px;
  text-align: left;
}

@-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:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #logo {
    width: 60%;
  }
  .back-icon {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
}
/*# sourceMappingURL=promo-style.css.map */