/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 05:04:41 */
/* === FORCE WooCommerce Mini Cart Drawer White Background === */

/* Whole drawer */
body .wc-block-mini-cart__drawer,
body .wc-block-mini-cart__drawer .components-drawer__content {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Drawer title */
body .wc-block-mini-cart__title,
body .wc-block-mini-cart__title * {
  color: #000000 !important;
}

/* Cart items area */
body .wc-block-mini-cart__items,
body .wc-block-mini-cart__items * {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Product names */
body .wc-block-mini-cart__items .wc-block-components-product-name,
body .wc-block-mini-cart__items .wc-block-components-product-name a {
  color: #000000 !important;
  text-decoration: none !important;
}
body .wc-block-mini-cart__items .wc-block-components-product-name a:hover {
  color: #444444 !important;
}

/* Subtotal */
body .wc-block-mini-cart__footer .wc-block-mini-cart__subtotal,
body .wc-block-mini-cart__footer .wc-block-mini-cart__subtotal * {
  background: #ffffff !important;
  color: #000000 !important;
  border-top: 1px solid #e5e5e5 !important;
}

/* Buttons already styled – keep overrides */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

