/* loader sur element */
.lb-preload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.filter-btn a.active {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
}

/* icône retour vers le haut */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

#backToTop svg {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
}

/* Modification des champs select */
.elementor-select-wrapper select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="4.99" viewBox="0 0 9 4.99"><path d="M4.365 1.5l3.3 3.3a.621.621 0 0 0 .881 0 .629.629 0 0 0 0-.883L4.807.182a.622.622 0 0 0-.86-.018L.182 3.92a.624.624 0 0 0 .881.883Z" transform="rotate(180 4.364 2.495)" fill="%23707070"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 9px;
    padding-right: 30px;
    outline: none;
}

.elementor-select-wrapper select::-ms-expand {
    display: none;
}

#lb-cart-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D2D2D2;
}

#lb-cart-header .lb-cart-header__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 29px;
}

#lb-cart-header .lb-cart-header__count {
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
}

.elementor-menu-cart__close-button-custom {
    position: absolute !important;
}