/* ABOUT POPUP STARTS */
.about_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.about_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.about_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.about_popupClose:hover,
.about_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* ABOUT POPUP ENDS */

/* TERMS POPUP STARTS */
.terms_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.terms_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.terms_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.terms_popupClose:hover,
.terms_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* TERMS POPUP ENDS */

/* HELP POPUP STARTS */
.help_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.help_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.help_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.help_popupClose:hover,
.help_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* HELP POPUP ENDS */

/* FAQ POPUP STARTS */
.faq_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.faq_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.faq_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.faq_popupClose:hover,
.faq_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* FAQ POPUP ENDS */

/* HOW TO BUY POPUP STARTS */
.how_to_buy_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.how_to_buy_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.how_to_buy_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.how_to_buy_popupClose:hover,
.how_to_buy_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* HOW TO BUY POPUP ENDS */

/* DELIVERY POPUP STARTS */
.delivery_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.delivery_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.delivery_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.delivery_popupClose:hover,
.delivery_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* DELIVERY POPUP ENDS */

/* OUR STORIES POPUP STARTS */
.our_stories_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.our_stories_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.our_stories_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.our_stories_popupClose:hover,
.our_stories_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* OUR STORIES POPUP ENDS */

/* PRESS POPUP STARTS */
.press_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.press_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.press_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.press_popupClose:hover,
.press_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* PRESS POPUP ENDS */

/* PAYMENT POPUP STARTS */
.payment_popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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.6); /* Black w/ opacity */
}

/* Modal Content */
.payment_popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.payment_popupClose {
	font-size:32px;
    color: #000;
    float: right;
    font-weight: bold;
}

.payment_popupClose:hover,
.payment_popupClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* PAYMENT POPUP ENDS */
