/* ==================== section-spyhunter-license ============================================================ */

.headers-mobile {
	display: none;
}

/* ============================================== OS BUTTONS ======================================================== */

.layout-1 .os-button {
	background-color: #FFFFFF;
	color: #787b85;
	padding: 5px 5px 5px 5px;
	border-color: #dee3e5;
	border-style: solid;
	border-radius: 5px;
	font-size: 0.8em;
	font-weight: 300;
	cursor: pointer;
	transition: all .2s ease;
	height: 30px;
	width: 85px;
	text-align: center;
	position: relative;
	outline: none;
	z-index: 0;
}

.layout-1 .os-button:hover {
	filter: brightness(95%);
}

.layout-1 .os-button-left {
	border-width: 1px 1px 1px 1px;
	float: left;
}

.layout-1 .os-button-right {
	border-width: 1px 1px 1px 0px;
	float: right;
}

.layout-1 .os-button-selected {
	background-color: #3474D3;
	color: #FAFAFA;
	z-index: 1;
}

@media screen and (max-width: 1130px) and (min-width: 1080px){
	.os-button {
		width: 75px;
	}
}

@media screen and (max-width: 1080px) and (min-width: 1000px) {
	.os-button {
		width: 65px;
	}
}

.item.centered-header {
	display: flex;
	align-items: center;
}

input:disabled{
	background-color: #EAEAEA;
}

.section-spyhunter-license{

}
.section-spyhunter-license h2{
	float: left;
	margin: 10px 100px 10px 0;
	font-size: 25px;
}
.section-spyhunter-license .license{
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
}
.section-spyhunter-license label{
	display: inline-block;
	font-size: 20px;
	color: #787B85;
	margin-right: 10px;
}
.section-spyhunter-license input[type="radio"]:checked + label{
	color: black;
}
.section-spyhunter-license input[type="radio"]{
	vertical-align: text-top;
}
@media screen and (max-width: 1000px){
	.section-spyhunter-license h2{
		float: none;
	}
	.section-spyhunter-license .license{
		display: block;
	}
}

/* ==================== section-spyhunter-payments ============================================================ */

