/*
 * Generated by Theme Editor
 * Client:    686
 * Published-By: Louie.Abasolo@oolio.com
 * Published: 2026-06-17T05:18:58.370Z
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Lobster&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
/* font-family: "Roboto Slab", serif; */

@font-face {
    font-family: 'Roper';
    src: url('./fonts/Roper.ttf');
}

/* Interactive Banner css */

:root {
    --main: #000;
    --text: #000;
}

#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.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: 1024px) {
    #jqi .jqimessage img.app {
        width: 300px;
    }

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

/* scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scrollbar */

#deals-of-the-day,
#our-menu,
#footer-subscribe {
    display: none;
}

/* landing */

#landing {
    margin-top: 58px;
    background-size: contain !important;
    height: calc(100vw / 2.66) !important;
    width: 100%!important;
    background-size: cover!important;
    background-position: center!important;
    transition: all 1s;
    overflow: hidden;
}

#landing #landing-content {
    display: none;
}

/* landing */

/* store */

#store-data {
    background: linear-gradient( to left, #000000ba 0%, #000000ba 100% ), url('./uploads/store-1.jpg') no-repeat !important;
    /* background: #111; */
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    border-top: 3px solid #fff;
}

#store-data .office-info p,
#store-data #h-address a {
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 500;
}

#store-data #h-phone {
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 500;
}

#store-data .text-danger {
    color: #fff !important;
    background: #b3030e;
    padding: 2px 5px;
}

#store-data h2:first-child {
    font-family: 'Roper', Oswald;
    font-size: 60px;
    color: #fbdd00;
}

#store-data .icon-delivery {
    /* filter: invert(1); */
}

/* store */

/* menu bar */
#menu {
    background: #222 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.pn-Advancer {
    background: #393838 !important;
}

#menu-cont>#menu>#menu-ul>li>a {
    text-transform: uppercase !important;
    background: #222;
    font-family: 'Oswald', sans-serif;
}

#menu-cont>#menu>#menu-ul>li>a.menu-active {
    border-bottom: none !important;
    background: #c64e1b !important;
    /* color: #222 !important; */
    text-transform: uppercase !important;
}

#menu ul li a:hover {
    background: #c64e1b !important;
    /* color: #222 !important; */
}

/* Price float in the top right side of the card */

/* menu */
.menu-item {
    background: linear-gradient( to top, #000000d1 0%, #000000f2 100% ), url('https://d2ova09jg8x3xk.cloudfront.net/projects.deliverit.com.au/repizzaoneb/uploads/l-bg.jpg') no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    border-bottom: none;
}

#menu-items .menu-item:first-child {
    padding-top: 3em;
}

#menu-items .menu-item:last-of-type {
    padding-bottom: 3em;
}

#menu-items .menu-item {
    border-bottom: 1px solid #00000000 !important;
}

#menu-items .menu-item h1 {
    text-align: center;
    background-color: transparent !important;
    color: #ffde00 !important;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 5px 10px 10px !important;
    font-family: 'Roper', Oswald;
    font-weight: 500;
    font-size: 35px !important;
    letter-spacing: 1px;
    border-radius: 5px;
}

.menu-item #menu_items ul {
    display: flex;
    flex-wrap: wrap;
}

#menu-items ul li.group,
#menu-items ul li.single {
    width: 45%;
    margin: 10px inherit;
    border: 2px solid #ffde00b0;
    background: #222;
    border-radius: 3px;
}

#menu-items ul li.group:hover,
#menu-items ul li.single:hover {
    background-color: #222;
    border: 2px solid #ffde00;
    box-shadow: #ffde00b0 0px 0px 20px !important;
}

#menu-items ul li.group:has(.item-thumb img),
#menu-items ul li.single:has(.item-thumb img) {
    /* padding-left: 10px; */
}

#menu-items ul li.group:hover .item-thumb,
#menu-items ul li.single:hover .item-thumb {
    background-color: transparent;
}

#menu-items ul li.group:hover .item-title,
#menu-items ul li.single:hover .item-title {
    /* color: #fff; */
}

#menu-items ul li.group:hover .item-description,
#menu-items ul li.single:hover .item-description {
    /* color: #fff; */
}

