:root {
  --ev-gray-silver: #bcc6c8;
  --ev-gray-harbour: #cfcfcf;
  --ev-gray-steel: #abb2bc;
  --ev-gray-charcoal: #22252b;
  --ev-gray-shadow: #292c33;
  --ev-gray-seal: #656565;
  --ev-gray-clouds: #a2adba;
  --ev-gray-cool: #717e8f;
  --ev-gray-blue: #3c4659;
  --ev-gray-pearl-river: #cfcfcf;
  --ev-gray-ivory: #cdcdcd;
  --ev-gray: #4d5460;
  --ev-gray-accent: #abb2bc;

  --ev-blue-smoke: #dcefff;

  --ev-red: #831a2e;

  --ev-gold: #7c6f51;
  --ev-cream: #d1c198;

  --ev-black-coal: #202228;
  --ev-black-onyx: #020001;

  --bg-gradient-gray-anchor: linear-gradient(
    90deg,
    rgba(41, 44, 51, 1) 0%,
    rgba(65, 77, 99, 1) 50%,
    rgba(41, 44, 51, 1) 100%
  );
  --bg-gradient-gray-lava: linear-gradient(
    90deg,
    rgba(97, 108, 126, 1) 0%,
    rgba(34, 37, 42, 1) 50%,
    rgba(97, 108, 126, 1) 100%
  );
  --bg-gradient-gray-raven: radial-gradient(
    circle,
    rgba(98, 105, 121, 1) 0%,
    rgba(74, 81, 99, 1) 100%
  );
  --bg-gradient-gray-join-button: linear-gradient(
    175deg,
    rgba(41, 45, 54, 1) 0%,
    rgba(65, 76, 98, 1) 50%,
    rgba(41, 45, 54, 1) 100%
  );
  --bg-gradient-gray-hero-btn: linear-gradient(
    170deg,
    rgba(235, 239, 239, 1) 0%,
    rgba(112, 115, 117, 1) 100%
  );

  --ev-body-font: "Montserrat", sans-serif;
  --ev-base-font-size: 16px;
}

/* 
Reference:
$zindex-dropdown:                   1000;
$zindex-sticky:                     1020;
$zindex-fixed:                      1030;
$zindex-modal-backdrop:             1040;
$zindex-modal:                      1050;
$zindex-popover:                    1060;
$zindex-tooltip:                    1070; 
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,800&display=swap");

/*@font-face {
  font-family: "Relaxation", cursive;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../../fonts/Relaxation.ttf)format("ttf");
  src: url(../../fonts/Relaxation.otf)format("Relaxation.otf");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: "Relaxation Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../../fonts/RelaxationSans.ttf)format("ttf");
  src: url(../../fonts/RelaxationSans.otf)format("Relaxation.otf");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,U+FE2E-FE2F;
}*/

@font-face{
	font-family:'Relaxation';
	url("../../fonts/Relaxation.otf") format("otf"),
	url("../../fonts/Relaxation.ttf") format("ttf");
	}
	
@font-face{
	font-family:'Relaxation Sans';
	url("../../fonts/RelaxationSans.otf") format("otf"),
	url("../../fonts/RelaxationSans.ttf") format("ttf");
	}


html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--ev-body-font) !important;
}
[click],
a,
select,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

nav ul {
  list-style: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/*------------------- Utilities ----------------------------------------------------------------------------------*/
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Font Weight */

.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-black {
  font-weight: 900 !important;
}

/* Text Colors */
.text-blue-gray {
  color: var(--ev-blue-smoke) !important;
}
.text-silver {
  color: var(--ev-gray-silver) !important;
}
.text-harbour-gray {
  color: var(--ev-gray-harbour) !important;
}
.text-steel-gray {
  color: var(--ev-gray-steel) !important;
}
.text-shadow-gray {
  color: var(--ev-gray-shadow) !important;
}
.text-ivory-gray {
  color: var(--ev-gray-ivory) !important;
}

.text-gray {
  color: var(--ev-gray) !important;
}
.text-red {
  color: var(--ev-red) !important;
}
.text-gold {
  color: var(--ev-gold) !important;
}
.text-cream {
  color: var(--ev-cream) !important;
}
.text-violet {
  color: var(--ev-lilac);
}
.text-black {
  color: #000 !important;
}

/* Font Sizes */
.smaller {
  font-size: 80%;
}
.smallest {
  font-size: 0.5rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1.125rem !important;
}
.fs-7 {
  font-size: 1rem !important;
}
.fs-8 {
  font-size: 0.875rem !important;
}
.fs-9 {
  font-size: 1.5rem !important;
}

/* Line Height */
.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}
/* ======================================== Background Colors =============================================*/

.bg-none {
  background: none !important;
}
.bg-transparent {
  background-color: transparent !important;
}
/* Page Background */
.bg-gradient-anchor-gray {
  background-color: #292c33;
  background-color: rgb(41, 44, 51);
  background: linear-gradient(
    90deg,
    rgba(41, 44, 51, 1) 0%,
    rgba(65, 77, 99, 1) 50%,
    rgba(41, 44, 51, 1) 100%
  );
}
/* Reservation Banner */
.bg-gradient-gray-lava {
  background-color: #616c7e;
  background-color: rgb(97, 108, 126);
  background: linear-gradient(
    90deg,
    rgba(97, 108, 126, 1) 0%,
    rgba(34, 37, 42, 1) 50%,
    rgba(97, 108, 126, 1) 100%
  );
}

/* Join Button */
.bg-gradient-gray-silver {
  background-color: #292d36;
  background-color: rgb(41, 45, 54);
  background: linear-gradient(
    175deg,
    rgba(41, 45, 54, 1) 0%,
    rgba(65, 76, 98, 1) 50%,
    rgba(41, 45, 54, 1) 100%
  );
}

/* Hero button */
.bg-gradient-gray-hero-btn {
  background-color: #ebefef;
  background-color: rgb(235, 239, 239);
  background: linear-gradient(
    170deg,
    rgba(235, 239, 239, 1) 0%,
    rgba(112, 115, 117, 1) 100%
  );
}

/* Reservation Banner */
.bg-gradient-gray-reservations {
  background-color: #616c7e;
  background-color: rgb(97, 108, 126);
  background: linear-gradient(
    90deg,
    rgba(97, 108, 126, 1) 0%,
    rgba(34, 37, 42, 1) 50%,
    rgba(97, 108, 126, 1) 100%
  );
}

