#main .filters h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 0px;
    font-size: 42px;
    text-decoration: none;
    color: white;
}

#footer ul li {

    border-left: 1px solid #6d6d6d;
    padding: 0 5px;
}

#footer ul li:first-child {
    border-left:0;
}


#deals {
    position:relative;
}

#deals .loading-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:100;
    text-align:center;
    top:0;
    left:0;
    font-size:20px;
    color:#42D496;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px #ccc;
}


#deals .loading-overlay img {
    width:200px;
    max-width:90%;
    margin:30px auto;

} 
/* 5 PAGINATION *****/
.pagination {
    margin: 0.5em;
    display:block;
    line-height: 2em;
    clear: both;
    text-align: center;
    max-width: 1460px;
    margin: 0 auto;
    padding: 10px 0px;

}
.pagination >.prev , .pagination>.next {
    margin: 0;
    position: relative;
}


.pagination .pages > a{
    line-height: inherit;
    white-space: nowrap;
    display: inline-block;
    padding: 1px 15px;
    text-decoration: none;
    color: black;
    border-radius: 3px;
    font-size: 14px;
    background-color: #f0f0f0;
}
.pagination .pages > a:hover {
    background: #d277b2; 
    color:#fff
}
.pagination .prev {
    float: left;
}
.pagination .next {
    float: right;
}
.pagination .pages > a.grey.active {
    background: #eda22d;
    background:#d277b2;
    color:white;
}
.star s {
    color:#888;
}
.selectBox select {
    width:326px 
}