.banner-wrapper {
	margin: 0 -15px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
}
.banner-wrapper .banner-dc-logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.banner-wrapper .banner-dc-logo span {
	font-size: 20px;
	color: #808080;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
@media (max-width: 767px) {
	.banner-wrapper .banner-dc-logo span {
		font-size: 14px;
		margin-right: 5px;
	}
}
.banner-wrapper .banner-dc-logo img {
	max-width: 200px;
}
@media (max-width: 767px) {
	.banner-wrapper .banner-dc-logo img {
		width: 85px;
	}
}
.banner-wrapper .banner-hero-wrapper {
	position: relative;
	height: auto;
	text-align: center;
}
.banner-wrapper .banner-hero-wrapper .banner-hero-video {
	width: 100%;
	position: relative;
	padding-top: 25px;
}
.banner-wrapper .banner-hero-wrapper .banner-hero-video video {
	width: 100%;
	min-height: 100px;
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper button {
	color: white;
	background-color: #61b8d1;
	width: 300px;
	max-width: 350px;
	height: 60px;
	font-size: 24px;
	padding: 0 20px;
	letter-spacing: 1px;
	border-radius: 5px;
	margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner-wrapper .banner-hero-wrapper .buttons-wrapper button {
		font-size: 20px;
		height: 45px;
	}
}
@media (max-width: 767px) {
	.banner-wrapper .banner-hero-wrapper .buttons-wrapper button {
		width: 175px;
		height: 40px;
		font-size: 16px;
		padding: 0 10px;
	}
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links {
	margin-bottom: 20px;
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div {
	display: inline-block;
	width: 48%;
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div img {
	width: 110px;
}
@media (max-width: 767px) {
	.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div img {
		width: 60px;
	}
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div.itunes-icon {
	text-align: right;
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div.itunes-icon img {
	margin-right: 20px;
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div.play-store-icon {
	text-align: left;
}
.banner-wrapper .banner-hero-wrapper .buttons-wrapper .download-links div.play-store-icon img {
	margin-left: 20px;
}
@media (min-width: 768) {
	#banner-modal .modal-dialog, #banner-modal-download-links .modal-dialog {
		top: 100px;
	}
}
#banner-modal .modal-dialog .modal-header, #banner-modal-download-links .modal-dialog .modal-header {
	padding: 0;
}
#banner-modal .modal-dialog .modal-header h4, #banner-modal-download-links .modal-dialog .modal-header h4 {
	color: #000;
	font-size: 24px;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-header h4, #banner-modal-download-links .modal-dialog .modal-header h4 {
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 40px 0 20px;
	}
}
#banner-modal .modal-dialog .modal-body, #banner-modal-download-links .modal-dialog .modal-body {
	padding-top: 25px;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body, #banner-modal-download-links .modal-dialog .modal-body {
		padding-top: 50px;
	}
}
#banner-modal .modal-dialog .modal-body form .form-group input, #banner-modal-download-links .modal-dialog .modal-body form .form-group input {
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #979797;
}
#banner-modal .modal-dialog .modal-body form .form-group input::-webkit-input-placeholder, #banner-modal-download-links .modal-dialog .modal-body form .form-group input::-webkit-input-placeholder {
	color: #a8a8a8;
}
#banner-modal .modal-dialog .modal-body form .form-group input::-moz-placeholder, #banner-modal-download-links .modal-dialog .modal-body form .form-group input::-moz-placeholder {
	color: #a8a8a8;
}
#banner-modal .modal-dialog .modal-body form .form-group input:-ms-input-placeholder, #banner-modal-download-links .modal-dialog .modal-body form .form-group input:-ms-input-placeholder {
	color: #a8a8a8;
}
#banner-modal .modal-dialog .modal-body form .form-group input:-moz-placeholder, #banner-modal-download-links .modal-dialog .modal-body form .form-group input:-moz-placeholder {
	color: #a8a8a8;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body form .number, #banner-modal-download-links .modal-dialog .modal-body form .number {
		margin-top: 20px;
	}
}
#banner-modal .modal-dialog .modal-body form .number input, #banner-modal-download-links .modal-dialog .modal-body form .number input {
	width: 100%;
}
#banner-modal .modal-dialog .modal-body form .form-btn, #banner-modal-download-links .modal-dialog .modal-body form .form-btn {
	margin-bottom: 0;
	margin-top: 10px;
}
#banner-modal .modal-dialog .modal-body form .form-btn button, #banner-modal-download-links .modal-dialog .modal-body form .form-btn button {
	position: static;
	width: 100%;
	letter-spacing: 0.8px;
	border-radius: 5px;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body form .form-btn button, #banner-modal-download-links .modal-dialog .modal-body form .form-btn button {
		font-size: 14px;
	}
}
#banner-modal .modal-dialog .modal-body form .form-agree, #banner-modal-download-links .modal-dialog .modal-body form .form-agree {
	margin: 0;
	text-align: center;
}
#banner-modal .modal-dialog .modal-body form .form-agree .animated-checkbox, #banner-modal-download-links .modal-dialog .modal-body form .form-agree .animated-checkbox {
	margin: 0;
}
#banner-modal .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox, #banner-modal-download-links .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox {
	margin: 0;
}
#banner-modal .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox label, #banner-modal-download-links .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox label {
	color: #979797;
}
#banner-modal .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox label span:before, #banner-modal-download-links .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox label span:before {
	font-size: 16px;
	top: -3px;
	color: #979797;
}
#banner-modal .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox label p, #banner-modal-download-links .modal-dialog .modal-body form .form-agree .animated-checkbox .checkbox label p {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 0;
	font-size: 12px;
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-text, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-text {
	padding: 25px 0;
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-text hr, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-text hr {
	display: inline-block;
	height: 1px;
	width: 30%;
	margin: 0;
	vertical-align: middle;
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-text span, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-text span {
	text-align: center;
	width: 40%;
	vertical-align: middle;
	display: inline-block;
	font-size: 20px;
	color: #4e4e4e;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-text span, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-text span {
		width: 100%;
	}
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links {
	margin-bottom: 20px;
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div {
	display: inline-block;
	width: 49%;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div {
		display: block;
		width: 100%;
	}
	#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div img, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div img {
		margin: 20px 0 !important;
	}
}
@media (max-width: 767px) and (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div img, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div img {
		margin: 10px 0;
	}
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div.itunes-icon, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div.itunes-icon {
	text-align: right;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div.itunes-icon, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div.itunes-icon {
		text-align: center;
	}
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div.itunes-icon img, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div.itunes-icon img {
	margin-right: 30px;
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div.play-store-icon, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div.play-store-icon {
	text-align: left;
}
@media (max-width: 767px) {
	#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div.play-store-icon, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div.play-store-icon {
		text-align: center;
	}
}
#banner-modal .modal-dialog .modal-body .download-links-wrapper .download-links div.play-store-icon img, #banner-modal-download-links .modal-dialog .modal-body .download-links-wrapper .download-links div.play-store-icon img {
	margin-left: 30px;
}
.android #banner-modal .modal-body, .android #banner-modal-download-links .modal-body {
	padding-top: 75px;
}
/* Global Properties for modals added to Homepopup modal */
/*@media (max-width: 767px) {
	.modal .modal-dialog .modal-content {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-header {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 1000;
	}
}
@media (max-width: 767px) {
	.modal .modal-dialog .modal-content .modal-header .close {
		top: 0 !important;
		right: 0 !important;
		transform: none;
		padding: 5px 10px;
	}
	.modal .modal-dialog .modal-content .modal-header .close:before {
		font-size: 24px;
	}
}*/
/* Hack for IOS */
.apple.ios {
	/* Properties if the browser is safari */
}
@media (max-width: 767px) {
	.apple.ios #dcModal1 .modal-dialog .modal-content .modal-body {
		max-height: calc(100vh) !important;
		height: calc(100vh) !important;
	}
}
@media (max-width: 767px) {
	.apple.ios.safari #dcModal1 .modal-dialog .modal-content .modal-body {
		max-height: calc(100vh - 68px) !important;
		height: calc(100vh - 68px) !important;
	}
}
@media all and (orientation: landscape) {
	.apple.ios.safari #dcModal1 .modal-dialog .modal-content .modal-body {
		max-height: calc(100vh) !important;
		height: calc(100vh) !important;
	}
}
.apple.ios.safari #dcModal3 .modal-body {
	max-height: 100vh !important;
	height: 100vh !important;
}
.apple.ios.safari #dcModal4 .modal-body {
	height: calc(100vh - 60px) !important;
	min-height: calc(100vh - 60px) !important;
}
.apple.ios.safari #dcModal4 .modal-body .gif-wrapper video {
	display: none;
}
.apple.ios.safari #dcModal4 .modal-body .gif-wrapper .fallback-img {
	display: block !important;
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
	.apple.ios.safari #dcModal4 .modal-body .gif-wrapper .fallback-img {
		display: inline-block !important;
		text-align: center;
	}
}
.apple.ios.safari #dcModal5 .modal-body {
	height: calc(100vh - 60px) !important;
	min-height: calc(100vh - 60px) !important;
}
.apple.ios.safari.modal-open {
	overflow: hidden;
	height: 100%;
}
@media (max-width: 767px) {
	.apple.ios.chrome.modal-open .modal#dcModal2 .modal-body {
		height: 100vh !important;
		min-height: 100vh !important;
		max-height: 100vh !important;
	}
	.apple.ios.chrome.modal-open .modal#dcModal3 .modal-body {
		height: 100vh !important;
		min-height: 100vh !important;
		max-height: 100vh !important;
	}
	.apple.ios.chrome.modal-open .modal#dcModal4 .modal-body {
		height: 100vh !important;
		min-height: 100vh !important;
		max-height: 100vh !important;
	}
	.apple.ios.chrome.modal-open .modal#dcModal4 .modal-body .gif-wrapper video {
		display: none;
	}
	.apple.ios.chrome.modal-open .modal#dcModal4 .modal-body .gif-wrapper .fallback-img {
		display: block !important;
		width: 100%;
		max-width: 240px;
	}
	.apple.ios.chrome.modal-open .modal#dcModal4 .modal-body .buttons-container {
		z-index: 11055;
	}
	.apple.ios.chrome.modal-open .modal#dcModal5 .modal-body {
		height: 100vh !important;
		min-height: 100vh !important;
		max-height: 100vh !important;
	}
	.apple.ios.chrome.modal-open .modal#dcModal5 .modal-body .buttons-container {
		z-index: 11055;
	}
}
@media (max-width: 767px) and (max-width: 767px) {
	.apple.ios.chrome.modal-open .modal#dcModal4 .modal-body .gif-wrapper .fallback-img {
		display: inline-block !important;
		text-align: center;
	}
}
/*  Block-scroll class added for Homepopup modal */
.block-scroll {
	height: 100%;
	max-height: 100%;
	overflow-y: hidden;
}
@media (max-width: 767px) {
	.block-scroll {
		position: fixed;
	}
}
.dc_confirmation h2 {
	font-weight:600;
	font-size: 22px;
	color:#000000;
	margin-top:0;
	font-family:Arial, sans-serif, Helvetica;
}
.dc_confirmation h3 {
	font-weight:600;
	color:#E00033;
	margin:0 0 10px;
	font-family:Arial, sans-serif, Helvetica;
}
.dc_confirmation p {
	color:#000000;
	margin:0;
	font-family:Arial, sans-serif, Helvetica;
}
.dc_confirmation {
  position: relative;
  background-color: #fffeff;
}

