.oi-city-wrapper {position: relative;}
.oi-citylist {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.oi-citylist ul {
    white-space: nowrap;
    overflow: hidden;
    margin-right: 50px;
}
.oi-citylist ul li {
    display: inline-block;
    vertical-align: middle;
}
.all-states {float: left;}
.all-states span {
    display: block;
    padding: 0 10px;
    padding-right: 0;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.all-states span::before {
    content: "";
    position: absolute;
    display: block;
    right: -15px;
    border-left: solid 15px #f2f2f2;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
}
.oi-citylist ul li a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #000000;
}
.oi-citylist-more {
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 0;
    width: 30px;
    height: 30px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.oi-citylist-more span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000000;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: absolute;
    top: 50%;
    margin: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.oi-citylist-more span:nth-child(1) {
    left: 5px;
}
.oi-citylist-more span:nth-child(2) {
    left: 0;
    right: 0;
}
.oi-citylist-more span:nth-child(3) {
    right: 5px;
}
.oi-citylist-more:hover {
    background: #fbf8f8;
}
.oi-citylist-more.show span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8.5px;
}
.oi-citylist-more.show span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.oi-citylist-more span:nth-child(2) {
    left: 0;
    right: 0;
}
.oi-citylist-more.show span:nth-child(3) {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 8.5px;
}
.oi-citylist-more.show span:nth-child(1), .oi-citylist-more.show span:nth-child(3) {
    width: 13px;
    height: 3px;
    border-radius: initial;
}
.city-nav-popup {
    position: absolute;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    display: none;
}
.oi-city-wrapper.show-city .city-nav-popup {
    display: block;
}
.city-nav-popup ul li {
    float: left;
    width: 20%;
    display: block;
    text-align: left;
    padding: 0;
}
.city-nav-popup ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 5px 0 10px;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
}
.all-states .other-states-city {position: absolute;top: 40px;left: 0;width: 150px;background: #f2f2f2;;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);z-index: 10000;height: 300px;overflow: auto;display: none;}
.all-states .other-states-city ul {margin-right: 0;}
.all-states .other-states-city ul li {list-style-type: none;display: block;}
.all-states .other-states-city ul li a {color: #000;font-size: 14px;padding: 0 5px;height: 30px;line-height: 30px;}
.all-states.show-states .other-states-city {display: block;}
.all-states.show-states .all-states-text .fa-angle-down::before {content: '\f106';}
.show-states-cities .other-states-city ul {white-space: normal;overflow: inherit;}

