/**
 * Copyright since 2009 Websenso
 * Websenso is a Digital Agency
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement
 *
 * @author    Websenso <bonjour@websenso.com>
 * @copyright Since 2009 Websenso
 * @license   Commercial license (You can not resell or redistribute this software.)
 */

#ws-reminder-dialog {
    min-width: 500px;
    max-width: 100%;

    .title {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;


        .icon {
            display: flex;
            justify-content: center;
            align-items: center;

            background-color: #7799a5;
            border-radius: 50px;
            width: 100px;
            height: 100px;
            color: white;
            text-align: center;

            span {
                font-size: 60px !important;
            }
        }
    }

    .info,
    .ws-success {
        margin: 10px 0;
        text-align: center;
    }

    .ws-success {
        display: none;
    }

    .field-wrapper {
        margin-bottom: 10px;
    }

    .btn-primary {
        width: 100%;
    }
}

#js-product-list #wscountdownspecials-before,
#js-product-list #wscountdownspecials-after {
    display: none;
}