/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


 :root {
    --primary: #2E696E;
    --primary-dark: #004242;
    --primary-light: #99BCBF;
    --secondary: #B8A86f;
    --dark: #110505;
    --red: #EC4F58;
}

html {
    scroll-behavior: auto !important;
}

/* WRAPPER */
#index #wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* MODAL */

.modal {
    z-index: 1003 !important;
}

.topbar {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 15px;
}

/* COMPTEUR PRODUITS */
#psproductcountdown-product .psproductcountdown .pspc-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#psproductcountdown-product .psproductcountdown {
    border-radius: 30px;
    border: #B71F1E 2px solid;
    width: 60%;
    margin: 0 auto;
    height: 60%;
}

#psproductcountdown-product .psproductcountdown .pspc-offer-ends{
    font-size: 16px;
    color: black;
    margin-right: 30px;
}

#psproductcountdown-product .pspc-main .pspc-time {
    height: 3em;
}

hr.hr-primary {
    height: 0.5px;
    background-color: var(--primary);
    border: none;
    width: 50%;
}


#psproductcountdown-list {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
}

#psproductcountdown-list .psproductcountdown {
    background: none;
}

#psproductcountdown-list .pspc-main .pspc-count{
   display: none;
}


#psproductcountdown-list .pspc-main .pspc-label {
    display: none;
}


#psproductcountdown-list  .psproductcountdown .pspc-offer-ends,
#psproductcountdown-product .psproductcountdown .pspc-offer-ends
{
    text-transform: uppercase;
    color: #B71F1E;
}

#psproductcountdown-product .psproductcountdown .pspc-count,
#psproductcountdown-list .psproductcountdown .pspc-count {
    background: none !important;
}

#psproductcountdown-product  .pspc-main .pspc-label {
    font-size: 10px;
    top: 40px;
}


@media (max-width: 1200px) {
    .pspc-main .pspc-label {
        font-size: 13px;
    }
    #psproductcountdown-product .psproductcountdown .pspc-offer-ends {
        font-size: 15px;
    }
}


@media (max-width: 978px) {

    #psproductcountdown-product .psproductcountdown .pspc-main  {
        display: contents;
    }
    #product #psproductcountdown-product .psproductcountdown{
        text-align: center;
        margin-top: 0px;
    }
    #psproductcountdown-product .psproductcountdown .pspc-offer-ends {
        margin-right: 0px;
    }
}

@media (max-width: 580px) {
    #psproductcountdown-product .psproductcountdown .pspc-offer-ends{
        font-size: 13px;
        text-align: center;
    }
    #psproductcountdown-product .psproductcountdown {
        width: 100%;
    }
    #psproductcountdown-list .pspc-main .pspc-label {
        font-size: 8px;
    }
    #psproductcountdown-list  .psproductcountdown .pspc-offer-ends {
        line-height: 12px;
        font-size: 8px;
    }
    .img-product-1 {
        height:130px;
    }
}


/* HEADER */

/* SEARCH */
/* #header #search_block_top:before {
    content: "";
    background: url(https://test3.les-naturelles.it/themes/warehousechild/assets/img/search.png);
    background-size: 25px 25px;
    color: var(--dark);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
} */




#content-wrapper .page-title
{
    display: none;
}

.header-nav{
    display: block !important;
}

.header-nav-padding {
    padding-top: 50px !important;
}

.frontLabelList {
    position: absolute;
    left: 0%;
    z-index: 2;
}

.frontLabelProduct {
    position: absolute;
    left: 25%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 20%;
    height: 10%;
    top: 80px;
}

.accueil-produits .frontLabelProduct {
    left: 0% !important;
}

@media (max-width: 757px) {



    .header-nav-padding {
        padding-top: 60px !important;
    }

    .frontLabelProduct {
        position: absolute;
        left: 0%;
        border-radius: 50%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        width: 20%;
        height: 10%;
        top: 70px;
    }

}

#search-bar-icon{
    cursor: pointer;
}

#wdcommentpro {
    margin-right: 10px;
}

/* #wrapper {
    position: relative;
    top: -10px;
} */

#onepagecheckout #wrapper {
    position: relative;
    top: 0px;
}

#order-infos {
	text-align: center;
}

#order-infos strong,
#order-details-delivery strong {
	color: #30686D !important;
}

#order-infos .order-details-basic-informations strong {
	font-size: 18px;
	color: white !important;
	background-color: #30686D;
	padding: 10px;
	line-height: 50px;
}

.page-order-detail .box
{
    border: none !important;
}

