/**** SHORTCODE : PANIER / POPUP EN PLUSIEURS ETAPES ****/
.cp-modal .cp-qty__controls {
    height: 0;
}
#cart-process {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}
#cart-process.show {
    display: block;
}
#cart-process .cp-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}

#cart-process .cp-modal {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    width: min(760px, 92vw);
	height:100%;
    max-height: 90vh;
    overflow: auto;
    background: #F5F5F5;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}
.cp-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 10px 40px;
}
.cp-close {
    background: none;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer
}
.cp-body {
    padding: 0px 60px 40px 60px;
	min-height: calc(100% - 130px);
	display: flex;
}

.etape {
    display: none;
	height: auto;
	min-height: 100%!important;
	flex-direction: column;
    justify-content: space-between;
	width: 100%;
}
#retrait-livraison-step {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.etape.active {
    display: flex;
}

.cp-modal .product-card__etiquettes{
	display:none;
}
.cp-nav {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
	flex-wrap: wrap;
}

.button-prev {
    position: absolute !important;
    top: 40px;
    left: 40px;
	background: transparent;
	cursor:pointer;
}

.woocommerce-info:before, .woocommerce-error:before, .woocommerce-message:before, .woocommerce-thankyou-order-received:before{
	display:none!important;
}
.woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-thankyou-order-received{
	border-radius: 14px!important;
	padding-inline-start: 20px!important;
	    z-index: 9;
}
.woocommerce-checkout .woocommerce-error li {
    display: inline!important;
}
.cp-modal ul.woocommerce-error li {
    display: inline!important;
}
#etape-retraitlivraison u.ici-popup{
    display: none;
}
#etape-retraitlivraison u.modifier-popup {
	text-decoration: none!important;
}

.wc-backward {
    display: none!important;
}

/* masque bouton natif dans la popup */
.cp-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cp-item {
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.titre-panier{
	justify-content: center;
	text-align:center;
	width: 100%;
    display: flex;
	margin-bottom:30px
}
@media screen and (max-width:990px){
	#cart-process .cp-modal{
		right: 15px;
	    width: calc(100% - 30px);
	}
	.cp-body {
	    padding: 0px 40px 40px 40px;
	}
}
@media screen and (max-width:767px){
	#cart-process .cp-modal{
		right: 0px;
		top:0;
		transform: translate(0%, 0%);
	    width: calc(100% - 0px);
		max-height: 100dvh;
		height: 100%;
		border-radius: 0;
	}
	.cp-body {
	    padding: 0px 20px 30px 20px;
	}
	.cp-head{
		padding: 30px 20px 20px 20px;
	}
	.button-prev svg{
		width: 22px;
	}
	.cp-close svg {
		width: 19px;
	}
	.button-prev{
		top: 33px;
		left: 20px;
	}
}

/* PANIER POPUP : QUANTITES */
.cp-modal .quantity {
    --quantity-height: fit-content!important;
	display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content !important;
    line-height: normal!important;
    width: fit-content!important;
    min-width: 90px!important;
}

.cp-modal .quantity input[type=number], .cp-modal div.quantity input[type=number] {
    padding: 5px 25px!important;
    min-height: 0 !important;
    height: fit-content !important;
	border-radius:30px!important;
	border-color:black!important;
	font-size: 15Px!important;
}
.cp-modal .quantity[data-type=type-2] .ct-increase, .cp-modal .quantity[data-type=type-2] .ct-decrease {
    top: 50%!important;
	transform: translateY(-50%)!important;
	width: fit-content!important;
    height: fit-content!important;
	background:transparent!important;
}
.cp-modal .quantity[data-type=type-2] .ct-increase {
    padding: 5px!important;
}
.cp-modal .quantity[data-type=type-2] .ct-decrease {
    padding: 5px!important;
}
.cp-modal .quantity[data-type=type-2] .ct-increase:before, 
.cp-modal .quantity[data-type=type-2] .ct-decrease:before{
	margin-top: 0px!important;
	font-size: 13px!important;
}
.cp-modal div.quantity .ct-increase:hover, .cp-modal div.quantity .ct-decrease:hover{
	color:black!important;
}
.cp-modal .cp-qty {
    width: 100px;
}

.ct-increase[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.5;
}
#etape-sauces .product-card__qty__price input {
    pointer-events: none !important;
}
#etape-sauces .product-card__pieces {
    display: none;
}
#etape-sauces .product-card--compact.cp-item .product-card__title{
	text-transform:uppercase;
}

.ct-increase[aria-disabled="true"]:before{
	cursor: not-allowed;
}

/* PANIER POPUP : ETAPE 1 : PANIER */
#etape-panier .return-to-shop {
    display: none!important;
}

#etape-panier{
    grid-template-rows: auto minmax(0, 1fr) auto;
	grid-template-columns: 1fr;
}
#etape-panier .h2{
	grid-row: 1;
	margin-bottom:10px!important;
}
#etape-panier .woocommerce{ 
	grid-row:2; 
	min-height: 0; 
}
#etape-panier .cp-nav{ 
	grid-row:3; 
}
#etape-panier .cross-sells {
    display: none;
}
#etape-panier.active{
	display:grid;	
}

.cart_totals {
    border: 0 !important;
    background: var(--vert);
    padding: 20px !important;
    border-radius: 14px !important;
}
#etape-panier .ct-woocommerce-cart-form .cart_totals table td, #etape-panier table.shop_table th {
    padding: 5px 0 !important;
    min-height: 0;
}
#etape-panier .shop_table.shop_table_responsive {
    margin-bottom: 0!important;
}

