@charset "UTF-8";

.rating {
    line-height: 0;
    margin-top: 25px;
    font-size: 14px;
}

.rating p {
  padding-left: 1em;
  text-indent: -1em;
}

footer a {
  color: #fff !important;
}

.Product {
  margin: 70px auto 0 auto !important;
}

@media screen and (max-width: 400px) {

  .rating {
    margin-left: 14px !important;
}

  .Product {
  margin: 50px auto 0 auto !important;
}
}