
.city_selector_btn {
        padding: 0px 10px;
    height: 25px;
    background-color: #67d7bb;
    position: absolute;
    z-index: 999;
    top: 3px;
    left: 200px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.city_selector_btn p{
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
}
.city_selector_popup {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border-radius: 0px;
    padding: 25px 20px;
    text-align: center;
    top: 40px;
    left: 100px;
}
.csp_header {
    font-size: 13px;
    color: #000;
}
.csp_city{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.csp_city p {
    text-transform: capitalize;
}
.csp_btns {
    display: flex;
    justify-content: center;
}
.csp_btns div{
    margin: 0px 10px;
}
.csp_btns div p{
    margin: 0px;
}
.yes_its_ok {
    background-color: #54aa94;
    border-radius: 2px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.yes_its_ok:hover {
    transition: all 0.5s ease;
    background-color: #67d7bb;
}
.not_another {
    background-color: transparent;
    border-radius: 2px;
    height: 30px;
    color: #54aa94;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.not_another:hover{
    transition: all 0.5s ease;
    color: #67d7bb;
}
.city_selector_popup_search{
    display: none;
    position: fixed;
    z-index: 1001;
    border-radius: 5px;
    background-color: #fff;
    padding: 40px 30px 10px 30px;
    width: 500px;
    top: 20%;
    max-width: 100%;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.csps_close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.csps_header{
    font-size: 22px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}
.csps_input input{
    height: 50px;
    border: 1px solid #54aa94;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 14px;
    width: 100%;
}
.csps_input{
    margin-bottom: 20px;
}
.csps_popular{
    color: #999999;
    font-size: 13px;
	    overflow-y: scroll;
    max-height: 300px;
}
.csps_btns{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.csps_back{
    background-color: transparent;
    border-radius: 2px;
    height: 30px;
    color: #54aa94;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.csps_back:hover {
    transition: all 0.5s ease;
    color: #67d7bb;
}
.csps_ok {
    background-color: #54aa94;
    border-radius: 2px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.csps_ok:hover{
    transition: all 0.5s ease;
    background-color: #67d7bb;
}
.csps_overlay {
    display: none;
    opacity: 0.7;
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
    cursor: pointer;
    z-index: 1000;
}
.popular_city_list {
    list-style-type: none;
    margin-bottom: 25px;
}
.popular_city_list li a{
    color: #222222;
    font-size: 14px;cursor:pointer !important;
    transition: all 0.5s ease;
}
.popular_city_list li:hover a{
    color: #54aa94;
    font-size: 14px;
    transition: all 0.5s ease;
}
.city_selector_popup {
    display: none;
}

.mutliSelect_list{ width:400px;
    height:200px;
    overflow:scroll;
}
.mutliSelect_list{
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.mutliSelect_list::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.mutliSelect_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mutliSelect_list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(239, 147, 108);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.city_selector_btn p{
    text-transform: capitalize;
}
.csps_ok.disabled {
    background-color: #c2c2c2;
}
#fast-order {
    max-width: 100%!important;

}