#sct_sortlst {
    margin-top: 20px;
    .container {
        max-width: 1240px;
        margin: 0 auto;
    }
}

#sct_sortlst_mo {
    display: none;
}

#sct_sortlst_mo {
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;

    .ssch_sort {
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-sizing: border-box;
        height: 47px;
        width: 40%;
        background: url("/img/shop/chevron-down.png") no-repeat;
        background-size: 22px 22px;
        background-position: right 20px top 13px;
        outline: none;

        &:focus {
            box-shadow: none;
            border: 1px solid #ddd !important;
        }
    }
}

@media (max-width: 579px) {
    #sct_sortlst {
        display: none;
    }

    #sct_sortlst_mo {
        display: flex;
        padding-left: 16px;
    }
}