/*------------------------------------*\
  FOOTER
\*------------------------------------*/
.footer {
  background: #535574;
  min-width: 1024px; }

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 40px;
  max-width: 1440px;
  margin: auto; }

.footer__flex {
  display: flex;
  align-items: center; }

.footer__flex a {
  margin-left: 16px;
  height: 16px;
  display: flex; }

.footer__text {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF; }

@media only screen and (max-width: 1400px) {
  .cart__content {
    display: block; }
  .cart__column:first-of-type {
    margin-right: unset;
    width: unset; }
  .cart__column {
    margin-right: unset;
    width: unset; } }

