/* Характеристики */

.product_card_characteristics p{
	display: flex; 
	justify-content: space-between;
}

.product_card_characteristics p span:last-child{
	max-width: 100%;
    text-align: right;
	font-size: 13px;
	opacity:unset;
}

.product_card_characteristics p{
	margin-bottom: 2px;
}

.product_card_characteristics span {
	width:100%; 
}

.long .product_card_characteristics p{
	padding-top: 5px;
	padding-bottom: 5px;
}

.long .product_card_characteristics{
	/* cursor: pointer; */
}

.long .product_card_characteristics p:hover {
	background-color: #dadcde;
	transition: .3s;
}

.long .product_card_characteristics p span:first-child{
	font-size: 13px;
}

.long .selector{
	flex: 1;
	border-bottom: 1px dotted #dadcde;
}



/*.product_card_characteristics p, 
.product_card_characteristics span {border: 1px solid red;}*/








