/**
* Theme Name: Hara Child
* Description: This is a child theme for Hara
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.2.13
* Template: hara
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.bonjour-fields {
  font-family: 'Poppins', sans-serif;
  max-width: 480px;
  margin: 30px 0;
  background: #fff8f0;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  color: #4a3c31;
}

.bonjour-fields label strong {
  display: block;
  font-size: 1.3em;
  color: #b03a2e;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bonjour-fields label {
  font-size: 1em;
  margin-bottom: 15px;
  display: block;
  color: #3e332a;
}

.bonjour-fields select {
  width: 100%;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1.5px solid #d4a373;
  font-size: 1em;
  background: #fff1e6;
  margin-top: 6px;
}

.bonjour-fields select:focus {
  outline: none;
  border-color: #b03a2e;
}

.bonjour-fields input[type="checkbox"] {
  transform: scale(1.25);
  margin-right: 10px;
  accent-color: #b03a2e;
}

.checkbox-group label {
  display: block;
  margin-bottom: 8px;
}

.bonjour-fields small.optional {
  font-style: italic;
  color: #a88e78;
  font-size: 0.85em;
  margin-left: 6px;
}
.bonjour-paid-addons {
  background: #fffaf3;
  padding: 20px;
  border: 1px solid #e2cdb1;
  border-radius: 12px;
  margin-top: 25px;
}

.bonjour-paid-addons h4 {
  font-weight: bold;
  color: #b03a2e;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.global-addons {
  background: #f9f9f9;
  padding: 15px;
  border: 1px dashed #ccc;
  margin-top: 20px;
  border-radius: 8px;
}

.global-addons h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
}
.addon-box {
  background: #fff9f5;
  border: 1px dashed #ff9800;
  padding: 15px;
  margin-top: 20px;
  border-radius: 8px;
}

ul.products li.product {
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    align-items: center;
    width: 100%;
}

ul.products li.product img {
    width: 100px !important;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: bold;
}

ul.products li.product .price {
    margin-top: 5px;
    color: #444;
}