.rmb-cart-free-item {
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #7F54B3;
    color: #7F54B3;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 8px;
}

.rmb-cart-parent-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    width: 100%;
    position: relative;
}

.rmb-cart-parent-wrapper .rmb-parent-label-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}

.rmb-cart-parent-wrapper .rmb-parent-label {
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    background: linear-gradient(90deg, rgba(255, 77, 0, 1) 0%, rgba(255, 125, 31, 1) 100%);
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
}

.rmb-parent-info {
    color: #FF4D00;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
}

.rmb-cart-random-product {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.rmb-cart-add-more {
    padding: 4px 8px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: capitalize;
    border-radius: 4px;
}

.rmb-free-item-info {
    margin-top: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #6D6D6D;
}