.sh_service_item {
    padding: 20px;
    background: #FFF;
    margin: 10px 0;
    cursor: pointer;
	display: flex;
	justify-content: space-between;
}
.sh_hidden {
    display: none !important;
}
.sh_show {
    display: block !important;
}
.sh_discount_text{
    color: green;
}