/*!
Theme Name: etisalatkitchen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mtnkitchen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mtnkitchen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: 'etisalat Bold';
    src: url('../etisalatkitchen/fonts/Roboto-Bold.eot');
    src: url('../etisalatkitchen/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../etisalatkitchen/fonts/Roboto-Bold.woff2') format('woff2'), url('../etisalatkitchen/fonts/Roboto-Bold.woff') format('woff'), url('../etisalatkitchen/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'etisalat Light';
    src: url('../etisalatkitchen/fonts/Roboto-Light.eot');
    src: url('../etisalatkitchen/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../etisalatkitchen/fonts/Roboto-Light.woff2') format('woff2'), url('../etisalatkitchen/fonts/Roboto-Light.woff') format('woff'), url('../etisalatkitchen/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'etisalat Medium';
    src: url('../etisalatkitchen/fonts/Roboto-Medium.eot');
    src: url('../etisalatkitchen/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../etisalatkitchen/fonts/Roboto-Medium.woff2') format('woff2'), url('../etisalatkitchen/fonts/Roboto-Medium.woff') format('woff'), url('../etisalatkitchen/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}

p {
    color: white;
}

.etisalatFontBold {
    font-family: 'etisalat Bold';
}

.etisalatFontLight {
    font-family: 'etisalat Light';
}

.etisalatFontMedium {
    font-family: 'etisalat Medium';
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'etisalat Medium' !important;
    background-color: #19181a;
}

.rtl {
    direction: rtl;
    text-align: right;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.over-flow-hidden {
    overflow: hidden;
}

.color-black {
    color: #19181a;
}

.opacity {
    opacity: .7;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #19181a;
}

.object-cover {
    object-fit: cover;
}

.green-color {
    color: #E00800;
}

.bg-green {
    background-color: #E00800;
}
.site-header.bg-green {
	background-color: #000;
}

.blue-color {
    color: #00527d;
}

.bg-blue {
    background-color: #00527d;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.h-625 {
    height: 625px;
}

.mb-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.pointer-none {
    pointer-events: none;
}

.position-initial {
    position: initial;
}

.custom-logo-link img {
    max-width: 120px;
}

#confirmPin-error {
    position: absolute;
    color: red;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#mobile-error {
    position: absolute;
    color: red;
    display: flex;
    width: 100%;
}

.newPinCode {
    color: #E00800;
}

.newPinCode:hover {
    text-decoration: underline;
    cursor: pointer;
}

.menu-item a,
.lang-item a {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-transform: capitalize;
    transition: .3s ease-in-out;
}

.menu-item a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #E00800;
    transition: width .7s;
}

.menu-item a:hover::after {
    width: 100%;
}

.menu-item a:hover {
    color: #E00800;
    transition: .3s ease-in-out;
}

.menu-item.current-menu-item a {
    color: #E00800;
    transition: .3s ease-in-out;
}

.lang-item a {
    color: #fff;
    transition: .3s ease-in-out;
}

.lang-item a:hover {
    color: #E00800;
    transition: .3s ease-in-out;
}

.cover_section {
    height: 700px;
}

.dish_img {
    top: -20px;
    left: 0px;
    right: 0px;
    z-index: 999;
    transform: rotate(345deg);
}

.cat_img {
    width: 100%;
    max-width: 210px;
    height: 185px;
    object-fit: contain;
}

.dish_cat:nth-child(odd) .our_menu_salt {
    display: none;
    position: absolute;
    z-index: -9;
    transform: rotate(140deg);
    top: 185px;
    right: 305px;
    bottom: 0 !important;
    height: 215px !important;
    background: #1C1D21;
    opacity: .7;
}

.dish_cat:nth-child(even) .our_menu_salt {
    display: none;
    position: absolute;
    z-index: -9;
    left: 285px;
    transform: rotate(233deg);
    top: 130px;
    bottom: 0 !important;
    height: 215px !important;
    background: #1C1D21;
    opacity: .7;
}

.dish_cat:nth-child(even) {
    flex-direction: row;
}

.dish_cat:nth-child(odd) {
    flex-direction: row-reverse;
}

.dish_cat h1 {
    font-size: 25px;
}

.view_salt {
    /* display: block !important;
	transition: .3s ease-in-out; */
}

.layout_view p {
   
   
   
	
	
	white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_width img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}

footer {
    border-top: solid 1px #272626;
}

.rosmare_img {
    top: 200px;
    right: 0;
    height: 200px;
    width: 200px;
    transform: rotate(345deg);
}

