body, html {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'arial', serif; }

#wrapper {
  overflow: hidden;
  position: relative; }

.container-wide {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto; }
  .container-wide .content {
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (min-width: 992px) {
      .container-wide .content {
        padding-left: 45px;
        padding-right: 45px; } }
    @media only screen and (min-width: 1200px) {
      .container-wide .content {
        padding-left: 75px;
        padding-right: 75px; } }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.navbar-light .navbar-toggler {
  border: none !important; }

.dropdown-menu {
  border: none; }
  @media only screen and (min-width: 768px) {
    .dropdown-menu {
      border: 1px solid rgba(0, 0, 0, 0.15); } }

.dropdown-item {
  padding: 15px !important; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #e43532 !important; }

.navbar-light .navbar-nav .order-btn-nav {
  color: #e43532 !important; }

@media only screen and (min-width: 768px) {
  .cust-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; } }

.navbar .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 2.5rem !important;
  font-size: 18px; }
.navbar .navbar-brand img {
  height: 30px; }
  @media only screen and (min-width: 321px) {
    .navbar .navbar-brand img {
      height: 50px; } }
  @media only screen and (min-width: 768px) {
    .navbar .navbar-brand img {
      height: 60px; } }

footer {
  background-color: #be1f2c;
  padding-top: 40px;
  padding-bottom: 40px; }
  footer address p {
    color: #ffffff;
    font-size: 18px; }
    footer address p span {
      display: block; }
    footer address p a {
      color: #ffffff; }
  footer .map iframe {
    width: 100%;
    height: 450px; }

.eagr-reviews-skeleton-container {
  z-index: 0 !important; }

.btn-round {
  border-radius: 30px; }

.btn-danger {
  background-color: #e43532;
  border-color: #e43532; }

.hide-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hide-mobile {
      display: inline-block; } }

.hide-desktop {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .hide-desktop {
      display: none; } }

.modal-contact p {
  font-size: 20px; }

.order-btn-btm {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #e43532;
  margin: 0;
  text-align: center; }
  .order-btn-btm a {
    color: #ffffff;
    padding: 10px; }
  .order-btn-btm .call-btn {
    border-right: 1px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .order-btn-btm {
      display: none; } }

.mobile-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #e43532;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  z-index: 2000; }
  .mobile-phone i {
    color: #fff;
    font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .mobile-phone {
      display: none; } }

.bg-hero {
  height: 70%;
  text-align: center;
  position: relative;
  margin-top: 0px;
  overflow: hidden; }
  .bg-hero .center {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .bg-hero .center {
        top: 40%; } }
    @media only screen and (min-width: 1200px) {
      .bg-hero .center {
        top: 37%; } }
    .bg-hero .center .title-wrap {
      max-width: 950px;
      margin: 0 auto; }
    .bg-hero .center h1 {
      font-size: 2em;
      font-weight: bold;
      color: #e43532; }
      @media only screen and (min-width: 768px) {
        .bg-hero .center h1 {
          font-size: 4vw; } }
    .bg-hero .center p {
      font-size: 14px; }
      .bg-hero .center p span {
        display: block; }
      @media only screen and (min-width: 768px) {
        .bg-hero .center p {
          font-size: 20px; } }
    .bg-hero .center .btn-hero {
      margin: 0 15px 30px 15px;
      padding: 10px 40px; }

.scrollmenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-top: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  overflow-x: hidden; }
  @media only screen and (min-width: 768px) {
    .scrollmenu {
      top: 86px; } }
  .scrollmenu .menu-border {
    border-top: .5px solid #eaeaea;
    border-bottom: .5px solid #eaeaea;
    border-left: .5px solid #eaeaea;
    border-right: .5px solid #eaeaea; }
    @media only screen and (min-width: 768px) {
      .scrollmenu .menu-border {
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea; } }
  .scrollmenu a {
    display: inline-block;
    color: #e43532;
    text-align: center;
    height: 50px;
    padding-top: 15px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .scrollmenu a {
        margin-left: 30px;
        margin-right: 30px; } }

/*
.scrollmenu::-webkit-scrollbar {
	-webkit-appearance: none;
}

.scrollmenu::-webkit-scrollbar:vertical {
	width: 11px;
}
.scrollmenu::-webkit-scrollbar:horizontal {
	height: 11px;
}

.scrollmenu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; 
    background-color: rgba(0, 0, 0, .5);
}
*/
.menu-items {
  margin-top: 30px;
  margin-bottom: 50px; }
  .menu-items h3 {
    margin-top: 30px; }
  .menu-items .cat-ids-top {
    margin-top: -20px; }
  .menu-items .cat-ids {
    margin-top: -20px; }
  .menu-items .item-title {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px; }
    .menu-items .item-title span {
      float: right;
      font-size: 14px; }
  .menu-items .item-wrap {
    border: 1px solid #eaeaea;
    margin-bottom: 25px; }
    .menu-items .item-wrap .item-btn {
      width: 100%;
      background-color: #ffffff;
      border: 1px solid #eaeaea;
      border-radius: 5px;
      text-align: left;
      text-decoration: none;
      display: inline-block;
      cursor: pointer !important; }
      .menu-items .item-wrap .item-btn:hover {
        background-color: #eaeaea; }
      .menu-items .item-wrap .item-btn:focus {
        outline: none; }
    .menu-items .item-wrap .no-img {
      height: 100px; }
      @media only screen and (min-width: 768px) {
        .menu-items .item-wrap .no-img {
          height: 135px; } }
      @media only screen and (min-width: 992px) {
        .menu-items .item-wrap .no-img {
          height: 120px; } }
      @media only screen and (min-width: 1200px) {
        .menu-items .item-wrap .no-img {
          height: 140px; } }
    .menu-items .item-wrap .item-inner {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .menu-items .item-wrap .item-inner p {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right: 25px;
        font-size: 20px;
        color: #3F3F3F; }
        .menu-items .item-wrap .item-inner p .desc {
          display: block;
          margin: 3px 0 7px;
          font-size: 14px;
          font-style: italic;
          color: #969696; }
        .menu-items .item-wrap .item-inner p .price {
          display: none;
          font-size: 18px; }
          .menu-items .item-wrap .item-inner p .price .divider {
            border-right: 1px solid;
            margin: 0 15px; }
          .menu-items .item-wrap .item-inner p .price .small {
            font-size: 14px;
            margin-right: 5px; }
          .menu-items .item-wrap .item-inner p .price .sig {
            display: block; }
          .menu-items .item-wrap .item-inner p .price a {
            display: inline !important;
            color: #e43532;
            text-decoration: underline;
            cursor: pointer; }
    .menu-items .item-wrap .not-ave {
      background-color: #f90; }
  .menu-items .card {
    border-radius: 0;
    margin-bottom: 40px; }
  .menu-items .card-img-top {
    border-radius: 0; }

#cd-nav ul {
  /* mobile first */
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  bottom: 20px;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
  background: white;
  visibility: hidden;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s; }

#cd-nav ul li {
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s; }

#cd-nav ul.is-visible li:nth-child(1) {
  /* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s; }

#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s; }

#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s; }

#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s; }

#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s; }

#cd-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #eff2f6; }

#cd-nav li:last-child a {
  border-bottom: none; }

@media only screen and (min-width: 1170px) {
  #cd-nav ul {
    /* the navigation moves to the top */
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s; }

  #cd-nav li {
    display: inline-block; }

  #cd-nav li a {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none; }

  #cd-nav li a:hover {
    color: #00bd9b; }

  #cd-nav.is-fixed ul {
    /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
    position: fixed;
    width: 90%;
    max-width: 400px;
    bottom: 20px;
    top: auto;
    background: white;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

  #cd-nav.is-fixed ul li {
    display: block; }

  #cd-nav.is-fixed ul li a {
    padding: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6; }

  #cd-nav ul.has-transitions {
    /* this class is used to bring back transitions when the navigation moves at the bottom right */
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s; }

  #cd-nav ul.is-visible {
    /* this class is used to bring back the navigation animation - as on touch devices */
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s; }

  #cd-nav ul.is-hidden {
    /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; } }
.cd-nav-trigger {
  position: fixed;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2; }

.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e84a64;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s; }

.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.cd-nav-trigger.menu-is-open {
  box-shadow: none; }

.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0); }

.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #e84a64; }

.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    /* the the menu triger is hidden by default on desktop devices */
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s; }

  .is-fixed .cd-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
    -moz-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear; } }
#cd-gallery-items li {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em; }

#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em; }

@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%; }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0; } }
@media only screen and (min-width: 1170px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%; }

  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%; }

  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0; } }
@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0); }
  60% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0); }
  60% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
