/************
CAR ANIMATION
*************/

.car-animation {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 26.8vw;
	min-height: 321.59px;
	background: url('car/images/car_animation_bg_notrees_even.jpg') center center
		no-repeat;
	background-size: cover;
}

.car-animation-bg {
	/* position: absolute;
	/* margin-top: -19.2%; */
	z-index: 0;
	width: 100%;
	max-width: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.car-path-container {
	position: absolute;
	width: 41.8vw;
	min-width: 501.594px;
	height: 12.9vw;
	min-height: 160.797px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

	/* width: 41.8%;
	margin-right: 8.3%; */
}

.car-path {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;

	/* max-width: 100%;
	height: 107px;
	position: absolute;
	top:37px;
	left: 0;
	z-index: 2; */
}

.car-animation-path {
	width: 41.8vw;
	min-width: 501.594px;
	max-width: none;
}

.car {
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 23.4vw;
	min-width: 280.797px;
	transform: translate(-50%, -50%);

	/* margin-left: -13.2%;
	transform: scale(.65) translate(-50%); */
}

.trees-car {
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 27.76vw;
	min-width: 333.117px;
	height: auto;
	margin: 0 21% 5% 0;
	/* top: -286px;
	right: 50%;
	margin-right: 395px; */
}

@media screen and (max-width: 1200px) {
	.car-animation {
		margin-left: 50vw;
		transform: translateX(-50%);
	}

	.car-path-container {
	}
}

/****************
END CAR ANIMATION
****************/

/**************
PLANE ANIMATION
***************/

.plane-animation {
	position: absolute;
	width: 100%;
	min-width: 1440px;
	/* height: 250px; */
	margin-bottom: 0;
	bottom: 0;
	transform: translateY(calc(50% - 20px));
}

.plane-animation-bg {
	/* position: absolute;
	margin-top: -200px; */
	z-index: 0;
	/* max-width: none; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	width: 100%;
	position: relative;
}

.plane {
	position: absolute;
	width: 65.66vw;
	/* top: -182px; */
	left: 50%;
	/* margin-left: -625px; */
	transform: translate(-50%, -50%);
	z-index: 10;
	margin-top: -12.2vw;
}

@media screen and (max-width: 1440px) {
	.plane-animation {
		left: 50%;
		transform: translate(-50%, calc(50% - 20px));
	}

	.plane {
		position: absolute;
		width: 945.5px;
		margin-top: -175.68px;
	}
}

/******************
END PLANE ANIMATION
******************/

/********************
START BOAT ANIMATION
********************/

.footer-boat {
	z-index: 10;
}

/******************
END BOAT ANIMATION
******************/

.page .banner,
.blog .banner,
.section.section--about {
	background-size: cover !important;
}

.banner--account,
.banner.banner--bg-none {
	background-position: center center !important;
	min-height: 800px;
}

.banner + .content {
	z-index: 10;
}

.woocommerce-checkout .banner,
.woocommerce-cart .banner {
	background-position: top center !important;
	background-size: cover !important;
	min-height: 800px;
}

.woocommerce-checkout .banner:after,
.woocommerce-cart .banner:after {
	content: '';
	display: none !important;
}

.section.section--gray {
	background-color: #e9e9e9 !important;
}

.accordion.accordion--faq {
	position: relative;
	z-index: 2;
}

.animated-banner-logo {
	height: 340px;
}
/* @media screen and (max-width: 1023px) {
	.banner.banner--home .animated-banner-logo {
		height: 200px;
	}
} */

.animated-banner-logo h1 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.banner__description {
	margin-top: -80px;
}

.shipping-counter {
	color: #fff;
	display: block;
	padding: 1rem;
	font-size: 15px;
	margin-bottom: 1.5rem;
	background: #1a1a31;
	border-radius: 0.5rem;
	font-weight: 400;
}

.shipping-counter .pink {
	display: inline-block;
	color: #ff3b8f;
}

.product-header__stage {
	position: relative;
}

.product-header__thumbnail {
	animation: MoveUpDown 5s linear infinite;
	position: relative;
	bottom: 0;
}

@keyframes MoveUpDown {
	0%,
	100% {
		bottom: 0px;
	}
	50% {
		bottom: 25px;
	}
}

@media screen and (max-width: 1100px) {
	.car-animation-bg {
	}

	/* .car-path-container {
		margin-right: 40px;
	} */

	/* .car {
		width: 300px;
		margin-left: -130px;
		top: 70px;
	} */
}

/* Shroom Dose Calculator */

.calculator {
	background: url(images/form-bg.png) center center no-repeat;
	width: 100%;
	height: 754px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

#shroom-dose-calculator {
	max-width: 760px;
	margin: 0 auto;
}

#weight {
	width: 100%;
	color: #fff;
	border: 1px solid #fff;
	background: #2a2f2d;
	padding: 10px;
	border-radius: 5px;
	margin: 30px 0 0;
}

