
* {
    padding: 0px;
    margin: 0px;
}

html, 
body, 
#root {
    height: 100%;
    background-color: #25341f;
    font-family: 'Sora', serif;

}

/* ------- main start ------- */
.wraper {
    display: flex;
    justify-content: space-between;
    background-color: #101B0B;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.wraper .menu {
    width: 100%;
    max-width: 500px;
    position: relative;
}


.wraper .menu .footer {
    font-size: 11px;
    color: #FFF;
    text-align: center;
    padding-bottom: 5px;
    z-index: 1001;
}

.wraper .menu .footer .caviar {
    color: #D77E07;    
}

.wraper .main-logo {
    text-align: center;
    background: linear-gradient(269deg, #131411, #000000);
    border-left: 1px solid black;
    width: calc(100% - 500px);
    position: fixed;
    overflow: hidden;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.wraper .main-logo img {
    width: 300px;
    height: 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1280px) {
    
    .wraper .menu{
      max-width: 100%;
    }

    .wraper .main-logo {
        display: none;
    }

    .carousel .slide img {
        height: 185px !important;
        object-fit: cover;
    }
}
.carousel .slide img{
    border-radius: 16px;
}

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

    .menu-items .items {
        width: 70% !important;
    }

    .carousel .slide img {
        height: 500px !important;
        object-fit: cover;
    }

    .intro .footer {
        left: 45% !important;
    }

    .category .category-item { 
        height: 200px !important;
        margin-bottom: 50px !important;
    }


}


/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
    padding-bottom: 0rem;
    padding-top: 0rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.intro .head{
    flex: 1;
    /* margin: auto; */
    text-align: center;
    padding-top: 12vh;
}

.intro .head img {
    width: 210px;
    height: 80px;
    padding-top: 1rem;
    padding-bottom: 8.5rem;
}
@media (min-width: 650px){
    .intro .head img{
        width: 260px;
        height: 79px;
    }
    
    .backgroundImage{
        border-radius: 145px;
        height: 75vh;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 64% !important;
        left: 50%;          
        transform: translateX(-50%);
    }
}
@media (min-width: 1281px){
    .backgroundImage{
        width: 100% !important;    
    }
}

.intro .head h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #FFF;
}

.intro .head p {
    color: #FFF;
    font-size: 20px;
}

.intro form {
    margin: auto;
    margin-top: 50px;
}


.intro form button {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #3E5235;
    background: #F9F9F9;
    cursor: pointer;
    border: 1px solid #FFF;

    width:  295px;
    height:56px;
    left: 40px;
    padding: 8px 24px 8px 24px;
    gap: 8px;
    border-radius: 24px;

}
.English-button{
    font-size: 26px;
    font-family: 'Exo 2',Arial, Helvetica, sans-serif;
}

.intro .social {
    text-align: center;
    font-size: 20px;
}

.intro .social a i{
    margin: 0px 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 24px;
}

