.tax-product_cat .decoration.decoration-1 {
    top: 0%;
}
.tax-product_cat .decoration.decoration-2 {
    top: 22%;
}
.tax-product_cat .decoration.decoration-3 {
    top: 40%;
}

.category-banner {
    background-color: #000;
    padding: 30px 10px;
    display: flex;
    align-items: center;
}

.category-banner .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.category-banner .title svg {
    margin-right: 15px;
    width: 44px;
    height: 44px;
}

.category-banner .title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0;
}

.category-banner .breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.category-banner .breadcrumb ul li {
    margin-right: 20px;
    position: relative;
    list-style: none;
}

.category-banner .breadcrumb ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.category-banner .breadcrumb ul li.active a {
    color: #E00543;
}

.category-banner .breadcrumb ul li:not(.active)::after {
    content: '>';
    position: absolute;
    right: -14px;
    font-size: 14px;
    color: #fff;
}

.category-banner .category-description {
    color: #fff;
    margin-top: 20px;
}

.category-banner .category-description * {
    color: #fff;
}

.category-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 100px;
}

@media screen and (max-width: 1000px) {
    .category-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .category-banner .title h1 {
        font-size: 22px;
    }
}





.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #E50046;
}


.sidebar {
    width: 27.5%;
    margin-right: 2.5%;
    padding-top: 110px;
}

.category-content .products {
    border-left: 1px solid #000;
    padding-left: 2.5%;
}

.sidebar .block {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #000;
}

.sidebar .block .head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar .block .head h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.sidebar .block .head i {
    font-size: 14px;
    color: #000;
}

.sidebar .block .content {
    overflow: hidden;
    max-height: 20000px;
    transition: max-height 1s ease-in;
}

.sidebar .block .content:not(.show) {
    max-height: 0;
    transition: max-height 0.1s ease-out;
}

.sidebar .categories li {
    list-style: none;
}

.sidebar .categories li:hover > .list-content > a, .sidebar .categories li.active > .list-content > a {
    color: #E50046;
}

.sidebar .categories li .list-content {
    display: flex;
    align-items: center;
}

.sidebar .categories li svg, .sidebar .categories li .no-icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.sidebar .categories li a {
    color: #5C5C5C;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .categories li .expand {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin-left: 5px;
}

.sidebar .categories li > ul:not(.show) {
    display: none;
}

.sidebar .checkbox-group {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 5px;
}

.sidebar .checkbox-group input {
    margin-right: 15px;
}

.sidebar .checkbox-group label {
    color: #5C5C5C;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #5C5C5C;
    padding: 0 8px;
}

.sidebar .search input {
    border: none;
    width: auto;
}

.sidebar .search i {
    margin-right: 10px;
}

.sidebar .filter-button {
    border-radius: 5px !important;
    font-size: 20px !important;
    padding: 15px 25px !important;
    transition: all 0.5s;
}

.sidebar .filter-button {
    background-color: #000 !important;
    background: #000 !important;
    border-color: #000;
}

.price_slider_wrapper {
    margin-top: 30px;
}








.products-section {
    flex: 1;
}

.products-section > * {
    padding-left: 2.5%;
}

.products-section .products-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}

