@charset "UTF-8";
/*!
Theme Name: monpetitmarche
Theme URI: http://underscores.me/
Author: Jerome Bart & Polomarco
Author URI: http://underscores.me/
Description: Theme pour le site monpetitmarche.ch
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monpetitmarche
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

monpetitmarche is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* woocommerce */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #243E36;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	line-height: 1;
}

h1, h2 {
	font-weight: 900;
	text-transform: uppercase;
	max-width: 750px;
}

h1 {
	font-size: 4em;
}

@media all and (max-width: 564px) {
	h1 {
		font-size: 2.5em;
	}
}

h2 {
	font-size: 3em;
	max-width: 700px;
}

@media all and (max-width: 564px) {
	h2 {
		font-size: 2em;
	}
}

h3 {
	font-weight: 300;
	text-transform: uppercase;
}

.elementor-inner h3 {
	font-size: 1.3em;
	font-weight: 300;
	text-transform: uppercase;
}

.elementor-inner h4 {
	font-size: 1.17em;
	font-weight: 300;
	text-transform: uppercase;
}

.cart_totals h2,
.woocommerce-MyAccount-content h2 {
	font-size: 2.5em;
}

.term-description, h4 {
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1.2;
	font-size: 1.5em;
	margin-top: 0;
}

.term-description p, h4 p {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	transition: opacity 0.25s;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	opacity: 0.6;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
.woocommerce .checkout-button,
.woocommerce button.button.alt,
.single_add_to_cart_button,
.btn-mpm-load-more,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #243E36;
	color: #7CA982;
	line-height: 1;
	padding: 1em;
	text-transform: uppercase;
	transition: all 0.25s;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
}

button:hover,
.button:hover,
.woocommerce .checkout-button:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover,
.btn-mpm-load-more:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7CA982;
	color: #243E36;
}

button:hover:before,
.button:hover:before,
.woocommerce .checkout-button:hover:before,
.woocommerce button.button.alt:hover:before,
.single_add_to_cart_button:hover:before,
.btn-mpm-load-more:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before {
	color: #F1F7ED;
}

button:active, button:focus,
.button:active,
.button:focus,
.woocommerce .checkout-button:active,
.woocommerce .checkout-button:focus,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.single_add_to_cart_button:active,
.single_add_to_cart_button:focus,
.btn-mpm-load-more:active,
.btn-mpm-load-more:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.woocommerce .checkout-button,
.woocommerce a.button,
.woocommerce .a.button.alt,
.woocommerce button.button {
	border-radius: 0;
	font-weight: 600;
	background-color: #7CA982 !important;
	color: #F1F7ED;
	font-weight: 400;
}

.woocommerce .checkout-button:hover, .woocommerce .checkout-button:focus, .woocommerce .checkout-button:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce .a.button.alt:hover,
.woocommerce .a.button.alt:focus,
.woocommerce .a.button.alt:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active {
	background-color: #243E36;
	color: #F1F7ED;
}

.btn-mpm-load-more {
	margin-top: 3em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.aws-container .aws-search-field,
textarea {
	color: #666;
	border: none;
	padding: 0.75rem 0.5rem;
	background-color: #E3E3E3;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.aws-container .aws-search-field:focus,
textarea:focus {
	background-color: #E0EEC6;
}

label {
	text-transform: uppercase;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

.no-sidebar .site .site-main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5em 0;
}

@media all and (max-width: 1280px) {
	.no-sidebar .site .site-main {
		padding: 5em 2em;
	}
}

.single-product main.product {
	grid-area: 'main';
}

.site {
	display: grid;
	grid-template-columns: 370px auto;
	grid-template-areas: "header header" "sidebar main" "footer footer";
}

@media all and (max-width: 1600px) {
	.site {
		grid-template-columns: 25% auto;
	}
}

@media all and (max-width: 768px) {
	.site {
		display: block;
	}
}

.site-header {
	grid-area: header;
}

.site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.single-product main.product {
	grid-area: 'main';
}

main.product {
	grid-area: main;
}

.widget-area {
	grid-area: sidebar;
}

.site-footer {
	grid-area: footer;
}

.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

.no-sidebar .site .site-main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5em 0;
}

@media all and (max-width: 1280px) {
	.no-sidebar .site .site-main {
		padding: 5em 2em;
	}
}

.single-product main.product {
	grid-area: 'main';
}

.elementor-template-full-width:not(.archive) .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

.elementor-page .site-main {
	padding: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
#masthead {
	background-color: #7CA982;
	color: #fff;
}

#site-navigation {
	padding: 2em 3em;
}

#mainBanner {
	background-position: center center;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
	padding: 10rem 2em;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#mainBanner .banner-img {
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none;
	max-width: inherit;
}

@media all and (max-width: 1024px) {
	#mainBanner .banner-img {
		width: 150vmax;
	}
}

@media all and (max-width: 768px) {
	#mainBanner .banner-img {
		width: 200vmax;
	}
}

@media all and (max-width: 514px) {
	#mainBanner .banner-img {
		width: 300vmax;
	}
}

#mainBanner .banner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1298px;
	margin: 0 auto;
}

@media all and (max-width: 1024px) {
	#mainBanner .banner-container {
		flex-direction: column;
	}
}

#mainBanner .banner-container .banner-content:first-child {
	width: 60%;
}

@media all and (max-width: 1024px) {
	#mainBanner .banner-container .banner-content:first-child {
		width: 100%;
		margin-bottom: 2rem;
	}
}

#mainBanner .banner-container .banner-content:last-child {
	padding-top: 1em;
	padding-left: 4em;
}

@media all and (max-width: 1024px) {
	#mainBanner .banner-container .banner-content:last-child {
		width: 100%;
		padding-left: inherit;
	}
}

#mainBanner .banner-container .banner-content h2 {
	max-width: 700px;
}

#mainBanner .banner-container .banner-content h2 p {
	margin: 0;
}

/* mobile header */
.header-container {
	display: grid;
	grid-template-columns: 25% 50% 25%;
	padding: 1em 3em;
}

.header-container .site-branding {
	grid-column-start: 2;
	display: block;
	text-align: center;
	align-self: center;
	height: 150px;
}

.header-container .site-branding a.custom-logo-link {
	height: 100%;
}

.header-container .site-branding a.custom-logo-link img {
	height: 100%;
}

.header-container #site-navigation {
	grid-column-start: 1;
	grid-row-start: 1;
	align-self: center;
	padding: 0;
}

.header-container #site-navigation .wpml-ls {
	display: block;
}

.header-container .wpml-ls {
	display: none;
}

/* desktop header */
@media all and (min-width: 850px) {
	.header-container {
		display: flex;
		flex-direction: column;
	}
	.header-container .site-branding {
		display: none;
	}
	.header-container .wpml-ls {
		position: absolute;
		top: 3em;
		right: 3em;
		display: block;
		color: #fff;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #F1F7ED;
	padding: 6em 3em;
}

.site-footer .footer-content-wrapper {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #243E36;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-wrapper {
		flex-direction: column;
	}
}

.site-footer .footer-content-left .slogan {
	margin-bottom: 5rem;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-left .slogan {
		display: none;
	}
}

.site-footer .footer-content-left .slogan h3 {
	font-size: 3rem;
	font-weight: 600;
	color: #7CA982;
	margin-bottom: 2rem;
}

.site-footer .footer-content-left .slogan h3 p {
	margin: 0;
}

.site-footer .footer-content-left .slogan .site-description {
	max-width: 500px;
	font-weight: 100;
}

.site-footer .footer-content-left .contact {
	margin-bottom: 10em;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-left .contact {
		margin-bottom: 3em;
	}
}

.site-footer .footer-content-left .contact h3 {
	max-width: 60%;
	font-size: 3rem;
	font-weight: 600;
	color: #243E36;
}

.site-footer .footer-content-left .contact p {
	margin: 0;
	font-weight: 100;
}

.site-footer .footer-content-left .contact .info-contact {
	max-width: 60%;
	font-weight: 100;
	margin-top: 0.5em;
}

.site-footer .footer-content-right.footer-menus {
	display: flex;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-right.footer-menus {
		flex-direction: column;
	}
}

.site-footer .footer-content-right.footer-menus .navigation-area:first-child {
	padding-right: 4rem;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-right.footer-menus .navigation-area:first-child {
		padding-right: 0;
		margin-bottom: 2rem;
	}
}

.site-footer .footer-content-right.footer-menus .navigation-area .social-links,
.site-footer .footer-content-right.footer-menus .navigation-area ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-content-right.footer-menus .navigation-area .social-links li a,
.site-footer .footer-content-right.footer-menus .navigation-area ul.menu li a {
	text-transform: uppercase;
	font-weight: 100;
}

.site-footer .footer-content-right.footer-menus .navigation-area .social-links {
	margin-top: 4em;
	display: flex;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-right.footer-menus .navigation-area .social-links {
		margin-bottom: 2rem;
	}
}

