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

/*****************
top nav
******************/
header nav .menu li a {
    /*
    font-size: 14px;
    padding: 0 15px;
    */
}

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

.level-01 .radio-box > input:checked + label .inner .head h6 {
    color: #852742!important;
}
.menu-page .menu-info .price-list .input-style .button {
    background-color: #852742!important;
    color: #fff!important;
}
.radio-card span::after,
.level-01 .radio-box label span::after {
    background-color: #852742!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: #BB6928 !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: #BB6928!important;
    color: #000!important;
}

.button-style-01,
footer .info a.button{
    background-color: #BB6928!important;
    color:#fff!important;
    border: 1px solid #BB6928;
}
.login-btn.button-style-01 {
    background-color: #fff!important;
    color:#000!important;
    border: 1px solid #000;
}
*/
/***********
* Menu page
************/
/*
.menu-page .menu-info .price-list .tab-head li.active {
    border: 1px solid #BB6928;
    color: #BB6928;
}
.menu-page .menu-list .head {
    color: #BB6928!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: #BB6928!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: #BB6928!important;
}
.modal-product-detail .modal-dialog .modal-content .modal-body .radio label::after {
    background: #BB6928!important;
}
*/