/*
Theme Name: Domaine Durieu Shop
Description: Theme enfant de EnvoThemes
Author: emma.satti
Author URI: https://emmasatti.fr/
Version: 2609
Template: envo-online-store
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# Variables
# Typography
# Elements
# Forms
# Widgets
# Content
# Media
# Header & Navigation
# WooCommerce
    ## Shop / Product archives
    ## Product page
    ## Cart
    ## Checkout
    ## My Account
    ## General
# Addons
    ## Contact Form 7
    ## Back In Stock
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('style-perso.css');


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --primary: #e84e0e;
  --secondary: #000;
  --texte: #000;
  --awf: #fff;
  --menu: #fff;
  --menuhover: #e84e0e;
  --h1color: #000;
  --h2color: #e84e0e;
  --h3color: #000;
  --h4color: #e84e0e;
  --link: #000;
  --linkh: #e84e0e;
  --puces: #ff7840;
  --freeship: #fce5db;
  --blockqbckg: #fef4e0;
  --blockqbckg: #fefaef;
  --blockqcolor: #000;
  --tdborder: #ccc;
  --hr: #aaa;
  --formborder: #e5e5e5;
  --formbckg: #fff;
  --footbckg: #000;
  --foottxt: #fff;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

em,
i {
  font-style: italic;
}

strong {
  font-weight: 500;
}

body,
button,
input,
select,
textarea,
.entry-content .ea-bootstrap {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  color: var(--texte);
  line-height: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

h1, h2, h3, h4 {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  font-size: 48px;
  color: var(--h1color);
  text-align: center;
  margin: 0 0 15px 0;
}

@media screen and (min-width: 500px) {
h1:before, h1:after {
  content: "~";
  margin: 0 15px;
  color: var(--primary);
}
}

@media screen and (max-width: 400px) {
h1 {
  font-size: 36px;
}
}

h2 {
  color: var(--h2color);
  font-size: 30px;
  letter-spacing: 0.05em;
  margin: 0 0 15px 0;
}

.policonf h2 {
  font-size: 23px;
  margin: 15px 0;
  border-bottom: 1px solid var(--primary);
}

h3 {
  display: inline-block;
  color: var(--h3color);
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0 80px 10px 0 !important;
  border-bottom: 1px solid var(--primary);
}

h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 300;
  color: var(--h4color);
  margin: 0 0 10px 0;
}

blockquote {
  background-color: var(--blockqbckg);
  color: var(--blockqcolor);
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 15px 15px 10px 15px;
  border-left: 5px solid var(--primary);
}

blockquote p:last-child {
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

.elementor-heading-title {
  line-height: 1.2em !important;
}

/* page générale */
.main-container {
  margin-top: 0;
  background: none;
}

