.footer-bottom-wrap .footer-payment-cards {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.footer-bottom-wrap .footer-payment-cards .payment-label {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-bottom-wrap .footer-payment-cards .payment-card-img {
  height: 26px !important;
  width: auto !important;
  object-fit: contain !important;
  background: #ffffff !important;
  padding: 3px 8px !important;
  border-radius: 5px !important;
  display: block !important;
}

.footer-bottom-wrap .footer-payment-cards .payment-card-img.card-mada {
  background: #007bff !important;
}

.footer-bottom-wrap .footer-payment-cards .payment-card-img.card-apple {
  background: #000000 !important;
}
.logo-header img.logo {
  height: 90px !important; /* change this value to whatever size you want */
  width: auto !important;
}
a.logo-header img.logo {
  height: 70px !important;
  width: auto !important;
}