/* =============================================================
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: #f6f7fa ;
  background-image: url(https://assets.jumpseller.com/store/feeling-madeira/themes/166257/options/7829383/A12_page-0001.jpg?1590484591);
   background-position: 50% 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
}


/* Navbar Background | Default: #222 */
.navbar-inverse {
  background-color: #0d0e0d ;
  border-color: #0d0e0d;
}
h1, h2, h3, h4, h5, h6 {
  color: #0d0e0d;
}
.message-top {
  background: #269295;
}
.toast, .toast-success {background-color: #37b405;}

.header-block-2 {
	background-image: url('https://assets.jumpseller.com/store/feeling-madeira/themes/166257/options/8177513/TAP2.jpg?1591436865');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  
  .header-block-2 .cart a {
    color: #FFF;}
  
}