#order-details-delivery-state {
	text-align: center;
	min-height: 300px;
}

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

.justify-content-center {
	display: flex;
	justify-content: center;
	margin: 20px;
}

.justify-content-center img {
	margin-bottom: 20px;
}

.addresses {
	text-align: center;
}

.order-details-tracking a {
	color:#30686D;
	font-weight: bold;
}

.order-message-form {
	text-align: center;
}

#order-details-delivery-state {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}


#header #search_widget,
#header #searchbox .select-wrapper,
#header .button-search {
    display: none !important;
}

#header .wdsearch-main input {
    max-width: 250px;
    border-radius: 0 0 0 0 !important;
    border-bottom: 1px solid var(--dark) !important;
    padding: 5px;
}

.search_item_div_size {
    display: flex;
}

.search_item_div_size img {
    width: 100%;
}

#search_block_top #search_query_top {
    height: initial;
}

#wdsearch_content_result {
    width: 800px;
    position: absolute;
    left: -550px;

}

#wdsearch_content_result .title_showall a {
    background: var(--primary);
}

#header #search_block_top {
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

#wdsearch_eccept_data .cat-name h5 {
    font-size: 10px !important;
}

/* END SEARCH */

.ps-shoppingcart.side-cart #blockcart-content .cart-products {
    padding-right: 12px;
    padding-left: 12px;
}

.cart-products-count-btn {
    background-color: var(--primary);
}

#currency_selector {
    display: none !important;
}

#wdcommentpro:after,
#_matheo_geotaxmanager:before {
    content: none !important;
}

.product_baseline {
    font-style: italic;
    font-size: 10px;
    color: var(--primary);
}

/* .header-top {
    border-bottom: 2px solid var(--primary);
} */

#desktop_logo img {
    max-width: 150px;
}

.col-mobile-logo img {
    max-width: 150px;
}

img.logo {
    max-width: 150px !important;
}

.cbp-hrmenu>ul>li#cbp-hrmenu-tab-1>a,
.cbp-hrmenu>ul>li#cbp-hrmenu-tab-1>span.cbp-main-link {
    background: none;
    color: var(--primary);
}

.cbp-hrmenu .cbp-links li > a:hover,
.cbp-hrmenu .cbp-links div > a:hover {
    border-bottom-color: var(--primary);
}

.cbp-hrmenu .cbp-links li > a,
.cbp-hrmenu .cbp-links div > a {
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

#iqitmegamenu-horizontal {
   margin-top: 15px;
}


/*
.fa-shopping-bag:before {
    content: url('../img/cart.png') !important;
}

.header-top .fa-heart:before {
    content: url('../img/heart.png') !important;
}

.header-top .fa-search:before {
    content: url('../img/search.png') !important;
} */

.dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item .name {
    color: var(--primary) !important;
    font-weight: normal;
}

.dropdown-item, .autocomplete-suggestions .dropdown-item .product-price
{
    font-weight: 600;
    color: #110505;
}

@media (max-width: 991px) {

    .product-quantity-state,
    .product-availability-vip {
        text-align: center;
    }

}

#mobile-header .fa-user {
    height: 15px;
}

#mobile-header #mobile-cart-products-count {
    display: block !important;
}

#mobile-header .fa-user:before {
    content: url('../img/user.png') !important;
    display: inline-block;

    height: 15px;
}

.col-mobile-btn-account {
    margin-right: 20px;
}

#header .header-btn-w {
    padding: 0 0.75rem;
}

#header .custom-search-input {
    border: none;
    border-bottom: 1px solid var(--dark);
    position: relative;
    width: 150px;
}

#header .header-nav * {
    font-size: 14px;
}

#vipProgramTopBar {
    display: inline-block;
}

#vipProgramTopBar i {
    vertical-align: sub;
}

/* HOMEPAGE */

@media (max-width: 991px) {

    .elementor-nav--layout-horizontal .elementor-nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .elementor-nav--layout-horizontal:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30%;
        height: 67px;
        background: linear-gradient(to right, transparent, white);
        z-index: 9999;
        pointer-events: none !important;
    }
}

/*  CONTENT */

#prestablog_menu_cat {
    background-color: var(--primary);
}

.elementor-text-editor ul {
    padding-left: 20px;
}

.elementor-heading-title {
    line-height: 1.5;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--primary);
    font-weight: 600;
}

.cbp-tab-title {
    text-align: center;
}

.elementor-widget-heading .elementor-heading-title
{
    font-weight: 600;
    text-transform: uppercase;
}

.ce-product-name {
    font-weight: 600;
    text-transform: initial !important;
}

