.maisvendido {
	width: 47%;
	height: 250px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid var(--mode-stuff);
	float: left;
}

.maisvendido h1, .maisvezes h1{
	font-size: 20px;
	text-align: center;
}

.maisvezes {
	width: 47%;
	height: 250px;
	text-align: center;
	margin-right: 20px;
	border: 1px solid var(--mode-stuff);
	float: right;
}

.mainSeparator{
	width: 100%;
	clear: both;
	margin-top: 270px;
}

.artigo {
	width: 100%;
	height: 100%;
	text-align: center;
}

.artigos {
	margin-top: 5px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.artigos table{
	width: 100%;
	border: 1px solid var(--mode-stuff);
	text-align:center;
}

.artigos h1{
	text-align: center;
	font-size: 22px;
}

.precoArtigo{
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn {
 background: none;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
 min-width: 155px;
}

.btn:hover {
 background: none;
 color: #fff;
 border-color: #2d2e2e;
 background-color: #2d2e2e;
}

.btn-primary {
 border-radius: 25px;
 display: inline-block;
 padding: 10px 10px 10px 10px;
 line-height: 1;
 border: 2px solid #888c8f;
 font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #888c8f;
 text-align: center;
}

.limparCategoria, .selectCategoria{
	border-radius: 25px;
}