/*
Theme Name: TastyDaily - Child
Theme URI: https://parkofideas.com/tastydaily/
Text Domain: tastydaily-child
Description: Grocery Store & Food WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.27
Template: tastydaily
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/**
 * Header
 * */
.c-header {
	transition: box-shadow 0.3s linear;
}

.c-header.c-header--sticky {
	box-shadow: var(--box-shadow);
}

.c-header .c-header__row {
	transition: none !important;
	box-shadow: none !important;
}

.c-header__row-inner {
	display: flex;
	justify-content: center;
	column-gap: 0;
	grid-template-columns: none;
}

.c-header__row-inner > .c-header__col-right {
	display: none;
}


.c-header__categories > .c-header__categories-btn {
	border: 2px solid #F2EAE3;
	border-right: 0;
	border-color: #F2EAE3;
    border-radius: 9999px 0 0 9999px;
	height: 50px;
}

.c-header__search-form {
	min-width: 500px;
	border-color: #F2EAE3;
    border-radius: 0 9999px 9999px 0;
}

.c-header__search-form .ip-search {
	color: #C4512F;
}

.c-header__categories:hover > .c-header__categories-menu {
	z-index: 110;
}

.c-header__search-result.js-ajax-search-result {
	z-index: 110;
}

.c-header__search .c-header__search-loading {
	display: none !important;
}

.c-header__col-right-wrap {
	line-height: normal;
}

.c-header__col-right-wrap .header-btn-acces-client {
	display: inline-flex;
	padding: 16px 24px;

	border: 2px solid #C4512F;
	background: #C4512F;
	border-radius: 9999px;
	
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;

	cursor: pointer;
	transition: all .150s ease-in-out;
}

.c-header__col-right-wrap .header-btn-acces-client:hover {
	border: 2px solid #C4512F;
	background: #ffffff;
	color: #C4512F;
}


/**
 * Slider testimonial
 * */
.c-ip-reviews__list--layout-1 {
	background: none !important;
}
span.c-ip-button__text {
    text-transform: none;
}


:is(.entry-content,div[class*="-text-editor"]) {
	font-size: inherit;
} 

/* add by Clem the boss of css */

.elementor-kit-7 h2.c-product-grid__title{
    font-family: "Adelle Semibold", Sans-serif;
    font-size: 18px;
    line-height: 1.2em;
}

#elementor-popup-modal-7077 .wpcf7-form-control-wrap {
    padding-top: 2px;
    padding-bottom: 4px;
}


#elementor-popup-modal-7077 .dialog-widget-content {
    animation-duration: 1.2s;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    border-radius: 24px;
}
.elementor-element.elementor-element-5ae7978.e-con-full.e-flex.e-con.e-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-color: #c4512f;
    background: #c4512f;text-transform: math-auto;
}
.elementor-7077 .elementor-element.elementor-element-2dfcc28{
    border:0px;
}
.elementor-element.elementor-element-5ae7978.e-con-full.e-flex.e-con.e-child{
      border:0px;
}

/* Site laterals */
@media (max-width: 1189px) {
    .l-section--container-wide,.l-section__container-wide,.l-section--container,.l-section__container,.elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container,.elementor > .e-con-boxed {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/* Badges produits */
.c-badge__list, .woocommerce-variation-availability, .c-cart__item-out-of-stock {
	display: none !important;
}

/* Contact form */
div.wpforms-container .wpforms-field {
	margin-bottom: 16px !important;
	padding-bottom: 0 !important;
}

div.wpforms-container label.wpforms-field-label {
	color: var(--e-global-color-text) !important;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=tel] {
	padding: 12px 12px 10px !important;
    border-radius: 9999px !important;
}

div.wpforms-container-full input[type=tel] {
	padding-left: 50px !important;
}

div.wpforms-container-full select {
	border-radius: 9999px !important;
}

div.wpforms-container-full button[type=submit] {
	display: inline-flex !important;
    align-items: center !important;
    padding: 10px 24px;
	margin-top: 10px;
}