#demo_warning{
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 20px 30px;
    gap: 10px;

    background: white;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);

    z-index: 9999;
    text-align: center;
}

#demo_warning_top{
    font-weight: 600;
    font-size: 18px;
}

#demo_warning_bot{
    font-size: 14px;
    opacity: 0.7;
}
#demoX{
    display: none;
    position: absolute;
    top:10px;
    right:10px;
    width: 20px;
    height: 20px;
    background: url('/icon/small/X1_black.svg') no-repeat center center;
    background-size: 70%;
    opacity: 0.7;
    padding: 10px;
}
.not_romania{
    display: flex;
}

#cart_button.not_romania{
  display: flex;
}
@media (max-width: 940px) {
    #demo_warning{
        width:90%;
        padding: 40px 10px;
    }

    #demoX{
        display: flex;
    }
}
