header.transparent .logo img {
    filter: unset;
}
footer .logo img {
    height: unset;
    max-height: 80px;
    max-width: 70%;
}
.menu-title img {
    width:100%!important;
    border-radius: 20px 20px 0 0;
}

/** set margin to 0 when list of categories is too long */
.menu-page .menu-list ul li:not(:last-child) a {
    /* margin-bottom: 2px; */
}




/********** color theme **********/
/*
.product-name {
    color: #f2921a!important;
}
header nav .menu li.active a,
.top-menu-item active {
    color: #f2921a!important;
}

.level-01 .radio-box > input:checked + label .inner .head h6 {
    color: #f2921a!important;
}
.menu-page .menu-info .price-list .input-style .button {
    background-color: #f2921a!important;
    color: #fff!important;
}
.radio-card span::after,
.level-01 .radio-box label span::after {
    background-color: #f2921a!important;
}
*/

/* default green color to */

.about-text .head h3,
.section-06 .text h2,
.section-06 .text h2 span,
.section-06 .box p span,
.section-06 .context-text .box img{
    color: #fff !important;
}
.frontpage-openingtime tr.openingtime-today,
footer li.openingtime-today,
.forbi table tr.openingtime-today td,
footer li.openingtime-today a span,
footer li.openingtime-today a {
    background-color: #f2921a!important;
    color: #fff!important;
}

.button-style-01,
footer .info a.button{
    background-color: #f2921a!important;
    color:#fff!important;
    border: 1px solid #f2921a;
}
.login-btn.button-style-01 {
    background-color: #fff!important;
    color:#000!important;
    border: 1px solid #000;
}

/***********
* Menu page
************/

header nav .menu li.active a {
	color: #f2921a !important;
}

.menu-page .menu-info .price-list .tab-head li.active {
    border: 1px solid #f2921a;
    color: #f2921a;
}
.menu-page .menu-list .head {
    color: #f2921a!important;
}
.menu-page .menu-info .price-list ul li .tt,
.menu-page .menu-info .price-list .tab-content .item table span{
    color:#000;
}
.minicart-alert {
    background-color: #BB6928!important;
    color: #000!important;
}

.menu-page .menu-list ul li a:hover,
.menu-page .menu-list ul li a.active {
    color: #f2921a!important;
}

.modal-product-detail .modal-dialog .modal-content .modal-body .checkbox-style02 label span.price-add,
.modal-product-detail .modal-dialog .modal-content .modal-body .radio input:checked + label span.price-add,
.modal-product-detail .modal-dialog .modal-content .modal-footer .total-modal .price-total{
    color: #f2921a!important;
}
.modal-product-detail .modal-dialog .modal-content .modal-body .radio label::after {
    background: #f2921a!important;
}


.search {
	visibility: hidden!important;
}

/** special mobile styling **/
/*
@media (max-width: 992px) {
	.menuid-3 .product-image {
		float:right;
	}
	.menuid-3 a.picture img,
	.menuid-3 .card-01 .picture img {
		width:60px!important;
		min-width: 60px!important;
	}
	.menuid-3 a.picture {
		float:right;
	}
	.card-01 .picture {
		width:unset;
	}

	.menuid-3 .card-info div.text {
		float:left;
	}
	.menuid-3 .card-info .product-toppings {
		display:none;
	}
	.menuid-3 .card-info .product-description {
		max-height: 30px;
		text-overflow: ellipsis;
		clear:both;
	}
	.menuid-3 .card-01 .text .name {
		float:left;
	}
}
*/