/*
Theme Name: Basilico Child
Theme URI: http://demo.7iquid.net/basilico/
Template: basilico
Author: 7iquid
Author URI: http://themeforest.net/user/7iquid
Description: Basilico is the WordPress theme for Restaurant, Cafe, Seafood, Bakery, Bar, Catering, Food business and for personal Chef portfolio website. It is designed with Unique and clean &amp; modern Look. The theme helps you to get your site up and running in less than minutes with the One Click Demo Importer. Create pages easily with the Drag &amp; Drop Page Builder (Elementor Free) and fully responsive, retina ready and easy to customize.
Tags: elementor,cafe,chef,cooking,dishes,fastfood,food,food-store,fruit,meal,pizza,restaurant,translation-ready
Version: 1.1.1744381688
Updated: 2025-04-11 14:28:08

*/

.elementor-menu-cart__container{
    overflow: visible !important;
}

.products.shop-view-list .pxl-products-content-list-view .add_to_cart_button>.pxl-btn-text, .added_to_cart.wc-forward{
    display: none;
}

.products.shop-view-list .pxl-products-content-list-view .add_to_cart_button .pxl-icon{
    margin-left: 0;
}

.pxl-shop-layout-1 .pxl-shop-item-wrap .add_to_cart_button{
    left: 90%;
    background-color: transparent;
    border-radius: 26px;
    padding: 15px;
    border: 2px solid;
}
.pxl-shop-layout-1 .pxl-shop-item-wrap .add_to_cart_button .pxl-icon{
    color: #174d53;
    font-size: 20px !important;
}

h3.pxl-product-title{
    margin-bottom: 0;
}

h3.pxl-product-title>a{
    color:#000;
    font-size: 1.5rem;
    pointer-events: none;
}

.bustles-toast {
    display: inline-block;     /* accanto al button */
    /* display: block; */      /* se vuoi forzarne l’andare sotto */
    margin-left: 0.5em;        /* spazio orizzontale quando è inline */
    /* margin-top: 0.5em; */   /* spazio verticale se è block */
    background: #46b450;
    color: #fff;
    padding: 0.5em 0.75em;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 0.9em;
}
.bustles-toast.visible {
    opacity: 1;
}

.pxl-shop-layout-1 .pxl-shop-item-wrap .price{
    float: right;
}

.products .grid-item.product,type-product{
    border-bottom: 1px dotted #ccc;
    padding: 15px;
}

.products.shop-view-list .pxl-products-content-list-view .pxl-loop-product-excerpt{
    margin-bottom: 18px;
}

.fb_product_list .fb_order_button{
    background-color: #C7E5EE;
    font-size: 0;
    padding: 15px;
    left: 100%;
}

.fb_product_list .fb_order_button i{
    font-size: 15px;
    color: #174d53;
}

.fb_product_list .fb_order_button:hover{
    background-color: #174d53;
}
.fb_product_list .fb_order_button:hover i{
    color: #fff;
}

.fb_product_list .fb_order_button>img{
    margin-right: 0;
    /*filter:*/
    /*invert(9%)           !* parte invertisce leggermente *!*/
    /*sepia(28%)           !* aggiunge tonalità calde *!*/
    /*saturate(4500%)      !* ricchisce la saturazione *!*/
    /*hue-rotate(176deg)   !* sposta verso il turchese-verde *!*/
    /*brightness(90%)      !* scurisce un po’ *!*/
    /*contrast(87%);*/
    /*fill: #174d53;*/
}
.fb_row.foodbook-products>.fb_col_lg{
    border-bottom: 1px solid #ccc;
}

.fb_section_title .orderby-filter{
    line-height: 1;
}

.fb_product_list.fb_single_product_item>.fb_row>.fb_col_lg_4{
    max-width: 25%;
}

.fb_product_list.fb_single_product_item>.fb_row>.fb_col_lg_8{
    max-width: 75%;
}

.fb_single_product_item{
    margin-bottom: 15px;
    margin-top: 15px;
}

#fb_popup_modal .extra-items-group-wrapper{
    display: none;
}

.checkout-review-wrap .checkout-review-inner .form-coupon-inner{
    display: flex;
}

@media (max-width: 767px) {
    .fb_product_list .fb_order_button{
        left: 90%;
    }
}

@media (min-width: 576px) {
    .products.shop-view-list .pxl-products-thumb {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .products.shop-view-list .pxl-products-content-list-view {
        width: 75%;
    }
}

@media (max-width: 576px) {
    .fb_product_list .fb_order_button{
        left: 85%;
    }
}