/* HOME PAGE SLIDER */
/* Slider Text Overlay Boxes */
#Container .slide-show-render-full .slide-overlay{
    display: none;
}
#Container .slide-show{
    margin-bottom: 0px;
}
#Container .slide-show{
    max-height: initial;
}
/* END HOME PAGE SLIDER */

/* CTA Banners Home Page */
#ctaBanners{
    border: none;
    text-align: center;
}
#ctaBanners a:hover{
    opacity: 0.8;
}
#ctaBanners img{
    max-width: 100%;
    margin-bottom: 6px;
}
/* END CTA Banners Home Page */

/* White Background Container */
#Wrapper {
    background: #fff;
}

/* Adjust height for content on home page */
.noproductscontainer{
    min-height: 150px;
}

/* Light Beige Boxes On Home Page */

#DeliveryBar{
  margin-bottom: 5px;
  border-top: none;
}
#DeliveryBar .col-sm-4, #DeliveryBar .col-md-4, #DeliveryBar .col-lg-4, #DeliveryBar .col-xs-12{
  padding: 0px;
}
#DeliveryBar a:hover{
  text-decoration: none;
}
.deliverymargin{
  margin-right: 1%;  
  background-color: #f2f2f2 ;
  height: 42px;
  text-align: center;
  vertical-align: top;
} 
.deliverymargin img{
  padding: 5px 0px 0px 0px;
}
.deliveryNOmargin{
   margin-right: 0%;
   background-color: #f2f2f2 ;
   height: 42px;
   text-align: center;
   vertical-align: top;
}  
.top3deliveryboxes{
   margin-bottom: 5px;
} 
.top3deliveryboxes span{
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-top: 7px;
  color: #000000 ;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 16px;
} 
/* END Light Beige Boxes On Home Page */




/* Media Queries */ /* ************************************************************************* */ 
/* 1180 and lower */ 
/* Amano Home Page */
@media only screen and (max-width: 1180px){
    #Main3CategoriesRight,
    #MainFeatureBoxes,
   /* #DeliveryBar{
        display: none;
    } */
    #landing .banner_home_page_top{
        zoom: 0;
    }
}
/* 1059 and lower */ /* Main Menu */
@media only screen and (max-width: 1075px){
    #Header div.logo a.logo img{
        max-height: 100px;
    }
    #google_translate_element{
        display: none;
    }
}
/* 960 and lower */
@media only screen and (max-width: 960px){
    #Header div.logo{
        width: auto;
    }
    #Header div.logo a.logo img{
        max-height: 100px;
    }
  /*  #landing .banner_home_page_top{
        zoom: .84;
    } 
    .main2categoryboxes{
        display: none;
    } */
}
/* 940 and lower */
@media only screen and (max-width: 960px) {
    #Header #HeaderLower #SideCategoryList{
        position: relative;
        top: 0px;
        left: 0px;
        width: auto;
        margin-top: 7px;
        text-align: center;
    }
    #Header #HeaderLower #SideCategoryList .has-sub{
        display: none;
    }
}
/* 800 and lower */
@media only screen and (max-width: 800px){
   /* #FloralRewardsBanner img{
        display: none;
    } */
}

/* 760 and lower */
@media only screen and (max-width: 760px){
    .deliverymargin{
    margin-right: 0%;
    }
}

/* 690 and lower */
@media only screen and (max-width: 690px){
    .Right {
         display: none;
    }
    .duoimages{
     margin-left: 0;
    }  
}

/* 640px and lower */
@media only screen and (max-width: 640px){
    #Header div.logo{
        width: 100%;
    }
    #landing .banner_home_page_top{
        zoom: .82;
    } 
}
/* 500px and lower */
@media only screen and (max-width: 500px){
    /*#ExtraServicesAds{
        display: none;
    }*/
}