@charset "UTF-8";
.product-line-grid {
  align-items: center;
  padding: 20px;
}
.product-line-grid .price {
  color: #0D3940;
  font-size: 14px;
  font-weight: 600;
}
.product-line-grid .remove-from-cart img {
  max-width: 30px;
}
.product-line-grid:not(:last-child) {
  /*    padding-bottom: map.get($spacers, 3);
      margin-bottom: map.get($spacers, 3);*/
  border-bottom: 1px solid #CDB292;
}
.product-line-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}
.product-line-grid__title {
  font-size: 16px;
  font-weight: 400;
}
.product-line-grid__block {
  padding: 0 0.625rem;
}
.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}
@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.product-line-grid__block--prod {
  order: -2;
  flex: 0 0 calc(100% - 5rem - 3.125rem);
  max-width: calc(100% - 5rem - 3.125rem);
}
@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: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    margin: 0;
    flex: 0 0 8.125rem;
    max-width: 8.125rem;
  }
}
.product-line-grid__block--total {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.9375rem 0 0;
  text-align: right;
}
.product-line-grid__block--total .price {
  font-size: 16px;
  font-weight: 600;
}
@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 {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: 0.3125rem;
  }
}

body .checkout-step {
  border: 1px solid #CDB292;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
body .checkout-step__header {
  border-bottom: 0;
}
body .checkout-step__content {
  padding-left: 60px;
  padding-right: 60px;
}
body .checkout-step .custom-checkbox {
  width: 74%;
  margin-left: auto;
}
body .checkout-step .step-title {
  margin-left: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #0D3940;
  position: relative;
}
body .checkout-step .step-title .step-number {
  position: absolute;
  left: -35px;
  color: #CDB292;
  top: -3px;
  font-size: 22px;
}
body .checkout-step.-unreachable .step-title {
  opacity: 1 !important;
}
body .checkout-step.-complete .step-number:before {
  position: absolute;
  background: white;
  content: "";
  width: 24px;
  height: 25px;
  background-image: url(/themes/saunahammam/assets//img-dist/dade91a0ac1199616bfcfb68676671bc.svg);
}
body .checkout-step .nav-pills .nav-link {
  border-radius: 0;
  background: transparent;
  color: #8CA2A5;
  font-weight: 500;
  border-bottom: 2px solid #DDDDDD;
}
body .checkout-step .nav-pills .nav-link.active {
  color: #0D3940;
  border-bottom: 2px solid #0D3940;
}
body .checkout-step .step-number {
  display: inline-block;
}
body .checkout-step .form-group-field {
  display: flex;
  align-items: center;
}
body .checkout-step .form-group-field .form-label {
  color: #164C54;
  width: 35%;
  font-weight: 500;
}
body .checkout-step .form-group-field .form-control {
  border: 1px solid #DDDDDD;
  /*
        &[name='password'] {
          border-right: 0;
        }*/
}
body .checkout-step .form-group-field input[name=newsletter] {
  display: none;
}
body .checkout-step .form-group-field .js-password-strength-feedback {
  display: none !important;
}
body .checkout-step .form-group-field .input-group-append .btn-primary {
  background: transparent;
  border: 1px solid #DDDDDD;
  border-left: 0px;
  height: 39px;
  color: #CDB292;
}
body .checkout-step .form-group-field .input-group-append .btn-primary:focus, body .checkout-step .form-group-field .input-group-append .btn-primary:hover {
  color: #CDB292 !important;
}
body .checkout-step .form-group-field .input-group-append .btn-primary .material-icons {
  top: 7px;
  position: absolute;
  right: 10px;
}
body .checkout-step .content {
  padding-top: 20px;
}
body .checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
body .checkout-step .content,
body .checkout-step .done,
body .checkout-step .step-edit {
  display: none;
}
body .checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}
body .checkout-step.-current .step-title {
  cursor: default;
}
body .checkout-step.-current .content {
  display: block;
}
body .checkout-step.-reachable.-complete .done {
  display: inline-block;
}
body .checkout-step.-reachable.-complete .content {
  display: none;
}
body .checkout-step.-current.-reachable.-complete .done,
body .checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
body .checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
body .checkout-step.-current.-reachable.-complete .content {
  display: 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-addresses-step .form-step-address-p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
#checkout-addresses-step .custom-control.custom-checkbox {
  padding-left: 6px;
}
#checkout-addresses-step .js-address-form {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
#checkout-addresses-step .js-address-form .h4 {
  font-size: 16px;
  font-weight: 600;
}