.site-footer .footer-content-right.footer-menus .navigation-area .social-links li {
	margin-right: 1rem;
}

.site-footer .footer-content-right.footer-menus .navigation-area .social-links li .fab {
	font-size: 1.5rem;
}

@media all and (max-width: 768px) {
	.site-footer .footer-content-right.footer-menus .navigation-area .social-links li .fab {
		font-size: 3rem;
	}
}

.site-info {
	padding-top: 2rem;
	font-weight: 100;
}

/* selecteur de langue */
.wpml-ls-legacy-list-vertical {
	margin-top: 1em;
	padding: 0;
	text-transform: uppercase;
}

.wpml-ls-legacy-list-vertical li {
	display: inline-block;
	font-weight: 100;
}

.wpml-ls-legacy-list-vertical li:first-child:after {
	content: '|';
	display: inline;
	font-weight: 100;
	font-size: 0.7em;
}

.wpml-ls-legacy-list-vertical li.wpml-ls-current-language {
	font-weight: bold;
}

.wpml-ls-legacy-list-vertical li a {
	display: inline;
	padding: 0;
}

/* Sidebar
--------------------------------------------- */
#secondary {
	background-color: #EBEBEB;
	padding: 2em 0;
	padding-top: 3.5em;
}

@media all and (max-width: 768px) {
	#secondary .sidebar-content-wrapper {
		overflow-y: scroll;
		height: 100%;
	}
}

#secondary .widget .widget-title {
	font-weight: bold;
	text-align: center;
}

#secondary .widget ul, #secondary .widget .product-categories {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}

#secondary .widget ul:not(.children) {
	overflow: hidden;
}

#secondary .widget ul:not(.children) .cat-parent > a {
	position: relative;
}

#secondary .widget ul:not(.children) .cat-parent > a:after {
	content: '';
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	vertical-align: middle;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	align-self: flex-end;
	position: absolute;
	right: 1em;
	top: 40%;
	color: #FFF;
	transition: all 0.25s;
}

#secondary .widget ul:not(.children) .cat-parent.open > a:after {
	transform: rotate(-135deg);
}

#secondary .widget ul:not(.children) > .cat-item {
	background-color: #243E36;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	/* get gradient color from : https://jsfiddle.net/8dcs0azw/4/ */
}

#secondary .widget ul:not(.children) > .cat-item > a {
	padding: 1.2em;
	transition: opacity 0.25s;
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.25s;
	cursor: pointer;
}

#secondary .widget ul:not(.children) > .cat-item > a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 768px) {
	#secondary .widget ul:not(.children) > .cat-item > a {
		padding: 1em;
	}
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(1n) {
	background-color: #243E36;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(2n) {
	background-color: #50745c;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(3n) {
	background-color: #7CA982;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(4n) {
	background-color: #aecca4;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(5n) {
	background-color: #bfd7af;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(6n) {
	background-color: #E0EEC6;
	color: #7CA982;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(7n) {
	background-color: #e9f3da;
	color: #50745c;
}

#secondary .widget ul:not(.children) > .cat-item:nth-child(8n) {
	background-color: #F1F7ED;
	color: #243E36;
}

#secondary .widget ul:not(.children) a {
	text-decoration: none;
}

#secondary .widget ul:not(.children) .children {
	height: 0;
	padding: 0 0 0 0;
	transition: all 0.25s;
	margin: 0;
}

#secondary .widget ul:not(.children) .children.show {
	height: auto;
	padding: 1em 1em 3em 1em;
}

#secondary .widget ul:not(.children) .children .cat-item {
	padding-bottom: 1em;
}

#secondary .widget ul:not(.children) .children .cat-item:last-child {
	padding-bottom: 0;
}

#secondary .widget ul:not(.children) .children a:before {
	content: '✽';
	display: inline-block;
	margin-left: -0.5em;
	margin-right: 0.5em;
}

.infos-link {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
}

@media all and (max-width: 768px) {
	#secondary {
		position: fixed;
		height: 100vh;
		top: 0;
		left: -350px;
		width: 350px;
		z-index: 400;
	}
	#secondary .sidebar-btn {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 50%;
		transform: translateY(-50%);
		right: -50px;
		background-color: #EBEBEB;
		cursor: pointer;
	}
	#secondary .sidebar-btn:after {
		content: '';
		border: solid currentColor;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 6px;
		vertical-align: middle;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		align-self: flex-end;
		position: absolute;
		right: 1em;
		top: 40%;
		color: #243E36;
		transition: all 0.25s;
	}
	#secondary .sidebar-btn.show:after {
		transform: rotate(-35deg);
		-webkit-transform: rotate(135deg);
	}
}

.simplebar-content-wrapper {
	padding: 2em 0;
}

/* The emerging W3C standard
   that is currently Firefox-only */
/* Works on Chrome/Edge/Safari */
#secondary .children::-webkit-scrollbar-thumb {
	/* background-color: $color__primary-dark;
    border: 2px solid $color__primary-lighter;
    border-radius: 0; */
}

/* mobile sidebar */
#secondary .close {
	display: none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	max-width: 1298px;
	margin: 0 auto;
}

.main-navigation #mobile-primary-menu .menu,
.main-navigation #primary-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: auto;
}

.main-navigation #primary-menu {
	display: none;
}

.main-navigation #mobile-primary-menu {
	display: none;
	position: absolute;
	top: 184px;
	left: 0;
	right: 0;
	z-index: 300;
	background-color: #243E36;
	overflow: hidden;
	opacity: 0;
	height: 0;
	flex-direction: column;
	padding: 3em;
}

.admin-bar .main-navigation #mobile-primary-menu {
	top: 230px;
}

.main-navigation #mobile-primary-menu li {
	opacity: 1;
	transform: translate(0, 0);
}

.main-navigation #mobile-primary-menu li:not(:last-child) {
	margin-bottom: 0.5em;
}

.main-navigation #mobile-primary-menu .main-nav-site-logo {
	display: none;
}

.main-navigation #mobile-primary-menu .menu ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation #mobile-primary-menu .menu ul ul {
	left: -999em;
	top: 0;
}

.main-navigation #mobile-primary-menu .menu ul li:hover > ul,
.main-navigation #mobile-primary-menu .menu ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation #mobile-primary-menu .menu ul a {
	width: 200px;
}

.main-navigation #mobile-primary-menu li:hover > ul,
.main-navigation #mobile-primary-menu li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
}

/* Small menu. */
.menu-toggle {
	background-color: transparent;
}

.menu-toggle.toggled {
	background-color: 0;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
	border: none;
	background: none;
	outline: none;
}

.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
	width: 35px;
	height: 2px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
}

.menu-toggle.toggled .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 7px);
	transform: rotate(-45deg) translate(-8px, 7px);
}

.menu-toggle.toggled .bar2 {
	opacity: 0;
}

.menu-toggle.toggled .bar3 {
	-webkit-transform: rotate(45deg) translate(-4px, -4px);
	transform: rotate(45deg) translate(-4px, -4px);
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	padding: 0;
	border: none;
}

@media screen and (min-width: 850px) {
	.main-navigation #primary-menu .main-nav-site-logo {
		display: block;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation #primary-menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 1;
		background-color: inherit;
	}
	.main-navigation #primary-menu li a {
		font-size: 20px;
	}
	#mobile-primary-menu {
		display: none;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main {
	position: relative;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* search
--------------------------------------------- */
.aws-container {
	position: absolute;
	right: 5em;
	top: 120px;
}

@media all and (max-width: 1200px) {
	.aws-container {
		position: relative;
		right: inherit;
		top: inherit;
		margin-bottom: 1em;
	}
}

.aws-container .aws-search-form .aws-search-field::placeholder {
	color: #7CA982;
	text-transform: uppercase;
	font-size: 18px;
}

.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
	background-color: #7CA982;
}

.aws-container .aws-search-form .aws-search-btn.aws-form-btn .aws-search-btn_icon {
	color: #E0EEC6;
	height: 32px;
}

.aws-search-result {
	background: #F1F7ED;
	border: none;
	z-index: 999;
}

.aws-search-result ul {
	padding: 0 10px 10px 10px;
}

.aws-search-result ul li {
	border-bottom-color: #243E36;
	margin-left: 10px;
	margin-right: 10px;
}

.aws-search-result ul li:Last-child {
	border-bottom: none;
}

