/*HEADER*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a {
  font-family: "Josefin Sans";
}

a {
  color: #006043;
}

body > main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1 0 auto;
}

#footer {
  flex-shrink: 0;
}

#wrapper
{
  background-color: #f9f7f3!important;
}

#header .header-nav {
  max-height: inherit;
}

.header-nav {
  background: #f9f7f3;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0 10px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  display: flex;
  gap: 25px;
  align-items: center;
}

.header-left .header-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: opacity 0.2s;
}
.header-left .header-link span {
  width: 100px;
}
.header-left .header-link:hover {
  opacity: 0.7;
}

.header-left .header-link img {
  width: 38px;
  height: 38px;
}

.header-center {
  text-align: center;
}

#header .header-center .logo {
  max-width: 200px;
  height: auto;
}

#_desktop_cart{
  box-sizing: initial;
}
#header .header-nav .blockcart {
  background: transparent;
  display: flex;
  gap: 10px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #F3EFE7;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
  text-decoration: none;
}

.header-icon:hover {
  background-color: #006043;
  color: #484848!important;
}
.header-icon:hover i{
  color: #ffffff !important;
}

#header .header-nav .cart-preview.active i {
  color: #484848!important;
}


#header .header-nav .cart-preview.active .header-icon:hover i{
  color: #ffffff!important;
}


#header .header-nav .cart-preview.active i {
  color: #484848!important;
}

.header-icon .material-icons {
  font-size: 22px;
  color: #333;
}

/*SEARCH BAR*/


.header-row button:focus {
  outline: none;
}

.header-row a:focus{
  outline: none;
}

.search-widget {
  flex: 1;
}

.search-widget form input[type=text]{
  border: none;
  padding: 4px;
}


.search-widget form input[type=text]:focus{
  color: #232323;
  background: transparent;
  outline: none;
}

#header .header-nav .cart-preview.active .search-widget button[type=submit] i{
  color: #2d6149!important;
}

.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  background: #fff;
  padding: 5px 15px;
}
/*.page-not-found #search_widget{*/
/*  display: none;*/
/*}*/
.search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0px 5px;
  font-size: 14px;
  outline: none;
  color: #333;
}

.search-input::placeholder {
  color: #bbb;
}

.search-btn {
  background: none;
  border: none;
  padding-right: 10px;
  cursor: pointer;
  color: #2d6149;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.search-btn:hover {
  color: #2d6149;
}

/*SEARCH BAR END*/

.cart-icon {
  position: relative;
}

.cart-products-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #2d6149;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
#_desktop_cart {
  display: flex;
  justify-content: flex-end;
}

.blockcart.cart-preview {
  display: flex;
  gap: 15px;
  align-items: center;
}
.search-widget form input[type=text] {
  min-width: inherit;
}

#search_widget_custom {
  flex: 0 0 150px;
  max-width: 150px;
}

.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  background: #fff;
  padding: 5px 15px;
}

.search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0px 5px;
  font-size: 14px;
  outline: none;
  color: #333;
  width: 80px;
}
@media (max-width: 991px) {
  .header-center .logo {
    max-width: 200px;
  }

  .search-overlay {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-row {
    flex-wrap: wrap;
  }

  .header-left {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .header-center {
    order: 1;
  }

  .header-right {
    order: 2;
  }
}

#header .header-nav .cart-preview.active {
  background: none!important;
}

/*MEGAMENU*/

#header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li > a, .layout_layout1 .ybc-menu-vertical-button {
  font-family: Josefin Sans;
  font-weight: 400;
  font-size: 13px;
  leading-trim: Cap height;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}

.ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
  flex: 1 0 auto;
}

.layout_layout1 .ets_mm_megamenu_content {
  background: #f9f7f3 !important;
  border-top: none !important;
}

.mm_menu_content_title{
  min-height: 32px;
}

.layout_layout1 .ets_mm_megamenu_content {
  background: #f9f7f3 !important;
  border-top: none !important;
  margin-top: 10px;
  padding-bottom: 10px;
}
.header-nav{
  box-shadow: none;
}
#header, .ets_mm_megamenu.layout_layout1, .layout_layout1.ets_mm_megamenu .mm_columns_ul{
  background: #f9f7f3 !important;
}
.megamenu_red a, .megamenu_red i, .megamenu_green a {
  color: white !important;
}

