/*
 Theme Name:   Eona Child
 Theme URI:    https://eona.qodeinteractive.com
 Description:  A child theme of Eona.
 Author:       Mikado Themes
 Author URI:   https://qodeinteractive.com
 Template:     eona
 Version:      1.0.0
 Text Domain:  eona-child
*/

/* Add your custom styles below this line */

/* sidebar menu */

#qodef-side-area-inner .widget.widget_media_image img{
    max-width: 90px !important;
    width: 100% !important;

}

/*header cart icon*/

.qodef-header--transparent .qodef-woo-dropdown-cart-inner svg path {
    stroke: white;
}

/*  footer logo image */
[data-area="footer_bottom_area_column_1"] img {
  width: 50px !important;
}


/* currency swtcher */
.qodef-fixed-currency-switcher {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 54px;
  z-index: 9999;
  background: transparent;
  transition: all 0.3s ease;
}
 .woocommerce-multi-currency.layout10{
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 5px 8px 5px 8px;
    box-shadow: 1px 1px 15px #ffffff63,
     0 10px 30px rgba(0, 0, 0, 0.1);
 }

.qodef-fixed-currency-switcher .wmc-sub-currency {
    position: absolute;
    right: 0;
    /*bottom: 30px;*/
    border-radius: 30px;
    padding: 8px;
}

/* Specific styling for the plugin's elements to match your images */
.qodef-fixed-currency-switcher .psm-currency-switcher-container {
  padding: 0 !important;
  border: none !important;
}

.qodef-fixed-currency-switcher .psm-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.qodef-fixed-currency-switcher .psm-flag {
  border-radius: 4px;
  overflow: hidden;
}

.qodef-fixed-currency-switcher .psmwoo-mc-switcher-options {
  bottom: 100% !important;
  top: auto !important;
  border-bottom: 0 !important;
  border-top: 1px !important;
}

.qodef-fixed-currency-switcher .switcher-option-single {
  font-family: sans-serif;
}
