body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.scroll-section {
	position: fixed;
	top: 50px !important;
	padding-bottom: 44px;
	max-width: 420px;
	overflow-y: auto;
	padding-top: 2px;
	height: calc(100% - 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 98%;
}
#progress-bar{
width: <?php echo $percent ; ?>%;
}
.card-img {
	height: 200px;
	border-radius: 5px 5px 0px 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px #bdbcbc solid;
    display: inline-table;
    background-image: url('../../images/loader.gif');
}
.card-body{
text-align: center;
}
.list-group {
	margin: 5px auto 15px auto;
	width: 100% !important;
	display: inline-block !important;
	right: 0;
	left: 0;
	position: relative;
	padding: 5px 5px;
	box-shadow: 0px 0px 3px 0px #000;
}
.scroller{
    overflow: auto;
    height: 250px;
}
.card{
box-shadow: 0px 0px 3px 0px #000 !important;
margin-bottom: 10px;
}
.product-img{
	width: 100%;
	height: 220px;
    min-height: unset !important;
}
.price {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border-radius: 5px 0px 15px 0px;
	padding: 5px 5px 5px 30px;
	font-weight: 600;
	color: var(--main-color);
	box-shadow: 1px 1px 4px 1px #fff;
	border-right: 2px #7d7d7d solid;
	border-bottom: 2px #7d7d7d solid;
	cursor: pointer;
	direction: ltr;
	width: 90px;
	height: 50px;
	text-align: center;
    line-height: 20px;
}
.card-coin{
top: 2px;
position: relative;
margin-right: 0;
}
#black-fixed-alert{
position: fixed;
z-index: 999999;
margin: 0 auto;
right: 0;
left: 0;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #000000c2;
color: #fff;
top: 50%;
width: 250px;
display: none;
}
#store-icon {
	position: absolute;
	left: -3px;
	height: 40px;
	width: 40px;
	display: inline-block;
	top: 0px;
	background-image: url('../../images/coins.webp');
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 25px;
}