.menu_ventes_christmas span, .megamenu_red span{
  background-color: #AD4145;
  border-radius: 3px;
  color: #fff;
}

.megamenu_green span {
  background-color: #007540;
  border-radius: 3px;
  color: #fff;
}

.mm_menus_li {
  border: none!important;
  margin-left: 5px !important;
  margin-right: 5Px !important
}

.mm_menu_content_title{
  min-height: 26px;
  padding: 0 8Px;
  margin-bottom: 10px;
}

.megamenu_red a:hover, .megamenu_green a:hover {
  color: #484848 !important;
}

/*BODY*/

.links #order-slips-link, .links #discounts-link{
  display: none!important;
}

.full-width-bg {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: white;
  padding: 80px 20px 120px;
  overflow: hidden;
}

.homefeatured_section .full-width-bg, .homefeatured_pl_section .full-width-bg {
  padding: 0;
}

.homefeatured_pl_section .full-width-bg {
  margin-top: 20px;
}

/* HOMEFEATURED */
.homefeatured_h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

#homefeatured_h1_title {
  font-family: Josefin Sans;
  font-weight: 250;
  font-size: 45px;
  line-height: 110.00000000000001%;
  text-align: center;
  text-transform: uppercase;
}

.homefeatured_title {
  font-family: Josefin Sans;
  font-weight: lighter;
  font-size: 45px !important;
  line-height: 110% !important;
  text-transform: uppercase;
  padding: 10px 20px 0px 20px;
  flex: 1 0 auto;
  margin-right: 30px;
  color: #13110C !important;
  margin-top: 18px;
}

#homefeatured_h1_subtitle {
  font-family: Josefin Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
  text-transform: uppercase;
  color: #007540;
}

.home_cat {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.home_cat_holder {
  height: 290px;
  display: flex;
  flex: 1 1 22%;
  max-width: 22%;
  flex-direction: column;
  padding: 0px;
  border: 3px solid transparent;
}

.home_cat_holder a img {
  max-width: 100%;
  border-radius: 10px;
}

.home_cat_text_holder {
  color: #13110C;
  font-family: Josefin Sans;
  font-weight: 300;
  font-size: 18px;
  line-height: 110.00000000000001%;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}

.home_cat_text_holder a {
  color: #13110C;
}

.home_cat_btn:hover {
  background-color: #007540;
  color: white;
  border-color: #007540;
}

.home_cat_btn {
  border: 1px solid #13110C;
  border-radius: 30px;
  padding: 14px 41px;
  margin: auto;
  font-family: Josefin Sans;
  color: #13110C;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

.hp_list_title {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 30px;
}

.hp_list_title hr {
  width: 100%;
  margin-top: 40px;
}

.hp_list_footer {
  text-align: right;
  font-size: 12px;
  color: #13110C;
  margin-bottom: 20px;
}

.hp_list_footer a {
  color: #777777;
  text-decoration: none;
}

.hp_list_footer i {
  color: #fff;
  background-color: #AD4145;
  padding: 11px 15px;
  border-radius: 20px;
}

.header-user-menu {
  position: relative;
}

.user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  min-width: 150px;
  display: none;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 10;
}

.header-user-menu:hover .user-dropdown {
  display: flex;
}

.user-dropdown a {
  padding: 12px 15px;
  text-decoration: none;
  color: #333!important;
  border-bottom: 1px solid #f0f0f0;
}

.user-dropdown a:last-child {
  border-bottom: none;
}

.user-dropdown a:hover {
  background: #f9f7f3;
}

/*FOOTER*/
#footer {
  padding-top: 0;
}

.footer-container {
  margin-top: 0;
  padding-top: 0;
  background-color: #007540;
}

.footer-container #footer {
  color: #777777;
  background-image: url(/img/leaf_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#footer_header {
  padding: 40px 20px 0 20px;
  text-align: center;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
}

#footer_header p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

#footer_header img {
  max-width: 120px;
  margin-bottom: 20px;
}

#block_myaccount_infos .myaccount-title a, .footer-container .h4{
  font-family: Josefin Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #F9F7F3;
  margin: 0 0 25px 0;
}

