section#produtos {
	margin-top: -1rem !important;
}

#produtos__navegacao h4 {
	font-weight: 900;
	font-size: 1.35rem;
	border-bottom: 3px solid #c39d4c;
}

#produtos__navegacao h5 {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#produtos__navegacao ul li {
	border-bottom: 1px solid #cdcdcd;
	padding: 0.5rem;
	font-size: 0.85rem;
	font-weight: normal;
}

#produtos__navegacao ul li a {
	color: #666666;
}

#produtos__navegacao ul li:last-child {
	border-bottom-width: 0 !important;
}

#produtos__destaques {
	position: relative;
}

#produtos__destaques h2 {
	font-weight: bold;
}

#produtos__destaques .produtos__ruler {
	position: absolute;
	left: -2px;
	top: 17%;
	height: 65%;
	width: 10px;
}

#produtos__destaques {
	max-height: 90px;
	margin-bottom: 80px;
}

#produtos__destaques h5 {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#produtos__destaques a.produtos__destaques__item {
	display: block;
	color: #301c00;
	margin-top: -10px;
	font-size: 0.89rem;
}

#produtos__destaques a.produtos__destaques__item:hover {
	text-decoration: none;
}

#produtos__destaques ul.list-inline>li.list-inline-item:first-child {
	margin-top: 0;
}

#produtos__carrossel h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#produtos__carrossel .produto__descricao {
	height: 65px;
	overflow: hidden;
	white-space: wrap;
	overflow: hidden;
	font-size: 0.90rem;
	text-overflow: ellipsis;
}

#produtos__carrossel .produto__preco {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
}

#produtos__carrossel .produto__preco>sup {
	color: #dcdcdc;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: line-through;
}

#produtos__carrossel .produto__preco>small {
	font-family: 'Circular Std', Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
	font-weight: normal;
}

#produtos__carrossel .produto__botao {
	position: relative;
}

#produtos__carrossel .produto__botao hr {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
}

#produtos__carrossel .produto__botao a.btn {
	position: absolute;
	font-size: 1.115rem;
	font-weight: bold;
	top: -3px;
	right: 0;
	top: -2px;
}

#produtos__carrossel .produto__botao a.btn>img {
	margin-top: -10px;
}

#produtos__carrossel .produto__botao>hr {
	border-color: #c39d4c;
}

.carrossel__categoria {
	font-weight: normal;
	font-size: 0.85rem;
	display: inline-block;
}

.carousel-inner {
	padding: 3rem 5rem 5rem 5rem;
}

.carousel-control-next, .carousel-control-prev {
	width: 10%;
	background-color: #fff;
}

.carousel-control-next-icon {
	width: 35px;
	height: 66px;
	background-image: url('../../../images/icone-seta-direita.png');
}

.carousel-control-prev-icon {
	width: 35px;
	height: 66px;
	background-image: url('../../../images/icone-seta-esquerda.png');
}

ol.carousel-indicators {
	bottom: 1rem;
}

ol.carousel-indicators>li {
	height: 7px;
	width: 75px;
	border-radius: 0.5rem;
	background-color: #301c00;
	border: 0px solid transparent;
}

.produtos__lista>.col-4:first-child {
	padding-left: 0 !important;
}

.produtos__lista>.col-4:last-child {
	padding-right: 0 !important;
}

.produtos__lista .ofertas__item__foto {
	height: 270px !important;
}

.visualizacao__ativa {
	background-color: #fff;
	padding: 0.25rem 0.35rem;
	border-bottom: 4px solid #301c00;
}

.visualizacao__ativa>a {
	color: #301c00;
}

.visualizacao__inativa {
	background-color: #fff;
	padding: 0.25rem 0.35rem;
	border-bottom: 4px solid #c8c8c8;
}

.visualizacao__inativa>a {
	color: #c8c8c8;
}

.visualizacao__inativa:hover {
	border-bottom: 4px solid #301c00;
}

.visualizacao__inativa:hover>a {
	color: #301c00;
}

@media screen and (max-width: 576px) {
	
	section#produtos .ofertas__item__foto {
	    height: 100% !important;
	}
	
	.carousel-inner {
		padding-right: 1rem !important;
	}
	
}


@media screen and (max-width: 768px) {
	
	h2 {
		font-size: 1.5rem;
	}
	
	#page__title {
		margin-bottom: 1rem !important;
	}
	
	section#produtos .ofertas__item__foto {
	    height: 160px;
	}
	
	#produtos__destaques {
		overflow-x: auto;
		max-height: none;
    	margin-bottom: 0;
	}
	
	#produtos__destaques .row {
		overflow: auto;
	    flex-wrap: nowrap;
	}
	
	#produtos__destaques .col-4 {
	    -ms-flex: 0 0 29%;
	    flex: 0 0 29%;
	    max-width: 29%;
	}
	
	#produtos__destaques a.produtos__destaques__item {
		margin-top: 0px;
	}
	
	.carousel-inner {
	    padding: 1rem 2rem 6rem 1rem;
	}
}