@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes addCart {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10); } }

@keyframes addCart {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10); } }

footer {
  z-index: 1;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffaea7), to(#f37b97));
  background: -webkit-linear-gradient(top, #ffaea7, #f37b97);
  background: -o-linear-gradient(top, #ffaea7, #f37b97);
  background: linear-gradient(to bottom, #ffaea7, #f37b97);
  padding: 30px 0px;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-nav ul h4 {
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px; }
  .footer-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400; }
    .footer-nav ul li a {
      font-weight: normal;
      font-weight: 300;
      font-size: 13px;
      letter-spacing: 0.5px;
      line-height: 2;
      color: #ffffff;
      display: block;
      cursor: pointer; }
      .footer-nav ul li a:hover {
        opacity: 0.8; }

.footer-note {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-note li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: 300; }
    .footer-note li:before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ffffff;
      position: absolute;
      left: -15px;
      top: 5px; }

p.footer-phone, p.footer-copyright {
  line-height: 2.5; }

p.footer-phone {
  font-size: 14px;
  font-weight: 300; }
  p.footer-phone img {
    vertical-align: middle;
    padding-right: 10px; }
  p.footer-phone a {
    color: #fff;
    font-weight: 300; }

p.footer-copyright {
  font-size: 13px;
  text-align: center;
  font-weight: 300; }

@media (max-width: 991px) {
  .footer-nav h4, .footer-nav li {
    text-align: center; }
  .footer-nav, .footer-note {
    margin-bottom: 30px; }
  p.footer-phone {
    text-align: center;
    padding-top: 15px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.8); } }
