
.tabs {
    position: relative;
    margin: 3rem 0;
    background: transparent;
}

    .tabs::before,
    .tabs::after {
        content: "";
        display: table;
    }

    .tabs::after {
        clear: both;
    }

.tab {
    float: left;
    width: 33%;
}

.tab-switch {
    display: none;
}

.tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 1.618em;
    background: #efefef;
    color: #2a5135;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
}

    .tab-label:hover {
        top: -0.25rem;
        transition: top 0.25s;
    }

.tab-content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 2.75em;
    left: 0;
    padding-top: 25px;
    background: #fff;
    opacity: 0;
    transition: all 0.35s;
}

.tab-switch:checked + .tab-label {
    background: #2a5135;
    color: #fff;
    border-bottom: 0;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
}

.tab-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
}

.tab-label .fa-search {
    position: relative;
    left: -5px;
    font-size: 12px;
}

.tab-1, .tab-2 {
    border-right: 1px solid #2a5135;
}

.tab-content-list {
    height: 800px;
    overflow-y: scroll;
}

.text-description .text {
    color: #77777F !important;
    padding: 0 15px;
    position: relative;
    font-family: Arial;
    font-weight: 500;
    display: block;
}

#SearchContent {
    max-height: 65px;
    overflow: hidden;
}

.sortby_icon {
    height: 13px !important;
    width: 15px !important;
}

.sortby_dropdown {
    top: 42px;
}

.top-tabs {
    top: 73px;
}

@media(max-width:520px) {
    .sortby_dropdown {
        top: 0;
    }
}

.mob-search-page {
    position: absolute;
    bottom: -292%;
}

#pagination-auction-container-top {
    margin-top: 3rem;
}


