#share{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: rgb(0, 0, 0,.3);
	z-index: 100;
	display: none;
}

#box_share_link{
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 90%;
	transform: translate(-50%, -50%);
	background: #2c2c2c;
	padding: 35px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

#box_share_link > span{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
}

#link{
	color: #b76981;
	cursor: pointer;
}

#back_share{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}

#closeShare{
    position: absolute;
    width: 40px;
    height: 80%;
    max-height: 40px;
    top: 0px;
    right: 0px;
    margin: 0!important;
    z-index: 10;
    cursor: pointer;
}

#qrcode{
	position: relative;
	width: 180px;
	margin: auto;
	margin-top: 20px; 
}

#btn_share{
	font-size: 18px;
	background: #b76981;
	position: fixed;
	box-sizing: border-box;
	bottom: 20px;
	font-family: sans-serif;
	font-weight: 500;
	cursor: pointer;
	color: #fff;
	transition: all 0.4s ease;
	border-radius: 30px;
	left: 50%;
	padding: 15px 20px 15px 30px;
	left: -20px;
	z-index: 99;
}

#btn_share:hover{
	background: #964974;
}

#btn_share img{
	position: absolute;
	width: 30px;
	top: 12px;
}

#btn_share p{
	margin-left: 40px;
}

@media screen and (max-width: 800px){
	#btn_share{
		display: none!important;
	}
}