/* APPLICATION CUSTOM STYLING */


.btech .btn-filter {
    font-size: 13px !important;
}

.btech .filter-header {
    display: inline-block;
    background-color: rgb(225, 225, 225);
    padding: 5px 10px 2px 5px;
    letter-spacing: 1px;
    border-radius: 2px;
    margin: 20px 0 20px;
    border-top: 0;
}

.btech .filter-header:first-of-type {
    margin: 0 0 20px;
}

.btech #filters h3 {
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.btech .filter-panel {
    background-color: #eeeeee;
    padding: 20px;
}

.btech #filter_reset {
    text-transform: uppercase;
    font-weight: bold;
    color: #588B6E;
    font-size: 13px;
    margin: 10px 0 15px;
}

.btech .filter-group {
    padding: 0;
}

.btech .neighbours {
    color: #777;
    margin: 16px 0 16px;
}

.btech .next_item {
    float: right;
    background: url(../../../images/next_16x16.png) no-repeat right;
    padding-right: 30px;
}

.btech .prev_item {
    float: left;
    background: url(../../../images/previous_16x16.png) no-repeat left;
    padding-left: 30px;
}

.btech a {
    color: #588b6e;
    text-decoration: none;
}

.btech a:hover, .btech a:focus, .btech a:active {
    color: #a97e52;
    text-decoration: none;
}

.img-preview {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product-table tbody td.dataTables_empty {
    display: block;
    background-color: white;
    margin: -1px;
    height: 101%;
    width: 300%;
    padding-top: 3em !important;
}

@media(max-width: 992px) {
    .product-table tbody td.dataTables_empty {
        width: 200%;
    }
}

@media (max-width: 572px) {
    .product-table tbody td.dataTables_empty {
        width: 101%;
    }
}

.btech .manufacturer-picture {
    width: 50%;
    float: left;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btech .manufacturer-picture .manufacturer-contact {
    text-align: center;
    margin-bottom: 8px;
}

.btech .manufacturer-picture img {
    max-width: 100%;
}

.btech .manufacturer-panel .manufacturer-logo {
    clear: both;
}