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

.car-animation {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 26.8vw;
	min-height: 321.59px;
	background: url('/wp-content/themes/shroom-bros/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('/wp-content/themes/shroom-bros/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('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAeCAYAAACiyHcXAAAACXBIWXMAAAsTAAALEwEAmpwYAAACwElEQVRIie3XX2hWdRzH8dezTZclcyphWqCgMhPzYrAoDCJk0IXehiiGgYGWBk1HCA6KjCIIKkYQBiZIpTi8EEVFKUZKY3QpOidqRZhjS7I/I7Wti9952LPj7zxnhyF64ffq+zvf9/M7n3N+3z/nKekbUMCm4gBeRBdexn8p5nEcRhPexQeRfVbgKzyMTaWCItZhX8V6FY6kmE/wRuKPYi6upZgzeDbxf6spogB/56zT127hZg7zV62t7UVE9KEBjfgceyLMj1gsHFM7eiNML5YJb+j1osdxV6zocdwVyxLxKPbjB6zOYJpwHKewPINpFZKwS6iaqGUdx25sTPxhzMGfKeY7PJ/4PXgmFZ+CQSGHCA+1JnazrDcxvcKvF/pD2hoz/LLVYVrFuiHCVBWxC/3CW9iBoQizDQNJbHskPow2/IMr6MgSkVcdJaHhTIbJ3SOvOvIETITJ3aMG8/Ah3sGMDK4ZndiC2gymFZ/hpbybpq0Oh/B0sl6MtSmmAScxs+I3H6eYJTiaxDYLeXJqoiJqhPZZticjzBMVAuCpCLMkEVCNqSqiAyP4F+9HmHP4JvEH8GmEOYbTiX/e+Emba+XqmIXbuFGFnSc0n9hUDHuFrnjVnd8YExJxT+2+HmAwH7Nzft+ER6rE67BUmCOFRbThMn7Bygxmj5CE/VgYiT8kTNCzwjSuLyriLSHRpuG1SHwONiT+XKyPMM+hJfGbjU3cCYu4WOH/FIn/jusV60sR5mdjLXsUv2aJyPrG/B6PoRs7hR5SaSPCK54t9JBOd86IIeFhpgpj4USWiAclWraiIl4QKqIbCzKYzUIeHRQqJG0lfIQLeDtcKHYc/ViU+F/ilVR8pvBfotwXXsUXKabV+PxomcxxlCLXao3/3oj1hvQ9a4uKeFPI+rN4LxIfFKbyH/gWeyPMSXwtVNxu9PwP0iaWSIwIVSQAAAAASUVORK5CYII=') no-repeat;
	background-size: 100% auto;
}

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

.ic-low {
	background-image: url('/wp-content/themes/shroom-bros/images/low-dose-icon-2.png');
}

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

.ic-normal {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAC8UlEQVRYhe3YT4hWVRjH8c+8o0TEIEyUMrWKCIr+rSzNTbSR/gizi6DCFkWGtSgJF60SqSykv9TGSnAxEJE1lZukRWMNiq2ihlmm0owWatlYzpstzrl43+c9t4tEifD+4MLz3O9zzjz3nvu8c54zZGZeTZfhE9yG5/GCXl2CD3EnXsXmwDvYhXHswIbAh/AmHsFuPIBub0BvQo/jrWx3cRXmavwhvF/zr8Nszb8bn9b82zFd81cG/94QrxOeYElgw4G3+Utb/CUtvC+hXfgaZ7AVRwL/AHuxKC3ZD4F/Ji15N8+1L/Bv8v0uJvF5TCguWaVhYW3/Lx7fUKV/muw/5R2poqalr/6KQszNmMIejBX4NdIyfil95FFj0tJM5bmiRqXK3Y9VQ2bmZ3Fthq/jyTDgK9yR7Xelkq1rN9Zley/uCnwH1md7CmsC34Znsj3TwfIavLLwBMsb7NKYf807UjWdxa94rTDgZWnN/5DeYNQ2/ClV3osF/kYe28UrBf4OTuYcXqqqbAy/ZVDSCizgRAO/XPoejzbwZbgUPzXwkXwdaSr7C6amsr9gGiTUpkFCbRok1KZBQm0aJNSmQUJtqhIak/79N2mFtIVo0qjy9rfSsjxHk0ZyDjp4FofytboQ/Ghmc1hb4ONSu3QYDxb42jz2EB4r8FX4MfPNQ2bmTzr3diZwfxhQ33NP4r7A9+VJ4TvcGPgk7qnNFRuB9/Bwto939LbKPxeeoI3/0hBb6VjNLu0o6/fmhm3c9C1uwQE8jVNhwEHciu/xlP5t7rTU3hyWzgaOBX4AN+U//IT+bexB3CDt6TdcNFvYeIhwvrzt56SRRzAqfaQL2FKIH8EXOI3tBb4UH2e+szB/J98/neP6Tj/ikm10rjc7i6v1noCslzrRStfrPQFZJ3WyldZI3Wql1cEfx0cx47oWa/Zf+aorHhJEf/E8/TPB70top7Qkp/Cc/oqYkE68fpeO+2YD35NjFqSOdDrw/Xg784kc36O/AZpdvcRbkiPSAAAAAElFTkSuQmCC');
}

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

.ic-high {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAiCAYAAACjv9J3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAC20lEQVRIib3XTYiVVRgH8N+9jo4fTRcrwYWDrgQ3GgSFGGGrREsXpRgRuihRxKI2ikamkh/oRqUsxUXlB0GmDa5ElJBWKi0E47Yxi9KuH2PFNFOStXjey7zafe89d3L6r57zvs89//O853/+57kl1Zo2sQw78A3m4+d2Jyi3mT8KO9GFx/Fau4RDIb0vaJf0T7yB33AWu4ZCWhrCnv5nNKu0G9uwAiMS55uCwziCaUVJHU0m6MGjubzdCaTvYW4Wdwux/QtFlY7NEcITCYQwIRc/XJRURPo7jufGxxJJV+M7XMebRUnNhDQGz+IqzuSev4TNqGIxbiYuKIm0ETrQiwey8TvY0C5pXUjj0Y+BhPzO3HhcIk8X1qCCHWWsEntwRWvBDGAtbuNbaYomvHotVuJISbX2a7YS+FTsUyuMyRbwdyLpKTydxX1l3Mi97M3FFbwqxHQv+gsIJ+ID7BdGUcd2YZ13sL6kWpuJreITL8e1LPE0ZmfxUnzUuiBfiOsOvsKTuXfjxC3VW6Te0Vk1dRzAywmk5/BYFn+PyY2SisxhQFRax8kEQnhbbFGfUGtDNDunFSwSnUFP7vkz2eRVvC72Ko+RKIlrsG3SRhghhFfJxm/h3XYmYNAcOsXZu9Mif6RBN4KHEnlG4RVxNPeWsQS38AOmt/jxALaI4/IT9iSSbhPX3lYcLanWbgobhEPC0FthQrbQ24mkX+KpLO4ru/to5L23A/Mwo8Ek1woIK1iPTXgk9/zDXP7ukmptjmiwbggLvJy97MFzYp8X4vOEig7hxSw+IZRex0Rhn5eK1NspLvL6OU41h68Ndhw/YlKjpCJz+AMXcuOzCYSEyPrFp9xYlNTsnHaLa+8S9uKvROIuUcwvQyEdNjRrQe8nykKkD+KTMp4XzdVFTB0m0g04KMzks3IWjBcd+bphIp2Vi2f/X//aPjbo6/tKqrUX8L4whwWi4RoOTBXKPv8PIommTGThj8EAAAAASUVORK5CYII=');
}

label.dose:hover .ic-high,
input[type='radio']:checked + span .ic-high {
	background-image: url('/wp-content/themes/shroom-bros/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('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAu0lEQVQ4jbWTwQnCQBBFX5YYEG9pRK0iZViBzejdCrQDC/Do1R68igfF7yHLGkcSmJV8GD68WYbZ2VkkHSXtJVWS6ISXpwjAE3jwKy9PKiTNgBdwNzkvTwrArXOgBproXv6RmcdKrVb/8GA6PwPb6Nm8kNQ3mmyVA7kALIEJcHLxvl2TNJV0kXT18qHrZ3c6ykzt68+BTfRsbosugHX0fG6GXUtqomfz0f7+AdgBlcl5+VfRknY9rLw86Q2SjkeAdexACAAAAABJRU5ErkJggg==');
	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('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAy0lEQVQ4jbXTPWoCQRjG8d/6EZB0xnskKXIGq1wgZ9DOk3iA3CC1KTyAkCbdXmHTiE0QPxALl407ysJM8Gke+D/DwzvDO5m8mGOFN2z9KZZXamGP3ZUsllfK5MU9DlgHWSyvTfp7dqCPYemxvFZ6rld8lp7M20aTcPodZvhJ5Zm8CEv/rU5D1sIzuljE8KZJe/jGAwYxvGnSjdOCd2P5Td40XKlHTEtP5mHpE8alJ/Pw+n284AvLVH6zv/+Bd9wFWSyvlXZcrocEXukI+llTXBte2CoAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
}

.results:after {
	content: '';
	display: block;
	width: 21px;
	height: 17px;
	position: absolute;
	top: 35%;
	right: -40px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAy0lEQVQ4jbXUQWpCMRSF4e89reDMupEKpeAChDpod1JnrsQFdOgW2j10AW5BQTsrReygg5dKDTzlBjyTG/4kh5tDkspqrUU9LDHAJMLrNsekA36ivDrTKfRR4yvC806HeEwVvtPGEM9Nn/GeajHveJln6xzwhk0pv5RpkWqMcZ/G/xXlR1VW6y12GGmC/lOUH9XFkyaXfTYX5Sedts0VK8/lDotUi3luOsIs1WKeH3+IB3zgs5Rf5e13zxj28IpbTCP80td3o7l2If4LCYpLxaRcx1IAAAAASUVORK5CYII=');
	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('/wp-content/themes/shroom-bros/./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('/wp-content/themes/shroom-bros/./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;
	}

}


	
