/*
Theme Name: Restaurant Gys
Theme URI: https://www.studioseptember.nl
Author URI: https://www.studioseptember.nl
Author: Studio September
Description: Gys thema
Version: 1.0
Text Domain: theme
*/

#gifty-container {
	z-index: 9999999!important;
}

.grizzly a {
	display: unset;
	text-decoration: underline;
}

.deliveroo a {
color: #00ccbc;
}
/* 
.delivery a {
color: #81c09b;
} */


.thuisbezorgd a {
color: #ff8000;
}

.take-away {
	text-align: center;
}

.take-away .logo {
	display: inline-block;
	margin-bottom: 50px;
	width: 40px;
}

.take-away .logo img {
	width: 40px;
}

.take-away .logo:first-child {
	    margin-right: 20px;
}

@media (min-width: 1200px) {
.header .container {
    max-width: 1170px;
}
}

.nav-mobile .nav-mobile__wrapper .menu-item-has-children a,
.nav-mobile .nav-mobile__wrapper .menu-item-has-children a[href="#"] {
    color: #000000;
    text-transform: unset;
    font-family: unset;
    font-weight: unset;
    letter-spacing: unset;
    font-size: unset;
}

@media (max-width: 768px) {
.clickable a {
	color: #ffffff !important;
    background: #194d37;
    padding: 5px 10px;
}
}