.pager {
    margin-top: 20px;
    text-align: center;
}

.pager ul li {
    display: inline-block;
}

.pager ul li a {
    width: auto;
    padding: 5px 12px;
    border: 1px red solid;
    font-weight: 400;
    color: #d80104;
    text-decoration: none;
}

.pager ul li.current_page a{
    color: white !important;
    background-color: #d80104;
    border: none;
    padding: 5px 12px;
    border-top: 1px solid red;
}

.section-header {
    background: white;
    height: 60px;
    padding-left: 20px;
}

.section-header > h4 {
    height: 60px;
    margin: 0px;
    line-height: 60px;
    font-weight: bold;
    color: #6a6a6a;
}

.shadow-div-margin {
    margin-bottom: 20px;
}
.shadow-div {
    margin-top: 10px;
    box-shadow: 2px 2px #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.sort-option{
    padding-left: 0px;
}
.sort-option > ul{
    padding-left: 0px;
    list-style-type: none;
}

.sort-option > ul > li{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.sort-option > ul > .selected{
    background-color: #d80104;
}

.sort-option > ul > .selected > a{
    text-decoration: none;
    color: white;
}

.sort-option > ul > li > a{
    color: #d80104;
    line-height: 40px;
    text-decoration: underline;
    font-size: 18px;
}