/* =============================================================
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, .category-pager a {
  color: #222222;
}
h1.page-header::after, h2.page-header::after {
	background: #222222;
}
.message-top {
  background: rgb(35,187,190,1);
}
.toast, .toast-success {background-color: #28a745;}

#carousel-home .layer {
  background-color: #000000;
	opacity: 0;
}
footer {
	background-color: #ffffff;
  color: #333333;
}
footer h5,
footer .text-logo, footer .navbar-brand,
footer ul li a,
footer a {
	color: #333333;
}
footer ul li a:hover,
footer a:hover {
	color: #333333;
  opacity: 0.6;
}
footer h5,
footer .footer-description {
	border-color: #333333;
}
