/* 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 */ 

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color:#ffffff;
}

/* WooCommerce Product Page  */

.woocommerce .woocommerce-breadcrumb {
  color: white;
}
.woocommerce .woocommerce-breadcrumb a {
  color: white;
}
    /* Marked-out price */
.woocommerce ul.products li.product .price {
  color: white;
 }

span.woocommerce-Price-amount.amount {
  background-color: rgba(0,0,0,0.5);
}

/* Sale Price color */
.woocommerce ul.products li.product .price ins {
  color:#68d03d;
}

.woocommerce .products ul, .woocommerce ul.products {
  background-color: rgba(0,0,0,.2);
  padding: 1em;
}

.woocommerce .quantity button, input, select, textarea {
  background: black !important;
  background: rgba(0,0,0,.7) !important;
}

 /* Active price */
mark, ins {
  color:black;
}

.woocommerce select {
  background: black !important;
  background: rgba(0,0,0,.8) !important;
}

/* End WooCommerce Product Page */

/* WooCommerce Checkout Page */

/* (    .woocommerce .page-content, .entry-content, .comment-content {
  background-color: rgba(0,0,0,.4);
}
*/

.woocommerce .col2-set, .woocommerce-page .col2-set {
  background-color: rgba(0,0,0,.4);
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background-color: rgba(0,0,0,.6);
}

/* End WooCommerce Checkout Page */

/* Cart Page */

.select2-results__option  {
  color:black;
}
button, input, select, textarea {
  background-color: black;
  background-color: rgba(0,0,0,0.2)
}

#payment > div {
  background-color: rgba(0,0,0,.8)
}

#payment > ul {
  background-color: rgba(0,0,0,.2)
}

/*End Cart Page */

/* WooCommerce Change Shipping Address */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  background-color: rgba(0,0,0,0.5)
}

.woocommerce table.shop_table {
  background-color: rgba(0,0,0,0.5)
}
 /* Center Social Icons to Text */
 #social-widget-2 {
  text-align-last: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  color: gray;
}

.woocommerce ul.order_details {
  background-color: rgba(0,0,0.7);
}

.woocommerce div.product div.summary {
  background-color: rgba(0,0,0,.3);
  padding: .5em;
}



/* CUSTOM BACKGROUND IMAGES BY PAGE */

/* Cart Page Background */

body.page-id-637 {
background-image: url('https://devinrenee.com/wp-content/uploads/2019/09/Deadman-1024x1024.jpg');
}

/* HOME PAGE SUBSCRIBE BAR */

    #mc4wp-form-1 > div.mc4wp-form-fields {
/* mc4wp-form-fields { */
  padding: 1em 2em;
}