

/*
 Theme Name:   Dride Child
 Theme URI: https://themeholy.com/wordpress/dride/
 Description:  This is a child theme for Dride WordPress Theme
Author URI: https://themeforest.net/user/themeholy
 Author URI:   #
 Template:     dride
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  dride-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* === Hide WooCommerce cart table headers === */
.woocommerce-cart table.shop_table thead {
    display: none !important;
}

/* Set cart item text to black, but NOT buttons */
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table td *:not(.button):not(button):not(input):not(select):not(textarea) {
    color: #000 !important;
}

.woocommerce .actions .button,
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    color: #fff !important;
}

/* Vertically center key cart columns */
.woocommerce-cart-form__cart-item td {
    vertical-align: middle !important;
}


.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-right: 1px solid #ddd; /* change color/thickness as needed */
}

/* Remove the right border on the last column so it doesn’t look double-bordered */
.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table th:last-child {
    border-right: none;
}