#menu-items ul li.group:hover .item-price,
#menu-items ul li.single:hover .item-price {
    box-shadow: 0px 0px 5px #fff;
}

#menu-items ul li.group:hover .item-thumb img.b-lazy.b-loaded,
#menu-items ul li.single:hover .item-thumb img.b-lazy.b-loaded {
    box-shadow: 0px 0px 5px #fff;
    /* transform: scale(1.2); */
    
}

#menu-items ul li.group:hover .item-icons img,
#menu-items ul li.single:hover .item-icons img {
    filter: invert(1);
}

#menu-items ul li.group:hover #item-buttons span.menu-item-outofstock,
#menu-items ul li.single:hover #item-buttons span.menu-item-outofstock{
    color: #fff !important;
}

#menu-items ul li.group:last-child,
#menu-items ul li.single:last-child {
    width: 45%;
    margin: inherit auto auto 2.5%;
}

#menu-items .item-title-container {
    width: 100% !important;
}

#menu-items .item-title-container .item-title {
    /* width: 80% !important; */
    font-size: 17px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: normal;
    color: #ffde00;
    max-height: max-content !important;
}

#menu-desc-header {
    padding: 0;
    text-align: center;
    margin: 20px;
    font-size: 14px;
}

.menu-item .item-thumb {
    display: flex !important;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
}

.menu-item .item-thumb img {
    border-radius: 5px;
    /* padding: 20px;
    position: relative;
    object-fit: cover;
    transition: all .5s ease; */
}

.item-price {
    /* font-family: 'Lobster', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Oswald', sans-serif;
    font-size: 17px !important;
    font-weight: 400;
    /* border-bottom: 1.1px solid #222; */
    /* border-left: 1.1px solid #222; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    padding: 7px 10px;
    background-color: #c64e1b;
    color: #fdf977;
    height: fit-content;
    border: 2px solid #ffffff78;
    border-radius: 5px;
}

.item-description {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    /* -webkit-line-clamp: unset; */
}

#modal-addbtn,
.add-button,
.customise-add-button,
.modal-deals .modal-footer button {
    background: #009247 !important;
    border: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

.item-add-buttons .btn-primary,
.modal-deals .modal-footer button,
#menu-items ul li #item-buttons .modal-hh .modal-footer button {
    background-color: #009247 !important;
}

.item-add-buttons .btn-primary:hover {
    background-color: #009247;
}

input:checked+.input-group-label,
.modal-deals .modal-header button,
.modal-hh input:checked+.input-group-label,
.modal-deals .deal-modal-body-customize input:checked+.input-group-label {
    background: #cf2b36 !important;
}

.input-group-label:hover,
.modal-deals .modal-header button:hover {
    background: #cf2b36a8 !important;
    color: #fff !important;
}

#menu-items .modal-popup .modal-body .menu-item-option .input-group-label {
    color: #222;
}

.input-group-label.input-group-label-template2.input-group-label-default {
    color: #222;
}

.popup-current-toppings #current-toppings #current-toppings-list ul#current-toppings-list-ul li {
    color: #222;
}

#menu-items>.item-icons-container {
    padding: 20px 0 !important;
    margin-bottom: 20px;
    border-top: 2px solid #00000024 !important;
    border-bottom: 2px solid #00000024 !important;
}

/* menu */

/* app */

#download-app .section-content .section-title {
    display: none;
}

#download-app .download-app-content img {
    width: 280px;
}

/* app */

/* about */

#about-us {
    text-align: center;
    padding: 50px 0 100px 0;
    /* background: #fff; */
    /* background: url('./uploads/a-bg.jpg'); */
    /* background-position: 50% 25%; */
    /* background-size: cover; */
    background: linear-gradient( to left, #000000ed 0%, #000000ed 100% ), url('./uploads/pat.png') !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    overflow: hidden;
    border-top: 2px dashed #000;
}

#about-us .section-title {
    display: none;
}

#about-us .d1 img {
    width: 400px;
    /* filter: invert(1); */
}

#about-us .d1 h2 {
    font-family: lobster;
    font-size: 50px;
    font-weight: 400;
    color: #ffde00;
    margin: 30px auto;
}

#about-us .d1 p {
    font-size: 18px;
    color: #fff;
}

