@charset "UTF-8";
.mainHolder{
	margin-top:1em;
	max-width:1200px;
	width:100%;
	height:auto;
	
}
.navHolder{
	padding:1em;
}
.nbslogo img{
	width:100%;
	max-width:150px;
	height:auto;
	margin:0 auto;
}
.nbsSoc{
	flex-direction:column;
	color:#ea0a2a;
	font-weight:bold;
}

.officialStoresHolder{
	width:100%;
	height:auto;
	background-color:#ececec;
	padding:2% 0;
	margin:0.3% auto;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.officialStores{
	width:100%;
	height:auto;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin:0 auto;
}
.officialStoresHolder h3{
	padding-top:0.5em;
	padding-left:2em;
	padding-right:1em;
	vertical-align:middle;
	font-size:1vw;
}
.officialStores li{
	display: flex;
	display:inline-block;
    justify-content: center;   /* horizontal center */
	
}

.officialStores li img{
	width:70%;
	height:auto;
}
.widgetHolder img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.catTile{
	width:100%;
	height:auto;
	max-width:120px;
}


.footerBanner img{
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:2%;
	padding-bottom:0.5%;
}
.lnqrHolder{
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:3%;
	padding-bottom:2%;
	background-color:#263238;
	color:#fff;
	
}
.lnqrApp div{
	display: flex;
    justify-content: center;
}
.caption{
	text-align:center !important;
	margin:0 auto;
}

.appLogoHolder li{
	display: flex;
	display:inline-block;
    justify-content: center;   /* horizontal center */
	padding-top:1%;
	
}
.appLogoHolder li img{
	width:160px;
	height:auto;
}

.subscribeHolder{
	width:100%;
	height:auto;
	padding-top:3%;
	padding-bottom:3%;
}

.subscribe{
	display: flex;
    flex-direction: column;
	align-items:center;
}
.subscribe h4{
	padding-bottom:2%;
} 
.followContent{
	margin:0 auto;
	padding:0;
}

.followContent li{
	display: inline-block;
}
.followContent li img{
	width:40px;
	height: auto;
}

.btnSubscribe{
	margin-top:2%;
	padding:0.5em 0;
	background-color:#000;
	color:#fff;
	border:none;
}
.followContent h4{
	padding-bottom:3%;
} 

.footerHolder{
	padding-top:3%;
    padding-bottom:3%;
}

.nbsFooter img{
	width:160px;
	height:auto;
}
.nbsNpc{
	display: flex; 
	align-items: center;
	font-size:0.8em;
}
.nbsNpc img{
	width:70px;
	height:auto;
	margin-right: 20px;
}
.lnqrL{
	float:right;
	width:180px;
	height:auto;
}
.qr{
	float:left;
	padding:0;
	margin:0;

}
.sib-formBg { 
    position: relative; 
    height: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/artbarph-store.jpg");
    background-size: cover;
}

.sib-formBg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.5);
}
.sib-formBg form{
	position: relative;
}
#sib-container{
	background-color:transparent !important;
	border:none  !important;
}
.sib-form-block__button{
	background-color:#000000 !important;
	text-transform:uppercase;
	width:100%;
}
.shoplink:link, .shoplink:visited {
  color: #ea0a2a;
  text-decoration: none;
}

.shoplink:hover, .shoplink:active {
  color: #000;
}
@media only screen and (max-width: 600px) {
	
	.navHolder div{
		width:100%;
		height:auto;
		flex-direction:column;
	}
	.nbsLogo{
		width:100%;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	.nbsLogo img{
		width:100%;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	.nbsSoc{
		margin:1.5em auto;
	}
	.nbsFooter{
	text-align:center;
	}
	.nbsFooter img{
	margin:2em 0 3em 0;
	}
	.officialStoresHolder h3{
		font-size:1em;
	}
	.officialStoresHolder{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.officialStores li{
		width:25%;
		height:auto;
	}
	.officialStores li img{
		width:70px;
		height:auto;
	}
	.subscribeHolder{
		margin:0 auto;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	.followContent{
		margin:3em 0 1em 0;
		padding:0;
	}
	.lnqrHolder{
		margin:0 auto;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	.lnqrL{
		float:none;
		text-align:center;
		width:140px;
		height:auto;
		margin:4% auto !important;
	}
	.nbsNpc{
		padding:0 5%;
	}
	.subscribe{
		margin-top:6%;
	}

}
.card{
	border:none !important;
	box-sizing:none !important;
}
