/*  Sort by  */

.template-5122 {
    display: inline-block;
}

.template-5122.sort-1 h6 {
    white-space: nowrap;
    min-width: 205px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .15);
}

.template-5122.sort-1 li {
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
}

.template-5122.sort-2 h6 {
    white-space: nowrap;
    min-width: 280px;
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #dee2e6;
}

.template-5122.sort-2 li {
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #dee2e6;
    /* margin-left: 5px; */
    font-size: 15px;
}

.template-5122.sort-2 li .radio-container-2 input ~ .radio-checkmark:after {
    width: 9px;
    height: 15px;
    margin-bottom: 4px;
}

.template-5122.sort-2 li .radio-container-2 input ~ .radio-checkmark {
    margin-left: 8px;
}

.template-5122.sort-2 .filters-container {
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .15);
}

/*  sort-dropdown-absolute  */

.template-5122.sort-dropdown-absolute {
    position: relative;
}

.template-5122.sort-dropdown-absolute .filters-container {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 5px 10px 10px;
    border-radius: 5px;
    left: 5px;
    top: 100%;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .15);
}