.affcoups { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .affcoups *, .affcoups *:before, .affcoups *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .affcoups-coupon-code { position: relative; display: block; margin: 10px; padding: 12px 10px 10px 32px; background: #FAF3C4; border: 1px dashed #333; border-radius: 3px; color: #444; cursor: pointer; font-size: 16px; font-weight: bold; line-height: 20px; text-align: center; } .affcoups-coupon-code__copy { position: absolute; top: 50%; left: 10px; margin-top: -10px; } .affcoups-icon { display: inline-block; height: 16px; width: 16px; margin: 0 5px 0 0; background-repeat: no-repeat; -webkit-background-size: 16px 16px; background-size: 16px 16px; background-position: center; vertical-align: -8%; background-image: url('../img/icon-affcoups.png'); } .affcoups-icon-hand-right { display: inline-block; height: 16px; width: 16px; margin: 0 5px 0 0; background-repeat: no-repeat; -webkit-background-size: 16px 16px; background-size: 16px 16px; background-position: center; vertical-align: -8%; background-image: url('../img/icon-hand-o-right.svg'); } .affcoups-icon-gavel { display: inline-block; height: 16px; width: 16px; margin: 0 5px 0 0; background-repeat: no-repeat; -webkit-background-size: 16px 16px; background-size: 16px 16px; background-position: center; vertical-align: -8%; background-image: url('../img/icon-gavel.svg'); } .affcoups-icon-cart { display: inline-block; height: 16px; width: 16px; margin: 0 5px 0 0; background-repeat: no-repeat; -webkit-background-size: 16px 16px; background-size: 16px 16px; background-position: center; vertical-align: -8%; background-image: url('../img/icon-shopping-cart.svg'); } .affcoups-coupon { position: relative; } .affcoups-coupon__header { position: relative; } a.affcoups-coupon__thumbnail { border: none; -webkit-box-shadow: none; box-shadow: none; outline: none; } img.affcoups-coupon__image { display: block; max-width: 100%; height: auto; margin: 0; padding: 0; } .affcoups-coupon__discount { background: #27ae60; color: #fff; } .affcoups-coupon__valid-dates { color: #6b747a; font-weight: bold; font-style: italic; } a.affcoups-coupon__button { display: inline-block; margin: 0; padding: 12px 15px 9px 10px; background: #27ae60; border: none; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; color: #fff; font-size: 14px; font-weight: 700; outline: none; text-align: center; text-decoration: none; text-transform: uppercase; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } a.affcoups-coupon__button:visited { color: #fff; } a.affcoups-coupon__button:hover, a.affcoups-coupon__button:focus, a.affcoups-coupon__button:active { background-color: #1e8449; border: none; -webkit-box-shadow: none; box-shadow: none; color: #fff; outline: none; text-decoration: none; } .affcoups-toggle-desc { margin-left: 3px; } .affcoups-standard .affcoups-coupon { max-width: 400px; margin: 0 auto 30px auto; padding-bottom: 40px; background: #F7F7F7; border: 1px solid #F7F7F7; border-radius: 3px; } .affcoups-standard .affcoups-coupon__thumbnail { display: block; margin: 0; padding: 0; font-size: 0; vertical-align: top; } .affcoups-standard img.affcoups-coupon__image { border-top-left-radius: 3px; border-top-right-radius: 3px; } .affcoups-standard .affcoups-coupon--image-border .affcoups-coupon__thumbnail { border: 1px solid #F7F7F7; border-bottom: none; border-top-left-radius: 3px; border-top-right-radius: 3px; } .affcoups-standard .affcoups-coupon__discount { position: absolute; top: 0; left: 0; padding: 8px 15px 5px; border-top-left-radius: 3px; font-size: 16px; } .affcoups-standard .affcoups-coupon__content { padding: 15px 25px 15px; } .affcoups-standard .affcoups-coupon__title { margin: 0; padding: 0; font-size: 20px; line-height: 26px; } .affcoups-standard .affcoups-coupon__types { margin-top: -5px; margin-bottom: 5px; } .affcoups-standard .affcoups-coupon__types span { color: #6b747a; font-size: 14px; font-weight: bold; } .affcoups-standard .affcoups-coupon__types span + span { margin-left: 10px; } .affcoups-standard .affcoups-coupon__description { margin: 10px 0 0; font-size: 16px; } .affcoups-standard .affcoups-coupon__description > *:first-child { margin-top: 0; } .affcoups-standard .affcoups-coupon__description > *:last-child { margin-bottom: 0; } .affcoups-standard .affcoups-coupon__code { margin-top: 15px; } .affcoups-standard .affcoups-coupon__valid-dates { display: block; margin: 5px 0 0; font-size: 13px; text-align: center; } .affcoups-standard .affcoups-coupon__footer { position: absolute; bottom: 0; left: 0; right: 0; } .affcoups-standard a.affcoups-coupon__button { display: block; width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; } a.affcoups-coupon__button { width: auto; }