.ai5__backdrop {
  display: none;
}

.MR-Widget .PR-Hours {
margin: 0 !important;
}

#checkout #opc_main .opc-step .opc-step-header .opc-step-title {
  color: #111827;
  text-transform: initial;
  font-size: 1.25rem !important;
  font-weight: bold;
}

#checkout #opc_main .opc-progress {
  margin: 2rem 0 1rem;
}

body#checkout #wrapper {
  background: #f9fafb !important; 
}

.cart-summary-line::after {
  content: none !important;
  display: none !important;
}

.cart-promo .cart-summary-line span {
  color: #016630 !important;
}

.cart-promo .cart-summary-line span.font-bold {
  font-weight: bold !important;
}

body#checkout #content {
  padding: 0;
}

.opc-addresses__set-invoice-address {
  margin: 2rem 0 1rem !important;
  font-weight: bold !important;
}

#checkout #opc_main #opc_step_cart_footer {
  display: none;
}

.opc-step-footer .continue {
  padding: 13px 25px;
  font-size: 15px !important;
  font-weight: bold !important;
  border-radius: 4px !important;
}

#checkout #opc_main #payment-confirmation button, 
#checkout #opc_main .ps_checkout-button button {
  padding: 13px 25px;
  background: #ffc107 !important;
  border-color: #ffc107 !important;
  color: black !important;
}

#checkout #opc_main #payment-confirmation button.disabled, 
#checkout #opc_main .ps_checkout-button button.disabled {
  background: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  color: #a1a1a1 !important;
}

span.address-alias {
  font-weight: bold !important;
}

.carrier-extra-content {
  border-right: none !important;
}

#mondialrelay_save-container {
  float: none;
  margin-bottom: 1rem;
}

#mondialrelay_save-relay {
  background: #96154a !important;
  border-color: #96154a !important;
}

#mondialrelay_save-relay:hover {
  background: #ae4872 !important;
  border-color: #ae4872 !important;
}

#order-carrier-text p {
  line-height: 1.4;
}

#mondialrelay_summary .pull-left {
  float: none;
  text-align: left;
  margin: 0;
}

#mondialrelay_change-relay {
  float: none;
  margin-top: 10px;
}

.delivery_option_title,
.carrier-price {
  font-weight: bold !important;
  font-size: 1rem !important;
  color: #1f2937 !important;
}

.carrier-item-content {
  min-height: 50px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
}

.carrier-item-content .delivery_radio_content {
  flex-shrink: 0 !important;
  position: static !important;
  float: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
}

.carrier-item-content .delivery_option_logo {
  flex-shrink: 0 !important;
}

.carrier-item-content .delivery-detail {
  flex: 1 !important;
}

/* Label généré par le module qui prend toute la largeur */
.carrier-item-content label.delivery_option_title_logo,
.carrier-item-content > label {
  flex: 1 !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

#order-delivery {
  margin-top: 1rem; 
}

.discount {
  font-weight: bold !important; 
  font-size: 0.75rem !important;
}

#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .product-discount {
  border-radius: 15px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 1.2;
  font-size: 0.75rem !important;
  background-color: #ef4444 !important;
  color: #f9fafb !important;
  border-color: #ef4444 !important;
  font-weight: 900;
  padding: 2px 10px 2px;
}

#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media {
  align-items: center;
}

#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .media-total-price .product-total-price {
  color: #111827 !important;
}

body#checkout #cart-summary-product-list img {
  border: none; 
}

#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .media-quantity {
  display: inline-block;
}

#checkout #opc_main #opc_cart .cart-summary-products #cart-summary-product-list .media-list .media .media-product-detail .remove-from-cart {
  color: #6b7280 !important;
  font-weight: normal !important;
}

#checkout #opc_main .opc-promo-code__input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-color: #111827 !important;
  text-align: left;
  height: 3rem !important;
  font-size: 1rem;
}

.opc-promo-code__button {
  width: 8rem !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

#checkout #opc_main #payment_method_container {
  border: none;
}

#payment_method_container .module_payment_container {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1rem !important;
  transition: background-color 0.2s ease;
}

#payment_method_container .module_payment_container:hover,
#payment_method_container .module_payment_container.selected {
  background-color: #f9fafb !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option {
  padding-left: 0;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_input {
  flex-shrink: 0 !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_image {
  flex-shrink: 0 !important;
  margin-right: 0 !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_image img {
  max-width: 70px !important;
  min-width: auto !important;
  max-height: 35px !important;
  object-fit: contain !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_content {
  flex: 1 !important;
  text-align: right !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_content span {
  color: #111827 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  display: block !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_content p {
  margin: 0.25rem 0 0 0 !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
}

#checkout #opc_main #payment_method_container .module_payment_container .js-additional-information {
  padding: 0 !important;
  margin-top: 0;
}

@media (max-width: 768px) {
  #checkout #opc_main #payment_method_container .module_payment_container .payment-option .payement_title_logo {
    gap: 10px !important;
  }
  
  #checkout #opc_main #payment_method_container .module_payment_container .payment-option .payment_image img {
    max-width: 60px !important;
    max-height: 30px !important;
  }
}

button.kr-payment-button,
.kr-methods-list-options button {
  height: 50px !important;
}

.kr-embedded .kr-field-element:not(.kr-checkbox, .kr-radio) .kr-field-component input.kr-input-field, 
.kr-embedded > .kr-field-wrapper .kr-field-component input.kr-input-field {
  height: 26px !important;
}

.MR-Widget.MR-Widget-Responsive .MRW-ButtonContainer button.MRW-BtGeoGo {
  height: 27px !important; 
}

.module_payment_container address {
padding-left: 15px;
}

#checkout .opc-bootstrap-533 button {
  font-weight: normal;
}

p.address {
  border-left: none !important;
}