#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;
    height: 300px;
   
  
}

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

    fill:#F6F1ED;
}

#flower-home-mob .products{

  margin-bottom: 72px;
  height: 300px;
}

#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;
    height: 300px;
   
}

#flower-home-mob .products-items{

    overflow: scroll;
    scrollbar-width: none;
    height: 300px;
   
}

#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 home-------------------------- */


   


     #flower-mob-pay  .green-box{

        width: 50%;
        height: 40px;
        background: linear-gradient(270deg, #798B73 0%, rgba(121, 139, 115, 0) 100%);
        border-radius: 0px 120px 120px 0px;
        padding: 10px 15px 10px 75px;
        margin-bottom: 40px;
    }
    
    #flower-mob-pay .box-title{
    
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
    }
    
    /*end of  green-box*/

    #flower-mob-pay .container-form{

        width: 100%;
        height: 382px;
        margin-bottom: 300px;
      
     }
     
     
     
     #flower-mob-pay  .label{
     
         font-size: 8px;
         font-weight: 400;
         line-height: 27px;
         color: var(--dark-red-text);
     }
     
     #flower-mob-pay  .content-description{
     
         font-size: 8px;
         font-weight: 400;
         line-height: 12px;
         color: var(--dark-red-text);
     
     }
     
     #flower-mob-pay .form-title{
     
         margin-bottom: 35px;
         font-weight: 700;
         color: var(--dark-red-text);
     }
     
     #flower-mob-pay  .form-content{
     
         display: flex;
         flex-direction: column;
         width: 100%;
         height: 487px;
         background: #F6F1ED;
         padding: 26px 9px;
     }
     
     #flower-mob-pay  input , select , textarea {
     
         margin-bottom: 27px;
         height: 12px;
         font-size: 10px;
         border: none;
         background: transparent;
         border-bottom: 1px solid #C0BFAA;
     }
     
     
     
     #flower-mob-pay  option{
     
         border: none;
     }
     
     
     #flower-mob-pay  .label-description{
     
         margin-bottom: 10px;
     }
     
     #flower-mob-pay  .btn{
     
        
         padding: 6px 42px;
         color: white;
        
         
         
        
     }
     
     #flower-mob-pay .button{
     
        text-align: center;
        margin-bottom: 50px;
      
        
     }
     
     #flower-mob-pay  .form-content{
     
         margin-bottom: 60px;
     }
     
     #flower-mob-pay  .form-wrapper{
     
         display: flex;
         gap: 22px;
     }
     
     #flower-mob-pay .form-first,
     .form-second{
     
         display: flex;
         flex-direction: column;
         width: 100%;
     }
     
     
     /*end of form*/



 
  /*--------------------------- END OF pay-------------------------- */



   
     /*end of  header*/

     #flower-product-list-mob  .img{

        width: 100px;
        height: 137px;
        border: 1px solid #798B73;
        border-radius: 150px 150px 0px 0px;
        object-fit: cover;
    }
    
    #flower-product-list-mob .flower-info{
    
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100px;
        height: 20px;
        background: #798B73;
        justify-content: space-between;
        padding: 4px 4px;
    
    
    }
    
    #flower-product-list-mob  .add-to-cart{
    
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }
    
    #flower-product-list-mob  .plus{
    
        width: 12px;
        height: 12px;
        background: #F6F1ED;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #flower-product-list-mob  .price{
    
        font-size: 7px;
        font-weight: 500;
        line-height: 8px;
        color: #F6F1ED;
    }
    
    #flower-product-list-mob  .like{
    
        width: 12px;
        height: 10px;
    }
    
    #flower-product-list-mob  .row{
    
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
         gap: 66px;
    }
    
    #flower-product-list-mob  .list-wrapper{
    
        display: flex;
        flex-direction: column;
        gap: 36px;
        margin-bottom: 78px;
       
    }
    
    #flower-product-list-mob  .list-title{
    
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
        color: var( --dark-red-text);
        text-align: center;
        margin-bottom: 67px;
    }
    
    /*end of  product-list*/     



 /*--------------------------- END OF product-list-------------------------- */   
 
 



   
     /*end of  header*/

     #flower-mob-showblog  .blog-content{

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    
    #flower-mob-showblog .related-article-wrapper{

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    #flower-mob-showblog .section2-information-boldtext{

        font-size: 12px;
        line-height: 27px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    #flower-mob-showblog .section2-information-text{

        font-size: 10px;
        line-height: 25px;
        font-weight: 300;
        text-align: justify;
        margin-bottom: 9px;
    }
    
    #flower-mob-showblog .title{
    
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-align: center;
        color: var( --dark-red-text);
        margin-bottom: 10px;
    }
    
    #flower-mob-showblog .date{
    
        font-size: 11px;
        line-height: 22px;
        font-weight: 400;
        color: #707070;
        text-align: center;
        margin-bottom: 40px;
    }
    
    #flower-mob-showblog .images{
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        align-items: center;
        margin-bottom: 15px;
    }
    
    #flower-mob-showblog .img1{
    
        width: 233px;
        height: 150px;
        border-radius: 0px 100px 0px 0px;
        object-fit: cover;
    }
    
    #flower-mob-showblog .img2{
    
        width: 100px;
        height: 149.97px;
      
    }
    
    #flower-mob-showblog .img3{
    
        width: 300px;
        height: 199px;
        margin-bottom: 15px;
    }
    
    #flower-mob-showblog .text1,
    .text2,
    .text3{
    
        line-height: 27px;
        text-align: right;
        color: var(--dark-red-text);
        max-width: 340px;
        text-align: justify;
       
    }
    
    #flower-mob-showblog .text1{
    
        margin-bottom: 9px;
    }
    
    #flower-mob-showblog .text2{
    
        margin-bottom: 37px;
    }
    
    #flower-mob-showblog .text-title{
    
        font-weight: 700;
        color: var(--dark-red-text);
        margin-bottom: 7 px;
        text-align: justify;
       
       
    }
    
    /*end of  blog-content*/

    #flower-mob-showblog .related-articles{

        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 auto;
      
    
    }

    #flower-mob-showblog .red-circle{

        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--dark-red-text);
        margin-bottom: 7px;
    }
    
    #flower-mob-showblog .article-title{

        display: flex;
       align-items: center;
        justify-content: center;
        gap: 5px;
    
    }
    
    #flower-mob-showblog .blog-img{
    
        width: 250px;
        height: 240px;
        border-radius: 0px 0px 100px 0px;
        margin-bottom: 15px;
        
    }
    
    #flower-mob-showblog .light-text{
    
        font-size: 11px;
        line-height: 22px;
        font-weight: 400;
        color: #707070;
        max-width: 199px;
    
        
    }
    
    #flower-mob-showblog .subtitle{
    
        
        font-size: 12px;
        line-height: 21px;
        color: var(--dark-red-text);
    }
    
    #flower-mob-showblog .read-more{
    
        font-size: 12px;
        font-weight: 700;
        line-height: 19px;
        color: var(--dark-red-text);
        margin-bottom: 50px;
    }
    
    #flower-mob-showblog .info{
    
        display: flex;
        flex-direction: column;
        text-align: right;
        gap: 5px;
    }

    #flower-mob-showblog .title{

        font-size: 14px;
    
        font-family:'IRAN-Sans-Bold' ;
        font-weight: 700;
    }
    
    
    /*end of  related-article*/  

 /*--------------------------- END OF showblog-------------------------- */ 

 
    
      /*end of  header*/
 
      #flower-mob-blog .search{
 
         position: absolute;
         left: 27px;
         bottom:3px ;
         max-width: 100%;
     }

     #flower-mob-blog .curve-img{

        width: 250px;
        height: 240px;
        border-radius: 0px 100px 0px 0px;
        object-fit: cover;
        margin-bottom: 20px;
     }
 
     #flower-mob-blog input{
 
         border-top-style: hidden;
         border-right-style: hidden;
         border-left-style: hidden;
         border-bottom-style: hidden;
         background-color: inherit;
         width: 100%;
     }
 
     #flower-mob-blog .text1, .text3{

        font-size: 10px;
        line-height: 22px;
        font-weight: 300;
        color: #707070;
        max-width: 250px;
     }


     #flower-mob-blog .blog-items{

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

     }

     #flower-mob-blog .blog-items-info{

        margin-bottom: 30px;
     }

     #flower-mob-blog .pages{

        
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 87px;

     }

     #flower-mob-blog .pagination{

        width: 20px;
        height: 20px;
        background: inherit;
        color: #621C1F;
        border: 1px solid #C0BFAA;
        border-radius: 4px;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
      }


      #flower-mob-blog  .activepagination{
        width: 20px;
        height: 20px;
        background-color: #621C1F;
        color: white;
        border-radius: 4px;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        fill: #FFFFFF;
    
     }


     #flower-mob-blog .text2, .text4{

        font-size: 12px;
        line-height: 21px;
        font-weight: 700;
        color: #621C1F;
     }


     

     
 
     #flower-mob-blog .search-input{
 
         width: 100%;
         border-bottom:  1px solid #C0BFAA;
         color: #621C1F !important;
 
     }
 
 
 
    
     #flower-mob-blog .search-wrapper{
 
         display: flex;
         align-items: center;
         gap: 100px;
     }
 
     
    
     #flower-mob-blog .header-search-box1{
  
     position: relative;
     display: flex;
     align-items: center;
     margin-bottom: 45px;
 
 }
 
 #flower-mob-blog .searchbox1{
 
     font-size: 12px;
     line-height: 27px;
     font-family:'IRANSans Regular' ;
     font-weight: 400;
     color: #621C1F !important;
     padding-bottom: 8px;
 
 }
 
 
     
     /*end of  search*/
 
     #flower-mob-blog .categories{
 
         display: flex;
         gap: 10px;
         align-items: center;
         margin-bottom: 54px;
         width: 100%;
        
     
     }
     
     #flower-mob-blog .category-title{
     
         font-size: 10px;
         line-height: 26px;
         font-weight: 500;
         text-align: center;
         color: var( --dark-red-text);
         margin-bottom: 28px;
     }
     
     #flower-mob-blog .categories-items{
     
         display: flex;
         flex-wrap: wrap;
         align-items: center;
         justify-content: space-between;
         width: 100%;
        
         
     
     }
     
     #flower-mob-blog .tablinks{
 
 
         color: var( --dark-red-text);
         font-size: 9px;
         font-weight: 400;
         line-height: 27px;
         border-bottom: 1px solid #C0BFAA ;
         background: inherit;
         width: 122px;
     }
 
     
         
        
     
     
     
     /*end of  categories*/
 
 
     #flower-mob-blog .blog-content-components{
     
         display: flex;
         flex-direction: column;
         align-items: center; 
     }
     
     #flower-mob-blog .blog-img{
     
         width: 250px;
         height: 240px;
         border-radius: 0px 100px 0px 0px;
         object-fit: cover;
         margin-bottom: 20px;
     }
     
     #flower-mob-blog .blog-image{
     
         width: 250px; 
         height: 240px;
         margin-bottom: 20px;
     }
     
     #flower-mob-blog .date{
     
         font-size: 10px;
         line-height: 22px;
         font-weight: 300;
         color: #707070 !important;
         margin-bottom: 5px;
        
     }
     
     #flower-mob-blog .title{
     
         font-size: 12px;
         line-height: 21px;
         font-weight: 700;
         color: var( --dark-red-text) !important;
         margin-bottom: 7px;
     }
     
     #flower-mob-blog .text{
     
         font-size: 10px;
         font-weight: 400;
         line-height: 27px;
         color: #707070 !important;
         margin-bottom: 10px;
     
     }
     
     #flower-mob-blog .read-more{
     
         font-size: 12px;
         font-weight: 700;
         line-height: 19px;
         color: var( --dark-red-text);
         margin-bottom: 40px;
         
     }
     
     #flower-mob-blog .more{
     
         font-size: 14px;
         line-height: 27px;
         font-weight: 700;
         color: var( --dark-red-text);
         text-align: center;
         margin-bottom: 50px;
     }
 
 
     #flower-mob-blog .content{
 
         display: none;
     }
 
 
 
     #flower-mob-blog #content1{
 
         display: block;
     }
     
     
     /*end of  blog-contents*/




 /*--------------------------- END OF blog-------------------------- */ 

 
