.body {
    background-color: #f2f4f5;
}

h3 {
    text-transform: none;
}

.iti {
    --iti-path-flags-1x: url('/img/intlflags/flags.webp');
    --iti-path-flags-2x: url('/img/intlflags/flags@2x.webp');
    --iti-path-globe-1x: url('/img/intlflags/globe.webp');
    --iti-path-globe-2x: url('/img/intlflags/globe@2x.webp');
}

.checkout_table {

    width: 100%;
    margin: 0;
    text-align: left;

}

.checkout_table td {
    padding: 5px 10px;
}

.cft {
	font-size: 1.3em;
}

.bg-cart-expired-product {
    background-color: #000000;
}