@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body{
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	background: #f8f9fa;
}

body::-webkit-scrollbar, html::-webkit-scrollbar, .cart_items::-webkit-scrollbar{
	width: 0;
}

footer{
	padding: 1rem;
	text-align: center;
}

footer p{
	font-size: 1rem;
	margin-bottom: .5rem;
}

a{
	text-decoration: none;
	color: #cdcdcd;
}

a + a{
	margin-left: 1rem;
}

h1, h2{
	font-weight: normal;
	font-size: 1.6rem;
	margin: 0;
	margin-bottom: 1rem;
}
p{
	font-size: 1.1rem;
	margin: 0;
}
section{
	padding: 1rem .5rem;
}

button{ border:none; }

header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	background: #ffffff;
	position: sticky;
	top: 0;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
header > img{
	width: 130px;
	height: auto;
}
header > div{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}
header > div > button{
	width: 40px;
	height: 40px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}
header > div > button > img{
	width: 100%;
	height: auto;
}
.main_btn{
	width: 100%;
	height: 50px;
	border-radius: 2.4rem;
	font-size: 1.1rem;
	font-weight: 600;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart_view{
	position: relative;
	display: none;
}
.cart_view > div{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #b22222;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	position: absolute;
	top: -5px;
	right: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.main_body{
	flex: 1;
	flex-direction: column;
}
.category_name{
	padding: .5rem;
}
.products_list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .3rem;
	margin-top: 1rem;
}
.product_card{
	width: 100%;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-radius: .5rem;
	padding: .5rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product_card > div{
	position: relative;
	width: 100%;
	height: 0;
	padding: 50% 0;
}
.product_card > div > div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	border-radius: .4rem;
}
.product_card > div > div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_card p span{
	font-size: 1.2rem;
	font-weight: 700;
}
.product_card p{
	font-size: 1rem;
	margin: 1rem 0;
	font-weight: 500;
	line-height: 1.5;
}
.product_card > div > button{
	background: #030c09;
	width: 28px;
	height: 28px;
	color: #ffffff;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 .4rem 0 .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.product_card > div > button.selected{
	border-radius: .7rem;
	top: .2rem;
	right: .2rem;
	width: initial;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .2rem;
	height: 30px;
}
.product_card > div > button.selected span{
	width: calc(30px - .4rem);
	height: calc(30px - .4rem);
	margin-right: .3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: .6rem;
	color: #030c09;
	font-size: .9rem;
	font-weight: bold;
}

section.variant_selector{
	padding: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 1;
	box-sizing: border-box;
	animation-duration: .4s;
	animation-timing-function: ease-in-out;
	display: none;
	z-index: 2;
}
.variant_selector > div {
	width: 100%;
	height: 100vh;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.variant_selector > button:nth-of-type(1){
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.variant_selector > button:nth-of-type(1) > img{
	width: 17px;
	height: auto;
}
.variant_selector > button:nth-of-type(2){
	position: fixed;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	min-width: calc(100% - 2rem);
	background: #dcdcdc;
	color: #9aa2a7;
	width: calc(100% - 2rem);
	height: 50px;
	border-radius: 2.4rem;
	font-size: 1.1rem;
	font-weight: 600;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.variant_selector > button.ready:nth-of-type(2){
	background: #5fd040;
	background: #949c55;
	background: #36454F;
	color: #ffffff;
}
.product_image{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.product_image > div{
	width: 100%;
	height: 0;
	padding: 50% 0;
	position: relative;
	justify-content: center;
	align-items: center;
	background: #9aa2a7;
	background: ;
	overflow: hidden;
	display: none;
}
.product_image > div:first-of-type{
	display: flex;
}
.product_image > div > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*height: auto;*/
	position: absolute;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;
}
.product_image > button{
	flex-shrink: 0;
	font-size: 1.2rem;
	padding: 0;
	background: rgba(255, 255, 255, .5);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #030c09;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 .6rem rgba(0, 0, 0, .4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	z-index: 2;
}
.product_image > button:nth-of-type(2){
	left: initial;
	right: 1rem;
}
.variant_options{
	padding: 1rem;
	padding-bottom: 10rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.variant_options h2{
	font-size: 1rem;
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}
.variant_options h2 span{
	background: #f5f5f5;
	background: #f9ea9b;
	background: #f8e582;
	font-size: .8rem;
	border-radius: .2rem;
	display: block;
	font-weight: normal;
	padding: 0 .2rem;
	align-self: flex-end;
}
/*.variant_options > label:after{
	content: '';
	width: 14px;
	height: 14px;
	border: 2px solid #5fd040;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.variant_options > label.active:after{
	width: 8px;
	height: 8px;
	border: 8px solid #5fd040;
}*/
.variant_options > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.variant_options > div > label{
	display: block;
	position: relative;
	font-size: 1rem;
	padding-right: 1rem;
}
.variant_options > div > label > span{
	font-weight: bold;
}
.variant_options > div > button, .variant_options > div > span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 500;
}
.variant_options > div > button:nth-of-type(1){
	background: #dcdcdc;
	color: #9aa2a7;
}
.variant_options > div > button:nth-of-type(2){
	background: #9aa2a7;
	color: #ffffff;
}
.variant_options > div > span{
	font-size: 1.2rem;
	width: initial;
}
.variant_options > div > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: .4rem;
}
.variant_options > div > div > button, .cart_item button{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #36454F;
	background: #727c83;
	color: #ffffff;
	font-size: 1.2rem;
}
.variant_options > div > div > button, .variant_options > div > div > span{
	opacity: 0;
}
.variant_options > div > div > button:last-of-type{
	opacity: 1;
}
.product_name{
	padding:  0 1rem;
}
.product_name h2{
	font-size: 1.1rem;
	margin-bottom: .5rem;
}
.product_name h3{
	margin: .5rem 0;
	color: #8CA868;
}
.product_name p{
	font-size: .8rem;
	line-height: 1.5;
}

@keyframes slide-left {
	from { transform: translateX(100%); opacity: 0; }
	to { transform: translateX(0); opacity: 1; }
}

@keyframes push-right {
	from { transform: translateX(0); opacity: 1; }
	to { transform: translateX(100%); opacity: 0; }
}

@keyframes slide-right {
	from { transform: translateX(-100%); opacity: 0; }
	to { transform: translateX(0); opacity: 1; }
}
@keyframes slideIn {
	from {
		transform: translateY(-30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.category_summary + .category_summary {
	margin-top: 2rem;
}

.category_summary > div:nth-of-type(1){
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0 .8rem;
}
.category_summary > div > h2{
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0;
}
.category_summary > div a{
	text-decoration: none;
	color: #000000;
	opacity: .6;
	margin: 0;
	font-size: 1.1rem;
}


.scroll_card {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 10px;
	padding: 10px;
}

.scroll_card > div {
	flex: 0 0 40%; /* Show 3 items per view */
	scroll-snap-align: start;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding: 8px;
	min-width: 120px; /* ensures visibility on very small screens */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.scroll_card > div > div {
	width: 100%;
	height: 0;
	padding: 50% 0;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.scroll_card > div > div img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scroll_card button.selected{
	border-radius: 20px;
	top: .2rem;
	right: .2rem;
	width: initial;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .2rem;
	height: 30px;
}
.scroll_card button.selected span{
	width: calc(30px - .4rem);
	height: calc(30px - .4rem);
	margin-right: .3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: 50%;
	color: #030c09;
	font-size: .9rem;
	font-weight: bold;
}
.scroll_card button {
	background: #030c09;
	width: 28px;
	height: 28px;
	color: #ffffff;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 .4rem 0 .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}

.scroll_card p{
	font-size: .9rem;
	line-height: 1.4;
	margin: .5rem 0;
}
.scroll_card p:nth-of-type(2){
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 0;
}

.scroll_card::-webkit-scrollbar {
	display: none; /* hide scrollbar for clean look */
}
.cart_div{
	position: fixed;
	top: 0;
	left: 0;
	background: #f8f9fa;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	z-index: 2;
	flex-direction: column;
	animation-duration: .4s;
	animation-timing-function: ease-in-out;
	display: none;
	padding: 1rem;
}

.nav_title{
	display: flex;
	align-items: center;
	padding: .5rem 0;
	gap: 1rem;
}
.nav_title h1{
	font-size: 1.2rem;
	margin: 0;
	font-weight: 700;
}
.nav_title > div{
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_title > div > img{
	width: 100%;
	height: auto;
}
.nav_title > div:last-child{
	margin-left: auto;
}
div.summary_sub{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 0;
}
.cart_items {
	flex: 1;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	animation-duration: .4s;
	/*gap: 1rem;*/
}
.cart_item{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0;
	/*background: #ffffff;*/
	/*border-radius: 1rem;*/
	/*padding: .5rem;*/
}
.cart_item + .cart_item{
	border-top: 1px solid #ebebeb;
}
.cart_item > div:nth-of-type(1) {
	width: 30%;
	background: #f5f5f5;
	border-radius: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cart_item > div:nth-of-type(1) > div{
	width: 100%;
	height: 0;
	padding: 50% 0;
	position: relative;
	overflow: hidden;
	border-radius: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart_item > div:nth-of-type(1) > div > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.cart_item > div:nth-of-type(2) {
	height: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cart_item > div:nth-of-type(2) > div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cart_item > div:nth-of-type(2) > div > span{
	width: 26px;
	height: 26px;
	display: block;
	position: relative;
}
.cart_item > div:nth-of-type(2) > div > span > div{
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	background: #030c09;
	white-space: nowrap;
	padding: .4rem .8rem;
	border-radius: .4rem;
	font-size: .8rem;
	display: none;
}
.cart_item > div:nth-of-type(2) > div > span.showing > div{
	display: block;
	z-index: 2;
}
.cart_item > div:nth-of-type(2) > div > span > div:before{
	content: '';
	width: 7px;
	height: 7px;
	background: #030c09;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}
.cart_item > div:nth-of-type(2) > div > span > img{
	width: 100%;
	height: auto;
}
.cart_item h3{
	font-size: 1rem;
	margin: 0;
}
.cart_item p{
	opacity: .7;
	font-size: .9rem;
	font-weight: 500;
	margin: .5rem 0;
}
.checkout_btn{
	background: #36454F;
	color: #ffffff;
	width: calc(100% - 2rem);
	height: 50px;
	border-radius: 30px;
	margin: 2rem auto;
	font-size: 1.2rem;
	position: fixed;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.shipping_address{
	border: 2px solid #cdcdcd;
	border-radius: 1rem;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 10rem;
	margin-top: 1.5rem;
}
.shipping_address > h2{
	font-size: 1rem;
	margin-bottom: .5rem;
}
.shipping_address > div{
	background: #ffffff;
	border-radius: .8rem;
	padding: 1.5rem;
	padding-right: 3rem;
	line-height: 1.4;
	position: relative;
	font-size: 1rem;
	font-weight: 500;
}
.shipping_address > div:after{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #949c55;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}
.shipping_address > div.selected:after{
	width: 18px;
	height: 18px;
	background: #949c55;
	box-shadow: 0 0 0 4px #f6e8d6;
}
.shipping_address > button{
	align-self: flex-end;
	background: #36454F;
	color: #ffffff;
	font-size: .9rem;
	font-weight: 500;
	padding: .5rem .8rem;
	border-radius: 1rem;
}
section.maps_div{
	width: 100%;
	height: 100vh;
	padding: 0;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	background: #f7f7f7;
	z-index: 2;
	animation-duration: .4s;
	display: none;
}
.map{
	flex: 1;
	display: flex;
	justify-content: center;
	position: relative;
}
.map:after{
	content: '';
	width: 4px;
	height: 4px;
	background: #419a95;
	box-shadow: 0 0 3px 1px grey;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.map > button{
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 .6rem rgba(0, 0, 0, .4);
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.map > button > img{
	width: 22px;
	height: auto;
}
.map_container{
	width: 100%;
	height: 100%;
}
.map_confirm{
	padding: 2rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: #ffffff;
	transition: all .4s ease-in-out;
	overflow-y: hidden;
}
.map_confirm > div{
	border: 1px solid #ebebeb;
	padding: 1rem;
	border-radius: .8rem;
	min-height: 4rem;
}
.map_confirm button{
	width: calc(100% - 2rem);
	background: #36454F;
	color: #ffffff;
	width: 100%;
	height: 50px;
	border-radius: 2.4rem;
	font-size: 1.1rem;
	font-weight: 600;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
section.address_details{
	display: none;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .4);
}
.address_details > div{
	background: #ffffff;
	border-radius: 1rem 1rem 0 0;
	position: absolute;
	bottom: 0;
	max-height: 0;
	transition: max-height 0.4s ease-in-out;
	overflow-y: hidden;
	width: 100%;
	box-sizing: border-box;
}
.address_details > div > button:first-child{
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
	background: #cfcfcf;
	position: absolute;
	top: -.5rem;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.address_details > div > div + div{
	margin-top: 1.4rem;
}
.address_details > div > div > img{
	width: 40px;
	height: auto;
	opacity: .4;
}
.address_details > div > button > img{
	width: 20px;
	height: auto;
}
.address_details > div > button{
	width: 100%;
	height: 50px;
	border-radius: 25px;
	margin: 2rem auto;
	font-size: 1.2rem;
	background: #36454F;
	color: #ffffff;
}
.address_details > div > button.inactive{
	background: #dcdcdc;
}
.address_details h2{
	font-size: 1.2rem;
	margin-bottom: 2rem;
	font-weight: 600;
}
.address_buttons{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .6rem;
	margin-bottom: 2rem;
}
.address_buttons > button{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	gap: .5rem;
	height: 80px;
	border-radius: .8rem;
	background: #ebebeb;
}
.address_buttons > button > img{
	width: 36px;
	height: auto;
	opacity: .5;
}
.location_marker{
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #419a95;
	position: absolute;
	top: calc(50% - 26px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: .4s;
	pointer-events: none;
}
.marker_center{
	width: 30%;
	height: 30%;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
}
.location_marker:after{
	content: '';
	background: #419a95;
	width: 4px;
	border-radius: 0 0 2px 2px;
	height: 30%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
}
.location_marker.location_marker_after{
	top: calc(50% - 40px);
	transition: .4s;
}
.location_marker.location_marker_after > .marker_center{
	width: 60%;
	height: 60%;
	transition: .4s;
}

.selected_location{
	background: #ffffff;
	border-radius: .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .8rem;
	position: absolute;
	bottom: calc(50% + 60px);
	box-sizing: border-box;
	z-index: 4;
	box-shadow: 0 0.2rem 1rem rgba(0,0,0,.15);
	animation-name: popgrow;
	animation-duration: .4s;
	max-width: 80%;
	display: none;
}
.selected_location.shrinking{
	animation-name: shrink;
	animation-duration: .4s;
}
@keyframes popgrow {
	0% {
		scale: 0;
	}
	90%{
		scale: 1.1;
	}
	100% {
		scale: 1;
	}
}
@keyframes shrink{
	0% {
		scale: 1.1;
	}
	100% {
		scale: 0;
	}
}
@keyframes slideup {
	0% {
		bottom: -200px;
	}
	100% {
		bottom: 0;
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	} 100% {
		transform: rotate(360deg);
	}
}
.spinner{
	width: 100px;
	height: 100px;
	border: 4px solid #ace1af;
	border-bottom: 4px solid transparent;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner > svg{
	width: 70%;
	height: auto;
}
.spin{
	animation: spin .8s linear infinite;
}
.selected_location:after{
	content: '';
	width: 14px;
	height: 14px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: rotate(45deg) translateX(-50%);
}
.selected_location > span:nth-child(1) {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: .4rem;
	padding: .4rem;
	margin-right: .5rem;
}
.selected_location > span > span{
	display: block;
	width: 100%;
	font-size: 1rem;
}
.selected_location > span > span:nth-child(1) {
	font-weight: 700;
	margin-bottom: .4rem;
}
.selected_location > span > span:nth-child(2){
	color: #419a95;
	font-size: .9rem;
	font-weight: 600;
}
.selected_location img{
	width: 20px;
	height: auto;
}

/*.map_circle {
	width: 20px;
	height: 20px;
	background: rgba(255, 0, 0, 0.6);
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	animation: pulsate 1.5s infinite;
}*/

.user_location_pin{
	width: 8px;
	height: 8px;
	background: #009fbd;
	border-radius: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.user_location_pin:after, .user_location_pin:before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	background: #009fbd;
	animation: pulsate_worker 2s infinite;
}
.user_location_pin:after{
	animation-delay: 1.3s;
}

@keyframes pulsate_worker{
	0% {
		transform: scale(0);
		opacity: 1;
	}
	100% {
		transform: scale(4) ;
		opacity: 0;
	}
}

@keyframes pulsate {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.input_field{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	border-radius: .8rem;
	position: relative;
}
.input_field + div{
	margin-top: 1.5rem;
}
.address_details > div > div.input_field > img{
	width: 24px;
	height: auto;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.input_field > input.valid_input:focus{
	outline-color: #419a95;
}
.input_field > input.valid_input{
	border-color: #419a95;
}
.input_field > input{
	width: 100%;
	height: 100%;
	padding: 1.4rem;
	padding-left: 4rem;
	box-sizing: border-box;
	border-radius: .8rem;
	border: 1px solid #bebebe;
	font-family: inherit;
	font-size: 1rem;
}
.input_label{
	display: inline-block;
	background: #ffffff;
	padding: 0 .2rem;
	position: absolute;
	top: -10px;
	left: 3rem;
	font-size: .9rem;
	font-weight: 500;
	color: #9b9b9b;
}
button.inactive{
	background: #dcdcdc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 70px #ffffff inset;
}
.input_field > input:focus{
	background-color: transparent;
}
.checkmark {
	stroke-dasharray: 150; /* Length of the checkmark path */
	stroke-dashoffset: 150;
	animation: drawCheckmark 2s ease forwards; /* Duration and easing */
}
@keyframes drawCheckmark {
	0% {
		stroke-dashoffset: 150;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

.modal {
	width: 100%;
	height: 100vh;
	padding: 1rem;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: #ffffff;
	display: none;
	animation-duration: .4s;
	z-index: 3;
}
.modal h1{
	font-size: 1.4rem;
	font-weight: 700;
}
.modal > div{
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 1rem;
	align-items: center;
	height: 100%;
	width: 100%;
}
.modal > div > div > p{
	font-size: 1.1rem;
	font-weight: 600;
	max-width: 70%;
	line-height: 2;
	text-align: center;
}
.modal > div > div{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
}
.modal > div > div > img{
	width: 40%;
	height: auto;
	display: block;
	margin: 2rem auto;
}
.modal > div > div > button:nth-of-type(1){
	width: 100%;
	height: 50px;
	text-align: center;
	background: #36454F;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 2rem;
	border: none;
	margin: 1rem auto;
}
.modal > div > div > button:nth-of-type(2){
	color: #36454F;
	background: none;
	border: none;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1rem auto;
}
.summary_section{
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: none;
}
.checkout_summary{
	background: #ffffff;
	box-shadow: 0 -.1rem .2rem rgba(0, 0, 0, .2);
	padding: 0 1rem;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	border-radius: 1rem 1rem 0 0;
	bottom: 0;
	left: 0;
	max-height: 452px;
	overflow-y: hidden;
	animation-duration: .4s;
	transition: all .4s ease-in-out;
}
.checkout_summary button{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border-radius: 30px;
	margin: 1rem auto;
	margin-bottom: 3rem;
	font-size: 1.2rem;
	background: #36454F;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkout_summary button.spinning > span{
	font-size: 0;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .7);
	border-bottom: 2px solid transparent;
	animation: spin .8s linear infinite;
}
.close_sum{
	padding: 2rem 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.close_sum > div:nth-of-type(2){
	width: 40px;
	height: 40px;
	background: #ebebeb;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.summary_repeat{
	display: flex;
	flex-flow: column;
	gap: .6rem;
	margin-bottom: 2rem;
	overflow-y: hidden;
}
@keyframes grow-tall {
	0% {
		max-height: 0;
	} 100% {
		max-height: 452px;
	}
}
.summary_repeat > div{
	display: flex;
	width: 100%;
	padding: .5rem 0;
	justify-content: space-between;
	font-size: 1.1rem;
}
.summary_repeat > div:first-child{
	border-bottom: 2px dashed #8d8d8d;
}
.summary_repeat > div:last-child{
	border-top: 2px dashed #8d8d8d;
	font-weight: 700;
}
.auth_section{
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	animation-duration: .4s;
	background: #f8f9fa;
}
.auth_section > div{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
	width: 100%;
	box-sizing: border-box;
}
.auth_section > div:not(.dont-slide){
	animation: slideIn .3s ease-in-out;
}
.auth_section > div > img{
	width: 70px;
	height: auto;
}
.auth_section > div h2{
	font-size: 1.2rem;
	font-weight: 700;
}
.auth_section > div h3{
	margin: 0;
	margin-top: 1rem;
}
.auth_section > div button:nth-of-type(1){
	position: absolute;
	left: 1rem;
	top: 1rem;
	background: #ffffff;
	width: 46px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .8rem;
	box-shadow: 0 0 .6rem rgba(0, 0, 0, .2);
	animation: fade-in .6s ease-out;
}
@keyframes fade-in{
	from { opacity: 0 }
	to { opacity: 1 }
}
.auth_section > div button:nth-of-type(1) img{
	width: 70%;
	height: auto;
}
.auth_section > div button:last-of-type{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border-radius: 30px;
	margin: 1rem auto;
	margin-bottom: 3rem;
	font-size: 1.2rem;
	background: #36454F;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.auth_section > div button.spinning > span{
	font-size: 0;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .7);
	border-bottom: 2px solid transparent;
	animation: spin .8s linear infinite;
}
.auth_section > div input{
	width: 100%;
	padding: 1rem 1.4rem;
	box-sizing: border-box;
	border-radius: 1.4rem;
	border: 1px solid #cdcdcd;
	outline: none;
	font-family: 'Poppins', sans-serif;
	font-size: 1.1rem;
}
.auth_section > div > div{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	width: calc(100% - 2rem);
	margin: 0 auto;
}
.auth_section > div > div > div{
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	border-radius: .8rem;
	border: 1px solid #cdcdcd;
	text-align: center;
	color: transparent;
	text-shadow: 0 0 0 #000000;
}
.auth_section > div > div.options{
	border: 1px solid #cdcdcd;
	border-radius: .8rem;
	padding: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.auth_section > div > div.loader{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #36454f;
	border-radius: .8rem;
}
.auth_section > div > div.loader > div{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: spin 4s infinite linear;
	border-radius: 50%;
	border: none;
}
.auth_section > div > div.loader > div img{
	width: 50%;
	height: auto;
}
.auth_section > div > div.options > div img{
	width: 60%;
	height: auto;
}
.auth_section > div > div.options > div{
	border: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2rem;
	position: relative;
	font-size: 1rem;
	font-weight: bold;
}
.auth_section > div > div.options > div:after{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #36454f;
	padding: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.auth_section > div > div.options > div.selected:before{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #36454f;
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
}
.auth_section > div > div.options > div + div{
	border-left: 1px solid #cdcdcd;
}
.send_whatsapp_modal{
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	justify-content: center;
	align-items: center;
	animation-duration: .4s;
	animation-timing-function: ease-in-out;
	display: none;
}
.send_whatsapp{
	display: flex;
	flex-flow: column;
	gap: 1rem;
	width: calc(100% - 6rem);
	text-align: center;
}
.send_whatsapp > img{
	width: 60px;
	height: auto;
	margin: 0 auto;
}
.send_whatsapp > h2{
	font-size: 1.1rem;
	margin: 0;
}
.send_whatsapp > p{
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
}
.send_whatsapp > button {
	padding: 1rem;
	border: none;
	border-radius: .8rem;
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}
.send_whatsapp > button > img{
	display: block;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: auto;
}
.send_whatsapp > button:nth-of-type(1){
	background: #54cb6d;
	background: #25d366;
	margin-top: 1rem;
}