.products-carousel-title
{
	font-size:46px;
	line-height:69px;
	margin-bottom:100px;
	font-family: 'Roboto Condensed', cursive;
}

.products-carousel-section
{
	padding-bottom:85px;
	padding-top:45px;
	background:#F4F4F4;
}



 /* the slides */
.slider-product-carousel .slick-slide {
      margin: 0 15px;
	height:auto;
  }

  /* the parent */
.slider-product-carousel .slick-list {
      margin: 0 -15px;
  }

.slider-product-carousel .slick-prev:before, .slider-product-carousel .slick-next:before
{
	display:none;
}

.slide-product-carousel
{
	background:#fff;
	padding:20px;
	padding-bottom:36px;
}

.titulo-product-carousel
{
	font-size:19px;
	line-height:22px;
	color:#000;
	margin-top:10px;
	font-family: 'Roboto Condensed', cursive;
}

.product-carousel-price
{
	margin-top:36px;
	color:#6F6F6F;
	font-size:21px;
	line-height:22px;
	font-family: 'Roboto Condensed', cursive;
}

.product-carousel-button
{
	position:absolute;
	bottom:15px;
	right:15px;
}

@media screen and (min-width: 992px)
{
	.products-carousel-title
	{
		font-size:66px;
	}
	.products-carousel-section
	{
		padding-bottom:207px;
	}
	.slider-product-carousel {
		width: 950px;
		max-width: 70%;
		margin: 0 auto;
	}
	.slider-product-carousel .slick-next
	{
		width:46px;
		height:46px;
		background:url(../../img/next.svg) no-repeat center center;
		background-size:46px 46px;
		right:-70px;
	}

	.slider-product-carousel .slick-prev
	{
		width:46px;
		height:46px;
		background:url(../../img/prev.svg) no-repeat center center;
		background-size:46px 46px;
		left:-70px;
	}
}