.tomato_img {
    display: none;
    top: -70px;
    transform: rotate(131deg);
    right: -20px;
    height: 150px;
    width: 145px;
}

.tomato_piece {
    width: 120px;
    height: 100px;
    object-fit: cover;
    top: 285px;
    left: -40px;
}

.onions {
    height: 100px;
    width: 100px;
    left: 10px;
    top: 135px;
    object-fit: cover;
}

.toom {
    top: 80px;
    height: 100px;
    width: 100px;
    left: 60px;
}

.toomtwo {
    top: 75px;
    height: 100px;
    width: 100px;
    left: 110px;
    transform: rotate( 186deg);
}

.salt {
    width: 250px;
    height: 250px;
    object-fit: cover;
    left: 0px;
    top: 200px;
}

.salttwo {
    width: 250px;
    height: 250px;
    object-fit: cover;
    right: -50px;
    top: 25px;
}

.about_us_content {
    padding: 40px 20px;
    background-color: rgb(0, 0, 0, 0.5);
}

.about_us_content h2 {
    font-size: 60px;
    color: #fff;
}

.about_us_content p {
    font-size: 20px;
}

.intro .w-100 {
    background-color: #fff;
}

.intro img {
    width: 50%;
}

.intro_content {
    padding: 40px 20px;
    width: 50%;
}

.about_us_rosmare_img {
    position: absolute;
    bottom: -105px;
    z-index: 999;
    right: 0px;
    height: 190px;
    width: 200px;
    transform: rotate( 336deg);
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-footer {
    margin-top: auto;
}

#checkStatusForm,
#confirmPinForm {
    width: 40%;
}

.subscribe,
.closeBtn {
    background-color: #E00800 !important;
    border-color: #E00800 !important;
    width: 120px;
    margin-top: 5px;
    transition: .3s all ease-in-out;
}

.subscribe:hover,
.closeBtn:hover {
    transition: .3s all ease-in-out;
    color: #E00800 !important;
    background-color: #fff !important;
}

