*{
    box-sizing: border-box;
}
.body{
    margin:0 !important;
    padding:0 !important;
    overflow: hidden;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

.main-color{
  color: #D31E3C;
}
.btn{
    display: inline-block;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: center;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    border-radius: 50px ;
    background-color: #D31E3C;
    color: white;
    font-size: 1.2rem;
}
.btn-small{
   border: none;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 40px;
    background-color: #D31E3C;
    color: white;
    padding:13px 23px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5rem;
    cursor: pointer;
    margin-bottom: 8px;
}
.btn-light{
    margin: 0 auto;
   

}
.btn_style{
    background-color: #CB8755;
}


.main-display{
    display: flex;
    justify-content: center;
    align-items:center ;

}
.main-text{
    font-size: 1.2rem;
    color: black;
    padding: 5px;
}
.main-text-a{
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    color: #D31E3C;
    font-weight: bold;
    
}
.text-white{
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 6px;
}
.text-white2{
    font-size: 3rem;
    color: #f5f235;
    
}


.fa{
    display: flex;
    font:40px;
    font-size:2rem;
    color: black;
    padding: 0 6px;   
}

.border{
    border: 1px solid rgb(207, 203, 203);
}
.p-style{
    font-size: 1rem;
    font-weight: 90px;
    color: rgb(73, 44, 10);
    margin: 0;
    margin-bottom: 20px;
}
.custom-del{
    color: #D31E3C;
}
.baner2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:20px auto;
 
    width:90%;
    
}
.baner2 img{
    height:300px;
}

/*top-menu*/

.text-dec-none{
    text-decoration: none;
   
}
.a-color-light{
    color:black;
    font-size: 15px;
    font-weight: bold;
}
.a-blak{
    text-decoration: none;
    color: black;
    font-size: 18px;
    
}
.mr-r{
    margin-right: 5px;
}
.mr-l{
    margin-left: 5px;
}
.back-color{
    background-color: rgb(230, 223, 223);
}

 .container-fluid{
    border-bottom: 1px solid rgb(231, 227, 227);
    padding-bottom: 7px;

 }
.container{
    font-size:1.1rem;
    margin:20px auto;

}


.left-top-menu{
    font-size: 23px;
    border-radius:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    

    
}
.left-top-menu a{
    text-decoration: none;
}

.search-input {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: none;
    border-radius: 20px;
}

 .right-top-menu{
    display:flex;
    justify-content:center;
    align-items: center;
 
} 
.containsignicon{
    display: flex;
    align-items: center;
    width: 400px;
  
}
 .multilanguage{
    font-size: 1.3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
   padding-bottom: 4px;
   padding-right: 0px;
   margin-top: 5px;
   
}

 .multilanguage a{
    color: #646060;
    text-decoration: none;
    padding: 3px;
    border: 0.3px solid #a9c7c9;
    border-radius: 8px 0 6px 0;
    background:#dff9fb;
 }
  .multilanguage a:hover{
    color:#c7f80c;
    font-size: 1.3rem;
    background: #55650a;
  }
.Logo_nav{
    width: 80%;
    margin-top: 70px;
    /* height: 80%;    */
}
.logo{
    width:70%;
    height: 40px;
    display:flex;
    justify-content:center;
    align-items: center;
}
.fa-shopping-cart{
   padding-right: 10px;
}

/*end-top-menu*/


/*navbar*/
.top-menu{
    display: grid;
    grid-template-columns:20% 60% 20%;
    overflow: hidden;
    padding-top: 15px;



}

.top-menu .nav_ul{
    position: relative;
    display: flex;
    justify-content: center;  
    align-items: center;
    gap: 20px;
    padding: 10px 30px;
    background: #dff9fb;
    border-radius: 30px;
    margin-top: 30px;
    border: 0.5px solid #bbe6e9 ;
    margin-top: 80px;
    max-height: 90px;
  }

.top-menu .nav_ul li{
  list-style: none;
  
  }