/* Buttons */
.bg-gradient-gray-buttons {
  background-color: #6c747f;
  background-color: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  );
}
/* Gift Card Gradient */
.bg-gradient-gray-gift-cards {
  background-color: #626979;
  background-color: rgb(98, 105, 121);
  background: radial-gradient(
    circle,
    rgba(98, 105, 121, 1) 0%,
    rgba(74, 81, 99, 1) 100%
  );
}

.bg-gray {
  background-color: var(--ev-gray) !important;
}
.bg-char-gray {
  background-color: var(--ev-gray-charcoal) !important;
}
.bg-shadow-gray {
  background-color: var(--ev-gray-shadow) !important;
}
.bg-black-coal {
  background-color: var(--ev-black-coal) !important;
}
.bg-black-onyx {
  background-color: var(--ev-black-onyx) !important;
}
.bg-blue-gray {
  background-color: var(--ev-blue-smoke) !important;
}

/* Separators */
.hr-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid;
  border-color: #abb2bc !important;
}

.hr-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid;
  border-color: #7c6f51 !important;
}

.hr-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid;
  border-color: #6d737e !important;
}
.hr-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid;
  border-color: #a1aec4 !important;
}

/* Letter spacing */
.ls-1 {
  letter-spacing: 0.0625rem !important;
}
.ls-2 {
  letter-spacing: 0.1rem !important;
}
.ls-3 {
  letter-spacing: 0.125rem !important;
}
.ls-4 {
  letter-spacing: 0.1875rem !important;
}

/* Buttons ----------------------------------------------------------*/
.btn {
  color: #cdcdcd;
  font-size: 0.75rem;
  border-radius: 0 !important;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--ev-body-font);
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  color: #fff !important;
}
.btn-block {
  display: block;
  width: 100%;
}
/* Hero Button */
.btn-silver,
.btn-silver:visited {
  color: var(--ev-black-onyx);
  background-color: #ebefef;
  background-color: rgb(235, 239, 239, 1);
  background: linear-gradient(
    170deg,
    rgba(235, 239, 239, 1) 0%,
    rgba(112, 115, 117, 1) 100%
  ) !important;
  border: 1.5px solid #656565;
  -webkit-transition: background-color 0.15s ease-in-out,
    border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  letter-spacing: 0.1vw;
}

.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active {
  opacity: 0.8;
  color: var(--ev-black-onyx) !important;
}

/* Buttons */
.btn-glassy,
.btn-glassy:visited {
  color: #d6e8ff;
  background-color: #6c747f;
  background-color: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  ) !important;
  border: 0.1rem solid #676e7c;
  letter-spacing: 0.125rem;
  width: 100%;
}

.btn-glassy:hover,
.btn-glassy:focus,
.btn-glassy:active {
  opacity: 0.8;
  color: #fff !important;
}

/*Old styles overwrite*/
.btn-default,
.btn-default:visited {
  font-size: 0.75rem;
  color: #cdcdcd !important;
  background-color: #6c747f;
  background-color: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  ) !important;
  border: 0.1rem solid #676e7c !important;
  letter-spacing: 0.125rem;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  opacity: 0.8;
  color: #fff !important;
}
/* Join Button */
.btn-eclub,
.btn-eclub:visited {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  color: #a1aec4;
  background-color: rgb(41, 45, 54);
  background: linear-gradient(
    175deg,
    rgba(41, 45, 54, 1) 0%,
    rgba(65, 76, 98, 1) 50%,
    rgba(41, 45, 54, 1) 100%
  ) !important;
  border: 2px solid #717e8f;
}

.btn-eclub:hover,
.btn-eclub:active,
.btn-eclub:focus {
  opacity: 0.8;
  color: #fff !important;
}

/* Utilities--------------------------------------------------------------------------*/
/* Borders  */
.border-gray-cool {
  border-color: var(--ev-gray-cool) !important;
}
.border-gray-accent {
  border-color: var(--ev-gray-accent) !important;
}
.border-gray-steel {
  border-color: var(--ev-gray-steel) !important;
}

.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-left-0 {
  border-left: 0;
}
.border-right {
  border-right: 1px solid !important;
}
.border-left {
  border-left: 1px solid !important;
}

.border-top {
  border-top: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 5px !important;
}
.border-7 {
  border-width: 7px !important;
}
.border-8 {
  border-width: 8px !important;
}

