/* put below your custom css code for VikRestaurants */

/*** Quick Reservation ***/
div.vr-quickres-header h2 {
    color: #ff0100;
}
div.vr-quickres-header h3 {
    font-size: 12px;
    color: green;
}
div.vr-quickres-head-content {
    background-color: cccccc;
}

/*** Scrollbar Upselling Warenkorb ***/
div.vrtkcart-upselling-items {
    scrollbar-width: thin;
}

/*** Mobile Ansicht Preis Flex-Abstand ***/
div.vrtkitemsdiv .vrtksinglevar {
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: row;
}