body {
	font-family: 'Roboto', sans-serif;
	color: #000000;	
	font-size: 18px;
}

/*
a:link {	
	color: #5C5CFF;
}

a:visited {
	color: #5C5CFF;
}

a:hover {
	color: #4242FF;
}

a:active {
	color: #4242FF;
}
*/

  
a.contrast-link:link {	
	outline: thin dotted black;
    text-decoration: none;    
	outline: none;  
}

a.contrast-link:visited {
	outline: thin dotted black;
    text-decoration: none;    
	outline: none;  	
}

a.contrast-link:hover {
	outline: thin dotted black;	
    text-decoration: none;    
	outline: none;    
}

a.contrast-link:active {
	outline: thin dotted black;	
    text-decoration: none;    
	outline: none;   
}  
  
  
.span-font-roboto-18px {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

p {
	font-family: 'Roboto', sans-serif;
	color: #000000;	
	font-size: 18px;
}

h1 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h2 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h3 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h4 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h5 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h6 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h7 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}

h8 { 
	font-family: 'Playfair Display', serif;		
    color: #000000;
    font-weight: bolder;
}


strong { 
	font-family: 'Roboto', sans-serif;
    color: #000000;
}

hr { 
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #000000;
    margin: 1em 0; 
    padding: 0; 
}


ul li {
	font-family: 'Roboto', sans-serif;	
}



/*
.navbar {
	font-family: 'Playfair Display', serif;	
}
*/

.text-muted {	
	font-family: 'Playfair Display', serif;	
	font-size: 14px;
	color: 	#000000; 
}

.footer {	
	background-color: #ffffff;	
	font-family: 'Playfair Display', serif;	
	font-size: 14px;
	color: 	#000000;
	border-top: 1px solid #000000;	 
}


.breadcrumb {
	font-family: 'Roboto', sans-serif;	
	/*	
	font-family: 'Playfair Display', serif;		
    color: #000000;	
    */
}	

.btn-primary, .btn-secondary, .btn btn-success, .btn-danger, .btn-warning, .btn-info, .btn-light, .btn-dark {
	font-family: 'Playfair Display', serif;		
}

#toTop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	display: none;
}

.page {
  padding-top: 5px;
}



/*
select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}
*/

/* Select placeholder */
    select:invalid{
        color: gray;
    }
    option{
        color: black;
    }


/*
select.first-opt-hidden option:first-of-type {
  display:none;
}
*/

/* Carousel */

#carousel-product {
    margin: 20px auto;
    width: 400px;
}
#carousel-product .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-product .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-product .carousel-indicators {
    text-align: center;
    margin: 0 auto;
}
#carousel-product .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-product .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-product .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-product .carousel-outer {
    position: relative;
}
#carousel-product .carousel-control.left, .carousel-control.right {
    background-image: none
}
#carousel-product .carousel-inner { 
	padding-bottom:40px; 
}
#carousel-product .carousel-caption { 
	bottom:-70px; 
    color: silver;	
}

#carousel-product {
    margin: 20px auto;
    /*  width: 400px; */
}
#carousel-product .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-product .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
	border: 1px solid silver;    
}

#carousel-product .carousel-indicators {
    text-align: center;
    margin: 0 auto;
}

#carousel-product .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-product .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-product .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-product .carousel-outer {
    position: relative;
}

#carousel-product .carousel-control.left, .carousel-control.right {
    background-image: none
}

#carousel-product .carousel-inner { 
	padding-bottom:10px; 
}

#carousel-product .carousel-caption { 
	bottom:-70px; 
    color: silver;	
}


.fixheight {
	height: 300px;
}

/**/

.product-code {
	font-family: monospace;
	color: gray;
	font-size: x-small;
	padding-left: 1px;
}

.product-property-name {
	font-family: 'Roboto', sans-serif;	
    color: #000000;	
	font-weight: bold;
	display: block;
	font-size: 15px;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
}

.product-detail-name {
	font-family: 'Roboto', sans-serif;	
    color: #000000;	
	font-weight: bold;
	font-size: large;
	display: block;
}

.product-name {
	font-family: 'Roboto', sans-serif;	
	font-size: small;
    color: #000000;	
	display: block;
	padding-top: 15px;
}

.product-price {
	font-family: 'Roboto', sans-serif;	
    color: #000000;	
	font-size: small; 
	display: block; 
}

/* Cookies alert style */

.cookiealert {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    /*
    border-radius: 0;    
    background: silver;
    */
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}


/* Misc fix */

/* Hide arrow in input button type = number */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
