.dropdown-menu {
    z-index: 10;
    display: none;
    background-color: #fff;
}
.hidden_ul {
    display: none!important;
}
.show_hidden {
    display: none;
}
.show_more {
    display: inline;
}
.col-xs-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    word-break: break-all;
}
.col-xs-4 {
    width: 33.33333333333333%;
    padding-left: 15px;
    padding-right: 15px;
}
.search_result {
    border: 1px solid rgba(0,0,0,.15);
    white-space: unset;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
}
.search_result>li>a {
    width: 100%;
    color:black!important;
    text-decoration: none!important;
    white-space:unset !important;
    display: inline-flex;
    padding: 10px 5px 10px 20px!important;
    transition: 0.2s;
    box-sizing: border-box;
}
.search_result>li>a:hover {
    color:black!important;
    background-color: unset !important;
}
.li_hover img {
    border: 1px solid rgb(238, 238, 238)!important;
    padding: 1px!important;
    width: 50px;
}
.li_hover .name {
    font-size: 13px!important;
    line-height: 1.3!important;
}
.li_hover .cl-st {
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-size: 10px;
    color: #929292;
    padding: 2px 5px;
    margin-top: 10px;
}
.li_hover .price{
    display: inline;
    text-align: right;
    font-size: 13px;
    font-weight: 800!important;
}
#show_more { 
    border-top: 1px solid rgb(224, 224, 224)!important;
    color: #0075ff!important;
    font-weight: 400!important;
}
#show_more {
    color: #999!important;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #e4e4e4;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