#about-us .d1 p.p1 {
    font-size: 20px;
    font-weight: 600;
}

#about-us .row {
    display: flex;
    align-items: center;
    flex-flow: wrap-reverse;
}

/* about */

/* media query */

@media (max-width: 1024px) {

    /* scrollbar */
    /* width */
    ::-webkit-scrollbar {
        width: 0;
    }

    /* scrollbar */

    /* landing */

    /* landing */

    /* menu bar */
    #menu {
        padding: 0;
    }

    #menu-ul .first {
        margin-left: 20px;
    }

    #menu-ul li:last-child {
        margin-right: 40px;
    }

    #menu-cont>#menu>#menu-ul>li>a {
        height: 50px;
        padding: 15px 20px;
        background: #222 !important;
        color: #fff !important;
    }

    .pn-Advancer {
        width: 40px !important;
        padding: 5px 10px !important;
    }

    svg.pn-Advancer_Icon {
        width: 15px !important;
        fill: #fff !important;
    }

    .pn-Advancer_Left {
        left: 0 !important;
    }

    .pn-Advancer_Right {
        right: 0 !important;
    }

    /* menu bar */

    /* menu */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
        padding: 15px;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 45%;
        margin: 10px auto 20px 2.5%;
    }

    #menu-items:has(img.b-lazy.b-loaded) .item-title-container {
        display: flex;
        flex-direction: column;
    }

    .menu-item #menu_items:has(.visual-tag-container) ul li .visual-tag-container {
        /* flex-direction: row; */
        flex-direction: column;
        align-items: flex-start !important;
    }

    .menu-item #menu_items ul li .visual-tag-label+.item-price {
        margin: 5px 0 0 0;
    }

    #menu-items:has(.item-block-no-image) .item-block-no-image .item-title-container {
        display: flex !important;
        flex-direction: row !important;
    }

    #menu-items:has(.item-block-no-image) .item-block-no-image {
        width: 100%;
    }

    .menu-item .item-thumb {
        float: none;
        position: relative;
        display: flex !important;
        flex: 0 0 50%;
        flex-direction: column;
        overflow: hidden;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        min-height: 160px;
        max-width: 300px;
        padding: 0 20px 0 0;
    }

    .menu-item .item-thumb img {
        /* transition: opacity .3s ease-out, transform .3s ease-out;
        position: relative;
        max-width: 100% !important;
        max-height: 300px;
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: contain;
        padding: 10px;
        margin: 0 !important; */
        /* transform: scale(1); */
    }

    .menu-item .item-block {
        margin: 0;
        width: 60% !important;
        padding: 0 10px 10px 0px;
    }

    #menu-items .item-title-container .item-title {
        min-height: fit-content !important;
        width: fit-content !important;
    }

    #menu-items .menu-item h1 {
        font-size: 25px !important;
        font-weight: 500 !important;
    }

    .item-description {
        -webkit-line-clamp: unset;
    }

    #menu-items .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 15px 4px 15px;
    }

    /* #menu-items #menu-items ul li.group:has(.item-thumb) .item-title-container .item-price, #menu-items ul li.single:has(.item-thumb) .item-title-container .item-price {
        position: initial;
        width: fit-content !important;
        padding: 4px 15px 0px 15px;
    } */

    #menu-items>.item-icons-container {
        margin-bottom: 0 !important;
    }

    #menu-items,
    #main-content {
        padding-bottom: 0 !important;
    }

    /* menu */

    /* app */
    #download-app .column.col-md-8 .download-app-content p {
        text-align: center;
        margin-bottom: 1em !important;
    }
    /* app */
}

@media (max-width: 992px) {
    /* app */
    #download-app .column.col-md-8 {
        margin-bottom: 3em !important;
    }

    #download-app .column.col-md-4 .download-app-content {
        text-align: center;
    }

    #download-app .column.col-md-4 .download-app-content img {
        width: 200px;
    }
    /* app */

    /* about */

    #about-us .row img.a-pimg {
        margin-top: 30px;
    }
    
    /* about */
    
}

@media (max-width: 991px) {
    #store-data .col-md-3 {
        width: 100% !important;
        text-align: center;
    }   
}