.footer-container #footer ul li a, #contact-infos{
  color: #a4a4a4;
  letter-spacing: 0.06em;
  font-family: Josefin Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 250%;
  color: #F9F7F3;
}

.footer-container #footer .footer_bottom {
  overflow: hidden;
  background: #002318;
  padding-bottom: 15px;
  margin-top: 50px;
}

.footer-container #footer .footer_bottom p {
  float: left;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #e2e2e2;
}

.footer-container #footer .footer_bottom p a {
  display: inline;
  font-size: inherit;
  color: #006043;
}

.footer_payment_method {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.footer-container .footer_bottom .container {
  position: relative;
  height: 40px;
}

.footer_payment_method img {
  max-width: 48px;
  background-color: #fff;
  margin: 0px 5px;
}

#footer .h3{
  font-family: Josefin Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #F9F7F3;
  margin: 0 0 25px 0;
}
.footer-container .links ul{
  background-color:transparent;
}

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}



/*PRODUCT LIST*/

#products .products, .featured-products .products, .product-accessories .products {
  width: 100%;
}

.product-miniature .product-title a {
  font-size: 17px;
  line-height: 23px;
  color: #3a3939;
  margin-bottom: 0;
  font-family: "Josefin Sans";
  text-transform: uppercase;
}

.product-miniature .thumbnail-container {
  background-color: transparent;
}

.homefeatured_title.flash {
  color: #fff !important;
  background-color: #AD4145;
}

.cat-desc {
  font-size: 14px;
  margin: 20px 0px;
}
#category .block-category{
  background-color: transparent;
}

.product-flag.on-sale, .product-flag.out_of_stock, .product-flag.pack, .product-flag.new, .product-flag.discount{
  display: none;
}

.block-category{
  min-height: inherit;
  margin-bottom: 0;
}

#js-product-list-top{
  display: none;
}
.quick-view.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 50px;
  min-width: 50px;
  border-radius: 40px;
  padding: 12px;
  flex: 1;
  margin: 0px 1px;
  background-color: rgba(0, 117, 64, 0.46);
  border: none;
  text-align: center;
  height: 46px;
  color: #fff!important;
  right: 5px;
  bottom: 0;
  position: absolute;
}
.quick-view.disabled i {
  font-size: 14px;
  line-height: 18px;
}
/*PRODUCT PAGE*/

.product-cover {
  margin-top: 51px;
}

.product-cover img {
  background: transparent;
}

#product #content {
  max-width: inherit;
}

#product .product-price, .quickview .product-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #3f3f3f;
}

#product .product-prices{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.quickview .product-prices {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.has-discount .discount {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.2125rem 0.525rem;
}

.quickview .has-discount .discount{
  top: 35px;
}
.product-prices .tax-shipping-delivery-label {
  margin-left: 8px;
}

#product .product-flags {
  position: absolute;
  top: 20px;
}

#product .product-container .product_right_panel_up{
  background-color: white;
  padding: 50px;
  padding-top: 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#product .product-container .product_right_panel_up h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #007540;
}

#product .product-information .product-description p {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #13110C;
}

.content, .see-more {
  display: block;
  margin: 20px auto;
  text-align: center;
  color: #007540;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.product-description.truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 144px;
}

.product_right_panel_up .product-information .product-description {
  padding: 0 0 15px;
  word-wrap: break-word;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #13110C;
}

.intensity_holder {
  border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border: 0px solid #000000;
  background-color: #fff;
  max-width: 140px;
  text-align: center;
  padding: 10px 20px;
  color: #007540;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
}

.intensity_rate_holder {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}

.intensity_rate_filled {
  background-color: #007540;
}

.intensity_rate {
  border: 1px solid #007540;
  width: 20px;
  height: 10px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  margin: 0 2px;
}

.quickview_cta{
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  font-family: "Josefin Sans";
  text-transform: uppercase;
}

.product-miniature .product-price-and-shipping {
  margin-top: 30px;
  /*bottom: 15px;*/
  /*position: absolute;*/
  width: 100%;
}

a.js-quick-view {
  font-weight: 300;
  text-transform: uppercase;
  max-width: 50px;
  min-width: 50px;
  border-radius: 40px;
  padding: 12px;
  flex: 1;
  margin: 0px 1px;
  background-color: #007540;
  border: none;
  text-align: center;
  height: 46px;
  font-size: 21px;
  color: #fff;
  right: 5px;
  bottom: 0;
  position: absolute;
}

