#select_locker.sameday_select_locker {
    display: none;
    width: 100%;
    min-height: 48px;
    margin: 12px 0 0;
    padding: 12px 18px 12px 48px;
    border: 0;
    border-radius: 0;
    background-color: #e30613;
    background-image: url('/wp-content/plugins/samedaycourier-shipping/assets/icon.png');
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    box-shadow: none;
}

#select_locker.sameday_select_locker:hover,
#select_locker.sameday_select_locker:focus {
    background-color: #bd0010;
    color: #fff;
}
