@font-face {
  font-family: 'Knockout';
  src: url('../fonts/Knockout-31.eot');
  src: url('../fonts/Knockout-31.eot?#iefix') format('embedded-opentype'), url('../fonts/Knockout-31.woff2') format('woff2'), url('../fonts/Knockout-31.woff') format('woff'), url('../fonts/Knockout-31.ttf') format('truetype'), url('../fonts/Knockout-31.svg#Knockout-31') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knockout';
  src: url('../fonts/Knockout-51.eot');
  src: url('../fonts/Knockout-51.eot?#iefix') format('embedded-opentype'), url('../fonts/Knockout-51.woff2') format('woff2'), url('../fonts/Knockout-51.woff') format('woff'), url('../fonts/Knockout-51.ttf') format('truetype'), url('../fonts/Knockout-51.svg#Knockout-51') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knockout';
  src: url('../fonts/Knockout-71.eot');
  src: url('../fonts/Knockout-71.eot?#iefix') format('embedded-opentype'), url('../fonts/Knockout-71.woff2') format('woff2'), url('../fonts/Knockout-71.woff') format('woff'), url('../fonts/Knockout-71.ttf') format('truetype'), url('../fonts/Knockout-71.svg#Knockout-71') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knockout';
  src: url('../fonts/Knockout-91.eot');
  src: url('../fonts/Knockout-91.eot?#iefix') format('embedded-opentype'), url('../fonts/Knockout-91.woff2') format('woff2'), url('../fonts/Knockout-91.woff') format('woff'), url('../fonts/Knockout-91.ttf') format('truetype'), url('../fonts/Knockout-91.svg#Knockout-91') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blankenhorn LL Script';
  src: url('../fonts/BlankenhornLL-Script.eot');
  src: url('../fonts/BlankenhornLL-Script.eot?#iefix') format('embedded-opentype'), url('../fonts/BlankenhornLL-Script.woff2') format('woff2'), url('../fonts/BlankenhornLL-Script.woff') format('woff'), url('../fonts/BlankenhornLL-Script.ttf') format('truetype'), url('../fonts/BlankenhornLL-Script.svg#BlankenhornLL-Script') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Knockout', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  font-feature-settings: 'ss02';
}
a {
  text-decoration: none;
  color: #E4002B;
  transition: all ease-in .3s;
}
a:hover {
  color: #E4002B;
}
a:active {
  color: #E4002B;
}
a:focus {
  color: #E4002B;
}
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, .5);
  line-height: 46px
}
.link-primary {
  color: #E4002B;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #E4002B;
}
#header {
  transition: all ease-out .3s;
  top: 0px;
}
.bg-dark {
  background-color: #000000 !important;
}
/*sidenav*/
.sub-menu-box {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.sub-menu-txt {
  color: #000000;
  font-size: 16px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  transition: all ease-in .3s;
}
.sub-menu-txt:hover {
  color: #E4002B;
}
.sidenav .closebtn {
  float: right;
  margin-right: 25px;
  padding-top: 35px;
  margin-left: 0;
  transition: all ease-in .3s;
  opacity: 1;
}
.sidenav .closebtn:hover {
  opacity: .9;
}
.mr-left-25 {
  margin-left: 25px;
}
.menu-top {
  float: left;
  border-bottom: 0;
  width: 100%;
}
.logo-box-menu {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  width: auto;
  margin-left: 25px;
}
.logo-box-menu img {
  width: 90px !important;
}
.menu-txt-box {
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 30px;
}
.search-txt-box {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 25px;
  padding-bottom: 0;
  display: none;
}
.menu-txt {
  font-family: 'Knockout', sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  width: 100%;
  padding: 12px 0;
  float: left;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.menu-txt:hover, .menu-txt:active, .menu-txt:focus {
  color: #E4002B;
}
/*sidenav*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  width: 50px;
  height: 50px;
  left: 20px;
  z-index: 2000;
  font-size: 20px;
  border: none;
  border: solid 1px #e4002b;
  outline: none;
  background-color: #E4002B;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
  padding: 0;
}
#myBtn:hover {
  background-color: #000000;
  border: solid 1px #E4002B;
}
.mobile-view {
  display: none;
}
.top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  padding: 8.5px 100px;
}
.header-inner {
  width: 100%;
  float: left;
  height: 100px;
}
.header-inner.shadow.bg-white {
  background-color: #000000 !important;
}
.main-menu {
  float: left;
  padding-top: 36px;
  width: auto;
}
.reward-logo {
  padding-top: 36px;
}
.carousel {
  margin-top: 8.7rem;
  margin-bottom: 1.5rem;
}
#dropdownMenuButton {
  color: white;
  font-size: 15px;
}
.user-actions {
  display: inline-flex;
  align-items: center;
}
.user-actions span:nth-child(1) img {
  margin-right: -11px;
}
.user-actions span:nth-child(3), .user-actions span:nth-child(4), .user-actions span:nth-child(5) {
  padding: 0 10px;
  position: relative;
  top: -3px;
}
.other-actions span {
  padding: 0 10px;
}
.user-initials .dropdown img {
  width: 30px;
}
.join-the-head a {
  color: #ffffff;
  font-weight: 900;
  padding-left: 15px;
}
.sign-in a {
  color: #ffffff;
  font-weight: 900;
  padding: 0 5px;
}
.custom-bage-color {
  background: #E4002B;
  position: absolute;
  top: -7px;
  height: auto !important;
  width: auto !important;
  right: 1px;
  font-weight: bold;
  color: black;
  border-radius: 50%;
}
.notification .dropdown-toggle::after {
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
::-webkit-scrollbar-thumb:active {
  background: #999999;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
::-moz-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-moz-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-moz-scrollbar-thumb:hover {
  background: #999999;
}
::-moz-scrollbar-thumb:active {
  background: #999999;
}
::-moz-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-moz-scrollbar-track:hover {
  background: transparent;
}
::-moz-scrollbar-track:active {
  background: transparent;
}
::-moz-scrollbar-corner {
  background: transparent;
}
::-ms-scrollbar {
  width: 10px;
  height: 10px;
}
::-ms-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-ms-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-ms-scrollbar-thumb:hover {
  background: #999999;
}
::-ms-scrollbar-thumb:active {
  background: #999999;
}
::-ms-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-ms-scrollbar-track:hover {
  background: transparent;
}
::-ms-scrollbar-track:active {
  background: transparent;
}
::-ms-scrollbar-corner {
  background: transparent;
}
.slide-1 {
  background: url("../../assets/images/banner/bannerHome1.jpg");
  background-size: cover;
}
.slide-2 {
  background: url("../../assets/images/banner/bannerHome2.jpg");
  background-size: cover;
}
.slide-3 {
  background: url("../../assets/images/banner/bannerHome3.jpg");
  background-size: cover;
}
.slide-4 {
  background: url("../../assets/images/slide-4.jpg");
  background-size: cover;
}
.slide-5 {
  background: url("../../assets/images/slide-5.jpg");
  background-size: cover;
}
.carousel-caption h1 {
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.carousel-caption p {
  margin-bottom: 2.6rem;
  font-size: 1rem;
  color: #ffffff;
}
.navbar-nav img, svg {
  vertical-align: top;
}
.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 15px;
}
.navbar-nav .dropdown-item {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 1400px) {
  .h1, h1 {
    font-size: 2.7rem;
  }
  body {
    font-size: 15px;
  }
}
.slider-right-box {
  position: absolute;
  right: 0;
  top: 30%;
  width: 100px;
  color: #FFFFFF;
  background-color: #E4002B;
  z-index: 20;
}
.startorder-headeing {
  border-bottom: solid 1px rgba(0, 0, 0, 0.10);
  text-transform: uppercase;
  padding: 15px;
  font-size: .8rem;
  line-height: normal;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  text-align: center;
  float: left;
  width: 100%;
  color: #ffffff;
}
.startorder-btn {
  border: solid 1px rgba(0, 0, 0, 0.10);
  color: #ffffff;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.10);
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-weight: normal;
  font-size: .8rem;
  float: left;
  background-color: transparent;
  transition: all ease-in .3s;
}
.startorder-btn:hover {
  color: #ffffff;
  background-color: #E4002B;
}
.startorder-btn span {
  padding-top: 5px;
  float: left;
  width: 100%;
  text-align: center;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.carousel-caption {
  position: absolute;
  right: auto;
  top: 0;
  bottom: auto;
  left: 0;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  padding: 50px;
  padding-top: 50px;
  padding-right: 50px;
  width: 30%;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.btn {
  display: inline-block;
  line-height: 1.5;
  color: #38321d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700 !important;
  border-radius: 0px;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.form-control.searchdv {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border: solid 1px #ffffff;
  border-radius: 5px;
}
.btn-lg {
  padding: .7rem 2rem;
  font-size: 1rem;
}
.btn-link:hover {
  color: #E4002B;
  box-shadow: none;
}
.btn-primary {
  background-color: #E4002B;
  border: solid 1px #E4002B;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #E4002B;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-primary:active {
  background-color: #E4002B;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-primary:focus {
  background-color: #E4002B;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  background-color: #C72A47;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 1;
}
.carousel-indicators {
  position: relative;
  right: 0px;
  bottom: 0px;
  top: 6px;
  left: 102px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 50;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 98px;
}
.indicators-box {
  background-color: #E4002B;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 40px;
}
.carousel-control-next {
  right: auto;
  left: 50px;
  background-color: #B22640;
}
.carousel-indicators .active {
  opacity: 1;
  margin-top: 8px;
  background-color: #E4002B;
  border: 1px solid #E4002B;
  box-shadow: 0 0 0 2px #ffffff;
}
.carousel-item {
  height: calc(100vh - 13rem);
  background-size: cover !important;
  max-height: 800px;
  background-position: center;
}
a {
  cursor: pointer;
}
.ml-0 {
  margin-left: 0 !important;
}
.btn-secondary {
  background: #ffffff;
  color: #E4002B;
  border-color: #ffffff;
}
.btn-secondary:hover {
  border: 1px solid #E4002B;
  background: #E4002B;
  color: #ffffff;
}
.btn-secondary:focus {
  border: 1px solid #E4002B;
  background: #E4002B;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
/*slider end*/
/*search button*/
.button {
  display: inline-block;
  background-color: #fff;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  /*margin: 4px 2px;

	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;*/
  color: #000000;
  /*text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
.button:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  color: #E4002B;
}
.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}
.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.searchbutton {
  position: absolute;
  font-size: 34px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: -6px;
  margin-right: 0px;
  right: 0;
  background: transparent;
}
.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: transparent;
  color: black;
}
.search {
  position: absolute;
  left: 49px;
  /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: #ffffff;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.search:focus {
  width: 363px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
  border-radius: 100px;
  padding-left: 20px;
}
.expandright {
  left: auto;
  right: 49px;
  /* Button width-1px */
}
.expandright:focus {
  padding: 0 0 0 16px;
}
/*search button end*/
/*home content*/
.pull-right {
  float: right;
}
.box-background {
  background-image: url("../../assets/images/get.jpg");
  background-size: cover;
  background-position: center;
  min-height: 210px;
  width: 100%;
  padding: 20px;
  border-radius: 0px;
  float: left;
  margin-bottom: 20px;
}
.box-background h2 {
  color: #ffffff;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  text-align: left;
  width: 100%;
}
.box-background p {
  color: #000000;
  line-height: normal;
  text-transform: none;
  font-size: 1rem;
  margin-top: 10px;
}
.overflow-height {
  height: 446px;
  overflow: auto;
}
.find-bg {
  background-image: url("../../assets/images/find.jpg");
  background-size: cover;
}
.enjoy-bg {
  background-image: url("../../assets/images/ligit.jpg");
  background-size: cover;
  background-position: top -40px center;
}
.trivia-bg {
  background-image: url("../../assets/images/trivia-bg.jpg");
  background-size: cover;
  min-height: 500px;
}
.sports-bg {
  background-image: url("../../assets/images/slide-4.jpg");
  background-size: cover;
  min-height: 240px;
  background-position: top 0px center;
}
.esports-bg {
  background-image: url("../../assets/images/esports.jpg");
  background-size: cover;
  min-height: 240px;
  background-position: top 0px center;
}
.sauces-bg {
  background-image: url("../../assets/images/slide-1.jpg");
  background-size: cover;
  min-height: 240px;
  background-position: top 0px center;
}
.news-bg {
  background-image: url("../../assets/images/latest-news.jpg");
  background-size: cover;
}
.reward-bg {
  background-image: url("../../assets/images/reward.jpg");
  background-size: cover;
  min-height: 240px;
}
.burger-bg {
  background-image: url("../../assets/images/sports-bg.jpg");
  background-size: cover;
  min-height: 500px;
  background-position: center;
}
.book-a-table-icn {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #ffffff;
  background-image: url("../../assets/images/reserve-online.svg");
  background-repeat: no-repeat;
  background-position: top 18px center;
  background-size: 30px;
  float: left;
}
.book-a-table-icn-2 {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #ffffff;
  background-image: url(../../assets/images/check-in.svg);
  background-repeat: no-repeat;
  background-position: top 14px center;
  background-size: 20px;
  float: left;
}
.book-a-table-icn-3 {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #ffffff;
  background-image: url(../../assets/images/scan.svg);
  background-repeat: no-repeat;
  background-position: top 12px center;
  background-size: 22px;
  float: left;
}
.book-a-table-icn-4 {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #ffffff;
  background-image: url("../../assets/images/enjoy-the-match.svg");
  background-repeat: no-repeat;
  background-position: top 12px center;
  background-size: 30px;
  float: left;
}
.book-cnt {
  float: left;
  width: calc(100% - 60px);
  font-size: 1rem;
  padding-left: 10px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 20px;
  padding-top: 8px;
}
.ranking-table {
  font-size: 14px;
  width: 100%;
  color: #212529;
}
.ranking-table td {
  padding: 7px 5px;
}
.card-header {
  padding: 15px 20px;
  margin-bottom: 0;
  background-color: #E4002B;
  border-bottom: 0;
}
.card-header:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-header h4 {
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #F8F4F1;
  border-radius: 0px;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
.bg-light-brown {
  background-color: #ECECEC !important;
}
.clr-white {
  color: #ffffff !important;
}
.item-price {
  font-family: 'Knockout', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.items-main-box {
  width: 100%;
  float: left;
  overflow: auto;
  border-radius: 10px;
}
.items-scroll-box {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  float: left;
  display: flex;
  min-width: 100%;
  margin-bottom: 10px;
}
.item-box {
  width: 250px;
  max-width: 280px;
  float: left;
  margin-right: 20px;
}
.menu-item-img {
  background-image: url("../../assets/images/menu-item-bg.jpg");
  background-size: cover;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  background-color: #ffffff;
}
.favorite-icn {
  width: 45px;
  height: 45px;
  padding: 11px;
  /* float: right; */
  border-top-right-radius: 10px;
  border-bottom-left-radius: 15px;
  transition: all ease-in .3s;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.favorite-icn:hover {
  background-color: #fff;
}
.favorite-icn:active {
  background-color: #fff;
}
.favorite-icn:focus {
  background-color: #fff;
}
.favorites-head {
  color: #ffffff;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mr-left {
  margin-left: 13px;
}
.bg-dark .nav-link {
  color: #ffffff;
}
.navbar-nav .nav-link {
  padding: 5px 0px;
}
.menu-icon:hover {
  color: #E4002B;
}
.py-1 {
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}
/* fotter */
.site-footer {
  background-color: #000000;
  padding: 60px 0 22px 0;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  z-index: 2;
  position: relative;
  padding-bottom: 0;
}
.guranted-safe h6 {
  margin-bottom: 20px;
}
.first-column {
  height: 100%;
  display: flex;
  align-items: center;
}
.first-column p {
  font-size: 15px;
  line-height: 20px;
}
.guranted-safe {
  padding: 20px 0 0px 0;
  float: left;
}
.site-footer h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.download-app img {
  margin: 10px 0 20px;
  width: 127px;
}
.social-icons-links a {
  margin-right: 8px;
}
.pull-left {
  float: left;
}
.copyright-main {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #E4002B;
  height: auto;
}
.cash-text:hover {
  color: #737373 !important;
}
.cash-text span {
  position: absolute;
  left: 5px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0;
  font-size: 14px;
  top: -2px;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: all ease-in .3s;
}
.site-footer a:hover {
  color: #000000;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
  color: #ffffff;
}
.footer-links li {
  display: block
}
.footer-links a:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 4px;
  font-size: 20px;
}
.connet a:before {
  display: none !important;
}
.footer-links a {
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Knockout', sans-serif;
  font-weight: normal;
}
.footer-links.inline li {
  display: inline-block
}
.site-footer .social-icons {
  text-align: right
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  transition: all .2s linear
}
p.copyright-text {
  margin: 0;
  text-align: left;
}
.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}
.mr-1 {
  margin-right: 5px;
}
.album {
  margin-bottom: 1.5rem;
}
.text-right {
  text-align: right;
}
.box-background h1 {
  color: #E4002B;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.main-menu img {
  margin-left: 0;
  cursor: pointer;
}
.form-control {
  border: solid 1px #999999;
  background-color: #ffffff;
  border-radius: 0px;
  padding-left: 25px;
}
.form-control:focus {
  border: solid 1px #E4002B;
  background-color: #ffffff;
  outline: none;
  box-shadow: none;
}
.search-txt-box .form-control {
  padding-right: 0px !important;
}
.search-txt-box .btn {
  padding-left: 10px !important;
}
.btn-scondary {
  background-color: #E3E1DB;
  border-color: #E3E1DB;
  color: #000000;
}
.btn-scondary:focus {
  box-shadow: none;
}
/*sidenav-right*/
.sub-menu-box-right {
  float: left;
  width: 100%;
  border-top: solid 1px #E3E1DB;
  padding: 30px;
}
.sub-menu-txt-right {
  color: #000000;
  font-size: 16px;
  float: left;
  width: 100%;
  font-weight: 900;
  padding-bottom: 15px;
  transition: all ease-in .3s;
}
.sub-menu-txt-right:hover {
  color: #E4002B;
}
.sidenav-right .closebtn-right {
  position: absolute;
  right: 20px;
  top: 15px;
  margin-left: 0;
  transition: all ease-in .3s;
  opacity: 1;
}
.sidenav-right .closebtn-right:hover {
  opacity: .9;
}
.mr-right-25 {
  margin-left: 25px;
}
.menu-top-right {
  float: left;
  border-bottom: solid 1px #E3E1DB;
  width: 100%;
}
.logo-box-menu-right {
  float: left;
  padding-top: 17px;
  padding-bottom: 17px;
  height: auto;
  width: auto;
  margin-left: 25px;
}
.menu-txt-box-right {
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 30px;
}
.search-txt-box-right {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 25px;
  padding-bottom: 0;
  display: none;
}
.menu-txt-right {
  font-family: 'Knockout', sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  width: 100%;
  text-align: left;
  padding: 7px 0;
  float: left;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.menu-txt-right:hover {
  color: #E4002B;
}
/*sidenav-right*/
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
  .header-mr .h1, h1 {
    font-size: 3rem;
  }
}
/*home End*/
/*our story start*/
.header-mr {
  margin-top: 8.8rem;
  margin-bottom: 2.5rem;
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.privacy-bg p {
  margin-bottom: 0;
}
.header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fw-light {
  font-weight: 800 !important;
}
.header-mr p {
  font-size: 17px;
}
.header-mr .h1, h1 {
  font-size: 2.2rem;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
  color: #E4002B;
  text-transform: uppercase;
  text-align: left;
}
.about-us {
  background-image: url("../../assets/images/our-story-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-bg {
  background-image: url("../../assets/images/about.jpg");
  background-size: cover;
  min-height: 400px;
}
.color-dark {
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
}
.schedule-btn {
  color: #ffffff;
  padding-left: 10px;
  padding-top: 13px;
  float: left;
  transition: all ease-in .3s;
}
.schedule-btn:hover {
  color: #E4002B;
}
.dark-box-div {
  float: left;
  padding-left: 100px;
  padding-top: 160px;
}
.dark-box-div h1 {
  font-size: 3rem;
  text-align: left;
}
.dark-box-div p {
  text-transform: none;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pd-0 {
  padding: 0;
}
.e-sports-bg {
  background-image: url("../../assets/images/sports-img.jpg");
  background-size: cover;
  min-height: 500px;
}
.dark-color {
  color: #000000;
}
.news-heading {
  font-family: 'Knockout', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: capitalize;
  color: #E4002B;
}
.news-img {
  background-image: url("../../assets/images/news.jpg");
  background-size: cover;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  text-align: center;
}
.news-thumbnail {
  background-image: url("../../assets/images/esports.jpg");
}
.news-thumbnail-1 {
  background-image: url("../../assets/images/bookatable.jpg");
}
.news-thumbnail-2 {
  background-image: url("../../assets/images/Multiple-Seasonings_Spoons.jpg");
}
.news-box {
  width: 300px;
  float: left;
  margin-right: 20px;
}
/*Our story end*/
/*FAQ start*/
.faq {
  background-image: url("../../assets/images/contact-us.jpg");
  background-size: cover;
  background-position: center;
}
.light-color {
  color: #ffffff !important;
}
.faq-btn {
  color: #000000;
  background: #EDECE8;
  width: calc(14.28% - 20px);
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
  margin-bottom: 20px;
}
.faq-btn:hover {
  background: #E4002B;
  color: #000000;
}
.faq-btn img {
  margin-bottom: 10px;
  height: 50px;
}
.faq-btn-white {
  color: #000000;
  background: #ffffff;
  width: calc(14.28% - 20px);
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
  margin-bottom: 20px;
}
.faq-btn-white:hover {
  background: #E4002B;
  color: #000000;
}
.faq-btn-white img {
  margin-bottom: 10px;
  height: 40px;
}
.center-algn {
  display: flex;
  justify-content: center !important;
}
.faq-inner-head {
  margin: 2.5rem 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #E4002B;
  font-size: 2rem;
  font-family: 'Knockout';
  float: left;
}
.back-page-btn {
  margin: 2.5rem 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000;
  font-family: 'Knockout';
  font-size: 2rem;
  padding-right: 30px;
  border-right: solid 1px #B5A49A;
  margin-right: 30px;
  float: left;
  transition: all ease-in .3s;
}
.back-page-btn:hover {
  color: #E4002B;
}
.mr-bottom-40 {
  margin-bottom: 3rem;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.3rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  box-shadow: none;
  outline: none;
  color: #E4002B;
  font-weight: 900;
}
.accordion-button:hover, .accordion-button:active, .accordion-button:focus, .accordion-button:visited {
  color: #E4002B;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  box-shadow: none;
  outline: none;
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/images/right-arrow-acc.svg");
  transform: rotate(90deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: auto;
  content: "";
  background-image: url("../../assets/images/right-arrow-acc.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.accordion-button:not(.collapsed) {
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.accordion-button {
  padding: 1rem 0;
}
.accordion-body {
  padding: 1rem 0;
}
.accordion-flush .accordion-button {
  text-align: left;
  text-transform: uppercase;
  border: 0;
  font-family: 'Sanchez Niu';
  padding: 15px 0;
  border-radius: 0px !important;
  margin: 10px 0;
  font-size: 1.3rem;
  background-color: #ffffff;
  color: #000000;
  border-bottom: solid 1px #999999;
}
.accordion-body {
  color: #000000;
}
.accordion-body h5 {
  font-weight: bold;
}
p {
  color: #000000;
}
footer p {
  color: #ffffff;
}
.mr-btm-20 {
  margin-bottom: 20px;
}
.download-app img {
  margin: 10px 0 30px;
}
.social-icons-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.privacy-bg {
  background-color: #F8F4F1;
}
.terms-bg {
  background-color: #F8F4F1;
}
/*FAQ end*/
/*Contact Us Start*/
.contact-us {
  background-image: url("../../assets/images/contact-us.jpg");
  background-size: cover;
  background-position: center;
}
.btn-dark {
  background-color: #000000;
  border-radius: 10px;
  border-color: #000000;
  width: calc(25% - 20px);
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-dark:hover {
  border-color: #E4002B;
  background-color: #E4002B;
  border-radius: 10px;
}
.btn-dark p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1rem;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
}
.cnt-style {
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Sanchez Niu';
}
.cnt-form {
  background: #ffff;
  border-radius: 5px;
  padding: .6rem 1rem;
  border-color: #ffffff;
}
lablel {
  font-size: 14px;
  margin-bottom: 5px;
  float: left;
}
.cnt {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 5px;
}
.cnt-details {
  float: left;
  margin-left: 20px;
  width: calc(100% - 80px);
  font-weight: 500;
  padding-top: 5px;
  font-size: .9rem;
  color: #000000;
}
.cnt img {
  width: 100%;
}
/*Contact Us End*/
/*Sign in & Sign up Start*/
.form-box-center {
  width: 400px;
  max-width: 100%;
  margin: auto;
  font-size: 15px;
  padding: 20px;
}
.sign-in-img {
  background: url("../../assets/images/sign-in.jpg");
  background-size: cover;
  background-position: center;
}
.sign-up-img {
  background: url("../../assets/images/sign-up.jpg");
  background-size: cover;
  background-position: center;
}
.form-control {
  padding: .5rem 1rem;
  background: #ffffff;
  color: #000000;
  transition: all ease-in .3s;
}
.signin-form {
  border-radius: 5px !important;
  border: solid 1px #999999 !important;
  margin-bottom: 15px;
}
.form-control:focus {
  background-color: #ffffff;
  border: solid 1px #E4002B !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.input-group-addon {
  padding: .7rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  border: 0;
  border-radius: .25rem;
  border-left: 0;
  position: absolute;
  z-index: 100;
  right: 0;
}
.form-check-input:focus, .form-check-input:active, .form-check-input:visited {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  outline: none;
  border-color: #E4002B;
}
.form-check-input:checked {
  background-color: #E4002B;
  border-color: #E4002B;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #000000;
  outline: none;
}
.form-check-input {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
  margin-right: .8rem;
  vertical-align: middle;
}
.sign-in-btn {
  width: 100%;
  margin-top: 20px;
  font-size: 1rem !important;
}
.or-sign-in {
  width: 100%;
  border-bottom: solid 1px #E3E1DB;
}
.login-or {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.login-or span {
  background: #ffffff;
  padding: 0 10px;
}
.create-account {
  background-color: #999999;
  color: #ffffff;
}
.create-account {
  background-color: #000000;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 50px;
  border: 0;
  margin-top: 0px;
}
.create-account:hover {
  border: 0;
  background-color: #E4002B;
  color: #ffffff;
}
.input-group-addon-number {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  border: 0;
  border-radius: 0.25rem;
  border-left: 0;
  position: absolute;
  z-index: 100;
  left: 0;
  direction: ltr;
}
.input-phone-nmbr {
  padding-left: 80px !important;
  text-align: left;
  vertical-align: middle;
}
.form-select {
  background-image: url("../../assets/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 11px;
}
.input-group .form-select {
  background-position: right 2.2rem center;
}
.mar-top {
  margin-top: 30px;
  margin-bottom: 20px;
}
.mar-top-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*Sign in & Sign up End*/
/*profile start*/
.btn-light {
  background-color: #000000;
  border-radius: 10px;
  border-color: #000000;
  padding: 10px 0;
  width: calc(33.33% - 10px);
  margin-right: 10px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 1rem;
  padding-top: 20px !important;
}
.btn-light img {
  filter: brightness(100);
}
.btn-light p {
  color: #ffffff;
}
.btn-light:hover {
  border-color: #E4002B;
  background-color: #E4002B;
  border-radius: 10px;
  color: #ffffff;
}
.btn-light:active {
  border-color: #E4002B;
  background-color: #E4002B;
  border-radius: 10px;
  color: #ffffff;
}
.btn-light:focus {
  border-color: #E4002B;
  background-color: #E4002B;
  border-radius: 10px;
  color: #ffffff;
}
.btn-light:hover p {
  color: #ffffff;
}
.btn-light:hover img {
  filter: brightness(100);
}
.btn-light p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.light-btn-box {
  max-width: 100%;
  width: 1000px;
  margin: auto;
}
.btn-light img {
  width: 40px;
}
.border-box {
  border: solid 1px #F8F4F1;
  padding: 20px;
  border-radius: 10px;
}
.profile-circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #E4002B;
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding-top: 17px;
  font-size: 2.5rem;
  margin-bottom: 17px;
}
.loyalty {
  color: #000000;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 18px;
}
.gray-box {
  filter: grayscale(5);
}
.points {
  text-align: center;
  margin-top: 0px;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 40px;
}
.abt-loyalty {
  font-size: 16px;
  color: #E4002B;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 10px;
  text-decoration: underline;
}
.bdr-right {
  border-right: solid 1px #CBCBCB;
}
.black-circle {
  background-color: #E4002B;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  padding-top: 12px;
  float: left;
}
.black-circle img {
  height: 25px;
  filter: brightness(100);
}
.name-box {
  width: 100%;
  padding-left: 50px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.name-box-text {
  width: calc(100% - 60px);
  padding-left: 20px;
  float: left;
}
.name-box-text {
  color: #000000 !important;
}
.name-text {
  color: #000000;
  font-weight: 900;
  font-size: 16px;
}
.bdr-radius {
  border-radius: 10px;
}
.btn-basic {
  background-color: #000000;
  border: solid 1px #000000;
  box-shadow: 0 5px 0px rgb(0 0 0 / 0%);
  color: #ffffff;
}
.btn-basic:hover {
  background-color: #EDECE8;
  border: solid 1px #EDECE8;
}
.profile-bg-btn-box {
  position: relative
}
.profile-bg {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.50);
  position: absolute;
  right: 0;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  text-align: center;
  cursor: pointer;
  transition: all ease-in .3s;
}
.profile-bg:hover {
  background-color: #E4002B;
}
.modal-content {
  border-radius: 0px;
}
.btn-close {
  transition: all ease-in .3s;
}
.modal-header {
  border: 0;
  min-height: 50px;
}
.modal-footer {
  border: 0;
  align-items: center;
  justify-content: center;
}
.pro-bg-btn-box {
  width: 100%;
  height: 150px;
  background-image: url(../../assets/images/pro-bg.jpg);
  background-size: auto 100%;
  border-radius: 10px;
  float: left;
  background-position: center center;
}
.pro-bg-btn {
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.50);
  border-radius: 10px;
  background-image: url("../../assets/images/tick.svg");
  background-repeat: no-repeat;
  float: left;
  background-position: center;
  opacity: 0;
}
.pro-bg-btn:hover {
  opacity: 1;
}
.pro-bg-btn-active {
  opacity: 1;
}
.modal-footer {
  margin-bottom: 20px;
}
.pro-bg {
  background-image: url(../../assets/images/my-profile/MyProfile_Boneless.jpg);
  background-size: cover;
  background-position: center center;
}
.AmFootball {
  background-image: url(../../assets/images/my-profile/MyProfile_AmFootball.jpg);
  background-size: cover;
  background-position: center center;
}
.Boneless {
  background-image: url(../../assets/images/my-profile/MyProfile_Boneless.jpg);
}
.boxing {
  background-image: url(../../assets/images/my-profile/MyProfile_boxing.jpg);
}
.cricket {
  background-image: url(../../assets/images/my-profile/MyProfile_cricket.jpg);
}
.mma {
  background-image: url(../../assets/images/my-profile/MyProfile_MMA.jpg);
}
.Traditional {
  background-image: url(../../assets/images/my-profile/MyProfile_Traditional.jpg);
}
.sports-pro-bg {
  background-image: url("../../assets/images/football-player.jpg");
}
.flavors-pro-bg {
  background-image: url("../../assets/images/flavors-ingredients.jpg");
}
.ingredients-pro-bg {
  background-image: url("../../assets/images/Flavors-Ingredients-3.jpg");
}
.reward-pro-bg {
  background-image: url("../../assets/images/reward.jpg");
}
.trivia-pro-bg {
  background-image: url("../../assets/images/slide-2.jpg");
}
.multiple-pro-bg {
  background-image: url("../../assets/images/Multiple-Seasonings_Spoons.jpg");
}
.wings-pro-bg {
  background-image: url("../../assets/images/slide-1.jpg");
}
.pro-bg-text {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}
.modal-title {
  color: #000000;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
}
.modal-body {
  padding: 0 20px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}
.edit-pro-form {
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #999999 !important;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.edit-pro-form:focus {
  border: 0 !important;
  border-bottom: solid 1px #E4002B !important;
  box-shadow: none !important;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 40px;
}
.pl-30 {
  padding-left: 30px;
}
.border-box lablel {
  margin-bottom: 0;
}
/*Profile end*/
/*signed right menu start*/
.pl-5 {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.profile-pic {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.username-box-text {
  width: calc(100% - 75px);
  padding-left: 15px;
  float: left;
  padding-top: 5px;
}
.username-text {
  color: #000000;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.user-details-txt {
  line-height: 1;
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 0;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.closebtn-right img {
  opacity: 1;
  transition: all ease-in .3s;
  max-width: 18px;
}
.closebtn-right img:hover {
  opacity: 1;
}
.pro-bdr-bottom {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: solid 1px #EDECE8;
}
.menu-txt-right {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}
.menu-txt-box-right {
  padding: 20px;
}
/*signed right menu end*/
/*My address start*/
.address-bg {
  background-image: url("../../assets/images/address-bg.jpg");
  background-size: cover;
  background-position: center;
}
.order-history-bg {
  background-image: url("../../assets/images/order-history-bg.jpg");
  background-size: cover;
  background-position: center;
}
.btn-light img {
  height: 40px;
  width: auto;
}
.address-box {
  background: white;
  padding: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  border: solid 2px #ECECEC;
  position: relative;
  display: flex;
  flex-direction: column;
}
.location-text {
  float: left;
  text-transform: uppercase;
  border-radius: 10px;
  height: 35px;
  color: #ffffff;
  padding: 0 25px;
  font-size: 14px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.text-light-clr {
  color: #000000
}
.right-actn-box {
  position: absolute;
  right: 25px;
  top: 20px;
}
.right-actn-btn {
  float: right;
  margin-left: 15px;
  opacity: 1;
  transition: all ease-in .3s;
}
.right-actn-btn:hover {
  opacity: .7;
}
.right-actn-btn img {
  width: 22px
}
/*My address end*/
/*confirm-loacation	start*/
.search-main-box {
  width: 1000px;
  margin: auto;
  position: absolute;
  top: 50px;
  z-index: 1000;
  left: 50%;
  margin-left: -500px;
  max-width: 100%;
}
.search-location {
  width: calc(100% - 160px);
  float: left;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  background-color: #ffffff;
}
.locate-me {
  float: right;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  font-weight: 500;
  color: #000000;
}
.locate-me:hover {
  background-color: #E4002B;
  color: #000000;
}
.location-icn {
  width: 60px;
  float: left;
  padding-top: 10px;
}
.location-address-text {
  width: calc(100% - 60px);
  height: auto;
  float: left;
  margin-bottom: 30px;
}
.location-address-text p {
  margin-bottom: 5px;
}
.input-group-addon a {
  opacity: 1
}
.input-group-addon a:hover {
  opacity: .7;
}
.address-header {
  border-bottom: solid 1px #EDECE8;
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Knockout', sans-serif;
  margin-bottom: 30px;
}
.btn-outline-warning {
  border: solid 2px #E4002B;
  color: #E4002B;
  padding: 0.6rem 1.7rem;
  padding: 0.5rem 1.2rem;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #E4002B;
  border-color: #E4002B;
}
.btn-outline-warning:active {
  color: #ffffff;
  background-color: #E4002B;
  border-color: #E4002B;
}
.btn-outline-warning:focus {
  color: #ffffff;
  background-color: #E4002B;
  border-color: #E4002B;
}
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #ffffff;
  background-color: #E4002B;
  border-color: #E4002B;
}
/*confirm-loacation	end*/
/*preferences start*/
.preference-sub-text {
  font-size: 15px;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  position: absolute;
  top: 50px;
  width: 100%;
}
.div-heading {
  font-weight: 900;
  color: #000000;
  font-size: 17px;
}
.sub-accord-text {
  margin-bottom: 20px;
  color: #999999;
}
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #51A120;
}
input:focus + .slider {
  box-shadow: 0 0 1px #51A120;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.accord-left-box {
  float: left;
  width: calc(100% - 50px);
}
.accord-left-box-2 {
  float: left;
  width: calc(100% - 120px);
}
.toogle-box-2 {
  width: 120px;
  float: left;
  margin-top: 10px;
}
.toogle-box {
  width: 50px;
  float: left;
  margin-top: 10px;
}
a .div-heading {
  color: #000000;
  transition: all ease-in .3s;
}
a .div-heading:hover {
  color: #E4002B;
}
/*preferences end*/
.btn-outline-warning:focus {
  outline: none;
  box-shadow: none;
}
.tag-btn-div {
  float: left;
  margin-right: 5px;
}
.tag-div-name {
  width: 310px;
  max-width: 100%;
  float: left;
}
/*menu start*/
.menu-bg {
  background-image: url("../../assets/images/menu-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 330px;
}
.menu-category-box {
  border-radius: 0px;
  height: 380px;
  padding: 20px;
  color: #ffffff;
  background-size: 100%;
  transition: all ease-in .3s;
  background-position: bottom center;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.menu-category-box:hover {
  background-size: 120%;
  background-position: bottom center;
}
.wings {
  background-image: url("../../assets/images/menu-categories/Wings.jpg");
}
.burgers {
  background-image: url("../../assets/images/menu-categories/Burgers-Sandwiches.jpg");
}
.wraps {
  background-image: url("../../assets/images/menu-categories/Wraps.jpg");
}
.tenders {
  background-image: url("../../assets/images/menu-categories/Tenders.jpg");
}
.local {
  background-image: url("../../assets/images/menu-categories/Local-Favorites.jpg");
}
.salads {
  background-image: url("../../assets/images/menu-categories/Salads.jpg");
}
.desserts {
  background-image: url("../../assets/images/menu-categories/Desserts.jpg");
}
.kids {
  background-image: url("../../assets/images/menu-categories/kids.jpg");
}
.drinks {
  background-image: url("../../assets/images/menu-categories/drinks.jpg");
}
.go-big {
  background-image: url("../../assets/images/menu-categories/go-big.jpg");
}
.limited-time {
  background-image: url("../../assets/images/menu-categories/limited-offer.jpg");
}
.category-text {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Sanchez Niu';
  margin-bottom: 5px;
  line-height: normal;
  color: #000000;
}
.col-xl-3.col-lg-4.col-sm-6.col-6 .category-text {
  text-shadow: 0px 0px 5px #f7f4f1;
}
.menu-category-box p {
  font-size: 14px;
  text-transform: none;
}
/*menu end*/
/*menu inside page start*/
.menu-back-page-btn {
  margin: 2.5rem 0;
  text-transform: capitalize;
  color: #000000;
  font-size: 1.5rem;
  margin-right: 20px;
  float: left;
  transition: all ease-in .3s;
  font-weight: bold !important;
}
.menu-back-page-btn:hover {
  color: #E4002B;
}
.menu-category-text {
  margin: 2.5rem 0;
  text-transform: capitalize;
  color: #E4002B;
  font-size: 1.5rem;
  padding-right: 30px;
  margin-right: 30px;
  float: left;
  transition: all ease-in .3s;
  font-weight: bold !important;
}
.menu-item-box-div {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}
.menu-item-box-div-img-box {
  width: 100%;
  height: 267px;
  background-image: url("../../assets/images/menu-item-background.jpg");
  background-size: cover;
  background-postion: center;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item-box-div-img-box img {
  max-height: 200px;
  width: 300px;
  max-width: 80%;
}
.menu-item-details-box {
  padding: 1rem 0.5rem;
  width: 100%;
  float: left;
  height: 200px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-name-txt {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 900;
  color: #000000;
  text-transform: capitalize !important;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-item-details-box .menu-name-txt {
  color: #E4002B;
  margin-bottom: 0;
  margin-top: 5px;
}
.menu-item-details-box p {
  margin-bottom: 0;
}
.menu-name-txt a {
  color: #E4002B;
}
.menu-sub-txt-div {
  width: 100%;
  font-size: .9rem;
  text-align: center;
  font-weight: normal;
  color: #595959;
  line-height: normal;
  text-transform: capitalize !important;
  height: auto;
  overflow-y: auto;
}
.price-txt-div {
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Knockout', sans-serif;
  text-transform: uppercase;
}
.fav-btn {
  width: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}
.menu-item-btn {
  float: left;
  margin-right: 0px;
  font-size: 1rem;
  margin-top: 10px;
}
.menu-btn-box-div-main {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.menu-box-background {
  background-image: url(../../assets/images/slide-3.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 0px;
  border-radius: 10px;
  float: left;
  height: 549px
}
.menu-box-background h2 {
  color: #ffffff;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  margin-bottom: 13px;
  margin-top: 0px;
  text-align: left;
  font-size: 1.8rem;
  text-transform: uppercase
}
.menu-box-background p {
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
}
.menu-banner-white-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
.btn-sm {
  padding: 6px 15px;
  font-weight: 900;
  font-size: 14px;
}
.news-letter-bg {
  background-image: url(../../assets/images/news-letter-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  width: 100%;
  padding: 100px 0px;
}
.neswltr-box {
 width: 500px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content: center;
}
.neswltr-box-big {
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-letter-bg h1 {
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  font-family: 'Sanchez Niu';
}
.news-letter-bg p {
  color: #ffffff;
  text-align: center;
  font-size: 1.1rem;
}
.offer-box-background {
  background-image: url(../../assets/images/enjoy.jpg);
  background-size: cover;
  background-position: center right;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  float: left;
  height: 549px
}
.offer-box-background h2 {
  color: #E4002B;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
}
.offer-box-background p {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: normal;
}
@media (max-width:1600px) {
  .menu-sub-txt-div {
    font-size: .8rem;
  }
  .price-txt-div {
    font-size: 1.5rem
  }
}
/*menu inside page end*/
/*Customization page start*/
.location-bx {
  width: 100%;
  float: right;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 18px;
  margin-top: .7rem;
  margin-bottom: .7rem;
}
.location-bx p {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #ffffff !important;
}
.location-heading-text {
  font-size: 1.2rem;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  width: calc(100% - 25px);
  float: left;
  height: auto;
  color: #ffffff;
  margin-bottom: 5px;
}
.white-inside-bx p {
  line-height: 1.2;
  margin-top: 3px;
}
.customization-box-div-img-box {
  width: 100%;
  height: 600px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  text-align: center;
}
.custon-white-box {
  background-color: #ffffff;
  border: solid 0px #ECECEC;
  height: 600px;
  padding: 15px;
  overflow-y: auto;
  border-bottom: 0;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.03);
}
.head-text-div {
  color: #000000;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
  font-size: 1rem;
  float: left;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
}
.sub-head-text-div {
  color: #999999;
  font-weight: 500;
  margin-top: 10px;
  font-size: 1rem;
  float: left;
  width: 100%;
}
.white-item-box {
  float: left;
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}
.white-item-box-img {
  width: 55px;
  float: left;
  height: 80px;
}
.white-item-box-text {
  width: calc(100% - 35px);
  padding-left: 10px;
  padding-right: 5px;
  float: left;
  height: 40px;
  font-family: 'Knockout', sans-serif;
  font-size: .9rem;
  color: #000000;
  line-height: normal;
  border: solid 1px #E4002B;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 0;
}
.form-control {
  border-radius: 10px;
}
.input-group .btn {
  border-radius: 10px;
  margin-left: -10px;
}
.btn-primary:hover {
  border: solid 1px #000000 !important;
}
.btn-primary:hover img {
  filter: brightness(0) invert(1) !important;
}
.btn-primary:focus {
  border: solid 1px #000000 !important;
}
.btn-primary:focus img {
  filter: brightness(0) invert(1) !important;
}
.location-heading-text img {
  width: 25px;
  margin-left: 5px;
}
.location-heading-text a {
  opacity: 1;
  transition: all ease-in .3s;
}
.location-heading-text a:hover {
  opacity: .8;
}
.right-btn-box {
  background-color: #E4002B;
  height: 40px;
  width: 35px;
  float: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all eas-in .3s;
}
.right-btn-box:hover {
  background-color: #E4002B;
}
.right-btn-box img {
  width: 15px;
}
.ml-2 {
  margin-left: 15px;
}
.aligner-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left !important;
}
.small-sub-text {
  color: #999999;
  font-size: 12px;
  width: 100%;
}
.customize-main-box-div {
  height: 600px;
  padding: 20px;
  overflow-y: auto;
  border: solid 0px #ECECEC;
  border-bottom: 0;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.03);
}
.customize-head {
  font-family: 'Knockout', sans-serif;
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0;
}
.item-name-div-box {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
}
.customization-color-gray {
  color: #000000;
  font-weight: 500;
  font-size: 17px !important;
  margin-top: 20px;
}
.price-main-box {
  float: right;
  color: #E4002B;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 10px;
  font-family: 'Knockout', sans-serif;
}
/*range css start*/
.range-box-div {
  width: 82%;
  margin: 30px auto;
}
.styled_range {
  position: relative;
  padding: 10px;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 204, 61, 1) 25%, rgba(206, 116, 51, 1) 50%, rgba(191, 80, 47, 1) 75%, rgba(148, 43, 43, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
}
.track_range {
  pointer-events: none;
}
.track_range::-webkit-slider-runnable-track {
  background: #D0D0D0;
  border-radius: 6px;
  overflow: hidden;
}
.thumb_range::-webkit-slider-runnable-track {
  background: transparent;
  cursor: pointer;
}
.thumb_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 3px solid #BE0000;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  cursor: pointer;
  margin: -12px 0px 0px 0px;
  background-image: url("../../assets/images/All.svg?v=3");
  background-repeat: no-repeat;
  background-position: center;
}
.thumb_range.active-wild::-webkit-slider-thumb {
  background-image: url("../../assets/images/wild.svg?v=3");
  border: 3px solid #942B2B;
}
.thumb_range.active-hot::-webkit-slider-thumb {
  background-image: url("../../assets/images/hot.svg?v=3");
  border: 3px solid #BF502F;
}
.thumb_range.active-medium::-webkit-slider-thumb {
  background-image: url("../../assets/images/medium.svg?v=3");
  border: 3px solid #CE7433;
}
.thumb_range.active-mild::-webkit-slider-thumb {
  background-image: url("../../assets/images/mild.svg?v=3");
  border: 3px solid #F4CC3D;
}
.range-points-main-box {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: table;
}
.range-points-main-box-div {
  display: table-cell;
}
.range-points-div {
  width: 80px;
  height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  color: #E4002B;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  /* float: left; */
  border-radius: 8px;
  font-weight: 900;
  position: relative;
  margin: auto;
  background-color: #ffffff;
}
.range-points-div span {
  position: absolute;
  bottom: -14px;
  left: 40%;
  color: #fff;
}
.range-points-div span svg {
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .2));
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .2));
  /* Similar syntax to box-shadow */
}
.active-all {
  background-color: #ffffff;
  color: #E4002B;
}
.active-all span {
  color: #ffffff;
}
.active-mild {
  background-color: #F4CC3D;
  color: #000000;
}
.active-mild span {
  color: #F4CC3D;
}
.active-medium {
  background-color: #CE7433;
  color: #ffffff;
}
.active-medium span {
  color: #CE7433;
}
.active-hot {
  background-color: #BF502F;
  color: #ffffff;
}
.active-hot span {
  color: #BF502F;
}
.active-wild {
  background-color: #942B2B;
  color: #ffffff;
}
.active-wild span {
  color: #942B2B;
}
/*range css end*/
.white-item-box-big {
  float: left;
  margin-bottom: 10px;
  border-radius: 4px;
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
  margin-top: 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all ease-in .3s;
  border: solid 2px #000000;
  padding: 0px;
  width: 100%;
}
.white-item-box-big:hover {
  background-color: #000000;
}
.white-item-box-big.disabled {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background-color: #EDECE8;
  cursor: pointer;
  transition: all ease-in .3s;
  opacity: .5;
}
.white-item-box-img-big {
  width: 100%;
  float: left;
  min-height: 100px;
}
.white-item-box-text-big {
  width: 100%;
  float: left;
  height: auto;
  font-family: 'Knockout', sans-serif;
  font-size: 1rem;
  color: #000000;
  line-height: normal;
  padding-right: 0px;
  text-align: center;
}
.white-item-box-text-big p {
  font-family: 'Knockout', sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0px;
}
.right-btn-box-big {
  background-color: rgba(255, 255, 255, .50);
  height: 40px;
  width: 40px;
  float: right;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all eas-in .3s;
  color: #000000;
  font-size: 24px;
  opacity: 0;
}
.active-box {
  background-color: #ECECEC;
}
.active-box:hover {
  background-color: #ECECEC;
}
.active-box .right-btn-box-big {
  opacity: 1;
}
.variety-active-box {
  background-color: #ffffff;
}
.variety-active-box:hover {
  background-color: #ffffff;
}
.mid-bx-small:hover {
  color: #ffffff;
}
.mid-bx-small:hover p {
  color: #ffffff;
}
.variety-active-box:hover .mid-bx-small {
  color: #ffffff;
}
.variety-active-box .mid-bx-small {
  color: #ffffff;
}
.variety-active-box:hover .mid-bx-small p {
  color: #ffffff;
}
.variety-active-box .mid-bx-small p {
  color: #ffffff;
}
.variety:hover .mid-bx-small p {
  color: #ffffff;
}
.variety-active-box .right-btn-box-big {
  opacity: 1;
  height: 130px;
  background-color: #000000;
  color: #ffffff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
}
.right-btn-main-box-div {
  min-width: 100px;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.right-btn-top-box {
  background-color: #000000 !important;
  height: 30px;
  width: 30px;
  line-height: 1;
  float: right;
  border-radius: 30px;
  transition: all eas-in .3s;
  color: #ffffff !important;
  font-size: 24px;
  border: 0;
}
.right-btn-top-box:hover {
  background-color: #E4002B !important;
  color: #ffffff;
}
.right-btn-bottom-box {
  background-color: #000 !important;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  line-height: 1;
  float: right;
  /* border-bottom-right-radius: 7px; */
  transition: all eas-in .3s;
  color: #ffffff !important;
  font-size: 24px;
  border: 0;
  border-right: 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-btn-bottom-box:hover {
  background-color: #E4002B !important;
  color: #ffffff;
}
.res-location-det {
  min-height: 40px;
}
.pos-sticky {
  position: sticky;
  top: 140px;
  z-index: 1029;
}
.right-btn-txt-box {
  height: 30px;
  min-width: 30px;
  line-height: 1;
  color: #E4002B;
  font-size: 18px;
  font-family: 'Blankenhorn LL Script', sans-serif;
  font-weight: 900;
  float: right;
  text-align: center;
  border: 0;
  background-color: transparent;
  border-right: 0;
  padding-left: 0;
  flex-grow: 1;
}
.customi-sub-text {
  font-size: 15px;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 7px;
  width: 100%;
}
.border-rad {
  border-radius: 5px !important;
}
@media (min-width:1800px) {
  .customization-box-div-img-box {
    height: 850px;
  }
  .custon-white-box {
    height: 850px;
  }
  .customize-main-box-div {
    height: 850px;
  }
}
/*Customization page end*/
/*confirm location start*/
.confirm-location-left-icn {
  font-size: 18px;
  color: #51A120;
  font-weight: bold;
}
.confirm-location-right-text {
  color: #E4002B;
  font-weight: 500;
  font-size: 14px;
}
.padding-loc {
  padding-left: 40px;
  padding-right: 75px;
  font-size: 15px;
}
/*confirm location end*/
/*language btn start*/
.lang-btn-bx {
  width: 90px;
  text-align: right;
  float: right;
  margin-top: 2px;
}
/*language btn end*/
.dropdown-menu-header {
  padding: .75rem;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #dee6ed;
}
#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 9009;
  /* makes sure it stays on top */
}
#status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -75px 0 0 -75px;
  /* is width and height divided by two */
}
.white-first-item-box {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: solid 2px #ECECEC;
  margin-top: 10px;
  padding: 20px;
  background-color: #ffffff;
  transition: all ease-in .3s;
  color: #000000;
  background-position: left -10px center;
  cursor: pointer;
}
.white-first-item-box:hover {
  background-color: #ECECEC;
  color: #000000;
  background-image: url("../../assets/images/tick-brown.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left 20px center;
}
.item-selected-style {
  background-color: #ECECEC;
  color: #000000;
  background-image: url("../../assets/images/tick-brown.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left 20px center;
}
.white-first-item-box:hover p {
  color: #000000;
}
.item-selected-style p {
  color: #000000 !important;
}
.white-item-box-first-text {
  font-family: 'Knockout', sans-serif;
  font-size: 1rem;
  line-height: normal;
}
.white-first-item-box p {
  font-size: .8rem;
  font-weight: bold !important;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
}
.fis-box {
  height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.bg-white-over {
  background-color: #ffffff !important;
}
/* Checkout - Order Method page */
.top-heading {
  background: #EDECE8;
  margin-bottom: 0;
}
.top-heading ul {
  list-style: none;
}
.top-heading li {
  font-size: 1.750em;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.top-heading li:after {
  content: "";
  background: #999;
  width: 1px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top-heading li.back:after, .top-heading li:last-child:after {
  display: none;
}
.top-heading li.back img {
  width: 24px;
}
.check-out .product-image img {
  max-width: 100%;
}
.check-out .col-md-7 {
  background: #fff;
  min-height: 500px;
}
.choose-form .form-items {
  justify-content: space-between;
  flex-wrap: wrap;
}
.choose-form .form-item {
  flex-basis: 48%;
}
.choose-form [type="radio"]:checked, .choose-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.choose-form [type="radio"]:checked + label, .choose-form [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  line-height: 56px;
  display: inline-block;
  color: #000000;
  font-size: 1.125em;
  padding: 0 15px;
}
.choose-form [type="radio"]:checked + label:before, .choose-form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  border: 1px solid #E3E1DB;
  border-radius: 5px;
}
.choose-form [type="radio"]:checked + label:after, .choose-form [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../assets/images/tick-brown.svg) no-repeat 30px center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #E4002B;
  border-radius: 5px;
}
.choose-form [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.choose-form [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.check-out .title h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.check-out .title p {
  font-size: 1.125em;
  color: #999999;
}
.check-out .btn-primary {
  display: block;
}
/* Pop Up */
#SchedulePickup .modal-title {
  font-size: 24px;
}
/* Checkout - Order Method page end */
/* Select Store */
.select-store {
  padding: 0;
}
.select-store .col-md-12 > div {
  border: solid 2px #ECECEC;
  border-radius: 10px;
  padding: 20px;
  transition: all ease-in .3s;
  cursor: pointer;
}
.select-store .col-md-12 h2 {
  background: url(../../assets/images/location.svg) no-repeat 0 center/16px auto;
  padding-left: 22px;
  font-family: 'Knockout', sans-serif;
  text-transform: uppercase;
  font-size: 1.188em;
  font-weight: 700;
  color: #E4002B;
}
.select-store .actions a.btn {
  font-size: 12px;
  font-family: 'Knockout', sans-serif;
  padding: 0.5rem 1.2rem;
  font-weight: 700;
  width: auto;
}
.select-store .actions a.tel {
  padding: 0.35rem 1rem;
  border: 2px solid #E4002B;
  width: auto;
  font-weight: bold;
  font-size: 14px;
}
/* Pop Up */
.modal-dialog.proceed-approval .modal-body, .modal-dialog.proceed-approval .modal-footer, #SchedulePickup .modal-footer {
  padding: 0 120px;
}
.modal-content {
  border: none;
}
#ProceedApproval .modal-header {
  text-align: right;
  display: block;
}
#ProceedApproval p {
  font-size: 1.375em;
}
.modal-header .close {
  border: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 15px;
}
.modal-header .close:focus {
  outline: none;
}
.modal-dialog {
  max-width: 600px;
}
.schedule [type="radio"]:checked + label, .schedule [type="radio"]:not(:checked) + label {
  line-height: 48px;
}
.schedule [type="radio"]:checked + label:before, .schedule [type="radio"]:not(:checked) + label:before {
  height: 48px;
}
.schedule [type="radio"]:checked + label:after, .schedule [type="radio"]:not(:checked) + label:after {
  background-position: 95% center;
}
.schedule .field-label {
  color: #000000;
  margin-bottom: 5px;
}
.schedule .form-item {
  margin-bottom: 25px;
}
.schedule .form-item input:focus {
  outline: none;
}
.schedule .form-item input[type="date"]::-webkit-calendar-picker-indicator, .schedule .form-item input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0.4;
  filter: invert(0.4);
}
/* Select Store end */
/* Multi Step Progrees bar */
.multi-steps {
  background: #EDECE8;
  padding: 40px 0;
}
.multi-steps .bs-wizard {}
.multi-steps .bs-wizard-step {
  position: relative;
  text-align: center;
}
.multi-steps .progress {
  background: #fff;
  height: 4px;
  border-radius: 0;
  position: absolute;
  top: 19px;
  width: 100%;
  left: 50%;
}
.multi-steps a.bs-wizard-dot {
  background: #fff;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  color: #999999;
  border-radius: 50px;
  line-height: 42px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.multi-steps .bs-wizard-stepnum {
  font-weight: 500;
  color: #000000;
  margin-top: 3px;
}
.multi-steps a.bs-wizard-link {
  color: #000000;
  text-decoration: none;
}
.multi-steps .active a.bs-wizard-dot, .multi-steps .active .progress {
  background: #51A120;
  color: #fff;
}
/* Multi Step Progrees bar end */
/* Multi Step Checkout Right sidebar */
.sidebar .list-group-item {
  border: none;
}
.promo-code {
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0;
}
.promo-code input[type="checkbox"] {
  height: 18px;
  width: 18px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.sidebar .list-group-item.grand-total {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0 0px;
}
.grand-total h6 {
  font-size: inherit;
  font-weight: inherit;
}
.grand-total span {
  color: #E4002B;
}
.sidebar .text-box textarea {
  border: 1px solid #ddd;
  padding: 10px;
  color: #999999;
  font-weight: 500;
  border-radius: 5px;
}
.how-delivery {
  font-weight: 500;
}
.white-inside-bx p {
  font-size: 13px;
}
.sidebar .actions {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .actions button {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.sidebar .actions .btn-primary {
  background: #E4002B;
  font-size: 18px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  height: 54px;
  color: #000000;
}
.sidebar .actions .btn-primary:hover {
  background: #ffd234;
}
/* Multi Step Checkout Right sidebar end */
/* Confirm Order Popup */
.confirm-order p {
  font-weight: 900;
}
.confirm-order .order-details {
  border: solid 1px #F8F4F1;
  background-color: #F8F4F1;
  max-width: 100%;
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  margin: 20px auto;
}
.confirm-order .order-id-label {
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.confirm-order .order-id {
  text-transform: uppercase;
  color: #E4002B;
  margin: 0;
  font-size: 1.500em;
  font-weight: 900;
}
.confirm-order .modal-footer {
  padding-left: 96px;
  padding-right: 96px;
}
.confirm-order .modal-footer .btn {
  width: 100%;
  font-family: 'Knockout', sans-serif;
  font-size: 1.125em;
}
/* Confirm Order Popup end */
/* Order Summary */
.ordersummary h2.title {
  font-size: 1.500em;
  font-family: 'Knockout', sans-serif;
}
.ordersummary .address .col-lg-6 > div {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}
.ordersummary .address .col-lg-6.selected > div {
  background: #000000;
  color: #fff;
}
.ordersummary .address h4 {
  font-size: 1.125em;
  color: #E4002B;
}
.ordersummary .address h4 a {
  background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
  width: 18px;
  height: 6px;
  display: inline-block;
  float: right;
}
.ordersummary .address .selected h4 a {
  background: url(../../assets/images/dot-menu.svg) no-repeat;
}
.ordersummary .address a.add {
  font-size: 1.125em;
  font-weight: 900;
}
.payment-methrod .col-lg-6 > div {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  border-radius: 10px;
  height: 100%;
}
.payment-methrod .col-lg-6 > div a {
  display: block;
  font-weight: 700;
  font-family: 'Knockout', sans-serif;
  text-transform: none;
  font-size: 1.125em;
  height: 100%;
}
.payment-methrod .col-lg-6 > div a.btn-secondary {
  background: #fffffff;
  color: #E4002B;
  border-color: #E4002B
}
.payment-methrod .col-lg-6 > div a.btn-secondary:hover {
  border: 1px solid #E4002B;
  background: #E4002B;
  color: #ffffff;
}
.terms p {
  font-size: 1.1em;
}
.terms p a {
  text-decoration: underline;
  font-weight: 900;
}
.terms .btn {
  display: block;
  font-family: 'Knockout', sans-serif;
  font-size: 1.125em;
}
/* Order Summary end */
/* My Order History */
.cart-items {
  box-shadow: none;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 30px;
  border: solid 2px #ECECEC;
  position: relative;
  align-items: stretch;
}
.cart-items .product-image {
  width: 280px;
  text-align: center;
  display: flex;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cart-items .product-image img {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cart-items .product-details {
  flex: 1;
  padding: 20px;
}
.order-history h2.title {
  color: #000000;
  font-size: 1.750em;
  font-weight: bold;
}
.order-history p.status {
  color: #E4002B;
  text-transform: uppercase;
  font-weight: 900;
}
.order-history .title-rate a {
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  right: 10px;
  top: 10px;
}
.order-history .title-rate a img {
  width: 22px;
  margin-left: 10px;
}
.order-history .track {
  flex-wrap: wrap;
  box-shadow: none;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.order-history h2.title {
  color: #000000;
  font-size: 1.750em;
  font-weight: bold;
}
.order-history p.status {
  color: #E4002B;
  text-transform: uppercase;
  font-weight: 900;
}
.order-history .title-rate a {
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  right: 10px;
  top: 10px;
}
.order-history .title-rate a img {
  width: 22px;
  margin-left: 10px;
}
.order-history .track {
  flex-wrap: wrap;
  gap: 5px;
}
.order-history .track .cta a.btn-secondary {
  background: #000000;
  color: #fff;
}
.order-history .track .cta a.btn-secondary:hover {
  background: #fff;
  color: #000;
}
/*.order-history .rate a {
  text-transform: none;
  background: #fff;
  border: none;
  color: #E4002B;
  padding: 0.7rem 1rem;
}*/
.order-history .rate a.custom {
  border: 1px solid #E3E1DB;
  color: #999999;
}
.order-history .rate a img {
  margin-right: 3px;
}
.order-history .track .cta a.btn-secondary {
  margin-left: 10px;
}
.modal-header h2 {
  font-size: 1.3em;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #E4002B;
}
.custom-label p {
  font-weight: 900;
  color: #999999;
}
.custom-label [type="text"] {
  border: 1px solid #E3E1DB;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
  max-width: 320px;
}
.custom-label .btn {
  width: 100%;
  max-width: 320px;
  font-size: 1.125em;
  font-family: 'Knockout', sans-serif;
}
.popup-btn {
  width: auto !important;
}
/* My Order History end */
/* Track Order */
.track-bg {
  background: #251E1D url(../../assets/images/track-order.jpg) no-repeat center/cover;
}
.order-track, .order-track-details, .order-delivery-details {
  box-shadow: none;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
  border: solid 2px #ECECEC;
}
.order-track .orderId {
  color: #E4002B;
  font-size: 1.5em;
  font-weight: normal;
}
.order-track .product-details {
  flex: 1;
  padding: 20px;
}
.order-track .h4, h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #E4002B;
}
.itemsnbr {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.order-track .h4, h4 span {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
}
.light-gray-color {
  color: #999999 !important;
}
.order-track .product-details .date-time {
  color: #999999;
  font-size: 1em;
  font-weight: normal;
}
.order-track .product-details .status {
  font-size: 1.250em;
  font-weight: 900;
}
.track-progress h4 {
  font-size: 1em;
  color: #BBBBBB;
  font-weight: normal;
}
.track-progress .progress-bar {
  background: #EDECE8;
  height: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.track-progress .completed .progress-bar {
  background: #000000;
}
.track-progress .completed h4 {
  color: #000000;
  font-weight: normal;
}
.track-progress .row > div:first-child .progress-bar {
  border-radius: 5px 0 0 5px;
}
.track-progress .row > div:last-child .progress-bar {
  border-radius: 0 5px 5px 0;
}
.order-track-details h2 {
  color: #E4002B;
  font-size: 1.3em;
  font-weight: normal;
  text-transform: uppercase;
}
.order-track-details .products-thumb img {
  max-width: 80px;
  margin-right: 20px;
  height: auto;
}
.order-track-details .products-thumb span {
  font-weight: 900;
}
.products-thumb .order small {
  font-size: 1em;
}
.order-track-details li {
  margin-bottom: 0;
  padding: 5px 0;
  border: 0;
}
.order-track-details li.total {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  font-weight: 900;
  font-size: 1.125em;
  margin-top: 15px;
  margin-bottom: 0;
}
.order-track-details li.total h6, .order-track-details li.total span {
  font-weight: inherit;
  font-size: inherit;
}
.order-track-details li.total span {
  color: #E4002B;
  font-weight: 700;
  font-size: 1.125em;
}
.order-delivery-details h3.block-title {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
  color: #e4002b;
  text-transform: uppercase;
}
.order-delivery-details h3.time {
  color: #E4002B;
  font-weight: 900;
  font-size: 1.3em;
}
.order-delivery-details .image-icon {
  margin-right: 15px;
  flex-basis: 50px;
  text-align: center;
}
.order-delivery-details p {
  font-weight: normal;
  font-size: .9rem;
  color: #666666;
}
.order-delivery-details .content {
  flex: 1;
}
.order-track .product-image {
  text-align: center;
  width: 275px;
  height: auto;
  padding: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.order-track-details .product-image {
  width: 100%;
  border-radius: 7px;
  height: auto;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.order-track-details .product-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.order-track-details .product-image .order {
  margin-top: -5px;
}
.order-track .product-image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
/* Track Order end */
.cart-bg {
  background: url("../../assets/images/cart.jpg") no-repeat center/cover;
}
/* Order Details */
.order-details-bg {
  background: url(../../assets/images/order-details-banner.jpg) no-repeat center/cover;
}
.order-track.placed .cta a img {
  height: 17px;
  margin-right: 5px;
}
.order-track.placed .cta a {
  font-weight: bold;
  margin-right: 5px;
}
.order-track.placed .cta a.btn-secondary {
  background: #EDECE8;
  color: #000000;
  border: none;
}
.order-delivery-details .home-ofc {
  color: #000;
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 0;
}
.order-delivery-details.placed {
  height: auto;
  background: #ffffff;
  border: 0;
  border: solid 2px #000;
}
.contact-cta {}
.contact-cta a {
  width: 100%;
}
/* Order Details end */
/* Cart Page */
.cart-items .product-details {
  width: 75%;
}
.product-name {
  justify-content: space-between;
}
.product-name h4 {
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  color: #E4002B;
}
.modify a {
  margin-left: 5px;
  background-image: url(../../assets/images/icons.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.modify a.delete {
  background-position: 0 2px;
  background-image: none;
}
.modify a.edit {
  background-position: 5px -62px;
  background-image: none;
  margin-left: 10px;
}
.modify a.edit:hover {
  border-radius: 100px;
}
.modify a.delete:hover {
  border-radius: 100px;
}
.product-description {
  color: #000000;
  font-size: 14px;
  height: 87px;
  overflow: auto;
}
.product-price {
  justify-content: space-between;
}
.price {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
}
.order-track .price {
  color: #E4002B;
  font-weight: 700;
  font-size: 18px;
}
.count button {
  background: #E4002B;
  border: none;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  /* line-height: 20px; */
  border-radius: 10px;
  padding: 0;
  margin: 0;
  transition: all ease-in .3s;
}
.count button:hover {
  background: #E4002B;
}
.count input[type="text"] {
  background: #fff;
  border: solid 1px #ffffff;
  height: 30px;
  /* line-height: 40px; */
  outline: none;
  padding: 0 5px;
  width: 33px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.location {
  background: #EDECE8;
  border-radius: 5px;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.location .place {
  position: relative;
  padding-left: 40px;
}
.location .place:before {
  background: url(../../assets/images/icons.png) no-repeat 0 -126px;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.location h5 {
  font-family: 'Knockout', sans-serif;
  font-size: 20px;
  margin: 0;
  color: #000000;
}
.location p {
  color: #595959;
  margin: 0;
}
.location a.edit {
  background: url(../../assets/images/icons.png) no-repeat 0 -193px;
  width: 44px;
  height: 44px;
}
/* Right Sidebar */
.sidebar {
  border: 0;
  border-radius: 10px;
  background: #F8F4F1;
  padding-bottom: 1px;
}
.sidebar h4.heading {
  font-family: 'Knockout', sans-serif;
  border-bottom: 0;
  padding: 20px 15px;
  color: #333;
  margin-bottom: 0;
}
.sidebar .list-group-item {
  border: none;
}
.promo-code input[type="checkbox"] {
  height: 18px;
  width: 18px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.grand-total h6 {
  font-size: inherit;
  font-weight: inherit;
}
.grand-total span {
  color: #E4002B;
}
.sidebar .text-box textarea {
  border: 1px solid #ddd;
  padding: 10px;
  color: #999999;
  font-weight: 500;
  border-radius: 5px;
}
.how-delivery {
  font-weight: 500;
}
.sidebar .actions {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .actions button {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.sidebar .actions .btn-secondary {
  color: #E4002B;
  background: #fff;
  line-height: 40px;
  border: 1px solid #E3E1DB;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.sidebar .actions .btn-secondary:hover {
  border-color: #ccc;
}
.sidebar .actions .btn-primary {
  background: #E4002B;
  font-size: 18px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  height: 54px;
  color: #000000;
}
.sidebar .actions .btn-primary:hover {
  background: #ffd234;
}
/* Cart Page end */
/*custom select for Country and Languages  start*/
#country .dd-select .dd-pointer-down, #language .dd-select .dd-pointer-down {
  border-top: solid 5px #fff;
}
#country .dd-select .dd-pointer-up, #language .dd-select .dd-pointer-up {
  border-bottom: solid 5px #fbfbfb !important
}
#country .dd-select {
  max-width: 86px;
  background: transparent !important;
  border: transparent;
  margin-top: 5px;
}
#language .dd-select {
  max-width: 84px;
  background: transparent !important;
  border: transparent;
}
#country .dd-option-image, #country .dd-selected-image {
  max-width: 24px;
  height: 24px;
  margin-right: 0px;
}
#country .dd-selected, #language .dd-selected {
  padding: 5.9px 0;
}
#country .dd-option-text, #country .dd-selected-text, #language .dd-option-text, #language .dd-selected-text {
  line-height: 0 !important;
  color: white;
  font-weight: normal;
  margin-left: 7px;
}
#country .dd-option:hover, #language .dd-option {
  background-color: rgba(255, 255, 255, .15);
}
#country .dd-option, #language .dd-option {
  border-bottom: none;
  font-size: 14px;
  padding: 4.5px 15px;
}
#country .dd-option-selected, #language .dd-option-selected {
  background: transparent;
}
#country .dd-options, #language .dd-options {
  width: 158px !important;
  border: solid 1px #343a40;
  box-shadow: 0px 1px 5px #343a40;
  background: #343a40;
  border-radius: 5px;
  border-bottom: none;
}
#language .dd-options {
  right: -10px;
}
#language {
  float: right;
  margin-left: 10px;
  max-width: 73px;
  margin-top: 4px;
}
/*custom select for Country and Languages  End*/
/*custom select for Country and Languages  start in communication prefernces */
#country_cp .dd-select .dd-pointer-down, #language_cp .dd-select .dd-pointer-down {
  border-top: solid 5px #fff;
}
#country_cp .dd-select .dd-pointer-up, #language_cp .dd-select .dd-pointer-up {
  border-bottom: solid 5px #fbfbfb !important
}
#country_cp .dd-select {
  max-width: 86px;
  background: transparent !important;
  border: transparent;
}
#language_cp .dd-select {
  max-width: 84px;
  background: transparent !important;
  border: transparent;
}
#country_cp .dd-option-image, #country_cp .dd-selected-image {
  max-width: 24px;
  height: 24px;
  margin-right: 0px;
}
#country_cp .dd-selected, #language_cp .dd-selected {
  padding: 5.9px 0;
}
#country_cp .dd-option-text, #country_cp .dd-selected-text, #language_cp .dd-option-text, #language_cp .dd-selected-text {
  line-height: 0 !important;
  color: white;
  font-weight: normal;
  margin-left: 4px;
}
#country_cp .dd-option:hover, #language_cp .dd-option {
  background-color: rgba(255, 255, 255, .15);
}
#country_cp .dd-option, #language_cp .dd-option {
  border-bottom: none;
  font-size: 14px;
  padding: 4.5px 15px;
}
#country_cp .dd-option-selected, #language_cp .dd-option-selected {
  background: transparent;
}
#country_cp .dd-options, #language_cp .dd-options {
  width: 158px !important;
  border: solid 1px #343a40;
  box-shadow: 0px 1px 5px #343a40;
  background: #343a40;
  border-radius: 5px;
  border-bottom: none;
}
#language_cp .dd-options {
  right: -10px;
}
#language_cp {
  float: right;
  margin-left: 25px;
  max-width: 73px;
}
/*custom select for Country and Languages  End*/
/*select-restaurant start*/
.select-store .title p {
  font-size: 1.125em;
  color: #999999;
  text-transform: capitalize !important;
}
.btn-primary.white-image img:hover {
  filter: brightness(100)
}
.yellow-btn {
  background-color: #E4002B;
  border-color: #E4002B;
}
.yellow-btn:hover {
  background-color: #E4002B;
  border-color: #E4002B;
  color: #ffffff;
}
.yellow-btn:focus {
  background-color: #E4002B;
  border-color: #E4002B;
  color: #ffffff;
}
.yellow-btn:hover img {
  filter: brightness(100);
}
.search-res-box {
  margin: auto;
  width: 400px;
  max-width: 100%;
}
.my-address-btn {
  color: #000000;
  text-decoration: underline;
  font-weight: 900;
  text-align: center;
  margin-top: 30px;
  float: left;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.dot-buttons {
  background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
  width: 18px;
  height: 6px;
  display: inline-block;
  float: right;
  border: 0;
  background-color: transparent;
}
.address .selected > div {
  background: #000000 !important;
  color: #fff !important;
}
.address .selected .dot-buttons {
  background: url(../../assets/images/dot-menu.svg) no-repeat;
  border: 0 !important;
  background-color: transparent !important;
}
.select-store .col-md-12 > div:hover {
  border-color: #E4002B;
}
.change-btn {
  background-color: rgb(255, 255, 255);
  font-size: 11px;
  color: rgb(148, 96, 55);
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
  float: left;
  margin-top: 10px;
  font-weight: 700;
}
.change-btn:hover {
  background-color: #E4002B;
  color: #ffffff;
}
.white-bx-schedule {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  float: right;
  width: 100%;
}
.white-inside-bx {
  width: 100%;
  float: left;
  padding: 5px;
  padding-bottom: 10px;
  text-align: center;
  height: auto;
  min-height: 50px;
}
.white-inside-btn {
  width: 100%;
  float: left;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  color: #E4002B;
}
.pick-up-text {
  font-weight: 700;
  color: #E4002B;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.chnage-dvry-mthd {
  background-color: #E4002B;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 3px;
  padding-bottom: 4px;
  font-size: 13px;
  transition: all ease-in .3s;
}
.chnage-dvry-mthd:hover {
  background-color: #E4002B;
  color: #212529;
}
@media (min-width:1440px) {
  .customize-main-box-div p {
    font-size: 14px;
  }
}
/*select-restaurant end*/
/* About the Loyalty */
.loyalty-slide {
  background: url("../../assets/images/loyalty-bg.jpg");
  background-size: cover;
  background-position: top center;
}
.banner-caption {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-caption .inner {
  max-width: 50%;
}
.banner-caption h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
}
.loyalty-slide .carousel-caption {
  min-width: 40%
}
.banner-caption p {
  color: #fff;
  font-size: 1em;
}
.banner-caption p a {
  margin: 5px 10px 5px 0;
}
.banner-caption .btn-secondary {
  background: #fff;
  color: #222;
}
.title-primary h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
  font-size: 2.3em;
  color: #000000;
  margin: 0;
}
.title-primary p {
  color: #999999;
  font-size: 1em;
}
.loyalty-favorite .menu-category-box {
  height: 353px;
  margin-bottom: 20px;
}
.title-secondary h3 {
  font-size: 2em;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title-secondary p {
  color: #999999;
  font-weight: 500;
  font-size: 1em;
}
.steps-circle {
  background: #FFC700;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  font-weight: 700;
  line-height: 45px;
  font-size: 1.563em;
  border: 3px solid #000000;
  margin-right: 20px;
}
.how-join > div {
  padding: 30px 0;
}
.how-join h4 {
  color: #E4002B;
  font-weight: 700;
  font-size: 1.6em;
  text-transform: uppercase;
}
.how-join p {
  margin: 0;
  color: #000;
  line-height: normal;
}
.steps-details {
  flex: 1;
}
.points-system .row {
  border-bottom: 1px solid #EDECE8;
  align-items: center;
}
.points-system .row:last-child {
  border: none;
  padding-bottom: 0;
}
.points-system h3.points {
  font-family: 'Knockout', sans-serif;
  font-size: 1.563em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.points-system h3.points span {
  margin-right: 15px;
}
.points-system h3.title {
  font-size: 1.563em;
  font-weight: 700;
  text-transform: uppercase;
}
.points-system p {
  margin: 0;
  color: #999999;
  font-size: 1em;
  margin-bottom: 20px;
}
.tier .image img {
  max-width: 100%;
}
.tier .row h3 {
  color: #000000;
  font-size: 1.563em;
  font-weight: 900;
  font-family: 'Knockout', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}
.tier .row p {
  color: #999999;
  font-weight: 500;
  font-size: 1em;
  margin: 0;
}
.item-box-50 {
  width: 525px;
  float: left;
  margin-right: 20px;
}
.item-box-50 .box-background {
  width: 100%;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points-tag {
  background: #E4002B;
  position: absolute;
  left: 0;
  color: #ffffff;
  top: 20px;
  text-transform: uppercase;
  border-radius: 0 10px 10px 0;
  font-weight: 900;
  padding: 10px 20px 10px 20px;
}
.item-box-50 .content h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1.8em;
  text-transform: capitalize;
}
.item-box-50 .content p {}
.points50 {
  background: url("../../assets/images/Promo-1.jpg") no-repeat center/cover;
}
.points100 {
  background: url("../../assets/images/promo-2.jpg") no-repeat center/cover;
}
.points100_2 {
  background: url("../../assets/images/promo-3.jpg") no-repeat center/cover;
}
/* About the Loyalty end */
/* My Loyalty */
.loyalty-bg {
  background-image: url(../../assets/images/loyalty-banner.jpg);
  background-size: cover;
  background-position: center;
}
.tier-img {
  width: 100%;
  height: auto;
  z-index: 1;
  float: left;
}
.tier-div-img {
  float: left;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.tier-main-box {
  width: 100%;
  height: auto;
  position: relative;
}
.tier-points {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  position: absolute;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tier-points h2.heading {
  color: #fff;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  text-align: right;
}
.points-details {
  position: absolute;
  bottom: 30px;
}
.points-details h2 {
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  color: #ffffff;
  margin: 0;
}
.points-box {
  border-radius: 10px;
  border: solid 2px #ECECEC;
}
.points-box h3 {
  color: #E4002B;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
}
.loyalty-cta a {
  display: block;
  margin: 10px 0 0;
}
.loyalty-cta a.btn-secondary {
  background: #EDECE8;
  color: #000;
}
.nav-tabs {
  border: none;
  border: 0;
}
.nav-tabs li {
  margin-right: 10px;
}
.nav-tabs li a {
  background: #EDECE8;
  color: #000000;
  display: inline-block;
  padding: 10px 60px;
  font-weight: 900;
  font-size: 1em;
  border-radius: 5px;
}
.nav-tabs li.active a {
  background: #E4002B;
}
.reward-tab .item-box-50 {
  width: 50%;
  margin-right: 0;
}
.reward-tab .item-box-50 .box-background {
  margin-bottom: 30px;
}
.points1500 {
  background: url("../../assets/images/promo-4.jpg") no-repeat center/cover;
}
.points2000 {
  background: url("../../assets/images/promo-5.jpg") no-repeat center/cover;
}
.points2500 {
  background: url("../../assets/images/promo-6.jpg") no-repeat center/cover;
}
/* My Loyalty end */
/* Daily Trivia */
.trivia-slide {
  background: url(../../assets/images/trivia-banner.jpg) center/cover;
}
.table {
  border-radius: 15px;
  overflow: auto;
  font-family: 'Knockout', sans-serif;
  width: 100%;
}
.table table {
  table-layout: fixed;
  line-height: normal;
  min-width: 100%;
}
.table h3 {
  color: #fff;
  font-size: 1.625em;
  padding: 12px 20px;
  text-transform: uppercase;
  margin: 0;
  background: #000000;
}
.table tr {
  border: 0px!important;
}
.table tbody tr:last-child {
  border: none;
}

.table th {
  padding: 15px 20px;
  color: #999999;
  font-size: 1.375em;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
}
.table td {
  padding: 15px 20px;
  font-size: 1.375em;
  font-weight: 500;
  background: #fff;
}
.table th:nth-child(2n), .table td:nth-child(2n) {
  background: #fff;
    font-weight: bold;
}
.play-trivia .inner {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / 7%) 0 0 12px;
}
.play-trivia .inner h4 {
  font-family: 'Knockout', sans-serif;
  font-size: 1.188em;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
}
.play-trivia .inner p {
  margin: 0;
  color: #999999;
}
.fotorama__arr--next {
  background: url(../images/next-arrow.svg) center/32px auto;
}
.fotorama__arr--prev {
  background: url(../images/previous-arrow.svg) center/32px auto
}
.fotorama__loaded--img {
  border-radius: 15px;
}
.fotorama__thumb-border {
  border-radius: 10px;
  border-color: #E4002B;
}
.fotorama__nav-wrap {
  margin: 10px;
}
.fotorama__nav--thumbs .fotorama__nav__frame {}
/* Daily Trivia end */
.ordersummary .addresscheckout .col-lg-6 > div {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}
.ordersummary .addresscheckout .col-lg-6.selected > div {
  background: #000000;
  color: #fff;
}
.ordersummary .addresscheckout h4 {
  font-size: 1.125em;
}
.ordersummary .addresscheckout h4 a {
  background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
  width: 18px;
  height: 6px;
  display: inline-block;
  float: right;
}
.ordersummary .addresscheckout .selected h4 a {
  background: url(../../assets/images/dot-menu.svg) no-repeat;
}
.ordersummary .addresscheckout a.add {
  font-size: 1.125em;
  font-weight: 900;
}
.inmdecrm {
  background: #000000;
  border: none;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  box-shadow: rgb(0 0 0 / 20%) 2px 0 5px;
  transition: all ease-in .3s;
  outline: none;
}
.inmdecrm:hover {
  background: #E4002B;
  color: #000000;
}
.card-box {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}
.sidebar .list-group-item {
  position: relative;
  display: block;
  padding: .2rem 1rem;
  background-color: #F8F4F1;
}
@media (min-width: 1600px) {
  .header-mr .h1, h1 {
    font-size: 2.7rem;
    text-transform: uppercase;
  }
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 8999;
}
.sidenav-open #sidenav-overlay {
  width: 100%;
}
#sidenav-right-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 8999;
}
.sidenav-right-open #sidenav-right-overlay {
  width: 100%;
}
#sidenav-right-signedin-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 8999;
}
.sidenav-right-signedin-open #sidenav-right-signedin-overlay {
  width: 100%;
}
.fav-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  text-align: center;
  height: 80px;
  color: #000000;
  font-weight: normal;
  text-transform: capitalize;
}
.price-varies {
  font-family: DunkinSans, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.fav-blank-box {
  width: 100%;
  height: 350px;
  background-color: #F8F4F1;
  border-color: #ECECEC;
  border-radius: 10px;
  flex-direction: column;
  border: solid 1px #F8F4F1;
}
.fav-blank-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-color: #E3E1DB;
  background-color: #EDECE8;
}
.nav-tabs .nav-link {
  border: 2px solid #000000;
  border-radius: 5px;
  background: #E4002B;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 1.1rem;
  transition: all ease-in .3s;
}
.nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #E4002B;
  border-color: #E4002B;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  outline: none;
}
.nav {
  justify-content: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  outline: none;
  border: 2px solid #000000;
}
.tab-content p {
  color: #000000;
  text-align: justify;
}
/*.image img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}*/
/* My Loyalty Redeem */
.redeem-header .menu-back-page-btn {
  border-right: 0;
}
.question {
  margin: 1.5em 0;
  float: right;
}
.redeem-offer .item-box-50 {
  float: none;
  margin: auto;
  max-width: 590px;
  width: 100%;
}
.redeem-offer .box-background {
  border-radius: 0;
  margin-bottom: 0;
  min-height: 320px;
}
.redeem-cta {
  background: #E4002B;
  clear: both;
  text-align: center;
  padding: 18px;
}
.redeem-cta button {
  font-size: 1.125em;
  min-width: 200px;
}
.redeem-details h4 {
  color: #000000;
  text-align: left;
}
.redeem-code {
  background: #BB8C46;
  padding: 10%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.redeem-code img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.reward-code {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 230px;
  margin: 20px auto;
}
.reward-code h3 {
  margin: 0;
  color: #E4002B;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Knockout', sans-serif;
}
.bar-code {
  margin-left: 22%;
}
.bar-code img {
  max-width: 100%;
}
/* My Loyalty Redeem end */
.apply-promo {
  width: 100%;
  margin: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: all ease-in .3s;
  border-radius: 10px;
  margin-bottom: 20px;
  border: solid 3px #ffffff;
}
.apply-promo:hover {
  width: 100%;
  border: solid 3px #E4002B;
  border-radius: 13px;
}
.apply-promo.active {
  width: 100%;
  border: solid 3px #E4002B;
  border-radius: 13px;
}
.btn-default {
  background: #000000;
  color: #ffffff;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #e4002b;
}
/*.customize-main-box-div p {
  min-height: 50px;
}*/
.modal-body .select-store {
  padding: 0;
}
/* Reward Tier Tabs */
.reward-tier .nav-tabs {
  padding: 30px 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.reward-tier .nav-tabs .nav-link {
  white-space: nowrap;
  padding: 8px 40px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1rem;
}
.reward-tier .tab-content > .tab-pane {
  min-height: 300px;
}
.reward-tier .signup {
  background: url(../../assets/images/reward-slider-banner.jpg) no-repeat center/cover;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.nav-link {
  padding: 0 1rem;
}
.signup h1 {
  color: #E4002B;
  text-transform: uppercase;
  font-size: 3.125em;
}
.signup h3 {
  font-size: 1.875em;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
}
.signup p {
  color: #fff;
  max-width: 70%;
}
.join {
  background: #EDECE8;
  overflow: hidden;
  padding: 60px 0;
}
.join h2 {
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
}
.join input[type="text"] {
  padding: 10px 20px;
  border: none;
  text-align: center;
  margin: 0 0 15px;
  width: 300px;
}
.join .btn {
  width: 300px;
}
/* Mild tier */
.tier-hero-banner {
  background: url(../../assets/images/tier-hero-banner.jpg) center/cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.tier-hero-banner h1 {
  font-size: 4.375em;
}
.yellow-text {
  color: #E4002B;
}
.dnk-description {
  font-size: 1.375em;
  font-weight: 500;
}
.tier-banner {
  color: #000000;
  padding: 0;
  position: relative;
}
.tier-banner h2 {
  font-weight: normal;
  font-size: 2.250em;
}
.tier-banner h2 span {
  font-weight: 900;
  font-size: 2.250rem;
}
.tier-banner img {
  max-width: 100%;
  font-size: 2.500rem;
}
.title-primary-tier h2 {
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  font-size: 2.375em;
}
.title-primary-tier p {
  font-size: 1.10em;
}
.tier-member-benefits .benefits {
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 20px;
}
.tier-member-benefits .image {
  text-align: center;
}
.tier-member-benefits .image img {
  max-width: 100%;
}
.mild-bg {
  background: url(../../assets/images/mild-bg.png) no-repeat center/cover;
}
.medium-bg {
  background: url(../../assets/images/medium-bg.png) no-repeat center/cover;
}
.wild-bg {
  background: url(../../assets/images/wild-bg.png) no-repeat center/cover;
}
.tier-member-benefits .text {
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.250em;
  padding: 0 20px;
  line-height: normal;
  height: 100px;
  display: flex;
  align-items: center;
}
.tier-member-benefits .medium-bg .text, .tier-member-benefits .wild-bg .text {
  color: #fff;
}
.eat-earn {
  background: url(../../assets/images/eat-earn-bg.jpg) no-repeat 0 0/cover;
  color: #fff;
  padding-top: 20px;
}
.eat-earn img {
  max-width: 100%;
}
.eat-earn .row {
  align-items: center;
}
.eat-earn h1 {
  font-size: 5.000em;
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  color: #E4002B;
  margin: 0;
  line-height: .8em;
}
.eat-earn h2 {
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  font-size: 3.125em;
  color: #E4002B;
  text-align: center;
}
.eat-earn p {
  text-align: center;
}
.eat-earn-content {
  padding: 40px 0;
}
.eat-earn-content .col-md-12 p {
  text-align: center;
  font-size: 1.250em;
  margin-bottom: 30px;
}
.eat-points {
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 160px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border: solid 2px #ECECEC;
}
.eat-points .icon {
  margin-right: 15px;
}
.eat-points .points-text {
  font-family: 'Knockout', sans-serif;
  font-size: 1.250em;
  line-height: normal;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.offers-box {
  background-image: url(../../assets/images/offer-bg1.png);
  border-radius: 15px;
  height: 285px;
  padding: 20px;
  color: #ffffff;
  background-size: cover;
  transition: all ease-in .3s;
  background-position: center;
  background-color: #000000;
  margin-bottom: 25px;
}
.offers-box.wings {
  background-image: url(../../assets/images/offer-bg2.png);
}
/*.offers-box:hover {
  background-size: 120%;
}*/
.offers-box .category-text {
  color: #FAC600;
  font-size: 2.100em;
  width: 100%;
}
.offers-box .category-text-2 {
  text-transform: uppercase;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  width: 80%;
}
.benefits-tier-cards {
  margin: 20px 0 40px;
}
.benefits-tier-cards img {
  max-width: 100%;
}
.benefits-tier-cards h2 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 2rem;
}
.key-benefits-tier {
  background: #EDECE8;
  padding: 50px 0 30px;
}
.key-benefits-tier .row .col-lg-4 {
  display: flex;
}
.key-benefits-tier .reward-text {
  font-size: 1.125em;
  font-weight: 500;
}
/* Reward Tier Tabs end */
.ml-1 {
  margin-left: 5px;
}
.mModdd {
  min-height: auto !important;
}
.modImg {
  /*max-width:30px;
            max-height:30px;*/
  width: 40px;
}
.right-aligner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* My Activity */
.my-activity-banner {
  background: url(../../assets/images/tier-hero-banner.jpg) center/cover;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.my-activity-banner h1 {
  margin: 0;
  text-align: center;
  font-size: 2.500em;
}
.search-activity {
  position: relative;
}
.search-activity input[type="text"] {
  background: #ffffff;
  border: 1px solid #EDECE8;
  padding: 12px 50px 15px 20px;
  width: 100%;
  border-radius: 6px;
  color: #000000;
  font-size: 1em;
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
}
.search-activity .searchbutton2 {
  width: 56px;
  background: none;
  height: 56px;
  top: 0;
  right: calc(var(--bs-gutter-x)/ 2);
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}
.activity-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: solid 2px #ECECEC;
  border-radius: 6px;
  padding: 15px;
}
.activity-items .item-details {
  display: flex;
  align-items: center;
}
.activity-image {
  margin-right: 30px;
}
.activity-image img {
  max-width: 80px;
}
.activity-details h3 {
  font-size: 1.375em;
  margin: 0;
  font-weight: bold;
  color: #000000;
}
.activity-details p {
  margin: 5px 0 0;
  color: #707070;
}
.activity-items .delete {
  padding-left: 0px;
}
.filter_date .modal-dialog {
  max-width: 500px;
}
.filter_date .modal-content, .filter_date .modal-footer {
  padding: 1rem;
}
.filter_date select {
  background: #EDECE8 url(../../assets/images/arrow-select.svg) no-repeat calc(100% - 13px) center/13px;
  border: 1px solid #EDECE8;
  width: 100%;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.filter_date input[type="date"] {
  background: #EDECE8;
  border: 1px solid #EDECE8;
  width: 100%;
  padding: 15px 10px 15px 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.filter_date .field-label {
  font-weight: 500;
  margin: 0 0 5px;
}
.filter_date .btn-primary {
  width: 100%;
  font-size: 1.250em;
  padding: .75rem 1.5rem;
}
/* My Activity */
.menu-item-img img {
  width: 100%;
}
/* Applied Promo end */
.applied-promo-box {
  float: left;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-left: 10px;
  border: 1px solid #E4002B;
}
.applied-promo-text {
  width: auto;
  float: left;
  height: 60px;
  font-family: 'Knockout', sans-serif;
  font-size: 1rem;
  color: #000000;
  line-height: normal
}
.ap-right-btn-box {
  background-color: #000000;
  height: 60px;
  width: 35px;
  float: right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all eas-in .3s;
}
.ap-right-btn-box:hover {
  background-color: #A12027;
}
.ap-right-btn-box img {
  width: 15px;
}
/* Applied Promo end */
/* Customize Modifier */
.customize-btn {
  background-color: #E4002B;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
  float: left;
  margin-top: 10px;
  font-weight: 700;
}
.customize-btn:hover {
  background-color: #E4002B;
  color: #ffffff;
}
.customize-header {
  color: #E4002B;
  font-size: 1.3rem;
  font-weight: 900;
}
.customize-btn-box {
  float: left;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding: 20px;
  background-color: #ffffff;
  transition: all ease-in .3s;
  color: #000000;
  background-position: left 10px center;
  cursor: pointer;
}
.customize-btn-box:hover {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../../assets/images/tick.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left 20px center;
}
.customize-selected-style {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../../assets/images/tick.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: left 20px center;
}
.customize-btn-box:hover p {
  color: #ffffff;
}
.customize-selected-style p {
  color: #ffffff !important;
}
.customize-btn-box-first-text {
  font-family: 'Knockout', sans-serif;
  font-size: 1rem;
  line-height: normal;
}
.customize-btn-box p {
  font-size: .8rem;
  font-weight: 400 !important;
  color: #999999;
  line-height: normal;
  margin-bottom: 0;
}
/* Customize Modifier end */
/* Discount */
.menu-title-box {
  height: 50px;
  max-height: 50px;
  margin-bottom: 20px;
}
.menu-sub-box {
  height: 51px;
  max-height: 51px;
}
.wrap-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.discount-text-box {
  display: inline-block;
  font-size: .9rem;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  color: #51A120;
  border: 2px solid #51A120;
  border-radius: 3px;
  padding: 5px 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 10px;
}
.price-disc-box {
  float: right;
  width: 100%;
  text-align: right;
}
.price-disc-txt {
  position: relative;
  color: #999999;
  font-weight: 900;
  width: 100%;
  font-family: 'Knockout', sans-serif;
  font-size: 1.2rem;
}
.price-disc-txt:before {
  position: absolute;
  content: '';
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.price-disc-txt-small {
  color: #999999;
  font-weight: normal;
  font-size: .8rem;
  font-family: 'Knockout', sans-serif;
}
.white-first-item-box:hover .price-disc-txt-small {
  color: #ffffff;
}
/* Discount end */
/* Ribbon */
.ribbon1 {
  position: absolute;
  margin-top: 10px;
  margin-left: 0px;
  padding: 8px 10px;
  background: #E4002B;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
}
.ribbon1:before {
  content: "";
  position: absolute;
}
.ribbon1:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon1:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: #E4002B;
  border-radius: 5px 0 0 5px;
}
.ribbon1 img {
  width: 30px;
  height: auto;
}
/* Ribbon end */
/* Favorite Sports */
.favorite-modal .modal-body {
  height: auto;
}
.favorite-modal .form-actions {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.favorite-modal .form-actions .btn {
  width: 45%;
  font-family: 'Knockout', sans-serif;
  font-size: 18px;
}
.favorite-modal .btn-secondary {
  background: #000000;
  color: #fff;
}
.favorite-modal .btn-secondary:hover {
  background: #fff;
  color: #000000;
}
#scene .hover:hover input ~ .pad {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
}
@keyframes swing {
  15% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  30% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  65% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  80% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*=== FADE IN  ===*/
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-8px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    border-radius: 50%;
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-8px);
    border-radius: 50%;
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    border-radius: 50%;
  }
}
/*TRANSITIONS END*/
/*Fave Sports New END*/
#carouselFaveSports.carousel {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
#carouselFaveSports .carousel-control-next, #carouselFaveSports .carousel-control-prev {
  position: absolute;
  top: 260px;
  bottom: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  background-color: #E4002B;
  border-radius: 50%;
}
#carouselFaveSports .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E4002B;
}
#carouselFaveSports .carousel-indicators {
  position: relative;
  right: 0px;
  bottom: 0px;
  top: 10px;
  left: 102px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 50;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 98px;
}
#carouselFaveSports .indicators-box {
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
}
#carouselFaveSports .carousel-control-next {
  right: 0;
  left: inherit;
  background-color: #F8D459;
}
#carouselFaveSports .carousel-control-prev {
  right: 50px;
  left: 0;
  background-color: #F8D459;
}
#carouselFaveSports .carousel-indicators .active {
  opacity: 1;
  margin-top: 8px;
  border: 2px solid #000000;
  box-shadow: 0 0 0 1px #E4002B;
}
#carouselFaveSports .carousel-item {
  height: auto;
  background-size: cover !important;
  padding-top: 25px;
}
#carouselFaveSports .carousel-control-next-icon, #carouselFaveSports .carousel-control-prev-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-item h1 {
  color: #ffffff !important;
}
.fs-arrow-left, .fs-arrow-right {
  position: absolute;
  top: 0;
  bottom: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  font-size: 25px;
}
.fs-arrow-right {
  right: 1rem;
}
/* Favorite Sports end */
@media only screen and (max-device-width: 1599px), only screen and (max-width: 1599px) {
  .menu-category-box {
    height: 360px;
  }
  .category-text {
    font-size: 26px;
  }
}
@media only screen and (max-device-width: 1399px), only screen and (max-width: 1399px) {
  .menu-category-box {
    height: 305px;
  }
  .applied-promo-text {
    font-size: .9rem;
  }
}
@media only screen and (max-device-width: 1199px), only screen and (max-width: 1199px) {
  .menu-category-box {
    height: 350px;
  }
}
@media only screen and (max-device-width: 992px), only screen and (max-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px !important;
  }
}
@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
  .menu-category-box {
    height: 395px;
  }
}
@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .menu-category-box {
    height: 280px;
  }
}
.address-lmt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: all ease-in .3s;
}
.address-lmt:hover {
  white-space: normal;
  overflow: visible;
}
.fltr-form {
  display: block;
}
.points-box-item {
  width: 250px;
  height: 160px;
  background-color: #ffffff;
  border: solid 2px #ECECEC;
  margin: 10px;
  color: #000000;
  border-radius: 10px;
  float: left;
  padding: 20px;
  font-weight: 900;
  text-transform: capitalize !important;
  font-size: 1.1em;
  overflow: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.points-box-item p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}
