.r2_carttimeout_div {
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: red;
    font-weight: bold;   
}

.r2_carttimeout_label {
    display: inline-block;
    margin-right: 5px;
}

#r2_carttimeout {
    display: inline-block; 
}

.r2m2_continue_shopping_buttondiv {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.r2m2_continue_shopping_button {
    display: block;
    background-color: #b22222;
    width: 100%;
    max-width: 240px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: white;
    padding: 5px;
}
