.buy-sum-description .error{
    color: rgb(218, 33, 33);
}

.buy-sum-description{
    opacity: 1 !important;
    visibility: visible !important;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
    width: 78%;
    margin-right: 5px;
}

.cookie_accept{
    width:20%;
}
#cookie_note.show{
    display: flex;
}

@media (max-width: 575px){

    #cookie_note{
        padding: 10px;
        width: 95%;
        flex-wrap: wrap;
    }
    #cookie_note p{
        width:100%;
    }

    .cookie_accept{
        margin-top:3px;
        width:100%;
    }
}