/**
 * @author DMT - Development Team
 * @copyright Copyright DMT - Development Team
 * @link www.prestastore.ir
 **/
/********** compare **********/
#dmtnotify_compare {
    margin-top: 14px;
}
#dmtnotify_compare a {
    color: #707070;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    height: 34px;
    margin: 0px 0px 0 0;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 3px;
    text-align: right;
    padding: 5px 14px 5px 5px;
}
#dmtnotify_compare a span.counter {
    background: #e4e4e4;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 4px 4px 5px;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 11px;
    line-height: 15px;
    float: left;
}
/********** favorite **********/
#dmtnotify_favorite {
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    top: 2px;
    z-index: 1;
}
#dmtnotify_favorite a {
    display: block;
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 13px;
}
#dmtnotify_favorite a span.counter {
    color: #fff1f2;
    background: #f06584;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 19px;
    display: inline-block;
    height: 19px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}