.intro .info{
    color:#FFF;
    font-size: 18px;
    padding: 10px;
    height: 120px;
    width: 260px;
    background-color: #dddddd47;
    border-radius: 9px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro .info div{
    margin-bottom: 15px;
    width: 90%;
}

.intro .info div i{
    margin-right: 15px;
    font-size: 18px;
    color: #FFF;
}

.intro .info .social  i{
    font-size: 28px;
}

.intro .info .phone{
    display: flex;
    align-content: center;
}
.intro .info .phone span{
    display: block;
}

/* ------- intro end ------- */


/* ------- Category Start ------- */

.category {
    
    width: 100%;
}

.category .head {
    text-align: center;
    position: relative;
}


.category .head .backward {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 3px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}






.category .info {
    text-align: center;
    padding: 10px 0px;
}

.category .info button {
    margin-top: 15px;
    color: white;
    background-color: #d5d5d540;
    border-radius: 12px;
    border: 1px solid #FFF;
    padding: 3px 15px;
}

.category .info h3{
    display: block;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0px;
    color: white;
    letter-spacing: 1px;
}

.category .social {
    text-align: center;
    font-size: 20px;
    background-color: #ffffff17;
    width: 50%;
    margin: auto;
    padding-top: 10px;
    border-radius: 20px;
}

.category .social a i{
    margin: 0px 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 32px
}

.category .info .social a {
    padding: 4px 10px;
    margin: 2px;
    color: #FFF;
    font-size: 20px;
}

.category .category-list {
    gap: 10px;
    margin: auto;
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin-top: .5rem;
}

.category .category-item {
    position: relative;
    background: white;
    margin: 10px 0px;
    text-align: center;
    height: 200px;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
    width: 97%;
    z-index: 2;
    font-family: 'Sora', cursive;
    border-radius: 16px;
    border: 3px solid #D88838;
}

.category .category-item a {
    position: absolute;
    text-decoration: none;
    bottom: 6px;
    width: 93%;
    right: 50%;
    transform: translateX(50%);
}

.category .category-item h2 {
    color: #487532;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 8px;
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {   
    width: 100%;
}

.menu-items .head {
    text-align: center;
    position: relative;
}



.menu-items .head .backward {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px 3px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}



.menu-items .head .language button ,
.category .head .language button{
    display: flex;
    width: 160px;
    height: 39px;
    background-color: #4875329e;
    border: 1px solid #f7f6de;
    margin-bottom: 9px;
    border-radius: 15px;
    color: #f7f6de;
    font-size: 14px;
}

.menu-items .head .language .activ,
.category .head .language  .activ{
    background-color: #ffffff;
    color: #25341f;
}


.menu-items .carousel ,.category .carousel{
    text-align: center;
    margin: auto;
    z-index: 6;
}

.menu-items .carousel img ,.category .carousel img{
    height: 180px !important;
    width: 90% !important;
    background-size: cover;
    object-fit: cover;
    border: solid 1px #45573C !important;

}

.menu-items .categories {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 10px;
    padding: 2px 5px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.menu-items .categories .categories-item {
    background-color: #EDEDED0D;
    border-radius: 6px;
    width: auto;
    text-align: center;
    text-decoration: none;
    margin: 0px 5px;
}

.menu-items .categories .categories-item .categories-icon{
    border-radius: 10%;
    margin: 2px auto;
    width: 40px;
    height: 35px;
    overflow: hidden;
}

.menu-items .categories .categories-item .categories-icon img{
    width: 32px;
    height: 32px;
    margin: auto;
}

.menu-items .categories .categories-item .categories-name {
    width: 98px;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 8px;
    display: block;
    color: #CFCFCF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.menu-items .categories .categories-item .active {
    background-color: #487532;
    color: #FFFFFF;
}

.menu-items .categories .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.menu-items .subcategories > .item {

    border: 1px solid #25341f;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;

}

.menu-items .subcategories .item-head {
    background-color: #ffffff17;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.menu-items .subcategories .item-body {
    padding: 10px 15px;
    background-color: #313131;
    border-radius: 5px;
}

.menu-items .items {
    width: 92%;
    margin: auto;
    margin-bottom: 20px;
    font-family: 'Sora', cursive;
}

.menu-items .items .head-listview{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 15px 0px;
}

.menu-items .items .head-listview .category-name{
    color: rgb(252 252 252);
    font-size: 24px;
}

.menu-items .items .head-listview .listview{
    display: flex;
    justify-content: center;
    border: 1px solid white;
    border-radius: 4px;
}

.menu-items .items .head-listview .listview .active{
    color: #D77E07;
}

.menu-items .items .head-listview .listview i{
    margin: 4px 5px;
    color: #FFF;
    cursor: pointer;
}

.item-order {
    position: absolute;
    background-color: #9d670a;
    color: white !important;
    border-radius: 5px;
    width: 25px;
    text-align: center;
    font-size: 14px !important;
    height: 15px;
}

.menu-items .items .style-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff17;
}

.menu-items .items .style-list .side-right {
    width: 33.33333333%;
    text-align: end;
}

.menu-items .items .style-list .side-right img{
    max-width: 100%;
    height: 100px;
    border: 3px;
    /* box-shadow: 0px 1px 5px #cda45e; */
    border-radius: 8px !important;
}

.menu-items .items .style-list .side-left{
    width: 66.66666667%;
}

.menu-items .items .style-list .side-left h5{
    color: #FFF;
    font-size: 16px;
    margin: 10px;
}

.menu-items .items .style-list .side-left p{
    color: #aeaeae;
    font-size: 13px;
    margin-right: 10px;
}

.menu-items .items .style-list .side-left .price{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px;
    flex-direction: column;
}

.menu-items .items .style-list .side-left .price span{
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
}

.menu-items .items .style-list .side-left .price span span{
    margin: 10px
}

.menu-items .items .style-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.menu-items .items .style-two .item {
    height: auto;
    margin: auto;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    width: 40%;
    height: 120px;
    overflow: hidden;
}


.menu-items .items .style-two .item  img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}


.menu-items .items .style-two  .item h5{
    color: #FFF;
    font-size: 14px;
    padding: 2px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #00000080;
    border-radius: 15px;
    z-index: 5;
    height: 20px;
}

.menu-items .items .style-two  .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    bottom:25px;
    right: 15px;
    z-index: 5;
    height: 20x;
    gap: 5px;
    flex-direction: column;
}