.ed-cart-option {
  background: #FCF7EE;
  padding: 20px;
}
.ed-cart-option .ed_custom_days {
  display: none;
}
.ed-cart-option img {
  max-width: 24px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  float: left;
}

.estimateddelivery .ed_orderbefore {
  font-size: 12px;
}

.delivery-options .checkout-option {
  padding: 30px;
  padding-left: 60px;
  padding-right: 60px;
  background: #F3F6F6;
  border: 1.5px solid #164C54;
  border-radius: 4px;
}
.delivery-options .checkout-option .h5 {
  font-size: 16px;
  font-weight: 600;
}
.delivery-options .checkout-option p {
  color: #0D3940;
}
.delivery-options .checkout-option__delay {
  max-width: 400px;
  font-size: 14px;
}
.delivery-options .checkout-option #delivery {
  border-top: 1px solid #0D3940;
  padding-top: 15px;
}
.delivery-options .checkout-option #delivery label {
  font-size: 14px;
  color: #0D3940;
}
.delivery-options .checkout-option #delivery label strong {
  font-weight: 600;
}
.delivery-options .checkout-option #delivery .form-control {
  background: white;
  border-color: #DDDDDD;
  border-radius: 3px;
}
.delivery-options .checkout-option__price {
  color: #0D3940;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: -15px;
  right: -15px;
}

.payment-options > div:first-child label {
  border-top: 1px solid #CDB292 !important;
}
.payment-options label {
  width: 100%;
  border: 1px solid #CDB292;
  border-top: none;
}

#checkout-payment-step .custom-checkbox {
  margin-left: 0;
  width: 100%;
  padding-left: 10px;
}
#checkout-payment-step .checkout-option dl {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Deux colonnes égales */
  gap: 10px;
  width: 100%;
  background-color: #f5f9f8; /* Couleur de fond */
}
#checkout-payment-step .checkout-option dt, #checkout-payment-step .checkout-option dd {
  padding: 10px;
  color: #0D3940;
  font-size: 14px;
}
#checkout-payment-step .checkout-option dt {
  font-weight: 400;
  background-color: white;
}
#checkout-payment-step .checkout-option dd {
  font-weight: 600;
  background-color: white;
}
#checkout-payment-step .checkout-option.selected {
  background: #F3F6F6;
}
#checkout-payment-step .checkout-option.selected label {
  border-top: 1px solid #0D3940 !important;
  border-color: #0D3940;
}
#checkout-payment-step .checkout-option.selected .checkout-option__body {
  background: #E0E5E5;
  border-bottom: 1px solid #0D3940;
}
#checkout-payment-step .checkout-option-block > input {
  top: 25px;
}
#checkout-payment-step .checkout-option__col .h5 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 50px;
  color: #0D3940;
}
#checkout-payment-step .checkout-option__col img {
  max-width: 100%;
  width: 49px;
}
#checkout-payment-step .checkout-option__thumb {
  position: absolute;
  width: 49px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
#checkout-payment-step .checkout-option p {
  color: #0D3940;
}
#checkout-payment-step .checkout-option__body {
  padding: 23px 15px;
}
#checkout-payment-step .checkout-option .additional-information {
  padding: 20px 15px;
}
#checkout-payment-step .checkout-option .additional-information p {
  font-size: 14px;
}
#checkout-payment-step .btn-primary {
  padding-left: 40px;
  padding-right: 40px;
}
#checkout-payment-step .js-terms a {
  color: #0D3940;
  text-decoration: underline;
  -webkit-text-decoration-color: #0D3940;
          text-decoration-color: #0D3940;
}

.checkout-option__col--thumb {
  /*      @include  custom-col(rem-calc(50px));

        @include  media-breakpoint-up(sm) {
          @include  custom-col(rem-calc(60px));
        }*/
}

.checkout-option-block {
  position: relative;
}
.checkout-option-block > input {
  position: absolute;
  left: 25px;
  top: 30px;
}

