.label_div {
    width: 250px;
    float: left;
    line-height: 28px;
}

.input_container {
    height: 30px;
    float: left;
}

.input_container input {
    height: 20px;
    width: 250px;
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.no_res{
    color: black;
}
.input_container ul {
    width: 250px !important;
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none !important;
}

.input_container ul li {
    padding: 2px;
    list-style: none !important;
}

.input_container ul li:hover {
    background: #f2f2f2;
}
.src_add{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.src_top{
    display: flex;
    width: 100%;
    align-items: center;

}
.src_top b{
    flex-basis: calc(100% - 80px);
}


/*	By Ivan Sergey	*/

.demo_list_id {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    overflow: scroll;
    padding: 1em;
    z-index: 1000;
    font-size: 13px;
    height: auto;
    max-height: 600px;
    margin: 45px 0 0 0px;
    width: 320px;
    top: 5px;
}
.item_content .catalog_item_price{
    border-top:none;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}
.iskalnik .demo_list_id {
    top: 20px;
}


.clear_fix {
    clear: both;
    height: 0;
}

.search_item {
   
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    list-style: none !important;
    align-items: center;
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    transition: .5s all;
}
.no_pad{
    padding: 0;
}
.search_item a{
    color: #000;
    text-decoration: none;
    font-weight: 500 !important;

}

.search_item>a {
    display: flex;
    color: black;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

.search_item a:hover {
    color: black !important;
}

.search_img {
    padding: 0;
    flex-basis: 60px;
    
   
    line-height: 0;
    height: 50px;
  
}

.search_img img {
   max-width: 60px;
   max-height: 50px;
  
   
}

.item_content {
    font-size: 13px;
   
    overflow: hidden;
  width: 100%;
    line-height: 16px;
}
.item_content b{
   display: inline-block;
}

.hovered {

    border: 1px solid #000;
    background-color: #fff;
}

.modFont {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
}

.item_content_do {
    
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    background-color: #1b2d4f;
    width: 100%;
    padding: 10px 0;
    color: white !important;
}

.all_result {
    padding-left: 5px;
    color: #2c2c2c;
}