.elementor hr {
  margin: 15px 0 !important;
  border-top: 1px solid var(--primary);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

article {
  width: 100% !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* label */
label {
  text-align: left;
  font-weight: 500;
}

/* inputs */
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"], textarea {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* button */
button, a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.elementor-button-wrapper .elementor-button,
.woocommerce ul.products li.product .button,
.woocommerce a.wc-forward,
.woocommerce button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .edit,
.woocommerce .single_add_to_cart_button,
.woocommerce a.checkout-button,
.woocommerce .woocommerce-Tabs-panel a,
a.wc-block-components-button {
  display: inline-block;
  border: none !important;
  background: var(--primary);
  color: #FFF !important;
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

button:hover, a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.elementor-button-wrapper .elementor-button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.wc-forward:hover,
.woocommerce button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce .woocommerce-Tabs-panel a:hover,
a.wc-block-components-button:hover,
#site-content a.wc-forward:hover {
  background: var(--secondary);
}

/* boutons Elementor */
a.elementor-button.elementor-size-md {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
}

.elementor-element.elementor-button-warning .elementor-button:hover {
  background-color: var(--primary);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul li {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  top: 10px;
  left: 0;
  width: 80%;
  max-width: 1140px;
  margin: 30px auto -20px auto !important;
  font-size: 0.75em;
  font-weight: 300;
  z-index: 100;
}

.breadcrumbs a {
  text-decoration: underline;
  color: var(--primary);
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.news-thumb {
  border-radius: 50%;
}

.cli_messagebar_head {
  font-size: 20px !important;
  font-weight: 700;
  color: #e94e1b;
}

.entry-title {
  display: none !important;
}

#site-content p {
  margin: 0 0 10px 0;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* liens */
#site-content p a,
#site-content li a,
#site-content .ea-bootstrap a,
.posted_in a, .mini_cart_item a, .cart_item a,
.cwg_iagree_checkbox a,
a.reset_variations {
  position: relative;
  color: var(--link);
  text-decoration: none;
  font-weight: bolder;
  border-bottom: 1px dotted #888;
}

#site-content p a:hover,
#site-content li a:hover,
#site-content .ea-bootstrap a:hover,
.posted_in a:hover, .mini_cart_item a:hover, .cart_item a:hover,
.cwg_iagree_checkbox a:hover,
a.reset_variations:hover {
  color: var(--linkh);
  border-bottom: 1px dotted var(--linkh);
}

/* BOUTONS ELEMENTOR */
#site-content .elementor-editor-element-settings li {
  background: none;
  margin: 0;
  padding: 0;
}

.single-content {
  padding: 0;
}

.page-area {
  padding: 0;
}

.type-post {
  max-width: 1140px;
  margin: auto;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* gallerie photos */
.gallery img {
  border: 2px solid #fff !important;
}

.gallery li {
  margin: 0 !important;
}

/* Elementor
/*------------------------------------------------------------ */
.elementor-image-carousel-caption {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/
.dropdown-menu {
  display: block;
  opacity: 0;
}

/* BOUTONS MENUS */
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  font-size: 17px;
  max-height: 40px;
  color: #000;
  text-transform: lowercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #1c91c8;
}

.navbar-default .navbar-nav > li > a:after {
  content: "|";
  padding: 0 5px;
  color: #1c91c8;
}

.main-menu {
  margin: 0 0 -15px 0;
  background: black;
}

.woo-head-icons {
  position: absolute;
  top: 5px;
  right: 50px !important;
}

@media screen and (max-width: 830px) {
.woo-head-icons {
  top: 0;
  right: 10px !important;
  width: 140px;
}
}

/* menu déroulant */
li.menu-item-has-children>a:before {
  content: "";
  margin-left: 0;
}

/* Search styling */
.header-search-form {
  top: 10px;
  border-color: var(--gris);
  border-radius: 5px;
  height: 40px;
}

input.header-search-input {
  height: 40px;
}

button.header-search-button {
  height: 38px;
  line-height: 38px;
  background-color: var(--primary);
  border-radius: 0 5px 5px 0;
  width: 48px;
}

.cart-contents span.count {
  font-size: 11px;
  color: #fff;
  background-color: var(--primary);
}

/* fond menu */
#site-navigation {
  background-color: transparent !important;
  background-color: black;
}

/* menu */
#site-navigation .container {
  width: 100%;
  padding: 0;
}

/* bouton flottants */
.header-my-account.float-login a, .header-wishlist.float-wishlist a {
  position: fixed;
  right: 6px;
  z-index: 997;
  animation: showup 1s;
  left: auto;
  float: none;
  padding: 0;
  background: #fff;
  text-align: center;
  color: #252424 !important;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.17);
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.header-wishlist.float-wishlist {
  top: 320px;
  position: fixed;
  z-index: 997;
}

.header-my-account.float-login {
  top: 220px;
  position: fixed;
  z-index: 997;
}

.site-branding-logo, .site-branding-text {
  float: left;
  margin-right: 10px;
}

/* header icons */
.header-icons {
  top: 13px;
  padding: 2px;
}

.header-icons i {
  font-size: 26px;
}

/* mini-cart */
.header-cart-block:hover ul.site-header-cart, .product-added-to-cart .header-cart-block ul.site-header-cart {
  min-width: 270px;
  max-width: 400px;
}

@media screen and (max-width: 700px) {
.header-cart-block:hover ul.site-header-cart, .product-added-to-cart .header-cart-block ul.site-header-cart {
  left: -20px;
}
}

/* icones */
a.cart-contents i, .header-my-account a, .header-wishlist a, .header-compare a, .header-search a {
  color: var(--menu);
}

a.cart-contents i:hover, .header-my-account a:hover, .header-wishlist a:hover, .header-compare a:hover, .header-search a:hover {
  color: var(--menuhover);
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/* ## Shop / archives */
.product-category li:last-child {
  clear: right;
}

/* texte catégorie */
.term-description {
  color: var(--text);
  margin: 30px 0;
}

.term-description strong {
  font-weight: 600;
}

/* Wine filter */
.wine-filters-wrapper {
  margin-bottom: 30px;
}

.wine-filter-group {
  margin-bottom: 20px;
}

.wine-filter-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wine-filter-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.wine-filter-reset-wrapper {
  margin-bottom: 10px;
}

/* Animation de la flèche du bouton */
#wine-toggle-filters .wine-filters-toggle-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

#wine-toggle-filters[aria-expanded="true"] .wine-filters-toggle-arrow {
  transform: rotate(180deg);
}

.wine-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

button.wine-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  background: #fff;
  color: #000 !important;
  border: 1px solid #666 !important;
  transition: all 0.2s ease;
}

button.wine-filter-btn:hover,
button.wine-filter-btn.is-active {
  background: #000;
  color: #fff !important;
}

/* Woo catégories */
#site-content .products li, #site-content .flex-control-nav li, #site-content .flex-control-thumbs li {
  margin: 0;
  padding: 25px 20px;
  background-image: none;
}

/* taille texte sous photo catalogue */
#site-content ul.products {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

/* FILTRES BOUTIQUE
/*------------------------------------------------------- */
.wine-filters-content {
  background: #fafafa;
  padding: 15px 15px 5px 15px;
}

#wine-filters-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 0;
}