.aws-search-result .aws_result_title {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.aws-search-result .aws_result_price {
	font-weight: bold;
	color: #7CA982;
}

.aws-search-result .aws_result_excerpt {
	color: #243E36;
}

.aws-search-result .aws_search_more {
	background: #243E36;
}

.aws-search-result .aws_search_more a {
	color: #E0EEC6;
}

.aws-search-result .aws_search_more:hover {
	background: #243E36;
}

.aws-search-result .aws_search_more:hover a {
	background: #7CA982;
	color: #E0EEC6;
	opacity: 1;
}

/* recettes
--------------------------------------------- */
.post-type-archive-recette .site-main,
.mpm-recipe-loop {
	padding: 5em 5em;
}

@media all and (max-width: 768px) {
	.post-type-archive-recette .site-main,
	.mpm-recipe-loop {
		padding: 5em 2em;
	}
}

.post-type-archive-recette .site-main .mpm-recipe-loop-header,
.mpm-recipe-loop .mpm-recipe-loop-header {
	text-align: center;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-header h2,
.mpm-recipe-loop .mpm-recipe-loop-header h2 {
	margin: 0 auto;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-header .description,
.mpm-recipe-loop .mpm-recipe-loop-header .description {
	margin-top: 3rem;
	margin-bottom: 2rem;
	color: #7CA982;
	line-height: 1.1;
	text-transform: uppercase;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid,
.mpm-recipe-loop .mpm-recipe-loop-grid {
	display: flex;
	margin: 0em -1em !important;
	flex-wrap: wrap;
}

@media all and (max-width: 540px) {
	.post-type-archive-recette .site-main .mpm-recipe-loop-grid,
	.mpm-recipe-loop .mpm-recipe-loop-grid {
		flex-direction: column;
	}
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
	position: relative;
	width: 33.3%;
	padding: 1em;
	text-align: center;
}

@media all and (min-width: 1680px) {
	.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
	.mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
		width: 25% !important;
	}
}

@media all and (max-width: 1024px) {
	.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
	.mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
		width: 50% !important;
	}
}

@media all and (max-width: 540px) {
	.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
	.mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
		width: 100% !important;
	}
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper img,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper:after,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper:after {
	content: '';
	padding-bottom: 66.66%;
	display: block;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-header h3,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-header h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .btn-recipe,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .btn-recipe {
	max-width: 200px;
	margin: auto;
	display: block;
}

.single-recette .site-main {
	padding: 5em 13.3%;
}

.single-recette .site-main .recipe-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}

.single-recette .site-main .recipe-content .recipe-thumbnail-wrapper img {
	width: 100%;
	max-width: inherit;
}

.single-recette .site-main .recipe-content .recipe-header {
	display: flex;
	justify-content: space-between;
}

.single-recette .site-main .recipe-content .recipe-header .recipe-title {
	font-size: 3em;
}

.single-recette .site-main .recipe-content .recipe-header .recipe-pricing {
	text-align: right;
	line-height: 1;
}

.single-recette .site-main .recipe-content .recipe-header .recipe-pricing .amount {
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
}

.single-recette .site-main .recipe-content .recipe-header .recipe-pricing .amount-label {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 0.8rem;
	line-height: 1;
}

.single-recette .site-main .recipe-content .recipe-duration {
	margin: 2em 0;
	text-transform: uppercase;
	display: flex;
	font-weight: 100;
	justify-content: space-between;
}

.single-recette .site-main .recipe-content ul.ingredient-list,
.single-recette .site-main .recipe-content ul.recipe-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-recette .site-main .recipe-content .ingredients {
	padding-right: 1em;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.single-recette .site-main .recipe-content .ingredients b {
	font-size: 1rem;
}

.single-recette .site-main .recipe-content .ingredients ul.ingredient-list {
	margin-top: 0.5rem;
}

.single-recette .site-main .recipe-content .ingredients ul.ingredient-list li {
	font-size: 1rem;
	font-weight: 100;
	margin-bottom: 0.5rem;
	color: #243E36;
	display: inline;
}

.single-recette .site-main .recipe-content .ingredients ul.ingredient-list li a {
	color: #7CA982;
}

.single-recette .site-main .recipe-content .ingredients ul.ingredient-list li:not(:last-child):after {
	content: ', ';
}

.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul {
	counter-reset: step;
	margin: 0;
	padding: 0;
}

.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul li {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: start;
}

.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul li p {
	margin: 0;
	font-weight: 100;
}

.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul li:before {
	counter-increment: step;
	content: counter(step);
	display: inline-block;
	margin-right: 1rem;
	left: 0;
	text-align: center;
	vertical-align: middle;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	background: #7CA982;
	color: #F1F7ED;
}

.single-recette .site-main .recipe-content .ingredients-to-cart {
	margin-top: 2em;
	margin-bottom: 2em;
}

.single-recette .site-main .recipe-content .ingredients-to-cart .btn-recipe {
	width: auto;
	display: inline-block;
}

/* modal
--------------------------------------------- */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999999999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: black;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	padding-bottom: 5rem;
}

/* Modal Content/Box */
.modal-content-wrapper {
	background-color: #fefefe;
	margin: 0 auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 750px;
	/* Could be more or less, depending on screen size */
	max-width: 80vw;
	position: relative;
	top: 10%;
	margin-bottom: 60px;
}

/* The Close Button */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* woocommerce
--------------------------------------------- */
/**
 * Header cart
 */
.count {
	background: transparent;
	color: inherit;
	font-size: 50%;
	vertical-align: top;
}

.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #243E36;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #243E36;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #243E36;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: green;
}

.woocommerce-password-strength.short {
	color: red;
}

.woocommerce-password-strength.bad {
	color: red;
}

.woocommerce-password-strength.good {
	color: lightgrey;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 green;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 red;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper,
.wpdesk-notice-container {
	padding-left: 13.3%;
	padding-right: 13.3%;
	margin-left: auto;
	margin-right: auto;
}

.wpdesk-notice-container {
	margin-bottom: 120px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #E0EEC6;
	clear: both;
	color: #7CA982;
	border-color: #243E36;
	border-top: none;
	align-items: center;
	padding-right: 1em;
	padding-left: 3em;
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before {
	color: #243E36;
	left: 1em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: lightgrey;
}

.woocommerce-error {
	background-color: red;
	color: #F1F7ED;
}

.woocommerce-error:before {
	color: #F1F7ED;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: lightgrey;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

.woocommerce .woocommerce-breadcrumb {
	padding: 2em 5em;
	color: #243E36;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #7CA982;
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/* navigation étapes */
@media all and (max-width: 768px) {
	.mpm-argmc-wrapper .wpdesk-notice-container {
		padding-left: 0;
		padding-right: 0;
	}
	.mpm-argmc-wrapper .wpdesk-notice-container .button {
		float: inherit;
		margin-top: 0.5em;
	}
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list {
	display: flex;
	max-width: 700px;
	margin: 0 auto 100px auto;
	box-shadow: inherit;
	background: transparent;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item {
	background: transparent;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item:before {
	border-bottom-color: #243E36;
	top: -13px;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item.visited:before {
	border-bottom-color: #7CA982;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item:first-child:before {
	left: 50%;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item:last-child:before {
	right: 50%;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item .argmc-tab-number-wrapper {
	margin-top: -50%;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item .argmc-tab-number-wrapper .argmc-tab-number {
	line-height: 80px;
	width: 80px;
	min-width: 80px;
	min-height: 80px;
	height: 80px;
	background-color: #243E36;
}

@media all and (max-width: 564px) {
	.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item .argmc-tab-number-wrapper .argmc-tab-number {
		line-height: 60px;
		width: 60px;
		min-width: 60px;
		min-height: 60px;
		height: 60px;
	}
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item .argmc-tab-number-wrapper .argmc-tab-number .number-text {
	font-size: 3em;
	font-weight: bold;
	color: #E0EEC6;
}

@media all and (max-width: 564px) {
	.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item .argmc-tab-number-wrapper .argmc-tab-number .number-text {
		font-size: 2em;
	}
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item:hover .argmc-tab-number, .mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item.completed .argmc-tab-number {
	background-color: #7CA982;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item.current .argmc-tab-number {
	background-color: #E0EEC6;
}

.mpm-argmc-wrapper .mpm-argmc-tabs-list .argmc-tab-item.current .argmc-tab-number .number-text {
	color: #243E36;
}

.mpm-argmc-wrapper .argmc-form-steps .step-name {
	display: block;
	margin: 0;
}

/* étapes - général */
.mpm-argmc-wrapper .argmc-form-steps .step-name {
	font-size: 3em;
	max-width: inherit;
	line-height: 1.1;
}

@media all and (max-width: 564px) {
	.mpm-argmc-wrapper .argmc-form-steps .step-name {
		font-size: 2.5em;
	}
}

.mpm-argmc-wrapper .argmc-form-steps .step-subheading {
	margin-bottom: 3em;
}

.mpm-argmc-wrapper .argmc-form-steps #jckwds-delivery-date-wrapper,
.mpm-argmc-wrapper .argmc-form-steps .woocommerce-checkout-payment,
.mpm-argmc-wrapper .argmc-form-steps .woocommerce-billing-fields__field-wrapper,
.mpm-argmc-wrapper .argmc-form-steps .argmc-review-order-wrapper {
	margin-top: 2em;
}

/* login */
.mpm-argmc-wrapper .argmc-login-step form.register,
.mpm-argmc-wrapper .argmc-login-step form.login {
	border: none;
	padding: 0;
}

/* billing */
.argmc-billing-shipping-step .thwcfd-field-country {
	display: none;
}

.argmc-billing-shipping-step #billing_company_field {
	margin-bottom: 2em;
}

.argmc-billing-shipping-step #ship-to-different-address-checkbox {
	margin-top: 1em;
}

.argmc-billing-shipping-step .woocommerce-additional-fields__field-wrapper .notes {
	margin-top: 2em;
}

.argmc-billing-shipping-step .mpm-form-row-last,
.argmc-billing-shipping-step .mpm-form-row-first {
	clear: both;
	float: left;
	width: 47%;
	overflow: visible;
}

.argmc-billing-shipping-step .mpm-form-row-last {
	clear: inherit !important;
	float: right;
}

/* register */
.mpm-form-row {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.mpm-form-row {
		flex-direction: column;
	}
	.mpm-form-row .form-row-last,
	.mpm-form-row .form-row-first {
		width: 100% !important;
	}
}

.mpm-form-row .form-row {
	float: none;
	width: 47%;
}

@media screen and (max-width: 564px) {
	.mpm-form-row .form-row,
	.woocommerce-billing-fields .form-row-first,
	.woocommerce-billing-fields .form-row-last,
	.woocommerce-billing-fields .mpm-form-row-last,
	.woocommerce-billing-fields .mpm-form-row-first {
		width: 100% !important;
	}
}

/* footer */
.mpm-argmc-wrapper .argmc-nav {
	padding-left: 12.5%;
	padding-right: 12.5%;
	margin: 0 auto;
}

/* delivery date */
.theme-monpetitmarche .iconic-wds-datepicker--dark,
.theme-monpetitmarche #ui-datepicker-div {
	background-color: #7CA982 !important;
	border-radius: 0px !important;
	width: 450px !important;
}

.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-datepicker-calendar thead tr th span,
.theme-monpetitmarche #ui-datepicker-div .ui-datepicker-calendar thead tr th span {
	font-size: 0.8rem;
	color: #E0EEC6;
	font-weight: 100;
}

.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-state-default,
.theme-monpetitmarche #ui-datepicker-div .ui-state-default {
	font-size: 1.2rem;
	line-height: 50px;
	height: 50px;
}

.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default,
.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default,
.theme-monpetitmarche #ui-datepicker-div .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default,
.theme-monpetitmarche #ui-datepicker-div .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default {
	background-color: #243E36 !important;
	color: #E0EEC6 !important;
}

.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-state-active,
.theme-monpetitmarche #ui-datepicker-div .ui-state-active {
	background-color: #E0EEC6 !important;
	color: #7CA982 !important;
}

.theme-monpetitmarche #jckwds-delivery-date {
	font-size: 1.3em;
	font-weight: bold;
	color: #7CA982;
}

.theme-monpetitmarche #jckwds-delivery-date::placeholder {
	color: #7CA982;
	font-size: 1em;
	font-weight: 400;
}

.checkout-infos {
	position: absolute;
	width: 150px;
	left: 0;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 0.9rem;
}

@media all and (max-width: 1200px) {
	.checkout-infos {
		position: relative;
		width: 100%;
	}
}

.checkout-infos i {
	display: block;
	margin-bottom: 1em;
}

@media all and (max-width: 1200px) {
	.checkout-infos i {
		display: inline;
		margin-right: 10px;
	}
}

.theme-monpetitmarche .woocommerce-cart #payment,
.theme-monpetitmarche .woocommerce-checkout #payment {
	background: none;
	padding: 0;
}

.theme-monpetitmarche .woocommerce-cart #payment .place-order,
.theme-monpetitmarche .woocommerce-cart #payment ul.wc_payment_methods,
.theme-monpetitmarche .woocommerce-checkout #payment .place-order,
.theme-monpetitmarche .woocommerce-checkout #payment ul.wc_payment_methods {
	background-color: none;
	padding: 30px 0;
	margin: 0;
}

.theme-monpetitmarche .woocommerce-cart #payment .place-order .payment_box,
.theme-monpetitmarche .woocommerce-cart #payment ul.wc_payment_methods .payment_box,
.theme-monpetitmarche .woocommerce-checkout #payment .place-order .payment_box,
.theme-monpetitmarche .woocommerce-checkout #payment ul.wc_payment_methods .payment_box {
	background-color: #F1F7ED;
	color: #7CA982;
}

.theme-monpetitmarche .woocommerce-cart #payment .place-order .payment_box:before,
.theme-monpetitmarche .woocommerce-cart #payment ul.wc_payment_methods .payment_box:before,
.theme-monpetitmarche .woocommerce-checkout #payment .place-order .payment_box:before,
.theme-monpetitmarche .woocommerce-checkout #payment ul.wc_payment_methods .payment_box:before {
	border: 1em solid #F1F7ED;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.theme-monpetitmarche .woocommerce-cart #payment .woocommerce-privacy-policy-text p,
.theme-monpetitmarche .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
	color: #7CA982;
}

.theme-monpetitmarche .add_gift_card_form {
	margin-top: 4em;
}

.theme-monpetitmarche .add_gift_card_form h4 {
	margin-bottom: 0.5em;
}

@media all and (max-width: 564px) {
	.theme-monpetitmarche .add_gift_card_form h4 {
		font-size: 1.2em;
	}
}

.mpm-argmc-wrapper .argmc-nav {
	padding-right: 13.3%;
	padding-left: 13.3%;
}

@media all and (max-width: 564px) {
	.mpm-argmc-wrapper .argmc-nav {
		padding-right: 0;
		padding-left: 0;
	}
}

.mpm-argmc-wrapper .argmc-nav .argmc-nav-buttons {
	border-color: #7CA982;
}

.order-review-step {
	counter-reset: section;
}

.order-review-step .mpm-order-review-step {
	display: flex;
	flex-direction: row;
	padding-bottom: 50px;
	position: relative;
}

@media all and (max-width: 564px) {
	.order-review-step .mpm-order-review-step {
		flex-direction: column;
	}
}

.order-review-step .mpm-order-review-step .mpm-order-review-step-header {
	min-width: 200px;
	width: 200px;
	align-self: center;
	margin-right: 2em;
}

.order-review-step .mpm-order-review-step .mpm-order-review-step-header h3 {
	background: #fff;
	padding: 0.5em 0;
	z-index: 300;
	position: relative;
	font-weight: bold;
}

.order-review-step .mpm-order-review-step .mpm-order-review-step-header h3:before {
	counter-increment: section;
	content: counter(section);
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 0.7em;
	background: #243E36;
	color: #F1F7ED;
	position: absolute;
	left: -35px;
	text-align: center;
}

.order-review-step .mpm-order-review-step .mpm-order-review-step-header:after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #E3E3E3;
	top: 0;
	bottom: 0;
	margin-left: 5px;
}

