/*Результат поиска*/
.search-result-blocks .sr-block:nth-child(1) .sr-block-inner {
    background-color: #e0f6e5;
}
.search-result-blocks .sr-block:nth-child(2) .sr-block-inner {
    background-color: #f4e4a4;
}
.search-result-blocks .sr-block:nth-child(3) .sr-block-inner {
    background-color: #efd7b7;
}
.sr-block-inner {
    position: relative;
    height: 186px;
    margin-bottom: 10px;
    padding: 18px 10px 12px 25px;
    overflow: hidden;
}
.sr-block-name {
    margin-bottom: 35px;
    font-weight: bold;
}
.sr-block-article {
    height: 20px;
    float: left;
    margin-bottom: 5px;
    width: 75%;
    overflow: hidden;
}
.sr-block-price {
    margin-bottom: 5px;
    font-weight: bold;
}
.sr-block-article-name {
    height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    overflow: hidden;
}
.sr-block-delivery,
.sr-block-button {
    float: left;
    width: 50%;
}
.sr-block-button {padding: 10px 0;}
.sr-block-group {
    position: absolute;
    right: 0;
    top: 9px;
    width: 107px;
    height: 36px;
    border-radius: 4px 0 0 4px;
    background-color: #274376;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}

.search-result-filter {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: #ebf1f5;
}
.search-result-filter-block {clear: both;}
.search-result-filter-block.srf-fixed {
    position: fixed;
    left: 0;
    top: 62px;
    width: 100%;
    background-color: #ebf1f5;
    z-index: 10000;
}
.lm-auto-search-parts-place.srf-fixed-table {
    margin-top: 200px;
}
.search-result-filter-block.srf-fixed .search-result-filter {margin-bottom: 0;}
.srf-inner {
    height: auto;
    overflow: hidden;
}
.search-result-filter h4 {
    padding: 15px 0 0 15px;
    margin: 0;
}
.srf-pad {padding: 15px;}
.search-result-filter-name {margin-bottom: 10px;}
.srf-link {
    display: inline-block;
    padding-right: 18px;
    background-image: url(/local/templates/nord/images/filter_arr.png);
    background-repeat: no-repeat;
    background-position: 100% -16px;
    font-size: 13px;
    color: #6f88b1;
    text-decoration: underline;
    cursor: pointer;
}
.srf-link:hover {
    text-decoration: none;
}
.srf-link.btn-close {
    background-position: 100% 7px;
}
.srf-link:before {content:'Раскрыть фильтр'}
.srf-link.btn-close:before {content:'Свернуть'}

.lm-auto-search-parts-place table.lm-auto-search-parts thead tr.group-name {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td {
    border-bottom: 1px solid #c2cfe7;
}
.panel > .table-bordered > tfoot > tr > td {
    border-top: 1px solid #c2cfe7 !important;
}
.table > thead > tr.group-name > td {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: #ebf1f5;
    font-weight: bold;
    text-align: left;
}
.table > thead > tr.group-name > td .group-name-bg {
    display: inline-block;
    width: 100%;
    /*margin-top: -1px;*/
    padding: 10px;
    background-color: #ebf1f5;
}
.basket .btn-primary {
    width: 32px;
    height: 29px;
    padding: 0;
    background-image: url(/local/templates/nord/images/search_result_but.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.table > tbody > tr > td:first-child {
    text-align: left;
}
.table > tbody > tr > td.count {
    width: 123px;
    max-width: 123px;
    border-right: 0;
}
.table > tbody > tr > td.basket {
    border-left: 0;
}
.table > tbody > tr > td.delivery_time,
.table > tbody > tr > td.price {
    white-space: nowrap;
}
.sr-table .table-bordered > thead > tr > th,
.sr-table .table-bordered > tbody > tr > th,
.sr-table .table-bordered > tfoot > tr > th,
.sr-table .table-bordered > thead > tr > td,
.sr-table .table-bordered > tbody > tr > td,
.sr-table .table-bordered > tfoot > tr > td {
    border-top: 0;
    font-size: 13px;
}
.sr-table .table-bordered > thead > tr > th,
.sr-table .table-bordered > thead > tr > td {
    font-weight: bold;
    background-color: transparent;
}

.search-result-tabs {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 10px 0 0;
    text-align: center;
}
.search-result-tabs li {
    display: inline-block;
    margin: 0;
    padding: 0 17px;
    border-right: 2px solid #464646;
    line-height: 14px;
    font-weight: bold;
}
.search-result-tabs li:last-child {
    border-right: 0;
}
.search-result-tabs li a {
    color: #464646;
    text-decoration: none;
}
.search-result-tabs li a:hover,
.search-result-tabs li.active a {
    color: #d74225;
}

@media (max-width: 991px) {
    .sr-block-inner {
        padding: 18px 10px 12px 15px;
        font-size: 13px;
    }
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 7px;
    }
    .table > tbody > tr > td:last-child {
        padding-left: 0;
    }
    .table > tbody > tr > td.brand .text-overflow,
    .table > tbody > tr > td.sku .text-overflow,
    .part-name-xs.text-overflow {
        width: 60px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .table > tbody > tr > td.brand .text-overflow {
        width: 90px;
    }
    .part-name-xs.text-overflow {
        width: 250px;
    }
    .table > tbody > tr > td.count {
        width: 117px;
        max-width: 117px;
    }
    .part-article-xs,
    .part-name-xs {
        font-weight: normal;
    }
    .part-article-xs {
        padding-left: 10px;
    }
    .part-name-xs {
        padding-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-result-blocks {
        margin-right: -3px;
        margin-left: -3px;
    }
    .sr-block {
        padding-right: 3px;
        padding-left: 3px;
    }
    .sr-block-article {width: 65%;}
    .sr-block-group {width: 80px;}
}
@media screen and (max-width: 767px) {
    .search-result-filter {
        margin-left: -6px;
        margin-right: -6px;
    }
    .sr-block-article {width: 75%;}
    .srf-pad .col-sm-4 {margin-bottom: 30px;}
    .search-result-filter .text-center {
        padding-right: 15px;
        text-align: right;
    }
    .table > thead > tr > th,
    .table > tbody > tr > th {
        font-weight: bold;
    }
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 5px;
        font-size: 13px;
    }
    .table > tbody > tr > td:last-child {
        width: 32px;
    }
    .table > tbody > tr > td.count {
        width: 33px;
    }
    .table > tbody > tr > td.brand .text-overflow {
        width: 50px;
    }
    .marg-xs {
        margin-left: -6px;
        margin-right: -6px;
        border: 0;
    }
    .search-result-collapse.visible-xs {
        margin-left: -6px;
        margin-right: -6px;
    }
    .search-result-collapse .panel.sr-collapse-inner {
        margin-bottom: 3px;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .search-result-collapse .sr-collapse-head {
        padding: 0;
    }
    .search-result-collapse .sr-collapse-head a {
        display: block;
        padding: 10px 0;
        background-color: #ececec;
        font-weight: bold;
        color: #464646;
        text-decoration: none;
    }
    .search-result-collapse .sr-collapse-head.active-panel a {
        color: #d74225;
    }
    .search-result-collapse .sr-collapse-inner {
        margin-bottom: 3px;
    }
    .sr-collapse-text .panel-body {padding: 15px 6px;}
}
/*Результат поиска*/

.lm-auto-main-art-sought-404 { margin-bottom:15px; font-weight: bold}

.lm-auto-search-parts-place{position:relative;}

.lm-auto-search-parts-place #lm-auto-search-ajax-loader-img{width:64px;height:64px; margin:auto; background-image:url(images/preload.gif)}

.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block { margin: 10px 0; vertical-align: middle;display: inline-block;font-size: 0;margin-top: 5px;
    white-space: nowrap;margin-bottom: 0 !important;}

.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block input[type='text'] {
    height: 20px !important;
    padding: 4px 6px !important;
    font-size: 14px;
    line-height: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block input {
    margin: 0px; display: inline-block;position: relative;
    margin-bottom: 0;
    vertical-align: top;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;}
.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block .lm-auto-submit{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-right:1px;
}
.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block .lm-auto-submit:hover{
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}
.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block input[type=radio] { margin: 0 0 7px; }
.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block input[type=checkbox] { margin: 3px 0 0; }
.lm-auto-search-parts-place .lm-auto-main-search-form .lm-auto-partial-search-block label.lm-auto-partial-search { color: #000000; display: inline; cursor: pointer;text-shadow:none; }

.lm-auto-search-parts-place th.lm-auto-search-parts-debug {min-width: 300px}


.lm-auto-search-parts-place .lm-auto-main-art-sought-404 { margin:5px; font-weight: bold}

.lm-auto-search-parts-place .icon-info {
    background: url('images/info.png');
    display: inline-block;
    height: 16px;
    width: 16px;
}


.lm-auto-search-parts-place span.extra-brands {font-size:smaller; color: gray}

.lm-auto-search-parts-place .add-to-notepad {
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.lm-auto-search-parts-place span.extra-brands{
    margin-left: 15px;
    display: none;
}

.lm-auto-search-parts-place .notepad {
    text-align: center;
}

.lm-auto-search-parts-place table.lm-auto-search-parts thead tr .header {
    background-image: url(images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    text-align:left;
    padding-right:20px;
    box-shadow: none;
}
.lm-auto-search-parts-place table.lm-auto-search-parts thead tr {
    background: #efd7b7;
    border-bottom: 2px solid #c2cfe7;
}
.lm-auto-search-parts-place table.lm-auto-search-parts thead tr .headerSortUp {
    background-image: url(images/asc.gif);
}
.lm-auto-search-parts-place table.lm-auto-search-parts thead tr .headerSortDown {
    background-image: url(images/desc.gif);
}



.lm-auto-search-parts-place .hproduct .add-to-notepad { overflow: hidden; width: 16px; height: 16px; cursor: pointer; background: url('images/fav_inactive.png');}
.lm-auto-search-parts-place .hproduct:hover .add-to-notepad { background: url('images/fav_active_mid.png');}



.node-info .inline-block {display: inline-block}

.node-info {margin: 5px; padding: 0px 5px 9px 9px; border: 1px solid silver}
.node-info img {max-width: 200px;}

.lm-auto-search-parts-place .hproduct:hover .add-to-notepad:hover { background: url('images/fav_active.png');}




div.search-limit input {
    margin-top: 4px !important;margin-right:4px !important;
}

.search-limit label {color: #000000;text-shadow:none; margin-right:20px; display: inline-block}

.lm_search_block{
    padding: 10px;
    margin-bottom: 20px;
}

.table > tbody > tr.show_more_brands_tr > td {padding: 3px 10px 5px;}
.hidden + .site_sort_block   {
    visibility: hidden; !important;
}