#flower-cart-mob .header-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 40px;
    }
   
     /*end of  header*/



     #flower-cart-mob .green-box{

    width: 50%;
    height: 40px;
    background: linear-gradient(270deg, #798B73 0%, rgba(121, 139, 115, 0) 100%);
    border-radius: 0px 120px 120px 0px;
    padding: 10px 15px 10px 75px;
    margin-bottom: 40px;
}



/*end of  green-box*/


#flower-cart-mob .section2{

    display: flex;
    align-items: center;
    justify-content: center;
   
}

#flower-cart-mob .section2-box{

    width: 100%;
    height: 170px;
    background-color: #F6F1ED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
      
}

#flower-cart-mob .box{

    width: 80px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#flower-cart-mob .section2-titles{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #C0BFAA;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#flower-cart-mob .section2-components{

    display: flex;
    flex-direction: column;
    gap: 9px;
    
    
 }

 #flower-cart-mob  .section2-items{

    display: flex;
    flex-direction: column;
    gap: 9px;
 }


 #flower-cart-mob .section2-components-wrapper{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 9px; 
}


#flower-cart-mob .items{

    display: flex;
}



#flower-cart-mob .plus-btn , .minus-btn{

    cursor: pointer;
    border: none;
    background-color: inherit;
    width: 2px;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:'IRANSans Regular' ;
    font-size: 10px;
    line-height: 16px;
    color: #621C1F;
}


