/* Media Query */
@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1100px) {}

@media only screen and (min-width: 1024px) and (max-width: 1199px)  {
 
  header ul.topmenu {
    margin-left: -62px;
}
  
  header div#search {
    margin-right: 0;
}
  
  .search-unlocked {
    margin-right: -25px !important;
    margin-left: 58px !important;
}
  
 .wishlist-header {
    margin-left: 3px;
} 
  
 #cart {
    margin: 25px 0px 0px 3px;
} 
  
  
  
  }

@media screen and (max-width: 992px) {
 
      .toggle-menu {
        left: 117px;

    }
  .viewall {
    margin-right: 0 !important;
}
  
  .header-myacc-dropdown {
    float: right;
    position: relative;
}
  
.search-unlocked {
    margin-right: -18px !important;
    margin-left: 48px !important;
}
  
 #cart {
    margin: 25px 0 0px 10px;
} 
  
 header div#search {
    margin-right: 0;
    margin-left: 0;
} 
  

}

@media screen and (max-width: 975px) {
 
    .toggle-menu {
        left: 112px;
    }
}


@media screen and (max-width: 960px) {
    .toggle-menu {
        left: 27px;

    }
  
      header.header-unlocked .col-sm-3 {
        width: 24%;
    }
  

}

@media screen and (max-width: 767px) {

.header-myacc-dropdown {
    position: absolute;
    float: none;
}
  
  #cart>.btn{     background: #FFF URL(../image/basket.svg) no-repeat 7px 7px;}
  
.mobile-search {
        background: none !important;
        width: 34px !important;
        height: 34px;
        line-height: 37px;
    }
  
  header .mobile-wislist div#cart {
    margin-top: -8px;
        margin-right: 43px;
}
  
  .header-myacc-dropdown:hover .myacc-dropdown li {
    padding: 0 !important;
    text-align: left;
}
  
  .header-myacc-dropdown {
        /* display: none; */
        position: absolute;
        right: -4px;
        top: -8px;
    }
  
      header .mobile-wislist a.wishlist-header {
        position: ABSOLUTE;
        right: 90px;
        top: -8px;
    }
  
header div#search {
        display: none;
        position: fixed;
        top: 105px;
        /* right: 0; */
        margin: 0 auto !important;
        /* right: -23px; */
        width: 92%;
        left: 0;
        right: 0;
        background: #fff;
    }
  
  #search .btn-lg{ float:right;}
  .logout-search{ right: 58px;}
  
   nav#top ul.topmenu.desktop-hide-menu {

        left: -400px;
   
        width: 400px;
    }

.wishlist-header.mobile-search{
 background: #284b9d URL(https://www.food4u.uk/catalog/view/theme/default/image/ri_search-line.svg) no-repeat 8px 7px !Important;
background-size: 17px 17px !important;
}


.mobile-search i{ display:none;}
  
  
}

 
@media screen and (max-width: 477px) { 


header .mobile-wislist div#cart {
        margin-top: -8px;
        margin-right: -16px;
 
}

}

@media screen and (max-width: 400px) {    
  nav#top ul.topmenu.desktop-hide-menu {
        left: -375px;
        width: 375px;
    }

}