#wine-filters-content .wine-filters-inner {
  overflow: hidden;
}

#wine-filters-content.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.woocommerce ul.products li.product.product-category a:hover img {
  border: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: initial;
}

@media only screen and (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  clear: none;
}
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  color: var(--texte);
  padding: 0 0 10px 0 !important;
}

@media screen and (max-width: 560px) {
.woocommerce ul.products li.product {
  font-size: 14px;
}
}

.woocommerce ul.products li a {
  border-bottom: none !important;
}

/* affichage prix */
.woocommerce ul.products li.product .price {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 10px !important;
}

.woocommerce ul.products li.product.product-category {
  width: 21%;
  margin: 0 20px !important;
}

.woocommerce ul.products li.product.product-category img:hover, .woocommerce ul.products li.product a img:hover, .product-category img:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  position: relative;
  background-color: transparent;
  color: var(--primary);
}

/* Produits accueil */
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
  width: 33,33%;
  padding: 0 20px;
}

.woocommerce ul.products li.product.product-category:before, .woocommerce-page ul.products li.product:before, .woocommerce-shipping-methods li:before, .woocommerce div.product div.images .flex-control-thumbs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:before,
.woocommerce ul.products li:before, .flex-control-thumbs li:before, .woocommerce-notices-wrapper li:before {
  content: "" !important;
}

.woocommerce-products-header, .products, .woocommerce-notices-wrapper {
  margin: auto !important;
}

.woocommerce-page ul.products li.product {
  position: relative;
  width: 25%;
  padding: 15px;
  text-align: center !important;
}

@media screen and (max-width: 760px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 50%;
}
}

@media screen and (max-width: 560px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
}
}

.woocommerce ul.products li.product .price {
  margin: 0;
}

.woocommerce ul.products li.product p {
  text-align: center !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: 45px;
  border-bottom: none;
}

