/*.change_currency {*/
    /*display: none; */
/*}*/

.change_currency {
    display: inline-block;
    height: 25px;
    vertical-align: bottom;
    margin-right: 20px;
}
.change_currency * {
    cursor: pointer;
}
.sumo_currency_changer {
    width: 65px;
    cursor: pointer;
}
.change_currency select {
     display: none;
}
.SumoSelect.sumo_currency_changer>.CaptionCont {
    background: none;
    border-radius: 3px;
    border: 1px solid #fff;
    height: 10px;
    padding: 5px;
    box-sizing: content-box;
}
.SumoSelect.sumo_currency_changer>.CaptionCont>span {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    height: 16px;
    line-height: 18px;
    font-family: 'Geometria', sans-serif;
}
.SumoSelect.sumo_currency_changer>.CaptionCont>label>i {
    background: none;
    position: relative;
}
.SumoSelect.sumo_currency_changer>.CaptionCont>label>i::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
.SumoSelect.sumo_currency_changer>.optWrapper>.options>li.opt label {
    font-size: 12px;
    color: #000;
	margin-bottom: 0;
}


.change_currency_mobile {
	width: 32px;
	height: 22px;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.change_currency_mobile select {
     display: none;
}
.change_currency_mobile .SumoSelect {
	width: 100%;
	height: 100%;
}
.change_currency_mobile .CaptionCont {
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    background: none;
    color: #737373;
    font-family: 'Geometria', sans-serif;
    border: 1px solid #737373;
}
.change_currency_mobile .CaptionCont span {
	padding: 3px;
	font-size: 10px;
	box-sizing: border-box;
	height: 100%;
	line-height: 16px;
}
.change_currency_mobile .CaptionCont label {
    display: none;
}
.burger {
	height: 22px;
	vertical-align: middle;
}
.mob-search {
	margin-left: 10px;
	vertical-align: middle;
}
.mob-search__icon {
	vertical-align: middle;
}
