.search-result-block{

}

.search-result-items-block {
    padding: 0px 7px;
}

.search-result-block .product-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.search-result-block .product-wrapper .svg-icon-cart {
    width: 104px !important;
}

.search-result-block .product-wrapper .svg-icon-cart.wide a{
    padding: 8px 4px !important;
}

.search-result-block .product-wrapper .counter_wrapp{
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-left: auto;
}

.search-result-title{
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
}
.search-result-items-block{

}
.search-result-items-block:after{
    content: '';
    display: block;
    font-size: 0;
    height: 2px;
    background: #e4e4e4;
    margin: 0 75px;
}
.search-result-item-section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-height: 30px;
    text-decoration: none;
}
.search-result-item-section.title-search-selected,
.search-result-item-section:hover{
    background: #f3f3f5;
}
.search-result-item-section:before{
    content: "\f054";
    font-family: FontAwesome, Arial, sans-serif;
    font-size: 14px;
    text-rendering: auto;
    display: block;
    color: #000;
    margin: 0 10px 0 18px;
}

.search-result-item-section span{
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.search-result-item-element{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    position: relative;
    border-top: 1px #eeeeee solid;
    text-decoration: none;
    width: 100%;
}
.search-result-item-element-image{
    width: 70px;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-result-item-element img{
    display: block;
    max-height: 100%;
    max-width: 50px;
}
.search-result-item-element-name{
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    overflow: hidden;
    max-width: 420px;
}
.search-result-item-element:hover .search-result-item-element-name{
    text-decoration: underline;
}
.search-result-item-element .prices.cost{
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin-left: auto;
    margin-right: 20px;
}
.search-result-item-element .cost.prices .price{
    margin-bottom: 0;
}
.search-result-items-block .search-result-item-element:first-of-type{
    border: none;
}
.bx_searche .bx_item_block.all_result{
    border: none;
}
.search-result-element-count{
    color: #ed313c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
.search-result-element-count a{
    color: #ed313c;
}
.search-result-element-count a:hover{
    text-decoration: underline !important;
    color: #ed313c;
}
div.title-search-result{
    margin-left: 0 !important;
}