.modal-popup:not(.custom-modal) .modal-inner-wrap {
    width: 775px!important;
}

.btns-popin {
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.btns-popin a {
    margin: 7px;
}
.underline-link{
    width: auto;
    color: #4F4F4F;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-decoration: underline;
    /*font-weight: bold;*/
}

.btn.btn--primary.btn--alt:hover {
    animation: none;
}

.free-shipping-message {
    margin: 25px 0 0 25px;
    border: 1px solid #FFAB2C;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    max-width: fit-content;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 7px 10px 5px rgba(0, 0, 0, .02), 4px 5px 4px rgba(0, 0, 0, .06), 2px 2px 3px rgba(0, 0, 0, .11), 0px 1px 2px rgba(0, 0, 0, .12), 0px 0px 0px rgba(0, 0, 0, .13);
    color: #FFAB2C;
}

.info-icon {
    font-size: 36px;
    color: #FFAB2C;
    margin-right: 18px;
    margin-top: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.btn.btn--primary.btn--alt:hover p {
    color:white
}

.quote-info-customer {
    width: 41%;
    font-size: 13px;
    padding: 13px;
    border: 1px solid black;
    font-style: italic;
    border-radius: 3px;
}

.cart-price-ht .price,
.cart-price-ttc .price-tax {
    font-size: 0.8em; /* Ajustez la taille selon vos besoins */
}


@media (max-width: 1400px) {
    .modal-popup .modal-inner-wrap {
        width: 80%!important;
    }
}

@media (max-width: 768px) {
    .modal-popup .modal-inner-wrap {
        width: 100%!important;
    }

    .product .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .cart-item-img {
        width: 100px;
        height: 100px;
    }

    .product-item-details {
        text-align: center;
    }

    .btns-popin {
        flex-direction: column;
    }

    .btns-popin a {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .cart-item-img {
        display: none;
    }
    .cart-item-price {
        font-size: 13px;
    }

    .quote-info-customer {
        width: 100%;
    }
}