.price_box{
  position: absolute;
  bottom: 10px;
}
.product-price-and-shipping .price-box-in {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.product-price-and-shipping .price {
  font-weight: bold;
  font-size: 18px;
}

.product-price-and-shipping .price_prefix {
  font-weight: bold;
  font-size: 14px;
}
.price {
  font-size: 13px;
  color: #777777;
  white-space: nowrap;
}

.on_sale, .on_sale .price, .on_sale .old-price {
  color: #AD4145 !important;
  font-weight: 600;
}

.product-miniature .product-description {
  background: transparent;
  min-height: 150px;
}

.product-miniature .product-price-and-shipping {
  text-align: left;
}
.product-miniature .product-title {
  text-align: left;
}

.products.row .product{
  margin: 20px 0;
}

.product-miniature .thumbnail-container .product-thumbnail img{
  margin: 25px 0px;
}
/*PRODUCT DISCOUNTS*/

.container_label {
  position: absolute;
  top: 0;
  left: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-items: end;
}

.product-flags {
  position: relative;
}

.product_sale_label, .product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage{
  background-color: #AD4145;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  line-height: 12px;
  font-size: 10px;
  margin: 1px 0px;
  width: fit-content;
}

.quantityDiscountHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.quickview .quantityDiscountHolder{
  justify-content: space-around;
}

.qty_per_gram_qty_selector {
  display: flex;
  flex-direction: column;
}

.qty_per_gram_qty_selector.selected .discount_per_gram {
  background-color: #007540;
  color: #fff;
}

.qty_per_gram_qty_selector div {
  flex: 1 0 auto;
}

.discount_per_gram {
  min-width: 56px;
  height: 56px;
  border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  background-color: #F5F1EB;
  padding: 0;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 4px 2px;
  cursor: pointer;
  line-height: 14px;
  border: 1px solid #efefef;
}

.qty_per_gram_qty_selector.selected .per_gram_price {
  color: #007540;
  font-weight: 700;
}

.qty_per_gram_qty_selector div .per_gram_price {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  display: block;
}

.discount_per_gram span {
  white-space: nowrap;
}

.qty_per_gram_qty_selector:hover .discount_per_gram {
  background-color: #00754036;
}

.label_box{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.label-sale {
  font-family: "Josefin Sans";
  font-weight: 600;
  min-width: 120px;
  background-color: rgb(173, 65, 69) !important;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  display: block;
}
.product .product-miniature .thumbnail-container .thumbnail-top .label_box a{
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #3f3f3f;
}

.product_timer_text {
  font-family: Josefin Sans;
  font-size: 12px;
  leading-trim: Cap height;
  text-transform: uppercase;
}

.label-new, .label-sale {
  padding: 5px 0;
}

#product_reassurance_holder {
  background-color: #006043;
  color: #fff;
  padding: 10px;
  margin-bottom: 32px;
  display: inline-block;
}
#product_reassurance_holder {
  background: #F5F1EB;
  margin: 0px;
}

.product_reassurance_element {
  display: flex;
  flex-direction: row;
  background: transparent;
  color: #13110C;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0px;
  padding: 4px 20px;
  max-height: 74px;
}

.product_reassurance_element img {
  margin-right: 30px;
  line-height: 50px;
  text-align: center;
}

.product_reassurance_element_colored {
  color: #007540;
  font-weight: bold;
}

.sponsorship_panel {
  display: flex;
  flex-direction: row;
  padding: 10px 40px;
  background: #AD4145;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sponsorship_panel i {
  margin-right: 20px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  min-width: 40px;
  color: #F9F7F3 !important;
}

.sponsorship_panel p {
  margin: 0px;
  color: #F9F7F3 !important;
}

.btn.btn-primary.add-to-cart {
  border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border: 0px solid #000000;
  background: #007540;
  border: 0;
  padding: 0 20px;
  color: white;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 400;
}

.btn.btn-primary.add-to-cart i{
  display: none;
}

.cbd_label{
  text-align: left;
  color: #333;
  z-index: 100;
  font-size: 10px;
  line-height: 12px;
  height: 30px;
  margin: auto;
  margin-top: 4px;
}

