/* Custom Styles */

body .header__block:nth-last-child(5) {
    margin-left: 5px !important;
}

body .dropdown {
    position: relative;
    margin-right: 14px;
}

body .dropdown:after {
    position: absolute;
    top: 3px;
    right: -15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0d7";
    font-size: 14px;
    color: #929292;
}
body .user .dropdown:after {
    content: '';
}


@media only screen and (max-width: 1300px) {
    body .header__container {
        width: auto !important;
    }
}

@media only screen and (max-width: 1200px) {
    .hamburger.hidden--desktop {
        display: block !important;
    }
}