.counter {
	padding: 5px;
	background-color: #000;
	color: #FFF;
	display: none;
}
.swal2-content{
	font-size:18px !important;
}
#restrict { position: relative; }
#restrict .restrict-overlay {
	background-color: rgba(255, 255, 255, 0.7);
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#restrict .restrict-container {
	position: absolute;
	top: 10%;
	left: 0px;
	width: calc(100% - 50px);
	background-color: #FFF;
	box-shadow: 0px 0px 10px #CCC;
	padding: 25px;
}
.restrict-container > .login {
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
}
.restrict-container button { width: 100%; }
.restrict-container > .register {
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
}
.heart-selected{
	background: red !important;
}
.heart{
    position: absolute;
    top: 10px;
    left: 9px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    z-index: 10;
    -webkit-border-radius: 0 0px 0px 0;
    -moz-border-radius: 0 0px 0px 0;
    border-radius: 0 0px 0px 0;
}

.text-white{
    color:#FFF;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    right:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float{
    margin-top:16px;
}