.component_container_table_item {

    position: relative;

    cursor: pointer;

}



.component_table_item {

    display: none !important;

    background-color: rgba(221, 219, 239, 0.2);

}



.component_table_item.visible {

    display: table-row !important;

}



.bundle-toggle-btn {

    font-size: 14px !important;
        position: relative !important;
        display: flex;
        width: 125px !important;
        background: #dddbef !important;
        text-align: center !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 6px;
        margin-top: 10px !important;
        border-radius: 8px 8px 0 0 !important;
        cursor: pointer !important;
        top: 31px;

}



@media (max-width: 768px) {

    .bundle-toggle-btn {
         
    
        right:-3%;

    }

    

    .component_table_item.visible {

        display: table-row !important;

    }
        .component_table_item .product-name{
            padding-right: 0em !important;
        }

} 

.bundle-text{
    font-weight: 600;
}
.bundle-icon{
    font-weight: 600;
}
/* .bundle-items-text {
    font-family: 'Almoni', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #434867;
    background-color: white;
    padding: 2px 6px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 31px;
    margin-top: -10px;
    vertical-align: middle;
    position: absolute;
    z-index: 999;
}

@media (max-width: 768px) {
    .bundle-items-text {
        margin-right: 7%;
    }
        .component_table_item .product-name{
            padding-right: 1em;
        }
} */