.top-menu .nav_ul li a{
      position: relative;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items:center;
      width: 80px;
      height: 80px;
      z-index: 10000;
      color: #444;
     
  }
  .top-menu .nav_ul li a i{
      font-size: 2.5rem;
      transition: all 0.5s ease;
      pointer-events: none;
       transition-property: color, filter, transform;
        transform: translateY(0);
  }
  .top-menu .nav_ul li:hover a i{
       color: #c7f80d;
        
      filter: drop-shadow(0 0 15px #c7f80c);
        transform: translateY(-60px);
  }
.top-menu .nav_ul li.activenav a i{
      color: #c7f80d;
      filter: drop-shadow(0 0 15px #c7f80c); 
      transform:translateY(-60px) ;
  } 
  #marker{
      position: absolute;
      top: -44px;
    
      width: 55px;
      /* height: 80px; */
      height: 55px;
      background: #55650a;
      border-radius: 20px;
      border-top: 2px solid #c7f80d;
      border-left: 2px solid #c7f80d;
      box-shadow: 0 0 0 10px  #fff,0 2px 0 9px #c7f80d;
      transition: 0.5s;
  
  }
  /* #marker::before{
      content: '';
      position: absolute;
     
      top: 60px;
      left: -30px;
      width: 20px;
      height: 20px;
      background:transparent;
      border-top-right-radius: 20px;
      box-shadow:4px -4px 0 4px #fff;
  } */


  #marker::after{
      content: '';
      position: absolute;
      top: 29px;
      right: -30px;
      width: 20px;
      height: 20px;
      background:transparent;
      border-top-left-radius: 20px;
      box-shadow:-4px -4px 0 4px  #fff ;
  }
  #marker span{
      position: absolute;
      top:90px ;
      width: 120%;
      left: -10%;
      height: 30px;
      background: #55650a;
      box-shadow: 0 0 0 10px #161616,
      0 -2px 0 9 px#c7f80d;
      border-radius: 20px;
      border-right: 2px solid #c7f80d;
      border-bottom: 2px solid #c7f80d;
  }
.top-menu .nav_ul li text{
    position: absolute;
    pointer-events: none;
    transform: translateY(32px);
    opacity: 0;
    font-size:1.1rem;
    transition: 0.5s;
    font-weight: 900;
    /* font-weight: bold; */
    margin-top: -18px;
  
  }
 .top-menu .nav_ul li.activenav text{
      opacity: 1;
      color: #c7f80d;
      filter: drop-shadow(0 0 15px #c7f80d);
      padding-bottom: 7px; 
  }
  
/*end-navbar*/


/*baner*/

.row_hero{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(15, 23, 43,0.6), rgba(59, 76, 117, 0.6)), url(../../media/images/firoze/فیروزه1.jpg);
  background-repeat: no-repeat;
  background-size: cover;


}
.baner_box{
width: 50%;
height: 100%;


}



.baner_img{
    width: 60%;
    height: auto;
    margin: 12px;
    transform: rotate(360deg);
    animation:Rotate 50s linear infinite;

}
@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}



/*menu*/
.menu_grid{
    background-color: rgba(230, 223, 223,0.9);
    margin: 10px;
    padding: 10px;
    border-radius: 16px;
    display: flex;
    text-align: center;
    flex-direction: column;
    height: 180px;
    justify-content: flex-start;
}
.pic_menu{
    width: 106px;
    height: 106px;
    
    
}
.menu_grid h6{
    margin: 0;
    font-size: 1.1rem;
    padding-top: 10px;
}

.container_menu2{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 10px;
    margin-top: 40px;
    background:url(../../media/images/firoze/بکگراند2.jpg);
    width: 100%;
    height: 250px;
    justify-items: center;
    align-items: center;

}

/*menu*/






/*grid product*/




.pro-title{
   display: block;
      
}
.product-title{
    display: block;
    text-align: right;
    align-items: right;
    justify-content: right;
   padding-top: 20px;
   border-bottom: 1px solid rgb(207, 40, 40);
   margin-right: 50px;
   
}

.off-pro{
    background-color: #D31E3C;
    
}
.container-progrid{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap:5px;
    margin-top: 30px;
    background-color: #d3661e;
    width: 100%;
    padding: 20px 0;
    justify-items: center;
    align-items: center;
    flex-wrap: nowrap;

}

