﻿.FilterDiv {
    border-bottom: 1px solid;
    border-color: #c2b00c;
    padding-bottom: 6px;
    margin-bottom: 16px;
}

/*.filter {
    margin-left: -20%;
}*/

.filter a {
    color: #c2b00c;
    font-size: 12px;
}

.filter li a:hover {
    text-decoration: underline !important;
}

label {
    font-size: initial;
}

a.showMore {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    color: #8a8a8a;
    text-decoration: none;
}

    a.showMore:hover, a.showMore:active, a.showMore:focus {
        color: #8a8a8a !important;
    }

    a.showMore::after {
        content: '+ VIEW MORE';
    }

    a.showMore.showLess::after {
        content: '- VIEW LESS';
    }

.Clear {
    color: #41858c;
    font-size: 11px;
}

    .Clear:hover {
        color: #41858c;
    }

.closeFilterIcon {
    padding-right: 15px;
    position: relative;
    display: inline-block;
}

    .closeFilterIcon:after {
        content: attr(data-close);
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
    }

#responsiveBox {
    display: none;
}

@media(min-width:1024px) {

    #SuggestionMobileHeader {
        display: none;
    }
}

@media (max-width: 1023px) {
    #SuggestionMobileHeader {
        position: relative;
        padding: 5px;
        margin-bottom: 10%;
    }

    #closesuggestion {
        position: absolute;
        right: 15px;
        top: 50%;
        font-size: 20px;
        transform: translateY(-50%);
    }

    div#FilterInnerDiv.active {
        position: fixed;
        background-color: #ffffff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        padding: 15px;
        overflow-y: auto;
    }

    .filter {
        color: #999;
        border: 1px solid #DDD;
        border-radius: 3px;
        width: 42%;
        padding: 10px 0;
        margin: 10px 3.85%;
        text-align: center;
    }

        .filter a {
            font-size: 15px;
        }

    .suggestionMobileHeaderChild {
        margin: 0;
    }

    #responsiveBox {
        display: block;
        text-align: center !important;
        padding-top: 15px !important;
    }

    #FiletersMainDiv {
        top: 0;
        left: 0;
        overflow: hidden;
        background-color: #e5e5e5;
        z-index: 99999;
        width: 100%;
    }

    #FilterInnerDiv:not(.active) {
        display: none;
    }

    .ActiveFilter {
        border-color: #c2b00c !important;
    }

}
/*Added by Shailja for #104423*/
.ClrZip {
    color: #fff;
    background-color: #c2b00c;
    font-size: 11px !important;
}
    .ClrZip:hover {
        color: #fff !important;
    }
/*End #104423*/