@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body{
    padding-top: 85px;
}

#toast-container{
    z-index: 1000000!important;
}

#header .top {
    height: 85px;
    background: rgb(72, 14, 13) !important;
    background: radial-gradient(
        circle,
        rgb(72, 14, 13) 0%,
        rgb(13, 5, 6) 100%
    ) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
}
#header .top .logo-container {
    text-align: center;
}
#header .top .logo-container img {
    height: 70px !important;
    width: auto;
}

#header .burger {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 27px;
    left: 15px;
}

#header .burger::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: white;
}

#header .burger::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: white;
}

#header .burger div {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#header #_desktop_top_menu{
    position: absolute;
    top: 220px;
    z-index: 10000;
}

.linear-gradient-bg{
    background: rgb(72, 14, 13) !important;
    background: linear-gradient(
        #7D1612 0%,
        #050304 100%
    ) !important;
}

.contact-content{
    color: #ffffff!important;
}

.contact-content h2 span {
    color: #ffffff!important;
    font-size: 30px!important;
    font-weight: 600!important;
}

.contact-content span {
    color: #ffffff!important;
}

.contact-content b {
    color: #FAB51B!important;
    font-weight: 600!important;
}

.contact-content strong {
    color: #FAB51B!important;
    font-weight: 600!important;
}

a{
    color: #150606;
}

input:focus{
    outline: 0.1875rem solid #801F23!important;
    border-color: #801F23!important;
}

.input-group.focus{
    outline: 0.1875rem solid #801F23!important;
}

.forgot-password a:hover{
    color: #801F23!important;
}

.no-account a:hover{
    color: #801F23!important;
}

a.label:hover{
    color: #801F23!important;
}

.cancel-promo{
    color: #801F23!important;
}

.block-promo .promo-input+button{
    border: 2px solid #801F23;
}

/* a:hover{
    color: #801F23!important;
} */

a:focus{
    color: #801F23!important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.custom-slider .elementor-swiper-button-prev {
    left: -4px !important;
}

/*.custom-slider .product-thumbnail img{
    max-height: 250px;
}*/

.custom-slider .elementor-swiper-button-prev > i {
    color: #801f23 !important;
}

.custom-slider .elementor-swiper-button-next {
    right: -4px !important;
}

.custom-slider .elementor-swiper-button-next > i {
    color: #801f23 !important;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #801F23;
}

#header #search_widget {
    display: none;
}

.category-cover{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.category-cover > img {
    position: absolute;
    width: 110%;
    height: 110%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.cover-blur{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, .5);
    z-index: 2;
}

.category-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #ffffff;
    font-size: 48px;
    font-family:"playfair display", serif;
    font-weight: 400;
}

#header a.btn-cart{
    position: relative;
}

#header a.btn-cart > span {
    position: absolute;
    top: 0;
    right: -10px;
    background: #FAB51B;
    color: #7D1612;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#header a.btn-cart:after {
    background-image: url("../../img/cart.svg");
}

#header .top a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

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

#mobile_top_menu_wrapper{
    position: fixed;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    box-shadow: 0px 24px 10px -25px rgba(0,0,0,0.45);
}

#mobile_top_menu_wrapper #search_widget{
    display: block!important;
}
.elementor-carousel-wrapper .swiper-slide{
    height: auto;
    display: flex;
}
@media screen and (min-width: 768px) {

    .top-menu .sub-menu{
        margin: 0!important;
        width: 100%!important;
        box-shadow: 0px 24px 10px -25px rgba(0,0,0,0.45);
    }

    .top-menu > .category > .dropdown-item:hover {
        background: rgba(255,2255,255,0.5);
    }

    .top-menu .sub-menu > .top-menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start!important;
        margin: 0;
    }

    .top-menu .sub-menu > .top-menu .category {
        width: 24%;
    }

    .top-menu .sub-menu > .top-menu .category a {
        color: #050304!important;
        text-transform: capitalize;
        font-size: 16px!important;
    }

    .top-menu .sub-menu > .top-menu .category a:hover{
        color: #7D1612!important;
    }

    body{
        padding-top: 0;
    }

    .category-cover{
        margin-top: 120px!important;
    }

    #index #wrapper{
        padding-top: 120px!important;
    }

    #cms #wrapper{
        padding-top: 120px!important;
    }

    #cart #wrapper{
        padding-top: 120px!important;
    }

    #authentication #wrapper{
        padding-top: 120px!important;
    }

    #search #wrapper{
        padding-top: 120px!important;
    }

    #cart-mobile-only{
        display: none;
    }
    .tablet-hidden{
        display: none;
    }
    #header .top {
        height: 220px;
        justify-content: center;
        position: relative;
        padding: 0 140px;
        top: inherit;
    }
    #header .top .logo-container img {
        height: auto !important;
    }
    #header .top .right-content {
        gap: 50px;
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
    }
    
    #header .top .right-content a {
        color: #ffffff !important;
        position: relative;
        padding-top: 50px;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
    }
   
   
    #header .top .right-content a.btn-login:after {
        background-image: url("../../img/user.svg");
    }

    #header .top-menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #header .bottom .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 120px;
        background: rgb(125, 22, 18);
        background: radial-gradient(
            circle,
            rgb(125, 22, 18) 0%,
            rgb(5, 3, 4) 100%
        );
    }
    #header .bottom .menu a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        transition: all ease-in-out 0.4s;
        padding: 0.625rem 25px;
    }
    #header .bottom .menu a:hover {
        color: #fab51b;
    }

    #header .burger {
        display: none;
    }

    #checkout #wrapper{
        padding-top: 160px!important;
    }
}

