.discount_main {
	display: block;
    float: left;
    width: 100%;
}
.filter_row {
	float: left;
    width: 20%;
    margin: 15px auto;
}
.dis_coupon_row {
	float: right;
    width: 75%;
}
.dis_coupon_inner {
	padding: 15px;
    position: relative;
    min-width: auto;
    width: 100%;
    font-weight: 700;
    color: #555;
    float: left;
    border: none;
    box-shadow: none;
}
.dis_coupon_img {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.dis_coupon_main img {
    width: 120px;
    height: auto;
}
.dis_coupon_title {
	padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.dis_coupon_btn {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.dis_coupon_main {
    border: 1px solid #e0e0e0;
    width: 100%;
    position: relative;
    margin: 10px auto;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 0 12px 0 rgb(41 41 41 / 10%);
    background: #fff;
}
.dis_coupon_title h3 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    margin-bottom: 4px;
}
.dis_coupon_btn a.dis_cou_anchor {
    background: #0079d6;
    border-radius: 40px;
    padding: 8px 0;
    text-align: center;
    margin: 0;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 168px;
}
.dis_coupon_type_category ul {
    padding-left: 0px;
}
.dis_coupon_type_category li {
    list-style: none;
}
.dis_coupon_type_category label {
    font-size: 13px;
    padding-left: 10px;
}
.brands_filter_all .top_section {
    border: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3 !important;
    margin-bottom: 16px;
}
.brands_filter_all .heading.filter-type-header {
    background: #0091ff;
    color: #fff !important;
    line-height: 2.8em;
    padding: 0 20px;
    margin: 0;
}
.brands_filter_all .top_section ul {
    margin: 10px 20px;
}
.brands_filter_all .coupon_main {
    width: 100% !important;
}
.brands_filter_all li {
    font-size: 13px;
}
div#brands_loader {
    position: relative;
}
#brands_loader img {
    width: 200px;
}