.promotion-dialog {
    background-image: url("../img/dialog/bg_promotion_dialog.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    padding: 1.0rem;
    border-radius: 24px;
}
.promotion-dialog .ends-promotion{
    font-size: 1.0rem;
    line-height: 50px;
}
.promotion-dialog .countdown-promotion{
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.promotion-dialog .btn-pro-cancel{
    font-size: 1.0rem;
    margin-top: .5rem;
    margin-bottom: 1.0rem;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.promotion-dialog .uk-countdown-number >span{
    background: #000000;
    opacity: 0.45;
    border-radius: 2px;
    padding: 0.2rem 0.2rem;
    margin: 0.1rem 0.1rem;
}
.promotion-dialog .countdown-promotion .uk-grid-column-small > * {
     padding-left: 5px;
}
.promotion-dialog .uk-countdown-number {
    /* 1 */
    font-variant-numeric: tabular-nums;
    /* 2 */
    font-size: 1.4rem;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 50px;
}
.promotion-dialog .uk-countdown-separator {
    font-size: 1.2rem;
    color: #ffffff !important;
    line-height: 50px;
    font-weight: bolder;
}
@media (max-width: 960px) {
    .promotion-dialog .head-line {
        font-size: 1.25rem;
        margin-top: 1.2rem;
        margin-bottom: .8rem;
        text-align: center;
        font-weight: 600;
    }
    .promotion-dialog .head-line span{
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 500px;
        height: 84px;
        line-height: 84px;
    }
    .promotion-dialog .price-desc{
        font-size: 1.0rem;
    }
    .promotion-dialog .price-month{
        font-size: 1.6rem;
        font-weight: 600;
    }
    .promotion-dialog .desc{
        font-size: 1.2rem;
        font-weight: 600;
    }
    .promotion-dialog .title{
        margin: .6rem .6rem;
        font-size: 1.45rem;
        font-weight: 600;
        background-repeat: no-repeat;
    }
    .promotion-title-layout{
        display: -webkit-flex;
        display: flex;
        margin-right: 14px;
    }
    .promotion-title-layout .discount{
        width: 2.6rem;
        height: 6.0rem;
        margin-top: 1.8rem;
        margin-left: 1.2rem;
    }
    .hot-deals{
        display: none;
    }
    .promotion-title-wrapper{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .promotion-dialog .btn-ok{
        font-size: 1.35rem;
        background-color: #5EB505;
        border-radius: 16px;
        padding-top: .4rem;
        width: 100%;
        padding-bottom: .4rem;
        margin: 1.2rem auto .4rem;
        cursor: pointer;
    }
}
@media (min-width: 960px) {
    .promotion-dialog .head-line {
        font-size: 1.85rem;
        text-align: center;
        font-weight: 700;
    }
    .promotion-dialog .head-line span{
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 500px;
        height: 84px;
        line-height: 84px;
    }
    .promotion-dialog .price-desc{
        font-size: 1.0rem;
    }
    .promotion-dialog .price-month{
        font-size: 3.0rem;
        font-weight: 700;
    }
    .promotion-dialog .desc{
        font-size: 1.85rem;
        margin-top: .8rem;
        font-weight: 700;
    }
    .promotion-dialog .title{
        margin: .6rem .6rem;
        font-size: 1.85rem;
        font-weight: 700;
        background-repeat: no-repeat;
    }
    .promotion-title-layout{
        display: -webkit-flex;
        display: flex;
        margin-right: 64px;
    }
    .hot-deals{}
    .promotion-title-layout .discount{

    }
    .promotion-title-wrapper{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }
    .promotion-dialog .btn-ok{
        font-size: 1.35rem;
        background-color: #5EB505;
        border-radius: 16px;
        padding-top: .6rem;
        width: 75%;
        padding-bottom: .6rem;
        margin: 1.2rem auto;
        cursor: pointer;
    }
}
