/*
Theme Name: Black Jack Pizza
Theme URI: https://blackjackpizza.com
Description: Black Jack Pizza Custom Theme
Author: GTU
Author URI: https://www.gtu.com
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input,
button,
textarea {
  font-family: 'Oswald', sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
  float: none;
  display: block;
}
.displayNone {
  display: none;
}
.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  margin-bottom: 0px !important;
}
img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  max-width: 100%;
  outline: none;
}
img {
  height: auto;
}
/* Hide menu class */
li.menuhide {
  display: none !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/**
 * Superfish Menu
 */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  position: relative;
  z-index: 100;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  padding: 16px 18px;
  display: none;
  top: 100%;
  z-index: 1000000;
  background: #000000;
  width: 188px;
  box-shadow: 0 4px 2px #00000026;
}
.sf-menu ul li {
  width: 100% !important;
  margin-right: 0 !important;
}
.sf-menu ul li:last-child {
  margin-bottom: 0 !important;
}
.sf-menu ul li a {
  display: block;
  width: 100% !important;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
}
.sf-menu ul li a::after {
  display: none !important;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
/**
 * Custom Code
 */
.container {
  max-width: 1330px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.btn,
body .gform_wrapper form input[type="button"],
body .gform_wrapper.gravity-theme .gform_previous_button.button {
  background: #EA1D2C;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 25px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  border: 0;
}
.btn:hover,
body .gform_wrapper form input[type="button"]:hover,
body .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: scale(1.05);
}
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  border: 1px solid #CCCCCC;
}
.mobile-menu-area {
  display: none;
}
header#main-header {
  background: #FFFFFF;
  line-height: 1.3;
  z-index: 999 !important;
  transition: 0.2s all;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 0 10px 0px #00000029;
  top: 0;
}
header#main-header .header-popup {
  background: #EA1D2C;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  display: flex;
  padding: 16px 30px;
  align-items: center;
  max-height: 84px;
}
header#main-header .header-popup .customer-location {
  width: 100%;
  max-width: 238px;
  padding-right: 5px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.3;
}
header#main-header .header-popup .customer-location .location-name {
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
header#main-header .header-popup .store-location {
  width: 100%;
  max-width: 172px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
