@charset "utf-8";
/* CSS Document */
:root{
	--main-color: #d2151c;
	--sec-color: #696969;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.5rem;
}
h2 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    color: #191920;
    margin-bottom: 2.5rem;
}
.red {
    color: var(--main-color);
}
.buy-btn,
.shop-now{
    display: inline-block;    
    padding: 10px 30px;
    border-radius: 5px;
	background-color: var(--main-color);
	font-size: 1.125rem;
	color: #fff;
}
.buy-btn:hover,
.shop-now:hover{
    text-decoration: none;
    background-color: #b50b11;
	color: #fff;
}

.store-banner{
	padding: 3.75rem 0;	
	font-size: 1.125rem;
	color: #fff;	
}
.store-products-banner{
	background: url(/images/2020/store/store-banner-bg.png) center no-repeat #0f1219;
	background-size: cover;	
	text-align: center;
}
.store-banner h1{
	margin-bottom: 1.875rem;
}
.store-banner p{
	line-height: 1.75rem;
	font-size: 1.125rem;
	color: #cbcbcb;
}
.store-banner ul{
	justify-content: center;
	margin-top: 2.5rem;
}
.store-banner ul li{
	line-height: 2.5rem;
	padding: 0 2rem;
}
.store-banner ul li i,
.store-banner ul li span{
	display: inline-block;
	vertical-align: middle;
}
.store-banner ul li i{
	height: 30px;
	margin-right: .625rem;
}
.store-banner ul li i.safe-100{
	width: 24px;
	background-image: url(/images/2020/store/icon-safe-100.png);
}
.store-banner ul li i.trusted-by-millions{
	width: 30px;
	background-image: url(/images/2020/store/icon-trusted-by-millions.png);
}
.store-banner ul li i.money-back{
	width: 28px;
	background-image: url(/images/2020/store/icon-money-back.png);
}
.store-banner ul li i.technical-support{
	width: 28px;
	background-image: url(/images/2020/store/icon-technical-support.png);
}

.store-index-banner{
	background: url(/images/2020/store/store-index-banner-bg.png) center no-repeat #0f1219;
	background-size: cover;	
	padding: 9.25rem 0;
}
.store-index-content{
	width: 60%;
}
.store-index-content ul{
	flex-wrap: wrap;
}
.store-index-content ul li{
	flex-basis: 50%;
	max-width: 50%;
	padding: 0;
}


.store-container{
	padding: 3.75rem 0;
}

.store-wrap{
	justify-content: space-between;
	align-items: flex-start;
}
.store-products-nav{
	position: -webkit-sticky;
  	position: sticky;	
	max-width: clamp(10.625rem, 9.75rem + 4.38vw, 15rem);
	width: 100%;
	padding-bottom: .625rem;
	background-color: #fff;
	top: 78px;
	
}
.store-products-nav h3{
	padding-bottom: 10px;	
	font-size: 1rem;
	border-bottom: 1px solid #eee;
}
.store-products-nav ul li{	
	position: relative;
	padding: 0 16px;
	margin-top: 4px;
	line-height: 3rem;
	font-size: 1.125rem;
}
.store-products-nav ul li a{
	display: block;
	color: #424A4F;
}
.store-products-nav ul li a:hover{
	text-decoration: none;
	font-weight: 500;
	color: #191920;
}
.store-products-nav ul li:after{
	position: absolute;
	display: block;
	content: "\f107";
	font-family: FontAwesome;
	transform: rotate(-90deg);
	right: 16px;
	top: 0;
}
.store-products-nav ul li.active{
	background-color: rgba(25, 25, 32, 0.04);
	font-weight: 500;
}
.store-products-nav ul li.active a{
	color: #191920;
}

