.page_loader {
	display: none;
	background: #56002F;
	background: linear-gradient(180deg, #278CCC 12.65%, #9ADCFD 143.73%);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	opacity: 0.92;
}

.page_loader span.loading {
	position: relative;
	top: -20px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
}

.page_loader.custom_text span.loading {
	position: relative;
	top: -60px;
	margin: 0 -30px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 1.5;
}

.page_loader .lds-roller {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

img.draggable {
	position: relative;
}


.answer-box-circle {
	width: 112px;
	height: 112px;
}

.answer-box-circle svg {
	display: block;
}

.answer-box-circle.wrong_ans svg {
	/*display: none;*/
}

.answer-box-circle svg {
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 105%;
	height: 105%;
	transform: translate(50%, 50%) rotateY(-180deg) rotateZ(-90deg);
}

.answer-box-circle svg circle {
	stroke-dasharray: 344px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 0px;
	stroke: #0d4690;
	box-shadow: 0 0 9px 0 #0d4690;
	fill: none;
}

.answer-box-circle.animate svg circle {
	animation: countdown 10s linear 1 forwards;
}

.answer-box-circle:before {
	display: none;
}

@media all and (min-width: 576px) {
	.answer-box-circle {
		width: 132px;
		height: 132px;
	}
	.answer-box-circle.animate svg circle {
		animation: countdownDesktop 10s linear 1 forwards;
	}
	.answer-box-circle svg circle {
		stroke-dasharray: 412px;
		r: 66px;
		cx: 70px;
		cy: 70px;
	}
}

@keyframes countdown {
	0% {
		stroke-dashoffset: 344px;
		stroke-width: 0px;
	}
	1% {
		stroke-dashoffset: 0px;
		stroke-width: 3px;
	}
	99% {
		stroke-dashoffset: 344px;
		stroke-width: 3px;
	}
	100% {
		stroke-dashoffset: 344px;
		stroke-width: 0px;
	}
}

@keyframes countdownDesktop {
	0% {
		stroke-dashoffset: 412px;
		stroke-width: 0px;
	}
	1% {
		stroke-dashoffset: 0px;
		stroke-width: 3px;
	}
	99% {
		stroke-dashoffset: 412px;
		stroke-width: 3px;
	}
	100% {
		stroke-dashoffset: 412px;
		stroke-width: 0px;
	}
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFF;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



.form-group {
	position: relative;
}


.checkbox-row label.error {
	bottom: 0;
	top: 100%;
}

@media all and (min-width: 576px) {
	.checkbox-row label.error {
		bottom: -0.6rem;
		top: auto;
	}
}
.footer1{
	position: absolute;
	width: 375px;
	height: 99px;
	left: 0px;
	top: 1628px;
}


/*Accessories activity*/
/*body.page-template-template-accessories-activity-intro #wrapper, */
/*body.page-template-template-accessories-activity-final #wrapper {*/
/*    max-width: 370px;*/
/*}*/

body.page-template-template-accessories-activity-intro,
body.page-template-template-accessories-activity-final {
    background: #FFCD16;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #04023C;
    text-align: center;
}

body.page-template-template-accessories-activity-final {
    background: #29B8CE;
    color: #fff;
    font-size: 18px;
}

body.page-template-template-accessories-activity-intro .cleaning-intro-title {
    text-align: center;
}

body.page-template-template-accessories-activity-intro .aai_head {
    margin-top: 20px;
}

body.page-template-template-accessories-activity-intro .aai_body {
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 0 20px;
}

body.page-template-template-accessories-activity-intro .cleaning-intro-body-title {
    font-size: 46px;
    font-weight: 700;
    color: #152848;
    line-height: 1.3;
    margin-bottom: 10px;
}

body.page-template-template-accessories-activity-intro .cleaning-intro-body-subtitle {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 30px;
}

body.page-template-template-accessories-activity-intro .btn,
body.page-template-template-accessories-activity-final .btn {
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    background: #082549;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffff;
    min-width: 223px;
    min-height: 55px;
    padding: 8px 20px;
    line-height: 1.3;
    filter: none;
    box-shadow: none;
    height: auto;
    font-size: 20px;
}

body.page-template-template-accessories-activity-intro .btn {
    background: url('assets/images/new-img/accessories-first-page-btn-bg.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body.page-template-template-accessories-activity-intro .btn img {
    margin-right: 10px;
}

body.page-template-template-accessories-activity-final .aaf_head {
    margin-bottom: 10px;
}

body.page-template-template-accessories-activity-final .cleaning-intro-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.61;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-template-accessories-activity-final .aaf_disc_code_holder {
    margin-bottom: 20px;
}

body.page-template-template-accessories-activity-final .aaf_disc_code_holder .highlighted {
    color: #FFCD16;
    font-size: 21px;
}

body.page-template-template-accessories-activity-final .aaf_disc_code_holder .aaf_disc_code {
    margin-top: 5px;
    color: #04023C;
}

body.page-template-template-accessories-activity-final .aaf_disc_code_holder .aaf_disc_code b {
    font-weight: 400;
    text-transform: uppercase;
}

body.page-template-template-accessories-activity-final .btn {
    min-width: 164px;
    min-height: 44px;
    background: #FFCD16;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    color: #04023C;
}

.aaf_body .aaf_prod_block {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: initial;
}

.aaf_body .aaf_prod_block.sec_prod {
    flex-direction: row-reverse;
}

.aaf_body .aaf_prod_block .aaf_prod_img {
    flex-basis: 172px;
    max-width: 172px;
}

.aaf_body .aaf_prod_block.sec_prod .aaf_prod_img {
    flex-basis: 144px;
    max-width: 144px;
}

.aaf_body .aaf_prod_block .aaf_prod_img img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.aaf_body .aaf_prod_block .aaf_prod_info {
    padding-right: 5px;
    /* flex: 1; */
    max-width: 210px;
}

.aaf_body .aaf_prod_block.sec_prod .aaf_prod_info {
    padding-right: 0;
    padding-left: 30px;
}

.aaf_body .aaf_prod_block .aaf_prod_title {
    margin-bottom: 10px;
    font-size: 18px;
    max-width: 130px;
}

.aaf_body .aaf_prod_block .aaf_prod_price {
    font-size: 16px;
    margin-bottom: 10px;
}

.aaf_body .aaf_prod_block .aaf_prod_price ins {
    text-decoration: none;
    color: inherit;
    font-size: 31px;
    font-weight: 700;
}

.aaf_body .aaf_prod_block .aaf_prod_price ins .aaf_currency {
    font-size: 18px;
}

.aaf_body .aaf_prod_block .aaf_prod_price del {
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
    position: relative;
}

.aaf_body .aaf_prod_block .aaf_prod_price del::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(15deg) scale(1.05);
    -moz-transform: rotate(15deg) scale(1.05);
    transform: rotate(15deg) scale(1.05);
}

.aaf_body .aaf_prod_block .aaf_prod_price del .aaf_currency {
    font-size: 11px;
}

.aaf_body .aaf_prod_block .aaf_prod_btn_holder {
    margin-bottom: 15px;
}

.aaf_body .aaf_prod_block .aaf_prod_btn_holder a.btn {
    min-width: 118px;
    min-height: 29px;
    font-size: 16px;
    padding: 7px 15px 5px 15px;
}

.aaf_body .aaf_prod_block .aaf_prod_code {
    font-size: 12px;
    color: #04023C;
}

.aaf_body .aaf_prod_block .aaf_prod_code b {
    font-weight: normal;
}

body.page-template-template-accessories-activity-final .aaf_coupon_notice_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

body.page-template-template-accessories-activity-final .aaf_coupon_notice_holder {
    margin-top: 15px;
    margin-bottom: 5px;
}

body.page-template-template-accessories-activity-final .aaf_coupon_notice {
    flex: 1;
    font-size: 11px;
    max-width: 375px;
    margin: 0 auto 10px;
    line-height: 1.7;
}

body.page-template-template-accessories-activity-final .aaf_coupon_notice_img {
    /* max-width: 230px;
    flex-basis: 230px; */
    position: relative;
    top: 5px;
}

body.page-template-template-accessories-activity-final .aaf_coupon_notice_img img {
    width: 100%;
    height: auto;
}

body.page-template-template-accessories-activity-intro .bottom-image,
body.page-template-template-accessories-activity-intro .bottom-image img,
body.page-template-template-accessories-activity-final .bottom-image,
body.page-template-template-accessories-activity-final .bottom-image img {
    max-width: 370px;
}
