﻿
.fx-header__wrapper .fx-header_navbar-search.mobileSearch {
    width: 100% !important;
}
@media screen and (max-width:768px) {
    .global-back-header {
        color: #ffffff;
        background: transparent;
        border: none;
        margin-bottom: 0 !important;
        margin-right: 10px;
    }
    .global-back-header svg {
        width: 26px;
        height: 26px;
    }
    .global-back-header:focus-visible, .global-back-header:focus, .global-back-header:active, .global-back-header:hover{
        outline: none;
    }
}