#flower-cart-mob .quantity-number{

    font-size: 10px;
    line-height: 16px;
}

#flower-cart-mob .quantity{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 130px;
    height: 18px;
    color:#621C1F;
    border: 1px solid #C0BFAA;
    font-size: 10px;
    line-height: 16px;
}






#flower-cart-mob .section2-info{

    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color:#621C1F

}


#flower-cart-mob .total-price , .sum{

    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #621C1F; 
}


#flower-cart-mob .numbers{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60px;
    height: 12px;
    border: 1px solid #C0BFAA;
    padding:1px 4px;
    
 
 
}

#flower-cart-mob .titles{

    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: var(--dark-red-text);
   
}

#flower-cart-mob .section2-info{

    font-size: 7px;
    line-height: 25px;
    font-weight: 400;
    color: var(--dark-red-text);
    

}

#flower-cart-mob .section2-price{

    font-size: 7px;
    font-weight: 400;
    line-height: 25px;
    color: var(--dark-red-text);
    
    
   
}

#flower-cart-mob .number-components{

    font-size: 7px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    color: var(--dark-red-text);
}

/*end of  section2*/

#flower-cart-mob .section3-one{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 76px;

}


#flower-cart-mob .box1{

    border: #C0BFAA 1px solid;
    height: 15px;
}


