.pignose-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width:550px;
	width: 80%;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

.pignose-popup .item_header {
	padding:5px 0px;
	font-family: inherit;
	font-size: 100%;
	font-weight: 600;
	background-color:var(--primary-color);
	color: #ffffff;
	overflow: hidden;
}

.pignose-popup .item_header .txt_title {
	float: left;
}

.pignose-popup .item_header .btn_close {
	float:right;
	position:absolute;
    top: 10px;
    right: 10px;
}

.pignose-popup .item_content {
	padding: 2em 1.6em;
	font-size: 100%;
	color: #555555;
	text-align: center;
}