/* Position   */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 576px) {
  .fixed-top-sm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom-sm {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (min-width: 768px) {
  .fixed-top-md {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom-md {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (min-width: 992px) {
  .fixed-top-lg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom-lg {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (min-width: 1200px) {
  .fixed-top-xl {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom-xl {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="type"] {
  background: #3c4659;
  border-radius: 0;
  color: #fff;
}
::placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #cdcdcd;
}

.form-control {
  border: none !important;
  border-radius: 0 !important;
}
/* Modify Bootstrap gutter spacing on columns */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/* Sizing  */
.w-100 {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}

/* Header ------------------------------------------------------------------------------------*/

header .header-wrapper a:visited,
header .header-wrapper a:hover,
header .header-wrapper a:focus,
header .header-wrapper a:active,
header .desktop-nav li a,
header .desktop-nav-wrapper ul.desktop-nav li a:hover,
header .desktop-nav-wrapper ul.desktop-nav li a:active,
header .desktop-nav-wrapper ul.desktop-nav li a:focus,
header .desktop-nav-wrapper ul.desktop-nav li li a:focus-within {
  text-decoration: none;
}
#globalMessage {
  background-color: #202228;
  color: #bcc6c8;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  width: 100%;
}
#dineInMessage {
  width: 100%;
  background-color: #4d5460;
  color: #fff;
  text-align: center;
  letter-spacing: 0.09rem;
}

header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #292c33;
  background-image: url("https://media.eddiev.com/images/site/responsive/global/ev-floral-design-header.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 80px;
  position: relative;
}

header .desktop-nav-wrapper {
  margin-left: 1.5rem;
}

header .desktop-nav-wrapper .desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

header .desktop-nav-wrapper ul.desktop-nav li {
  margin-right: 1.5rem;
}

header .desktop-nav li a {
  letter-spacing: 0.1rem;
  padding: 0;
  color: #cdcdcd;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

header .desktop-nav-wrapper ul.desktop-nav li:last-of-type {
  margin-right: 0;
}

header .cart-location-wrapper .cart-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cdcdcd;
}
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item.find-location
  span
  a,
header .cart-location-wrapper .cart-location .cart-location-item.log-in-link a,
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item
  .active-location
  .header-location-name
  a
  span,
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item
  .active-location
  .header-location-number {
  color: #cdcdcd;
  letter-spacing: 0.1rem;
  padding: 0;
  color: #cdcdcd;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
header .cart-location-wrapper .cart-location a,
header .cart-location-wrapper .cart-location .cart-location-link {
  color: #cdcdcd;
  letter-spacing: 0.1rem;
  padding: 0;
  color: #cdcdcd;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

header .cart-location-wrapper .cart-location a:hover,
header .cart-location-wrapper .cart-location a:active,
header .cart-location-wrapper .cart-location a:focus,
header .cart-location a:focus-within,
header .cart-location-wrapper .cart-location .cart-location-link:hover,
header .cart-location-wrapper .cart-location .cart-location-link:active,
header .cart-location-wrapper .cart-location .cart-location-link:focus,
header .cart-location-wrapper .cart-location .cart-location-link:focus-within {
  text-decoration: none;
  color: #fff !important;
}

header .cart-location-wrapper .cart-location .cart-location-item {
  line-height: 1.4;
  padding: 0 1rem;
}

header .cart-location-wrapper .cart-location .cart-location-item:last-of-type,
header .cart-location-wrapper .cart-location .shopping-bag {
  padding-right: 0;
}

header
  .cart-location-wrapper
  .cart-location
  .cart-location-item.shopping-bag
  .cart-item-count {
  position: absolute;
  font-family: var(--ev-body-font) !important;
  background: #cbd1d6;
  border: 2px solid #717e8f;
  color: #020001;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: bold;
}

header
  .cart-location-wrapper
  .cart-location
  .cart-location-item.shopping-bag
  .cart-item-count.double-digit {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header
  .cart-location-wrapper
  .cart-location
  .cart-location-item.shopping-bag
  a {
  position: relative;
  display: block;
}
.cart-location-wrapper ul.cart-location {
  margin-bottom: 0;
}
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item.shopping-bag
  #cart-empty-popup {
  background: #b6bec6;
  position: absolute;
  z-index: 1060;
  padding: 1.5rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 10px 10px 34px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 34px 0 rgba(0, 0, 0, 0.3);
  color: var(--ev-black-onyx);
}

#cart-empty-popup h3 {
  text-transform: uppercase;
  font-weight: 700;
}

#cart-empty-popup .btn {
  text-align: center;
  display: block;
}

#cart-empty-popup p {
  letter-spacing: 0;
  line-height: 1.125rem;
}
header .header-location-name a,
header .cart-location-wrapper .cart-location .cart-location-link,
header .desktop-nav-wrapper .desktop-nav .desktop-nav-link,
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item
  .active-location
  .header-change-location-link,
header .mobile-nav-slider-wrapper .mobile-nav-link,
.cart-empty-title {
  font-weight: 600;
}

header
  .cart-location-wrapper
  .cart-location
  .cart-location-item
  .active-location
  .header-location-name,
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item
  .active-location
  .header-change-location-link,
header
  .cart-location-wrapper
  .cart-location
  .cart-location-item
  .active-location
  .header-location-number {
  margin-right: 1.5rem;
}

header .active-location img#desktop-location-link-trigger-icon {
  position: absolute;
  top: 0;
  right: 0;
}

header .hamburger-button {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  margin-right: 1.5rem;
  padding: 0;
  width: auto;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  opacity: 1;
}
/*
header .hamburger-button:focus,
header .hamburger-button:focus-within,
header .hamburger-button:active {
  outline: 5px auto -webkit-focus-ring-color;
} */

header .hamburger-button .hamburger {
  width: 1.75rem;
  height: 1.0625rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.hamburger .top,
.hamburger .bottom {
  background-color: #97a7ba;
}
header .hamburger-button .hamburger i {
  width: 100%;
  height: 0.1875rem;
  opacity: 1;
  background-color: #97a7ba;
  -webkit-transition: -webkit-transform 0.175s
    cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header .hamburger-button .hamburger.slider-open i.top {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

header .hamburger-button .hamburger.slider-open i.bottom {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

header .mobile-nav-slider-wrapper {
  background-color: #202228;
  color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 6rem;
  left: -100%;
  background-color: #212020;
  padding: 3.125rem 0 2.625rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1060;
  padding-bottom: 160px;
  visibility: hidden;
  /* overflow-y: auto; */
}

header .mobile-nav-slider-wrapper.is-open {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

header .mobile-nav-slider-wrapper ul li {
  margin-bottom: 0.5rem;
}

header .mobile-location-information {
  background-color: #202228;
  color: #cdcdcd;
  padding: 1rem;
  position: absolute;
  border: 0.05rem solid #77808a;
  visibility: hidden;
}

header .mobile-location-information.is-open {
  visibility: visible;
  z-index: 1000;
}

header .mobile-location-information .rblinks ul li a,
header .mobile-location-information div,
header .mobile-location-information #popRestHrs,
header .mobile-location-information p,
header .mobile-location-information a,
header .mobile-location-information .btn,
header .mobile-location-information span,
header .mobile-location-information ul li a {
  line-height: 1.5;
  color: #cdcdcd;
}

header .mobile-location-information a:hover,
header .mobile-location-information a:active,
header .mobile-location-information a:focus {
  color: #fff;
}

header .mobile-location-information .header-location-details a,
header .mobile-location-information .header-location-details a:visited,
header .mobile-location-information .header-location-address a,
header .mobile-location-information .header-location-address span {
  color: #cdcdcd;
}

.mobile-location-information .header-location-details a:hover,
.mobile-location-information .header-location-details a:active,
.mobile-location-information .header-location-details a:focus,
.mobile-location-information .header-location-address a:hover,
.mobile-location-information .header-location-address a:focus,
.mobile-location-information .header-location-address a:active {
  color: #fff;
}
.ev-mobile-location-dropdown {
  display: block;
  width: 100%;
  position: absolute;
  background: url("//media.eddiev.com/images/site/responsive/global/ev-mobile-location-details-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  left: 0;
}
.ev-mobile-location-dropdown .mobile-location-name span {
  display: flex;
  align-self: center;
}

#ev-active-location-box {
  color: #292c33;
  text-transform: uppercase;
  outline: none;
  display: flex;
  font-weight: 600;
}

header .mobile-location-information .mobile-location-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#popDirLink:hover,
.rblinks ul li a:hover {
  color: #fff;
  background-color: transparent !important;
}

.mobile-location-information .rblinks li {
  padding: 0;
}
.rblinks ul li a {
  padding: 0;
}

header .mobile-location-information #popRestHrs {
  text-transform: uppercase;
}

header .mobile-location-information #popRestHrs .times {
  float: right;
}

header .mobile-nav-slider-wrapper .mobile-nav {
  margin: 0 1.5rem;
  padding-left: 0;
}
header .mobile-nav-slider-wrapper .mobile-nav-item {
  margin-bottom: 0.5rem;
}

header .mobile-nav-slider-wrapper .mobile-nav-link {
  text-transform: uppercase;
  color: #fff;
}

header .mobile-nav-slider-wrapper .mobile-nav-link:hover,
header .mobile-nav-slider-wrapper .mobile-nav-link:active,
header .mobile-nav-slider-wrapper .mobile-nav-link:focus,
header .mobile-nav-slider-wrapper .mobile-nav-link:focus-within {
  text-decoration: underline;
}

header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-primary {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #e1e0df;
  margin-top: -42px;
}

header
  .mobile-nav-slider-wrapper
  .mobile-nav.mobile-nav-primary
  .mobile-nav-item:last-of-type {
  margin-bottom: 0;
}

header .mobile-nav-slider-wrapper .mobile-nav.mobile-nav-secondary {
  padding-top: 1.5rem;
}

header
  .mobile-nav-slider-wrapper
  .mobile-nav.mobile-nav-secondary
  .mobile-nav-item {
  margin-bottom: 0.75rem;
}

.no-scroll {
  overflow: hidden;
  margin: 0;
  height: 100%;
}

/* Footer  ------------------------------------------------------------------------------------ */

footer .divider {
  border-top: 0.0625rem solid #a1aec4;
}
#mobile-footer,
#desktop-footer,
footer {
  width: 100%;
}
header #mobile-dropdown-arrow {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  z-index: 2;
  right: 15px;
}
#mobile-footer .section-sticky a {
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #a1aec4!important;
  letter-spacing: 0.07rem;
  text-decoration: none;
}
#mobile-footer .section-sticky a:hover {
  color: #fff;
}
#mobile-footer .section-sticky {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mobile-footer .section-sticky .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mobile-footer .section-sticky .col:first-child {
  border-left: none;
}

#mobile-footer .section-sticky .col:last-child {
  border-right: none;
}

#mobile-footer .section-footer-nav a,
#mobile-footer p {
  color: var(--ev-gray-steel);
}

#mobile-footer .section-footer-nav a.nav-link {
  padding: 0rem;
  line-height: 1.5;
}