.menu-items .items .style-two  .price span{
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #00000080;
    border-radius: 15px;
    padding: 1px 5px;
}

.style-large .item {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    background-color: white;
    border: 3px solid #D88838; 
    width: 88%;
    height: auto;
    margin: auto;
    padding: 4px;
    position: relative;
    margin-bottom: 15px;
    height: 234px;
    overflow: hidden;
    flex-direction: column;
    z-index: 4;
}

.style-large .item img {
    border-radius: 10px;
    width: 100%;
    height: 170px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}


.style-large .item h5{
    margin-bottom: .4rem;
    font-weight: 600;
    color: #242424;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 15px;
    z-index: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    
}

.style-large .item .price {
    display: flex;
    z-index: 5;
    height: 20x;
}

.style-large .item .price span{
    color: #050505;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    border-radius: 15px;
    padding: 1px 2px;
    font-family: 'Sora';
}



.style-large .item .addToCart {
    /* left: 15px; */
    z-index: 8;
}

.style-large .item .addToCart .addToCartButton {
    display: flex;
    border-radius: 8px;
    background-color: #487532;
    width: 28px;
    height: 28px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.style-large .item .addToCart .action::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    right: 6px;
    z-index: -1;
    border-radius: 16px;
}

.style-large .item .addToCart .action {
    width: 110px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: white;
    padding: 2px 5px;
    border-radius: 7px;
    position: relative;
    top: 8px;
    color: #797979;
    display: none;
}

.style-large .item .addToCart .action i {
    /* background-color: #f0f0f0; */
    color: #797979;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
    padding: 5px;
    border-radius: 16px;
}

/* ------- Menu end ------- */

/* ------- Loader start ------- */

