/*immagine di sfondo della testata*/
/*header#header{background-image: url(../../../../../data/uploads/styles/header.jpg);}*/

/*immagine di sfondo del footer*/
/*footer#footer{background-image: url(../../../../../data/uploads/styles/footer.jpg);}*/


/*colore prezzo in scheda prodotto*/
/*.label.label-price{font-size: 1.2em;color:#000000}*/

/*colore etichetta promozione*/
.badge.product-sheet-promotion{background-color: orange;font-size:1.3em}
.label.label-price.label-reduced{text-decoration:line-through;font-size:0.9em;color:#990000}
.label.label-price.label-reduction{color:#006600}

/*colore delle frecce dello slider in homepage*/
a.carousel-control{color:#fff}

body{
background-image: url(https://www.toelettaturacani.eu/data/uploads/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
font-size: 15px;
}

header#header{
height:auto;
padding:15px 0;
font-size: 16px;
}
@media (min-width: 992px){
.navbar-nav {
margin: 0 auto;
width: -moz-max-content;
width: max-content;
float: none;
font-weight:bold;
font-size: 16px;
}
}

a.logo img {
    max-height: 146px;
}

.row.page {
    background-color: #d0eefcfa;
}
footer#footer {
    background-color: #d0eefcfa !important;
}
.col-lg-6.box.box-hp .panel.panel-primary {
    margin-top:80px;
}


.panel .panel-heading { 
    background-color: #8cdaff; 
    border-bottom-color: #fff; 
}
.pagination > li > a, .pagination > li:active > span {
    background-color: #fff !important;
    color: #8cdaff !important;
}
.panel .panel-body,
.panel .panel-body a {
    background-color: #000000; 
    color: #ffffff; 
}
.panel-footer,
.panel { 
    background-color: #8cdaff !important;
}
 
.panel .panel-footer { 
    border-top-color: #ffffff; 
}
nav#nav {
    text-transform: uppercase;
}
#footer .credits {
    font-size: 13px;
    margin-bottom: 10px;
}
@media (max-width: 768px){
.nav>li>a {
    padding: 10px 10px;
    font-size: 14px;
}
header#header { 
    font-size: 14px;
}
a.logo img {
    max-height: 122px;
}
}