.grid {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.grid .grid-body {
    padding: 15px 20px 15px 20px;
    font-size: 0.9em;
    line-height: 1.9em;
}

.search .dropdown-menu {
    text-align: right;
    padding: 5px 10px;

}

.search .dropdown-menu a {
    color: #333
}

.search .dropdown-menu a:hover {
    color: green
}

.search table tr td.rate {
    color: #f39c12;
    line-height: 50px;
}

.search table tr td {
    vertical-align: middle
}

.search .srch-btn {
    background-color: #fff;
    color: green;
    border-color: green
}

.search .srch-btn:hover {
    background-color: green;
    color: #fff;
}

.search table tr {
    transition: .1s ease-in-out
}

.search table tr:hover {
    cursor: pointer;
    background: #194294;
    color: #fff;
}

.search .srch-bar {
    height: 40px;
    color: green
}

.srch-filter-acc {
    background-color: #194294;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 10px;
    margin-bottom: 30px
}

.search table {
    width: 100%;
}

.search table tr td.image {
    width: 50px;
}

.search table tr td img {
    width: 50px;
    height: 50px;
    object-fit: cover;

}

.search table tr td.rate {
    color: #f39c12;
    line-height: 50px;
    width: 10%;
}

.search table tr td.price {
    font-size: 14px;
    line-height: 1rem;
    color: #00b34f;
    font-weight: bold;
}

.search table tr:hover td.price {
    color: #ffcd00;
}

.search #price1,
.search #price2 {
    display: inline;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #00B451;
    background-color: #00B45133;
}

.accordion-button::after {
    filter: hue-rotate(233deg);
    margin-right: auto;
    margin-left: 0;
}

.accordion-button {
    outline: none !important;
    box-shadow: none !important;
}

.fst-filters h2 {
    width: 100%;
}

/* individual filter blocks */
.fst-filter {
    margin: 0 0 20px;
}

.fst-filter .wrap {
    padding: 30px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.fst-filter h3 {
    margin: 0 0 1em;
}

.fst-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fst-filter ul li {
    margin: 0 0 0.5em;
}

.fst-filter ul li input[type="checkbox"] {}

.fst-filter ul li label {}

/* reset filter block */
.fst-reset {
    width: 100%;
}

.fst-reset button {
    display: block;
    width: 100%;
    padding: .5em;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #10964a;
    font-size: 16px;
    color: #fff
}

.srch-count {
    color: #fff;
    text-align: center
}

.srch-bar .cat-title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 0
}

.srch-bar {
    background-color: #194294
}

.srch-bar .srch-btn {
    color: #333;
    background-color: #ffcd00;
    border-radius: 5px 0 0 5px !important;
    padding: 0 40px;
    transition: .1s ease-in-out;
    outline: none;
    box-shadow: none;
    border: none
}

.srch-bar .srch-btn:focus {
    outline: none;
    box-shadow: none;
    border: none
}

.srch-bar input {
    border-radius: 0
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media screen and (max-width: 1200px) {

    /* container element */
    .fst-container {
        display: block;
    }

    /* filters container */
    .fst-filters {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 20px;
    }

    /* individual filter blocks */
    .fst-filter {
        width: 32%;
        padding: 20px;
        background-color: #fff;
    }

    .fst-filter .wrap {
        padding: 0;
        border: none;
    }

    /* table wrapper */
    .fst-table-content {
        width: 100%;
    }

}

@media screen and (max-width: 750px) {
    .search .col-md-9:after {
        content: '';
        position: absolute;
        background: linear-gradient(90deg, #fff 27%, transparent 90%);
        left: -3px;
        width: 77px;
        top: 0;
        bottom: 0;
    }
    .search table {
        width: 200%;
    }
    /* filters container */
    .fst-filters {
        display: block;
    }

    /* individual filter blocks */
    .fst-filter {
        width: 100%;
    }

    /* data table */
    .fst-table thead {
        display: none;
    }

    .fst-table tbody tr.show {
        display: block;
        padding: 10px 0;
        margin: 0 0 10px;
        border: 1px solid #000;
        background-color: #fff;
    }

    .fst-table tbody tr.show.alt {
        background-color: #eee;
    }

    .fst-table td {
        display: block;
        background-color: transparent;
        border: none;
        padding: 10px 20px;
    }

    .fst-table tbody tr td.special {
        display: none;
    }

    .fst-table tbody tr td.special.yes {
        display: block;
    }

    .fst-table tbody tr td.special .icon {
        padding-left: 25px;
        text-indent: 0;
        background-position: left center;
    }

    .fst-table tbody tr td.category::before,
    .fst-table tbody tr td.tag::before {
        content: '';
        display: inline-block;
        margin-right: 0.5em;
        font-weight: bold;
    }

    .fst-table tbody tr td.category::before {
        content: 'Category:';
    }

    .fst-table tbody tr td.tag::before {
        content: 'Tag:';
    }

}