@media screen and (max-width: 600px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: auto;
  margin-top: 15px !important;
  padding: 0;
}
}

/* .posted_in { display: none } /* catégorie sur fiche */
/* Désactive l'ombre sur l'image 
.woocommerce ul.products li.product a img:hover,
.woocommerce ul.products li.product img:hover {
  box-shadow: none !important;
  filter: none !important;
}

/* Applique une élévation subtile sur toute la carte 
.woocommerce ul.products li.product {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
/*------------------------------------------------------- */
/* Désactive l'ombre sur l'image */
.woocommerce ul.products li.product a img:hover,
.woocommerce ul.products li.product img:hover {
  box-shadow: none !important;
  filter: none !important;
}

/* Zoom fluide sur l'image au survol */
.woocommerce ul.products li.product img {
  transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.04);
}

/* fiche produit
/*------------------------------------------------------------ */
.woocommerce ul.products li.product .custom-product-price {
  font-weight: bold;
  color: var(--primary);
}

/* blocs qui n'étaient pas accessibles */
/* Woo pagination */
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 30px;
  line-height: 30px;
  margin: 5px;
  padding: 0;
  background: var(--primary);
  border-radius: 14px;
  text-align: center;
  text-indent: 0;
  font-size: 15px;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background: var(--primary);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000;
  color: #fff;
}

#site-content .woocommerce-pagination li:before {
  content: none;
  margin: 0;
}

/* hauteur ligne sous photo catalogue */
h2.woocommerce-loop-product__title {
  height: 75px;
  line-height: 26px !important;
}

/* taille texte nombre produits */
.woocommerce-result-count {
  font-size: 0.8em;
  font-weight: 500;
  color: #aaa;
}

/* titre produit fiche */
.woocommerce div.product .product_title,
.woocommerce-products-header h1 {
  padding: 0;
  margin: 40px 0 15px;
  border-bottom: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #1bd8cf;
}

/* boutique */
.woocommerce .count {
  display: none;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  display: none;
  margin: 0 calc((100% - 1140px)/2);
}

/* ## Product page */

.single-product div.product form.cart .plus,
.single-product div.product form.cart .minus {
  padding: 0;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 800;
}

.single-product div.product form.cart .plus:hover,
.single-product div.product form.cart .minus:hover {
  background: #000;
  color: #fff;
}

.product_meta {
  border-bottom: none;
}

.sku_wrapper {
  color: #aaa;
}

/* affichage nom produit */
.product h1, .product h4 {
  text-align: center;
}
.product h1 {
  font-size: 40px;
}
.product h4 {
  font-size: 30px;
}

.product h1:before, .product h1:after {
  content: "";
  margin: 0;
}

.single-product p.price {
  display: block;
  margin: 30px 0 10px 0 !important;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary) !important;
}

.variations tr {
  padding: 3px 0;
}

/* notation */
.stars a {
  color: gold;
}

.available-on-backorder {
  font-weight: 600;
  font-size: 17px;
}

/* SOULD OUT
/*------------------------------------------------------- */
.soldoutcat, .soldoutprod {
  width: 160px;
  padding: 3px 12px;
  text-align: center;
  background: var(--primary);
  color: white;
  font-weight: bold;
  font-size: 12px;
  border-radius: 15px;
}

.soldoutcat {
  position: absolute;
  top: 60px;
  right: 15px;
}

.soldoutprod {
  display: block;
  margin: auto;
}

.single-product .price {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary) !important;
  text-align: center;
}

/* Fond blanc pour la lightbox WooCommerce (PhotoSwipe) */
.pswp__bg {
  background-color: #ffffff !important;
  opacity: 0.95 !important;
}

.thwvsf-wrapper-ul .thwvsf-item-span.item-span-text {
  padding: 0 10px;
}

.woocommerce div.product form.cart {
  padding: 0 0 20px 0;
  border-top: none;
  border-bottom: none;
}

.variations th.label {
  margin-bottom: 0;
}

