/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */
/* Created on : 19 oct. 2025, 17:55:36 Author : Charles */
/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/
/*
 font-family: 'Open Sans', sans-serif;
 font-family: "Alegreya", serif;
 font-family: "Josefin Sans", sans-serif;
*/
html {
    box-sizing: border-box;
}
html * {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a {
    transition: all 200ms ease-in-out;
}
html body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #281503;
    background: #F5F2ED;
}
html body p {
    font-size: 16px;
    line-height: 28px;
    color: #281503;
    margin-bottom: 12px;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}
.container-medium {
    width: calc(100% - 60px);
    max-width: 1386px;
    margin: 0 auto;
}
.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}
body #wrapper {
    padding-top: 0;
    background: transparent;
}
.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dynamic-padding-left, .dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}
.default-btn, .btn.btn-default {
    min-width: 290px;
    text-align: center;
    padding: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.default-btn.beige, .btn.btn-default {
    color: #281503;
    background: #F5F2ED;
    border: solid 2px #281503;
}
.btn.btn-default {
    padding: 12px 30px;
    outline: solid 1px #281503;
    outline-offset: -6px;
}
.btn.btn-default:hover {
    background: #BBAE98;
}
.default-btn.beige.fonce {
    background: #BBAE98;
}
.default-btn.beige span {
    width: 100%;
    padding: 5px 30px;
    border: solid 1px #281503;
    transition: all 200ms ease-in-out;
}
.default-btn.large span {
    padding: 9px 30px;
}
.default-btn.beige:hover {
    color: #F5F2ED;
}
.default-btn.beige:hover span {
    background: #281503;
}
/*///////////////////////////////////////*/
/* //////// HEADER //////////////////// */
/*/////////////////////////////////////*/
body #header {
    position: relative;
    height: 104px;
    background: #281503;
    box-shadow: none;
}
#index #header:not(.sticky-desktop) {
    background: transparent;
}
body #header .header-nav {
    height: 50px;
    border-bottom: none;
}
body #header .header-nav .right-nav {
    padding-top: 14px;
    gap: 14px;
    padding-right: 80px;
}
body #header .header-top {
    padding: 0;
    height: 54px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
body #header .header-nav .user-info {
    margin: 0;
    padding: 0;
}
body #header .header-nav .blockcart {
    height: auto;
    padding: 0;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
    background: transparent;
}
body #header .header-nav .blockcart.active {
    background: transparent;
}
body #header .header-nav .blockcart .header {
    margin-top: 0;
}
body #header .header-nav .right-nav a {
    position: relative;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    padding: 0 14px;
    font-style: italic;
    font-family: "Alegreya", serif;
}
body #header .header-nav .right-nav a:hover, body #header .header-nav .blockcart.active a:hover {
    background: #fff;
    color: #281503;
}
body #header .header-nav .right-nav a svg path {
    transition: all 200ms ease-in-out;
}
body #header .header-nav .right-nav a:hover svg path {
    fill: #281503;
}
body #header .header-nav .right-nav a .cart-products-count {
    position: absolute;
    right: -6px;
    top: -7px;
    font-size: 14px;
    line-height: 17px;
    background: #C98D28;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 50%;
    color: #281503;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
