.wc-mcs-switcher{position:relative;display:inline-block;font-size:14px;z-index:9999}.wc-mcs-current{border:1px solid #ddd;background:#fff;border-radius:6px;padding:8px 12px;cursor:pointer}.wc-mcs-menu{display:none;position:absolute;right:0;top:calc(100% + 4px);min-width:135px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 5px 18px rgba(0,0,0,.12);overflow:hidden}.wc-mcs-menu.open{display:block}.wc-mcs-menu button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:9px 12px;cursor:pointer}.wc-mcs-menu button:hover{background:#f5f5f5}.wc-mcs-switcher .price{white-space:nowrap}.wc-mcs-switcher ins{text-decoration:none}
/* Mobile currency icon */
.wc-mcs-mobile-icon{display:none}
@media (max-width:767px){
    .wc-mcs-current{
        width:42px;height:42px;min-width:42px;padding:0;
        border-radius:50%;display:flex;align-items:center;
        justify-content:center;font-size:0;
    }
    .wc-mcs-desktop-label{display:none}
    .wc-mcs-mobile-icon{display:block;font-size:20px;line-height:1}
    .wc-mcs-menu{right:0;left:auto;min-width:145px;margin-top:4px}
    .wc-mcs-menu button{font-size:14px;padding:11px 13px}
}
@media (min-width:768px){
    .wc-mcs-desktop-label{display:inline}
    .wc-mcs-mobile-icon{display:none}
}

/* Custom user-supplied currency icon */
@media (max-width:767px){
    .wc-mcs-mobile-icon{
        display:flex;
        align-items:center;
        justify-content:center;
        width:22px;
        height:22px;
    }
    .wc-mcs-mobile-icon img{
        width:22px;
        height:22px;
        object-fit:contain;
        display:block;
    }
}