label {
	color: #fd3c94;
}

label[for='dose'] {
	margin: 60px 0 30px;
}

.doses {
	display: block;
	clear: both;
}

label.dose {
	width: 24%;
	display: inline-block;
	vertical-align: middle;
}

label.dose span {
	position: relative;
	display: block;
	height: 121px;
	padding: 20px;
	margin: 10px;
	border: 1px solid #f6f4f4;
	border-radius: 5px;
	background: #2a2f2d;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
}

label.dose span:hover {
	color: #000000;
	background: rgb(139, 232, 246);
	background: linear-gradient(
		180deg,
		rgba(139, 232, 246, 1) 0%,
		rgba(54, 210, 229, 1) 50%,
		rgba(139, 232, 246, 1) 100%
	);
}

.ic {
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 auto 15px auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.ic-micro {
	background: url(images/micro-dose-icon.png) no-repeat;
	background-size: 100% auto;
}

label.dose:hover .ic-micro,
input[type='radio']:checked + span .ic-micro {
	background-image: url(images/micro-dose-icon-hover.png);
}

.ic-low {
	background-image: url(images/low-dose-icon-2.png);
}

label.dose:hover .ic-low,
input[type='radio']:checked + span .ic-low {
	background-image: url(images/low-dose-icon-hover-2.png);
	background-size: 70% auto;
}

.ic-normal {
	background-image: url(images/normal-dose-icon.png);
}

label.dose:hover .ic-normal,
input[type='radio']:checked + span .ic-normal {
	background-image: url(images/normal-dose-icon-hover.png);
	background-size: 100% auto;
}

.ic-high {
	background-image: url(images/high-dose-icon.png);
}

label.dose:hover .ic-high,
input[type='radio']:checked + span .ic-high {
	background-image: url(images/high-dose-icon-hover.png);
}

label input[type='radio']:checked + span {
	color: #000000;
	background: rgb(139, 232, 246);
	background: linear-gradient(
		180deg,
		rgba(139, 232, 246, 1) 0%,
		rgba(54, 210, 229, 1) 50%,
		rgba(139, 232, 246, 1) 100%
	);
}

input[type='radio'] + span:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	opacity: 0;
	margin-right: 0;
	border: none;
	display: none;
	background-color: #f7f7f7;
}

input[type='radio'] + span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	border-radius: 0;
	display: none;
	background-color: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.shroom-dose-submit {
	position: relative;
	margin-top: 40px;
	padding: 20px 80px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 10px !important;
	border: none;
	cursor: pointer;
	background: rgb(248, 89, 174);
	background: linear-gradient(
		180deg,
		rgba(248, 89, 174, 1) 0%,
		rgba(250, 74, 161, 1) 50%,
		rgba(255, 59, 143, 1) 100%
	);
}

.shroom-dose-submit:before {
	content: '';
	display: block;
	width: 21px;
	height: 17px;
	position: absolute;
	top: 35%;
	right: 20px;
	background-image: url(images/lets-calculate-icon.png);
	background-repeat: no-repeat;
}

.shroom-dose-submit:hover {
	background: rgb(248, 89, 174);
	background: linear-gradient(
		180deg,
		rgba(250, 74, 161, 1) 0%,
		rgba(248, 89, 174, 1) 50%,
		rgba(255, 59, 143, 1) 100%
	);
}

.results {
	width: 160px;
	position: relative;
	margin: 40px auto 0;
	padding: 20px 10px;
	border: 1px solid #f6f4f4;
	border-radius: 5px;
	background: #2a2f2d;
}

.results:before {
	content: '';
	display: block;
	width: 21px;
	height: 17px;
	position: absolute;
	top: 35%;
	left: -40px;
	background-image: url(images/grams-left.png);
	background-repeat: no-repeat;
}

.results:after {
	content: '';
	display: block;
	width: 21px;
	height: 17px;
	position: absolute;
	top: 35%;
	right: -40px;
	background-image: url(images/grams-right.png);
	background-repeat: no-repeat;
}

.grams {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-align: right;
}

.number {
	display: inline-block;
	color: #fd3c94;
	font-weight: 600;
	text-align: left;
}

.blue.title {
	color: #42aec8;
}

.pink.title {
	color: #fd3c94;
}

.related-products {
	margin-bottom: -5rem;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
	background-color: #0d001d;
}

