/*
 Theme Name:   Weiboo Child
 Theme URI:    https://reactheme.com/products/wordpress/weiboo
 Description:  Weiboo Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     weiboo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* ============================= */
/* COULEUR PRINCIPALE JAUNE     */
/* ============================= */

/* Boutons Contact Form 7 */
input.wpcf7-submit {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #ffffff !important;
}

.post.post-page.current-item,
span.post.post-page.current-item {
    color: #C9A227 !important;
}

/* Bouton scroll to top */
i.rt-angles-up {
    background-color: #E6C65C !important;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #ffffff !important;
}

.woocommerce button.button,
.woocommerce .button {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #ffffff !important;
}

.woocommerce-breadcrumb .archive.post-product-archive.current-item {
    color: #FFD700 !important;
}

.cart__lines {
    stroke: #C9A227 !important; /* jaune */
}

.cart__track {
    stroke: #000000 !important; /* noir */
}

.post.post-product.current-item {
    color: #C9A227 !important;
}

.archive.post-product-archive.current-item {
    color: #C9A227 !important;
}

.stock.instock {
    color: #C9A227 !important;
    font-weight: bold;
}

.yith-wcwl-add-to-wishlist-button__label {
    color: #C9A227 !important;
}

.single_add_to_cart_button.button.alt {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    /*color: #000 !important;  texte noir pour contraste */
}
/*
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
    color: #C9A227 !important;
}
*/
.woocommerce div.product p.price bdi,
.woocommerce div.product span.price bdi {
    color: #C9A227 !important;
}

.weiboo-social-share-btns {
    display: none !important;
}

.woocommerce div.product .woocommerce-product-rating .star-rating span::before,
.woocommerce p.stars a::before {
    color: #C9A227 !important;
}

/* Bouton Soumettre (commentaires / avis) */
input#submit.submit {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #ffffff !important; /* texte noir pour contraste */
}

.woocommerce a.add_to_cart_button,
.woocommerce a.ajax_add_to_cart,
.woocommerce a.button.add_to_cart {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #ffffff !important;
}

.rt-star-regular {
    color: #C9A227 !important;
}