.swiper{
	z-index:10;
}
.desktop_wrap{
	width:100%;
	position:relative;
}
.desk__search{
	top:0;
	left:0;
	position:absolute;
	z-index:300;
	/*width:36%;
	margin-left:27.5%;
	margin-top:46px;
	background:white;*/
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
	
	/*width:100%;
	margin-top:100px;
	display:flex;*/
}
.___addcartedsss{
	position:relative;
	z-index:300;
}
.__cats__hover{
	width:94%;
	margin-left:3%;
	background:white;
	margin-bottom:20px;
	
}
.__search_input{
	width:100%;
	display:none;
}
.__search_input a{
	width:100%;
	display:block;
	padding:5px;
	text-decoration:none;
	color:black;
	font-size:.8rem;
	font-weight:300;
}
.navhada{
	width:100%;
	position:sticky;
	
}
.navcontenaa{
	width:100%;
	background:rgb(14, 90, 167);
	
}
.top_nave_wrap{
	width:94%;
	margin-left:3%;
	display:flex;
	justify-content:space-between;
}
.logowrapa{
	width:10%;
	padding:10px;
}
.logowrapa a{
	text-decoration:none;
	font-size:1.5rem;
	font-weight:500;
	color:white;
}
.logowrapa a img{
	width:100%;
}
.location_nav{
	width:15%;
	display:flex;
	padding:10px;
	color:white;
	cursor:pointer;
}
.location_nav .bx{
	font-size:2rem;
	font-weight:500;
}
.loccontaina{
	width:90%;
}
.loccontaina p{
padding:0;
margin:0;
font-size:9px;
}
p.locationpra{
	font-size:.8rem;
	font-weight:500;
	white-space: nowrap;  /* Prevents text from wrapping */
  overflow: hidden;      /* Hides any overflowing text */
  text-overflow: ellipsis; /* Adds "..." to indicate overflow */
  width: 100%; /* Ensures the paragraph has a fixed width */
}
.search_wrapa{
	width:39%;
	//padding:10px;
	height:40px;
	background:white;
	margin-top:5px;
	border-radius:20px;
	display:flex;
}
.search_wrapa input{
	width:90%;
	height:100%;
	border-radius:10px;
	outline:none;
	border:none;
	margin-left:2%;
	border-radius:20px;
}
.search_wrapa input::placeholder{
	margin-left:30%;
	color:rgb(14, 90, 167);
	font-size:.9rem;
	font-weight:500;
}
.search_wrapa span{
	display: flex; /* Enables flexbox for centering */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    width: 35px; /* Set a fixed width */
    height: 35px; /* Set a fixed height (same as width for a circle) */
    background: rgb(14, 90, 167);
    color: white; /* Ensures text is visible */
    border-radius: 50%; /* Makes it a perfect circle */
	margin-top:1px;
	cursor:pointer;
}
.__linksnav{
	padding:10px;
	width:35%;
	display:flex;
	gap:20px;
	//margin-left:10px;
}
.__linksnav a{
	font-size:1rem;
	font-weight:500;
	text-decoration:none;
	color:white;
}
.__linksnav a .bx{
	font-size:1.2rem;
	font-weight:500;
	margin-left:10px;
}
.__linksnav a.users{
	max-width:50%;
	 white-space: nowrap;  /* Prevents text from wrapping */
  overflow: hidden;      /* Hides any overflowing text */
  text-overflow: ellipsis; /* Adds "..." to indicate overflow */
  
}
.cartwrpaa{
	position:relative;
}
.cartqty{
	position:absolute;
	top:-10px;
	margin-left:-5px;
}
.carttroly .bx,
.wishlist .bx{
	font-size:1.6rem !important;
	font-weight:600;
}
a.cartref{
	display:flex;
}
.boottom_nave{
	width:100%;
	background-color: #ffffff;
    border-bottom: 2px solid #ebebeb;
}
.bottom_nav_wrpa{
	width:94%;
	margin-left:3%;
	display:flex;
}
.bottom_nav_wrpa a{
	padding:10px;
	text-decoration:none;
	color:black;
	font-size:.8rem;
	font-weight:400;
	    
}
.navbottomwrapss{
	display:flex;
	overflow:scroll;
	scrollbar-width: none;
	    flex: 1 1;
    white-space: nowrap;
    overflow-x: auto;
    display: flex

}
.__manin_containetr{
	width:94%;
	margin-left:3%;
	margin-top:5px;
	
}
.__acrrsol_contena{
	width:100%;
	height:300px;
}
.__acrrsol_contena .swiper{
	width:100%;
	height:100%;
	border-radius:10px;
}
.__acrrsol_contena .swiper .swiper-wrapper{
	width:100%;
	height:100%;
	border-radius:10px;
}
.__acrrsol_contena .swiper .swiper-wrapper .swiper-slide{
	width:100%;
	height:100%;
	border-radius:10px;
}
.__acrrsol_contena .swiper .swiper-wrapper .swiper-slide img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}
.__single__section{
	width:100%;
	margin-top:10px;
}
.headdions{
	width:100%;
}
.headdions h4{
	width:100%;
	padding:10px;
	font-size:1.2rem;
	font-weight:400;
}
.___heading__contents{
	width:100%;
}
.single__category{
	width:10%;
	display:inline-block;
	overflow:hidden;
	margin:5px;
	cursor:pointer;
}
.single__category img{
	width:100px;
	height:100px;
	object-fit:contain;
	border-radius:50%;
	padding:10px;
	border:1px solid rgb(217 217 217);
}
.single__category p{
	width:100%;
	white-space: nowrap;
	font-size:.7rem;
	font-weight:500;
	text-align:center;
}