@media screen and (min-width: 1260px) {
    #header .top .right-content #search_widget {
        display: flex;
        align-items: center;
        min-width: inherit !important;
    }
    #header .top .right-content #search_widget form i {
        right: 30px;
    }
    #header .top .right-content #search_widget form input {
        border-radius: 60px;
    }

    #header .bottom .menu a {
        font-size: 22px;
    }

    #header #search_widget {
        display: flex;
    }   
    
    .category-cover{
        width: 100%;
        height: 320px;
    }

    .category-title{
        font-size: 80px;
    }
}

@media screen and (min-width: 1650px) {
    #header .top {
        justify-content: flex-end;
    }
    #header .top .logo-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
* {
    font-family: "Barlow", sans-serif;
}

.container {
    max-width: 100%;
    width: inherit !important;
    padding: 0 !important;
}

.container-default {
    max-width: 1400px;
    width: 100% !important;
    margin: 0 auto;
}

.container-shop {
    max-width: 1040px;
    width: 100% !important;
    margin: 0 auto;
}

#category .container {
    max-width: 1400px;
    width: 100% !important;
    margin: 0 auto;
}

.card-cat-home {
    position: relative;
}
.card-cat-home .widget-image-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 120%;
}

.card-cat-home figcaption{
    cursor: pointer;
}

.color-first b {
    color: #801f23;
    font-family: "playfair display", serif;
    font-weight: 600;
}

.color-last span{
    color: #801f23;
    font-family: "playfair display", serif;
    font-weight: 400;
}

.light-title{
    font-weight: 400!important;
}

.full-width .elementor-element-populated {
    padding: 0 !important;
}

.default-content b{
    color: #801f23;
    font-weight: 800;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-w-large {
    max-width: 675px;
}

.fixed-right {
    margin-left: auto;
}

.custom-shadow {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}

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


#category #subcategories {
    display: none !important;
}

.product-miniature {
    height: 100% !important;
}

.product-miniature .thumbnail-container {
    border-radius: 30px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 320px;
    padding-top: 50px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.product-miniature .thumbnail-container:hover .highlighted-informations {
    display: none;
}
.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}
.product-miniature .product-description {
    background: white;
    padding: 0 30px;
}
.product-miniature .product-description .product-title {
    border-top: 1px solid #150606;
}
.product-miniature .product-description .product-title a {
    font-family: "Barlow";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #801f23;
}
.product-miniature .product-description .carac-product {
    margin-bottom: 15px;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #150606;
}
.product-miniature .product-description .product-price-and-shipping {
    position: relative;
}
.product-miniature .product-description .product-price-and-shipping::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: #150606;
    transform: translate(-50%, -50%);
}
.product-miniature .product-description .price {
    position: relative;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #150606;
    background: white;
    z-index: 10;
    padding: 0 20px;
}
.elementor-element-populated {
    padding: 0 !important;
}

.custom-slider {
    margin-left: auto !important;
    margin-right: auto !important;
}

.product-miniature .wishlist-button-add {
    display: none;
}
.product-miniature .btn-container-add {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.product-miniature .product-review-container {
    min-height: 65px;
}

.slider-home .elementor-swiper-button {
    background: #fab51b;
    padding: 5px;
}
.slider-home .elementor-swiper-button.elementor-swiper-button-next {
    right: 35px;
}
.slider-home .elementor-swiper-button.elementor-swiper-button-prev {
    left: 35px;
}
.slider-home .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
}

.ce-tax-shipping-delivery-label {
    display: none;
}

