select, .quantita-prodotto, .account-form select, .form-control-sm{
    line-height: 25px;
    padding: 10px 7px 7px 7px;
    width: 100%;
    height: auto;
    border: solid thin #F2F2F2;
    box-shadow: none;
    background: #FFF;
    background-image: none;
    -webkit-appearance: none;
    border-radius: 0;
    /*margin-top: 10px;*/
    font-weight: 100;
    background-image: url('../img/arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
}

input[type=number]{
    background-image: none!important;
}

select:focus {
    outline: none;
}

.prodotto-label{
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
}