/*
Theme Name: Alfa Pizza
Theme URI: 
Author: Hamza Tufail
Author URI: https://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ALFA
*/
body {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: #231F20;
    position: relative;
}
@font-face {
    font-family: 'Impact Regular';
    src: url('fonts/impact.ttf') format('truetype'), url('fonts/impact.woff') format('woff');
}
img {
    max-width: 100%;
}
a{
    text-decoration: none;
    transition: 0.6s all;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    color: #231F20;
}
h1{
    font-size: 46px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
p{
    margin-bottom: 24px;
}
p:last-child{
    margin-bottom: 0;
}
.container-fluid{
    padding: 0 54px;
}
@media(min-width: 1600px){
    .container{
        max-width: 1290px;
    }
}
.main-header {
    background-color: #000;
    color: #fff;
    padding: 24px 0px;
	z-index: 9;
}
.home .main-header {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo-sec {
    text-align: center;
}
.logo-sec img {
    width: 400px;
}
.main-header ul {
    list-style: none;
}
.toggle-button {
    width: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
    position: relative;
}
.toggle-button .line {
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 8px;
    position: relative;
    transition: all 0.3s;
    border-radius: 2px;
}
.toggle-button .line:last-child {
    margin: 0;
}
.main-header a {
    color: #fff;
}
.header-left .language-sec {
    margin-left: 30px;
}
.language-sec li {
    display: inline-block;
}
.language-sec li a {
    font-size: 20px;
    color: #d5d5d5;
}
.language-sec li.current-lang a {
    color: #fff;
	font-weight: 600;
}
.language-sec li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.language-sec li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 1px solid #aeaca4;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
}
.header-right .language-sec{
    display: none;
}
.header-left, .header-right {
    width: 550px;
}
.header-right {
    column-gap: 30px;
	-webkit-justify-content: flex-end;
  	justify-content: flex-end;
/*     justify-content: end; */
}
.social-sec li {
    display: inline-block;
}
.social-sec li:not(:last-child) {
    margin-right: 24px;
}
.social-sec img {
    height: 30px;
}
.order-btn a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.site-navigation {
    position: fixed;
    width: 600px;
    height: 100%;
    background-color: #fff;
    left: -100%;
    top: 0;
    padding: 30px 40px;
    z-index: 9;
}
.menu-close {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 40px;
}
.menu-close svg {
    width: 30px;
    height: 30px;
}
.main-menu-wrap {
    height: calc(100% - 120px);
    overflow: hidden;
    overflow-y: auto;
}
.main-menu-wrap li:not(:last-child) {
    margin-bottom: 15px;
}
.main-menu-wrap li a {
    color: #231F20;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
.main-menu-wrap .current-menu-item a {
    color: #8A0304;
    font-weight: 500;
}
body:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
body.menu-open:after {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.sidebar-footer {
    display: none;
}
.btn {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 32px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
	transition: 0.6s all;
}
.btn.btn-primary {
    background-color: #8A0304;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
    background-color: #00a651;
}
.btn.btn-secondary, .btn.btn-secondary:hover, .btn.btn-secondary:active {
    background-color: #404041;
    color: #fff;
}
.web-heading {
    margin-bottom: 24px;
}
.web-heading h2 {
    font-weight: 600;
}
.web-heading.white{
    color: var(--white-color);
}
.banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.home-banner {
    height: 100vh !important;
}
.home-banner:after {
    content: '';
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.banner-menu ul a {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.banner-menu ul li:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
}
.banner-menu ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: #fff;
}
.home-app-sec {
    background-repeat: no-repeat;
	background-position: center bottom;
    background-size: cover;
    padding: 70px 0px;
}
.home-app-sec .content {
    max-width: 54%;
    margin-left: auto;
    padding-right: 90px;
    margin-top: 40px;
}
.app-logo {
    text-align: center;
    margin-bottom: 30px;
}
.home-app-sec .app-logo img {
    max-width: 480px;
}
.home-app-card {
    text-align: center;
    text-transform: uppercase;
}
.home-app-card .icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 234px;
    margin-bottom: 36px;
}
.home-app-card .icon img {
    width: auto;
    max-width: 120px;
    max-height: 120px;
}
.home-app-card p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
}
.home-app-card h4 {
    font-size: 26px;
    font-weight: 800;
}
.bottom-content {
    text-align: center;
    margin-top: 114px;
}
.bottom-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bottom-content a {
    font-size: 20px;
    text-transform: uppercase;
    color: #231F20;
}
.bottom-content .app-store-wrap {
    margin: 30px 0;
}
.pizza-slider .slider-inner {
    height: 100vh;
    position: relative;
}
.pizza-slider .slider-inner img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.pizza-slider .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pizza-slider .slider-content .d-flex {
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(0 0 0 / 30%);
}
.pizza-slider .slider-content h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.owl-carousel.pizza-slider button.owl-prev, .owl-carousel.pizza-slider button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    line-height: normal;
}
.owl-carousel.pizza-slider button.owl-prev{
    left: 20px;
}
.owl-carousel.pizza-slider button.owl-next {
    right: 20px;
}
.owl-carousel.pizza-slider button.owl-prev span, .owl-carousel.pizza-slider button.owl-next span {
    font-size: 100px;
    line-height: normal;
    display: inline-block;
    font-weight: 100;
}
.pizza-slider .owl-dots {
    display: none;
}
.hungry-sec {
    background: url(images/dot-bg.svg), #ED1C24;
    background-size: cover;
    color: #fff;
    padding: 65px 0px;
}
.heading-img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: uppercase;
    gap: 30px;
}
.heading-img img {
    width: 400px;
}
.hungry-sec .button {
    margin-top: 43px;
}
.pizza-banner img{
    width: 100%;
}
.stores-sec {
    background: url(images/dot-bg.svg), #333132;
    background-size: cover;
    padding: 98px 0px;
}
.stores-sec h1 {
    color: #fff;
    font-size: 114px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: normal;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    letter-spacing: -4px;
    text-transform: uppercase;
}
footer {
    background-color: #212222;
    padding: 40px 0px;
    box-shadow: 0px 40px 60px 10px rgb(0 0 0 / 30%);
}
.home footer, .page-template-template-offers-page footer {
    background-color: #fff;
}
.footer-menu {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
footer ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    list-style: none;
    row-gap: 20px;
    column-gap: 120px;
}
footer ul li {
    font-size: 16px;
    letter-spacing: 0.4px;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer ul li.current-menu-item a {
    color: #ed1c24;
}
.home footer ul li a, .page-template-template-offers-page footer ul li a {
    color: #231F20;
}
.home footer ul li.current-menu-item a, .page-template-template-offers-page footer ul li.current-menu-item a {
    color: #8A0304;
	font-weight: 600;
}
.main-content {
    padding: 50px 0px;
}
.page-header {
    margin-bottom: 50px;
}
.page-header h2 {
	font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-header p {
    letter-spacing: 0.6px;
    margin-bottom: 0 !important;
}
.main-content h3 {
    letter-spacing: 0.2px;
    font-weight: 700;
    margin-bottom: 32px;
}
.main-content p {
    font-size: 22px;
/*     line-height: 1.4; */
    margin-bottom: 20px;
}
.main-content a {
    text-decoration: underline;
    color: #8e1b04;
}
.gallery {
    display: flex;
    gap: 24px;
    margin-bottom: 24px !important;
}
.gallery .gallery-item {
    width: auto !important;
    margin: 0 0 16px !important;
    text-align: left !important;
}
.gallery .gallery-caption {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0;
}
.gallery .gallery-icon {
    height: 340px;
}
.gallery .gallery-icon img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.banner-sec > img{
    width: 100%;
    height: auto;
}
.app-banner {
    height: 960px;
}
.app-card-row {
    margin-top: 40px;
}
.app-card-row .home-app-card .icon {
    height: auto;
    margin-bottom: 20px;
}
.app-card-row .home-app-card .icon img {
    width: 80px;
    max-height: unset;
}
.app-card-row .home-app-card p {
/*     font-size: 24px; */
    margin-bottom: 0px;
}
.app-card-row .content {
    margin-top: 20px;
    text-transform: none;
}
.app-card-row [class*="col-"]:not(:last-child) {
    margin-bottom: 40px;
}
.app-card-row .content a {
    color: #231F20;
    font-size: 20px;
    margin-top: 26px;
    display: inline-block;
}
.download-app {
    margin-top: 30px;
}
.app-store-wrap ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
}
.app-store-wrap ul img {
    width: 190px;
}
.contact-form {
    margin-top: 50px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form .form-group {
    margin-bottom: calc(var(--bs-gutter-x)* 1);
}
.contact-form .form-group .form-control {
    background-color: rgb(0 0 0 / 15%);
    border: none;
    border-radius: 0;
    color: #231F20;
    font-weight: 300;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    height: 56px;
    padding: 8px 16px;
}
.contact-form .form-group textarea.form-control {
    resize: none;
    height: 200px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #231F20;
}
.contact-form .form-group .form-control:-moz-placeholder {
    color: #231F20;
    opacity:  1;
}
.contact-form .form-group .form-control::-moz-placeholder {
    color: #231F20;
    opacity:  1;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #231F20;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #231F20;
}
.contact-form .form-group .form-control::placeholder {
    color: #231F20;
}
.contact-form .form-btn {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}
.contact-form .btn {
    font-size: 18px;
    padding: 16px 18px;
    min-width: 180px;
    font-weight: 400;
}
.main-content.store-page {
    background-color: #404041;
}
.stores-wrap {
    margin: 80px 0;
}
.store-row {
    text-align: center;
}
.store-row:not(:last-child) {
    margin-bottom: 56px;
}
.store-row h4 {
    font-size: 30px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.store-row ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.store-row ul li {
    font-size: 18px;
    letter-spacing: 0.4px;
}
.store-page .page-header h2, .store-row ul li, .store-row a {
    color: #fff;
}
.store-row img {
    width: 18px;
    margin-right: 4px;
}
.combination-sec {
    background-color: #7CCCBF;
    padding: 66px 0px;
}
.offers-wrap .page-header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #862679;
    font-size: 34px;
}
.offers-wrap .page-header img {
    width: 36px;
    margin-right: 14px;
}
.combination-img {
    margin-bottom: 50px;
}
.combination-img img {
    max-width: 50%;
}
.offers-sec-img img {
    max-width: 80%;
}
.combination-sec .card-inner {
    text-align: center;
}
.offer-price h6 {
    color: #D83893;
}
.offer-price h3 {
    color: #862679;
    font-weight: 800;
    font-family: 'Impact Regular';
	font-size: 60px;
}
.combination-sec h6 {
    font-size: 22px;
}
/* .combination-sec h3 {
    font-size: 60px;
} */
.combination-sec .content p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
.combination-sec .offer-price {
    margin-bottom: 10px;
}
.combination-sec .content {
    padding: 0 16px;
}
.pizza-offers {
    padding: 66px 0px;
    background: url(images/pizza-offers.png), linear-gradient(90deg, rgba(133, 176, 234, 1) 50%, rgba(234, 133, 164, 1) 50%);
    background-color: #85B0EA;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 40% auto, cover;
    position: relative;
}
.pizza-offers .page-header {
    z-index: 2;
    position: relative;
    margin-bottom: 14px;
}
.pizza-offers-wrap {
    position: relative;
}
.pizza-offers-wrap .pizza-col-wrap, .pizza-offers-wrap .pizza-col-inner {
    height: 100%;
}
.pizza-offers-wrap .row > [class*="col-"]:nth-child(1) .pizza-col-inner {
    padding-left: 60px;
    text-align: right;
    margin-right: 44%;
}
.pizza-offers-wrap .row > [class*="col-"]:nth-child(2) .pizza-col-inner {
    margin-left: 44%;
    padding-right: 60px;
}
.pizza-offers-bottom {
    margin-top: 24px;
    z-index: 2;
    position: relative;
    padding: 0 62px;
	width: 50%;
	position: absolute;
    bottom: 60px;
}
.pizza-col-top h3 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
}
.pizza-offers-wrap .offer-price h6 {
    font-size: 22px;
    margin-bottom: 8px;
}
/* .pizza-offers-wrap .offer-price h3 {
    font-size: 60px;
} */
.pizza-col-top {
    margin-bottom: 64px;
}
.pizza-offers-wrap p {
    line-height: 1.4;
}
.pizza-offers-lists .pizza-offers-row:not(:last-child) {
    margin-bottom: 32px;
}
.offers-sec-row {
    padding: 64px 0px;
}
.family-pack {
    background-color: #FEC34E;
}
.offers-sec-detail {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}
/* .offers-sec-detail .offer-price h3 {
    font-size: 74px;
} */
.offers-sec-detail .content {
    text-align: right;
    padding-right: 50px;
}
.orignal-offer {
    background-color: #F8AB9E;
}
.alfa-menu-sidebar {
    background-color: rgb(0 0 0 / 17%);
    height: 100%;
}
.alfa-menu-sidebar .search-sec {
    background-color: rgb(73, 73, 75);
    padding: 40px 30px;
}
.search-sec .form-group {
    position: relative;
}
.search-sec .form-control {
    border: none;
    box-shadow: none;
    border-radius: 100px;
    padding: 10px 42px 10px 20px;
    height: 50px;
    font-size: 18px;
}
.search-sec .search-btn {
    border: none;
    background-color: transparent;
    width: 22px;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 18px;
}
.alfa-categories {
    text-align: right;
    padding: 30px 40px;
}
.alfa-categories ul {
    list-style: none;
}
.alfa-categories li:not(:last-child) {
    margin-bottom: 15px;
}
.alfa-categories li:not(.menu-item-type-custom).current-menu-item a {
    font-weight: 600;
    color: #a8080e;
    text-decoration: underline;
}
.alfa-categories .new-item a {
    font-weight: 600;
}
.alfa-categories a {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}
.filters-wrap {
    background-color: #58595B;
    padding: 30px 20px;
}
.filter-sec ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 50px;
}
/* .filter-sec ul li:first-child a {
    font-size: 18px;
} */
.filter-sec a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.filter-sec li.current-menu-item a {
    font-weight: 600;
    text-decoration: underline;
}
.filter-sec .icon {
    min-height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 6px;
}
.filter-sec .icon img {
    height: 36px;
}
.filter-cat-btn {
    position: fixed;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: -50px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
	display: none;
}
.filter-cat-btn a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    padding-left: 40px;
}
.filter-cat-btn span {
    font-size: 26px;
    line-height: 0.8;
}
.alfa-menu-wrap {
    padding: 30px;
}
.alfa-offer-cards .row {
    margin-right: -5px;
    margin-left: -5px;
}
.alfa-offer-cards .row [class*="col-"] {
    padding: 0 5px;
}
.alfa-offer-cards .alfa-offer-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.alfa-offer-cards .alfa-offer-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}
.alfa-offer-cards .alfa-offer-card span{
    z-index: 1;
}
.products-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-card {
    text-align: center;
}
.product-card .product-img {
/*     height: 200px; */
/* 	padding: 0 30px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}
.product-card .product-img span{
    position: relative;
    width: auto;
    height: 100%;
}
.product-card .product-img img {
    width: auto;
    height: auto;
	max-height: 250px;
}
.product-card h4 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.post-type-archive .product-card h4 {
    font-weight: 400;
}
.product-card h5{
	font-weight: 400;
}
.product-card p {
    color: #231F20;
    font-size: 16px;
    margin-bottom: 5px;
}
.alfa-menu-header {
    margin-bottom: 20px;
}
.alfa-menu-header h4 {
    font-size: 22px;
    text-transform: uppercase;
}
.alfa-menu-header a {
    color: #231F20;
}
.alfa-menu-detial {
    text-align: center;
    margin-top: 30px;
}
.pizza-sizes-wrap {
    margin-bottom: 30px;
}
.pizza-sizes-wrap ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.pizza-sizes-wrap li {
    list-style: none;
    text-align: center;
    max-width: 130px;
}
.pizza-sizes-wrap h4 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 8px;
}
.pizza-sizes-wrap .icon {
    min-height: 150px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.pizza-sizes-wrap li p {
    line-height: 1.2;
    font-size: 18px;
}
.alfa-menu-detial p {
    font-size: 20px;
}
.product-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}
.product-inner-wrap {
    position: relative;
    padding: 20px 36px;
    margin: 25px 0px;
}
.product-inner-card h4 {
    margin-bottom: 6px;
}
.product-inner-card p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
}
.product-inner-card p:not(:last-child) {
    margin-bottom: 10px;
}
.product-inner-wrap:before, .product-inner-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, black 55%, rgba(255, 255, 255, 0) 0%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.product-inner-wrap:before {
    top: -14px;
    background-position: top;
}
.product-inner-wrap:after {
    bottom: -14px;
    background-position: bottom;
}
.style-3 .product-inner-wrap:before {
	content: none;
}
.style-3 .product-inner-wrap {
    margin-top: 0;
}
.style-1 .product-inner-wrap {
    background-color: #B91D37;
}
.style-2 .product-inner-wrap {
    background-color: #58595B;
}
.style-1 .product-card h4, .style-2 .product-card h4 {
    color: #B91D37;
}
.product-inner-card h4 {
    color: #231F20;
}
.style-1 .product-card p, .style-2 .product-card p, .style-1 .product-inner-card h4, .style-2 .product-inner-card h4 {
    color: #fff;
}
.style-2 .product-img .specil-meal {
    position: absolute;
    display: flex;
    align-items: end;
    right: -20px;
    bottom: -22px;
    font-size: 22px;
}
.style-2 .product-img .specil-meal img {
    margin-bottom: 40px;
}
.pices-wrap {
    margin-bottom: -20px;
}
.pices-wrap .pices-card {
    flex: 0 0 14%;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.pices-wrap .pices-card span {
    display: block;
}
.style-4 .product-inner-wrap {
    background-color: #231F20;
}
.style-4 .product-inner-wrap p {
    color: #fff;
    font-size: 18px;
}
.style-1 .product-card .product-img span > a > img, .style-2 .product-card .product-img span > a > img {
    max-height: 360px;
}
.style-2 .product-card .product-img {
    margin-bottom: 54px;
}
.style-3 .product-card .product-img span > a > img{
    max-height: 250px;
}
.full-width .product-card .product-img img {
    max-height: 320px;
}
.style-6 .product-inner-wrap {
    background-color: rgb(254, 220, 137);
}
.style-6 .product-inner-wrap .product-img img {
    max-height: 170px;
}
.style-7 .product-card .product-img img {
    max-height: 100%;
}
.product-inner-wrap > .row {
    margin-left: -36px;
    margin-right: -36px;
}
.product-inner-wrap > .row > [class*="col-"] {
    padding: 0 36px;
}
.style-4 {
    margin-top: 28px;
}
.style-5 .product-card .product-img span > a > img{
    max-height: 300px;
}
.style-5 .product-card h4 {
    color: #a2ce62;
}
.style-5 .product-inner-wrap:before, .style-5 .product-inner-wrap:after {
    content: none;
}
.category-bottom-content {
    margin-top: 40px;
    text-align: center;
	color: #00a651;
}
.term-kids-meal .category-bottom-content p {
    font-size: 20px;
    font-weight: 500;
}
.error404 .main-content {
    min-height: 300px;
    display: flex;
    align-items: center;
}
.error404 .page-header {
    margin: 0;
}
.error404 .page-header h2 {
    font-size: 80px;
}
.pizza-banner {
    height: 70vh;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.combination-note {
    margin-top: 34px;
}
.footer-widget-area {
    background-color: #000000;
    color: #fff;
    padding: 20px 0px;
}
.footer-widget-area p {
    font-size: 14px;
}
.contact-form.remove-data {
    max-width: 100%;
}
/* .footer-widget-area strong {
    font-size: 20px;
} */
/* @media(min-width: 1600px){
    .main-header {
        padding: 52px 0px;
    }
    .logo-sec img {
        width: 540px;
    }
    .toggle-button {
        width: 60px;
    }
    .header-left .language-sec {
        margin-left: 66px;
    }
    .language-sec li:not(:last-child) {
        margin-right: 20px;
        padding-right: 25px;
    }
    .social-sec img {
        height: auto;
    }
    .order-btn a {
        font-size: 32px;
    }
    .header-right {
        column-gap: 56px;
    }
    .social-sec li:not(:last-child) {
        margin-right: 40px;
    }
    .banner-content {
        margin-top: 120px;
    }
    .home-app-sec .app-logo img {
        max-width: 580px;
    }
    .home-app-sec .content {
        max-width: 60%;
    }
    .home-app-card .icon img {
        width: auto;
    }
    .home-app-card p {
        font-size: 30px;
    }
    .home-app-card h4 {
        font-size: 36px;
    }
    .bottom-content h3 {
        font-size: 34px;
        margin-bottom: 32px;
    }
    .bottom-content a {
        font-size: 24px;
    }
    .pizza-slider .slider-content h4 {
        font-size: 42px;
    }
    .heading-img {
        font-size: 110px;
    }
    .heading-img img {
        width: 700px;
        margin: 0 70px;
    }
    .menu-close {
        padding-bottom: 84px;
    }
    .main-menu-wrap li:not(:last-child) {
        margin-bottom: 30px;
    }
    .main-menu-wrap li a {
        font-size: 28px;
    }
    .toggle-button .line {
        height: 4px;
        margin-bottom: 14px;
    }
    .language-sec li a {
        font-size: 28px;
    }
    .gallery .gallery-icon {
        height: auto;
    }
    .gallery .gallery-icon img {
        width: auto;
    }
    .contact-form {
        max-width: 1340px;
    }
    .contact-form .form-group .form-control {
        font-size: 26px;
        height: 88px;
        padding: 14px 22px;
    }
    .contact-form .form-group textarea.form-control {
        height: 370px;
    }
    .contact-form .btn {
        padding: 32px 32px;
        min-width: 260px;
    }
    .stores-wrap {
        margin: 108px 0;
    }
    .store-row h4 {
        font-size: 40px;
    }
    .store-row ul li {
        font-size: 22px;
    }
    .store-row img {
        width: 24px;
    }
    .offers-wrap .page-header h2 {
        font-size: 50px;
    }
    .combination-sec h6 {
        font-size: 36px;
    }
    .combination-sec h3 {
        font-size: 98px;
    }
    .pizza-offers-wrap .row > [class*="col-"]:nth-child(1) .pizza-col-inner {
        padding-left: 110px;
        margin-right: 480px;
    }
    .pizza-offers-wrap .row > [class*="col-"]:nth-child(2) .pizza-col-inner {
        margin-left: 480px;
        padding-right: 110px;
    }
    .pizza-col-top h3 {
        font-size: 50px;
    }
    .pizza-offers-wrap .offer-price h3 {
        font-size: 70px;
    }
    .pizza-offers-wrap .offer-price h6 {
        font-size: 24px;
    }
    .offers-sec-detail .offer-price h3 {
        font-size: 100px;
    }
    .offers-sec-detail .content {
        padding-right: 70px;
        padding-left: 30px;
    }
    .alfa-menu-sidebar {
        margin-right: 60px;
    }
    .our-products-wrap {
        margin-left: -60px;
    }
    .alfa-menu-sidebar .search-sec {
        padding: 64px 52px;
    }
    .alfa-categories {
        padding: 42px 95px 42px 42px;
    }
    .alfa-categories a, .product-card h4 {
        font-size: 24px;
    }
    .cat.alfa-menu-wrap {
        padding: 46px 100px;
    }
    .alfa-menu-wrap {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    .alfa-offer-cards .alfa-offer-card {
        font-size: 44px;
        min-height: 318px;
    }
    .product-card .product-img {
        height: 260px;
    }
    .filter-sec .icon {
        min-height: 60px;
    }
    .filter-sec ul {
        gap: 90px;
    }
    .filter-sec ul li:first-child a {
        font-size: 24px;
    }
    .search-sec .form-control {
        padding: 12px 60px 12px 30px;
        height: 58px;
        font-size: 22px;
    }
    .search-sec .search-btn {
        width: 32px;
        right: 23px;
    }
    .filters-wrap {
        padding: 48px 0px;
    }
    .filter-sec .icon img {
        height: auto;
    }
    .alfa-menu-header h4 {
        font-size: 30px;
    }
    .pizza-sizes-wrap li p {
        font-size: 24px;
    }
    .pizza-sizes-wrap {
        margin-bottom: 56px;
    }
    .pizza-sizes-wrap h4 {
        font-size: 36px;
    }
    .product-inner-card p, .category-bottom-content p, .product-card h4 {
        font-size: 20px;
    }
    .style-4 .product-inner-wrap p {
        font-size: 22px;
    }
    .style-2 .product-img .specil-meal {
        font-size: 26px;
    }
    .style-1 .product-card .product-img, .style-2 .product-card .product-img {
        height: 470px;
    }
    .style-3 .product-card .product-img {
        height: 330px;
    }
    .style-5 .product-card .product-img {
        height: 400px;
    }
} */

#hungry-text {
  opacity: 1;
  animation: bounce-scale 2s infinite ease-in-out;
}

