.search-results-table {
    font-size: .8rem;
}

.search-results-table th {
    font-weight: bold;
}

.search-results-table p {
    font-size: 1rem;
}

.we-do-section{
    padding: 90px 0px 90px;
    /*background: #000000 url('{{ asset('theme/images/background/pattern-2.png') }}') left top repeat;*/
    background: #000000;
}
.work-tabs .tab-buttons .tab-btn {

}
.work-tabs .tab-buttons {
    background: #FFAA18;
}
.sec-title h2 {
    font-size: 50px;
}
.btn-primary {
    background-color: #feac4f;
    border-color: #fec454;
    border-radius: 0px;
}
.btn-primary:hover {
    background-color: #fec454;
    border-color: #feac4f;
}

.search-form input, .search-form select {
    font-family: var(--thm-body-font);
}

.search-form .btn-yellow {
    border: 1px solid transparent;
}

.btn-yellow.add-to-cart {
    border: 1px solid transparent;
    font-size: .8rem;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .work-tabs .tab-buttons .tab-btn {
        width: 16.667%;
    }
}

tr.type-sib-offer { border-left: 7px solid #ffc10c; }
tr.type-x-offer { border-left: 7px solid #ffc10c; }
tr.type-x-list { border-left: 7px solid #1c1c21; }

.sib-seal {
    background-color: white;
    font-size: 27px;
    color: #B64140;
}

.btn-dark-inquire {
    color: #ffffff !important;
    border: 1px solid transparent;
    font-size: .8rem;
    font-weight: bold;
    background-color: #000000;
    text-transform: uppercase;
}

.btn-dark-inquire:hover {
    color: #000000 !important;
    background-color: #ffc107;
}