@media all and (max-width: 564px) {
	.order-review-step .mpm-order-review-step .mpm-order-review-step-header:after {
		z-index: -1;
	}
}

.order-review-step .mpm-order-review-step .mpm-order-review-step-content {
	background: #E0EEC6;
	padding: 1em;
	flex: 1;
	text-transform: uppercase;
	font-weight: 100;
}

.order-review-step .mpm-order-review-step:first-of-type .mpm-order-review-step-header:after {
	top: 50%;
}

.order-review-step .mpm-order-review-step:last-of-type .mpm-order-review-step-header:after {
	bottom: 50%;
}

/* thank you page */
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title {
	font-size: 2.5em;
	margin-bottom: 2rem;
}

.information {
	margin-top: 1rem;
}

.woocommerce table.shop_table_responsive {
	border: none;
}

.woocommerce table.shop_table_responsive thead {
	display: none;
}

.woocommerce table.shop_table_responsive tbody th {
	display: none;
}

.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item {
	background: #F1F7ED;
}

.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item td.product-remove {
	padding-left: 1rem;
}

.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item td.product-remove a {
	text-align: center;
}

.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item:first-of-type td {
	border-top: 0;
}

.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item:last-of-type td {
	border-bottom: 0;
}

.woocommerce table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

.woocommerce table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

.woocommerce table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

.woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

.woocommerce table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

.woocommerce table.shop_table_responsive tr td .quantity-nav {
	display: none;
}