.__single__actualelement{
	width:12.5%;
	display:inline-block;
	margin:5px;
	border:1px solid rgb(217 217 217);
	padding:10px;
	border-radius:5px;
}
.___actuall__imopnd{
	height:140px;
	position:relative;
	
}
.___imagess_items{
	height:100%;
	width:100%;
}
.__offercent{
	top:0;
	left:0;
	position:absolute;
	display:flex;
	
}
.__offercent span{
	padding:10px;
	cursor:pointer;
	z-index:100;
	font-size:1.4rem;
	font-weight:600;
	
}
.___imagess_items img{
	height:100%;
	width:100%;
	object-fit:contain;
	cursor:pointer;
}
.___itemcontentedd{
	width:100%;
}
.itemsescs{
	width:100%;
}
.itemsescs{
	width:100%;
	 line-height: 1rem;
  height: 2.5em; 
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
display: block;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size:.8rem;
padding:0;
margin:0;
}
.___iop__pricess{
	width:100%;
	display:block;
	justify-content:space-between;
	padding:10px;
}
.___iop__pricess {
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* Restrict to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Show "..." for overflow */
    height: 3.5em; /* Adjust based on your line height */
    line-height: 1.5em; /* Control line height */
}
.___iop__pricess p{
	width:100%;
	padding:0;
	margin:0;
	font-size:.9rem;
}
.justaddcart{
	width:100%;
	margin-top:-50px;
	z-index:600;
}
.justaddcart span{
	padding:10px;
	background:#04a550;
	color:white;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	margin-left:70%;
	background: rgb(14, 90, 167);
	z-index:600;
}
.__alreadycart{
	left:0;
	width:98%;
	
	display:flex;
	gap:20px;
	//display:none;
	position:absolute;
	margin-top:-120px;
	z-index:100;
	background:white;
	//border:1px solid gray;
	    border: 1px solid rgb(217 217 217);
	margin-left:1%;
	justify-content:center;
	background: rgb(14, 90, 167);
	border-radius:20px;
	
}

.__alreadycart span{
	padding:6px;
	color:white;
}
.__alreadycart span.actionspans{
	background:#04a550;
	background: rgb(14, 90, 167);
	color:white;
	border-radius:50%;
	text-align:center;
	cursor:pointer;
	
}
span.carttspann{
	font-size:1rem;
	font-weight:600;
}

.nondisp{
	display:none;
}
.__ssingle__actualelement{
	width:14%;
	display:inline-block;
	margin:0px;
	border:1px solid rgb(217 217 217);
	padding:10px;
	border-radius:5px;
}