/*STICKY MENU*/

.sticky_menu{
  display: none;
}
.scroll_heading .sticky_menu{
  display: flex;
  position: relative;
  left: -100px;
  z-index: 10;
}

.scroll_heading.layout_layout1 .mm_menus_li{
  align-content: end;
}

.scroll_heading .mm_menus_ul{
  padding-right: 90px;
}

.sticky_menu a{
  margin-right: 10px;
}

.ybc-menu-toggle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.sticky_menu_mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ybc-menu-button-toggle_icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/*END STICKY MENU*/

/*MORE */

.more_info_content {
  display: none;
  padding: 40px 0;
}

.more_info_title i {
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 110%;
  font-size: 32px;
  font-weight: 100;
}

.more_info_holder .more_info_title span, .more_info_holder .more_info_title h2 {
  font-style: normal;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 14px;
  font-weight: 300;
  color: #777777;
}

.more_info_title {
  position: relative;
  border-bottom: 2px solid #EDEBE6;
  cursor: pointer;
}

.product_flower_h3 {
  font-weight: 400;
  font-size: 16px;
  color: #13110C;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product_flower_h3.perfume {
  margin-top: 60px;
}

#perfume_holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
}

.perfume_element {
  display: flex;
  flex-direction: column;
  min-width: 160px;
}

.perfume_element span {
  color: #007540;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.perfume_picto_holder {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#flower_effects_holder {
  margin-bottom: 30px;
}

#description_right_holder {
  background-color: #F3EFE7;
  border-radius: 60px;
  padding: 50px 30px;
  max-width: 350px;
  margin: auto;
}

#description_right_holder h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #13744B;
  margin-bottom: 24px;
}

#region_img {
  text-align: center;
}

#region_img img {
  max-width: 160px;
}

.description_right {
  margin: 30px 0;
}

#description_right_holder .region_desc_title {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #13110C;
}

.description_right p {
  font-weight: 400;
  font-size: 12px;
  color: #13110C;
  margin-top: 4px;
}

.flower_effects_element {
  display: flex;
  flex-direction: column;
}

.flower_effects_progressbar_bg {
  background-color: #e5e5e5;
  height: 10px;
}

.flower_effects_progressbar_5 {
  background-color: #007540;
  height: 10px;
  width: 100%;
}

.flower_effects_progressbar_4 {
  background-color: #007540;
  height: 10px;
  width: 80%;
}

.flower_effects_progressbar_3 {
  background-color: #007540;
  height: 10px;
  width: 60%;
}

.flower_effects_progressbar_2 {
  background-color: #007540;
  height: 10px;
  width: 40%;
}

.flower_effects_progressbar_1 {
  background-color: #007540;
  height: 10px;
  width: 20%;
}

.flower_effects_progressbar_0 {
  background-color: #007540;
  height: 10px;
  width: 0%;
}

.flower_effects_element h3 {
  font-size: 14px;
  margin-top: 18px;
  font-weight: 700;
  color: #007540;
  text-transform: uppercase;
}

#footer #block_paygreen_infos{
  display: none;
}


.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #007540;
  border-color: transparent;
}

.ets_mm_block_content a, .ets_mm_block * {
  font-size: 14px;
}

/*B2B FORM*/
.b2b_label {
  color: #007540;
  font-size: 20px;
  text-transform: uppercase;
}

.b2b_center_block{
  text-align: center;
  position: relative;
}
.b2b_center_block:first-of-type {
  margin-bottom: -100px;
}

