@charset "UTF-8";
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: var(--fo-family);
font-size: var(--fo-size-body);
font-weight: var(--fo-weight);
line-height: var(--fo-line-height);
font-style: normal;
font-optical-sizing: auto;
background-color: var(--body-bg);
color: var(--body-color);
}
i {
font-style: normal;
}
a {
text-decoration: none;
}
a, a:visited {
color: var(--font-a);
}
img, a {
display: inline-block;
}
img, svg {
vertical-align: middle;
}
p {
margin: 0;
padding: 0;
}
.bold {
font-weight: var(--fo-bold);
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: var(--fo-weight);
font-size: var(--fo-size-body);
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
hr {
margin: 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
/* container */
.loadsvg {
background-size: contain;
background-repeat: no-repeat;
background-size: 50px 50px;
background-position: center center;
background-color: var(--container-bg);
position: fixed;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.width-container {
width: 700px;
}
.favorites-list  {
width: 702px;
}
@media (max-width: 1024px) {
    body {
        background-color: var(--container-bg);
    }
    .width-container, .favorites-list {
        width: 100%;
    }
}
.container {
background-color: var(--container-bg);
display: flex;
flex-direction: column;
gap: 40px;
margin-left: auto;
margin-right: auto;
min-height: 100vh;
}
main {
padding: 0 16px;
display: flex;
flex-direction: column;
gap: 40px;
padding-bottom: 50px;
}
/* z-index */
.loadsvg {
z-index: 99999;
}
.item-lg {
z-index: 9999;
}
.blur-bg {
z-index: 9998;
}
.favorites-list {
z-index: 9997;
}
.categories {
z-index: 999;
}
/**/
.logobox,
.wishlist,
.wishlist-content,
.add-favorites,
.remove-favorites,
.close-item,
.close-list,
.home-page,
.share-favorites,
.calories,
.pop-up
{
display: flex;
align-items: center;
justify-content: center;
}
.wishlist,
.language-ev,
.add-favorites,
.remove-favorites,
.close-item,
.close-list,
.home-page,
.share-favorites,
.close-popup,
.item h3,
.item img
{
cursor: pointer;
}
/* header */
.bgbox, .bgimg {
height: 280px;
}
.bgbox {
position: relative;
background-color: var(--header-bg);
}
.bgimg {
width: 100%;
object-fit: cover;
object-position: center; 
}
.logobox {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -50px;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
}
.logo-90, .logo-80, .logo-70, .logo-60 {
background-color: var(--logo-bg);
}
.logo-100 img {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 50%;
}
.logo-90 img {
width: 90%;
height: 90%;
object-fit: contain;
}
.logo-80 img {
width: 80%;
height: 80%;
object-fit: contain;
}
.logo-70 img {
width: 70%;
height: 70%;
object-fit: contain;
}
.logo-60 img {
width: 60%;
height: 60%;
object-fit: contain;
}
.language-ev {
position: absolute;
bottom: -35px;
left: 15px;
color: var(--language-co);
direction: ltr;
display: flex;
align-items: center;
gap: 4px;
}
.en::after {
content: "English";
}
.ar::after {
content: "عربي";
}
.wishlist {
position: absolute;
top: 15px;
right: 15px;
background-color: var(--circle-btn-bg);
color: var(--circle-btn-co);
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 16px;
}
.wishlist-content {
position: absolute;
top: 0;
left: -10px;
background-color: var(--wishlist-content-bg);
color: var(--wishlist-content-co);
width: 20px;
height: 20px;
border-radius: 50%;
font-size: small;
}
.box-content {
margin-top: 60px;
padding: 0 15px;
text-align: center;
}
.box-content > h1 {
font-size: var(--fo-size-140);
color: var(--title-co);
}
.box-content > p {
margin-top: 5px;
color: var(--about-co);
font-size: var(--fo-size-90);
}
.box-links {
margin-top: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}
.box-links i {
font-size: 20px;
color: inherit;
}
.box-links a {
line-height: 0;
}
.box-links a, .box-links a:visited{
color: var(--box-links-co);
}
/* footer */
footer {
position: relative;
font-size: 85%;
text-align: center;
padding: 20px 16px 25px 16px;
max-width: 400px;
margin: 0 auto;
color: var(--footer-co);
}
footer::before {
content: "";
background-color: var(--heading-style);
position: absolute;
top: -2px;
left: 50%;
width: 30px;
height: 5px;
transform: translateX(-50%);
}
footer::after {
content: "";
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
background-color: var(--heading-style);
width: 100px;
height: 1px;
}
/* categories */
.categories {
display: flex;
flex-wrap: nowrap;
justify-content: space-evenly;
gap: 15px;
padding: 15px 0;
margin: 0 15px;
overflow-x: auto;
user-select: none;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
background-color: var(--container-bg);
-ms-overflow-style: none;
scrollbar-width: none;
}
.categories.dragging {
cursor: grabbing;
}
.categories::-webkit-scrollbar {
display: none;
}
.category {
flex: 0 0 auto;
overflow: hidden;
width: 150px;
position: relative;
text-align: center;
}
.category > .goid {
position: absolute;
top: 0; bottom: 0; right: 0; left: 0;
background-color: transparent;
z-index: 1;
}
.boximg, .boximglogo {
width: 90px;
height: 90px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
.boximg > img {
width: 90px;
height: 90px;
object-fit: cover;
}
.boximglogo {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--category-bg-logo);
padding: 15px;
}
.boximglogo > img {
width: 100%;
height: 100%;
object-fit: contain;
}
.category > h2 {
color: var(--category-co);
text-align: center;
font-size: var(--fo-size-90);
padding-top: 7px;
}
/* items */
.box-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
@media (max-width: 1024px) {
.box-items  {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 900px) {
.box-items  {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 650px) {
.box-items  {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 411px) {
.box-items  {
grid-template-columns: repeat(1, 1fr);
}
}
.item-lg {
position: fixed;
left: 50%;
transform: translate(-50%, -50%);
width: 500px;
max-height: 90%;
overflow-y: auto;
transition: all 0.5s;
}
.item-lg-show {
top: 50%;
}
.item-lg-hidden {
top: -100%;
}
@media (max-width: 600px) {
    .item-lg {
        width: 90%;
    }
}
.item {
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
}
.item,
.item-lg {
background-color: var(--item-bg);
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.item-bg {
height: 200px;
background-color: var(--item-bg-img);
}
.item-bg > img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.item-bg-lg {
max-height: 450px;
background-color: var(--item-bg-img);
}
.item-bg-lg > img {
width: 100%;
max-height: 450px;
object-fit: cover;
}
.item-bg,
.item-bg-lg {
position: relative;
width: 100%;
overflow: hidden;
}
.calories,
.add-favorites,
.remove-favorites,
.close-item
{
position: absolute;
top: 15px;
background-color: var(--circle-btn-bg);
color: var(--circle-btn-co);
}
.calories {
left: 15px;
padding: 4px 8px;
border-radius: 15px;
width: max-content;
display: flex;
gap: 3px;
font-size: 14px;
}
.add-favorites,
.remove-favorites,
.close-item {
width: 32px;
height: 32px;
font-size: 16px;
border-radius: 50%;
}
.item .add-favorites,
.item .remove-favorites { 
right: 15px;
}
.item-lg .add-favorites,
.item-lg .remove-favorites { 
right: 57px;
}
.close-item {
right: 15px;
}
.item-content {
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 7px;
flex: 1;
}
.item-lg .item-content {
min-height: 100px;
padding: 20px;
}
.item-content > h3 {
color: var(--item-title-co);
}
.item-lg .item-content > h3 {
font-size: var(--fo-size-120);
}
.item-description,
.short-text
{
color: var(--item-description-co);
}
.item-description {
font-size: 90%;
}
.short-text {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-size: var(--fo-size-85);
}
.price {
display: flex;
align-items: center;
gap: 2px;
direction: ltr;
width: max-content;
color: var(--item-price-co);
}
.price > span {
font-size: 140%;
}
.price > i {
font-size: small;
}
.price > i > i {
display: block;
width: 14px;
height: 16px;
background-size: contain;
background-repeat: no-repeat;    
}
.more-info {
font-size: var(--fo-size-85);
color: var(--more-info-co);
margin-top: 10px;
margin-bottom: 5px;
}
.contains-allergens {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 10px;
}
.contains-allergens > p {
padding: 6px 10px;
background-color: var(--allergens-bg);
color: var(--allergens-co);
font-size: var(--fo-size-85);
border-radius: 20px;
line-height: 1;
}
.calories-txt {
font-size: 85%;
color: var(--calories-txt-co);
}
/* Headings */
.headings {
text-align: center;
}
.headings p {
position: relative;
}
.title-two {
scroll-margin-top: 190px;
color: var(--heading-co);
font-size: var(--fo-size-120);
}
.title-two + .description {
margin-bottom: 40px;
}
.title-two + .description::before {
content: "";
background-color: var(--heading-style);
position: absolute;
bottom: -20px;
left: 50%;
width: 30px;
height: 5px;
transform: translateX(-50%);
}
.title-two + .description::after {
content: "";
position: absolute;
bottom: -18px;
left: 50%;
transform: translateX(-50%);
background-color: var(--heading-style);
width: 100px;
height: 1px;
}
/**/
.modal-scrollbar {
overflow-y: auto;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.modal-scrollbar::-webkit-scrollbar {
/* Hide scrollbar for Chrome, Safari and Opera */
display: none;
}
.blur-bg, .pop-up {
position: fixed;
top: 0; bottom: 0; left: 0; right: 0;
background: var(--blur-bg);
-webkit-backdrop-filter: var(--blur-filter);
backdrop-filter: var(--blur-filter);
transition: opacity 0.5s;
}
.show-blur {
opacity: 1;
}
.hidden-blur {
opacity: 0;
}
/* favorites-list */
.favorites-list {
background-color: var(--container-bg);
position: fixed;
left: 50%;
transform: translateX(-50%);
transition: all 0.5s;
height: 100%;
}
.favorites-list {
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.favorites-list::-webkit-scrollbar {
display: none;
}
.favorites-list-header {
padding-top: 80px;
position: relative;
}
.favorites-list-header .title-two {
color: var(--heading-fav-co);
}
.favorites-list-header .title-two + .description::before,
.favorites-list-header .title-two + .description::after {
background-color: var(--heading-fav-style);
}
.share-favorites,
.close-list,
.home-page {
background-color: var(--btn-favorites-bg);
color: var(--btn-favorites-co);
}
.share-favorites {
position: absolute;
top: 15px;
height: 40px;
min-width: 100px;
gap: 7px;
border-radius: 20px;
font-size: var(--fo-size-90);
}
.share-favorites::before {
font-size: 14px;
}
.close-list,
.home-page {
font-size: 16px;
position: absolute;
top: 15px;
width: 40px;
height: 40px;
border-radius: 50%;
}
.close-list,
.home-page {
right: 15px;
}
.share-favorites {
right: 70px;
}
.title-icon {
font-size: 40px;
}
#show-favorites {
padding: 30px 15px;
}
.hide-item {
transition: opacity 0.5s;
opacity: 0;
}
.txt-center {
text-align: center;
}
.wh-100 {
min-width: 100%;
}
.box-items .txt-center {
width: calc(100% - 30px);
position: absolute;
top: 180px;
}
/**/
.pop-up {
z-index: 9999999999999;
}
.pop-up > div {
width: 400px;
min-height: 180px;
background-color: #FFFFFF;
color: #000;
padding: 15px;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 20px;
position: relative;
}
@media (max-width: 500px) {
    .pop-up > div {
        width: 90%;
    }
}
.p-true { 
font-size: var(--fo-size-110);
font-weight: var(--fo-bold);
}
.p-false { 
padding: 12px 8px;
border-radius: 5px;
width: 100%;
}
.close-popup {
position: absolute;
top: 15px;
right: 15px;
font-size: 16px;
}
.input-text {
display: block;
width: 100%;
padding: 8px 10px;
font-family: inherit;
font-size: var(--fo-size-90);
border-radius: 5px;
border: solid 1px #ccc;
background-color: #fafafa;
direction: ltr;
transition: all 0.5s;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}
.button-10 {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 6px 14px;
font-family: inherit;
font-size: var(--fo-size-90);
border-radius: 6px;
border: none;
color: #fff;
background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
background-origin: border-box;
box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.button-10:focus {
box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
outline: 0;
}
/*not found*/
.pagenotfound {
padding: 100px 25px;
text-align: center;
}
.pagenotfound h1 {
font-size: var(--fo-size-140);
font-weight: var(--fo-bold);
color: var(--title-co);
margin-bottom: 10px;
}
.pagenotfound p {
margin-bottom: 10px;
}
.pagenotfound a, .pagenotfound a:visited {
color: inherit;
}
.p404 {
background-color: #FFFFFF !important;
color: #000000 !important;
width: 100%;  
}
.p404 h1, .p404 p, .p404 a, .p404 a:visited {
color: #000000 !important;
}