.appFilterArea {
    margin: 16px;
}

.search-background .appFilterArea>div:nth-child(1)>div>input {
    border: 1px solid #d3d3d3;
    border-radius: 16px;
    line-height: 24px;
    background: #f3f3f3;
    padding-left: 64px;
}

.search-background .appFilterArea>div:nth-child(1)>div>input,
.searchBarFilters > div:not(.labelAlwaysVisible),
.search-background .appFilterArea .change-view-buttons,
.search-background .appFilterArea button.btn-search {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); 
}

.search-background .appFilterArea .change-view-buttons {
    border-radius: 16px;
}

.search-background .appFilterArea>div:nth-child(1)>div>input::placeholder {
    font-family: 'Comfortaa', sans-serif !important;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.searchBarFilters > div:not(.labelAlwaysVisible) {
    border-radius: 16px;
    border: 1px solid #d3d3d3 !important;    
    margin-left: 8px;
    background: #f3f3f3;
}

.searchBarFilters {
    background: transparent;
    border: none;
}



.search-background .appFilterArea button {
    border-radius: 16px;
    height: 44px;
    margin: 0 0 0 8px;
    border: none;
    padding: 4px 24px;
}

.searchBarFilters, .searchBarFilters>div {
    background: transparent;
}


.search-background .appFilterArea>div:nth-child(1)>div>i {
    display: none;
}

.search-background .appFilterArea>div:nth-child(1)>div:before {
    content: '\e8b6';
    font-family: "Material Icons";
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 8px;
    background: #2bb213;
    color: #FFF;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
}

.search-background .appFilterArea>div:nth-child(1)>div:hover:after {
    width: calc(100% - 22px);
    left: 11px;
    right: 11px;
}

.search-background .appFilterArea button.btn-filter {
    border: none;
}

.change-view-buttons {
    margin-left: 8px;
}

.change-view-buttons > button {
    margin: 0 !important;
}

.change-view-buttons > button:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.change-view-buttons > button:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product-list {
    /* margin-top: 56px !important; */
}

.k-grid-table tbody td {
    padding: 16px 8px !important;
    border: none !important;
    border-bottom: 1px solid #EBEBEB !important;
}

app-product-detail app-filter + div {
    margin-top: 36px;
}

app-catalog-list {
    margin-top: 48px;
}