.products-section .products-top .result-count {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.products-section .products-top .sort select {
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    min-width: 200px;
}

.products-section .products-list {
    border-left: 1px solid #5C5C5C;
}

.products-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.products-list .product-miniature {
    width: 32%;
    margin: 0 0.5%;
    margin-bottom: 25px;
}

.products-list .no-product {
    width: 100%;
    text-align: center;
    list-style: none;
}

.woocommerce-pagination {
    margin: 20px auto;
}

.woocommerce-pagination ul.page-numbers li a {
    width: 38px;
    height: 38px;
}

.woocommerce-pagination ul.page-numbers li a:not(.disabled) {
    cursor: pointer;
}

.woocommerce-pagination ul.page-numbers li a.active {
    color: #fff;
    background-color: #E50046;
}




@media screen and (max-width: 1170px) {
    .sidebar {
        width: 30%;
        margin-right: 2.5%;
    }

    .products-list .product-miniature {
        width: 49%;
    }
}

@media screen and (max-width: 1000px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .products-list {
        border-left: none;
    }

    .products-section .products-list {
        border-left: none;
    }

    .products-list .product-miniature {
        width: 32%;
    }
}

@media screen and (max-width: 720px) {
    .products-list .product-miniature {
        width: 49%;
    }

    .products-section .products-top {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }

    .products-section .products-top .result-count {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 450px) {
    .products-list .product-miniature {
        width: 100%;
    }
}











.product-miniature {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 10px 10px;
}

.product-miniature .product-image {
    position: relative;
    height: 200px;
    text-align: center;
    z-index: 10;
}

.product-miniature .product-image img {
    height: 100%;
    object-fit: contain;
    top: 50px;
    position: absolute;
    width: 100%;
    left: 0;
}

.product-miniature .product-content {
    background-color: #fff;
    padding: 50px 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px 0px #10000025;
    position: relative;
}

.product-miniature .product-content .coup-de-coeur {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 20;
}

.product-miniature .product-content .coup-de-coeur i {
    color: #fff;
}

.product-miniature .product-content .new {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    padding: 0 6px;
}

.product-miniature .product-content .promo {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    background-color: #E50046;
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    font-size: 18px;
    padding: 0 6px;
    padding-left: 5%;
    font-weight: 500;
    z-index: 20;
}

.product-miniature .product-content .product-category {
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.product-miniature .product-content .product-category svg {
    width: 25px;
    height: 25px;
}

.product-miniature .product-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 60px;
    text-transform: uppercase;
    overflow-y: hidden;
}

.product-miniature .product-content .description {
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.product-miniature .product-content .description a {
    color: #898989 !important;
}

.product-miniature .product-content .product-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-miniature .product-content .product-price > * {
    margin: 0 5px;
}

.product-miniature .product-content .product-pqb {
    min-height: 27px;
}

.product-miniature .product-content .product-pqb .pqb-price {
    margin: 3px 0;
    color: #E50046;
    font-weight: 900;
    font-size: 90%;
}

.product-miniature .product-content .product-price .current-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #E50046;
}

.product-miniature .product-content .product-price .old-price {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    text-decoration: line-through;
}

.product-miniature .product-content .product-button {
    margin-top: 10px;
}

.product-miniature .product-content .product-button a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #E50046;
    border: 1px solid #E50046;
    border-radius: 5px;
    padding: 10px 20px;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.product-miniature .product-content .product-button a:hover {
    background-color: #000;
    border-color: #000;
}








.products-list.soirees-list {
    border: none !important;
}

.products-list.soirees-list .product-miniature {
    width: 24%;
    margin: 0 0.5%;
    margin-bottom: 25px;
}

@media screen and (max-width: 1170px) {
    .products-list.soirees-list .product-miniature {
        width: 32%;
    }
}

@media screen and (max-width: 669px) {
    .products-list.soirees-list .product-miniature {
        width: 49%;
    }
}

@media screen and (max-width: 450px) {
    .products-list.soirees-list .product-miniature {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


.product-miniature.soiree-degustation {
    position: relative;
    overflow: hidden;
    max-width: min(75vw, 280px);
}

.product-miniature.soiree-degustation .main-image {
    width: 100%;
}

.product-miniature.soiree-degustation .logo {
    position: absolute;
    top: 15%;
    left: calc(50% - 100px);
    z-index: 2;
    width: 200px;
}

.product-miniature.soiree-degustation .deco-1 {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 6px);
}

.product-miniature.soiree-degustation .deco-2 {
    position: absolute;
    bottom: 4px;
    left: 4px;
}

.product-miniature.soiree-degustation .mask-top {
    position: absolute;
    background-color: #f8f6ee;
    width: 35%;
    border-radius: 50px;
    height: 18.3%;
    left: 32.1%;
    top: -7.2%;
}
.product-miniature.soiree-degustation .mask-bottom {
    position: absolute;
    background-color: #f8f6ee;
    width: 35%;
    border-radius: 50px;
    height: 18.3%;
    left: 32.1%;
    bottom: -7.2%;
}

.product-miniature.soiree-degustation .soiree-content {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    padding: 0 12px;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-miniature.soiree-degustation .soiree-content .intitule {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
    height: 84px;
    min-height: 84px;
}
.product-miniature.soiree-degustation .soiree-content.soiree-expired .intitule {
    color: #888888;
}
.owl-carousel .product-miniature.soiree-degustation .soiree-content .intitule {
    font-size: 20px;
    line-height: 24px;
    height: 72px;
    min-height: 72px;
}

.product-miniature.soiree-degustation .soiree-content .date {
    font-size: 20px;
    font-weight: 700;
    color: #E00543;
    text-transform: uppercase;
    line-height: 24px;
}
.product-miniature.soiree-degustation .soiree-content.soiree-expired .date {
    color: #888888;
}
.owl-carousel .product-miniature.soiree-degustation .soiree-content .date {
    font-size: 18px;
    line-height: 22px;
}

.product-miniature.soiree-degustation .soiree-content .price {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 8px auto;
}
.product-miniature.soiree-degustation .soiree-content.soiree-expired .price {
    color: #888888;
}
.owl-carousel .product-miniature.soiree-degustation .soiree-content .price {
    font-size: 18px;
}

.product-miniature.soiree-degustation .soiree-content .add-to-cart {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #E50046;
    border: 1px solid #E50046;
    border-radius: 5px;
    padding: 10px 20px;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.product-miniature.soiree-degustation .soiree-content.soiree-expired .add-to-cart {
    color: #888888;
    background-color: #AAAAAA;
    border: 3px solid #888888;
    cursor: default;
    pointer-events: none;
}

.product-miniature.soiree-degustation .soiree-content:not(.soiree-expired) .add-to-cart:hover {
    background-color: #000;
    border-color: #000;
}

.product-miniature.soiree-degustation .expired {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    background-color: #E50046;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15%;
    font-size: 28px;
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 14%;
    right: 4px;
    width: 200px;
    height: 85px;
    display: flex;
    align-items: center;
}

@media (max-width: 550px) and (min-width: 451px) {
    .product-miniature.soiree-degustation .soiree-content .intitule {
        font-size: 18px;
        line-height: 22px;
        height: 66px;
        min-height: 66px;
    }

    .product-miniature.soiree-degustation .soiree-content .date {
        font-size: 18px;
        line-height: 22px;
    }

    .product-miniature.soiree-degustation .soiree-content .price {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .product-miniature.soiree-degustation {
        margin-left: auto;
        margin-right: auto;
    }
}







.term-147 .products-section .products-list {
    padding-left: 5px !important;
}

.soiree-degustation-page {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.soiree-degustation-page .main-image {
    width: 100%;
}

.soiree-degustation-page .mobile-image {
    
    display: none;
}

.soiree-degustation-page .content {
    position: absolute;
    left: 35%;
    /* top: 10%; */
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0 !important;
}

.soiree-degustation-page .content .icon-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.soiree-degustation-page .content .icon-flex .icon {
    margin-right: 10px;
    width: 48px;
}

.soiree-degustation-page .content h1 {
    font-size: 26px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.soiree-degustation-page .content h2 {
    font-size: 22px;
    line-height: 42px;
    color: #E50046;
    font-weight: 700;
    text-transform: uppercase;
}

.soiree-degustation-page .content .price {
    font-size: 20px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.soiree-degustation-page .content .description {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    padding-right: 15%;
}

.soiree-degustation-page .content .description p {
    margin-bottom: 0;
}

.soiree-degustation-page .content .description b, .soiree-degustation-page .content .description strong {
    color: #E50046;
    font-weight: 400;
}

.soiree-degustation-page .content .cart {
    width: 100%;
}

.soiree-degustation-page .content .qty-input {
    margin: 15px 0;
    max-width: 90%;
}

.soiree-degustation-page .content .qty-input input {
    border: 1px solid #5C5C5C !important;
    color: #5C5C5C;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 350px;
}

.soiree-degustation-page .content .qty-input input::-webkit-inner-spin-button {
    opacity: 1;
}

.soiree-degustation-page .content button.button {
    font-weight: 700;
    border-radius: 5px !important;
    padding: 16px 24px;
    font-size: 18px;
}

@media (max-width: 1170px) {
    .soiree-degustation-page .content {
        top: 5%;
    }
}

@media (max-width: 1170px) {
    .soiree-degustation-page .content .price {
        margin-bottom: 10px;
    }
}

@media (max-width: 1015px) {
    .soiree-degustation-page {
        max-width: 100vw;
    }

    .soiree-degustation-page .content {
        left: 10%;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        gap: 1rem;
        top: 0;
    }

    .soiree-degustation-page .main-image {
        display: none;
    }

    .soiree-degustation-page .mobile-image {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    .soiree-degustation-page .content h1 {
        font-size: 1.3rem;
        line-height: 1.35rem;
        margin: 0;
    }
    .soiree-degustation-page .content h2 {
        font-size: 1.1rem;
        line-height: 1.15rem;
        margin: 0;
    }
    .soiree-degustation-page .content .price {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 8px;
    }
    .soiree-degustation-page .content .description {
        font-size: 0.9rem;
        line-height: 1rem;
    }


    .soiree-degustation-page .content .qty-input input {
        background-color: #fff;
        font-size: 13px;
    }
}

.soiree-degustation-page .mobile-content {
    display: none;
    position: unset;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 2.5%;
    border: 1px solid #E50046;
}

@media (max-width: 720px) {
    .soiree-degustation-page .mobile-content {
        display: block;
    }

    .soiree-degustation-page .content:not(.mobile-content) {
        gap: 1.5rem;
        top: 0;
        width: 70%;
    }

    .soiree-degustation-page .content:not(.mobile-content) h1 {
        font-size: 1.1rem;
        line-height: 1.15rem;
    }
    .soiree-degustation-page .content:not(.mobile-content) h2 {
        font-size: 1rem;
        line-height: 1.05rem;
    }
    .soiree-degustation-page .content:not(.mobile-content) .price {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 8px;
    }
    

    .soiree-degustation-page .content:not(.mobile-content) .description,
    .soiree-degustation-page .content:not(.mobile-content) form {
        display: none;
    }

    .soiree-degustation-page .mobile-content .description {
        padding: 0;
    }

    .soiree-degustation-page .content .qty-input input {
        font-size: 12px;
    }

    .soiree-degustation-page .mobile-content button.button {
        font-size: 16px;
        padding: 13px 20px;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .soiree-degustation-page .content:not(.mobile-content) .icon-flex .icon {
        width: 28px;
    }

    .soiree-degustation-page .content .qty-input input {
        font-size: 10px
    }
}




.soiree-bloc-image-texte .image img {
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.soiree-bloc-image-texte .texte {
    border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.soiree-bloc-image-texte {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    background: none !important;
}
.soiree-bloc-image-texte .texte {
    background: #fff;
}

@media screen and (max-width: 991px) {
    .soiree-bloc-image-texte .image img {
        border-radius: 0 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .soiree-bloc-image-texte .texte{
        border-radius: 0 !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}

.title-block .rose {
    color: #E50046;
}

.title-block p {
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.title-block p b {
    font-weight: 700;
    text-transform: uppercase;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.wms_pickup_modal_address_search, .wms_pickup_open_modal_openstreetmap {
    border: none !important;
    padding: 12px 16px !important;
}





.flex-around {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.soirees-table form {
    width: 200px;
}

.wallet-link {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    display: flex;
}

.wallet-link img {
    width: 200px;
}

.wallet-button {
    width: 200px;
}

.rose-titre {
    color: #E50046;
}




.category-content .products-list .product-miniature .product-image {
    top: 0;
}

.category-content .products-list .product-miniature .product-image img {
    top: 0;
}

.category-content .products-list .product-miniature .product-content {
    padding-top: 115px;
    margin-top: -115px;
    box-shadow: 0px 4px 30px 0px #10000025;
}

.full-description {
    color: #000;
    text-align: justify;
    margin: 20px auto;
}

.full-description h2 {
    text-transform: none;
}

.owl-carousel.products .owl-stage {
    margin: 0 auto;
}

.shop_table b {
    font-weight: 700;
    text-transform: uppercase;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    list-style: none;
}

.woocommerce .order_details .wc-item-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce .order_details .wc-item-meta li {
    float: none;
    line-height: unset;
}

.wc-block-components-product-metadata {
    font-size: 1rem !important;
}

.wc-block-components-product-metadata ul {
    font-size: 100%;
}

.wc-block-cart-items__row .hide {
    display: none;
}

.choice-plateau .required {
    color: #E00543;
}