/* .woocommerce div.product form.cart .variations th { vertical-align: middle } */
.variations select {
  width: 100%;
  max-width: 250px;
  color: var(--text);
  border: solid 1px #999;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: #fff url("img/arrow-down.png") no-repeat right 0 center;
  padding: 7px 30px 7px 8px;
  border-radius: 0;
}

.woocommerce div.product form.cart {
  margin: 20px 0;
}

/* Optionnel : Ajuster la couleur des boutons d'action (fermer, flèches) s'ils deviennent invisibles sur fond blanc */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  filter: invert(1) !important;
}

.woocommerce div.product form.cart .variations {
  width: auto;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  vertical-align: text-bottom;
}

.woocommerce div.product form.cart .variations th {
  padding-right: 15px;
}

/* onglets */
#site-content .wc-tabs ul {
  padding: 0;
  text-indent: 0;
  margin: 0;
}

#site-content .wc-tabs li a {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  border-bottom: none;
}

@media screen and (max-width: 800px) {
/* #site-content .wc-tabs li { width: calc(14% - 4px) !important; margin: 0; font-size: 0.8em } */
#site-content .wc-tabs li {
  width: 23% !important;
}
#site-content .wc-tabs li a {
  font-size: 17px;
}
}

@media screen and (max-width: 660px) {
#site-content .wc-tabs li {
  width: 48% !important;
}
}

@media screen and (max-width: 450px) {
#site-content .wc-tabs li {
  display: table;
  width: 100% !important;
  background: var(--primary);
  border-radius: 0;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}
}

@media screen and (max-width: 450px) {
#site-content .wc-tabs li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
}

/* listes à puces */
/* #site-content ul:not(.woocommerce-MyAccount-navigation ul):not(.woocommerce-shipping-methods),
#site-content ol */
.puce ul, .woocommerce-Tabs-panel ul {
  padding-left: 15px;
  text-indent: -15px;
  margin: 0 0 10px 0;
}

/* #site-content li */
.puce li, .woocommerce-Tabs-panel li {
  margin: 0 0 7px 0;
  list-style: none;
  padding: 0;
}

/* #site-content li:not([role="presentation"]):not(.product):not(.woocommerce-MyAccount-navigation-link)::before */
.puce li:before, .woocommerce-Tabs-panel li:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background: var(--puces);
  margin-right: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:hover a {
  border-bottom: 3px solid var(--secondary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  border-bottom: 3px solid var(--primary);
}

/* bouton quantité */
.woocommerce .quantity .qty {
  border: none;
  margin: 0 3px;
  padding: 0;
  height: 26px;
  line-height: 30px;
  font-weight: 600;
}

.woocommerce span.onsale {
  background-color: var(--secondary);
  color: #fff;
  font-weight: 600;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  display: block;
  color: var(--primary);
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center !important;
}

.woocommerce div.product .woocommerce-variation-price span.price {
  text-align: left;
  margin: 0 0 30px 0;
}

.woocommerce div.product section.related span.price {
  display: block;
  background: none;
  color: var(--primary) !important;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
}

.woocommerce-product-details__short-description {
  margin-top: 30px;
}

/* .woocommerce .woocommerce-result-count { display: none } nombre de produits dans page catégorie */
.woocommerce div.product /*, article.col-md-12*/ {
  width: calc(100% - 60px) !important;
  max-width: 1140px;
  margin: 30px auto !important;
}

/* vignettes page produit */
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  margin: 5px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 120px;
  opacity: 1;
  border: 1px solid #ccc;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 0.5;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.woocommerce div.product .stock {
  display: none;
}

@media screen and (max-width: 560px) {
.woocommerce div.product div.images .flex-control-thumbs {
  zoom: 0.8;
}
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px !important;
}
@media screen and (max-width: 480px) {
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 0 !important;
}
}


/* état stock */
.woocommerce div.product p.stock {
  font-weight: 600;
  font-size: 17px;
}

.woocommerce .woocommerce-notices-wrapper ul, .woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  text-indent: 0 !important;
  margin: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 3px;
}