.loader-container {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.loader {
    width: 35px;
    height: 35px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

  /* ------- Loader end ------- */

  .swal2-container.swal2-center > .swal2-popup {
    background-color: #25341f;
  }

  .swal2-styled.swal2-confirm {
    background-color: #ffffff !important;
    color: #25341f !important;
  }
  
   .swal2-show {
    animation: swal2-show 1s !important; 
  }


  .cartButton {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    border: none;
    position: fixed;
    bottom: 5%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px #373636;
    color: #2b2929;
    font-weight: bold;
    font-size: 25px;
  }

  .cartButton i {
    color: #25341f;
  }

  .cartButton .cartQty {
    position: absolute;
    right: -8%;
    top: -10px;
    background-color: #ff2a2a;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  /* .cartButton:hover {
    transform: rotate(90deg);
  } */

  .cart {
    background-color: #101B0B;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 500px;
    z-index: 10;
    display: none;
  }
  .cart-head {
    color: #262626;
    font-weight: bold;
    padding: 12px;
    /* box-shadow: 0px 0px 1px 1px #EEE; */
    border: none;
    display: flex;
    justify-content: end;
    font-size: 20px;
}
.cart-head-close i {
    cursor: pointer;
    /* background-color: #decbab; */
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2f2f2f;
}

  @media only screen and (max-width: 1280px) {
        .cart{
        max-width: 100%;
        }
    }

    .cart-show {
        display: block;
    }

    .cart-head {
        color: #262626;
        font-weight: bold;
        padding: 12px;
        /* box-shadow: 0px 0px 1px 1px #EEE; */
        border: none;
        display: flex;
        justify-content: end;
        font-size: 20px;
    }

    .cart-head-close i{
        color: #f7f6de !important;
        cursor: pointer;
        /* background-color: #25341f; */
        width: 20px;
        height: 20px;
        padding: 4px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #2f2f2f;
    }

    .cart-body{
        padding: 10px;
        height: calc(78% - 175px);
        overflow: scroll;
        margin-top: 140px;
    }

    .cart-body p {
        position: absolute;
        text-align: center;
        color: #f7f6de;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 95%;
    }

    .cart-body .cart-item {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 6px;
    }

    .cart-body .cart-item .img {
        width: 54px;
        height: 54px;
        overflow: hidden;
        border-radius: 16px;
    }

    .cart-body .cart-item .info {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cart-body .cart-item .action {
        align-items: center;
        font-size: 14px;
        width: 36%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
    }

    .cart-body .cart-item .action i {
        border: solid 1px #f9f2ed29;
        background-color: #1C2617;
        color: #DFDFDF;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        border-radius: 16px;
    }

    .cart-body .cart-item .img img{
        height: inherit;
        width: 100%;
        object-fit: cover;
    }

    .cart-footer {
        position: fixed;
        bottom: 0px;
        background-color: black;
        width: 100%;
        height: 160px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0px 0px 3px 0px #f7f6de69;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cart-footer  .info {
        padding-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #737373;
        font-weight: bold;
    }

    .cart-footer .btn {
        background-color: #25341f;
        width: 60%;
        margin-top: 10px;
        padding: 3px;
        border-radius: 10px;
        text-align: center;
        font-size: 18px;
        color: #fefbf9;
        box-shadow: 0px 0px 1px 1px #F2F2F2;
        font-weight: bold;
    }

    .cart-footer .btn i{
        margin: 0px 8px;
    }

    @media only screen and (max-width: 1280px) {
        .cart-footer {
            max-width: 100%;
        }
    }
    
    .flex-1{
        /* flex: 1; */
        width: 100%;
    }
    

    /*intro*/
    .black-background{
        position: fixed;
        height: 100vh;
        width: 100%;
        background-color: black;
    }
    .backgroundImage{
        height: 75vh;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .intro-tittle{
        display: flex;
        color: white;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .intro-tittle .tittle{
        font-size: 32px;
        font-weight: 600;
        line-height: 48px;
        letter-spacing: 0.005em;
        text-align: center;
    }
    .intro-tittle .tittle:last-child{
        background: linear-gradient(179deg, #ffffff, #fafafa2e);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .t-b-intro{
        padding-bottom: 2rem;
    }

    /*head menue*/
    
      @media ((min-width: 800px) and (max-width: 1281px)){
       
          .menuItem{
            font-size: 18px;
          }
      }
      
      .category .head, .menu-items .head,.feedback-head {
        position: relative;
        z-index: 5;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 24px 30px;
    }
      .head .head-right {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    
    .head .feedback-btn a {
        text-decoration: none;
        color: #FFFEF0;
        font-size: 14px;
        font-weight: 400;
    }
    
      .head .head-left {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
      .head .head-btn {
        display: flex;
        align-items: center;
        color: #FFFEF0CC;
        padding: 5px;
        border-radius: 6px;
        background: #FFFEF01A;
        cursor: pointer;
        border: 0.5px solid #78936C33;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        height: 26px;
        box-sizing: border-box;
        position: relative;
    }
    .head .order-btn{
        border-radius: 6px;
    }
    .head .language .language-active {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 38px;
        gap: 2px;
    }
    .head .language .language-active i:last-child {
        font-size: 12px;
    }
    
    .d-flex{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .head .head-btn .cartQty {
        background-color: #D88838;
        position: absolute;
        font-size: 6px;
        font-weight: 700;
        color: #FFFFFF;
        border-radius: 32px;
        display: flex;
        padding: 0.5px;
        top: -5px;
        left: -5px;
        width: 10px;
        height: 10px;
        justify-content: center;
        align-items: center;
    }
    
    .carousel {
        z-index: 1001;
    }
    
    .c-f-all{
        flex: 1 !important;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .c-f-all .info h4{
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 600;
    }
    .c-f-all .info span{
        color: #A2A2A2;
        font-size: 12px;
        font-weight: 400;
    
    }
    .cart-btn{
        background-color: #383227 !important;
        box-shadow: 0px 0px 3px 0px #383227 !important;
        display: flex;
        align-items: baseline;
        justify-content: center;
    }
    .head-right .logo {
        width: 68.25px;
        height: 26px;
        gap: 0px;
        z-index: 101;

    }
.background-head-color{
    width: 100%;
    height: 172px;
    background: linear-gradient(257.62deg, #25341F 63.28%, #D88838 193.42%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px 0 #0a0a0a91;
}


    
.feedback-btn svg{
    margin-right: 5px;
}

.style-large{
    gap: .5rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.price-addToCart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px 2px;
}

.promo{
    z-index: 33;
    position: absolute;
    top: 7%;
    text-align: start;
}
.promo .promo-tittle{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px 0 #383e36;
    font-weight: 600;
    font-size: 14px;
    width: 60px;
    height: 26px;
    padding: 4px 6px 5px 6px;
    border-radius: 8px;
    opacity: 0px;
    background-color: #487532;
    color: #FFFFFF;
}
.promo .promo-text{
    margin-top: 9px;
    padding: 2px 13px;
    border-radius: 20px;
    background-color: #101b0b6c;
    text-shadow: 2px 2px #487532;
    font-size: 28px;
    font-weight: 600;
    line-height: 40.32px;
    text-align: left;
    color: white;
}
.promo .promo-text span{
    text-shadow: 2px 2px #D88838;
}
.price .iqd{
    font-size: 9px !important;
    color: #9e9e9efc !important;
    font-weight: 400 !important;
    padding-bottom: 2px !important;
    padding-left: 4px !important;

}
.langModalShow {
    display: block;
}
.langModal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000db;
    z-index: 80;
    display: none;

}

.langModalContainer {

    width: 80%;
    height: 33vh;
    background-color: #c0b4a0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10181;
    border-radius: 20px;
    max-width: 300px;
    box-shadow: 0 0 6px 0 #65370b;

    
}

.langModalShow {
    display: block;
}

.langModalContainer .langModalHead {
    padding: 13px 19px 0px;
    display: flex;
    justify-content: end;
}

.langModalContainer .langModalHead i {
    cursor: pointer;
}

.langModalContainer .langModalBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 190px;
}

.langModalContainer .langModalBody button {
    border-radius: 20px;
    width: 100%;
    height: 40px;
    background-color: #487532;
    padding: 9px;
    font-size: 18px;
    color: #f7f6de;
    cursor: pointer;
    border: none;
    border: 1px solid #487532;
    width: 60%;
    margin-bottom: .5rem;
    box-shadow: 0 0 4px 0 #6b6764;
    display: flex;

    justify-content: center;
    align-items: center;

}
.langModalContainer {

    width: 90%;
    height: 18rem;
    background-color: rgb(0 0 0 / 86%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10181;
    border-radius: 20px;
    max-width: 364px;
    box-shadow: 0 0 6px 0 #262626;
}
@media (max-width: 500px) and (max-height: 675px) {
    .langModalContainer {

        width: 90%;
        height: 34vh;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 364px;
    }
    .menu-items .head .language button, .category .head .language button {
        display: flex;
        width: 136px;
        height: 32px;
    }
    .langModalContainer .langModalBody {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
}





    



.langModalContainer .langModalHead {
    padding: 13px 19px 0px;
    display: flex;
    justify-content: end;
}

.langModalContainer .langModalHead i {
    cursor: pointer;
}

.langModalContainer .langModalBody {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 190px;
}

.langModalContainer .langModalBody button {
    border-radius: 20px;
    width: 100%;
    height: 40px;
    background-color: #487532;
    padding: 9px;
    font-size: 18px;
    color: #f7f6de;
    cursor: pointer;
    border: none;
    border: 1px solid #487532;
    width: 60%;
    margin-bottom: .5rem;
    box-shadow: 0 0 4px 0 #6b6764;
    display: flex;

    justify-content: center;
    align-items: center;

}
.langModalContainer .langModalHead {
    padding: 13px 19px 0px;
    display: flex;
    justify-content: end;
}

.langModalContainer .langModalHead i {
    font-size: 26px;
    color: #f7f6de;
    cursor: pointer;
}
@media (min-width:500px) {
    .menu-items .carousel img, .category .carousel img{
        height: 220px !important;
    }
    .promo {
        top: 50%;
        z-index: 33;
        position: absolute;
        left: 12%;
        text-align: start;
        transform: translateY(-50%);
    }
}
@media (min-width:900px) {
    .menu-items .carousel img, .category .carousel img{
        height: 260px !important;
    }
    
}
/*cart*/
.cart-background-image{
    box-shadow: 0 0 5px 0 #00000063;
    border-radius: 0 0 24px 24px;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    object-fit: cover;
    height: 172px;
    z-index: -1;
}
.cart-bottom-line{
    border: solid 1px #E3E3E31A;
    width: 87% !important;
    margin: auto;
    margin-bottom: 5px;
}
.summary-of-price{
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    width: 90%;
    margin: 20px;
}
.info-content-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.summary-of-price p{
    margin-bottom: 1.3rem;
}
.info-content-container .item-text{
    color: #ABABAB;
    font-size: 14px;
    font-weight: 400;
}
.info-content-container .item-quantity{
    font-size: 17px;
}
.info-content-container{
    margin-bottom: .7rem;
}

/*Feedback*/
.category .head, .menu-items .head,.feedback-head {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 24px 30px;
}

@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

   

    .category .head, .menu-items .head,.feedback-head {
        
        padding: 4rem 60px 30px !important;
    }


}

.send-feedback {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}

.send-feedback a {
    font-size: 16px;
    margin: 8px;
    color: #65370b;
    text-decoration: none;

    display: flex;
    align-items: center;
    background-color: #decbab2e;
    padding: 3px 6px;
    border-radius: 8px;
}

.send-feedback svg{
    font-size: 26px;
    margin-right: 4px;
}
   
.feedback {
    margin-top: 5rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feedback h1{
    text-align: center;
    color: #383227;
    margin: 10px auto;
}

.feedback .feedback-item {
    margin: 10px 10% 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback .feedback-item .title {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-size: 20px;
}

.feedback .feedback-item textarea, input {
    background-color: #242E1F;
    border: 2px solid #66825900;
    outline: none;
    width: 100%;
    color: #B1B1B1;
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 14px;

}
.Comment,.field{
    width: 100%;
    max-width: 400px;
}

.feedback .feedback-item textarea {
    height: 100px;
}

.feedback .feedback-item input {
    height: 20px;
}

.feedback .feedback-item button {
    background-color: #487532;
    border: none;
    outline: none;
    width: 260px;
    border-radius: 12px;
    color: #fafafa;
    padding: 10px;
    height: 48px;
    font-weight: 600;
    margin: 15px auto;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.feedback-success-message {

    margin: 50px auto;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 20px;

}

.head-feedback {
    display: flex;
    justify-content: space-between;
}

.head-feedback .backward {
    padding: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}


.head-feedback .lang {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
    margin-right: 35px;
}

.head-feedback .lang div {
    color: #EEE;
    cursor: pointer;
    font-size: 18px;
}

.head-feedback .lang div:nth-child(2n) {
    border-left: 1px solid #AC9874;
    border-right: 1px solid #AC9874;
    padding: 0 15px;
    margin: auto 15px;
  }

.head-feedback .lang .active {
    color: #D77E07;
}

.lang{
    position: absolute;
    background-color: #101B0B;
    z-index: 1001 !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border: solid 2px #213915;
    border-radius: 14px;
    color: #CDCDCD;
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    flex-direction: row-reverse;
}
.lang .active{
    margin: 4px;
    width: 103px;
    background-color: #487532;
    height: 85%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #1018280F;
    box-shadow: 0px 1px 3px 0px #1018281A;

}
.lang .button{
    margin: 4px;
    width: 103px;
    height: 85%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.css-1xc33vf-MuiRating-root{
    font-size: 2.2rem !important;
    color: #F0BA57 !important;
}
.css-9xw0na-MuiRating-icon{
    color: #3D3D3D !important;
}

@media (min-width: 650px) {
    .lang{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 50px;
        border-radius: 14px;
        width: 50%;
        font-size: 16px;
        margin-top: 5rem;
    }
    .cart-background-image{
        height: 275px;
    }
    .feedback {
        margin-top: 12rem;
    }
}




/**/
.PhotoView-Slider__ArrowLeft svg, .PhotoView-Slider__ArrowRight svg {
    border-radius: 200px;
    background: #F0F2F2 !important;
    fill: #E9491D !important;
}

.PhotoView__PhotoWrap {
 z-index: 0;
    background-color: #101B0B;
}
.PhotoView__PhotoWrap::before{
    content: "";
    width: 100%;
    height: 172px !important;
    background: linear-gradient(257.62deg, #25341F 63.28%, #D88838 193.42%) !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px 0 #0a0a0a91;
}


.PhotoView-Slider__ArrowLeft {
    position: fixed !important;
    z-index: 550 !important;
    top: 75% !important;
    transform: translateY(-75%);
}

.PhotoView-Slider__ArrowRight {
    position: fixed !important;
    z-index: 550 !important;
    top: 75% !important;
    transform: translateY(-75%);
}

.PhotoView__PhotoBox {
    height: 100vh;
    text-align: center;
    padding: 16px;
    position: fixed !important;
    top: 60vh !important;
    left: 50vw !important;
    transform: translate(-50%, -50%) !important;
    z-index: 101;
}








.item-photo-view h5 {
color: #ffffff;
    font-size: 22px;
    font-weight: 500;
}

.item-photo-view .price{
    color:  #FFFFFF;
    font-size: 22px;
    font-weight: 500;
}

.item-photo-view .price .currency {
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 500;
}

.item-photo-view p{
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}


@media (max-width: 650px){
    .photoProviderImg {
    max-width: 300px !important;
    max-height: 300px !important;
}
.item-photo-view {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px 32px 0px 0px;
    max-height: 100px;
    max-width: 260px;
}
}
@media (min-width: 650px){
    
.item-photo-view {
    position: absolute;
    top: 80vh;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px 32px 0px 0px;
    max-height: 100px;
    max-width: 260px;
}
}
@media (max-height: 760px){
    
    .item-photo-view {
        position: absolute;
        top: 70vh;
        left: 50vw;
        transform: translateX(-50%);
        z-index: 500;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 32px 32px 0px 0px;
        max-height: 100px;
        max-width: 260px;
    }
    }
.PhotoView__Photo{
    border-radius: 16px;
    min-width: 327px;
    min-height: 268px;
}

.bottomOfDisplay{
    box-shadow: 0 0 5px 0 #79797900;
    border-radius: 20px 20px 0 0;
    content: "";
    height: 118px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #000000 !important; 
    z-index: 103;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: start;
}
.bottomOfDisplay:first-child{
    font-size: 14px;
    font-weight: 400;
    color: #A0A0A0;
}
.d-flex0{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
}
.item-photo-view p:first-child{
    font-size: 14px;
    font-weight: 400;
    color: #A0A0A0;
}


/*animation*/
.ani-btt {
    animation: ani-btt 2s ease-in-out;
}
.ani-rtl{
    animation: ani-rtl 2s ease-in-out;
}
.ani-ltr{
    animation: ani-ltr 2s ease-in-out;
}
.ani-ttb{
    animation: ani-ttb 2s ease-in-out;
}
.ani-stb{
    animation: ani-stb 2s ease-in-out;
}
.ani-fadeIn{
    animation: ani-fadeIn 2s ease-in;

}
@keyframes ani-fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@keyframes ani-stb {
    0% {
        transform: scale(.9);
    }
    
    100% {
        transform: scale(1);
    }
}
@keyframes ani-btt {
    0% {
        transform: translateY(20vh);
    }
    
    100% {
        transform: translateY(0);
    }
}
@keyframes ani-rtl {
    0% {
        transform: translatex(20vh);
    }
    
    100% {
        transform: translatex(0);
    }
}
@keyframes ani-ltr {
    0% {
        transform: translatex(-20vh);
    }
   
    100% {
        transform: translatex(0);
    }
}
@keyframes ani-ttb {
    0% {
        transform: translateY(-20vh);
    }
   
    100% {
        transform: translateY(0);
    }
}
/**/
.ani-btt-s {
    animation: ani-btt-s 2s ease-in-out;
    animation-delay: 2.3s;
}
.ani-rtl-s{
    animation: ani-rtl-s 2s ease-in-out;
    animation-delay: 2.3s;
}
.ani-ltr-s{
    animation-delay: 2.3s;
    animation: ani-ltr-s 2s ease-in-out;
}
.ani-ttb-s {
    animation: ani-ttb-s 2s ease-in 2.3s; /* Delay is included in shorthand */
}
.ani-stb-s{
    animation: ani-stb-s 2s ease-in;
    animation-delay: 2.3s;

}
.ani-fadeIn-s{
    animation-delay: 2.3s;
    animation: ani-fadeIn-s 2s ease-in;

}
@keyframes ani-fadeIn-s {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}
@keyframes ani-stb-s {
    0% {
        transform: scale(.9);
    }
    
    100% {
        transform: scale(1);
    }
}
@keyframes ani-btt-s {
    0% {
        transform: translateY(20vh);
    }
    
    100% {
        transform: translateY(0);
    }
}
@keyframes ani-rtl-s {
    0% {
        transform: translatex(20vh);
    }
    
    100% {
        transform: translatex(0);
    }
}
@keyframes ani-ltr-s {
    0% {
        transform: translatex(-20vh);
    }
   
    100% {
        transform: translatex(0);
    }
}
@keyframes ani-ttb-s {
    0% {
        transform: translateY(-10vh);
    }
    100% {
        transform: translateY(0);
    }
}
/*fast ani*/

.ani-btt-f {
    animation: ani-btt-f 1.5s ease-in-out;
}
.ani-rtl-f{
    animation: ani-rtl-f 1.5s ease-in-out;
}
.ani-ltr-f{
    animation: ani-ltr-f 1.5s ease-in-out;
}
.ani-ttb-f{
    animation: ani-ttb-f 1.5s ease-in-out;
}
.ani-fade-in{
    animation: ani-fade-in 1.5s ease-in;
}
.ani-stb-f{
    animation: ani-stb-f 1.5s ease-in;

}
@keyframes ani-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes ani-stb-f {
    0% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ani-btt-f {
    0% {
        transform: translateY(5vh);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes ani-rtl-f {
    0% {
        transform: translatex(5vh);
    }
    100% {
        transform: translatex(0);
    }
}
@keyframes ani-ltr-f {
    0% {
        transform: translatex(-5vh);
    }
    100% {
        transform: translatex(0);
    }
}
@keyframes ani-ttb-f {
    0% {
        transform: translateY(-5vh);
    }
    100% {
        transform: translateY(0);
    }
}




.loading-container01{
    position: fixed;
    background: linear-gradient(190deg, #0c1409, #101b0b 21.83%);
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}
.spinnerLoader{
    width: 50px;
}





  .loading-container01 {
    opacity: 1;
    transition: opacity .5s ease-in-out; /* Duration and smoothness of fade-out */
  }
  
  .loading-container01.fade-out {
    opacity: 0;
  }


  .loader01 {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
  }
  .loader01::after,
  .loader01::before {
    content: '';  
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
  }
  .loader01::after {
    animation-delay: 1s;
  }
  
  @keyframes animloader {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }

  .item .image{
    height: 170px;
    flex: 1;
  }