body #header .header-nav .right-nav a.social {
    padding: 0;
    min-width: 32px;
}
#_desktop_logo {
    display: flex;
    position: absolute;
    top: 8px;
    left: 20px;
}
#index #header:not(.sticky-desktop) #_desktop_logo {
    display: none;
}
body #header .header-top .top-menu[data-depth="0"] {
    display: flex;
    gap: 85px;
}
body #header .header-top a[data-depth="0"] {
    position: relative;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    font-family: "Alegreya", serif;
    text-transform: none;
}
body #header .header-top a[data-depth="0"]:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 4px;
    background: #dbcfba;
    transition: all 100ms ease-in-out;
    opacity: 0;
}
body #header .header-top a[data-depth="0"]:hover:after {
    opacity: 1;
}
body #header .header-top a[data-depth="0"]:hover {
    color: #fff;
}
/*///////////////////////////////////////*/
/* //////// ACCUEIL  HERO ///////////// */
/*/////////////////////////////////////*/
.home-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: -104px;
    min-height: 857px;
    background: url('../images/interface/magasin-andouille-guemene.webp') no-repeat center / cover;
}
.home-hero .footer-hero {
    height: 147px;
    width: 100%;
    padding: 10px 0;
    margin-top: 165px;
    display: flex;
    align-items: center;
    background: rgba(40, 21, 3, 0.6);
}
.home-hero .footer-hero .container-medium {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-hero .footer-hero h1 {
    font-size: 44px;
    line-height: 36px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
    text-transform: none;
    color: #F5F2ED;
}
.home-hero .footer-hero .date {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
    text-transform: none;
    color: #BBAE98;
}
/*///////////////////////////////////////*/
/* ///// POPUP INFORMATIONS /////////// */
/*/////////////////////////////////////*/
body .prestaboost-content {
    background: rgba(57, 57, 57, 0.5);
}
body .prestaboost-content > div {
    padding: 20px 20px 40px;
    background: #F5F2ED;
    border-radius: 0;
}
body .prestaboost-content button.close {
    top: 0;
    right: 0;
    width: 89px;
    height: 89px;
    opacity: 1;
    overflow: hidden;
    text-indent: 2000px;
    background: url('../images/svg/btn-close-popup.svg') no-repeat top right / contain;
}
body .prestaboost-content button.close:focus {
    outline: none;
}
body .prestaboost-content > div .btn {
    float: none;
}
body .prestaboost-content > div h3 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
body .prestaboost-content > div p {
    font-size: 15px;
    line-height: 23px;
}
/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESENTATION ///////// */
/*/////////////////////////////////////*/
.home-presentation {
    padding: 120px 0 140px;
}
.home-presentation .container-medium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.home-presentation .content {
    width: 100%;
    max-width: 650px;
}
.home-presentation .content h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 300;
    color: #C98D28;
    margin-bottom: 60px;
    font-family: "Josefin Sans", sans-serif;
}
.home-presentation .content h2 span {
    font-size: 48px;
    color: #281503;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.home-presentation .content .bloc-avantage {
    margin-bottom: 60px;
}
.home-presentation .content .bloc-avantage h3 {
    position: relative;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
    color: #C98D28;
}
.home-presentation .content .bloc-avantage.un h3:before {
    content: "1";
}
.home-presentation .content .bloc-avantage.deux h3:before {
    content: "2";
}
.home-presentation .content .bloc-avantage.quatre h3:before {
    content: "4";
}
.home-presentation .content .bloc-avantage h3:before {
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -60px;
    color: #EBE1D1;
    font-size: 106px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.home-presentation .content .bloc-horaires {
    position: relative;
    width: 100%;
    padding: 18px 18px 20px 138px;
    border: solid 1px #281503;
    background: linear-gradient(to bottom right, #E9DFCE, #D4C6AF);
}
.home-presentation .content .bloc-horaires:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 80px;
    background: url('../images/svg/bg-horaires.svg') no-repeat bottom center / contain;
}
.home-presentation .content .bloc-horaires .titre {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.home-presentation .content .bloc-horaires .horaires {
    font-weight: 700;
}
.home-presentation .images {
    width: 100%;
    max-width: 504px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.home-presentation .images img {
    width: 100%;
}
/*///////////////////////////////////////*/
/* ///// ACCUEIL PRODUITS ///////////// */
/*/////////////////////////////////////*/
.featured-products {
    margin-bottom: 120px;
}
.featured-products .banner-featured-products {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    min-height: 750px;
    padding-bottom: 188px;
    background: url('../images/interface/plateau-produits-andouille.webp') no-repeat center / cover;
}
.featured-products .banner-featured-products h2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.featured-products .banner-featured-products h2 .large {
    font-size: 56px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
    color: #ffffff;
}
.featured-products .banner-featured-products h2 .small {
    font-size: 32px;
    color: #C98D28;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
}
.featured-products .flex-center {
    margin-top: 50px;
}
.slider-produits-accueil {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.slider-produits-accueil .swiper-slide {
    display: flex;
    justify-content: center;
    /*    min-height: -webkit-fill-available;*/
}
.slider-produits-accueil .swiper-slide .product {
    /*min-height: -webkit-fill-available;*/
}
/*///////////////////////////////////////*/
/* ///// BLOCK REASSURANCE //////////// */
/*/////////////////////////////////////*/
.block-reassurance {
    padding: 100px 0;
    background: url('../images/interface/wood-bg.webp') no-repeat center / cover;
}
.block-reassurance .list-items-reassurance {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.block-reassurance .list-items-reassurance .item-reassurance {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.block-reassurance .list-items-reassurance .item-reassurance img {
    max-height: 150px;
}
.block-reassurance .list-items-reassurance .item-reassurance .titre {
    font-size: 26px;
    line-height: 35px;
    margin-top: 20px;
    color: #C98D28;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.block-reassurance .list-items-reassurance .item-reassurance .sous-titre {
    font-size: 14px;
}
/*///////////////////////////////////////*/
/* ///// ACCUEIL FAMILLE ////////////// */
/*/////////////////////////////////////*/
.home-famille {
    margin-top: 120px;
}
.home-famille .container-large {
    display: flex;
    align-items: center;
    gap: 60px;
}
.home-famille .container-large .image {
    width: 60%;
    max-width: 820px;
    display: flex;
}
.home-famille .container-large .content {
    width: 40%;
    max-width: 640px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.home-famille .container-large .content .baseline-famille {
    font-size: 56px;
    line-height: 76px;
    font-weight: 700;
    font-style: italic;
    max-width: 570px;
    font-family: "Alegreya", serif;
}
.home-famille .container-large .content .baseline-famille .quote {
    position: relative;
}
.home-famille .container-large .content .baseline-famille .quote:before {
    content: "";
    width: 74px;
    height: 67px;
    position: absolute;
    z-index: -1;
    left: -45px;
    top: -18px;
    background: url('../images/svg/quote.svg') no-repeat center / contain;
}
.home-famille .container-large .content .baseline-famille .quote.after:before {
    left: auto;
    top: auto;
    bottom: -24px;
    right: -54px;
}
.home-famille .container-large .content .default-btn {
    margin-top: 40px;
}
/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
body #wrapper .breadcrumb li::after {
    content: url('../images/svg/arrow-breadcrumb.svg');
}
body #wrapper .breadcrumb li, body #wrapper .breadcrumb li a, body #wrapper .breadcrumb li:last-child {
    font-size: 12px;
    color: #606060;
}
/*///////////////////////////////////////*/
/* ///// PAGE CATEGORIE /////////////// */
/*/////////////////////////////////////*/
.block-page-header {
    padding: 40px 0;
    background: url(../images/interface/wood-bg.webp) no-repeat center / cover;
}
.block-page-header h1 {
    font-size: 42px;
    line-height: 57px;
    color: #281503;
    text-transform: none;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
#category #products .products {
    width: calc(100% - 60px);
    max-width: 1386px;
    margin: 55px auto 150px;
    justify-content: center;
    gap: 36px;
}
#category #products .products .product {
    width: calc(33.33333% - 24px);
}
/*///////////////////////////////////////*/
/* ///// BLOCK PRODUITS VENTE ///////// */
/*/////////////////////////////////////*/
.block-produits-vente {
    margin-top: 70px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    border: solid 1px #281503;
    outline: solid 2px #281503;
    outline-offset: -12px;
}
#module-prestablog-recettes .block-produits-vente {
    margin-bottom: 120px;
}
.block-produits-vente .image {
    width: 100%;
    max-width: 351px;
    display: flex;
}
.block-produits-vente .contenu {
    width: 100%;
}
.block-produits-vente .contenu h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    font-family: "Alegreya", serif;
}
.block-produits-vente .liste-produits {
    margin-top: 30px;
}
.block-produits-vente .liste-produits .block-produit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.block-produits-vente .liste-produits .block-produit:first-of-type {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #D9D9D9;
}
.block-produits-vente .liste-produits .block-produit h3 {
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
    font-family: "Alegreya", serif;
}
/*///////////////////////////////////////*/
/* ///// ELEMENTOR //////////////////// */
/*/////////////////////////////////////*/
.elementor-section.elementor-section-boxed > .elementor-container {
    width: calc(100% - 60px);
    margin: 0 auto;
}
#module-prestablog-recettes .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1108px !important;
}
/*///////////////////////////////////////*/
/* ///// PAGE CMS ///////////////////// */
/*/////////////////////////////////////*/
body .page-content.page-cms {
    background: transparent;
    padding: 0;
    text-align: left;
}
#cms .elementor-section h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    font-family: "Alegreya", serif;
}
body.cms-id-8:not(.elementor-editor-active) .elementor-widget-toggle {
    display: none;
}
.cms-id-8 .elementor-section h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-family: "Alegreya", serif;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    background: url('../images/svg/accordeon-open.svg') no-repeat center right;
}
.cms-id-8 .elementor-section h3.active {
    background: url('../images/svg/accordeon-close.svg') no-repeat center right;
}
#cms .elementor-section .elementor-widget-text-editor p {
    line-height: 28px !important;
    margin: 0 0 15px;
}
#cms .elementor-section .elementor-widget-text-editor p a:not(.btn-default) {
    color: #281503 !important;
    text-decoration: underline !important;
}
#cms .elementor-section pre {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
    color: #C98D28;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
}
#cms .elementor-section ul li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #281503;
    list-style-type: none;
    padding-left: 30px;
}
#cms .elementor-section ul li:before {
    content: '';
    width: 20px;
    height: 4px;
    background: #C98D28;
    position: absolute;
    left: 0;
    top: 10px;
}
#cms .ce-product-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}
#cms .ce-product-grid .product {
    width: 100%;
}
#cms .ce-product-grid .product {
    border-top: solid 1px #D9D9D9;
}
#cms .ce-product-grid .product:last-of-type {
    border-bottom: solid 1px #D9D9D9;
}
#cms .elementor-widget-product-grid .product-miniature-andouille {
    width: 100%;
    max-width: none;
    border: none;
    outline: none;
    outline-offset: -12px;
    padding: 20px 0;
    background: transparent;
    min-height: 0;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .thumbnail-top {
    display: none;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .product-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .default-btn {
    width: auto;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .product-title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .product-title a {
    min-height: 0;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .product-price-and-shipping {
    margin-bottom: 0;
    text-align: left;
}
.product-miniature-andouille .product-price-and-shipping .regular-price {
    text-decoration: line-through;
}
.product-miniature-andouille .product-price-and-shipping .discount-product {
    color: #fff;
    background: #BBAE98;
    padding: 1px 6px;
    margin: 0 5px;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .title-and-price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .only-shop {
    margin-top: 5px;
}
#cms .elementor-widget-product-grid .product-miniature-andouille .readmore {
    margin-top: 0;
}
/*///////////////////////////////////////*/
/* ///// MINIATURE PRODUIT //////////// */
/*/////////////////////////////////////*/
.product-miniature-andouille {
    width: 100%;
    max-width: 431px;
    border: solid 1px #281503;
    outline: solid 2px #281503;
    outline-offset: -12px;
    padding: 40px 40px 55px;
    background: #F5F2ED;
    /*min-height: -webkit-fill-available;*/
}
.product-miniature-andouille .thumbnail-top {
    overflow: hidden;
}
.product-miniature-andouille .thumbnail-top img {
    height: auto;
    transition: all 250ms ease-in-out;
}
.product-miniature-andouille .thumbnail-top:hover img {
    transform: scale(1.15);
}
.product-miniature-andouille .product-description {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product-miniature-andouille .product-title {
    margin-top: 12px;
    text-align: center;
}
.product-miniature-andouille .product-title a {
    display: inline-block;
    font-size: 28px;
    line-height: 30px;
    color: #281503;
    text-transform: none;
    text-align: center;
    min-height: 60px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.product-miniature-andouille .product-price-and-shipping {
    margin-bottom: 20px;
}
.product-miniature-andouille .only-shop {
    padding: 0 10px;
    height: 25px;
    line-height: 24px;
    color: #fff;
    background: #281503;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.product-miniature-andouille .readmore {
    margin-top: 16px;
    color: #281503;
    text-decoration: underline;
}
.product-miniature-andouille .default-btn {
    width: 100%;
}
/*///////////////////////////////////////*/
/* ///// LISTE ARTICLES BLOG ////////// */
/*/////////////////////////////////////*/
#liste-articles {
    display: flex;
    flex-wrap: wrap;
}
#liste-articles .article {
    width: 33.3333333%;
    text-align: center;
    background: #fff;
    border: solid 5px #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
/*Page index*/
#index #liste-articles .article:nth-child(1), #index #liste-articles .article:nth-child(3) {
    transform: rotate(3deg);
}
#index #liste-articles .article:nth-child(2) {
    transform: rotate(-3deg);
}
/*Page Blog*/
#module-prestablog-recettes #liste-articles {
    gap: 90px 60px;
    padding: 40px 0 120px;
    justify-content: space-between;
}
#module-prestablog-recettes #liste-articles .article {
    width: calc(50% - 20px);
    max-width: 536px;
    transform: rotate(3deg);
}
#module-prestablog-recettes #liste-articles .article:nth-child(4n+2), #module-prestablog-recettes #liste-articles .article:nth-child(4n+3) {
    transform: rotate(-3deg);
}
#liste-articles .article .block_top {
    display: flex;
    position: relative;
    width: 100%;
}
#liste-articles .article .block_top .image-link {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
#liste-articles .article .block_top .image-link img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    transition: all 250ms ease-in-out;
}
#liste-articles .article .block_top:hover .image-link img {
    transform: scale(1.1);
}
#liste-articles .article .block_top .image-link .title {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 100px;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    padding: 5px 25px;
    font-weight: 700;
    font-style: italic;
    text-transform: none !important;
    font-family: "Alegreya", serif;
    background: rgba(40, 21, 3, 0.55);
}
.home-header-news {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prestablog.blog-home {
    padding: 150px 0;
    margin-top: -40px;
    background: url(../images/interface/wood-bg.webp) no-repeat center / cover;
}
.prestablog.blog-home .flex-center {
    margin-top: 60px;
}
.bloghometitle {
    max-width: 630px;
    margin: 0 auto 60px;
    text-align: center;
}
.bloghometitle h2 {
    line-height: 38px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.bloghometitle h2 .large {
    font-size: 56px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.bloghometitle h2 .small {
    font-size: 32px;
    color: #C98D28;
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
}
.bloghometitle .texte {
    color: #281503;
    font-size: 16px;
    line-height: 28px;
}
#module-prestablog-actualites #liste-articles {
    padding-bottom: 80px;
}
/*///////////////////////////////////////*/
/* ///// DETAIL ARTICLE BLOG ////////// */
/*/////////////////////////////////////*/
#module-everpsblog-post #wrapper, #prestablogfront {
    padding: 32px 0 0 !important;
    position: relative;
    background: transparent !important;
    border: none !important;
}
#module-everpsblog-post .back-btn-actu, #prestablogfront .article-header .back-btn-actu {
    text-decoration: underline;
    color: #384842;
    margin-left: 15px;
    display: inline-block;
    color: #E27100;
    font-weight: 700;
}
#module-everpsblog-post #wrapper:before, #prestablogfront:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 310px;
    background: url(../images/interface/wood-bg.webp) no-repeat center / cover;
}
#module-everpsblog-post .page-content {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    width: 90%;
    max-width: 1245px;
    margin: 0 auto;
}
#prestablogfront .article-header {
    width: calc(100% - 60px);
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    max-width: 1088px;
    margin: 0 auto;
    position: relative;
}
#module-everpsblog-post .post-header, #prestablogfront .post-header {
    min-height: 396px;
    margin-bottom: 20px;
}
#module-everpsblog-post .postcontent {
    width: 90%;
    max-width: 1088px;
    margin: 0 auto;
    border: none;
    padding: 20px 0 60px;
    margin-bottom: 0;
}
#module-everpsblog-post #content {
    padding-bottom: 80px;
}
#module-everpsblog-post .postcontent postDate, #prestablogfront .article-header postDate {
    font-size: 13px;
    background: #E5E0CC;
    height: 20px;
    line-height: 22px;
    padding: 0 9px;
    color: #4B4B4B;
    font-family: 'Libre Baskerville', serif;
}
#module-everpsblog-post .postcontent h1, #prestablogfront .article-header h1 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
    text-transform: none;
}
#module-everpsblog-post .breadcrumb.guemene, #prestablogfront .article-header .breadcrumb.guemene {
    margin-bottom: 52px;
    margin-top: 10px;
    text-align: left;
}
#module-everpsblog-post .return-blog, #prestablogfront .article-header .return-blog {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
#prestablogfront .elementor-element h2 {
    padding: 0;
    border: none;
    text-align: left;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
