/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */

/* Footer social block */
table.footer {
  border-spacing: 0px;
  width: 352px;
}
td.footer {
  width: 85px;
  height: 85px;
  margin: 0px;
}
td.footer.hifikit {
  width: 174px;
  height: 174px;
  padding: 0px 2px 0px 0px;
}
td.footer.facebook {
  padding: 0px 2px 2px 2px;
}
td.footer.instagram {
  padding: 0px 0px 2px 2px;
}
td.footer.pintrest {
  padding: 2px 2px 0px 2px;
}
td.footer.tumblr {
  padding: 2px 0px 0px 2px;
}
a.social-footer {
  display: inline-block;
}
