.cart-discount .wk-couponListing {
    width: 40%
}
.wk-coupon-list {
    padding: 20px;
    overflow: auto;
}
.wk-coupon-wrapper {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 4px 0 #00000026;
    position: relative;
}
.wk-coupon-code {
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid #00000026;
    background-color: #2678c3;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    text-shadow: 1px 1px 1px #6b6b6b;
}
.wk-view-coupons {
    left: 55%;
}
.wk-hidden {
    display: none;
}
.wk-copy-code {
    padding: 6px;
    background-color: rgba(0,0,0,.69);
    max-width: 200px;
    width: fit-content;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    transition: all .5s;
    cursor: pointer;
}
.wk-show.wk-copy-code {
    transform: translateY(-40px);
    opacity: 1;
    z-index: 5;
}
.wk-show-more {
    color: #2677c3;
    font-weight: 600;
    cursor: pointer;
}
.wk-complete {
    display: none;
}
