*{
	padding: 0px;
	margin: 0px;
}
body{
	overflow-x: hidden;
}
#storemaindiv{
	width: 100%;
}
#otherfilters{
		display: none;
	}
#leftsidedetailsofstore{
	width: 20%;
	min-width: 206px;
	height: 409px;
	
    background-color: #ffffff;
/*	    -moz-box-shadow:3px 3px 4px 0px #ccc;
  -webkit-box-shadow: 3px 3px 4px 0px #ccc;
  box-shadow:3px 3px 4px 0px #ccc;*/
  float: left;
	/*background-color: black;*/
}
#storecenterdata{
    /* width: 80%; */
    min-height: 536px;
    height: 100%;
    display: block;
    margin: 5px 0px 0px 20%;
	
}
.storesmalldetailssec{
    width: 100%;
	height: 200px;
	/*background-color: black;*/
	margin: 4px auto;
	overflow-y: auto; 
    overflow-x: hidden;
	-moz-box-shadow:0px 0px 0px 1px #ccc;
    -webkit-box-shadow:0px 0px 0px 1px #ccc;
    box-shadow:0px 0px 0px 1px #ccc;
	/*background-color: rgb(0, 0, 0,.12);*/
}

.storesmalldetailssec::-webkit-scrollbar {
width: 6px;
height: 6px;
}




.storesmalldetailssec::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgb(46, 19, 9,.34); 
}
.headingselectstoretype{
	margin: 10px 0px 0px 9px;
}
.headingselectstoretype ul li{
	list-style: none;
    color: rgb(44, 35, 32 );
    font-weight: 700;
    letter-spacing: 1px;
}

hr{
	height: 0px;
	background-color: rgb(44, 35, 32 );
}
.selectstoretype{
	width: 100%;
	height: 28px;
	margin: 0px 0px 0px 10px;
	border-radius: 0px;
	overflow:hidden;

	/*background-color: #cccccc;*/

}

.selectstoretype label{
	color: rgb(44, 35, 32 );
	/* color: rgb(46, 19, 9,0.75); */
    
}
.selectstoretype label:hover{
color: rgb(219, 24, 41);
	/* color:rgb(46, 19, 9); */
}
.selectstoretype label input {
	color: rgb(46, 19, 9,0.75);
	margin: 6px 6px 0px 0px;
}
.selectstoretype label input[type='checkbox']{
	width: 16px;
	height: 16px;
filter: hue-rotate(138deg)  
}
/*.selectstoretype ul li::before{
	content: "•";
	margin: 0px 10px 0px 0px;
	color: rgb(46, 19, 9);
}
.selectstoretype ul li::before::hover{
	color: #ffffff;
}*/

.storenamediv{
	width:99.5%;
    height: 50px;
    margin: 0px 0px 0px 2px;
	background-color: #ffffff;
	padding: 14px 5px 0px 10px;
   -moz-box-shadow:0px 0px 0px 2px #ccc;
  -webkit-box-shadow:0px 0px 0px 2px #ccc;
  box-shadow:0px 0px 0px 2px #ccc;
}
.storenamediv .storename{
	float: left;
	text-decoration: none;
	color: rgb(46, 19, 9);


}
.storenamediv .storetotalitem{
	float: right;
	text-decoration: none;
    color: rgb(46, 19, 9);
}
#userstoreitems{
	padding: 0px 5px 0px 5px;
    --grid-layout-gap: 10px;
    --grid-column-count: 8;
    --grid-item--min-width: 182px;
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap);

}
.storeitemsdiv{
    width: 98%;
    max-width: 100%;
    min-width: 120px;
    min-height: 165px;
    max-height: 390px;
    padding: 0px 0px 10px 0px;
    background-color: white;
    box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 20%);
    float: left;
    margin: 12px 7px 10px 4px;

 
}
.storeitemimg{
width: 100%;
    height: 175px;
    margin: 0px auto;
    position: relative;
    display: block;
    -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    cursor: pointer;
}
.storeitemimg img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}
.slide-toggle{
	display: none;
}


