/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [HEADER TOP]
        (CURRENCY)
        (HEADER TOP LINKS)

    [MEDIA QUERIES]
*/


/* [HEADER TOP] --------------------------------------------------- */

/* (CURRENCY) */
#currency .dropdown a:hover,
#currency .dropdown a:active,
#currency .dropdown a:focus {
    text-decoration: none;
    background: none;
}

#currency .dropdown-menu {
    border: 0;
}

    #currency .dropdown-menu > li > a {
        padding: 0.19rem 0.99rem;
        cursor: pointer;
    }
/* (CURRENCY) END */

/* (HEADER TOP LINKS) */
.top-links, .top-links a {
    text-align: right;
}

    .top-links .btn-primary:hover,
    .top-links .btn-primary:active,
    .top-links .btn-primary:focus,
    .top-links .open > .dropdown-toggle.btn-primary {
        background: none;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
    }

    .top-links .btn-primary {
        white-space: nowrap;
        padding: 0;
    }

    .top-links .dropdown-menu {
        border: 0;
        right: 0;
        left: auto;
    }
/* (HEADER TOP LINKS) END */

/* [HEADER TOP] END --------------------------------------------------- */


/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width:992px) {
    .top-links .dropdown-toggle {
        display: none;
    }

    .top-links .dropdown-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        display: block;
        background: none;
    }

        .top-links .dropdown-menu li {
            position: relative;
            display: inline-block;
            text-align: right;
        }

            .top-links .dropdown-menu li a {
                padding: 0 0 0 0.99rem;
            }

                .top-links .dropdown-menu li a:hover,
                .top-links .dropdown-menu li a:focus,
                .top-links .dropdown-menu li a:active {
                    background: none;
                    outline: none;
                }
}
@media screen and (max-width:991.98px) {
    #currency {
        margin-left: 2.19rem;
    }
}
@media screen and (max-width:767.98px) {


    #currency .dropdown a {
        white-space: nowrap;
    }

    #currency .dropdown #spnSelCurrName {
        display: inline-block;
        margin-left: 0.31rem;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */
