@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@media (max-height: 50px) {
	html, body { 
		overflow: hidden;
		margin: 0;
		color: rgba(0,0,0,0);
		font-size: 0px;
		background: none !important;
	}
	
	body {
		background: none !important;
		background-position: 0px 5px;
		text-align: right;
	}

	a {
		display: inline-block;
		font-size: 11px;
		color: #333333 !important;
		line-height: 20px;
		height: 20px;
		text-decoration: none;
		background-color: none;
		border-radius: 500px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		padding: 0px;
		letter-spacing: 0px;
	}
	
	/*a::before {
		content: "(";
	}
	
	a::after {
		content: ")";
	}*/
}

@media (min-height: 51px) { /* THIS WILL BE NEEDED IN THE STYLE.CSS THAT'S UPLOADED TO CARTMANAGER */
	/*Put the normal CSS that's used for the cart in here.*/
	
}