html.with-featherlight { overflow: hidden;
}
.featherlight {
display: none; position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2147483647;  text-align: center; white-space: nowrap; cursor: pointer;
background: #333; background: rgba(0, 0, 0, 0);
} .featherlight:last-of-type {
background: rgba(0, 0, 0, 0.8);
}
.featherlight:before { content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.featherlight .featherlight-content { position: relative; text-align: left;
vertical-align: middle;
display: inline-block; overflow: auto;
padding: 25px 25px 0;
border-bottom: 25px solid transparent; margin-left: 5%;
margin-right: 5%;
max-height: 95%; background: #fff;
cursor: auto; white-space: normal;
} .featherlight .featherlight-inner { display: block;
} .featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
display: none;
}
.featherlight .featherlight-close-icon { position: absolute;
z-index: 9999;
top: 0;
right: 0; line-height: 25px;
width: 25px; cursor: pointer;
text-align: center;
font-family: Arial, sans-serif;
background: #fff; background: rgba(255, 255, 255, 0.3);
color: #000;
border: none;
padding: 0;
} .featherlight .featherlight-close-icon::-moz-focus-inner {
border: 0;
padding: 0;
}
.featherlight .featherlight-image { width: 100%;
}
.featherlight-iframe .featherlight-content { border-bottom: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
}
.featherlight iframe { border: none;
}
.featherlight * { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} @media only screen and (max-width: 1024px) {
.featherlight .featherlight-content { margin-left: 0;
margin-right: 0;
max-height: 98%;
padding: 10px 10px 0;
border-bottom: 10px solid transparent;
}
} @media print {
html.with-featherlight > * > :not(.featherlight) {
display: none;
}
}@keyframes wpc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes wpccl-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpccl-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.wpccl-btn-wrapper {
text-align: left;
}
.wpccl-btn-wrapper .wpccl-btn {
padding-left: 25px;
background-image: url(//gentlemom.co.nz/wp-content/plugins/wpc-coupon-listing/assets/images/coupon.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 20px;
}
.wpccl-lightbox {
display: none;
}
.wpccl-featherlight .featherlight-content {
width: 90%;
max-width: 500px;
padding: 20px;
border-bottom: 0;
}
.wpccl-featherlight .featherlight-close {
outline: none;
}
.wpccl-heading {
font-weight: 700;
color: #222222;
text-align: center;
margin-bottom: 15px;
}
.wpccl-coupons .wpccl-coupon {
background-color: #f8f8f8;
color: #666;
width: 100%;
padding: 10px 15px;
margin-bottom: 15px;
border: 1px solid #f8f8f8;
}
.wpccl-coupons .wpccl-coupon:not(.wpccl-coupon-plain) {
cursor: pointer;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-value {
font-weight: 600;
color: #000;
line-height: 1.2;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap {
display: flex;
width: 100%;
align-items: center;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code {
border: 1px dashed #9d9d9d;
background-color: #f1f1f1;
padding: 5px 10px;
margin: 5px 10px 5px 0;
letter-spacing: 1px;
color: #000000;
line-height: 1.4;
font-size: 18px;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-more {
font-size: 14px;
line-height: 1.2;
}
.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-more .wpccl-coupon-expiry span {
color: #ff6600;
}
.wpccl-coupons .wpccl-coupon:hover {
border-color: #222222;
}
.wpccl-coupons .wpccl-coupon:hover .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code {
border-color: #222222;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied {
position: relative;
cursor: unset;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-applied .wpccl-coupon-applied-txt {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
line-height: 1;
padding: 4px 6px;
background-color: #222222;
color: #ffffff;
}
.wpccl-coupons .wpccl-coupon:last-child {
margin-bottom: 0;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-loading {
position: relative;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-loading:before {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//gentlemom.co.nz/wp-content/plugins/wpc-coupon-listing/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: wpccl-spinner 1s linear infinite;
-moz-animation: wpccl-spinner 1s linear infinite;
-ms-animation: wpccl-spinner 1s linear infinite;
-o-animation: wpccl-spinner 1s linear infinite;
animation: wpccl-spinner 1s linear infinite;
}
.wpccl-coupons .wpccl-coupon.wpccl-coupon-loading .wpccl-coupon-info {
opacity: 0.5;
}
.wpccl-coupons .wpccl-empty {
padding: 20px 0;
text-align: center;
}
.wpccl-coupons.wpccl-coupons-loading {
position: relative;
min-height: 120px;
}
.wpccl-coupons.wpccl-coupons-loading:before {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: "";
background-image: url(//gentlemom.co.nz/wp-content/plugins/wpc-coupon-listing/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: wpccl-spinner 1s linear infinite;
-moz-animation: wpccl-spinner 1s linear infinite;
-ms-animation: wpccl-spinner 1s linear infinite;
-o-animation: wpccl-spinner 1s linear infinite;
animation: wpccl-spinner 1s linear infinite;
}
.wpccl-coupons.wpccl-coupons-loading .wpccl-coupon {
opacity: 0.5;
pointer-events: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
display: flex;
}
.woocommerce-form-coupon-toggle .wpccl-btn-wrapper {
flex-grow: 1;
text-align: right;
}.single-content .woocommerce .woocommerce-notices-wrapper>:not(.cart-empty){margin:0 0 1rem 0}.single-content .woocommerce .woocommerce-notices-wrapper>:not(.cart-empty):last-child{margin-bottom:0}.woocommerce .woocommerce-notices-wrapper,.woocommerce-notices-wrapper{position:fixed;z-index:100009;left:2rem;bottom:2rem;font-size:1rem;max-width:600px;--kwsb-background:#1f1f1f;--kwsb-color:#fff}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty),.woocommerce-notices-wrapper>:not(.cart-empty){opacity:0;display:flex;align-items:center;padding:1rem 4rem 1rem 1rem;margin:0 0 1rem 0;line-height:1.2;border:0;position:relative;border-radius:2px;background:var(--kwsb-background);box-shadow:0 0 25px rgba(0,0,0,.3);color:var(--kwsb-color)}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty):last-child,.woocommerce-notices-wrapper>:not(.cart-empty):last-child{margin-bottom:0}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) a,.woocommerce-notices-wrapper>:not(.cart-empty) a{color:var(--kwsb-color)}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) a.restore-item,.woocommerce-notices-wrapper>:not(.cart-empty) a.restore-item{margin-left:.5em}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close,.woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close{position:absolute;width:1em;margin:0;padding:0;height:1em;top:1rem;left:auto;right:1rem;background:0 0;color:transparent;border:0}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:after,.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:before,.woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:after,.woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:before{content:"";position:absolute;top:.5em;left:auto;right:0;height:2px;width:1em;background:var(--kwsb-color);border-radius:1px}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:before,.woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:before{transform:rotate(45deg)}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:after,.woocommerce-notices-wrapper>:not(.cart-empty) .kwsb-close:after{transform:rotate(-45deg)}.woocommerce .woocommerce-notices-wrapper>:not(.cart-empty) a.button,.woocommerce-notices-wrapper>:not(.cart-empty) a.button{float:none;flex-shrink:0;flex-basis:content;background:0 0;padding:0 o 0 1rem;margin:0 0 0 1rem;border:0;border-left:2px solid var(--kwsb-color);line-height:initial;border-radius:0;box-shadow:none;font-size:1em;color:var(--kwsb-color)}.woocommerce .woocommerce-notices-wrapper>ul.kwsb-snackbar-notice:not(.cart-empty),.woocommerce-notices-wrapper>ul.kwsb-snackbar-notice:not(.cart-empty){flex-direction:column;align-items:flex-start}.woocommerce .woocommerce-notices-wrapper .woocommerce-error,.woocommerce-notices-wrapper .woocommerce-error{--kwsb-background:#e43622}.woocommerce .woocommerce-notices-wrapper .woocommerce-error.kwsb-snackbar-notice:empty,.woocommerce-notices-wrapper .woocommerce-error.kwsb-snackbar-notice:empty{display:none}.woocommerce .woocommerce-notices-wrapper .kwsb-snackbar-notice,.woocommerce-notices-wrapper .kwsb-snackbar-notice{opacity:0;animation:WSBFadeIn .5s 0s ease-in-out forwards}.woocommerce .woocommerce-notices-wrapper .kwsb-hide-notice,.woocommerce-notices-wrapper .kwsb-hide-notice{animation:WSBFadeOut .5s 0s ease-in-out forwards}.woocommerce .woocommerce-notices-wrapper .kwsb-hide-notice.kwsb-hidden-notice,.woocommerce-notices-wrapper .kwsb-hide-notice.kwsb-hidden-notice{display:none!important}.woocommerce .woocommerce-NoticeGroup .woocommerce-error{flex-direction:column}.woocommerce .woocommerce-NoticeGroup .woocommerce-error li{width:100%}@keyframes WSBFadeIn{0%{transform:translate(0,50px);opacity:0}25%{transform:translate(0,-5px);opacity:.75}50%{transform:translate(0,5px);opacity:1}100%{transform:translate(0,0);opacity:1}}@keyframes WSBFadeOut{0%{opacity:1}100%{opacity:0}}