/* ====== quiz section css ========== */
.LaunchTipQuizive {
	width: 100%;
	overflow: hidden;
	font-family: sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
.LaunchTipQuizive.content.active,
.LaunchTipQuizive.popup-quiz.active,
.LaunchTipQuizive .quiz-intro.quiz-section-toggle.no-media{
  padding: 28px 10px;
}
.LaunchTipQuizive.content {	
	background-color: #fff;
	border-radius: 10px;
	margin: 20px auto;
	min-height: 450px;
}

.LaunchTipQuizive h2,
.LaunchTipQuizive h3 {
	text-transform: initial;
	padding-bottom: 5px;
}

.LaunchTipQuizive .quizResponseData {
	width: 100%;
	margin: 0px auto;
}

.LaunchTipQuizive.active .quizResponseData {
  width: auto;
}

.popup_container .LaunchTipQuizive.active .quizResponseData {
	margin: 60px auto;
}

.popup_container .LaunchTipQuizive.content.popup-quiz{
  margin:0px
}

.LaunchTipQuizive h1 {
	text-align: center;
}

.LaunchTipQuizive .quiz-content {
	text-align: center;
	line-height: 27px;
}

.LaunchTipQuizive button {
	width: auto;
	height: auto;
	padding: 16px;
	border-radius: 0px;
	font-size: 13px;
	letter-spacing: 0px;
	cursor: pointer;
	font-weight: 600;
	color: rgb(255, 255, 255);
	background-color: #000;
	border: 1px solid #111;
	margin-top: 10px;
}

.LaunchTipQuizive button:hover {
	background-color: #333;
}

.LaunchTipQuizive .addCart.btn {
	padding: 0px;
	width: 100%;
	text-transform: capitalize;
	background-color: #000;
	color: #fff;
	border: 0px;
	letter-spacing: .1rem;
	line-height: 16px;
	font-size: 14px !important;
	min-height: 40px;
	background-image: linear-gradient(45deg, black, transparent);
	white-space: pre;
	font-weight: normal;
	border-radius: 0px;
}

.popup_container {
	background-color: #fff;
}

.LaunchTipQuizive button.prevButton:disabled,
.LaunchTipQuizive button.nextButton:disabled {
	color: #999;
	cursor: default;
}

.LaunchTipQuizive .answer-content label {
	cursor: pointer;
}

.LaunchTipQuizive .question-heading {
	font-size: 24px;
	text-align: left;
	margin-bottom: 60px;
}

input.btn.button.button--primary.addCart:hover {
	background: #000;
	color: #fff;
}

.LaunchTipQuizive ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
}

.text-center {
	text-align: center;
}

.no-answer,
.final-step {
	display: none;
}

.LaunchTipQuizive.active .back .no-answer {
	display: block;
}

.LaunchTipQuizive ul li {
	text-align: left;
	flex: 48%;
	border-radius: 5px;
	min-height: 50px;
	margin: 0px;
	padding: 0px;
}

.LaunchTipQuizive .checkmark {
	line-height: 49px;
	display: flex;
	align-items: center;
	padding: 10px;
	word-wrap: break-word;
	width: 100%;
}

.LaunchTipQuizive .thumbnail {
	max-width: 50px;
	margin-right: 10px;
}

.LaunchTipQuizive .question-answer {
	display: none;
}

.quizEmail p.email {
	margin-bottom: 0px;
}

.LaunchTipQuizive button.submitQuiz {
	width: 340px;
	border-radius: 0.5rem;
	padding: 10px;
	margin-top: 0px;
}

/* ====== progress bar css ===== */
.LaunchTipQuizive .quizProgress {
	width: 100%;
	margin: 20px auto;
}

.LaunchTipQuizive .quizBar {
	width: 10%;
	height: 10px;
	background-color: #73d673;
}

.LaunchTipQuizive .question-answer-content {
	display: none;
}

.LaunchTipQuizive .quiz-overview .current {
	font-size: 16px;
	font-weight: 400;
}

.LaunchTipQuizive .quiz-overview .total {
	font-size: 18px;
	font-weight: 600;
}

.LaunchTipQuizive .answer-content {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	inset-block-start: auto;
}

.LaunchTipQuizive .answers {
	padding: 10px;
	background: #000;
	border-radius: 5px;
}

.LaunchTipQuizive .answer-content input,
.LaunchTipQuizive .answer-content label {
	align-self: center;
	text-transform: initial;
}

.LaunchTipQuizive .answer-content label {
	line-height: 21px;
	width: calc(100% - 0px);
	margin: 3px;
}

.LaunchTipQuizive .answer-content .checkmark.image label {
	padding-left: 0px;
	line-height: 16px;
	margin: 0px;
	width: calc(100% - 50px);
}

.LaunchTipQuizive .quizEmail {
	display: none;
}

.LaunchTipQuizive .quizEmail input {
	border: 1px solid #ccc;
	padding: 6px 10px;
	margin: 10px 5px;
	width: 340px;
	border-radius: 5px;
	display: initial;
	background: revert;
}

.LaunchTipQuizive .answers input[type="radio"] {
	cursor: pointer;
}

