﻿#deliveryDropDown {
    display: none; 
}​
.overlay-door .menu_overlay_section,
.overlay-door .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}
.overlay-door.open .menu_overlay_section,
.overlay-door.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.overlay-door.close .menu_overlay_section,
.overlay-door.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.overlay_menu_scroll_parent {
	width: 100%;
}
.overlay_menu_scroll_child {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: -15px;
	overflow: auto;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background-color:#f9f9f9;
	z-index:10000000000;
	overflow: auto;
}
.overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}
.overlay-door.open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.overlay .overlay-close {
    background: url('../../../images/System/close_delivery_popup.png') no-repeat center center;
}
.delivery_btn {   
    width: 32%;
    float: right;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-left: 2%;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    color: #fff;
    background-color:#666;
    border-bottom: 3px solid #000;
}
.delivery_btn:nth-of-type(3n) {   
    margin-left: 0;
}
.delivery_btn:hover {   
    color: #fff;
    background-color:#000;
    border-bottom: 3px solid #666;
}
.overlay .overlay-close {
    position: absolute;
    overflow: hidden;
    border: none;
    text-indent: 200%;
    outline: none;
    z-index: 100;
}
.menu_overlay_section {
	width: 100%;
	height:100%;
	float: right;
	position: absolute;
	background-color:rgba(0,0,0,0.4);
}
.menu_overlay_section {
	width: 100%;
	height:100%;
	float: right;
	position: absolute;
	background-color:rgba(0,0,0,0.4);
	display:table;
}
.delivery_container {
	display:table-cell;
	vertical-align:middle;
}
.delivery_box {
	float: right;
	background-color:#fff;
	box-sizing:border-box;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	position:relative;
}
.delivery_box_text_container {
	width: 100%;
	float:right;
}
.delivery_box_title {
	width: 100%;
	float:right;
}
.delivery_box_button_section {
	width: 100%;
	float:right;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	box-sizing:border-box;
}

.pickup_btn_container {   
    width: 100%;
    float: right;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;
    background-color:#000;
    border-bottom: 2px solid #666;
}
.pickup_btn_container:hover {   
    color: #fff;
    background-color:#666;
    border-bottom: 2px solid #000;
}
.pickup_btn_title {   
    width: 100%;
    float: right;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    direction: rtl;
    color: #fff;
    margin-bottom: 1px;
}
.pickup_btn_text {   
    width: 100%;
    float: right;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    direction: rtl;
    color: #fff;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.overlay .overlay-close {
    width: 70px;
    height: 70px;
    left: 50px;
    top: 50px;
}
.delivery_box {
	width: 400px;
	height: 270px;
	padding: 15px;
	margin-left:calc(50% - 200px);
	margin-right:calc(50% - 200px);
}
.delivery_box_logo {
	width: 200px;
	float:right;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);
	margin-top:1px;
}
.delivery_box_title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.delivery_box_button_section {
	padding: 10px;
}

#deliveryDropDown {
    display: block;
    visibility:hidden;
    float:right;
	width: 400px;
	padding: 10px;
	margin-left:calc(50% - 200px);
	margin-right:calc(50% - 200px);
	background-color:#fff;
	height:173px;
	box-sizing:border-box;
	bottom: -173px;
}
.delivery_pickup_container {
	float:right;
	width: 100%;
	background-color:#fff;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.overlay .overlay-close {
    width: 70px;
    height: 70px;
    left: 50px;
    top: 50px;
}
.delivery_box {
	width: 400px;
	height: 270px;
	padding: 15px;
	margin-left:calc(50% - 200px);
	margin-right:calc(50% - 200px);
}
.delivery_box_logo {
	width: 200px;
	float:right;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);
	margin-top:1px;
}
.delivery_box_title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.delivery_box_button_section {
	padding: 10px;
}

#deliveryDropDown {
    display: block;
    visibility:hidden;
    float:right;
	width: 400px;
	padding: 10px;
	margin-left:calc(50% - 200px);
	margin-right:calc(50% - 200px);
	background-color:#fff;
	height:173px;
	box-sizing:border-box;
	bottom: -173px;
}
.delivery_pickup_container {
	float:right;
	width: 100%;
	background-color:#fff;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.overlay .overlay-close {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
    background-size:contain
}
.delivery_box {
	width: 400px;
	height: 270px;
	padding: 20px;
	margin-left:calc(50% - 200px);
	margin-right:calc(50% - 200px);
}
.delivery_box_logo {
	width: 180px;
	float:right;
	margin-left:calc(50% - 90px);
	margin-right:calc(50% - 90px);
	margin-top: 0px;
}
.delivery_box_title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.delivery_box_button_section {
	padding: 10px;
}
#deliveryDropDown {
    display: block;
    visibility:hidden;
    float:right;
	width: 400px;
	padding: 10px;
	margin-left:calc(50% - 200px);
	margin-right:calc(50% - 200px);
	background-color:#fff;
	height:173px;
	box-sizing:border-box;
	bottom: -173px;
}
.delivery_pickup_container {
	float:right;
	width: 100%;
	background-color:#fff;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.overlay .overlay-close {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
    background-size:contain
}
.delivery_box {
	width: 320px;
	height: 270px;
	padding: 20px;
	margin-left:calc(50% - 160px);
	margin-right:calc(50% - 160px);
}
.delivery_box_logo {
	width: 150px;
	float:right;
	margin-left:calc(50% - 75px);
	margin-right:calc(50% - 75px);
	margin-top: 0px;
}
.delivery_box_title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.delivery_box_button_section {
	padding: 10px;
}
#deliveryDropDown {
    display: block;
    visibility:hidden;
    float:right;
	width: 320px;
	padding: 10px;
	margin-left:calc(50% - 160px);
	margin-right:calc(50% - 160px);
	background-color:#fff;
	height:173px;
	box-sizing:border-box;
	bottom: -173px;
}
.delivery_pickup_container {
	float:right;
	width: 100%;
	background-color:#fff;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.overlay .overlay-close {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
    background-size:contain
}
.delivery_box {
	width: 320px;
	height: 270px;
	padding: 20px;
	margin-left:calc(50% - 160px);
	margin-right:calc(50% - 160px);
}
.delivery_box_logo {
	width: 150px;
	float:right;
	margin-left:calc(50% - 75px);
	margin-right:calc(50% - 75px);
	margin-top: 0px;
}
.delivery_box_title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.delivery_box_button_section {
	padding: 10px;
}
#deliveryDropDown {
    display: block;
    visibility:hidden;
    float:right;
	width: 320px;
	padding: 10px;
	margin-left:calc(50% - 160px);
	margin-right:calc(50% - 160px);
	background-color:#fff;
	height:173px;
	box-sizing:border-box;
	bottom: -173px;
}
.delivery_pickup_container {
	float:right;
	width: 100%;
	background-color:#fff;
}
}