.cart_totals h2 {
    font-size: 18px!important;
    text-transform: uppercase;
}
.ct-woocommerce-cart-form{
	gap: 0px!important;
}
table.shop_table.cart thead {
    display: none;
}
.shop_table tr {
    --theme-table-border-style: solid!important;
}
form.woocommerce-cart-form tr{
	--theme-table-border-width: 0 0 0px!important;
}
.woocommerce-cart-form__cart-item.cart_item td {
    padding: 12px 0;
}
.woocommerce-cart-form__contents .actions{
	text-align: left!important;
	padding-top: 10px !important;
}
.woocommerce-cart-form__contents .actions button {
	background:var(--vert)!important;
	border-color:var(--vert)!important;
}
.button[name="update_cart"] {
    margin-top: 20px;
}
.woocommerce-cart-form__contents .coupon input {
	margin-inline-end: 10px;
	background: white;
	border-color: white;
	border-radius: 30px;
	padding: 10px 25px;
}
#cart-process .wc-proceed-to-checkout,
#cart-process .checkout-button {
    display: none !important;
}
.button.more-articles {
    background: #F5F5F5!important;
    color: black!important;
}

.product-card__remove {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
}

@media (min-width: 1000px) {
    .ct-woocommerce-cart-form {
        grid-template-columns: 1fr!important;
    }
}

@media screen and (max-width:990px){
	#etape-crosssells .cp-grid{
		padding: 30px 12px;
	}
}
@media screen and (max-width:767px){
	.button[name="update_cart"]{
		margin-top: 0px;
	}
	#etape-crosssells .cp-grid{
		padding: 30px 0px!important;
	}
	.cp-modal #etape-sauces .sauces-couverts-body{
		padding: 30px 20px !important;
	}
	.cp-modal #etape-sauces .cp-section .product-card--compact.cp-item{
		padding: 12px 15px !important;
	}
	
	#etape-panier .product-card--compact .product-card__link, 
	#etape-crosssells .product-card--compact .product-card__link{
		flex-direction: column!important;
		align-items: start!important;
		gap: 15px!important;
	}
	#etape-panier .product-card--compact .product-card__media,
	#etape-crosssells .product-card--compact .product-card__media{
		width:100%!important;
		display: flex;
		justify-content: center;
		align-items: center;
	} 
	#etape-panier  .product-card--compact .product-card__media img,
	#etape-crosssells  .product-card--compact .product-card__media img{
		width:100%!important;
		aspect-ratio: 4 / 3;
        object-fit: cover;
	}
	#etape-panier .product-card--compact .product-card__body, 
	#etape-panier .product-card--compact .product-card__qty__price,
	#etape-crosssells .product-card--compact .product-card__body, 
	#etape-crosssells .product-card--compact .product-card__qty__price{
		width:100%!important;
	}
	#etape-panier .product-card--compact .product-card__qty__price,
	#etape-crosssells .product-card--compact .product-card__qty__price{
		flex-direction:row!important;
		justify-content: space-between;
		width: 100%;
		margin-left: 0!important;
		max-width: 100%!important;
	}
	.product-card__remove {
		right: 25px;
		top: 25px;
		width: 30px;
	}
	.product-card--compact .product-card__title{
		font-size: 18px!important;
	}
	#etape-sauces .product-card.product-card--compact .product-card__body {
		width: calc(100% - 180px)!important;
	}
	.cp-nav .button{
		width:100%;
	}
	.cp-nav .button:hover{
		background:black!important;
		color:white!important;
	}
	.cp-nav .button-prev {
		position: fixed!important;
	}
	.cp-nav {
		z-index: 2;
		position: sticky;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	
	#etape-sauces .product-card--compact .product-card__title {
		font-size: 16px !important;
	}
	#etape-sauces .cp-option__label{
		padding: 10px 14px;
		font-size: 14px;
	}
	#etape-sauces .product-card__qty__price input{
		font-size: 14px !important;
	}
}

@media screen and (max-width:450px){
	
	#etape-sauces .product-card.product-card--compact .product-card__body {
        width: calc(100% - 165px) !important;
    }
	.cp-modal #etape-sauces .product-card__media{
		width: 50px !important;
	}
	.cp-modal #etape-sauces .product-card__link {
		gap: 5px 10px!important;
	}
	.cp-modal #etape-sauces .product-card--compact:not(.product_cat-vaisselle-panier,.product_cat-supplements-inclus-panier) .quantity, 
	.cp-modal #etape-sauces .product-card--compact:not(.product_cat-vaisselle-panier,.product_cat-supplements-inclus-panier) .product-card__qty__price{
		max-width: 95px !important;
	}

	#etape-sauces  .product-card.product-card--compact.product_cat-sauces-panier .product-card__link {
		flex-wrap: wrap;
	}
	#etape-sauces  .product-card.product-card--compact.product_cat-sauces-panier .product-card__link .product-card__body{
		width: calc(100% - 60px) !important;
	}
	#etape-sauces  .product-card.product-card--compact.product_cat-sauces-panier .product-card__link  .product-card__qty__price{
		max-width: calc(100% - 0px) !important;
	}
	.cp-modal #etape-sauces  .cp-qty {
		width: fit-content;
		margin-right: 0;
	}
}

/* ne pas afficher livraison native */

a.shipping-calculator-button, p.woocommerce-shipping-destination{
	display:none!important;
}

.info-livraison-min {
    display: inline-block;
}


/* PANIER POPUP : ETAPE 2 - CROSS-SELLS */
#etape-crosssells .cp-grid {
    background: white;
    border-radius: 14px;
    padding: 30px 20px;
}

.recommandations-titre{
	text-align:center;
	margin-bottom:10px;
}

#etape-crosssells  .product-card.product-card--compact.cp-item{
	padding : 5px 10px;
}

/* PANIER POPUP : ETAPE 3 - SAUCES ET COUVERTS */

.cp-modal #etape-sauces .sauces-couverts-body{
	padding: 30px 30px;
	background:white;
	margin-bottom:30px;
	border-radius:14px;
}
.sauces-titre {
	text-align:center;
	margin-bottom:0px;
}