.woocommerce table.shop_table_responsive tr td #coupon_code {
	width: 180px;
	border-color: #E3E3E3;
	margin-right: 0.8rem;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce table.shop_table_responsive tr th {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

@media screen and (min-width: 48em) {
	.woocommerce table.shop_table_responsive thead {
		display: table-header-group;
	}
	.woocommerce table.shop_table_responsive tbody th {
		display: table-cell;
	}
	.woocommerce table.shop_table_responsive tr th,
	.woocommerce table.shop_table_responsive tr td {
		text-align: left;
	}
	.woocommerce table.shop_table_responsive tr td {
		display: table-cell;
	}
	.woocommerce table.shop_table_responsive tr td::before {
		display: none;
	}
}

/* order checkout */
.woocommerce-cart .shop_table_responsive,
.woocommerce-cart .cart-collaterals {
	padding-left: 13.3%;
	padding-right: 13.3%;
	margin: 0 auto;
}

.woocommerce-cart .shop_table_responsive tr td,
.woocommerce-cart .shop_table_responsive tr th,
.woocommerce-cart .cart-collaterals tr td,
.woocommerce-cart .cart-collaterals tr th {
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff;
}

.woocommerce-cart .cart_totals {
	margin-top: 2rem;
}

.woocommerce-cart .cart_totals h2 {
	margin-bottom: 1rem;
}

.woocommerce-cart .cart_totals .shop_table {
	background: #F1F7ED;
}

.woocommerce-cart .cart_totals .shipping td {
	padding-bottom: 2em;
}

.theme-monpetitmarche .woocommerce .order-review-table-step .mpm-order-review-step-content {
	padding: 1em 0 0 0;
}

.theme-monpetitmarche .woocommerce .woocommerce-checkout-review-order-table {
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.theme-monpetitmarche .woocommerce .argmc-review-order-wrapper {
	padding: 0;
	margin: 0;
}

.theme-monpetitmarche .woocommerce .woocommerce-shipping-methods {
	font-weight: 100;
}

@media all and (max-width: 564px) {
	.theme-monpetitmarche .woocommerce .woocommerce-shipping-methods {
		font-size: 0.8em;
	}
}

.theme-monpetitmarche .woocommerce .order-total {
	border-top: 1rem solid #fff;
}

/* total cart & checkout */
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child,
.theme-monpetitmarche .shop_table_responsive tr.order-total,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total {
	background: #7CA982;
	color: #F1F7ED;
}

.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child th,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total th,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child th,
.theme-monpetitmarche .shop_table_responsive tr.order-total th,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total th {
	padding: 1em;
	vertical-align: middle;
}

.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child td,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total td,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child td,
.theme-monpetitmarche .shop_table_responsive tr.order-total td,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child td,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total td {
	text-align: right;
	padding: 1em;
}

.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .amount,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .amount,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .amount,
.theme-monpetitmarche .shop_table_responsive tr.order-total .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .amount {
	font-size: 3em;
	color: #243E36;
}

@media all and (max-width: 564px) {
	.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .amount,
	.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .amount,
	.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .amount,
	.theme-monpetitmarche .shop_table_responsive tr.order-total .amount,
	.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .amount,
	.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .amount {
		font-size: 1.5em;
	}
}

.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tr.order-total .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .amount .woocommerce-Price-currencySymbol {
	font-size: 1rem;
	color: #F1F7ED;
	margin-right: 5px;
}

.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax .amount,
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax .amount,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax .amount,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax .amount,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax .woocommerce-Price-currencySymbol {
	font-size: 0.8rem;
	color: #F1F7ED;
}

.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax {
	display: block;
	text-align: right;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders {
	border-radius: 0;
	background-color: #F1F7ED;
	border: none;
	border-spacing: 0rem;
	border: none;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tr th,
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tr td,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tr th,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tr td {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details thead,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders thead {
	background-color: #243E36;
	color: #E0EEC6;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details thead tr th,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders thead tr th {
	border-color: #243E36;
	text-transform: uppercase;
	padding: 0.8rem 0.75rem;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tbody tr td,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tbody tr td {
	text-transform: uppercase;
	padding: 0.8rem 0.75rem;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tbody tr td.product-total,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tbody tr td.product-total {
	text-align: right;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tbody tr .wc-item-meta-label,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tbody tr .wc-item-meta-label {
	display: none;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tfoot td,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tfoot td {
	text-align: right;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce .woocommerce-cart-form .shop_table_responsive,
.woocommerce .cart-collaterals {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	text-transform: uppercase;
	font-weight: 100;
	transition: padding 0.25s;
}

.woocommerce-MyAccount-navigation ul li:hover {
	padding-left: 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	font-weight: 400;
	color: #7CA982;
}

@media all and (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		margin-bottom: 2em;
	}
	.woocommerce-MyAccount-navigation ul li {
		background: #F1F7ED;
		text-align: center;
		padding: 0.75em;
		margin-bottom: 0.3rem;
	}
	.woocommerce-MyAccount-navigation ul li.is-active {
		background: #E0EEC6;
		color: #243E36;
	}
}

.woocommerce .woocommerce-MyAccount-content {
	font-weight: 100;
	/* détails commandes */
	/* 
    .woocommerce-table--order-details,
    .woocommerce-MyAccount-orders {
      border-radius: 0;
      background-color: $color__primary-light;
      border: none;
      border-spacing: 0rem;

      tr th,
      tr td {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
      }

      thead {
        background-color: $color__primary-dark;
        color: $color__primary-lighter;

        tr {
          th {
            border-color: $color__primary-dark;
            text-transform: uppercase;
            padding: 0.8rem 0.75rem;
          }
        }
      }
      tbody {
        tr {
          td {
            //border-color: $color__primary-dark;
            text-transform: uppercase;
            padding: 0.8rem 0.75rem;

            &.product-total {
              text-align: right;
            }
          }

          .wc-item-meta-label {
            display: none;
          }
        }
      }

      tfoot {
        td {
          text-align: right;
        }
      }
    } */
}

.woocommerce .woocommerce-MyAccount-content h2 {
	font-size: 2em;
	margin-bottom: 1rem;
}

.woocommerce .woocommerce-MyAccount-content p:not(.order-again) a {
	color: #7CA982;
}

/* gift card */
.woocommerce-MyAccount-Giftcards-form {
	margin-bottom: 2rem;
}

.product-category-wrapper {
	padding: 0 5em;
}

@media all and (max-width: 768px) {
	.product-category-wrapper {
		padding: 0 2em;
	}
}

.product-category-wrapper:first-child {
	margin-top: 5em;
}

.product-category-wrapper:not(:last-child) {
	margin-bottom: 5em;
}

.product-category-wrapper .product_category_list {
	margin-top: 2em;
}

.product-category-wrapper .product_category_list span {
	font-size: 0.8rem;
	display: inline-block;
}

.product-category-wrapper .product_category_list span:not(:last-of-type) {
	margin-right: 5px;
	padding-right: 5px;
}

.product-category-wrapper .product_category_list span:not(:last-of-type):after {
	content: '|';
	margin-left: 10px;
	font-weight: normal;
}

.product-category-wrapper .product_category_list span.current_term {
	font-weight: bold;
	color: #7CA982;
}

.woocommerce-products-header,
.section-header {
	margin-bottom: 2em;
}

@media all and (min-width: 768px) {
	.woocommerce-products-header,
	.section-header {
		max-width: 65%;
	}
}

.products,
.products-grid {
	display: flex;
	flex-wrap: wrap;
	/* Supports Grid */
	display: flex;
	margin: 0em -1em !important;
}

.products .type-product,
.products .product-category,
.products .grid-item-product,
.products-grid .type-product,
.products-grid .product-category,
.products-grid .grid-item-product {
	position: relative;
	width: 20%;
	padding: 1em;
}

@media all and (max-width: 1600px) {
	.products .type-product,
	.products .product-category,
	.products .grid-item-product,
	.products-grid .type-product,
	.products-grid .product-category,
	.products-grid .grid-item-product {
		width: 25%;
	}
}

@media all and (max-width: 1200px) {
	.products .type-product,
	.products .product-category,
	.products .grid-item-product,
	.products-grid .type-product,
	.products-grid .product-category,
	.products-grid .grid-item-product {
		width: 33.3%;
	}
}

@media all and (max-width: 1024px) {
	.products .type-product,
	.products .product-category,
	.products .grid-item-product,
	.products-grid .type-product,
	.products-grid .product-category,
	.products-grid .grid-item-product {
		width: 50% !important;
	}
}

.products .type-product .product-content-wrapper,
.products .product-category .product-content-wrapper,
.products .grid-item-product .product-content-wrapper,
.products-grid .type-product .product-content-wrapper,
.products-grid .product-category .product-content-wrapper,
.products-grid .grid-item-product .product-content-wrapper {
	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;
	bottom: 1em;
	overflow: hidden;
	cursor: pointer;
}

.products .type-product:after,
.products .product-category:after,
.products .grid-item-product:after,
.products-grid .type-product:after,
.products-grid .product-category:after,
.products-grid .grid-item-product:after {
	content: '';
	padding-top: 100%;
	display: block;
}

.products .type-product .attachment-woocommerce_thumbnail,
.products .type-product .woocommerce-placeholder,
.products .product-category .attachment-woocommerce_thumbnail,
.products .product-category .woocommerce-placeholder,
.products .grid-item-product .attachment-woocommerce_thumbnail,
.products .grid-item-product .woocommerce-placeholder,
.products-grid .type-product .attachment-woocommerce_thumbnail,
.products-grid .type-product .woocommerce-placeholder,
.products-grid .product-category .attachment-woocommerce_thumbnail,
.products-grid .product-category .woocommerce-placeholder,
.products-grid .grid-item-product .attachment-woocommerce_thumbnail,
.products-grid .grid-item-product .woocommerce-placeholder {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: inherit;
	transition: transform 0.25s;
}

.products .type-product .attachment-woocommerce_thumbnail:hover,
.products .type-product .woocommerce-placeholder:hover,
.products .product-category .attachment-woocommerce_thumbnail:hover,
.products .product-category .woocommerce-placeholder:hover,
.products .grid-item-product .attachment-woocommerce_thumbnail:hover,
.products .grid-item-product .woocommerce-placeholder:hover,
.products-grid .type-product .attachment-woocommerce_thumbnail:hover,
.products-grid .type-product .woocommerce-placeholder:hover,
.products-grid .product-category .attachment-woocommerce_thumbnail:hover,
.products-grid .product-category .woocommerce-placeholder:hover,
.products-grid .grid-item-product .attachment-woocommerce_thumbnail:hover,
.products-grid .grid-item-product .woocommerce-placeholder:hover {
	transform: scale(1.2, 1.2) translate(-50%, -50%);
}

.products .type-product .attachment-woocommerce_thumbnail img,
.products .type-product .woocommerce-placeholder img,
.products .product-category .attachment-woocommerce_thumbnail img,
.products .product-category .woocommerce-placeholder img,
.products .grid-item-product .attachment-woocommerce_thumbnail img,
.products .grid-item-product .woocommerce-placeholder img,
.products-grid .type-product .attachment-woocommerce_thumbnail img,
.products-grid .type-product .woocommerce-placeholder img,
.products-grid .product-category .attachment-woocommerce_thumbnail img,
.products-grid .product-category .woocommerce-placeholder img,
.products-grid .grid-item-product .attachment-woocommerce_thumbnail img,
.products-grid .grid-item-product .woocommerce-placeholder img {
	width: 100%;
	height: auto;
	min-width: 100%;
}

.products .type-product form.cart,
.products .product-category form.cart,
.products .grid-item-product form.cart,
.products-grid .type-product form.cart,
.products-grid .product-category form.cart,
.products-grid .grid-item-product form.cart {
	margin-bottom: 0 !important;
}

.products .type-product .add_to_cart_button,
.products .type-product .mpm_add_to_cart,
.products .product-category .add_to_cart_button,
.products .product-category .mpm_add_to_cart,
.products .grid-item-product .add_to_cart_button,
.products .grid-item-product .mpm_add_to_cart,
.products-grid .type-product .add_to_cart_button,
.products-grid .type-product .mpm_add_to_cart,
.products-grid .product-category .add_to_cart_button,
.products-grid .product-category .mpm_add_to_cart,
.products-grid .grid-item-product .add_to_cart_button,
.products-grid .grid-item-product .mpm_add_to_cart {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-items: flex-end;
	align-items: flex-start;
	z-index: 100;
	top: 0;
	right: 0;
	cursor: pointer;
	font-weight: 100;
	background-color: transparent !important;
	border-radius: 0;
	border: none;
	font-size: 1.6em;
	padding: 0;
	line-height: 1;
	height: 30px;
	width: 60px;
	transition: all 0.25s;
}

.products .type-product .add_to_cart_button:before, .products .type-product .add_to_cart_button:after,
.products .type-product .mpm_add_to_cart:before,
.products .type-product .mpm_add_to_cart:after,
.products .product-category .add_to_cart_button:before,
.products .product-category .add_to_cart_button:after,
.products .product-category .mpm_add_to_cart:before,
.products .product-category .mpm_add_to_cart:after,
.products .grid-item-product .add_to_cart_button:before,
.products .grid-item-product .add_to_cart_button:after,
.products .grid-item-product .mpm_add_to_cart:before,
.products .grid-item-product .mpm_add_to_cart:after,
.products-grid .type-product .add_to_cart_button:before,
.products-grid .type-product .add_to_cart_button:after,
.products-grid .type-product .mpm_add_to_cart:before,
.products-grid .type-product .mpm_add_to_cart:after,
.products-grid .product-category .add_to_cart_button:before,
.products-grid .product-category .add_to_cart_button:after,
.products-grid .product-category .mpm_add_to_cart:before,
.products-grid .product-category .mpm_add_to_cart:after,
.products-grid .grid-item-product .add_to_cart_button:before,
.products-grid .grid-item-product .add_to_cart_button:after,
.products-grid .grid-item-product .mpm_add_to_cart:before,
.products-grid .grid-item-product .mpm_add_to_cart:after {
	text-align: center;
	line-height: 30px;
}

.products .type-product .add_to_cart_button:before,
.products .type-product .mpm_add_to_cart:before,
.products .product-category .add_to_cart_button:before,
.products .product-category .mpm_add_to_cart:before,
.products .grid-item-product .add_to_cart_button:before,
.products .grid-item-product .mpm_add_to_cart:before,
.products-grid .type-product .add_to_cart_button:before,
.products-grid .type-product .mpm_add_to_cart:before,
.products-grid .product-category .add_to_cart_button:before,
.products-grid .product-category .mpm_add_to_cart:before,
.products-grid .grid-item-product .add_to_cart_button:before,
.products-grid .grid-item-product .mpm_add_to_cart:before {
	font-family: fontAwesome;
	content: '\f067';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: auto;
	font-size: 0.7em;
	background-color: #F1F7ED !important;
	color: #243E36;
	transition: all 0.25s;
}

.products .type-product .add_to_cart_button:hover,
.products .type-product .mpm_add_to_cart:hover,
.products .product-category .add_to_cart_button:hover,
.products .product-category .mpm_add_to_cart:hover,
.products .grid-item-product .add_to_cart_button:hover,
.products .grid-item-product .mpm_add_to_cart:hover,
.products-grid .type-product .add_to_cart_button:hover,
.products-grid .type-product .mpm_add_to_cart:hover,
.products-grid .product-category .add_to_cart_button:hover,
.products-grid .product-category .mpm_add_to_cart:hover,
.products-grid .grid-item-product .add_to_cart_button:hover,
.products-grid .grid-item-product .mpm_add_to_cart:hover {
	opacity: 1;
}

.products .type-product .add_to_cart_button:hover:before,
.products .type-product .mpm_add_to_cart:hover:before,
.products .product-category .add_to_cart_button:hover:before,
.products .product-category .mpm_add_to_cart:hover:before,
.products .grid-item-product .add_to_cart_button:hover:before,
.products .grid-item-product .mpm_add_to_cart:hover:before,
.products-grid .type-product .add_to_cart_button:hover:before,
.products-grid .type-product .mpm_add_to_cart:hover:before,
.products-grid .product-category .add_to_cart_button:hover:before,
.products-grid .product-category .mpm_add_to_cart:hover:before,
.products-grid .grid-item-product .add_to_cart_button:hover:before,
.products-grid .grid-item-product .mpm_add_to_cart:hover:before {
	background-color: #243E36 !important;
	color: #F1F7ED;
	opacity: 1;
}

.products .type-product .add_to_cart_button:after,
.products .type-product .mpm_add_to_cart:after,
.products .product-category .add_to_cart_button:after,
.products .product-category .mpm_add_to_cart:after,
.products .grid-item-product .add_to_cart_button:after,
.products .grid-item-product .mpm_add_to_cart:after,
.products-grid .type-product .add_to_cart_button:after,
.products-grid .type-product .mpm_add_to_cart:after,
.products-grid .product-category .add_to_cart_button:after,
.products-grid .product-category .mpm_add_to_cart:after,
.products-grid .grid-item-product .add_to_cart_button:after,
.products-grid .grid-item-product .mpm_add_to_cart:after {
	width: 30px;
	height: 30px;
	font-size: 0.7em;
	background-color: #243E36 !important;
	color: #7CA982 !important;
	margin-left: 0 !important;
}

.products .type-product .product_type_variable:before,
.products .product-category .product_type_variable:before,
.products .grid-item-product .product_type_variable:before,
.products-grid .type-product .product_type_variable:before,
.products-grid .product-category .product_type_variable:before,
.products-grid .grid-item-product .product_type_variable:before {
	content: '\f013';
}

.products .type-product .product-details,
.products .product-category .product-details,
.products .grid-item-product .product-details,
.products-grid .type-product .product-details,
.products-grid .product-category .product-details,
.products-grid .grid-item-product .product-details {
	background-color: rgba(36, 62, 54, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 10px;
	display: flex;
	color: #fff;
	overflow-wrap: break-word;
	min-width: 0;
}

.products .type-product .product-details h3,
.products .product-category .product-details h3,
.products .grid-item-product .product-details h3,
.products-grid .type-product .product-details h3,
.products-grid .product-category .product-details h3,
.products-grid .grid-item-product .product-details h3 {
	font-size: 0.8em;
	max-width: 70%;
	color: #fff;
	align-self: flex-end;
	overflow-wrap: break-word;
	min-width: 0;
	hyphens: auto;
}

@media all and (max-width: 564px) {
	.products .type-product .product-details h3,
	.products .product-category .product-details h3,
	.products .grid-item-product .product-details h3,
	.products-grid .type-product .product-details h3,
	.products-grid .product-category .product-details h3,
	.products-grid .grid-item-product .product-details h3 {
		max-width: inherit;
	}
}

.products .type-product .product-details .price,
.products .product-category .product-details .price,
.products .grid-item-product .product-details .price,
.products-grid .type-product .product-details .price,
.products-grid .product-category .product-details .price,
.products-grid .grid-item-product .product-details .price {
	color: #fff;
	margin-left: auto;
	text-align: right;
	line-height: 1;
}

@media all and (max-width: 564px) {
	.products .type-product .product-details .price,
	.products .product-category .product-details .price,
	.products .grid-item-product .product-details .price,
	.products-grid .type-product .product-details .price,
	.products-grid .product-category .product-details .price,
	.products-grid .grid-item-product .product-details .price {
		text-align: left;
		margin-top: 0.5em;
	}
}

.products .type-product .product-details .price del, .products .type-product .product-details .price ins,
.products .product-category .product-details .price del,
.products .product-category .product-details .price ins,
.products .grid-item-product .product-details .price del,
.products .grid-item-product .product-details .price ins,
.products-grid .type-product .product-details .price del,
.products-grid .type-product .product-details .price ins,
.products-grid .product-category .product-details .price del,
.products-grid .product-category .product-details .price ins,
.products-grid .grid-item-product .product-details .price del,
.products-grid .grid-item-product .product-details .price ins {
	display: block;
}

.products .type-product .product-details .price del .amount,
.products .product-category .product-details .price del .amount,
.products .grid-item-product .product-details .price del .amount,
.products-grid .type-product .product-details .price del .amount,
.products-grid .product-category .product-details .price del .amount,
.products-grid .grid-item-product .product-details .price del .amount {
	font-size: 0.9rem;
	font-weight: 400;
}

.products .type-product .product-details .price ins,
.products .product-category .product-details .price ins,
.products .grid-item-product .product-details .price ins,
.products-grid .type-product .product-details .price ins,
.products-grid .product-category .product-details .price ins,
.products-grid .grid-item-product .product-details .price ins {
	background-color: inherit;
}

.products .type-product .product-details .price .awspn_price_note,
.products .product-category .product-details .price .awspn_price_note,
.products .grid-item-product .product-details .price .awspn_price_note,
.products-grid .type-product .product-details .price .awspn_price_note,
.products-grid .product-category .product-details .price .awspn_price_note,
.products-grid .grid-item-product .product-details .price .awspn_price_note {
	display: block;
	font-size: 65%;
}

@media all and (max-width: 564px) {
	.products .type-product .product-details .price .awspn_price_note,
	.products .product-category .product-details .price .awspn_price_note,
	.products .grid-item-product .product-details .price .awspn_price_note,
	.products-grid .type-product .product-details .price .awspn_price_note,
	.products-grid .product-category .product-details .price .awspn_price_note,
	.products-grid .grid-item-product .product-details .price .awspn_price_note {
		display: inline;
	}
}

.products .type-product .product-details .price .woocommerce-Price-amount,
.products .product-category .product-details .price .woocommerce-Price-amount,
.products .grid-item-product .product-details .price .woocommerce-Price-amount,
.products-grid .type-product .product-details .price .woocommerce-Price-amount,
.products-grid .product-category .product-details .price .woocommerce-Price-amount,
.products-grid .grid-item-product .product-details .price .woocommerce-Price-amount {
	font-weight: bold;
	font-size: 1.8rem;
	align-self: flex-end;
}

@media all and (min-width: 1200px) and (max-width: 1600px) {
	.products .type-product .product-details .price .woocommerce-Price-amount,
	.products .product-category .product-details .price .woocommerce-Price-amount,
	.products .grid-item-product .product-details .price .woocommerce-Price-amount,
	.products-grid .type-product .product-details .price .woocommerce-Price-amount,
	.products-grid .product-category .product-details .price .woocommerce-Price-amount,
	.products-grid .grid-item-product .product-details .price .woocommerce-Price-amount {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 564px) {
	.products .type-product .product-details .price .woocommerce-Price-amount,
	.products .product-category .product-details .price .woocommerce-Price-amount,
	.products .grid-item-product .product-details .price .woocommerce-Price-amount,
	.products-grid .type-product .product-details .price .woocommerce-Price-amount,
	.products-grid .product-category .product-details .price .woocommerce-Price-amount,
	.products-grid .grid-item-product .product-details .price .woocommerce-Price-amount {
		font-size: 1.2rem;
	}
}

.products .type-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products .product-category .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products .grid-item-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .type-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .product-category .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .grid-item-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	display: none;
}

.products .preorder,
.products-grid .preorder {
	z-index: 10;
	position: absolute;
	top: 0rem;
	left: 0rem;
	padding: 5px;
	color: #7CA982;
	background: #F1F7ED;
}

.woocommerce .product.grid-item-product .out-of-stock {
	z-index: 9;
	position: relative;
	font-size: 0.8rem;
	text-transform: uppercase;
	background: #7CA982;
	padding: 1em;
	color: #F1F7ED;
	text-align: center;
	top: 19%;
	transform: translateY(-50%) rotate(45deg);
	width: 150%;
	right: 3%;
}

@media all and (max-width: 564px) {
	.woocommerce .product.grid-item-product .out-of-stock {
		font-size: 0.5rem;
	}
}

.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
	margin: inherit;
	width: 20%;
	padding: 1em;
	margin: 0;
	overflow: hidden;
}

@media all and (max-width: 1600px) {
	.woocommerce ul.products li.product-category,
	.woocommerce-page ul.products li.product-category {
		width: 25%;
		margin-bottom: 0 !important;
	}
}

@media all and (max-width: 1200px) {
	.woocommerce ul.products li.product-category,
	.woocommerce-page ul.products li.product-category {
		width: 33.3%;
	}
}

@media all and (max-width: 1024px) {
	.woocommerce ul.products li.product-category,
	.woocommerce-page ul.products li.product-category {
		width: 50%;
	}
}

.woocommerce ul.products li.product-category:after,
.woocommerce-page ul.products li.product-category:after {
	display: none;
}

.woocommerce ul.products li.product-category a,
.woocommerce-page ul.products li.product-category a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 200%;
	/* @media all and (max-width: 1600px) {
      height: 25vw;
    }
  
    @media all and (max-width: 1200px) {
      height: 35vw;
    }
  
    @media all and (max-width: 1024px) {
      height: 40vw;
    }

    @media all and (max-width: 768px) {
      height: 60vw;
    } */
}

.woocommerce ul.products li.product-category a:hover,
.woocommerce-page ul.products li.product-category a:hover {
	opacity: 1;
}

.woocommerce ul.products li.product-category a img,
.woocommerce-page ul.products li.product-category a img {
	height: 100% !important;
	width: auto !important;
	max-width: inherit;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.25s;
}

.woocommerce ul.products li.product-category a:hover img,
.woocommerce-page ul.products li.product-category a:hover img {
	transform: scale(1.2, 1.2) translate(-50%, -50%);
}

.woocommerce ul.products li.product-category a:before,
.woocommerce-page ul.products li.product-category a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(36, 62, 54, 0.3);
	z-index: 1;
}

.woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
	position: absolute;
	top: 50%;
	text-align: left;
	transform: translateY(-50%);
	width: 100%;
	text-transform: uppercase;
	font-weight: 100;
	color: #ffffff;
	font-size: 1.3rem !important;
	z-index: 2;
	padding: 1rem;
	/*.count {
        background: transparent;
        color: inherit;
        font-size: 50%;
        vertical-align: top;
      }*/
}

@media all and (max-width: 540px) {
	.woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
	.woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
		font-size: 1.1rem !important;
		padding: 0.5rem;
	}
}

@media all and (max-width: 380px) {
	.woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
	.woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
		font-size: 1rem !important;
	}
}

.single-product .site-main {
	padding: 5em 13.3%;
}

.single-product .site-main .woocommerce-breadcrumb {
	padding: 0;
	margin-bottom: 0.7em !important;
}

.single-product .site-main .woocommerce-breadcrumb,
.single-product .site-main .product {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}

.single-product .site-main .woocommerce-breadcrumb .product-thumbnail-wrapper img,
.single-product .site-main .product .product-thumbnail-wrapper img {
	min-width: 100%;
}

.product {
	position: relative;
	/* img {
		width: 100%;
		max-width: inherit;
	} */
}

.product .product-thumbnail-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}

.product .product-thumbnail-wrapper img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	height: auto;
}

.product .product-thumbnail-wrapper:after {
	content: '';
	padding-bottom: 66.66%;
	display: block;
}

.product .product-details {
	display: flex;
	justify-content: space-between;
}

@media all and (max-width: 768px) {
	.product .product-details {
		flex-direction: column;
	}
}

.product .product-details .summary.entry-summary {
	float: none;
	width: inherit;
	width: 60%;
	margin: 0;
}

@media all and (max-width: 768px) {
	.product .product-details .summary.entry-summary {
		width: 100%;
	}
}

.product .product-details .summary.entry-summary p {
	font-weight: 100;
}

.product .product-details .summary.entry-summary .product_meta {
	display: none;
}

.product .product-details .entry-title {
	font-size: 3rem;
}

@media all and (max-width: 768px) {
	.product .product-details .entry-title {
		max-width: 100%;
		font-size: 2.5rem;
	}
}

.product .product-details .product-cart-infos {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media all and (max-width: 768px) {
	.product .product-details .product-cart-infos {
		flex-direction: row;
		justify-content: space-between;
	}
}

.product .product-details .product-cart-infos .price {
	text-align: right;
	margin: 0;
	line-height: 1;
	margin-bottom: 1em;
}

.product .product-details .product-cart-infos .price .amount {
	font-weight: bold;
	font-size: 3rem;
	color: #243E36;
}

.product .product-details .product-cart-infos .price .amount .woocommerce-Price-currencySymbol {
	display: none;
}

.product .product-details .product-cart-infos .price .uom {
	font-size: 1em;
	text-transform: uppercase;
}

.product .product-details .product-cart-infos .cart {
	margin-bottom: 0;
	margin-top: auto;
}

.product .product-details .product-cart-infos .cart .quantity {
	float: none;
	margin: 0;
	text-align: right;
	margin-bottom: 1em;
}

.product .product-details .product-cart-infos .cart .single_add_to_cart_button {
	font-size: 0.8em;
	padding: 1.2em 1.5em;
	font-weight: bold;
	color: #F1F7ED;
}

.product .product-details .product-cart-infos .cart .single_add_to_cart_button:before {
	font-family: "Font Awesome 5 Free";
	content: '\f061';
	margin-right: 1em;
	color: #7CA982;
}

.product .product-details .product-cart-infos .cart .single_add_to_cart_button:hover:before {
	color: #F1F7ED;
}

.single-product .quantity,
.modal-content-wrapper .quantity {
	position: relative;
}

.single-product .quantity,
.modal-content-wrapper .quantity {
	position: relative;
}

.single-product .quantity,
.modal-content-wrapper .quantity {
	position: relative;
	float: none;
	margin: 0;
	text-align: right;
	margin-bottom: 1em;
}

.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button,
.modal-content-wrapper input[type=number]::-webkit-inner-spin-button,
.modal-content-wrapper input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product input[type=number],
.modal-content-wrapper input[type=number] {
	-moz-appearance: textfield;
}

.single-product .quantity,
.modal-content-wrapper .quantity {
	display: flex;
	flex-direction: row-reverse;
}

.single-product .quantity input,
.modal-content-wrapper .quantity input {
	align-self: flex-end;
	width: 3.631em;
	text-align: center;
	height: 42px;
	line-height: 1.65;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	padding-left: -7px;
	border: none;
	border-right: 1px solid #eee;
	background-color: #243E36;
	color: #F1F7ED;
	border-radius: 0;
	font-weight: bold;
}

.single-product .quantity input:focus,
.modal-content-wrapper .quantity input:focus {
	outline: 0;
}

.single-product .quantity-nav,
.modal-content-wrapper .quantity-nav {
	position: relative;
	height: 42px;
}

.single-product .quantity-button,
.modal-content-wrapper .quantity-button {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	text-align: center;
	background-color: #243E36;
	color: #F1F7ED;
	font-size: 1em;
	line-height: 1;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: bold;
}

.single-product .quantity-button.quantity-up,
.modal-content-wrapper .quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
}

.single-product .quantity-button.quantity-down,
.modal-content-wrapper .quantity-button.quantity-down {
	position: absolute;
	bottom: 0px;
	height: 50%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 100;
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 400;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.page .product-type-variable:Not(.elementor-product-variable) .product-cart-infos > .price .amount,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .product-cart-infos > .price .amount {
	font-size: 1em !important;
}

.page .product-type-variable:Not(.elementor-product-variable) .variations_form:not(),
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form:not() {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-items: flex-end;
	align-items: flex-end;
}

.page .product-type-variable:Not(.elementor-product-variable) .variations_form:not() .variations select,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form:not() .variations select {
	margin-right: 0 !important;
}

.page .product-type-variable:Not(.elementor-product-variable) .variations_form:not() .reset_variations,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form:not() .reset_variations {
	display: block;
}

.page .product-type-variable:Not(.elementor-product-variable) .variations_form:not() .woocommerce-variation-price,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form:not() .woocommerce-variation-price {
	margin-bottom: 15px;
}

#mpm_gift_card .wc_gc_field label {
	color: #F1F7ED;
}

#mpm_gift_card .quantity {
	float: left !important;
	margin-left: 20px !important;
	height: 48px;
}

#mpm_gift_card .quantity input {
	border-right: none;
	background-color: rgba(0, 0, 0, 0.2);
	color: #7CA982;
	height: 100%;
	align-self: inherit;
}

