#content{
	background: url("https://clicklist.com.br/assets_home/img/hero-bg.png") no-repeat;
	background-size: cover;
	background-position: bottom;

}
a{
	text-decoration: none;
	color: var(--bs-dark-rgb);
}
.btn-link{
	text-decoration: none;
	color: var(--bs-dark-rgb)!important;
}
.btn-link{
	text-decoration: none;
}
.badge{
	z-index:9;
}

/*.produto:hover .card-img-top {
  transform: scale(0.9);
}
.produto .card-img-top {
  transition: 0.5s;
  transform: scale(1);
  max-height: 180px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}*/


.card-img-top{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.produto h5{
		font-size: 1.0rem;
	}
	.lead {
  		font-size: 1rem;
  	}
  	#carrinho .card-body .text-muted{
  		font-size: 0.9rem;
  	}
  	#carrinho #valor{
  		font-size: 1.1rem;
  	}
}

@media only screen and (max-width: 991px) {
	.card-img-top{
	    height: 150px;
	}
}

.card-img-top-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}

.card-img-top-holder:hover {
    transform: scale(1.2);
}


.atendimento td{
	color: #fff;
}

.item_title small{
    position: absolute;
    background-color: white;
    background-color: white;
    left: 15px;
    top: 15px;
    color: #333;
    font-weight: 500px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-size: 1em;
    
}