/* Mairaj css */
@media (max-width:1024px){
	.storeitemsdiv{
    min-height: 216px;
    padding: 0px 0px 10px 0px;
	}
	.storenamediv p{
    padding: 0px 5px 0px 5px;
	}
	/* .storeitemimg{
		width: 185px;
	}
	.storeitemimg img {
		width: 185px;
		
	} */
}
@media (max-width: 950px){
	


#userstoreitems {
    --grid-layout-gap: 18px;
    --grid-column-count: 3;
    --grid-item--min-width: 136px;
}

}
@media (max-width:768px){
	#otherfilters{
		display: block;
	}
	.storenamediv {
      width: 100%;
    }

	#otherfilters{
    width: 100%;
    height: 52px;
    -moz-box-shadow: 1px 3px 1px 0px #ccc;
    -webkit-box-shadow: 1px 3px 1px 0px #ccc;
    box-shadow: 1px 3px 1px 0px #ccc;
    margin: 0px 0px 20px 0px;
    position: sticky;
    z-index: 1;
    background: #ffffff;
    top: 126px;
    /*z-index: 100;*/
	}
	.slide-toggle {
    width: 146px;
    height: 100%;
    text-align: center;
    padding: 14px;
    border-radius: 3px;
    color: #ffffff;
    background-color: rgb(44, 35, 32 );
    cursor: pointer;
    font-size: 20px;
    margin: 0px 0px 0px auto;
    
	}
	.slide-toggle:hover {
		background-color: rgb(44, 35, 32 );
		border-color: rgb(44, 35, 32 );
		/*opacity: 0.5;*/
	}
	.slide-toggle{
		display: block;
	}
	
	#userstoreitems {
     width: 100%;
     --grid-layout-gap: 14px;
     --grid-column-count: 4;
     --grid-item--min-width: 162px;
    }
   .storeitemsdiv {
	   max-width: 100%;
       width: 100%;
       min-height: 258px;
       margin: 12px 7px 10px 0px;
       padding: 0px 0px 6px 0px;
   }
	.storeitemimg {
		width: 100%;
	    height: 150px;
	}
	
	.storenamediv{
		margin: 0px;
	}
	#storecenterdata{
		width: 100%;
		margin: 0 auto;
		min-height: auto;
		height: 100%;
		/* display: block; */
		margin: 0px;
		max-width: 100%;
		padding: 0 4px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#leftsidedetailsofstore{
    height: 410px;
	width: 300px;
    height: 409px;
    background-color: #ffffff;
    position: fixed;
    float: left;
    z-index: 99;
    background-attachment: fixed;
    right: 8px;
    top: 229px;
    -moz-box-shadow: 1px 0px 2px 1px #ccc;
    -webkit-box-shadow: 1px 0px 2px 1px #ccc;
    box-shadow: 1px 0px 2px 1px #ccc;
     /*background-color: black;*/
	}

	#storemaindiv{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* 580 */

@media (max-width:600px){
	#otherfilters{
    top: 60px;
     margin: 65px 0px 20px 0px;
    }
    #leftsidedetailsofstore {
    right: 2px;
    top: 168px;
    }
	.storeitemsdiv {
		max-width: 145px;
		width: 100%;
	}
	.storeitemsdiv{
		min-height: 258px;	
	}
	.storeitemimg {
		width: 100%;
	}
	

	#storecenterdata {
		padding: 0px 0px 0px 0px;
	}
	#userstoreitems{
	    width: 100%;
    --grid-layout-gap: 14px;
    --grid-column-count: 3;
    --grid-item--min-width: 134px;
	}
	.storeitemsdiv {
     max-width: 100%;
     width: 100%;
   }
}
@media (max-width:480px ) {
    
	#userstoreitems{
	    width: 100%;
    --grid-layout-gap: 17px;
    --grid-column-count: 2;
    --grid-item--min-width: 110px;
	}
	.storeitemsdiv {
      max-width: 100%;
      width: 100%;
   }
	
}
