a:visited {
    color: inherit !important; 
}
.product-item-info {
	 text-align: left!important;
}
 .product-item-info.type10 .product-item-inner {
	 justify-content: start;
}
 .product-item-info .product-item-details .price-box {
	 display: flex;
	 justify-content: space-between;
}
 .product-item-info .product-item-details .price-box .stock.unavailable {
	 white-space: nowrap;
	 font-size: 0.9rem;
	 font-weight: 300;
	 margin-top: 5px;
}