/* Menu Page Styles */
  .menu-information-title h1 ,  .menu-information-title .h1{
font-family: "garamond-premier-pro-display", serif;
       text-transform: capitalize;
}
.border-heading-right,
  .border-heading-left {
     border-top: 1px solid var(--main-color);
    border-width: 0.1px;}
.main-haeding-sec{
          margin-top: 16px;
    margin-bottom: 25px;}
.menus-information-sec {
 background-position: center center;
    background-repeat: no-repeat;
       padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-size: cover;
}
/* Product Categories */
.extra-text-box{
	 height: 140px;
}
  .tab-box {
       border-radius: 15px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0px 0px;
    padding-top: 6px;}
.light_green{
       background-color: var(--a-la-carte);}
.pista {
    background-color: var(--macarons-Eugénie-color);}
.pastel-pink {
    background-color: var(--french-Toast-color);}
.pastel_purple {
    background-color: var(--drinks);}
/* Dropdown Styles */
  .dropdown {
    overflow: hidden;}

.dropdown-header .arrow{
    position: absolute;
    right: 23px;}

.dropdown-content p a img{
    height: 40px;
    margin-right: 8px;
    position: relative;
    top: 5px;}
.table-box{
        background-color: #f2e6f2;
    padding: 20px;}
.table-box table{
      border-collapse: collapse; width: 100%;}
.table-box td{
      width: 50%;}
/* Arrow Rotation */
  .arrow {
    transition: transform 0.3s;}
.arrow.up .fa , .arrow-s.up .fa{
    transform: rotate(180deg);}
/* Banner Styles */
  .menu-detail-banner {
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;}
.menu-detail-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background-color: #000000;
    opacity: 0.4;
    z-index: 1;}
.sub-category {
	    margin-bottom: 10px;
    margin-top: 20px;
}
.sub-category-arb p{
	    font-family: 'GEHili';
    font-size: 17px;
    font-weight: 300;
    margin-top: -13px;
}
.menu-detail-banner .container {
    position: relative;
    z-index: 2;
    color: var(--text-color-white);}
/* Back Button */
  .back-button a {
    font-family: "Prata", serif;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--main-color);
    text-decoration: none;
    display: flex;
    align-items: center;}
.back-button .fa-chevron-left {
    background: #eeeeee;
    padding: 12px 15px;
    border-radius: 50%;
    margin-right: 10px;}
.product-box{
      margin: 9px;
}
/* Menu Page Styles */
  .menu-information-title h1,  .menu-information-title .h1 {
/*     margin-bottom: 12px; */
    font-size: 40px;
    font-weight: 300;
}
.menu-information-title{
margin-top: 0px;
    display: flex;
    gap: 19px;
    justify-content: center;
    align-items: center;
}
.menu-information-title  span{
	color: #84754E;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    font-family: 'GEHili';
    display: block;
/*     margin-top: -22px;
    margin-bottom: 20px; */
}
.menu-info-box {
    background-color: #f2f2f2;
    padding: 25px 18px;}
.menu-info-box h2 {
    text-align: center;
    margin: 22px 0 -6px 0;}
.menu-info-box h2 a {
    text-decoration: none;
 font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    color: var(--dark-gold);
}
.menu-info-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;}
.menu-info-sec {
      padding-bottom: 40px;
    margin-top: 0px;}
.menus-information-sec  .container{
      position: relative;}
.menus-information-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity (0.5 for 50% darkness) */
    z-index: 0;}
.menus-information-sec .dropdown-content p a span{
   display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 12px;
    padding-left: 62px;
    margin-top: -13px;
    margin-bottom: 5px;}
.menus-information-sec .tab-box  a span , .menus-information-sec span a span{
          display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 18px;
    text-align: center;
margin-top: 2px;
}

  .dropdown-header span a{
    font-size: 26px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dark-gold);
    text-decoration: none;
     transition: color 0.3s ease;
         font-family: "garamond-premier-pro-display", serif;}
/* Product Categories */
  .macarons,
  .french-toast,
  .a-la-carte,
  .sweets-more,
  .drinks {
    border-radius: 15px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0px;}
.macarons {
    background-color: var(--macarons-Eugénie-color);}
.french-toast {
    background-color: var(--french-Toast-color);}
.a-la-carte {
    background-color: var(--a-la-carte);}
.sweets-more {
    background-color: var(--sweets-More);}
.drinks {
    background-color: var(--drinks);}
.dropdown-content p a {
    text-decoration: none;
}
.dropdown-content p a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -8px;}
/* Banner Styles */
.banner-home .swiper-pagination-bullet {
    margin: 0 9px !important;
}
.category-en p{
	      font-family: 'GEHili';
    font-weight: 300;
    font-size: 20px;
    margin-top: -9px;
}
  .menu-detail-banner h1{
      margin-bottom: -4px;
     font-size: 28px;
    color: var(--text-color-white);}


