/* =============================================================
Here you will find the "Color Pickers" CSS attributes. You can change them by going to your Admin Panel at Themes > Options.
If you want to add more pickers to your store's set, or wanna know more about what you can on the code visit the following link https://jumpseller.com/support/creating-a-custom-html-theme#special-variables

Â© Copyright New Premium Theme. Powered by Jumpseller
============================================================= */

/* =============================================================
  COLOR PICKERS
============================================================= */

/* Store Background | Default: #FFF */
body {
    background-color: #ffffff ;
  }
  
  /* Navbar Background | Default: #222 */
  .navbar-inverse {
    background-color: #222222 ;
    border-color: #222222;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #222222;
  }
  .toast, .toast-success {background-color: #28a745;}
  
  #carousel-home .layer {
    background-color: #29123f;
      opacity: 0.4;
  }