#per-page-select {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.7em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 11.6rem;
    cursor: pointer;
    margin-left: 5px;
    padding-right: 20px;
}

@media (max-width: 1337px){
    #sort-perpage-switchers{
        flex-direction: column;
        align-items: end;
    }
    #per-page-select {
        width: 16.1rem;
    }
}

@media (max-width: 768px){
    #sort-perpage-switchers{
        flex-wrap: wrap;
    }
    #per-page-select {
        margin-left: 0;
        margin-top: 10px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    #per-page-select {
        width: 100%;
        margin-left: 0px;
    }
}