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; */
}

.modal-product-detail .modal-dialog .modal-content .modal-header img {
	height:100%;
}

@media (max-width: 992px) {
	.card-01 .picture img {
		height:100%;
	}
}


.product-topping {
	display:none;
}