/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Currency Icon Fix */
.d-currency-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
  margin-right: 3px;
}

.d-currency-wrap img {
  height: 14px;          /* Icon size */
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;             /* baseline alignment tweak */
}

/* Sidebar / Filters / Small Widgets */
.widget .d-currency-wrap img,
.price_slider_amount .d-currency-wrap img,
.product_list_widget .d-currency-wrap img {
  height: 12px;          /* smaller in widget areas */
}

/* Prevent logo/layout shifts */
img.d-currency-icon,
.d-currency-wrap img {
  max-width: none !important;
}