.artist-search-image {
    width: 55px;
    vertical-align: middle;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    margin: auto;
    border: none;
    background: none;
}

ul.prod-gram {
    height: 50px;
    width: 170px;
    letter-spacing: 0em;
    font-size: 17px;
    line-height: 1.8;
    float: left;
    list-style: none;
    padding: 0px 0px;
    margin: 0;
    background: #fff;
    z-index: 99;
    position: absolute;
    right: 0;
}
ul.prod-gram li img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
ul.prod-gram li.selected {
    cursor: pointer;
    background-image: url(../image/icon-down-black.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 5px; 
}
ul.prod-gram li {
    padding: 10px 15px 0 10px;
    z-index: 2;
    height: 50px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #636363;
}
ul.prod-gram li {
    width: 100%;
}
ul.prod-gram li:not(.selected) {
    display: none;
    background: #F2F2F2;
    border: 1px solid #707070;
    margin-left: 1px;
}
input#tour_general_search_input {
    border: unset;
    box-shadow: none;
    font-size: 17px;
    color: #636363 !important;
}
li.ui-menu-item:hover {
    background: #f6f7ff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 16%);
}
li.ui-menu-item {
    height: 70px;
    padding: 10px;
    color: #1b54ab;
    font-size: 20px;
}
.artist-search-image {
    width: 50px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 15px !important;
    height: 50px;
    padding: 0 !important;
}
/*@media only screen and (max-width: 1024px){
    ul.prod-gram {
        width: 250px;
    }
}*/
@media only screen and (max-width: 991px){
    .sample_artist_search_from {
        width: 80%;
        margin: 0 auto;
    }
}
/*@media only screen and (max-width: 767px){
    ul.prod-gram {
        width: 280px;
    }
}*/
@media only screen and (max-width: 500px){
    ul.prod-gram li img {
        width: 25px !important;
        height: 25px !important;
        margin-left: 5px;
    }
}
/*
@media only screen and (max-width: 500px){
    .sample_artist_search_from .input-btn-inline {
        display: block;
    }
    .sample_artist_search_from .input-group {
        display: block !important;
    }
    .sample_artist_search_from span.input-group-addon {
        display: inline;
        width: 10% !important;
        float: left;
        border: 1px solid #000 !important;
        padding: 15px;
        border-right: unset !important;
    }
    .sample_artist_search_from .tour-search-input-group-addon i {
        padding-top: 4px;
    }
    .sample_artist_search_from input#tour_general_search_input {
        display: inline;
        width: 90%;
        float: right;
        border: 1px solid #000 !important;
        border-left: unset !important;
        min-width: 90%;
    }
    .sample_artist_search_from ul.prod-gram {
        width: 100%;
        height: 50px !important;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 0px 0px;
    }
    .sample_artist_search_from .tour-search-input-group-shadow {
        border: 0px solid #707070;
    }
}*/