.product-prices .tax-shipping-delivery-label{color:#ff4040;}

#scrolltopbtn {
	border: 0px solid #0f5ea2;
	border-radius: 0px;
	position: fixed;
	top: auto;
	bottom: 100px;
	left: auto;
	right: 25px;
	opacity: 1.00;
	background-color: #0f5ea2;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	display: none;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
