.changing-currency .btn{ padding: 0.375rem 1.2rem;}

.changing-currency .dropdown-toggle::after{display: none;}
.changing-currency .dropdown-toggle{width: 100%;  text-align: left;
    background: url("../images/arrow-down.svg");
    background-position-x: 0;background-position-y: 0;
    background-repeat: no-repeat; padding-right: calc(1.5em + 1.2rem);
    background-position: right calc(0.75em + 0.45rem) center;
    background-size: calc(0.35em + 0.375rem) calc(0.35em + 0.375rem);}

.changing-currency .dropdown .dropdown-menu,
.changing-currency .dropdown .dropdown-menu .simple-scrollbar {max-height: 220px;}
.changing-currency .dropdown .dropdown-menu{width: 240px; box-shadow: 5px 2px 50px 2px rgba(0,0,0,.1);}
html[lang="es-419"] .changing-currency .dropdown .dropdown-menu { width: 320px;}
.changing-currency .dropdown-item { padding: 0.8rem 1rem; font-size: 15px; color: #85909a;}


/* mobile - currency   */
.mobile-currency .changing-currency .dropdown-toggle{ width: 100%;  text-align: left;
    background:  url("../images/arrow-down-gray.svg");
    background-position-x: 0;background-position-y: 0;
    background-repeat: no-repeat; padding-right: 1.5rem;
    background-position: right 0 center;
    background-size: calc(0.35em + 0.375rem) calc(0.35em + 0.375rem); height: auto;}

/* mobile - currency  CR */
.reservation-block .mobile-currency .dropdown .dropdown-menu{margin: 7px -49px 0 0;}


