@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Abel&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap'); @font-face {
    font-family: Rockinsoda;
    src: url(https://d2ova09jg8x3xk.cloudfront.net/deliverit.com.au/demo1/fonts/FontsFree-Net-Rockinsoda.ttf);
}

@font-face {
    font-family: 'Rocka & Billy';
    src: url(https://d2ova09jg8x3xk.cloudfront.net/deliverit.com.au/demo1/fonts/Rocka_Billy_Demo_Version_.otf);
}
/* Client Request */
#franchiseInquiryModal .modal-header p:nth-child(4):after {
    content: '\a New store projects will be from next year onwards';
    white-space: pre-wrap;
    font-size: 15px;
    font-weight: 600;
}

/* Website Header Banner 'Strip' */

/*nav#main-nav.nav-color:before {*/
/*    height: 0;*/
/*    padding: 0;*/
/*    transition: all .3s;*/
/* }*/
 
/* nav#main-nav:before {*/
/*    content: 'Get 20% OFF your first order! Use code MAD20. New customers only.';*/
/*    display: grid;*/
/*    background: #fd2324;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    font-family: "Poppins", sans-serif;*/
/*    padding-top: 15px;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    transition: all .3s;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    text-decoration: underline;*/
/* }*/
 
/* @media (max-width: 1024px) {*/
 
/*    nav#main-nav.nav-color .toggle-left {*/
/*       top: 10px;*/
/*    }*/
 
/*    .toggle-left {*/
/*       top: 60px;*/
/*    }*/
/* }*/
 
 
 /* loyalty card css */
div#loyal_content {
    color: #fff !important;
}

div#loyal_content span#banner_title {
    text-transform: uppercase;
}

#loyal_banner #loyal_content span#banner_message {
    font-size: 0;
}

#loyal_banner #loyal_content span#banner_message:before {
    content: 'Collect all your stamps and unlock exciting rewards!';
    font-size: 14px;
}

#loyal_banner #loyal_content span#banner_message span {
    color: #fff !important;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    font-style: italic;
}
/* loyalty card css */
 
 /*@media only screen and (max-width: 768px) {*/
 
 /*   nav#main-nav:before {*/
 /*       font-size: 14px;*/
 /*   }*/
 
 /*}*/
 
 /*@media only screen and (max-width: 560px) {*/
 
 /*   nav#main-nav:before {*/
 /*      font-size: 12px;*/
 /*       padding: 10px 15px;*/
 /*   }*/
 
 /*}*/
 
 /* Website Header Banner 'Strip' */

/* Interactive Banner css */

:root {
    --main: #fd2324;
    --text: #222;
}

#jqibox:has(img.app) {
    overflow: overlay;
    height: auto !important;
}

#jqi:has(img.app) {
    top: 23% !important;
    max-width: 500px !important;
    border-radius: 25px;
}

#jqi:has(img.img-madness) {
    top: 5% !important;
    max-width: 700px !important;
    border-radius: 5px;
}

#jqi:has(img.app) br {
    display: none;
}

#jqi:has(img.app) .jqiclose {
    display: none;
}

#jqi:has(img.app) .jqimessage {
    padding: 0 !important;
}

#jqi:has(img.app) button.jqidefaultbutton {
    color: #fff !important;
}

#jqi:has(img.app) .jqibuttons {
    background: none !important;
}

#jqi #jqi_state_state0 {
    display: relative !important;
    /*     margin-top: 60px; */
}

#jqi .jqimessage img.app {
    width: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#jqi:has(img.app.no-txt) .jqimessage img.app {
    width: 400px;
	margin: -120px auto auto auto !important;
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
    filter: drop-shadow(0px 0px 10px rgb(242 29 24 / 61%)) !important;
}

#jqi:has(img.app.no-txt) div.pop-header {
    text-align: center;
    margin-top:20px;
    margin-bottom: 10px;
}

#jqi:has(img.app.no-txt) div.pop-header p.p2,
#jqi:has(img.app.no-txt) div.pop-header p.p3{
	display: none;
}

div.pop-header {
    margin-top: 180px;
    margin-bottom: 10px;
}

#jqi:has(img.app) .pop-header .p1 {
    text-align: center;
    font-size: 40px;
    color: var(--main);
    line-height: normal !important;
    font-family: Open Sans, sans-serif;
    font-weight: 700 !important;
}