@media (max-width: 768px) {

    /* landing */

    /* landing */

    /* store */

    #store-data h2:first-child {
        font-size: 45px;
    }

    /* store */

    /* menu bar */
    #menu {
        padding: 0;
    }

    #menu-cont>#menu>#menu-ul>li>a {
        padding: 5px 10px !important;
        font-size: 15px;
        height: auto;
    }

    .pn-Advancer {
        padding: unset !important;
    }

    /* menu bar */

    /* menu */
    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 45%;
        margin: 10px auto;
        display: flex;
        padding: 0;
        border: 2px solid #ffde00a6;
        align-items: start;
        /* box-shadow: #ffde0091 3px 4px 5px !important; */
    }

    .menu-item .item-thumb {
        position: relative !important;
        display: flex !important;
        justify-content: center;
        top: 0;
        width: 50% !important;
        transform: none;
    }

    .menu-item .item-thumb img {
        /* min-height: 150px !important; */

    }

    .menu-item .item-block {
        position: relative !important;
        padding: 10px 10px 10px 0;
    }

    .item-block-no-image {
        padding: 10px;
    }

    #menu-items .item-title-container {
        width: 100% !important;
    }

    #menu-items .item-title-container .item-title {
        font-size: 16px !important;
    }

    .item-description {
        -webkit-line-clamp: unset;
        font-size: 14px !important;
    }

    #menu-items .item-title-container .item-price {
        font-size: 14px !important;
    }

    #menu-items .menu-item h1 {
        font-size: 23px !important;
    }

    /* menu */

    /* app */
    #download-app .section-content .section-title {
        display: none;
    }

    #download-app .section-content .section-title2 {
        display: block !important;
        font-size: 25px;
    }

    #download-app .column.col-md-8 .download-app-content p {
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
    }

    #download-app .column.col-md-8 .download-app-content img {
        width: 180px;
    }

    #download-app .column.col-md-8 {
        margin-bottom: 1em !important;
    }
    
    #download-app .column.col-md-4 .download-app-content img {
        width: 180px;
    }
    /* app */

    /* about */

    #about-us .section-title {
        display: none;
    }

    #about-us .d1 img {
        width: 350px;
        max-width: 90%;
    }

    #about-us .d1 h2 {
        font-size: 40px;
    }

    #about-us .d1 p {
        font-size: 15px;
    }

    /* about */

}

@media only screen and (max-width: 680px) {

    /* menu */

    #menu-items ul li.group,
    #menu-items ul li.single {
        width: 90%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child,
    #menu-items ul li.single:last-child {
        width: 90%;
        margin: 10px auto 20px auto;
    }

    /* menu */

}

@media only screen and (max-width: 560px) {

    /* landing */

    /* landing */

    /* store */

    #store-data {
        /* background: url('./uploads/s-bg.jpg'); */
        background-position: 20% 50%;
        background-size: cover;
        overflow: hidden;
        height: 350px !important;
    }

    #store-data h2:first-child {
        font-size: 32px;
    }
    
    /* store */

    /* menu */
    .menu-item #menu_items ul {
        display: flex;
        align-items: flex-start;
    }

    /* #menu-items ul li.group, #menu-items ul li.single {
        width: 90%;
        margin: 10px auto;
        display: flex;
        align-content: flex-start;
        min-height: -webkit-fill-available;
    }

    #menu-items ul li.group:last-child, #menu-items ul li.single:last-child {
        width: 90%;
        margin: 10px auto 20px auto;
    } */

    .item-price {
        font-size: 15px !important;
        padding: 1px 12px 1px 12px !important;
    }

    .item-description {
        font-size: 12px !important;
    }

    /* menu */
}

@media (max-width: 500px) {

    /* menu */

    #menu-items .menu-item h1 {
        font-size: 20px !important;
        line-height: normal;
        height: fit-content;
        padding: 10px 12px !important;
    }

    /* menu */

    /* about */

    #about-us {
        padding: 50px 0;
    }

    #about-us .section-title {
        display: none;
    }

    #about-us .d1 img {
        width: 230px;
    }

    #about-us .row img.a-pimg {
        margin-top: 30px;
        max-width: 100%;
    }

    #about-us .d1 h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    #about-us .d1 p {
        font-size: 13px;
    }

    #about-us .d1 p.p1 {
        font-size: 16px;
    }

    /* about */
}