.text-center {
    text-align: center;
}

.coupon-alpha a {
    box-shadow: none;
}

.coupon-alpha li {
    list-style: none;
}

.coupon-alpha a:hover, .coupon-alpha a:active {
    box-shadow: none;
    color: #337ab7;
}

.page-filter ul {
    margin: 0 0 30px !important;
    padding: 0 15px 10px;
    display: inline-block;
    border-bottom: 2px solid #ededed;
    background-color: #fff;
}

.page-filter ul li {
    padding: 0 !important;
    margin: 0 5px !important;
    font-weight: 700;
    background-color: #fff;
    text-transform: uppercase;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-title {
    background-color: #fff;
    border-bottom: 2px solid #ededed;
    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #212121;
    font-weight: 700;
}

.check-list {
    list-style: outside none none;
    padding: 0;
}

.check-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0;
    position: relative;
}

.check-list li i {
    width: 25px;
    border-radius: 25px;
    height: 25px;
    background-color: #337ab7;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.check-list li .number-coupon {
    float: right;
}

.store-list .check-list li {
    background: #f5f6f8;
    border: 3px solid #fff;
    float: left;
    padding: 10px;
    position: relative;
    width: 50%;
}

.store-list .check-list li a img {
    float: left;
    background: none !important;
    box-shadow: none !important;
    margin: -4px 10px 0 0 !important;
    max-width: 50px;
    padding: 3px;
}