/* theme options */


/* custom CSS */
.mfn-header-menu .mfn-menu-link .menu-icon>img, .mfn-header-menu .mfn-menu-link .menu-icon>svg {
    width: var(--mfn-header-menu-icon-size);
    height: 100%;
}

.wishlist .sku_wrapper, .woocommerce .product_meta .stacked-meta li.stacked-sku .stacked-meta-value, .woocommerce .sku_wrapper {
    display: inline-block;
    border: 0px solid rgba(0,0,0,.1);
    border-radius: 1px;
    padding: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
}

li.product .out-stock,
li.product .stock {
  font-weight: bold;
  background-color: rgb(28, 00, 72);
  max-width: 120px;
  margin: 10px auto;
  color: white;
}

li.product .out-stock {
  background-color: lightcoral;
}