.local_currency {
    background-image: url(/v3/view/img/currency.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 220px;
    height: 150px;
    transform: translate(-40px, -50%);
}

.local_currency .close_local_currency {
    position: absolute;
    right: -4px;
    top: -5px;
    width: 25px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.local_currency .currency_content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    height: 75px;
    font-size: 0;
}

.local_currency .local_currency_txt {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-top: 5px;
    width: 150px;
    margin-bottom: 5px;
}

.local_currency #currency, .local_currency #local_currency_val {
    font-size: 14px;
    font-weight: bold;
    width: 60px;
    padding: 2px 0 2px 2px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.local_currency #currency {
    margin: 0 10px;
}

@media (min-width: 769px) and (max-width: 1420px) {
    .local_currency {
        background-image: url(/v3/view/img/currency2.png);
        left: -130px;
    }


    .local_currency .currency_content {
        right: auto;
        left: 10px;
    }

    .local_currency .close_local_currency {
        right: auto;
        left: -4px;
    }
}

@media (min-width: 1050px) and (max-width: 1190px) {
    .local_currency {
        left: auto;
        right: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1050px) {
    .local_currency {
        right: 375px;
        left: auto;
    }
}

@media (max-width: 768px) {
    .local_currency {
        display: none !important;
    }
}