#mpm_gift_card .quantity .quantity-button {
	background-color: rgba(0, 0, 0, 0.2);
	border-right: 4px solid #243E36;
}

#mpm_gift_card .quantity .quantity-nav {
	height: 100%;
}

.woocommerce .modal-content-wrapper .product-type-variable .price {
	margin-bottom: 0.5em;
}

.woocommerce .modal-content-wrapper .product-type-variable .variations td.label {
	line-height: 1em;
}

.woocommerce .modal-content-wrapper .product-type-variable .quantity {
	float: left !important;
	margin-left: 20px !important;
	height: 48px;
}

.woocommerce .modal-content-wrapper .product-type-variable .quantity input {
	border-right: none;
	color: #7CA982;
	height: 100%;
	align-self: inherit;
}

.woocommerce .modal-content-wrapper .product-type-variable .quantity .quantity-nav {
	height: 100%;
}

/* Referral
--------------------------------------------- */
#mwb_modal {
	font-family: "Rubik", "Helvetica Neue", sans-serif;
}

#mwb_modal .mwb_modal__content {
	padding: 20px;
}

#mwb_modal .mwb_modal__title {
	padding: 0 0 .8em 0;
}

#mwb_modal .mwb_modal__title h2 {
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: bold;
	color: #243E36;
}

