.add-button {
  	background: #3780ef;
	color: white;
	padding: 5px 10px;
	border-radius: 3px;
	float: right;
	margin-right: 15px;  
}

.img_app_tienda{
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

.close-app{
	position: absolute;
	right: 15px;
	bottom: 95px;
	font-size: 20px;
}

.app-box{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
    color: black;
    font-size: 15px;
    font-weight: 1000;
    height: 150px;
    border: 0;
    border-top: 1px solid;
}