.form-row .field-checkbox{
    display: none;
}
.contInnerToppPopUpComboProducts .form-row {
    margin: auto;
}

.form-row {
    width: 400px;    
    flex-direction: column;
    margin: 0;
}
.form-row label {
    width: 100%;    
}
.form-row label img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    object-fit: contain;
    background-color: black;
    position: relative;
}
.form-row.allToppings label {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 5px 5px 12px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-radius: 70px;
}
.parentdatatext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.contItemsInnerToppPopUpComboProducts span.label-name {
    font-family: 'New_Spirit_SemiBold_Condensed';
    font-size: 22px;
}
.contToppPopUpComboProducts span.label-price span,
.contToppPopUpComboProducts span.label-price bdi,
.contToppPopUpComboProducts span.label-price {
    font-family: 'New_Spirit_Medium_Condensed_Italic';
    font-size: 22px;
}
.wpcpo-option-name {
    width: 400px;
    max-width: 100%;
    background-color: #f9f2df;
    padding: 20px;
    border-radius: 22px;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpcpo-option-name span {
    width: 20px;
    height: 20px;
    display: block;
    font-size: 0;
    background-image: url(../img/test/F-ARRIBA.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    transition: all .5s ease;
}
.active.wpcpo-option-name span {
    transform: rotate(0);  
}
.active.wpcpo-option-name span span,
.wpcpo-option-name span span {
    display: none;
}
.contInnerProdSingle .wpcpo-option-name strong {
    color: rgba(49, 31, 27, 1);
    font-family: 'New_Spirit_Medium_Condensed_Italic'; 
    font-size: 18px;
    text-transform: uppercase;
}
.contInnerProdSingle .label-name {
    font-family: 'New_Spirit_SemiBold_Condensed';
    font-size: 17px;
}
.contInnerProdSingle .label-price span,
.contInnerProdSingle .label-price bdi,
.contInnerProdSingle .label-price {
    font-family: 'New_Spirit_Light_Condensed';
    font-size: 14px;
}


.product-type-simple .wpcpo-option-form {
    height: 0;
    overflow: hidden;
    width: 100%;
    transition: all .5s ease;
}
.wpcpo-total {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}
.wpcpo-total ul li{
    display: none;
}
.wpcpo-total ul li.wpcpo-subtotal {
    display: block;
    border: none;
}
.wpcpo-total li.wpcpo-subtotal .wpcpo-subtotal-amount,
.wpcpo-total li.wpcpo-subtotal .amount,
.wpcpo-total li.wpcpo-subtotal .woocommerce-Price-currencySymbol {
    font-size: 40px !important;
    color: #F9F2DF !important;
    font-family: 'New_Spirit_SemiBold_Condensed' !important;
    font-weight: normal;
    display: flex;
}
.wpcpo-subtotal-amount{
    float: left;
}
.wpcpo-options {
    margin: 30px 0;
}
.form-row label,
.form-row input[type=radio]:checked + label,
.form-row input[type=checkbox]:checked + label{
    border: none;
}
.entry-summary .product_meta {
    display: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 10px;
    width: 70%;
    max-width: 100%;
}
.product_cat-combo .entry-summary .product_meta {
    display: none;
}
.contAditInfoInnerProdSingle{
    border-top: 2px solid #fff;
}
.mainProdSingle .product_cat-combo button.single_add_to_cart_button.button.openPopupSelectProducts {
    margin: 0;
}
.entry-summary .product_meta .posted_in,
.entry-summary .product_meta .sku_wrapper{
    display: none;
}
.product-type-composite .entry-summary .product_meta{
    display: none;
}

/*
.contInnerProdSingle .wpcpo-option.wpcpo-option-image-checkbox .form-row input[type=checkbox] + label:before {
    color: #ffffff;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    background-color: green;
    text-align: center;
    font-size: 14px;    
}
*/
.form-row.allToppings label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 0;
    position: absolute;
    top: -5px;
    left: 25px;
    background-image: url(../img/test/addTopp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(90deg);
    transition: all .5s ease;
}
.form-row.allToppings input[type=radio]:checked + label:before, 
.form-row.allToppings input[type=checkbox]:checked + label:before {
    right: auto;
    top: -5px;
    left: 25px;
    z-index: 1;
    border-radius: 50%;
    background-image: url(../img/test/checkTopp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    background-color: transparent;
    border: none;
    transform: rotate(0);
}
.wooco_wrap.wooco-wrap{
    opacity: 0;
    height: 0;
    display: inherit;
    position: absolute;
    top: -20000px;
}
.product-type-composite .entry-summary form.cart{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.btnAddToppingFromPopup{
    position: relative;
    margin: auto;
    margin-top: 20px;
    height: 40px;
    background-color: #311f1b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    border-radius: 25px;
    cursor: pointer;
    color: rgba(249, 242, 223, 1);
}
.contItemsInnerToppPopUpComboProducts{
    position: relative;
    border-bottom: 1px solid #311f1b;
}

.toppingsaddedtoselectedproduct li{
    font-size: 12px;
    height: auto;
    aspect-ratio:auto;
    border: none;
    transition: all 0.3s ease;
    list-style: none;
    text-align: center;
    font-family: 'New_Spirit_Light_Condensed_Italic';
}
.removeproductfromcombo {
    right: 10px;
    top: 10px;
    width: 30px;
    aspect-ratio: 1 / 1;
    background-color: #311f1b;
    z-index: 200;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    border: 1px solid rgba(249, 242, 223, 1);
}
.toppingsCrude.cardToppings{
    display: none;
}
.fullDisdabled .btnAddItemPopUpComboProducts{
    pointer-events: none;
    background-color: #c7c7c7;
}

.contBtnAddToCart.btnAddToCartFromCombo.btnDisable{
    pointer-events: none;
    opacity: 0.5;
}
.contBtnAddToCart {
    width: max-content;
    display: block;
    min-width: 200px;
    text-align: center;
    position: relative;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #F9F2DF;
    text-transform: uppercase;
    background-color: #B3977D;
    border: 2px solid #B3977D;
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s ease;
    opacity: 1;
}

.globalpreloader{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #3c3c3c;
    z-index: 10000;
    opacity: 0.5;
    pointer-events: all;
}
.globalpreloader.active{
    display: block;
}
.addToCartContainer{
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
}



.pac-container { 
    z-index: 100000 !important; 
}




@media only screen and (max-width: 768px) {
    .contInnerProdSingle .wpcpo-option-name strong,
    .contInnerProdSingle .label-name {
        font-size: 20px;        
    }
    .mainProdSingle .product_cat-combo button.single_add_to_cart_button.button.openPopupSelectProducts {
        margin: auto;
    }
    .toppingsaddedtoselectedproduct li{
        text-align: left;
    }
}


@media only screen and (max-width: 512px) {
    .contItemsInnerToppPopUpComboProducts span.label-name {
        font-size: 18px;
    }
    .contToppPopUpComboProducts span.label-price span, 
    .contToppPopUpComboProducts span.label-price bdi, 
    .contToppPopUpComboProducts span.label-price {
        font-family: 'New_Spirit_Medium_Condensed_Italic';
        font-size: 18px;
    }
}


.popupregisterleal{
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    align-items: center;
    background-color: #cecece;
    opacity: 0.8;

}

.popupregisterleal.active{
    display: flex;
}