#prestablogfront .elementor-element .block-ingredients h2:last-of-type {
    padding-top: 15px;
    margin-top: 20px;
    border-top: solid 1px #BBAE98;
}
#prestablogfront .elementor-element h3 {
    padding: 0;
    border: none;
    text-align: left;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
#prestablogfront .elementor-element ul {
    padding-left: 10px;
}
#prestablogfront .elementor-element .block-ingredients {
    margin-bottom: 35px;
}
#prestablogfront .elementor-element .block-ingredients ul {
    column-count: 2;
}
#prestablogfront .elementor-element ul li {
    position: relative;
    list-style-type: none;
    line-height: 22px;
    margin-bottom: 6px;
    padding-left: 12px;
}
#prestablogfront .elementor-element ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #281503;
}
#prestablogfront .elementor-element p {
    line-height: 30px !important;
}
/*Produis associés*/
#module-everpsblog-post .products {
    justify-content: center;
    margin-bottom: 80px;
}
#module-everpsblog-post .products .product-miniature-guemene {
    margin: 5px 10px;
}
/*///////////////////////////////////////*/
/* ///// STOTRES LOCATOR HOME ///////// */
/*/////////////////////////////////////*/
#block-store-locator .gradient-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 230px;
    margin-top: 190px;
    background: linear-gradient(to bottom, transparent, #003B55);
}
#block-store-locator .gradient-bg .ingr {
    content: '';
    width: 1118px;
    height: 652px;
    position: absolute;
    right: 941px;
    top: -267px;
    background: url(../img/interface/ingredients-home-new.png) no-repeat center;
    background-size: contain;
}
#block-store-locator .wrapper-entete {
    width: 90%;
    max-width: 1640px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
}
#block-store-locator .wrapper-entete .part {
    display: flex;
    align-items: center;
}
#block-store-locator .wrapper-entete .part.two {
    display: none;
}
#block-store-locator .wrapper-entete .contact {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #182a42;
    border-radius: 30px;
    text-align: center;
    padding: 0 37px;
    font-weight: 700;
    margin-right: 4px;
    text-transform: uppercase;
    font-size: 16px;
    border: solid 2px #fff;
    margin-right: 40px;
}
#block-store-locator .wrapper-entete .contact:hover {
    background: #fff;
    color: #003B55;
}
#block-store-locator .wrapper-entete .label-info {
    font-size: 30px;
    line-height: 39px;
    font-family: 'francais';
    text-transform: none;
    color: #fff;
    margin-right: 20px;
}
#block-store-locator .wrapper-entete .part .facebook {
    margin-left: 8px;
}
/*BLOCK MAP*/
#block-store-locator .container-map {
    position: relative;
    display: flex;
    align-items: center;
}
#block-store-locator .content {
    position: absolute;
    z-index: 10;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 460px;
    padding: 70px 30px 65px;
    background: #F5F2ED;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