.elementor-swiper-button {
    color: #004242 !important;
    opacity: 1 !important;
    z-index: 5;
    cursor: pointer;
}
@media (min-width: 757px) {

    .title-and-line h4,
    .product-title-and-line h4 {
        overflow: hidden;
        text-align: left;
        padding-left: 10%;
    }

    .title-and-line h4:before,
    .title-and-line h4:after,
    .product-title-and-line h4:before,
    .product-title-and-line h4:after{
        background-color: var(--primary);
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

    .title-product-section-custom h4:before,
    .title-product-section-custom h4:after {
        background-color: white;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

    .title-and-line h4:before,
    .product-title-and-line h4:before,
    .title-product-section-custom h4:before{
        right: 0.5em;
        margin-left: -100%;
    }

    .title-and-line h4:after,
    .product-title-and-line h4:after,
    .title-product-section-custom h4:after{
        left: 0.5em;
        margin-right: -100%;
    }
}

@media (max-width: 757px) {

    .title-and-line h4 {
        overflow: hidden;
        text-align: center;
    }

    #header .header-nav * {
        font-size: 10px;
    }

    .title-and-line h4:before,
    .title-and-line h4:after {
        background-color: var(--primary);
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .title-and-line h4:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .title-and-line h4:after {
        left: 0.5em;
        margin-right: -50%;
    }


}


/* Product page */
.product-title-and-line h2 {
    font-weight: 200;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}


.product-title-and-line h2:after {
    position: absolute;
    top: 51%;
    height: 1px;
    content: '\a0';
    background-color: var(--primary);
    margin-left: 2%;
    width: 100%;
}

ul.pills-caracteristiques li {
    display: inline-block;
    color: var(--primary);
    background: white;
    border: 1px solid var(--primary);
    padding: 6px 10px;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
}

h1.ce-product-name {
    font-size: 25px !important;
    max-width: 500px;
    color: var(--dark) !important;
    line-height: 1.3;
}

#product .elementor-widget-product-name {
    margin-bottom: 0px;
}

.product-list .product-reference {
    color: var(--dark);
}



#product .atc-block * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    vertical-align: middle;
}

#product .atc-block {
    display: flex;
}

#product .atc-block #add_to_cart_vip {
    font-size: 16px;
    padding: 8px 15px;
}

#product .product-baseline {
    min-height: 20px;
    margin-top: 10px;
    color: var(--primary);
    font-style: italic;
    font-size: 18px;
}

#product .product-baseline p {
    margin-bottom: 0 !important;
}

.star {
    cursor: inherit;
}

#product .star {
    font-size: 18px;
    cursor: inherit;
}

#product .elementor-thumbnails-swiper .swiper-slide img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
}

#product .ingredients img {
    width: 80px;
    height: 80px;
    margin-right: 10px;

}

#product .ingredients .elementor-image-gallery figure {
    width: initial;
}

#product .elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    content: none;
}

#product .elementor-thumbnails-swiper .swiper-slide {
    opacity: 0.35;
}

#product .elementor-thumbnails-swiper .swiper-slide-active {
    opacity: 1;
}

@media (max-width: 392px) {
    .products-grid .product-baseline {
        height: 55px !important;
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }
}



@media (max-width: 991px) {

    #order-details-delivery-state {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    #product .atc-block {
        text-align: center;
        display: flex;
        flex-direction: row;
    }

    #product .atc-block .quantity-block {
        display: flex;
        text-align: center;
        justify-content: center;
        padding-bottom: 15px;
    }

    #product .atc-block .quantity-block input {
        display: inline-block;
        font-size: 20px;
        text-align: center;
        border: 1px solid var(--primary);
        outline: none;
    }

    #product .atc-block .quantity-block .minus {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    #product .atc-block .quantity-block .plus {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    #product .atc-block .add-to-cart-buttons-block {
        display: flex;
        justify-content: center;
    }

    #product .atc-block a,
    #product .atc-block .vipProduct {
        flex-basis: 50%;
        width: 100%;
    }

    #product .atc-block .add-to-cart {
        color: white;
        font-size: 16px;
        padding: 8px 15px;
        width: 100%;
    }

    #product .atc-block .vipProduct .btn {
        width: 100%;
    }

    #product .product-baseline {
        text-align: center;
    }

    #product h1.ce-product-name {

        font-size: 22px !important;
    }

}


#product .atc-block input {
    display: inline-block;
    width: 70px;
    font-size: 16px;
    padding: 8px 15px;
    text-align: center;
    margin-right: -2px;
    border: 1px solid var(--primary);
    border-radius: 100px 0px 0px 100px;
    outline: none;
    line-height: 1.5;
}

