@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
.product-line-grid {
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
  padding: 12px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
    padding-right: 20px;
  }
}
.product-line-grid__block {
  padding: 0 10px;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
.product-line-grid__block--image picture {
  display: block;
  background-color: #f4f0ec;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 80px - 50px);
  max-width: calc(100% - 80px - 50px);
}
@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}
.product-line-grid__block--qty {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 15px 0 0;
}
.product-line-grid__block--qty .bootstrap-touchspin {
  margin: 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .product-line-grid__block--qty .bootstrap-touchspin {
    margin: 0 auto;
  }
}
.product-line-grid__block--total {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 15px 0 0;
  text-align: right;
}
@media (min-width: 768px) {
  .product-line-grid__block--total {
    margin: 0;
    text-align: center;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .product-line-grid__block--total {
    flex: 0 0 150px;
    max-width: 150px;
  }
}
.product-line-grid__block--delete {
  flex: 0 0 50px;
  max-width: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: 5px;
  }
}
.product-line-grid__block--delete a {
  font-size: 24px;
  color: #201010;
}
.product-line-grid__block--delete a:hover {
  color: #942828;
}

.delivery-options {
  width: 100%;
}

.checkout-step {
  background-color: #fff;
}
.checkout-step:not(:first-child) {
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.checkout-step__header {
  border-bottom: 0;
  padding: 1rem;
  background-color: #f4f0ec;
  cursor: pointer;
}
.checkout-step .step-number {
  display: inline-block;
}
.checkout-step .content {
  border-top: 0 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 .step-title {
  display: flex;
  align-items: center;
}
.checkout-step .step-title i {
  font-size: 24px;
  margin-left: auto;
}
.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.-reachable.-complete .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.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;
}
@media (min-width: 1200px) {
  .checkout-step__header {
    padding: 1.25rem;
  }
}

.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 .header-nav {
  background-color: #f4f0ec;
}
#checkout #wrapper {
  padding-top: 32px;
}
@media (min-width: 1200px) {
  #checkout #wrapper {
    padding-top: 60px;
  }
}
#checkout .cart-grid-body {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.checkout-option__col {
  padding-left: 12px;
  padding-right: 12px;
}
.checkout-option__col--thumb {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
@media (min-width: 576px) {
  .checkout-option__col--thumb {
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
  }
}
.checkout-option__row {
  margin-left: -12px;
  margin-right: -12px;
}

.payment-options .additional-information .alert {
  padding: 0;
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block .card {
  background-color: #fcf8f8;
  border: 2px solid transparent;
  transition: all ease-out 0.15s;
}
.checkout-option-block > input {
  position: absolute;
  left: -99999em;
}
.checkout-option-block.selected .card, .checkout-option-block:hover .card {
  border: 2px solid #ac8050;
}

.checkout-header {
  background-color: #f4f0ec;
}
.checkout-header__contactprompt {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #201010;
  text-align: left;
  justify-content: end;
}
.checkout-header__contactprompt-span {
  display: none;
}
@media (min-width: 1200px) {
  .checkout-header__contactprompt {
    justify-content: start;
  }
  .checkout-header__contactprompt-span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
  }
  .checkout-header__contactprompt-span span {
    color: #ac8050;
    font-weight: 500;
  }
  .checkout-header__contactprompt-span span:hover {
    color: #c8a078;
  }
}

.cart-return {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #201010;
}
.cart-return:hover {
  color: #c8a078;
}
.cart-return i {
  font-size: 16px;
}
.cart-return span {
  display: none;
}

@media (min-width: 1200px) {
  .cart-return span {
    display: initial;
  }
}
.cart-grid {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .cart-grid {
    margin-bottom: 60px;
  }
}
.cart-items {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .cart-items {
    margin-bottom: 60px;
  }
}
