/*xtracover-store css*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,300&display=swap');


*{margin:0; padding:0;}

.header_and_filter .flex-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	border: 1px dashed #d7d7d7;
	border-radius: 10px;
	margin-top: 5px;
}


.header_and_filter .flex-box img {
	margin-right: 10px;
	width: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.header_and_filter .flex-box h2{
	font-size: 30px;
    line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:bold;
}

.breadcrump ul
{
	display:flex;
	align-items:center;
	list-style-type:none;
	padding-inline-start:0px;
	margin-top:15px;
}

.breadcrump ul li
{
	position:relative;
	font-size: 12px;
    line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:600;
}

.breadcrump ul li:first-child{margin-right:15px;}

.breadcrump ul li a 
{
	font-size: 12px;
    line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	color:#9d9d9d;
	font-weight:500;
	text-decoration:none;
}

.breadcrump ul li::after
{
	content:'\276F';
	position:absolute;
	top:0px;
	right:-11px;
	font-size:11px;
	color:#9d9d9d;
}

.hide {
  display: none;
}

.header_and_filter .form-group 
{
	position:relative;
}

.header_and_filter form input
{
	border:none;
	box-shadow: 0 0 10px 1px whitesmoke;
    background: #fff;
	padding:25px 10px;
	border-radius:10px;
}

.filter-sec{margin-top:20px;}

.filter-sec .justify-content-between .col-lg-3{padding:0;margin:0;}

.header_and_filter .form-group .fa-angle-down
{
	position:absolute;
	top:16px;
	right:10px;
}

.header_and_filter .form-group .list-group
{
	box-shadow: 0 0 10px 1px lightgray;
}

.header_and_filter .form-group .list-group .list-group-item
{
	border:none;
	padding:20px 10px;
    background: #fff;
}

.header_and_filter .form-group .list-group .list-group-item:hover{background:#dadada;}

.header_and_filter .form-group .list-group .list-group-item a
{
	display:block;
	font-size: 15px;
    line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	color:gray;
	font-weight:500;
	text-decoration:none;
}

.justify-content-between{
	justify-content:space-between;
	display:flex;
}

.show-store-list-sec h4{
	font-size: 20px;
    line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:600;
	margin:20px 0;
}

.show-store-list-sec .store-block img
{
	width: 90%;
    height: auto;
    min-height: 150px;
    margin: 0 auto;
    display: block;
	position:relative;
	top:15px;
	z-index:1;
	border-radius:10px;
}

.show-store-list-sec .store-block
{
	padding:4px;
	position:relative;
}


.show-store-list-sec .store-status
{
	position: absolute;
    display: block;
    width: 100px;
    height: auto;
    background: gray;
    color: white;
    padding: 5px;
    z-index: 2;
    text-align: center;
    border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	top:30px;
	left:30px;
	font-size: 15px;
    line-height: 20px;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
}

.show-store-list-sec .store-close{background-color:red;}
.show-store-list-sec .store-open{background-color:green;}

.show-store-list-sec .store-status::before
{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background:#fff;
	border-radius:100%;
	top:50%;
	transform:translateY(-50%);
	margin-left:-10px;
	
}

.show-store-list-sec .store-block .store-block-detail
{
	background:#fff;
	box-shadow: 0 0 5px 1px lightgray;
	border-radius:10px;
	position:relative;
}

.padd-div{padding:25px 10px 10px 10px;}

.show-store-list-sec .store-block .store-block-detail .flex-head
{
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
	align-items:center;
}

.show-store-list-sec .store-block .store-block-detail h5
{
	font-size: 17px;
    line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	margin:10px 0;
	font-weight:600;
}

.show-store-list-sec .store-block .store-block-detail a{color:#000;}

.show-store-list-sec .store-block .store-block-detail small
{
	display:block;
	font-family: 'Open Sans', sans-serif;
	color:gray;
	font-weight:400;
	margin:10px 0;
}


.show-store-list-sec .store-block .store-block-detail .timing
{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:400;
	margin:5px 0;
}

.show-store-list-sec .store-block .store-block-detail .call-direction
{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-top:1px solid #dadada;
	padding:10px;
}

.show-store-list-sec .store-block .store-block-detail .call-direction a
{
	font-family: 'Open Sans', sans-serif;
	color:forestgreen;
	font-weight:500;
	font-size:15px;
	text-decoration:none;
}

.show-store-list-sec .col-md-3{margin:0; padding:0;}


.pagination-sec .pagi-flex
{
	display:flex;
	justify-content:center;
	margin: 35px 0;
	align-items:center;
}

.pagination-sec .pagi-flex .prev
{
	margin-right:5px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:700;
}

.pagination-sec .pagi-flex .next
{ 
	margin-left:5px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:700;
}

.pagination-sec .pagi-flex button
{
	width:40px;
	height:40px;
	background:#fff;
	box-shadow: 0 3px 5px 1px lightgray;
	border:none;
	border-radius: 5px;
	margin:0 10px;
	font-size:20px;
	color:#000;
}

.pagination-sec .pagi-flex button.disabled{color:lightgray;}



@media only screen and (max-width:991px)
{
	.header_and_filter .flex-box 
	{
		display:block;
	}
	
	.header_and_filter .flex-box img {
		display: block;
		margin: 0 auto;
	}
	
	.header_and_filter .flex-box h2{text-align:center;}

}

@media only screen and (max-width:767px)
{
	.filter-sec .justify-content-between .col-lg-3 
	{
		width:48%;
	}

	.header_and_filter .flex-box img {
		width: 120px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.header_and_filter .flex-box h2 {
		font-size: 25px;
	}
	#DivStoreList {
		padding: 0px 20px;
	}
}

@media only screen and (max-width:575px)
{
	.filter-sec .justify-content-between .col-lg-3 
	{
		width:100%;
	}
	
	.justify-content-between {display: block;}
}
.show-store-list-sec .store-block .store-block-detail .flex-head {
	height: 50px;
	overflow: hidden;
	margin-bottom: 0;
}
.show-store-list-sec .store-block .store-block-detail .flex-address {
	height: 64px;
	overflow: hidden;
	text-transform: lowercase;
}