/*
Theme Name: Foodking Child
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: Foodking Child Theme
Version: 1.0
Template: foodking
Text Domain: foodking-child
*/

.quate-content{
	display: none;
}

.text-slider {
	font-size: 75px!important;
}


.mf-response-msg p,
.mf-response-msg i{
	color: green!important;
}

.about-section.section-padding {
	padding-bottom: 30px!important;
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .about-counter-area .counter-items{
        width: 100% !important;
		border-right: 0px!important;
    }
}




@media (max-width: 575px) {
    .text-slider {
        font-size: 36px!important;
/*         height: 70px!important; */
    }
	.text-slider img{
		height: 26px;
	}
}



.elementor-widget-foodking_marque_two .marque-section.fix.section-padding.pt-0 {
	padding-bottom: 50px!important;
}
.text-slider.text-color {
	color: #d12525!important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d12525!important;
    -webkit-text-fill-color: #d12525!important;
	font-style: normal!important;
}


.menu-category {
            margin-bottom: 20px;
        }
        .menu-category h3 {
            color: #ff6600;
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        .menu-category > .menu-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            padding: 8px;
            border-bottom: 1px solid #eee;
        }
        .menu-item .name {
            font-weight: bold;
        }
        .price {
            color: #ff6600;
            font-weight: bold;
        }
        .veg, .non-veg {
            font-size: 0.9em;
            padding: 3px 8px;
            border-radius: 5px;
            margin-right: 10px;
        }
        .veg {
            background-color: #4caf50;
            color: white;
			width: 65px;
			text-align: center;
        }
        .non-veg {
            background-color: #d32f2f;
            color: white;
			width: 65px;
			text-align: center;
        }