﻿#discount-details-popup {
    padding: 10px !important;
}

    #discount-details-popup main {
        max-width: 1280px;
        max-height: 80%;
        height: 400px;
        margin: 0 auto;
        text-align: center;
        overflow: visible;
    }

    #discount-details-popup .promo-box {
        padding: 24px;
        background: #e5f2f8;
    }

    #discount-details-popup .sale-detail {
        margin: 30px auto 16px auto;
    }

    #discount-details-popup .center {
        text-align: center;
    }

    #discount-details-popup main p {
        line-height: 1.25em;
    }

    #discount-details-popup p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    #discount-details-popup .rta-button-flat.call {
        color: #fff;
        border-bottom: 2px solid #0a4b08;
        background-color: #1a5b08;
    }

    #discount-details-popup .shop a {
        margin: 8px 24px;
        width: 240px;
        padding: 12px 0;
        background-color: #080;
        border: 0;
        font-size: 1.25rem;
        text-align: center;
    }

    #discount-details-popup .rta-button-flat {
        display: inline-block;
        padding: 8px 16px;
        font-size: 14px;
        font-family: inherit;
        font-weight: 700;
        color: #444;
        border: 0;
        border-bottom: 2px solid #ccc;
        background: #eee;
        text-align: center;
        text-decoration: none;
        transition: background-color .5s;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #discount-details-popup .accessory-savings ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #discount-details-popup ol, #discount-details-popup ul {
        list-style: none;
    }

    #discount-details-popup .accessory-savings li {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 0 1.5%;
        text-align: center;
    }

    #discount-details-popup small {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    #discount-details-popup main strong, #discount-details-popup main b {
        font-weight: 700;
    }

    #discount-details-popup .accessory-savings li strong a {
        display: block;
    }

    #discount-details-popup button.mfp-close {
        top: 0px;
        right: 0px;
    }

        #discount-details-popup button.mfp-close:hover {
            top: 0px !important;
        }

    #discount-details-popup .timer {
        height: auto;
        min-height: 40px;
    }

    #discount-details-popup .plp-counter {
        margin-top: 0px;
    }

    #discount-details-popup ul.disclist {
        margin: 0px 0px 20px 0px;
    }

    #discount-details-popup h6.saleh6 {
        font-weight: 700;
    }

        #discount-details-popup h6.saleh6 a {
            text-decoration: underline;
        }

            #discount-details-popup h6.saleh6 a:hover {
                text-decoration: none;
            }

    #discount-details-popup .leftalign {
        display: inline-block;
        text-align: left;
    }
