/**
 * Esthétique Mall — formulaire de commande
 */

/* Champ téléphone avec indicatif visible */
.em-has-prefix{position:relative}
.em-tel-prefix{
  position:absolute;left:.9rem;bottom:.72rem;font-size:.9rem;font-weight:600;
  color:#8C4A36;pointer-events:none;z-index:2;
}
.em-has-prefix input#billing_phone{padding-left:3.6rem!important}

/* Listes déroulantes harmonisées avec le thème */
.woocommerce form .form-row select,
.woocommerce-checkout select#billing_country,
.woocommerce-checkout select#billing_city,
.woocommerce-checkout select#billing_address_1{
  width:100%;border:1px solid #E9E2D6;border-radius:12px;padding:.7rem 2.2rem .7rem 1rem;
  background-color:#fff;font-family:inherit;font-size:.9rem;height:auto;color:#181310;
  appearance:none;-webkit-appearance:none;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238C4A36' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;
}
.woocommerce form .form-row select:focus{
  border-color:#C6952F;box-shadow:0 0 0 3px rgba(198,149,47,.14);outline:none;
}
.woocommerce form .form-row select:disabled{background-color:#F5F4F1;color:#9b9186}

/* Liste vide : indication douce */
.woocommerce-checkout select#billing_city option[value=""],
.woocommerce-checkout select#billing_address_1 option[value=""]{color:#9b9186}

/* Frais de livraison mis en valeur dans le récapitulatif */
.woocommerce-checkout-review-order-table tr.shipping th{color:#8C4A36}
.woocommerce-checkout-review-order-table tr.shipping .woocommerce-Price-amount{font-weight:600}
.woocommerce-checkout-review-order-table tr.shipping label{font-size:.88rem}
.woocommerce-shipping-methods li{list-style:none;margin-bottom:.35rem}

/* Message quand la zone n'est pas desservie */
.woocommerce-checkout .woocommerce-error li{font-size:.9rem}

@media(max-width:768px){
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last{width:100%;float:none;margin-right:0}
}