#flower-cart-mob .btn1,
.btn2{

    width: 80px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #C0BFAA;
    color: #621C1F;
    font-size: 7px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
   
}


#flower-cart-mob .section3-right{

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


/*end of section3*/

#flower-cart-mob .section5{

    margin-top: 40px;
}

#flower-cart-mob .date{

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

#flower-cart-mob .calender-logo{

    width: 33px;
    height: 21px;
    border:1px solid #C0BFAA;
    display: flex;
    justify-content: center;
    align-items: center;
   

   
   
    
}

#flower-cart-mob .section4-title{

    font-size: 8px;
    line-height: 25px;
    font-weight: 700;
    color: #621C1F;

}

#flower-cart-mob .watch-logo{

    display: flex;
    flex-wrap: wrap;
    width: 33px;
    height: 21px;
    border: 1px solid #C0BFAA;
    justify-content: center;

}

#flower-cart-mob .time{

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

#flower-cart-mob .section4-description{

   display: flex;
   align-items: center;
   gap: 6px;
   
}

#flower-cart-mob .description{
    
    font-size: 7px;
    line-height: 11px;
    font-weight: 400;
    color: #621C1F;
    max-width: 314px;
    
}



#flower-cart-mob .section4-two{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 18px;}

      /*end of section4*/

      #flower-cart-mob .sec5-title{

        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        color: #621C1F;  
    
    
    }
    
    #flower-cart-mob .section5-title{
    
        width: 100%;
        margin: 0 auto;
        margin-bottom: 22px;
    }

   



    #flower-cart-mob input[type="checkbox"]{

    appearance: none;
    -webkit-appearance:none;
    width: 14px;
    height: 14px;
    background-color: inherit;
    border-radius: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #C0BFAA;
    outline: none;

}

#flower-cart-mob  label{

    font-size: 10px;
    line-height: 25px;
    cursor: pointer;
}

#flower-cart-mob  input[type="checkbox"]:after{

    content: "";
    background-image: url(../images/tick\ copy.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 2;
    right: 0;
    display: none;
}

#flower-cart-mob  input[type="checkbox"]:hover{

    border: 1px solid #621C1F;
}

#flower-cart-mob  input[type="checkbox"]:checked{

    background-color: #621C1F;

}

#flower-cart-mob  input[type="checkbox"]:checked:after{

    display: block;
}
    
