





/*-----------reduce section1---------------*/
.reduce-section{
 margin-top: 15px;
 margin-bottom: 50px;
}
.home_header
{
    font-weight: 600;
    margin-bottom: 30px;
   
}

/*-----------2---------------*/
.tab-section2{
  margin-bottom: 50px;
}
.tabs-swiper {
  width: 100%;
  overflow: hidden; /* برای swiper */
}

.tabs {
  display: flex;
  gap: 40px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 12px;
 width: fit-content !important;
    margin-bottom: 50px !important;
    border-bottom: 2px solid #eee;
}


.tabs .tab.swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}


.tab {
  cursor: pointer;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  padding: 6px 0;
}

.tab.active { color: #000; }

/* indicator متحرک */
.tab-indicator {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px;
  width: 0;
  background: #000;
  border-radius: 2px;
  transition: left .25s ease, width .25s ease;
}
    .tab-content {
      display: none;
		    position: relative;
    }

    .tab-content.active {
      display: block;
    }



    .swiper {
      width: 100%;
    }


@media only screen and (max-width: 991px) {
	.tabs {

  gap: 0
  }
.tab {
    cursor: pointer;
    padding: 0 0 10px 20px;
    font-size: .9rem;
}
	
.section-section3
 {
    padding: 0 0 30px 0;
}	
	
}


/*----------3----------*/
.lowprice-section{
      margin-bottom: 50px;
}


/*--------4----------*/

.bestprice-section{
   margin-bottom: 50px;  
}


/*----------5----------*/
.open-area-section{
    margin-bottom: 50px;
}


/*-----------6---------*/
.newest-products-section{
  margin-bottom: 50px;
}
/*-----------7---------*/
.food-section {
    margin-bottom: 50px;
}



/*------8--------*/
.mess-section8 {
   margin-bottom: 50px; 
}

@media screen and (max-width: 991px) {
.order-item1{
      order: 2;
}
.order-item2
{
  order: -1;
}

}
/*---------9-----------*/
.news-section{
      margin-bottom: 50px; 
}

/*-----------10-------------*/

   .single-img-section{
     margin-bottom: 50px; 
   }

   .single-img-box{
    background-color: #E8D2C7;
        display: flex;
   }
 .single-img-box-right
   {
        display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    padding: 50px 30px;
   }

.section10_title{
    
    font-weight: 600;
    font-size: 1.3rem;
    display: block;
}


.section10_subtitle
{   
   color: #000;
    display: block;
    font-size: .8rem;
    margin-bottom: 30px;
  }

@media only screen and (max-width: 767px) {

 .single-img-box{
   
        flex-direction: column;
   }
   .single-img-box-right{
    order: 1;
   }

    .section10_title {
        font-size: 1rem;
    }


}

/*---------11-----------*/
.warranty-section{
 margin-bottom: 50px; 
} 
/*---------12-----------*/
.more-ikea {
 margin-bottom: 50px; 
}

.more-ikea .food-subtitle ,  .more-ikea .food-title{
  color: #000;
}


/*---------13-----------*/
.like-more{
 margin-bottom: 50px; 
}
/*---------14-----------*/
.facility-section{
 margin-bottom: 50px; 
} 


/*---------15-----------*/
.idea-section{
 margin-bottom: 50px; 
} 



/*--------16---------*/
.tab-section16{
  margin-bottom: 50px;
}
.tab-masonry .tab-image-item{
  display:block;
}

.tab-masonry .tab-image-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}



.tabs .tab.tab-masonry-slide {
  
    background: #F5F5F5;
    border-radius: 20px;
    padding: 5px 15px;
}

.tabs-masonry {
    gap: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px !important;
    border-bottom: 0;
}

.tab-section16 .tab-indicator {
  
    background: transparent;
}

.tab-load-more
{
      border-radius: 40px;
    background: transparent;
    justify-content: center;
    display: flex;
    margin: auto;
    padding: 2px 15px;
        margin-top: 15px;
}

@media (max-width: 991px){
  .tab-masonry.promo-flex{
    flex-wrap: wrap;
    gap: 10px;
  }

  .tab-masonry.promo-flex .col{
    flex: 0 0 calc(50% - 5px);
    gap: 10px;
  }

  /* ستون سوم در موبایل حذف شود */
  .tab-masonry.promo-flex .col[data-col="2"]{
    display: none;
  }
}

/*---------17-----------*/
.last-section{
 margin-bottom: 50px; 
}
.last-section-txt
{
  text-align: justify;
  color:#484848
}