.select-style {
    border: 1px solid rgba(201, 201, 201, 1);
    width: 200px;
    border-radius: 0;
    overflow: hidden;
    background: #fff url("/images/icon-select.png") no-repeat 100% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 200px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
}

.select-style select:focus {
    outline: none;
}