.dc_confirmation hr {
  margin: 0;
  width: 2px;
  height: calc(100% - 30px);
  display: inline-block;
  position: absolute;
  background-color: #ECEBEA;
}

.dc_confirmation video {
  max-width: 100%;
  max-height: 150px;
}

.dc_confirmation .restaurant-mail {
  color: #61B8D1;
}

@media (min-width: 768px) {
  .dc_confirmation hr {
    left: 50%;
  }
}

@media (min-width: 992px) {
  .dc_confirmation {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .dc_confirmation .col-md-6 {
    padding: 0;
  }
  
  .dc_confirmation {
	  padding: 10px 15px 0px 15px;
  }

  /*.dc_confirmation img {
    width: 80px;
    height: 80px;
  }*/

  .dc_confirmation hr {
    height: 2px;
    width: 100%;
    display: block;
    position: relative;
    border: none;
    margin: 5px 0;
  }

  .dc_confirmation h2,
  .dc_confirmation h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .dc_confirmation p {
    font-size: 14px;
    line-height: 16px;
  }
  .dc_confirmation .col-md-4, .dc_confirmation .col-sm-4, .dc_confirmation .col-xs-4 {
	  padding: 0 0 0 20px;
	  text-align:right;
  }
  .dc_confirmation .col-md-8, .dc_confirmation .col-sm-8, .dc_confirmation .col-xs-8 {
	  text-align:center;
  }
}
@media (min-width: 992px) {
  .dc_confirmation {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#generic-modal .opt-in .modal-header {
	background-color: #5EB1C8;
	color: white;
}
@media (min-width: 992px) {
	#generic-modal .opt-in .modal-header button.close {
/*		display: none;*/
	}
}
#generic-modal .opt-in .modal-header button.close:before {
	color: white;
}
#generic-modal .opt-in .modal-body {
	background: url(../img/background-utensils.png);
	background-size: 180%;
	padding: 20px;
}
#generic-modal .opt-in .modal-body .cart-hand-icon {
	background: url(../img/del-icons.png);
	background-repeat: no-repeat;
	height: 117px;
	width: 82px;
	display: inline-block;
	position:absolute;
	float: left;
}
@media (max-width: 992px) {
	#generic-modal .opt-in .modal-body .cart-hand-icon {
		top: 72px;
	}
}
#generic-modal .opt-in .modal-body .cart-hand-icon:after {
	background: #ef4723;
	display: block;
	border-radius: 50%;
	content: "FREE";
	font-size: 10px;
	color: white;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 24px;
	right: 16px;
	line-height: 35px;
	text-align: center;
}
#generic-modal .opt-in .modal-body img {
	margin: 0 0 50px 0;
}
@media (max-width: 767px) {
	#generic-modal .opt-in .modal-body img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 30px;
	}
}
#generic-modal .opt-in .modal-body .btn-container {
	margin: 25px auto 20px !important;
	width: 100%;
	height: 40px;
}
@media (max-width: 991px) {
	#generic-modal .opt-in .modal-body .btn-container {
		height: 50px;
	}
}
#generic-modal .opt-in .modal-body .btn-container button.enable-free-delivery {
	width: calc(50% - 20px);
	height: 100%;
	cursor: pointer;
	margin-left: 40px;
	background-color: #EE4522;
    border-color: #EE4522;
	font-size: 18px;
    letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic-modal .opt-in .modal-body .btn-container button.enable-free-delivery {
		position: relative !important;
	}
}
@media (max-width: 991px) {
	#generic-modal .opt-in .modal-body .btn-container button.enable-free-delivery {
		position: fixed;
		width: 100%;
		height: 50px;
		bottom: 0;
		left: 0;
		margin: 0;
	}
}
#generic-modal .opt-in .modal-body .btn-container button.next-time {
	margin-bottom: 0px;
	width: calc(50% - 20px);
	height: 100%;
	cursor: pointer;
	background: #e2e2e2;
	font-size: 18px;
    letter-spacing: 2px;
}
@media (max-width: 991px) {
	#generic-modal .opt-in .modal-body .btn-container button.next-time {
/*		display: none;*/
		width: 100%;
    	background: #e6e6e6;
	}
}
#generic-modal .opt-in .italic-light {
	font-family: "proxima_nova_light_italic", sans-serif;
	color: #666666;
	font-size: 14px;
}
.cart_content--remove_free_trial {
    font-size: 12px;
    color: #bbbdbf;
    text-decoration: underline;
	cursor:pointer;
	font-weight: 400;
}
.btn-orange {
    color: #FFFFFF !important;
    background-color: #EE4522 !important;
    border: 2px solid #EE4522;
    border-radius: 5px;
}
.btn-grey {
    background-color: #d4d4d4 !important;
    border: 2px solid #d4d4d4 !important;
    border-radius: 2px;
}
#partner_opt_in {
	background-color: transparent;
    color: #0cadd9;
    font-weight: 600;
}
#generic-modal-body .trial_modal_heading {
	text-align: center;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .025px;
}
#generic-modal-body .trial_modal_h4 {
	text-align: center;
    color: #EE4522;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
	margin: 15px 0 0;
}
.disclaimer_text {
	text-align: center;
	margin: 30px;
	font-style: italic;
	font-weight: lighter;
}
.membership {
	padding: 15px;
}
.membership .membership_logo {
	text-align: center;
}
.membership .membership_logo img {
	height: 70px;
	margin: 0 auto 10px;
}
.membership.membership_notactive .membership_logo img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.membership.membership_notactive .membership_info {
	color: #999999;
}
.membership .membership_info {
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
}
.membership .membership_info strong {
	font-family: "proxima_nova_semibold", sans-serif;
	font-weight: normal;
}
.membership .member-order-btn a {
	border-radius: 0px;
	float: right;
}
@media (max-width: 767px) {
	.membership .member-order-btn a {
		float: none;
	}
}
.my_account .panel {
    background: transparent;
}

.my_account .panel-default {
    border: none;
}