.fastcod-sticky{
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.07);
  padding: 8px 12px;
}
.fastcod-sticky-btn{
  display:block; width:100%; padding:12px 16px; font-size:22px;
  line-height:1.2; border-radius:12px; border:0; cursor:pointer; text-align:center;
  background:#151b24; color:#fff; font-family:'Rajdhani', sans-serif !important;
  background-image:url('https://cluxe.ma/wp-content/uploads/2023/04/bagicon.png') !important;
  background-repeat:no-repeat !important; background-size:32px !important; background-position:2% 50% !important;
}
.fastcod-sticky-btn:hover{ filter:brightness(0.95); }

.fastcod-sticky.is-ar .fastcod-sticky-btn{
  font-family: system-ui, "Segoe UI", Tahoma, Arial, "Noto Naskh Arabic", "Cairo", sans-serif !important;
  direction: rtl;
}