.store-content-container{
	max-width: 1100px;
	width: 100%;
	padding: 0 0 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
.store-products-container h2{
	margin-bottom: 0;
}
.store-products-container h2 i.icon-win{
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(/images/2020/store/icon-win.png);
	margin-right: 1.25rem;
}
.store-products-container h2 i.icon-mac{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(/images/2020/store/icon-mac.png);
	margin-right: 1.25rem;
}
.edition-tab{
	margin-top: 2.5rem;
	justify-content: center;
}
.edition-tab li{
	padding: 1rem 1.25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1.5rem;
	color: var(--sec-color);
	text-align: center;
	cursor: pointer;
}
.edition-tab li:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.edition-tab li:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.edition-tab li.active,
.edition-tab li:hover{
	position: relative;
	background-color: var(--main-color);
	border-color: var(--main-color);
	color:#fff;
}
.edition-tab li.active:after{
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid var(--main-color);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
}
.edition-tab li i{
	margin-right: .5rem;
}

.store-edition-compare{
	margin-top: 1.5rem;
}
.store-edition-compare p.note{
	font-size: 1.125rem;
}
.store-compare-container{
	display: none;	
}
.store-compare-container.active{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.store-compare-container .col-3-1{
	flex-basis: 31.5%;
	max-width: 31.5%;
	margin-top: 1.875rem;
}
.store-compare-container .col-2-1{
	flex-basis: 47%;
	max-width: 47%;
	margin-top: 1.875rem;
}
.store-edition-content{
	height: 100%;
	padding: 2.5rem clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 16px rgba(25,25,32,.06); 
	text-align: center;
}
.store-edition-content h3{
	font-size: 1.625rem;
	font-weight: 500;
	color: #191920;
}
.store-edition-content .price{
	padding: 2.5rem 0 1rem
}
.store-edition-content .price span{
	font-size: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
	font-weight: bold;
}
.store-edition-content .price span.original-price{
	font-size: 1rem;
	font-weight: normal;
	color: #404040;
	text-decoration: line-through;
}
.store-edition-content .price .normally-price{
	min-height: 1.5rem;
	color: var(--sec-color);
}
.store-edition-content .price .normally-price .save-price{
	font-size: 1rem;
}
.store-edition-content .price .normally-price .save-price span{
	font-size: 1rem;
	font-weight: 600;
	color: #ff3d01;
}
.store-edition-content .price span.save{
	display: inline-block;
	line-height: 16px;
	padding: 4px 10px;
	background-color: #ccf6ff;
	border-radius: 14px;
	margin-left: 10px;
	font-size: .875rem;
	font-weight: 600;
	color: #4C04FF;
}
.store-edition-content .store-info{
	padding-top: 2.5rem;
	margin-top: 2.5rem;
	border-top: 1px solid #eee;
}
.store-edition-content .store-info ul{
	display:inline-block;	
	text-align: left;
}

.store-edition-content .store-info ul li{
	position: relative;
	line-height: 1.875rem;
	padding-left: 1.125rem;
	font-size: .875rem;
}
.store-edition-content .store-info ul li:after{
	position: absolute;
	display:inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--sec-color);
	top: 12px;
	left: 0;
}
.ios-compare-container .store-edition-content .store-info ul li:last-child{
	padding-left: 0;
}
.ios-compare-container .store-edition-content .store-info ul li:last-child:after{
	display: none;	
}
.store-edition-content .radio{
	position: relative;
	padding-left: 1.25rem;
	cursor: pointer;
}
.store-edition-content .radio:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;	
	background-color: #fff;
	border: 1px solid #6c6c6c;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
.store-edition-content .radio:after{
	position: absolute;
	display: none;
	content: "";
	width: 6px;
	height: 6px;	
	background-color: var(--main-color);
	border-radius: 50%;
	left: 3px;
	top: 11px;
}
.store-edition-content .radio.active:before{
	border-color: var(--main-color);
}
.store-edition-content .radio.active:after{
	display: inline-block;
}

.store-edition-content

.store-edition-content.discount{
	position: relative;
}
.store-edition-content.discount:before{
	position: absolute;
	display: block;
	content: "";
	width: 92px;
	height: 94px;
	background: url("/images/2020/store/save-off.png");
	top: -55px;
	right: -25px;	
	z-index: 1;
		
}
.store-edition-content.recommend{
	position: relative;
	border-radius: 0 0 5px 5px;
}
.store-edition-content.recommend:after{
	position: absolute;
	display: block;
	content: "Most Popular";
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: linear-gradient(to right, #2489F8, #9B47FD);
	border-radius: 5px 5px 0 0;
	font-size: .875rem;
	font-weight: bold;
	color: #fff;
	top: -30px;
	left: 0;
}




.usage{ display:block; margin-top: 10px; font-size:16px;font-weight: normal; color:#424A4F;}
.usage .usage-explanation{ position: relative; display:inline-block; cursor: pointer;}
.usage .usage-explanation i{ margin-left:5px; font-size:14px; color:var(--main-color); vertical-align: middle;}
.usage .usage-explanation span{ position: absolute; display:none; width:280px; line-height: 18px;  padding:8px 12px; border-radius: 3px; background-color: #fff; box-shadow: 0 0 2px #4c4c4c; font-size:0.75rem; color: #555; text-align: left; right: -40px; top: 28px;}
.usage .usage-explanation:hover span{ display:inline-block;}


.store-faq{
	padding-top: 100px;
}
.products-faq-wrap li{
	padding: 0 1rem 0 1rem;
	margin-bottom: 1.25rem;
	background-color: #fff;	
	box-shadow: 0 0 16px rgba(25,25,32,.05);
}
.products-faq-wrap li .faq-question{
	position: relative;
	padding: 1rem 3.5rem 1rem 0;
	font-size: 1.5rem;
	cursor: pointer;
}
.products-faq-wrap li .faq-answer{
	display: none;
	padding: .5rem 0 1rem;
	color: #696969;	
	overflow: hidden;
}
.products-faq-wrap li .faq-answer p{
	margin-bottom: 1.25rem;
}
.products-faq-wrap li .faq-answer p:last-child{
	margin-bottom: 0;
}
.products-faq-wrap li .faq-answer ol{
	margin-left: 1.25rem;
}
.products-faq-wrap li .faq-answer ol li{
	list-style: decimal inside;
	padding-left: 0;
	margin-bottom: 0;
}
.products-faq-wrap li .faq-question .icon-question{
	position: absolute;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #303135;
	right: .75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.products-faq-wrap li .faq-question .icon-question:before,
.products-faq-wrap li .faq-question .icon-question:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: .75rem;
	height: 2px;
	background-color: #303135;
	top: 50%;
	left: 50%;
}
.products-faq-wrap li .faq-question .icon-question:before{	
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.products-faq-wrap li .faq-question .icon-question:after{
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transform: translate(-50%,-50%) rotate(90deg);
}

.products-faq-wrap li.active .faq-question .icon-question{
	border: 1px solid #e11f27;
}
.products-faq-wrap li.active .faq-question .icon-question:before,
.products-faq-wrap li.active .faq-question .icon-question:after{
	background-color: #e11f27;
}
.products-faq-wrap li.active .faq-question .icon-question:after{
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	transform: translate(-50%,-50%) rotate(180deg);
}
.products-faq-wrap li.active .faq-question{
	color: #e11f27;
}
.more-faq{
	text-align: right;
}
.store-license{
	padding-top: 100px;
}
.store-license table{
	width: 100%;
	margin: 40px auto;
	background-color: #fff;
	border-collapse: collapse;
	border-radius: 10px;
	box-shadow: 0 0 16px rgba(25,25,32,.06);
}
.store-license table th{
	font-weight: 600;
	color: #fff;
	text-align: left;
	padding: 15px 20px;
	border-bottom: 1px solid #28283a;
	border-right: 1px solid #3f3f5a;
	background-color: #28283a;
}
.store-license table th:first-child{
	border-top-left-radius: 10px;
}
.store-license table th:last-child{
	border-right: none;
	border-top-right-radius: 10px;
}
.store-license table tr{
	border-bottom: 1px solid #e3e3e3;
}
.store-license table tr:last-child{
	border: none;
}
.store-license table td{
	padding: 10px 20px;
	border-right: 1px solid #e3e3e3;
}

.store-software-guarantee{
	padding: 3.75rem 0;
	background-color: #28283a;
	color: #fff;
	text-align: center;
}

.software-guarantee-wrapper .col-4-1{
	padding: 0 2rem;
}
.software-guarantee-content i{
	display: inline-block;
	width: 4.25rem;
	height: 4.25rem;
	background-size:100%;
	vertical-align: middle;
}
.software-guarantee-content i.safe{
	background-image: url(/images/2020/icons/mdr-guarantee-safe-icon.png);
}
.software-guarantee-content i.support{
	background-image: url(/images/2020/icons/mdr-guarantee-support-icon.png);
}
.software-guarantee-content i.money-back{
	background-image: url(/images/2020/icons/mdr-guarantee-money-back-icon.png);
}
.software-guarantee-content i.trusted{
	background-image: url(/images/2020/icons/mdr-guarantee-users-icon.png);
}
.software-guarantee-content p{
	display: inline-block;
	line-height: 1.875rem;
	margin-left: .625rem;
	font-size: 1.875rem;
	text-align: left;
	vertical-align: middle;
}
.software-guarantee-content p span{
	display: block;
	font-size: 1.125rem;
	font-weight: 300;
}


.store-index-container{	
	padding: 6.25rem 0;
	background: url(/images/2020/store/store-index-main-bg.png) center no-repeat #f7f7f7;
	background-size: cover;
}
.store-index-products-content{
	flex-wrap: wrap;
	justify-content: space-between;
}
.store-index-products-content .col-3-1{
	flex-basis: 31.5%;
	max-width: 31.5%;
	margin-bottom: 1.875rem;
}
.store-index-products-info{
	height: 100%;
	padding: 3.75rem;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 16px rgba(25,25,32,.06);
	text-align: center;
}
.store-index-products-info h3{
	padding: 1.75rem 0 1.25rem;
	font-size: 1.625rem;
	font-weight: 500;
}
.store-index-products-info p{
	line-height: 1.75rem;
	font-size: 1.125rem;
}
.store-index-products-info .shop-now{
	margin-top: 2.5rem;
}

.store-stellar-container{
	margin-top: 3.75rem;
}
.dropdown{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 5px;
	margin-top: 10px;
}
.dropdown-value{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #000;
	padding-left: 10px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
}
.dropdown-value::before{
	position: absolute;
	right: 10px;
}
.dropdown-box{
	position: absolute;
	display: none;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	color: #777;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	top: 30px;
	left: 0;
}
.dropdown-box[data-open="true"]{
	display: block;
}
.dropdown-item{
	display: block;
	cursor: pointer;
}
.dropdown-item:hover{
	color: #000;
}




@media screen and (min-width: 1024px){
	.edition-tab li{
		width: 18.75rem;
	}
	.store-edition-content .buy-btn,
	.store-index-products-info .shop-now{
		width: 12.5rem;
	}
	.store-container{
		background: url(/images/2020/store/store-faq-bg.png) center bottom no-repeat;
	}	
}

@media screen and (width: 1024px){
	.software-guarantee-wrapper .col-4-1{
		padding: 0 1rem;
	}
	.software-guarantee-content p{
		line-height: 1.5rem;
		font-size: 1.25rem;
	}
	.software-guarantee-content p span{
		font-size: .875rem;
	}
	.software-guarantee-content i{
		width:2.75rem;
		height: 2.75rem;
	}
	.store-products-nav ul li{
		font-size: 1rem;
	}
	.store-edition-content .store-info ul li{
		font-size: .875rem;
	}
}

@media screen and (max-width: 1023px){
	html,body{
		font-size: 14px;
	}
	.store-banner {
		background: #0f1219;
	}
	.store-banner ul li{
		flex-basis: 50%;
		max-width: 50%;
	}
	.store-index-content{
		width: 100%;
		text-align: center;
	}
	.store-products-nav{
		position: static;
		max-width: 100%;
	}
	.store-products-nav ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.store-products-nav ul li{
		padding: 0 .875rem;
	}
	.store-products-nav ul li:after{
		display: none;
	}
	.store-content-container{
		padding: 2.5rem 0 0;
	}
	
	.store-compare-container .col-3-1,
	.store-compare-container .col-2-1,
	.store-index-products-content .col-3-1{
		flex-basis: 48.5%;
		max-width: 48.5%;
	}
	.store-edition-content.discount{
		margin-top: 40px;
	}
	
	.software-guarantee-wrapper.flex .col-4-1{
		max-width: 25%;
		flex-basis: 25%;
	}
	.software-guarantee-wrapper .col-4-1{
		padding: 0 1.25rem;
	}
	.software-guarantee-content p{
		display: block;
		margin-top: 1.25rem;
		font-size: 1.25rem;
		text-align: center;
	}
	.software-guarantee-content p span{
		line-height: 1.5rem;
	}
}
@media screen and (max-width: 767px){
	.store-banner ul li{
		flex-basis: 100%;
		max-width: 100%;
	}

	.store-products-nav ul li{
		width: 50%;
		padding: .5rem;
		text-align: center;
	}
	.edition-tab li{
		padding: 1rem;
		font-size: 1.125rem;
	}
	
	.store-compare-container .col-3-1,
	.store-compare-container .col-4-1,
	.store-compare-container .col-2-1,
	.store-index-products-content .col-3-1{
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.store-edition-content.discount:before{
		display: none;
	}
	
	.software-guarantee-wrapper.flex .col-4-1{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.software-guarantee-wrapper .col-4-1{
		margin-bottom: 1.875rem;
	}
	.software-guarantee-wrapper .col-4-1:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 400px){
	.edition-tab li{
		width: 80%;
		border-radius: 5px;
	}
	.edition-tab li:first-child{
		margin-bottom: 10px;
	}
	.edition-tab li.active:after{
		display: none;
	}
}


