@keyframes bounce-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
	text-shadow: 2px 4px #00a651;
  }
}
.main-content ol {
    padding-left: 20px;
}
.main-content ol li:not(:last-child) {
    margin-bottom: 20px;
}
@media(max-width: 1600px){
    .pizza-offers{
        background-size: 40% auto, cover;
    }
}
@media(max-width: 1299px){
    .home-app-sec {
        background-image: none !important;
        background-color: #fff;
    }
    .home-app-sec .content {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .header-left .language-sec {
        margin-left: 30px;
    }
    .order-btn a {
        font-size: 18px;
    }
    .owl-carousel.pizza-slider button.owl-prev span, .owl-carousel.pizza-slider button.owl-next span {
        font-size: 60px;
    }
    .pizza-slider .slider-content h4 {
        font-size: 24px;
    }
    .combination-sec, .pizza-offers, .offers-sec-row {
        padding: 30px 0px;
    }
    .combination-sec h6 {
        font-size: 20px;
    }
/*     .combination-sec h3 {
        font-size: 60px;
    } */
    .combination-sec .content {
        padding: 0;
    }
    .pizza-col-top h3 {
        font-size: 30px;
    }
    .pizza-offers-wrap .offer-price h6 {
        font-size: 20px;
    }
    .offer-price h3 {
        font-size: 50px;
    } 
    .offers-wrap .page-header h2 {
        font-size: 28px;
    }
    .alfa-menu-wrap {
        padding: 20px;
    }
    .filter-sec ul {
        gap: 30px;
    }
    .filter-sec .icon img {
        height: 29px;
    }
    .filter-sec a {
        font-size: 14px;
    }
    .product-card .product-img {
        height: auto;
    }
    .product-card h4 {
        font-size: 16px;
    }
    .filter-sec .icon {
        min-height: auto;
    }
    .filters-wrap {
        padding: 20px;
    }
    .alfa-menu-sidebar .search-sec {
        padding: 28px 14px;
    }
    .search-sec .form-control {
        padding: 10px 30px 10px 14px;
        height: 40px;
        font-size: 16px;
    }
    .search-sec .search-btn {
        width: 14px;
        right: 12px;
    }
    .alfa-categories {
        padding: 20px 24px;
    }
    .alfa-categories a {
        font-size: 18px;
    }
    .alfa-offer-cards .alfa-offer-card {
        min-height: 200px;
        font-size: 24px;
    }
}
@media(max-width: 991px){
    body{
        font-size: 16px;
    }
    .header-right .social-sec, .header-right .order-btn, .header-left .language-sec {
        display: none;
    }
    .header-right .language-sec{
        display: block;
    }
    .header-left, .header-right {
        width: 150px;
    }
    .logo-sec img {
        width: 280px;
    }
    .banner-menu ul li:not(:last-child) {
        margin-right: 26px;
        padding-right: 26px;
    }
    .banner-menu ul a {
        font-size: 24px;
    }
    .banner-menu ul li:not(:last-child):after {
        width: 2px;
    }
	.banner-sec .order-btn {
		margin-top: 50px;
	}
	.banner-sec .order-btn a {
		background-color: #000;
		color: #fff;
		padding: 8px 20px;
		display: inline-block;
	}
    .toggle-button {
        width: 34px;
    }
    .toggle-button .line {
        margin-bottom: 10px;
    }
    .home-app-sec {
        padding: 30px 0px;
    }
    .home-app-sec .app-logo img {
        max-width: 300px;
    }
    .home-app-card .icon img {
        width: 100px;
    }
    .home-app-card p {
        font-size: 18px;
    }
    .home-app-card h4, .app-card-row .home-app-card h4 {
        font-size: 20px;
    }
    .bottom-content {
        margin-top: 50px;
    }
    .bottom-content h3 {
        font-size: 22px;
    }
    .heading-img img {
        width: 250px;
        margin: 0 20px;
    }
    .heading-img {
        font-size: 60px;
    }
    .hungry-sec, .stores-sec {
        padding: 40px 0px;
    }
    .hungry-sec .button {
        margin-top: 20px;
    }
    .btn {
        font-size: 16px;
        padding: 10px 18px;
    }
    .stores-sec h1 {
        font-size: 80px;
    }
    footer ul {
        column-gap: normal;
    }
    footer {
        padding: 30px 0px;
    }
    .site-navigation {
        width: 280px;
        padding: 20px;
    }
    .menu-close svg {
        width: 20px;
        height: 20px;
    }
    .main-menu-wrap li a {
        font-size: 16px;
    }
    .language-sec li a {
        font-size: 18px;
    }
    .container-fluid {
        padding: 0 30px;
    }
    .combination-sec .row [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .combination-img {
        margin-bottom: 30px;
    }
    .pizza-offers {
        background: none;
        padding: 0 !important;
    }
    .pizza-offers-wrap .row > [class*="col-"] .pizza-col-inner {
        margin: 0 !important;
        padding: 30px !important;
        text-align: center !important;
    }
    .pizza-offers-wrap .row > [class*="col-"]:nth-child(1) {
        background-color: #85B0EA;
    }
    .pizza-offers-wrap .row > [class*="col-"]:nth-child(2) {
        background-color: #EA85A4;
    }
    .pizza-offers-bottom {
        background-color: #ea85a4;
        text-align: center;
		width: 100%;
		position: unset;
    }
    .pizza-offers .page-header {
        background-color: #85b0ea;
    }
    .pizza-offers-bottom, .pizza-offers .page-header{
        margin: 0;
        padding: 30px;
    }
    .pizza-col-top {
        margin-bottom: 40px;
    }
    .pizza-offers-lists {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pizza-offers-lists .pizza-offers-row:not(:last-child) {
        margin-bottom: 40px;
    }
    .pizza-offers-lists .pizza-offers-row {
        flex: 0 0 33.3333%;
		padding: 0 15px;
    }
    .offers-sec-detail {
        flex-direction: column;
    }
    .offers-sec-detail .content {
        padding: 0;
        text-align: center;
    }
	.combination-img img {
		max-width: 70%;
	}
    .footer-menu {
        max-width: 100%;
    }
    .main-content {
        padding: 30px 0px;
    }
    .page-header {
        margin-bottom: 30px;
    }
    .app-card-row {
        margin-top: 40px;
    }
    .app-card-row [class*="col-"]:not(:last-child) {
        margin-bottom: 60px;
    }
    .contact-form {
        margin-top: 40px;
    }
    .contact-form .form-group .form-control {
        height: 48px;
        padding: 8px 12px;
        font-size: 16px;
    }
    .contact-form .btn {
        font-size: 16px;
        padding: 12px 22px;
        min-width: auto;
    }
    .sidebar-footer .social-sec {
        margin-bottom: 20px;
    }
    .sidebar-footer .order-btn a {
        background-color: #8a0304;
        padding: 6px 14px;
        display: block;
        text-align: center;
        font-size: 16px;
    }
    .sidebar-footer .social-sec img {
        height: 24px;
        filter: brightness(1) invert(1);
    }
    .menu-close {
        padding-bottom: 20px;
    }
    .sidebar-footer {
        margin-top: 20px;
        display: block;
    }
    .social-sec li:not(:last-child) {
        margin-right: 20px;
    }
	.filter-cat-btn{
		display: block;
	}
    .alfa-menu-sidebar {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        left: -100%;
        top: 0;
        padding: 20px;
        z-index: 99;
        overflow-y: auto;
    }
    .alfa-menu-sidebar a {
        font-size: 16px;
        color: #000;
    }
	.filter-sec {
		margin-top: 20px;
	}
    .alfa-menu-sidebar .menu-close {
        position: absolute;
        right: 20px;
        padding: 0;
    }
    .alfa-menu-sidebar h4 {
        margin-bottom: 15px;
    }
    .alfa-categories {
        padding: 0;
        margin-top: 40px;
        text-align: left;
    }
    body.sidebar-open {
        overflow: hidden;
    }
    .pizza-sizes-wrap ul {
        gap: 30px;
    }
    .pizza-sizes-wrap h4 {
        font-size: 20px;
    }
    .pizza-sizes-wrap .icon {
        min-height: unset;
        justify-content: center;
        margin-bottom: 10px;
    }
    .pizza-sizes-wrap .icon img {
        width: 80px;
    }
    .alfa-menu-detial {
        margin-top: 30px;
    }
    .pizza-sizes-wrap {
        margin-bottom: 20px;
    }
    .alfa-menu-detial p, .pizza-sizes-wrap li p {
        font-size: 16px;
    }
/* 	.product-card .product-img {
		padding: 0 15px;
	} */
	.pizza-slider .slider-inner{
		height: 70vh;
	}
}
@media(max-width: 767px){
    .container, .container-fluid{
        padding: 0 20px;
    }
    .home-app-card .icon {
        height: auto;
        margin-bottom: 15px;
    }
    .home-app-card .icon img {
        width: auto;
        max-width: 100px;
        max-height: 70px;
    }
    .home-app-sec [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-menu {
        max-width: 100%;
    }
    .stores-sec h1 {
        font-size: 54px;
        letter-spacing: normal;
    }
    footer ul {
        display: flex;
        flex-direction: column;
    }
    .banner-menu ul {
        flex-direction: column;
        text-align: center;
    }
    .language-sec li:not(:last-child) {
        margin-right: 8px;
        padding-right: 8px;
    }
    .banner-menu ul li:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .banner-menu ul a {
        font-size: 20px;
    }
    .banner-menu ul li:not(:last-child):after {
        width: 10%;
        height: 1px;
        bottom: 0;
        top: unset;
        transform: none;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgb(255 255 255 / 30%);
    }
    .language-sec li:not(:last-child):after {
        height: 50%;
    }
    .main-header {
        padding: 20px 0px;
    }
	.banner-sec {
		height: 250px;
	}
	.page-template-template-app-page .jarallax img {
		object-position: 80% 50% !important;
	}
    .toggle-button {
        width: 28px;
    }
    .toggle-button .line {
        margin-bottom: 8px;
        height: 1px;
    }
    .home-app-sec .app-logo img {
        max-width: 200px;
    }
    .owl-carousel.pizza-slider button.owl-prev span, .owl-carousel.pizza-slider button.owl-next span {
        font-size: 50px;
    }
    .owl-carousel.pizza-slider button.owl-prev {
        left: 6px;
    }
    .owl-carousel.pizza-slider button.owl-next {
        right: 6px;
    }
    .heading-img {
        font-size: 50px;
        flex-direction: column;
        letter-spacing: normal;
        gap: 20px;
    }
    .heading-img img {
        width: 200px;
        margin: 0;
    }
    .hungry-sec, .stores-sec {
        padding: 30px 0px;
    }
    .combination-sec, .pizza-offers, .offers-sec-row {
        padding: 20px 0px;
    }
    .offers-wrap .page-header img {
        width: 24px;
        margin-right: 6px;
        display: none;
    }
    .page-header {
        margin-bottom: 20px;
    }
    .combination-sec h3 {
        font-size: 50px;
    }
    .pizza-offers .page-header {
        padding: 20px 20px 0;
    }
    .pizza-offers-bottom{
        padding: 0 20px 20px;
    }
    .pizza-offers-lists .pizza-offers-row {
        flex: 100%;
    }
    .pizza-offers-wrap .row > [class*="col-"] .pizza-col-inner {
        padding: 20px !important;
    }
    .menu-close {
        padding-bottom: 20px;
    }
    .main-content p {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .main-content h3 {
        margin-bottom: 20px;
    }
    .page-header h2 {
        font-size: 26px;
    }
    .gallery {
        flex-direction: column;
        gap: 0;
    }
    .gallery .gallery-icon{
        height: auto;
    }
    .app-card-row .content {
        margin-top: 10px;
    }
    .app-card-row [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .app-store-wrap ul {
        gap: 10px;
    }
    .app-store-wrap ul img {
        width: 100px;
    }
    .gallery .gallery-item:last-child {
        margin: 0;
    }
    .contact-form .form-group {
        margin-bottom: 14px;
    }
    .contact-form .form-group textarea.form-control {
        height: 120px;
    }
    .stores-wrap {
        margin: 30px 0;
    }
    .store-row img {
        width: 14px;
        margin-right: 6px;
    }
    .store-row ul {
        flex-direction: column;
        gap: 10px;
    }
    .store-row:not(:last-child) {
        margin-bottom: 30px;
    }
    .alfa-menu-wrap {
        padding: 20px;
    }
    .alfa-offer-cards .row{
        margin: 0;
    }
    .alfa-offer-cards .row [class*="col-"] {
        padding: 0;
    }
    .alfa-offer-cards .row [class*="col-"]:not(:last-child) {
        margin-bottom: 20px;
    }
    .products-wrap {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .filters-wrap {
        padding: 12px 16px;
    }
    .filters-wrap > .d-flex {
        flex-direction: column;
        gap: 10px;
    }
    .filters-wrap .search-sec {
        width: 100%;
    }
    .alfa-offer-cards .alfa-offer-card {
        min-height: 180px;
        font-size: 20px;
    }
    .product-card .product-img img {
        width: 80%;
    }
    .products-wrap [class*="col-"] {
        margin-bottom: 20px;
    }
    .pizza-sizes-wrap ul {
        flex-wrap: wrap;
        gap: 0;
        margin: 0 -20px;
    }
    .pizza-sizes-wrap li {
        flex: 0 0 50%;
        padding: 0 20px;
        max-width: 50%;
        margin-bottom: 25px;
    }
	.pizza-sizes-wrap {
        margin-bottom: 0;
    }
    .combination-sec h3, .pizza-offers-wrap .offer-price h3, .offers-sec-detail .offer-price h3 {
        font-size: 40px;
    }
    .pizza-col-top h3, .main-content h3, .offers-wrap .page-header h2, .store-row h4 {
        font-size: 22px;
    }
    .alfa-menu-header h4 {
        font-size: 18px;
    }
    .bottom-content a, .language-sec li a, .app-card-row .home-app-card p, .gallery .gallery-caption, .main-content p, 
    .app-card-row .content a, .store-row ul li {
        font-size: 16px;
    }
	.combination-img img, .offers-sec-img img {
		max-width: 100%;
	}
	.product-card .product-img {
		padding: 0;
	}
	.style-2 .product-img .specil-meal img {
		width: 8vw !important;
		max-height: unset !important;
		margin: 0;
	}
	.style-2 .product-img .specil-meal {
		bottom: -40px;
		right: 0;
		font-size: 16px;
	}
	.heading-img span {
		line-height: normal;
	}
	.style-6 .product-inner-wrap .product-img img {
        max-height: 250px;
    }
	.product-card .product-img a {
		pointer-events: none;
	}
}
@media(max-width: 499px){
	.filter-sec ul {
        gap: 5vw;
        justify-content: space-between;
        align-items: flex-start;
    }
	.filter-sec ul li {
		max-width: 20%;
	}
	.filter-sec a {
        font-size: 3vw;
    }
	.pices-wrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.pices-wrap .pices-card {
		flex: 0 0 50%;
		max-width: 50%;
	}
}