/*
 Theme Name: Bridge Child
 Theme URI: https://qodeinteractive.com/wordpress-theme/bridge/
 Description: Child theme for Bridge theme (Qode Interactive)
 Author: Rizwan Khan
 Template: bridge
 Version: 1.0.0
 Text Domain: bridge-child
*/

/* --- WooCommerce fixes (optional) --- */

/* Hide Update Cart button */
.woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart-form input[name="update_cart"]{
  display:none !important;
}

/* Ensure Checkout button text is visible (tweak if needed) */
.woocommerce a.checkout-button,
.woocommerce button.checkout-button{
  color:#fff !important;
  background:#111 !important;
  opacity:1 !important;
  visibility:visible !important;
}

.woocommerce a.checkout-button::before,
.woocommerce a.checkout-button::after{
  content:none !important;
}

/* Go to Shop button spacing */
.woocommerce .rz-go-shop{
  margin-bottom:10px;
}
.woocommerce-cart table.cart tbody tr td a:not(.checkout-button), .woocommerce-checkout .checkout table tbody tr td a {
    color: #fff;
}
.woocommerce a.checkout-button br {
  display: none !important;
}
.woocommerce a.button br,
.woocommerce button.button br,
.woocommerce .button br {
  display: none !important;
}
/* When WooCommerce shows an error notice, make Checkout button disabled-looking */
.woocommerce-cart .woocommerce-error ~ .wc-proceed-to-checkout a.checkout-button {
  pointer-events: none;
  opacity: .5;
}
.woocommerce-product-gallery__image.enegry_gallery[data-thumb] {

}