#mobile-footer .section-footer-nav a:after {
  content: "|";
  display: inline-flex;
  padding: 0 3.9px;
}

#mobile-footer .section-footer-nav li:last-of-type a:after {
  content: "";
}

#desktop-footer .section-footer-nav ul li a {
  color: var(--ev-gray-ivory) !important;
  text-transform: uppercase;
}

#desktop-footer .section-footer-nav ul li a:after {
  content: "|";
  display: inline-flex;
  padding: 0 1rem;
}

#desktop-footer .section-footer-nav ul li:last-of-type a:after {
  content: "";
}

#desktop-footer .section-footer-nav ul.nav a.nav-link {
  padding: 0.5rem 0;
}

#desktop-footer .section-copyright ul.nav a.nav-link,
#desktop-footer .section-copyright p {
  color: var(--ev-gray-steel) !important;
}

#desktop-footer .section-copyright ul.nav a.nav-link {
  padding: 0rem;
}

#desktop-footer .section-copyright ul li a:after {
  content: "|";
  display: inline-flex;
  padding: 0 0.6rem;
}

#desktop-footer .section-copyright ul li:last-of-type a:after {
  content: "";
}

/* EClub Section------------------------------------- */
.section-eclub input#eclub_emailid,
.section-eclub .btn.btn-eclub {
  height: 35px !important;
}

#eclub-signup-form input#eclub_emailid {
  background: var(--ev-gray-blue);
  color: #fff;
}

#eclub-signup-form input#eclub_emailid::placeholder,
#eclub-signup-form input#eclub_emailid::-moz-placeholder,
#eclub-signup-form input#eclub_emailid:-moz-placeholder {
  color: #d5e7f7;
}
#eclub-signup-form h3,
h3#eclub-form-dynamic-copy {
  letter-spacing: 2px;
  color: #cdcdcd;
  text-align: center;
  text-transform: uppercase;
}
/*.error_msg {
  display: none;
}*/
#join_eclub_holder {
  width: 100%;
}

/* Media Queries --------------------------------------------------------------------------------*/

@media (max-width: 991.98px) {
  #res-wrapper,
  .global-alert-link,
  .careers-link {
    display: none;
  }
  header .desktop-nav-wrapper,
  header .cart-location-wrapper .cart-location .cart-location-item.log-in-link,
  header
    .cart-location-wrapper
    .cart-location
    .cart-location-item.current-location,
  header
    .cart-location-wrapper
    .cart-location
    .cart-location-item.find-location {
    display: none;
  }

  header
    .cart-location-wrapper
    .cart-location
    .cart-location-item.shopping-bag {
    padding: 0;
  }

  header .mobile-location-information {
    right: 0;
    width: 100%;
    border: none;
  }

  #globalMessageBox {
    position: absolute;
    width: 100%;
  }

  header .header-wrapper {
    min-height: 4.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  header .header-wrapper .logo-wrapper {
    margin-right: auto;
  }

  #desktop-footer {
    display: none;
  }
  #mobile-footer {
    background-image: url("//media.eddiev.com/images/site/responsive/global/ev-footer-bg-m.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}

@media (min-width: 992px) {
  .ev-mobile-location-dropdown,
  #dineInMessage,
  .hamburger-button,
  .reservation-button,
  #mobile-dropdown-arrow {
    display: none;
  }

  header
    .cart-location-wrapper
    .cart-location
    .cart-location-item:last-of-type {
    padding-right: 0;
  }

  header .desktop-nav-wrapper {
    margin-left: 1.5rem;
    margin-right: auto;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }

  #mobile-footer {
    display: none;
  }
  #desktop-footer {
    background-image: url("https://media.eddiev.com/images/site/ext/responsive/global/ev-desktop-footer-1920.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 0.1rem solid #575e66;
  }
}