/* largeur onglets */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: 24% !important;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 5px;
}
}

@media screen and (max-width: 480px) {
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  border-bottom: none;
}
}

.woocommerce div.product .woocommerce-tabs h3 {
  font-size: 20px;
}


/* tableau note presse */
.woocommerce div.product .woocommerce-tabs table {
    width: auto;
    margin: auto;
    padding: 10px;
    background: #fafafa;
}
.woocommerce div.product .woocommerce-tabs th, .woocommerce div.product .woocommerce-tabs td {
  padding: 7px;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs td {
    width: 180px;
    border-top: 1px solid #ccc;
    vertical-align: top;
    line-height: normal;
}
.woocommerce div.product .woocommerce-tabs td:first-child {
    width: 100px;
}
/* png note presse */
.woocommerce div.product .woocommerce-tabs img {
  max-width: 110px;
    margin: auto;
}
@media screen and (max-width: 720px) {
.woocommerce div.product .woocommerce-tabs td { width: 150px }
.woocommerce div.product .woocommerce-tabs td:first-child { width: 80px }
}
@media screen and (max-width: 480px) {
.woocommerce div.product .woocommerce-tabs th, .woocommerce div.product .woocommerce-tabs td { padding: 6px 4px }
.woocommerce div.product .woocommerce-tabs td { width: auto }
.woocommerce div.product .woocommerce-tabs img { width: 60px }
}
.woocommerce div.product .woocommerce-tabs em {
    font-size: 0.7em;
}

.woocommerce .related {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

/* catégories et étiquettes */
.woocommerce .posted_in, .tagged_as {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
}

/* ## Cart */

.float-cart .amount-cart {
  display: block;
  background: transparent;
  color: #666;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
}

.float-cart .amount-cart:before {
  display: none;
}

/* étiquette caddie */
.amount-cart {
  color: #fff;
  background: var(--primary);
  font-size: 13px;
}

.amount-cart:before {
  border-right: 7px solid var(--primary);
}

/* #site-content a.wc-forward {
	color: var(--primary) !important;
}
#site-content a.wc-forward:hover {
	font-weight: 600;
	background: var((--primary)15) !important;
} */
/* panier */
.freeship {
  background: var(--freeship);
  color: var(--primary);
  font-weight: 600;
  text-align: center !important;
}

.cart_item .product-name {
  font-weight: 600;
}

.cart_totals td {
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 760px) {
td.product-quantity::before {
  width: calc(100% - 55px);
  text-align: left;
}
}

.product-quantity {
  width: 80px;
}

.product-total, .cart-subtotal td, .shipping td, .order-total td {
  text-align: right;
  padding-right: 10px !important;
}

@media screen and (max-width: 800px) {
.remove:before {
  position: absolute;
  left: 40px;
  content: " supprimer";
  font-size: 15px;
  margin-top: 5px;
}
}

@media screen and (max-width: 800px) {
.product-total, .cart-subtotal td, .shipping td, .order-total td {
  padding-right: 10px !important;
}
}

@media screen and (max-width: 760px) {
td.product-quantity input[type="number"] {
  width: 55px;
}
}

/* marge dans mini shopping cart */
.widget_shopping_cart {
  margin: 15px 10px -10px 10px;
}

.woocommerce-cart-form .coupon #coupon_code {
  width: 100%;
  vertical-align: middle;
}

.woocommerce-cart-form .coupon {
  width: 100%;
  max-width: 550px;
}

@media screen and (max-width: 760px) {
.woocommerce-cart-form .coupon #coupon_code, .woocommerce-page table.cart td.actions .coupon .button {
  width: 100%;
  max-width: 100%;
  height: 38px;
}
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 2px 10px;
}

.woocommerce-checkout-review-order-table .cart_item {
  font-weight: 300 !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 2px 10px;
}

.woocommerce a.remove {
  color: var(--primary) !important;
}

.woocommerce a.remove:hover {
  background: var(--primary);
}