.fav-box-item {
  width: 350px;
  max-width: 100%;
}
.text-left {
  text-align: left !important;
}
.tier-bg {
  background-size: cover;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.tier .row .tier-bg h3 {
  margin-top: 0;
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: capitalize;
}
.tier .row .tier-bg p {
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  line-height: normal;
  font-size: 15px;
  min-height: 220px;
}
.tier .row .tier-bg a {
  color: #E4002B;
}
.link-primary {
  color: #000000;
  font-weight: 500;
  transition: all ease-in .3s;
}
.link-primary:hover {
  color: #E4002B;
}
.link-primary:focus {
  color: #000000;
}
.payment-box {
  width: 200px;
  margin: auto;
}
.btn-default {
  outline: none;
}
.btn-default:hover {
  background-color: #E4002B;
  border-color: #E4002B;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.btn-default:focus {
  background-color: #E4002B;
  border-color: #E4002B;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.m-width {
  min-width: 90px;
}
.sub-txt-light {
  text-transform: none;
  color: #eeeeee !important;
  font-size: 14px !important;
  text-align: left !important;
  font-weight: normal;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
.loyalty-favorite .menu-category-box {
  position: relative;
}
.img-tc {
  font-size: 11px;
  padding: 0 10px;
  font-style: italic;
  color: #fff;
  position: absolute;
  bottom: 7px;
  text-align: center;
  width: 100%;
  left: 0;
  line-height: normal;
}
.nutrition-allergen-table td img {
  width: 20px
}
.text-head-style {
  font-family: 'Knockout', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}
.mob-ver-box {
  width: 300px;
  margin: auto;
  max-width: 100%;
}
.mob-ver-box-input {
  margin-top: 15px;
  border-radius: 5px;
  padding: .45rem 1rem;
  font-size: .95rem;
}
.mob-ver-box-btn {
  margin-top: 5px;
  width: 100%;
  border-radius: 5px;
}
.mob-ver-btn-link {
  width: 100%;
  text-align: center;
  text-transform: inherit;
  font-size: .95rem !important;
  margin-top: 0;
}
/*UPDATED CSS 072521*/
.enjoy-bg {
  background-position: top -40px center;
}
.box-background p {
  text-transform: none;
}
.dark-box-div p {
  text-transform: none;
}
.menu-category-box p {
  text-transform: none;
}
.aligner-h460 {
  min-height: 460px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aligner-h200 {
  min-height: 200px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.overflow-height {
  height: 449px;
  overflow: auto;
}
.header-filter {
  position: relative;
}
.header-filter:before, .header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}
.header-filter::before {
  background: rgba(0, 0, 0, 0.4);
}
.clear-filter::before {
  background: none;
}
.black-filter:after {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}
.header-filter .aligner-h460, .header-filter .aligner-h200, .header-filter .menu-category-box-filter {
  z-index: 2;
  position: relative;
}
/*UPDATED CSS 072521 END*/
/*My Referral*/
.referral-box {
  background-color: #E4002B;
  padding: 0;
  border: 0;
}
.brown-div {}
.brown-div h3 {
  font-size: 32px;
  font-weight: 700;
}
.brown-box {
  padding: 10px 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  flex-direction: column;
}
.yell-box {
  background-color: #000000;
  padding: 10px 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  flex-direction: column;
  border-top-right-radius: 10px;
}
.yell-box h2 {
  font-weight: 700;
  color: #ffffff;
}
.yell-box p {
  color: #ffffff;
  margin-bottom: 0;
}
.referral-main-div {
  background-color: #F8F4F1;
  padding: 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.referral-bg {
  background-image: url("../../assets/images/profile-bg.jpg");
  background-size: cover;
  background-position: center;
}
/*My Referral END*/
.header-filter .menu-banner-white-overlay {
  z-index: 2;
  position: relative;
}
/*UPDATED CSS 072821*/
.chip, .chips .input {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
}
.chip {
  font-size: 14px;
  font-weight: 700;
  color: #E4002B;
  padding: 0 12px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: all .3s linear;
}
.chip.chip-md {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  border: 1px solid #E4002B;
}
.chip.chip-md .close {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  margin-right: 5px;
}
/*UPDATED CSS 072821 END*/
/*404 page start*/
.right-img {
  height: 100vh;
  width: 50%;
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
}
.right-img img {
  height: 100vh;
  object-fit: cover;
}
.err-txt {
  font-size: 4rem;
  text-transform: capitalize
}
/*404 page end*/
.header-filter .wrap-in-front {
  z-index: 2;
}
/*FLIP*/
.tier-main-box {
  transition: transform 2s;
  transform-style: preserve-3d;
  cursor: pointer;
  height: 440px;
}
.tier-barcode {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  flex-direction: column;
}
.tier-barcode p {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 10px;
}
.tier-points-content {
  min-height: 420px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.points-details {
  position: relative;
  bottom: 10px;
}
.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-back {
  transform: rotateY(180deg);
}
/*FLIP END*/
/*sports page start*/
.score-div-box {
  width: 400px;
  margin: auto;
  max-width: 100%;
}
.thr-equl-bx {
  width: 33.33%;
  float: left;
}
.score-div-img {
  text-align: center;
}
.score-div-txt {
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 7px;
}
.score-text-box {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px;
}
.score-text-box span {
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
}
.score-div-main-box {
  width: 100%;
  border-bottom: solid 1px #eee;
  float: left;
  padding: 30px 0;
  padding-top: 10px;
  margin-bottom: 20px;
}
.sports-icon {
  width: 130px;
  height: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 5px;
  background-color: #EDECE8;
  padding: 20px;
  text-align: center;
  transition: all ease-in .3s;
  margin-right: 15px;
}
.sports-icon:hover {
  background-color: #E4002B;
}
.sports-icon.active {
  background-color: #E4002B;
}
.img-bx {
  width: 100%;
  float: left;
}
.sports-icon span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  color: #38321d !important;
}
.sports-icon img {
  height: 40px;
}
.sports-dtl-img {
  background-image: url(../../assets/images/news.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  min-height: 200px;
}
.btm-txt {
  font-size: .9rem;
  color: #999999;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
.rounded {
  border-radius: 8px !important;
}
.border {
  border: 1px solid #eee !important;
}
.r-mr-btn {
  width: 130px;
  float: right;
}
/*sports page end*/
/*My LOYALTY Progress*/
.percent svg {
  width: 245px;
  max-width: 100% !important;
}
.progress-points-text, .progress-points-subtext {
  font-family: 'Knockout', sans-serif;
  fill: #E4002B;
  text-transform: uppercase;
}
.progress-points-text {
  font-weight: 700;
  font-size: 10px;
}
.progress-points-subtext {
  font-weight: 900;
  font-size: 6px;
}
.logo-progress {
  width: 50px;
  height: 50px;
}
/*My LOYALTY Progress END*/
/*Updated 08 11 2021*/
.dte-bx-dv {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #888888;
}
.sp-flag-bx {
  width: 20px;
  text-align: left;
  height: 20px;
  float: left;
  margin-bottom: 5px;
  margin-top: 1px;
}
.sp-flag-bx-txt {
  text-align: left;
  width: calc(100% - 20px);
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 13px;
}
.teams-bx {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
/*Updated 08 11 2021 END*/
/*sports-new start*/
.spt-left-dv {
  float: left;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.spt-left-dv-header {
  padding: 15px 20px;
  border-bottom: solid 1px #eee;
  float: left;
  width: 100%;
  font-family: 'Knockout', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}
.spt-left-dv-body {
  padding: 10px;
  float: left;
  width: 100%;
}
.left-btn-dv {
  padding: 7px 10px !important;
  font-family: 'Knockout', sans-serif;
  font-size: 17px;
  margin-bottom: 5px;
  text-align: left;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0) !important;
  transition: all ease-in .3s;
}
.left-btn-dv:hover {
  background-color: #E4002B;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}
.left-btn-dv span {
  padding-top: 5px;
  padding-left: 5px;
}
.left-btn-bx {
  background-color: #EDECE8;
  float: left;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}
.left-btn-dv-dbd {
  font-size: 14px !important;
  padding: 10px 20px !important;
  background-color: transparent;
  transition: all ease-in .3s;
  cursor: pointer;
  float: left;
  width: 100%;
}
.left-btn-dv-dbd:hover {
  background-color: #E4002B;
  border-radius: 10px;
}
.left-btn-dv-dbd a {
  color: #000000;
}
.left-btn-dv.db-down {
  background-image: url("../../assets/images/down-arrow.svg");
  background-position: right 10px center;
  background-size: 12px;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  text-align: left;
}
.ltst-nws-img-box {
  float: left;
  width: 80px;
  height: 65px;
  margin: 10px;
  background-color: #000000;
  border-radius: 10px;
}
.ltst-nws-img-box img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.ltst-nws-rgt-txt {
  width: calc(100% - 100px);
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  background-image: url("../../assets/images/right-arrow-dark.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
}
.ltst-nws-head {
  font-size: 14px;
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 15px; /* fallback */
  max-height: 32px; /* fallback */
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.ltst-nws-head-p {
  font-size: 12px;
  color: #999999;
  line-height: 1.2;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.view-mr {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
  float: left;
  text-align: center;
  border-top: solid 1px #eeeeee;
  width: 100%;
  padding-top: 5px;
  margin-top: 5px;
}
.margin-top-30 {
  margin-top: 30px;
}
/* Style the tab */
.spts-pge .tab {
  overflow: hidden;
  padding: 10px 0;
}
/* Style the buttons inside the tab */
.spts-pge .tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.3s;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 1em;
  border-radius: 5px;
  color: #000000;
  background-color: #E4002B;
  border-color: #E4002B;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
}
/* Change background color of buttons on hover */
.spts-pge .tab button:hover {
  background-color: #000000;
  color: #ffffff;
}
/* Create an active/current tablink class */
.spts-pge .tab button.active {
  background-color: #000000;
  color: #ffffff;
}
/* Style the tab content */
.spts-pge .tabcontent {
  display: none;
  padding: 10px 0;
  border: 0;
  border-top: none;
  background-color: transparent;
}
.spts-bxdtl-box {
  float: left;
  width: calc(100% - 100px);
}
.spts-bxdtl-dv {
  float: right;
  width: 80px;
  height: 45px;
  border-left: solid 1px #dddddd;
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
}
.spts-title {
  font-size: 14px;
  font-weight: 500;
}
.view-mr-left {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
  float: left;
}
.table-spts th {
  padding: 5px;
}
.table-spts td {
  padding: 7px;
}
.table-spts tr {
  background-color: transparent;
  transition: all ease-in .3s;
  border-radius: 10px;
}
.table-spts tr:hover {
  background-color: #ffffff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.table-box {
  width: 100%;
  overflow: auto;
}
.cat-dwn-arrow {
  display: none;
}
.spts-bx-height-lmt {
  height: 77px;
  overflow: auto;
}
@media (max-width:991px) {
  #categories-sec {
    display: none;
  }
  .cat-dwn-arrow {
    display: block;
  }
}
/*sports-new end*/
/*Scan Receipt*/
#scanReceipt.carousel {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
#scanReceipt .carousel-control-next, #scanReceipt .carousel-control-prev {
  position: absolute;
  top: 50%;
  bottom: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  background-color: #E4002B;
  border-radius: 50%;
}
.carousel-control-prev {
  border-top-left-radius: 0px;
}
#scanReceipt .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E4002B;
}
#scanReceipt .carousel-indicators {
  position: relative;
  right: 0px;
  bottom: 0px;
  top: 10px;
  left: 102px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 50;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 98px;
}
#scanReceipt .indicators-box {
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 200px;
  height: 50px;
}
#scanReceipt .carousel-control-next {
  right: 0;
  left: inherit;
  background-color: #F8D459;
}
#scanReceipt .carousel-control-prev {
  right: 50px;
  left: 0;
  background-color: #F8D459;
}
#scanReceipt .carousel-indicators .active {
  opacity: 1;
  margin-top: 8px;
  border: 2px solid #000000;
  box-shadow: 0 0 0 1px #E4002B;
}
#scanReceipt .carousel-item {
  height: auto;
  background-size: cover !important;
  padding-top: 0px;
}
#scanReceipt .carousel-control-next-icon, #scanReceipt .carousel-control-prev-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
#scanReceipt .carousel-item .walkthrough-box .row div > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 0;
  height: 32rem;
}
.walkthrough-box {
  text-align: center;
  padding: 20px 30px 0;
}
.walkthrough-title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Knockout', san-serif;
  font-size: 32px;
}
.walkthrough-txt {
  height: 130px;
}
#scanReceiptModalpage .modal-body > #reader {
  border: 0 !important;
  margin: auto;
}
.reader-w-50 {
  width: 50%;
  margin: 0 auto;
  padding-right: 35px;
}
.scan-success-img {
  background: url(../images/scan-walkthrough/scan-success.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.scan-fail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.scan-fail-img img {
  width: 120px;
  height: auto;
}
.scan-fail-title, .scan-success-title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Knockout', san-serif;
  font-size: 32px;
  text-align: center;
}
.scan-success-pts {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Knockout', san-serif;
  font-size: 32px;
  color: #E4002B;
  text-align: center;
}
/*Scan Receipt END*/
/*FAQ start*/
.faq-cnt .accordion-body {
  font-size: 16px;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
.faq-cnt a {
  color: #A12027;
  transition: all ease-in .3s;
}
.faq-cnt a:hover {
  color: #E4002B;
}
.faq-cnt .accordion-button {
  color: #000000;
}
.faq-cnt .accordion-button:not(.collapsed) {
  color: #E4002B;
  background-color: transparent;
  border-bottom: 0px solid #000000;
  box-shadow: none;
  outline: none;
}
.faq-cnt .accordion-button {
  border: 0px !important;
}
.faq-cnt .accordion-button::after {
  display: none;
}
.faq-cnt .accordion-item:last-of-type .accordion-collapse {
  border: 0;
}
.bdr-bottom {
  border-bottom: solid 1px #E3E1DB !important;
  padding-bottom: 20px;
  margin-top: 40px;
  color: #CE7433;
}
.faq-cnt .accordion-button {
  font-size: 1.3rem;
  font-weight: 500;
}
.mt-0 {
  margin-top: 0 !important;
}
.faq-cnt p {
  font-size: 16px;
}
@media (max-width:1400px) {
  .bdr-bottom {
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
  .faq-cnt .accordion-button {
    font-size: 1.2rem;
  }
}
@media (max-width:1399px) {
  .clsbttns button {
    font-size: 14px;
    padding: 12px 17px;
  }
  .clsbttns .mt-4 {
    margin-top: 6px !important;
  }
}
@media (max-width:1199px) {
  .clsbttns button {
    font-size: 12px;
    padding: 12px 11px;
  }
  .clsbttns .mt-4 {
    margin-top: 6px !important;
  }
}
/*FAQ end*/
/*Fave Sports NEW*/
.fs-accordion .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.fs-accordion .card-body {
  padding: 0;
}
.fs-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
}
.fs-accordion .card-header .btn.btn-link:not(.collapsed) .pull-right::after {
  display: none;
}
.fs-accordion .fs-acc-head {
  width: 60%;
  float: left;
}
.fs-accordion .expandright:focus {
  padding: 0 16px 0 0;
}
.fs-accordion .search:focus {
  width: 180px;
  padding: 0 16px 0 0;
  border-radius: 100px;
  padding-left: 20px;
}
.fs-accordion .btn.btn-link {
  padding: 15px;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #CE7433;
  font-size: 1.2rem;
  border-bottom: 1px solid #f1f1f1;
}
.fs-accordion .btn.btn-link:focus {
  outline: 0;
  box-shadow: none;
}
.fs-accordion .btn.btn-link.collapsed {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #ffffff;
  color: #000000;
  border-bottom: 1px solid #f1f1f1;
}
.customcheck-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  height: 590px;
  min-height: 590px;
  max-height: 590px;
  display: block;
  overflow-y: auto;
}
.accordion-customcheck-wrapper {
  height: auto;
  min-height: 160px;
  max-height: 300px;
  overflow-y: auto;
  padding-top: 15px;
}
.customcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customcheck {
  border-radius: 50%;
}
.checkmark {
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 125px;
  height: 125px;
  margin: 5px;
  position: relative;
  float: left;
  font-weight: 900;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 50%);
}
.customcheck input:checked ~ .checkmark, .customcheck:hover input ~ .checkmark {
  background-color: #000000;
  color: #E4002B;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customcheck input:checked ~ .checkmark:after {
  display: block;
}
.football input:checked ~ .checkmark, .football:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-football.jpg) 0 0/100% auto;
}
.basketball input:checked ~ .checkmark, .basketball:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-Basketball.jpg) 0 0/100% auto;
}
.cricket2 input:checked ~ .checkmark, .cricket2:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-cricket.jpg) 0 0/100% auto;
}
.baseball input:checked ~ .checkmark, .baseball:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-baseball.jpg) 0 0/100% auto;
}
.esports input:checked ~ .checkmark, .esports:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-esports.jpg) 0 0/100% auto;
}
.golf input:checked ~ .checkmark, .golf:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-golf.jpg) 0 0/100% auto;
}
.handball input:checked ~ .checkmark, .handball:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-handball.jpg) 0 0/100% auto;
}
.hockey input:checked ~ .checkmark, .hockey:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-hockey.jpg) 0 0/100% auto;
}
.icehockey input:checked ~ .checkmark, .icehockey:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-icehockey.jpg) 0 0/100% auto;
}
.nascar input:checked ~ .checkmark, .nascar:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-nascar.jpg) 0 0/100% auto;
}
.paddle-tennis input:checked ~ .checkmark, .paddle-tennis:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-paddle-tennis.jpg) 0 0/100% auto;
}
.polo input:checked ~ .checkmark, .polo:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-polo.jpg) 0 0/100% auto;
}
.rugby input:checked ~ .checkmark, .rugby:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-rugby.jpg) 0 0/100% auto;
}
.tennis input:checked ~ .checkmark, .tennis:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-tennis.jpg) 0 0/100% auto;
}
.ufc input:checked ~ .checkmark, .ufc:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-ufc.jpg) 0 0/100% auto;
}
.wwe input:checked ~ .checkmark, .wwe:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-wwe.jpg) 0 0/100% auto;
}
.badminton input:checked ~ .checkmark, .badminton:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-badminton.jpg) 0 0/100% auto;
}
.boxing2 input:checked ~ .checkmark, .boxing2:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-boxing.jpg) 0 0/100% auto;
}
.volley-ball input:checked ~ .checkmark, .volley-ball:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-volleyball.jpg) 0 0/100% auto;
}
.formula-1 input:checked ~ .checkmark, .formula-1:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-formula1.jpg) 0 0/100% auto;
}
.moto-gp input:checked ~ .checkmark, .moto-gp:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-motogp.jpg) 0 0/100% auto;
}
.table-tennis input:checked ~ .checkmark, .table-tennis:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-table-tennis.jpg) 0 0/100% auto;
}
.cycling input:checked ~ .checkmark, .cycling:hover input ~ .checkmark {
  background: url(../images/favorite-sports/favorite-cycling.jpg) 0 0/100% auto;
}
.modal-search-bx {
  padding: 0;
  margin-bottom: 20px;
  display: block;
}
body.modal-open {
  overflow-y: hidden !important;
}
/*Fave Sports NEW END*/
/*NEW CSS 08262021*/
.categories-scroll {
  max-height: 710px;
  overflow: auto;
}
.spts-content-scroll {
  max-height: 700px;
  overflow: auto;
}
.latest-news-scroll {
  max-height: 450px;
  overflow: auto;
}
.order-now-box-img {
  min-height: 190px;
}
@media (max-width:991px) {
  .categories-scroll {
    max-height: auto;
  }
}
/*NEW CSS 08262021 END*/
/*Search box*/
.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: #FFFFFF;
}
.open-search-bx {
  display: block;
}
.select-store .title h1 {
  color: #000000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.search-overlay .close {
  border: none;
  background: none;
  height: 50px;
  width: 100%;
  text-align: right;
  padding: 0;
}
.search-overlay .close:focus {
  outline: none
}
.select-header {
  margin-top: 10.8rem;
  max-height: calc(100vh - 10.8rem);
  overflow-y: auto;
  padding-bottom: 10rem;
}
.fs-modal-100 {
  max-width: 100%;
}
/*Search box END*/
/*Dropdown Start*/
.searchinput.dropdown-menu {
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 10px;
}
.searchinput.dropdown-menu .dropdown-wrapper {
  padding: 10px 20px;
  min-width: 250px;
}
.searchinput.dropdown-menu .dropdown-header.technology-size {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
}
.searchinput.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Knockout', sans-serif;
}
.searchinput.dropdown-menu a {
  color: #000000;
  font-weight: 500;
  max-width: 100%;
  white-space: normal;
  line-height: normal;
  margin-bottom: 7px;
}
.searchinput.dropdown-menu a:hover {
  color: #E4002B;
}
.searchinput .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 0rem;
}
.searchinput.dropdown-menu:before, .searchinput.dropdown-menu:after {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1px;
}
.searchinput.dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.icon-shape {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #E4002B;
  background-image: linear-gradient(132deg, #E4002B 0%, #F4CC3D 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.icon-shape img {
  width: 100%;
  object-fit: cover;
  height: 40px;
  border-radius: 8px;
}
.searchinput .dropdown-header {
  display: block;
  padding: .5rem 0;
}
.searchinput.dropdown-menu:after, .searchinput.dropdown-menu-container:after {
  border-bottom: 11px solid #FFFFFF;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1px;
  top: -10px;
}
#myInputautocompleteList li {
  padding-left: 0 !important;
}
#myInputautocompleteListContainerId {
  margin-left: 0;
  right: 40px !important;
  left: auto !important;
}
/*Dropdown End*/
/*SUVEY*/
#welcomepage {
  margin-bottom: 3rem;
}
.scan-h1 {
  color: #000000;
  text-align: center;
}
.walkthrough-img {
  height: 30rem;
}
.walkthrough-title {
  color: #E4002B;
}
.form-check .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: .9rem;
}
.form-check {
  padding-left: 0;
}
.radio {
  margin-bottom: .5rem;
}
.radio .cr {
  border-radius: 50%;
  margin-top: 3px;
}
.form-check .cr .cr-icon {
  position: absolute;
  font-size: .8rem;
  line-height: 0;
  top: 50%;
  left: 8%;
  font-weight: 100;
  text-stroke: 0px #000000;
  -webkit-text-stroke: 0px #000000;
  -moz-text-stroke: 0px #000000;
  -ms-text-stroke: 0px #000000;
  -o-text-stroke: 0px #000000;
}
.radio .cr .cr-icon {
  position: absolute;
  font-size: .9rem;
  line-height: 0;
  top: 50%;
  left: 9%;
}
.radio .cr .cr-icon {
  margin-left: 0.05em;
}
.form-check label:after, .radio label:after {
  content: '';
  display: table;
  clear: both;
}
label {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: .85rem;
}
.h6, h6 {
  font-size: .9rem;
}
.form-check label input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}
.form-check label input[type="checkbox"]:checked + .cr {
  background-color: #E4002B;
  border: 1px solid #E4002B;
}
.form-check label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  color: #ffffff;
}
.form-check label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
  color: #ffffff;
}
.radio label input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
  color: #ffffff;
  transition: all ease-in .2s;
}
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  opacity: 1;
  color: #E4002B;
}
.radio label input[type="radio"] + .cr {
  transition: all ease-in .2s;
  border: 1px solid #a9a9a9;
}
.radio label input[type="radio"]:checked + .cr {
  border: 1px solid #E4002B;
}
.in-box {
  float: left;
}
.in-box-form {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -8px;
  width: 85px;
}
/*Thank you page start*/
.ty-right-img {
  height: 100vh;
  width: 50%;
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
}
.ty-right-img img {
  height: 100vh;
  object-fit: cover;
}
.ty-txt {
  font-size: 3rem;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #A12027;
}
/*Thank you page end*/
/*css 091421*/
.whr-caption {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
/*css 091421 END*/
/*Updated CSS 09202021*/
header .bg-dark label {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url(/UI/assets/images/cancel.svg);
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
}
/*Updated CSS 09202021 END*/
.btn-primary:hover img {
  filter: brightness(100);
}
.datepicker-styl {
  position: absolute !important;
  top: 628.797px !important;
  left: 1204.66px !important;
  z-index: 2 !important;
}
/*Updated CSS 09262021 END*/
/*New CSS start*/
.point-box {
  background-color: #E4002B;
  width: 100%;
  height: auto;
  padding: 36px 0;
  text-align: center;
}
.wallet-text {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
}
.wallet-point {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.point-main-bx-dv {
  height: 470px;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  padding: 20px;
  background-color: #E4002B;
}
.point-main-bx-dv-guest {
  height: 440px;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background-color: #E4002B;
}
.white-bxd {
  width: calc(100% - 40px);
  margin: 20px;
  float: left;
  background-color: #ffffff;
  padding: 15px;
}
.name-point {
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}
.orange-level {
  color: #E4002B;
  font-weight: bold;
}
.point-main-bx-dv p {
  color: #76787A;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
.box-background {
  position: relative;
}
.brown-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 0;
  padding: 20px;
  border-radius: 0px;
}
.box-background h1 {
  color: #ffffff !important;
}
.box-background p {
  color: #ffffff !important;
}
.box-background-big h1 {
  color: #ffffff !important;
}
.box-background-big p {
  color: #ffffff;
  font-size: 1rem;
}
.box-background-big {
  min-height: 440px;
  width: 100%;
  padding: 20px;
  border-radius: 0px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  background-size: cover;
}
.app-str-icon {
  width: 350px;
  position: absolute;
  max-width: 100%;
  bottom: 25px;
}
.clr-dark {
  color: #000000 !important;
}
/*new css end*/
@media only screen and (max-device-width: 1680px), only screen and (max-width: 1680px) {
  .datepicker-styl {
    top: 628.797px !important;
    left: 1086.66px !important;
  }
}
@media only screen and (max-device-width: 1600px), only screen and (max-width: 1600px) {
  .datepicker-styl {
    top: 628.797px !important;
    left: 1047.66px !important;
  }
}
@media only screen and (max-device-width: 1440px), only screen and (max-width: 1440px) {
  .tier-points-content, .tier-barcode {
    min-height: 360px;
  }
  .tier-main-box {
    height: 415px;
  }
  .percent svg {
    width: 205px;
  }
  .name-box {
    padding-left: 20px;
  }
  .datepicker-styl {
    top: 598.797px !important;
    left: 934.66px !important;
  }
}
@media only screen and (max-device-width: 1400px), only screen and (max-width: 1400px) {
  .tier .row .tier-bg p {
    min-height: 150px;
    font-size: 14px;
  }
  .name-text {
    font-size: 12px;
  }
  .datepicker-styl {
    top: 598.797px !important;
    left: 912.66px !important;
  }
}
@media only screen and (max-device-width: 1366px), only screen and (max-width: 1366px) {
  .tier-points-content, .tier-barcode {
    min-height: 310px;
  }
  .tier-main-box {
    height: 350px;
  }
  .datepicker-styl {
    top: 598.797px !important;
    left: 866.66px !important;
  }
}
@media only screen and (max-device-width: 1200px), only screen and (max-width: 1200px) {
  .tier .row .tier-bg p {
    min-height: 150px;
    font-size: 14px;
  }
  /*404 page start*/
  .right-img {
    display: none;
  }
  /*404 page end*/
  .loyalty-slide a.btn {
    margin-bottom: 10px;
  }
}
@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .tier-points-content, .tier-barcode {
    min-height: 260px;
  }
  .tier-main-box {
    height: 300px;
  }
}
@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
  .filtr-popup-btn {
    display: block;
  }
  .fltr-form {
    display: none;
  }
  /*sports page start*/
  .r-mr-btn {
    margin-top: 20px;
    float: left;
  }
  /*sports page end*/
}
@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {
  .tier-points-content, .tier-barcode {
    min-height: 200px;
  }
  .tier-main-box {
    height: 225px;
  }
}
.modal-footer .form-box-banner {
  width: 100%;
}
.modal-footer .form-box-banner {
  width: 100%;
}
.modal-footer .form-box-banner .btn-loader-main {
  float: left;
  width: auto;
  margin-right: 5px;
}
.news-date {
  width: 100%;
  float: left;
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}
#more {
  display: none;
}
.light-brown-bg {
  background-color: #F8F4F1;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
.pnt-circle-bx {
  width: 200px;
  height: 200px;
  margin: auto;
  background-image: url(../../assets/images/circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.level-txt {
  text-align: center;
  width: 100%;
  color: #E4002B;
  font-size: 1.2rem;
  margin-top: 80px;
  font-weight: bold;
  float: left;
}
.faq-txt-dv {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.tab-scrl {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.nav-tabs .nav-link {
  white-space: nowrap;
}
.faq-head-tx {
  text-align: left;
}
.btn-outline-primary {
  color: #E4002B;
  border: solid 2px #E4002B;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #ffffff;
  border: solid 2px #E4002B;
  background-color: #E4002B;
}
.btn-outline-primary:active {
  color: #E4002B;
  border: solid 2px #E4002B;
  background-color: transparent;
}
.btn-outline-primary:focus {
  color: #E4002B;
  border: solid 2px #E4002B;
  background-color: transparent;
}
.desktop-nutr {
  display: block;
}
.mob-nutr {
  display: none;
}
.nutr-thumb {
  background-image: url(../../assets/images/nutrition-sub.jpg);
  min-height: 315px;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(10px - 1px);
  border-top-right-radius: calc(10px - 1px);
}
.card {
  border-radius: 0px;
}
.portfolio-item {
  margin-bottom: 25px;
}
.connect-social {
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
  transform: scale(1.00);
  opacity: 1;
  background: #ffffff;
  transition: 0.6s;
}
.connect-social:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .05);
  transform: scale(1.02);
  opacity: 0.9;
  transition: 0.6s;
}
.form-check .form-check-input {
  margin-left: 0;
}
.search-txt-box .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.update-profile {
  background-color: #E4002B;
  border-color: #E4002B;
}
.update-profile:hover {
  background-color: #E4002B;
  border-color: #E4002B;
}
.cancel-profile {
  background-color: transparent;
  border-color: #E4002B;
  color: #E4002B;
}
.badge {
  display: inline-block;
  padding: 0.4em 1.5em;
  font-size: .85em;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 7px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.bg-primary {
  background-color: #00A3E0 !important;
}
.favo-icn {
  position: absolute;
  right: 10px !important;
  top: 0 !important;
}
.favo-icn img {
  width: 40px !important;
  margin-left: 0 !important;
}
.btn-outline-primary:focus {
  background-color: #E4002B;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.custo-border {
  border: solid 2px #E4002B;
  float: left;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
}
.customization-sec .accordion-button {
  box-shadow: none;
  border-bottom: solid 1px #EEEEEE;
  padding: 15px 0;
  border-radius: 0;
  margin: 0;
  font-size: 1rem;
  color: #000000;
  text-transform: uppercase;
  background: none;
}
.white-item-box-text-big p {
  font-size: 12px;
  color: #000000;
}
.white-item-box-text-big .col-md-12 {
  font-size: 15px;
  color: #000000;
}
.white-item-box-big.active-box .col-md-12 {
  color: #000000;
  transition: all ease-in .3s;
}
.white-item-box-big.active-box p {
  color: #000000;
  transition: all ease-in .3s;
}
/*.white-item-box-big.active-box img {
  filter: brightness(0.5);
}*/
.white-item-box-big img {
  filter: brightness(1);
}
.white-item-box-big:hover p {
  color: #000000;
}
.white-item-box-big:hover .col-md-12 {
  color: #000000;
}
.variety {
  width: 100%;
  margin-right: 0;
}
.dairy {
  width: 100%;
  margin-right: 0;
  padding: 0 5px;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}
.check-selected {
  height: auto;
  width: 16px;
  text-align: center;
  float: right;
}
.variety-active-box {
  background-color: #000000;
}
.variety-active-box:hover {
  background-color: #000000;
}
.variety-active-box .col-md-12 {
  color: #000000;
}
.variety .check-selected {
  opacity: 0;
}
.variety.variety-active-box .check-selected {
  opacity: 1;
}
.variety .white-item-box-text-big {
  width: calc(100% - 20px);
}
.dairy-active-box {
  background-color: #000000;
}
.dairy {
  display: flex;
  align-items: center;
}
.dairy-active-box:hover {
  background-color: #000000;
}
.dairy-active-box .col-md-12 {
  color: #000000;
}
.dairy .check-selected {
  opacity: 0;
}
.dairy.dairy-active-box .check-selected {
  opacity: 1;
}
.dairy .white-item-box-text-big {
  width: calc(100% - 10px);
}
.dairy-active-box p {
  color: #ffffff;
}
.dairy:hover .mid-bx-small {
  color: #ffffff;
}
.dairy:hover p {
  color: #ffffff;
}
.dairy-active-box .mid-bx-small {
  color: #ffffff;
}
.flavor-active-box .mid-bx-small {
  color: #ffffff;
}
.flavor-active-box {
  background-color: #000000;
}
.flavor {
  display: flex;
  width: 100%;
  margin-right: 0;
  padding: 0;
  justify-content: center;
  align-items: stretch;
}
.flavor-active-box:hover {
  background-color: #000000;
}
.flavor-active-box .col-md-12 {
  color: #000000;
}
.flavor .check-selected {
  opacity: 0;
}
.flavor.flavor-active-box .check-selected {
  opacity: 1;
}
.flavor .white-item-box-text-big {
  width: 100%;
}
.flavor-active-box p {
  color: #ffffff;
}
.flavor:hover .mid-bx-small {
  color: #ffffff;
}
.flavor:hover .mid-bx-small p {
  color: #ffffff;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom: 0;
}
.sizes-width {
  width: 150px;
  margin-right: 10px;
}
.btn-pm .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 10px;
  padding: 0.45rem 0.8rem;
}
.btn-pm .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-radius: 10px;
  padding: 0.45rem 0.8rem;
}
.text-muted {
  color: #999 !important;
}
.promo-code button {
  margin-bottom: 20px;
}
.promo-code button {
  width: 100%;
}
.gray-color {
  color: #000000 !important;
}
hr {
  border-color: #ECECEC;
}
.color-brown {
  color: #000000;
}
.address-bx {
  border: solid 2px #ECECEC;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.full-width {
  width: 100%;
}
.payment-btns {
  float: left;
  margin-bottom: 10px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
  margin-top: 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all ease-in .3s;
  border: solid 2px #ECECEC;
  padding: 15px;
  color: #000000 !important;
  font-weight: bold;
  width: 100%;
  background-position: left 20px center;
}
.payment-btns span {
  float: right;
  color: #E4002B !important;
}
.payment-btns:hover {
  background-color: #ECECEC;
}
.payment-btns img {
  height: 15px;
}
.sizes-bx-dv .white-item-box-big img {
  max-width: 100%;
}
.payment-btns.active-pay {
  background-image: url("../../assets/images/check.svg");
  background-size: 15px;
  background-position: left 20px center;
  background-color: #ECECEC;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.card-nbr {
  width: calc(100% - 120px);
  float: left;
}
.visa-master {
  width: 120px;
  float: left;
  text-align: right;
  margin-top: 35px;
}
.visa-master img {
  width: 100px;
}
.max-lmt {
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: #999;
  font-size: 13px;
}
.footer-btn-width {
  width: 250px !important;
  max-width: 100% !important;
}
.alert-bx {
  display: flex;
  width: 100%;
  padding: 20px;
  background-color: #E73C3E;
  float: left;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.alt-icn {
  width: 75px;
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  float: left;
  line-height: 1;
  text-align: center;
}
.alt-txt {
  width: calc(100% - 75px);
  height: auto;
  float: left;
}
.alt-txt p {
  color: #ffffff;
}
.alt-txt h3 {
  color: #ffffff;
  font-weight: bold;
}
.popu-center {
  margin: auto;
  width: 300px;
  max-width: 100%;
}
h5 {
  font-size: 1.15rem;
}
.form-control {
  font-size: 1rem;
}
.apply-job {
  border-radius: 10px;
  padding: 20px;
  transition: all ease-in .3s;
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.coupn-cde-txt {
  font-weight: bold;
}
.share-icn {
  width: 50px;
  border-radius: 50px;
}
.share-box-div {
  width: 350px;
  margin: auto;
  max-width: 100%;
}
.share-box-div h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}
.share-icon-btn {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px 0;
}
.share-icon-btn p {
  color: #999;
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  transition: all ease-in .3s;
}
.share-icon-btn:hover p {
  color: #E4002B;
}
.cpn-code-btn {
  width: auto !important;
}
.cpn-code-btn img {
  filter: brightness(100);
}
.align-left-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.order-delivery-details .image-icon img {
  width: 50px;
}
.align-right-column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.edit-btn-div {
  height: 30px;
  margin-left: 5px;
  opacity: 1;
  transition: all ease-in .5;
}
.edit-btn-div:hover {
  opacity: .7;
}
.edit-btn-div img {
  height: 30px !important;
}
.qr-box {
  width: 120px;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
}
.qr-cnt-box {
  width: calc(100% - 120px);
  float: left;
}
.title h1 {
  color: #38312D;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.timer-bx {
  border: 2px solid #ECECEC;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.progress {
  height: 8px;
  margin-top: 5px;
}
.progress-bar {
  background-color: #E4002B;
}
.promo-btns {
  width: 200px;
  margin: auto;
}
.reward-code p {
  color: #999999;
  font-weight: bold
}
.copy-icn {
  border-radius: 0 !important;
  width: 19px;
  height: 19px;
  margin: 0;
  margin-top: -5px;
}
.bdr-bx {
  border-radius: 10px;
  border: solid 2px #ECECEC;
  padding: 20px;
  float: left;
  width: 100%;
  height: auto;
}
.light-bray {
  color: #999999;
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
.apply-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px;
  padding: 15px;
  text-align: center;
}
.address-box .h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #E4002B;
  text-align: left;
}
.apply-promo .h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.apply-promo p {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}
.promo-code-bx {
  width: 150px;
  margin: auto;
  padding: 5px;
  background-color: #ffffff;
  border: #E4002B 2px dashed;
  border-radius: 10px;
}
.promo-code-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #E4002B !important;
  text-transform: uppercase;
}
/*swiper start*/
.swiper {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 45px;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 45px;
  right: auto;
}
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #E4002B;
  width: 13px;
  height: 13px;
}
.swiper-head {
  color: #E4002B;
  font-size: 1.3em;
  font-weight: bold;
}
.slider-box p {
  color: #000000;
  font-size: 15px;
  margin-top: 20px;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 25px);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 50%;
  right: auto;
  margin-left: -225px;
  width: 50px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 50%;
  left: auto;
  margin-right: -225px;
  width: 50px;
}
.swiper-backface-hidden .swiper-slide {
  margin-bottom: 0px;
}
/*swiper end*/
.lyalty-levels {
  color: #76787A;
  font-size: 16px;
  text-align: left !important;
  margin-bottom: 0px;
}
.lyalty-levels span {
  font-weight: bold;
  color: #E4002B;
}
.orange-level {
  color: #E4002B;
}
.not-active {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.clr-orange {
  color: #E4002B !important;
}
.clr-black {
  color: #000000 !important;
}
.apply-overlay .category-text {
  color: #ffffff !important;
  text-align: center;
  text-transform: capitalize;
}
.apply-overlay p {
  color: #ffffff !important;
  text-align: center;
}
.tier-levels-bdr {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 20px;
  padding-bottom: 0;
  border: solid 2px #ECECEC;
  border-radius: 10px;
}
.eat-points .icon img {
  width: 40px;
}
.reward-text {
  text-align: center;
  width: 250px;
  max-width: 100%;
  margin: auto;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.reward-tier .nav-tabs li {
  margin-right: 0;
}
.pd-1 {
  padding: 1rem
}
.qr-code-scan {
  width: 30px;
  float: right;
  margin-right: 0px;
  margin-top: 15px;
  margin-left: 10px;
}
.redeem-code .box-background {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.redeem-code .apply-overlay {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.blank-div {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blank-div p {
  color: #999999;
  font-size: 18px;
  font-weight: normal;
}
.img-bx-cus {
  width: 70px;
  height: 70px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mid-bx {
  width: calc(100% - 210px);
  color: #000000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.last-bx {
  width: 140px;
  color: #000000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}
.mid-bx-small {
  width: 100%;
  color: #000000;
  float: left;
  font-size: 13px;
  height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.last-bx-small {
  width: 16px;
  height: 70px;
  color: #000000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  padding-top: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}
.wallet-right-bdr {
  width: 100%;
  float: left;
  border: solid 2px #ECECEC;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}
.transaction-scroll {
  width: 100%;
  float: left;
  height: 517px;
  overflow: auto;
  padding: 20px;
  padding-top: 0;
}
.wallet-trans-bx {
  width: 100%;
  /* justify-content: space-between; */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border: solid 1px #eeeeee;
  border-radius: 10px;
  padding: 25px;
  margin: 15px 0px;
}
.wallet-trans-bx h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: right;
  color: #3A913F;
}
.wallet-trans-bx .col-4 {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.wallet-trans-bx .activity-details h3 {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
  color: #999999;
}
.wallet-trans-bx .activity-details p {
  margin: 5px 0 0;
  color: #999999;
  font-size: 14px;
}
.transaction-scroll p {
  color: #999999;
}
.red-color {
  color: #e4002b !important;
}
.pad-20 {
  padding: 20px;
  width: 100%;
  float: left;
}
.form-control-lg {
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  padding: 0;
  font-size: 2.5rem;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
  border-radius: 10px;
  color: #000000;
  margin-bottom: 20px;
}
#header .bg-dark {
  background-color: #E4002B !important;
}
.social-icons-links a img {
  width: 50px;
}
section h1 {
  text-transform: inherit;
  font-size: 2rem;
}
.orange-color-bg {
  background-color: #E4002B !important;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
.orange-color-bg .cnt-style {
  color: #ffffff;
}
.orange-color-bg .cnt-details {
  color: #ffffff;
}
.h3, h3 {
  font-size: 1.5rem;
}
.header-mr h1 {
  text-transform: uppercase;
  font-size: 2.7rem;
}
.header-mr .dark-color {
  color: #E4002B;
  text-align: center;
}
.footer-links a:before {
  color: #E4002B;
}
.black-color {
  color: #000000;
}
.orange-bg {
  background-color: #E4002B;
}
.logo-box.reward-logo img {
  height: 26px;
  width: auto !important;
}
.location-text.default {
  background-color: #6BAAD3;
  color: #ffffff;
  min-width: 150px;
}
.promo-code-bx p {
  color: #999999 !important;
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #E4002B;
  border-color: #E4002B;
}
.location-pointer {
  position: absolute;
  right: 50%;
  top: 200px;
}
.location-pointer img {
  width: 40px;
}
.popover {
  font-family: 'Knockout', sans-serif;
  border-radius: 10px;
  border: solid 2px #E4002B;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  color: #E4002B;
  text-align: center;
  padding-top: 1rem;
}
.popover-body {
  padding: 1rem 1rem;
  color: #38321d;
  text-align: center;
  padding-top: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  border-top-color: #E4002B;
}
.accordion-body {
  color: #000000;
  background: #ffffff;
  padding: 0;
  border-radius: 0px;
  padding-top: 5px;
}
.head-mrg {
  margin-top: 12rem;
}
.customization-sec .accordion-body {
  color: #000000;
  background: transparent;
  padding: 0;
  border-radius: 0px;
}
.modal-body .title h1 {
  text-align: center;
}
.sizes-bx-dv {
  width: 130px;
  margin-right: 10px;
  float: left;
  display: flex;
  justify-content: center;
}
.sizes-bx-dv .mid-bx-small {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.disable-style {
  border: solid 1px #999999 !important;
  background-color: #999999 !important;
  cursor: default;
}
.disable-style:hover {
  border: solid 1px #999999 !important;
  background-color: #999999 !important;
}
.sidenav .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.sidenav .accordion-button {
  color: #E4002B;
  border: solid rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
  border: 0;
}
.sidenav .accordion-button:hover {
  color: #E4002B;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
}
.accordion-button:active, .accordion-button:focus, .accordion-button:visited {
  color: #E4002B;
  box-shadow: none;
  outline: none;
}
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}
.sidenav .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0px;
  box-shadow: none;
  outline: none;
  border: 0;
}
.cart-textbox p {
  font-size: 18px;
  color: red;
}
.repeat-alert-pop .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 24px;
}
/*customer feedback start*/
.question-txt {
  color: #000000;
  font-size: 1.45rem;
  text-align: left;
}
.footer-bottom {
  position: fixed;
  bottom: 0;
  padding-top: 0 !important;
  width: 100%;
  z-index: 2000;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.header-mr-csat {
  margin-top: 7rem;
  margin-bottom: 2.5rem;
}
.sub-question-txt {
  margin-bottom: 30px;
  color: #EF6A1F;
  font-size: 1.3rem;
  margin-top: 30px;
  text-align: left;
}
.header-mr-csat label {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.rating {
  border: 1px #cccccc solid;
  display: flex;
  font-size: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.rating input {
  display: none;
}
.rating label {
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000000;
  cursor: pointer;
  margin-bottom: 0;
}
.rating label {
  border-left: 1px #cccccc solid;
  transition: .3s;
}
.rating input[type='radio']:hover + label, input[type='radio']:checked + label {
  background: #E4002B;
  color: #fff;
  border: 0;
}
.modal-header {
  padding: 20px;
}
.modal-footer {
  padding: 20px;
}
/*SUVEY END*/
.custo-border {
  position: relative;
  min-height: 80px;
}
.custo-border .changedeliverytime {
  position: absolute;
  right: 14px;
  top: 8px;
}
.currency-text {
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  padding: 0 20px 0 0;
  font-size: 2.5rem;
  margin-top: 20px;
  line-height: 1;
  font-weight: bold;
  border-radius: 10px;
  color: #000000;
  margin-bottom: 20px;
  border-left: 0;
}
.bg-Pending {
  background-color: #E8C60D !important;
}
.bg-Accepted {
  background-color: #00A3E0 !important;
}
.bg-Preparing {
  background-color: #58D999 !important;
}
.bg-Ready {
  background-color: #19E37E !important;
}
.bg-Driver-Assigned {
  background-color: #7BBEA9 !important;
}
.bg-Out-for-Delivery {
  background-color: #299f7a !important;
}
.bg-Delivered {
  background-color: #2f9f29 !important;
}
.bg-Cancelled {
  background-color: #c60404 !important;
}
.bg-Suspended {
  background-color: #1B2741 !important;
}
.bg-Closed {
  background-color: #0A41BE !important;
}
.bg-Failure {
  background-color: #e80f0f !important;
}
.bg-Unknown {
  background-color: #cccccc !important;
}
.bg-Payment-Pending {
  background-color: #dabf0b !important;
}
.bg-Payment-Failed {
  background-color: #e73c3e !important;
}
.bg-Payment-Successful {
  background-color: #3A913F !important;
}
.bg-Payment-Status-Unknown {
  background-color: #999999 !important;
}
.bg-Cancelled-By-Store {
  background-color: #d1384a !important;
}
.bg-Cancelled-By-User {
  background-color: #df2138 !important;
}
.bg-Future {
  background-color: #dcb103 !important;
}
.bg-Transferred {
  background-color: #03dcbb !important;
}
.bg-Rejected {
  background-color: #dc5f03 !important;
}
.bg-Delayed {
  background-color: #dc9c03 !important;
}
.enter-amount-txtbox {
  border-right: 0 !important;
}
.enter-amount-txtbox:focus {
  background-color: #ffffff;
  border: solid 1px #eeeeee !important;
  border-right: 0 !important;
  box-shadow: none;
}
input.enter-amount-txtbox::-webkit-outer-spin-button, input.enter-amount-txtbox::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.minmax-amount {
  color: #999999;
  font-size: 14px;
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  vertical-align: text-bottom;
}
.btn .icon-rate {
  background-image: url("../../assets/images/rate-this-order.svg");
  transition: all ease-in .3s;
}
.btn:hover .icon-rate, .btn:focus .icon-rate {
  background-image: url(../../assets/images/star-icon-white.svg);
}
.btn .icon-addFave {
  background-image: url(../../assets/images/fav-2.svg);
  transition: all ease-in .3s;
}
.btn:hover .icon-addFave, .btn:focus .icon-addFave {
  background-image: url(../../assets/images/fav-white-2.svg);
}
.btnCart {
  margin-left: 15px;
}
button.apply-btn {
  margin-right: 5px;
}
.white-btn input {
  display: none;
}
.white-btn-main-bx {
  position: absolute;
  left: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  z-index: 1000;
  top: 60px;
}
.white-btn-bx {
  width: auto;
  min-width: 915px;
}
.white-btn {
  padding: 6px 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  float: left;
  width: auto;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in .3s;
}
.white-btn img {
  height: 12px;
  margin-right: 5px;
}
.white-btn:hover, .white-btn.active {
  background-color: #E4002B;
  color: #ffffff;
}
.white-btn:hover img, .white-btn.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.getStoresMap {
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container.cls_data_container_block {
    max-width: 1170px;
  }
}
.order-warning {
  background-color: #f9f9f9;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  height: auto;
  align-items: center;
}
.order-warning .order-warning-icn {
  float: left;
  margin-right: 10px;
}
.order-warning-txtbox {
  float: left;
}
.order-warning-txtbox .block-title {
  margin: 0 !important;
  color: #E4002B !important;
}
.order-warning-txtbox p {
  margin: 0;
}
.currency-value .currency-text {
  border: 0;
}
input[type="search"]::-webkit-search-decoration {
  align-self: flex-end !important;
}
.customization-sec .white-item-box-img-big.aligner {
  width: 70px;
  text-align: center;
}
.offer-bx {
  padding-top: 50% !important;
  width: 100% !important;
  min-height: auto !important;
  border-radius: 10px;
}
.offer-bx .apply-overlay {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.scr-main {
  width: 100%;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: nowrap;
}
.share-cr-tab {
  width: 100% !important;
  border: 2px solid #E4002B !important;
  padding: 7px 10px !important;
  font-weight: bold;
  text-align: center !important;
  margin-right: 0 !important;
}
.add-to-cart-mobile {
  display: none;
}
.count-mobile {
  display: none;
  margin-bottom: 20px;
}
.white-item-box-text-big {
  width: 100% !important;
  display: flex;
}
.btn-xs {
  padding: 3px 15px;
  font-weight: 900;
  font-size: 12px;
  border-radius: 6px;
}
.img-bx-cus {
  margin-right: 10px;
}
.milk-active-box {
  background-color: #ECECEC;
}
.milk {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding: 0 15px;
}
.milk-active-box:hover {
  background-color: #ECECEC;
}
.milk-active-box .col-md-12 {
  color: #000000;
}
.milk .check-selected {
  opacity: 0;
}
.milk.milk-active-box .check-selected {
  opacity: 1;
}
.milk .white-item-box-text-big {
  width: calc(100% - 10px);
}
.milk-active-box p {
  color: #000000;
}
.milk-active-box .mid-bx-small {
  color: #000000;
}
.bdr-bx .customize-head {
  text-transform: capitalize;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.offers-btn-box {
  white-space: nowrap;
  display: flex;
}
.offers-btn {
  background-color: white;
  border: dashed 2px #cccccc;
  border-radius: 5px;
  color: #666666;
  height: auto;
  width: auto;
  padding: 8px 20px;
  float: left;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all ease-in .3s;
  margin: 5px 10px;
  margin-left: 0;
  position: relative;
  text-align: center;
}
.offers-btn:hover, .offers-btn:active, .offers-btn:focus {
  background-color: #E4002B;
  border: dashed 2px #E4002B;
  color: #ffffff;
}
.scroll-bx {
  float: left;
  width: 400px;
  max-width: 100%;
  overflow: auto;
}
.close-small {
  position: absolute;
  z-index: 2000;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  transition: all ease-in .3s;
  text-align: center;
}
.price-size {
  font-size: 16px;
  white-space: nowrap;
}
.orange-bdr {
  border: dashed 2px #E4002B;
  color: #000000;
  padding: 20px 30px;
}
.scroll-dv-new {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
}
.scr-next, .scr-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -23px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 0 !important;
  color: #ffffff;
  text-align: center;
  opacity: .7;
  transition: all .3s ease;
  background-color: #E4002B;
  border: 0;
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
/*.scr-next:hover, .scr-prev:hover {
  background-color: #E4002B;
  opacity: 1;
  border: 0;
  outline: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.scr-next:focus, .scr-prev:focus {
  background-color: #E4002B;
  opacity: 1;
  border: 0;
  outline: none;
}*/
.scr-prev {
  right: 0;
}
.list-group-item .promo-code {
  padding-left: 0px;
  padding-right: 0px;
}
.currency-value {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.col-md-4.mx-auto.mb-3.w-auto {
  margin-left: 0 !important;
}
.survey-answer-box .form-box-center {
  margin-left: 0 !important;
}
.survey-answer-box p {
  text-align: left !important;
}
.btn.btn-primary.next-btn.ful-width {
  padding: 0.5rem 1.8rem;
  font-size: 1rem;
}
.badge-number {
  background: #E4002B;
  padding: 2px 5px;
  display: flex;
  line-height: normal;
  align-items: center;
  margin: 0;
  margin-left: 5px;
}
.product-name-des {
  width: 100%;
  position: relative;
}
/*home menu swiper start*/
.fav-mnu .swiper {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  padding: 5px 3px;
}
.fav-mnu .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.fav-mnu .slider-box {
  border-radius: 10px;
  padding: 20px;
  width: 400px;
  max-width: 100%;
  height: auto;
  background: #ffffff;
  border: solid 2px #ECECEC;
}
.fav-mnu .swiper-button-next:after, .fav-mnu .swiper-button-prev:after {
  font-size: 0;
}
.fav-mnu .swiper-button-next, .fav-mnu .swiper-rtl .swiper-button-prev {
  right: 45px;
  left: auto;
}
.fav-mnu .swiper-button-prev, .fav-mnu .swiper-rtl .swiper-button-next {
  left: 45px;
  right: auto;
}
.fav-mnu .swiper-pagination-bullet {
  background: #ECECEC;
  opacity: 1;
}
.fav-mnu .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #E4002B;
  width: 13px;
  height: 13px;
}
.fav-mnu .swiper-button-next, .fav-mnu .swiper-button-prev {
  top: calc(50% - 25px);
}
.fav-mnu .swiper-button-prev, .fav-mnu .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  margin-left: 0px;
}
.fav-mnu .swiper-button-next, .fav-mnu .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  margin-right: 0px;
}
.swiper-slide .item-box {
  width: 100%;
  max-width: 100%;
  float: left;
  margin-right: 0;
  margin-bottom: 30px;
}
/*home menu swiper end*/
.swiper-slide .menu-item-img img {
  height: auto !important;
}
.header-mr.bg-light-bc.mb-0.h-auto {
  display: inherit;
}
.bdr-pink {
  border-color: #E4002B !important;
}
.connect li img {
  height: 10px;
}
.box-background-big .brown-overlay h1 {
  text-transform: uppercase !important;
}
.fav-menu-bg {
  background-image: url("../images/fav-menu-bg.jpg");
  background-size: 100%;
}
.tab-pane h1 {
  font-family: 'Sanchez Niu';
}
.sidenav .accordion-button::after {
  background-image: url(../../assets/images/header/rightCaret.svg);
}
.sidenav .accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/images/header/rightCaret.svg);
}
.sidenav .accordion-button:hover, .sidenav .accordion-button:active, .sidenav .accordion-button:focus, .sidenav .accordion-button:visited {
  color: rgba(0, 0, 0, .7);
}
.custo-border img {
  filter: brightness(10);
}
/*JJ CSS*/
.text-black {
  color: #000000 !important;
}
.header-inner.shadow.bg-black {
  background-color: #000000 !important;
}
.header-inner {
  display: flex;
  align-items: center;
}
.menu-icon {
  width: 30px;
  float: right;
  margin-right: 0px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 3px;
  color: #ffffff;
  cursor: pointer;
  transition: all ease-in .3s;
}
.desktop-view {
  display: block;
  padding-top: 0px;
}
.menuLinks {
  display: flex;
  align-items: center;
}
.menuLinks a {
 color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 15px;
    padding-top: 0;
    float: right;
}
.menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-box {
  height: auto;
  width: auto;
  margin-bottom: -91px;
}
.logo-box img {
  width: 150px !important;
  height: auto;
}
.other-actions {
  color: #ffffff;
}
.notification-circle {
  background-color: #000000;
  border: 2px solid #ffffff;
  min-width: 19px;
  height: 19px;
  border-radius: 100px;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.4;
  position: absolute;
  margin-left: 10px;
  margin-top: -32px;
}
.topActButton {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.languageBtn {
  cursor: pointer;
  margin-right: 15px;
  color: #ffffff;
  transition: all ease-in .3s;
}
.userSign {
  padding: 0 !important;
}
.userSign a {
  color: #ffffff;
  font-weight: normal;
  padding-left: 15px;
}
.iconDropDown {
  font-weight: normal;
  font-family: 'Knockout', sans-serif;
}
.iconDropDown::after {
  content: "\f229";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.sidenav {
  height: 100vh;
  width: 400px;
  position: fixed;
  z-index: 9000;
  top: 0;
  right: -500px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: 5px 10px 15px 0px rgb(50 50 50 / 20%);
  -moz-box-shadow: 5px 10px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 5px 10px 15px 0px rgb(50 50 50 / 20%);
}
.sidenav-right {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 9000;
  top: 0px;
  right: -400px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: -5px 10px 15px 0px rgb(50 50 50 / 20%);
  -moz-box-shadow: -5px 10px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: -5px 10px 15px 0px rgb(50 50 50 / 20%);
}
/*.carousel {
    margin-top: 9.4rem;
    margin-bottom: 1.5rem;
}*/
.carousel-item {
  height: calc(100vh - 140px);
  background-size: cover !important;
  max-height: 900px;
  background-position: center;
}
.site-footer h6 {
  font-weight: 900;
  text-transform: uppercase;
  color: #E4002B
}
.dlApp a img {
  width: 128px;
  height: 40px;
}
.dlApp a img:first-child {
  margin-right: 5px;
}
.contactUs {
  padding: 20px 0 0px 0;
  float: left;
}
.sidenav-right .closebtn {
  float: right;
  margin-right: 25px;
  padding-top: 35px;
  margin-left: 0;
  transition: all ease-in .3s;
  opacity: 1;
}
.userBox {
  background-color: #F1F1F1;
  border-radius: 10px;
  height: auto;
  margin-top: 37px;
  display: block;
}
.userBoxPositioned {
  position: relative;
  bottom: 37px;
}
.btn-block {
  width: 100%;
  margin-top: 20px;
}
body.sidenav-open, body.sidenav-right-open, body.sidenav-right-signedin-open {
  overflow: hidden !important;
}
a.languageBtn:focus, a.languageBtn:hover {
  color: #e4002b;
}
.carousel-caption {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
  background-color: transparent;
  padding: 50px;
  width: 100%;
  height: 100%;
  align-items: center;
  vertical-align: middle;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.carousel-caption p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}
.indicators-box {
  background-color: transparent;
  position: absolute;
  left: 85px;
  bottom: 20px;
  width: 200px;
  height: 40px;
  z-index: 2;
}
.carousel-control-next, .carousel-control-prev {
  background-color: transparent;
}
/*BUTTONS*/
.btn {
  border-radius: 0px;
}
.btn-primary {
  background-color: #E4002B;
  border: solid 1px #E4002B;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #000000;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-primary:active {
  background-color: #000000;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-primary:focus {
  background-color: #000000;
  border: solid 1px #E4002B;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-white {
  background-color: #FFFFFF;
  border: solid 1px #000000;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
  color: #000000;
}
.btn-white:hover {
  background-color: #000000;
  border: solid 1px #ffffff;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-white:active {
  background-color: #000000;
  border: solid 1px #ffffff;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-white:focus {
  background-color: #000000;
  border: solid 1px #ffffff;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-black {
  background-color: #000000;
  border: solid 1px #000000;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
  color: #ffffff;
}
.btn-black:hover {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-black:active {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-black:focus {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
/*BUTTONS*/
.indicatorCircles {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100vh - 140px);
}
.indicatorCircles .carousel-indicators {
  position: relative;
  right: 0px;
  bottom: 0px;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 98px;
  flex-direction: column;
  height: 100%;
  align-items: center;
  margin-bottom: 0;
}
.indicatorCircles .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .5;
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.indicatorCircles .carousel-indicators .active {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}
.jjRewardsContainer {
  background-color: #000000;
  width: 100%;
  display: flex;
}
.jjRewardsBox1 {
  background-color: #000000;
  width: 70%;
  float: left;
  padding: 30px 100px;
  display: flex;
  align-items: center;
}
.jjRewardsBox2 {
  background-color: #ffffff;
  width: 30%;
  float: left;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.jjRewardsBox2 img {
  width: 180px;
  margin-bottom: 10px
}
.jjRewardsBox2 p {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.jjRewardsPts, .jjRewardsIcon {
  float: left;
}
.jjRewardsPts {
  margin-left: 30px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.jjRewardsPts .jjText {
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem
}
.BalancePts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.BalancePtsText p {
  margin: 0;
  color: #FFFFFF;
}
.BalancePtsText .txt1 {
  font-weight: 500;
  font-size: 1.2rem;
}
.BalancePtsText .txt2 {
  font-weight: 900;
  font-size: 2rem;
}
.BalancePtsText .txt2 span {
  font-weight: 400;
  font-size: 2rem;
}
.bgRed {
  background-color: #E4002B !important;
}
.bgWhite {
  background-color: #FFFFFF !important;
}
.bgBlack {
  background-color: #000000 !important;
}
.redContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.redSecContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
  text-align: center;
}
.redSecContainer img {
  height: 100px;
  width: auto;
}
.redSecContainer h6 {
  font-family: 'Blankenhorn LL Script';
  font-size: 3rem;
  text-align: center;
  margin-top: -20px;
}
.redSecContainer span {
  font-family: 'Knockout';
  font-weight: 900;
}
.redSecContainer p {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blackSeparator {
  width: 2px;
  height: 150px;
  background-color: #000000;
}
.imageBG {
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
}
.header-filter {
  position: relative;
}
.header-filter:before, .header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}
.header-filter::before {
  background: rgba(0, 0, 0, 0.5);
}
.clear-filter::before {
  background: none;
}
.black-filter:after {
  background: rgba(0, 0, 0 0.64);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 0;
}
.menuCategory {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
}
.menuCategory .categoryBox {
  display: flex;
  width: 33.33%;
  height: 380px;
  align-items: center;
  justify-content: center;
}
.menuCategory .categoryBox p {
  color: #FFFFFF;
  font-family: 'Blankenhorn LL Script';
  font-size: 4rem;
  text-align: center;
  z-index: 2;
  line-height: 1em;
}
.categoryBox .seeAllCategContent {
  text-align: center;
  z-index: 2;
}
.dlAppSec {
  display: flex;
  width: 100%;
  height: 380px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.dlAppContent, .bannerContent {
  text-align: center;
  z-index: 2;
}
.dlAppContent h2, .bannerContent h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
}
.dlAppContent p, .bannerContent p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.botBanner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.botBanner .botLeftBanner {
  width: 66.66%;
  height: auto;
}
.botBanner .botLeftBanner .firstBanner {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.botBanner .botLeftBanner .secondBanner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.botBanner .botLeftBanner .secondBanner .smallBanners {
  width: 50%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.botBanner .botRightBanner {
  width: 33.33%;
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faveSection {
  background-color: #000000;
  height: auto;
}
.faveSection .faveSecBG {
  width: 100%;
  height: 100%;
  background-image: url(../images/banner/faveBG1.png), url(../images/banner/faveBG2.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  text-align: center;
  background-color: transparent;
  flex-shrink: none;
}
.circle-img {
  margin: auto;
  border-radius: 100%;
  border: solid 5px #db0007;
  background-image: url(../images/banner/bannerSec1a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper {
  padding-bottom: 30px !important;
}
.swiper-slide .circle-img {
  width: 300px;
  padding-top: 300px;
  transition: all ease-in .3s;
  margin-top: 10%;
}
.swiper-slide-active .circle-img {
  width: 100%;
  padding-top: 100%;
  transition: all ease-in .3s;
  margin-top: 0px;
}
.swiper-button-next, .swiper-button-prev, .carouselArrowPrev, .carouselArrowNext {
  height: 50px;
  width: 50px;
  top: 50% !important;
  color: #e4002b !important;
  border: solid 2px #E4002B;
  border-radius: 50%;
  background-color: #E4002B;
  padding: 0;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  border: solid 2px #E4002B;
  background-color: #000000;
}
.swiper-button-next i, .swiper-button-prev i {
  color: black;
  font-size: 20px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0 !important;
  margin-left: 0;
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0 !important;
  margin-right: 0;
  left: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-slide-prev, .swiper-slide-next {
  opacity: 0.5;
}
.swiper-slide-prev .itemBox, .swiper-slide-next .itemBox {
  width: 50%;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -30px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: .5;
  width: 13px;
  height: 13px;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff;
  width: 13px;
  height: 13px;
}
.itemBox {
  width: 340px;
  height: auto;
  border-radius: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.itemBox .card {
  border-radius: 10px;
}
.cardHeader {
  position: relative;
}
.cardHeader img {
  width: 100%;
}
.cardHeader img, .cardHeader {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.menuText h6 {
  color: #e4002b;
  font-size: 1.1rem;
  font-weight: 900;
}
.menuText p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.faveTextBox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faveTextBox span {
  color: #E4002B;
  font-family: 'Blankenhorn LL Script';
  font-size: 7rem;
  margin: 0 30px;
}
.faveTextBox img {
  width: 40px;
}
.menuMobileView, .userMobileView {
  display: none;
}
.slider-right-box {
  position: absolute;
  right: 0;
  top: 5%;
  width: 100px;
  color: #000000;
  background-color: #ffffff;
  z-index: 20;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 15px;
  height: auto;
  transition: 0.5s;
}
.orderSandwichTxt {
  border-bottom: none;
  text-transform: uppercase;
  padding: 15px;
  font-size: .8rem;
  line-height: normal;
  font-family: 'Knockout', sans-serif;
  font-weight: 900;
  text-align: center;
  float: left;
  width: 100%;
  color: #000000;
}
.orderSandwichTxt span {
  font-family: 'Blankenhorn LL Script';
  text-transform: capitalize;
  color: #E4002B;
  font-size: 1rem;
}
.arrowCollapse {
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  background-color: transparent;
}
.arrowCollapse:focus {
  border: none;
  outline: none;
  background-color: transparent;
}
.arrowCollapse img {
  height: 16px;
  width: auto;
}
.orderContent {
  padding: 0;
  display: none;
  background-color: #ffffff;
  transition: 0.5s;
}
.pickDeliverBtn {
  color: #e4002b;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.10);
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  font-size: .8rem;
  float: left;
  background-color: transparent;
  transition: all ease-in .3s;
  display: flex;
  flex-direction: column;
}
.pickDeliverBtn:hover {
  color: #000000;
}
.jjRewardsGuestBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.jjRewardsGuestBox span {
  font-weight: 900;
  text-transform: uppercase;
  color: #E4002B;
  font-size: 4rem;
  z-index: 2;
}
.jjRewardsGuestBox img {
  height: 70px;
  width: auto;
  position: relative;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}
.jjRewardsHow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 35px;
  height: 70px;
  z-index: 3;
}
.jjRewardsHow span {
  font-family: 'Blankenhorn LL Script';
  color: #000000;
  font-size: 5rem;
  margin: 0 30px;
}
.jjRewardsHow img {
  height: 30px;
  width: auto;
}
.otherPageBanners {
  margin-top: 6.2rem;
}
.allPageBannerSec {
  display: flex;
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
	
}
.allPageBanner {
  text-align: left;
  z-index: 2;
  width: 100%;
}
.allPageBanner h1 {
  font-family: 'Blankenhorn LL Script';
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1em;
}
.allPageBanner p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.allPageBannerSec.black-filter:after {
  background: rgba(0, 0, 0 0.64);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: 0;
}
.aboutTabScroll {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.aboutTabScroll .nav-tabs .nav-link {
  border-radius: 5px;
  background-color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  color: #000000;
  font-weight: 900;
  padding: 9px 30px;
  margin-bottom: 10px;
  outline: none !important;
  border: 4px solid #000000;
  transition: all ease-in .3s;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.aboutTabScroll .nav-tabs .nav-item.show .nav-link, .aboutTabScroll .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #e4002b;
  border-color: #000000;
  outline: none;
}
.aboutTabScroll .nav-tabs .nav-link:hover {
  background-color: #000000;
  border-color: #E4002B;
  color: #FFFFFF
}
.aboutStars {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/line.png");
  background-repeat: repeat-x;
  background-position: center;
}
.aboutStars img {
  height: 30px;
  width: auto;
  margin: 0 10px;
}
.aboutStars-dv {
  background-color: #ffffff;
}
h2.aboutUsHeading {
  color: #000000;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.aboutSec1, .aboutSec2, .aboutSec5 {
  margin-bottom: 50px;
}
.aboutSec3 {
  background-color: #000000;
  padding: 100px 0;
}
.aboutSec4 {
  background-color: #E4002B;
  margin-bottom: 50px;
}
.aboutSec6 {
  background-color: #000000;
}
.aboutSec1 p {
  text-align: center;
  font-size: 1rem;
}
.aboutTextBox h3 {
  color: #000000;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.aboutTextBox h6 {
  color: #E4002B;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
.aboutTextBox p {
  text-align: center;
}
.aboutImgBox {
  text-align: center;
}
.aboutImgBox img {
  max-height: 100%;
  width: 100%;
  border-radius: 20px;
}
.redTopSepBG {
  width: 100%;
  height: 100%;
  background-image: url(../images/bodyImages/aboutRedSeparator.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 100px 0 0;
}
.blackTopSepBG {
  width: 100%;
  height: 100%;
  background-image: url(../images/bodyImages/aboutBlackSeparator.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.redBotSepBG {
  width: 100%;
  height: 100%;
  background-image: url(../images/bodyImages/aboutRedBotSeparator.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.textWhite {
  color: #FFFFFF !important;
}
.textBlack {
  color: #000000 !important;
}
.textRed {
  color: #E4002B !important;
}
.aboutImgBox img.imgSides {
  max-height: 100%;
}
/***********ABOUT TIMELINE**********/
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #E4002B;
  top: 15px;
  bottom: 0;
  left: 25%;
  margin-left: -7px;
}
/* Container around content */
.timeline .container {
  padding: 0px 40px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  background-color: white;
  border: 4px solid #ffffff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  background: url(../images/icons/iconStarBlackWhiteBG.svg) no-repeat 0 0;
  background-size: 100%;
}
/* Place the container to the left */
.timeline .left {
  left: 0;
}
/* Place the container to the right */
.timeline .right {
  left: 0;
}
/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  /*height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;*/
}
/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -30px;
}
/* The actual content */
.timeline .content {
  padding: 0;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}
.timelineYear {
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid #EEEEEE;
}
.timelineYear h2 {
  font-weight: 900;
  color: #E4002B;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: .8em;
}
.timelineContentBox {
  padding: 20px 30px;
  text-align: center;
}
.timelineContentBox h3 {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}
.timelineContentBox p {
  text-align: center;
}
.timelineContentBox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 2px solid #E4002B;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .timeline .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .timeline .left::after, .right::after {
    left: 15px;
  }
  /* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}
.accordion-item {
  border: 2px solid #000000;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all .8s;
}
.accordion-item:hover, .accordion-item:active, .accordion-item:focus {
  border: 2px solid #E4002B;
}
.accordion-item.active {
  border: 2px solid #E4002B;
}
.accordion-flush .accordion-button {
  text-align: left;
  text-transform: uppercase;
  border: 0;
  font-family: 'Knockout', 'sans-serif';
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 0px !important;
  margin: 10px 0;
  font-size: 1.1rem;
  background-color: #ffffff;
  color: #000000;
  border-bottom: none;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-left: auto;
  content: "";
  background-image: url(../../assets/images/icons/iconCaretDown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../../assets/images/icons/iconCaretDown.svg);
  transform: rotate(0deg);
}
.accordion-collapse {
  padding: 0 20px;
}
.faqTitle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.faqTitle h2 {
  color: #E4002B;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 2.5rem;
  margin-left: 10px;
}
.contactUsTitles {
  font-weight: 900;
      font-size: 3rem;
    font-family: "Blankenhorn LL Script";
}
.contactUsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
}
.contactUsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 110px;
}
.contactUsContent .form-group {
  margin-bottom: 10px;
}
.contactUsContent label {
  color: #ffffff;
}
.contactUsContent .form-control {
  border-radius: 5px;
}
.contactUsContent .footer-links li {
  display: block;
  margin-bottom: 10px;
}
.sidenav .accordion-button::after {
  transform: rotate(0deg);
}
.sidenav .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.nutritionLegendBox {
  background-color: #E5E5E5;
  border-radius: 10px;
  padding: 25px 20px 20px;
}
.nutritionLegendText {
  font-weight: 900;
  color: #000000;
  font-size: 1rem;
  text-align: center !important;
  margin-bottom: 0.5rem;
}
.nutritionLinks {
  padding: 20px;
  border: 2px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.1rem;
  border-radius: 10px;
  margin-bottom: 8px;
}
.nutritionLinks:hover {
  border: 2px solid #e4002b;
  color: #e4002b;
}
.nutritionLinks img {
  transform: rotate(-90deg)
}
.menu-txt-box .accordion .accordion-item, .linksBox .accordion .accordion-item {
  border: none;
}
.sidenav .accordion-button:hover, .sidenav .accordion-button:active, .sidenav .accordion-button:focus, .sidenav .accordion-button:visited {
  color: #000000;
}
.nutritionAllergenTitle {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 20px;
}
.allergenLegendContent {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.allergenLegendContent img {
  margin-right: 10px;
  width: 20px;
  height: auto;
}
.allergenLegendNumber {
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1em;
  margin-right: 10px;
}
.table th {
  padding: 15px 20px;
  color: #000000;
  font-size: .8rem;
  font-weight: 400;
  text-transform: capitalize;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.tableWithImg {}
.tableWithImg img, .table tbody img {
  width: 20px;
  height: auto;
}
.table tbody th {
  padding: 15px 20px;
  color: #000000;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  width: 300px;
  display: block;
}
.table tr {
  border-bottom: 2px solid #000000;
}
.table td {
      padding: 3px 0px;
    font-size: .9rem;
    font-weight: 400;
    background: #fff;
    /* text-align: center; */
    vertical-align: middle;
}
.tableContainer {
  border: 2px solid #e4002b;
  border-radius: 10px;
}
.tableContainer .table thead th:first-child {
  border-top-left-radius: 10px;
}
.tableContainer .table thead th:last-child {
  border-top-right-radius: 10px;
}
.tableContainer .table tbody tr:last-child th {
  border-bottom-left-radius: 10px;
}
.tableContainer .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}
.checkNumberBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.noBannerSection {
  margin-top: 8.7rem;
}
.nutritionItemTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.nutritionItemTitle img {
  width: 25px;
  height: auto;
}
.nutritionItemTitle h3 {
  color: #E4002B;
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 1.7rem;
  font-weight: 700;
}
.tableTextRotate {
  height: 250px;
  position: relative;
  white-space: nowrap;
}
.tableTextRotate span {
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-transform: none;
  display: flex;
  justify-content: center;
  line-height: 0;
}
.tableScroll {
  overflow-y: auto;
}
.table .blackStrip th {
  background: #000000 !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.table .blackStrip th:last-child {
  border-right: none;
}
.table .blackStrip th span {
  color: #FFFFFF;
}
.tableScroll .table thead span {
  text-transform: none;
}
.menuSection {
  position: sticky;
  top: 140px;
  height: 100vh;
  overflow-y: auto;
}
.menuSection::-webkit-scrollbar {
  display: none;
}
/*
.collapse:not(.show) {
     display: block; 
}
*/
.menuSectionCategory {
  height: auto;
  padding-top: 70px;
}
.menuSectionCategory:last-child {
  height: 1000px;
}
.menuSectionCategory .itemBox {
  width: 100%;
}
.navbar-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  position: sticky;
  right: 0;
  left: 0;
  z-index: 4;
}
.menuNavBar {
  overflow-x: hidden;
}
.menuNavBar::-webkit-scrollbar {
  display: none;
}
.menuBtnBox {
  flex-direction: row;
  width: 300%;
  justify-content: flex-start;
}
.navbar-inverse .navbar-nav > li {
  color: #ffffff;
  padding: 0px;
  background-color: #e4002b;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 10px;
}
.navbar-inverse .navbar-nav > li:last-child {
  margin-right: 0px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding: 30px;
  float: left;
}
.navbar-inverse .navbar-nav > li.active {
  background-color: #000000;
}
.menuSticky {
  position: fixed;
  top: 174px;
  width: 100%;
}
.menuSection .itemBox {
  margin-bottom: 20px;
}
.menuCatTitle {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.menuCatTitle h2 {
  color: #E4002B;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 2.5rem;
  margin-left: 10px;
  margin-bottom: 0;
}
.menuText h3 {
  color: black;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.menuInfoBox {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .075);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 30px;
}
.menuInfoTexts h3 {
  color: #e4002b;
  font-weight: 700;
}
.menuInfoTexts p {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.marginTop {
  margin-top: 8.7rem;
}
.orderMethodTitle {
  font-family: 'Blankenhorn LL Script';
  font-size: 7rem;
  color: #000000;
  text-align: center;
  padding: 30px 20px;
}
.orderMethodBox {
  width: 300px;
  height: 300px;
  border: 2px solid #000000;
  background-color: #E4002B;
  border-radius: 10px;
  padding: 20px;
  font-family: 'Blankenhorn LL Script';
  font-size: 3rem;
  color: #000000;
  text-align: center;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .5s ease-in;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.orderMethodBox:hover, .orderMethodBox:active, .orderMethodBox:focus {
  background-color: #000000;
  color: #E4002B;
}
.orderMethodBox img {
  width: 100%;
}
.orderMethodBox .orderMethodText.mTop40 {
  margin-top: -40px;
}
.orderMethodBox .orderMethodText {
  margin-top: -20px;
}
.customMainBody {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding: 0px;
  height: calc(100vh - 140px);
  margin-top: 8.7rem;
  position: relative;
}
.customItemInfo {
  width: 25%;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.5s;
  height: calc(100vh - 140px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.customWrapper {
  float: left;
  padding: 20px;
  width: 75%;
  height: calc(100vh - 140px);
  overflow: auto;
}
.customItemInfo img {
  width: 100%;
  height: auto;
}
.customTitleDesc {
  text-align: center;
  padding: 20px;
}
.customTitleDesc h6 {
  color: #e4002b;
  font-size: 1.1rem;
  font-weight: 900;
}
.customTitleDesc p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.customPriceBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  background-color: #E4002B;
  padding: 20px;
}
.customPrice p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: .8rem;
  color: #000000;
}
.customPrice p.customItemPrice {
  font-weight: 900;
  font-size: 1.1rem;
  color: #FFFFFF;
}
.customQtyBox {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.customQtyBox .count button {
  background: #000000;
  border: none;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  transition: all ease-in .3s;
}
.customQtyBox .count button:disabled, .customQtyBox .count button[disabled] {
  opacity: .5;
}
.customQtyBox .count button:hover {
  background: #E4002B;
}
.customQtyBox .count button:disabled:hover, .customQtyBox .count button[disabled]:hover {
  background: #000000;
}
.customQtyBox .count input[type="text"] {
  background: #fff;
  border: solid 1px #ffffff;
  height: 30px;
  outline: none;
  padding: 0 5px;
  width: 40px;
  margin: 0;
  font-weight: 900;
  text-align: center;
  border-radius: 5px;
  font-family: 'Blankenhorn LL Script';
  color: #E4002B;
  font-size: 1.5rem;
}
.customHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.customHeader h1 {
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.customSeparator {
  height: 2px;
  width: auto;
  background-color: #E4002B;
}
.customEditBody {
  padding: 20px 0;
  float: left;
  width: 100%;
  align-items: center;
}
.customLeftBox {
  height: calc(100vh - 257px);
  overflow: scroll;
  width: 25%;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  float: left;
}
.customRightBox {
  height: calc(100vh - 257px);
  background-color: transparent;
  padding-left: 20px;
  width: 75%;
  float: left;
}
.customCheckBox {
  position: relative;
  display: flex;
}
.customEditBody [type="checkbox"]:checked, .customEditBody [type="checkbox"]:not(:checked), .customEditBody [type="radio"]:checked, .customEditBody [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.customEditBody .checkbox:checked + label, .customEditBody .checkbox:not(:checked) + label {
  position: relative;
  width: 70px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin: 17px 0;
  margin-top: 100px;
  height: 6px;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: 100 !important;
}
.customEditBody .checkbox:checked + label:before, .customEditBody .checkbox:not(:checked) + label:before {
  position: absolute;
  cursor: pointer;
  top: -17px;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.customEditBody .checkbox:not(:checked) + label:before {
  content: '\eac1';
  left: 0;
  color: var(--grey);
  background-color: var(--dark-light);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.customEditBody .checkbox:checked + label:before {
  content: '\eb8f';
  left: 30px;
  color: var(--yellow);
  background-color: var(--dark-blue);
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.customEditBody .checkbox:checked ~ .section .container .row .col-12 p {
  color: var(--dark-blue);
}
.customEditBody .checkbox-tools:checked + label, .customEditBody .checkbox-tools:not(:checked) + label {
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.customEditBody .checkbox-tools:not(:checked) + label {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}
.customEditBody .checkbox-tools:checked + label {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  border: 2px solid #000000;
}
.customEditBody .checkbox-tools:not(:checked) + label p {
  color: #000000;
  margin-bottom: 0;
  font-size: 12px;
}
.customEditBody .checkbox-tools:checked + label p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 12px;
}
.customEditBody .checkbox-tools + label p.price {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.customEditBody .checkbox-tools:not(:checked) + label:hover, .customEditBody .checkbox-tools:checked + label:hover {
  background-color: #E4002B;
  color: #FFFFFF !important;
  box-shadow: none;
  border: 2px solid #000000;
}
.customEditBody .checkbox-tools + label:hover p, .customEditBody .checkbox-tools + label:hover p.price {
  color: #ffffff;
}
.customEditBody .checkbox-tools:checked + label::before, .customEditBody .checkbox-tools:not(:checked) + label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: -1;
}
.customEditBody .checkbox-tools:checked + label .uil, .customEditBody .checkbox-tools:not(:checked) + label .uil {
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px;
}
.customEditBody .checkbox-tools + label {
  margin-right: 10px !important;
}
.customEditBody .checkbox-tools + label:last-child {
  margin-right: 0px !important;
}
.customLeftTitle {
  color: #E4002B;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .8rem;
  margin-bottom: 3px;
}
.customLeftBox .form-check input, .customLeftBox .form-check label {
  cursor: pointer;
}
.form-check [type="checkbox"]:checked, .form-check [type="checkbox"]:not(:checked), .form-check [type="radio"]:checked, .form-check [type="radio"]:not(:checked) {
  position: relative;
  left: 0;
  visibility: visible;
  border: 1px solid #cacaca;
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.customLeftBox textarea.form-control {
  min-height: calc(2em + 3rem + 20px);
  border: solid 1px #cacaca;
  border-radius: 5px;
  color: #000000;
}
.customLeftBox textarea.form-control::placeholder {
  color: #cacaca;
}
.customTabScroll {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  align-items: center;
}
.customTabScroll .nav-tabs .nav-link {
  border-radius: 5px;
  background-color: #E4002B;
  margin-right: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 0px 30px;
  margin-bottom: 10px;
  outline: none !important;
  border: none;
  text-transform: uppercase;
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 13px;
  transition: all ease-in .3s;
}
.customTabScroll .nav-tabs .nav-item.show .nav-link, .customTabScroll .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #000000;
  border-color: none;
  outline: none;
}
.customTabScroll .nav-tabs .nav-link:hover {
  background-color: #000000;
  border-color: none;
  color: #FFFFFF
}
.subTabText {
  display: block;
  font-size: .5rem;
  font-weight: 400;
}
.swiperItemBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.cardItemBox {
  width: 900px;
  height: auto;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 15px;
}
.cardMainContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 30px;
}
.cardItemImg {
  width: 45%;
  height: auto;
}
.cardItemImg img {
  width: 100%;
  height: auto;
}
.cardItemText {
  width: 55%;
  text-align: left;
}
.cardItemText p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cardItemText h6 {
  font-size: 30px;
  color: #E4002B;
}
.cardItemText .itemCal {
  color: #707070;
}
.faveIcon {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 3;
}
.faveIcon img {
  width: 24px;
  height: 24px;
}
.ptop10 {
  padding-top: 10px;
}
/*New CSS Vinod*/
.sign-in-bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/banner/bg-signin.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sign-fb {
  background-color: #3B5998;
  color: #ffffff;
  background-image: url("../../assets/images/fb.svg");
  background-repeat: no-repeat;
  background-position: center left 30px;
  border: 0;
  margin-top: 0;
}
.sign-fb:hover {
  border: 0;
  background-color: #3f69c3;
}
.sign-gmail {
  background-color: #ffffff;
  color: #3E342F;
  background-image: url("../../assets/images/gmail.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  border-color: #E3E1DB;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
}
.sign-gmail:hover {
  color: #3E342F;
  background-color: #ffffff;
}
.sign-apple {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../../assets/images/apple.svg");
  background-repeat: no-repeat;
  background-position: center left 25px;
  border: 0;
  margin-top: 10px;
}
.sign-apple:hover {
  border: 0;
  background-color: #000000;
}
.sign-email {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../../assets/images/Email-white.svg");
  background-repeat: no-repeat;
  background-position: center left 23px;
  border: 0;
  margin-bottom: 10px;
  background-size: 26px;
}
.sign-email:hover {
  border: 0;
  background-color: #e4002b;
}
.sign-phone {
  background-color: #000000;
  color: #ffffff;
  background-image: url("../../assets/images/hashtag.svg");
  background-repeat: no-repeat;
  background-position: center left 28px;
  border: 0;
  margin-bottom: 10px;
  background-size: 16px auto;
}
.sign-phone:hover {
  border: 0;
  background-color: #e4002b;
}
.distance {
  background-color: #FF6E0C;
  padding: 0 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  height: 25px;
  float: right;
  display: flex;
  align-items: center;
}
.distance img {
  height: 14px;
  margin-right: 3px;
}
.ord-btn {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  width: 100% !important;
}
.use-my-location-bx {
  margin: 0 10px 20px 10px;
  width: calc(100% - 20px);
  float: left;
  /* position: relative; */
}
.use-my-location-bx .btn-default {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.use-my-location-bx .btn-default img {
  height: 18px;
}
.cust-head {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 10px;
}
.sides-dv {
  margin-top: 20px;
  font-size: 16px;
}
.sides-dv .nav-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000;
  margin-right: 20px;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}
.sides-dv .nav-link.active, .nav-pills .show > .nav-link {
  color: #E4002B !important;
  background-color: #ffffff !important;
  border-bottom: solid 3px #E4002B !important;
  border-radius: 0 !important;
}
.cont-row {
  display: flex;
  flex-wrap: wrap;
}
.cnt-50 {
  width: 50%;
  float: left;
  flex: 0 0 auto;
}
.expiry {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 5px 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.expiry img {
  height: 15px;
}
.whit-btn-bg {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 100%;
}
.whit-btn-bg .container {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  padding: 0;
}
.pro-btn {
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}
.pro-btn img {
  height: 55px;
  margin-bottom: 10px;
  filter: brightness(0);
}
.pro-btn p {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
}
.pro-btn.active img {
  filter: brightness(1);
}
.pro-btn.active p {
  color: #E4002B;
}
.my-pro-bdr-bx {
  border: solid 1px #e4002b;
  padding: 20px 50px;
  border-radius: 10px;
  width: 500px;
  margin: 40px auto;
  max-width: 100%;
}
.pro-icn-dv {
  width: 100%;
  text-align: center;
}
.pro-icn-dv img {
  width: 70px;
}
.pr-dt {
  float: left;
  font-size: 14px;
  margin: 10px 15px;
  margin-bottom: 0;
  line-height: normal;
}
.pr-dt i {
  color: #E4002B;
  font-size: 18px;
}
.profile-dt {
  display: flex;
  /* align-items: self-start; */
  justify-content: center;
  flex-wrap: wrap;
}
.card-bx-dv {
  width: 100%;
  margin: 20px auto;
  max-width: 100%;
  position: relative;
}
.card-bx-dv img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.points-bxd {
  position: absolute;
  width: 150px;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
.points-bxd p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1;
  margin-top: -5px;
  text-align: right;
  text-transform: uppercase;
}
.points-bxd h2 {
  margin-bottom: 0;
  font-family: 'Blankenhorn LL Script';
  color: #ffffff;
  line-height: 1;
  font-size: 50px;
  text-align: right;
}
.btn-default:hover {
  color: #ffffff;
}
.btn-outline-default {
  border: solid 2px #000000;
}
.btn-outline-default:hover {
  border: solid 2px #000000;
  background-color: #000000;
  color: #ffffff;
}
.fav-main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.items-scroll-box .itemBox {
  margin-right: 20px;
}
.fav-ord {
  margin-bottom: 30px;
  width: 100%;
}
.fav-ord .card-body {
  height: 250px;
}
.fav-ord .card-body p {
  text-align: center;
}
.fav-ord .btn {
  width: 180px;
  margin-bottom: 10px;
}
.ord-his .card-body {
  height: 180px;
}
.badge-bx {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.badge.bg-white {
  color: #000000;
}
/*cookies start*/
.cookies-box {
  color: #fff;
  background-color: rgba(0, 0, 0, .9);
  width: 100%;
  padding: 20px;
  height: auto;
  line-height: normal;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2900;
  border-top: solid 2px #e4002b;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.cnt-bx {
  float: left;
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  font-size: 13px;
  color: #666666;
  padding-bottom: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.white-bx {
  font-size: 14px;
  float: left;
  position: relative;
  margin-right: 10px;
  width: 45%;
  max-width: 130px;
  min-height: 30px;
  height: auto;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  /* padding: 3px 8px; */
  /* border: solid 1px #eeeeee; */
  /* -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
  /* box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
  transition: all ease-in .3s;
  padding-left: 26px;
  /* margin-top: 6px; */
}
.cnt-box p {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: normal;
}
.span-txt {
  float: left;
  width: 100%;
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
}
.cookies-check {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
}
.col-md-4 span {
  float: right;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
.box-title {
  font-weight: bold;
  color: #E4002B;
  margin-bottom: 5px;
  font-size: 17px;
}
.fancy-checkbox {
  display: block;
  font-weight: normal;
}
.fancy-checkbox input[type="checkbox"] {
  display: none;
}
.fancy-checkbox input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.fancy-checkbox input[type="checkbox"] + span:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  border-radius: 3px;
  bottom: 1px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  content: "";
  border: 1px solid #E4002B;
}
.fancy-checkbox input[type="checkbox"]:checked + span:before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 16px;
  text-stroke: 2px #E4002B;
  -webkit-text-stroke: 2px #E4002B;
  -moz-text-stroke: 2px #E4002B;
  -ms-text-stroke: 2px #E4002B;
  -o-text-stroke: 2px #E4002B;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  background: #E4002B;
  border: 1px solid #E4002B;
}
.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
  color: #53D76A;
  background-color: #fff;
}
.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
  color: #fff;
  background-color: #53D76A;
  border-color: #32cf4d;
}
.white-bx .fancy-checkbox input[type="checkbox"] + span:before {
  border-radius: 5px;
}
.white-bx .fancy-checkbox input[type="checkbox"]:checked + span:before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 13px;
  text-stroke: .5px #000;
  -webkit-text-stroke: .7px #E4002B;
  -moz-text-stroke: .5px #E4002B;
  -ms-text-stroke: .5px #E4002B;
  -o-text-stroke: .5px #E4002B;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  background: #E4002B;
  border: 1px solid #E4002B;
  border-radius: 5px;
}
@media only screen and (max-device-width: 769px), only screen and (max-width: 769px) {
  .cnt-box {
    margin-bottom: 20px;
  }
}
/*cookies end*/
.track-50-bx {
  width: 50%;
  position: relative;
}
.track-33-bx {
  width: 33.33%;
}
.track-33-bx p {
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
}
.track-33-bx .completed {
  color: #E4002B;
}
.mr-cent {
  margin-left: -20px;
}
.track-icn {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #dddddd;
  background-image: url("../images/track-pending.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
.track-icn.completed {
  background-color: #000000;
  background-image: url("../images/track-complete.svg");
}
.right-track-icn {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #dddddd;
  background-image: url("../images/track-pending.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  right: 0;
}
.right-track-icn.completed {
  background-color: #000000;
  background-image: url("../images/track-complete.svg");
}
.dark-bdr {
  border: solid 2px #000;
}
.search-btn-ic {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.search-main-bx {
  width: 300px;
  position: relative;
  float: right;
  max-width: 100%;
}
.btn:focus {
  box-shadow: none;
}
.dropdown-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 10px;
}
.bg-danger {
  background-color: #E4002B !important;
  color: #ffffff;
}
.location-text.light-bx {
  background-color: #EAEAEA;
  color: #808080;
  font-weight: normal;
  padding: 5px 20px;
  border-radius: 5px;
  height: 30px;
}
.btn-primary-disabled {
  background-color: #e4002b !important;
  cursor: default;
}
.btn-default:hover {
  background: #e4002b;
  color: #ffffff;
}
.btn-default:focus {
  background: #e4002b;
  color: #ffffff;
}

.site-footer .nav-item {
  border-right: 1px #d18282 solid;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cnt-red-bx {
    background-color: #e4002b;
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff!important;
    float: left;
    padding: 0 20px;
}
.neswltr-box img {
	height: 100px;
}
.neswltr-box-big h2 {
	font-size: 2.5rem;
}
.banr-bx {
  width: 100%;

	background-color: #e4002b;
 float: left;
}
.banr-bx h2 {
padding-top: 10px;
	   font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
	text-align: center;
	float: left;
	width: 100%;
}
.banr-bx h2 img {
	float: left;
	width: 100%;
}
.text-danger {
    color: #e4002b !important;
}.menuLinks a:hover {
    color: #e4002b;
  
}
.img-bxd {
	float: left;
	margin-right: 10px;
}
.img-bxd img {
	width: 60px;
	border-radius: 10px;
}