.product-coupon-balloon.next-balloon {
    width: 100%;
    max-width: none;
    padding: 0;
}
.next-balloon-medium {
    padding: 16px 20px;
}
.next-balloon-normal {
    color: #000;
    border-color: #ccc;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .12);
    border-width: 1px;
}
.product-coupon-balloon .product-coupon-wrap {
    max-height: 410px;
    overflow-y: auto;
}
.product-coupon-balloon .product-coupon-title {
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}
.coupon-store {
    position: relative;
    height: 95px;
    margin-bottom: 8px;
    background: url(../theme/default/image/hpcmcoupon.png) 50% no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    color: #fff;
    border: 1px solid #fff;
    background-color: #1E90FF;
}
.coupon-store .coupon-store-info {
    height: 100%;
    padding: 10px 100px 10px 16px;
    line-height: 20px;
}
.panel-body.form-group .coupon-hpcm .col-lg-4, .panel-body.form-group .coupon-hpcm .col-md-4 {
    width: 100%;
}
.panel-body.form-group .coupon-hpcm {
    width: 100%;
}
.next-balloon, .next-balloon *, .next-balloon ::after, .next-balloon ::before {
    box-sizing: border-box;
}
.next-balloon, .next-balloon *, .next-balloon ::after, .next-balloon ::before {
    box-sizing: border-box;
}
.coupon-store .coupon-store-price {
    font-weight: 700;
    font-size: 16px;
}
.line-limit-length, .two-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-limit-length {
    white-space: nowrap;
}
.coupon-store .coupon-store-orders {
    font-size: 10px;
    line-height: 15px;
}
.coupon-store .coupon-store-time {
    font-size: 10px;
    opacity: .8;
    cursor: default;
    line-height: 15px;
}
.coupon-store .coupon-store-get, .coupon-store .coupon-store-get-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.coupon-store .coupon-store-get {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
}
.coupon-store .coupon-store-get-inner {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1E90FF;
    font-weight: 600;
    border: none;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}
.product-coupon-balloon .product-coupon-wrap.disabled {
    opacity: 0.6;
}
.coupon-hpcm {
    overflow: hidden;
    margin-bottom: 15px;
}
.hpcm-label {
    font-weight: 600;
    font-size: 15px;
    margin-right: 7px;
    padding-left: 0 !important;
}
.hpcm-minicoupons {
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mini-coupon-item {
    cursor: default;
    position: relative;
    z-index: 1;
    background: rgba(208, 1, 27, .08);
    padding: 3px 7px;
    border: 0;
    white-space: nowrap;
    color: #ee4d2d;
    margin-right: 5px;
    margin-bottom: 5px;
}
.mini-coupon-item:before {
    content: "";
    width: 6px;
    height: calc(98% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
    left: -2px;
}
.mini-coupon-item:after {
    content: "";
    width: 6px;
    height: calc(98% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
    right: -2px;
}
/* Start Coupon Page */

#list-voucher {
    display: inline-block;
    width: 33.3333%;
}


.btn-voucher {
    font-size: 25px;
    padding: 22px 12px;
    background-color: #3e36cd;
    font-weight: bold;
    color: white;
    border: none;
    outline: none;
}
.voucher-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.voucher-btn {
    flex: 1;
    text-align: center;
}
.voucher-item {
    position: relative;
    padding: 20px;
    background-color: #64bf00ff;
    background-image: url(../theme/default/image/hpcmcoupon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex: 1;
    cursor: pointer;
}
.voucher-item:before {
    content: "";
    position: absolute;
    background-color: #0a8d09ff;
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../theme/default/image/hpcmcoupon.png);
    background-repeat: no-repeat;
    background-size: 250% 100%;
}
.voucher-item:after {
    content: "";
    position: absolute;
    background-color: #0a8d09ff;
    width: 50px;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    left: calc(45% - 28px);
}
.voucher-title {
    font-size: 20px;
    color: white;
    line-height: 1;
}
.voucher-code {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    margin-top: 10px;
    width: fit-content;
    border-radius: 15px;
    background-color: white;
    margin: 10px auto;
}
.voucher-text {
    font-size: 14px;
    color: white;
    font-weight: bold;
    line-height: 1;
}
.voucher-title2 {
    font-size: 14px;
    color: white;
    line-height: 1;
    margin-bottom: auto;
}
.voucher-text-left, .voucher-text-right {
    text-align: center;
}
.voucher-text-left {
    flex-basis: 75%;
    position: relative;
}
.voucher-text-right {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
}
.voucher-amount {
    font-size: 20px;
    line-height: 1;
    color: white;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.voucher-amount>span {
    position: absolute;
    font-size: 12px;
    background-color: #ff7575;
    border-radius: 50%;
    padding: 5px;
    left: calc(100% - -2px);
}
.voucher-term {
    color: white;
    font-size: 2rem;
}
.voucher-item-inner {
    display: flex;
    height: 100%;
    padding: 5px;
    position: relative;
    border: 2px dashed white;
    z-index: 2;
}
.voucher-copy {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
}
#heading-voucher {
    text-align: center;
}
#heading-voucher:after {
    margin-left: auto;
    margin-right: auto;
}
#heading-voucher::after {
    background-color: #89b300;
}
#heading-voucher:after {
    display: block;
    max-width: 150px;
    height: 2px;
    content: "";
    margin-top: 15px;
    margin-bottom: 15px;
}
.subtitle-voucher {
    font-size: 16px;
    color: rgba(139, 145, 152, 1);
    text-align: center;
    margin-bottom: 30px;
}
.voucher-copy:hover {
    cursor: pointer;
}
.coupon-hover {
    opacity: 1 !important;
    visibility: visible !important;
    left: 25% !important;
}
@media only screen and (max-width: 768px) {
    #list-voucher {
        width: 50%;
    }
    .voucher-btn {
        display: none;
    }
    .voucher-copy {
        display: block;
    }
    .voucher-text-left {
        display: flex;
        flex-direction: column;
    }
    .voucher-text-right {
        padding-left: 20px;
    }
    .voucher-title, .voucher-term {
        font-size: 2rem;
    }
    .voucher-title {
        margin-bottom: auto;
    }
    .voucher-amount {
        font-size: 6rem;
        width: fit-content;
        margin: auto;
    }
    .voucher-title2, .voucher-code, .voucher-text, .voucher-amount>span {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    #list-voucher {
        width: 100%;
    }

    .coupon-list .card {
        max-width: 250px;
        margin: 0 auto;
    }

    .coupon-list .coupon-details {
        margin-top: 50px;
        max-width: 250px;
        margin: 50px auto 30px auto;
    }

    .coupon-desc .coupon-info {
        width: 100px;
    }

}

.coupon-desc .coupon-info {
    font-size: 10px;
}


/* End Coupon Page */

#checkout-cart #hpcm {
    padding-left: 15px;
}

#button-show-review {
    margin-bottom: 30px;
}

.mini-coupon-icon i.fa {
    color: #ff9c00;
}
