input#custompricesearchInput {
    position: relative;
    left: 60%;
    width: auto;
}

 
/* Media query for responsiveness */
@media (max-width: 1550px) {
 .navbar .nav__link {
    padding: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 56px;
}
}

 