@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

main{
	text-align:justify;
}

.basket .fa-layers {
    position: relative;
    color: #727272;
}

/*
#basket .basket i {
	font-size: 60px;
	position: relative;
}*/

.basket .fa-layers-counter {
    position: absolute;
    color: #FFF;
    width: 25px;
    height: 25px;
    top: -18px;
    right: -18px;
    border-radius: 100%;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

.basket > span{
	position: relative;
}

.basket > span:before {
    content: 'GEP';
    position: absolute;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bolder;
    left: -23px;
    top: 0;
    line-height: 36px;
}