@charset "utf-8";
/* CSS Document */





@media screen and (max-width: 800px) {
/* The Modal (background) */
.modal_redeem_bg {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:999;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:50%; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:50%; opacity:1}
}

/* Modal Content */
.modal-content-redeem {
	position: relative !important;
	background-color: #f4f4f4 !important;
	margin: auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 20px !important;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-animation-name: animatetop !important;
	-webkit-animation-duration: 0.4s !important;
	animation-name: animatetop !important;
	animation-duration: 0.4s !important;
	width: 85vw !important;
	height: auto !important;
	top: 40%;
	transform: translate(0, -50%);
	text-align: center;
}

/* The Close Button */
.close_redeem {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_redeem:hover,
.close_redeem:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}







.modal_product_bg {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:999;
}

/* Add Animation */
@-webkit-keyframes option {
  from {top:-300px; opacity:0} 
  to {top:50%; opacity:1}
}

@keyframes option {
  from {top:-300px; opacity:0}
  to {top:50%; opacity:1}
}

/* Modal Content */
.modal-content-product {
	position: relative !important;
	background-color: #f4f4f4 !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 20px !important;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-animation-name: option !important;
	animation-name: option !important;
	-webkit-animation-duration: 0.4s !important;
	animation-duration: 0.4s !important;
	width: 90vw !important;
	top: 45%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: inline-block;
	left: 50%;
	max-height: 75vh;
	overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */	
}

.modal-content-product::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/* The Close Button */
.close_product {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_product:hover,
.close_product:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}







.modal_free_bg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:999;
}

/* Add Animation */
@-webkit-keyframes free {
  from {top:-300px; opacity:0} 
  to {top:40%; opacity:1}
}

@keyframes free {
  from {top:-300px; opacity:0}
  to {top:40%; opacity:1}
}

/* Modal Content */
.modal-content-free {
	position: relative !important;
	background-color: #f4f4f4 !important;
	margin: 0 auto !important;
	padding-bottom: 20px;
	border: none;
	border-radius: 20px !important;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-animation-name: free !important;
	animation-name: free !important;
	-webkit-animation-duration: 0.4s !important;
	animation-duration: 0.4s !important;
	width: 85vw !important;
	top: 40%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: inline-block;
	left: 50%;
	height: auto;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modal-content-free::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/* The Close Button */
.close_free {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_free:hover,
.close_free:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10 !important;
	background-color: #000;
}
	
	
	}