#flower-home-mob .header-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    margin-bottom: 47px;
  }
  
  #flower-home-mob #myLinks{
    display: none;
  }
  #flower-home-mob .header{
  
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  
  
  /*end of  header-home*/
  
  #flower-home-mob .hero{
  
      position: relative;
      background-image: url(../images/hero-green-box.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom 70px  center;
     
    }
    
    #flower-home-mob  .hero-img{
    
        width: 233px;
        height: 236px;
    
       
    }
    
    #flower-home-mob  .image-hero{
    
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 73px;
        margin-bottom: 45px;
    }
    
    /*end of  hero-home*/

    #flower-home-mob .search-box{

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
        width: 100%;
        height: 47px;
        padding: 15px 18px 14px 0 ;
        background-color: var(--beige-text-color);
        margin-bottom: 36px;
    }
    
    #flower-home-mob  .search-text{
    
        font-size:12px;
        font-weight: 600;
        line-height: 15px;
        color: var( --dark-red-text);
    }
    
    /*end of  search-box*/



    #flower-home-mob .tabs {
    list-style: none; 
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    gap: 45px;
  }
  
  #flower-home-mob .tabs-bar{
    width: 100%;
    height: 47px;
    background-color: var(--beige-text-color);
    padding: 7px 21px;
    display: flex;
    align-items: center;
    margin-bottom: 72px;
    font-family:'IRANSans Regular' ;
  }
  #flower-home-mob  .tabs li {
    display: inline-block;
    
  }
  #flower-home-mob  .tabs input[type="radio"] {
    display: none;
    color: #ACACAC;
  
  }
  #flower-home-mob  .tabs label {
    display: block;
    cursor: pointer; 
  }
  
  #flower-home-mob  .tabs [id^="tab"]:checked + label {   
    width: 83px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F6F1ED;
    background: #798B73;
    box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.25);
  }
  
  #flower-home-mob  .tab-text{
  
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Vazirmatn-Regular';
    color: #621C1F;
  }

    /*end of  tabs*/


    #flower-home-mob .green-box{

    width: 170px;
    height: 166px;
    background-color: var(--green);
    padding: 7px 10px 11px 10px;
    position: relative;
   
   

}

#flower-home-mob .green-box::after{

    content: "";
    position: absolute;
    background-image:url(../images/flower-box.svg);
    left: 39px;
    bottom: 51px;
    width: 151px;
    height: 155px;
    border: 1px solid #798B73;
    border-radius: 125px 125px 0px 0px;
    object-fit: cover;
    margin-bottom: 10px;
    
  
 
}

#flower-home-mob .products-wrapper{

    display: flex;
    align-items: center;
    width: max-content;
    gap: 33px;
   
  
}

#flower-home-mob .heart-icon .active{

    fill:#F6F1ED;
}

#flower-home-mob .products{

  margin-bottom: 72px;
}

#flower-home-mob .title{

    font-size: 9px;
    font-weight: 500;
    line-height: 11px;
    margin-bottom: 16px;  
}

#flower-home-mob .product-component-items{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#flower-home-mob .plus{

    width: 16px;
    height: 16px;
    background-color: var(--beige-text-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#flower-home-mob .heart-icon-svg{

   float: left;
   
}

#flower-home-mob .heart{

    margin-bottom: 109px;
}

#flower-home-mob .price{

    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}

/*end of  products*/

#flower-home-mob .green-rectangle{

    width: 100%;
    height: 205px;
    background: var(--green);
    border-radius: 150px 0px 0px 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 57px;
    margin-bottom: 72px;
  
    
}

#flower-home-mob .green-rectangle-items{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;

}

#flower-home-mob .sunflower-img{

    width: 194px;
    height: 205px;
}

#flower-home-mob .green-rectangle-title{

    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: right;
    max-width: 120px;
}


/*end of  section5*/

#flower-home-mob .green-rect1{

    width: 195px;
    height: 99px;
    background-color: var(--green);
    padding: 7px;
    position: relative;
    
}

#flower-home-mob .green-rect-components{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#flower-home-mob .components-left{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    padding-bottom: 10px;

}

#flower-home-mob .like-icon{

    margin-bottom: 50px;
}


#flower-home-mob .green-rect1::before{

    content: "";
    position: absolute;
    background-image:url(../images/bouquet-\ pink.svg);
    left: 7px;
    bottom: 34px;
    width: 112px;
    height: 120px;
   
    
  
 
}

#flower-home-mob .green-rect2{

    width: 195px;
    height: 99px;
    background-color: var(--green);
    padding: 7px;
    position: relative;
}



#flower-home-mob .green-rect2::before{

    content: "";
    position: absolute;
    background-image:url(../images/red-bouquet.svg);
    left: 7px;
    bottom: 34px;
    width: 112px;
    height: 120px;
}

#flower-home-mob .product-item-wrapper{

    display: flex;
    align-items: center;
    width: max-content;
    gap: 27px;
   
}

#flower-home-mob .products-items{

    overflow: scroll;
    scrollbar-width: none;
   
}

#flower-home-mob .products-items::-webkit-scrollbar{

    width: 0;
    height: 0;
}

#flower-home-mob .products{

    overflow: hidden;
    margin-bottom: 72px;
}

/*end of  section6*/

#flower-home-mob .green-rectangle-section7{

    width: 100%;
    height: 205px;
    border-radius: 0px 150px 150px 0px;
    background-color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}



#flower-home-mob .green-rectan-title{

    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    max-width: 180px;
}

#flower-home-mob .green-rectangle-components{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

/*end of  section7*/

#flower-home-mob .instagram{

    margin: 0 auto;
    margin-bottom: 72px;
   
}

#flower-home-mob .insta-title{

    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    color: var(--dark-red-text);
    margin-bottom: 20px;
}

#flower-home-mob  .insta-img{

    width: 292px;
    height: 292px;
    border: 5px solid var(--light-green);
    display: block;
    margin: 0 auto;
}

/*end of  instagram*/

.item{

   
    overflow: hidden;
    padding: 7px;
    cursor: pointer;
    transition: all .5s ease;

}

.bottom-navbar{

   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 17px;
   position: relative;
   
}

.bottom-navbar::before{

    content: "";
    position: absolute;
    background-image:url(../images/purple\ flower.svg);
    left: 0px;
    bottom: 0px;
    width: 126px;
    height:278px ;
    background-repeat: no-repeat;
}


.bottom-navbar-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    background-color: var(--beige-text-color);
    padding: 12px 16px ;
    width: 100%;
    height: 54px;

}

  
  .nav-icon{
  
  
  width: 32px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;

  }

  .item.active{
    background-color:inherit;
    transition: all .5s ease;
  
  }

  .item:hover{
    fill: #798B73;

  }
  
  .item.active path{
  fill: #798B73;
  opacity: 1;
  }
  
  
  
  .icon{
  
  opacity: 0.5;
  }