.thumbnail{
    background-color: white;
    border-radius: 15px;
    height: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
  
    
}
.scroll_right,.scroll_left{
    cursor: pointer;
    padding: 10px;
  
}
.scroll_right i,.scroll_left i{
    font-size: 24px;
    color: #007bff;
}
.thumbnail_off{
    
    
    background-color: white;
    border-radius: 15px;
    height: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
    
    
}
.thumbnail_off h2{
    margin: 5px;
}

.thumbnail:hover {
    border: 2px solid #5d1ed3;
}
.pic-thumnail:hover{
    border: 2px solid #5d1ed3;
}
.pic_thumnail{
    width: 210px;
    height: 160px;
    border: 1px solid rgb(192, 189, 189);
    border-radius: 50%;
    margin: 15px 30px;
    
}

.title2-thumnail{
    font-size: 1.1rem;
    padding-top:-10px;

}

.off-price{
    display: inline-block;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    /* background-color: yellow; */
}
/*end grid product*/


.productnew {
    position: relative; /* برای موقعیت‌دهی مطلق عناصر داخلی */
}

.new-element-card-top {
    position: absolute;
    top: 23px;
    left: 57px;
    background-color: #ff6b6b; /* رنگ پس‌زمینه */
    color: white; /* رنگ متن */
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10; /* اطمینان از نمایش بر روی سایر عناصر */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.display_center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*baner process*/

.baner-process{
    width: 85%;
}
/*end baner process*/


/* grid style*/

.container_grid{
    display: flex;
    align-items: center;
    justify-content:center;
   flex-direction: column;
    position: relative;
} 
.container_off{
    display: flex;
    align-items: center;
    justify-content:center;
   flex-direction: column;
    padding:0;
    position: relative;
    background-color:#00CCF7;
    box-sizing: border-box;
    margin-top: 40px;
    
    
} 
.title_grid{
    font-size:2rem;
    font-weight: bold;
    border-bottom: 2px dashed red;
    padding-bottom: 5px;
    

    
}
.title_grid_off{
    font-size:2rem;
    font-weight: bold;
    border-bottom: 2px dashed rgb(179, 255, 0);
    margin:6px ;
    padding:5px;
}
.wrapper {  
max-width: 1400px;
width: 100%;
 position: relative; 
}
.wrapper i{
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;  
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  font-size: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}
.wrapper i:first-child{
    left:0px;
    
}
.wrapper i:last-child{
    right:0px;
}

.wrapper .carousel { 
    display: grid;
    
     grid-auto-flow: column;
    grid-auto-columns: calc((100% / 5));
    gap:8px;
     overflow: auto; 
     scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width:0 ;
}
.carousel::-webkit-scrollbar{
    display: none;
}

.carousel :where(.card, .img){
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel.no_transition{
    scroll-behavior: auto; 
}

.carousel.dragging{
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.carousel.dragging .card{
cursor: grab;
user-select: none;
}

.carousel .card {
 
    scroll-snap-align: start;
    height: 380px;
    list-style: none;
    background-color: rgba(230, 223, 223,0.9);
    border-radius: 8px;
    padding-bottom: 38px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;;
    flex-direction: column;
}
.card .img{
    
    width: 148px;
    height: 148px;
    border-radius: 50%;
    margin-top: 20px;

}
.card .img img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #f58a60;
    

}
.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
    
}
.card p{
    color: #6a6d78;
    font-size: 1.31rem;
    padding: 0;
}
/* .container_off{
    display: flex;
    align-items: center;
    justify-content:center;
   flex-direction: column;
    padding:0;
    position: relative;
    background: #f16767;
    box-sizing: border-box;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;

} 
.container_off_blue{
    display: flex;
    align-items: center;
    justify-content:center;
   flex-direction: column;
    padding:0;
    position: relative;
    background: #00aeff;
    box-sizing: border-box;
    margin-top: 40px;

} 
.title_grid{
    font-size:2rem;
    font-weight: bold;
    border-bottom: 2px dashed red;
    padding-bottom: 5px;

}
.title_grid_off{
    font-size:2rem;
    font-weight: bold;
    border-bottom: 2px dashed rgb(179, 255, 0);
    margin:6px ;
    padding:5px;
   
}
.wrapper {  
    width:93%;
    position: relative; 
    max-width: 1200px;
    padding: 20px 0;
}
.wrapper i{
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;  
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  font-size: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 10;
  transition: background 0.3s ease;
}
.wrapper i:first-child{
    left:-22px;
    
}
.wrapper i:last-child{
    right:-22px;
}

.wrapper .carousel { 
    display: grid;
     grid-auto-flow: column;
    grid-auto-columns: calc((100% / 5));
    gap:8px;
     overflow: auto; 
     scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width:0 ;
    list-style: none;
    padding: 10px;
    margin: 0;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.carousel.card-first{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6px;
    

}
.card-first h2{
 display: flex;
 justify-content: center;
 align-items: center;
}
.card-first img{
    width: 70%;
    padding-bottom: 20px;
    
}
.cardbtn{
   display: flex;
   justify-content: center;
   align-items: center;
    
}
.carousel :where(.card, .img){
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel.no_transition{
    scroll-behavior: auto; 
}

.carousel.dragging{
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.carousel.dragging .card{
cursor: grab;
user-select: none;
}

.carousel .card {
 
    scroll-snap-align: start;
    /* height: 342px; */
    list-style: none;
    background-color: rgba(230, 223, 223,0.9);
    border-radius: 8px;
    padding-bottom: 16px;
    
   
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card .img{
    
    width: 148px;
    height: 148px;
    border-radius: 50%;
  padding-top: 23px;

}
.card .img img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #f58a60;
    

}
.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
    
}
.card p{
    color: #6a6d78;
    font-size: 1.31rem;
    padding: 0;
    margin: 5px;
} */
/* @media screen and (max-width:900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2)-9px);
    }
}
@media screen and (max-width:600px) {
    .wrapper .carousel {
        grid-auto-columns:100%;
    }
} */

