/* supprimé par SRDEV 
#product #main .guarantee-modal-wrapper{display:none!important;} 
#category #main .guarantee-modal-wrapper{display:none!important;}
#index #main .guarantee-modal-wrapper{display:none!important;}
*/
#product #blockcart-modal .guarantee-modal-wrapper{/* position:absolute; *//* top: 93%; *//* left: 47px; */display: flex;align-items: center;justify-content: center;}
.guarantee-wrapper {
    position: relative;
}
.guarantee-content {
    position: absolute;
    right: 0;
    top: 30px;
    white-space: nowrap;
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-block: 1rem;
    padding: 5px 15px;
    height: 43px;
    font-size: 12px;
}
.guarantee-content a.delete_guarantee {
    text-decoration: underline;
	padding: 5px 15px;	
}
.guarantee-content a.add_guarantee {
    padding: 0px 10px;
    letter-spacing: 0;
}
span.span_guarantee_prix {
    font-size: 12px;
    font-weight: 700;
}
.link-item {
    display: flex;
    align-items: center;
}
.cart-grid-body {
    background: white;
    padding-bottom: 1rem;
}
.guarantee-wrapper .modal-content {
    background: #fff;
}