/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       dotorigin.com
 Author URI:   https://www.dotorigin.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Add styling to handpicked items block */
.entry.loop-entry {
  padding: 6%;
  border-radius: 15px;
  border-width: 0px;
  background-color: white;
}

/* Overwrite product price text styles in grid view */
.wc-block-grid__product-price {
  font-weight: 600;
  font-size: 18px;
}

/* Add background to basket items block */

.trolley {
  background-color: #fff;
  border-radius: 10px; 
  padding: 3% !important;
}

/* Change WooC title colors */
.wc-block-components-title.wc-block-components-title {
  color: #000000;
}

/* Remove vertical spacing between paragraphs */

p {
	margin-bottom: 10px !important;

}

/* Search results page error message - may impact other error messages */
.error {
	color: #ffffff;
}

/* Fix heading colour in basket */

.wp-block-woocommerce-empty-cart-block h2 {
color: black;
}

/* Remove background from Woo attributes table */

.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: #fff !important;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td {
	background: #fff !important;
}

/* Remove box shadow from featured products */
.featured {
	box-shadow: none !important;
}
