#n-p-bg {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  background-color: #000;
  opacity:0.5;
}

#n-p-b-frame {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 475px;
  max-width: 510px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  text-transform: uppercase;
}

#n-p-b-inner {
  width: 94%;
  height: 94%;
  margin: 3%;
  border: 1px solid #000;
  color: #bdbdbd;
  font-size: 14px;
  text-align: center;
}

#n-p-b-inner h1 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  max-width: 235px;
  margin: auto;
  text-align: center;
  margin-top: 15%;
  letter-spacing: 0px;
}

#n-p-b-form {
  margin-bottom: 46px;
}

#n-p-b-form input {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #000;
  width: 95%;
  max-width: 375px;
  margin: 5px auto;
  height: 50px;
  text-align: center;
}

#n-p-b-form input[type="submit"] {
  color: #fff;
  background-color: #000;
}

#n-p-b-inner a:link, #n-p-b-inner a:active {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: -0.25px;
  line-height: 32px;
}

.promotion-bg{
	background: url(https://cdn.shopify.com/s/files/1/0625/3669/t/4/assets/promo-popup-bg.png?14204974869692604053);
    background-size: cover;
    background-repeat: no-repeat;
}

.promotion-heading{
	max-width: initial !important;
    margin-top: 9% !important;
  	line-height: 40px !important;
}

.promotion-heading small.promo-exclusive{
	font-size: 18px;
}

.promotion-heading small.promo-price{
	color: red;
}

.promotion-heading small.promo-price span{
	color : #c2c1c1;
  	text-decoration: line-through;
}

.promo-shop-now{
	width: 60%;
    border: 1px solid black;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  	font-size: 25px !important;
  	padding: 12px !important;
  	text-decoration: none !important;
}