@media (min-width: 1200px) {
  header .desktop-nav-wrapper {
    margin-left: 3rem;
  }
}
/* Date Picker --------------------------------------------------------------------------------*/
#ui-datepicker-div {
  background-color: #292c33;
  color: #cdcdcd;
  border: 1px solid #77808a;
  padding: 0.875rem;
  z-index: 999999 !important;
  display:none;/*48096*/
}
.ui-datepicker-header .ui-datepicker-prev {
  float: left;
  background-position: center 0px;
  background-image: url("https://media.eddiev.com/stage/stage3/images/site/prev-arrow.png");
  left: 0;
  position: relative;
  top: 5px;
  background-repeat: no-repeat !important;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.ui-datepicker-header .ui-datepicker-next {
  float: right;
  background-position: center 0px;
  background-image: url("https://media.eddiev.com/stage/stage3/images/site/next-arrow.png");
  background-repeat: no-repeat !important;
  position: relative;
  right: 0;
  top: 5px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
  color: transparent !important;
}
.ui-corner-all {
  cursor: pointer;
}

.ui-datepicker td,
.ui-datepicker th {
  text-align: center;
}

.ui-datepicker-unselectable.ui-state-disabled span {
  color: #fff;
  background-color: #a2adba;
  cursor: not-allowed;
}

.ui-datepicker td,
.ui-datepicker th {
  font-size: 0.875rem;
}

.ui-datepicker-calendar th span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.3em;
}

.ui-datepicker-header.ui-widget-header {
  padding: 0.75rem;
  position: relative;
}

.ui-datepicker-header.ui-widget-header a {
  text-decoration: none;
}

.ui-datepicker-header.ui-widget-header .ui-datepicker-prev {
  float: left;
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.ui-datepicker-header.ui-widget-header .ui-datepicker-next {
  float: right;
  text-align: right;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.ui-datepicker-title {
  color: #cdcdcd;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}

#ui-datepicker-div a {
  text-decoration: none !important;
  display: block;
  font-size: 0.75rem;
  text-align: center;
}

.ui-datepicker-calendar a.ui-state-default {
  background-color: #a2adba;
  color: #020001;
  border: 1px solid #77808a;
}
#ui-datepicker-div a:hover,
.ui-datepicker-calendar a.ui-state-default:hover,
.ui-datepicker-calendar a.ui-state-default:focus,
.ui-datepicker-calendar a.ui-state-default:active {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
  border: 0.4em solid #cbd1d6;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.ui-datepicker .ui-datepicker-calendar th {
  background-color: #292c33;
  color: #cdcdcd;
}

.ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled,
.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #a2adba;
  border: 0.4em solid #cbd1d6;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.ui-datepicker
  .ui-datepicker-calendar
  td.ui-datepicker-unselectable.ui-state-disabled
  span.ui-state-default {
  color: #cdcdcd;
  background-color: #a2adba;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  border: 1px solid #77808a;
}

/* Reservation Widget -------------------------------------------------------------------------*/

label[for="res-phone"],
label[for="res-email"] {
  margin-top: 0.5rem;
}
input[type="text"] {
  height: 40px;
  line-height: 35px;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  border-radius: 0;
  outline: 0;
}
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 0.75rem;
}

#full-info label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

#res-bg {
  display: none;
}

#res-wrapper .input-position {
  margin-top: -1px !important;
  height: 35px;
  line-height: 35px;
}

#res-wrapper {
  position: absolute;
  width: 100%;
  padding: 1rem 0;
  background: rgb(97, 108, 126);
  background: linear-gradient(
    90deg,
    rgba(97, 108, 126, 1) 0%,
    rgba(34, 37, 42, 1) 50%,
    rgba(97, 108, 126, 1) 100%
  );
}

.res-subheader {
  color: #cdcdcd;
  float: left;
  width: 20%;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
}

#resdatepicker,
#res-locations,
#res-time,
#res-guest-num {
  outline: none;
  width: 100%;
  background-color: #292c33;
  border: none;
  color: #cdcdcd;
  font-size: 0.7rem;
  height: 35px;
  line-height: 35px;
  padding: 0 0.75rem;
  background-image: url("https://media.eddiev.com/images/site/responsive/global/reservation-widget-dropdown-arrow-2.svg") !important;
  box-shadow: inset 0px 20px 10px -15px #4d5463 !important;
  border: 0.1rem solid #47505d;
  background-repeat: no-repeat !important;
  background-size: 0.7rem;
  background-position-x: 97%;
  background-position-y: 50%;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#resdatepicker::placeholder {
  color: #cdcdcd;
  opacity: 1;
  font-size: 0.7rem;
}

#res-locations option,
#res-locations optgroup,
#res-time option,
#res-time optgroup,
#res-guest-num option,
#res-guest-num optgroup {
  font-size: 0.7rem;
  color: #cdcdcd;
  text-transform: uppercase;
  background: #3c4659;
}

#party-info,
#temp-res-btn {
  display: none;
}

#quick-info span.select-wrapper {
  height: 35px;
  line-height: 35px;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
}

#quick-info #resdatepicker::placeholder {
  color: #cdcdcd;
  font-size: 0.7rem;
}

#Reservation-Widget-Form {
  background: none !important;
}

#res-available {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: auto;
  background: #cbd1d6;
  margin-top: 0.5em!important;
  padding: 1em 0;
  color: #000;
}

#res-available .available-times {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #000;
}

.res-button {
  padding: 0.1em 0.5em;
  background: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  );
  border: 0.1rem solid #676e7c;
  letter-spacing: 0.05rem;
  color: #cdcdcd;
  cursor: pointer;
  margin: 0 0.5em;
}

#full-info .split {
  width: 50%;
  display: block;
  color: #020001;
  /* margin-top: 2rem; */
  }

#res-additional {
  width: 100%;
  padding: 0 30px;
}

#res-summary,
#res-personal {
  padding-left: 27px;
}

#res-personal {
  margin-top: 25px;
}

#res-wrapper a.privacyNotice,
#res-wrapper a.privacyNotice:visited {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  bottom: 3em;
  color: #020001;
}
#res-wrapper a.privacyNotice:hover,
#res-wrapper a.privacyNotice:active,
#res-wrapper a.privacyNotice:focus {
  color: #020001;
}

#full-info {
  background: #cbd1d6;
  position: absolute;
  width: 100%;
  padding: 5em 0;
  top: 0;
}

#full-info h1.res-header {
  font-size: 1.2rem;
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.42);
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  background: #202228;
  padding: 1em 0;
  color: #cdcdcd;
  text-align: center;
  text-transform: uppercase;
}

#summary-location,
#summary-time {
  width: 100%;
}

#summary-time p {
  margin: 0;
}

#summary-location p {
  font-size: 0.875em;
}

#summary-edit,
#res-personal h2 {
  margin-left: -0.2em;
}

#summary-edit p {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

#res-personal h2 {
  margin-bottom: 0.5em;
}

