.currency-popup .popup__content{width:300px;margin-top:-100px}.currency-popup .popup__content .popup__content__inner{position:relative;padding:25px;background-color:#fff;width:100%;display:flex;flex-direction:column}.currency-popup .popup__content .popup__content__inner .btn-popup-close{position:absolute;right:0;top:0;border-radius:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.currency-popup .popup__content .popup__content__inner .heading{display:flex;justify-content:flex-start}.currency-popup .popup__content .popup__content__inner .heading .h2{padding-bottom:20px;border-bottom:1px solid var(--border-color);margin-bottom:12px;font-size:30px;font-weight:300}@media(max-width: 576px){.currency-popup .popup__content .popup__content__inner .heading .h2{font-size:22px;font-weight:600}}.currency-popup .popup__content .popup__content__inner .h4{padding:12px 0;font-size:20px}@media(max-width: 576px){.currency-popup .popup__content .popup__content__inner .h4{font-size:16px}}.currency-popup .popup__content foreign-markets,.currency-popup .popup__content foreign-markets form{width:100%}.currency-popup .popup__content foreign-markets form details summary{border:1px solid var(--border-color);display:flex;align-items:center;position:relative;height:40px;background:var(--secondary-background-color);padding:0 10px;color:var(--body-link-color);font-weight:400;justify-content:space-between;cursor:pointer}.currency-popup .popup__content foreign-markets form details summary span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.currency-popup .popup__content foreign-markets form details summary svg{transition:all .3s;color:currentColor;width:8px;height:8px}.currency-popup .popup__content foreign-markets form details summary svg path{fill:currentColor}.currency-popup .popup__content foreign-markets form details .layer-dropdown{overflow:scroll;height:0;background:#fff;transition:all .3s;position:fixed;width:250px;z-index:1}.currency-popup .popup__content foreign-markets form details .layer-dropdown button{height:40px;line-height:40px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:flex;cursor:pointer;align-items:center;gap:10px;margin:0 10px}.currency-popup .popup__content foreign-markets form details .layer-dropdown button .currency-flag{margin:5px 0}.currency-popup .popup__content foreign-markets form details .layer-dropdown button .country-name:hover{opacity:.8}.currency-popup .popup__content foreign-markets form details[open] summary svg{transform:rotate(90deg) !important}.currency-popup .popup__content foreign-markets form details[open] .layer-dropdown{border:1px solid var(--border-color);height:200px}.currency-popup .popup__content::-webkit-scrollbar{display:none}@media(max-width: 990px){.currency-popup.bottom .popup__content{animation:unset;max-width:100vw;width:100vw;transform:translateY(100%);transition:1s}.currency-popup.bottom.active{align-items:flex-end}.currency-popup.bottom.active .popup__content{transform:translateY(0)}}html[dir=rtl] .currency-popup .popup__content .popup__content__inner .btn-popup-close{right:auto;left:0}html[dir=rtl] .currency-popup .popup__content foreign-markets form details summary svg{transform:rotate(180deg)}