.cp-modal #etape-sauces .cp-section-title {
    font-size: 20px!important;
    text-align: center!important;
    font-weight: 700!important;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
    width: 100%;
    line-height: normal;
}
.cp-modal #etape-sauces .cp-section .product-card--compact.cp-item{
	padding: 12px 18px;
	background:#F5F5F5;
}
/*
.cp-modal #etape-sauces .cp-section .product-card--compact.cp-item .product-card__price{
	display:none;
}
.cp-modal #etape-sauces .cp-section .product-card--compact.product_cat-supplements-inclus-panier .product-card__price,
.cp-modal #etape-sauces .cp-section .product-card--compact.product_cat-couverts-panier .product-card__price{
	display:none;
}
*/
.cp-modal #etape-sauces .product-card__media{
	width: 55px;
    background: transparent!important;
}
.cp-modal #etape-sauces .product-card__link{
	gap:20px;
}

.cp-modal #etape-sauces .product-card .product-card__title{
	margin-bottom:0!important;
	font-weight: 400 !important;
}

#etape-sauces .product-card.product-card--compact a {
    pointer-events: none;
}

/*
.cp-modal #etape-sauces  .quantity input[type=number], 
.cp-modal #etape-sauces div.quantity input[type=number]{
	color: transparent;
	border-color: transparent!important;
}
.cp-modal #etape-sauces  .quantity, .cp-modal #etape-sauces  .cp-qty{
    width: 82px !important;
    min-width: 82px !important;
}
.cp-modal #etape-sauces .quantity[data-type=type-2] .ct-increase, 
.cp-modal #etape-sauces .quantity[data-type=type-2] .ct-decrease{
    background: var(--vert)!important;
    border-radius: 50%;
    padding: 8px !important;
}*/


/* PANIER POPUP : ETAPE 4 - CHOIX DE RETRAIT */

#retrait-livraison-step .erreur-choix {
    text-align: center;
}
#retrait-livraison-step .cp-search {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}
.cp-summary ul {
    padding: 20px;
    background: white;
    border-radius: 16px;
    list-style: none;
}

.button.btn-modif-choix{
    background: #F5F5F5!important;
    color: black!important;	
}

.button.changer-compte{
    background: #F5F5F5!important;
    color: black!important;	
}

/* PANIER POPUP : ETAPE 5 - VALIDTAION */

#etape-validation.etape {
    justify-content: start!important;
}
#etape-validation .cp-account-connected {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#etape-validation  .cp-actions {
    display: flex;
    gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.cp-account-auth {
    text-align: center;
}



/***** SINGLE PRODUCTS *****/
.single-product{
	/*background:#F5F5F5;*/
	background-image:url(/wp-content/uploads/2025/10/bg_produit-scaled.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-blend-mode: darken;
}

.single-product #main>.ct-container-full{
	padding-top:0;
	padding-bottom:0;
}
.single-product .product-entry-wrapper > .woocommerce-product-gallery{
	overflow: visible;
	align-self: unset!important;
	z-index:2;
}
.single-product  .woocommerce-product-gallery .ct-product-gallery-container {
    position: sticky!important;
    /*top: 50%;
    transform: translateY(-50%);*/
	top:120px;
	z-index: 1;
}
.single-product .product-entry-wrapper > .woocommerce-product-gallery:after{
	content:"";
	right:0;
	width:100vw;
	top: -100px;
	bottom:0%;
	position:absolute;
	z-index: 0;
}
@media screen and (min-width:1000px){
	.single-product .product-entry-wrapper > .woocommerce-product-gallery{
		min-height: calc(100vh - 100px)!important;
	}
}
@media screen and (max-width:999px){
	.single-product .product-entry-wrapper > .woocommerce-product-gallery:after{
		right:-100px!important;
		width:calc(100vw + 100px)!important;
	}
	.ct-media-container img, .ct-media-container picture{
		max-height: 50vh!important;
    	object-fit: contain!important;
	}
	div.woocommerce-product-gallery{
		margin-bottom:0!important;
	}
}

.single-product .product-entry-wrapper > .summary{
	padding-top:50px;
	padding-bottom:50px;
	z-index: 0;
}

.custom-breadcrumb a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.single-product .product-entry-wrapper > .summary>h1{
	display:none;
}

.single-title-row {
    display: flex;
    gap: 10px 20px;
	flex-wrap: wrap;
    align-items: end;
	position: relative;
}
.product_title.custom-h1 {
    position: relative;
	line-height: 1em!important;
	width: fit-content;
    max-width: calc(100% - 65px);
}
@media screen and (max-width:767px){
	.product_title.custom-h1{
		font-size: 36px;
	}
}
.product-badge.tag-new {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.product-badge {
    width: 30px;
    height: 30px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single-title-row .wishlist-shortcode {
    position: absolute;
    right: 0;
    top: 0;
	transform: translateX(-100%);
}
.single-title-row .wishlist-shortcode .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
	font-size: 40px;
}

p.price.pewc-main-price{
	line-height:1.1em;
	font-family:"Caprasimo";
	font-weight:700;
	font-size:32px;
}

.woocommerce-product-details__short-description {
    color: black;
    font-size: 18px;
	line-height: 1.3em !important;
}

.product-allergenes {
    margin-bottom: var(--product-element-spacing, 10px);
	display: inline-flex;
	align-items:center;
    flex-wrap: wrap;
    gap: 6px;
}
.txt-allergenes{
	font-size:18px;
	font-weight:600;
}
.allergene {
    padding: 8px 16px;
    border-radius: 30px;
    background: white;
}

.product-etiquettes {
    display: flex;
    gap: 10px;
}
#tab-additional_information>h2, #tab-description>h2 {
    display: none;
}


