
#shippinginfo-button {
	box-sizing:border-box;
	cursor:pointer;
	position: fixed;
	box-shadow: 0px 0px 3px 1px #ccc;
	border-radius: 6px 6px 6px 6px;
	top: 15%;
	right: 11px;
	color:#fff;
	opacity:0.8;
	overflow: hidden; 
	visibility: visible; 
	z-index: 1100;
	padding: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
}

.shippinginfo-red-bg {background-color:#e80000;}

@media screen and (max-width: 700px) {
	
}
