#click .product{
    cursor: pointer;
}

#cart-empty {
/* display: none; */
    background: #eeeeee;
    padding: 25px 20px 35px;
}

.avisodesceonto{
    background-color:#e60014;
}

#cart-empty img {
    width: 70px;
    opacity: 0.25;
}
#cart-empty span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #b5b5b5;
}

#carrinhotopo {
	right: 0;
}
@media (max-width: 639px) {
	#carrinhotopo {
		right: 30px;
	}
	header {
		padding: 10px 0;
	}
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
	top:0;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #00B259;
    color: #fefefe;
    right: -19px;
    font-weight: bold;
}

.red {
	background: #e60014;
}

.red:hover,
.red:active,
.red:focus {
	background: #fa0000;
}

.buttonRed,
.buttonRed:active,
.buttonRed:focus {
	color: #e60014;
	border: 2px solid #e60014;
	background: initial !important;
}

.buttonRed:hover {
	background: #f5f5f5 !important;
	color: #0a0a0a !important;
}

.quantidadeItens { 
	max-width: 100px;
}

.b {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: inherit;
	font-size: 17px;
}

h1.home {
	font-size: 20px;
    margin-bottom: 30px;
}