.my-popup {


    border-radius: 15px;
    padding: 20px;
    width:40%;
  }

  .my-title {
      color: #292929;
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      line-height: normal;
  }

  .my-html h4 {
   color: #292929;
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      line-height: normal;
  }

  .my-confirm-button {
      background: #FF780F;
      box-shadow: 0px 2px 4px 0px rgba(69, 21, 5, 0.09);
      color: white;
      cursor: pointer;
      border-radius: 6px;
      padding: 18px 36px;
      border: none;
      font-size: 16px;
      font-weight: 700;
      width: 208px;
      height: 55px;
  }

  .my-cancel-button {
      border:1px solid black;
      background: #fff;
      color: #292929;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      border-radius: 6px;
      padding: 18px 36px;
      width: 208px;
      height: 55px;
  }
  .body-checkout {
    background-color: #FAFAFA;

}
.left_checkout{
    background-color: white !important;
    border-radius:12px;
}
.table-spacing {
  border-collapse: separate;
  border-spacing: 0 14px; /* vertical spacing of 10px */
   border-radius:12px;
}
.checkout-item-custom{
    background-color: white !important;
    margin: 0;
    display: flex;
    gap: 32px;
    padding: 24px;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.08);
    margin-bottom: 18px;
    overflow-x: hidden;
}
.body-item-cart {display: flex;padding: 0 !important;align-items: flex-start;gap: 32px;width: 100%;}
.body-item-cart > a > img {    width: auto;
    max-height: 120px;}
.padding-custom-checkout{
    padding: 4% !important;
}
.rounded-start {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-end {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.checkout-custom-form {padding: 0!important;}
.checkout-custom-form > div {margin-bottom: 0!important;}
.checkout-custom-form input{
    width: 48%;
  margin: 0 auto; /* décale l'input vers la droite */
  display: block;    /* important pour que margin-left fonctionne */
  border : 1px solid var(--International-Orange-200, #FF780F);
}
.checkout-right *{
    background:white;
}


element.style {
}
/* input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
} */
.bout-pan-checkout-custom {
    border-radius: 4px!important;
    background: var(--Orange, #FF780F);
    cursor: pointer;
    display: flex;
    width: 40px!important;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border: 0;
    margin-left: 10px!important;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.pass-liv-checkout-custom{

    padding: 18px 36px 18px 36px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Orange, #FF780F);
    box-shadow: 0px 2px 4px 0px rgba(69, 21, 5, 0.09);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
}
.submit-custom-payment{
    padding: 27px;
    background: white;
    border-radius: 12px;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    border-bottom: 1px solid #e0e0e0;
    font-family: Arial, sans-serif;
  }

  .logo img {
    height: 40px;
  }

  .top-features {
    display: flex;
    gap: 40px;
  }

  .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0e2a36;
    font-size: 14px;
  }

  .feature img {
    height: 20px;
  }

  .pass-liv-checkout-custom:disabled {
    background-color: #FF9636;
    cursor: not-allowed;
    opacity: 0.6;
    color: white;
}

.pass-liv-checkout-custom:hover, .pass-liv-checkout-custom:active {
   background-color: #FF9636;
   color: white;
    box-shadow: 0px 8px 12px 0px rgba(69, 21, 5, 0.12);
}
.padding-custom-checkout{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;

}

.block-cart{
  color: black;
  text-decoration: none;
}
.bloc-recap-cart {background: var(--White, #FFF);box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.08);padding: 24px 32px;font-size: 14px;font-weight: 500;display: flex;justify-content: space-between;align-items: flex-start;align-self: stretch;}
.bloc-recap-cart > .input-group > input {display: flex;padding: 11px 18px;flex-direction: column;justify-content: center;align-items: flex-start;gap: 10px;border-radius: 4px!important;border: 1px solid var(--Smooth-Grey-200, #DCDCDC);background: var(--White, #FFF);font-size: 14px;font-weight: 400;line-height: 16px;color: var(--Smooth-Grey-400, #989898);box-sizing: border-box;}

@media (min-width:0px) and (max-width:991px){
    .top-bar{justify-content: center;}
    .top-features {display: none;}
    .checkout-item-custom {position: relative;flex-direction: column;}
    .body-item-cart {gap: 12px;}
    .rounded-end {position: absolute; right: 24px;}
    .total-item-custom {position: absolute; bottom: 24px; right: 24px;}
    .checkout-custom-form {position: absolute;left: 24px;bottom: 24px;width: 100%;}
    .checkout-custom-form input {width: 15%;}
}
