#tileContent .row > div {
    margin-bottom: 2vw;
}

.tile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: flex-end;
    margin-bottom: 20px;
    height: 100%;
    z-index: 0;
    padding: 15px 12px;
    position: relative;
}

.tile-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.786458) 49.88%, #000000 100%);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.tile-title {
    margin-top: 200px;
    color: #FFFFFF;
    font-family: Exo;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 37px;
}

.tile-desc {
    background: #FFFFFF;
    opacity: 0.9;
    padding: 20px;
    font-family: Exo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #3F3F3F;
    margin-top: 10px;
}

.tile-link {
    border: 1px solid #917102;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 6px;
    transition: all 0.125s ease-in;
    color: #3F3F3F;
    position: absolute;
    bottom: 3em;
}

.tile-link:hover{
    background-color: #917102 !important;
    color: white;
}

.tile-link > span {
    color: inherit;
    margin: 21px;
}

/* filter search */
.sms-products-filter-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto 3.125rem;
    padding: 0 15px;
}

.sms-filters {
    position: relative;
    min-width: 7.5rem;
}

.sms-filters #showProductFilters {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 7.5rem;
    background-color: #917102;
    color: #fff;
    text-align: center;
    padding: 0.688rem 0;
    cursor: pointer;
}

.sms-filters div img {
    width: 1.125rem;
    height: auto;
    margin-right: 0.625rem;
}

.sms-search {
    flex-grow: 1;
    padding-right: 1.25rem;
}

.sms-search > input {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.125rem;
    color: #000;
    padding: 0.625rem;
    border-radius: 0;
}

#search-button {
    background-color: inherit;
    border-radius: 1.25rem;
    border: 1px solid #917102;
    font-size: 1.125rem;
    line-height: 1.17rem;
    padding: 0.813rem 3.5rem;
    text-align: center;
    transition: all 0.125s ease-in;
}

#search-button > span {
    color: inherit;
}

#search-button:hover {
    background-color: #917102;
    color: white;
}

#sms-filters-element {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 2.5rem;
    margin: 2.5rem auto 3.125rem;
}

#sms-filters-element > div {
    background-color: #F8F8F8;
}

#sms-filters-element .filter-area {
    background-color: white;
    padding-left: 1rem;
    padding-top: 1rem;
    margin: 2rem 0;
}

#sms-filters-element h4 {
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.8rem;
    color: #000000;
}

#sms-filters-element hr {
    border: 1px solid #63666A;
    margin-right: 1rem;
}

button.filter-products {
    background-color: #EFEFEF;
    border-radius: 2.875rem;
    border-width: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.75rem;
    transition: all 0.125s ease-in-out;
}

button.filter-products.active {
    background-color: #A0A0A0;
}

@media screen and (max-width: 640px) {
    .sms-filters {
        min-width: 0;
    }

    .sms-filters #showProductFilters {
        min-width: 0;
        padding: 0.9rem;
    }

    .sms-filters #showProductFilters > img {
        margin-right: 0;
    }

    .sms-search {
        padding-right: 0;
    }

    #search-button {
        background-color: #917102;
        padding: 0.1rem;
        border-radius: 0;
    }
}
