@media (min-width:992px){
	.btn-add-store-product{    position: absolute;
		bottom: 7px;
		left: 52px;}
}
@media (max-width:992px){
	.btn-add-store-product{ position: absolute;
		bottom: 30%;
		left: -5px;
		z-index: 960;}
}