#mwb_modal #mwb_cpr_copyy {
	font-size: 1rem;
}

#mwb_modal .mwb-pr-popup-body {
	height: auto;
	padding: 20px;
}

#mwb_modal .mwb-pr-popup-tab-wrapper {
	text-align: left;
}

#mwb_modal #notify_user_gain_tab {
	margin-top: .8em;
	padding: 0;
	background-color: inherit !important;
	font-weight: bold;
	border: none;
	color: #243E36;
}

#mwb_modal .mwb-pr-popup-tab-container .mwb-pr-popup-rewards-left-content {
	padding: 1em;
}

#mwb_modal .mwb-pr-popup-tab-container .mwb-pr-popup-rewards-left-content p {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #243E36;
}

#mwb_modal .mwb-pr-popup-tab-container .mwb-pr-popup-rewards-left-content p:not(:last-of-type) {
	margin-bottom: 10px;
}

#mwb_modal .mwb_modal__footer {
	padding: .8em 0 0 0;
}

#mwb_modal .mwb_cpr_guest {
	padding: 20px;
	background-image: none !important;
	background: #F1F7ED;
}

#mwb_modal .mwb_cpr_guest .meb_cpr_guest__content {
	float: inherit;
	margin: 0 auto;
}

.mwb_crp_referal_section {
	padding: 20px;
}

.mwb_crp_referal_section .mwb_cpr_heading {
	margin-top: 0;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column-inner {
	background-color: #7CA982;
}

.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th {
	background-color: #243E36;
}

/* Side cart
--------------------------------------------- */
.xoo-wsc-cart-active .xoo-wsc-opac {
	background-color: #7CA982;
	opacity: 0.8;
}

.xoo-wsc-footer,
.xoo-wsc-header,
.xoo-wsc-body {
	background-color: #F1F7ED;
}

.xoo-wsc-basket {
	border-radius: 0px;
	margin-right: 0;
	background-color: #F1F7ED;
	box-shadow: none;
	color: #243E36;
}

.xoo-wsc-product {
	padding: 20px 0;
	margin: 0 20px;
	border-color: #243E36;
}

.xoo-wsc-product .xoo-wsc-sum-col {
	padding-left: 0;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-value {
	line-height: 0.8;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
	font-size: 0.6em;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */