.wp-element-button,
.wpforms-submit,
.sticky-add-to-cart-see-option-button{
    border-radius: 4px !important;
    background-color: #D4643E !important;
    color: #fff;
    padding: 10px 32px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: 300ms;
}

.sticky-add-to-cart-see-option-button{
    font-size: 13px !important;
    padding: 12px !important;
}

.wp-element-button:hover,
.wpforms-submit:hover,
.single_add_to_cart_button:hover{
    opacity: .8 !important;
    transition: 300ms;
    color: #fff !important;
}

.single_add_to_cart_button{
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

#wpforms-submit-119{
    background-color: #fff !important;
    color: #D4643E !important;
}

#wpforms-submit-119:hover{
    color: #D4643E !important;
}

.hero .wp-element-button{
    background-color: #fff !important;
    color: #D4643E;
}

.product-cat-bouton-achat::after{
    content: "";
    margin-top: 4px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    transition: 200ms
}

.listing-product-cat .jet-listing-grid__item:hover .product-cat-bouton-achat::after{
    width: 40%;
    transition: 200ms
}

.wp-block-button__link,
.cart .single_add_to_cart_button{
    background-color: #D4643E !important;
}

.remove_from_wishlist{
    background-color: #F4F4F4 !important;
    color: #212529 !important;
    width: 100% !important;
}

.wishlist-title-container{
    display: none !important;
}

.page-id-1342 .shoptimizer-archive > .col-full{
    max-width: 800px !important;
}

.newsletter-popup #wpforms-submit-119{
    border-radius: 4px !important;
    background-color: #D4643E !important;
    color: #fff !important;
    padding: 10px 32px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: 300ms;
}