.gform-theme--framework .gfield--type-choice.lcb_option_card_fields .gchoice {
    display: block;
}

.gform-theme--framework .lcboc-item {
    margin-top: -20px;
}

/*
Framework override
  .gform-theme.gform-theme--framework[id^="gform_wrapper_"] .lcboc-btn{
	--gf-local-radius: 30px !important;
}
*/
.lcboc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.lcboc-product {
    display: flex;
    align-items: center;
}

.lcboc-image {
    width: 57px;

    margin-right: 15px;
}

.lcboc-label {
    font-size: 16px;
    color: #333;
}

.lcboc-quantity-controls {
    display: flex;
    align-items: center;
    margin: 0 !important;
}


.lcboc-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lcboc-decrease {
    background-color: #e0e0e0;
    color: #888;
}

.lcboc-increase {
    background-color: #0078d7;
}

.gform_wrapper .lcb_option_card_list .gfield_checkbox .lcboc-quantity-controls .lcboc-quantity,
.gform_wrapper .lcb_option_card_list .gfield_radio .lcboc-quantity-controls .lcboc-quantity {
    width: 30px;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
    background-color: #fff;
    border: 0;
}

.lcb_option_card_list label {
    display: inline !important;
    cursor: pointer;
}

.lcb_option_card_list .ginput_price {
    display: none;
}

.gform_wrapper .lcb_option_card_list .gfield_checkbox .lcboc-quantity-controls button,
.gform_wrapper .lcb_option_card_list .gfield_radio .lcboc-quantity-controls button {
    margin-top: 0px;
}

.lcb_option_card_list .gfield_radio .gchoice input[type=radio],
.lcb_option_card_list .gfield_checkbox .gchoice input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -99;
}


.gform_wrapper .lcb_option_card_list .lcboc-item.lcboc-item-active {
    border-left: 3px solid #4b89e7;
}


.lcb_option_card_quantity {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 10px;
}

.lcb_option_card_button {

    border-radius: 5px !important;
    cursor: pointer !important;
    margin-top: 0 !important;
    font-size: 1rem !important;
    border-style: solid !important;
    border: 1px solid #1d1d1d !important;
    width: auto;
}

.lcb_option_card_value {
    text-align: center;
    width: 3em;
    font-size: 1.5em;
    border: 1px solid #ccc;
    margin: 0 0.5em;
    background-color: #f9f9f9;
}

.lcb_option_card_quantity_disabled {
    opacity: 0.5;
    /* Set the opacity */
    pointer-events: none;
    /* Disable clicks and interactions */
}

.lcb_inline {
    display: inline;
}

@media (max-width: 549px) {
    .lcb_inline.lcb_card_price {
        display: block;
    }

}

@media (max-width: 360px) {
    .lcboc-product {
        flex-direction: column;
        align-items: flex-start;
    }


    .lcboc_hide_price .lcboc-product {
        align-items: center;
        flex-direction: row;
    }
}

body .lcboc-quantity-controls .max-reached {
    outline-offset: 2px;
    outline: 2px dotted #e31837;
    background: #bfbfbf;
    cursor: not-allowed;
}

.gform-theme.gform-theme--framework[id^="gform_wrapper_"] .lcboc-quantity-controls .max-reached {
    outline-offset: 2px !important;
    outline: 2px dotted #e31837 !important;
    background: #bfbfbf !important;
    cursor: not-allowed !important;
}

.lcb_option_card_list .gfield_radio .gchoice input:checked+label .lcboc-item,
.lcb_option_card_list .gfield_checkbox .gchoice input:checked+label .lcboc-item {
    border-left: 3px solid #4b89e7;
    padding-left: 2px;
}

.lcboc_hide_price .lcboc-label .lcb_card_price {
    display: none;
}