@media only screen and (min-width: 1141px) {
    
	/**/
	/*
	.cont-sx {
		display: none;
	}

	.cont-form {
		padding: 0;
	}

	.cont-dx {
		display: none;
	}
    */
	/**/

	.contact #text {
		border: none;
		padding: 0;
		margin: 0;
	}

	.contact #phone {
        display: none;
    }

	.contact #toemail {
        display: none;
    }
	
}

@media only screen and (min-width: 541px) and (max-width: 1140px) {

	.first-container {
		max-width: 1140px;
	}

    /**/
    /*
	.cont-sx {
		display: none;
	}

	.cont-form {
		padding: 0;
	}

	.cont-dx {
		display: none;
	}
    */
    /**/

	.contact #text {
		border: none;
		padding: 0;
		margin: 0;
	}

	.contact #phone {
        display: none;
    }

	.contact #toemail {
        display: none;
    }

	/**/

	.grid-sottocategorie {
		grid-template-columns: repeat(2, 1fr); /* 2 colonna */
	}

	.grid-prodotti {
		grid-template-columns: repeat(2, 1fr); /* 2 colonna */
	}

	/**/

	.box-prodotto-singolo {
		gap: 10px;
	}

}

@media only screen and (min-width: 391px) and (max-width: 540px) {

	.first-container {
		max-width: 540px;
	}

	.second-container {
		padding: 15px 8px;
		/*background-color: #8b7a7a;*/
	}

	.feed-photo-box .cont-foto-post {
		max-height: 350px;
		min-height: 210px;
	}

	.feed-photo-box .feed-single-image {
		max-height: 350px;
	}

	/**/

	h2 {
    	font-size: 1rem;
	}

	a {
		font-size: 0.85rem;
	}

	p {
		font-size: 0.85rem;
	}

	/**/
    /*
	.cont-sx {
		display: none;
	}

	.cont-form {
		padding: 0;
	}

	.cont-dx {
		display: none;
	}
    */
	/**/

	.contact #text {
		border: none;
		padding: 0;
		margin: 0;
	}

	.contact #phone {
        display: none;
    }

	.contact #toemail {
        display: none;
    }

	/**/

	.grid-sottocategorie {
		grid-template-columns: repeat(1, 1fr); /* 1 colonna */
	}

	.grid-prodotti {
		grid-template-columns: repeat(1, 1fr); /* 1 colonna */
	}

	.box-prodotto-singolo {
        grid-template-columns: repeat(1, 1fr); /* 1 colonna */
    }

	/**/

	.box-utente {
        flex-direction: column;
        text-align: center;
    }

    .box-utente-avatar {
        margin: 0 auto;
    }

}

@media only screen and (min-width: 0px) and (max-width: 390px) {

	.first-container {
		max-width: 390px;
	}

	.second-container {
		padding: 15px 8px;
		/*background-color: #8b7a7a;*/
	}

	.feed-photo-box .cont-foto-post {
		max-height: 300px;
		min-height: 210px;
	}

	.feed-photo-box .feed-single-image {
		max-height: 300px;
	}
	
	/**/
	/*
	.cont-sx {
		display: none;
	}

	.cont-form {
		padding: 0;
	}

	.cont-dx {
		display: none;
	}
    */
	/**/
    /*
	.write-comment {
		margin: 0 15px !important;
		max-width: 360px !important;
	}
    */

	/**/

	h2 {
    	font-size: 1rem;
	}

	a {
		font-size: 0.85rem;
	}

	p {
		font-size: 0.85rem;
	}

	/**/

	.contact #text {
		border: none;
		padding: 0;
		margin: 0;
	}

	.contact #phone {
        display: none;
    }

	.contact #toemail {
        display: none;
    }

	/**/

	.grid-sottocategorie {
		grid-template-columns: repeat(1, 1fr); /* 1 colonna */
	}

	.grid-prodotti {
		grid-template-columns: repeat(1, 1fr); /* 1 colonna */
	}

	.box-prodotto-singolo {
        grid-template-columns: repeat(1, 1fr); /* 1 colonna */
    }

	/**/

	.box-utente {
        flex-direction: column;
        text-align: center;
    }

    .box-utente-avatar {
        margin: 0 auto;
    }

}