}
style={{
backgroundColor: "var(--background)",
border: "none",
width: 32,
height: 32,
minWidth: 32,
display: "flex",
alignItems: "center",
justifyContent: "center",
boxShadow: "0 0 10px 0 rgba(0, 0, 0, 0.1)",
}}
/>
{t("checkout.addCarDetails")}
{plateCar ? (
{t("checkout.carPlateNumber")}:
{plateCar}
) : (
{t("checkout.soTheRestaurantCanRecognizeYourCarWhenYouArrive")}
)}
{isRTL ?
:
}