canvas.confetti {
	height: 1000px;
	width: 100%;
	position: absolute;
	top: 400px;
	left: 0;
	z-index: 9;
	margin-top: -1000px;
}

.header {
	z-index: 99;
}

@media screen and (max-width: 980px) {
	.calculator {
		background: linear-gradient(#020303, #52045a);
		height: auto;
		padding: 40px 20px;
		border-radius: 20px;
	}

	label.dose {
		width: 48%;
		display: inline-block;
		vertical-align: middle;
	}
}

.onsale {
	background: url(./images/sale-badge.svg) no-repeat center !important;
	background-size: 100% auto !important;
}

#wc_free_gift_chosen_gift.button {
	color: #000 !important;
}

/* CTA Popup Css Start - By Bhavik Start */
.mobile-cont {
	position: fixed;
	left: calc(1.5rem - 53px);
	bottom: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	transform: scale(0.55) translateY(calc(100% - 185px));
	transform-origin: bottom left;
	z-index: 10000;
}
.mobile-cont.hide_on_mobile {
	display: none;
}
.mobile-cont:before {
	content: ' ';
	position: absolute;
	top: 87px;
	width: 44px;
	height: 28px;
	border-radius: 30px 30px 0 0;
	opacity: 0;
	background: white;
	left: calc(50% - 104px);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 20px 4px rgba(255, 255, 255, 1);
	box-shadow: 0 0 20px 4px rgba(255, 255, 255, 1);
	animation: bulb 4s linear infinite;
}

.mobile-cont.active:before {
	animation: none;
}

@-webkit-keyframes bulb {
	0 {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}

	26% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}
