.innerpage.home-top-menu {
    display: none;
}
body .site-header.innerpage.home-top-menu.sticky {
    display: block;
    position: fixed;
    z-index:999;
}
.site-header.innerpage.fixheader {
    position: fixed!important;
}
div#FullScreenOverlays {
    background: #484848e6;
}
.search-results #ajaxsearchlite3 {
    background: none!important;
}
.search-results .front-page .probox {
    width: 40%!important;
    margin: 0 auto!important;
}
.search-results .front-page .overlay .closebtn {
    position: absolute;
    top: 15px;
}
.search-results .site-header.innerpage.home-top-menu.sticky .probox {
    width: 40%!important;
    margin: 0 auto!important;
}
.search-results .site-header.innerpage.home-top-menu.sticky .overlay .closebtn {
    position: absolute;
    top: 15px;
}

.gallery_product_dec{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


@media(max-width:980px){
body .site-header.innerpage.home-top-menu.sticky {
    display:none;
}
.site-header.front-page {
    display:none;
}
}
 
 