/*
Theme Name: Parsi BG Ride
Description: Thème Parsi BG minimal en noir et blanc, conçu pour WooCommerce & BNP Axepta, avec la police du site parsieurope.com
Author: Somnath Paul
Version: 1.0
*/

body {
  background: #fff;
  color: #111;
  font-family: "Montserrat", Arial, sans-serif;
}
.main-logo {
  display: block;
  margin: 24px auto 12px;
  max-width: 340px;
}
.button,
.woocommerce-button {
  background: #111;
  color: #fff;
  border-radius: 6px;
  padding: 0.8em 1.5em;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.01em;
}
.button:hover,
.woocommerce-button:hover {
  background: #444;
}
.order-summary-table {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 34px rgba(0, 0, 0, 0.09);
  padding: 1.2em 2em 2em 2em;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.4em;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
  font-size: 1.04em;
  font-weight: 500;
  margin-bottom: 0.45em;
  color: #191919;
  letter-spacing: 0.01em;
}
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-shipping-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper textarea {
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  padding: 0.65em 0.85em;
  font-size: 1em;
  background: #fafafb;
  color: #191919;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  outline: none;
}
.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper textarea:focus,
.woocommerce-shipping-fields__field-wrapper input:focus,
.woocommerce-shipping-fields__field-wrapper textarea:focus {
  border-color: #6b6bfe;
  box-shadow: 0 0 0 1px #6b6bfe44;
}
@media (max-width: 600px) {
  .order-summary-table {
    max-width: 95vw;
    padding: 1.1em 1em;
  }
  .woocommerce-billing-fields__field-wrapper label,
  .woocommerce-shipping-fields__field-wrapper label {
    font-size: 0.98em;
  }
}
