.border_amarela {
	border: 2px solid rgb(250, 200, 20, 1.0) !important;
}
.carrinho_produto_link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.carrinho_produto_link:hover {
	transition: 0.4s;
	color: rgb(35, 20, 190);
	text-decoration: underline;
}
.carrinho_produto_link_destaque {
	font-weight: bold;
	color: rgb(250, 200, 20);
	text-decoration: none;
}
.carrinho_produto_link_destaque:hover {
	transition: 0.4s;
	color: rgb(210, 170, 0);
	text-decoration: underline;
}

.trash_icon_div {
    width: 40px;
    height: 40px;
    padding: 0px;
    top: -20px;
    left: -20px;
}

.trash_icon_btn {
	width: 100%;
	height: 100%;
	padding: 0px;
	background-color: white;
	border: 1px solid rgb(200, 200, 200);
}

.trash_icon_btn_destaque {
	width: 100%;
	height: 100%;
	padding: 0px;
	background-color: rgb(80, 80, 80);
	border: 2px solid rgb(250, 200, 20);
}

.trash_icon_btn:hover{
	transition: 0.5s;
	background-color: #ff3c3c;
}
.trash_icon_btn_destaque:hover{
	transition: 0.5s;
	background-color: #ff3c3c;
}
.carrinho_input_entrega {
  border: 1px solid rgb(200, 200, 200, 1.0) !important;
  padding-left: 8px;
}
.carrinho_label_entrega {
  border-left: 1px solid rgb(200, 200, 200, 1.0);
  width: -webkit-fill-available;
}
.btn_50_width {
  width: 50% !important;
}