/*
 * Display SVG in stylesheets
*/
.product-line-grid {
  align-items: center; }
  .product-line-grid:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6; }
  .product-line-grid__title {
    max-width: 64%; }
  .product-line-grid__row {
    display: flex;
    flex-wrap: wrap; }
  .product-line-grid__block--image {
    width: 90px;
    height: 90px;
    align-self: flex-start; }
  .product-line-grid__block--prod {
    width: calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px; }
  .product-line-grid__block--qty {
    width: 100%; }
  .product-line-grid__block--total {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0.9375rem 0 0;
    text-align: right; }
    @media (min-width: 768px) {
      .product-line-grid__block--total {
        margin: 0;
        text-align: center;
        flex: 0 0 7.5rem;
        max-width: 7.5rem; } }
    @media (min-width: 1200px) {
      .product-line-grid__block--total {
        flex: 0 0 9.375rem;
        max-width: 9.375rem; } }
  .product-line-grid__block--delete {
    text-align: center; }
    @media (max-width: 767.98px) {
      .product-line-grid__block--delete {
        align-self: flex-start;
        order: -1;
        padding-top: 0.3125rem; } }
  .product-line-grid__bottom {
    display: flex;
    align-items: center;
    width: 100%; }
  .product-line-grid .current-price {
    display: flex;
    flex-direction: column; }

.checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

.checkout-step__header {
  border-bottom: 0; }

.checkout-step .content {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125); }

.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5; }

.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none; }

.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5; }

.checkout-step.-current .step-title {
  cursor: default; }

.checkout-step.-current .content {
  display: block; }

.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none; }

.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block; }

.checkout-step.-current.-reachable.-complete .content {
  display: block; }

.checkout-step.-reachable.-complete .done {
  display: inline-block; }

.checkout-step.-reachable.-complete .content {
  display: none; }

.checkout-step .step-number {
  display: inline-block; }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6; }
    .js-payment-binary.disabled::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      content: ""; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

.checkout-option__thumb {
  height: 3.125rem; }

.checkout-option__img {
  max-height: 3.125rem; }

.checkout-option-block {
  position: relative; }
  .checkout-option-block > input {
    position: absolute;
    left: -99999em; }
  .checkout-option-block.selected .card {
    border-color: #007bff; }

.extra-fields__list {
  margin: 20px 0 0 0; }

.extra-fields__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EFEFEF;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: bold; }

.extra-fields__title {
  font-size: 18px; }

.extra-fields__price {
  font-family: "Unbounded", sans-serif; }

