@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.content-panier{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.content-panier .cart-collaterals{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#fbfaf5;border:1px solid #e1e1e1;padding:15px}.content-panier .cart-collaterals .cart_totals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.content-panier .cart-collaterals .cart_totals h2{margin:0;padding-bottom:10px;border-bottom:1px solid #e1e1e1}.content-panier .cart-collaterals .cart_totals .order-total,.content-panier .cart-collaterals .cart_totals .subtotal{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.content-panier form{width:100%}.content-panier form .shop_table{background:#fbfaf5;width:100%;border:1px solid #e1e1e1}.content-panier form .shop_table .columns-title,.content-panier form .shop_table .product-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-panier form .shop_table .columns-title{padding:10px;font-weight:500}.content-panier form .shop_table .product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:15px 10px}.content-panier form .shop_table .product-list:not(:first-child){border-top:1px solid #e1e1e1}.content-panier form .shop_table .product-list .product{display:grid;grid-template-columns:100px auto;gap:20px;width:100%;grid-column:1/3}.content-panier form .shop_table .product-list .product .product-desc a{color:#b9771a;font-size:20px;font-weight:500;text-decoration:none}.content-panier form .shop_table .product-list .product .product-desc .short-desc{max-width:80%;margin-top:6px;font-size:14px;font-style:italic}.content-panier form .shop_table .product-list .product img{width:100px;height:auto}.content-panier form .shop_table .product-list .manage-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.content-panier form .shop_table .product-list .manage-quantity:after{content:attr(data-qte);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%}.content-panier form .shop_table .product-list .manage-quantity button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 12px;font-family:Inconsolata;font-size:13px;font-weight:500;background:#fff;color:#021527;border:1px solid #021527;-webkit-transition:250ms;transition:250ms;text-decoration:none;cursor:pointer;transition:250ms}.content-panier form .shop_table .product-list .manage-quantity button:hover{background:#021527;color:#fff}.content-panier form .shop_table .product-list .manage-quantity button[disabled]{background:#a2a9af;color:#d2d2d2;cursor:initial}.content-panier form .shop_table .product-list .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:500}.content-panier form .shop_table .product-list .remove{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.content-panier form .shop_table .product-list .remove a{display:block;width:100%;text-align:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 12px;font-family:Inconsolata;font-size:13px;font-weight:500;background:#fff;color:#021527;letter-spacing:1px;text-transform:uppercase;border:1px solid #021527;-webkit-transition:250ms;transition:250ms;text-decoration:none;cursor:pointer;transition:250ms}.content-panier form .shop_table .product-list .remove a:hover{background:#021527;color:#fff}.product-remove,.product-thumbnail,.woocommerce-notices-wrapper{display:none}.checkout-button{-webkit-transition:250ms;transition:250ms;display:block;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px;padding:15px 50px;background:#021527;border:1px solid #021527;font-family:Inconsolata;font-size:15px;font-weight:500;text-align:center;color:#fff;letter-spacing:1px;text-transform:uppercase;text-decoration:none;cursor:pointer}.checkout-button:hover{background:#998363;border:1px solid #998363}@media (min-width:1024px){.content-panier{display:grid;grid-template-columns:auto 300px}.content-panier form .shop_table .product-list{display:-webkit-box;display:-ms-flexbox;display:flex}.content-panier form .shop_table .product-list .manage-quantity{gap:0}.content-panier form .shop_table .product-list .remove{width:initial}}