/*
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.24
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;
}