.woocommerce a.restore-item, .woocommerce a.showcoupon {
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 800px) {
/* bloc coupon */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 35%;
}
}

.woocommerce table.shop_table, .cart_totals table.shop_table {
  border: none;
}

.woocommerce .product-price, .woocommerce .product-quantity, .woocommerce .product-subtotal {
  text-align: center;
}

.woocommerce a.remove {
  color: var(--primary) !important;
}

.woocommerce a.remove:hover {
  background: var(--primary);
}

.woocommerce a.restore-item, .woocommerce a.showcoupon {
  color: var(--primary);
  font-weight: 500;
}

.woocommerce-shipping-destination {
  display: none;
}

/* txt option expéd */
.woocommerce-shipping-calculator {
  text-align: left;
}

.woocommerce table.cart img {
  height: 100px;
  width: auto;
}

/* ## Checkout */

#billing_country_field {
  margin: 15px 15px 10px 0;
  padding: 8px 8px 0 12px;
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
}

.wooccm-additional-fields {
  background: #fafafa;
  padding: 5px 0 0 10px;
  margin-bottom: 20px;
  border-left: 5px solid #f9ca63;
}

button#place_order {
  border-radius: 10px;
  text-transform: uppercase;
}

/* total */
.wc-proceed-to-checkout .checkout-button {
  font-size: 1.3em !important;
}

label[for=payment_method_stripe] {
  margin-left: 15px;
}

#billing_country_field label {
  display: inline-block;
  margin-right: 8px;
}

#billing_country_field label:after {
  content: " : ";
}

/* @media screen and (max-width: 1140px) {
	.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin: 0 40px }
}
@media screen and (max-width: 600px) {
	.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; text-align: center; }
} */
.woocommerce-shipping-methods label {
  display: none;
}

.woocommerce form .form-row, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  padding: 0;
  margin: 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0;
}

.woocommerce-checkout #payment div.form-row {
  padding: 15px;
}

.woocommerce form .form-row, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin: 0 0 15px 0;
}

.order-total, .wc-block-components-totals-footer-item {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.3em;
}

/* commande */
p.wc-block-components-checkout-order-summary__title-text {
  margin: 0 0 10px 20px !important;
}

#site-content ul.woocommerce-shipping-methods {
  padding-left: 0;
  text-indent: -50px;
  text-align: left;
}

@media screen and (max-width: 800px) {
#site-content ul.woocommerce-shipping-methods {
  text-indent: -10px;
}
}

/* case à cocher CGV */
/* chekout */
#site-content .woocommerce-order-overview li {
  margin: 20px;
}

/* ## My Account */

/* account */
.woocommerce-MyAccount-navigation li {
  margin-bottom: -1px !important;
  padding: 10px !important;
  font-family: "Cinzel", serif;
  font-style: normal;
}

.woocommerce-MyAccount-navigation li a {
  font-weight: 400;
  border-bottom: none !important;
}

.woocommerce-MyAccount-navigation li.is-active {
  font-weight: 450 !important;
}

/* ## General */

[data-tooltip]:before {
  padding: 5px;
  font-size: 11px;
}

[data-tooltip]:before {
  z-index: 99999;
}

/* étiquettes icones woo */
[data-tooltip]:before {
  bottom: 25px;
}

[data-tooltip]:after {
  display: none;
}

@media screen and (max-width: 830px) {
[data-tooltip]:before {
  bottom: -35px;
}
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-size: 16px !important;
  color: var(--texte);
  border: 1px solid var(--formborder);
  background: var(--formbckg);
  padding: 5px;
}

/* .woocommerce div.product { width: 100% !important } */
/* boutons désactivés */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 0 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #444;
}

.woocommerce a.added_to_cart {
  padding-top: 0;
  display: block;
}

#site-content .woocommerce li {
  margin: 0;
}

/* icone sur message */
.woocommerce-message::before {
  color: #fff;
}

/* barre message */
.woocommerce-message {
  border-top-color: none;
}

