/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.woocommerce-cart .button.alt {
  background-color: #FF000B;
  color: #FAFAFA;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 4px;
}

/* Hide product prices everywhere */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none !important;
}





/* Shop & product pages */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none !important;
}

/* Cart page */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.cart_totals .cart-subtotal,
.cart_totals .order-total {
    display: none !important;
}

/* Checkout page */
.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total,
.woocommerce-checkout .woocommerce-Price-amount {
    display: none !important;
}

/* Mini-cart */
.woocommerce-mini-cart .woocommerce-Price-amount,
.woocommerce-mini-cart .quantity .amount {
    display: none !important;
}

--------


/* Target checkout button */
.woocommerce-mini-cart .woocommerce-Price-amount + .checkout,
.woodmart-sidecart .widget_shopping_cart a.checkout,
a.checkout.wc-forward,
.TA_CLASSE_CHECKOUT {
    font-size: 0 !important;   /* hide default "ORDER NOW" */
    position: relative;
    background-color: #25D366 !important; /* WhatsApp green */
    border-radius: 50px;
    padding: 14px 24px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Add WhatsApp icon */
.woocommerce-mini-cart .woocommerce-Price-amount + .checkout::before,
.woodmart-sidecart .widget_shopping_cart a.checkout::before,
a.checkout.wc-forward::before,
.TA_CLASSE_CHECKOUT::before {
    content: "" !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('https://taouamencadrement.ma/wp-content/uploads/2025/09/whatsapp.png') no-repeat center center;
    background-size: contain;
    margin-right: 8px;
}

/* Add custom text */
.woocommerce-mini-cart .woocommerce-Price-amount + .checkout::after,
.woodmart-sidecart .widget_shopping_cart a.checkout::after,
a.checkout.wc-forward::after,
.TA_CLASSE_CHECKOUT::after {
    content: "Order via WhatsApp";
    font-size: 16px !important;
    font-weight: bold;
    color: #ffffff;
}

/* Hover effect */
.woocommerce-mini-cart .woocommerce-Price-amount + .checkout:hover,
.woodmart-sidecart .widget_shopping_cart a.checkout:hover,
a.checkout.wc-forward:hover,
.TA_CLASSE_CHECKOUT:hover {
    background-color: #1ebe5b !important; /* darker green */
}
