.cart-reminder {
            margin-top: 10px;
            padding: 25px 0 25px 0;
            text-align: center;
            background-color: #f7f7f7;
            font-family: "Open Sans Condensed", sans-serif;
            display: none;
            position: relative;
            font-size: 27px;
            font-weight: bold;
        }
        
        .cart-reminder-close {
            line-height: 31px;
            margin-right: 10px;
            position: absolute;
            right: 0;
            color: #000;
        }
        
        .cart-reminder a {
            color: #fff !important;
            text-decoration: none;
            font-size: 20px;
            text-transform: uppercase;
            background: #007ec2;
            display: inline-block;
            padding: 4px 27px;
            margin-left: 15px;
            font-weight: bold;
        }
        
        .cart-reminder a:hover {
            background: #2184c9;
        }