.cp-product-disponibilite {
    border: 1px solid black;
    border-radius: 20px;
    padding: 20px 30px;
	margin-top:40px;
}
.cp-product-disponibilite ul{
	padding:10px 0px 0 20px;
}
.indisponibleT{
	display:inline;
}
.cp-product-disponibilite li{
	
}

@media screen and (max-width:999px){
	.custom-breadcrumb {
		position: absolute;
		top: 20px;
		z-index: 9;
	}
	p.price.pewc-main-price{
		font-size:28px;
	}
	.single-title-row .wishlist-shortcode .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
		font-size: 36px;
	}
}
@media screen and (max-width:767px){
	.single-product .product-entry-wrapper > .summary{
		 padding-top: 40px;
    	 padding-bottom: 80px;
	}
	.custom-breadcrumb {
		top: 10px;
	}
	.single-title-row {
		flex-direction: column;
		align-items: start;
	}
	p.price.pewc-main-price{
		font-size:24px;
	}
	.single-title-row .wishlist-shortcode .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
		font-size: 32px;
	}
	.product-allergenes {
		margin-bottom: 10px;
	}
	.txt-allergenes {
		font-size: 18px;
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}
}


.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity input[type=number],
.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity  .ct-increase,
.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity .ct-decrease{
	color:white!important;
	border-width:0!important;
}
.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity{
	height:50px!important;
	align-self:center;
	margin-left:10px;
	width:95px;
}
.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity  .ct-increase:before,
.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity .ct-decrease:before{
	font-size: 14px!important;
}

.single-product .ct-product-add-to-cart .single_add_to_cart_button{
    background: white!important;
	border: 0!important;
    color: black!important;
	min-width:max-content!important;
    width: fit-content!important;
	min-height: 50px !important;
	padding:0 10px 0 0px;
}
.single-product .ct-product-add-to-cart .added_to_cart{
	min-height: 50px !important;
    color: white !important;
    margin-left: 20px !important;
    margin-right: -27px;
    padding: 0 25px;
    order: 10;
    background: black;
    width: max-content;
    border: 0;
}

