/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* 🔒 Mindenhol elrejtjük az üzenetet */
.wlr-product-message {
  display: none !important;
}

/* ✅ Csak a termékoldalon, a "Kosárba" gomb alatt engedélyezett */
.single-product .wp-block-wd-column .wlr-product-message {
  display: inline-block !important;
  width: 100%;
  background: #fffaf3 !important;
  color: #444 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #ffcf80 !important;
  margin-top: 10px !important;
  text-align: center !important;
  line-height: 1.4 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
  position: relative !important;
}

/* 🐼 Panda ikon a bal oldalra */
.single-product .wlr-product-message::before {
  content: "🐼";
  font-size: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.wd-fbt-product-heading .price {
    vertical-align: middle;
    display: inline-block;
}
.wd-dynamic-discounts thead th {
    padding-top: 0;
    font-size: 12px;
}
table th {
    padding: 5px 10px;
    text-align: center;
}
table td {
    padding: 5px 10px;
}
#wd-6df750df .wd-dd-quantity {

    text-align: center;
}
#wd-6df750df .wd-dd-price .amount, .wd-dd-discount span {
   
    text-align: center;
    display: block;
}

.wd-fbt-product-heading .wd-entities-title {
   
    font-size: 13px;
  
}