.parallex_img {
    background-image: url('./imgs/food.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.about_section {
/*     margin-bottom: 40px; */
}
.about_section.ramadan_foods_section {
	//min-height: 350px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ramadan_foods_section .row,
.ramadan_foods_section .col-12,
.ramadan_foods_section .about_us_content {
	height: 100%;
}
.ramadan_foods_section .about_us_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ramdan-section-background {
	width: 100%;
}

.latest_posts {
    background-image: url('./imgs/Ejm47eTWoAUBHQE.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

.latest_posts:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.videoTag {
    max-width: 100%;
    background: black;
}

.latest_posts_content,
.our_menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.latest_posts_content img {
    width: 215px;
    height: 200px;
}

.related_content:nth-child(even) {
    /* border-bottom: solid 1px #E00800; */
}

.border_wrapper h3 {
    border-bottom: solid 1px #E00800;
}

.cat_name {
    box-shadow: 1px 1px 11px 1px rgba(224, 7, 0, .3);
}

.card_link {
    transition: .5s ease-in-out;
}

.card_link:hover {
    transition: .5s ease-in-out;
    box-shadow: 12px 0 15px -4px rgba(255, 255, 255, .3), -12px 0 8px -4px rgba(255, 255, 255, .3);
}

.related_recipes_width {
    width: 33%;
    padding-right: 15px;
    padding-left: 15px;
}

.related_content img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.title_content_post {
    width: 80%;
}

.title_content_post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.show_more {
    color: #E00800;
    transition: .3s ease-in-out;
}

.show_more:hover {
    border: solid 1px #E00800;
    transition: .3s ease-in-out;
}

.related_content a,
.cat_name a,
.title_content_post a,
.content_width .title_link,
.single_related_post .title_link {
    transition: .3s all ease-in-out;
}

.related_content a:hover,
.cat_name a:hover,
.title_content_post a:hover,
.content_width .title_link:hover,
.single_related_post {
    transition: .3s all ease-in-out;
    color: #E00800 !important;
    text-decoration: none;
}

.title_link:hover {
    transition: .3s all ease-in-out;
    color: #E00800 !important;
}

.cat_title {
    max-width: 320px;
}

.cat_title p {
    text-overflow: ellipsis;
}

.cat_title h1,
.cat_title a,
.cat_title p {
    width: auto;
    max-width: 0%;
    white-space: nowrap;
    overflow: hidden;
    transition: max-width 1s linear;
    opacity: 0;
}

.rotate_img {
    transform: rotate(360deg);
    transition: 1s ease-in-out;
}

.view h1 {
    max-width: 100%;
    opacity: 1;
    transition: 2s ease-in-out;
}

.view a {
    max-width: 100%;
    opacity: 1;
}

.view p {
    max-width: 100%;
    opacity: 1;
}

.show_next {
    color: #E00800;
    border: solid 1px #E00800;
    transition: .3s all ease-in-out;
}

.show_next:hover {
    color: #fff;
    background-color: #E00800;
    transition: .3s all ease-in-out;
}

.show_posts {
    color: #fff;
    border: solid 1px #fff;
    transition: .3s all ease-in-out;
}

.show_posts:hover {
    color: #E00800;
    border: solid 1px #E00800;
    background-color: transparent;
    transition: .3s all ease-in-out;
}

.single_related_posts img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.modal-header button {
    color: #fff;
}

.modal-content {
    background-color: #19181a;
}

#subscribeModal {
    display: none;
}

.latest_posts_content p {
    max-width: 200px;
}

.post_data:nth-child(odd) {
    justify-content: flex-start;
}

.post_data:nth-child(even) {
    justify-content: flex-end;
}

.post_data img {
    object-fit: contain;
}

.alert_msg {
    background-color: #ffc190;
}

.alert-link {
    color: #fff;
}

.alert-link:hover {
    color: #fff !important;
}

.post_content img {
    width: 130px;
    height: 125px;
    object-fit: contain;
}

.post_content {
    border: solid 1px #fff;
}

.post_thumb {
    border-right: solid 1px #fff;
}

.active_view {
    color: #E00800 !important;
}

.nav-links ul {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
}

.nav-links ul li {
    list-style: none;
    margin: 0 8px 0 0;
    padding: 0;
    float: left;
    font-size: 14px;
}

.nav-links ul li a {
    padding: 5px;
    background: #fff;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1;
    transition: .3s ease-in-out;
}

.nav-links ul li a:hover {
    transition: .3s ease-in-out;
    background: #E00800;
    color: #fff;
}

.nav-links ul li span.current {
    padding: 5px;
    background: #E00800;
    border: 1px solid #283519;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}

.page-numbers .dots {
    color: #fff;
}

.food_content {
    color: #fff;
}

#breadcrumbs {
    display: flex;
    color: #E00800;
    margin-top: 5px;
    margin-bottom: 5px;
}

#breadcrumbs a {
    text-decoration: none;
    color: #E00800;
    transition: 1s ease-in-out;
}

#breadcrumbs a:hover {
    color: #fff !important;
    transition: 1s ease-in-out;
}

.logout_btn a {
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in-out;
}

.logout_btn a:hover {
    color: #000;
    transition: .3s ease-in-out;
}

.latest_posts .post_link {
    font-size: 30px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.latest_posts .post_link:hover {
    color: #E00800 !important;
    transition: .3s ease-in-out;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #E00800;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post_text .post_link {
    transition: .3s ease-in-out;
}

.post_text .post_link:hover {
    color: #E00800 !important;
    transition: .3s ease-in-out;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

:lang(ar) .main-navigation ul {
    padding-right: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.main-navigation.toggled ul {
    display: flex;
    transition: 1s all ease-in-out;
}

.main-navigation button {
    transition: .3s all ease-in-out;
}

.toggled button {
    transform: rotate(90deg);
    transition: .3s all ease-in-out;
}

.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: flex;
}

button:focus {
    outline: none !important;
}

.food_content div {
    color: #fff;
}

.category_name:first-child::before {
    content: '' !important;
}

.category_name::before {
    content: ',';
}

.archive_posts .post_text {
    color: #fff;
}


.site-header .btn {
	font-size: 12px;
	padding: 5px 10px;
}

.site-header .dropdown-menu {
	padding: 0;
	overflow: hidden;
}
.site-header .dropdown-item {
	font-size: 12px;
}

.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
}

.change_season_section {
	display: flex;
	align-items: center;
	padding: 0;
	position: relative
}

.change_season_section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	background: rgba(25, 24, 26, 0.7);
}

.change_season_section .container {
	position: absolute;
	padding: 60px 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.change_season_section h2,
.change_season_section p {
	color: #fff;
}
.change_season_section .ramdan-section-background {
	position: relative;
    z-index: 98;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calculate-calories-section {
	background: #0E0D0D;
	padding: 0 0 50px;
}
.calculate-calories-section h2,
.calculate-calories-section p {
	color: #fff;
}
.calculate-calories-section .col-lg-5 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.ramadan_season_section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 50px 0;
}
.ramadan_season_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
}
.ramadan_season_section .container {
    position: relative;
    z-index: 10;
}
.ramadan_season_section .ramdan-section-background {
    display: none;
}

.dark-bg {
    background: #0E0D0D;
}

#primary-menu .sub-menu {
    display: block;
    padding-left: 20px;
}

