/* =============================================================
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 ;
  color: #242936;
}

/* Store color | Default: #03cd67 */
a.butn, input.butn, .group-span-filestyle .btn, #filters button.butn {
	background: #ce0019;
}
#price-range .btn {
	background: #ce0019;
  border-color: #ce0019;
}
.text-logo span,
.text-logo-footer span {
	color: #ce0019;
}
.curtain span,
#store-features{
	background-color: #ce0019;
}

#store-features .row h2,
#store-features .row .inside i.linear-icon {
	color: #ce0019;
}

#newsletter,
#newsletter button{
	background-color: #ce0019;
}

.curtain span.a_2:before {
	content:" ";
  background: #000;
  opacity: .15;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 0 0 20px 20px;
}

h1.section-title::before,
h2.section-title::before,
footer h5:after,
.product-page h1::before,
.product-page h2.product-name:before{
	background: #ce0019;
}

input.butn.adc {
	background-color: #ce0019;
}

/* Navbar */
.navbar-toggleable-md .navbar-collapse li a:hover {
	color: #ce0019;
}
h1, h2, h3, h4, h5, h6 {
  color: #242936;
}

/* Carousel home | Default: #FFF */
#carousel-home .carousel-in .carousel-info,
#carousel-home .carousel-in .carousel-info h2{
	color: #ffffff ;
}

#carousel-home .layer {
	background-color: #000000 ;
	opacity: 0;
}

#banners h3 {
  color: #ce0019;
}

/* Contact page */
.contactpage .contact-info span {
	border-color: #ce0019;
}

/* Cart */
.cart .cart-header .cart-steps .active span,
.cart .cart-steps .active .check {
	background-color: #ce0019;
}
.toast, .toast-success {background-color: #242936;}
