﻿#goodsamSearchBox_container {
    width: 100%;
}

.CoveoSearchButton .coveo-search-button svg, .CoveoSearchButton .coveo-search-button-loading {
    display: none;
}

.CoveoSearchButton {
    border-color: #003b71;
    border: 3px solid #003b71;
}

#goodsamsearch .search-results_section {
    margin-right: 0%;
    overflow: hidden;
}

#goodsamsearch .coveo-facet-column_section {
    border: solid 1px #dfe1e2;
    border-top: 0.7rem solid #003b71;
    padding: 10px;
    background: white;
}

@media(min-width: 940px) {
    #goodsamsearch .coveo-facet-column_section {
        margin-right: 5%;
        width: 24.16667%;
        float: left;
    }
}

#goodsamsearch .coveo-facet-column-heading{
    text-align: center;
}

#goodsamsearch .coveo-facet-column-heading-button {
    padding: 60px;
}

#goodsamsearch .coveo-facet-header-settings-section {
    display: none;
}

#goodsamsearch .btn.clear-all-facets {
    padding: 0.8rem 1.6rem;
    border: 3px solid #f6a800;
    align-items: center;
    background-color: #f6a800;
    display: flex;
    font-size: 1.2rem;
}

#goodsamsearch .button-facet {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-type {
    background: #e6e6e6;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #4c4c4c;
}
