/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/

/* =========================================
   PATIOTIME – FOOD MENU GLOBAL OPTIMIERUNG
   ========================================= */

/* DETAILS näher an Title */
.pt-food-menu-details {
    margin-top: 2px !important;
    line-height: 1.2 !important;
}

/* Titel kompakter */
.pt-food-menu-title {
    line-height: 1 !important;
}

/* Gruppen (1 Person / 2 Personen) */
.pt-food-menu-group {
    margin-bottom: 0 !important;
}

/* Menü näher zusammenziehen */
.pt-food-menu-item {
    margin-top: -5px !important;
}

/* Extra Abstand killen */
.pt-food-menu-main {
    margin-top: 0 !important;
}

/* =========================================
   PATIOTIME – WARENKORB ICON AUSBLENDEN
   ========================================= */

.cart-icon {
    display: none !important;
}