/*
Theme Name: Foodking
Theme URI: https://modinatheme.com/foodking
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: Fast Food Restaurant WordPress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodking
Tags: custom-menu, sticky-post, featured-images, threaded-comments, translation-ready
*/

.menu-footer-menu-1-container li#menu-item-2583::before {
        content: "\f16d";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        margin-right: 0.5em;
        color: #E1306C;
    }

.menu-footer-menu-1-container li#menu-item-2584::before {
        content: "\f09a";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        margin-right: 0.5em;
        color: #3b5998;
    }

.menu-footer-menu-1-container li#menu-item-2581::before, .menu-footer-menu-1-container li#menu-item-2582::before, .menu-footer-menu-1-container li#menu-item-2805::before  {
        content: "\f232";
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
        margin-right: 0.5em;
        color: green;
    }



.header-2 {
    border-bottom: none !important;
}

.header-2 .header-main .header-right .mean__menu-wrapper .main-menu ul li a:hover {
    color: var(--blackColor) !important;
  }

.elementor-element.nota.imp {
    background-color: var(--blackColor);
}

.page-id-2663 .page-heading h1, .page-id-18 .page-heading h1, .page-id-2431 .page-heading h1{
	display: none;
}

.page-id-2663 .breadcrumb-wrapper .page-heading, .page-id-18 .breadcrumb-wrapper .page-heading, .page-id-2431 .breadcrumb-wrapper .page-heading, .woocommerce .breadcrumb-wrapper .page-heading {
    padding: 120px 0 30px !important;
}

.header-1 .header-main .logo {
    display: none !important;
}
.header-1.custom-sticky .header-main .logo {
    display: block !important;
}
.header-1.custom-sticky .header-main .logo-2 {
    display: none !important;
}


.header-1 .header-main .mean__menu-wrapper .main-menu ul li a, .header-1 .header-main .header-right a.search-icon,  .sidebar__toggle .header-bar span:first-child{
    color: var(--whiteColor);
}

.header-1.custom-sticky .header-main .mean__menu-wrapper .main-menu ul li a, .header-1.custom-sticky .header-main .header-right a.search-icon, .sidebar__toggle .header-bar span:first-child{
    color: var(--blackColor);
}


.header-1 .header-main .header-right .menu-cart .cart-icon i {
    color: var(--whiteColor);
}
.header-1.custom-sticky .header-main .header-right .menu-cart .cart-icon i {
    color: var(--primaryColor);
}

.header-1 .header-main .header-right .sidebar__toggle .header-bar span{
	background: var(--whiteColor) !important;
}

.header-1.custom-sticky .header-main .header-right .sidebar__toggle .header-bar span{
	background: var(--blackColor) !important;
}

.header-1 .header-main .header-button a{
	border: 1px solid var(--whiteColor);
	background: transparent;
}
.header-1.custom-sticky .header-main .header-button a{
	border: 1px solid var(--whiteColor);
	background-color: var(--secondaryColor);
}

.header-1{
	position: fixed !important;
    width: 100%;
}

.catagory-product-card-2 .icon {
	background-color: var(--primaryColor) !important;
}

.catagory-product-card-2 .icon a {
	left: 0 !important;
	bottom: 7px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    padding-top: 10px;
    border: 1px solid var(--mainColor);
    border-radius: 16px;
}
a:hover.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button:hover.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background-color: var(--mainColor) !important;
	color: white;
}

div#productos2, div.menu-cart, div.footer-widgets-wrapper > div.row > div:nth-child(3) > div.single-footer-widget {
	display: none !important;
}