/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 8.2.2.1750186994
Updated: 2025-06-17 19:03:14

/* ✅ Make sweets list display in two columns */
.mnm_table .mnm_product {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top;
  margin: 1% !important;
  box-sizing: border-box;
}

/* ✅ Optional: Hide sweet images in the list */
.mnm_table .mnm_product img {
  display: none !important;
}

/* ✅ Optional: Hide sweet price and quantity label */
.mnm_table .mnm_product .price,
.mnm_table .mnm_product .quantity input.qty_label {
  display: none !important;
}

/* ✅ Optional: Make product title clickable & underlined on hover */
.mnm_table .mnm_product .product_title:hover {
  text-decoration: underline;
}
