﻿.section-products .sort-by-wrapper {
    margin: auto;
    width: 310px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.section-products .sort-by-wrapper ul.my-table {
    width: 100%;
}

.section-products .sort-by-wrapper ul.my-table > li:first-child {
    width: 70px;
    color: #4a121a;
}

.section-products .filter-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
}

.section-products .filter-wrapper > ul.my-table  {
    width: 100%;
}

.section-products .filter-wrapper > ul.my-table > li {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
}

.section-products .filter-wrapper > ul.my-table > li:first-child {
    padding-left: 0px;
}

.section-products .filter-wrapper > ul.my-table > li:last-child {
    padding-right: 0px;
}

@media (max-width: 575.98px) {
    .section-products .filter-wrapper > ul.my-table > li:first-child {
        padding-left: 0px;
    }

    .section-products .filter-wrapper > ul.my-table > li:last-child {
        padding-right: 0px;
    }
}

@media (max-width: 320px) {
    .section-products .sort-by-wrapper {
        width: 288px;
    }


}