#cookie-notice{text-align:center; padding:8px 6px; position:fixed; bottom:0; left:0; right:0; z-index:100;}
#cookie-notice a.cookie-btn{padding:3px 6px; border-radius:3px; font-size:0.95em;white-space:nowrap;display:inline-block;}
#cookie-notice a.cookie-btn:hover{box-shadow:inset 0 0 5px 1px rgba(128,128,128,0.5)}
#cookie-more-info {text-decoration:underline}
#cookie-wrap {clear:both}
@media (max-width:767px) {
  #cookie-notice {padding:6px; max-width:80%; right:auto; border-top-right-radius:6px;}
  body.theme-storefront #cookie-notice {bottom:60px;}
}
@media print {
  #cookie-notice {display:none}
}