.search-top{
    display:block;
    width:404px;
    position:relative;
    float:right;
    height:50px;
    margin-left: 50px;
    background-color:#444645;
    border-radius:25px;
    overflow: hidden;
    transition: all 300ms ease;
}
.sticky .search-top{
    width:300px;
    height:36px;
    border-radius:17px;
}
.search-top .dropdown{
    width:210px;
    border: none;
    height: 38px;
    background-color: #FFF;
    box-shadow:none;
    float:left;
}
.search-top .dropdown button{
    width:100%;
}
.search-top .dropdown button span{
    display:inline-block;
}
.search-top .dropdown .dropdown-menu{
    margin-top:0px;
}
.search-top .dropdown .dropdown-menu .dropdown-item{
    cursor:pointer;
    padding:2px 15px;
}
.search-top input.topsearch{
    min-width: inherit;
    width:calc(100% - 70px);
    height:50px;
    border:none;
    line-height:50px;
    padding-left:40px;
    background-color:#444645;
    color:#FFFFFF;
    font-size: 24px;
    transition: all 300ms ease;
}
.sticky .search-top input.topsearch{
    height:36px;
    padding-left:20px;
    font-size:20px;
}
.search-top input.topsearch::placeholder {
    color: #ffffff;
}
.search-top button[type="submit"]{
    position: absolute;
    border: none;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width:70px;
    height:50px;
    padding-right:20px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#444645;
    transition: all 300ms ease;
}
.sticky .search-top button[type="submit"]{
    height:36px;
}
.search-result{
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 8;
    clear: both;
    top: 150px;
}
.sticky .search-result{
    top:110px;
}
.search-result .search-result-content{
    max-height:635px;
    background-color:#FFFFFF;
    padding:30px 15px 30px 15px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.search-result .search-result-content h4{
    color:#000000;
    border-bottom:solid #000000 1px;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:15px;
}
.instant-categories{
    max-height:570px;
    overflow:auto;
}
.instant-products .product{
    text-align:center;
    margin-bottom:15px;
}
.instant-products .product img{
    max-width:100%;
    height:auto;
    margin-bottom:5px;
}
.instant-products .btn-viewall{
    display:inline-block;
    width:100%;
    height:40px;
    line-height:38px;
    text-align:center;
    text-transform:uppercase;
    color: #232323;
    background-color:#f1f1f1;
    font-size:14px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.instant-categories li{
    padding-top:5px;
    padding-bottom:5px;
}
.instant-categories li a{
    display:block;
}
.page-search-results h1.h1{
    text-align:center;
    margin-bottom:30px;
}
.left_colum_search_result li a{
    height:32px;
    line-height:32px;
}
/*
1200
992
768
576
*/
@media screen and (max-width:768px){
    .search-result .search-result-content{max-height:inherit;}
    .instant-products .product img{max-width:150px;height:auto;}
}