/* body#checkout section.checkout-step .delivery-options .delivery-option,body#checkout section.checkout-step .payment-option {
	border-right: .1rem solid #c3c3c3;
	background: #f6f6f6;
} */

body#cart .btn.btn-secondary {
  background-color: var(--grey_light);
  color: var(--black);
  border-radius: 4px;
  transition: 0.3s;
  text-transform: none;
  padding: 0.6rem 1.25rem;
  border-radius: 4px;
  border: 2px solid var(--grey_light);
  height: 43px;
}

.prix_public {
  font-size: 13px;
  font-weight: 400;
}
.prix_remise {
  font-size: 18px;
}

#product .content-right .product-display-options ul li .option-content-middle {
  width: 270px;
  max-width: 270px;
}

.top-menu .dropdown-item.dropdown-submenu {
  white-space: unset;
}

body .products .product .product-miniature .product-description .product-code_douanier {
    font-size: .875rem;
    color: var(--grey_dark);
    font-weight: 400;
    margin-bottom: 1rem;
}
#product .content-right h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 2rem;
    max-width: 700px;
}