/*
 * Shopping cart powered by Jpresta (jpresta . com)
 *
 *    @author    Jpresta
 *    @copyright Jpresta
 *    @license   You are just allowed to modify this copy for your own use. You must not redistribute it. License
 *               is permitted for one Prestashop instance only but you can install it on your test instances.
 */

/* Icons / text */
.jpresta_shoppingcartsignin a.twolines {
    font-weight: normal;
}
.jpresta_shoppingcartsignin .twolines span {
    margin-left: 0;
    position: relative;
    top: -2px;
    font-size: 0.9rem;
}
.jpresta_shoppingcartsignin .dropdown-toggle:after {
    margin-left: -0.5rem;
    margin-bottom: 0.3rem;
}
.jpresta_shoppingcartsignin .dropdown-toggle.twolines:after {
    margin-left: 0;
    margin-bottom: 0.5rem;
}
.jpresta_shoppingcartsignin .jpresta-icons-cart, .jpresta_shoppingcartsignin .jpresta-icons-user {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8rem !important;
}
.jpresta_shoppingcart .twolines i, .jpresta_customersignin .twolines i {
    display: block;
    width: 90%;
}
.jpresta_shoppingcart span.badge {
    position: absolute;
    top: -5px;
    right: 0;
}
