.title_deccription{
	color: rgb(117, 117, 117);
    font-weight: bold;
    font-size: 1.25rem;
}

.card__vendore{
  font-size: 0.75rem;
	margin: 0 5px 5px 0;
}

.card__vendore h6{
  font-size: 0.8125rem;
}
.categories h1{
	font-weight: bold;
	font-size: 1.5rem;
		
}

.card__title{
	font-size: 1.2rem;	
	text-align: center;
}

.card img {
	width: 100%;
}

.cart__deskription{
	flex: 1 1 auto;
}

.cart__characteristic {
	background: rgba(245,  245,  245,  0.7);
	bottom: 0;
	color: #4a4a4a;;
	font-size: 12px;
	left: 0;
	opacity: 0;
	overflow: hidden;
	/*padding: 3.75em 3em;*/
	padding: 1.0em 1.0em;
	text-overflow: clip;
	position: absolute;
	text-align: justify;
	top: 0;
	right: 0;
	-webkit-transition: 0.6s;
	transition: 0.2s;
	line-height: 1.0;
}

.cart__characteristic:hover {
	opacity: 1;
}

.cart__characteristic:after,
.cart__characteristic:before {
	border: 1px solid rgba(102, 102, 102, 0.7);
	bottom: 1.2em;
	left: 1.2em;
	content: '';
	opacity: 0;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.6s 0.2s;
	transition: 0.6s 0.2s;
}

.cart__characteristic:before {
	border-bottom: none;
	border-top: none;
	left: 5px;
	right: 5px;
}

.cart__characteristic:after {
	border-left: none;
	border-right: none;
	bottom: 2px;
	top: 5px;
}

.cart__characteristic:hover:after,
.cart__characteristic:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.card {
	min-height: 200px;
	align-items: stretch
}