#product .atc-block button {
    margin-left: -2px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: white;
    font-size: 16px;
    padding: 8px 15px;
}

#product .atc-block button:hover {
    background-color: var(--primary-dark);
    color: white;
    border-color: var(--primary-light);
}


#product .atc-block button.add-to-cart-vip {
    border-radius: 0px 100px 100px 0px;
    margin-left: -3px;
    font-size: 12px;
    background: var(--primary-dark);
}

#product .atc-block .qty-selector {
    color: var(--primary);
    font-size: 16px;
    cursor: pointer;
    margin-left: -30px;
}

#product .atc-block .minus {
    position: relative;
    left: 10px;
    z-index: 10;
    cursor: pointer;
    float: left;
    top: 11px;
    width: 15px;
    color: var(--primary);

}

#product .atc-block .plus {
    position: relative;
    left: 38px;
    z-index: 10;
    cursor: pointer;
    float: left;
    top: 11px;
    width: 15px;
    color: var(--primary);
}



.atc-block .vipProduct~.add-to-cart {
    border-radius: 0px 0px 0px 0px;
}


@media (max-width: 391px) {
    #product .atc-block #add_to_cart_vip,
    #product .atc-block .add-to-cart,
    #product .atc-block .qty-selector
    {
        font-size: 12px;
    }

    #product .atc-block .plus,
    #product .atc-block .minus{
        top: 7px;
    }
}

@media (max-width: 320px) {
    #product .atc-block #add_to_cart_vip,
    #product .atc-block .add-to-cart,
    #product .atc-block .qty-selector
    {
        font-size: 9px;
    }
}


@media (max-width: 991px) {

    #product .atc-block .plus {
        left: 68px;
    }

    #product .atc-block input {
        width: 110px;
    }

    #product .ce-product-description-short {
        font-size: 15px;

    }

    #product #product-comment {
        overflow: hidden;
    }

    #product #product-comment .comments-header .header-actions,
    #product #product-comment .comments-header .stars-average {
        min-width: initial;
        margin: 0 0 0 0;
    }

    #product #product-comment .comments-header {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
    }

    #product_comments_block_tab .comments .align_center {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }

    #product_comments_block_tab .comments .align_center .btn {
        width: 100%;
    }

    #wdcomment-modal .product {
        display: none;
    }



    .comment_details {
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .comment_author_infos * {
        text-align: left;
    }

}

.display-all-ingredients {
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    background: none;
    border: none;
}

#product .reviews-stars-average .stars {

    position: relative;
    white-space: nowrap;

}

#product .reviews-stars-average .cover {
    background: white;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;


}

#product .reviews-stars-average svg {
    width: 18px;
    fill: gold;
}

#product .elementor-atc button {
    background: var(--primary);
}

#product .ce-product-description,
#product .product-ingredient{
    max-height: 300px;
    overflow: hidden;
    transition: all 0.5s;
}

.cbp-links li a {
    font-size: 13px;
}


#main-page-content #content-wrapper #main ul,
.product-ingredient ul li,
.ce-product-description-short ul li {
    list-style: outside !important;
}

#main-page-content #content-wrapper #main #menu_ec_commercial ul
{
    list-style: none !important;

}

.product-ingredient ul li,
.ce-product-description-short ul li {
    margin-left: 30px
}

*:not(.product-miniature) .ce-product-description-short p a {
    color: var(--primary) !important;
    text-decoration: underline;
}

#product .ce-product-description-short a,
#product .ce-product-description a,
#cms #main article:not(.product-miniature) a {
    color: var(--primary) !important;
    text-decoration: underline;
}

.discount-product {
    color: #b71f1e;
}

.ce-product-description {
    position: relative;
    top: 10px;
}

#product .ce-product-description.long:after,
#product .product-ingredient.long:after{
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

#product .ce-product-description.disable-after:after{
    content: none
}

#product .description-show-more,
#product .ingredients-show-more {
    color: var(--primary);
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    background: none;
    border: none;
}


.ce-product-price {
    color: var(--primary);
    font-size: 22px;
    font-weight: 600;

}

#productReviews
{
    border: 2px solid var(--primary);
    border-radius: 10px;
}

.comments .btn-primary {
    background-color: var(--primary);
    padding: 8px 24px;
    border-radius: 100px;
}

/* BUTTONS */

.prgd-btn-action .btn {
    background-color: var(--primary);
    border-radius: 999px;
    color: white;
    text-align: center;
}

