html,
body {
	padding: 0;
	margin: 0;
}

#nestlehtc-quiz,
#nestlehtc-result,
article.full-page-width {
	/* background: #fff url(https://www.nestlebabyandme.com.au/sites/default/files/generic_image/htc-css-result-bg_d.jpg) center top no-repeat; */
	background-color: #F7F7F7;
	background-size: 100% auto;
}
#nestlehtc-quiz {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
	overflow-y: auto;
}
#nestlehtc-quiz #nestlehtc-form {
	width: 100%;
    height: auto;
	/* min-height: 100%;
    max-width: 800px; */
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: center;
	padding: 30px 0;
}
#nestlehtc-loading .nloading-loader svg {
	animation: rotate 1s steps(1) infinite;
}
@keyframes rotate { 
	0%   { transform: rotate(0);}
	12.5%  { transform: rotate(45deg);}
	25%  { transform: rotate(90deg);}
	37.5%  { transform: rotate(135deg);}
	50%  { transform: rotate(180deg);}
	62.5%  { transform: rotate(225deg);}
	75%  { transform: rotate(270deg);}
	87.5%  { transform: rotate(315deg);}
	100%  { transform: rotate(360deg);}
}
@keyframes tickAnswer {
	0% {
		display: none;
		opacity: 0;
		transform: scale(0);
	}

	1% {
		display: block;
		opacity: 0;
		transform: scale(0);
	}
	50% {
		display: block;
		opacity: 1;
		transform: scale(1.4);
	}
	100% {
		display: block;
		opacity: 1;
		transform: scale(1.0);
	}
}


/* Overall */
#nestlehtc {
	font-family: "Foco", arial, sans-serif;
}
.nhtcq-title,
.ninterest-title,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h2 {
    font-size: 34px;
    letter-spacing: 2.5px;
    line-height: 38px;
}
h5 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 20px;
    font-weight: bold;
}
form input ,
form select{
    width: 100%;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    letter-spacing: 1px;
    color: #050b4c;
    padding: 12px;
    font-weight: 300;
    background-color: #FFFFFF;
    font-family: "Nunito",Arial,Helvetica,sans-serif;
	margin: 5px 0;
	overflow: visible;
	outline: none;
	box-shadow: 1px 1px 3px #d5d0be;
}
.nhtcr-title {
	font-weight: bold !important;
	color: #3C3F48;
}
.nhtcr-footerbody,
.nhtcr-prodheader,
.ninterest-text,
.nhtcr-headerbody {
	color: #3C3F48;
}
.ninterest-text {
	font-size: 14px;
}
.nhtcq-info a {
	color: #000000;
	text-decoration: underline;
}
.button.button-default,
.nhtcq-btn input,
.btn-submit {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-family: "Foco", arial;
    font-weight: bold;
    color: #ffffff;
    background-color: #0054A6;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2em;
    transition: background-color 0.3s ease-in-out;
	text-decoration: none;
	font-size: 18px;
    padding: 12px 20px;
	height: auto;
	width: auto;
	min-width: 255px;
}
.btn-submit{
	min-width: 50px;
	border: 0px;
	width: 170px;
}
.btn-white{
	background: #fff;
    padding: 5px;
    border-radius: 25px;
    min-width: 50px;
    height: auto;
    position: relative;
    box-shadow: 1px 1px 3px #d5d0be;
    padding: 12px 25px;
	color: #000000;
	text-decoration: none;
	width: 130px;
	display: inline-block;
	margin-right: 7%;
}
.btn-white.htc{
	margin-right: 0px;
}
.btn-white.prod{
	margin-right: 0px;
	margin-top: 20px;
}
.button.button-outlined {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-family: "Foco", arial;
    font-weight: bold;
    color: #00369d;
    border: 1px solid #00369d;
    cursor: pointer;
    border-radius: 2em;
    transition: background-color 0.3s ease-in-out;
	text-decoration: none;
	font-size: 18px;
    padding: calc(23 * 1em / 18) 4em;
	height: auto;
	width: auto;
	min-width: 255px;
}
.button.button-small {
	font-size: 16px;
    padding: calc(12 * 1em / 16) 1em;
	min-width: 0;
}
.nhtcr-prodheader,
.nhtcr-serving,
.nhtcr-footerbody,
.nhtcr-headerbody,
.nhtcq-popupcontent {
	font-family: "Trade Gothic", arial, sans-serif;
}


.heroes-back {
	display: none !important;
}
#nestlehtc > div {
	display: none;
}
#nestlehtc p {
	margin-bottom: 14px;
	margin-top: 14px;
}
#nestlehtc hr {
	margin: 20px 0;
}
.nhtcq-btn {
	display: none;
	margin-top: 40px;
}
.nhtcq-btn input {
	cursor: pointer;
}

/* Loading */
#nestlehtc #nestlehtc-loading {
	display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}
#nestlehtc-loading .nloading-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#nestlehtc-loading .nloading-match {
	display: none;
}
#nestlehtc-loading .nloading-loader {
	margin: 0 auto;
	width: 140px;
}

