/*
Theme Name: Hostix Child
Theme URI: https://themexriver.com/wp/hostix/
Template: hostix
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Hostix - Whmcs Web-Hosting WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.0.2.1736154025
Updated: 2025-01-06 09:00:25

*/
/* Boutons WooCommerce */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce input[type="submit"], 
.woocommerce #respond input#submit, 
.woocommerce a.checkout-button {
    background-color: #3498db; /* Couleur de fond */
    color: #ffffff; /* Couleur du texte */
    border: 1px solid #2980b9; /* Couleur de bordure */
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce input[type="submit"]:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.checkout-button:hover {
    background-color: #2980b9; /* Couleur de fond au survol */
    color: #ffffff; /* Couleur du texte au survol */
    border: 1px solid #1c6ea4; /* Couleur de bordure au survol */
}