.btn-primary {
    background-color: var(--primary);
    border-radius: 100px;
}

.btn-primary:hover {
    background-color: var(--primary-dark);
}


/* ELEMENTOR NAV TABS */

.elementor-nav--layout-horizontal ul.elementor-nav {
    width: 100%;
}

.elementor-widget-nav-menu .elementor-nav--main a.elementor-item:not(#e) {
    color: var(--primary);
    font-weight: 300;
    font-size: 18px;
}

.elementor-widget-nav-menu .elementor-nav--main a.elementor-item-active {
    font-weight: 600 !important;
    font-size: 18px;
}

.elementor-widget-nav-menu .elementor-nav--main a.elementor-item-active:after {
    content: "";
    display: block;
    height: 3px;
    background-color: var(--primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}




/*  NOS LIGNES SLIDER */

.nos-lignes-slider img {
    border-radius: 5px !important;
    object-fit: cover;
    height: calc(width)
}

.nos-lignes-slider figcaption.elementor-image-carousel-caption {
    position: absolute;
    top: calc(50% - -65px);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
}

.nos-lignes-slider figure .ligne-bouton {
    position: absolute;
    top: calc(50% + 135px);
    text-align: center;
    color: var(--dark);
    background: white;
    border-radius: 9999px;
    padding: 10px 25px;
    font-size: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}

.nos-lignes-slider figure .ligne-bouton:hover {
    opacity: 0.5;
}

/* SLIDER TYPE DE PEAU */

.slider-type-peau .ce-gallery-icon {
    position: relative;
}

.slider-type-peau .ce-gallery-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 2;
}

.slider-type-peau .ce-gallery-caption {
    z-index: 3;
}

@media(min-width: 991px) {
    .menu-element-id-83 {
        position: relative;
        bottom: 150px;
    }

    .slider-type-peau .ce-gallery-item {
        width: 12% !important;
        transition: all 0.3s;
        height: 550px;
    }

    .slider-type-peau .ce-gallery-item.active {
        width: 28% !important;
        transition: all 0.3s;

    }

    .slider-type-peau .bulle-type-peau {
        padding: 15px;
        background: #2E696E;
        position: absolute;
        bottom: 20px;
        width: calc(28% - 80px);
        left: 60px;
        border-radius: 8px;
        z-index: 4;
    }

    .slider-type-peau .ce-gallery-caption {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        height: 550px;
        position: relative;
        top: -550px;
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        padding: 20px;
    }
}


@media (max-width: 991px) {

    .slider-type-peau .ce-gallery-icon::before{
        z-index: 0;
    }

    .nos-lignes-slider figcaption.elementor-image-carousel-caption{
        top: calc(50% - -40px);
    }

    .nos-lignes-slider figure .ligne-bouton {
        top: calc(50% + 105px);
    }


    .slider-type-peau .ce-gallery-item,
    .slider-type-peau .ce-gallery-item img {
        width: 100% !important;
        height: 100px !important;
        position: relative;
        transition: all 0.5s;
    }

    .slider-type-peau .ce-gallery-item.active,
    .slider-type-peau .ce-gallery-item.active img {
        height: 300px !important;
        transition: all 0.5s;

    }

    .slider-type-peau .ce-gallery-caption {
        position: absolute;
        bottom: 15px;
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        padding-left: 20px;
        text-align: center !important;
    }

    .slider-type-peau .bulle-type-peau {
        display: none;
    }
}

/*  OTHERS */
.header-custom-html {
    display: none;
}

.pointer {
    cursor: pointer;
}

.flex-break {
    flex-basis: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.vip-alert-modal {
    padding-top: 40vh;
}

@media (max-width: 991px) {
    .vip-alert-modal {
        padding-top: 10px;
        height: 15%;
    }
}


.gift-card-button {
    position: fixed;
    bottom: 50%;
    left: 30px;
    border-radius: 100px;
    background: var(--primary);
    color: white !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    z-index: 99;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    font-size: 15px;
}

@media (max-width: 991px) {
    .gift-card-button {
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
    }
}

#back-to-top {
    display: none;
}

/* FONTS */

/* ACCUEIL */

.accueil-produits .elementor-atc {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}

.accueil-produits .elementor-atc input {
    display: inline-block;
    width: 70px;
    height: 38px;
    text-align: center;
    margin-right: -2px;
    border: 1px solid var(--primary);
    border-radius: 100px 0px 0px 100px;
    outline: none;
}

.accueil-produits .elementor-atc button {
    border-radius: 0px 100px 100px 0px;
    margin-left: -2px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid var(--primary);
}

