.wpc-ajax-locations-wrap {
margin-bottom: 40px;
position: relative;
max-width: 300px;
}
.wpc-ajax-locations-wrap .wpc-ajax-input-search input {
width: 100%;
height: 45px;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
border: 1px solid #eaeaea;
padding: 0 20px;
font-size: 16px;
}
.wpc-ajax-locations-wrap .wpc-ajax-search-result .get_result {
position: absolute;
left: 0;
top: 100%;
z-index: 99;
padding: 0;
margin: 0;
width: 100%;
background-color: #fff;
list-style-type: none;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
max-height: 400px;
overflow-y: scroll;
}
.wpc-ajax-locations-wrap .wpc-ajax-search-result .get_result li {
cursor: pointer;
font-size: 16px;
line-height: 26px;
border-bottom: 1px solid #eaeaea;
padding: 10px;
margin: 0 15px;
}
.wpc-ajax-locations-wrap .wpc-ajax-search-result .get_result li:hover {
color: #e3106e;
}
.wpc-ajax-locations-wrap .wpc-ajax-search-result .get_result li:last-child {
border-bottom: none;
}
.wpc-ajax-locations-wrap
.wpc-ajax-search-result
.get_result::-webkit-scrollbar-track {
background-color: #fff;
}
.wpc-ajax-locations-wrap
.wpc-ajax-search-result
.get_result::-webkit-scrollbar {
width: 5px;
background-color: #fff;
}
.wpc-ajax-locations-wrap
.wpc-ajax-search-result
.get_result::-webkit-scrollbar-thumb {
background-color: #666;
border: 2px solid #666;
border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
.wpc-ajax-locations-wrap.left {
margin-right: auto;
}
.wpc-ajax-locations-wrap.right {
margin-left: auto;
}
.wpc-ajax-locations-wrap.center {
margin-left: auto;
margin-right: auto;
}