span.b2b_big_title {
  text-transform: uppercase;
  color: #007540;
  font-family: Josefin Sans;
  font-size: 86px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
span.b2b_big_subtitle {
  text-transform: uppercase;
  color: #000000;
  font-family: Josefin Sans;
  font-size: 54px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
span.b2b_big_caption {
  font-family: Josefin Sans;
  text-transform: uppercase;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.03em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  z-index: 1;
  position: relative;
}

img.b2b_header_img{
  position: relative;
  width: 481px;
  height: 362px;
  top: -60px;
  z-index: 0;
}

.b2b_title{
  font-family: Josefin Sans;
  text-transform: uppercase;
  color: #007540;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.b2b_subtitle{
  font-family: Josefin Sans;
  color: #000000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.b2b_center_block p{
  font-family: Josefin Sans;
  max-width: 550px;
  margin: 10px auto;
  color: #13110C;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.b2b_button {
  width: 249px;
  height: 45px;
  background-color: #007540;
  border-radius: 27.5px;
  border-color: transparent;
  display: block;
  margin: 16px auto;
  padding: 15px 0;
}

.b2b_button:hover {
  background-color: #387142;
}

.b2b_button span{
  font-family: Josefin Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 17.34px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  text-transform: uppercase;
}

.b2b_center_block p b{
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#b2b_block_rassurance{
  text-align: center;
  position: relative;
  max-width: 1000px;
  border-radius: 80px 80px 0px 80px;
  background-color: #ffffff;
  margin: 60px auto 80px auto;
  padding: 60px 80px;
  box-shadow:
    2px 12px 26px 0px rgba(0, 0, 0, 0.1),
    8px 46px 47px 0px rgba(0, 0, 0, 0.09),
    18px 105px 64px 0px rgba(0, 0, 0, 0.05),
    32px 186px 76px 0px rgba(0, 0, 0, 0.01),
    50px 291px 83px 0px rgba(0, 0, 0, 0);
  z-index: 2;
}

#b2b_block_rassurance .b2b_title{
  max-width: 740px;
}

#b2b_block_rassurance .b2b_subtitle{
  line-height: 0px!important;
}

#b2b_block_rassurance .b2b_title, #b2b_block_rassurance .b2b_subtitle{
  display: block;
  margin: auto;
}

.b2b_rassurance_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.b2b_rassurance_item {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 800px;
  margin-bottom: 10px;
  width: 100%;
}

.b2b_rassurance_content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.b2b_rassurance_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: Josefin Sans;
  font-size: 26px;
  font-weight: 700;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: rgba(19, 17, 12, 1);
}

.b2b_rassurance_txt {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Josefin Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(19, 17, 12, 1);
  text-align: justify;
}

#create-account_form button{
  max-width: 400px;
  background-color: rgba(176, 69, 73, 1);
  border-radius: 39px;
  padding: 22px;
  height: 70px;
  width: auto;
}

#create-account_form button:hover{
  background-color: rgb(143, 60, 63);
}

#create-account_form button span{
  text-transform: uppercase;
  font-family: Josefin Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.9px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#b2b_center_block_more hr{
  border: 0;
  height: 1px;
  background-color: rgba(209, 203, 192, 1);
}

.b2b_rassurance_more_title{
  font-family: Josefin Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(19, 17, 12, 1);
  text-transform: uppercase;
}

.b2b_rassurance_more_txt, #b2b_center_block_more ul li{
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.b2b_rassurance_more_txt, #b2b_center_block_more ul li{
  margin: 10px 0;
}

.b2b_rassurance_more_txt, #b2b_center_block_more ul{
  margin-top: 20px;
}

#b2b_center_block_more{
  position: relative;
  text-align: center;
  padding: 0 100px;
}

#b2b_center_block_more .b2b_rassurance_more_title{
  display: block;
  margin: 30px auto;
}

#b2b_mail_label{
  color: #007540;
  font-size: 20px;
  text-transform: uppercase;
}

#b2b_mail_input{
  text-align: center;
  line-height: 28px;
  width: 200px;
  margin-top: 10px;
}

.b2b_highlight{
  text-align: left;
  background-color: #007540;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 0px;
  padding: 10px 5px;
  margin-top: 10px  ;
  border-top: 4px solid #007540;
  display: flex;
  align-self: flex-start;
  border-radius: 4px ;
}

#b2b_block_rassurance-wrapper{
  position: relative;
}

.leaf-image {
  position: absolute;
  width: 400px;
  height: auto;
}

.leaf-left {
  top: 310px;
  left: -80px;
  z-index: 1;
}

.leaf-left2 {
  top: 110px;
  left: -110px;
  z-index: 0;
  transform: scaleX(-1) rotate(-65deg);
}

.leaf-right {
  bottom: 140px;
  right: -70px;
  transform: rotate(-335deg);
}

.leaf-right2 {
  bottom: -50px;
  right: -100px;
}

