.aw-popup-wrap{
	position: fixed;
	z-index: 9999;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display: none;
}

.woocommerce-page .aw-popup-wrap,
.page-id-1039940971 .aw-popup-wrap,
.page-id-1039941923 .aw-popup-wrap{
	display: none !important;
}

.aw-popup-overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 5;
	background-color: #000;
	opacity: .5;
}

.aw-popup-content{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	width:800px;
	max-width: -moz-calc(100% - 40px);
	max-width: -webkit-calc(100% - 40px);
	max-width: calc(100% - 40px);
	max-height: -moz-calc(100% - 80px);
	max-height: -webkit-calc(100% - 80px);
	max-height: calc(100% - 80px);
	margin: 0 auto;
	overflow: auto;
	background-image:url('images/popup-bg.jpg');
	background-size: cover;
	background-position: center center;
	color:#fff;
	font-family: 'BarlowCondensedRegular';
	font-size: 29px;
	z-index: 9;
	display: flex;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding: 30px;
}

.aw-popup-content .one-half{
	display: flex;
	align-items: center;
}

.aw-popup-content h2{
	font-size: 54px;
	font-family: 'BarlowCondensedBold';
	color:#e31630;
	line-height: 1;
    margin-bottom: 15px;
}

.aw-popup-content h2 img{
 	display: inline-block;
    height: 37px;
    vertical-align: baseline;
}

.aw-popup-content ul{
	padding: 0 !important;
	margin-bottom: 20px;
}

.aw-popup-content p{
	font-family: 'BarlowCondensedBold';
	margin-bottom: 10px;
}
.aw-popup-content p img{
	display: inline-block;
    height: 21px;
    vertical-align: baseline;
	filter: brightness(0) invert(1);
}

.aw-popup-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
	list-style: none;
	line-height: 1.5;
}

.aw-popup-content ul li:before {
    content: "\f3fd";
    font-family: "Ionicons";
    background-color: #e40428;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
}

.aw-popup-content .last{
	text-align: center;
	justify-content: center;
}

.aw-popup-content .last img{
	display: inline-block;
}

.aw-popup-content .sales-btn{
	max-width: 100%;
	min-width: auto;
	width:250px;
}

.aw-popup-content .sales-btn:hover{
	background-color: #fff;
	color:#e40428 !important;
}

.close-aw-pop-up{
	position: absolute;
	top:10px;
	right:20px;
	width:28px;
	height:28px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #232323;
	color:#fff;
	font-size: 20px;
	z-index: 9;
	cursor: pointer;
}

@media only screen and (max-width: 840px) {
	
	.aw-popup-content{
		font-size: 24px;
		width:650px;
	}
	
	.aw-popup-content h2{
		font-size: 35px;
	}
	
	.aw-popup-content h2 img{
		height:25px;
	}
	
	.aw-popup-content p img{
		height:17px;
	}
	
	.aw-popup-content ul li{
		padding-left: 30px;
	}
	
	.aw-popup-content ul li:before{
		width: 24px;
    	height: 24px;
    	line-height: 24px;
		font-size: 24px;
		top:8px;
	}
}

@media only screen and (max-width: 690px) {
	
	.aw-popup-content{
		font-size: 20px;
		display: inline-block;
		padding: 30px 20px;
	}
	
	.aw-popup-content h2{
		font-size: 30px;
	}
	
	.aw-popup-content h2 img{
		height:21px;
	}
	
	.aw-popup-content p img{
		height:14px;
	}
	
	.aw-popup-content ul li:before{
		width: 20px;
    	height: 20px;
    	line-height: 20px;
	}
	
	.aw-popup-content .first{
		margin-bottom: 20px;
	}
	
	.close-aw-pop-up {
    	width: 24px;
    	height: 24px;
		font-size: 18px;
	}
	
	.aw-popup-content .last img {
		width:250px;
	}
}