﻿
/*currency css*/


.lang_icn {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}

.lang_country_slct {
    float: right;
    margin: 0px 0 0 20px;
    background: #eaeaea;
    cursor: pointer;
    border-radius: 50px;
    padding: 4px 14px;
    padding-right: 25px;
    display: flex;
    position: relative;
    font-size: 13px;
    align-items: center;
    font-weight: 600;
}

    .lang_country_slct:after {
        content: "";
        display: none;
        position: absolute;
        margin: 0;
        width: 12px;
        height: 8px;
        background-image: url(https://images.emtcontent.com/flight-img/arro-hp-new.png);
        top: 9px;
        right: 7px;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        transition: .3s;
    }

.arww_down_lang {
    position: absolute;
    margin: 0;
    width: 12px;
    height: 8px;
    background-image: url(https://images.emtcontent.com/flight-img/arro-hp-new.png);
    top: 9px;
    right: 7px;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

.lang_slct {
    background: #fff;
    position: absolute;
    width: 200px;
    z-index: 9999;
    border-radius: 3px;
    transition: max-height 0.4s ease-in;
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    top: 31px;
    padding: 10px;
    right: -2px;
}

    .lang_slct::after {
        top: -13px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        z-index: 99;
        overflow: hidden;
        position: absolute;
        /*pointer-events: none;*/
        border-color: hsla(0,0%,100%,0);
        border-bottom-color: #fff;
        border-width: 8px;
        right: 7px;
    }

.language_slct {
    width: 100%;
    line-height: 18px;
}

.lang_sec {
    float: left;
    width: 100%;
}

.currency-switcher {
    position: relative;
    margin: auto;
    width: 100%;
    float: left;
    cursor: pointer;
}

.lang_slct p {
    color: #737373;
    font-size: 12px;
    width: 100%;
    float: left;
}

.dropdown {
    position: relative;
    width: 100%;
}

    .dropdown:after {
        content: "";
        position: absolute;
        margin: 0;
        width: 15px;
        height: 10px;
        background-image: url(https://images.emtcontent.com/flight-img/arro-hp-new.png);
        top: 14px;
        right: 10px;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .dropdown.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown > .caption, .dropdown > .currCaption, .lang_sec {
        border: 1px solid #e1e1e1;
        cursor: pointer;
        /* background: #2196f338;
     */
        border-radius: 5px;
        padding: 7px 10px;
        display: flex;
        font-size: 13px;
        margin: 5px auto;
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 5%);
        align-items: center;
        font-weight: 600;
    }

.caption img, .currCaption img, .item img, .curritem img {
    margin-right: 5px;
}

.dropdown > .list, .dropdown > .currlist {
    position: absolute;
    background-color: #fff;
    width: 100%;
    transition: max-height 0.4s ease-in;
    -webkit-transition: max-height 0.4s ease-in;
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    top: 28px;
    z-index: -1;
    visibility: hidden;
}

/* .list::before, .currlist::before { */
    /* content: ""; */
    /* right: 5px; */
    /* top: -8px; */
    /* width: 0; */
    /* height: 0; */
    /* border-top: 0; */
    /* border-right: 8px solid transparent; */
    /* border-left: 8px solid transparent; */
    /* border-bottom: 8px solid #fff; */
    /* position: absolute; */
    /* z-index: 10; */
/* } */

.dropdown.open > .list, .dropdown.open > .currlist {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.dropdown > .list > .item, .dropdown > .currlist > .curritem {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

    .dropdown > .list > .item.selected, .dropdown > .currlist > .curritem.selected {
        background: #f2f2f2;
    }

    .dropdown > .list > .item:hover, .dropdown > .currlist > .curritem:hover {
        background: #f2f2f2;
    }

    .dropdown > .list > .item span, .dropdown > .currlist > .curritem span, .dropdown > .caption span, .dropdown > .currCaption span {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.3px;
        color: #243CBB;
        position: absolute;
        right: 36px;
    }

    .dropdown > .list > .item span, .dropdown > .currlist > .curritem span {
        right: 20px;
    }
/*currency css*/
