/* 
Theme Name: Faje Catering Theme
Description: A child theme for the Hello Elementor theme, designed for Faje Catering.
Author: Elementor Team
Template: hello-elementor
Version: 2.2.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.faje-food-cat-page {
    margin: 20px 0;
    display: flex;
    gap: var(--gap);
    --gap: 20px;
    flex-wrap: wrap;

}

.faje-food-cat-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    cursor: pointer;
    --width: 25%;
    width: calc(var(--width) - var(--gap));
}

.faje-food-cat-item_image {
    width: 100%;
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faje-food-cat-item_image-contain {
    background-size: contain;
}


.faje-food-cat-item_content {
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-size: 1.2em;
    padding: 15px;
    text-align: center;
    flex: 1;

}


.exfd-table-2 .product-desc p {
    margin: 0;
}

.exfd-table-2 .product-desc p>br:first-child {
    display: none
}

.exfd-table-2 .product-desc {
    font-size: 1.4em;
}

.exfd-table-1 td.ex-fd-name h3 a,
.ex-fdlist h3 {
    text-transform: none !important;
}

#tab-description p.western,
#tab-description ul+p {
    margin-top: 20px !important;
}

.woocommerce form.cart .exrow-group .exwo-container {
    display: flex;
    flex-direction: column;
}

.faje-cat-list-menu {
    display: flex;
    flex-direction: column;
}

.faje-cat-list-menu a {
    display: block;
    padding: 10px 20px;

    background-color: var(--e-global-color-primary);
    color: #fff;
}

.faje-cat-list-menu a:hover {
    color: #fff;
    opacity: 0.8;
}

.faje-cat-list-menu a:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {
    .faje-food-cat-item {
        --width: 33.33%;
    }

}

@media (max-width: 992px) {
    .faje-food-cat-item {
        --width: 50%;
    }
}

@media (max-width: 768px) {
    .faje-food-cat-page {
        display: flex;
        flex-direction: column;
    }

    .faje-food-cat-item {
        width: 100%;
        min-height: calc(70vw + 50px);
    }

}

body .elementor-menu-cart__main {
    display: none !important;
}

body.woocommerce-cart main#content table tbody th, body.woocommerce-cart main#content table tbody td{
    border-top: 1px solid #d5d8dc !important;
}