    .r2m2pos_add_to_cart_button{
    background-color: #eee;
    }
    
    .r2m2pos_booking_picker_wrap{
    width:100%;
    }
    
    .single-product form.cart input :not(.extra_checkbox){
    width: auto !important;
    }
    
    .r2m2pos_wrap {
        max-width: 400px;  
    }
    
    
    .r2m2pos_finaltotals{
        background: #398AB9 !important;
        color: #ffffff !important;
        font-weight: bold !important;
        padding: 10px 10px 10px 10px !important;
        border-radius: 10px !important;
        margin-bottom: 5px;
        box-shadow: 2px 1px 2px 1px #afafaf;
        width: 100%;
        max-width: 350px;
    }
    
    .r2m2pos_finaltotals p{
        color: #ffffff !important;
        font-weight: bold !important;
        margin-bottom: 10px;
    }
    
    
    .r2m2pos_qty_label{
    font-weight: bold;
    }
    
    .r2m2pos_out_of_stock {
        color:red;
    }
    
    .r2m2pos_totalsdiv{
    background: #fcfcfc;
    }
    
    #r2m2pos_extrasdiv{
        font-weight: bold;
        background: #f9f9f9;
        border: 2px solid rgb(221, 221, 221)!important;
        border-radius: 12px;
        padding: 24px;
        box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    
    .r2m2pos_extrasdiv_label {
        color: #333;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 30px;
        display: block;
    }
    
    .extragroup_label {
        font-weight: bold;   
    }
    
    .extraoptions{
    cursor: pointer;
    }

    .extra_checkboxrow {
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        margin-bottom: 5px;
    }

    .extra_checkboxrow .extra_checkbox {
        width: 20px;
        height: 20px; 
    }

    .r2m2pos_submit_p {
        text-align: center;  
    }

    #r2m2pos_submit {
        background-color: #0b79d1;
        color: white!important;
        border-radius: 5px !important;
        box-shadow: 1px 1px 0 rgb(167 166 166)!important;
        width: 100%;
        max-width: 300px;
        line-height: 1.5;
        float: none;
    }

    input[name="quantity"] {
        min-width: 100px;
    }