body .footer-bottom .container {
  display: block;
  direction: ltr;
}

body .footer-bottom .container .bottom-oups-footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body .footer-bottom .container .bottom-oups-footer-wrapper .copyright-textp{
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
body .footer-bottom .container .bottom-oups-footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
body .bottom-oups-footer-wrapper .footer-extra-content{
  display: flex;
}
body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels{
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #757575;
}
body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul {

}
body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul li{
  width: 40px;
  float: left;
  margin: 0 5px;
  background-color: #FFFFFF;
  border-radius: 5px;
  /*background-color: rgba(255, 255, 255, 1);*/
  padding:  0px 5px;
}
body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul li svg{
  overflow: hidden;
  vertical-align: middle;
}
body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul li.visa .cls-1{
  /*fill: #FFF !important;*/
  fill: #1434cb !important;
}

body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul li.master_card .cls-1{
  fill: #f26122 !important;
}

body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul li.master_card .cls-2{
  fill: #ea1d25 !important;
}
body .bottom-oups-footer-wrapper .footer-extra-content .powered-by{
  color: #FFF;
}
body .bottom-oups-footer-wrapper  .footer-extra-content .payment-channels ul li.cash {
  padding: 6px 5px;
}
