body.isQuadraam{
  .woocommerce-page-header{
    background-color: #ff7e00 !important;
  }
  .products-item-price{
    span{
      color: #354a54; !important;
    }
  }
  .products-item-header{
    h3{
      color: #ff7e00 !important;
    }
  }
  .wc-button{
    background-color: #ff7e00 !important;
  }
    .products-item-price{
        small{
            color: #354a54; !important;
        }
    }
    input[type='button']{
        background-color: #ff7e00 !important;
}
}