
/* Surcharge spécifique du checkout */

.woocommerce .col2-set#customer_details {
    display: flex;
    flex-direction: column;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  color:#333333;
}

.woocommerce form .form-row.woocommerce-validated input.input-text:focus {
  color:#0c71c3;
}

#woosteri_date {
  background-color: #0c71c3;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
}

#woosteri_date:hover {
  background-color: #888888;
}

table.woocommerce-checkout-review-order-table .additional-shipping-fields p:nth-of-type(2) {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  color: #666666;
  font-weight: initial;
}
table.woocommerce-checkout-review-order-table .additional-shipping-fields p:nth-of-type(2)::before {
  content: "⬆️ ";
  margin-right: 3px;
  margin-left: 5px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-top:14px;
  width: 100%;
}

.woocommerce form.woocommerce-checkout h3 {
  background-color: var(--couleur-principale);
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.woocommerce form.woocommerce-checkout h3#ship-to-different-address {
  margin-top: 30px;
  float: inherit !important;
}

#order_review_heading {
  margin-top: 30px;
}

#order_comments_field label {
  background-color: #888888;
  color: #ffffff;
  padding: 0px;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
}

table.woocommerce-checkout-review-order-table .product-total,
table.woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: right;
}

table.woocommerce-checkout-review-order-table .product-name,
table.woocommerce-checkout-review-order-table .product-total {
  background-color: #333333;
  color: #ffffff;
}

table.woocommerce-checkout-review-order-table .cart_item .product-name,
table.woocommerce-checkout-review-order-table .cart_item .product-total {
  background-color: #ffffff;
  color: #666666;
}

table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
table.woocommerce-checkout-review-order-table .additional-shipping-fields {
  background-color: #eeeeee;
  color: #333333;
}

table.woocommerce-checkout-review-order-table .cart-subtotal {
  background-color: #888888;
  color: #ffffff;
}

table.woocommerce-checkout-review-order-table .order-total {
  background-color: #0c71c3;
  color: #ffffff;
}


/* Surcharge spécifique de la page de confirmation */

.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background-color: var(--couleur-validation);
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.woocommerce ul.order_details {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  list-style: none;
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 1em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed var(--couleur-principale);
  padding-right: 1em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  background-color: var(--couleur-principale);
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

table.woocommerce-table--order-details .product-total,
table.woocommerce-table--order-details .cart-subtotal td {
  text-align: right;
}

table.woocommerce-table--order-details .product-name,
table.woocommerce-table--order-details .product-total {
  background-color: #333333;
  color: #ffffff;
}

table.woocommerce-table--order-details .order_item .product-name,
table.woocommerce-table--order-details .order_item .product-total {
  background-color: #ffffff;
  color: #666666;
}

table.woocommerce-table--order-details .order_item a {
  color: #666666;
}

table.woocommerce-table--order-details .order_item .product-quantity {
  color: var(--couleur-principale);
}

table.woocommerce-table--order-details tfoot tr {
  background-color: #eeeeee;
  color: #333333;
}

table.woocommerce-table--order-details .includes_tax {
  display: block;
}

.woocommerce-customer-details address {
  background-color: #ffffff;
  color: #666666;
  padding: 20px !important;
  border-bottom-width: 1px !important;
  border-right-width: 1px !important;
}

.woocommerce-customer-details address .woocommerce-customer-details--phone,
.woocommerce-customer-details address .woocommerce-customer-details--email {
  margin-top: 5px;
  padding-bottom: 0px;
}

.woocommerce-customer-details address .woocommerce-customer-details--phone:before,
.woocommerce-customer-details address .woocommerce-customer-details--email:before {
  color: var(--couleur-principale);
}

/* Traitement spécifique RWD */

@media (max-width: 1024px) {

  .woocommerce ul.order_details {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    list-style: none;
  }

  .woocommerce ul.order_details li {
    float: inherit;
    margin-bottom: 20px;
    border-style: none;
    text-align: center;
  }

}