
.cch-container .cch-or {
    text-align: center;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.cch-container .cch-title{
    font-weight: 700;
    margin-bottom: 10px;
}
.cch-container .cch-section{
    background: #f5f5f5;
    padding: 14px 20px;
}

.cch-container .cch-item {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}
.cch-container .cch-section .cch-label {
    cursor: pointer;
    background: #ffffff;
    color: #3e4152;
    border: 1px dashed #1979c3;
    border-radius: 3px;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.cch-container .coupon-code {
    border: 0.1px dashed;
    margin: 0px 20px;
    padding: 3px;
}
.cch-container .coupon-desc {
    margin-top: 10px;
    color: #7e818c;
    font-size: 14px;
}