.swiper-wrapper .__single__actualelement{
	width:100%;
	display:block;
	margin:0px;
	border:1px solid rgb(217 217 217);
	padding:10px;
	border-radius:5px;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination{
	display:none;
}
.__carts__wrapcontaina{
	width:100%;
	padding:10px;
	display:flex;
}
.mopl_group{
	width:20%;
	background: rgb(250, 250, 250);
}
.mopl_group a{
	width:100%;
	padding:5px;
	display:block;
	text-decoration:none;
	color:black;
	font-size:.8rem;
	font-weight:300;
}
.mopl_group a:hover{
	background:gray;
}
.mopl_group_depaila{
	width:80%;
}
.wrapaa{
	width:99%;
	margin:.5%;
}
.singleconte__catwrapa{
	width:24%;
	margin-left:5px;
	//display:inline-block;
	float:left;
}
.singleconte__catwrapa a{
	width:100%;
	text-decoration:none;
	color:black;
	font-size:.8rem;
	font-weight:300;
}
.__catwrapa_contents{
	width:100%;
}
.__catwrapa_contents a{
	width:100%;
	display:block;
}
a.aheadingss{
	font-weight:500;
}
.__carisoleskeleton{
	width:100%;
	height:200px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
}
.m__carisoleskeleton{
	width:100%;
	height:150px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
	margin-bottom:20px;
	
}
.single__addresss_mad{
	width:100%;
	height:120px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
	margin-top:10px;
}
.single__categoryy{
	width:10%;
	display:inline-block;
	overflow:hidden;
	margin:5px;
	cursor:pointer;
	//animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
}

.single__categoryy .immg{
	width:100%;
	height:100px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
	border-radius:50%;
}
.single__categoryy p{
	width:100%;
	white-space: nowrap;
	font-size:.7rem;
	font-weight:500;
	text-align:center;
	height:20px;
	padding:5px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}

.__single__actualelementt{
	width:12%;
	display:inline-block;
	margin:5px;
	border:1px solid rgb(217 217 217);
	padding:10px;
	border-radius:5px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	height:200px;
}
.swiper-wrapper .__single__actualelementt{
	width:100%;
	display:block;
	margin:0px;
	border:1px solid rgb(217 217 217);
	padding:10px;
	border-radius:5px;
}
.headdionsd{
	width:100%;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	height:15px;
	margin-bottom:5px;
}
.ddsingle__hadinga{
	width:15%;
	display:inline-block;
	align-items:center;
	cursor:pointer;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	background:white;
}

.__divsam .ddsingle__hadinga p{
	width:100%;
	white-space: nowrap;
	font-size:.7rem;
	font-weight:500;
	text-align:center;
	height:15px;
	padding:5px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.hedparagrapm{
	width:100%;
	height:80px;
	padding:10px;
	border-radius:50%;
	object-fit:contain;
	background:white;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.__divsam .swiper-slide .ddsingle__hadinga{
	width:100%;
}

.__single__actualelementdt{
	width:15%;
	display:inline-block;
	margin:5px;
	border:none;
	padding:10px;
	border-radius:5px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	height:200px;
}
.__placeholderimages{
	width:100%;
	height:80px;
	object-fit:contain;
	display:block;
	background:white;
	border:1px solid white;
	padding:10px;
	cursor:pointer;
	 background: rgb(255, 255, 255);
	 animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.___left__productdetails .__big__viweimags .__placeholda_big{
		width:100%;
		height:100%;
		object-fit:contain;
		padding:10px;
		animation:carisoleskeletonanimation 1s linear infinite alternate;
		
}
.__product__desc_placeholda{
	width:100%;
	background:white;
	color: rgb(64, 69, 83);
    font-size: 1em;
    font-weight: 600;
	padding:10px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.brandeoplaceholder{
	width:100%;
	display:block;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	height:60px;
}
.brandeoplaceholdern{
	width:100%;
	display:block;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	height:30px;
	margin-top:10px;
}
.m___imand{
	width:25%;
	height:100px;
	padding:10px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.m___des__cart{
	width:100%;
	height:40px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.sscolor{
	margin-top:4px;
	padding:10px;
	width:100%;
	height:20px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.paula{
	margin-top:4px;
	padding:10px;
	width:100%;
	height:18px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.mn__quntites{
	display:bloc;
	width:100%;
	height:50px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.pmh_190{
	padding:10px;
	width:100%;
	height:50px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.dseoppaymed{
	padding:10px;
	width:100%;
	height:50px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.mklsummarysubs{
	padding:10px;
	width:100%;
	height:30px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	margin-top:5px;
}
.__single__order__itemmn{
	height:180px;
	background:white;
	border-radius:10px;
	padding:10px;
	width:100%;
	margin-top:10px;
}
.__actual__order_heading_rop{
	width:100%;
	height:30px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
}
.__item__div_descjk{
	width:79%;
	
}
p.csfg{
	padding:0;
	margin:0;
	height:20px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	margin-top:3px;
}
.item__img_po{
	width:20%;
	height:100px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	padding:5px;
	margin-top:5px;
}

._order__numbsmm{
	width:100%;
	height:20px;
	
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	padding:5px;
	margin-top:8px;

}
.__calaa__nocats{
	width:100%;
	height:300px;
	text-align:center;
	display:flex;
	justify-content:center;
}

.__calaa__nocats img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.swiper-slide .bigimgdiv{
	height:500px;
}
.swiper-slide .bigimgdiv img{
	height:500px;
}
@keyframes carisoleskeletonanimation{
	0%{
		background-color:hsl(200,20%,70%);
	}
	100%{
		background-color:hsl(200,20%,95%);
	}
}
.___poupmobile__search{
	display:none;
}
._action_address{
	width:100%;
	position:relative;
	background:white;
	z-index:9999;
	padding:10px;
}
.__maps__dsc{
	width:100%;
	top:0;
	left:0;
	position:absolute;
	//z-index:8000;
	height:100%;
	background:white !important;
}
  #map {
            height: 400px;
            width:100%;
            margin-top: 1px;
			background:white !important;
			padding:10px;
        }
		
        #search-input {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            margin-bottom: 1px;
			background:white;
        }
		.__addressmalopmdmodible{
			z-index:999;
			background:white;
			
		}
.___act__bbtnn{
	width:100%;
	padding:10px;
	background:white;
}
.___act__bbtnn button{
	width:70%;
	height:45px;
	outline:none;
	border:none;
	background: rgb(14, 90, 167);
	color:white;
	padding-bottom:60;
	

}
.___locats{
	display:none;
}
.__adddress__wrapa{
	width:100%;
}
.__containt__wrrap{
	width:100%;
}
.__action__contane{
	width:100%;
	height:45px;
	border:1px solid gray;
	border-radius:5px;
	margin-top:10px;
	    border: 1px solid rgb(217 217 217);
}
.__action__contane input,
.__action__contane select{
	width:96%;
	height:100%;
	border:none;
	border-radius:5px;
	margin-left:2%;
	outline:none;
	background:white;
}
.__ovar__action{
	width:100%;
	height:45px;
	    border: 1px solid rgb(217 217 217);
	border-radius:5px;
	margin-top:5px;
	display:flex;
	justify-content:space-between;
}

.__ovar__action select,
.__ovar__action input{
	height:100%;
	border:none;
	border-radius:5px;
	background:white;
	outline:none;
}

.__ovar__action select{
	width:30%;
}

.__ovar__action input{
	width:68%;
}
.___action__buttonsss{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	padding:10px;
}

.___action__buttonsss button{
	width:30%;
	height:45px;
	border:none;
	outline:none;
	background:white;
	border:1px solid  rgb(14, 90, 167);
	border-radius:5px;
}
.mod__billsvn{
	font-size:1rem;
	font-weight:600;
}
button.basaved{
	background:rgb(14, 90, 167);
	color:white;
}

.__momo__pay{
	width:100%;
	display:none
}
.__cmpad{
	width:100%;
}
.__cmpad p{
	width:100%;
	padding:0;
	margin:0;
	font-size:.7rem;
}
.__namcontents{
	width:100%;
}
.__actual__input{
	width:100%;
	display:flex;
	height:40px;
	background:white;
	border: 1px solid rgba(198, 204, 221, 0.5);
}
.__actual__input input{
	width:85%;
	height:100%;
	background:white;
	border: none;
	outline:none;
}
.__actual__input span{
	padding:10px;
}
.__money__entry{
	width:100%;
}
.__money__entry label{
	width:100%;
	padding:0;
	margin:0;
	font-size:.7rem;
}
.__money__entry .__amount_rapa{
	width:100%;
	display:flex;
	height:40px;
	background:white;
	border: 1px solid rgba(198, 204, 221, 0.5);
}
.__money__entry .__amount_rapa input{
	width:96%;
	height:100%;
	background:white;
	border: none;
	outline:none;
	margin-left:2%;
}
.__amount_rapa input::placeholder{
	font-size:.7rem;
}
.dektopfooter{
	width:100%;
	padding-top:30px;
}
.oplu___out{
	width:100%;
}
.___help__containa{
	width:100%;
	display:flex;
	justify-content:space-between;
	background:#f3f4f8;
	
}
.__olkmhivd{
	width:96%;
	display:flex;
	margin-left:3%;
	justify-content:space-between;
	padding-top:20px;
}
.___momo_dinna,
.opluk__padding{
	width:50%;
}
.opluk__padding{
	display:flex;
	justify-content:right;
	gap:30px;
}
.___momo_dinna h4{
	    font-size: 1.5rem;
    font-weight: 700;
	color:#404553;
}
.___momo_dinna p{
	font-size:.8rem;
	font-weight:300;
}
.__op{
	display:flex;
	padding-left: 20px;
    padding-right: 20px;
	cursor:pointer;
}
.__op span{
	font-weight: 600;
    font-size: 1.7rem;
    color: #404553;
    line-height: 1.4;
    white-space: nowrap;
	
	border: 1px solid #e2e5f1;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.dlaops{
	text-align:center;
	
}
.dlaops h3{
	    display: block;
    font-size: .8333rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #7e859b;
	padding:0;
	margin:0;
}

.dlaops p{
	 padding:0;
	 margin:0;
	 font-size:.8rem;
}
.__selecetd__dss{
	    width: 100%;
    border-top: 1px solid #e2e5f1;
    flex-flow: column wrap;
    background-color: #fff;
}
.__over__handoplsm{
	width:94%;
	margin-left:3%;
	  flex: 1 1;
    padding: 20px 40px;
	display:flex;
    justify-content: space-between;
}
.___singl__flexxx{
	display: flex;
    flex-direction: column;
}
.___singl__flexxx p{
	font-weight: 700;
    text-transform: uppercase;
    //padding-bottom: 4px;
    font-size: 1rem;
}
.___singl__flexxx .__oplkhmb{
	width:100%;
}
.___singl__flexxx .__oplkhmb a{
	text-transform: capitalize;
    padding-bottom: 5px;
	display:block;
	text-decoration:none;
	color:#404553;
	font-size:.8rem;
	
}
.___oplkmh__feata{
	width:60%;
	margin-left:20%;
	display:flex;
	padding:20px;
	border-top:3px solid #f3f4f8;
}
.___oplkmh__feata .opluk__padding{
	display:flex;
	justify-content:right;
	gap:0px;
}
.___oplkmh__feata .opluk__padding .__op{
	cursor:default;
}
.___oplkmh__feata .opluk__padding .__op a{
	text-decoration:none;
}
.___oplkmh__feata .opluk__padding .__op a span{
	background: rgb(14, 90, 167);
	color:white;
}
.___oplkmh__feata .___momo_dinna h4{
	font-size:.8rem;
	font-weight:600;
}
.__site__termmss{
	border-top: 1px solid #e2e5f1;
    width:100%;
}
.__final__despop{
    padding: 24px 20px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	width:94%;
	margin-left:3%;
	
}
.colo__right{
	color: #7e859b;
	font-size:.9rem;
}
.PaymentMethods_container__yobakeet{
	display:flex;
}
.PaymentMethods_container__yobakeet img{
	color:transparent;
	height:35px;
	width:50px;
	object-fit:contain;
	margin:6px;
	
}
.__mod_rat{
	display:flex;
}
ul.u_left{
	display: flex;
    column-gap: 24px;
}
ul.u_left ._mpat__back{
	    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
ul.u_left ._mpat__back{
	    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
ul.u_left ._mpat__back a{
	    text-decoration: none;
    color: inherit;
    cursor: pointer;
	font-size:.76rem;
}


@media screen and (max-width: 680px) {
 .m__carisoleskeleton{
	width:100%;
	height:150px;
	animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
	margin-bottom:20px;
	
}
.single__categoryy{
	width:20%;
	display:inline-block;
	overflow:hidden;
	margin:5px;
	cursor:pointer;
	//animation:carisoleskeletonanimation 1s linear infinite alternate;
	border-radius:10px;
}

.single__category{
	width:20%;
	
}
.__single__actualelementdt{
	width:47%;
}
.__placeholderimages{
	width:17%;
	height:80px;
	object-fit:contain;
	display:block;
	background:white;
	border:1px solid white;
	padding:10px;
	cursor:pointer;
	 background: rgb(255, 255, 255);
	 animation:carisoleskeletonanimation 1s linear infinite alternate;
	 display:inline-block;
}
 .__placeholda_big{
		width:100%;
		height:200px;
		object-fit:contain;
		padding:10px;
		animation:carisoleskeletonanimation 1s linear infinite alternate;
		
}

.single__category img{
	width:100%;
	height:100px;
	object-fit:contain;
	border-radius:50%;
	padding:10px;
	border:1px solid rgb(217 217 217);
}
.single__category p {
    width: 100%;
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.navesacearheada a img{
	width:100%;
	margin-top:-20px;
}

.swiper-slide .bigimgdiv{
	height:200px;
}
.swiper-slide .bigimgdiv img{
	height:200px;
}

}