#block-store-locator .content .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#block-store-locator .content .inner .titre {
    font-size: 42px;
    line-height: 48px;
    color: #281503;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
#block-store-locator .content .inner .sous-titre {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #C98D28;
    font-family: "Josefin Sans", sans-serif;
}
#block-store-locator .content .inner p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    font-family: 'Open Sans';
}
#block-store-locator #map-locator {
    width: 100%;
    height: 890px;
    z-index: 5;
}
/*///////////////////////////////////////*/
/* //// FICHE PRODUIT ///////////////// */
/*/////////////////////////////////////*/
#product .product-container {
    display: flex;
    align-items: flex-start;
    padding: 65px 0 125px;
    gap: 65px;
}
#product .product-container .product-images {
    width: 100%;
    max-width: 702px;
}
#product .product-container .product-images {
    position: relative;
}
#product .product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
    border: none !important;
    outline: solid 3px #281503;
    outline-offset: -3px;
}
#product .product-container .product-content {
    width: 100%;
}
#product-modal .modal-content .modal-body .product-images {
    display: flex;
    flex-direction: column;
}
#product-modal .modal-content .modal-body .product-images img {
    height: auto;
}
#product .product-container .product-content h1 {
    font-size: 32px;
    line-height: 38px;
    font-style: italic;
    text-transform: none;
    margin-bottom: 0;
    font-family: "Alegreya", serif;
}
#product .product-container .product-content .prices-and-quatity {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0 40px;
}
#product #product-availability {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #ce3838;
}
#product .product-container .product-content .prices-and-quatity .product-discount {
    margin-bottom: 0;
}
#product .product-container .product-content .prices-and-quatity .has-discount .discount {
    margin-left: 0;
    margin-top: 5px;
    background: #BCA287;
}
#product .product-container .product-content .prices-and-quatity .product-prices {
    margin-top: 0;
    min-width: 130px;
}
#product .product-container .product-content .prices-and-quatity .product-price {
    margin-bottom: 0;
}
#product .product-container .product-content .prices-and-quatity .product-price .current-price-value {
    font-size: 22px;
    color: #281503;
}
#product .product-container .product-content .prices-and-quatity .product-price .current-price {
    margin-bottom: 3px;
}
#product .product-container .product-content .prices-and-quatity .product-price .product-unit-price {
    font-size: 12px;
    line-height: 16px;
    color: #281503;
    font-weight: 400;
    margin-bottom: 0;
}
#product .product-container .product-content .product-actions form {
    display: flex;
    align-items: center;
    gap: 10px;
}
#product .product-container .product-content .product-actions form .product-variants-item {
    margin: 0;
}
#product .product-container .product-content .product-actions form .product-variants-item select {
    height: 44px;
}
body select:focus, body input[type="text"]:focus, body input[type="email"]:focus, body input[type="password"]:focus, body textarea:focus {
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
#product .product-container .product-content .product-actions form .product-quantity {
    display: flex;
    gap: 15px;
}
#product .product-container .product-content .product-actions form .product-quantity .qty {
    margin: 0;
    min-width: 75px;
}
#product .product-container .product-content .product-actions form .add {
    margin-bottom: 0;
}
#product .product-container .product-content .product-actions form .add .add-to-cart {
    padding: 4px;
    cursor: pointer;
    min-width: 250px;
}
#product .product-container .product-content .product-description p {
    font-size: 14px;
    line-height: 24px;
}
/*TABS*/
#product .product-container .product-content .tabs {
    padding: 0;
    background: transparent;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 5px #BBAE98;
}
#product .product-container .product-content .tabs .nav-tabs .nav-link {
    font-size: 14px;
    color: #BCA287;
    text-transform: uppercase;
    padding: 7px 0;
    margin-right: 30px;
}
#product .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
}
#product .product-container .product-content .tabs .nav-tabs .nav-link:hover {
    border-bottom: #281503 3px solid;
}
#product .product-container .product-content .tabs .nav-tabs .nav-link.active {
    border-bottom: solid 5px #281503;
    background: transparent;
    color: #BCA287;
}
#product .product-container .product-content .tabs .tab-content p {
    font-size: 14px;
    line-height: 24px;
}
#product .product-container .product-content .tabs .tab-content li {
    font-size: 14px;
    line-height: 24px;
}
#product .product-container .product-content .tabs .tab-content table {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}
#product .product-container .product-content .tabs .tab-content table tr:not(:last-of-type) {
    border-bottom: solid 1px #E4E4E4;
}
#product .product-container .product-content .tabs .tab-content table tr td {
    padding: 8px 0;
}
/*///////////////////////////////////////*/
/* //// PAGE STORE LOCATOR //////////// */
/*/////////////////////////////////////*/
#page-store-locator .header {
    padding: 55px 30px;
    background: url(../images/interface/wood-bg.webp) no-repeat center / cover;
}
#page-store-locator .header h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    font-family: "Alegreya", serif;
}
#page-store-locator .header .intro {
    color: #17191A;
}
#page-store-locator .header .intro p {
    font-size: 14px;
    line-height: 22px;
}
#page-store-locator .page-content {
    width: 100%;
    display: flex;
}
#page-store-locator .page-content .navigation {
    height: calc(100vh - 104px);
    width: 100%;
    padding-bottom: 70px;
    max-width: 660px;
    overflow: auto;
}
/*ScrollBar*/
#page-store-locator .page-content .navigation::-webkit-scrollbar-track {
    padding: 0px;
}
#page-store-locator .page-content .navigation::-webkit-scrollbar {
    width: 7px;
    background: rgba(0, 0, 0, 0.12);
    cursor: pointer;
    border-radius: 15px;
}
/* Handle */
#page-store-locator .page-content .navigation::-webkit-scrollbar-thumb {
    background: #182a42;
    border-radius: 15px;
    min-height: 50px;
}
#page-store-locator .page-content .navigation .inner {
    padding: 18px 30px;
}
#page-store-locator .page-content .navigation .store {
    cursor: pointer;
    position: relative;
    padding: 35px 40px;
    border: solid 1px #281503;
    outline: solid 2px #281503;
    outline-offset: -12px;
    margin-bottom: 20px;
}
#page-store-locator .page-content .navigation .store:hover .titre, #page-store-locator .page-content .navigation .store.active .titre {
    color: #182a42;
}
#page-store-locator .page-content .navigation .store .titre {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    margin-bottom: 5px;
    font-family: "Alegreya", serif;
}
#page-store-locator .page-content .navigation .store .adresse {
    font-size: 16px;
    line-height: 19px;
    color: #313131;
    margin-bottom: 5px;
}
#page-store-locator .page-content .navigation .store .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}
#page-store-locator .page-content .navigation .store .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 33px;
    background: #fff;
    color: #281503;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 1px #BBAE98;
}
#page-store-locator .page-content .navigation .store .btns a:hover {
    background: #d8cfc0;
}
#page-store-locator .page-content .navigation .store .btns a.large {
    padding: 0 18px;
}
#page-store-locator .page-content .navigation .store .btns a.social {
    min-width: 33px;
}
#page-store-locator .page-content .navigation .store .horaires {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    background: url(../img/svg/calendar.svg) no-repeat left top;
}
#page-store-locator .page-content .navigation .store .horaires .horaire {
    display: flex;
}
#page-store-locator .page-content .navigation .store .horaires .horaire .jour {
    width: 100%;
    max-width: 90px;
    margin-right: 10px;
}
#page-store-locator .page-content .navigation .store .horaires span {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
/*BLOCK MAP*/
#page-store-locator .page-content #map-locator {
    height: calc(100vh - 104px);
    width: 100%;
    z-index: 5;
}
/*INFOS MARCHES*/
#page-store-locator .infos-marches {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto 100px;
    display: flex;
    align-items: center;
}
#page-store-locator .infos-marches .texte {
    width: 100%;
}
#page-store-locator .infos-marches .texte .titre {
    font-size: 30px;
    line-height: 36px;
    color: #182a42;
    margin-bottom: 20px;
    font-family: 'francais';
}
#page-store-locator .infos-marches .texte p {
    font-size: 15px;
    line-height: 23px;
    color: #17191A;
}
#page-store-locator .infos-marches .image {
    width: 100%;
    max-width: 390px;
    margin-left: 50px;
}
#page-store-locator .infos-marches .image img {
    max-width: 100%;
}
/*INFO BULLE*/
.info-bulle {
    font-family: 'Open Sans', sans-serif;
}
.info-bulle .titre {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #17191A;
    margin-bottom: 5px;
}
.info-bulle .adresse, .info-bulle .cp-ville {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.info-bulle .horaires {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
/*///////////////////////////////////////*/
/* ////////// PAGES COMPTE //////////// */
/*/////////////////////////////////////*/
#customer-form .form-group-pro, #customer-form .form-group-pro .form-control-comment {
    display: none;
}
#customer-form.is-pro .form-group-pro {
    display: block;
}
body.page-customer-account #content {
    padding: 0;
    background: transparent;
}
.logout-btn a {
    color: #17191A;
    text-decoration: underline;
}
/*///////////////////////////////////////*/
/* /////// BLOCK NEWSLETTER /////////// */
/*/////////////////////////////////////*/
body .block_newsletter {
    position: relative;
    max-width: none;
    margin: auto;
    margin-bottom: 0;
    font-size: 16px;
    background: rgba(187, 174, 152, 0.56);
    padding: 60px 0;
}
body .block_newsletter:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 500px;
    background: url(../images/svg/newsletter-bg1.svg) no-repeat left center / auto 100%;
}
body .block_newsletter:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    background: url(../images/svg/newsletter-bg2.svg) no-repeat right center / auto 100%;
}
body .block_newsletter .container-medium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
body .block_newsletter .container-medium .block-titre {
    width: 100%;
    max-width: 525px;
}
body .block_newsletter .container-medium .block-titre .titre {
    font-size: 44px;
    line-height: 48px;
    color: #281503;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Alegreya", serif;
}
body .block_newsletter .container-medium .block-titre .sous-titre {
    font-size: 18px;
    line-height: 26px;
}
body .block_newsletter .container-medium .block-form {
    width: 100%;
    max-width: 700px;
}
body .block_newsletter .container-medium .block-form .part-top {
    display: flex;
    background: #fff;
    padding: 5px 7px;
    border: solid 1px #BBAE98;
}
body .block_newsletter .container-medium .block-form .part-top input[type="email"] {
    border: none;
}
body .block_newsletter .container-medium .block-form .part-top input[type="submit"] {
    border: none;
    color: #fff;
    background: #281503;
    font-size: 20px;
    width: 100%;
    max-width: 74px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Alegreya", serif;
}
body .block_newsletter .container-medium .block-form .part-bottom {
    display: flex;
    gap: 14px;
    margin-top: 10px;
}
body .block_newsletter .container-medium .block-form .part-bottom label {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
/*///////////////////////////////////////*/
/* ////// ADRESSE FOOTER ////////////// */
/*/////////////////////////////////////*/
.block-adresse-footer {
    padding: 80px 0 115px;
    background: url(../images/interface/wood-bg.webp) no-repeat center / cover;
}
.block-adresse-footer .container-small {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.block-adresse-footer .adresse {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Alegreya", serif;
}
.block-adresse-footer .horaires {
    line-height: 20px;
    margin-bottom: 20px;
}
/*///////////////////////////////////////*/
/* ///////////// FOOER //////////////// */
/*/////////////////////////////////////*/
body #footer {
    padding-top: 0;
}
body#checkout #footer {
    padding: 0 !important;
    color: inherit !important;
}
body#checkout section.checkout-step .payment-options label {
    font-weight: 700;
    font-size: 16px;
}
.footer-container {
    position: relative;
    z-index: 1;
    padding-top: 0 !important;
    background: #281503;
    color: #fff;
    overflow: visible !important;
}
.footer-container a {
    color: #fff;
}
.footer-container a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-container .menus {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-container .menus .logo {
    margin-top: -43px;
    margin-bottom: 15px;
}
.footer-container .menus .menu {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-bottom: 45px;
}
.footer-container .menus .menu.top {
    display: flex;
    justify-content: space-between;
}
.footer-container .menus .menu.top a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
.footer-container .menus .menu.top a:focus {
    outline: none;
    color: #fff;
}
body#checkout .footer-container .menus .menu.top a:hover {
    color: #fff;
}
.footer-container .menus .menu.bottom {
    display: flex;
    justify-content: space-around;
}
.footer-container .menus .menu.bottom a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Alegreya", serif;
}
.footer-container .menus .socials {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}
.footer-container .menus .socials a {
    min-width: 32px;
    position: relative;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    color: #fff;
}
.gl-copy {
    border-top: solid 1px #fff;
    padding: 15px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
/*///////////////////////////////////////*/
/* ////////// CHECKBOX //////////////// */
/*/////////////////////////////////////*/
input[type=checkbox] + label, input[type=radio] + label {
    cursor: pointer;
}
input[type=checkbox]:checked, input[type=checkbox]:disabled:checked, input[type=radio]:checked, input[type=radio]:disabled:checked {
    background-color: #F39517;
}
input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=radio]:hover, input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}
input[type=checkbox], input[type=radio] {
    margin: 0 10px 0 0;
}
input[type=checkbox]:before, input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 3px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    border: 1px solid #BBAE98;
    cursor: pointer;
    margin-left: -2px;
}
input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
input[type=radio]:checked:before {
    background: #BBAE98;
    outline: solid 3px #fff;
    outline-offset: -4px;
}
input[type=checkbox]:checked:before {
    content: "";
    background: #281503;
}
/*/
 /////////////////////////////////////
 /*/
