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

.product-13 .product-name:after{ 
	content:url(../images/chilli1.png);
}
.customize-product.product-13 div.name h2:after {
	content:url(../images/chilli1.png);
}

.product-9 .product-name:after,
.product-15 .product-name:after,
.product-16 .product-name:after,
.product-17 .product-name:after,
.product-18 .product-name:after,
.product-20 .product-name:after{ 
	content:url(../images/chilli2.png);
}
.customize-product.product-9 div.name h2:after,
.customize-product.product-15 div.name h2:after,
.customize-product.product-16 div.name h2:after,
.customize-product.product-17 div.name h2:after,
.customize-product.product-18 div.name h2:after,
.customize-product.product-20 div.name h2:after {
	content:url(../images/chilli2.png);
}

.product-14 .product-name:after,
.product-19 .product-name:after { 
	content:url(../images/chilli3.png);
}
.customize-product.product-14 div.name h2:after,
.customize-product.product-19 div.name h2:after {
	content:url(../images/chilli3.png);
}
.card-img {
	display:none;
}