.browserdetect-popup-wrapper.popup-type-bottom_bar .popup-content{position:fixed;top:auto;bottom:0;left:0;right:0;background:#fff;z-index:9999;box-shadow:0 0 3px 0 rgba(0,0,0,.7)}.browserdetect-popup-wrapper.popup-type-top_bar .popup-content{position:fixed;top:0;bottom:auto;left:0;right:0;background:#fff;z-index:9999;box-shadow:0 0 3px 0 rgba(0,0,0,.7)}.browserdetect-popup-wrapper.popup-type-popup .popup-content{position:fixed;top:50%;bottom:auto;left:50%;right:0;height:auto;background:#fff;z-index:9999;width:100%;max-width:500px;transform:translate(-50%,-50%);box-shadow:0 0 3px 0 rgba(0,0,0,.7)}.browserdetect-popup-wrapper .popup-content{padding:10px 15px}.browserdetect-popup-wrapper .popup-content .close{position:absolute;right:12px;top:12px;width:32px;height:32px;opacity:.3;transition:all .3s ease-in-out}.browserdetect-popup-wrapper .popup-content .close:hover{opacity:1}.browserdetect-popup-wrapper .popup-content .close:before,.browserdetect-popup-wrapper .popup-content .close:after{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#333}.browserdetect-popup-wrapper .popup-content .close:before{transform:rotate(45deg)}.browserdetect-popup-wrapper .popup-content .close:after{transform:rotate(-45deg)}.browserdetect-popup-wrapper .popup-content .title{font-size:24px;font-weight:700;margin-bottom:20px}.browserdetect-popup-wrapper .popup-content .recommendations{display:flex;margin-left:-15px;margin-right:-15px}.browserdetect-popup-wrapper .popup-content .recommendations .recommendation{flex:0 1 100%;text-align:center;padding:0 15px}.browserdetect-popup-wrapper .popup-content .recommendations .recommendation a{display:block;padding:15px 10px;border:1px solid #d3d3d3;border-radius:2px;transition:all .3s ease-in-out}.browserdetect-popup-wrapper .popup-content .recommendations .recommendation a:hover{background-color:#d3d3d3}