select {
    display: inline-block;
    background: transparent;
    padding: 5px;
    font-size: 16px;
    line-height: 1.3;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*ie-10 fix*/
select.select-k::-ms-expand {
    display: none;
}


select.select-k {
    font-family: Bitter, Georgia, serif;
    font-weight: 700;
    border: none;
    padding-left: 20px;
}

select.select-k.quantity {
    width: 80px;
    background: url(../images/checkout/setaSelectBox.png) no-repeat 80% 50% #fff;
}

select.select-k.country {
    width: 260px;
    background: url(../images/checkout/setaSelectBox.png) no-repeat 95% 50% #fff;
}