.badge-primary,
.promo {
background-color: #f3901d !important;
}

A,
A:link,
A:visited,
footer a:link,
footer a:visited,
.outletcolor,
.product .title A {
color: #f3901d;
}


.btn-search,
.btn-primary, .btn-primary:hover {
background-color: #f3901d;
border-color: #f3901d;
}
.pagination .page-link,
.product .discount,
.promotion-inv,
.product-image .product-thumbnails .thumb {
background-color: #f3901d;
}
.bundleconfig .bg-info{
background-color: #f3901d !important;
color:white;

}
.productcat .title {
font-size: 140%;
text-align: center;
}
BODY .noUi-connect {
background: #f3901d;
}

@media (max-width: 768px) {
A.navbar-brand {
max-height: 30px;
max-width: 160px;
}


.promo {
font-size: 1em;
padding: 10px;
}
}


    #logo {
    background: url('https://go.innoflame.fi/image/h80-q100/assets/accounts/9598_goshop139_logo.png?rt=4267365092') no-repeat;
    background-size: auto 50px;
    width: 138px;
    height: 50px;
    margin-right: 20px;
    }

    A.navbar-brand {
    content: url(https://go.innoflame.fi/image/h80-q100/assets/accounts/9598_goshop139_logo.png?rt=4267365092);
    max-height: 80px;
    color: #f3901d;
    margin-top: 0px;
    padding:0;
    margin:15px 20px 15px;
    }

/* Global font */
body {
  font-family: "Fjalla One", sans-serif !important;
}

/* Headings & navigation */
h1,
h2,
h3,
h4,
h5,
h6,
a,
.nav-link,
.navbar a,
.navbar a .badge {
  font-family: "Fjalla One", sans-serif !important;
  text-transform: uppercase;
}

/* h2 styling */
h2 {
  font-size: 55px;
  font-weight: bold;
  font-style: italic;
  color: #662d91;
}

/* Badges */
.badge {
  font-size: 100%;
}

/* Footer */
footer {
  background-color: #370e60;
  background-image: url(https://go.innoflame.fi/files/38992728a4445417a3e60c075b278fc2692e695e/541069/jymy.png);
  background-position: center;
  background-repeat: no-repeat;
}

p.copyright {
  color: #eee;
}

/* Product cards */
.product {
  background: #662d91;
}

.product .price {
  color: white;
}

/* Main content background */
#main-content {
  background-image: url("https://go.innoflame.fi/files/57f53f57ee1b212f2d97446b653384e0f6256490/665106/jymykauppa_tausta-gradient-2560.jpg") !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

    .main-content {
    background-color: #ffffff;
    }

    .navbar {
    background-color: #662d91;
    }
    .navbar-toggler,
    .navbar-brand:active, .navbar-brand:hover, .navbar-brand:link, .navbar-brand:visited,
    .navbar-nav .nav-link{
    color: #ffffff !important;
    }


