.page-title {
	font-size: 22px;
	line-height: 10px;
	font-weight: 600 !important;
}

.page-title-div {
	border-bottom: 1px solid #dddddd !important;
}

.page-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 2px;
	width: 100%;
	background-color: #1493BB;
}

.instore-promotion-card{
	border: none !important;
}

.instore-promotion-card .card-footer{
	border: none !important;
	background: white;
}

.btn-fb-view{
	background: #1877F2;
	border-radius: 3px;
	color: #fff !important;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}