.single-product #main>.ct-container-full article >.up-sells {
    display: none !important;
}
.single-product .product-entry-wrapper > .summary .up-sells{
	margin-top:40px;
}
.single-product .product-entry-wrapper > .summary .up-sells>h2.ct-module-title{
	font-size:24px;
	line-height:1.3em!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products{
	display:block!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products .slick-track{
	height: auto!important;
	display:flex;
		margin: 0 auto 0 0!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products .slick-list {
    overflow: visible!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products .slick-slide{
	height:auto!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products .slick-slide>div{
	padding-right:20px;
	height:100%!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products .product-card{
	padding:20px!important;
	height:100%!important;
}
.single-product .product-entry-wrapper > .summary .up-sells .products  .product-card__link{
	margin-bottom:0!important;
	justify-content: space-between;
    height: 100%!important;
}

.single-product .ct-product-add-to-cart .ct-cart-actions{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: black;
	border-radius: 30px;
	padding: 3px;
	width: fit-content !important;
}
.add_to_cart_wrapper {
    display: flex;
    align-items: center;
	width: fit-content;
}
.add_to_cart_custom_button {
    display: flex;
    align-items: center;
	width: fit-content;
	background: white;
    border-radius: 30Px;
	padding: 0px 26px;
}
.single-product .ct-product-add-to-cart .ct-cart-actions .ct-cart-icon{
	display: flex;
	width: 24px;
	margin: auto;
}
.ct-cart-icon path{
	stroke:black!important;
}
.single-product .ct-product-add-to-cart .ct-cart-actions .ct-cart-price {
	display: none;
}

@media screen and (max-width:767px){
	.add_to_cart_custom_button {
		padding: 0px 0px; /* 0px 26px; */
	}
	a.added_to_cart.wc-forward{
		display:none;
	}
}

/* Coche "ajouté au panier" MOBILE */

.added_to_cart_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px !important;
}
.added_to_cart_mobile svg {
    width: 30px;
    height: 30px;
}
.added_to_cart_mobile svg path{
    fill:white;
}

/* Toast "ajouté au panier" DESKTOP */
.cp-toast-addcart {
	position: fixed;
	left: 50%;
	bottom: 100px; 
	transform: translateX(-50%) translateY(20px);
	background: #111;
	color: #fff;
	padding: 12px 18px;
	border-radius: 999px;
	font-size: 18px;
	font-weight:500;
	line-height: 1.2;
	box-shadow: 0 6px 20px rgba(0,0,0,.25);
	opacity: 0;
	pointer-events: none;
	z-index: 99999;
	transition: opacity .18s ease, transform .18s ease;
	width: max-content;
	max-width:calc(100% - 40px);
	text-align:center;
}
.cp-toast-addcart.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .cp-toast-addcart { transition: none; }
}


@media screen and (min-width:1000px) and (max-width:1200px){
	.single-product .ct-product-add-to-cart .ct-cart-actions{
		gap: 0px;
	}
	.add_to_cart_custom_button{
		padding: 0px 20px;
	}
	.single-product .ct-product-add-to-cart .single_add_to_cart_button{
		padding: 0 10px 0 5px;
	}
	.single-product .ct-product-add-to-cart .added_to_cart{
		margin-left: 15px !important;
		margin-right: -21px;
		padding: 0 18px;
	}
}

@media screen and (max-width:999px){
	.single-product .product-entry-wrapper > .summary .up-sells>h2.ct-module-title{
		font-size:22px;
	}

    .single-product .product-entry-wrapper > .summary .up-sells .product-card__link {
        flex-direction: column!important;
        align-items: start!important;
        gap: 10px!important;
    }
	.single-product .product-entry-wrapper > .summary .up-sells .product-card__body{
		width:100%!important;
	}
	.cp-toast-addcart {
		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.single-product .product-entry-wrapper > .summary .up-sells>h2.ct-module-title{
		font-size:20px;
	}
	.single-product .ct-product-add-to-cart .ct-cart-actions {
		position: fixed;
		bottom: 20px;
		left: 20px;
		right: 20px;
		z-index: 90;
		width: calc(100% - 40px) !important;
		background: transparent;
		    padding: 0px;

	}
	.single-product .ct-product-add-to-cart .ct-cart-actions .ct-cart-price {
		display: flex;
		order: -1;
        color: white;
		width: fit-content;
		align-self: center;
		margin-left:20px;
	}
	.single-product .ct-product-add-to-cart .ct-cart-actions div.quantity{
		margin-right: 5px;
	}
	.add_to_cart_wrapper {
		background: black;
		border-radius: 30px;
		justify-content: space-between;
		max-width: calc(100% - 60px);
	}
	.add_to_cart_custom_button{
		width: 50px !important;
		background:black;
		height: 52px!important;
	}
	.ct-cart-icon path{
		stroke: white !important;
	}
	.single-product .ct-product-add-to-cart .single_add_to_cart_button, 
	.single-product .ct-product-add-to-cart .single_add_to_cart_button:hover{
		width:50px!important;
		height:50px!important;
		color:transparent!important;
		background:transparent!important;
		position: absolute;
		right: 50px;
        padding: 0;
        transform: translateX(100%)!important;
	}
	.single-product .ct-product-add-to-cart .ct-cart-actions .ct-cart-icon{
		position: absolute;
		right: 25px;
    	transform: translateX(50%);
		pointer-events: none;
	}

	.cp-toast-addcart {
		font-size: 15px;
	}
}

/***** SINGLE PRODUCTS : produits groupés *****/

.pewc-group-content-wrapper li[data-field-label='Plat']{
	display:none;
}

ul.pewc-product-extra-groups{
	padding-left:0!important;
}
.pewc-group-wrap .pewc-group-heading-wrapper h3{
	display:none;
}

li.pewc-item.pewc-group .pewc-item-field-wrapper{
	display: flex;
    flex-direction: column;
	background:black;
	padding: 15Px 20Px 5px 20px;
    border-radius: 20px;
}

li.pewc-item.pewc-group .pewc-item-field-wrapper .pewc-field-label{
	order: -1;
	margin: 0;
	color:white;
	font-weight: 500;
	font-size:24px;
}
li.pewc-item.pewc-group .pewc-item-field-wrapper .pewc-description{
	order: -1;
	margin: 0 0 10px 0;
	color:white;
}

.pewc-group-wrap.pack  .pewc-checkbox-image-wrapper{
	display: flex !important;
    flex-wrap: nowrap;
    flex-direction: row !important;
	gap:10px;
	background: white;
    border-radius: 14px;
    border-color: white;
    padding: 0px 3px;
	width: calc(50% - 8px)!important;
}

.pewc-group-wrap.pack  .pewc-checkbox-image-wrapper>label{
	width:70px;
}
.pewc-group-wrap.pack .child-product-wrapper img {
    max-width: 70px;
	border-radius: 14px;
}
.products-quantities-independent .pewc-radio-image-desc{
	line-height: 1em;
    font-weight: 500 !important;
	max-width: calc(100% - 80px);
}
.pewc-group-wrap.pack .child-product-wrapper .pewc-checkbox-desc-wrapper .pewc-radio-image-desc span{
	display:none!important;
}

.pewc-group-wrap.pack .pewc-checkbox-desc-wrapper {
    flex-direction: row-reverse;
    display: flex !important;
	align-items:center;
	gap:10px;
	width: calc(100% - 80px)!important;
	justify-content: space-between!important;
}
.pewc-group-wrap.pack .pewc-checkbox-desc-wrapper input{
    align-self: center!important;
}

/* sans accompagnements */
.pewc-checkbox-image-wrapper.sans-accompagnement{
	min-height:70px;
}
.pewc-checkbox-image-wrapper.sans-accompagnement label, .pewc-checkbox-image-wrapper.sans-accompagnement img {
    display: none !important;
    width: 0 !important;
}
.pewc-checkbox-image-wrapper.sans-accompagnement .pewc-checkbox-desc-wrapper{
	width: 100% !important;
}
.pewc-checkbox-image-wrapper.sans-accompagnement .products-quantities-independent .pewc-radio-image-desc{
	max-width: calc(100% - 0px)!important;
}

/*** PAOU Products desktop ***/
.pewc-style-simple .pewc-item input[type=number], 
.pewc-style-simple .pewc-item input[type=text]{
	height: 38px!important;	
}

.pewc-style-simple .pewc-item input[type=number], 
.pewc-style-simple .pewc-item input[type=text],
.pewc-preset-style input[type=number]:focus, 
.pewc-preset-style input[type=text]:focus{
    border: 1px solid black!important;
    border-radius: 30Px;
	
}
.pewc-preset-style .pewc-item input[type=number], 
.pewc-preset-style .pewc-item input[type=text], 
.pewc-preset-style .pewc-item textarea {
	padding: 0 5px!important;
}

/*** PAOU Products : custom + / - en dessous de 1300px ***/
@media screen and (max-width:1300Px){
	/*.pewc-checkbox-image-wrapper.pewc-checkbox-wrapper, .pewc-checkbox-image-wrapper.pewc-checkbox-wrapper input{
		pointer-events:none!important;
	}*/
	.pewc-style-simple .pewc-item input[type=number], 
	.pewc-style-simple .pewc-item input[type=text]
	{
		height: 38px!important;
		border: 0px solid black !important;
		border-radius: 0Px;
		padding: 0 !important;
		margin: 0 !important;
		width: 45px !important;
	}
	.pewc-item-field-wrapper  .cp-qty {
	  display: inline-flex;
	  align-items: center;
	  border: 1px solid black;
	  border-radius: 30px;
	  overflow: hidden;
	  margin-right: 8px;
		min-width: 92px;
		
	}
	.pewc-style-simple .cp-qty__btn {
	  border: 0;
	  background: transparent;
	  font-size: 18px;
	  cursor: pointer;
	  line-height: 1;
		pointer-events:auto;
	}
	.pewc-style-simple .cp-qty__btn.cp-qty__btn--minus{
		padding-left:14px;
	}
	.pewc-style-simple .cp-qty__btn.cp-qty__btn--plus{
		padding-right:14px!important;
	}
	.pewc-style-simple .cp-qty__input::-webkit-outer-spin-button,
	.pewc-style-simple .cp-qty__input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}	
}
@media screen and (max-width:767Px){
	.pewc-style-simple .pewc-item input[type=number], 
	.pewc-style-simple .pewc-item input[type=text], 
	.pewc-preset-style input[type=number]:focus, 
	.pewc-preset-style input[type=text]:focus{
		font-size: 16px !important;
	}
}

@media screen and (max-width:400Px){
	.pewc-style-simple .pewc-item input[type=number], 
	.pewc-style-simple .pewc-item input[type=text], 
	.pewc-preset-style input[type=number]:focus, 
	.pewc-preset-style input[type=text]:focus{
		width: 40px !important;
	}
	.cp-qty{
		min-width: 85px;
		margin-right: 4px;
	}
}
/* Erreurs */
.pewc-failed-validation, .pewc-product-extra-groups > li.pewc-failed-validation {
    border: 1px solid #f00;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 18px;
}
.pewc-group-wrap.pack .pewc-checkbox-image-wrapper{
	justify-content: space-between;
}
ul.pewc-product-extra-groups label{
	margin: 0;
}
.pewc-radio-image-wrapper label img, .pewc-checkbox-image-wrapper label img{
	border: 0px solid transparent!important;
}
.pewc-radio-image-wrapper label input:checked + img,
.pewc-checkbox-image-wrapper label input:checked + img,
.pewc-radio-image-wrapper label input:checked + picture,
.pewc-checkbox-image-wrapper label input:checked + picture {
	border: 0px solid #aaa!important;
}

@media screen and (min-width:990px) and (max-width:1300px){
	.pewc-group-wrap.pack .pewc-checkbox-image-wrapper{
		width: 100%!important;
	}
}
@media screen and (min-width:990px) and (max-width:1200px){

	.pewc-group-wrap.pack .pewc-checkbox-desc-wrapper input {
		width: 55px;
		align-self: center !important;
		padding: 0 5px 0 0px;
		margin:5px;
	}
	.pewc-group-wrap.pack .pewc-checkbox-image-wrapper{
		padding: 0px 0px;
		/*width: calc(50% - 5px) !important;*/
	}
	.pewc-group-wrap.pack .pewc-checkbox-image-wrapper>label {
		width: fit-content;
	}
	.pewc-group-wrap.pack .child-product-wrapper img {
		max-width: 60px;
	}
	.products-quantities-independent .pewc-radio-image-desc{
		max-width: calc(100% - 60px);
	}
}
@media screen and (max-width:767px){
	.pewc-group-wrap.pack .pewc-checkbox-image-wrapper{
		width:100%!important;
	}
	.pewc-group-wrap.pack .pewc-checkbox-image-wrapper{
		padding: 0px 0px;
	}
	li.pewc-item.pewc-group .pewc-item-field-wrapper{
		padding: 15Px 15Px 5Px 15Px;
	}
	.products-quantities-independent .pewc-radio-image-desc{
		max-width: calc(100% - 60px);
	}
}


/***** CHECKOUT : VALIDATION DE COMMANDE *****/
.page.woocommerce-checkout {
	background: linear-gradient(180deg, #F5F5F5 30.21%, rgba(245, 245, 245, 0.00) 54.65%), url(/wp-content/uploads/2025/10/envie-1.jpg) ;
	background-size:cover;
	background-repeat:no-repeat;
}

.woocommerce-checkout #main .ct-container-full {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Grille 2 colonnes */
.cp-checkout-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
}

.cp-checkout-top {
  grid-column: 1 / -1;
}

.cp-checkout-main {
  min-width: 0;
}

.cp-checkout-aside {
  position: sticky;
  top: 120px;
  align-self: start;
}

.ct-woocommerce-checkout h3{
	font-size:24px!important;
	font-weight: 500;
}

/* reception */
.cp-checkout-top{
    background: var(--vert);
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;	
}
.cp-order-notes h3, .cp-order-notes label {
	display:none!important;
}
.cp-reception-box {

}
textarea#order_comments {
    background: #F5F5F5;
    border: 0;
	border-radius: 14px!important;
    margin: 20px 0 0 0;
	height: 100px;
}
#order_comments_field{
	margin-bottom:0;
}

ul.cp-reception-list{
	list-style: none;
    padding: 0;
}
ul.cp-reception-list li strong{
	font-weight:700!important;
}
.cp-customer-section {
    margin: 20px 0;
}

/* tableau */

table.shop_table.woocommerce-checkout-review-order-table{
	margin-bottom:0;
}
table.shop_table.woocommerce-checkout-review-order-table thead{
	display:none;
}
table.shop_table.woocommerce-checkout-review-order-table  .amount{
    justify-content: end;
    display: flex;	
}
#order_review {
    background: white;
    padding: 20px 20px 0px 20px;
    border-radius: 14px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
td.product-name, td.product-total {
    padding-top: 0;
    padding-bottom: 20px;
}

/* lignes produits */
tr.cart_item * {
    --theme-table-border-width: 0 0 0px 0;
}
td.product-name, .cp-extras-box-row {
    display: inline-flex;
    /*flex-wrap: wrap;*/
    width: 100%;
    align-items: center;
    gap: 0 20px;
	max-width:unset!important;
	font-weight: 700;
	font-size:17px;
	line-height: normal;
}
.cp-extras-box-row svg{
	width:20px;
}
.cp-extras-title{
	font-weight: 700;
	font-size:17px;
}
.cp-extras-list li {
    list-style: none !important;
}
td.product-name .variation{
	padding-left:65px;
}
.cp-extras-list{
    padding-left: 65px;
}
td.product-name .variation *{
	font-size:15px!important;
}
td.product-name .variation dd{
	font-weight: 400!important;
}
.product-quantity {
    background: var(--vert);
    padding: 8px;
    order: -1;
    border-radius: 22px;
    min-width: 44px;
    display: inline;
	text-align:center;
    align-items: center;
}
dl.variation {
    width: 100%;
}

/* total */
.cart-subtotal *{
    font-weight: 500;
}
.order-total * {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 700;
}
.order-total small.includes_tax, .order-total small.includes_tax * {
    font-size: 14px !important;
    font-weight: 500;
}
#order_review tr.order-total td small {
    display: inline-flex;
    gap: 3px;
}
#order_review table.shop_table tfoot td{
	text-align: end;
}

