

.product-filter {
    padding-left: 0px;
    padding-right: 10px;
}

.product-filter li {
    margin-bottom: 6px;
}

.product-sort,
.product-per-page {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 20px;
    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.product-per-page {
    padding-right: 0;
}

.product-sort .sort-arrows {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
}

.product-sort .sort-arrows a {
    font-size: 14px;
    display: block;
    float: right;
    
    position: relative;
    width: 8px;
    height: 9px;
}

.product-sort .sort-arrows a i {
    position: absolute;
    left: 0;
    top: -3px;
    height: 8px;
}

.product-display {
    float: right;
}

.product-display a {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 7px;
}

.product-per-page label  {
    margin-right: 10px;
}