.ct-header-cart .ct-cart-content {
	background: #fff;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
	--mini-cart-background-color: #fff;
	--theme-text-color: #111;
	--theme-link-initial-color: #111;
	--theme-link-hover-color: #000;
	--mini-cart-divider-color: rgba(0, 0, 0, 0.12);
}

.ct-header-cart .ct-cart-content .woocommerce-mini-cart li,
.ct-header-cart .ct-cart-content .woocommerce-mini-cart__total,
.ct-header-cart .ct-cart-content .woocommerce-mini-cart__empty-message,
.ct-header-cart .ct-cart-content .product-title,
.ct-header-cart .ct-cart-content .quantity,
.ct-header-cart .ct-cart-content .amount {
	color: #111;
}

.ct-header-cart .ct-cart-content .remove {
	color: #111;
	--theme-icon-color: #111;
	--theme-link-initial-color: #111;
}

.ct-header-cart .ct-cart-content .woocommerce-mini-cart__buttons .button {
	background: #000;
	color: #fff;
	border-color: #000;
}

.ct-header-cart .ct-cart-content .woocommerce-mini-cart__buttons .button:hover {
	background: #1a1a1a;
	color: #fff;
}