/* ///// CONFIRMATION COMMANDE //////// */
/*/
 ///////////////////////////////////
 /*/
#order-confirmation #content-wrapper .card {
    width: calc(100% - 60px);
    max-width: 1386px;
    margin: 50px auto;
    background: transparent;
    /*    padding: 25px;
     max-width: 1200px;
     border: solid 1px rgba(0, 0, 0, .2);
     margin: 100px auto;*/
}
#order-confirmation #content-wrapper .image img {
    width: auto;
    max-height: 100px;
}
#order-confirmation #content-wrapper p a {
    color: #281503;
    text-decoration: underline;
}
#order-detail #content-wrapper #content {
    padding: 25px;
    max-width: 1200px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    margin: 120px auto 50px;
}
#order-detail #content-wrapper #content li a, #order-detail #content-wrapper #content td a {
    color: #281503;
    text-decoration: underline;
}
#order-detail #content-wrapper #content .btn-primary {
    background: #281503;
}
#order-detail #content-wrapper #content .btn-primary:hover {
    color: #fff;
}
#history #content-wrapper a {
    text-decoration: underline;
    color: #281503;
}
/*/
 /////////////////////////////////////
 /*/
/* ///// COMMANDE ///////////////////// */
/*/
 ///////////////////////////////////
 /*/