/* Accordion natif */
.cp-accordion-summary>h3{
	margin-bottom:0;
}
.cp-accordion {
  border: 1px solid white;
  border-radius: 12px;
  padding: 0;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cp-accordion-summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-accordion-body {
  padding: 20px;
  border-top: 1px solid #eee;
}
.cp-section-title {
  font-size: 18px;
}
.cp-acc-hint svg{
	height: 28px;
    width: fit-content;
    display: flex;
	transition:0.3s ease-in-out;
}
details.cp-accordion[open] .cp-acc-hint svg {
    transform: rotate(180deg);
}

.cp-accordion-body select,
.cp-accordion-body textarea,
.cp-accordion-body input[type="url"],
.cp-accordion-body input[type="tel"],
.cp-accordion-body input[type="text"],
.cp-accordion-body input[type="time"],
.cp-accordion-body input[type="date"],
.cp-accordion-body input[type="datetime"],
.cp-accordion-body input[type="datetime-local"],
.cp-accordion-body input[type="email"],
.cp-accordion-body input[type="number"],
.cp-accordion-body input[type="search"],
.cp-accordion-body input[type="password"],
.cp-accordion-body fieldset .wc-stripe-elements-field,
.cp-accordion-body .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {
  border-radius: 0 !important;
}

.woocommerce-billing-fields__field-wrapper p {
    margin-block-end: 10px;
}
.woocommerce-billing-fields>h3{
	display:none;
}

/* paiement */
.cp-checkout-aside{
    background: white;
    padding: 20px;
    border-radius: 14px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cp-section-title {
    text-align: center;
}
#payment ul.payment_methods>li.wc_payment_method {
    border: 0px solid var(--theme-border-color)!important;
    background: #F5F5F5;
    margin: 10px 0;
	border-radius: 10px;
}
#payment ul.payment_methods>li.wc_payment_method>label{
	font-weight: 300!important;
}
.woocommerce-checkout-payment{
	margin-inline: 0!important;
}

