.absolute-wrap-sticky-box {
	right: 130px !important;
}

@media(max-width:768px)
{
	.detail-content-wrap
	{
		width:100% !important;
	}
}

.loading{
	position: fixed;
	background: rgba(0,0,0,.4);
	color:#fff;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 11111;

}
.loading span{
	position: fixed;
	background: #000;
	color:#fff;
	padding:20px 30px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index: 11111;
	border-radius: 5px;
}
.loading span img
{
	width:30px;
	height: 30px;
}



