.flyup_subscribe-popup { display:block; height:75px; position:fixed; bottom:0px; width:100%; z-index:50000px; font-family:Arial, helvetica, sans-serif; font-weight:bold; font-size:15px; }
.flyup_hidden { display:none; }
#flyup_close { width:20px; height:20px; position:absolute; top:40px; right:20px; overflow:hidden; cursor:pointer; }
#flyup_close::before { width:200%; height:200%; content:""; position:absolute; top:-50%; left:-50%; background-image:url('https://mediaresources.wrbm.com/the-grocer/flyup/close.png'); background-repeat:no-repeat; background-position:center; }
#flyup_open-close { background-color:#E40613; width:30px; height:25px; margin:0px auto; border-top-right-radius:15px; border-top-left-radius:15px; position:relative; overflow:hidden; cursor:pointer; }
#flyup_open-close:before { width:200%; height:200%; content:""; position:absolute; top:-50%; left:-50%; background-image:url('https://mediaresources.wrbm.com/the-grocer/flyup/up.png'); background-repeat:no-repeat; background-position:center; -ms-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s; transition:all 0.5s; }
.flyup_open:before { -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg); }
.flyup_closed_container { background-color:#E40613; color:#ffffff; height:50px; box-shadow:0px 0px 30px rgba(0, 0, 0, .20); }
.flyup_closed-inner { width:100%; max-width:982px; height:50px; margin:0px auto; text-align:center; padding-top:14px; }
.flyup_open_container { background-color:#ffffff; color:#000000; height:160px; }
.flyup_open-inner { width:100%; max-width:464px; height:160px; margin:0px auto; text-align:left; background-image:url('https://mediaresources.wrbm.com/the-grocer/flyup/background.png'); background-repeat:no-repeat; background-position:right center; background-size:50%; }
.flyup_highlight { color:#ffff00; font-weight:bold; padding-right:5px; }
.flyup_button { background:#feee36; color:#262626 !important; font-size:14px; padding:6px 8px 7px 8px; text-align:center; text-decoration:none !important; font-weight:bold; }
.flyup_open-text { font-size:18px; margin-bottom:20px; padding-top:40px; }

/* Override the cookie bar style to make it full width, non-transparrent, and to float correctly relative to the flyup bar */
#cookie-notice { margin:0px !important; min-width:auto !important; width:100% !important; bottom:0px !important; left:0px !important; height:30px !important; opacity:1 !important; }
.flyup_enabled #footer.flyup_margin { margin-bottom:50px; }
.flyup_enabled.flyup_cookiebar_visible .flyup_subscribe-popup { bottom:40px; }
.flyup_enabled.flyup_cookiebar_visible .flyup_margin { margin-bottom:80px !important; }
