@charset "utf-8";

/* da 0 a 320px*/
@media only screen and (min-width: 0px) {
	.contenitore-article-prodotti {
		/*COMUNE*/
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		/*FINE-COMUNE*/

		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bloccobarraprodotti {
		width: 92%;
		padding-right: 4%;
		padding-left: 4%;
		height: auto;
		margin-top: 10px;
	}
	.gruppo-contenitori-prodotto {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
	}
	.contenitore-prodotto-immagine {
		position: relative;
		width: 30%;
	}
	.contenitore-prodotto-elementi {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		width: 68%;
		margin-left: 2%;
	}
	.img-prodotto {
		width: 100%;
		height: auto;
	}
	.div-logo-farmaci-barra-prodotti {
		margin-top: -36px;
		margin-left: 1px;
		width: 35px;
		height: 35px;
	}
	.logo-farmaci-barra-prodotti {
		width: 100%;
		height: 100%;
	}
	.titolobarraprodotti {
		text-align: left;
		line-height: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		height: 55px;
		overflow: hidden;
	}
	.titolobarraprodotti-link {
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
		font-weight: 500;
	}
	.titolobarraprodotti-link:hover {}
	.contenitore-ordinario-percentuale {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 20px;
	}
	.prezzo-ordinario-barraprodotti {
		/*COMUNE*/
		text-decoration: line-through;
		padding-right: 8px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: left;
		/*FINE-COMUNE*/

		font-size: 14px;
		font-weight: 500;
	}
	.percentuale-mobile-barraprodotti {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 500;
		height: 20px;
	}
	.prezzo-finale-barraprodotti {
		/*COMUNE*/
		text-align: left;
		font-weight: 500;
		margin-top: 0px;
		margin-bottom: 0px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
		line-height: 30px;
		/*FINE-COMUNE*/

		font-size: 16px;
	}
	.prezzo-finale-barraprodotti-p {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.contenitore-prezzo-pulsanti {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-top: 2px;
		flex-wrap: wrap;
	}
	.button-prodotti {
		/*COMUNE*/
		border: none;
		border-radius: none;
		cursor: pointer;
		margin-right: 2px;
		/*FINE-COMUNE*/

		padding-top: 0px;
		padding-bottom: 0px;
	}
	.button-prodotti:hover {}
	.button-prodotti i {
		font-size: 18px;
	}
	.button-prodotti-icon {
		line-height: 30px;
	}
	.contenitore-icone-carrello-cuore-aggiugi-sottrai {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-end;
		text-align: right;
	}
	.percentualebarraprodotti {
		display: none;
	}
	.lineabarraprodotti {
		display: none;
	}
	.linea-prodotto-barra {
		height: 1px;
		margin-top: 5px;
	}
	.blocco-strumenti {
		width: 92%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
	}
	.immagine-prodotti{
		border-width: 1px;
		border-style: solid;
	}
	.lineabarraprodottimobile{
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 12px;
		line-height: 18px;
		font-weight: 500;
		font-style: italic;
	}
	.testo-prezzo-basso-prodotto-argomento{
        margin-bottom: 6px;
        font-size: 12px;
        text-align: left;
	}
	
}

/* da 321 a 480*/
@media only screen and (min-width: 321px) {
}

/* da 481px a 768px*/
@media only screen and (min-width: 481px) {
	.bloccobarraprodotti {
		width: 27.3%;
		padding-right: 3%;
		padding-left: 3%;
	}
	.percentuale-mobile-barraprodotti {
		display: none;
	}
	.contenitore-prodotto-immagine {
		width: 99%;
		border-width: 1px;
		border-style: solid;
	}
	.div-logo-farmaci-barra-prodotti {
		margin-left: inherit;
		margin-top: inherit;
		position: absolute;
		bottom: 0;
		left: 0;
		top: auto;
		right: auto;
		width: 50px;
		height: 50px;
	}
	.gruppo-contenitori-prodotto {
		flex-direction: column;
	}
	.contenitore-prodotto-elementi {
		width: 98%;
		margin-right: 2%;
	}
	.contenitore-icone-carrello-cuore-aggiugi-sottrai {
		text-align: right;
	}
	.contenitore-ordinario-percentuale {
		margin-left: 0px;
	}
	.prezzo-finale-barraprodotti {
		margin-left: 0px;
	}
	.percentualebarraprodotti {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-family: 'Fjalla One', sans-serif;
		font-size: 16px;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	.lineabarraprodotti {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 9px;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 50%;
	}
	.lineabarraprodotti-p {
		margin: 8px 12px;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.prezzo-ordinario-barraprodotti {
		font-size: 16px;
	}
	.percentualebarraprodotti-p {
		margin-top: 0px;
		margin-bottom: 0px;
		text-transform: uppercase;
	}
	.titolobarraprodotti {
		width: 100%;
		margin-top: 15px;
		margin-left: 0px;
		font-size: 18px;
		line-height: 25px;
		height: 75px;
	}
	.fascia-prodotti-home {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.titolobarraprodotti-link {
		font-size: 18px;
	}
	.contenitore-article-prodotti {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.button-prodotti {
		min-width: 35px;
		min-height: 35px;
		padding-top: 1px;
		padding-bottom: 0px;
	}
	.button-prodotti i {
		font-size: 24px;
	}
	.prezzo-finale-barraprodotti {
		font-size: 18px;
	}
	.blocco-strumenti {
		width: 97.5%;
	}
	.immagine-prodotti{
		border: none;
	}
	.lineabarraprodottimobile{
		display: none;
	}
}

/* da 769px a 1024px*/
@media only screen and (min-width: 769px) {
	.bloccobarraprodotti {
		width: 30.3%;
		padding-right: 1.5%;
		padding-left: 1.5%;
		margin-top: 15px;
	}
	.div-logo-farmaci-barra-prodotti {
		width: 60px;
		height: 60px;
	}
	.percentualebarraprodotti {
		font-size: 18px;
		width: 60px;
		height: 60px;
	}
	.lineabarraprodotti {
		font-size: 11px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.contenitore-prodotto-immagine:hover .lineabarraprodotti{
		-moz-transform: translate(-10%, -10%) scale(0.8);
		-webkit-transform: translate(-10%, -10%) scale(0.8);
		transform: translate(-10%, -10%) scale(0.8);
	}
	.immagine-prodotti {
		position: relative;
		z-index: 0;
		margin: 5%;
	}
	.contenitore-prodotto-immagine {
		height: 0;
		padding-bottom: 100%;
	}
	.img-prodotto {
		max-width: 100%;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.img-prodotto:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		position: relative;
		z-index: 0;
	}
	.titolobarraprodotti {
		max-height: 75px;
		height: auto;
		-moz-transition: max-height 1s;
		-webkit-transition: max-height 1s;
		transition: max-height 1s;
	}
	.titolobarraprodotti:hover {
		max-height: 200px;
	}	
}

/* da 1025px a 1200px*/
@media only screen and (min-width: 1025px) {
	.bloccobarraprodotti {
		width: 17%;
		margin-bottom: 11px;
	}
	.div-logo-farmaci-barra-prodotti {
		width: 65px;
		height: 65px;
	}
	.percentualebarraprodotti {
		font-size: 20px;
		width: 65px;
		height: 65px;
		bottom: 0px;
	}
	.lineabarraprodotti {
		font-size: 13px;
	}
	.titolobarraprodotti {
		max-height: 50px;
	}
}
