.text-align-start {
  text-align: right;
}

.text-align-end {
  text-align: left;
}

.float-start {
  float: right;
}

.float-end {
  float: left;
}


@media (min-width: 1025px) {
  .footer-disclaimer,
  .footer-powered-by,
  .footer-designed-by {
    float: right;
    clear: right;
  }

  .footer-shopily-logo {
    float: left;
  }

    .footer-shopily-logo img {
      width: 90px;
      margin-top: -4px;
    }

  .Avenue_1_footer .footer-social-buttons {
    text-align: left;
  }
  .Avenue_1_footer .footer-payment-methods {
      text-align:center;
  }
  .Avenue_1_footer .footer-disclaimer,
  .Avenue_1_footer .footer-powered-by,
  .Avenue_1_footer .footer-designed-by {
    clear: none;
  }
  .Avenue_1_footer .footer-shopily-logo {
    float: right;
    margin: 0 10px;
  }
  .Avenue_1_footer .footer-lower-block {
    width: 33.3%;
  }

}