#create-account_form .container {
  max-width: 100%;
}
.ybc-menu-toggle {
  display: none;
}
@media screen and (max-width: 720px){

  .links .title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-container .links ul>li {
    padding: 0 .625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .ets_mm_megamenu.hook-default{
    padding: 0;
  }

  .ybc-menu-toggle .sticky_menu_mobile i{
    color: #333;
    font-size: 20px;
  }

  .ybc-menu-toggle .sticky_menu_mobile .cart-products-count{
    border:none;
  }

  .ybc-menu-toggle {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 15px;
    text-transform: uppercase;
    width: auto;  /* Changez 100% en auto */
    display: flex;  /* Pas display: none */
    cursor: pointer;
    color: #333;
    align-items: center;
    gap: 15px;
    margin-left: auto;
  }

  span.b2b_big_title {
    font-size: 52px;
    line-height: 52px;
  }

  span.b2b_title {
    font-size: 38px;
    line-height: 38px;
  }

  span.b2b_big_subtitle {
    font-size: 32px;
    line-height: 32px;
  }

  span.b2b_big_caption {
    font-size: 18px;
    line-height: 20px;
  }

  img.b2b_header_img{
    width: 481px;
    height: 362px;
    top: -40px;
    margin-bottom: 50px!important;
  }

  #b2b_block_rassurance{
    max-width : 380px;
    border-radius: 60px 60px 0px 60px;
    padding: 60px 20px;
    box-shadow:
      2px 12px 26px 0px rgba(0, 0, 0, 0.1),
      8px 46px 47px 0px rgba(0, 0, 0, 0.09),
      18px 105px 64px 0px rgba(0, 0, 0, 0.05),
      32px 186px 76px 0px rgba(0, 0, 0, 0.01),
      50px 291px 83px 0px rgba(0, 0, 0, 0);
  }

  #b2b_block_rassurance  span.b2b_title {
    font-size: 30px;
    line-height: 28px;
  }

  #b2b_block_rassurance  span.b2b_subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .b2b_rassurance_item {
    gap: 10px;
    flex-direction: column;
  }

  .b2b_rassurance_title {
    text-align: center;
    font-size: 20px;
  }

  #create-account_form button{
    padding: 12px;
    height: 40px;
  }

  #create-account_form button span{
    font-size: 14px;
    line-height: 10px;
  }


  #b2b_center_block_more .b2b_title{
    font-size: 34px;
  }

  .b2b_rassurance_more_title{
    font-size: 18px;
  }

  #b2b_center_block_more{
    position: relative;
    text-align: center;
    padding: 0 10px;
  }

  #b2b_center_block_more .b2b_rassurance_more_title{
    display: block;
    margin: 30px auto;
  }

  #cms #center_column{
    overflow: hidden;
  }
}

/*END B2B FORM*/