body#checkout #header .header-nav {
    padding: 0 !important;
}
#checkout .page-header h1 {
    max-width: 1364px;
}
body#checkout main section#content {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 50px auto;
}
body .modal-backdrop.in {
    display: none;
}
body#checkout main .payment-options section#content {
    width: 100%;
    margin: 0;
}
#cart #main .cart-grid .cart-grid-right .montant-pour-livraison {
    color: #281503;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#cart #main .cart-grid .cart-grid-right .cart-summary .card-block.promo-name li {
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 10px;
    border-top: solid 1px #c1bcb0;
}
#cart #main .cart-grid .cart-grid-right .cart-summary .card-block.promo-name li div span {
    color: #281503;
}
#cart #main .cart-grid .cart-grid-right .cart-summary .card-block.promo-name li:after {
    display: none;
}
#cart #main .cart-grid .cart-grid-right .montant-pour-livraison .block-livraison-gratuite {
    background: #fff;
    padding: 13px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #281503;
}
#cart #main .cart-grid .cart-grid-right .montant-pour-livraison .block-livraison-gratuite.active {
    background: #281503;
    color: #fff;
}
#checkout #wrapper .checkout-header {
    margin-bottom: 15px;
}
#checkout #wrapper .checkout-header h1 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    text-transform: none;
    color: #384842;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}
#checkout main #content {
    display: flex;
    align-items: flex-start;
}
/*LEFT*/
#checkout main #content .cart-grid-body {
    width: calc(100% - 413px);
}
/*RIGHT*/
#checkout main #content .cart-grid-right {
    width: 100%;
    max-width: 373px;
    margin-left: 40px;
}
#checkout main #content .cart-grid-right #js-checkout-summary {
    box-shadow: none;
    margin-bottom: 30px;
    padding: 30px 0;
    border: none;
    background: transparent;
}
#checkout main #content .cart-grid-right .cart-summary-products p {
    color: #17191a;
    margin-bottom: 0;
}
#checkout main #content .cart-grid-right .cart-summary-products p a {
    text-decoration: underline;
    color: #281503;
}
body#checkout #cart-summary-product-list img {
    background: #fff;
}
body#checkout #cart-summary-product-list .value {
    color: #232323;
}
body#checkout #cart-summary-product-list .media {
    margin-bottom: 10px;
    display: flex;
}
body#checkout #cart-summary-product-list .product-name a {
    color: #281503;
}
body#checkout #cart-summary-product-list .media .media-left {
    min-width: 65px;
}
#checkout main #content .cart-grid-right .product-price {
    color: #17191a;
    display: inline-block;
}
#checkout main #content .cart-grid-right #cart-subtotal-products {
    margin-top: 10px;
}
#checkout main #content .cart-grid-right .card-block {
    padding: 0;
}
#checkout main #content .cart-grid-right .pictos-security {
    width: 100%;
    text-align: center;
}
/*ETAPES COMMANDE*/
body#checkout main section.checkout-step {
    box-shadow: none;
    background-color: transparent;
    border-bottom: solid 1px #cbc9be;
    padding: 20px 50px;
}
body#checkout main section.checkout-step.-current {
    border: solid 1px #281503;
}
body#checkout main section.checkout-step .step-title {
    font-size: 20px;
    line-height: 24px;
    color: #BBAE98;
    font-weight: 700;
    font-style: italic;
    padding: 0 30px;
    text-transform: none;
    font-family: "Alegreya", serif;
}
.custom-radio input[type=radio]:checked + span {
    background-color: #BBAE98 !important;
}
body#checkout main section.checkout-step.-current .step-title {
    margin-bottom: 25px;
    font-size: 20px;
    color: #281503;
    font-weight: 700;
}
body#checkout main section.checkout-step.-reachable.-current .step-number {
    padding-right: 0px;
    width: auto;
    height: auto;
    margin-right: 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: "Josefin Sans";
}
body#checkout main section.checkout-step .step-title {
    border-bottom: none;
}
body#checkout main section.checkout-step.-current + .checkout-step .step-title {
    padding-top: 0;
    border-top: none;
}
body#checkout main section.checkout-step .content {
    padding: 0 30px;
}
body#checkout main section.checkout-step .content .payment-options .infos-cheque {
    margin-bottom: 15px;
    font-weight: 700;
}
body#checkout main section.checkout-step .content .payment-options .infos-cheque .underline {
    text-decoration: underline;
}
body#checkout main section.checkout-step p {
    font-size: 15px;
    line-height: 24px;
    color: #393939;
    font-style: italic;
}
body#checkout main section.checkout-step .form-group input[type="text"], body#checkout main section.checkout-step .form-group input[type="email"], body#checkout main section.checkout-step .form-group input[type="password"], body#checkout main section.checkout-step .form-group input[type="tel"], body#checkout main section.checkout-step .form-group select {
    height: 40px;
    line-height: 40px;
    background: transparent;
    padding: 0 15px;
    border: solid 1px #b1b3bb;
}
.form-control:focus, .input-group.focus {
    outline: none;
}
body#checkout main section.checkout-step .form-group input[type="text"]:focus, body#checkout main section.checkout-step .form-group input[type="email"]:focus, body#checkout main section.checkout-step .form-group input[type="password"]:focus, body#checkout main section.checkout-step .form-group input[type="tel"]:focus, body#checkout main section.checkout-step .form-group select:focus {
    border: solid 1px #281503;
}
body#checkout main section.checkout-step p a, body#checkout main section.checkout-step .forgot-password a {
    font-size: 15px;
    line-height: 24px;
    color: #281503;
    text-decoration: underline;
}
body#checkout main section.checkout-step .form-control-comment {
    display: none;
}
body#checkout main section.checkout-step .input-group .input-group-btn {
    display: none;
}
body#checkout main section.checkout-step .form-footer {
    margin-top: 20px;
}
.forgotten-password .form-fields .center-email-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.forgotten-password .form-fields .center-email-fields button, .forgotten-password .form-fields .email input {
    height: auto;
}
/*Informations personnelles*/
#checkout-personal-information-step .nav-inline {
    display: flex;
    justify-content: space-between;
}
#checkout-personal-information-step .nav-inline .nav-item {
    width: 47%;
    margin: 0;
    text-align: center;
}
#checkout-personal-information-step .nav-inline .nav-item a {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #281503;
    padding-bottom: 10px;
    border-bottom: solid 1px #cbc9be;
    position: relative;
}
body#checkout main section.checkout-step .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
body#checkout main section.checkout-step .forgot-password {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
}
body#checkout main section.checkout-step .form-group label.form-control-label {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #2d2f36;
}
body#checkout main section.checkout-step .form-group .col-md-6 {
    width: 100%;
}
body#checkout #header .header-nav {
    padding: 0;
    box-shadow: none;
}
#checkout-personal-information-step .nav-inline .nav-item a.active {
    color: #384842;
    border-bottom: solid 1px #281503;
}
#checkout-personal-information-step .nav-inline .nav-item a.active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: calc(50% - 8px);
    background: url(../img/svg/arrow-active-link.svg) no-repeat center bottom;
}
body#checkout a:hover {
    color: #281503;
}
/*Adresses*/
body#checkout main section.checkout-step .address-item.selected {
    border: 1px solid #281503;
}
body#checkout main section.checkout-step .address-item.selected .address {
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}
.custom-radio input[type=radio]:checked + span {
    background-color: #281503;
}
/*Livraison*/
body#checkout #delivery textarea, body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
}
body#checkout main section.checkout-step .delivery-options .delivery-option {
    background: transparent;
    min-height: 80px;
    border: none;
}
body#checkout main section.checkout-step .carrier-delay, body#checkout main section.checkout-step .carrier-name {
    word-break: normal;
}
body#checkout #delivery label {
    font-style: italic;
}
/*Paiement*/
#checkout-payment-step .condition-label label a {
    color: #281503;
    text-decoration: underline;
}
/*/
 /////////////////////////////////////
 /*/
/* ///// PANIER /////////////////////// */
/*/
 ///////////////////////////////////
 /*/