/* Question */
.nhtc-question {
	text-align: center;
}
form .nhtc-question input {
	max-width: 410px;
	text-align: center;
}
form .nhtc-question label {
	display: flex;
	align-items: center;
	cursor: pointer;
	white-space: normal;
}
form .nhtc-question label input {
	max-width: 50px;
	width: 50px;
	margin-right: 15px;
	cursor: pointer;
}
.nhtcq-title {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;
}
.nhtcq-info {
	margin-bottom: 45px;
	margin-top: 15px;
}
.nhtcq-answer {
	width: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nhtc-q1 .nhtcq-answer {
	position: relative;
	margin: 0 auto;
}
.nhtc-q13 .nhtcq-answer{
	display: grid;
}
form .nhtc-question label.nhtcq-label > input {
	opacity: 0;
    transform: scale(0);
	width: 0;
	margin: 0;
}
form .nhtc-question label.nhtcq-label {
	width: auto;
	min-width: 170px;
	max-width: 330px;
	text-align: center;
	margin: 10px;
}
form .nhtc-question label.nhtcq-label input + span {
	background: #fff;
	padding: 5px;
	/* border: 1px solid #B19942; */
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: auto;
	/* min-height: 32px; */
	flex-direction: column;
	position: relative;
	box-shadow: 1px 1px 3px #d5d0be;
	padding: 12px 25px;
}
form .nhtc-question label.nhtcq-label input:checked + span {
	background: #A6A6A6;
	color: #fff;
}
/* form .nhtc-q1 .nhtcq-answer:after,
form .nhtc-question label.nhtcq-label input + span:after {
	background: transparent url(https://www.nestlebabyandme.com.au/sites/default/files/generic_image/htc-css-control-checked.png) center no-repeat;
	content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 38px;
    height: 38px;
    opacity: 0;
    display: none;
}
form .nhtc-q1 .nhtcq-answer.valid:after,
form .nhtc-question label.nhtcq-label input:checked + span:after {
	opacity: 1;
    display: block;
    animation: tickAnswer 0.3s ease-out;
} */
form .nhtcq-answer input:focus {
	border-color: #B19942;
}

/* Info Popup */
.nhtcq-popupwrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background: rgba(156,173,193,0.2);
	z-index: 9;
}
.nhtcq-popupinner {
	display: flex;
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20vh;
	left: 0;
}
.nhtcq-popup {
    width: auto;
	min-width: 200px;
	max-width: 600px;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
}
.nhtcq-popupcontent {
	max-height: 60vh;
	overflow-y: auto;
}
.nhtcq-popupclose {
	font-weight: bold;
    text-align: right;
    cursor: pointer;
    color: #fff;
    background-color: #0054A6;
    width: auto;
    border-radius: 50%;
    padding: 5px 8px;
    display: inline;
    font-size: 14px;
    float: right;
}

/* Results */
#nestlehtc-result img {
	max-width: 100%;
	height: auto;
}

/* Header Body */
.nhtcr-headerbody {
	margin-top: 30px;
}

