﻿.footer__block {
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: auto;
  justify-content: space-between;
}

.footer-powered-by a,
.footer-block a:hover {
  color: #004B8B;
}

.footer-block .title::after {
  background-color: #004B8B;
}

.footer__block--secureShop {
  padding-left: 0;
  margin: 0;
  order: 0;
  display: flex;
  align-self: center;
  align-items: baseline;
  width: auto;
}

.footer-disclaimer-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  order: 1;
}

.footer-disclaimer {
  display: inline;
  vertical-align: top;
}

.secure-Shop {
  height: 64px;
}

.ap-topshop {
  height: 64px;
  padding-left: 10px;
}

.footer .footer-middle {
  background-color: #f6f6f6;
  padding: 0;
}

.footer-block .quick-contact span {
  position: relative;
  padding: 0 0 0 14px;
}

.footer-block .quick-contact > ul > li > span.contact-icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #004B8B;
  background-image: url('../img/footer-sprite.png');
  background-repeat: no-repeat;
}

.footer-block .contact-box {
  display: none;
}

.footer-block .social-mobile ul {
  display: block;
}

.social-mobile .social-sharing {
  padding: 0;
  margin: 0;
  border: none;
}

.social-desktop {
  display: none;
}

.social-sharing {
  padding: 0 !important;
}

  .social-sharing li {
    display: inline-block;
    margin: 0;
    width: 30px;
    padding: 0 0 20px 0 !important;
  }

.social-mobile .social-sharing li {
  padding: 0 !important;
}

.social-sharing a {
  display: block;
  width: 16px;
  height: 16px;
  background: none;
}

  .social-sharing a span {
    font-size: 1.0000rem;
    color: #004B8B;
  }

.footer-upper .newsletter {
  text-align: center;
  float: none;
}


@media all and (min-width: 481px) {
  .secure-Shop {
    height: 94px;
  }

  .ap-topshop {
    height: 94px;
  }
}

@media all and (min-width: 1025px) {
  .footer__block {
    flex-direction: row;
    max-width: 60%;
  }

  .footer-disclaimer-wrapper {
    order: 0;
  }

  .footer__block--secureShop {
    order: 1;
  }

  .social-sharing {
    float: left;
    margin: 0;
    line-height: 0;
    width: 100%;
  }

  .footer-block .contact-box {
    display: inline-flex;
  }

  .social-mobile {
    display: none;
  }

  .social-desktop {
    display: block;
  }

  .footer-block .quick-contact li {
    padding: 6px 0 16px;
  }

  .footer .footer-middle {
    padding: 60px 0 30px;
  }
}

@media (max-width: 1024px) {
  .footer .footer-upper .center {
    width: 350px;
    margin: auto;
  }
}
