
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap");

body {
    font-family: "Open Sans";
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
}

  h1.page-title {
    color: #fff !important;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
  }

#body-bg {
  background-image: url(https://store.masopoli.com/wp-content/uploads/sites/8/2021/02/background.png);
}

.woocommerce-active .site-header .site-header-cart {
  background-color: #a48b65 !important;
}

.woocommerce-active .site-header .site-header-cart .cart-contents,
.woocommerce-active .site-header .site-header-cart .cart-contents .amount,
.woocommerce-active .site-header .site-header-cart .cart-contents .count
 {
  color: #fffffb !important;
}

ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button, button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt,
.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #a48b65 !important;
    /** color:  !important; **/
    color: #ffffff !important;
}


/** CHECKOUT **/
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
  color: #a48b65 !important;
}


/** CART ICON **/
.xoo-wsc-items-count {
  background-color: #a48b65 !important;
  color: #fffffb !important;
}


/** BANNER */
.customer-banner-alert {
  border-color: #a48b65;
}

.customer-banner-alert h2,
#customer-popup-modal h2 {
  text-align: center;
  color: #a48b65;
}