/* coupon */
.woocommerce-form-coupon-toggle{
	width: calc(50% - 20px)!important;
	display:none;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 10px;
}
form#woocommerce-checkout-form-coupon {
    width: calc(50% - 20px)!important;
	display:flex!important;
	gap:20px!important;
	justify-content:space-between!important;
}
.checkout_coupon .form-row{
	width: calc(50% - 10px)!important;
	margin-bottom: 0!important;
}
.checkout_coupon .form-row .button, .checkout_coupon .form-row input{
	width:100%;
}
.checkout_coupon .clear{
	display:none;
}
#coupon_code {
    border-radius: 30px !important;
    max-width: 300px;
	height: 100%;
	min-height:48px;
}


#checkout-mobile-wrap {
	display:none;
}
#checkout-mobile-wrap:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:linear-gradient(180deg, white 0%, transparent 30%);
	
}
@media screen and (max-width:990px){
	.page.woocommerce-checkout {
		background:none;
	}

	#checkout-mobile-wrap {
		position:absolute;
		display: flex;
		left:50%;
		bottom:0;
		transform:translate(-50%, 0);
		width:100vw;
		height:fit-content;
		z-index: -1;
	}
	#checkout-mobile{
		width:100%;
		height:auto;
	}
}
@media (max-width: 689.98px) {
    .woocommerce-checkout-payment .place-order {
        padding: 0 0px!important;
    }
}

/*** THANK YOU ***/

.woocommerce-checkout.woocommerce-order-received{
	background:var(--menthe)!important;
}
.woocommerce-checkout.woocommerce-order-received #main{
	position:relative;
}
.woocommerce-checkout.woocommerce-order-received #main:after{
	content: "";
    left: 0;
    width: 100%;
    top: -100px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background: url(/wp-content/uploads/2025/10/commande-1-1.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
}
.woocommerce-checkout.woocommerce-order-received h1{
	display:none;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received{
	display:none;	
}
.woocommerce-thankyou-order-details.order_details, .woocommerce-customer-details {
    display: none;
}

.woocommerce-order {
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
}

.merci-titre, .merci-sous-titre{
	text-align: center;
    display: inline-flex;
    margin-bottom: 10px;
    height: fit-content;
    justify-content: center;
    width: 100%;
}

.shop_table.order_details{
	margin-bottom:0!important;	
}
.woocommerce-order-details {
    background: white;
    padding: 20px;
    border-radius: 15px;
    margin-top: 30px;
}
.shop_table.order_details thead, h2.woocommerce-order-details__title{
	display:none;	
}
tr.order_item{
	--theme-table-border-width: 0 0 0px 0!important;
}
body.woocommerce-order-received td.product-name, body.woocommerce-order-received  .cp-extras-box-row{
	font-weight: 500;
	text-transform:uppercase;
}

.woocommerce-checkout.woocommerce-order-received .cp-reception-box{
	 margin-top: 30px;
    background: black;
    padding: 20px;
    border-radius: 15px;
}

.woocommerce-checkout.woocommerce-order-received .cp-reception-box *{
	color:white!important;	
	text-align: center;
}
.merci-img-mobile{
	display:none;
}
@media screen and (max-width:1300px){
	.woocommerce-checkout.woocommerce-order-received #main:after{
		display:none;
	}	
	.merci-img-mobile {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        right: 0;
        max-height: 100vh;
        z-index: -1;
        object-fit: cover;
        object-position: top;
    }
}

