/***** noxweb global **********/

/* Corrections alertes woocommerce */

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	order: 2;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-color: transparent;
	border-radius: 0px;
	text-decoration: none !important;
	border: 1px solid #000;
	transition: none;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;	
}

/***** /noxweb global *********/


/* Global font fixer (only mac) */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* GeneratePress fixes */
.site-content
{
	display: block;
}

/* Elementor basics fixes */
.elementor-text-editor p:last-child
{
	margin-bottom: 0;
}
p.elementor-heading-title
{
	margin-bottom: 0;
}

a.elementor-button
{
	position: relative;
	z-index: 1;
}

.elementor-element > .elementor-background-overlay
{
	pointer-events: none;
}


/* Elementor lightbox fix */
.elementor-lightbox .elementor-lightbox-item
{
	padding: 0;
}


/* Elementor utils */
.no-margin
{
	margin: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap
{
	flex-direction: row;
	flex-wrap: nowrap;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element
{
	display: flex;
	align-items: center;
	width: auto;
	margin-bottom: 0 !important;
}
.nox-flex-row.elementor-column .elementor-widget-wrap>.elementor-element .elementor-icon-wrapper
{
	display: flex;
	align-items: center;
}
.nox-pos-static.elementor-widget
{
	position: static;
}


/***************************************************************
 * Peux styles
 **************************************************************/
#app
{
	overflow: unset !important;
}

.woocommerce div.product .product-main
{
	position: relative;
}

.woocommerce div.nox-sticky
{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 90px;
	z-index: 100;
	align-self: flex-start; /* Fix the flex conflict with sticky */
}
.woocommerce div.product div.nox-sticky div.images
{
	margin-bottom: 0;
}
.woocommerce div.nox-sticky .iconic-pc-images .iconic-pc-image-wrap
{
	min-height: 600px;
}
@media only screen and (max-width: 1024px)
{
	.woocommerce div.nox-sticky .iconic-pc-images .iconic-pc-image-wrap
	{
		min-height: 45vw;
	}
}
@media only screen and (max-width: 767px)
{
	.woocommerce div.nox-sticky
	{
		top: 30px;
		width: var(--nox-full-width);
		--left-offset: calc( ( var(--nox-full-width) - 100% ) / 2 );
		margin-left: calc( -1 * var(--left-offset) );
		margin-right: calc( -1 * var(--left-offset) );
		row-gap: 0;
	}
	.woocommerce div.nox-sticky:after
	{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-image: linear-gradient(90deg, #163a53 0%, #257f91 100%);
	}
	.woocommerce div.nox-sticky .iconic-pc-images .iconic-pc-image-wrap
	{
		max-width: 600px;
		min-height: 100vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -50px;
	}
}


.woocommerce div.product .product-main div.woocommerce-product-gallery.images .woocommerce-product-gallery__wrapper
{
	margin-bottom: 10px;
	line-height: 1.15em;
}
@media only screen and (max-width: 767px)
{
	.woocommerce div.product .product-main div.woocommerce-product-gallery.images .iconic-pc-images
	{
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 480px)
{
	.woocommerce div.product .product-main div.woocommerce-product-gallery.images .iconic-pc-images
	{
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		height: 260px;
	}
	.woocommerce div.product .product-main div.woocommerce-product-gallery.images .iconic-pc-images .iconic-pc-image-wrap
	{
		margin-top: -40px;
	}
}

body.theme-peuxflyfishing .alignfull
{
	max-width: var(--nox-full-width, 99vw);
	margin-left: calc( 50% - ( var(--nox-full-width, 100vw) / 2 ) );
	margin-right: calc( 50% - ( var(--nox-full-width, 100vw) / 2 ) );
}

/* Global styles */

.title-border-bottom h2 {
	border-bottom: 1px solid var(--e-global-color-6ea1e4a);
	padding-bottom: 20px !important;
	margin-bottom: 50px !important;
}

/* Menu secondaire */

.secondary-menu-styles nav.elementor-nav-menu--main li.my-account-li-icon a.elementor-item:before {
	content: "\f007";
	position: initial;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: var(--e-global-color-988ba78);
	margin-right: 8px;
	opacity: 1 !important;
}

/* Menu langues styles */

.lang-menu-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item:first-child:before {
	content:"\f7a2";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 12px;
	line-height: 18px;
	color: var(--e-global-color-988ba78);
	margin-right: 8px;
}

.lang-menu-styles nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item.current-language-menu-item a {
	color: var(--e-global-color-secondary);
}

/* Menu responsive */

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-secondary.menu-item {
	background-color: var( --e-global-color-3328b6c );
	border-color: #dfdfdf;
}

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-lang {
	background-color: #e7e7e7;
}

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-lang a.elementor-item:focus {
	color: var(--e-global-color-primary);
	background-color: transparent;
}

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-lang:hover a.elementor-item:focus span.trp-ls-language-name:before {
	color: var(--e-global-color-primary);
}

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-lang a.elementor-item span.trp-ls-language-name:before {
	content:"\f7a2";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	color: var(--e-global-color-primary);
	margin-right: 8px;
}

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-lang:hover a.elementor-item span.trp-ls-language-name:before {
	color: #ffffff;
}

.menu-responsive-styles nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-responsive-lang a.elementor-item.has-submenu ul.sub-menu li {
	background-color: #e7e7e7 !important;
}

/* Page shop */

.archive-products-styles .categories-cta-styles a.elementor-cta,
.archive-products-styles .categories-cta-styles a.elementor-cta .elementor-cta__content {
	height: 100%;
}

.archive-products-styles .categories-cta-styles a.elementor-cta .elementor-cta__bg-overlay {
	background-image: var( --e-global-color-988ba78 );
	-webkit-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

.term-moulinets .archive-products-styles .categories-cta-styles.moulinets a.elementor-cta .elementor-cta__bg-overlay,
.term-bobines-et-accessoires .archive-products-styles .categories-cta-styles.accessoires a.elementor-cta .elementor-cta__bg-overlay,
.term-coffrets-prestige .archive-products-styles .categories-cta-styles.coffret a.elementor-cta .elementor-cta__bg-overlay {
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
	opacity: 1;
}

.term-moulinets .archive-products-styles .categories-cta-styles.moulinets a.elementor-cta h2,
.term-bobines-et-accessoires .archive-products-styles .categories-cta-styles.accessoires a.elementor-cta h2,
.term-coffrets-prestige .archive-products-styles .categories-cta-styles.coffret a.elementor-cta h2,
.term-moulinets .archive-products-styles .categories-cta-styles.moulinets a.elementor-cta .elementor-cta__description,
.term-bobines-et-accessoires .archive-products-styles .categories-cta-styles.accessoires a.elementor-cta .elementor-cta__description,
.term-coffrets-prestige .archive-products-styles .categories-cta-styles.coffret a.elementor-cta .elementor-cta__description {
	color: var( --e-global-color-988ba78 );
}

.archive-products-styles .categories-cta-styles.moulinets a.elementor-cta:hover .elementor-cta__bg-overlay,
.archive-products-styles .categories-cta-styles.accessoires a.elementor-cta:hover .elementor-cta__bg-overlay,
.archive-products-styles .categories-cta-styles.coffret a.elementor-cta:hover .elementor-cta__bg-overlay {
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
	opacity: 1;
}

.archive-products-styles .categories-cta-styles.moulinets a.elementor-cta:hover h2,
.archive-products-styles .categories-cta-styles.accessoires a.elementor-cta:hover h2,
.archive-products-styles .categories-cta-styles.coffret a.elementor-cta:hover h2,
.archive-products-styles .categories-cta-styles.moulinets a.elementor-cta:hover .elementor-cta__description,
.archive-products-styles .categories-cta-styles.accessoires a.elementor-cta:hover .elementor-cta__description,
.archive-products-styles .categories-cta-styles.coffret a.elementor-cta:hover .elementor-cta__description {
	color: var( --e-global-color-988ba78 );
}

/* Page produit détail - Séléction de la variante */

table.acf-custom-field .acf-custom-field-ul.iconic-was-swatches
{
	width: 100%;
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}
table.acf-custom-field .acf-custom-field-ul li
{
	padding: 0px;
	margin: 0px;
}
table.acf-custom-field .acf-custom-field-ul img
{
	width: 110px;
}

table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item div.swatch-div div,
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item_selected div.swatch-div div
{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff; /* couleur du texte */
	background: rgba(0,0,0,0.6); /* fond semi-transparent */
	opacity: 0;
	font-size: 1em;
	text-align: center;
	pointer-events: none;
}
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a:hover div,
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item_selected a:hover div
{
	opacity: 1;
  	pointer-events: auto;
}

table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a:hover::before
{
	border: 1px solid #353c4e;
	border-radius: 3px;
}

table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item div.swatch-div,
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item_selected div.swatch-div
{
	display: flex;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a,
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item_selected a
{
	display: flex;
	position: relative;
	padding: 4px;
}
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a:before
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 3px;
    border: 1px solid #ccc;
    z-index: 10;
    margin: 0;
}
table.acf-custom-field tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item_selected a:before
{
	content: "";
	position: absolute;
	border-radius: 4px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
	border: 2px solid #353c4e;
}

/* Page produit détail - Configurator */
.configurator-styles table.variations tbody tr
{
	margin-bottom: 20px;
}

.configurator-styles table.variations tbody tr:last-child
{
	margin-bottom: 0px;
}

.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li a.iconic-was-swatch--text-swatch
{
	border-radius: 3px;
}

.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li a.iconic-was-swatch--text-swatch:hover
{
	border: 1px solid var(--e-global-color-text);
	color: var(--e-global-color-text);
}

.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li a.iconic-was-swatch--text-swatch.iconic-was-swatch--selected
{
	border: 1px solid var(--e-global-color-text);
	background-color: var(--e-global-color-text);
}

.configurator-styles table.variations tbody tr th.label
{
	padding: 0px;
}

.configurator-styles table.variations tbody tr th.label
{
	width: 100%;
	display: flex;
}

.configurator-styles table.variations tbody tr th.label label
{
	width: 100%;
	border-bottom: 1px solid var(--e-global-color-6ea1e4a);
	margin: 0px;
}

.configurator-styles table.variations tbody tr th.label label .iconic-was-attr-label-text
{
	font-family: "Raleway", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	color: var(--e-global-color-primary);
}

.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a.iconic-was-swatch:before,
.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a.iconic-was-swatch .iconic-was-swatch__container
{
	border-radius: 50px;
	overflow: hidden;
}

.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a.iconic-was-swatch.iconic-was-swatch--selected:before,
.configurator-styles table.variations tbody tr td.value ul.iconic-was-swatches li.iconic-was-swatches__item a.iconic-was-swatch:hover:before
{
	border-color: var(--e-global-color-primary);
}

.configurator-styles table.variations tbody tr a.reset_variations
{
	display: none !important;
}

/* Page produit détail - Configurator - Bouton + quantité */

.configurator-styles .single_variation_wrap .woocommerce-variation-add-to-cart input.input-text,
input.input-text {
	min-width: 50px;
	border-radius: 3px;
	padding: 5px !important;
}

.configurator-styles .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button,
.elementor-add-to-cart form.cart button.single_add_to_cart_button {
	border: none;
	border-radius: 3px;
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
	padding: 12px 24px;
}

.configurator-styles .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover,
.elementor-add-to-cart form.cart button.single_add_to_cart_button:hover {
	background-image: linear-gradient(90deg, var(--e-global-color-text) 0%, var(--e-global-color-text) 200%);
}

.configurator-styles .single_variation_wrap .woocommerce-variation-add-to-cart .wcpa_form_outer .wcpa_wrap input.wcpa_field {
	border: 1px solid #ccc;
}

.configurator-styles .single_variation_wrap .woocommerce-variation-add-to-cart .wcpa_form_outer .wcpa_wrap input.wcpa_field:focus {
	border: 1px solid var(--e-global-color-secondary);
}

.configurator-styles .single_variation_wrap .woocommerce-variation-price {
	margin: 20px 0px;
}

.configurator-styles .single_variation_wrap .woocommerce-variation-price span.price span.amount bdi {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-style: var(--e-global-typography-secondary-font-style);
}


/* Page produit détail - Gravure personnalisée */
.wcpa_form_outer
{
	margin: 0;
}
.wcpa_form_outer .wcpa_section
{
	margin: 0;
}
.wcpa_form_outer .peux-custom-engraving
{
	margin: 0 0 2em;
}
.wcpa_form_outer .peux-custom-engraving.hidden
{
	display: none;
}


/* Page produit détail - Texte et images techniques */

.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container {
	display: flex;
	flex-direction: row;
	gap: 60px;
	border-bottom: 1px solid var(--e-global-color-6ea1e4a);
	padding-bottom: 30px;
	margin: 0px 0px 30px 0px;
}

.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container:last-child {
	border-bottom: 0px;
}

.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container:nth-child( odd ) .technical-datas-text-column {
	order: 2;
}

.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container .technical-datas-text-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container .technical-datas-text-column,
.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container .technical-datas-img {
	padding: 0px;
}

@media screen and (max-width: 767px) {
	.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container {
		display: flex;
		flex-direction: column;
		gap: 30px;
		border-bottom: 1px solid var(--e-global-color-6ea1e4a);
		padding-bottom: 30px;
		margin: 0px 0px 30px 0px;
	}

	.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container .technical-datas-img {
		order: 1 !important;
	}

	.technical-datas-styles .elementor-shortcode .technical-datas-parent-container .technical-datas-container .technical-datas-text-column {
		order: 2 !important;
	}
}

/* Page produit détail - Tableau Caractéristiques techniques */

.table-specs-styles .table-container .table-labels {
	color: var(--e-global-color-primary);
	border-bottom: 1px solid #b2b2b2 !important;
}

.table-specs-styles .table-container .table-labels,
.table-specs-styles .table-container .table-specs {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid var(--e-global-color-6ea1e4a);
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.table-specs-styles .table-container .table-specs:last-child {
	border: 0px;
}

.table-specs-styles .table-container .table-row {
	width: 25%;
}

.table-specs-styles .table-container .table-row .label {
	display: none;
}

@media screen and (max-width: 767px) {
	.table-specs-styles .table-container .table-labels {
		display: none;
	}

	.table-specs-styles .table-container .table-specs {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.table-specs-styles .table-container .table-row {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.table-specs-styles .table-container .table-row .label {
		display: flex;
		margin-right: 6px;
	}
}

/* Page produit détail - Avis */

.produit-detail-onglets button.e-n-tab-title:hover,
.produit-detail-onglets button.e-n-tab-title:focus {
	border-radius: 5px 5px 0px 0px;
}

.produit-detail-onglets .woocommerce-Reviews h2.woocommerce-Reviews-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-be6fa29-font-family), Sans-serif;
	font-size: var(--e-global-typography-be6fa29-font-size);
	font-weight: var(--e-global-typography-be6fa29-font-weight);
	text-transform: var(--e-global-typography-be6fa29-text-transform);
	line-height: var(--e-global-typography-be6fa29-line-height);
	letter-spacing: var(--e-global-typography-be6fa29-letter-spacing);
	word-spacing: var(--e-global-typography-be6fa29-word-spacing);
	margin-bottom: 40px;
}

.produit-detail-onglets .woocommerce-Reviews a {
	color: var( --e-global-color-primary );
}

.produit-detail-onglets .woocommerce-Reviews a:hover {
	color: var( --e-global-color-secondary );
}

.produit-detail-onglets .woocommerce-Reviews p.stars {
	width: fit-content;
	line-height: 10px;
}

.produit-detail-onglets .woocommerce-Reviews p.stars a {
	color: var( --e-global-color-secondary );
}

.produit-detail-onglets form label {
	display: block;
	margin: 10px 0px 5px 0px;
}

.produit-detail-onglets .woocommerce-Reviews form textarea {
	border-radius: 5px;
	border: 1px solid var( --e-global-color-6ea1e4a );
}

.produit-detail-onglets .woocommerce-Reviews .comment-respond form.comment-form p.form-submit input.submit {
	color: var( --e-global-color-988ba78 ) !important;
	border: none !important;
	border-radius: 3px !important;
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%) !important;
	padding: 12px 24px !important;
}

.produit-detail-onglets .woocommerce-Reviews .comment-respond form.comment-form p.form-submit input.submit:hover {
	background-image: linear-gradient(90deg, var(--e-global-color-text) 0%, var(--e-global-color-text) 200%) !important;
}

@media screen and (max-width: 767px) {
	/*.produit-detail-onglets .e-n-tabs button.e-n-tab-title*/
}

/* Page produit détail - Gallery */

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
	overflow: visible;
}

/* Page produit détail - Produits similaires */

.similar-products-styles section.related.products > h2 {
	color: var(--e-global-color-primary);
	text-align: center;
	border-bottom: 1px solid var( --e-global-color-6ea1e4a );
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.similar-products-styles section.related.products ul.products li.product {
	background-image: linear-gradient(90deg, var(--e-global-color-primary) -20%, var(--e-global-color-secondary) 130%);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.similar-products-styles section.related.products ul.products li.product a.woocommerce-LoopProduct-link .star-rating,
.similar-products-styles section.related.products ul.products li.product a.button {
	display: none;
}

.similar-products-styles section.related.products ul.products li.product a.woocommerce-LoopProduct-link img {
	margin: 0px;
	background-color: #ffffff;
	transition: 0.3s;
}

.similar-products-styles section.related.products ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
	color: var(--e-global-color-988ba78);
	padding: 30px 30px 5px 30px;
}

.similar-products-styles section.related.products ul.products li.product a.woocommerce-LoopProduct-link:hover img {
	opacity: 0.6;
}

.similar-products-styles section.related.products ul.products li.product a.woocommerce-LoopProduct-link span.price {
	padding: 0px 30px 30px 30px;
	margin: 0px;
}

.similar-products-styles section.related.products ul.products li.product a.woocommerce-LoopProduct-link span.price bdi {
	color: var(--e-global-color-988ba78);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: 16px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-style: var(--e-global-typography-secondary-font-style);
}

/* Page produit détail - Lightbox panier */

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__product .iconic-wsb-modal-product-summary .iconic-wsb-modal-product-summary__aside .iconic-wsb-modal-product-summary__view-cart a {
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 15px;
	color: var(--e-global-color-secondary);
	border: 1px solid var(--e-global-color-secondary);
	border-radius: 3px;
	background-color: transparent;
	padding: 12px 24px;
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__product .iconic-wsb-modal-product-summary .iconic-wsb-modal-product-summary__aside .iconic-wsb-modal-product-summary__view-cart a:hover {
	color: #ffffff;
	background-color: var(--e-global-color-text);
	border-color: var(--e-global-color-text);
	background-image: none !important;
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__product .iconic-wsb-modal-product-summary .iconic-wsb-modal-product-summary__aside .iconic-wsb-modal-product-summary__checkout a button.button {
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 15px;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
	padding: 12px 24px;
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__product .iconic-wsb-modal-product-summary .iconic-wsb-modal-product-summary__aside .iconic-wsb-modal-product-summary__checkout a:hover button.button,
.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__product .iconic-wsb-modal-product-summary .iconic-wsb-modal-product-summary__aside .iconic-wsb-modal-product-summary__view-cart a:hover {
	background-image: linear-gradient(90deg, var(--e-global-color-text) 0%, var(--e-global-color-text) 200%);
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__product .iconic-wsb-modal-product-summary .iconic-wsb-modal-product-summary__product .iconic-wsb-modal-product-summary__product-info h3.iconic-wsb-modal-product-summary__product-title,
.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__offer .iconic-wsb-modal-products .iconic-wsb-modal-products__product-list .iconic-wsb-modal-products__product h3.iconic-wsb-modal-product__title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-52716da-font-family), Sans-serif;
	font-size: var(--e-global-typography-52716da-font-size);
	font-weight: var(--e-global-typography-52716da-font-weight);
	text-transform: var(--e-global-typography-52716da-text-transform);
	line-height: var(--e-global-typography-52716da-line-height);
	letter-spacing: var(--e-global-typography-52716da-letter-spacing);
	word-spacing: var(--e-global-typography-52716da-word-spacing);
	margin-bottom: 10px !important;
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__offer .iconic-wsb-modal-products .iconic-wsb-modal-products__product-list .iconic-wsb-modal-products__product h3.iconic-wsb-modal-product__title a.iconic-wsb-modal-product__title-link {
	color: var(--e-global-color-primary);
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__offer .iconic-wsb-modal-products .iconic-wsb-modal-products__product-list .iconic-wsb-modal-products__product h3.iconic-wsb-modal-product__title a.iconic-wsb-modal-product__title-link:hover {
	color: var(--e-global-color-secondary);
}

.iconic-wsb-modal .iconic-wsb-modal__content .iconic-wsb-modal__offer .iconic-wsb-modal-products .iconic-wsb-modal-products__product-list .iconic-wsb-modal-products__product .iconic-wsb-modal-product__add-to-cart {
	display: none;
}

/* Page revendeurs */

.page-revendeurs-styles .wp-block-group h2.wp-block-heading {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-style: var(--e-global-typography-secondary-font-style);
	text-align: center;
	border-bottom: 1px solid var(--e-global-color-6ea1e4a);
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	gap: 40px;
}

.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container p {
	width: calc(25% - 30px);
	margin: 0px !important;
}

.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container p:before {
	content: "\f3c5";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: var(--e-global-color-secondary);
	margin-bottom: 8px;
}

.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container p a {
	color: var(--e-global-color-text);
}

.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container p a:hover {
	color: var(--e-global-color-secondary);
}

@media screen and (max-width: 767px) {
	.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container {
		gap: 20px;
	}

	.page-revendeurs-styles .wp-block-group .revendeurs-liste .wp-block-group__inner-container p {
		width: calc(50% - 10px);
	}
}


/* Gift card name attribute */
.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields p.form-row
{
	display: flex;
	flex-direction: column;
}

.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields
{
	order: -1;
	flex-basis: 100%;
	flex-grow: 1;
}
.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields > p
{
	max-width: 400px;
}
.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields > p > label
{
	line-height: 1em;
}
.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields p.form-row#flexible_coupon_recipient_email_field,
.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields p.form-row#flexible_coupon_recipient_message_field,
.peux-ajout-panier .elementor-add-to-cart .pdf-coupon-fields p.form-row#fc_sending_customer_delay_date_field
{
	/*display: none;*/
}

.peux-ajout-panier .elementor-add-to-cart .single_variation_wrap {
	margin-top: 20px;
}

.home-cta-container small {
	font-size: 14px;
}
.home-cta-container .nox-full-hover .elementor-button-wrapper .elementor-button{
	background-color:#000000A3 ;
}