.pop-header .p2 {
    color: var(--text);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: auto 10px;
}

.pop-header .p3 {
    border-bottom: 2px solid;
    border-color: var(--main);
    width: 60px;
    margin: 15px auto;
}

.pop-content {
    padding: 0px 15px 0 15px;
}

.qr-app {
    border: 4px solid var(--main);
    border-radius: 6px;
    margin: auto;
    width: 145px;
}

.goo-app-badge {
    margin: auto auto 5px auto;
    /* 	width: 180px; */
}

.ios-app-badge {
    margin: auto auto 5px auto;
    /* 	width: 180px; */
}

.w-qr {
    padding: 0 20px 0px 20px;
}

.w-qr .column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    flex-flow: unset;
}

.w-qr .column .col1 {
    /* 	text-align: right !important; */
}

.pd-0 {
    padding: 0 !important;
}

#jqi:has(img.app) .jqibuttons {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
}

#jqi:has(img.app) .jqibuttons button:after {
    content: 'ay';
}

#jqi:has(img.app) .jqibuttons button {
    background-color: var(--main) !important;
    width: 95%;
    border-radius: 8px;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

#jqi:has(img.app) .jqibuttons button:focus-visible {
    outline: none !important;
}

@media screen and (max-width: 1600px) {
	#jqi:has(img.img-madness) {
	    max-width: 600px !important;
	}
}

@media screen and (max-width: 1024px) {
    #jqi .jqimessage img.app {
        width: 300px;
    }

	#jqi:has(img.img-madness) {
	    max-width: 500px !important;
	}

    div.pop-header {
        margin-top: 170px;
    }
}

@media screen and (max-height: 800px) {

    #jqi .jqimessage img.app {
        width: 230px;
    }

    div.pop-header {
        margin-top: 130px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 500px) {

    #jqi:has(img.app) .pop-header .p1 {
        font-size: 25px;
        font-weight: 800;
    }

    .pop-header .p2 {
        font-size: 14px;
    }

    .w-qr .column {
        flex-flow: wrap;
    }

    .goo-app-badge {
        margin: 0 auto 10px auto;
        width: 150px;
    }

    .ios-app-badge {
        width: 150px;
    }

    #jqi .jqimessage img.app {
        width: 200px;
    }

    div.pop-header {
        margin-top: 120px;
    }

	#jqi:has(img.app.no-txt) .jqimessage img.app {
	    width: 300px;
	}

}

/* Interactive Banner css */

body {
    color: #000;
    width: auto; 
    background: linear-gradient(to bottom, rgb(0 0 0 / 30%) 0%,rgb(0 0 0 / 60%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/madtoppings.com.au/blacktown/uploads/bg.jpg) !important;
    background-position: top !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

div#our-menu {
    display: none;
}

.form-wrap .group-2-btn #login, button.btn.btn-primary.franchise-btn-submit.franchise-inquiry-btn {
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.form-wrap .group-2-btn #login:hover, button.btn.btn-primary.franchise-btn-submit.franchise-inquiry-btn:hover {
    background-color: #3276b1 !important;
    border-color: #3276b1 !important;
}

.navbar-left > li > a, .navbar-left > .menu-franchise-inquiry, .navbar-right > li > a {
    color: #252525 !important;
}

.navbar-left > li > a:hover, .navbar-left > .menu-franchise-inquiry:hover, .navbar-left > li.active > a, .navbar-right > li {
    color: #252525 !important;
}

.navbar-left > li > a::after, .navbar-left > .menu-franchise-inquiry::after {
    background: #ea0b24;
    left: 0;
    height: 4px;
    border-radius: 0;
    width: 100%;
}

.navbar-right .glyphicon img {
    filter: brightness(0%);
}

.navbar-left li:nth-child(5) {
    color: #fff !important;
    background: #e30513 !important;
    transition: 0.5s;
}

.navbar-left li:nth-child(5) a {
    color: #fff !important;
}

.navbar-left li:nth-child(5):hover {
    background: #ffffff !important;
    transition: 0.5s;
}

.navbar-left li:nth-child(5) a:hover {
    color: #252525 !important;
}

#landing {
    width: auto;
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%) 0%,rgb(0 0 0 / 60%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/madtoppings.com.au/blacktown/uploads/bg.jpg);
    background-position: center ;
    background-attachment: fixed ;
    background-size: cover ;
}

#landing #landing-logo img {
    position: relative;
    margin-bottom: 0%;
}

#landing #landing-content {
    top: 37%;
}

div#landing-form {
    color: #fff
}

#landing #landing-form #tag-line {
    font-family: 'Poppins', sans-serif;
    color: #fff
}

.platina-input-group .input-group-btn .btn {
    background: #252525;
}

.select2-container--platina .select2-dropdown, .select2-container--platina .select2-selection {
    border-color: #252525;
}

.select2-container--platina .select2-selection__rendered:after {
    filter: brightness(0%);
}

.platina-input-group .input-group-btn {
    border: 1px solid #252525;
    background: #252525;
}

.platina-input-group .input-group-btn {
    height: 37px!important;
    line-height: 37px!important;
}

.select2-selection__placeholder {
    visibility: hidden;
}

.select2-selection__placeholder:after {
    content: 'Suburb';
    visibility: visible;
    display: block;
    position: absolute;
    top: 2px;
}

#store-data {
    background: #010101de !important;
    background-position: center !important;
}

#store-data h2 {
}

#store-data #store-details {
    color: #fff;
    text-align: center !important;
}

#store-data .col-md-3 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 22.1% !important;
}

@media only screen and (max-width: 1024px) and (min-width: 1000px) {
    #store-data .col-md-3 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 22.3% !important;
    }
}

@media only screen and (max-width: 768px) {
   #store-data #store-details div {
		width: 90% !important;
		margin: auto;
	} 
}


@media only screen and (max-width: 600px) and (min-width: 320px) {
	#store-data .col-md-3 {
		color: #fff;
		display: inherit;
		flex-direction: inherit !important;
		flex-wrap: inherit;
		align-content: inherit;
		justify-content: inherit;
		align-items: inherit;
		width: 50% !important;
	}
}

.pn-Advancer {
    background-color: #c73223 !important;
}

#menu ul li a {
    font-family: 'Poppins', sans-serif !important;
}

#menu-items {
    padding: 10px;
    background: #fff;
}

#menu-items h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
    font-size: 35px !important;
    padding: 41px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

#menu-items .item-price {
    color: #000;
}

#menu-items ul li.group:hover, #menu-items ul li.single:hover {
    background: #fff;
    border: 1px #d6d6d6 solid !important;
    box-shadow: 4px 4px 0px 0px rgb(0 13 32 / 50%) !important;
}

#menu-items .item-title, #displayDeals h2, #displayDeals, .section, .qty-select, .menu-item-option {
    font-family: "Poppins", sans-serif;
}

.item-description {
    text-transform: unset;
}

input:checked+.input-group-label {
    background: #c73223 !important;
}

#menu-items ul li #item-buttons input[type=button], #half-half-block a, #HalfHalf a, #HALFHALF a {
    font: 14px "Poppins" !important;
    background-color: #c73223 !important;
    border-color: #c73223 !important;
}

#menu-items ul li #item-buttons input[type=button]:hover, .input-group-label:hover {
    background-color: #FFCE44 !important;
    border-color: #FFCE44 !important;
    color: #111 !important;
}

.btn-primary {
    background-color: #eb7017 !important;
    border-color: #eb7017 !important;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #a51419 !important;
    border-color: #a51419 !important;
}

.button-rounded {
    border: 1px solid #000d20;
    background-color: #000d20 !important;
}

#our-menu .section-title {
    color: #000;
}

#deals-of-the-day, #footer-subscribe, #download-app .section-content .section-title {
    display: none;
}

#download-app .section-content .section-title2 {
    font-size: 43px !important;
}

.download-app-content .badges img {
    width: 170px;
}

.button-rounded:hover, .button-edged:hover {
    background-color: #fcd641 !important;
    border: 1px solid #ffce44;
    color: #111 !important;
}

#about-us {
    padding-bottom: 100px;
    padding-top: 60px;
}

#about-us .section-content img {
    padding-top: 100px;
    margin-left: -150px !important;
}

div#about-us .col-md-5 {
    background: #ffffff;
    padding: 71px;
    margin-top: 19px;
}

#about-us .section-title {
    font-size: 52px !important;
    font-weight: 600 !important;
}

#franchiseInquiryModal .item-add-buttons button {
    background: #eb7017;
    border-color: #eb7017;
}

#franchiseInquiryModal .item-add-buttons button:hover {
    background: #b43015;
    border-color: #b43015;
}

.button-edged {
    border: 1px solid #e30513;
    background-color: #e30513 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* popup button */
div.jqi button.jqidefaultbutton {
    background: #C73223;
    text-transform: uppercase;
}

div.jqi button.jqidefaultbutton:hover {
    background: #FFCE44;
    color: #111;
}

/*footer*/
#footerOfflineAlert {
    background: #c73223;
}

#footerOfflineAlert .progress {
    background-image: -webkit-linear-gradient(top,#333 0,#333 100%);
    background-image: linear-gradient(to bottom,#333 0,#333 100%);
    background-color: #ffffff !important;
}

#footerOfflineAlert .progress-bar {
    color: #000;
    background-image: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
}
#franchiseInquiryModal .modal-header p {
    color: #000!important;
}
.new_store {
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 1366px) and (max-height: 768px) {
    #menu ul li a {
        border-radius: 0px;
    }

    #menu-items {
        padding: 10px;
    }

    #store-data {
        background: url(https://d2ova09jg8x3xk.cloudfront.net/platina6.deliverit.com.au/demo1/uploads/banner.jpg) center no-repeat;
        background-position: center !important;
    }

    div#about-us .col-md-5 {
        background: #e9eae4;
    }
}

@media screen and (min-width: 1025px) {
    .office-info p, #h-address a {
        color: #fff;
    }

    #menu {
        background: #000d20;
    }

    #menu-cont > #menu > #menu-ul > li > a.menu-active {
        color: #000d20 !important;
        border-bottom: none !important;
        background: #ffce44 !important;
    }

    #menu ul li a {
        font-size: 15px;
        font-weight: 600 !important;
        padding: 20px 40px;
        background: #c73223 !important;
        text-transform: uppercase !important;
    }

    .menu-item {
        background: #fff !important;
        border-bottom: none;
    }

    #menu-items h1 {
        color: #c73223 !important;
        letter-spacing: 2px;
        text-align: center;
    }

    .menu-item .item-thumb {
        background-color: transparent;
    }

    #menu-items .item-title {
        font-size: 14px;
    }

    #menu-items ul li.group, #menu-items ul li.single {
        border: 1px solid #e4e3ec !important;
        background: #fff !important;
        padding: 20px !important;
    }

    #menu-desc-header {
        text-align: center;
        font-style: normal;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-item .item-thumb img {
        max-height: 100px !important;
    }

    .menu-item .item-thumb {
        background-color: transparent;
    }
}

@media (max-width: 1024px) {
    .toggle-left div {
        background-color: #000000;
    }

    #landing {
        background: linear-gradient(to bottom, rgb(0 0 0 / 84%) 0%,rgb(0 0 0 / 76%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/madtoppings.com.au/blacktown/uploads/bg.jpg) center no-repeat;
        background-attachment: fixed;
    }

    #landing #landing-content {
        top: 40%;
    }

    #landing #landing-form {
        width: 100%;
    }

    #landing #landing-logo img {
        right: 0%;
    }

    #landing #landing-form #tag-line {
        color: #fff;
        text-shadow: none;
        padding-bottom: 10px;
    }

    #landing #landing-form #form-text {
        width: 100%;
        color: #fff;
        padding-bottom: 20px;
        font-size: 18px;
        text-shadow: none;
        font-weight: 500;
    }
    #store-data {
        background: linear-gradient(to bottom, rgb(0 0 0 / 84%) 0%,rgb(0 0 0 / 76%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/madtoppings.com.au/blacktown/uploads/bg.jpg) center no-repeat;
        background-attachment: fixed;
    }

    #menu ul li a {
        font-weight: 600;
        color: #fff !important;
        font-size: 13px;
    }

    #menu-cont > #menu > #menu-ul > li > a.menu-active {
        border-bottom: none;
    }

    .menu-item {
        background: #fff !important;
    }

    #menu-items ul li.group, #menu-items ul li.single {
        border: 1px solid #e4e3ec !important;
        background: #fff !important;
        padding: 30px !important;
    }

    .menu-item .item-thumb img {
        background-color: #17221e;
    }

    #menu-items h1 {
        background: #ffffff !important;
        color: #cc3724;
        background: #fff;
        text-align: center;
    }

    #menu-desc-header, #menu-desc-footer {
        text-align: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #menu-cont > #menu > #menu-ul > li > a.menu-active {
        color: #000d20 !important;
        border-bottom: none !important;
        background-color: #ffce44 !important;
    }

    #menu {
        background-color: #c73223;
    }
}

@media only screen and (min-width: 769px) {
    #menu ul li a:hover, #menu ul li:hover > a {
        color: #111 !important;
        background: #ffce44 !important;
    }

    #menu ul li:hover > a {
        color: #111 !important;
        background: #ffce44 !important;
    }
}

@media (max-width: 768px) {
    .pn-Advancer_Icon {
        fill: #fff !important;
    }

    #landing {
        background: linear-gradient(to bottom, rgb(0 0 0 / 84%) 0%,rgb(0 0 0 / 76%) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/madtoppings.com.au/blacktown/uploads/bg.jpg) center no-repeat;
    }

    #landing #landing-content {
        top: 45%;
    }

    #landing #landing-logo img {
        right: 0;
    }

    #landing #landing-form #tag-line {
        text-shadow: none;
    }

    #landing #landing-form #form-text {
        width: 100%;
        font-weight: 500;
        text-shadow: none;
    }

    #store-data #store-details {
        padding-left: 0px;
    }

    #menu {
        background: #c73223;
    }

    #menu-cont > #menu > #menu-ul > li > a.menu-active {
        background-color: #fad347;
        color: #000d20 !important;
    }

    #menu ul li a {
        border-radius: 0px;
        background-color: #c73223;
    }

    #menu ul li a {
        font-weight: 600;
        color: #fff !important;
    }

    #menu-items {
        padding: 10px;
    }

    .menu-item {
        background: #ffffff !important;
    }

    #menu-items ul li.group, #menu-items ul li.single {
        border: 1px solid #e4e3ec !important;
        background: #fff !important;
        padding: 20px !important;
    }

    #menu-title, #menu-items h1 {
        font-weight: 800 !important;
        background-color: #ffffff !important;
        color: #87645f !important;
        padding: 9px;
        text-align: center;
    }

    .download-app-content {
        text-align: center;
    }

    #about-us .section-content img {
        padding-top: 0px;
        max-width: 39%;
        padding-bottom: 100px;
    }

    #about-us .section-title {
        text-align: center;
        font-size: 45px !important;
    }

    .btn-franchise {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (min-height: 600px) and (max-height: 600px) and (min-width: 1024px) and (max-width: 1024px) {
    #menu-items .modal {
        overflow-y:scroll !important;
    }
}

@media only screen and (max-width: 540px) and (min-width: 540px) {
    #menu-items .modal {
        overflow-y:scroll !important;
    }
}

@media (max-width: 540px) {
    #landing #landing-form #tag-line {
        font-size: 38px !important;
    }

    #landing #landing-form #form-text {
        padding-right: 0px !important;
    }

    #menu-title, #menu-items h1 {
        text-align: center;
        font-size: 27px !important;
    }

    #menu-items ul li.group, #menu-items ul li.single {
        padding: 20px !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    body {
        color: #000;
        width: auto; 
        background: linear-gradient(to bottom, rgb(3 2 0) 0%,rgb(3 2 0) 100%), url(https://d2ova09jg8x3xk.cloudfront.net/madtoppings.com.au/blacktown/uploads/bg.jpg) !important;
        background-position: top !important;
        background-attachment: fixed !important;
        background-size: cover !important;
}
    .toggle-left div {
        background-color: #000000;
    }

    #landing {
/*         background: url(https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/madtoppings.com.au/kellyvilleridge/uploads/bgmobile2.jpg) !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-attachment: fixed !important;
        background-size: cover !important; */
        background: url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/madtoppings.com.au/kellyvilleridge/uploads/bgmobile2.jpg') no-repeat scroll center center !important;
        background-color: #fff0 !important;
    }

    #landing #landing-content {
        top: 50%;
    }

    #landing #landing-logo img {
        right: 0%;
        margin-bottom: 0%;
    }

    #landing #landing-form #tag-line {
        font-size: 27px !important;
        color: #fff;
        text-shadow: none;
    }

    #landing #landing-form #form-text {
        width: 100%;
        font-weight: 500;
        text-shadow: none;
        color: #fff;
        font-size: 15px;
    }

    #store-data {
        background: url('https://deliverit-vhosts-sync.s3-ap-southeast-2.amazonaws.com/madtoppings.com.au/kellyvilleridge/uploads/bgmobile2.jpg') no-repeat scroll center center !important;
        background-color: #fff0 !important;
    }

    #store-data #store-details {
        padding-left: 0px;
        text-align: center !important;
    }

    #menu ul li a {
        border-radius: 0px;
    }

    .menu-item, #menu_items.modal {
        background: #010102 !important;
        padding-top: 30px !important;
    }

    #menu-items {
        padding: 10px;
        background: #010102 !important;
    }
    .item-icons-container {
        background: #010102 !important;
    }

    div#mad-deals-block {
        padding-top: 20px;
    }

    #menu-items h1 {
        background-color: #fff0 !important;
        color: #fff !important;
        text-align: center;
        font-size: 24px !important;
    }

    #menu-desc-header, #menu-desc-footer {
        text-align: center;
    }

    #menu-items ul li.group, #menu-items ul li.single {
    padding: 20px;
    border: 1px solid #cecece !important;
    background: #00000042 !important;
    transition: all .2s ease-in-out;
    position: relative !important;
}

#menu-items ul li.group:hover, #menu-items ul li.single:hover {
    background: #fff !important;
    border: 1px #dedede solid !important;
    box-shadow: 0px 0px 10px 5px rgb(218 218 218 / 80%);
    transition: 0.5s !important;
}

#menu-items .menu-item .grid-modal ul.modal-items {
    
}
    .item-title, .item-description {
        color: #fff;
    }
    #menu-items .item-price {
        color: #fff;
    }

    #menu_items ul li.single:hover .item-title,
    #menu_items ul li.group:hover .item-title,
    #menu_items ul li.single:hover .item-description,
    #menu_items ul li.group:hover .item-description,
    #menu_items ul li.single:hover .item-price,
    #menu_items ul li.group:hover .item-price{
    color: #111 !important;
    -webkit-text-stroke: 0.2px #111;
}

    .grid-title {
         color: #fff !important;
    }
    

    #displayDeals #cancel {
        background-color: #b81e23 !important;
        font: 14px "Poppins" !important;
    }

    .section span {
        font-family: 'Poppins' !important;
    }

    .download-app-content {
        text-align: center;
    }

    #about-us .section-content img {
        padding-top: 0px;
        padding-bottom: 30px;
        max-width: 71%;
        display:none;
    }

    #about-us .section-title {
        text-align: center;
        display:none;
    }

    .about-us-content {
        text-align: center;
    }
    .about-us-content p{
        display: none;
    }

    video {
        margin-left: 0px !important;
        width: 100%;
    }

    div#about-us .col-md-5 {
        padding: 20px;
        background: #fff;
    }
}

@media (max-width: 320px) {
    #menu-items h1 {
        padding: 22px;
        font-size: 20px !important;
    }
}

@media (max-width: 280px) {
    #landing #landing-form #tag-line {
        font-size: 23px !important;
        color: #222;
        text-shadow: none;
    }
}

#menu-items h1 {
	height: fit-content !important;
}

.menu-item .item-thumb img {
	/* object-fit: contain; */
	border-radius: 5px;
	background: transparent !important;
}

#menu-items .item-title {
	min-height: fit-content !important;
	-webkit-line-clamp: unset;
}

@media only screen and (max-width: 1440px) {
	.menu-item .item-thumb img {
		object-fit: contain;
	}
}

@media only screen and (max-width: 1024px) {
	#menu-items .menu-item .item-thumb img {
		object-fit: cover;
		min-height: 120px !important;
		/* max-height: 120px !important; */
		/* max-width: 120px !important; */
		width: 120px !important;
	}
}

@media only screen and (max-width: 500px) {
	#menu-items .menu-item .item-thumb img {
		object-fit: cover;
		/* object-position: center; */
		border-radius: 2px;
		height: 90px !important;
		min-height: 90px !important;
		max-height: 90px !important;
		max-width: 90px !important;
		width: 90px !important;
	}

	#menu-items:has(.grid-menu-item) .menu-item #menu_items.modal {
		padding-top: 0 !important;
	}

	#menu-items:has(.grid-menu-item) ul.modal-items li.single,
	#menu-items:has(.grid-menu-item) ul.modal-items li.group {
		/* padding:0 10px; */
		margin: 10px;
	}
	
}