﻿.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}

ul li {
    list-style-type: none;
}

ul.couponslist > li {
    padding-bottom: 0;
    position: relative;
}

ul.couponslist > li {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid #e3e6e9;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.15s ease 0s;
}
ul.default,ul.couponslist {
padding: 0px;
}
ul.default > li {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid #e3e6e9;
    margin-bottom: 0px;
    border-radius: 0px;
    border-style: solid none none solid;
    padding: 20px;
    transition: all 0.15s ease 0s;
    float: left;
}
.cateli li{min-height:105px;}
 .default  ul li:nth-last-child(3n+1) {    border-right:solid 1px #e3e6e9;}
  .default  ul li:nth-last-child(3) ,  .default  ul li:nth-last-child(2) ,  .default  ul li:nth-last-child(1) {    border-bottom:solid 1px #e3e6e9;}
ul.couponslist li .coupon .left {
    float: left;
    width: 200px;
}

ul.couponslist li .coupon .right {
    /*float: left;
    width: 438px;*/
}

ul.couponslist li .coupon .left img.brandlogo {
    background-clip: padding-box;
    border: 1px solid #e3e6e9;
    border-radius: 3px;
    height: 90px;
    width: 90px;
}

img.brandlogo {
    background-color: #fff;
    padding: 5px;
}

img {
    border: 0 none;
    /*height: auto;*/
    max-width: 100%;
    vertical-align: middle;
}
.pull-right {
    float: right;
}
ul.couponslist li .coupon .validation {
    background-clip: padding-box;
    border: 1px solid #e3e6e9;
    border-radius: 2px;
    color: #939eaa;
    display: block;
    font: 14px/14px "Lato",sans-serif;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
 
}

h2 {
     /*   color: #616972;*/
    font-size: 20px;
    /*   line-height: 20px;*/
    margin-bottom: 11px;
    margin-top: 0;
}

ul.couponslist li .coupon .right p.explain {
    margin-bottom: 16px;
    padding-right: 10px;
}

.couponcode.cut {
    background-position: 9px -35px;
}

.couponcode {
    background: rgba(0, 0, 0, 0) url("/img/couponcode.png") no-repeat scroll 0 0;
    border: 2px dashed #c1c7ce;
    border-radius: 3px;
    color: #1bbc9b;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 10px 11px 40px;
    transition: none 0s ease 0s;
}

ul.couponslist li .coupon .right p.submitted {
    color: #939eaa;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 11px;
    opacity: 0.9;
    padding-bottom: 15px;
    /*width: 420px;*/
}

    ul.couponslist li .coupon .right p.submitted a {
        color: #939eaa;
    }
	.notify{margin-top: 20px; background-color: #fff;
    border: 1px solid #e3e6e9;
    border-radius: 3px; 
    margin-top: 20px;
    padding: 20px;
    text-align: center;}