.product-slider-qty-selector {
    color: var(--primary);
    font-size: 20px;
    cursor: pointer;
}

.product-slider-qty-selector-minus {
    position: relative;
    left: 30px;

}

.product-slider-qty-selector-plus {
    position: relative;
    left: 60px;
}

@media (max-width: 991px) {

    .product-slider-qty-input,
    .product-slider-qty-selector,
    .product-slider-qty-selector-minus,
    .product-slider-qty-selector-plus {
        display: none !important;
    }
}



/* WdWishLish */

.ce-add-to-wishlist, #wishlist-btn {
    display: none !important;

}
/* .addToWishlist i{
    display:none;
}


.addToWishlist{
    background: none;
    padding: 0 0 0 0;
}
.addToWishlist:after{
    content: '\f004';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    color:var(--primary);
} */


/* FOOTER */
#footer-copyrights {
    display: none;
}

.footer-links p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#footer-container-main {
    padding: none;
    line-height: 1;
}

#footer a {
    color: white !important;
}

#footer a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.custom-newsletter-registration .elementor-field-type-subscribe input[type=email] {
    border-radius: 100px !important;
    margin-right: 20px;

}

#footer .elementor-widget-heading {
    margin-bottom: 8px !important;
}

.custom-newsletter-registration .elementor-button {
    border-radius: 100px !important;
    border: 1px solid white !important;
    background: none !important;
}

.footer-links strong,
.footer-links b {
    margin-bottom: 5px;
    display: inline-block;
}


/* PRODUCTS LIST */

.input-group-add-cart input,
.input-group-add-cart button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
}

.input-group-add-cart {
    z-index: 4;
}

.input-group-add-cart #add_to_cart_vip {
    padding-top: 7px;
    padding-bottom: 7px;
}

.elementor-widget .elementor-product-miniature {
    background: rgba(255, 255, 255, 0);
}

.elementor-widget .elementor-product-miniature:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.vipProduct {
    color: rgba(31, 87, 91, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

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

form.elementor-atc * {
    vertical-align: middle;
}

.product-title a {
    color: #110505 !important;
}

.ps-shoppingcart .cart-products-count-btn
{
    right: -10px !important;
}

.add-to-cart .fa-shopping-bag {
    display: none !important;
}

.accueil-produits .elementor-atc {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}

.product-add-cart .input-qty {
    display: inline-block;
    width: 60px !important;
    max-width: 60px !important;
    text-align: center;
    border: 1px solid var(--primary);
    border-radius: 100px 0px 0px 100px !important;
    outline: none;
}


@media (max-width: 991px) {

    .product-add-cart .input-qty {
        display: inline-block;
        width: 50px !important;
        max-width: 50px !important;
        text-align: center;
        border: 1px solid var(--primary);
        border-radius: 100px 0px 0px 100px !important;
        outline: none;
    }

    .ps-shoppingcart .cart-products-count-btn
    {
        right: 0px !important;
    }
    .elementor-product-grid .elementor-atc {
        display: none !important;
    }
}

.elementor-product-grid article .wishlist-button-add {
    position: absolute;
    top: 0.635rem;
    right: 0.635rem;
    z-index: 10;
}

.products-grid .input-group-add-cart .plus,
.products-grid .input-group-add-cart .minus {
    z-index: 10;
    float: right;
    cursor: pointer;
    color: var(--dark);
    font-size: 16px;
}

.products-grid .input-group-add-cart .minus {
    position: absolute;
    left: 8px;
    top: 6px;
    color: var(--primary-dark);
    outline: none;
}

.products-grid .input-group-add-cart .plus {
    position: absolute;
    left: 44px;
    top: 6px;
    color: var(--primary-dark);
    outline: none;
}

.product-miniature-grid .input-group-add-cart .input-group {
    margin-right: 0px !important;
}

.product-add-cart .input-group-btn-vertical {
    display: none;
}

button.add-to-cart {
    margin-left: -2px;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid var(--primary);
    background: var(--primary);
}

.elementor-product-grid .product-miniature button.add-to-cart {
    border-radius: 0px 0px 0px 0px;
}


button.btn-ajout-vip {
    margin-left: -2px;
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid var(--primary-dark);
    background: var(--primary-dark);
    color: white;
    border-radius: 0px 100px 100px 0px;
}

button.btn-ajout-vip:hover {
    background: white;
    color: var(--primary-dark);
}

.products-grid .product-title {
    height: 30px;
}

.submitSetProductsPriceToZero,
.submitSetDeliveryFree,
.submitSetDeliveryNotFree
{
    float: right;
}

#cart-summary-product-list {
    max-height: 350px;
    overflow: auto;
}

.products-grid .product-miniature-default .iqitreviews-simple, .products-grid .product-miniature-default .product-brand, .products-grid .product-miniature-default .product-reference, .products-grid .product-miniature-default .product-title
{
    margin-bottom: 0px !important;
}

.products-grid .product-baseline {
    min-height: 20px;
    margin-bottom: 2px;
    color: var(--primary);
    font-style: italic;
    height: 40px;
}

.products-grid .product-price {
    font-weight: 600;
    font-size: 16px;
}

.products-grid .product-price-and-shipping {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem !important;
    height: 50px;
}

.products-grid .js-product-miniature-wrapper {
    margin-bottom: 30px;

}

.products-grid .product-miniature {
    padding: 15px;
    padding-bottom: 20px;
}

.tn-product-list .fa-shopping-bag {
    display: none !important;
}

.product-tabs-home .e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
    display: none;
}