/*** COMPTE / CONNEXION ***/

.woocommerce-page.woocommerce-account #main .ct-container-full {
    padding-top: 120px;
	padding-bottom: 120px;
}
/* Non connecté */
.woocommerce-account.woocommerce-page:not(.logged-in, .woocommerce-lost-password){
	background:black;
}
.woocommerce-account.woocommerce-page:not(.logged-in, .woocommerce-lost-password) .h1-connected{
	display:none;
}
.woocommerce-page.woocommerce-account:not(.logged-in, .woocommerce-lost-password) #main {
	position: relative;
}
.woocommerce-page.woocommerce-account:not(.logged-in, .woocommerce-lost-password) #main .ct-container-full {
    min-height: calc(100vh - 0px);
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.moncompte-titre{
	color:white;
}
div#customer_login .u-column1, div#customer_login .u-column2{
    border: 0 !important;
    background: var(--vert);
    padding: 20px !important;
    border-radius: 14px !important;	
}
.u-col-titre {
    justify-content: end;
    display: flex;
	border: 0 !important;
    flex-direction: column;
}
.connexion-img {
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: 0;
    z-index: -1;
	-webkit-mask-image: linear-gradient(to bottom, transparent, black 100px);
  mask-image: linear-gradient(to bottom, transparent, black 100px);
	object-fit:cover;
}

.txt-inscription {
    margin-bottom: 10px;
    display: flex;
}

.u-columns .form-row-wide {
    margin-bottom: 15px!important;
}
.u-columns .form-row-wide input{
	background:white;
	border-color: white;
	border-radius: 8px !important;
}
@media (max-width: 1200px) {
    .ct-woo-unauthorized .col2-set {
        grid-template-columns: 1fr!important;
    }
	.u-col-titre{
		padding: 0 !important;
	}
	.u-column1.col-1 {
		margin-bottom:30px;
	}
}


/* Connecté */
.woocommerce-account.logged-in [data-id="menu"] > ul > li > a,
.woocommerce-lost-password [data-id="menu"] > ul > li > a{
	color: var(--theme-palette-color-7)!important;
}
.woocommerce-account.logged-in .cp-searchbox__input[type=search], 
.woocommerce-account.logged-in .cp-searchbox__input[type=search]:focus,
.woocommerce-lost-password .cp-searchbox__input[type=search],
.woocommerce-lost-password .cp-searchbox__input[type=search]:focus{
	border: 1px solid black!important;
}
.woocommerce-account.logged-in .default-logo,
.woocommerce-lost-password .default-logo{
    filter: invert(1);
}

.ct-acount-nav{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}

@media screen and (min-width:1000px){
	.woocommerce-account.logged-in .h1-connected {
		margin-top: 50px;
	}	
}

/* COMPTE connecté : onglets et boutons */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist a:before {
	font-family: "Dashicons"!important;
    content: "\f487"!important;
	font-size: 20px!important;
}

.woocommerce-Address-title.title a.edit, .woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button {
    padding: 12px 24px;
    background: black;
	border: 1px solid black;
    color: white;
    margin-bottom: 12px;
    display: flex;
    width: fit-content;
    border-radius: 30px;
    font-weight: 700;
	transition:0.3s ease-in-out;
	line-height: normal;
	font-size: 18px;
}
.woocommerce-Address-title.title a.edit:hover,
.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button:hover{
    background: transparent;
    color: black;
}



/**** COMMANDER A NOUVEAU ****/
.jq-toast-single {
    background: white !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 40px 40px 40px;
	display: flex;
    justify-content: center;
	align-items: center;
	border-radius: 18px;
	color:black;
	text-align: center!important;
	flex-direction: column;
}
.pi-options-button .pi-button, .jq-toast-single a {
    background: #ccc;
    font-size: 18px;
    padding:16px 28px;
    border-radius: 30px;
    font-family: 'Geist';
	min-width: fit-content;
    white-space: normal;
    display: flex;
	text-align: center;
	justify-content: center;
}
span.close-jq-toast-single {
    border: 1px solid black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: black !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 0;
    text-align: center;
    top: 10px;
}
.jq-toast-single h2{
	color:black
}
.pi-navigation-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.pi-failed-product-list, ul.pi-failed-product-list li {
    list-style: none !important;
    margin: 10px 0 !important;
}
.pi-navigation-link{
	margin: 10px 0 !important;
}

a.woocommerce-button.button.wt_pklist_invoice_print {
    display: none;
}


/* panier item count */

.custom-cart-wrap {
    position: relative;
}
.custom-count{
	position: absolute;
    min-width: 20px;
    height: 20px;
	top: 0;
    right: 5px;
    transform: translate(100%, -10px); 
	
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: normal;
	
	transition:0.3s ease-in-out;
	border-radius: 50%;
    background: black;
	color:white;
	font-family:"Geist";
	font-size:12Px;
	opacity:0;
}
.custom-count.has-items {
	opacity:1;
}
@media screen and (max-width:767px){
	.custom-count{
		font-size:10Px;
		right: 10px;
	}
	
}

.woocommerce-checkout .wc-login-link {
    text-decoration: underline;
}

.pewc-radio-image-desc{
	font-size:14px !important;
}