.price-line {
    position: relative;
}
.price-line::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background: #150606;
}
.price-line .ce-product-price {
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.max-250 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.product-desc h3 {
    color: #801f23 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
.product-desc h3 span {
    font-family: "Playfair Display", sans-serif !important;
}

.custom-carac {
    background: white;
}
.custom-carac .ce-product-features__label {
    padding: 15px 24px;
    font-weight: 400;
    width: 70% !important;
    border: 1px solid #d7d3d3;
}
.custom-carac .ce-product-features__value {
    padding: 15px 24px;
    font-weight: 400;
    border: 1px solid #d7d3d3;
}

.custom-progress {
    margin-right: 20px;
}
.custom-progress .elementor-widget-container {
    display: flex;
    align-items: center;
    gap: 40px;
}
.custom-progress .elementor-widget-container .elementor-title {
    width: 90px;
    min-width: 90px;
    display: block;
    color: #150606;
    font-size: 18px;
}
.custom-progress .elementor-widget-container .elementor-progress-wrapper {
    width: -webkit-fill-available;
}
.custom-progress
    .elementor-widget-container
    .elementor-progress-wrapper
    .elementor-progress-bar {
    height: 4px;
    background: #801f23;
}

.btn-primary{
    background-color: #801f23 !important;
}


.btn-primary:focus{
    color: white!important;
}

.promo-code-button a{
    color: #801f23 !important;
}

#cart .price {
    color: #801f23 !important;
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
    .elementor-col-25 {
        width: 50% !important;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1259px) {
    .hidden-mobile {
        display: none;
    }
}
@media screen and (min-width: 1260px) {
    .product-desc h3 {
        font-size: 28px !important;
    }
    .container {
        padding: 0 !important;
    }
    .product-miniature .thumbnail-container {
        width: 410px;
    }
    .border-right {
        border-right: 1px solid #f5f4f0;
    }
}
@media screen and (min-width: 1440px) {
    #header .top{
        position: relative;
        top: inherit;
    }

    #product .elementor-column-wrap {
        padding: 0px !important;
    }
    #product #wrapper .elementor-row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-category #left-column {
        position: sticky!important;
        top: 0!important;
    } 
}

#footer {
    padding-top: 0 !important;
}

body#checkout #footer{
    padding: 0 !important;
}
.full-height {
    height: 100% !important;
}

.full-height .elementor-image {
    height: 100% !important;
}

.full-height > div {
    height: 100% !important;
}

.full-height img {
    min-height: 100% !important;
    object-fit: cover;
}

#cart .container {
    padding: 0 30px !important;
}

#checkout .container {
    padding: 0 30px !important;
}

#order-confirmation .container {
    padding: 0 30px !important;
}

.shop-card .elementor-widget-wrap{
    background-color: #801F23;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 670px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}

.shop-card .elementor-row {
    gap: 42px;
}

.shop-card .elementor-column:first-child > .elementor-column-wrap{
    justify-content: end;
}

.shop-card span {
    color: white;
}

.shop-card h3 > span {
    font-family:"playfair display", serif!important;
    font-size: 32px!important;
}

/* .white-content h2, h3, h4, h5, h6{
    color: #ffffff!important;
    font-family: "Playfair Display"!important;
    font-size: 32px!important;
}

.white-content p{
    color: #ffffff!important;
    font-family: "Barlow", sans-serif!important;
    font-size: 18px!important;
} */

.page-content.page-cms{
    padding: 0px!important;
}

.ce-product-description-short strong{
    color: #801f23!important;
    font-weight: 600!important;
    font-family: "Playfair Display"!important;
}

.ce-product-description-short p{
    color: #150606!important;
    font-family: "Barlow"!important;
    font-size: 18px!important;
}

.page-header{
    height: 150px!important;
    background-color: #801f23!important;
    background-image: url("../../img/nous-connaitre.png")!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header h1{
    color: #ffffff!important;
    font-family: "Playfair Display"!important;
    font-size: 40px!important;
    font-weight: 400!important;
}

@media screen and (min-width: 1260px) {

    .page-header{
        height: 300px!important;
    }
    
    .page-header h1{
        font-size: 80px!important;
    }

    #cart .container {
        padding: 0 30px !important;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #checkout .container {
        padding: 0 30px !important;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #order-confirmation .container {
        padding: 0 30px !important;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*# sourceMappingURL=custom.css.map */


/* .category-top-menu{
    background-color: #F5F4F0;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 7px 0px 15px -3px rgba(0,0,0,0.1);
}

.category-top-menu > li > h6 {
    color: #150606;
    font-family: "Playfair Display"!important;
    font-size: 32px;
}

.category-title{
    color: #801F23!important;
    font-family: "Playfair Display"!important;
    font-weight: 600!important;
    font-size: 20px;
    margin-bottom: 18px!important;
}

.category-sub-link{
    font-size: 16px!important;
} */

.material-icons {
    color: #801F23!important;
}

.material-icons:hover {
    color: #801F23!important;
}



.elementor-button:hover{
    cursor: pointer!important;
}

.container-shop {
    margin-top: 75px;   
}

#search_filters{
    margin-top: 75px;
    background-color: #F5F4F0;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 7px 0px 15px -3px rgba(0,0,0,0.1);   
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#search_filters_wrapper{
    position: relative;
    padding-bottom: 25px;
}

#search_filter_controls{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

#search_filter_controls bouton {
    border-radius: 12px;
}

#search_filters .facet {
    margin-bottom: 24px;
}

