.select__wrap {
	position: relative;
    margin-right: 10px;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
	margin-left: 2em;
	margin-bottom: 0;
}

.select__icon {
    margin-right: 5px;
}

.select {
    color: #666;
    border: none;
    background: #fff0;
	padding-left: 30px;
}

.icon--currency{
	position: absolute;
	width: 25px;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .select__wrap {
        margin-left: 10px;
    }
}