 .mobile-search-btn {
    position: fixed;
    top: 110px; 
    right: 20px;
    display: none;
    width: 20px;
}

.search-form {
    z-index: 99;
}

.a-tag-top-link {
    font-size: 18px !important;
}

.bot-a-tag {
    opacity: 0.8 !important;
}

.search-result-entry {
    text-align: left !important;
    padding: 10px;
}

#site-search {
    position: fixed;
    top: 115px;
    right: 55px;
    display: none;
    border: 0 !important;
    height: 25px !important;
    z-index: 99;
}

body .search-submit i, body .mobile-search-btn i {
    font-size: 25px;    
}

body .search-submit, body .mobile-search-btn {
    cursor: pointer;
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 35px !important;
    height: 35px !important;
    margin: 0 !important;
}

.topnav .internal {
    display: inline;
}

.inner-bar {
    position: fixed;
    right: 10px !important;
    top: 50px !important;
    z-index: 9998 !important;
}

.mobile-menu .inner-bar {
    position:fixed !important;
    right: 0 !important;
    padding: 0 !important;
    right: 20px !important;
}

.inner-bar form {
    margin: 0 !important;
}

@media (max-width: 1100px) {

    #site-search, .mobile-search-btn {
        top: 60px  !important;
    }

    #site-search {
        right: 10px;
    }

    .inner-bar {
        top: 12px !important;  
    }

    body .search-submit, body .mobile-search-btn {
        width: 35px !important;
    }

    .mobile-search-btn {
        display: none !important;
    }

}

@media (max-width: 700px) {

    .product-search-holder .product-search-entry .product-image {
        display: none !important;
    }

}