header#main-header .header-popup .store-location .view-store-info {
  margin-top: 5px;
}
header#main-header .header-popup .store-location .view-store-info a {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  padding-left: 25px;
  line-height: 1;
}
header#main-header .header-popup .store-location .view-store-info a svg {
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  background-image: radial-gradient(at center, white 40%, transparent 40%);
}
header#main-header .header-popup .popup-cta {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  display: inherit;
}
header#main-header .header-popup .popup-cta a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  max-width: 90px;
  background: #000000;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  margin-right: 15px;
}
header#main-header .header-popup .popup-cta a:last-child {
  margin-right: 0;
}
header#main-header .header-popup .popup-cta a:hover {
  transform: scale(1.05);
}
header#main-header .main-logo-menu-area {
  display: flex;
}
header#main-header .main-logo-menu-area .logo {
  width: 10%;
  z-index: 999;
}
header#main-header .main-logo-menu-area .logo a {
  max-width: 163px;
  display: block;
  position: absolute;
  top: 24px;
  transition: 0.5s all;
}
header#main-header .main-logo-menu-area .menu-area {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu {
  text-align: right;
  padding-right: 11px;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li {
  display: inline-block;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li:last-child {
  margin-right: 0;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li a {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li a:hover {
  color: #EA1D2C;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li.current-menu-item > a {
  color: #EA1D2C;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li li a {
  color: white;
  padding: 7px 0;
}
header#main-header .main-logo-menu-area .menu-area ul.sf-menu li li a:hover {
  color: #EA1D2C;
}
header#main-header .main-logo-menu-area .menu-area .order-link {
  width: 105px;
}
header#main-header .main-logo-menu-area .menu-area .order-link a {
  background: #EA1D2C;
  display: block;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 15px;
  text-align: center;
  color: #FFFFFF;
}
header#main-header .main-logo-menu-area .menu-area .order-link a:hover {
  transform: scale(1.05);
}
#mobile-menu-tigger {
  width: 35px;
  height: 35px;
  top: 0;
  display: block;
  position: relative;
  right: 15px;
  z-index: 999999;
  border: 5px solid white;
  box-sizing: content-box;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: none;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000000;
  transition: all 0.3s;
}
.hamburger-menu-button-open::after,
.hamburger-menu-button-open::before {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 8px;
}
.hamburger-menu-button-open::after {
  bottom: 8px;
}
.hamburger-menu-button-close {
  background: transparent;
}
.hamburger-menu-button-close::before {
  transform: translateY(-8px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  transform: translateY(8px) rotate(-45deg);
}
.mobile-menu-area {
  padding: 30px 15px 15px;
  background: black;
  line-height: 1;
  position: fixed;
  z-index: 111;
  width: 100%;
}
.mobile-menu-area .mobile-menu > li {
  margin-bottom: 3px;
}
.mobile-menu-area .mobile-menu > li a {
  background: #EA1D2C;
  padding: 10px 15px;
}
.mobile-menu-area .mobile-menu .current-menu-item {
  position: relative;
}
.mobile-menu-area .mobile-menu .current-menu-item > .toggle {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 3px;
  background: url(images/caret-down-solid.svg) center no-repeat;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.mobile-menu-area .mobile-menu .current-menu-item > .toggle.open {
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu-area .mobile-menu li a {
  color: white;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.mobile-menu-area .mobile-menu .sub-menu {
  display: none;
  background: black;
  padding-left: 20px;
}
.mobile-menu-area .mobile-menu .sub-menu li a {
  background: black;
}
.hero-slider-area .item {
  position: relative;
  /*display: flex;*/
  /*justify-content: center;*/
  align-items: center;
}
.hero-slider-area .item .desktop-img {
  width: 100%;
  object-fit: cover;
}
.hero-slider-area .item .mobile-img {
  display: none !important;
}
.hero-slider-area .item .overlay-content {
  position: absolute;
  width: 100%;
  /*top: 20%;*/
  text-align: center;
  padding: 0 5%;
}
.hero-slider-area .item .overlay-content h2 {
  width: 43%;
  font-size: 65px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.hero-slider-area .item .overlay-content .para {
  width: 43%;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.hero-slider-area .item .overlay-content.left {
  text-align: left;
}
.hero-slider-area .item .overlay-content.center {
  text-align: center;
}
.hero-slider-area .item .overlay-content.center h2 {
  margin-left: auto;
  margin-right: auto;
}
.hero-slider-area .item .overlay-content.center .para {
  margin-left: auto;
  margin-right: auto;
}
.hero-slider-area .item .overlay-content.right {
  text-align: right;
}
.hero-slider-area .item .overlay-content.right h2 {
  margin-left: auto;
  margin-right: 0;
}
.hero-slider-area .item .overlay-content.right .para {
  margin-left: auto;
  margin-right: 0;
}
.hero-slider-area .btn-slide {
  background-color: #EA1D2C;
  padding: 18px 30px;
  line-height: 1;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffff;
  display: inline-block;
}
.hero-slider-area .btn-slide:hover {
  transform: scale(1.05);
}
.hero-slider-area .owl-nav {
  display: none;
}
.hero-slider-area .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.hero-slider-area .owl-dots .owl-dot span {
  background: black!important;
  width: 12px;
  height: 12px;
}
.hero-slider-area .owl-dots .owl-dot:hover span,
.hero-slider-area .owl-dots .owl-dot.active span {
  background: #ea1d2c !important;
}
.product-three-grid {
  padding: 45px 0;
}
.product-three-grid .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.product-three-grid .product-item {
  width: 33.33%;
  padding: 0 15px;
}
.product-three-grid .product-item img {
  margin-bottom: 15px;
  width: 100%;
  max-height: 158px;
  object-fit: cover;
}
.product-three-grid .product-item .product-content {
  box-shadow: 0 0 7px 0px #00000045;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.product-three-grid .product-item .product-desc {
  text-align: center;
  max-width: 345px;
  margin: auto;
  padding: 0 20px 20px 20px;
}
.product-three-grid .product-item .product-desc h4 {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-three-grid .product-item .product-desc h5 {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-three-grid .product-item .product-desc span {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: block;
}
.product-three-grid .product-item .product-desc a {
  background-color: #EA1D2C;
  padding: 12px 20px;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffff;
  display: inline-block;
}
.product-three-grid .product-item .product-desc .product-desc-cta {
  display: flex;
  flex-wrap: wrap;
}
.product-three-grid .product-item .product-desc .product-desc-cta a {
  display: block;
  width: calc(50% - 7px);
  padding: 12px 5px;
  font-size: 15px;
}
.product-three-grid .product-item .product-desc .product-desc-cta a:first-child {
  margin-right: 7px;
}
.product-three-grid .product-item .product-desc .product-desc-cta a:last-child {
  margin-left: 7px;
}
.our-menu-slider h2 {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.our-menu-slider .owl-carousel {
  padding: 0 45px;
  margin: auto;
}
.our-menu-slider .owl-item {
  padding: 12px;
  margin-bottom: 20px;
}
.our-menu-slider .owl-item .item a img {
  border-radius: 10px;
}
.our-menu-slider .owl-item .item a .menu-name {
  margin-top: 20px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.our-menu-slider .owl-nav {
  display: block !important;
  position: absolute;
  top: 27%;
  width: 100%;
  left: 0;
}
.our-menu-slider .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}
.our-menu-slider .owl-nav button.owl-prev span {
  font-size: 0;
  position: relative;
}
.our-menu-slider .owl-nav button.owl-prev span::after {
  position: absolute;
  content: "";
  background: url('images/sprite.png') no-repeat -47px -215px;
  width: 14px;
  height: 25px;
}
.our-menu-slider .owl-nav button.owl-next {
  position: absolute;
  right: 13px;
}
.our-menu-slider .owl-nav button.owl-next span {
  font-size: 0;
  position: relative;
}
.our-menu-slider .owl-nav button.owl-next span::after {
  position: absolute;
  content: "";
  background: url('images/sprite.png') no-repeat -52px -254px;
  width: 14px;
  height: 25px;
}
.our-menu-slider .owl-dots {
  display: block !important;
}
.our-menu-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 4px;
  background: #000000 !important;
}
.our-menu-slider .owl-dots button.owl-dot.active span {
  background: #EA1D2C !important;
}
.our-menu-slider .view-menu {
  margin: auto;
  margin-top: 20px;
  background-color: #EA1D2C;
  padding: 10px 16px;
  line-height: 1.3;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffff;
  display: block;
  width: fit-content;
}
.red-cta-area {
  padding: 12px 10px;
  background: #EA1D2C;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.red-cta-area h3 {
  color: #ffffff;
  font-size: 20pt;
  padding-right: 50px;
}
.red-cta-area a {
  display: inline-block;
  background-color: #000000;
  padding: 12px 22px;
  line-height: 1.3;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffff;
  margin-right: 10px;
}
.two-cta-area {
  padding: 60px 0;
}
.two-cta-area .container {
  padding: 0;
  max-width: 1284px;
  display: flex;
  flex-wrap: wrap;
}
.two-cta-area .single-cta-item {
  width: 50%;
  padding: 0 15px;
}
.two-cta-area .single-cta-item .rave-reviews-container {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  height: 100%;
  text-align: center;
  padding: 30px 50px;
  border-radius: 10px;
}
.two-cta-area .single-cta-item .rave-reviews-container .secondary-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.4;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area {
  padding-top: 30px;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .item {
  font-size: 16px;
  line-height: 1.5;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .item .reviewer-name {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav {
  display: block !important;
  width: 100%;
  left: 0;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  top: 0;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev span {
  font-size: 0;
  position: relative;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-prev span::after {
  position: absolute;
  content: "";
  background: url('images/sprite.png') no-repeat -47px -215px;
  width: 14px;
  height: 25px;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: 0;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next span {
  font-size: 0;
  position: relative;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-nav button.owl-next span::after {
  position: absolute;
  content: "";
  background: url('images/sprite.png') no-repeat -52px -254px;
  width: 14px;
  height: 25px;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-dots {
  display: block !important;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 4px;
  background: #000000 !important;
}
.two-cta-area .single-cta-item .rave-reviews-container .rave-reviews-area .owl-carousel .owl-dots button.owl-dot.active span {
  background: #EA1D2C !important;
}
.two-cta-area .single-cta-item .cta-img-content {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.two-cta-area .single-cta-item .cta-img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.two-cta-area .single-cta-item .cta-img-content .cta-content {
  position: absolute;
  padding: 20 20px 0px 20px;
  bottom: 24px;
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  text-transform: uppercase;
}
.two-cta-area .single-cta-item .cta-img-content .cta-content h3 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.two-cta-area .single-cta-item .cta-img-content .cta-content a {
  display: inline-block;
  background-color: #EA1D2C;
  padding: 8px 18px;
  line-height: 1.3;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffff;
}
.page-featured-image-area {
  background: url(images/header.jpg) center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.page-featured-image-area h1 {
  font-size: 65px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.main-page-container {
  padding: 70px 0;
}
.main-page-container .container {
  font-size: 16px;
  line-height: 1.5;
}
.main-page-container .container p {
  margin-bottom: 20px;
}
.main-page-container .container .highlight-area {
  border: 2px solid #E72233;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.main-page-container .container .secondary-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.main-page-container .container .find-a-store-area {
  text-align: center;
}
.main-page-container .container .find-a-store-area .secondary-title {
  margin-bottom: 25px;
}
.main-page-container .container .find-a-store-area .btn-use svg {
  width: 17px;
  height: 17px;
  fill: white;
  position: relative;
  top: 1px;
}
.main-page-container .container .find-a-store-area .find-a-store-form {
  margin-top: 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.main-page-container .container .find-a-store-area .find-a-store-form form label,
.main-page-container .container .find-a-store-area .find-a-store-form form input[type="text"] {
  display: block;
}
.main-page-container .container .find-a-store-area .find-a-store-form form label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-page-container .container .find-a-store-area .find-a-store-form form input[type="text"] {
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size: 20px;
  text-align: center;
  padding: 12px;
  font-weight: normal;
  color: #777777;
  line-height: 1;
  margin-bottom: 20px;
}
.main-page-container .container .nearest-to-you-area {
  padding-top: 30px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 30px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .location-name {
  font-weight: bold;
  font-size: 20px;
  color: #EA1D2C;
  line-height: 1.3;
  margin-bottom: 15px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .miles-away {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .address {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .phone {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .phone a {
  color: black;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .phone a:hover {
  color: #EA1D2C;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta {
  display: flex;
  flex-wrap: wrap;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a {
  display: block;
  width: calc(50% - 7px);
  padding: 12px 5px;
  font-size: 15px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a:first-child {
  margin-right: 7px;
}
.main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area .nearest-cta a:last-child {
  margin-left: 7px;
}
.main-page-container .container .store-info-container {
  display: flex;
  flex-wrap: wrap;
}
.main-page-container .container .store-info-container .store-info,
.main-page-container .container .store-info-container .store-image,
.main-page-container .container .store-info-container .store-hours {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.main-page-container .container .store-info-container .store-info,
.main-page-container .container .store-info-container .store-hours {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px 30px;
}
.main-page-container .container .store-info-container .store-image {
  display: flex;
  align-items: center;
}
.main-page-container .container .store-info-container .store-image img {
  border-radius: 10px;
  object-fit: cover;
  transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
}
.main-page-container .container .store-info-container .store-info .secondary-title {
  text-align: left;
  margin-bottom: 5px;
}
.main-page-container .container .store-info-container .store-info .miles-away {
  font-weight: bold;
  font-size: 18px;
  color: #EA1D2C;
  margin-bottom: 5px;
}
.main-page-container .container .store-info-container .store-info .address {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.main-page-container .container .store-info-container .store-info .get-directions {
  margin-bottom: 5px;
}
.main-page-container .container .store-info-container .store-info .get-directions svg {
  width: 18px;
  fill: #EA1D2C;
  position: relative;
  top: 3px;
}
.main-page-container .container .store-info-container .store-info .phone {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
.main-page-container .container .store-info-container .store-info .phone svg {
  width: 22px;
  fill: #EA1D2C;
  position: relative;
  top: 4px;
}
.main-page-container .container .store-info-container .store-info .phone a {
  color: black;
}
.main-page-container .container .store-info-container .store-info .btn {
  padding: 13px 25px;
}
.main-page-container .container .store-info-container .store-hours .secondary-title {
  text-align: left;
  margin-bottom: 10px;
}
.main-page-container .container .store-info-container .store-hours .store-hours-grid {
  display: flex;
  flex-wrap: wrap;
}
.main-page-container .container .store-info-container .store-hours .store-hours-grid .day,
.main-page-container .container .store-info-container .store-hours .store-hours-grid .hours {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.main-page-container .container .store-info-container .store-hours .store-hours-grid .day {
  width: 90px;
}
.main-page-container .container .store-info-container .store-hours .store-hours-grid .hours {
  width: calc(100% - 90px);
  text-align: right;
}
.main-page-container .container .menu-category-grid {
  display: flex;
  flex-wrap: wrap;
}
.main-page-container .container .menu-category-grid .single-menu-category {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding-bottom: 25px;
}
.main-page-container .container .menu-category-grid .single-menu-category:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-page-container .container .menu-category-grid .single-menu-category img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.main-page-container .container .menu-category-grid .single-menu-category .category-name {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 18px;
  margin-bottom: 18px;
}
.main-page-container .container .bottom-menu {
  padding-top: 10px;
}
.main-page-container .container .bottom-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.main-page-container .container .bottom-menu ul li {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.main-page-container .container .bottom-menu ul li a {
  background: #EA1D2C;
  display: block;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 25px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-page-container .container .bottom-menu ul li a:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: scale(1.05);
}
.main-page-container .container .menu-disclaimer {
  padding-top: 30px;
  text-align: center;
}
.main-page-container .container .single-menu-container {
  display: flex;
  flex-wrap: wrap;
}
.main-page-container .container .single-menu-container .menu-left-sidebar {
  width: 300px;
}
.main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu li {
  padding-bottom: 30px;
}
.main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu li a {
  color: #777777;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu li a:hover {
  color: #EA1D2C;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu li.menu-category-list-active a {
  color: #EA1D2C;
}
.main-page-container .container .single-menu-container .menu-right-content {
  width: calc(100% - 300px);
}
.main-page-container .container .single-menu-container .menu-right-content .product-three-grid {
  padding: 0;
}
.main-page-container .container .single-menu-container .menu-right-content .product-three-grid .product-item {
  margin-bottom: 30px;
}
.not-found-container {
  padding: 50px 25px;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.not-found-container .page-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.not-found-container h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.store-map img {
  display: block;
  width: 100%;
}
.no-integrations-head {
  text-align: center;
  margin-bottom: 60px;
}
footer {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 56px 0;
}
footer .logo-social-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
footer .footer-logo a {
  max-width: 126px;
}
footer .social-and-order-btn {
  padding-left: 35px;
  text-align: left;
}
footer .social-and-order-btn ul {
  font-size: 0;
  line-height: 0;
}
footer .social-and-order-btn ul li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
footer .social-and-order-btn ul li:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  top: -4px;
}
footer .social-and-order-btn ul li a svg {
  width: 32px;
  height: 32px;
  fill: white;
}
footer .social-and-order-btn ul li::last-child {
  margin-right: 0;
}
footer .social-and-order-btn .order-online-btn {
  margin-top: 15px;
}
footer .social-and-order-btn .order-online-btn a {
  text-transform: uppercase;
  font-size: 14px;
  background: #EA1D2C;
  padding: 10px 20px;
  display: inline-block;
  color: #FFFFFF;
}
footer .social-and-order-btn .order-online-btn a:hover {
  transform: scale(1.05);
}
footer .footer-menu-area {
  margin-bottom: 25px;
}
footer .footer-menu-area ul li {
  display: inline-block;
  margin-right: 30px;
}
footer .footer-menu-area ul li:last-child {
  margin-right: 0;
}
footer .footer-menu-area ul li a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
footer .footer-menu-area ul li a:hover {
  color: #EA1D2C;
}
footer .footer-menu-area ul li.current-menu-item > a {
  color: #EA1D2C;
}
footer .copyright-area ul li {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}
footer .copyright-area ul li a {
  color: white;
}
footer .copyright-area ul li a:hover {
  color: #EA1D2C;
}
footer .disclaimer-area {
  margin-top: 12px;
  color: #CCCCCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.show {
  bottom: 0 !important;
}
.mobile-footer-popup {
  display: none;
  max-width: 375px;
  width: 100%;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: -109px;
  transition: 0.5s all;
}
.mobile-footer-popup .papa-store {
  padding: 7px 30px 7px 16px;
  background: #EA1D2C;
  max-width: 188px;
  margin-left: auto;
  border-radius: 8px 8px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.mobile-footer-popup .papa-store::after {
  overflow: hidden;
  position: absolute;
  content: "";
  background: url(images/circle-plus-solid.svg) center no-repeat;
  width: 22px;
  height: 22px;
  right: 8px;
  top: 8px;
  transition: 0.1s all;
  z-index: 2;
}
.mobile-footer-popup .papa-store::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  right: 8px;
  top: 8px;
  background-image: radial-gradient(at center, #ffffff 40%, transparent 40%);
  transition: 0.1s all;
  z-index: 1;
}
.mobile-footer-popup .on::after {
  transform: rotate(45deg);
  transition: 0.1s all;
}
.mobile-footer-popup .popup-content {
  background: #EA1D2C;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 20px;
  bottom: -102px;
  transition: 0.5s all;
}
.mobile-footer-popup .popup-content .left-content {
  padding-right: 10px;
  width: 70%;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile-footer-popup .popup-content .left-content .store-location {
  text-transform: initial;
  font-size: 16px;
  font-weight: normal;
}
.mobile-footer-popup .popup-content .left-content .store-location a {
  display: block;
  color: #FFFFFF;
  padding-left: 25px;
  position: relative;
  line-height: 1;
  margin-top: 5px;
  font-weight: bold;
}
.mobile-footer-popup .popup-content .left-content .store-location a svg {
  width: 18px;
  height: 18px;
  background-image: radial-gradient(at center, #ffffff 40%, transparent 40%);
  position: absolute;
  left: 0;
}
.mobile-footer-popup .popup-content .cta {
  width: 30%;
  padding-top: 7px;
}
.mobile-footer-popup .popup-content .cta a {
  max-width: 90px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 10px;
  background: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.mobile-footer-popup .popup-content .cta a:last-child {
  margin-bottom: 0;
}
.mobile-footer-popup .popup-content .cta a:hover {
  transform: scale(1.05);
}
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1!important;
}
.gform_wrapper.gravity-theme .gform_footer input {
  background: #EA1D2C;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  border: 0;
}
.gform_wrapper.gravity-theme .gform_footer input:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: scale(1.05);
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #EA1D2C !important;
}
@media all and (max-width: 1300px) {
  .main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    width: calc(33.33% - 30px);
  }
}
@media all and (max-width: 1200px) {
  footer .footer-menu-area ul li {
    margin-right: 20px;
  }
  footer .footer-menu-area ul li a {
    font-size: 18px;
  }
  header#main-header .main-logo-menu-area .menu-area ul.sf-menu li a {
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .main-page-container .container .menu-category-grid .single-menu-category .category-name {
    font-size: 30px;
  }
}
@media all and (max-width: 1099px) {
  #mobile-menu-tigger {
    background: none;
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header#main-header {
    padding: 10px 0;
  }
  header#main-header .header-popup {
    display: none;
  }
  header#main-header .sf-menu {
    display: none !important;
  }
  header#main-header .main-logo-menu-area .logo {
    width: 0%;
  }
  header#main-header .main-logo-menu-area .logo a {
    max-width: 93px;
    top: 10px;
  }
  header#main-header .main-logo-menu-area .menu-area {
    width: 100%;
  }
  .hero-slider-area .item .mobile-img {
    width: 100%;
  }
  .hero-slider-area .item .overlay-content {
    /*top: 15%;*/
  }
  .hero-slider-area .item .overlay-content h2 {
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .hero-slider-area .item .overlay-content .para {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .hero-slider-area .item .overlay-content a {
    padding: 13px 15px;
    line-height: 1;
    font-size: 26px;
  }
  .our-menu-slider .owl-carousel {
    padding: 0 35px;
  }
  .our-menu-slider h2 {
    font-size: 21px;
  }
  .our-menu-slider .owl-item {
    padding: 5px;
  }
  .product-three-grid .container {
    max-width: 700px;
  }
  .product-three-grid .product-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .product-three-grid .product-item:last-child {
    margin-bottom: 0;
  }
  .two-cta-area {
    padding: 60px 0;
  }
  .two-cta-area .container {
    max-width: 700px;
  }
  .two-cta-area .single-cta-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .two-cta-area .single-cta-item:last-child {
    margin-bottom: 0;
  }
  footer {
    padding-top: 40px;
  }
  footer .container {
    max-width: 700px;
  }
  footer .logo-social-area {
    display: block;
    padding-left: 0;
  }
  footer .logo-social-area .footer-logo {
    display: none;
  }
  footer .logo-social-area ul.social-links {
    display: flex;
    justify-content: center;
  }
  footer .logo-social-area .order-online-btn {
    text-align: center;
  }
  footer .logo-social-area .social-and-order-btn {
    padding-left: 0;
  }
  footer .footer-menu-area ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
  footer .copyright-area ul li {
    line-height: 1.9;
    display: block;
  }
  .mobile-footer-popup {
    display: block;
  }
  .page-featured-image-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-featured-image-area h1 {
    font-size: 48px;
  }
  .main-page-container .container .highlight-area {
    padding: 20px;
  }
  .main-page-container {
    padding: 15px 0;
  }
  .main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    width: calc(50% - 30px);
  }
  .main-page-container .container .store-info-container .store-info,
  .main-page-container .container .store-info-container .store-image,
  .main-page-container .container .store-info-container .store-hours {
    max-width: 500px;
    margin: 0 auto 30px;
    width: 100%;
  }
  .main-page-container .container .store-info-container .store-info,
  .main-page-container .container .store-info-container .store-info .secondary-title,
  .main-page-container .container .store-info-container .store-hours .secondary-title {
    text-align: center;
  }
  .main-page-container .container .menu-category-grid .single-menu-category {
    width: calc(50% - 30px);
  }
  .main-page-container .container .bottom-menu ul li {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar,
  .main-page-container .container .single-menu-container .menu-right-content {
    width: 100%;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar {
    background: white;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-bottom: 25px;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar .pinned::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar .pinned::-webkit-scrollbar-track {
    background-color: white;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar .pinned::-webkit-scrollbar-thumb {
    background-color: #777777;
    border: 0;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    top: 60px!important;
    background: white;
    width: 100%!important;
    overflow-x: scroll;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu li {
    padding-bottom: 0;
    flex: 0 0 auto;
  }
  .main-page-container .container .single-menu-container .menu-left-sidebar .sidebar-menu li a {
    padding: 20px 15px;
    font-size: 16px;
  }
  .page-template-template-single-menu .main-page-container {
    padding-top: 0;
  }
  .page-template-template-single-menu .main-page-container .container {
    padding: 0;
    max-width: 100%;
  }
  .page-template-template-single-menu .main-page-container .container .container {
    max-width: 90%;
  }
  .page-template-template-single-menu .single-menu-container .menu-right-content {
    margin-top: 50px;
  }
  .page-template-template-single-menu .main-page-container .container .single-menu-container .menu-right-content .product-three-grid .product-item {
    width: 50%;
  }
  .no-integrations-head {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 786px) {
  .hero-slider-area .item a.notxtmobile {
    width: 100%;
  }
  .second-col-on-top .wp-container-1 {
    order: 2;
  }
  .second-col-on-top .wp-container-2 {
    order: 1;
  }
  .second-col-on-top .wp-container-2 .wp-block-image {
    margin-bottom: 0;
  }
  .main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-page-container .container .secondary-title,
  .two-cta-area .single-cta-item .rave-reviews-container .secondary-title {
    font-size: 24px;
  }
  .main-page-container .container .find-a-store-area .find-a-store-form form input[type="text"] {
    font-size: 16px;
    padding: 10px;
  }
  .two-cta-area .single-cta-item .rave-reviews-container {
    box-shadow: none;
    padding: 20px 30px;
  }
  .main-page-container .container .menu-category-grid .single-menu-category {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .main-page-container .container .menu-category-grid .single-menu-category .category-name {
    font-size: 24px;
  }
  .page-template-template-single-menu .main-page-container .container .single-menu-container .menu-right-content .product-three-grid .product-item {
    width: 100%;
  }
  .page-template-template-single-menu .main-page-container .container .bottom-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-slider-area .item .desktop-img {
    display: none!important;
  }
  .hero-slider-area .item .mobile-img {
    display: block!important;
    object-fit: cover;
  }
}
@media all and (max-width: 600px) {
  .hero-slider-area .item .overlay-content {
    /*top: 15%;*/
  }
  .hero-slider-area .item .overlay-content h2 {
    width: 70%;
    font-size: 32px;
    margin-bottom: 8px;
  }
  .hero-slider-area .item .overlay-content .para {
    width: 60%;
    font-size: 22px;
  }
  .two-cta-area .single-cta-item .cta-img-content {
    height: 240px;
  }
  .red-cta-area h3 {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
}
@media all and (max-width: 500px) {
  .our-menu-slider .owl-carousel {
    padding: 0 25px;
  }
  .our-menu-slider .owl-nav {
    top: 20%;
  }
  .page-featured-image-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-featured-image-area h1 {
    font-size: 36px;
  }
  .main-page-container .container .bottom-menu ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 400px) {
  .mobile-footer-popup .popup-content .left-content {
    font-size: 16px;
  }
  .mobile-footer-popup .popup-content .left-content .store-location {
    font-size: 14px;
  }
  .our-menu-slider .owl-nav {
    top: 17%;
  }
  .main-page-container .container .nearest-to-you-area .nearest-to-you-content .single-nearest-area {
    padding: 20px;
  }
}