#primary-menu li {
    position: relative;
}

#primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #0E0D0D;
    min-width: 200px;
    z-index: 99;
    width: 100%;
    padding: 15px 0;
}

#primary-menu li:hover > .sub-menu,
#primary-menu li.focus > .sub-menu {
    display: block;
}




@media only screen and (max-width: 991px) {
    .dish_img {
        top: 70px;
        left: -10px;
    }
    .main-navigation ul {
        display: none;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
    }
    .menu-toggle {
        display: flex;
        border: none;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        outline: none;
        width: 20px;
        height: 20px;
    }
    .menu-primary-menu-container,
    .menu-primary-ar-menu-container {
        z-index: 999;
        background-color: #E00800;
        position: absolute;
        top: 60px;
        left: 0px;
        right: 0px;
    }
    .intro_content {
        width: 100%;
    }
    .intro_content {
        text-align: center;
    }
	
	.calculate-calories-section {
		position: relative;
		padding: 0;
	}
	.calculate-calories-section .col-lg-5 {
		position: absolute;
		top: 100px;
		left: 0;
		z-index: 100;
		place-items: center;
		text-align: center;
	}
	.calculate-calories-section::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 99;
		display: flex;
		background: rgba(25, 24, 26, 0.7);
	}
	.calculate-calories-section .col-lg-4 {
		display: flex;
		justify-content: center;
	}

    #primary-menu {
        display: none;
    }
    #primary-menu.active {
        display: block;
    }
}

@media only screen and (max-width: 986px) {
    #confirmPin-error {
        top: 65px;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 922px) {
    #checkStatusForm,
    #confirmPinForm {
        width: 50%;
    }
    .col-sm-column-reverse {
        flex-direction: column-reverse;
    }
    .dish_img {
        top: 50px !important;
    }
    .tomato_piece {
        top: 220px !important;
        left: 12px !important;
    }
    .rosmare_img {
        top: 210px !important;
        right: 30px;
    }
    .salttwo {
        right: -10px;
    }
    .salt {
        top: 110px;
    }
    .align-sm-center {
        align-items: center;
    }
}

@media only screen and (max-width: 769px) {
    .cat_name {
        box-shadow: unset;
        text-align: center;
    }
    .col-sm-column-reverse {
        flex-direction: column-reverse;
    }
    .h-500 {
        height: unset;
    }
    .dish_img {
        left: 50% !important;
        right: unset;
        transform: translate(-50%);
        width: 300px;
    }
    .about_us_content h2 {
        font-size: 30px;
    }
    .about_us_content p {
        font-size: 16px;
    }
    .parallex_img {
        height: auto;
    }
    .parallex_latest_posts_img {
        height: auto;
    }
    .site-info p {
        font-size: 12px;
    }
    .intro_content {
        width: 100%;
    }
    .post_data {
        flex-direction: column;
    }
    .dish_cat {
        flex-direction: column !important;
    }
    .latest_posts_content h2,
    .latest_posts_content p {
        text-align: center;
    }
    .post_content img {
        width: 100% !important;
        height: 240px !important;
    }
    .archive_posts .btns {
        display: none;
    }
    .dish_cat:nth-child(even) .our_menu_salt {
        display: none !important;
    }
    .dish_cat:nth-child(odd) .our_menu_salt {
        display: none !important;
    }
    .category_title {
        text-align: center;
    }
    #checkStatusForm,
    #confirmPinForm {
        width: 100%;
    }

    .dish_cat h1 {
        font-size: 18px;
    }
    .dish_cat .btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 426px) {
.dropdown-toggle,
    .dropdown .dropdown-item {
        font-size: 13px;
    }
    .salt {
        left: 0;
    }
    .tomato_piece {
        left: 0;
    }
    .tomato_img {
        right: 20px;
    }
    .cover_section h1 {
        font-size: 20px;
    }
    .images_container {
        margin-top: 50px;
    }
    .rosmare_img {
        width: 100px;
        height: 100px;
    }
    .salttwo {
        right: 0;
    }
    .about_us_content {
        text-align: center;
    }
    #checkStatusForm,
    #confirmPinForm {
        width: 100%;
    }
    .col-sm-column-reverse {
        flex-direction: column-reverse;
    }
    .videoTag {
        max-height: 100%;
        background-color: #19181a;
    }
    #confirmPin-error {
        top: 65px;
    }


    
}

