/*
Theme Name: PielnoParty
Description: Theme PielnoParty 
Author: Steph
Author URI: Steph
Template: shoptimizer
Version: 1.0
*/

.nf-field-element input {

    line-height: 2.5em;
}

.price ins, .summary .yith-wcwl-add-to-wishlist a:before, .site .commercekit-wishlist a i:before, .commercekit-wishlist-table .price, .commercekit-wishlist-table .price ins, .commercekit-ajs-product-price, .commercekit-ajs-product-price ins, .widget-area .widget.widget_categories a:hover, #secondary .widget ul li a:hover, #secondary.widget-area .widget li.chosen a, .widget-area .widget a:hover, #secondary .widget_recent_comments ul li a:hover, .woocommerce-pagination .page-numbers li .page-numbers.current, div.product p.price, body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight > a, body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight > a:hover, #secondary .widget ins span.amount, #secondary .widget ins span.amount span, .search-results article h2 a:hover {
    color : #333;
}

/* Style du tableau dans l'onglet stock */
.wpv-stock-table {
  margin: 20px 0;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.wpv-stock-table table {
  width: 100%;
  border-collapse: collapse;
}

.wpv-stock-table th,
.wpv-stock-table td {
  padding: 12px 15px;
  text-align: left;
}

.wpv-stock-table thead {
  background: #f9f9f9;
}

.wpv-stock-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.wpv-stock-cell {
  font-size: 1rem;
}

.wpv-stock-cell strong {
  font-weight: 600;
}

.wpv-stock-cell .icon {
  margin-right: 6px;
}

/* Vous pouvez remplacer emoji par une pastille CSS :
   .wpv-stock-cell. en-stock { background: #e6ffed; }
   .wpv-stock-cell. rupture { background: #ffe6e6; }
*/
.wpv-stock-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.wpv-stock-table th,
.wpv-stock-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.wpv-stock-cell {
  white-space: nowrap;
}

.wpv-add-to-cart {
 
}

.wpv-add-to-cart:hover {
  background: #444;
}

/* STYLE POUR LE CHAMP QUANTITÉ AVEC BOUTONS - / + */
.wpv-stock-table input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 80px;
  text-align: center;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  position: relative;
}


/* CONTENEUR FLEXIBLE POUR QTÉ + BOUTONS */
.wpv-qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* BOUTONS - ET + */


.wpv-qty-group {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  width: 110px;
  height: 40px;
}

.wpv-qty-input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 16px;
  outline: none;
  appearance: none;
}

.wpv-qty-btn {
  width: 40px;
  background: #f9f9f9;
  border: none;
  font-size: 16px;
  color: #444;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.wpv-qty-btn:hover {
  background-color: #f2f2f2;
}

/* Retire les flèches par défaut */
.wpv-qty-input::-webkit-inner-spin-button,
.wpv-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price ins, .summary .yith-wcwl-add-to-wishlist a:before, .site .commercekit-wishlist a i:before, .commercekit-wishlist-table .price, .commercekit-wishlist-table .price ins, .commercekit-ajs-product-price, .commercekit-ajs-product-price ins, .widget-area .widget.widget_categories a:hover, #secondary .widget ul li a:hover, #secondary.widget-area .widget li.chosen a, .widget-area .widget a:hover, #secondary .widget_recent_comments ul li a:hover, .woocommerce-pagination .page-numbers li .page-numbers.current, div.product p.price, body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight > a, body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight > a:hover, #secondary .widget ins span.amount, #secondary .widget ins span.amount span, .search-results article h2 a:hover {
    color: #373737 ;
    
}