.package__badge {
	position: absolute;
	top: 180px;
	right: 13.5%;
	/* margin: 1.2rem; */
	margin: 10px;
	font-size: 1.0rem;
	color: white;
	background: #4b81e8;
	border-radius: 10px;
	padding: 0.5rem;
	width: 8rem;
	text-align: center;
	z-index: 100;
}

.trial_download {
	position: absolute;
	top: 180px;
	right: 31%;
	/* margin: 1.2rem; */
	margin: 10px;
	font-size: 1.0rem;
	color: white;
	background: #4b81e8;
	border-radius: 10px;
	padding: 0.5rem;
	width: 12rem;
	text-align: center;
	z-index: -100;
}

.logo {
	font-weight: normal;
}

#current a {
	color: blue;
	font-weight: bold;
}

#current1 a:active {
	color: blue;
	font-weight: bold;
}

.logo li a:hover, .logo li a:active {
	color: #4b81e8 !important;
	font-weight: bold;
}

.zoom {
	width: 470px;
}

#cart {
	display: none;
}

@media screen and (min-width: 200px) and (max-width: 400px) {
	.buttonmargin {
		margin-top: 20px;
	}
	.zoom {
		width: 300px;
	}
	.carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 400px) and (max-width: 768px) {
	.zoom {
		width: 350px;
	}
	#cart {
		font-size: 15px;
		color: #4b81e8;
		display: inline-block;
	}
	.buttonmargin {
		margin-top: 0px;
		margin-left: auto;
		text-align: center;
	}
	.carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media ( min-width : 768px) and (max-width: 1200px) {
	.zoom {
		width: 330px;
		height: 100%;
	}
	.carousel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media ( min-width : 768px) {
	.buttonmargin {
		margin-left: 25%;
	}
}

@media ( max-width : 400px) {
	.buttonmargin {
		margin-top: 20px;
	}
}

.alink {
	color: #4d4d4d;
}

.alink:hover {
	color: blue;
}