@media only screen and (max-width: 321px) {
    .dish_img {
        width: 250px;
    }
    /* .menu-primary-menu-container, .menu-primary-ar-menu-container{
		top:60px !important;
	} */
    #confirmPin-error {
        top: 65px;
        justify-content: flex-start;
    }
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader span {
    display: inline-block;
    background-color: #E00800;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.active_cat {
    color: #E00800 !important;
    pointer-events: none;
    cursor: default;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.opacity-5 {
    opacity: .5;
}

.objectContain {
	object-fit: contain;
}
img.notLoggedIn {
	filter: blur(20px);
}

{
	
}
.custom-logo-link  {
    display: flex;
    max-height: 60px;
}
.custom-logo-link .custom-logo {
    object-fit: contain;
}

@media only screen and (max-width: 992px) {
	.menu-toggle {
		color: #fff;
	}
	.menu-primary-menu-container, .menu-primary-ar-menu-container {
		top: 76px;
	}
	.menu-item.current-menu-item a {
		color: #000;
	}
    .sub-menu .menu-item.current-menu-item a {
        color: #E00800;
    }
	
	.main-navigation ul {
		padding: 15px;
	}
	:lang(ar) .main-navigation ul {
    	padding-right: 15px;
	}
	.main-navigation a {
		padding: 10px;
	}
	.main-navigation {
		align-items: center;
	}
	
	.site-header {
		z-index: 9999;
	}
}
#api_response {
    direction: rtl;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
}
#api_response span{
    direction: ltr;
}


/*  for Calculater */

.calculate-form-wrapper h3 {
    color: #fff;
}
.calculate-form-wrapper h3.scp-title {
    border-bottom: 1px solid #E00800;
    padding: 0 0 8px;
    margin: 0 0 30px;
}
.calculate-form-wrapper label {
    color :#fff;
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.calculate-form-wrapper .form-control {
    background: transparent;
    padding: 10px 12px;
    border: 1px solid #fff;
    color :#fff;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    height: auto;
    direction: rtl;
}

.calculate-form-wrapper .form-control.icon-form-control {
    padding-right: 62px;
}

.calculate-form-wrapper .btn {
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin: 0 auto 30px;
    display: block;
}
.calculate-form-wrapper .btn-primary {
    border-color: #E00800;
    color: #E00800;
    background: transparent;
}

.site-footer {
    width: 100%;
}

.rtl .calculate-form-wrapper h3,
.rtl .calculate-form-wrapper p,
.rtl .calculate-form-wrapper label,
.rtl .calculate-form-wrapper .form-control,
.rtl .calculate-form-wrapper .btn,
.rtl .scp-meal-title,
.rtl .scp-drawer-head,
.rtl .scp-cart,
.rtl .scp-result,
.rtl .scp-meal-sub {
    font-family: 'etisalatar Medium' !important;
}

.search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background: #E00800;
}
.is-form-style input.is-search-input {
    border: 1px solid #19181a !important;
    border-radius: 5px;
    color: #19181a;
}
.is-form-style.is-form-style-3 input.is-search-input {
    border: 1px solid #19181a !important;
}
.is-form-style button.is-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
}
.is-form-style input.is-search-submit, .is-search-icon {
    background: none;
    border: 0;
    color: #19181a;
}
.is-form-style.is-form-style-3 label {
    width: 100% !important;
}
.is-search-icon:hover, 
form.is-form-style input.is-search-submit:hover {
    background: #19181a;
}
.is-form-style .is-search-submit:hover path {
    fill: #fff;
}
.rtl .is-form-style button.is-search-submit {
    left: 0;
    right: inherit;
}

.is-ajax-search-details a, .is-ajax-search-result a {
    color: #E00800 !important;
}
div.is-ajax-search-details, div.is-ajax-search-result {
    border-radius: 5px;
}

.rtl .is-search-sections .left-section {
    float: right;
    margin-left: 10px;
}
.rtl .is-ajax-search-details, 
.rtl .is-ajax-search-details *, 
.rtl .is-ajax-search-result, 
.rtl .is-ajax-search-result * {
    text-align: right;
}

.ramadan-cat-not-found-wrapper {
    min-height: 450px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}