@media(max-width: 767px){
	div#newsLetter p.title,
	div#newsLetter p.text{
		margin-bottom: 15px;
	}
}

@media(max-width: 575px){
	div#newsLetter #emailInput{
		margin-bottom: 15px;
	}

	div#newsLetter #emailSubmit{
		margin-bottom: 15px;
	}

	div.home-rec-prod{
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
	}

	.adaugaInCosButton.prod_rec{
		font-size: 3.8vw !important;
	}

		.adaugaInCosButton.prod_rec img{
			position:relative;
			top: -2px;
		}

	div#cautaDupaBrand .brand{
		padding: 10px;
	}
}

@media(max-width: 775px){
	#homeCarousel,#homeCarouselCustomDots{
		display: none !important;
	}
}