@charset "UTF-8";
.container-cart .container-recap-order, .container-reset-password .container-recap-order {
  background: #F8F5F8;
  border-radius: 8px;
}
.container-cart .container-recap-order .container-cart-products > .row, .container-reset-password .container-recap-order .container-cart-products > .row {
  border-bottom: 1px solid #E4E4E4;
}
.container-cart > div:first-of-type, .container-reset-password > div:first-of-type {
  background-color: #ffffff;
  height: fit-content;
}
.container-cart > div:first-of-type ul.progression, .container-reset-password > div:first-of-type ul.progression {
  border-radius: 64px;
  background-color: #F8F5F8 !important;
}
.container-cart > div:first-of-type ul.progression li, .container-reset-password > div:first-of-type ul.progression li {
  border-collapse: collapse;
}
.container-cart > div:first-of-type ul.progression li:after, .container-reset-password > div:first-of-type ul.progression li:after {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "" !important;
}
@media screen and (max-width: 576px) {
  .container-cart > div:first-of-type ul.progression li, .container-reset-password > div:first-of-type ul.progression li {
    font-size: 13px !important;
  }
  .container-cart > div:first-of-type ul.progression li:after, .container-reset-password > div:first-of-type ul.progression li:after {
    font-size: 12px;
    top: 9px;
    right: 10px;
  }
}
.container-cart > div:first-of-type ul.progression li.last-active, .container-reset-password > div:first-of-type ul.progression li.last-active {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
}
.container-cart > div:first-of-type .container-informations-order div.bg-light:not(.type-livraison), .container-reset-password > div:first-of-type .container-informations-order div.bg-light:not(.type-livraison) {
  min-height: 160px;
}
.container-cart > div:first-of-type .container-informations-order div.bg-light:not(.type-livraison) a.position-absolute, .container-reset-password > div:first-of-type .container-informations-order div.bg-light:not(.type-livraison) a.position-absolute {
  bottom: 15px;
  right: 36px;
}
.container-cart > div:first-of-type .container-informations-order .bg-light, .container-reset-password > div:first-of-type .container-informations-order .bg-light {
  background: #F8F5F8 !important;
}
.container-cart > div:first-of-type .retour:before, .container-reset-password > div:first-of-type .retour:before {
  position: absolute;
  top: 1px;
  left: 24px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "" !important;
}
.container-cart > div:first-of-type input[type=email], .container-cart > div:first-of-type input[type=text], .container-cart > div:first-of-type input[type=password], .container-cart > div:first-of-type select, .container-reset-password > div:first-of-type input[type=email], .container-reset-password > div:first-of-type input[type=text], .container-reset-password > div:first-of-type input[type=password], .container-reset-password > div:first-of-type select {
  border: 1px solid #D6D6D6;
  padding: 8px 15px;
  border-radius: 5px;
}
.container-cart > div:first-of-type input[type=email]:active, .container-cart > div:first-of-type input[type=email]:focus, .container-cart > div:first-of-type input[type=text]:active, .container-cart > div:first-of-type input[type=text]:focus, .container-cart > div:first-of-type input[type=password]:active, .container-cart > div:first-of-type input[type=password]:focus, .container-cart > div:first-of-type select:active, .container-cart > div:first-of-type select:focus, .container-reset-password > div:first-of-type input[type=email]:active, .container-reset-password > div:first-of-type input[type=email]:focus, .container-reset-password > div:first-of-type input[type=text]:active, .container-reset-password > div:first-of-type input[type=text]:focus, .container-reset-password > div:first-of-type input[type=password]:active, .container-reset-password > div:first-of-type input[type=password]:focus, .container-reset-password > div:first-of-type select:active, .container-reset-password > div:first-of-type select:focus {
  outline: none;
}
.container-cart form#payment-form-cb, .container-reset-password form#payment-form-cb {
  width: 30vw;
  height: 150px;
  min-width: 500px;
  align-self: center;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}
.container-cart form#payment-form-cb input, .container-reset-password form#payment-form-cb input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

/*# sourceMappingURL=order.css.map */
