#popup {
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	z-index: 101;
}

#popup .container {
	position: relative;
}

.popover_productCard {
	min-width: 230px;
	position: absolute;
	top: 180px;
	left: 0;
	text-align: center;
	opacity: 0;
	border-radius: 5px;
	width: auto;
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
}

@media screen and (max-width: 991px) {
	.popover_productCard {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		top: 140px;
	}
}

@media screen and (max-width: 768px) {
	.popover_productCard {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.popupLink {
	text-decoration: underline;
}

.popover_productCard .item {
	padding: 12px 24px;
	border-radius: 4px;
	margin-bottom: 15px;
	background-color: #80d500;
	border-color: #80d500;
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.popover_productCard a {
	color: white;
}

.popover_productCard .popdanger {
	color: white;
	background-color: #f44336;
}

.popover_productCard .popdanger a {
	color: white;
}

.popover_productCard .popinfo {
	color: #262626;
	background-color: #eaeaea;
}

.popover_productCard .popinfo a {
	color: #262626;
}

.popover_productCard .popwarning {
	color: #262626;
	background-color: #fffeae;
}

.popover_productCard .popwarning a {
	color: #262626;
}