@keyframes bulb {
	0 {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}

	26% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

.mobile-cont.active {
	transform: scale(0.55) translateY(0);
}

.mobile-cont__mobile {
	float: left;
	max-width: none;
}

.mobile-cont__click {
	position: absolute;
	top: 27px;
	left: 40%;
	cursor: pointer;
	scale: 1.25;
}

.mobile-cont__open-img {
	float: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.mobile-cont__close-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.active .mobile-cont__open-img {
	opacity: 0;
}

.active .mobile-cont__close-img {
	opacity: 1;
}

.mobile-cont ul,
.mobile-cont ul li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mobile-cont ul.mobile-cont__links {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.mobile-cont ul.mobile-cont__links li.mobile-cont__item {
	float: left;
	padding: 0 4.5px;
}

.mobile-cont ul.mobile-cont__links li.mobile-cont__item a.mobile-cont__link {
	position: relative;
	float: left;
	padding: 37px;
	border-radius: 15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	background: rgb(14, 14, 14);
	background: -moz-linear-gradient(
		180deg,
		rgba(14, 14, 14, 1) 0%,
		rgba(25, 25, 25, 1) 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(14, 14, 14, 1) 0%,
		rgba(25, 25, 25, 1) 100%
	);
	background: linear-gradient(
		180deg,
		rgba(14, 14, 14, 1) 0%,
		rgba(25, 25, 25, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0e0e",endColorstr="#191919",GradientType=1);
	-moz-box-shadow: inset -3px 3px 3px rgba(255, 255, 255, 0.09),
		inset 3px -3px 3px rgba(0, 0, 0, 0.1), 0 0 6px 8px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset -3px 3px 3px rgba(255, 255, 255, 0.09),
		inset 3px -3px 3px rgba(0, 0, 0, 0.1), 0 0 6px 8px rgba(0, 0, 0, 1);
	box-shadow: inset -3px 3px 3px rgba(255, 255, 255, 0.09),
		inset 3px -3px 3px rgba(0, 0, 0, 0.1), 0 0 6px 8px rgba(0, 0, 0, 1);
}

.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link:hover,
.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link.active {
	background: rgb(59, 213, 252);
	background: -moz-linear-gradient(
		180deg,
		rgba(59, 213, 252, 1) 0%,
		rgba(244, 35, 159, 1) 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(59, 213, 252, 1) 0%,
		rgba(244, 35, 159, 1) 100%
	);
	background: linear-gradient(
		180deg,
		rgba(59, 213, 252, 1) 0%,
		rgba(244, 35, 159, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bd5fc",endColorstr="#f4239f",GradientType=1);
	-moz-box-shadow: inset -3px 3px 3px rgba(255, 255, 255, 0.65),
		inset 3px -3px 3px rgba(0, 0, 0, 0.5), 0 0 6px 8px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset -3px 3px 3px rgba(255, 255, 255, 0.65),
		inset 3px -3px 3px rgba(0, 0, 0, 0.5), 0 0 6px 8px rgba(0, 0, 0, 1);
	box-shadow: inset -3px 3px 3px rgba(255, 255, 255, 0.65),
		inset 3px -3px 3px rgba(0, 0, 0, 0.5), 0 0 6px 8px rgba(0, 0, 0, 1);
}

.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link
	.mobile-cont__link-icon,
.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link
	.mobile-cont__link-icon-white {
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: contain;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link.active
	.mobile-cont__link-icon,
.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link:hover
	.mobile-cont__link-icon {
	filter: brightness(10);
}

/* .mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link:hover
	.mobile-cont__link-icon-white {
	opacity: 1;
}

.mobile-cont
	ul.mobile-cont__links
	li.mobile-cont__item
	a.mobile-cont__link:hover
	.mobile-cont__link-icon {
	opacity: 0;
} */

/* New Css Added Start */
.mobile-cont__img-cont {
	position: absolute;
	left: 50%;
	bottom: 152px;
	transform: translateX(calc(-50% - 10px));
}

.mobile-cont__img {
	float: left;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	width: 305px;
	height: 355px;
	max-width: none;
}

.mobile-cont__img.active {
	opacity: 1;
	z-index: 5;
}

.mobile-cont__img:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

/* New Css Added End */

@media (min-width: 767px) {
	.mobile-cont {
		transform: scale(0.6) translateY(calc(100% - 185px));
	}
	.mobile-cont.hide_on_mobile {
		display: block;
	}
	.mobile-cont.active {
		transform: scale(0.6) translateY(0);
	}
	.mobile-cont {
		left: calc(1.5rem - 53px);
	}
}

@media (min-width: 1500px) {
	.mobile-cont {
		left: calc(0 + 1.5rem);
	}
	.mobile-cont {
		transform: scale(0.7) translateY(calc(100% - 185px));
	}
	.mobile-cont.active {
		transform: scale(0.7) translateY(0);
	}
}

/* CTA Popup Css Start - By Bhavik End */

/* LoadMore Effect Css Start - By Bhavik Start */

.section--boat .btn__wrapper {
	text-align: center;
}

.section--boat .btn__wrapper .loading__svg {
	display: none;
	margin: 0 auto;
}

.section--boat .btn__wrapper .loading__svg.still-loading {
	display: block;
}

.section--boat .btn__wrapper .button.button--banner:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('./images/loading-button.svg') no-repeat scroll center,
		linear-gradient(180deg, #82e7f4, #48bdc7 80%, #99e3ef);
	display: none;
}

.section--boat .btn__wrapper .button.button--banner.still-loading:before {
	display: block;
}

.section--boat .btn__wrapper .button.button--banner.still-loading {
	display: none;
}

.section--boat .btn__wrapper .button.button--banner.still-loading {
	pointer-events: none;
}

.section--boat .btn__wrapper .button.button--banner {
	position: relative;
	overflow: hidden;
}

/* LoadMore Effect Css Start - By Bhavik End */

div.banner-overlay {
	width: 100%;
	position: absolute;
	left: 50%;
	top: auto;
	right: 0%;
	bottom: -0.45rem;
	height: auto;
	max-width: 1324px;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.section--large .product-thumb__image img {
	width: 144px;
}

@media (min-width: 479px) {
	.section--large .product-thumb__image img {
		width: 200px;
	}
}
@media (min-width: 992px) {
	.section--large .product-thumb__image img {
		width: 200px;
	}
}
@media (min-width: 1199px) {
	.section--large .product-thumb__image img {
		width: 320px;
	}
}

.header .custom-css-space-menu ul {
	padding-left: 0 !important;
}

.woocommerce-error {
	background-color: #b3eed333 !important;
	color: #0f834d;
	border: 1px solid #0f834d !important;
	padding: 0.75rem 1.2rem 0.75rem 1.2rem;
	font-weight: bold;
	text-align: center;
	padding: 1.5rem;
	width: 100%;
}
.woocommerce-error li {
	color: red !important;
}

textarea::placeholder {
	filter: none;
}

input[type='search']::placeholder {
	filter: none;
	text-shadow: none;
	color: #666666;
}

.shop_table.shop_table_responsive .coupon{
	gap: 15px;
}
.shop_table.shop_table_responsive .coupon-error-notice{
	color: red;
	margin: 0;;
}

#payment-modal {
	display: flex;

	justify-content: center;
	align-items: center;
}


.woocommerce-order-received .content{
	padding-top:6.5rem;
 }


@media screen and (max-width: 479px) {
	.payment-modal p{
       padding:0px 35px !important;
	}

}


	
