/* Show it is fixed to the top */
body
{
	padding-top: 9rem;
	background-color: #EDEDED;
	background-image: linear-gradient(#FBFBFB, #A6A9AA);
	background-attachment: fixed;
	font-family: 'Montserrat', sans-serif;
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }



#locationbar {background-color: #D2232A; color:#fff;}
#warrantydetail {}
#warrantyactivate {border-bottom: 2px solid #D2232A; }



.redtitle, .redtxt {color: #D2232A;}


.ficheitems .row {padding: 6px 0;}
.ficheitems .row .fas, .ficheitems .row .fab {margin-right: 10px; color: #D2232A;}

.ficheitems i{margin-right: 10px; color: #D2232A;text-align: center;width: 2em;font-size:1.2em;}



a, a:link, a:visited {color: #21306C;}

h2,h3,h4 {font-family: 'Source Sans Pro', sans-serif;}



.btn-cps , a.btn-cps { 
  color: #FFFFFF; 
  background-color: #21306C; 
  border-color: #21306C; 
  border-radius: 16px;
} 
 
.btn-cps:hover, 
.btn-cps:focus, 
.btn-cps:active, 
.btn-cps.active, 
.open .dropdown-toggle.btn-cps { 
  color: #FFFFFF; 
  background-color: #D2232A; 
  border-color: #D2232A; 
} 
 
.btn-cps:active, 
.btn-cps.active, 
.open .dropdown-toggle.btn-cps { 
  background-image: none; 
} 
 
.btn-cps.disabled, 
.btn-cps[disabled], 
fieldset[disabled] .btn-cps, 
.btn-cps.disabled:hover, 
.btn-cps[disabled]:hover, 
fieldset[disabled] .btn-cps:hover, 
.btn-cps.disabled:focus, 
.btn-cps[disabled]:focus, 
fieldset[disabled] .btn-cps:focus, 
.btn-cps.disabled:active, 
.btn-cps[disabled]:active, 
fieldset[disabled] .btn-cps:active, 
.btn-cps.disabled.active, 
.btn-cps[disabled].active, 
fieldset[disabled] .btn-cps.active { 
  background-color: #21306C; 
  border-color: #21306C; 
} 
 
.btn-cps .badge { 
  color: #21306C; 
  background-color: #FFFFFF; 
}


#main { background-color: #FFF; }

.navbar-logo {border-right: 1px solid #666; padding: 0 20px;}
.navbar-logo img {max-height: 100px;}

.navbar-title
{
	padding: 0 10px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #21306C; 
}

.navbar-lang {text-align: right;}

.navbar-lang a {  color: #FFFFFF; 
  background-color: #21306C; 
  border-color: #21306C; 
  border-radius: 3px;
  padding: 3px 5px;
  margin: 3px;
  display: inline-block;
}
.navbar-lang a.active {
  background-color: #D2232A; 
  border-color: #D2232A; 
}

.navbar {border-bottom: 2px solid #D2232A;}




#warrantydetail #collapseExample.collapse:not(.show) {
  display: block;
  height: 0;
  overflow: hidden;
}

#warrantydetail #collapseExample.collapsing {
  height: 0;
}

#warrantydetail a.collapsed::after {
  content: '+ Read More';
}

#warrantydetail a:not(.collapsed)::after {
  content: '- Read Less';
}


#privacylink {font-size: 12px;}


#promobar {background-color: #FFD966; color:#222;}
.bluetxt {color: #0670C0;}



/*cookie modal */
.modal-dialog
{
	position: fixed;
	top: auto;
	right: auto;
	left: 20px;
	bottom: 20px;
	margin: 0;
	width: 400px;
}

@media screen and (max-width: 700px) {
.modal-dialog {
  left:0;
  width: 100%;
}
}

