
/***************************************************************/
/* 20230922 intervention du point 3/
   20231011 points 1/ et 2/
   IMPRESSION DU PANIER POUR OBTENIR UN PDF                        
   AVEC RAJOUT D'INPUT MANUEL POUR CALCUL DES FRAIS SI BESOIN  
   VIA VAR GET ?fraisFT=oui                                    */
/***************************************************************/

p#oztotalft{ font-size:20px !important; }

.checkout-cart-index .cart-totals .totals-tax-details .price:after{ content:"" !important; }

@media print {
	body { padding: 40px !important; }
	.checkout-cart-index .com__footer_link,
	.checkout-cart-index .checkout-extra #block-shipping,
	.checkout-cart-index .block-releated.crosssell,
	.checkout-cart-index #page-title-wrapper,
	.checkout-cart-index .item-actions,
	.checkout-cart-index .edit-qty.plus,
	.checkout-cart-index .edit-qty.minus,
	.checkout-cart-index .cart.main.actions,
	.checkout-cart-index .checkout.methods.checkout-methods-items,
	.checkout-cart-index .page-header .middle-header .menu-wrapper,
	.checkout-cart-index .page-header .middle-header .table-icon-menu,
	.checkout-cart-index .page-header .top-custom-link { display:none !important; }
	
	.checkout-cart-index .middle-header{ width:1335px !important; }
	
	.checkout-cart-index .cart.table-wrapper .product-item-photo{
		left:unset !important; position:unset !important; top: unset !important;
		min-width:100px !important; max-width:125px !important;
		min-height:auto !important;
		display:inline-block !important;
	}
	
	.checkout-cart-index .cart.table-wrapper .items > .item .col.item .product-item-details{
		padding-left:0px !important; padding-top:15px !important;
		text-align: center !important;
		line-height:1.3em !important;
	}
	.checkout-cart-index .cart.table-wrapper .items > .item .col.item .product-item-details a{ text-decoration:none !important; }
	
	.checkout-cart-index .control.qty{ justify-content:center !important; }
	
	.checkout-cart-index .cart.table-wrapper .items > .item .col.item{
		padding-left:15px !important; padding-right:15px !important;
	}
	
	
	.checkout-cart-index .oz-fraisdevisprintcss-content,
	.checkout-cart-index .oz-fraisdevisprintcss-title{ display:none; }
	
}


