.cookie-box { display: flex; width:80%; background:#fff; position:fixed; left:10%; bottom: -120px; color:#000; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 10px 4%; border-radius:10px; font-size:13px; line-height:1.4;  transition:all 0.6s ease-in-out; z-index:99999; border: 3px solid #000; }
.cookie-box.box-show { bottom:20px; }
.cookie-btns { margin-left:2%; flex-shrink:0; }
.cookie-btns a { display:block; white-space:nowrap; padding:0 10px; background:#000; color:#fff; text-decoration:none; border-radius:30px; height:30px; line-height:30px; } 
.cookie-close { position: absolute; font-size:20px; right:5px; top:5px; text-decoration:none; color:#000; height:30px; width:30px; text-align:center; line-height:30px; font-family:Arial; }

body[data-lang="ar"] .cookie-close { right:auto; left:5px; }
body[data-lang="ar"] .cookie-box { direction:rtl; }