.menu-detail-banner h2 {
	font-weight: 300;
}
.sub-category p{
   font-size: 22px;
    font-family: 'garamond-premier-pro-display';
    font-weight: 400;
    margin-top: -11px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.menu-detail-banner h3 {
    font-size: 24px;}
/* Back Button */
  

  
 


  /* Product Area */
  .product-area{
          margin-bottom: 40px;}
.product-area .col-lg-6{
          padding: 0;}
.product-box h3{
	color: black;
      margin-top: 40px;}
.product-box{
	 display: flex;
    flex-direction: column;
    justify-content: space-between;
      padding: 25px 50px 15px 50px;
    background-color: #f4d7dc;
    height: 100%
}
.product-area img {
    width: 100%;
    max-width: 100%;
      height: 600px;
    object-fit: cover;
    border: 10px solid #ffffff;
}
.product-ar-title {
	color: #000;
text-align: right;
font-family: 'GEHili';
font-size: 15px;
font-style: normal;
font-weight: 300;
}
/* Responsive Design */
 
  

.menus-information-sec .dropdown-header .arrow , .menus-information-sec .dropdown-header .arrow-s{
   height: 35px;
    position: absolute;
    right: 23px;
    background: #ffffff;
    padding: 10px;
    width: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;}
.menus-information-sec .dropdown-header .arrow .fa , .menus-information-sec .dropdown-header .arrow-s .fa{
        color: #90795C;
    font-size: 18px;}
.dropdown-content p:last-child {
    border: none;}
.menus-information-sec p{
    margin-bottom: 0px;

}
body.overlay-active:before{
      content: "";
    position: fixed;
    top: 144px;
    left: 0;
    width: 100%;
    height: calc(100% - 54px);
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 99;}
body.overlay-active {
  /*overflow: hidden;*/}
/*macarons page css start*/
.back-button-sec{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 37px;
    margin-bottom: 25px;
    padding-left: 5px;
}
.back-button-circle:hover{
	  background: #fff;
	color:#000;
	border: 1px solid #000;
}
.back-button-circle{
      color: #ffffff;
    background: #672E45;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;


}
.back-button_m a {
      font-weight: 500;
    font-family: 'Nunito Sans';
    font-size: 19px;
    color: #672E45;
    text-decoration: none;
}
.back-button_m a span{
	font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
    margin-top: -13px;
    margin-bottom: 5px;
    position: relative;
    top: 9px;
}
.back-button-sec p{
          font-family: 'Prata';
    font-size: 19px;
    color: #90795c;

	  margin-bottom:0;}
.price span{
          color: black;
    font-weight: 900;
    font-family: 'Nunito Sans';
    font-size: 17px;
    text-align: right;}
.box-bottom{
          margin-top:20px;
}
.kcal span{
      font-family: "Nunito Sans", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    background-color: #FAFAFA;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
    border-radius: 14px 14px 14px 14px;
    width: fit-content;
    padding: 3px 8px;}
.arabic-description p{
            text-align: right;
    color: #000000;
    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
}
.english-description p{
          color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;}
.price{
      text-align: right;}
.dual-box img{
      height: 106px;
    width: 106px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    object-fit: cover;
    border-radius: 50%;}
.dual-box{
          display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;}
.dual-box span{
          position: relative;
    top: 15px;}
.macaron-title span{
	      font-family: 'GEHili';
    font-weight: 300;
    font-size: 18px;
    display: block;
    text-align: center;
    color: var(--dark-gold);
}
.dual-box a small{
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-top: -5px;}
.dual-box a{
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 14px;
    text-decoration: none;
      color: #1e1e1e;
    font-weight: 500;
}
.dual-box  .first-box , .second-box{
      text-align: center;}
.dual-box h3{
      margin-top: 14px;}
a:hover{
      color: var(--main-color);}
.macaron-box-front img{
      width: 165px;
    max-width: 95%;
       margin-top: 28px;}
.macaron-box-sec{
          padding: 0 3%;
              margin-bottom: 30px;}
.macaron-box-front h3{
          margin-bottom: 0;
      font-size: 18px;
    font-weight: 400;
      color: var(--black);
          margin-top: 14px;}
.macaron-box-front h3 a , .macaron-box-back h4 a {
	color: var(--main-color);
}
.special-menu .macaron-box-back, .special-menu .macaron-box-front {
/*     height: 422px; */
}
.arb-title a{
	color: var(--main-color);

}
.macaron-box-front p{
          color: #000000;
    font-family: 'GEHili';
    font-size: 16px;
    font-weight: 300;}
.macaron-arabic-price span{
          color: #000000;
    font-family: 'GEHili';
    font-size: 14px;
        font-weight: 300;}
.up-arrow small{
font-size: 13px;
    font-weight: 700;
    margin-top: 12px;
    display: block;
}
.up-arrow span{
      cursor: pointer;
          background: #672E45;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    color: white;}
.macaron-price{
	    margin-bottom: 30px;
          margin-top: 27px;}
.macaron-arabic-price{
          margin-bottom: 50px;}
.up-arrow{
          padding-bottom: 30px;}
.allergens p{
          font-size: 12px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;}
.allergens-eng-disc span {
         color: #000000;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;}
.allergens-arb-disc p{
         line-height: 28px;
    font-size: 15px;
    font-weight: 400;
        font-family: 'GEHili';}
.allergens-eng-disc{
          margin-bottom: -4px;}
.allergens{
          padding-bottom: 16px;}
.box {
          margin-bottom: 18px;
          position: relative;
    height: 470px;
     
      overflow: hidden;}
.hid-box {
	width: 100%;
      top: 100%;
      position: absolute;
      transition: all 0.3s ease-out;
      height: 100%;}
.macaron-box-back{
    padding-top: 27px;}
.center-sec{
    padding: 29px 15px 0px  15px;
	min-height: 190px;
}
.macaron-box-sec h3{
    text-align: center;
    margin-top: 73px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;}
/*macarons page css end*/

.event_vid{
	
}
/*home page banner css start */
.banner-sec img, .video_slider .vid_inner{
    width:100%;
    height: 518px;
    object-fit: cover;
}

.banner-home .video_slider.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  right: 0px;
}

.quote span {
    position: relative;
    display: inline-block;
    padding: 10px 0;
        font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;}
.quote span::before,
.quote span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust thickness */
    background-color: black; /* Adjust color */}
.quote span::before {
    top: 0;}
.quote span::after {
    bottom: 0;}
.banner-title span{
    display: block;
     font-family: var(--font-serif);
        line-height: 1.4;
         text-transform: uppercase;
        margin-bottom: -4px;
      color: var(--black);
    font-size: 29px;
    font-weight: 400;
    margin-top: 30px;
    padding: 0 38px;}
.arabic-title-banner p{
  font-family: 'GEHili';
    font-size: 18px;
    font-weight: 300;
    color: #181818; 
    margin-top: 4px;}
.english-description-banner p{
          color: var(--black);
        font-size: 16px;
    font-weight: 700;
     margin-bottom: 0;}
.arabic-description-banner p{
      font-family: 'GEHili';
    font-size: 16px;
    font-weight: 300;}
.english-description-banner{
        margin-top: 28px;}
.discover-btn{
    margin-top: 44px;}
.discover-btn a{
        background-color: #672E45;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 19px 60px 19px 60px;
    text-decoration: none;
    color: white;}
.discover-btn a:hover{
         background-color: var(--white);
         color: var(--black);
          border-color: var(--black);}

.banner-sec{
    margin-bottom: 20px;}
.swiper-pagination{
    position: relative;
/*     margin-top: 20px;  */
    text-align: center;
}


/*home page banner css end */


/*home page products area css start */
.products_box{
	width: 100%;
    text-align: center;
      height: 500px;
    padding-top: 83px;
}

.swiper-products .swiper-slide{
  width: 350px !important;
  margin: 0 5px; /* 10px left and right */
  box-sizing: border-box;
}

.swiper-products  .swiper-products {
  width: 100%;}
.swiper-products .swiper-slide {
  width: calc(100% / 5); /* Ensures 5 slides fit, center one fully */

  transition: 0.3s ease-in-out;}
.products_box h3{
         margin-top: 20px;
    font-size: 19px;
    font-weight: 400;}
.products_box img{
   max-width: 280px;
	max-height: 280px;
}



/*home page products area css end */

/*home page newsletter start */
.newsletter-sec h2{
  font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;}
.newsletter-sec p{
       font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    color: #a39161;}
.newsletter-sec .fields input{
        background-image: none;
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;}
.newsletter-sec .fields label{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #5b5a5a;}
.newsletter-sec .fields label span{
        color: red;}
.newsletter-sec .submit-wrap input{
         width: auto;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    outline: none;
    border: 0;
    padding-left: 33px;
        color: #5b5a5a;}
.newsletter-sec .fields{
        margin-top: 16px;}
.newsletter-sec .submit-wrap{
    margin-top: 16px;
 position: relative;}
.newsletter-sec .submit-wrap .fa-envelope{
         position: absolute;
    top: 9px;
    left: 11px;}
.newsletter-sec {
        margin-bottom: 50px;}
/*home page newsletter end*/

/*product landing page start */
.breadcrumb  ul{
display: flex;
    gap: 38px;
    color: #54595f;
    padding-left: 17px;
    position: relative;
    top: 5px;
}
.breadcrumb ul li a:hover{
	color: black;
}
.breadcrumb{
    flex-wrap: unset;
}
.breadcrumb  ul li{
      list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;}
.seprator {
    position: relative;}
.breadcrumb .seprator{
    margin-top: 40px;}
.seprator:after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 4px;
    bottom: 0;
    height: 6px;
    background: #84754e;
    border-radius: 100%;}
.content-area h1{
	    font-weight: 300;
    margin-bottom: 0px;
    font-size: 40px;
    margin-top: 20px;
    font-family: "garamond-premier-pro-display", serif;
    text-transform: capitalize;
}
.swap-on-hover img {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 282px;
    overflow: hidden;
    object-fit: cover;}
.swap-on-hover img {
        background: #F6F6F6;}
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9;
  transition: opacity 0.5s linear;
  cursor: pointer;}
.swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;}
.view-details-btn{
        /*background: #672e45;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0px;}
.view-details-btn a{
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background: #672e45;
    color: white;
    padding: 14px 110px;
    border: 1px solid #672e45;}
.arabic-title-product-card{
        width: 70%;}
.arabic-price{
        width: 30%;
    text-align: right;}
.title-with-delevery-icon ul{
        padding-left: 0;
    width: 40%;
    margin-top: 5px;}
.title-with-price h2 a{
    font-size: 14px;
    font-family: 'Nunito Sans';
    line-height: 17px;
    color: black;
    font-weight: 700;
    text-decoration: none;}
.title-with-price{
        margin-top: 12px;
    display: flex;
        align-items: flex-start;}
.symbole{
    color: #1E1E1E;
    text-align: center;
  
    font-style: normal;
   
}
.currency{
	  font-size: 14px ;
	 font-weight: 600 ;
    line-height: 10px ;
}
.arabic-title-product-card p{
     font-family: 'GEHili';
     font-size: 13px;
    font-weight: 300;
    line-height:16px;}
.product_card ul li{
        text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: #54595f;
list-style: none;}
.product_card .baches{
       position: absolute;
    z-index: 99;
    top: -9px;
    left: 17px;}
.product_card{
       position: relative;
    margin-bottom: 40px;
    margin-left: 11px;
    margin-right: 11px;}
.title-with-delevery-icon{
        display: flex;}
/*product landing page end*/



a{
    text-decoration: none;}
/*product page css end */
/*product deatil page start */

.baches a{
    display: inline-block;
        height: 30px;
    padding-top: 6px;
}
.product-detail_content h1{
	
        font-size: 22px;
    font-weight: 400;
    line-height: 28px;
/*     color: black; */
    margin-top: 33px;}
.arabic-title-deatil p{
        margin-bottom: 14px;
        font-size: 18px;
    font-weight: 300;
  font-family: 'GEHili';}
.baches{
        margin-top: 28px;}
.product-detail_description p{
margin-bottom:0;
     font-size: 18px;
    line-height: 22px;
}
.product-arb-detail p{
	   margin-top: 0;
    color: #000000;
    font-family: 'GEHili';
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.price p{
        color: #000000;
    font-size: 20px;
    font-weight: 800;}
.product-detail_content{
        margin-bottom: 30px;
padding-left: 44px;
}
.product-detail-slider{
    overflow: hidden;
    margin-top: 23px;}
.sides-placeholder img {
	    mix-blend-mode: darken;
    object-fit: contain !important;
}
.product-detail-slider img{
/*         background: #F6F6F6; */
    height: auto;
    object-fit: contain;
    width: 600px;
}
.border_ {
    border-top: 1px solid var(--drinks);
    margin-bottom: 15px;
    margin-top: 15px;}
/*product deatil page css end */

.product_card-main-sec{
    padding: 0 3%;
        margin-top: 30px;
            margin-bottom: 60px;}
/*about hero section css strat  */

  .about-us-banner-sec img{
         height: 385px;
    width: 100%;
    object-fit: cover;}
.about_us_content-sec{
          background-color: #f9f9f9;
          padding: 40px 0px;}
.about_us_content-sec img{
         width: 80%;
    max-width: 100%;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.22);}
.about-image-left{
          width: 57%;}
.about-content-right{
      width: 42%;}
.about-image-left {
      display: flex;
    align-items: center;
    justify-content: center;
       background: linear-gradient(to left, white 50%, transparent 50%);}
.about-content-right{
      background: white;
    padding: 30px 30px 30px 0px;}
.yaer span{
          font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: var(--main-color);}
.yaer{
          margin-bottom: 30px;
    margin-top: 6px;}
.bottom-right-img{
          display: flex;
    align-items: end;
    justify-content: end;}
.bottom-right-img img{
           box-shadow: unset;
           width: 100%;}
.second-box .about-image-left{
       text-align: left;
           background: linear-gradient(to right, white 50%, transparent 50%);}
.second-box .about-content-right{
     padding: 52px 0px 30px 30px;
     text-align: left;}
.arabic p{
	    text-align: end;
	line-height: 20px;
	font-weight: 300;}
.middle-box{
     padding-bottom: 100px;}
.second-box{
      background: white;}
.second-box img{
     box-shadow: unset;}
.our-know-tabs{
    display: flex;
    justify-content: center;
    gap: 38px;}
.our-know-tabs li a{
	color: var(--black-color);
      font-size: 13px;
    font-weight: 400;	
	text-decoration:none;}
.our-know-tabs li{
     position: relative;
    display: inline-block; /* or block depending on layout */
    padding-right: 10px; /* Adjust spacing as needed */
     text-transform: uppercase;
     list-style: none;}
.our-know-tabs  li::after {
      content: "";
    position: absolute;
    right: -12px;
    top: 3px;
    height: 12px;
    width: 1px;
    background-color: black;}
.our-know-tabs  li:last-child::after {
    display: none; /* Remove border from the last child */}
.fancy h1 , .fancy h2{
        margin-top: 46px;
    text-align: center;
  font-size: 100px;
    color: #edefeb;}
h1 span{
font-family: 'GEHili';	
	display:block;}
.arabic-know-how span{
	padding-right: 13%;
	font-family: 'GEHili';
	   font-size: 13px;
	 font-weight: 300;
	display:block;}
.our-know-content-area h3 span{
	font-family: 'GEHili';
	   font-size: 14px;
	display:block;
	 font-weight: 300;}
.our-know-content-area h3{
        font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #eb1d5d;}
.heading-site p{
    padding-right:13%;}
.laduree-world b{
        color: #5b5a5a;
    margin-top: 17px;
    display: block;
    margin-bottom: 11px;}
.image-hover-content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 12px;}
.image-hover-content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;}
.image-hover-content:hover .content-overlay{
  opacity: 1;}
.content-image{
  width: 100%;}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}
.image-hover-content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;}
.fadeIn-bottom{
  top: 80%;}
.content-details h3 {
    color: white;}
.content-details p{
    color: white;}
.hover-gallery{
    margin-bottom: 30px;}
.yaer span {
  position: relative;
  display: inline-block; /* Ensures the span behaves like a box */}
.yaer span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);}
/*about hero section css end  */
  
  /*location css start */
  .location-text p{
      font-size: 14px;
      font-weight: 500;}