/* Interests */
.nhtcr-interestbox {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ninterest-title {
	text-align: right;
	flex-basis: 150px;
	flex-shrink: 0;
}
.ninterest-img {
	flex-shrink: 0;
}
.ninterest-img img {
	width: 80px;
	height: auto;
	margin: 0 15px;
}
.ninterest-text {
	text-align: left;
}

/* Product */
.nhtcr-learnmore,
.nhtcr-reset,
.nhtcr-buynow {
	margin-top: 15px;
}

/* Product Header */
.nhtcr-prodheader {
	margin-top: 30px;
	color: #00369D;
}
.nhtcr-serving {
	color: #00369D;
}

/* Main Table */
.nhtcr-mainproduct {
	margin: 40px auto;
	overflow-x: auto;
}
.nhtcr-resulttable {
	width: auto !important;
	display: table !important;
}
.nhtcr-resulttable td {
	text-align: center !important;	
	line-height: 1 !important;
	vertical-align: top;
}
.nhtcr-resulttable .ntablemain-multi td {
	max-width: 350px;
	padding: 0 15px;
}
.nhtcr-resulttable .nhtcr-title {
	margin-top: 10px;
}
.nhtcr-resulttable .nhtcr-notes {
	margin-top: 20px;
}
.nhtcr-resulttable .ntable-fixed {
	width: 0;
	padding: 0 !important;
}

/* Related Table */
.nhtcr-relatedproducts {
	margin: 30px auto;
	overflow-x: auto;
}
.nhtcr-prodtable {
	width: auto !important;
	display: table !important;
}
.nhtcr-prodtable a {
	color: #3C3F48;
	text-decoration: underline;
}
.nhtcr-prodtable th {
	text-align: right !important;
	color: #3C3F48 !important;
	font-size: 14px !important;
	line-height: 1 !important;
}
.nhtcr-prodtable td {
	text-align: center !important;
	max-width: 200px;
	color: #3C3F48 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	border-left: 1px solid #eaeaea !important;
}
.ntable-fixed {
	border: 0 !important;
	font-weight: 300 !important;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}
.ntable-fixed b {
	font-weight: bold;
}
.nhtcr-prodtable tr:nth-child(2n) td,
.nhtcr-prodtable tr:nth-child(2n) .ntable-fixed {
	background-color: #f6f6f6;
}
.nhtcr-prodtable tr:nth-child(2n-1) td,
.nhtcr-prodtable tr:nth-child(2n-1) .ntable-fixed {
    background-color: #fff;
}

.didyouknow-product-htc,
.didyouknow-product-vit,
.didyouknow-product-florapro,
.didyouknow-product-florasupport,
.didyouknow-product-floraequil,
.didyouknow-product-hidrate,
.didyouknow-product-tummy,
.didyouknow-product-colics,
.result-product-vit,
.result-product-florapro,
.result-product-florasupport,
.result-product-floraequil,
.result-product-hidrate,
.result-product-tummy,
.result-product-colics{
	display: none;
	text-align: center;
	min-width: 270px;
    max-width: 390px;
}

.result-product-vit .ntoken_buynow{
 	background-color: #e8b146 !important;
}
.result-product-florapro .ntoken_buynow,
.result-product-florasupport .ntoken_buynow{
 	background-color: #3197cc !important;
}
.result-product-floraequil .ntoken_buynow{
 	background-color: #99cc66 !important;
}
.result-product-hidrate .ntoken_buynow{
 	background-color: #144486 !important;
}

.group-card{
	display: flex;
	justify-content: center;
}
.group-card .ntoken_babyname{
	color: #000000;
}
.summary-card{
	background: #fff;
    padding: 5px;
    border-radius: 25px;
	min-width: 390px;
    height: auto;
    box-shadow: 1px 1px 3px #d5d0be;
    padding: 12px 25px;
}
.card-box{
	background-color: #F7F7F7;
    border-radius: 15px;
	min-width: 120px;
	max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 4px;
}
.summary-card p{
	margin-bottom: 20px !important;
}
.card-box p{
	margin-bottom: 14px !important;
}
.group-btn{
	padding: 20px 0;
}
.ntoken_babyname{
	color: #0054A6;
}
.htc-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.htc-btn-group .btn-white{
	margin: 12px 0;
	white-space: nowrap;
    min-width: 200px;
}

.box-group{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	left: 0;
	right: 0;
	border-radius: 200px;
	padding: 30px;
	background-color: #aaaaaa;
}
.result-product-vit .box-group{
	background-color: #DDA843;
}
.result-product-florapro .box-group{
	background-color: #0096D1;
}
.result-product-florasupport .box-group{
	background-color: #0096D1;
}
.result-product-floraequil .box-group{
	background-color: #73BF43;
}
.result-product-hidrate .box-group{
	background-color: #1B3665;
}
.box-group .box{
	padding: 0px 0px 50px 0px;
}
.box-group .img{
	text-align: center;
	background-color: white;
	border-radius: 200px;
	padding: 47px;
}
.box-group img{
	height: auto;
	max-width: 100%;
}
.box-group .description h2{
	font-size: 28px;
	color: #ffffff;
}

.note{
	font-size: small;
	text-align: justify;
}

.logo{
	padding-bottom: 40px;
}
.nhtcr-buynow .btn-submit{
	box-shadow: 1px 1px 5px #595959;
}
.result-product-hidrate .nhtcr-buynow .btn-submit{
	background-color: #00AEEF;
}
.productlink {
	padding-top: 20px;
}
.productlink a{
	color: #ffffff;
	font-weight: bold;
}
.result-product-vit .productlink a{
	color: #000000;
}
.group-img{
	position:relative;
}
.group-img > img{
	width: 100%;
}
.group-img .state{
	position: absolute;
    background-color: #0054A6;
    border-radius: 25px;
    padding: 9px 20px;
    color: #ffffff;
	margin-top: -20px;
    margin-left: 20px;
}
.group-img .desc{
	margin: 35px 20px;
	text-align: left;
}
.group-img .desc .nhtcq-title{
	color: #BC9632;
}
.ntoken_logo{
	width: 268px;
}

/* Fix Buttons Italy */
.evidon-consent-button,
.usabilla_live_button_container {
	display: none !important;
}


@media only screen and (max-width: 575px) {
	.nhtcr-interestbox {
		flex-direction: column;
	}
	.ninterest-title {
		flex-basis: auto;
		font-weight: bold;
	}
	.nhtcr-prodtable td {
		min-width: 150px;
	}
	.nhtc-question input{
		max-width: 100%;
	}
}

@media only screen and (max-width: 440px) {
	form .nhtc-question label.nhtcq-label input + span{
		width: 114px;	
	}
	form .nhtc-question label.nhtcq-label{
		min-width: 150px;
	}
	.summary-card{
		min-width: 325px;
	}
}