/* MEGA MENU */
.cbp-hrsub-inner {
    margin-top: 33px;
}


.cbp-horizontal .cbp-tab-title {
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
    font-size: 1.05rem !important;
}

.cbp-horizontal .cbp-tab-title:hover {
    border-bottom-color: var(--primary);
}


.mobile-menu__user {
    display: none;

}

.cbp-hrmenu .cbp-column-title {
    margin-bottom: 0px !important;
}

#mobile-header .mobile-main-bar {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

#mobile-header {
    border:none !important;
}

.cbp-hrmenu .cbp-links li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu .cbp-hrsub-inner a,
.cbp-hrmenu .cbp-hrsub-inner a:link {
    line-height: 1.3;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    text-transform: uppercase;
    color: var(--primary) !important;
    font-size: 16px;
}

.js-fleur-verte{
    position: absolute;
    z-index: 1;
    pointer-events: none;
    display: none;
}

.js-fleur-verte-droite{
    right: 0;
}

.js-fleur-verte-gauche{
    left: 0;
}



/* CATEGORY PAGE */


#category #wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

#category .breadcrumb {
    margin-top: 20px;
}

#category #js-product-list-top {
    display: none;
}

#category .rte-content {
    color: var(--dark);
}

/* BLOG */

#prestablog_menu_cat {
    display: none;
}

.product-category-header-banner-blog {
    background-image: url('/img/c/blog-bg.jpg');
    background-size: cover;
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
}

.content-background-blog {
    min-height: 250px;
    background: rgba(255, 255, 255, 0.5);
    width: 50vw;
    position: relative;
    left: calc(50% - 50vw);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc(50vw - 50%);
    padding-right: 30px;
}

.block_bas {
    text-align:center;
}

#blog_list_1-7 .block_cont, .prestablog .block_cont
{
    border: none !important;
}

/* BLOG : FEATURED POSTS */

.blog-featured-posts .elementor-image-box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    border-radius: 10px;

}

.blog-featured-posts .elementor-image-box-title,
.blog-featured-posts .elementor-image-box-description {
    color: #110505;
    text-align: center;
}


/* AUTRES */
.delivery-option-logo img {
    max-width: 80px;
}

/* ALL */

@media (max-width: 991px) {

    .elementor-price-wrapper {
        height: 35px;
    }
}

#wrapper {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#cms .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}



/*
*
* VIP
*
*/

/* Product single */

#product .ce-product-badge-sale-amount,
#product .ce-product-badge-sale-percentage {
    background: none;
    color: #b71f1e;
}

#add_to_cart_vip {
    background: var(--primary-light);
    border-radius: 0 100px 100px 0;
    text-align: center;
    color: white;
    font-size: 12px;
}

#add_to_cart_vip:hover {
    background: var(--primary-dark);
    border: 1px solid var(--primary-dark);

}

.modal-content {
    border-radius: 10px;
}

#vipProgramCart {
    background: var(--secondary) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

#vipProgramCart p,
#vipProgramCart a,
#vipProgramCart label {
    color: white !important;
}

.label_cart_vipProgram {
    color: var(--seconday);
    font-size: 12px;
}

.help_vipProgram {
    background: var(--primary)B5;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    text-align: center;
}

.help_vipProgram:hover {
    color: white;
}

.register_VipProgram {
    background: #C4582459 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 50px;
    text-align: center;
}

.register_VipProgram label {
    font-size: 37px;
    color: #707070;
}