.LaunchTipQuizive .error {
	color: #f00;
	font-size: 12px;
	line-height: 13px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.LaunchTipQuizive .storQuizResults {
	display: none;
}

.LaunchTipQuizive .quizResponseData .quizResults h3 {
	font-size: 14px;
	min-height: 52px;
	padding: 5px;
	margin-block-start: 16px;
	margin-block-end: 16px;
}

.LaunchTipQuizive .quizResponseData .quizResults .row {
	width: 100%;
	display: flex;
	padding-left: 0px;
}

.LaunchTipQuizive .quizResponseData .quizResults .row .col-2 {
	display: flex;
	flex-basis: 33.33%;
	flex-wrap: inherit;
	margin-bottom: 20px;
	flex-direction: column;
	align-content: stretch;
	margin-block-start: 0px;
}

.LaunchTipQuizive .quizResponseData .quizResults .row .col-2 .inner-box {
	flex-grow: 1;
	flex-direction: column;
	display: flex;
}

.LaunchTipQuizive .quiz-content .quizEmail p {
	line-height: 20px;
}

.LaunchTipQuizive .quizResponseData .inner-box img {
	height: auto;
	max-height: 250px;
	margin: 0px auto;
	border: 0px;
}

.LaunchTipQuizive .quizResponseData .quizResults .row .col-2 .inner-box {
	margin-right: 10px;
	margin-left: 10px;
}

.LaunchTipQuizive .quizResponseData .price {
	margin-right: 5px;
	line-height: 16px;
	word-break: break-word;
	display: inline-block;
}

.LaunchTipQuizive .product-meta {
	display: block;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0px;
	padding-block-end: 0px;
	border-bottom: 0px;
}

.LaunchTipQuizive .cartButton {
	text-align: center;
	display: block;
	width: 100%;
}

.LaunchTipQuizive .formatted-price {
	text-align: center;
	line-height: 16px;
	min-height: 40px;
}

.LaunchTipQuizive .row img {
	max-width: 100%;
	border-radius: 0px;
}

.LaunchTipQuizive .button {
	padding: 0px 1.5px;
}

.LaunchTipQuizive .inner-box {
	border: 1px solid #eee;
}

.popup_content .LaunchTipQuizive .inner-box {
	border: 1px solid #ccc;
}

.LaunchTipQuizive .quizRetake {
	display: block;
	clear: both;
	margin: 10px auto;
}

.LaunchTipQuizive #quizAIResponse {
	text-align: left;
	line-height: 20px;
}

.LaunchTipQuizive .prevButton {
	font-size: 24px;
	line-height: 16px;
	align-self: center;
	width: 45%;
	cursor: pointer;
	text-align: left;
}

.quiz-overview {
	display: flex;
	justify-content: flex-start;
	min-width: 250px;
}

.LaunchTipQuizive .nextButton {
	margin-top: 15px;
	display: none;
}

.LaunchTipQuizive .prevButton {
	margin-top: 0px;
}

.continue {
	margin: 15px auto 0px;
}

img.small.thumbnail {
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 8px;
	border-radius: 100%;
	align-self: center;
}

.LaunchTipQuizive .nextButton,
.LaunchTipQuizive .prevButton {
	background-color: transparent;
	color: #000;
	padding: 0px;
	border: 0px;
	font-size: 20px;
}

.LaunchTipQuizive .nextButton:hover,
.LaunchTipQuizive .prevButton:hover {
	background-color: transparent;
	color: #333;
}

.LaunchTipQuizive .acq {
	flex: 1 1 33.33%;
}

.LaunchTipQuizive .nextButton.acq {
	margin: 0px;
	text-align: right;
}

/* ========= embedding answer style ============ */

.answer-content {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inner-box a {
	text-decoration: none;
	margin-bottom: 35px;
	display: block;
}

.back .progress-status,
.back .quizProgress,
.back .nextButton {
	display: none;
}

/* Hide the browser's default radio button */
.answer-content input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	border: 1px solid #ccc;
}

/* When the radio button is checked, add a blue background */
.answer-content .answer-active {
	background-color: #fff;
	color: #000;
}

span.compare.price {
	word-wrap: break-word;
	text-decoration: line-through;
	margin-bottom: 4px;
}

span.symbol {
	margin-right: 3px;
	font-size: 16px;
}

.quiz-intro{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-height: 450px;
  flex-direction: column;
  justify-content: center;
}
.quiz-intro p{
  line-height: 20px;
}
.quiz-intro-content.image{
  width: 52%;
  padding: 20px;
}
.quiz-intro-image{
  width: 48%; 
}
.quiz-intro-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 450px;
  margin: 0px !important;
  border-radius: 0px !important;
}

/* ==== loader ====== */
.quizResponseData .loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 12px;
	height: 12px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 1024px) {
	.button {
		padding: 0px;
	}
}

@media only screen and (max-width: 1023px) {
	.LaunchTipQuizive .quizResponseData .quizResults .row .col-2 {
		flex-basis: 50%;
	}

	.LaunchTipQuizive .quizResponseData .price {
		margin-right: 5px;
		word-wrap: break-word;
	}

	.LaunchTipQuizive {
		width: 100%;
	}

	.container {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}
}

@media only screen and (max-width: 768px) {
  .quiz-intro-content.image{
    width: 100%;
  }
  .quiz-intro-image{
    width: 100%;
  }
  .quiz-intro-image img {
    min-height: auto;
  }
  .quiz-intro{  
    max-height: min-content; 
  }
}

@media only screen and (max-width: 600px) {  
	.LaunchTipQuizive .quiz-overview {
		min-width: 100% !important;
	}

	.index-section .LaunchTipQuizive.content {
		width: 88%;
	}

	.LaunchTipQuizive .quizResponseData .quizResults .row {
		flex-wrap: wrap;
	}

	.LaunchTipQuizive .quizResponseData .quizResults .row .col-2 {
		flex-basis: 100%;
	}

	.button {
		padding: 0px 1rem;
	}

	.LaunchTipQuizive .quizResponseData .price {
		margin-right: 5px;
		word-wrap: break-word;
	}

	.LaunchTipQuizive .quizResponseData {
		width: 100%;
	}

	.LaunchTipQuizive button.submitQuiz,
	.LaunchTipQuizive .quizEmail input {
		width: 90%;
	}

	.LaunchTipQuizive .answer-content .checkmark.image img {
		margin-left: 2px;
	}
}