  .add-onBx input[type="checkbox"]{
        width: 16px;
        height: 16px;
        position: relative;
    top: 2px;
        margin-right: 5px;
}
    .add-onBx p{
    margin-bottom: 1rem;
}
    .add-onBx input[type="checkbox"] {
accent-color: #000
}
.add-onBx{
    border: 1px solid #BBBBBB;
    border-radius: 7px;
    padding: 12px;
    margin-bottom: 20px; 
}
.add-onBx p:last-child{
    margin-bottom: 0px;
}
.bx2-point p{
    position: relative;
    padding-left: 20px;
    margin-bottom:4px;
}
.add-onBx .addonPrice{font-weight: bold;}
.add-onBx .mt-3 {
    margin-top: 1rem !important;
}

.bx2-point p:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    left: 6px;
    top: 7px;
}
.add-onBx .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.add-onBx input:checked + .slider {
    background-color: #2196F3;
}
.add-onBx .slider.round {
    border-radius: 34px;
}
.add-onBx .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8d6d6;
    -webkit-transition: .4s;
    transition: .4s;
}
.add-onBx input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(38px);
}
.add-onBx .slider.round:before {
    border-radius: 50%;
}
.add-onBx .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
/* .add-onBx .addBtn {
    display: flex;
    justify-content: space-between;
    gap: 15px;
} */