/*RESPONSIVE HEADER+MENU*/
@media (max-width: 767px)  {
  .header-left{
    display: none;
  }

  .ybc-menu-vertical-button, .transition_floating .close_menu, .transition_full .close_menu {
    background-color: #F3EFE7 !important;
  }

  .transition_floating .close_menu *, .transition_full .close_menu *, .ybc-menu-vertical-button .icon-bar {
    color: #000 !important;
  }

  .close_menu .icon-bar, .ybc-menu-vertical-button .icon-bar {
    background-color: #000 !important;
  }

  .mm_menu_content_title {
    font-family: Josefin Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 145%;
    text-transform: uppercase;
    color: #13110C;
  }

  .mm_menus_li a {
    border-bottom: 1px solid #efefef !important;
  }

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

  .layout_layout1.ets_mm_megamenu .mm_columns_ul, .ets_mm_block > .h4{
    border: none;
  }

  .mm_menu_content_title {
    padding: 4px 8Px 0px 8px;
    margin-bottom: 0px;
  }

  .megamenu_green a span {
    background-color: #006043;
    border-radius: 3px;
    color: #fff;
  }

  .menu_ventes_christmas a span, .megamenu_red a span {
    background-color: #AD4145;
    border-radius: 3px;
    color: #fff;
  }

  .mm_menus_li > a {
    padding: 10px 15px;
    width: 100%;
    z-index: 90;
  }

  .mm_menus_back_icon {
    color: #000 !important;
    border-color:#000 !important;
  }

  .header-center{
    display: none;
  }

  #header .header-center .logo{
    max-width: 140px;
    margin-top: 4px;
  }

  .header-right{
    display: none;
  }

  #_desktop_cart{
    position: absolute !important;
    right: 72px;
    top: -0px;
    z-index: 10;
  }

  #_desktop_cart .header-icon {
    width: 32px;
    height: 32px;
  }

  .header-icon .material-icons {
    font-size: 18px;
  }
  .cart-products-count{
    font-size: 10px;
    font-weight: normal;
    min-width: 14px;
    height: 14px;
    line-height: 16px;
  }
  .header-nav{
    padding: 0;
  }

  .ets_mm_megamenu_content .ets_mm_megamenu_content_content .ybc-menu-toggle{
    text-align: right;
  }

  .scroll_heading .mm_menus_ul{
    padding-right: 0;
  }


  .ets_mm_megamenu.hook-default {
    margin-top: 0;
  }
  .layout_layout1 .ets_mm_megamenu_content{
    margin-top: 0;
    padding-bottom: 0;
  }

  #header, .ets_mm_megamenu.layout_layout1, .layout_layout1.ets_mm_megamenu .mm_columns_ul, .layout_layout1 .ets_mm_megamenu_content, .ets_mm_megamenu .container {
  }

  #header .ybc-menu-toggle .logo {
    max-width: 140px;
    position: absolute;
    left: 20px;
    top: 10px;
  }

  .scroll_heading .sticky_menu
  {
    display: none;
  }
  .scroll_heading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: #f9f7f3!important;
  }

  #wrapper{
    padding-top: 0;
  }

  .carousel{
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .carousel .carousel-inner{
    margin-bottom: 0;
  }

  #homefeatured_h1_title {
    font-size: 30px;
  }

  #homefeatured_h1_subtitle {
    font-size: 13px;
    max-width: 240px;
  }

  .home_cat {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0px !important;
    justify-content: center;
  }

  .home_cat .home_cat_holder {
    border: 1px solid transparent;
    flex: 1 1 40%;
    max-width: 40%;
    margin-left: 6px;
    margin-right: 6px;
    height: auto;
    margin-bottom: 20px;
  }

  .home_cat_text_holder {
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    margin: 20px 0;
  }

  .home_cat_btn {
    padding: 12px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    margin: 0px 10px;
  }

  .hp_list_title {
    margin-bottom: 20px;
    max-width: 350px;
    display: block;
  }

  .homefeatured_title {
    font-size: 30px !important;
    line-height: 150% !important;
  }

  .hp_list_title hr {
    display: none;
  }

  .product_block_container .product_content .item .right-block h3 {
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
  }

  /*PRODUCT LIST*/

  .product-miniature .product-title a {
    margin-top: 10px;
    min-height: 46px;
    font-family: Josefin Sans;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    text-transform: uppercase;
  }

  .product_timer_text, .product_timer {
    font-size: 10px !important;
  }

  .product_sale_label, .product-flags li.product-flag.discount {
    font-size: 8px;
    padding: 4px 8px 4px 8px;
    min-height: inherit;
    min-width: inherit;
  }
  .quickview_cta{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .quickview .modal-dialog{
    width: inherit;
    max-width: inherit;
  }

  .quickview h1{
    font-size: 16px;
  }

  .quickview .col-img {
    max-width: 180px;
    margin: auto;
  }

  .quickview .images-container{
    min-height: inherit;
  }

  .quickview .product-cover{
    margin-top: 0px;
  }

  .quickview .modal-footer
  {
    border: none;
  }
  .has-discount .discount {
    font-size: 12px;
  }

  /*HOMEPAGE*/
  #lcfhomeuniverse_reassurance img {
    max-width: 60%;
  }

  #footer #block_myaccount_infos, #footer #block_paygreen_infos, #footer .block-contact, .footer_bottom{
    display: none;
  }

  .more_info_holder {
    padding-left: 25px;
    padding-right: 25px;
  }

  .more_info_title i {
    top: -4px;
  }
  .more_info_holder .more_info_title h2 {
    font-style: normal;
    font-size: 25px;
  }

  #product .product-container .product_right_panel_up {
    padding: 30px 14px;
  }

  #product .product-information .product-description p  {
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .product-description.truncated {
    height: 144px;
  }

}

/*END RESPONSIVE HEADER+MENU*/
