.payment#payment_ok
{
    text-align: center;
    background-color: rgba(230, 255, 230, 100);
    padding: 10px;
    border-radius: 10px;
    color: black;
    text-shadow: 0px 0px 2px white;
    min-height: 50px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 1);
}
.delivery_container
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 110%;
}
.delivery_container img
{
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}
.delivery_container div
{
    flex: 1;
    margin-bottom: 15px;
}
.shop
{
    transition: all 0.3s linear;
}
.shop[active="0"]
{
    filter: grayscale(100%) blur(2px);
    pointer-events: none;
    opacity: 0.95;
    transition: all 0.3s linear;
}

.shop_umst
{
    display: inline-block;
    margin-left: 20px;
    font-size: 80%;
    font-style: italic;
    color: silver;
}
.shop_total
{
    width: auto;
    font-size: 120%;
    color: white;
    border-top: 4px double silver;
    width: 90%;
    margin-top: 20px;
    padding: 5px;
}
