.appended-item {
	display: flex ;
	align-items: center !important;
	height: 100% ;
}
.appended-item img {
	width: 140px ;
	height: auto ;
}
.appended-images{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.appended-item img {
    width: 90px !important;
    height: auto;
}

.strikethrough {
    text-decoration: line-through;
}