#flower-cart-mob .section5-components{
    
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
        position: relative;
        z-index: 9;
    }
    
    #flower-cart-mob  .sec5-comp{
    
        display: flex;
        gap: 9px;
        align-items: center;
    }
    
   
    
    #flower-cart-mob  .sec5-subtitle{
    
        font-size: 8px;
        line-height: 13px;
        font-weight: 400;
        color: #621C1F;
    }
    
    #flower-cart-mob   .section5{
    
        margin-right: 24px;
        margin-right: 24px;
        margin-bottom: 60px;
        
    }
    
    /*end of section5*/

    #flower-cart-mob  .button{

 
        text-align: center;
       
        margin-bottom: 50px;
       
      }
      
      #flower-cart-mob .btn{
      
          width: 115px;
          height: 36px;
          background-color: #621C1F;
          color: #F6F1ED;
          font-size: 15px;
          line-height: 23px;
          font-weight: 700;
          padding: 6px 42px;
        
      }
      
      
      /*end of button*/    



 /*--------------------------- END OF cart-------------------------- */    
 
 

 
   
     /*end of  header*/

     #flower-mob-checkout .green-box{

        width: 50%;
        height: 40px;
        background: linear-gradient(270deg, #798B73 0%, rgba(121, 139, 115, 0) 100%);
        border-radius: 0px 120px 120px 0px;
        padding: 10px 15px 10px 75px;
        margin-bottom: 40px;
    }
    
    #flower-mob-checkout  .box-title{
    
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
    }
    
    /*end of  green-box*/

    #flower-mob-checkout .red-circle{

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

    #flower-mob-checkout .title-wrapper{

        display: flex;
        align-items: center;
        gap: 5px;
    }


    #flower-mob-checkout .order-info{

    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;

}

#flower-mob-checkout .section2{

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
   
}

#flower-mob-checkout .section2-box{

  
    height: 203px;
    background-color: #F6F1ED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 14px;
    padding: 30px ;
   
    
}


#flower-mob-checkout .box-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C0BFAA;
    padding-bottom: 10px;
}

#flower-mob-checkout .title-text{

    color: var(--dark-red-text);
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    font-family:'IRAN-Sans-Bold' ;

}

#flower-mob-checkout .content-text{

    color: var(--dark-red-text);
    font-size: 7px;
    line-height: 25px;

}

#flower-mob-checkout .contents-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:18px ;
    padding-bottom: 18px;
    border-bottom: 1px solid #C0BFAA;

   
    
}

#flower-mob-checkout .box{

    width: 80px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    
}

#flower-mob-checkout .table-components{

   display: flex;
   flex-direction: column;
   gap: 9px;
}


#flower-mob-checkout .main-box{

    width: 100%;
    height: 217px;
    background-color: #F6F1ED;
    padding-top: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;

    
}

#flower-mob-checkout .box-text{

    font-size: 8px;
    line-height: 25px;
    color: var(--dark-red-text);
    padding-top: 12px;
    padding-bottom: 14px;
}

 /*end of  section2*/

 #flower-mob-checkout  .comments{

    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#flower-mob-checkout .label-description{

    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
}


#flower-mob-checkout .comment-box{

   width: 100%;
   border: 0.5px solid #C0BFAA;
   background-color: var( --bg);
   margin-top: 15px;
}

/*end of  comments*/

#flower-mob-checkout .box2{

    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 22px;
}

#flower-mob-checkout .titles{

    font-size: 8px;
    line-height: 22px;
    font-weight: 700;
    font-family:'IRAN-Sans-Bold' ;
    color: var(--dark-red-text);

}

#flower-mob-checkout .checkout-title{

    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:  1px solid #C0BFAA;
    padding-bottom: 7px;
}

#flower-mob-checkout .num{

    font-size: 8px;
    line-height: 22px;
    color: var(--dark-red-text);
}

#flower-mob-checkout .checkout-num{

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

}

#flower-mob-checkout .checkout-wrapper{

    display: flex;
    flex-direction: column;
    gap: 25px;
}

#flower-mob-checkout .checkout-btn{

    width: 110px;
    height: 30px;
    font-size:9px;
    
}

#flower-mob-checkout .checkout-button{

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
   
}

#flower-mob-checkout .checkout-box{

    width: 100%;
    height: 165px;
    background-color: #F6F1ED;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
}

#flower-mob-checkout .checkout{

    margin-bottom: 50px;
}

