/* MABIO MARKET COMMERCE HARDENING V54.1 */

html[data-mabio-layout="jumia"] .m541-quick-btn,
body .mobile-app .m541-quick-btn{
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  position:absolute !important;
  z-index:30 !important;
  right:8px !important;
  bottom:8px !important;
  min-width:34px !important;
  min-height:32px !important;
  width:auto !important;
  height:32px !important;
  margin:0 !important;
  padding:6px 9px !important;
  border:1px solid rgba(255,255,255,.92) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.96) !important;
  color:#344054 !important;
  box-shadow:0 8px 22px rgba(16,24,40,.12) !important;
  font-size:.65rem !important;
  line-height:1 !important;
  font-weight:850 !important;
}

html[data-mabio-layout="jumia"] .m541-quick-btn i,
body .mobile-app .m541-quick-btn i{
  color:#635BFF !important;
}

@media(max-width:520px){
  html[data-mabio-layout="jumia"] .m541-quick-btn,
  body .mobile-app .m541-quick-btn{
    width:31px !important;
    min-width:31px !important;
    max-width:31px !important;
    height:31px !important;
    min-height:31px !important;
    max-height:31px !important;
    padding:0 !important;
    justify-content:center !important;
    font-size:0 !important;
  }

  html[data-mabio-layout="jumia"] .m541-quick-btn i,
  body .mobile-app .m541-quick-btn i{
    font-size:.72rem !important;
  }

  html[data-mabio-layout="jumia"] .m541-quick-btn span,
  body .mobile-app .m541-quick-btn span{
    display:none !important;
  }
}