/**
 * Store sale flash ad
 */
.rawt-flash-sticky .sticky-content {
    background: #F77C7C;
    color: #fff;
    border: 1px solid #e47272;
    border-left: none;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}

.rawt-flash-sticky .sticky-content:hover {
    color: #fff;
}

.rawt-flash-sticky .sticky-content h3 {
    color: #fff;
}

.rawt-flash-sticky .sticky-content-type.body h3 {
    font-size: 1.6em;
    line-height: 1.1em;
    font-family: 'Dancing Script';
    margin-bottom: 0.3em;
}

.rawt-flash-sticky .sticky-content-type.body h5 {
    font-size: 0.75em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.rawt-flash-sticky .rawt-flash-countdown .digits {
    color: #fff85b;
}

.rawt-flash-sticky .sticky-close {
    color: #cd6763;
}

.rawt-flash-popup .info h3 {
    font-family: 'Dancing Script';
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 1em;
    font-weight: 800;
}