.shop-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.shop-overlay.active{
  display: flex;
}

.shop-container {
	margin: auto;
}

.shop-close-btn {
  width: 15px;
  height: 15px;
  background-image: url('closeBtn.dfd0503b.png') ;
  background-color: transparent;
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: center center;
  cursor: pointer;
  border: 0;

  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
}

.shop-loading-img {
	display: none;
  width: 123px;
  height: 123px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('loading.gif') ;
  background-size: cover;
}

.shop-loading-img.active{
  display: flex;
}

.shop-box {
	position: relative;
	border-radius: 20px;
  width: 570px;
  height: 868px;
  background-color: #FFF8E0;
}

.shop-iframe {
	border-radius: 20px;
  width: 100%;
  height: 100%;
}

@media(max-width: 570px) {
	.shop-box {
		width: 470px;
	}

	.shop-close-btn {
		margin-left: 435px;
	}
}

@media(max-width: 470px) {
	.shop-box {
		width: 370px;
	}

	.shop-close-btn {
		margin-left: 335px;
	}
}

@media(max-height: 868px) {
	.shop-box {
		height: 758px;
	}
}

@media(max-height: 758px) {
	.shop-box {
		height: 658px;
	}
}