/*end of  checkouts*/



 /*--------------------------- END OF vheckout-------------------------- */   


   
     /*end of  header*/

     #flower-mob-contactus .contact-title{

        font-size: 14px;
        line-height: 27px;
        font-weight: 700;
        text-align: center;
        color: var(--dark-red-text);
        margin-bottom: 30px;
    }
    
    #flower-mob-contactus .contacts{
    
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 51px;
    
    
    }


    #flower-mob-contactus .email{
        width: 150px;
        margin: 0 auto;
        padding:20px 0 15px 0;

    }
    
    #flower-mob-contactus .address
    {
    
    
        width: 150px;
        margin: 0 auto;
        border-bottom: 1px solid #C0BFAA;
        border-top: 1px solid #C0BFAA;
        padding:20px 0 15px 0;
    }
    
    #flower-mob-contactus .telephone{
    
        padding:20px 0 15px 0;
    
    }
    
    #flower-mob-contactus .title{
    
        font-size: 11px;
        font-weight: 700;
        line-height: 27px;
        color: var(--dark-red-text);
    }
    
    #flower-mob-contactus .text{
    
        font-size: 9px;
        font-weight: 400;
        line-height: 27px;
        color: var(--dark-red-text);
    }
    
    #flower-mob-contactus .icon{
    
        width: 15px;
        height: 15px;
    }
    
    /*end of  contacts*/

    #flower-mob-contactus .form-container{

        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }
    
    #flower-mob-contactus .form{
    
        margin-bottom: 100px;
    }
    
    
    #flower-mob-contactus .label{
    
        font-size: 8px;
        font-weight: 400;
        line-height: 27px;
        color: var(--dark-red-text);
    }
    
     
    #flower-mob-contactus input ,  textarea {
    
        margin-bottom: 27px;
        height: 12px;
        font-size: 10px;
        border: none;
        background: transparent;
        border-bottom: 1px solid #C0BFAA;
    }
    
     
    #flower-mob-contactus .button{
    
       display: flex;
       align-items: center;
       justify-content: center;
      
        
     }
    
     /*end of  form*/

     
     #flower-mob-contactus  .social-title{

        font-size: 14px;
        font-weight: 700;
        line-height: 27px;
        color: var(--dark-red-text);
        text-align: center;
        margin-bottom: 18px;
     }
    
     
     #flower-mob-contactus .social-icon{
    
        display: flex;
        flex-wrap: wrap;
        max-width: 120px;
        justify-content: space-between;
        margin: 0 auto;
     }
    
      
    #flower-mob-contactus .socials{
    
        margin-bottom: 40px;
     }
    
      /*end of  social*/

     
      #flower-mob-contactus  .map{
 
    
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
      
      }
    
    
      /*end of  map*/


 /*--------------------------- END OF contact-us-------------------------- */  
 
 


#flower-mobile-footer .item{

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

}

#flower-mobile-footer .bottom-navbar{

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

#flower-mobile-footer .bottom-navbar::before{

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


#flower-mobile-footer .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;

}

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

  }

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

  #flower-mobile-footer  .item:hover{
    fill: #798B73;

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

   /*end of footer-navbar*/




   #header-flowershop .header-wrapper{

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 40px;
    }
   
     /*end of  header*/






#flower-mobile-about .green-box{

    width: 50%;
    height: 40px;
    background: linear-gradient(270deg, #798B73 0%, rgba(121, 139, 115, 0) 100%);
    border-radius: 0px 120px 120px 0px;
    padding: 10px 15px 10px 75px;
    margin-bottom: 40px;
}


#flower-mobile-about .box-title{
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}


   /*end of  green-box*/


   #flower-mobile-about .about-hero-wrapper{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-bottom: 100px;
   
   } 
   
   #flower-mobile-about .about-text{

       font-size: 14px;   
       font-weight: 400;
       line-height: 29px;
       color: #707070;
       max-width: 400px;
       text-align: justify;
   } 


   #flower-mobile-about .features-items{    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
   }

   #flower-mobile-about .features-wrapper{
       
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 100px;

   }  
   
   #flower-mobile-about .feature-title{

    font-size: 18px;
    font-weight: 600;
    color: #621C1F;
    text-align: center;
   }
   
   #flower-mobile-about .feature-text{
       
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    max-width: 320px;
    line-height: 26px;
    text-align: center;
    max-width: 350px;

   } 
   
   #flower-mobile-about .image-curve1{

    border-radius: 70px 0px 0px 0px;
    width: 350px;
    height: 250px;

   }


    
   #flower-mobile-about .image-curve2{

    border-radius: 0px 0px 70px 0px;
    width: 350px;
    height: 250px;

   }


   #flower-mobile-about .florist-title{

    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #621C1F;
   
   }

   #flower-mobile-about .florist-text{

    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #707070;
    text-align: start;
    max-width: 350px;

   }


   #flower-mobile-about .florist-box{

       display: flex;   
       align-items: center;
       justify-content: center;
       margin-bottom: 90px;
   }



   

