
@media (min-width: 768px) {
	#shop-button {
		float: left;
		position: fixed;
		top: 60px;
		right: 2%;
		z-index: 998;		
	}
	#shop-button a {
		background-color: #849E3D;
		border-radius: 0;
		border: 2px solid #FFFFFF;
		color: #FFFFFF;
		display: block;
		border-radius: 0;
		transition: all .2s ease-in-out;
		text-decoration:none;
		font-weight: 700;
		height: 38px;
		letter-spacing: 0.075em;
		line-height: 26px;
		padding: 5px;
		position: relative;
		text-align: center;
		text-decoration: none !important;
		text-transform: uppercase;
		width: 100px;
	}
	#shop-button a:hover,
	#shop-button a:focus,
	#shop-button a:active {
		background-color: #FFFFFF;
		color: #849E3D;
		border: 2px solid #849E3D;
	}
}
@media (min-width: 992px) {
	#shop-button {
		float: left;
		position: fixed;
		top: 60px;
		right: 4%;
		z-index: 998;
	}
}
@media (min-width: 1280px) {
	#shop-button {
		float: left;
		position: fixed;
		top: 60px;
		right: 10%;
		z-index: 998;		
	}
}

/* Tab hidden on smaller devices to fix footer problem and reallocate the limited real estate */
@media (max-width: 767px) {
	#shop-button {
		display: none !important;
	}
}



