#sharer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	/* transition: 2s; */
	background-color: white;
	padding:10px 5px;
	border-radius:10px;
	box-shadow: 3px 3px 5px rgba(97, 97, 97, 0.5);
}

#sharer.h{
	display: none;
}

#sharer a{
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#sharer a img{
	border: 0;
	width: 46px;
}

.share-link{
	cursor: pointer;
}

#sharer div{
	position: relative;
}

#sharer a.close-sharer{
	position: absolute;
	top: -15px;
	right: -5px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85rem;
}

/***************** product fixed ****************/
.product-item-content .subname {
    position: absolute;
    text-align: center;
    color: #42ba85;
    font-size: 35px;
    line-height: 37px;
    width: 100%;
    font-family: "db_airystd";
    margin-top: -85px;
}

/***************** clinic fixed *******************/
.hidden{
	display: none !important;
}

/****************** strong fixed ******************/
li strong {
    font-size: 24px;
}