#search_filters .facet .h6{
    color: #801F23!important;
    font-family: "Playfair Display"!important;
    font-weight: 600!important;
    font-size: 20px;
    margin-bottom: 12px!important;
}

.facet-dropdown.open>.select-title{
    border: 3px solid #801F23;
}

.facet-dropdown .select-list:hover{
    background: #801F23;
}

#js-active-search-filters{
    background: #801F23;
    border-radius: 16px;
}

#js-active-search-filters > p {
    color: #ffffff;
}

#js-active-search-filters .filter-block{
    border-radius: 8px;
}

#js-product-list-top .dropdown > button{
    border-radius: 40px;
    border-color: #801F23;
    color: #801F23;
    font-weight: 500;
}

#js-product-list-top .select-list:hover{
    background: #801F23;
}

.pagination{
    display: flex;
    justify-content: center;
}

.pagination_content{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.pagination_content ul {
    display: flex;
    justify-content: center;
}

.pagination_content li {
    width: 32px!important;
    height: 32px!important;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.pagination_content li.current{
    border: 1px solid #801F23;
    border-radius: 4px;
}

.pagination_content li.current > a{
    color: #801F23;
    font-size: 1rem!important;
}

.custom-product-quantity{
    position: relative!important;
}

.custom-product-quantity::before{
    content: 'Quantité :';
    position: absolute;
    top: 43%;
    left: 50px;
    transform: translateY(-50%);
    font-family: "Playfair Display"!important;
    color: #150606;
    font-weight: 600;
    font-size: 22px;
}

.custom-product-quantity i{
    background: #801F23!important;
}

.custom-product-quantity .ce-product-quantity {
    padding-left: 110px!important;
}

.cart-grid{
    margin-top: 75px;
    margin-bottom: 75px;
}

#search #main{
    max-width: 1040px;
    margin: 75px auto;
}

.footer-white-link a{
    color: white!important;
}

.footer-white-link a:hover{
    color: #801F23!important;
}

.product-flags .product-flag.new{
    display: none;
}

.product-flags .product-flag{
    background-color: #7D1612!important;
}

.facet-dropdown .dropdown-menu{
    max-height: 400px;
    overflow-y: auto;
}


#cart-mobile-only{
    position: absolute;
    top: 10px;
    right: 15px;
    height: auto;
}

#cart-mobile-only a {
    color: white!important;
}

.product-badge{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.product-description .product-badge{
    display: none!important;
}

@media screen and (max-width: 767px) {
    #cart-mobile-only a {
        height: 65px;
        display: flex;
        align-items: end;
    }

    .mobile-account{
        padding-left: 10px;
    }

    .mobile-account .btn-login{
        color: #232323!important;
        font-weight: 600!important;
    }
}

/* .ce-product-description{
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
} */

.ce-product-badge-sale{
    display: none;
}

.ce-product-prices--layout-inline .ce-product-prices{
    flex-direction: column;
}

.ce-product-price-regular{
    margin-bottom: 20px!important;
}

.elementor-widget-product-price::before{
    display: none!important;
}

.product-miniature .product-description .product-price-and-shipping{
    margin-top: 25px!important;
}

.product-miniature .regular-price{
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

#product #wrapper{
    padding-top: 140px!important;
}
.points_container{
    text-align: center;
}
.points_container a{
    text-align: center;
    margin: auto 20px;
    display: inline-block;
    background-color: #801F23;
    border-color: #801F23;
    border-style: solid;
    font-size: 20px;
    padding: 18px 60px 18px 60px;
    border-radius: 60px 60px 60px 60px;
    color: #fff;
}
.points_container a:hover{
   color: #801F23;
    background-color: #fff;
}