@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
.col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-1 {
    width: 8.33333333%;
}
}

@media (min-width: 992px) {
.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
  	}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
  	width: 8.33333333%;
}
}

@media (min-width: 1200px) {
  
.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
} 	
}
	
@-ms-viewport {
  width: device-width;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	padding: 10px;
}

.row {
  	float:left;
  	clear: both;
  	width: 100%;
}
















.categorie-home .bottom-title-cat img {
	width: 100%;
	display: block;
}

.categorie-home .top-title-cat {
	position: absolute;
	z-index: 10;
	margin-left: -150px;
	left: 50%;
	top:50%;
	margin-top: -60px;
}

.categorie-home .top-title-cat img {
	width: 300px;
}

.categorie-home .bottom-title-cat {
	position: relative;
	z-index: 5;
}

.categorie-home .col-md-4 {
	position: relative;
	padding: 0;
}

ul#menu-prod li.active a {
	text-decoration: underline;
}

.open-cat25 {
    background: url("../img/top-cat-bio.jpg");
    background-position: center top;
    height: 326px;
    background-size: cover;
    text-align: center;
}

.open-cat24 {
    background: url(../img/top-cat-bio.jpg);
    background-position: center top;
    height: 326px;
    background-size: cover;
    text-align: center;
}

.logo-cat {display: inline-block;}

.logo-cat-bio {display: none;} 

.bio .logo-cat {display: none;}

.bio .logo-cat-bio {display: inline-block; width: 310px; margin-top: 20px; margin-bottom: 0;} 

#row-top {display: none;}

.bio .breadcrumbs {
	background-color: #fff;
	padding-top: 25px;
	margin-top: 0;
}

.position-relative {position: relative;}

.bio .pennellata {

}

.bio .pennellata img {
	width: 100%;
}

body.bio {
	background-image: url(https://www.bottegabianchin.it/dev/img/background-02.jpg);
	background-position: bottom center;

	background-size: cover;
}

.box25 h3 {
	height: 70px;
overflow: hidden;
}

.bio .sezione-position-breadcrumbs {
	height: 110px;
	margin-bottom: 110px;
}

.bio h1 {display: none;}

.dettaglio-prodotto25 .p-boxA h1 {
	color: #49812b;
}

.dettaglio-prodotto25 .no-bio {display: none;}

.dettaglio-prodotto25 .si-bio {display: block;}


#logo-det-bianchin {display: inline-block}

.dettaglio-prodotto25 #logo-det-bianchin {display: none}

#logo-det-bio {display: none; margin-top: 20px; margin-bottom: 20px;}

.dettaglio-prodotto25 #logo-det-bio {display: inline-block;     width: 310px;}


#pane {display: none;}

#olio {display: none;}

#marmellate {display: none;}

#biscottoni-bozzelli {display: none;}

.box-certificazione {padding: 40px;}

.pennellata {display: none;}

.bio .pennellata {display: block;}



.prodId-132 .open-cat25 {background: url("../img/top-slider-pane.jpg")!important;}

.prodId-132 #pane {display: block;}

.prodId-133 .open-cat25 {background: url("../img/top-slider-pane.jpg")!important;}

.prodId-133 #pane {display: block;}

.prodId-135 .open-cat25 {background: url("../img/top-slider-biscottoni.jpg")!important;}

.prodId-135 #biscottoni-bozzelli {display: block;}

.prodId-136 .open-cat25 {background: url("../img/top-slider-bozzelli.jpg")!important;}

.prodId-136 #biscottoni-bozzelli {display: block;}

.prodId-126 .open-cat25 {background: url("../img/top-slider-biscottoni.jpg")!important;}



.prodId-127 .open-cat25 {background: url("../img/top-slider-bozzelli.jpg")!important;}





.prodId-124 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-124 #marmellate {display: block;}

.prodId-125 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-125 #marmellate {display: block;}

.prodId-126 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-126 #marmellate {display: block;}

.prodId-127 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-127 #marmellate {display: block;}

.prodId-128 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-128 #marmellate {display: block;}

.prodId-129 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-129 #marmellate {display: block;}

.prodId-130 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-130 #marmellate {display: block;}

.prodId-131 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-131 #marmellate {display: block;}

.prodId-134 .open-cat25 {background: url("../img/top-slider-marmellate.jpg")!important;}

.prodId-134 #marmellate {display: block;}








.title-prod-box {
	height: 50px;
	display: block;
}

.dettaglio-prodotto .box-prod-other img {margin-top: 0;}

.si-bio {display: none;}

.dettaglio-prodotto25 span.det-b-bio {

    float: left;
}

.dettaglio-prodotto25 .p-boxA p {float: left; clear: both;}

.dettaglio-prodotto25 .italic-bio p {font-style: italic;}

.dettaglio-prodotto25 .p-boxA h1 {margin-bottom: 10px;}

.open-cat2 {background-size: cover;}


@media screen and (max-width:1200px) { 
	
	.bio .logo-cat-bio {margin-top: 20px; height: auto; width: 310px; }
	
	#logo-det-bio {height: auto;}
	
}

@media screen and (max-width:1100px) { 
	
	.dettaglio-prodotto25 #logo-det-bio {height: auto;}
	
}

@media screen and (max-width:600px) {
	
	.box-certificazione {padding: 0;}
	
	.open-cat1 {background-size: cover;}
	
	.bio .open-cat25 {height: 255px;}
	
	.bio .open-cat24 {height: 255px;}
	
	.dettaglio-prodotto25 .open-cat25 {height: 255px;}
	
	.bio .sezione-position-breadcrumbs {margin-bottom: 60px;}
	
	.dettaglio-prodotto25 #logo-det-bio {width: 210px;}
	
	.bio .logo-cat-bio {padding: 0;     margin-top: 30px; width: 210px;}
	
}

