#zz_promo_code {
    left: 0px;
    right: auto;
    top: auto;
    bottom: 0px;
    border-width: 14em 0 0 14em;
    border-color: transparent transparent transparent rgba(255, 239, 17, 0.8);
    -webkit-transform:rotate(360deg);

    animation: background_blink 1.8s linear 1.8s infinite alternate;
    -webkit-animation: background_blink 1.8s linear 1.8s infinite alternate;
    -moz-animation: background_blink 1.8s linear 1.8s infinite alternate;
}


@-webkit-keyframes background_blink {
    0%   { border-color: transparent transparent transparent rgba(255, 239, 17, 0.8); }
    100% { border-color: transparent transparent transparent rgba(255, 159, 17, 0.8); }
}
@-moz-keyframes background_blink {
    0%   { border-color: transparent transparent transparent rgba(255, 239, 17, 0.8); }
    100% { border-color: transparent transparent transparent rgba(255, 159, 17, 0.8); }
}
@-o-keyframes background_blink {
    0%   { border-color: transparent transparent transparent rgba(255, 239, 17, 0.8); }
    100% { border-color: transparent transparent transparent rgba(255, 159, 17, 0.8); }
}
@keyframes background_blink {
    0%   { border-color: transparent transparent transparent rgba(255, 239, 17, 0.8); }
    100% { border-color: transparent transparent transparent rgba(255, 159, 17, 0.8); }
}


#zz_promo_code p {
    margin: 0 0 1.1em 0;
    line-height: normal;
}

#zz_promo_code [data-zz_text="promo_code_details"] {
    position: fixed;
    width: 14em;
    height: 14em;
    left: -14em;
    bottom: 0px;
    padding: 4.7em 2.5em 1.5em 0.3em;
}

#zz_promo_code [data-zz_text="promo_code_lang"] {
    position: static;
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#zz_promo_code [data-zz_text="promo_code_warning"] { 
    visibility: visible;
    position: static;
    font-size: 0.7em;
    width: 6.0em;
    text-align: left;
}

#zz_promo_code [data-zz_text="promo_code_name"] {
    position: static;
    font-size: 1.4em;
    background-color: #49A942;
    color: #fff;
}

#zz_promo_code [data-zz_text="promo_code_value"] {
    position: static;
    font-size: 2.4em;
    margin-bottom: 0.2em;
    color: #000000;

    margin-right: 1.1em;
    text-align: center;
}


#zz_promo_code [data-zz_text="promo_code_value"] {
    color: #000000;
    /*
    animation: blink 1s linear 1s infinite alternate;
    -webkit-animation: blink 1s linear 1s infinite alternate;
    -moz-animation: blink 1s linear 1s infinite alternate;
    */
}


@-webkit-keyframes blink {
    0%   { color: #000000; }
    100% { color: #49A942; }
}
@-moz-keyframes blink {
    0%   { color: #000000; }
    100% { color: #49A942; }
}
@-o-keyframes blink {
    0%   { color: #000000; }
    100% { color: #49A942; }
}
@keyframes blink {
    0%   { color: #000000; }
    100% { color: #49A942; }
}



#zz_promo_code [data-zz_text="promo_code_value_sign"] {
    font-size: 0.6em;
    font-style: italic;
}