.wpb-price-box {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid var(--brdcolor, #e5e5e5);
    border-radius: 8px;
    background: var(--bgcolor, #fff);
}

.wpb-pack-price {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--wd-primary-color, #83b735);
}

.wpb-pack-text {
    margin-top: 8px;
    color: #777;
    font-size: 14px;
}

.wpb-single-price {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.wpb-colors {
    margin-top: 25px;
}

.wpb-colors p {
    margin-bottom: 12px;
}

.wpb-colors label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.wpb-colors select {
    width: 100%;
}

.wpb-live-total {

    margin-top: 15px;

    padding-top: 15px;

    border-top: 1px solid #eee;

    font-size: 18px;

    font-weight: 700;

    color: var(--wd-primary-color, #83b735);

}

/* ===== Price Box ===== */

.wpb-price-box {
    margin-top: 10px;
    text-align: center;
}

.wpb-pack-price {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--wd-primary-color, #e91e63);
}

.wpb-pack-title {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.wpb-single-price {
    margin-top: 12px;
    font-size: 14px;
    color: #777;
}

.wpb-single-price .wpb-label {
    margin-left: 4px;
}

.wpb-single-price .wpb-price {
    font-weight: 700;
    color: #444;
}