
/* attribute selector - targets the parent DIV that contains the input */ 
.bde-mini-cart-quantity [id^="quantity_"] {
  background-color: #ffffff !important;
}

.bde-mini-cart-offcanvas .woocommerce-mini-cart .remove{
	color:#b12a29 !important;
  opacity: 1 !important;
  }

.breakdance-woocommerce small{
  display: none !important;
}

	/* Body */
	body{
		background-color:#000000;
		
	}