
.top-slider-like-gif{
    background-color: #e81f63;
    padding:5px;
}
.top-slider-like-gif .item{
    display: inline-flex;
    padding: 5px;
    color:#fff;
}
.top-slider-like-gif .item img{
    width: 32px;
}

.top-header-new{
    padding: 10px;
}
.top-header-new .custom-logo{
   max-width: 100px !important;
   height: auto;
   margin-left: 25px;
}
.top-header-new .searchbbox{
    display: inline-flex;
}
.top-header-new .search-field{
        background:#ecebe9;
    border-radius: 10px;
    padding: 10px 15px;
    width: calc(100% - 150px);
    position: relative;

}
.top-header-new .search-field input{
    height: 100%;
    color:#777;
    font-weight: 300;
    background-color: unset;
    border:unset; 
    outline: unset;
     width: calc(100% - 50px);
}
.top-header-new .search-field  button{
    position: absolute;
     left: 15px;
     background-color: unset;
    border:unset; 
    outline: unset;
}
.top-header-new .search-field  button i{
    color:#777;
}


.top-header-new  .top-menu-box{
     
    margin: 0;
}
.top-header-new a{
   
  text-decoration: none
}
.top-menu-box a{
    float:left;
    height: 47px;
}
.top-header-new .top-menu-box a.cart div{
 text-align: center;
   padding: 12px;
  font-size: 12px;
  color: #555;
  position: relative;
}
.top-header-new .top-menu-box a.account div{
 text-align: center;
   padding: 12px;
  font-size: 12px;
  color: #ffffff;
  position: relative;
}

.top-header-new .top-menu-box a.cart:hover > div{
    background-color: #ecebe9;
}

.top-header-new .top-menu-box a.cart .counter{
    border-radius: 100%;
    background-color: #cecece;
  position: absolute;
  height: 20px;
  width: 20px;
  padding: 2px;
}
.top-header-new .top-menu-box a.account div{
 text-align: center;
   padding: 12px;
  font-size: 12px;
    
  position: relative;
}

.top-header-new .top-menu-box a.account:hover > div{
   
}

.top-header-new .top-menu-box   a  .label{
position: relative;padding: 0 10px;
}
 
 
.top-header-new  .top-menu-box a.account   div{
    
    height: 100%;
    border-radius: 10px;
    position: relative;
    width: 150px;
}


.top-header-new  .top-menu-box a.cart   div{
    border:solid 1px #000;
    height: 100%;
    border-radius: 10px;
    position: relative;
    width: 150px;
}
 .top-menu-item {
    padding-top: 15px;
 }
  .top-menu-item a{
    text-decoration: none;
  }
 .top-menu-item ul{
   display: inline-flex;
   list-style-type: none;
 }

 .top-menu-item ul.header-menu li a{ 
    font-size: 14px;
    color:#222;
    padding: 10px 5px 5px 5px;
    margin: 10px 5px;
 }
 .top-menu-item ul.header-menu  li a{
      transition-duration: 0.2s;
        border-bottom: 0px var(--main-color-theme) solid;

 }
  .top-menu-item ul.header-menu  li a:hover{
     border-bottom: 3px var(--main-color-theme) solid;
   }
.menu-mobile-box{
    display: none;
}
@media (max-width: 576px) {
    .top-menu-item{
        display: none;
    }
    .goftino-wakeup{
        bottom: 60px !important;
    }
   .top-menu-box{
    padding-top: 10px;
   }

    .top-slider  .owl-item {
        padding:3px !important;
    }
   .top-header-new .search-field{
        background:#ecebe9;
    border-radius: 10px;
    padding: 10px 5px;
    width: calc(100% - 100px);
    position: relative;

}
.product-info{
    padding: 0px !important;
    
}
.product-title{
    font-size: 12px !important;
     
}
 .menu-mobile-box{
    display: block;
}
}

 .product-title{
    fomt-size:14px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* 2 خط × 1.5em فاصله خطوط */
    line-height: 1.5em;
    padding-top:0px !important;
    padding-bottom: 0px !important;
}
 

/**موبایل**/
.mobile-menu{
    padding: 5px;
 padding: 14px 5px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  left: 0;
  z-index: 99;
  border-top: 1px #c1c1c1 solid;
}
.mobile-menu .mobile-menu-item{
    width: 20%;
    text-align: center;
    
    float: left;
    font-size: 12px;
}
.mobile-menu .mobile-menu-item a{
    text-decoration: none;
    color:#666;
    
}
.mobile-menu .mobile-menu-item.home i{
 position: relative;top: -33px;font-size: 24px;
 border-radius: 100%;
  width: 44px;
  height: 40px;
  padding-top: 10px; 
  background-color: #fff;
}
.mobile-menu .mobile-menu-item.home div{
    position: relative;
  top: -30px;
  font-size: 18px;
}
.for-home{
   width: 50px;
  height: 50px;
  position: fixed;
  left: calc(50% - 25px);
  bottom: 30px;
  z-index: 98;
  background-color: #fff;
  border-radius: 100%;
  border: solid #ccc 2px;
}
 