body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container{
margin-top: 44px;
margin-bottom: 0px;
max-width: 420px;
padding-left: 5px !important;
padding-right: 5px !important;
}
#progress-bar{
width: <?php echo $percent ; ?>%;
}
.card-img {
	height: 220px;
	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;
}
.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;
}
.card img {
	background-image: url('../../images/loader.gif');
	background-size: cover;
	background-position: center;
}
.product-img{
	width: 100%;
	height: 100%;
}
.price {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width: auto;
	border-radius: 5px 0px 15px 0px;
	padding: 5px 10px;
	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;
}
.card-coin{
top: 2px;
position: relative;
margin-right: 0;
}
.shadow-animate {
  box-shadow: 0px 0px 20px 10px var(--main-color);
  animation: shadows 1s infinite;
  font-weight: bold;
}
@keyframes shadows {
0% {
  text-shadow: var(--main-color) 0 0 10px;
  box-shadow: 0px 0px 2px 3px var(--main-color);
  border: 2px solid #fff;
}
50% {
  text-shadow: black 0 0 10px;
  box-shadow: 0px 0px 6px 3px var(--main-color);
  border: 2px solid #e7e5e5;
}
75% {
  text-shadow: var(--main-color) 0 0 10px;
  box-shadow: 0px 0px 6px 3px var(--main-color);
  border: 2px solid #ffe2c9;
}
100% {
  text-shadow: var(--main-color) 0 0 10px;
  box-shadow: 0px 0px 2px 3px var(--main-color);
  border: 2px solid #fff;
}
}