#res-personal .form-row {
  display: block;
  width: 100%;
  float: left;
}

#res-personal .form-row .form-col {
  width: 45%;
  float: left;
  margin: 0 1em 0 0;
}

#res-summary,
#res-personal,
#res-additional {
  width: 100%;
  position: relative;
}

#res-additional-info {
  margin-top: 0;
}

#res-additional h2,
#res-personal h2,
#res-dob h2,
#summary-location h3,
#summary-time h3 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #020001;
  font-weight: 700;
}

#res-tcg-insider {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#res-additional .res-checkbox {
  width: 15px;
  height: 15px;
  padding: 0.5em;
  cursor: pointer;
  border: 1px solid #717e8f;
  background: #3c4659;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#res-tcg-insider:checked ~ .res-checkbox::after {
  content: "";
  width: 1em;
  height: 0.3em;
  background: 0 0;
  border: 2px solid #cdcdcd;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0.3em;
  left: 0;
}
input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
#res-insider .check-wrapper {
  display: flex;
  align-items: center;
}
.insider-text {
  font-size: 0.7em;
  position: relative;
  margin-left: 0.5rem;
}

#res-btn {
  margin: 3rem 0;
  padding: 0;
  background: none;
  border: none;
  margin-left: 285px;
}

#res-btn span {
  display: block;
  padding: 0 1.5rem;
  height: 40px;
  line-height: 40px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #cdcdcd;
  background-color: #6c747f;
  background: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  );
}

#res-btn :hover,
#res-btn :active,
#res-btn :focus {
  opacity: 0.8;
}

#res-additional textarea {
  margin: 0.5em 0 1.5em 0;
  outline: none;
  width: 80%;
  min-height: 70px;
}

#res-additional p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

#res-dob {
  margin-top: 2rem;
}

#res-dob h2 {
  margin-bottom: 0.3em;
}

#party-info {
  width: 100%;
  text-align: center;
  padding: 0 0 1em 0;
  margin-top: 0;
}

#party-info-inner {
  display: inline-block;
  background-color: #cbd1d6;
  width: 100%;
  padding: 1em 0;
  margin: -0.5em 0;
}

span.select-wrapper.birthDate:last-of-type {
  margin-right: 0;
}
.styled-select {
  background: none !important;
}

#res-additional span.select-wrapper.birthDate {
  width: 25%;
  height: 38px;
  line-height: 35px;
  width: 25%;
  margin-right: 10px;
  float: left;
  position: relative;
  background-color: #3c4659 !important;
  padding: 0;
}

#res-additional span.select-wrapper.birthDate select {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #3c4659 !important;
  color: #cdcdcd;
  outline: none;
  font-size: 0.7rem;
  padding: 0 0 0 0.75rem;
  box-shadow: inset 0px 20px 10px -15px #4d5463;
  border: 0.1rem solid #47505d;
  background-image: url("https://media.eddiev.com/images/site/responsive/global/reservation-widget-dropdown-arrow-2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 0.7rem;
  background-position-x: 97%;
  background-position-y: 50%;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 1;
}

select option,
select optgroup {
  background: #3c4659;
  color: #cdcdcd;
}

#Reservation-Widget-Form {
  background: none !important;
}

#res-available .available-times {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #000;
}

#res-available h3 {
  font-size: 1.3em;
  line-height: 1.5em;
}

#full-info {
  background: #cbd1d6;
  position: absolute;
  width: 100%;
  padding: 5em 0;
  top: 0;
}

#summary-location,
#summary-time {
  width: 100%;
}

#summary-time p {
  margin: 0;
}

#summary-edit,
#res-personal h2 {
  margin-left: -0.2em;
}

#summary-edit p {
  font-weight: bold;
  cursor: pointer;
}

#res-personal h2 {
  margin-bottom: 0.5em;
}

#res-personal .form-row {
  display: block;
  width: 100%;
  float: left;
}

#res-personal .form-row .form-col {
  width: 45%;
  float: left;
  margin: 0 1em 0 0;
}

#summary-table {
  position: absolute;
  width: auto;
  text-align: center;
  top: 0;
  right: 30px;
}

#summary-table h1 {
  font-size: 1.5rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  color: #020001;
  box-shadow: none;
}

#summary-table h3 {
  font-size: 1rem;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #020001;
}

#summary-time p {
  margin: 0;
  font-size: 0.875em;
}

input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

#res-tcg-insider {
  display: none;
}

#res-dob {
  margin-top: 0.5em;
}

#res-dob h2 {
  margin-bottom: 0.3em;
}

#party-info {
  width: 100%;
  text-align: center;
  padding: 0 0 1em 0;
  margin-top: 0;
}

#party-info-inner {
  display: inline-block;
  background-color: #cbd1d6;
  width: 100%;
  padding: 1em 0;
  margin: -0.5em 0;
}

#success-modal h1 {
  font-size: 1.5rem;
  margin-top: 1rem;
}
#success-modal h2:first-of-type {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
#success-modal h2:nth-of-type(2) {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: 600;
}

#success-location-details p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.success-info {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#success-modal .success-info:nth-of-type(2) {
  position: relative;
}

#success-edit button {
  width: 113%;
}
.conf-cxl-tri {
  border-left: 16px solid transparent;
  border-right: 14px solid transparent;
  border-top: 24px solid #b6bec6;
}

#success-modal .success-info:nth-of-type(4) {
  border-right: none;
}
.success-info h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
a#success-edit,
a#success-cancel {
  display: inline-block;
  margin: 0 0.5rem;
}
a#success-edit {
  margin-right: 30px;
}
#success-edit button,
#success-cancel button {
  background-color: #6c747f;
  background: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  );
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #cdcdcd;
  border: 0;
  border-radius: 0;
}
#success-modal {
  display: none;
  background-color: #cbd1d6;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 450px;
  padding: 1.5rem;
  z-index: 999999;
}

/* Home Page ------------------------------------------------------------*/
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Section Features */
.section-features p {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}

.hero .btn-scroll {
  font-weight: 400;
  letter-spacing: 0.1rem;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .hero .btn-silver {
    font-weight: 600;
  }
}

.hero .img-sparkle {
  width: 2.5rem;
  top: -1.2rem;
  right: -1.2rem;
}