/* end grid style ***********************/


/*fastfood baner **********************/
.baner_container{
width: 100%;

position: relative;
box-sizing: border-box;
margin: 26px 0;


}
.merg_container{
    display: flex;
   
}
.baner_right{
   flex: 1;
   padding: 10px;
   position: relative;
   overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
.item_title{
   
position: absolute;
font-size: 1.8rem;
color: #fce305;
 top: 15%;
 left:25%;
 transform: translateX(-50%)rotate(-20deg);
white-space: nowrap;



}

.baner_right img{
    width:100%;
    height:320px;
    border-radius: 18px;
     
   
}

/*fastfood baner *********************/

/*mini container*****************/
.mini-container{
    /* background-color: cadetblue; */
      background: #dff9fb;
      border: 0.5px solid #c4e5e7;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.mini-right{
    width: 50%;
}
.mini-right img{
width: 110px;
height: 110px;

padding-right: 0;

}

.img-miniright img {
    width: 110px;
    height: 110px;
    margin-left: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.img-miniright{
    display: flex;
    width: 100%;
   padding: 0;
    justify-content:space-evenly;
    align-items: center;
    
}
.img-miniright p{
    padding-left: 19px;
    font-size: 1.9rem;
    font-weight: 600px;
}
.img-miniright a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 600;
    background-color: #D31E3C;
    border-radius: 40px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.img-minileft {
    position: relative; /* این برای پدر عنصر a است */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}


.img-minileft a:nth-child(2){
    
 text-decoration: none;
 border-radius: 50px;
 background-color: #D31E3C;
 color: #ffffff;
 font-size: 1.3rem;
 padding: 5px;
  position: absolute; /* این عنصر نسبت به پدر relative موقعیت می‌گیرد */
    right: 2px; /* تنظیم فاصله از چپ */
    bottom: 6px; /* تنظیم فاصله از پایین */
   
}

.mini-left{
    width: 50%;
  
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: row;
}

.img-minileft img{
   width: 90px;
    height: 90px;
    border-radius: 50%; 
    border: 0.5px solid  #D31E3C;
    cursor: pointer;
}
.mini-left .img-minileft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0 10px;
}
.btn-more a{
    text-decoration: none;
    border-radius: 50px;
    background-color:#D31E3C;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 10px 17px;
    color: #ffffff;
    margin-right: 23px;

}
/*mini container*****************/

/*best geid*/

.container_best{
    margin: 0;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.container_best .card{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
     height: 210px;
    max-width: 300px;
    padding: 0 15px;
    margin:0 10px;
    box-shadow: 0 5px 100px rgba(0,0,0,0.5);
    background: #dff9fb;
    transition: 0.3s ease-in-out;
}

.container_best .card:hover{
     height: 400px;
} 

.container_best .card .img_box{
    position: relative;
    width:200px ;
    height: 200px;
    top: -60px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.container_best .card .img_box img{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50px;
}
.container_best .card .content{
    position: relative;
    margin-top: -140px;
    padding:0 15px;
    text-align: center;
    visibility: hidden;
    /* opacity: 0; */
    
}

.container_best .card .content h2{
   font-size: 2em; 
}

.container_best .card:hover .content{
    visibility: visible;
     margin-top: -40px;
    transition-delay: 0.3s;
}


/*end best grid*/

/* footer*/ 

footer{
    margin-top: 200px;
    background: #dff9fb;
    color:#161616;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
}

.boxfooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -70px auto 10px;
    min-height: 150px;
    width: 50vw;
    padding: 20px 30px 40px;
    border-radius: 16px;
    background: #55650a;
    position: absolute; /* این عنصر نسبت به پدر relative موقعیت می‌گیرد */
    right:25%;  
   

}
.boxfooter h2{
    font-size: 30px;
    text-align: center;
    color: #c7f80c;;
}
.boxfooter button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #000;
    border: 0;
    border-radius: 30px;
    white-space: nowrap;
    background: #c7f80c;
    font-family: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s linear;
    font-size: 20px;
}
.boxfooter button a{
text-decoration: none;
padding: 10px;
color: #161616;
font-weight: 550;
font-size: 1.4rem;
}
.boxfooter button span{
   font-weight: 550;
    font-size: 1.4rem; 
}
.boxfooter button:hover{
    background-color: antiquewhite;
    color: #000;
}

.boxfooter section{
    position: relative;
   
}
.headingfoot{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 1% auto;
    justify-content: space-between;
}
.logofoot{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}
.logofoot img{
    height: 60px;
}
.socialsfoot{
    display: flex;
    gap: 20px;
    font-size: 35px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.socialsfoot i:hover{
    color: rgb(214, 125, 9);
}
.itemsfoot{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    place-items: center;
    text-align: right;
    align-items: start;
}

.itemsfoot h3{
    color: #161616;
    font-size: 27px;
    padding-bottom: 20px;
}
.itemsfoot .items-list a{
    display: block;
    margin-bottom: 15px;
   text-decoration: none;
   color: #161616;
   font-size: 1.2rem;
}
@media only screen and (max-width:1072px){
    .boxfooter{
        width: 70vw;
    }
}
@media only screen and (max-width:1072px){
    .boxfooter{
        flex-direction: column;
    }
    footer{
        padding-bottom: 50px;
    }
    .itemsfoot{
        grid-template-columns: repeat(2,1fr);
    } 
}

.itemsfootEn{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    place-items: center;
    text-align: left;
    align-items: start;
}
.itemsfootEn h3{
    color: #161616;
    font-size: 27px;
}
.itemsfootEn .items-list a{
    display: block;
    margin-bottom: 15px;
   text-decoration: none;
   color: #161616;
   font-size: 1.2rem;
}
@media only screen and (max-width:1072px){
    .boxfooter{
        width: 70vw;
    }
}
@media only screen and (max-width:1072px){
    .boxfooter{
        flex-direction: column;
    }
    footer{
        padding-bottom: 50px;
    }
    .itemsfootEn{
        grid-template-columns: repeat(2,1fr);
    } 
}


.copyright{
    background-color: rgb(53, 50, 50);
    width:100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgb(136, 132, 132);

}

.copy-icon{
    margin-right: 5px;
    font-size: 15px;
    color: rgb(136, 132, 132);
}

/* end-footer*/

/*sidebar*/


.sidebar {
    width: 250px;
    height: 825px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    border: 1px solid rgb(152, 156, 156);
}
.sidebar h2{
    display: flex;
    
    justify-content: center;
}
.sidebar input {
    background-color: rgb(238, 233, 233);
}

.product-list2 {
    margin-left: 20px;
    display: none;
}

.product-items {
    padding: 10px;
    background-color: #e9ecef;
    margin-bottom: 10px;
    border-radius: 5px;
}

.topgridsidbar{
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
}
.containersidbar{
    width: 20%;
   
    display: flex;
    justify-content: center;
    margin: 0;
}
/* .containersidgrid{
    width: 100%;
} */

/* end sidebar*/


.message{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    color: red;
    font-size: 1.5rem;
}

.block-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: baseline;
    margin: 25px;
    align-content: space-around;
    justify-content: space-around;
   

}
.block-header__title {
	margin-bottom: 0;
	font-size: 20px
}
.block-header__divider {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 2px;
	background: #ebebeb
}
.block-header__groups-list {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap
}
.block-header__groups-list li+li {
	margin-right: 3px
}
.block-header__group {
	background: transparent;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	cursor: pointer;
	display: block;
	color: inherit;
	padding: 2px 11px 1px;
	border-radius: 12px;
	box-shadow: none;
    text-decoration: none;
}
.block-header__group:focus {
	outline: none
}
.block-header__group:focus,
.block-header__group:hover {
	box-shadow: inset 0 0 0 2px #ebebeb;
	color: inherit
}
.block-header__group--active,
.block-header__group--active:focus,
.block-header__group--active:hover {
	cursor: default;
	box-shadow: inset 0 0 0 2px #ee4156
}
.block-header__arrow,
.block-header__arrows-list {
	display: -ms-flexbox;
	display: flex
}
.block-header__arrow {
	width: 27px;
	height: 29px;
	padding: 0;
	margin: 0;
	border: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	fill: #999;
	border-radius: 1.5px;
	background: #f2f2f2;
	transition: all .15s
}
.block-header__arrow:focus {
	outline: none
}
.block-header__arrow:focus,
.block-header__arrow:hover {
	background: #ee4156;
	fill: #fff
}
.block-header__arrow:active {
	transition-duration: 0s;
	background: #d45454;
	fill: #fff
}
.block-header__arrow+.block-header__arrow {
	margin-right: 3px
}
.block-header__arrow svg {
	transform: scaleX(-1)
}
.block-header__arrow--left svg {
	position: relative;
	right: -1px
}
.block-header__arrow--right svg {
	position: relative;
	right: 1px
}
.block-header__title+.block-header__divider {
	margin-right: 16px
}
.block-header__divider+.block-header__groups-list {
	margin-right: 12px
}
.block-header__groups-list+.block-header__arrows-list {
	margin-right: 10px
}
.block-header__divider+.block-header__arrows-list {
	margin-right: 16px
}
@media (max-width:767px) {
	.block-header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.block-header__groups-list {
		padding: 8px 0;
		margin-top: 8px;
		margin-bottom: -8px;
		-ms-flex-order: 100;
		order: 100;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.block-header__divider+.block-header__groups-list {
		margin-right: auto;
		margin-left: auto
	}
	.block-header__divider+.block-header__groups-list+.block-header__arrows-list {
		margin-right: 16px
	}
}
.txt-primary{
    color: #fd4d0d;
}

.favorite-btn {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.favorite-btn i {
  color: #ff0000;
  font-size: 18px;
  transition: all 0.3s ease;
}

.favorite-btn:hover {
  border-color: #ff4d6d;
  background: #ff4d6d;
  box-shadow: 0 6px 12px rgba(255,77,109,0.4);
}

.favorite-btn:hover i {
  color: #acacac;
}

.favorite-btn.active {
  background: #ff4d6d;
  border-color: #ff4d6d;
}

.favorite-btn.active i {
  color: #acacac;
}

.pagination{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    list-style-type: none;
    padding-bottom: 30px;
    margin-right: -150px;
}

.left-top-menu .top-menu-log{
    width: 20%;
}
.left-top-menu .top-menu-search{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -80px;
}
.left-top-menu .top-menu-lang{
    width: 20%;
}


/* ================= shop page =========================== */
