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




#Wrapper{
    padding-bottom: 0px;

#Wrapper2 {
    clear: both;
    max-width: 1060px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}



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

/* Cluizel Category Banners */
#categoryBanners .row{
    border: none;
    text-align: center;
}
#categoryBanners a:hover{
    opacity: 0.8;
}
#categoryBanners img{
    max-width: 100%;
  /*  margin-bottom: 6px; */
}
.Content .low-margin{
    margin-top: 12px;
}
/* END Category Banners */

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








/* 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: 125px;
    }
    #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: 125px;
    }
  /*  #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;
    }*/
}








/* Side Menu Buttons Home Page */
#SideMenuWrapper{
    margin-top:3px;
    padding:0px;
}
#SideMenu{
    margin:0px;
    padding:0px;
}
#SideMenu a{
    background: #FBB204;
    width: 100%;
    display:block;
    font:normal 28px Arial, Helvetica, sans-serif;
    line-height:46px;  /* line-height will only work for a single line of text */
    border-bottom:1px dashed #FDFDD4;
    color:#FFF;
   /* text-shadow: 1px 1px 1px #000;  */
    text-decoration: none;
    text-align:center;
    
}
#SideMenu a:hover{
    background-color: #006637;
    color: #fff;
    text-shadow: 1px 1px 1px #689f68;
}
#bottomButton{
    height:47px !important;
    border-bottom:0px solid #1892c6 !important;  
}