.hero .vl-animated {
  background: linear-gradient(#fff 10%, transparent);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: pulse 5s ease infinite alternate;
  animation: pulse 5s ease infinite alternate;
  text-shadow: 2px 2px #000;
  width: 2px;
  height: 3rem;
  align-self: center;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.vl-animated a:hover {
  opacity: 0.8;
}


/* Bootstrap 4 Support------------------------------------ */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto!important;
  max-width: none!important;
}

/* Agency styles------------------------------------ */

a.careers-link,
a.careers-link:visited,
a.global-alert-link,
a.global-alert-link:visited,
#globalMessage a,
#globalMessage a:visited {
  color: #b3c3d4;
  padding-right: 1em;
  float: right;
}

a.careers-link:hover,
a.careers-link:focus,
a.careers-link:active,
a.global-alert-link:hover,
a.global-alert-link:focus,
a.global-alert-link:active,
#globalMessage a:hover,
#globalMessage a:focus,
#globalMessage a:active {
  text-decoration: underline;
  color: #fff !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-shown {
  position: static;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
}

.is-invalid {
  border-color: #dc3545;
}

img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.zoom-on-hover {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

/*
* IE11 styles
*/
.ie-11 img {
  width: auto;
}

input:not([type="submit"]) {
  background: #3c4659;
  border: none;
  border-radius: 0;
  color: #cfcfcf;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*Dp styles */

textarea#res-additional-info {
  margin-top: 3px;
  font-size:12px;
}

div#res-insider {
  margin-top: -10px;
}

span.insider-text {
  top: 0px;
  left: -1px;
}

.res-checkbox::after {
  top: 14px;
}

a#success-edit {
  margin-top: 30px;
}

.success-info {
  margin-bottom: 10px;
}

.conf-confirm {
  width: 46%;
  height: 30%;
  position: absolute;
  left: 25%;
  display: block;
  padding: 22px;
  text-align: left;
  background: #b6bec6;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.5);
  top: 53%;
  z-index: 100;
}
.x-img {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.x-img img {
  display: block;
  width: 17px;
  margin-top: -5px;
}
/*46099*/
.conf-p {
	font-size: 16px !important;
    font-weight: 600;
    top: 23px;
    position: absolute;
    display: block;
    letter-spacing: 1px;
    line-height: 19px !important;
}
.conf-btn-row {
  top: 75%;
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  left: 0;
}
.conf-btn-row button {
  width: 78px !important;
  background-color: #6c747f;
  background: rgb(108, 116, 127);
  background: linear-gradient(
    175deg,
    rgba(108, 116, 127, 1) 0%,
    rgba(71, 80, 97, 1) 50%,
    rgba(108, 116, 127, 1) 100%
  );
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #cdcdcd;
  border: 0;
  border-radius: 0;
  height: 30px;
}
.conf-cxl-tri {
  width: 0;
  height: 0;
  border-left: 16px solid transparent !important;
    border-right: 14px solid transparent !important;
    border-top: 24px solid #b6bec6 !important;
  position: absolute;
  top: 99%;
  right: 15%;
  -webkit-filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.5));
}
.conf-edit-tri {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 14px solid transparent;
  border-top: 24px solid #b6bec6;
  position: absolute;
  top: 99%;
  -webkit-filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.5));
}

a#confYes {
  width: 50%;
}

#party-info-inner {
  margin-top: -11px;
}

#confSuccessModal p.conf-p br {
  display: none;
}

/*Dp styles*/
.hero .btn-silver {
    font-size: 0.95rem !important;
    font-weight: 600;
    padding: 0.375rem 0.75rem!important;
}
.bg-black-onyx {
    background-color: var(--ev-black-onyx) !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 1012;
}
.pickup-location-bar .location-title #restaurantname-heading,.res-locationpickup-list-item h5,.res-locationpickup-list-item h4 {
    color: #292c33 !important;
}
/*46109*/
span#holiday_restaurant_message {
    color: red;
    padding-bottom: 10px;
    float: left;
}
@media only screen and (min-width: 320px) and (orientation: portrait){
header .hamburger-button .hamburger {
    width: 26px;
    height: 13px;
}}
@media only screen and (min-width: 320px) and (orientation: portrait){
header .cart-location-wrapper .cart-location, header .cart-location-wrapper .cart-location a, header .cart-location-wrapper .cart-location .cart-location-link, header .cart-location-wrapper .cart-location .cart-location-item.find-location a, header .cart-location-wrapper .cart-location .cart-location-item.find-location span a, header .cart-location-wrapper .cart-location #no-location-selected a, header .cart-location-wrapper .cart-location #no-location-selected span {
    font-size: 0.75rem;
}
#mobile-footer .section-sticky a {
    font-size: 1rem;
}
}
header .cart-location-wrapper .cart-location .cart-location-item.shopping-bag img {
    width: 30px;
    height: 43px;
}
header .reservation-button img {
    width: 60px;
    height: 62px;
}
#globalMessage {
    font-size: 8px;
}
.section-gift-card-purchase ul li:last-child a:after {
    content: "";
}
.section-gift-card-purchase h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600!important;
}
.section-gift-card-purchase .align-items-center.justify-content-evenly {
  height: 130px;
  flex-direction: column;
  width: 250px;
  margin-left: auto;
  margin-right: auto
}
div#desktop-footer {
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: 9999;
}
section.section-eclub.bg-char-gray.py-4.px-3 {
    height: 240px;
}