.layout-1 .dr-legal-notice{
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

.section-spyhunter-payments{
	border-bottom: 1px solid #DEE3E5;
}
.section-spyhunter-payments h2{
	font-size: 25px;
	margin: 15px 0 40px 0;
}

/* tabs content */
.section-spyhunter-payments h3{
	margin: 30px 0;
	font-size: 20px;
}
.section-spyhunter-payments label{
	display:block;
	font-size: 16px;
	margin-bottom: 30px;
}
.section-spyhunter-payments label.gray{
	color: #787B85;
}
.section-spyhunter-payments .checkboxArea{
	position: relative;
	padding-left: 35px;
}
.section-spyhunter-payments .checkboxArea input, .section-spyhunter-payments .checkboxArea .checkbox{
	position: absolute;
	left: 0;
	top: 1px;
}
.section-spyhunter-payments .business-details{
	margin-top: 40px;
}

/* ==================== section-spyhunter-productOptions ============================================================ */

.section-spyhunter-productOptions .content{
	padding-top: 30px;
}
.section-spyhunter-productOptions h2{
	font-size: 22px;
}
.section-spyhunter-productOptions h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.section-spyhunter-productOptions h4{
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0;
}
.section-spyhunter-productOptions h3 small{
	font-size: 80%;
}
.section-spyhunter-productOptions select{
	min-width: 90px;
	height: 40px;
	padding: 0 10px;
}
.section-spyhunter-productOptions .flex-container{
	flex-wrap: nowrap;
	margin: 0;
	border-top: 1px solid #DEE3E5;
}
.section-spyhunter-productOptions .flex-container.main{
	background-color: #FAFAFA;
	border-left: 1px solid #DEE3E5;
	border-right: 1px solid #DEE3E5;
}
.section-spyhunter-productOptions .flex-container.product.main + .product.main{
	border-top: none;
}
.section-spyhunter-productOptions .item{
	margin: 0;
	padding: 25px 10px;
	font-size: 12px;
}
.section-spyhunter-productOptions .flex-container.headers .item{
	color: #787B85;
	font-size: 13px;
	padding: 10px 10px;
}
.section-spyhunter-productOptions .flex-container.headers .item.unit{
	justify-content: flex-start;
	text-align: left;
}
.section-spyhunter-productOptions .flex-container.headers .item.total{
	padding-left: 0;
	text-align: left;
}
.section-spyhunter-productOptions .cart{
	width: 80px;
	text-align: center;
	padding-top: 42px;
	padding-right: 0;
}
.section-spyhunter-productOptions .media{
	width: 70px;
	padding-left: 0;
}
.section-spyhunter-productOptions .logo{
	width: 55px;
	height: 55px;
}
.section-spyhunter-productOptions .logo.clickable{
	cursor: pointer;
}

.section-spyhunter-productOptions .description{
	width: 300px;
}
.section-spyhunter-productOptions .more{
	border: none;
	background: none;
	padding: 0;
	text-decoration: underline;
	font-size: inherit;
	color: #3474D3;
	cursor: pointer;
}
.section-spyhunter-productOptions .price{
	width: 200px;
}
.section-spyhunter-productOptions .price p{
	margin-top: -3px;
}
.section-spyhunter-productOptions .price .value{
	font-size:38px;
	color: #3474D3;
	font-weight: bold;
	font-family: arial;
	white-space: nowrap;
}
.section-spyhunter-productOptions .price .value sup{
	font-size: 25px;
}
.section-spyhunter-productOptions .price .value sup.comment{
	font-size: 12px;
	display: inline-block;
	margin-top: 2px;
	margin-left: -4px;
	vertical-align: text-top;
	line-height: 1;
	font-weight: normal;
}
.section-spyhunter-productOptions .licenses{
	flex: none;
	width: 170px;
}
.section-spyhunter-productOptions .licenses .title{
	display: block;
	margin: 5px 0;
}
.section-spyhunter-productOptions .licenses input{
	width: 50px;
	font-size: 14px;
	padding: 10px 5px;
}
.section-spyhunter-productOptions .unit{
	width: 100px;
	text-align: left;
	padding-right: 0px;

}
.section-spyhunter-productOptions .unit .value{
	font-size: 18px;
	color: #787B85;
}
.section-spyhunter-productOptions .unit .comment{
	font-size: 12px;
	color: #CE0F0F;
}
.section-spyhunter-productOptions .total{
	width: 80px;
	font-size: 18px;
	color: #1F2023;
	font-family: arial;
	text-align: left;
	padding-left: 0px;
}
.section-spyhunter-productOptions .total .value{
	font-weight: bold;
}
.section-spyhunter-productOptions .total .discout{
	font-size: 12px;
	color: #CE0F0F;
}
.disabled{
	opacity: .7;
	pointer-events: none;
	cursor: default;
}
.section-spyhunter-productOptions label.promo{
	font-size: 16px;
	color: #3474D3;
}
.section-spyhunter-productOptions label.promo input{
	padding: 10px 10px;
	font-size: 12px;
	max-width: 45%;
}
.section-spyhunter-productOptions .promo.button{
	background-color: #3474D3;
	border-radius: 999px;
	color: white;
	font-size: 12px;
	padding: 10px 20px;
}
.section-spyhunter-productOptions .promo-stats{
	float:right;
	text-align: right;
}
.section-spyhunter-productOptions .promo-save{
	display:inline-block;
	margin-right: 20px;
}
.section-spyhunter-productOptions .promo-total{
	text-align: right;
}
.section-spyhunter-productOptions .promo-comment{
	color: #787B85;
}
.section-spyhunter-productOptions .promo-input{
	width: 300px;
}
.section.section-spyhunter-productOptions .choices .choices__inner{
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.section.section-spyhunter-productOptions .choices__list--single .choices__item{
	font-size: 14px;
}

.choices__list {
	z-index: 2;
}

.promo-input{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1000px){
	.section-spyhunter-productOptions .flex-container{
		position:relative;
		padding: 10px;
		margin: 15px 0;
		border: 1px solid #DEE3E5;
		padding-bottom: 170px;
		flex-wrap: wrap;
	}
	.section-spyhunter-productOptions .headers{
		display:none;
	}
	.section-spyhunter-productOptions .headers-mobile {
		position: relative;
		text-align: center;
		display: inline-flex;
	}
	.section-spyhunter-productOptions .flex-container.product.main + .product.main{
		border-top: 1px solid #DEE3E5;
	}
	.section-spyhunter-productOptions .item{
		padding: 10px;
	}
	.section-spyhunter-productOptions .cart{
		flex: none;
		position: absolute;
		bottom: 2px;
		left: 10px;
		padding: 10px;
		width: 40%;
		text-align: left;
		z-index: 5;
		height: 52px;
	}
	.section-spyhunter-productOptions .add-to-cart{
		display: inline-block;
		font-weight: bold;
		margin-left: 5px;
		vertical-align: middle;
	}
	.section-spyhunter-productOptions .media, .section-spyhunter-productOptions .main .media{
		width: 70px;
		display: block;
		flex: none;
	}
	.section-spyhunter-productOptions .media .logo{
		max-width: 100%;
		max-height: 75px;
		background-size: 100% auto;
	}
	.section-spyhunter-productOptions .main .media{
		padding-left: 0;
	}
	.section-spyhunter-productOptions .main .media .logo{
		width: 75px;
		height: 75px;
		max-width: none;
	}
	.section-spyhunter-productOptions .description{
		width: calc(100% - 80px);
		margin-bottom: 10px;
	}
	.section-spyhunter-productOptions .price{
		bottom: 80px;
		right: 10px;
		text-align: center;
	}
	.section-spyhunter-productOptions .price .value{
		font-size: 30px;
	}
	.section-spyhunter-productOptions .price .value sup{
		font-size: 12px;
		text-align: left;
	}
	.section-spyhunter-productOptions .licenses{
		bottom: 80px;
		margin-bottom: 25px;
		left: 0%;
		width: 100%;
		text-align: center;
	}
	.section-spyhunter-productOptions .licenses .title{
		display: block;
		margin-bottom: 10px;
		padding-right: 5px;
		text-align: left;
	}
	.section-spyhunter-productOptions .licenses .choices{
		max-width: 300px;
		z-index: 10;
	}
	.section-spyhunter-productOptions .unit{
		flex: none;
		position: absolute;
		bottom: 80px;
		left: 30%;
		width: 33%;
		text-align: center;
	}
	.section-spyhunter-productOptions .total{
		flex: none;
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 10px;
		border-top: 2px solid #DEE3E5;
		padding: 10px;
		width: auto;
		height: 65px;
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}
	.section-spyhunter-productOptions .total .subtotal{
		display: inline-block;
		font-size: 18px;
	}
	.section-spyhunter-productOptions .total .value{
		font-weight:bold;
	}
	.section-spyhunter-productOptions .promo-stats{
		margin-top: 10px;
	}
}

/* ==================== section-spyhunter-proceed ============================================================ */

.section-spyhunter-proceed{
	background-color: #EFEFEF;
}
.section-spyhunter-proceed h2{
	margin: 20px 0;
	font-size: 25px;
}
.section-spyhunter-proceed h2.icon{
	padding-left: 55px;
	background: url("/Resources/Public/images/pages/spyhunter/lock.svg") no-repeat 0% 50%;
	min-height: 47px;
}
.section-spyhunter-proceed h2 small{
	color: #787B85;
	font-size: 16px;
	display: block;
	margin-top: 6px;
}
.section-spyhunter-proceed label{
	display:block;
	font-size: 16px;
	color: #787B85;
	margin-bottom: 30px;
}
.section-spyhunter-proceed .small{
	font-size: 12px;
	color: #161616;
}
.section-spyhunter-proceed .gray{
	color: #787B85;
	font-size: 16px;
}
.section-spyhunter-proceed .button.huge{
	margin: 30px 0;
}
.section-spyhunter-proceed .button.huge img{
	vertical-align: middle;
}
.section-spyhunter-proceed .links{
	margin: 30px auto 10px auto;
	text-align: center;
	font-size: 14px;
}
.section-spyhunter-proceed .links a{
	color: black;
	text-decoration: none;
}
.section-spyhunter-proceed .links a:hover{
	text-decoration: underline;
}
.section-spyhunter-proceed p{
	margin: 30px 0;
}
.section-spyhunter-proceed .icon-info{
	margin-top: 10px;
}
.section-spyhunter-proceed .products-icons{
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	margin-bottom: 25px;
}
.section-spyhunter-proceed .products-icons > div > div{
	display: flex;
	column-gap: 15px;
	align-items: start;
}
.section-spyhunter-proceed .products-icons .logo{
	width: 40px;
	margin-left: 10px;
}
.section-spyhunter-proceed .badges{
	text-align: center;
	margin: 30px 0 40px 0;
	justify-content: center;
}
.section-spyhunter-proceed .badges .item {
	color: #666666;
	font-size: 8px;
	margin-left: 29px;
	margin-right: 29px;
	margin-bottom: 30px;
}
.section-spyhunter-proceed .badges .item img{
	max-width: 100%;
	object-fit: contain;
}
.section-spyhunter-proceed .badges .avtest
{
	max-width: 93px;
}
.section-spyhunter-proceed .badges .appesteem
{
	max-width: 95px;
}
.section-spyhunter-proceed .badges .clean-apps
{
	max-width: 96px;
}
.section-spyhunter-proceed .badges .truste
{
	max-width: 103px;
}
.section-spyhunter-proceed .badges .checkmark-logo
{
	max-width: 89px;
}
.section-spyhunter-proceed .badges .opswat
{
	max-width: 95px;
}
.section-spyhunter-proceed .badges .money-back
{
 	max-width:97px;
}
.section-spyhunter-proceed .badges .mycommerce
{
	max-width: 113px;
	display: flex;
	align-items: center;
}
.section-spyhunter-proceed .badges a{
	color: #666666;
	text-decoration: none;
}
.section-spyhunter-proceed .badges a:hover{
	text-decoration: underline;
}
.section-spyhunter-proceed .badges p{
	margin: 5px 0;
}
.section-spyhunter-proceed .badges p.narrow{
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

/* ==================== card types ============================================================ */

.card-types {
	border: 0px solid lime;
	display: flex;
	margin-bottom: 30px;
}
.card-types span{
	margin-right: 30px;
	font-size: 22px;
	font-weight: normal;
	color: black;
}
.card-types label {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #2F76DD;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 0px;
}
.card-types label::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: white;
	transform: translate(-50%, -50%);
	transition: background-color 0.25s;
}
.card-types :checked ~ label::before {
	background-color: #2F76DD;
}

.card-types input[type="radio"] {
	display: none;
}

.card-icons{
	margin-left: 20px;
	display: flex;
	flex-wrap: nowrap;
	width: auto;
}
.card-icons div{
	line-height: 0;
}
.card-icons img.icon{
	margin-right: 12px;
}

@media screen and (max-width: 600px){
	.section-spyhunter-proceed .products-icons li{
		font-size: 11px;
		padding-left: 0;
	}
	.section-spyhunter-proceed .products-icons li:before{
		display: none;
	}
	.section-spyhunter-proceed p {
		margin: 20px 0;
	}
	.section-spyhunter-proceed .badges{
		margin: 20px 0 30px 0;
	}
	.section-spyhunter-proceed .badges a, .section-spyhunter-proceed .badges div, .section-spyhunter-proceed .badges > img{
		max-width: 100px;
		margin: 2px 10px;
	}
	.card-icons{
		margin-top: 20px;
		flex-wrap: wrap;
	}
}

span.drop-down.label
{
	color: #787B85;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}

.section .item.licenses
{
	padding-top: 5px;
}

.item .icon-info {
	margin-top: 10px;
}