#cart .page-header h1 {
    max-width: 1364px;
}
#cart .cart-grid-body .card-block, #cart .cart-grid-body .cart-overview {
    padding: 0;
}
#cart .cart-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 55px auto 150px;
}
#cart .cart-grid .cart-grid-body {
    width: 100%;
}
#cart .cart-grid .cart-grid-right {
    width: 100%;
    max-width: 398px;
    margin-left: 100px;
}
#cart .cart-grid-body .cart-overview .cart-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    border-bottom: solid 1px #e4e4e4;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid {
    display: flex;
    align-items: center;
    gap: 30px;
}
/*image*/
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-left {
    width: 100%;
    max-width: 122px;
    margin-right: 15px;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-left .product-image {
    height: 110px;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-left .product-image img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .bottom-mobile {
    width: 100%;
    display: flex;
    align-items: center;
}
/*Nom et Prix*/
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .product-line-info:not(.poids) .label {
    font-size: 20px;
    line-height: 24px;
    color: #313131;
    font-weight: 700;
    font-style: italic;
    font-family: "Alegreya", serif;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .product-line-info.poids {
    font-weight: 400;
    font-size: 14px;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .product-line-info:not(.poids) .label:hover {
    color: #BBAE98;
}
#cart .cart-grid-body .cart-overview .cqty {
    display: flex;
    flex-direction: column;
}
#cart .cart-grid-body .cart-overview .cqty .control-label {
    font-size: 16px;
    font-weight: 700;
    color: #2d2f36;
    margin-bottom: 5px;
}
#cart .cart-grid-body .cart-overview .price {
    margin-bottom: 3px;
}
#cart .cart-grid-body .cart-overview .trash-product {
    margin-bottom: 13px;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .current-price, #cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-body .regular-price {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #17191a;
}
#cart .cart-grid-body .cart-overview .cart-item .variation .value {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #17191a;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-info.product-price {
    display: flex;
    margin-bottom: 0;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-info.product-price .discount {
    display: none;
}
/*Actions*/
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-right {
    width: 100%;
    max-width: 310px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .product-line-grid-right .product-price {
    font-size: 18px;
    font-weight: 400;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .remove-from-cart {
    display: flex;
    margin-top: -2px;
}
#cart .cart-grid-body .cart-overview .cart-item .product-line-grid .remove-from-cart img {
    margin: 0;
}
/*RIGHT*/
#cart #main .cart-grid .cart-grid-right .cart-summary {
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(187, 174, 152, 0.2);
}
#cart #main .cart-grid .cart-grid-right .cart-summary .card-block {
    padding: 0;
}
#cart #main .cart-grid .cart-grid-right .cart-summary .card-block.promo-name li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
#cart #main .cart-grid .cart-grid-right .cart-summary .card-block .default-btn {
    width: 100%;
    max-width: none;
}
#cart #main .cart-grid .cart-grid-right .collapse-button {
    color: #281503;
    margin-top: 15px;
    text-decoration: underline;
    display: inline-block;
}
#cart #main .cart-grid .cart-grid-right .promo-code form input {
    width: 100%;
    margin-bottom: 10px;
    color: #232323;
    background-color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-right: 0;
    padding: 8px 30px 10px;
    border: solid 1px #281503;
}
#cart #main .cart-grid .cart-grid-right .promo-code form input:focus {
    outline: none;
}
.cart-detailed-totals {
    margin-bottom: 20px;
}
#cart #main .cart-grid .cart-grid-right .promo-code form .promo-btn {
    transition: all 200ms ease-in-out;
    cursor: pointer;
    border: solid 1px #281503;
    background: #281503;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 7px 10px;
}
#cart #main .cart-grid .cart-grid-right .promo-code form .promo-btn:hover {
    background: #fff;
    color: #281503;
}
#cart #main .cart-grid .cart-grid-right .promo-code form .promo-btn:focus {
    outline: none;
}
#cart #main .cart-grid .cart-grid-right .promo-code {
    padding: 1rem;
    border: solid 1px #281503;
    margin-top: 15px;
    text-align: center;
}
#cart-subtotal-products, #cart-subtotal-shipping {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #c1bcb0;
}
#cart-subtotal-products .label, #cart-subtotal-products .value, #cart-subtotal-shipping .label, #cart-subtotal-shipping .value {
    font-size: 14px;
    color: #17191a;
    font-weight: 700;
}
#cart-subtotal-products .label {
    font-weight: 400;
}
#cart .cart-summary-line.cart-total-ttc {
    margin-top: 15px;
    margin-bottom: 5px;
}
.cart-summary-line.cart-total-ttc .label {
    font-size: 19px;
    color: #17191a;
    font-weight: 700;
    font-style: italic;
}
.cart-summary-line.cart-total-ttc .value {
    font-size: 24px;
    color: #281503;
    font-weight: 700;
}
.card-block.cart-summary-totals .cart-summary-line {
    padding: 0;
}
.cart-summary-line.taxes .label, .cart-summary-line.taxes .value {
    font-size: 15px;
    font-style: italic;
    color: #17191a;
    font-weight: 400;
}
.cart-summary-line.taxes .label {
    font-size: 12px;
}
#cart #main .cart-grid .cart-grid-right .pictos-security {
    width: 100%;
    text-align: center;
}
#cart, .cart-grid-body .cart-overview {
    padding: 0;
}
.btn-primary, #cart .btn-primary, #checkout .btn-primary {
    transition: all 200ms ease-in-out;
    cursor: pointer;
    border: solid 1px #281503;
    background: #281503;
    color: #fff;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn-primary:hover, #cart .btn-primary:hover, #checkout .btn-primary:hover {
    background: #fff;
    color: #281503;
    border: solid 1px #281503;
}
.btn-primary:focus, #cart .btn-primary:focus, #checkout .btn-primary:focus {
    outline: none;
}
.btn-primary.disabled, #cart .btn-primary.disabled, #checkout .btn-primary.disabled {
    border: solid 1px grey;
    background: grey;
    cursor: not-allowed;
}
.btn-primary.disabled:hover, #cart .btn-primary.disabled:hover, #checkout .btn-primary.disabled:hover {
    color: #fff;
}
/*/
 /////////////////////////////////////
 /*/
/* //// PAGES MON COMPTE ////////////// */
/*/
 ///////////////////////////////////
 /*/
.page-addresses #content, body.page-my-account #content, body.page-authentication #content, body.page-registration #content, body.page-customer-account #content {
    padding: 0;
    width: calc(100% - 60px);
    max-width: 1000px;
    margin: 50px auto;
    padding-bottom: 80px;
}
.page-addresses #content .register-form > p, body.page-my-account #content .register-form > p, body.page-authentication #content .register-form > p, body.page-registration #content .register-form > p, body.page-customer-account #content .register-form > p {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #281503;
}
.page-addresses #content .register-form > p a, body.page-my-account #content .register-form > p a, body.page-authentication #content .register-form > p a, body.page-registration #content .register-form > p a, body.page-customer-account #content .register-form > p a {
    color: #281503;
    text-decoration: underline;
}
.page-addresses #content form, body.page-my-account #content form, body.page-authentication #content form, body.page-registration #content form, body.page-customer-account #content form {
    width: 100%;
    max-width: none;
}
.page-addresses #content form .send-renew-password-link, body.page-my-account #content form .send-renew-password-link, body.page-authentication #content form .send-renew-password-link, body.page-registration #content form .send-renew-password-link, body.page-customer-account #content form .send-renew-password-link {
    padding-right: 0;
    padding-left: 0;
}
.page-addresses #content form.forgotten-password .form-fields .center-email-fields, body.page-my-account #content form.forgotten-password .form-fields .center-email-fields, body.page-authentication #content form.forgotten-password .form-fields .center-email-fields, body.page-registration #content form.forgotten-password .form-fields .center-email-fields, body.page-customer-account #content form.forgotten-password .form-fields .center-email-fields {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.page-addresses #content form.forgotten-password .form-fields .center-email-fields label.required, body.page-my-account #content form.forgotten-password .form-fields .center-email-fields label.required, body.page-authentication #content form.forgotten-password .form-fields .center-email-fields label.required, body.page-registration #content form.forgotten-password .form-fields .center-email-fields label.required, body.page-customer-account #content form.forgotten-password .form-fields .center-email-fields label.required {
    width: 100%;
    text-align: left;
    padding: 0;
}
.page-addresses #content .form-footer, body.page-my-account #content .form-footer, body.page-authentication #content .form-footer, body.page-registration #content .form-footer, body.page-customer-account #content .form-footer {
    display: flex;
    justify-content: center;
}
.page-addresses #content .form-footer .btn-primary, body.page-my-account #content .form-footer .btn-primary, body.page-authentication #content .form-footer .btn-primary, body.page-registration #content .form-footer .btn-primary, body.page-customer-account #content .form-footer .btn-primary {
    width: auto;
}
.page-addresses #content .btn-primary, body.page-my-account #content .btn-primary, body.page-authentication #content .btn-primary, body.page-registration #content .btn-primary, body.page-customer-account #content .btn-primary {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 30px;
    background: #281503;
    margin-bottom: 5px;
}
.page-addresses #content .forgot-password a, body.page-my-account #content .forgot-password a, body.page-authentication #content .forgot-password a, body.page-registration #content .forgot-password a, body.page-customer-account #content .forgot-password a, .page-addresses #content .no-account a, body.page-my-account #content .no-account a, body.page-authentication #content .no-account a, body.page-registration #content .no-account a, body.page-customer-account #content .no-account a {
    display: inline-block;
    font-size: 16px;
    margin: 15px 0;
    text-decoration: underline;
    color: #281503;
}
body.page-my-account #content .links {
    max-width: 380px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