#cart h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Instrument Serif";
  margin-top: 15px;
  margin-bottom: 15px;
}
#cart .cart-overview {
  border: 1px solid #CDB292;
}
#cart .accessories_crosssell {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#cart .accessories_crosssell h4 {
  font-family: "Instrument Serif";
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px;
}

#js-checkout-summary .cart-total {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#js-checkout-summary .promo-name {
  border-top: 1px solid #F6E8CF;
  border-bottom: 1px solid #F6E8CF;
}
#js-checkout-summary .promo-name .cart-summary-line {
  margin-top: 15px;
}

#js-checkout-summary,
.cart-summary {
  border: 1px solid #CDB292;
  padding: 30px;
}
#js-checkout-summary .btn-primary-alt,
.cart-summary .btn-primary-alt {
  background: #0D3940;
  width: 100%;
  border-color: #0D3940;
}
#js-checkout-summary .btn-primary,
.cart-summary .btn-primary {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
#js-checkout-summary .promo-name .label,
#js-checkout-summary .promo-name a,
.cart-summary .promo-name .label,
.cart-summary .promo-name a {
  font-size: 14px;
  color: #0D3940;
}
#js-checkout-summary .promo-name .label strong,
#js-checkout-summary .promo-name a strong,
.cart-summary .promo-name .label strong,
.cart-summary .promo-name a strong {
  font-weight: 600;
}
#js-checkout-summary .promo-name a,
.cart-summary .promo-name a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #0D3940;
          text-decoration-color: #0D3940;
}
#js-checkout-summary .promo-code .btn-primary,
.cart-summary .promo-code .btn-primary {
  font-weight: bold;
  padding: 6px 20px;
}
#js-checkout-summary .promo-code-link,
.cart-summary .promo-code-link {
  margin-bottom: 15px;
}
#js-checkout-summary .promo-code-link button,
.cart-summary .promo-code-link button {
  font-weight: 600;
  color: #0D3940;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#js-checkout-summary .promo-code-link button img,
.cart-summary .promo-code-link button img {
  max-width: 20px;
}
#js-checkout-summary .promo-code-link .btn-link .icon-collapse-plus,
.cart-summary .promo-code-link .btn-link .icon-collapse-plus {
  display: none;
}
#js-checkout-summary .promo-code-link .btn-link .icon-collapse-minus,
.cart-summary .promo-code-link .btn-link .icon-collapse-minus {
  display: block;
}
#js-checkout-summary .promo-code-link .btn-link.collapsed .icon-collapse-plus,
.cart-summary .promo-code-link .btn-link.collapsed .icon-collapse-plus {
  display: block;
}
#js-checkout-summary .promo-code-link .btn-link.collapsed .icon-collapse-minus,
.cart-summary .promo-code-link .btn-link.collapsed .icon-collapse-minus {
  display: none;
}
#js-checkout-summary .promo-code-link .btn-link:hover,
.cart-summary .promo-code-link .btn-link:hover {
  text-decoration: none !important;
}
#js-checkout-summary .promo-code-link .btn-link:focus,
.cart-summary .promo-code-link .btn-link:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}
#js-checkout-summary .promo-code .input-group,
.cart-summary .promo-code .input-group {
  margin-bottom: 20px;
}

.cart-detailed-actions {
  border-top: 1.5px solid #CDB292;
  padding-top: 20px;
}

.blockreassurance_product {
  display: flex;
}
.blockreassurance_product .item-product {
  margin-left: auto;
  width: 37px;
  height: 37px;
  margin-right: auto;
  display: block;
  float: none;
  margin-bottom: 15px;
}
.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
  width: 37px;
  height: 37px;
}
.blockreassurance_product p.block-title {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

#checkout .header-nav {
  background: #164C54;
}
#checkout h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Instrument Serif";
  margin-top: 20px;
}
#checkout #_desktop_contact_link {
  font-size: 13px !important;
}
#checkout #_desktop_contact_link svg,
#checkout #_desktop_contact_link img {
  max-width: 20px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
#checkout #_desktop_contact_link a {
  margin-left: 5px;
  font-size: 16px !important;
}
#checkout #login-form {
  position: relative;
}
#checkout #login-form .forgot-password {
  position: absolute;
  right: 143px;
  bottom: -8px;
}
