.man_contaon{
	width:100%;
	position:relative;
}
.__malm__wrapa{
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	position:absolute;
	z-index:6000;
	background-color: rgba(0, 0, 0, 0.7);
	//background:#333333;
	position:fixed;
	display:flex;
	justify-content:center;
	align-items:center;
}

.__malm__wrapa::after{
	content:"";
	width:100px;
	height:100px;
	border:15px solid #dddddd;
	border-top-color:#009578;
	border-radius:50%;
	animation:loading 0.75s ease infinite;
}
.___headddingv__wrrapa{
	width:100%;
	position:relative;
	padding-bottom:50px;
}
.__top__itemcontent{
	width:100%;
	//padding-bottom:50px;
}
.itemimaegess{
	width:100%;
	height:300px;
}
.itemimaegess img{
	width:100%;
	height:100%;
	object-fit:contain;
	padding:10px;
}
.___itemdetails_desc{
	width:100%;
}
.brandname{
	font-size:.7rem;
	padding:0;
	margin:0;
}
.itemdescrippr{
	width:100%;
	font-size:.9rem;
	font-weight:500;
}
.packaging{
	font-size:.7rem;
	padding:0;
	margin:0;
	
}
.___pricinges{
	width:100%;
	padding:10px;
	display:flex;
	justify-content:space-between;
}
.___itempricedetails{
	display:flex;
	gap:20px;
}
.actualprice{
	font-size:1.3rem;
	font-weight:600;
}
.striike{
	font-weight:600;
	color:rgb(126, 133, 155);
}
.___itemdescrdteails{
	width:100%;
	font-size:.9rem;
	font-weight:400;
}
.cartbuttons{
	top:0;
	left:0;
	z-index:400;
	width:100%;
	//padding-bottom:50px;
	//position:absolute;
	//margin-top:200px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index:600;
	background-color:white;
	
	
	
}
.ucartdetails{
	width:100%;
	//display:flex;
	justify-content:space-between;
	padding:10px;
}
.leftcartdss{
	width:30%;
	border:1px solid gray;
	border-radius:5px;
	padding:5px;
}
.leftcartdss span{
	padding:10px;
	font-size:1.2rem;
	font-weight:600;
	
}
.right__buttons{
	width:100%;
	height:40px;
}
.right__buttons button{
	width:100%;
	height:100%;
	border:none;
	background-color: rgb(37, 40, 52);
	color:white;
	border-radius:10px;
}
.tedpss{
	cursor:pointer;
}
.singlecartitems{
	width:100%;
	display:flex;
	
}
.__cartitemimg{
	width:25%;
}
.__cartitemimg img{
	width:100%;
}
.___cartitemdescr{
	width:70%;
}
.__cartitemdescrri{
	width:100%;
	font-size:.8rem;
	font-weight:500;
}
.___ipdainghss{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.___antity{
	display:flex;
	background-color:red;
	border-radius:20px;
}
.___antity span{
	padding:8px;
	color:white;
	font-size:1.1rem;
	font-weight:500;
	text-align:center;
}
span.ttedpss{
	cursor:pointer;
}
.__itemdkpeds{
	font-size:.9rem;
	font-weight:600;
}
.itemcartsumary{
	width:100%;
}
.___paymentmede{
	width:100%;
	margin-top:10px;
	padding:10px;
}
.cacrthead{
	width:100%;
	font-size:1rem;
	font-weight:600;
	padding:10px;
}
.cacrthead{
	width:100%;
}
.paymed{
	width:100%;
	display:flex;
	height:45px;
	background-color: rgb(247, 247, 250);
}
.paymed span{
	padding:10px;
}
.paymed span img{
	object-fit:contain;
	width:60%;
}
.paymed select{
	width:90%;
	height:100%;
	border:none;
	outline:none;
	background-color:white;
	font-size:.9rem;
}
.mk___paymentmede{
	width:100%;
	margin-top:10px;
	padding:10px;
}
.summarysubs{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.summarysubs label{
	font-size:.9rem;
}
.grandsummarysubs{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	border-top:1px solid rgb(217 217 217);
	padding:10px;
	
}
label.lebamt,
label.grandlebamt{
	font-weight:500;
}
.__add__deladdress{
	width:100%;
	padding-bottom:20px;
}
.__newaddreddss{
	width:100%;
	display:flex;
	height:45px;
	border:1px solid rgb(217 217 217);
	font-size:1rem;
	cursor:pointer;
}
.__newaddreddss span{
	padding:10px;
}
.__newaddreddss p{
	width:80%;
	padding:10px;
}
.dell_add span{
	padding:10px;
}
.exiting_adr{
	width:100%;
	display:flex;
	display:none;
}
.exiting_adr_contents p{
	padding:0;
	margin:0;
	font-size:.8rem;
}
.exiting_adr span{
	padding:10px;
	font-size:1rem;
	cursor:pointer;
	color:green;
	font-weight:600;
}
.___poupmobile__search{
	display:none;
}
@keyframes loading{
	from {transform:rotate(0turn)}
	to {transform:rotate(1turn)}
	
}