@charset "utf-8";
/* CSS Document */
.holi_pop_bg{ 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 999; 
	background: rgba(0,0,0,0.4);
}
.holi_pop{ 
	width: 676px; 
	height: 580px; 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-top: -290px; 
	margin-left: -338px; 
}
.holi_pop_wrap{ 
	width: 652px; 
	height: 555px; 
	margin: 13px auto; 
	background-color: #000000; 
	background: url("../images/black-friday-pop-up-bg.png") top center no-repeat;
	overflow: hidden; 
}
.holi_pop_wrap>span img{ 
	position: absolute; 
	top: 50px; 
	right: 50px;  
	text-align: center; 
	line-height: 28px; 
	color: #ddc4a7; 
	cursor: pointer; 
}
.holi_pop_wrap>img{ 
	display: block; 
	margin:60px auto 40px auto; 
}
.holi_pop_wrap p{ 
	margin: 29px 57px; 
}
.holi_pop_wrap .pl{ 
	margin-top: 25px; 
}
.holi_pop_wrap a{ 
	display: block; 
	width: 220px; 
	height: 54px;
	line-height: 55px; 
	margin: 25px auto; 
	border-radius: 5px; 
	background-color: #dc7938; 
	text-decoration: none; 
	color: #ebecf6;  
	text-align: center;
	background: url(../images/black-friday-pop-up-btn.png);
}
.holi_pop_wrap a:hover{ 
	background-color: #21201f; 
	text-decoration: none; 
}
.holi_pop_wrap a img{ 
	margin-left: 8px; 
}
.popupimg{
	width: 320px; 
	margin-bottom: 15px!important; 
	margin-top: 50px!important;
}
.popword{
	color: #f1f3f5; 
/*	font-family: cursive; */
	text-align: center;
}
.amazonprice{
	text-decoration: none; 
	color: #f38d19; 
	font-size: 0.65rem; 
	line-height: 1.075rem;
}
.amazonpricedel{
	font-size: 0.6rem; 
	line-height: 1.075rem; 
	display: inline-block; 
	margin-right: 0.25rem; 
	color: #aaaac1; 
	margin-top: 10px;
}
.amazonname{
	color: white; 
	margin-top: 25px; 
	margin-bottom: 30px; 
	font-size: 0.85rem; 
	text-align: center;
}
.amazonversion{
	color: white; 
	font-size: 1.17em; 
	font-weight: bold; 
	margin-top: 20px; 
	margin-bottom: 20px;
}
.bottomli{
	font-size: 14.5px; 
	color: #dedede;
}
.part1title{
	margin-top: 30px!important; 
	margin-bottom: 30px!important;
}
.part1programname{
	color: white; 
	margin-bottom: 20px;
}
.part1programname a{
	color: white; 
}
.boxdiy{
	width: 100%; 
	
}
.footerbg{
	background-color: #0E0906!important; 
	padding-top: 30px!important; 
	background: url(../images/black-friday-footer.jpg);
}
.footer-about-box a{
	color: #8a8da1!important;
}
.copyrightdiy{
	color:#8a8da1; 
	text-align:center;
}
.bottombuynow{
	vertical-align: middle; 
	margin-left: 10px;
}
.peroid{
	font-size: 0.35rem; 
	color: #ea644d;
	font-weight:600;
}

@media (max-width: 992px){
	.holi_pop_wrap{ 
		width: 240px; 
		height: 380px; 
		margin: 0 auto!important; 
		background: url("../images/christmas-main-popup-bg-small.png") top center no-repeat;
		overflow: hidden; 
	}
	.holi_pop{ 
		width: 240px;
		height: 380px;
		position: fixed;
		top: 50%;
		left: 110%;
		margin-top: -200px;
		margin-left: -338px; 
	}
	.holi_pop_wrap>span img {
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: center;
		line-height: 28px;
		color: #ddc4a7;
		cursor: pointer;
	}
	.popupimg{
		margin-top: 15px!important;
		width: 180px;
		margin-bottom: 0px!important;
	}
	.popword{
		margin: 0 20px!important;
	}
	.popbtn{
		width: 150px!important;
		margin-top: 10px!important;
		text-align: center!important;
		border-radius: 10px!important;
		height: 30px!important;
		line-height: 30px!important;
	}
}



