
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.margin-btn {
	margin-top: 5%;
}

@media (max-width: 768px) {
	.text-description {
		padding: 0!important;
	}
	.slide-main {
		display: none;
	}
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	#cart-btn {
		display: none;
	}
	#search-menu {
		display: none;
	}
	#search-menu-secundary {
	    display: block;
	}
}

.count {
	display: flex;
}
.minus, .plus {
	height: auto!important;
}

.price {
	/*font-weight: bold;*/
	font-size: 22px;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.background-menu {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('https://www.whatelsemag.com/wp-content/uploads/2019/01/What-Else-Mag-Gastronomia-Hamburguerias-Tematicas-Em-Sao-Paulo-Cover-e1550203724194.jpg');
}

.carousel-inner div img {
	width: 100%;
	max-height: 40vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.slide {
	max-height: 40vh;
}

#alert-cart {
	max-width: auto;
	right: 1%;
	position: fixed;
	bottom: 5%;
	z-index: 999;
}

.hide, #alert-cart {
	display: none;
}

#cart-btn {
	font-size: 12px;
}

#item-status {
	padding-top: 5px;
}

.fixed {
	position: fixed;
	z-index: 99;
	width: 350px;
}

#final-value, .final-value, .final-freight, #final-freight {
	color: #33cc33;
	font-weight: bold;
}