/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/**
 * Correggi classe bottone login dopo rimozione classe
 */
.btn-login {
    color: #102235;
    text-transform: uppercase;
    padding: 10px 0 10px 25px;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

/**
 * Nascondi commenti all'ordine lato FO
 */
#checkout .order-options {
    display: none;
}

#rb-login .rb-indent > a {
    display: block;
}

span.indicatore {
    position: absolute;
    color: #fff;
    display: block;
    padding: 3px;
    border-radius: 18px;
    top: 0;
    right: 0;
    background-color: #9dcb7e;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 26px;
}
