/*
Theme Name: Origines Hello
Template: hello-elementor
Version: 1.0
Author: Origines Nouvelles
*/





/* ===== Futura PT ===== */

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTLight.woff2") format("woff2");
    font-weight:300;
    font-display:swap;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTBook.woff2") format("woff2");
    font-weight:400;
    font-display:swap;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTMedium.woff2") format("woff2");
    font-weight:500;
    font-display:swap;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTDemi.woff2") format("woff2");
    font-weight:600;
    font-display:swap;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTBold.woff2") format("woff2");
    font-weight:700;
    font-display:swap;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTExtraBold.woff2") format("woff2");
    font-weight:800;
    font-display:swap;
}

@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPTHeavy.woff2") format("woff2");
    font-weight:900;
    font-display:swap;
}

/* ==========================================================
 Barre de progression panier 200€
   ========================================================== */

.origines-free-shipping-icon {
    margin-right: 8px;
    color: #FFC72C;
    font-size: 1.4rem;
    vertical-align: middle;
}

.origines-free-shipping-success .origines-free-shipping-icon {
    color: #2E7D32;
}

.origines-free-shipping{

  padding:24px;
  margin-bottom:24px;

  background:#fff;

  border:1px solid #E8E8E8;
  border-radius:10px;

  font-family:var(--e-global-typography-text-font-family);
  font-size:var(--e-global-typography-text-font-size);
  font-weight:var(--e-global-typography-text-font-weight);

  color:#2D2D2D;

}

.origines-free-shipping-title{

  margin-bottom:16px;

  font-family:var(--e-global-typography-primary-font-family);
  font-size:1.125rem;
  font-weight:700;

}

.origines-free-shipping-bar{

  height:10px;

  margin-bottom:16px;

  background:#E8E8E8;

  border-radius:50px;

  overflow:hidden;

}

.origines-free-shipping-progress{

  height:100%;

  background:#FFC72C;

  transition:width .4s ease;

}

.origines-free-shipping-message,
.origines-free-shipping-success{

  font-family:var(--e-global-typography-text-font-family);
  font-size:1rem;
  font-weight:500;

}

.origines-free-shipping-price{

  font-weight:700;

}



/* ==========================================================
   WooCommerce Notices
   ========================================================== */

.e-woocommerce-notices-wrapper .woocommerce-message {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    background: #f7fbf4 !important;
    color: #222 !important;

    border: 1px solid #d9e8d1 !important;
    border-left: 4px solid #7fb341 !important;
    border-radius: 8px;

    padding: 16px 20px;
    margin: 24px 0;
}

.e-woocommerce-notices-wrapper .woocommerce-message::before {

    position: static;
    margin-right: 8px;

    color: #7fb341 !important;
    font-size: 18px;
}

.e-woocommerce-notices-wrapper .woocommerce-message .button {

    margin-left: auto;
    order: 2;

    background: #ffffff !important;
    color: #222 !important;

    border: 1px solid #d9d9d9 !important;
    border-radius: 22px;

    padding: 10px 18px;
    font-weight: 600;

    box-shadow: none;
}

.e-woocommerce-notices-wrapper .woocommerce-message .button:hover {

    background: #ffbf00 !important;
    border-color: #ffbf00 !important;
    color: #222 !important;
}

.e-woocommerce-notices-wrapper .woocommerce-message a:not(.button) {

    color: inherit !important;
    text-decoration: none;
}



/* ==========================================================
   WooCommerce - Order Received (Thank You)
   ========================================================== */

.woocommerce-order {

    color: #2D2D2D;
    font-family: "Futura PT", sans-serif;
}

.woocommerce-order p,
.woocommerce-order td,
.woocommerce-order th,
.woocommerce-order li,
.woocommerce-order address {

    color: #2D2D2D;
}

.woocommerce-order h2 {

    color: #000;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.woocommerce-order strong {

    color: #000;
    font-weight: 600;
}

.woocommerce-order table {

    border-collapse: collapse;
    margin: 2rem 0;
}

.woocommerce-order table th {

    border-bottom: 2px solid #E8E8E8;
    font-weight: 600;
}

.woocommerce-order table td {

    border-bottom: 1px solid #E8E8E8;
    padding: 14px 0;
}

.woocommerce-order address {

    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 24px;
    background: #FFFFFF;
}

.woocommerce-order-overview {

    margin-bottom: 3rem;
}

.woocommerce-order-overview li {

    color: #636363;
}

.woocommerce-order-overview strong {

    display: block;
    color: #000;
    margin-top: 4px;
}
