/*
Theme Name: Bottanika Child
Theme URI: https://bottanika.qodeinteractive.com
Description: A child theme of Bottanika
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: bottanika
Template: bottanika
*/
:root {
	--couleur-1: #e4312c;
	--font-1: "Raleway", "sans-serif";
}

.qodef-m-filter .qodef-m-filter-item {
    padding: 0 30px;
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-image img {
    max-width: 65px;
}
#types-produits-cat-home .qodef-m-filter .qodef-m-filter-items .qodef-m-filter-item:first-child img {
	display: none;
}
#reassurance-bienfaits-produits .qodef-progress-bar .qodef-m-inner {
	display: block;
	min-height: 330px;
}
.txt-justifie p,
.accueil-recettes p {
	text-align: justify;
}
/*nav*/
#qodef-page-header .qodef-header-logo-link img.qodef--main {
    height: 3rem;
}

/*Possibilité de commande OFF*/
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: none;
}
#bottanika_core_woo_dropdown_cart-2 {
	display: none;
}

/*Wishlist OFF*/
.qodef-social-share.qodef-layout--text,
.qwfw-shortcode.qwfw-add-to-wishlist.qwfw-type--icon {
	display: none !important;
}

/*Footer*/
#qodef-page-footer .widget a,
#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li,
#qodef-page-footer h5,
#qodef-page-footer .widget:not(.widget_bottanika_core_title_widget),
#qodef-page-footer-bottom-area-inner p {
    color: white !important;
}
footer .qi-block-icon-with-text .qodef-m-content>.qodef-m-text {
    margin: 0;
}
#qodef-page-footer .widget:not(.widget_bottanika_core_title_widget) {
    margin: 0 0 1rem 0;
}
footer .qi-block-icon-with-text .qodef-m-icon-holder svg {
    width: 0.8em;
}
footer .qodef-m-text {
	line-height: 23px;
}
#block-6 img {
	width: 12rem;
}
#block-23 img,
#block-24 img {
	width: 10rem;
}
/*back to top*/
#qodef-back-to-top svg {
    fill: var(--couleur-1);
    stroke: var(--couleur-1);
}

/*Font*/
.qodef-m-tagline,
.qodef-woo-product-price.price {
	font-size: 1rem !important;
}
* {
	font-family: var(--font-1) !important;
}
.qodef-icon-elegant-icons {
	font-family: 'ElegantIcons' !important;
}

/*articles - blog*/
.qodef-blog-item  {
	margin: 0 !important;
}
#qodef-single-post-navigation {
	margin: 0;
    padding: 2rem 0;
}
.qodef-blog .qodef-e-media-image {
	width: 100%;
}
.qodef-blog.qodef-m.qodef--single .qodef-e-media-image img {
	height: 34rem;
    object-fit: cover;
}
.qodef-blog-item.qodef-item--full .qodef-e-media-image img {
	height: 28rem;
    object-fit: cover;
    width: 100%;
}
.qodef-blog-item .qodef-e-media-image {
	width: 100%;
}
.qodef-blog-item .qodef-e-bottom-holder {
	display: none !important;
}
.qodef-blog p,
.qodef-blog li {
	text-align: justify;
}

/*page produits generale*/
.page-id-3937 #qodef-page-inner {
	padding-top: 3rem;
}

/*produit*/
.single-product table td br {
    display: flex;
}
.single-product table td {
    width: 18rem;
}
.single-product table .title {
	color: #E4312C;
    font-weight: 600;
}
.single-product .sku_wrapper {
	display: none !important;
}
.single-product .variations .label {
    width: 2rem;
}
.single-product .qodef-page-title .qodef-m-title {
    font-size: 2rem;
}
.single-product .qodef-page-title {
    height: 100px;
    background-color: #f6f3ef;
}
.single-product #qodef-page-inner {
    padding: 29px 0 100px;
}
.woocommerce-product-details__short-description p {
	text-align: justify;
}

@media only screen and (max-width : 767px) {
	
	.accueil-produits .qodef-m-filter-items,
	.accueil-produits .qodef-grid-inner.clear,
	.accueil-recettes .qodef-grid-inner,
	.related.products .products.columns-4,
	.page-id-2380 #qodef-page-outer .qodef-grid-inner {
		display: flex;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}
	.accueil-produits .qodef-grid-inner.clear .product,
	.accueil-recettes article,
	.related.products .product,
	.page-id-2380 #qodef-page-outer article {
		flex: 0 0 100vw; /* largeur = 100% de la largeur de la fenêtre */
		max-width: 80vw;
	}
	.accueil-recettes img,
	.page-id-2380 #qodef-page-outer img {
		height: 18rem !important;
	}
	.accueil-recettes .qodef-e-content,
	.page-id-2380 #qodef-page-outer x.qodef-e-content {
		padding: 2rem 1rem !important;
	}

	/*Footer*/
	footer .qodef-grid-item {
		margin: 0 0 2rem 0 !important;
	}
	#qodef-page-footer-top-area-inner {
		padding: 4rem 0 2rem 0;
	}
	footer figure,
	footer .wc-block-product-categories-list.wc-block-product-categories-list--depth-0,
	footer .qodef-grid-item {
		display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
	}

	/*page produits generale*/
	.qodef-page-title {
        height: 9rem !important;
    }
	.qodef-breadcrumbs {
		font-size: 1rem !important;
	}

	/*recettes*/
	.page-id-2380 #qodef-page-outer article {
        padding: 0 1.5rem;
    }
	.qodef-blog.qodef-m.qodef--single .qodef-e-media-image img {
		height: 18rem;
	}

	/*contact*/
	.page-id-3524 .qodef-grid-inner{
		display: flex;
		flex-direction: column;
	}
	.page-id-3524 .qodef-grid-item {
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.qodef-header-navigation>ul>li {
		margin: 0 1rem;
	}
	.qodef-header-navigation>ul>li>a {
		font-size: 0.6rem;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
	.qodef-header-navigation>ul>li {
		margin: 0 1rem;
	}
}
.page-id-2380 .qodef-e-info-date, .page-id-2380 .qodef-info-separator-end, .category .qodef-e-info-date {
	display: none !important;
}
.page-id-2380 .qodef-e-content, .category .qodef-e-content {
	margin-bottom: 50px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#qodef-page-footer .qodef-icon-list-item .qodef-e-title-text {
	max-width: 235px;
}