.register_VipProgram button,
.register_VipProgram a {
    font-size: 37px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--secondary) !important;
    border: none;
    margin-top: 20px;
    color: white !important;
}

#dashboard_vipProgram h2 {
    text-align: center;
    font-size: 53px;
    margin-bottom: 50px;
    color: #707070
}

#dashboard_vipProgram .card {
    background-color: var(--primary-dark);
    border-radius: 19px;
}

#dashboard_vipProgram .card .cardbodyRight {
    text-align: center;
    background-color: var(--primary);
    padding: 20px;
    color: white;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

#dashboard_vipProgram .card .cardbodyLeft {
    text-align: center;
    background-color: var(--primary);
    padding: 20px;
    color: white;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}

#dashboard_vipProgram .card h4 {
    font-size: 20px;
}

#dashboard_vipProgram .card h5 {
    color: var(--seconday);
    font-size: 20px;
    text-align: center;
}

.slider-type-peau .bulle-type-peau img.feuille-blanche {
    height: 150px;
    width: auto;
    position: absolute;
    right: -40px;
    top: -20px;
    opacity: 0.8;
}

.product-quantity-state {
    color:#b71f1e;
    font-weight: bold;
}

.product-availability-vip {
    font-size: 11px;
    font-style: italic;
}

.ce-product-badge-sale-percentage,
.ce-product-price-regular {
    position:relative;
    top: 2px;
}


#dashboard_vipProgram .card .row {
    margin-top: 15px;
}

#dashboard_vipProgram .findout {
    font-size: 23px !important;
    line-height: 30px;
}

#dashboard_vipProgram .findout .card {
    background-color: var(--primary);
    text-align: center;
    border-radius: 42px;
    padding: 20px;
}

#dashboard_vipProgram .findout .card h4 {
    color: #fff;
    font-size: 26px;
}

#dashboard_vipProgram .findout .card p {
    text-align: left;
    font-size: 23px !important;
}

/* STACKING CONTEXT */
#superuser-modal{
    transform: rotate(0deg) !important;
}

div.dropdown-menu{
    z-index:2000;
}

.block-cart-product-vip {
    display: flex;
    flex-direction: column-reverse;
}

.block-cart-product-vip div {
    color: var(--primary);
    font-size: 10px;
}

#loading-overlay {
    z-index: 99999;
}

.modal-backdrop.show {
    z-index: 99;
}

#wdcomment-modal .product .product_desc {
    padding: 10px;
}

.addReviewBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.productReductionDisplayList,
.productReductionDisplayList2 {
    color: white;
    font-size: 15px;
    position: absolute;
    right: 0;
    background-color: #2e696e;
    border-radius: 50%;
    width: 22%;
    height: 20%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productReductionDisplayProduct {
    color: white;
    position: absolute;
    right: 10%;
    background-color: #2e696e;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    font-size: 17px;
    width: 10%;
    height: 10%;
    top: 30px;
}

.productReductionDisplayProduct2 {
    color: white;
    position: absolute;
    right: 9%;
    background-color: #2e696e;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    font-size: 17px;
    width: 10%;
    height: 10%;
}


.nos-lignes-section p {
    top: calc(50% - -65px);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px !important;
}



@media screen and (max-width: 991px) {


    .productReductionDisplayProduct {
        padding: 7%;
    }

    .productReductionDisplayProduct2 {
        padding: 7%;
    }

    .products-grid .input-group-add-cart .plus
    {
        left:35px;
    }

}

@media screen and (max-width: 991px) {
    .productReductionDisplayList,
    .productReductionDisplayList2 {
        padding: 25px;
    }

}

@media screen and (max-width: 757px) {

    .product-miniature-default .product-add-cart .input-qty
    {
        font-size: smaller;
    }

    .gc-inputs {
        display: flex;
        flex-direction: row;
        gap:10px;
    }

    .publicPrice {
        text-align: center;
    }
    .productReductionDisplayProduct {
        right: 2%;
        padding: 8%;
        font-size: 20px;
        width: 10%;
        height: 10%;
        top: 25px;
    }

    .productReductionDisplayProduct2 {
        right: 15px;
        padding: 8%;
        font-size: 20px;
        width: 10%;
        height: 10%;
        top: -10px;
    }

}




@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* CSS for the Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.loading-spinner {
border: 4px solid #f3f3f3; /* Light gray border */
border-top: 4px solid #3498db; /* Blue border on top */
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 2s linear infinite;
}


/* FONTS */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}





/* FONTS */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.stretched-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: "";
}

#wdsearch_eccept_data .items-list > li {
  flex: 0 0 49%;
  cursor: inherit;
}