.cookie-notice {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: calc(100% - 20px);
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px 30px 10px 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
}
.cookie-notice .close-button {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}
.cookie-notice .agree-button {
    padding: 10px 28px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 40px;
    background-color: #4f46e5;
    background-color: #4f46e5;
    color: white;
    border: none;
    border-radius: 9999px !important;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 00px;
}

.footer-container .icons-payment {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.footer-container .icons-payment img {
    height: 25px;
    width: auto;
    margin-left:30px;
}