.location-slider img{
          width: 100%;
    height: 421px;
    object-fit: cover;}
.tabs-container {
            display: flex;
    width: 100%;
    padding-left: 20px;}
.tabs-nav {
            width: 170px;
            list-style: none;
            padding: 0;
            margin: 0;}
.tabs-nav svg{
            margin-right: 3px;}
.tabs-nav li {
                display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
                background: #FFF;
   box-shadow: 0px 0px 2px 0px rgba(0, 0, 64, 0.25);
                margin-bottom: 22px;
      width: 170px;
                padding: 17px;
    cursor: pointer;
    text-align: left;
    font-family: 'Prata';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--main-color);}
.tabs-nav li.active {
                border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
             color: white;  
    background: #672E45;}
.tabs-content.active {
    /*border: 1px solid black;*/}
.tabs-nav li.active  svg path{
                    stroke: #fff;}
.tabs-nav li.active  svg{
                stroke: #fff;}
.menu-tab img{
            height: 291px;}
.tabs-content {
                    background: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 64, 0.25);
    flex-grow: 1;
    padding: 0 20px;
    flex-grow: 1;
    display: none;
    height: 293px;
    /*margin-left: 17px;*/}
.tabs-content.active {
            display: block;}
.tabs-content p{
                line-height: 23px;
                font-size: 16px;
    font-weight: 400;}
.tabs-content p a{
               color: #1e1e1e;
        font-weight: 600;
}
.location-box a:hover{
                color: #BD9A64;}
.location-box a:hover svg {
    stroke: #BD9A64;}
.breadcrumb{
/*          margin-top: 25px; */
}
.contact-tab .contact-tab-content{
             line-height: 35px;}
.timing-tab , .contact-tab{
         padding-top: 40px;
    padding-left: 40px;}
.pagination-location{
            margin-top: 10px;}
.tab-sec-location{
               padding: 0 26px;
    margin-bottom: 48px;
    margin-top: 50px;}
.tabs-content.active{
                position: relative;}
.location-text{
                    margin-bottom: 16px;
                        padding-left: 22px;}
/*location css end */
  
  
  /*home page enqery css start */
  .inquiry{
          margin-top: 54px;
           background-color: #DBE4D5;
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 156px;}
.inquiry-box{
      
          margin: 12px;
          text-align: center;
    background: white;
               padding: 25px 5px 30px 5px;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);}
.inquiry-btn a{
         color: #1e1e1e;
    background: #dbe4d5 ;
    border-color: #1e1e1e;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid #1e1e1e;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.43;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    padding: 15px 40px;
    width: 80%;
    margin-top: 13px;}
.inquiry-box img{
          margin-bottom: 18px;

      height: 60px;}
.inquiry-box p{
          padding: 0 34px;}
.inquiry .container {
      top: 109px;
      position: relative;;}
/*home page enqery css end */
  
  .newsletter-form{
      padding-left: 30px;
       padding-top: 30px;}
.swiper-play-pause {
    height: 36px;
   width: 36px;
/*    position: absolute; */

   transform: translateX(-46%);
   color: #fff;
   border-radius: 50%;
   background-color: #672E45;
   z-index: 99;
   border: 1px solid #672E45;}
.banner-home .swiper-pagination{
  
/*     margin-top: 45px; */
}
.product-sec{
        margin-top: 50px;}
.swiper-play-pause .fa{
        font-size: 13px;}
.banner-home .swiper-pagination-bullet-active , .newsletter-sec .swiper-pagination-bullet-active{
    position: relative;}
.banner-home .swiper-pagination-bullet-active::after , .newsletter-sec   .swiper-pagination-bullet-active::after{
         content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #672E45;
    border-radius: 50%;}
.banner-home .swiper-pagination-bullet {
    margin: 0 9px ;}
.swiper-play-pause:hover{
     background-color: transparent;
   border: 1px solid black;
   color: black;}
.pagination-newsletter {
             margin-top: 24px;
}
.table-box-product tbody{
          line-height: 33px;}
.table-box-product img{
          height: 400px;}
.menu-product-box{
          padding: 0;
    background-color: unset;}
.product-logo{
      text-align: center;
           margin-bottom: 25px;}
.menu-product-box img{
          height: auto;
    border: 0;}
.menu-product-box p{
      font-size: 11px;}
.menu-product-box h3{
          line-height: 12px;}
.menu-product-box   i{
          font-size: 12px;
    font-family: 'Nunito Sans';}
.menu-product-box h3{
          margin-top: 0px;}
.product-logo svg{
           width: 120px;}
.swiper-products .swiper-controls {
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -23px;
    position: relative;
    right: 37px;
    top: 8px
}
/* Adjust pagination */
.swiper-products .pagination-products {
   position: relative;
  top: -16px;
  margin-top: 0px;
      left: -4%;
}
/* Style arrows */
.swiper-products .swiper-button-prev-products,
.swiper-products .swiper-button-next-products {
  position: static;
    width: 40px;
    height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  cursor: pointer;}
/* Optional: Hover effect */
.swiper-products .swiper-button-prev-products:hover,
.swiper-products .swiper-button-next-products:hover {
  background-color: #555;
  color: #fff;}
.swiper-products .swiper-wrapper {
    margin-bottom: 54px;}
.pagination-products  .swiper-pagination-bullet {
    margin: 0 0px !important;}
.products_arabic_title p{
    color: var(--dark-gold);
text-align: center;
font-family: 'GEHili';
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 21px; /* 105% */
text-transform: uppercase;}
.newsletter-slider-sec{
       margin-bottom: 20px;}
#topButton {
     display: none; 
            position: fixed;
            bottom:85px;
            right:8px;
            cursor: pointer;
        z-index: 999;}
.form-side{
	text-align: left;
        position: relative;
    left: 102px;}
footer .join-our-community{
      position: unset;}
.center-nl h2{
	text-align: center;
           font-size: 24px;
    text-transform: uppercase;
     
}
.arb-title h2{
	    font-size: 17px;
    font-family: 'GEHili';
    font-weight: 300;
    line-height: 15px;
}
.nl-para {
	    margin-bottom: 15px;
}
.nl-para p{
	margin: 0;
}
.nl-para span{
	    font-family: 'GEHili';
    font-size: 12px;
    font-weight: 300;
}
.arb-title{
	margin-bottom: 15px;
}
.arb-title{
	    font-family: 'GEHili';
    font-size: 16px;
    font-weight: 300;
    line-height: 15px;
}
.register-with-email{
	position:relative;}
.register-with-email .wpcf7-spinner{
	    position: absolute;
    top: 20px;
    right: -70px;}
.register-with-email p{
       display: flex;}
.wpcf7-not-valid-tip{
	text-align: left;
    color: red;}
.register-with-email  .wpcf7-form-control-wrap{
	width:100%;}
.register-with-email .submit-btn{

     margin-bottom: 16px;
    height: 50px;
    width: 163px;}
.center-nl span{
      display: block;
      color: #FFF;
font-style: normal;
line-height: 29px; /* 193.333% */
text-transform: uppercase;}
.product-daetil-sec{
        margin-top: 25px;

        margin-bottom: 50px;}
/*location page css start*/
.location-box{
    background: #F6F6F6;
padding: 15px;
height: 385px;
 margin: 11px 3px;
position: relative;
}
.location-box_sec , .map-box_sec{
        margin-top: 5px;
           padding: 0 3%;
    margin-bottom: 30px;}
.location-box span{
        margin-top: 11px;
        display: block;
    margin-bottom: 13px;
text-transform: uppercase;
    color: #672E45;
font-size: 15px;
font-style: normal;
font-weight: 800;
line-height: 22px; 
    text-align: left;
    padding-right: 7%;}
.location-box .addresh{
    margin-top: 22px;
    margin-bottom: 19px;}
.location-box ul{
        margin-bottom: 5px;}
.location-box a{
       color: #1E1E1E;}
.location-box p{
        margin-top: 11px;
    color: #1E1E1E;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 20px;}
.location-box ul{
    padding-left: 0px;}
.location-box  .inline-items{
          margin-top: 21px;
    margin-bottom: 10px;
    display: flex;
    gap: 13px;
}
.location-box ul li {
    list-style: none;
    color: #1E1E1E;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 20px;}
/*location page css end */

/*navigation home page css start*/
.circles-sec p{
    color: #84754E;
font-family: var(--font-serif);
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
text-align: center;
    margin-top: 23px;
        text-transform: uppercase;}
.circles-sec {
          margin-top: 175px;

    display: flex;
    justify-content: center;
    gap: 75px;}
.circle-content{
    margin-top: 65px;}
.circles-sec .circle img{
   box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
        height: 110px;
    width: 110px;
    border-radius: 50%;
    object-fit: cover;}
/*navigation home page css end */
.mobile{
        display: none;}
.moreless-button{
    position: relative;
    z-index: 9;}
.show-text{
        margin-bottom: 4px;
}
.english-text{
   margin-bottom: 10px;
}
.moreless-button{
    font-size: 12px;
    font-weight: 600;
   border:1px solid #90795c;
    color: #90795c;
    padding: 4px 10px;
    border-radius: 20px;
    top:4px;}
.moreless-wrapper{
    text-align: center;}
.arabic{
        text-align: center;
    color: #000000;
font-family: 'GEHili';
            line-height: 14px;
             font-size: 13px;
    font-weight: 500;}
.show-text , .english-text{
    line-height: 18px;
        text-align: center;
    color: #070707;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;}
.moretext{
    display: none;}
.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #672E45;}
.swiper-products .swiper-pagination-bullet {
    width: 74px;
    border-radius: 0;
    height: 3px;}
.pagination-products .swiper-pagination-bullet {
    margin: 0 0px !important;}
.products_box span{
 margin-top: 65px;
         font-size: 21px;
         font-weight: 400;
         display: block;
         font-family: 'Prata';
         text-transform: uppercase;}
.swiper-products  .products_box p{
        font-family: 'GEHili';
    font-style: normal;
    font-weight: 300;}
.back-btn {
    background: #672E45;
    padding: 0 0px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;}
.back-btn:hover {
    background: white;
    border: 1px solid black;
    color: black;}

.main-btn:hover {
    background: white;
    color: black;
    border: 1px solid black;
}
.main-btn {
    border: 1px solid transparent;
    transition: .5s;
    background: #672e45;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 17px 0 11px 0px;
    color: white;
    text-decoration: none;
        text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
        flex-direction: column;}
.breadcrumb ul li a , .breadcrumb ul li {
	    text-transform: capitalize;
    color: #54595f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;}
.location-text span{
        color: #1E1E1E;
    font-family: Prata;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;}
.location-text h1{
    text-transform: capitalize;
    color: #1E1E1E;
font-family: Prata;
    font-size: 43px;
font-style: normal;
font-weight: 400;
line-height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;}
.location-info {
        position: relative;
    left: 30px;}
.baches :first-child {
    color: white;
    background-color: #ce9649;
    font-size: 12px;
    font-weight: 700;
    border-radius: 200px 200px 200px 200px;
    padding: 10px 16px 10px 16px;
    text-decoration: none;}
.baches :nth-child(2) {
    color: white;
    background-color: #d24766;
    font-size: 12px;
    font-weight: 700;
    border-radius: 200px 200px 200px 200px;
    padding: 10px 16px 10px 16px;
    text-decoration: none;}
.swap-on-hover {
    position: relative;
    margin: 0 auto;
    height: 282px;}
.title-with-price h2 {
    line-height: 17px;
    width: 70%;}
.price-card p {
    font-size: 28px;
    font-weight: 800;
    line-height: 19px;}
.price-card {
        width: 30%;
    text-align: right;}
.product_landing_eng_dis P{
    font-size: 14px;
    font-weight: 500;
    line-height:20px;
	    margin: 0;
}
.product_landing_arb_dis P:first-child{
	     margin-top: 27px;
}
.product_landing_arb_dis P{
        font-family: 'GEHili';
     font-size: 13px;
    font-weight: 300;
    line-height:20px;
   }
.circle-content h1{
           text-transform: none;
     color: #1E1E1E;}
.location-box .main-btn {
    border: 1px solid #1E1E1E;
    background: #DBE4D5;
    color: #1E1E1E;
    position: absolute;
    width: 90%;
    bottom: 23px;
}
.tab-sec-location .row{
    align-items: center;}
.circle{
        text-align: center;}


#map {
    height: 350px !important;
}
.desktop-delivery-icon svg{
      position: absolute;
    z-index: 9;
    bottom: 15px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: white;
    padding: 8px;
    border-radius: 50%;}
.desktop-delivery-icon{
           position: absolute;
    bottom: 0;
    right: 0;}
.tool-tip-box {
	
    display: none;
      position: absolute;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    white-space: nowrap;
    right: 9px;
    top: -79px;
    z-index: 9;
	    padding: 7px 12px;
    padding-right: 9px;}
.desktop-delivery-icon {
    display: inline-block;}
.desktop-delivery-icon:hover .tool-tip-box {
    display: block;}
.circle p br{
    display: none;}
.product_card .main-btn {
    margin-top: -30px;
}
.price-detail{
        display: flex;
         justify-content: end;
    margin-bottom: 25px;
    margin-top: 25px;}
.product-detail-slider-dots{
    margin-top: 10px;
}
.macaron-box-front, .macaron-box-back {
    text-align: center;
    background: #F6F6F6;
    border-radius: 0px;}
.macaron-price span{
          font-size: 20px;
    font-weight: 800;}

/* .macaron-eng-disc p{
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 2px;} */

.macaron-arb-disc p{
             color: #000000;
    line-height: 19px;
    font-size: 13px;
    font-family: 'GEHili';
    font-weight: 300;
}
.allergens-arb-disc p{
color: #000000;
    line-height: 22px;
    font-size: 11px;
    font-family: 'GEHili';
    font-weight: 300;
}
.macaron-box-back , .macaron-box-front {
height: 100%
}
.darkgreen {
    background-color: #DBE4D5;}
.main-btn span{
      font-family: 'GEHili';
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
        margin-top: -4px;}
.arabic-price span{
       font-family: 'GEHili';
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 13px;}
.delivery-text p{
    color: #545559;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 145.455% */
text-transform: capitalize;}
.delivery-text{
        width: 70%;
    text-align: left;}
.allergen ul{
         display: flex;
    gap: 0px;
    padding-left: 0px;
    flex-wrap: wrap;}
.allergen{
  display: flex;
    gap: 2px;
    align-items: flex-start;
}
.allergen ul li span{
       color: #84754E;
     font-family: 'GEHili';
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    margin-left: 4px;}
.allergen ul li{
    list-style: none;}
.allergen ul li{
    
       display: flex;
color: #84754E;
    text-align: center;
/*     font-family: Prata; */
    font-size: 10px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    align-items: center;}
.allergen ul:first-child li{
        font-family: 'Nunito Sans';
   color: #84754E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;}
.allergen ul li img{
        height: 25px;
    width: 25px;
    margin-right: 5px;}
.tool-tip-box p{
    text-transform: capitalize;
        font-size: 12px;}
.allergen{
        margin: 19px 0px;}
.menu_landing_arb_dis{
    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0px;
        margin-bottom: 10px;}
/*tabs css start*/
  .tabs-container { 
      display: flex; 
          gap: 26px;
          padding-left: 40px;
        padding-right: 40px;
    margin-top:40px;
/*  margin-top: 133px; */
    margin-bottom: 66px;
}
.tabs {
            display: flex; flex-direction: column; border-right: 2px solid #ccc; width: 200px;}
.tab {
            padding: 10px; cursor: pointer; border: 1px solid #ccc; border-right: none;}
.tab.active {
        
  color: #043C5F;

}
.tab-content-container {
            flex-grow: 1;
    width: 76%;
}
.tab-content {
            display: none;}
.tab-content.active {
            display: block;}
.menu-landing-page  .tabs{
    height: fit-content;
 width: 24%;
    border-radius: 0px;
    border: 1px solid #BEBDBD;
    background: #FFF;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}
.menu-landing-page .tab {
         padding: 9px 12px 8px 14px;
    color: #84754E;
    border-bottom: .1px solid #BEBDBD;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    outline: none;
    margin: 6px 20px;

}
.menu-landing-page .tab:last-child {
   border-bottom: 0;}
.tabs-container .tabs h3{
             color: #1E1E1E;

text-align: center;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
text-transform: uppercase;
    margin-top: 45px;
        margin-bottom:15px;}
.menu-popup-btn a:hover{
    background: #fff;
 color: #f1f1f1;
    border: 1px solid #000;}
.menu-popup-btn a{
         background: #672E45;
        display: block;
/*     text-align: left; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    z-index: 9999;
    color: white;
}
.tab-content-container .tab-content  h2{
    margin-bottom: 23px;
    margin-top: -79px;
    text-align: center;
    padding-right: 340px;
    font-family: "garamond-premier-pro-display", serif;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 300;
    position: relative;
    top: -19px;
}
.french-toast-boxes{
	margin-top: -14px;
}
.french-toast-boxes a{
	color: var(--main-color);
}
.menu-landing-page .tab.active{
        color: #ffffff;
    background: #672E45;}
.menu-landing-page .tab.active span{
     color: #ffffff;}
.menu-landing-page .tab span{
    color: #84754E;
    display: block;
text-align: center;
   font-family: 'GEHili';
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 142.857% */
text-transform: uppercase;}
.eng-title-banner P{
    color: #1E1E1E;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 21px;}
.eng-title-banner span{
     color: #000;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 21px;
      font-family: 'GEHili'; 
          display: block;
    margin-top: -7px;
    margin-bottom: 26px;}
.product-detail_content .delivery-text p span{
        font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    font-family: 'GEHili';
    display: block;
    padding-left: 24px;}
.circles-sec p span{
        font-size: 14px;
    font-style: normal;
    font-family: 'GEHili';
    display: block;
    margin-top: -7px;}
.displayText span{
        font-style: normal;
    font-family: 'GEHili';
    display: block;
    font-size: 16px;
    font-weight: 300;}
.french-toast-boxes img {
          width: 100%;

    margin-top: 0px;
    height: 242px;
    object-fit: cover;
    max-width: 100%;}
.french-toast-boxes .macaron-price {
    margin-top: 19px;}
.french-toast-boxes .macaron-arabic-price {
    margin-bottom: 18px;}

.french-toast-boxes .macaron-box-front h3 {
	margin-bottom: 8px;
    margin-bottom: 4px;
    margin-top: 19px;
    padding:0px 15px;
}
.tab-content-container .tab-content h2 span{
         font-family: 'GEHili';
    display: block;
    font-size: 16px;
    text-align: center;}
.menu-popup-btn a:hover svg{
stroke: #f1f1f1;}
.pyramids-cake{
    margin-top: 50px;}
.pyramids-cake h2 span{
      font-family: 'GEHili';
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 400;}
.pyramids-cake  h3{
    color: black;
	    margin-bottom: 15px;
}
.content-cake{
    text-align: center;
      padding: 0 73px;}
.pyramids-cake  h3 span{
        padding: 0 52px;
     font-family: 'GEHili';
    display: block;
    font-size: 16px;
    
    font-weight: 300;}

.arabic-dis-cakes span:first-of-type {
       font-weight: 400;
}
.pyramids-cake .main-btn:hover{
	background: white !important;
 
    border: 1px solid black !important;
}
/* .eng-disc-maison p{
	font-weight: 700;
} */
.home_desc_arab p {
   color: #1e1e1e;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-family: 'GEHili';
    display: block;
    margin-top: -7px;
    margin-bottom: 14px;
}
.content-cake .arabic-dis-cakes  span{
    font-family: 'GEHili';
    display: block;
    font-size: 12px;
    font-weight: 300;}
.pyramids-cake p b{
    text-transform: capitalize;
    font-weight: 700;
    color: black;}

.pyramids-cake .main-btn {
        border: 1px solid #000;
    background: #DBE4D5;
    color: black;
margin-top: 26px;

}
.image-container {
    position: relative;

}


.pyramids-cake h2{
    margin-bottom: 4px;
}
.pyramids-cake-title{
	 margin-bottom: 40px;
}
.pyramids-cake-title span{
	color: var(--dark-gold);
    font-family: 'GEHili';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.calorie{
        width: 70%;}
.calorie p{
    
        margin-bottom: 0;
    color: #1E1E1E;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 10px; /* 83.333% */
text-transform: capitalize;}
.calorie span{
    color: #000;
 font-family: 'GEHili';
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 10px; /* 83.333% */
text-transform: capitalize;}
/*tabs css end */

.not-found-box{
	    padding: 0 60px;
	text-align:center;
	border: 0.3px solid #000;
background: #FFF;
	width: 414px;
height: 250px;
	    position: absolute;}
.not-found-box h1{
	    margin-top: 39px;
	color: #000;
	font-family: 'Prata';
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 21px;
	text-transform:unset;}
.not-found-box p{
	font-family: 'Prata';
	color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
	    margin-top: 12px;}
.not-found-sec img{
	width:100%;
	height: 422px;
	object-fit:cover;}
.not-found-sec{
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 60px;}
.not-found-sec .main-btn{
	    margin-top: 26px;
	    border: 1px solid #1E1E1E;
    background: #DBE4D5;
    color: #1E1E1E;
}
.sort-container {
  font-family: sans-serif;
  width: 200px;}
.sort-toggle {
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 5px;}
.sort-options {
  border: 1px dashed #007bff;
  display: none;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.sort-options label {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;}
.sort-options label:last-child {
  border-bottom: none;}

.search_result-sec img{ 
	    width: 100%;
    height: 200px;
    object-fit: cover;}
.search_result-sec .row{
	    position: absolute;
	    z-index: 9;}
.search_result-sec h1{
	color: white;}
.search_result-sec .overlay-banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
    background: rgb(0 0 0 / 24%);
  z-index: 1;}
.search_result-sec span{
	display:block;
	    font-family: 'Nunito Sans';
	color: #FFF;
text-align: center;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: 33px; 
text-transform: uppercase;}
.search_result-sec{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 60px;}
.search-title span {
     margin-top: 18px;
    display: block;
    color: #672E45;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "garamond-premier-pro-display", serif;}
.search-results-box img{
	    width: 100%;
    border-radius: 6px;
    height: 140px;
    object-fit: cover;
    background: #f6f6f6;
	

}
.search-results-box{
	    margin: 15px 5px;}
.search-results-box-sec{
	    margin-bottom: 60px;}
.search-results-box p{
    margin-top: 5px;
	font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 20px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.date{
	    margin-top:  2px;}
.date span{
	color: #525252;
	display:block;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 11px;}
.search-box {
	    margin-bottom: 37px;

	position:relative;}
.search-box  p{
	    margin-top: 6px;

	color: #000;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 20px;
	text-align:left;}
.search-box input:focus-visible{
	outline: none;
}
.search-box input{
	    width: 100%;
    border: 0.5px solid #000;
    height: 50px;
	padding-left: 50px;
    padding-right: 20px;
}
.serch-icon{
    position: absolute;
    top: 12px;
    left: 18px;}
.our-know-content-area{
	margin-bottom: 40px;
}

.menu-info-box h2 a span {
    display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 17px;
}

.french-toast-sec img{
	 width: 100%;
    max-width: 100%; 
}   

.french-toast-main-sec{
	margin-bottom:40px;
}
.products_box a{
	    color: var(--black-color);
}
.products_box span:hover , .products_box p:hover{
	 color: var(--main-color);
}

.swiper-products{
	margin-top: 30px;
}
.event-content{
	margin-top: 15px;
}
.event-slider img{
	    width: 100%;
    height: 430px;
    object-fit: cover;
}

.p-left{
	padding-left:50px;
}
.p-right{
	padding-right:50px;
}
.with_slider {
	padding-bottom: 30px;
    border-top: 1px solid var(--drinks);
    padding-top: 30px;
}
/* .without_slider img , .event-slider{
margin-bottom: 41px;
    margin-top: 22px;
} */
.event-content span{
	    margin-top: 20px;
	text-transform:uppercase;
	     margin-bottom: -2px;
	line-height: 1.4;
    font-weight: 400;
    color: var(--dark-gold);
    display: block;
    font-size: 17px;
    font-family: 'Prata';
}
.without_slider b{
/* 	    margin-top: 25px;
	text-align: center;
    display: block;
    color: var(--dark-gold);
    font-size: 18px;
    font-family: 'Prata';
    font-weight: 500; */
}
.without_slider b a{
	  color: var(--dark-gold);
}
.without_slider b a:hover{
text-decoration:underline;
}
.event-sec p a{
	  color: var(--dark-gold);
}
.event-sec p a:hover{
	text-decoration:underline;
}

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

.event-sec span p{
	    display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 16px;
}
.event-sec p span {
	  display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
	margin-top: 9px;
	color: black;
	}
.legal-notice{
	margin-bottom: 40px;
}
.legal-notice .accordion-content a{
	color:black;
}
.legal-notice .accordion-content a:hover{
	text-decoration: underline;
	
}
.legal-notice .accordion-content ul {
	padding-left: 0px;
}
.legal-notice .accordion-content ul li{
	 margin-bottom: 6px;
	list-style:none;
}
.legal-notice .accordion-content p{
    margin-bottom: 10px;
}

.without_slider img , .with_slider img{
	width:100%;
}

.legal-notice  .accordion {
    padding: 20px 100px 20px 100px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cccccc;
    border-radius: 0px 0px 0px 0px;
	    margin-top: 25px;
    }

  .legal-notice .accordion-item {
	    padding: 24px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	   
    }

   .legal-notice  .accordion-header {
	   font-weight: 600;
       cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
	       font-size: 18px;
    }
 .legal-notice .accordion-content {
      display: none;
          padding: 15px 0px;
      background: #fff;
    }
 .legal-notice .fa {
      transition: transform 0.3s ease;
    }
.legal-notice .accordion-header .fa-chevron-down{
	transform: rotate(269deg);
}
 .legal-notice .accordion-header .fa-chevron-up {
      transform: rotate(180deg);
    }

.legal-notice .legal-notice{
	margin-bottom: 40px;
}

.call-sec li{
	    margin-bottom: 10px;
}

.call-sec li svg{
	height: 19px;
    width: 18px;
    margin-right: 5px;
}
.middle-box h2 span{
	display:block;
}

.swiper-newsletter .swiper-wrapper{
	    top: 24px;
}
.menus-information-sec .d-p-content{
	    width: 108px;
}

.mobile-logo p{
	margin: 0;
}
.offcanvas-header{
	display: unset;
}
.sitemap-main{
    display: flex;
    gap: 29px;
    justify-content: start;
    margin-top: 34px;
    flex-wrap: wrap;
}
.sitemap-box {
	list-style: none;
    background: #FBFBFB;
    width: 213px;
    padding: 20px
}

.sub-menu-sitemap li{
	    margin-bottom: 8px;
	    list-style: disc;
}
.sub-menu-sitemap li::marker {
	color: var(--main-color);
}
.sub-menu-sitemap{
	    padding: 10px 0 0px 28px;
}


.sub-menu-sitemap li a{
	    color: black;
    text-transform: capitalize;
}
.sub-menu-sitemap li a:hover{
	    color: var(--main-color);
}
.sitemap-box > a:hover{
		    color: var(--main-color);
}
.sitemap-box > a {
	    font-weight: 600;
    text-transform: uppercase;
    color: #000;
   font-family: "garamond-premier-pro-display", serif;
       font-size: 18px;
}

.sitemap-main{
	margin-bottom: 40px;
}
	.store-svg p a{
		        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 0;
	}

.tabs-content p a:hover{
	    color: var(--main-color);
}

.accordion-box img{
	    height: 100px;
    width: 100px;
    object-fit: cover;
}

.accordion-box a{
	    text-transform: uppercase;
    color: #A58D5F;
font-family: "garamond-premier-pro-display", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.accordion-box{
	    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 23px;
    padding: 0 15px;
	
}
.pyramids-and-cakes .accordion{
	border: 1px solid #A58D5F;

}

.macaron-title{
	    margin-bottom: 30px;
}
.pyramids-and-cakes .accordion-header{
	    font-family: "Prata", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
	color: var(--dark-gold);
	
}
 .pyramids-and-cakes .accordion-header.active span {
	    color: #043C5F;
}
.pyramids-and-cakes .accordion-header{
	   padding: 0 15px 8px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #A58D5F;
    border-radius: 0;
	
}
.pyramids-and-cakes .accordion-content{
	display: none;

	    padding: 10px 0px 0 0px;
    border-bottom: 1px solid #A58D5F;
}
.accordion-item:last-child .accordion-header{
border: unset;
}

.pyramids-and-cakes .accordion-item{
	border: unset;
    padding: 17px 0px 0px 0px;
    border-radius: 0;
	
}
.pyramids-and-cakes{
	    max-width: 720px;
    margin-bottom: 50px;
}

.inner-menu-tab{
	text-align: center;
}
.extra_info{
	    margin-top: 5px;

}
.extra_info p{
	    color: var(--dark-gold);
	font-size: 12px;
}
.extra_info span{
	    color: var(--dark-gold);
	       font-size: 12px;
    font-weight: 300;
    font-family: 'GEHili';
}
.tab-box p{
	text-align: center;
}

.booklet-content-side{
	    text-align: center;
    border-style: double;
    border-width: 4px 4px 4px 4px;
    border-color: #A58D5F;
    padding: 38px 25px 19px 25px;
}
.booklet-disciption{
	padding: 0 30px;
}
.booklet-title{
	margin-bottom: 17px;
}
.booklet-frame{
margin: 0 3% 9% 3%;
}
.macaron-pyramid img{
	height: 710px;
}
.choux-pyramid img {
    height: 750px;
}
.marie-antoinette-cake img{
	height: 681px;
}
.ispahan-cake img{
	    height: 658px;
}
.booklet-frame img{
	    width: 100%;
    object-fit: cover;
}

.right-p{
	padding-left: 20px;
}
.left-p{
	padding-right: 20px;
}
.booklet-frame h1{
	font-family: "garamond-premier-pro-display", serif;
	    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
	    margin-bottom: -5px;

}

.booklet-title span{
	    font-family: 'GEHili';
    font-size: 20px;
    font-weight: 300;
    color: var(--dark-gold);
    display: block;
    margin-top: 3px;
}

.booklet-disciption p{
	     color: var(--dark-gold);
    font-family: "garamond-premier-pro-display", serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 22px;
    margin-bottom: 3px;;
    
}
.booklet-diveder{
	      max-width: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid var(--dark-gold);
    margin-left: auto;
    margin-right: auto;
}
.booklet-disciption span{
	       display: block;
    margin-top: 7px;
    color: var(--dark-gold);
    font-family: 'GEHili';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.product-name p{
		    color: var(--dark-gold);
	    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Prata';
}
.product-name-arabic span{
		    color: var(--dark-gold);
	    font-family: 'GEHili';
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.booklet-price-box{
	    display: flex;
    gap: 35px;
	justify-content: center;
}
.product-name p span{
	    font-size: 13px;
}
.product-price P{
			    color: var(--dark-gold);
	    font-family: "garamond-premier-pro-display", serif;
	    font-size: 20px;
    font-weight: 700;
}

.booklet-footer p{
	    color: var(--dark-gold);
    font-family: "garamond-premier-pro-display", serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 3px;
}
.booklet-footer span{
    color: var(--dark-gold);
    font-family: 'GEHili';
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    display: block;
    margin-bottom: 10px;
}

.booklet-bottom .first-text h4{
 font-family: 'Prata';
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
.booklet-bottom .first-text p{
	    margin-bottom: 0px;

	  color: var(--dark-gold);
	    font-size:19px;
    font-weight: 600;
	  font-family: "garamond-premier-pro-display", serif;
}
.booklet-bottom .first-text p span{
	  color: var(--dark-gold);
	    font-size: 16px;
}
.second-text h4{
	 font-family: 'GEHili';
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
}
.second-text p{
	    color: var(--dark-gold);
    font-family: 'GEHili';
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 9px;
    line-height: 19px;
}
.dual-text{
	    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
	margin-top: 15px;
}
.first-text{
	text-align: right;
}
.second-text{
    text-align: left;
}
.bottom-part- p{
		  font-family: "garamond-premier-pro-display", serif;
	font-size: 16px;
    font-weight: 600;
	  color: var(--dark-gold);
	margin-bottom: -5px;
}
.bottom-part- span{
     font-family: 'GEHili';
    font-size: 12px;
    font-weight: 300;
    color: var(--dark-gold);
}


.bottom-part-{
	    margin-top: 15px;
}

.allergens-in-booklet ul{
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.allergens-in-booklet ul li b{
	 font-family: 'Prata';
    font-size: 14px;
    font-weight: 400;
}
.allergens-in-booklet ul li{
	    font-size: 15px;
			  font-family: "garamond-premier-pro-display", serif;
	    color: var(--dark-gold);
	list-style: none;
}
.allergens-in-booklet ul li svg{
	height: 15px;
    width: 15px;
	    margin-right: 3px;
}

.allergens-in-booklet {
	margin-bottom: 30px;
}

.middle-part h4{
		  font-family: "garamond-premier-pro-display", serif;
	    color: var(--dark-gold);
	    font-size: 18px;
    font-weight: 500;
	margin-bottom: 0px;
}
.middle-part span{
	display: block;
	     font-family: 'GEHili';
    font-size: 16px;
    font-weight: 300;
    color: var(--dark-gold);
}
.middle-part b{
	margin-top: 25px;
	margin-bottom: 25px;
	  font-family: "garamond-premier-pro-display", serif;
	    color: var(--dark-gold);
	    font-size: 18px;
    font-weight: 700;
	display: block;
}
.marie-antoinette-product-name p b{
	        font-family: 'Prata';
    font-size: 16px;

}
.marie-antoinette-product-name p{
    font-family: 'garamond-premier-pro-display';
    color: var(--dark-gold);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}
.marie-antoinette-product-name span{
	    margin-bottom: 24px;
	display: block;
	     font-family: 'GEHili';
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-gold);
}
.marie-antoinette-f b{
		display: block;
		  color: var(--dark-gold);
	 font-family: 'Prata';
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
}
.marie-antoinette-f span{
	display: block;
    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
    color: var(--dark-gold);
    margin-top: 5px;
}
.marie-antoinette-f p{
		    display: block;
    color: var(--dark-gold);
    font-family: "garamond-premier-pro-display", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.page-id-869 .country-flags  , .page-id-869 .menu-sec {
	display: none;
}
.page-id-869 .container.logo{
	    margin-top: 38px;
    margin-bottom: 38px;
}


.page-id-872  .country-flags  , .page-id-872  .menu-sec {
	display: none;
}
.page-id-872  .container.logo{
	    margin-top: 38px;
    margin-bottom: 38px;
}
.popip-content-area h4{
	    color: #A58D5F;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    line-height: normal;
    margin-bottom: -1px;
    margin-top: 12px;

}
.arabic-popup-title span{
	display: block;
	     font-family: 'GEHili';
    font-size: 14px;
    font-weight: 300;
    color: var(--dark-gold);
}
.popup-price p{
	    color: #AD8F59;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: -2px;
    margin-top: 18px;
}
.popup-price span{
	margin-top: 3px;
	display: block;
	     font-family: 'GEHili';
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-gold);
}
.arabic-popup-discription{
	margin-bottom: 17px;
}
.modal .row{
	align-items: center;
}
.arabic-popup-discription p{
    margin-bottom: 4px;

    color: #A58D5F;
    text-align: center;
    font-family: 'Prata';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 19px;
}
.arabic-popup-discription span{
	display: block;
	     font-family: 'GEHili';
    font-size: 12px;
    font-weight: 300;
    color: var(--dark-gold);
}
.popup-close{
	cursor: pointer;
	    position: absolute;
    right: 7px;
    top: 7px;
}
.popip-content-area{
	    position: relative;
    right: 20px;
}

/* for popup css start  */

	
#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999;
}

#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
	#modal-container .main-btn{
		width: 144px;
    height: 46px;
    margin: auto;
	}
#modal-container .modal-background .modal {
     padding: 34px 0px;
    display: inline-block;
    border-radius: 0px;
    font-weight: 300;
    position: relative;
    max-width: 700px;
    background: #FFFBF1;
    height: 400px;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
	
	.popup-logo svg{
		width: 120px;
	}
	
	
/* for product box  */
	.products_box{
       background: #FFE4E9;
	}


/* for popup css end  */
.page-numbers:hover {
background: #672e45;
    color: white;
}

.page-numbers{
	    margin-right: 10px;
	color: #672e45;
	border: 1px solid #672e45;
    padding: 3px 13px;
    border-radius: 3px;
}
.page-numbers.current{
	background: #672e45;
    color: white;
    padding: 3px 13px;
    border-radius: 3px;
}

.box-bottom{
	    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pyramids-cake .image-container::after {
      bottom: -28px;
    left: -10px;
}
.arabic-dis-cakes{
	    margin-top: 30px;
}
.arabic-dis-cakes p{
	    font-family: 'GEHili';
	font-weight: 300;
	  margin-bottom: 12px;
}
.eng-dics-maison p{
	font-weight: 700;
}
.text-wrapper  svg:first-child{
	margin-right: 8px;
}
.text-wrapper  svg:last-child{
		margin-left: 8px;
}
.banner-controls {
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-home{
	overflow: hidden;
}
header{
/* 	z-index: 9999;
	    position: sticky;
    top: 0;
    background: white; */
}
.desktop-header.sticky {
	z-index: 9999;
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
	    height: 66px;
	  border-bottom: 1px solid #f5f5f5;
}
.back-button_m a span:hover svg{
	    stroke: #000;
}
.desktop-header.sticky .sticky_logo{
	display: block;
}
.desktop-header.sticky .normal-logo svg{
		display: none;
}
.sticky_logo{
	display: none;
	    position: absolute;
    left: 107px;
    top: -8px;
	z-index: 999;
}
.mobile-header.sticky{
		z-index: 9999;
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
}

/* new css start 13/05/2025 */
.dropdown-header {
	    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.d-p-image img{
	border-radius: 3px;
border: 1px solid #84754E;
	height: 160px;
	width: 120px;
	object-fit: cover;
}
.arabic-title-detail p{
	    color: var(--dark-gold);
	font-family: 'GEHili';
    font-weight: 300;
	    font-size: 20px;
}
.dropdown-p-box{

    align-items: center;
 margin-bottom: 31px;
   padding-right: 12px;
}
/* .sub-tab::after {
     content: "";
    position: absolute;
    bottom: 6px;
    left: 24px;
    height: 1px;
    width: 92%;
    background-color: #000;
}
dropdown-content .sub-tab:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 24px;
    height: 0px;
    width: 92%;
    background-color: #000;
} */

.sub-tab{
	cursor:pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 15px 20px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(30, 30, 30, 0.75);
    color: white;
}
.sub-tab img{
	height: 50px;
	width: 50px;
	object-fit: cover;
}

.dropdown-content {
    padding: 0px;
/*     background: rgba(0, 0, 0, 0.3); */
    border-radius: 15px;
/*     backdrop-filter: blur(5px); */
    margin-top: 0px;
    display: none;}

.sub-tab .sub-tab-content{
	     width: 100%;
}
.sub-tab .arrow {
      position: absolute;
    right: 9px;
    top: 12px;
    background: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #1E1E1E;
}

.sub-dropdown-content{
	   padding: 40px 40px;
    border-radius: 12px;
       background-color: var(--a-la-carte);
    margin: auto;
    max-width: 880px;
	
}
.d-p-content p a:hover{
	    color: #84754E;
}
.d-p-content p a{
	color: #1E1E1E;
    padding: 0;
    text-align: left;
font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    font-family: "garamond-premier-pro-display", serif;
}
.d-p-content span:hover{
	color: #84754E;
}
.d-p-content span{
	display: block;
   color: #1E1E1E;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    text-transform: uppercase;
    font-family: 'GEHili';
    margin-top: 3px;
}
.d-p-content p{
	margin-bottom:0;
	border: 0;
	line-height: 18px;
}
.sub-view-btn{
	text-align: left;
    display: block;
    margin-top: 9px;
    color: #84754E;
    font-family: "garamond-premier-pro-display", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.sub-tab-content p{
	    border: 0;
    color: #FFF;
    text-align: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "garamond-premier-pro-display", serif;
	
}
.sub-tab span{
	display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
}
.sub-dropdown-content , .normal-mega-menu{
		 box-shadow: 0px -3px 6px 0px #672E45;
}
.normal-mega-menu{

	    border-radius: 12px;
    padding: 35px 35px;
    margin-left: auto;
    max-width: 880px;
    background-color: var(--french-Toast-color);
    margin-right: auto;
    margin-top: -9px;
}

.dropdown-content .main-btn{
    width: 145px;
    margin: auto;
    height: 45px;
}
.dropdown-content  {
	position: relative;
}
.close-dropdown{
	position: absolute;
    right: 10px;
    top: 10px;
}
.d-p-image{
	
	width: 120px;
}
.related-products-sec {
	background-color: var(--french-Toast-color);
/*         padding: 40px 40px 20px 40px; */
    margin-top: 30px;
	    border-radius: 6px;
    border: 1px solid var(--drinks);
    padding: 20px;
	
}
.related-products-sec .related-sub-title span{
  
       color: #84754E;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    font-family: 'GEHili';
    display: block;
    margin-bottom: 30px;
    margin-top: -5px;
}
.doted-border{
   border-top: 2px solid var(--dark-gold);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 0px;
}


.r-price {
	    margin-bottom: 0;
    margin-top: 11px;
    font-weight: 800;
}
.product-box h3:hover{
	    color: var(--main-color);
}
.product-ar-title:hover{
	color: var(--main-color);
}
.bottom-info span{
	    font-family: 'GEHili';
    color: var(--dark-gold);
    font-size: 12px;
    font-weight: 300;
}
.bottom-info p{
	    margin-bottom: 0;
    font-size: 14px;

}
.bottom-info h5{
	    margin-top: 20px;
    text-transform: unset;
    font-size: 12px;
}
.bottom-info h6{
	    font-family: 'GEHili';
    font-size: 10px;
    font-weight: 300;
}
.bottom-info{
	 margin-top: 55px;
    margin-bottom: 50px;
}

.product-detail-sec{
	    background-color: #eedbe0;
    padding-top: 20px;
}

.related-sub-title h2{
	font-size: 18px;
	  
}

.dropdown .dropdown-p-box{
	display: flex;
    align-items: center;
    gap: 16px;
}
.content-area .col-sm-12 span{
font-size: 18px;
    font-family: 'GEHili';
    color: var(--dark-gold);
    margin-top: -6px;
    display: block;
}

.dropdown .dropdown-content .sub-tab:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dropdown .dropdown-content .sub-tab:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} 

.related-products-sec .d-p-image img {
  
    height: 142px;
    object-fit: contain;
}

.macaron-box-sec  .box a{
	    color: var(--dark-gold);
}
.arb-macaron-title a {
	    color: #000000;
    font-family: 'GEHili';
    font-size: 20px;
    font-weight: 300;
}

.swiper-container .swiper-slide img[loading="lazy"] {
  width: 100%;
  height: auto;
}
.banner-home .col-sm-8{ 
	overflow: hidden;
}
.swiper-products .swiper-slide , .swiper-products{
	overflow:hidden;
}
.menu-information-title::before,
.menu-information-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #8b6e46; 
  max-width: 300px; 
}
.our-know-content-area .col-lg-6 span{
	font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 14px;
    display: block;
}

.fancy{
	    margin-top: 40px;
}
.know-gallery img{
width: 100%;
    height: 240px;
    object-fit: cover;
}
.inline-items a{
 color: #BD9A64;
}
.inline-items li svg{
	stroke: #BD9A64;
}
.about-content-right span{
	    font-family: 'GEHili';
    font-size: 19px;
    position: relative;
    top: -9px;
    color: var(--dark-gold);
}

.allergen_menu ul li img {
	height: 17px;
    width: 17px;
    margin-right: 2px;
    border: unset;
    object-fit: contain;
}
.allergen_menu{
	  border-top: 1px solid #84754E;
    margin: 8px 0 0 0px;
    padding-top: 10px;
    position: relative;
    bottom: 0px;
    width: 100%;
	top: 0px;
}
.allergen_menu li{
	color: #84754E;
}
.allergen_menu ul:first-child li{
    font-size: 11px;
    margin-top: 4px;
    margin-right: 7px;
}
.allergen ul:nth-child(2)  li{
	    margin-right: 5px;
}
#Decoration + .row .col-lg-6  p{
    padding-right: 0;
}
#Decoration + .row .col-lg-6{
	width: 100%;
}
.event-content_arb strong{
	  color: var(--dark-gold);
}
.event-content strong{
	  
	   font-size: 20px;
    color: var(--dark-gold);
    font-weight: 600;
    font-family: 'garamond-premier-pro-display';
    text-align: center;
    display: block;
	text-transform: uppercase;
}
.event-content br{
	display:none;
}
.special-menu .box {
    height: 483px;
	border: 1px solid #e9e9e9;

}

.special-menu_title span{
	    font-family: 'GEHili';
    font-size: 19px;
    display: block;
    margin-top: -7px;
    color: var(--dark-gold);
    font-weight: 300;
}
.newsletter-slider-sec img{
	    width: 100%;
    height: 535px;
    object-fit: cover;
}
.without_slider{
	margin-bottom: 30px;
	    margin-top: 0px;
}
.main-event-sec{
	margin-top: 30px;
}
.page-id-6243 .macaron-box-front img , .page-id-6399  .macaron-box-front img{ 
	    width: 165px;
    max-width: 95%;
    margin-top: 28px;
    height: auto;
}
.container.logo{
	    margin-bottom: 15px;
}
.mobile-menu-box img {
        object-fit: cover;
    }
.sticky_logo .logo__baseline {
/* 	display: none; */
}
.video_slider .vid_inner {
    position: relative;
}
.arabic-title-banner{
	margin-bottom: 34px;
}
/* .banner-home .video_slider.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-home .video_slider.swiper, .banner-home .video_slider.swiper-slide {
  height: 100vh;
}
.video_slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.slidermenu .swiper-mega-menu{
    overflow: hidden;
}
.pagination-swiper-mega-menu{
	    display: flex;
    justify-content: center;
    align-items: center;
   margin-top: 14px;
}
.mobile_banner{
	display: none;
}

.banner-title span br{
	display: none;
}
 .year span{
	    font-family: 'Nunito Sans';
}
.event-content_arb  strong{
	    font-weight: 400;
    font-family: 'GEHili';
}
.contact-info strong{
	font-size: 16px;
}
.event-content_arb {
	    text-align: right;
	 margin-top: 20px;
    font-family: 'GEHili';
    font-weight: 300;
 
}
.second-box .col-lg-2 img{
	width: 100%;
}
.nl-disc{
	margin-bottom: 15px;
}
.nl-disc p{
	margin:0;
}
.nl-disc span{
	font-family: 'GEHili';
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    display: block;
}
.footer-discription span{
    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
}
.go-to-page{
	    max-width: 570px;
    margin: auto;
    background: rgba(30, 30, 30, 0.75);
    padding-bottom: 18px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.without_slider .banner-video{
	    height: 430px;
    width: 100%;
}
.without_slider ul li b , .with_slider  ul li b {
	color: #84754E;
font-weight: 500;
}
.without_slider b , .with_slider b{
	font-weight: 700;
	color: #000;
}
.without_slider ul li::marker , .with_slider  ul li::marker{
	color: #84754E;
}
.without_slider h2 , .with_slider h2{
	    font-family: 'garamond-premier-pro-display';
    text-transform: capitalize;
    font-size: 24px;
    line-height: 30px;
}
.with_slider h3{
	  font-family: 'garamond-premier-pro-display';
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
}
.book-enq{
	display:flex;
}
.book-enq a{
	    margin-right: 32px;
	    color: black;
    text-decoration: underline;
}
.book-enq  a:hover{
	color:#84754E;
}
.contact-info a{
	color: #84754E;
}
.contact-info a:hover{
	color: #000;
}
.right-border{
	position: relative;
}
.right-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 13px;
    width: 1px;
    height: 100%;
    background-color: #84754E;
}
.location_brd{
	    padding: 0 3%;
}
section.about_sec .container .row:nth-child(even) > div:first-child {
    order: 2;
}
.about_sec img {
	height: 442px;
	object-fit:cover;
	    width: 100%;
	    max-width: 95%;
}
.about_sec h2 {
	    font-size: 24px;
    text-transform: capitalize;
}
.about_sec .pe-lg-5.content_text .home_desc_arab p {
    color: #1e1e1e;
    text-align: right;
}
.about_sec .row:first-child{
	margin-bottom: 90px;
}
.image-container::after {
    content: "";
    position: absolute;
    bottom: -37px;
    right: -10px;
    width: 200px;
    height: 200px;
    background-color: #d8e2c0;
    z-index: -1;
}
.about_sec{
/* 	    margin-top: 87px; */
}
section.about_sec .container .row:nth-child(2) .image-container::after{
	    left: -37px;
}
section.about_sec .col-sm-12{
/* 	    margin-top: 49px;
	margin-bottom: 70px; */
}
.about_list-content .col-lg-5.text-lg-end ul li{
  position: relative;
  padding-right: 20px;
}
body main section.about_sec:nth-child(even) .container .row > div:first-child{
    order: 2;
}
.about_list-content .col-lg-5.text-lg-end ul li::before {
  content: "•"; /* Unicode bullet */
  position: absolute;
  right: 0;
  color: black; /* Change color if needed */
  font-size: 18px;
  line-height: 1;
}
.event-content_arb ul li{
	padding-right: 20px;
	list-style: none;
	position: relative;
}
.event-content_arb ul li::before {
	  content: "•"; /* Unicode bullet */
  position: absolute;
  right: 0;
  color: black; /* Change color if needed */
  font-size: 18px;
  line-height: 1;
}
section.about_sec .container .row:nth-child(even) > div:first-child, body main section.about_sec:nth-child(even) .container .row > div:first-child{
	        padding-left: 2rem !important;
}
.about_list-content .col-lg-7.text-strat h4{
	color: #84754E;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
}
.about_list-content .col-lg-7.text-strat ul li::marker{
	font-size:20px;
}
.about_list-content .col-lg-7.text-strat ul li{
	color: #84754E;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 140% */
	
}
.about_list-content h4{
	    margin-bottom: 18px;
}
.about_list-content .col-lg-5.text-lg-end ul li{
	list-style: none;
color: #000;
    font-family: 'GEHili';
font-size: 12px;
font-weight: 300;
line-height: 21px;
}
.about_list-content .col-lg-5.text-lg-end  h4{
		color: #000;
    font-family: 'GEHili';
font-size: 12px;
font-weight: 400;
line-height: 21px;
}
section.about_sec .container .row:nth-child(even) > div:first-child  .pe-lg-5.content_text, body main section.about_sec:nth-child(even) .container .row > div:first-child .pe-lg-5.content_text{
	        padding-right: 0px !important;
}

.event-content_arb h3{
	font-family: 'GEHili';
    font-size: 17px;
}
.event-content_arb{
	    margin-bottom: 25px;
}
.desktop-header.sticky + body.overlay-active:before {
top: 65px;

}
.desktop-header.sticky .menu-sec{
	top: 11px;
}
.desktop-header svg{
	overflow: hidden;
}

.desktop-header  .logo{
	    overflow: hidden;
}
.desktop-header .logo {
overflow: hidden;
}
.admin-bar.overlay-active:before{
	top: 176px;
}
.custom-container{
	    max-width: 1277px;
	    margin: 0 auto;
}
.about_top_content{
	width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 540px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 60px;
    text-align: center;
}
.about_left_right_col img{
	    height: auto;
    max-width: 100%;
}
.custom-container .image-container::after {
    content: "";
    position: absolute;
        bottom: -36px;
    width: 200px;
    height: 200px;
    background-color: #d8e2c0;
    z-index: -1;
}
.custom-container .about_left_right_col .row:nth-child(even) > div:first-child {
    order: 2;
}
.about_left_right_col{
	    margin-top: 30px;
}
.know_how{
	background: #f5f5f5;
    padding: 40px 0;
    position: relative;
}
.about_left_right_col h2{
	    font-size: 20px;
	padding-left: 62px;
	    margin-bottom: 30px;
	position: relative;
}
.about_left_right_col h2:before {
    width: 52px;
    height: 1px;
    background: #404040;
    content: "";
    position: absolute;
    left: 0;
    top: 1.0725rem;
}
.custom-container .about_left_right_col .row:nth-child(odd) .text-col_about{
	        margin-right: 155px;
}
.custom-container .about_left_right_col .row:nth-child(even) .text-col_about{
	      margin-left: 155px;
}
.custom-container .about_left_right_col .row:nth-child(odd) .image-container::after {
	    left: -36px;
}
.custom-container .about_left_right_col .row:nth-child(even) .image-container::after {
	 right: -36px;
}
.about_left_right_col .row{
	    margin-bottom: 105px;
}



 
.content_know_how{
	        margin: auto 40px;
        max-width: 372px;
        flex: 1 0 auto;
}
.video-sec_know{
	max-width: 737px;
    flex: 2 0 auto;
}
.know_how{
	    display: flex;
    justify-content: space-between;
}


 .know_how  .video-wrapper {
    position: relative;
    cursor: pointer;
  }

.know_how  .video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
  }

  .know_how .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://laduree.eg/wp-content/uploads/2025/06/Know_how_video_thumbnail.webp') center/cover no-repeat;
    z-index: 2;
    transition: opacity 0.3s ease;
  }

 .know_how .video-wrapper.playing .video-thumbnail {
    opacity: 0;
    pointer-events: none;
  }

.know_how .video-wrapper {
  position: relative;
  overflow: hidden; 
}
.know_how .video-wrapper.playing::after {
	  background: unset;
}
.know_how .video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 9;
  pointer-events: none; 
}
.know_how .play-icon img{
	    width: 85px;
	z-index:99;
}
  .know_how .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    z-index: 99;
    pointer-events: none;
  }
 .know_how .video-wrapper.playing .play-icon {
    opacity: 0;
  }

.custom-container h1{
	font-size: 26px;
}
.know_how{
	    margin-bottom: 40px;
}

.page-id-6243 .special-menu .box
 {
    height: 380px;
}
body main section.about_sec:nth-child(even) .image-container::after {
    left: -37px;
}
.box a {
    color: #84754E;
}
.mobile .menu-popup-btn a.restaurant_name {
    border: 0;
/*   text-align: left;
  align-items: center;
  padding-right: 10px; */
  line-height: 11px;
}

.mobile .menu-popup-btn a.restaurant_name svg {
  position: absolute;
  right: 2px;
  height: 12px;
}
.menu-landing-page .breadcrumb {
	    margin-top: 25px;
	    padding-left: 40px;
    padding-right: 40px;
}
.menu-landing-page .content-area{
	    margin-bottom: 20px;
	margin-top: 30px;
}
.tab-content-container .tab-content .french-toast-boxes {
    margin-top: 0px;
}
body.page-template-menu-details .tabs-container {
    margin-top: 0px;
}


body.modal-open {
  overflow: visible !important;
  padding-right: 0 !important;
}


.modal.fade .modal-dialog.slide-anim {
  transform: translateY(100px);
  transition: transform 0.3s ease-out;
  opacity: 0;
}

/* Animate slide-up on show */
.modal.fade.show .modal-dialog.slide-anim {
  transform: translateY(0);
  opacity: 1;
}

/* Animate slide-down on hide */
.modal.fade.slide-out .modal-dialog.slide-anim {
  transform: translateY(100px);
  opacity: 0;
}
/* #menu-popup {
	    padding-right: 0 !important;
    top: 33%;
} */

#menu-popup {
    top: inherit;
    bottom: 50px;
    height: auto;
}

.french-toast-boxes .slideUpButton{
	margin-bottom: 0px;
	    padding-bottom: 0; 
    margin-top: 30px;
}
.baches span{
	    font-size: 12px;
    font-weight: 700;
    border-radius: 200px 200px 200px 200px;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
    color: white;
}
.page-id-8508 .special-menu .box {
	height: 443px;
}
.page-id-8508 .special-menu .macaron-box-back, .page-id-8508 .special-menu .macaron-box-front{
	height: 443px;
}
.product_logo img {
    border: 0;
    max-width: 120px;
    object-fit: contain;
    height: unset;
    margin: auto;
    display: flex;
}
.product_logo {
    margin-bottom: 24px;
}
.dreadmark{
	text-transform: unset !important;
}
.cake_arb p  br{
	display: none;
}
.cake_arb p span{
	  margin-bottom: 0px;
    line-height: 20px;
}
.text-wrapper.english{
	    font-size: 15px;
    font-weight: 900;
}
.text-wrapper.arabic{
	font-family: 'GEHili';
    font-size: 15px;
    font-weight: 500;
	    line-height: 51px;
}
.arabic-dis-cakes strong{
	    color: black;
    font-weight: 800;
}
.page-id-96.overlay-active:before {
    content: "";
    position: fixed;
	top: 195px;
}
.box .hid-box .macaron-box-back{
    transition: all 0.3s ease-out;
    padding-bottom:20px;
}

/* On hover, show vertical scrollbar */
.box:hover .hid-box .macaron-box-back{
    overflow-y: auto;
    transition: all 0.3s ease-out;
}
.macaron-box-back::-webkit-scrollbar {
    width:2px;
}

.macaron-box-back::-webkit-scrollbar-thumb {
    background-color: rgb(176 220 229);
    border-radius: 4px;
}
 
.page-id-8508 .macaron-price{
	display: none;
}
.macaron-arabic-price{
	display: none;
}
.center-nl .arb-title {
	     margin-bottom: 16px;
}

.product_card{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gifting_sec .image-container::after{
	    right: -4px ;
	left: unset;
}
.gifting_sec .image-container img {
	object-fit: cover;
}
.arabic_ p{
	    font-family: 'GEHili';
    font-weight: 300;
    font-size: 13px;
}
.tool-tip-box  span{
	    font-family: 'GEHili';
    font-weight: 200;
    font-size: 10px;
    margin-left: 6px;
}
.tool-tip-box p{
	margin-bottom: 0px;
}
.product-detail_content  .delivery-text{
	    display: flex;
    align-items: center;
}
.product-detail_content  .delivery-text p{
	margin-bottom: 0;
}
.product-detail_content  .delivery-text {
	text-transform: capitalize;
}
.product-detail_content  .delivery-text span{
	    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
}
.product-detail_content  .delivery-text  svg{
	    margin-right: 8px;

}
.product-detail_content  .delivery-text  svg path{
	fill: #000;
}
.main-event-sec .row:first-child , .main-event-sec .row:nth-child(2) {
	display: none;
}
.main-event-sec .row:nth-child(3){
	border:0;
}
   .download-bar {
    display: flex;
	   
    justify-content: center;
  }
.download-bar .main-btn{
	max-width: 330px;
	width: 300px;
}
.download-bar{
	margin-top: 70px;
	margin-bottom: 100px;
}
.pdf-container {
	    margin-top: 25px;
}
.pyramids-cake.gifting_sec {
    margin-top: 90px;
}

.mobile-header .offcanvas .country-flags {
    display: block;
    margin-top: 20px;
}
.discover-btn span{
	    font-family: 'GEHili';
    font-weight: 300;
    font-size: 12px;
    margin-left: 5px;
}
.arabic-know-how p strong {
	    font-weight: 900;
}