@charset "utf-8";
/* CSS Document */
/********* soundpack *********/ 
*, *:before, *:after{
	box-sizing:border-box;
}

.video-lightbox .lightbox.review {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.lightbox.review{
	max-width:700px;
	background:#fff;
	padding:20px;
	height:600px
}

.reviews_list{
	overflow-y:auto;
	width:100%;
	max-height:560px;	
}

.review-box{
	margin-bottom:20px;
	padding:10px 25px 10px 10px;
}

.review-icon{
	width:50px;
	height:50px;
	background:orange;
	background:linear-gradient(90deg, #f67200 15%, #ff4000 70%);
	color :#fff;
	font-weight:500;
	font-size:20px;
	border-radius:26px;
	text-align:center;
	float:left;
	line-height:50px;
	margin-right:15px;
	text-transform: uppercase;
	
}

.review-content{
	float:left;
	width:-webkit-calc(100% - 70px);
	width:calc(100% - 70px);	
}
.review-content .star-rate{
	margin-bottom:5px;
	text-align:left;
}

.review-content .content{
	font-size:16px;
	margin:0 0 3px 0;
}

.signature{
	font-weight:600;
	font-size:14px;
}

.signature span{
	font-weight:400;
}

/***** BUNDLE PAGE ******/

.w250{
	width:;
}

.inline-block{
	display:inline-block;
	text-align:center;
}

.bundle-page-top{
	background-repeat:no-repat;
	background-size:cover;
	background-position:center center;	
}

.bundle-page-top .product-title, .bundle-page-top .light-title, .bundle-page-top .software-description, .bundle-page-top .star-rate, .bundle-page-top .star-rate span, .bundle-page-top .product-features li,.bundle-page-top .icon-duo, .bundle-includes-content .light-title{
	color:inherit;
}

.bundle-page-top .icon-duo .fad:after{
	opacity:0.6;
}

.bundle-page-top .light-title, {
	font-weight:300;
	font-size:20px
	
}

.bundle-page-top .light-title.w250, .bundle-includes-content .light-title{
	font-weight:400;
	text-align:center;
	margin-top:10px
}

.bundle-page-top .star-rate i{
	color: #fabb05;
}

.bundle-page-top .bdl_btn, .bundle-includes-content .bdl_btn{
	margin: 0;
    max-width: 100%;
    width: fit-content;
    box-sizing: border-box;
	line-height:100%;
}

.bundle-includes-content .bdl_btn{
	margin:auto;
}

.bundle-page-top .product-features{
	margin-top:60px
}

.bundle-rotator{
	background:#d1d1d1;
}

.bundle-includes-list{
	list-style:none;	
}

.bundle-includes-list li{
	display:block;
	margin-bottom:15px;
}

.bundle-includes-list a{
	color:inherit;
	font-size:18px;
	text-decoration:none;
	diplay:inline-block;
	
}

.bundle-includes-list a:hover{
	text-decoration:underline;
}

.bundle-includes-list a span{
	font-weight:700;
}

.style-quote blockquote{
	margin-left:0 !important;
	line-height:150%;
	margin-bottom:10px;
	position:relative;
	padding:10px 0;
	font-style: italic;
}

.style-quote h1, .style-quote h2, .style-quote h3{
	font-weight: 700;
    font-size: 40px;
    color: #222222;
}

/*.style-quote blockquote:before{
	content:"";
	position:absolute;
	left:-5px;
	top:0;
	background: #f39440; 
	background: -moz-linear-gradient(180deg, #f39440 0%, #ff4000 100%);
	background: -webkit-linear-gradient(180deg, #f39440 0%, #ff4000 100%); 
	background: linear-gradient(180deg, #f39440 0%, #ff4000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39440', endColorstr='#ff4000',GradientType=1);
	height:100%;
	width:5px;
}*/

/**** SLICK SLIDER ******/

.slick-dots{
	list-style:none;
	text-align:center;
	width:max-content;
	margin:20px auto 20px;
}
.slick-dots li{
	display:inline-block;
	width:16px;
	height:16px;
	background:#fff;
	cursor:pointer;
	margin-right:15px;

}

.slick-dots li.slick-active{	
	background:#ef5a33;
}

.slick-dots li button{
	visibility:hidden;
}

.slick-prev, .slick-next{
	display:none;
} 



@media (max-width:1024px){
	
	.bundle-page-top .bdl_btn,.bundle-includes-content .bdl_btn {
		font-size:15px;
		font-weight:600;
	}
}

@media (max-width:768px){
	
	.slick-dots li{
		height:11px;
		width:11px;
		margin-top:10px;
	}
	.slick-dots{
		width:100%;
	}
	
	.review-icon {
		width: 40px;
		height: 40px;    
		font-size: 16px;    
		line-height: 40px;
	}

	.review-content {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.review-box {
		padding-left:0;
		padding-right:15px
	}
		
	.buyDiv.inline-block{
		display:block;		
	}
	
	.bundle-page-top .bdl_btn {
		margin: auto;
	}
	
	.bundle-page-top .star-rate{
		margin:auto;
	}

}
