.collection-v3-listing .collectionv2-component .filters-btn-wrapper button::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid black;
    margin-right: 10px;
    background-image: none !important;
    background-color: transparent !important;
}


.standard-spacing .separator {
margin-top: 0px;
}



.page-section--col-light-grey .collection-v3-listing .listing_collection_card {
    background-color: #ffffff!important;
}

.page-section--col-white .collection-v3-listing .collection_filter_is_visible {
    background-color: #ffffff;
}

.page-section--col-light-grey .collection-v3-listing .collection_filter_is_visible {
    background-color: #f2f2f2;
}

.page-section--col-white .collection-v3-listing .collectionv2-component .p-l-0.p-r-0.filter .filter-btn.filter-btn-selected {
    background-color: #ffffff;
}

.page-section--col-light-grey .collection-v3-listing .collectionv2-component .p-l-0.p-r-0.filter .filter-btn.filter-btn-selected {
    background-color: #f2f2f2;
}

.page-section--col-white .collection-v3-listing .collectionv2-component .issue-div-wrapper {
    background-color: #ffffff;
}

.page-section--col-light-grey .collection-v3-listing .collectionv2-component .issue-div-wrapper {
    background-color: #f2f2f2;
}

.page-section--col-white .collection-v3-listing .collectionv2-component .current-filters {
    background-color: #ffffff;
}

.page-section--col-light-grey .collection-v3-listing .collectionv2-component .current-filters {
    background-color: #f2f2f2;
}

.collection-v3-listing__filter-options-hr {
display: none;
}

.collection-v3-listing .collectionv2-component .current-filters {
    padding-top: 5px;
    margin: 0;
}

.collectionv2-component .current-filters .reset-btn span {
    box-shadow: 0 1px 0 0 #cccccc;
    padding: 0 0 1px 0;
}

.col-xs-4 {
    width: 33.33333333%;
    display: none;
}

.collectionv2-component .filter {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
}

@media (max-width: 480px) {
.collection-v3-listing .collectionv2-component .filters-btn-wrapper button::before {
    border-top: 8px solid white;
}
}