/* Custom Styles */
body .header__block:nth-last-child(5) {
    margin-left: 0px !important;
}

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: -8px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0d7";
    font-size: 14px;
    color: #929292;
}

body .dropdown__icon:before {
    content: '';
}

.user .dropdown:after {
    content: '';
}


@media (min-width: 767px)  and (max-width: 1250px) {
    .header__container {
        padding: 0 10px;
    }
    .logo {
        max-width: 130px;
    }
    .header a.link-list__link, .header a.social-icons__icon, .header .dropdown__item a, .header .user__login a,
    .dropdown__trigger {
        font-size: 15px;
    }
}
@media (min-width: 767px)  and (max-width: 991px) {
    .header a.link-list__link, .header a.social-icons__icon, .header .dropdown__item a, .header .user__login a,
    .dropdown__trigger {
        font-size: 11px;
    }
    body .dropdown:after {
        top: -4px;
    }
    .header__content--desktop .header__block {
        margin: 0px 6px;
    }
}