ul.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 auto 2em auto;
  position: relative;
  background-color: var(--primary25);
  color: #000;
  border-top: none;
  list-style: none outside;
  max-width: 1140px;
  word-wrap: break-word;
  border-radius: 5px;
  z-index: 200;
}

.woocommerce-info a {
  color: #fff;
}

.woocommerce-info a:hover {
  color: var(--primary);
}

.woocommerce-message::before, .woocommerce-error::before {
  color: var(--primary);
}

/* barre notif boutique démo */
.woocommerce-store-notice, p.demo_store {
  position: relative;
}

/* pavé alertes */
#site-content .wc-block-components-notice-banner.is-info,
#site-content .wc-block-components-notice-banner.is-success {
  margin-top: 20px;
  border-color: var(--primary);
  color: var(--primary);
  background-color: var((--primary)15);
}

#site-content .wc-block-components-notice-banner.is-info>svg,
#site-content .wc-block-components-notice-banner.is-success>svg {
  background-color: var(--primary);
}

.wc-block-components-product-name {
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
}

/* titre produit */
.wc-block-components-product-name:hover {
  color: var(--secondary);
}

.woocommerce-Price-amount {
  font-weight: 600;
}

/* prix */
.woocommerce-info::before {
  color: var(--primary);
}

/* icone info */
.woocommerce-info a {
  color: #fff;
  font-weight: 600;
}

.woocommerce-info a:hover {
  color: var(--primary);
}

.order-total .woocommerce-Price-amount {
  color: var(--primary);
  font-weight: 700;
}

@media screen and (max-width: 760px) {
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) " : ";
}
}

@media screen and (max-width: 760px) {
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
  width: 100%;
}
}

@media screen and (max-width: 760px) {
.woocommerce table.shop_table_responsive tr td.product-name {
  text-align: left !important;
}
}

.woocommerce table.shop_table .woocommerce-Price-amount {
  font-size: inherit;
}

.woocommerce table.shop_table td {
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}

@media screen and (max-width: 800px) {
.woocommerce table.shop_table_responsive tr.shipping td::before {
  display: block;
  float: none;
  margin-bottom: 5px;
  text-align: left !important;
}
}

.woocommerce-Price-amount {
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Addons
--------------------------------------------------------------*/
/* Contact Form 7
/*------------------------------------------------------------ */
.wpcf7 p {
  margin: 0 0 20px 0;
  font-weight: 400;
}

.wpcf7-list-item {
  margin: 0 0 10px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

/*--------------------------------------------------------------
/* Back In Stock — CSS spécifique à l'addon
/*------------------------------------------------------------ */
.cwg-design-minimal .cwginstock-panel-heading h4 {
  font-size: 17px !important;
  font-weight: 400;
  color: var(--primary) !important;
  text-transform: uppercase;
}

.cwg-design-minimal input[type="text"],
.cwg-design-minimal input[type="email"],
.cwg-design-minimal input[type="tel"] {
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
}

/* .woocommerce div.product .out-of-stock { display: none; color: var(--secondary) } */
.cwginstock-subscribe-form .panel-primary {
  margin-top: 20px;
  border: none !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 20px;
}

.cwginstock-subscribe-form .panel-heading {
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent !important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
  border: none !important;
  border-color: transparent !important;
}

.cwginstock-subscribe-form .panel-body {
  padding: 0 !important;
}

.cwginstock-subscribe-form .col-md-12 {
  padding: 0 10px !important;
}

.cwginstock-subscribe-form .cwginstock-subscribe-form__form div,
.cwginstock-subscribe-form .cwginstock-subscribe-form__form p {
  margin: 0 0 15px 0 !important;
}

/* dézingue Boutons Woo */
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default {
    width: 60px !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock.out_of_stock {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::before {
    display: none !important
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock.out_of_stock::after {
    content: "M’avertir" !important;
    height: 15px !important;
    background: none !important;
    top: 50% !important;
    transform: rotate(0) !important;
    font-family: "Cinzel", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: var(--primary);
}