@media (max-width: 1199.98px) {
.shopblock .product-card{
/*transition: all 0.5s ease-out;*/
height: 400px!important;
overflow: hidden;
}	
.imgwrap {
text-align: center;
margin: 20px;
height: 150px!important;
overflow: hidden;
}
.prname { font-size: 18px!important;}
.prprice { font-size: 24px!important;}
hr { margin: 5px!important;border-top: #ccc 1px dashed!important; }
.prdesc {	height: 40px;overflow: hidden;display: block;}
}
@media (min-width: 1200px) {
.shopblock .product-card{
/*transition: all 0.5s ease-out;*/
height: 500px!important;
overflow: hidden;
}	
.imgwrap a{display: block;width: 100%;}
.imgwrap {
text-align: center;
margin: 20px;
height: 250px!important;
overflow: hidden;
}
.prname { font-size: 18px!important;}
.prprice { font-size: 24px!important;}
hr { margin: 5px!important;border-top: #ccc 1px dashed!important; }
.prdesc {	height: 40px;overflow: hidden;display: block;}
}

.product-card .buybtn{
position: absolute;
bottom: 10px;
left: 10px;
}
.imgwrap img{
	max-width: 250px;
}
.imgwrap {
text-align: center;
margin: 20px;
height: 250px;
overflow: hidden;
}
.product-page .list-group b{
	float: right;
}
.product-page {
	
}
.shopblock .product-card{
/*transition: all 0.5s ease-out;*/
height: 500px;
overflow: hidden;
}
.shoppager .shop-page-link{
transition: all 0.5s ease-out;
}
.shoppager .active{
border-top-left-radius: 30px;
border: #1baf1b 2px solid;
margin: -10px 0.1rem 0px 0.1rem;
padding: .75rem 1.5rem;
border-top-right-radius: 30px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background: #1baf1b;
color: #fff;
}
.hidepage {
	display: none!important;
}
.showpage {
	display: block;

}