/* Font End Css */

div.widget_wkmp_wmc_currency_widget {
    display:none;
    appearance: none;
    background-color: transparent;
    border: none;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}
.woocommerce-shop div.widget_wkmp_wmc_currency_widget, .woocommerce-cart div.widget_wkmp_wmc_currency_widget, .woocommerce-checkout div.widget_wkmp_wmc_currency_widget {
    display: block !important;
}
select.wkmp-wmc-currency-change {
    width: 100%;
	outline: none;
	padding: 3px 0px;
    border: 1px solid initial;
    border-radius: 0.25em;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
/* Seller Panel Edit Product Exchange Currency Rate */
#wkmp_wmc_multi_currency_per_product .options_group.fields {
    max-width: 85%;
}
#wkmp_wmc_multi_currency_per_product .options_group.fields p.form-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