body.page-my-account #content .links a {
    padding: 0;
    width: 100%;
    margin: 0;
}
body.page-my-account #content .links a span.link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #281503;
    color: #fff;
    height: 40px;
    padding: 0 30px;
    width: 100%;
    transition: all 200ms ease-in-out;
}
body.page-my-account #content .links a span.link-item:hover {
    background: #242424;
}
body.page-my-account #content .links a span.link-item i {
    padding: 0;
    font-size: 22px;
    color: #fff;
    width: 20px;
}
body.page-my-account .logout-link {
    text-align: center;
    padding-bottom: 50px;
}
body.page-my-account .logout-link a {
    color: #242424;
    text-decoration: underline;
    font-weight: 700;
}
/*///////////////////////////////////////*/
/* ///// PAGE CONTACT ///////////////// */
/*/////////////////////////////////////*/
.contact-form-container {
    display: flex;
    align-items: flex-start;
    margin: 50px auto;
    gap: 70px;
    padding-bottom: 120px;
}
.contact-form-container .colonne-gauche {
    width: 100%;
    max-width: 430px;
    padding: 12px 15px 40px;
    border: solid 1px #BCA287;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.contact-form-container .colonne-gauche .logo {
    margin: 20px 0 30px;
}
.contact-form-container .colonne-gauche .adresse {
    line-height: 22px;
    margin-bottom: 15px;
}
.contact-form-container .colonne-gauche .default-btn.large span {
    font-size: 20px;
}
.contact-form-container .colonne-gauche .menu-socials {
    display: flex;
    gap: 10px;
    margin: 15px 0 25px;
}
.contact-form-container .colonne-gauche .menu-socials a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #281503;
}
.contact-form-container .colonne-gauche .horaires {
    line-height: 22px;
}
.contact-form-container form {
    width: 100%;
}
.contact-form-container form .intro-form {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.contact-form-container form .form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-container form .form-fields .form-group {
    margin-bottom: 30px;
    width: 100%;
}
.contact-form-container form .form-fields .form-group.small {
    width: calc(50% - 17px);
}
.contact-form-container form .form-fields .form-group:not(.checkbox) label {
    color: #020203;
    font-family: 'Anton';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
}
.contact-form-container form .form-fields .form-group.checkbox {
    margin-top: 25px;
}
.contact-form-container form .form-fields .form-group.checkbox .field-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.contact-form-container form .form-fields .form-group.checkbox .field-group label {
    font-size: 14px;
    line-height: 20px;
    margin-top: -5px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.contact-form-container form .form-fields .form-group.checkbox input:before {
    margin-top: 0px;
}
.contact-form-container form .form-fields .form-group select, .contact-form-container form .form-fields .form-group input[type="text"], .contact-form-container form .form-fields .form-group input[type="email"] {
    height: 50px;
    border: solid 1px #BBAE98;
}
.contact-form-container form .form-fields .form-group textarea {
    min-height: 120px;
    border: solid 1px #BBAE98;
}
.contact-form-container form .form-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.contact-form-container form .form-footer .contact-form-btn {
    border: solid 2px #281503;
    outline: solid 1px #281503;
    outline-offset: -6px;
    background: #BBAE98;
    text-align: center;
    min-width: 280px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
/*/
 /////////////////////////////////////
 /*/
/* // ADD TO CART MODAL /////////////// */
/*/
 ///////////////////////////////////
 /*/
#blockcart-modal {
    padding-right: 0 !important;
}
#blockcart-modal .modal-dialog {
    max-width: 1000px;
    width: calc(100% - 44px);
}
#blockcart-modal .modal-content {
    border: none;
    border-radius: 0;
}
/*Header*/
#blockcart-modal .modal-header {
    background: #281503 !important;
    height: 64px;
    padding: 0 25px;
}
#blockcart-modal .modal-header .modal-title {
    font-size: 20px;
    line-height: 70px;
    color: #f6f4eb;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Alegreya", serif;
}
#blockcart-modal .modal-header .close {
    margin-top: 17px;
}
#blockcart-modal .modal-header .close:focus {
    outline: none;
}
/*BODY*/
#blockcart-modal .modal-body {
    background: #fff;
    padding: 47px 35px;
    display: flex;
    align-items: center;
}
/*LEFT PART*/
#blockcart-modal .modal-body .left-part {
    width: 100%;
    max-width: 415px;
    padding-right: 25px;
    margin-right: 50px;
    border-right: solid 1px #deddd7;
    display: flex;
    align-items: center;
}
#blockcart-modal .modal-body .left-part .image {
    width: auto;
    height: 110px;
    object-fit: cover;
    margin-right: 15px;
}
#blockcart-modal .modal-body .left-part .image img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}
#blockcart-modal .modal-body .left-part .product-name {
    font-size: 20px;
    line-height: 24px;
    color: #313131;
    font-weight: 700;
    font-family: "Alegreya", serif;
}
#blockcart-modal .modal-body .left-part .product-price-qty {
    font-size: 15px;
    line-height: 23px;
    color: #17191a;
}
/*RIGHT PART*/
#blockcart-modal .modal-body .right-part .cart-products-count {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    color: #17191a;
    margin-bottom: 0;
}
#blockcart-modal .modal-body .right-part .product-total {
    font-size: 15px;
    line-height: 23px;
    color: #17191a;
    margin-bottom: 20px;
}
/*BTNS*/
#blockcart-modal .modal-body .right-part .cart-content-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#blockcart-modal .modal-body .right-part .continue-shopping {
    font-size: 16px;
    line-height: 22px;
    color: #281503;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
#blockcart-modal .modal-body .right-part .continue-shopping:focus {
    outline: none;
}
#blockcart-modal .modal-body .right-part .continue-shopping:hover {
    text-decoration: underline;
}
#blockcart-modal .modal-body .right-part .go-to-basket {
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 0 40px;
    height: 35px;
    line-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    background: #281503;
    color: #fff;
    font-family: "Alegreya", serif;
    margin-bottom: 10px;
    border: solid 1px #281503;
    transition: all 200ms ease-in-out;
}
#blockcart-modal .modal-body .right-part .go-to-basket:hover {
    background: #281503;
}
/*PRODUCT IMAGE MODAL*/
#product-modal .modal-content {
    background: #fff;
    display: flex;
}
#product-modal .modal-content .modal-body {
    display: flex;
    background: #fff;
}
