.row.custom5-1 {
    margin-left: 0px;
    margin-right: 0px;
}
div#PageLayout {
    overflow-y: visible;
}

.sePage .sePageMain {
    margin-top: 15px;
}

.sePageContent.seProductListContainer {
    width: auto;
}

.col-xs-6.col-sm-4.seProduct {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease-in-out 0s;
    margin: 15px;
    width: auto;
    min-width: 30%;
    flex: 1;
}

.col-xs-6.col-sm-4.seProduct:hover {
        box-shadow: 0px 0px 8px rgba(0,0,0,0.22);
}

.row.seSearchProductWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

@media (max-width: 767px){
.col-xs-6.col-sm-4.seProduct {
    min-width: 45%;
}}

div#FacetsProducts {
    display: flex;
}

div#FacetsMenu {
    min-width: 300px;
    width: auto
}

div#SearchResults {
    width: auto;
    border-left: 0;
}

span#SortToolbarContainer {
    display: flex;
    align-items: center;
}

.seToolbarContainer .seSortContainer label {
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 16px;
}

select#SortDropdownControl {
    border: 0;
    box-shadow: none;
    padding-left: 2px;
    font-weight: bold;
}

.row.seSearchProductsWrapper.seCatalogTabularWrapper {
    display: flex;
    flex-wrap: wrap;
}

.col-xs-12.col-sm-4.seProduct {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease-in-out 0s;
    margin: 15px;
    width: auto;
    min-width: 30%;
    flex: 1;
}

.col-xs-12.col-sm-4.seProduct:hover {
        box-shadow: 0px 0px 8px rgba(0,0,0,0.22);
}
