.mobile-search-container {
    margin: auto;
    width: 95%;
    background-color: #fff;
    height: 42px;
    border-radius: 20px;
}

.mobile-category {
    padding: 11px 12px;
    font-size: 13px;
    background-color: #eee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-width: 100px;
    color: #222;
}

input.mobile-suggestion {
    outline: none;
    height: 100%;
    width: 100%;
}

.col2-4 {
    width: 25%;
}

.col2-6 {
    width: 60%;
}

.col2-2 {
    width: 15%;
}

.text-align-right {
    text-align: end;
}

.mobile-input-search {
    height: 100%;
}

input.mobile-suggestion {
    outline: none;
    height: 100%;
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    font-size: 13px;
    padding-left: 6px;
}

.btn-search {
    border-radius: 50%;
    bottom: 3px;
    width: 36px;
    height: 36px;
    margin-top: 3px;
    margin-right: 2px;
}

input.mobile-suggestion:placeholder-shown {
    text-overflow: ellipsis;
}

.mobile-cate-container {
    background-color: #fff;
    max-width: 220px;
    position: absolute;
    top: 5px;
    border-radius: 6px;
    box-shadow: 0px 0px 15px 6px rgb(0 0 0 / 25%);
    padding: 5px;
    transition: all 0.2s ease-in-out;
}

.mobile-cate-item {
    font-size: 12px;
    padding: 4px 8px;
    color: #222;
    transition: all 0.2s ease-in-out;
}

#mobile-search-icon {
    position: relative;
    right: 2px;
}

#mobile-search-spinner {
    bottom: 6px;
}

.bx-mobile-location-container-items {
    width: 66%;
}

.list-item {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.list-item:last-child {
    border-bottom: none;
}

.bx-mobile-location-container .model-close {
    position: absolute;
    right: 11px;
}

.mobile-category span.arrow-icon {
    position: relative;
    bottom: 2px;
}

.mobile-category span.arrow-icon.active {
    bottom: 0px;
}

.mobile-category span.arrow-icon svg.active {
    transform: rotate(180deg);
}

.clear-search-term {
    right: 50px;
    bottom: 9px;
    display: block;
}