.product-footer {
  background-color: #c71c22;
  margin: 0;
  padding-bottom: 30px;
  text-align: center; }
.product-footer h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.8em;
  padding: 20px; }
.product-footer h1 a {
  display: inline-block; }
.product-footer a {
  color: white;
  display: block;
  text-decoration: none; }
.product-footer a img {
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 32px;
  height: 32px; }
.product-footer a:hover img {
  margin-right: 15px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }
.product-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  text-align: left; }
.product-footer ul li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  font-size: 1.5em;
  list-style: none;
  padding: 20px; }
@media screen and (max-width: 1050px) {
  .product-footer ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; } }
@media screen and (max-width: 600px) {
  .product-footer ul {
    padding-left: 0; }
  .product-footer ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center; } }
