/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

.wpcf7 form .wpcf7-form-control[type="text"],
.wpcf7 form .wpcf7-form-control[type="email"],
.wpcf7 form .wpcf7-form-control[type="url"],
.wpcf7 form .wpcf7-form-control[type="tel"],
.wpcf7 form .wpcf7-form-control[type="number"],
.wpcf7 form .wpcf7-form-control[type="date"],
.wpcf7 form .wpcf7-textarea,
.wpcf7 form select.wpcf7-form-control {
  width: 100%;
  padding: .5rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

/* WPAM - harmoniser les champs avec le style CF7/Wolmart */
.wpam input[type="text"],
.wpam input[type="email"],
.wpam input[type="url"],
.wpam input[type="tel"],
.wpam input[type="number"],
.wpam input[type="date"],
.wpam input[type="password"],
.wpam textarea,
.wpam select {
  width: 100%;
  padding: .5rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: none !important;
}

/* Espacement pour le bouton Demander un devis sous le bouton panier */
.single-product .woocommerce-quote-button {
  margin-top: 10px;
}

/* Uniformise le style de "À partir de" avec le prix WooCommerce */
.price .price {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

/* Optionnel : supprime un éventuel double espacement vertical */
.product .price .price {
  display: inline;
}
.single-product .product-sticky-content .woocommerce-quote-button {
  margin-top: 0;
  margin-left: 8px;
}