a#success-edit {
    float: left;
    width: 41%;
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
}
a#success-cancel {
    float: right;
    width: 49%;
    margin-top: 30px;
    margin-right: 0;
}
@media only screen and (min-width: 320px) and (orientation: portrait){
#globalMessage {
    font-size: 8px !important;
}}
/*WO383824 changes for reservation widget*/
.disable-reserv-btn {
	pointer-events: none;
	opacity: 0.5;
}
div#emailSignUpModal {
    background: #cbd1d6 !important;
	top: 0 !important;
    z-index: 9999;
}
div#emailSignUpModal {
    top: 0;
    margin: 24px auto;
}
.container-fluid.mobalbox .left-img-container p img {
    margin-top: 10px;
    min-height: 340px;
}
.left-img-container img {
    width: 277px;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    padding-bottom: 5px;
}
input#fname::placeholder,input#lname::placeholder{
    color: #cfcfcf;
}
input#fname,input#lname {
    background: #3c4659;
    border: none;
    border-radius: 0;
    color: #cfcfcf;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
}
label[for=dob],label[for=zipcode_step2]
{
  width:100%
}
.select-wrapper {
    background-size: 0.7rem !important;
    height: 35px;
}
.select-wrapper {
  line-height: 1.0;
  text-transform: uppercase;
  background-size: 0.7rem !important;
  height: 41px;
  background-color: #3c4659;
  width: 100%;
  float: left;
  /*display: inline-block; */ /* display is ignored when a float is used */
  border: 1px solid #717e8f;
  background-image: url(https://media.eddiev.com/images/site/responsive/global/reservation-widget-dropdown-arrow-2.svg) !important;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position-x: 97%;
  background-position-y: 50%;
}
.select-wrapper .holder {
    /* padding-top: 5px; */
    /* margin: 0px; */
    cursor: pointer;
    padding: 6px 3px;
    display: block;
    overflow: hidden;
    margin: -3px 14px 0 0;
    font-size: 12px;
    height: 41px;
    white-space: nowrap;
    font-family: 'Montserrat';
    color: #cdcdcd !important;
    padding-top: 5px;
}
.mobalbox #email_signup_form input#zipcode_step2 {
    display: block;
    height: 35px;
}
input#save_email_button {
    position: unset;
    margin-top: 10px;
    margin-left: 8px;
}
img#icondisplay {
    filter: grayscale(1);
    width: auto%;
    height: 50%;
}
img#phn-tooltip, img#email-tooltip, img#zip-tooltip {
    filter: grayscale(1);
}
div#join_checkbox {
    filter: grayscale(1);
	margin-top:0px;
}
.container-fluid.mobalbox #email_signup_form h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
#emailSignUpModal .left-img-container {
    margin-right: 20px !important;
    width: 266px;
    margin: 0px 10px 13% 0px;
    background: none;
    float: left;
}
label {
    color: #000;
    font-size: 12px;
    font-family: 'Montserrat';
    display: inline-block;
    margin-bottom: .5rem;
}
#email_signup_form .row.mar_btm.span6.mar-left-zero {
    margin-top: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
input#eclub_emailid {
    height: 35px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 465px;
}
div#emailSignUpModal {
    top: 0;
    background: #cbd1d6 !important;
    top: 0 !important;
    z-index: 9999;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: 90%;
}
.modal-large {
    width: 836px;
}
.input-eclub {
    padding: 4px 6px;
}
.input-eclub {
    transition: none !important;
}
#gc label, input, button, select, textarea {
    font-size: 12px;
}
.left-img-container {
    float: left;
    margin: 0;
    min-height: 308px;
    width: 277px;
}
label[for=dob],label[for=zipcode_step2],label[for=fname],label[for=lname]
{
  width:100%
}
.styled-select, .styled-select-red {
    height: 30px;
    position: relative;
    float: left;
    outline: none;
    padding-right: 2px;
}
.select-layoutform {
    width: 8.1em;
    margin-right: 5px;
}
.email_name {
    width: 91% !important;
}

.select-wrapper {
  line-height: 1.0;
  text-transform: uppercase;
  background-size: 0.7rem !important;
  height: 41px;
  background-color: #3c4659;
  width: 100%;
  float: left;
  /*display: inline-block; */ /* display is ignored when a float is used */
  border: 1px solid #717e8f;
  background-image: url(https://media.eddiev.com/images/site/responsive/global/reservation-widget-dropdown-arrow-2.svg) !important;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position-x: 97%;
  background-position-y: 50%;
}

.styled-select {
    background: none !important;
}
img#zip-tooltip {
    width: 14px;
    height: 18px;
}
img#email-tooltip {
    width: 12% !important;
}
.checkbox_d {
    background: url(https://media.eddiev.com/images/site/checkbox.png) no-repeat;
    height: 24px;
    width: 24px;
    float: left;
    margin-top: -2px;
    padding: 0 0 0 0px;
    cursor: pointer;
    text-align: left;
    outline: none;
    margin-right: 10px;
	filter: grayscale(1);
}
.checkbox_d input, .radio_d input, .radio_small input {
    display: none;
}
.confirm-check {
    margin-top: 15px;
	font-size:14px;
}
.span7.opt_in_darden_checkin {
    font-size: 14px;
}
input#save_email_button {
    position: unset;
    margin-top: 10px;
    margin-left: 8px;
    background: #3c4659;
    border: none;
    border-radius: 0;
    color: #cfcfcf;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase !important;
    width: auto;
    font-weight: normal;
    background-color: rgb(108, 116, 127) !important;
    background: linear-gradient(175deg, rgba(108, 116, 127, 1) 0%, rgba(71, 80, 97, 1) 50%, rgba(108, 116, 127, 1) 100%) !important;
    padding: 6px 6px;
}
.row.mar_top01.clr_bth {
    margin-left: 0px;
	float: right;
    clear: both;
    margin-top: 10px;
}
.select-wrapper select {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    width: 100%;
}
.row.pull-right.email_signup_button {
    float: right;
    margin-right: 10px;
}
/*46677*/
#email_signup_form .span7.opt_in_darden_checkin {
    visibility: hidden;
}
label#ae-dob {
    width: 100%;
}
#email_signup_form .select-wrapper {
    height: 35px;
}
.subscribe-modal, .eclubconfirmation{
  left: 30%;
}
.subscribe-modal .mobalbox, .eclubconfirmation .mobalbox {
    background: #bcc6c8;
    padding: 30px;
}
span.select-wrapper.birthYear {
    display: none;
}
#Reservation-Widget-Form .error-wrapper {
    margin-top: -112px;
    width: 60%;
}
form#Reservation-Widget-Form #party-info-inner{
    display: none;
}
p a {
    color: #414d63;
}
#eclub-form-dynamic-title {
    color: #CDCDCD;
    font-size: 21px;
    padding-top:25px;
}
#eclub-form-dynamic-copy {
    color: #CDCDCD;
}
@media only screen and (max-width: 1023px) {
	#eclub-form-dynamic-title {
		font-size: 15px;
		padding: 0;
	}
}
.cal_details.gc_cal_details img#icondisplay.tooltip-mar.email_tooltip-mar {    
    width: 14px;
    height: 18px;
}
ul.mobile-nav.mobile-nav-primary li.mobile-nav-item a {
    font-size: 22px!important;
}
ul.mobile-nav.mobile-nav-secondary li.mobile-nav-item a{
    font-size: 19px!important;
}
.active-location .header-change-location-link  {
    float: right;
}
.private-dining-form-time select#timepicker + span.holder {
    margin-top: 0px;
    height: 33px !important;
    width: 219px;
}

.private-dining-form-time select#pd_purpose + span.holder {
    margin-top: 0px;
    height: 35px !important;
    width: 139px;
}
div#error_msg {
    height: 10px !important;
    display: inline-block;
    margin-top: 10px;
}
#responsiveMobileLoginLink a.mobile-nav-link:last-child {
    padding-top: 11px;
    display: block;
}