@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600;700;800;900&display=swap');
body {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #38312D;
  direction: rtl;
}
#header {
  transition: all ease-out .3s;
  top: 0px;
}
.bg-dark {
  background-color: #38312D !important;
}
/*sidenav*/
.sidenav {
  height: calc(100vh - 51px);
  width: 400px;
  position: fixed;
  z-index: 9000;
  top: 51px;
  right: -500px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.5);
}
.sub-menu-box {
  float: left;
  width: 100%;
  border-top: solid 1px #E3E1DB;
  padding: 30px;
}
.sub-menu-txt {
  color: #38312D;
  font-size: 16px;
  float: left;
  width: 100%;
  font-weight: 600;
  padding-bottom: 20px;
  transition: all ease-in .3s;
}
.sub-menu-txt:hover {
  color: #ffc600;
}
.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: solid 1px #E3E1DB;
  width: 100%;
}
.logo-box-menu {
  float: left;
  padding-top: 17px;
  padding-bottom: 17px;
  height: auto;
  width: auto;
  margin-left: 25px;
}
.logo-box-menu img {
  max-width: 130px;
}
.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: 'Barlow Semi Condensed', sans-serif;
  color: #38312D;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  width: 100%;
  padding: 12px 0;
  float: right;
  text-align: right;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.menu-txt:hover {
  color: #ffc600;
}
/*sidenav*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 40px;
  height: 60px;
  left: 30px;
  z-index: 2000;
  font-size: 20px;
  border: none;
  border: solid 1px #ffffff;
  outline: none;
  background-color: #38312D;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
}
#myBtn:hover {
  background-color: #ffc600;
  color: #38312D;
}
.desktop-view {
  display: block;
  padding-top: 17px;
}
.mobile-view {
  display: none;
}
.top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #38312D;
  padding: 8.5px 100px;
}
.header-inner {
  width: 100%;

  height: 95px;
	display: flex;
	align-items: center;
}
.main-menu {
  float: right;
  padding-top: 33px;
  width: auto;
}
.logo-box {
  float: right;
  height: auto;
  width: auto;
  margin-right: 0px;
}
.logo-box img {
  margin-left: 0;
}
.carousel {
  margin-top: 8.8rem;
  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 {
  display: flex;
	align-items: center;
}
.other-actions span {
  padding: 0;
  float: right;
}
.user-initials .dropdown img {
  width: 30px;
}
.join-the-head a {
  color: #946037;
  text-decoration: underline;
  font-weight: 600;
}
.sign-in a {
  color: #38312D;
  text-decoration: underline;
  font-weight: 600;
}
.custom-bage-color {
  background: #FFC600;
  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;
}
.menu {

  width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
a {
  text-decoration: none;
  color: inherit;
}
::-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;
}
.notification-circle {
  background-color: #ffc600;
  min-width: 19px;
  height: 19px;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #38312D;
  line-height: 1.5;
  position: absolute;
  margin-left: 8px;
  margin-top: -32px;
}
.slide-1 {
  background: url("../../assets/images/slide-1.jpg");
  background-size: cover;
}
.slide-2 {
  background: url("../../assets/images/slide-2.jpg");
  background-size: cover;
}
.slide-3 {
  background: url("../../assets/images/slide-3.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: 'Barlow Semi Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.carousel-caption p {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.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: 3rem;
  }
  body {
    font-size: 16px;
  }
}
.slider-right-box {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100px;
  color: #38312D;
  background-color: #FFC600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 20;
}
.startorder-headeing {
  border-bottom: solid 1px rgba(0, 0, 0, 0.10);
  text-transform: uppercase;
  padding: 15px;
  font-size: 1rem;
  line-height: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  text-align: center;
  float: left;
  width: 100%;
}
.startorder-btn {
  border: solid 1px rgba(0, 0, 0, 0.10);
  color: #38312D;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.10);
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  font-size: .8rem;
  float: left;
  background-color: transparent;
  transition: all ease-in .3s;
}
.startorder-btn:hover {
  color: #38312D;
  background-color: rgba(0, 0, 0, 0.10);
}
.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;
  left: auto;
  top: 0;
  bottom: auto;
  right: 0;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.20) !important;
  padding: 50px;
  padding-top: 15%;
  padding-right: 50px;
  width: 30%;
  height: 100%;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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.7rem 2rem;
  font-size: .9rem;
  font-weight: 600;
  border-radius: 100px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.btn-lg {
  padding: .8rem 3rem;
  font-size: 1rem;
}
.btn-primary {
  background-color: #FFC600;
  border: solid 1px #FFC600;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  background-color: #38312D;
  border: solid 1px #f0bb02;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-primary:active {
  background-color: #38312D;
  border: solid 1px #f0bb02;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.btn-primary:focus {
  background-color: #38312D;
  border: solid 1px #f0bb02;
  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: 50px;
  color: #38312D;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
  background-color: #FFC600;
}
.carousel-control-prev img {
  transform: scaleX(-1)
}
.carousel-control-next img {
  transform: scaleX(-1)
}
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  background-color: #FFC600;
}
.carousel-indicators {
  position: relative;
  left: 0px;
  bottom: 0px;
  top: 10px;
  right: 76px;
  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: #38312D;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 200px;
  height: 50px;
}
.carousel-control-next {
  right: auto;
  right: 50px;
  background-color: #F8D459;
}
.carousel-indicators .active {
  opacity: 1;
  margin-top: 8px;
  border: 2px solid #38312D;
  box-shadow: 0 0 0 1px #FFC600;
  background-color: #ffc600;
}
.carousel-item {
  height: calc(100vh - 9rem);
  background-size: cover !important;
	
}
a {
  cursor: pointer;
}
.ml-0 {
  margin-left: 0 !important;
}
.btn-secondary {
  background: #38312D;
  color: #fff;
}
/*slider end*/
/*search button*/
.button {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  -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: #38312D;
  /*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: #FFC600;
}
.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: -4px;
  margin-right: 0px;
  right: 0;
}
.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: #EDECE8;
  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 {
  right: auto;
  left: 49px;
  /* Button width-1px */
}
.expandright:focus {
  padding: 0 0 0 16px;
  padding-right: 20px;
}
/*search button end*/
/*home content*/
.pull-right {
  float: left;
}
.box-background {
  background-image: url("../../assets/images/bookatable.jpg");
  background-size: cover;
  background-position: center;
  min-height: 186px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  float: left;
  margin-bottom: 20px;
}
.box-background h2 {
  color: #ffc600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.box-background p {
  color: #fff;
}
.overflow-height {
  height: 343px;
  overflow: auto;
}
.find-bg {
  background-image: url("../../assets/images/find.jpg");
  background-size: cover;
}
.enjoy-bg {
  background-image: url("../../assets/images/enjoy.jpg");
  background-size: cover;
}
.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: #ffc600;
  border-bottom: 0;
}
.card-header:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-header h4 {
  font-weight: 800;
  color: #38312D;
  text-transform: uppercase;
  font-size: 1rem;
}
.card {
  position: relative;
  display: flex;
  border: 18px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 10px;
}
.bg-light {
  background-color: #EDECE8 !important;
}
.item-price {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  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%;
  justify-content: center;*/
}
#txt_mobilenumber {
  padding-right: 50px;
}
.modal-header .close img {
  width: 20px !important;
}
.item-box {
  width: 250px;
  max-width: 280px;
  float: right;
  margin-left: 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;
}
.favorite-icn {
  width: 50px;
  height: 50px;
  padding-top: 11px;
  /* float: right; */
  border-top-right-radius: 10px;
  border-bottom-left-radius: 15px;
  background-color: #ffc600;
  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: #38312D;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.mr-left {
  margin-right: 10px;
}
.bg-dark .nav-link {
  color: #ffffff;
}
.menu-icon {
  width: 22px;
  float: left;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 7px;
  color: #ffffff;
  transition: all ease-in .3s;
}
.navbar-nav .nav-link {
  padding: 5px 0px;
}
.lang-btn {
  float: left;
  cursor: pointer;
  margin-right: 25px;
  margin-top: 7px;
  color: #ffffff;
  transition: all ease-in .3s;
}
.menu-icon:hover {
  color: #ffc600;
}
.py-1 {
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}
/* fotter */
.site-footer {
  background-color: #38312D;
  padding: 60px 0 22px 0;
  font-size: 14px;
  line-height: 24px;
  color: #E3E1DB;
  z-index: 2;
  position: relative;
}
.first-column {
  padding-left: 30px;
}
.first-column p {
  font-size: 15px;
  line-height: 20px;
}
.guranted-safe {
  padding: 20px 0 0px 0;
  float: right;
}
.site-footer h6 {
  color: #fff;
  font-size: 18px;
}
.download-app img {

  width: 127px;
}
.social-icons-links a {
  margin-left: 8px;
}
.site-footer a {
  color: #737373;
}
.pull-left {
  float: right;
}
.copyright-main {
  position: relative;
  border-top: solid 1px #4A413C;
}
.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:hover {
  color: #FFC600;
  text-decoration: none;
}
.footer-links {
  padding-right: 0;
  list-style: none
}
.footer-links li {
  display: block
}
.footer-links a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 10px;
  font-size: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  float: right;
}
.connet a:before {
  display: none !important;
}
.footer-links a {
  color: #DDDDDD;
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: 'Barlow-Medium', sans-serif;
}
.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: 20px 0 0 0;
}
.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: left;
}
.box-background h1 {
  color: #ffc600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.main-menu img {
  margin-left: 0;
  cursor: pointer;
}
.form-control {
  border: solid 1px #E3E1DB;
  background-color: #E3E1DB;
  border-radius: 50px;
  padding-left: 25px;
}
.form-control:focus {
  border: solid 1px #E3E1DB;
  background-color: #E3E1DB;
  outline: none;
  box-shadow: none;
}
.search-txt-box .btn {
  padding-left: 10px !important;
}
.search-txt-box .form-control {
  border: solid 1px #E3E1DB;
  background-color: #E3E1DB;
  outline: none;
  box-shadow: none;
}
.search-txt-box .form-control:focus {
  border: solid 1px #E3E1DB !important;
  background-color: #E3E1DB;
  outline: none;
  box-shadow: none;
}
.btn-scondary {
  background-color: #E3E1DB;
  border-color: #E3E1DB;
  color: #38312D;
}
.btn-scondary:focus {
  box-shadow: none;
}
/*sidenav-right*/
.sidenav-right {
  height: 100vh;
  width: 270px;
  position: fixed;
  z-index: 9000;
  top: 0px;
  left: -400px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: -5px -5px 15px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -5px -5px 15px 0px rgba(50, 50, 50, 0.3);
  box-shadow: -5px -5px 15px 0px rgba(50, 50, 50, 0.3);
}
.sub-menu-box-right {
  float: left;
  width: 100%;
  border-top: solid 1px #E3E1DB;
  padding: 30px;
}
.sub-menu-txt-right {
  color: #38312D;
  font-size: 16px;
  float: left;
  width: 100%;
  font-weight: 600;
  padding-bottom: 15px;
  transition: all ease-in .3s;
}
.sub-menu-txt-right:hover {
  color: #ffc600;
}
.sidenav-right .closebtn-right {
  position: absolute;
  left: 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: 'Barlow Semi Condensed', sans-serif;
  color: #38312D;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  width: 100%;
  text-align: left;
  padding: 7px 0;
  float: left;
  text-transform: capitalize;
  transition: all ease-in .3s;
  text-align: right;
}
.menu-txt-right:hover {
  color: #ffc600;
}
/*sidenav-right*/
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px;
  }
  .header-mr .h1, h1 {
    font-size: 3.5rem;
  }
}
/*home End*/
/*our story start*/
.header-mr {
  margin-top: 8.8rem;
  margin-bottom: 2.5rem;
}
.header-mr .h1, h1 {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
}
.about-us {
  background-image: url("../../assets/images/our-story-bg.jpg");
  background-size: cover;
  background-position: center;
}
.about-bg {
  background-image: url("../../assets/images/about.jpg");
  background-size: cover;
  min-height: 400px;
}
.color-dark {
  color: #38312D;
  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: #ffc600;
}
.dark-box-div {
  float: left;
  padding-left: 100px;
  padding-top: 160px;
}
.dark-box-div h1 {
  font-size: 3rem;
  text-align: left;
}
.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: #38312D;
}
.news-heading {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
  color: #946037;
}
.news-img {
  background-image: url("../../assets/images/news.jpg");
  background-size: cover;
  width: 100%;
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-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: #38312D;
  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: #ffc600;
  color: #38312D;
}
.faq-btn img {
  margin-bottom: 10px;
  height: 50px;
}
.faq-btn-white {
  color: #38312D;
  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: #ffc600;
  color: #38312D;
}
.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: 600;
  color: #946037;
  font-size: 2rem;
  font-family: 'Barlow Semi Condensed';
  float: left;
}
.back-page-btn {
  margin: 2.5rem 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #38312D;
  font-family: 'Barlow Semi Condensed';
  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: #946037;
}
.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: #946037;
  font-weight: 600;
}
.accordion-button:hover, .accordion-button:active, .accordion-button:focus, .accordion-button:visited {
  color: #946037;
  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: #38312D;
  background-color: transparent;
  border-bottom: 1px solid #38312D;
  box-shadow: none;
  outline: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/images/minus.svg");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto;
  content: "";
  background-image: url("../../assets/images/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
.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: right;
  text-transform: capitalize;
}
.mr-btm-20 {
  margin-bottom: 20px;
}

.social-icons-links {
  margin-top: 20px;
  float: right;
}
a {
  transition: all ease-in .3s;
}
a:hover {
  color: #ffc600;
}
.privacy-bg {
  background-image: url("../../assets/images/contact-us.jpg");
  background-size: cover;
  background-position: center;
}
.terms-bg {
  background-image: url("../../assets/images/contact-us.jpg");
  background-size: cover;
  background-position: center;
}
/*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: #38312D;
  border-radius: 10px;
  border-color: #38312D;
  width: calc(25% - 20px);
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
}
.btn-dark:hover {
  border-color: #946037;
  background-color: #946037;
  border-radius: 10px;
}
.btn-dark p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
}
.cnt-style {
  color: #38312D;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.cnt-form {
  background: #ffff;
  border-radius: 5px;
  padding: .6rem 1rem;
  border-color: #ffffff;
}
lablel {
  font-size: 14px;
  margin-bottom: 5px;
  float: right;
}
.cnt {
  width: 50px;
  height: 50px;
  float: right;
}
.cnt-details {
  float: left;
  margin-left: 20px;
  width: calc(100% - 80px);
  font-weight: 500;
  padding-top: 10px;
  font-size: 1rem;
}
.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;
}
.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: #ffff;
  background: #ffff;
  transition: all ease-in .3s;
}
.signin-form {
  border-radius: 5px !important;
  border: solid 1px #808080 !important;
  margin-bottom: 15px;
}
.form-control:focus {
  background-color: #ffffff;
  border: solid 1px #FFC600 !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: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  border: 0;
  border-radius: .25rem;
  border-left: 0;
  position: absolute;
  z-index: 100;
  left: 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: #ffc600;
}
.form-check-input:checked {
  background-color: #ffc600;
  border-color: #ffc600;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #38312D;
  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;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 1rem !important;
}
.or-sign-in {
  width: 100%;
  border-bottom: solid 1px #E3E1DB;
}
.login-or {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E3E1DB;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.login-or span {
  background: #ffffff;
  padding: 0 10px;
}
.sign-fb {
  background-color: #3B5998;
  color: #ffffff;
  text-transform: capitalize;
  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: #38312D;
  text-transform: capitalize;
  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: #38312D;
  background-color: #ffffff;
}
.sign-apple {
  background-color: #000000;
  color: #ffffff;
  text-transform: capitalize;
  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: #333333;
}
.create-account {
  background-color: #808080;
  color: #ffffff;
}
.create-account {
  background-color: #38312D;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 50px;
  border: 0;
  margin-top: 0px;
}
.create-account:hover {
  border: 0;
  background-color: #ffc600;
  color: #38312D;
}
.input-group-addon-number {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  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-select {
  background-image: url("../../assets/images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: left .75rem center;
  background-size: 16px 12px;
}
.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: #EDECE8;
  border-radius: 10px;
  border-color: #EDECE8;
  padding: 10px 0;
  width: calc(33.33% - 10px);
  margin-left: 5px !important;
  margin-right: 5px !important;
  color: #38312D;
  text-transform: capitalize;
  font-size: 1rem;
  padding-top: 25px;
  float: right;
}
.btn-light:hover {
  border-color: #38312D;
  background-color: #38312D;
  border-radius: 10px;
  color: #ffffff;
}
.btn-light:hover img {
  filter: brightness(100);
}
.btn-light p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-mr .text-right {
  text-align: right;
}
.light-btn-box {
  max-width: 100%;
  width: 1000px;
  margin: auto;
}
.btn-light img {
  width: 40px;
}
.border-box {
  border: solid 1px #CBCBCB;
  padding: 40px;
  border-radius: 10px;
}
.profile-circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #EDECE8;
  margin: auto;
  text-align: center;
  color: #BF502F;
  font-weight: 500;
  padding-top: 17px;
  font-size: 2.5rem;
  margin-bottom: 17px;
}
.loyalty {
  color: #595959;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 18px;
}
.points {
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  color: #946037;
  font-size: 40px;
}
.abt-loyalty {
  font-size: 14px;
  color: #595959;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.bdr-right {
  border-left: solid 1px #CBCBCB;
}
.black-circle {
  background-color: #38312D;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  padding-top: 15px;
  float: right;
}
.black-circle img {
  height: 25px;
}
.name-box {
  width: 100%;
  padding-left: 50px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.name-box-text {
  width: calc(100% - 60px);
  padding-right: 20px;
  float: right;
  padding-top: 5px;
}
.name-text {
  color: #38312D;
  font-weight: 600;
  font-size: 18px;
}
.bdr-radius {
  border-radius: 5px;
}
.btn-basic {
  background-color: #38312D;
  border: solid 1px #38312D;
  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: #ffc600;
}
.modal-content {
  border-radius: 10px;
}
.btn-close {
  transition: all ease-in .3s;
}
.modal-header {
  border: 0;
}
.modal-footer {
  border: 0;
}
.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: #38312D;
}
.modal-title {
  color: #38312D;
  font-weight: 600;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.modal-body {
  padding: 0 1rem;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}
.edit-pro-form {
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #808080 !important;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.edit-pro-form:focus {
  border: 0 !important;
  border-bottom: solid 1px #ffc600 !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-right: 10px !important;
  padding-left: 0 !important;
}
.sidenav-right {
  height: calc(100vh - 48px);
  top: 48px;
  width: 300px;
}
.sidenav {
  height: calc(100vh - 48px);
  top: 48px;
}
.profile-pic {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background-color: #EDECE8;
  text-align: center;
  color: #BF502F;
  font-weight: 500;
  padding-top: 12px;
  font-size: 2rem;
  margin-top: 5px;
  float: right;
}
.username-box-text {
  width: calc(100% - 75px);
  padding-right: 15px;
  float: left;
  padding-top: 5px;
}
.username-text {
  color: #38312D;
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 5px;
}
.user-details-txt {
  line-height: 1;
  font-size: 14px;
  color: #595959;
  margin-bottom: 0;
  margin-top: 0;
}
.closebtn-right img {
  opacity: .4;
  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;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  float: left;
  width: 100%;
  position: relative;
}
.location-text {
  float: left;
  margin-right: 20px;
  border-radius: 35px;
  height: 35px;
  padding: 0 25px;
  font-size: 14px;
  background-color: #EDECE8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.text-light-clr {
  color: #808080
}
.right-actn-box {
  position: absolute;
  left: 25px;
  top: 20px;
}
.right-actn-btn {
  float: left;
  margin-right: 20px;
  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: right;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  background-color: #ffffff;
}
.locate-me {
  float: left;
  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: #38312D;
}
.locate-me:hover {
  background-color: #ffc600;
  color: #38312D;
}
.location-icn {
  width: 60px;
  float: right;
  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: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 30px;
}
.btn-outline-warning {
  border: solid 1px #D3D3D3;
  color: #808080;
  padding: 0.6rem 1.7rem;
  padding: 0.5rem 1.2rem;
}
.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: #38312D;
  background-color: #ffc107;
  border-color: #ffc107;
}
/*confirm-loacation	end*/
/*preferences start*/
.preference-sub-text {
  font-size: 15px;
  color: #808080;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 50px;
  width: 100%;
}
.div-heading {
  font-weight: 600;
  color: #38312D;
  font-size: 17px;
}
.sub-accord-text {
  margin-bottom: 20px;
  color: #808080;
}
.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: right;
  width: calc(100% - 50px);
}
.accord-left-box-2 {
  float: right;
  width: calc(100% - 120px);
}
.toogle-box-2 {
  width: 120px;
  float: left;
  margin-top: 10px;
}
.toogle-box {
  width: 50px;
  float: left;
  margin-top: 10px;
}
.accordion-body .toogle-box img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
a .div-heading {
  color: #38312D;
  transition: all ease-in .3s;
}
a .div-heading:hover {
  color: #946037;
}
/*preferences end*/
.btn-outline-warning:focus {
  outline: none;
  box-shadow: none;
}
.tag-btn-div {
  float: right;
  margin-left: 5px;
}
.tag-div-name {
  width: 310px;
  max-width: 100%;
  float: right;
}
/*menu start*/
.menu-bg {
  background-image: url("../../assets/images/contact-us.jpg");
  background-size: cover;
  background-position: center;
}
.menu-category-box {
  background-image: url("../../assets/images/menu-categories/Shareables.jpg");
  border-radius: 15px;
  height: 267px;
  padding: 20px;
  color: #ffffff;
  background-size: 100%;
  transition: all ease-in .3s;
  background-position: center;
  background-color: #000000;
  cursor: pointer;
  margin-bottom: 25px;
  background-repeat: no-repeat;
}
.menu-category-box:hover {
  background-size: 120%;
  background-position: 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: 800;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 5px;
  line-height: normal;
}
.menu-category-box p {
  font-size: 14px;
}
/*menu end*/
/*menu inside page start*/
.menu-back-page-btn {
  margin: 2rem 0;
  text-transform: capitalize;
  color: #38312D;
  font-size: 1.5rem;
  padding-left: 30px;
  border-left: solid 1px #B5A49A;
  margin-left: 30px;
  float: right;
  transition: all ease-in .3s;
  font-weight: 500 !important;
}
.menu-back-page-btn:hover {
  color: #946037;
}
.menu-back-page-btn img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.menu-category-text {
  margin: 2rem 0;
  text-transform: capitalize;
  color: #38312D;
  font-size: 1.5rem;
  padding-left: 30px;
  margin-left: 30px;
  float: right;
  transition: all ease-in .3s;
  font-weight: 500 !important;
}
.menu-item-box-div {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  min-height: 400px;
  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;
  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: 30px;
  width: 100%;
  float: left;
  height: 282px;
}
.menu-name-txt {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  color: #38312D;
  text-transform: capitalize !important;
  margin-bottom: 20px;
  line-height: normal;
}
.menu-sub-txt-div {
  width: 100%;
  font-size: .9rem;
  text-align: center;
  font-weight: 400;
  color: #595959;
  line-height: normal;
  text-transform: capitalize !important;
  height: 51px;
  overflow-y: auto;
}
.price-txt-div {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  color: #38312D;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.fav-btn {
  padding: 0;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.menu-item-btn {
  float: left;
  margin-right: 5px;
  font-size: .8rem;
}
.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 right;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  float: left;
  height: 512px
}
.menu-box-background h2 {
  color: #ffc600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.menu-box-background p {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: normal;
}
.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: 512px
}
.offer-box-background h2 {
  color: #ffc600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  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: 14px;
  float: left;
  width: 100%;
  color: #808080;
  border-bottom: solid #EDECE8 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.location-heading-text {
  font-size: 1.1rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  width: calc(100% - 30px);
  float: right;
  height: auto;
}
.white-inside-bx p {
  line-height: 1.2;
  margin-top: 3px;
}
.customization-box-div-img-box {
  width: 100%;
  height: 600px;
  background-image: url("../../assets/images/menu-item-background.jpg");
  background-size: cover;
  float: left;
  text-align: center;
}
.custon-white-box {
  background-color: #ffffff;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  height: 600px;
  padding: 15px;
  overflow-y: auto;
}
.head-text-div {
  color: #946037;
  font-weight: 600;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.2rem;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.sub-head-text-div {
  color: #808080;
  font-weight: 500;
  margin-top: 10px;
  font-size: 1rem;
  float: left;
  width: 100%;
}
.white-item-box {
  float: right;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  position: relative;
}
.white-item-box-img {
  width: 55px;
  float: right;
  height: 80px;
}
.white-item-box-text {
  width: calc(100% - 100px);
  float: right;
  height: 80px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  color: #38312D;
  line-height: normal
}
.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: #38312D;
  height: 80px;
  width: 35px;
  float: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all eas-in .3s;
  position: absolute;
  left: 0;
}
.right-btn-box:hover {
  background-color: #FFC600;
}
.right-btn-box img {
  width: 15px;
}
.ml-2 {
  margin-left: 15px;
}
.aligner-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  float: right;
}
.small-sub-text {
  color: #808080;
  font-size: 12px;
  width: 100%;
}
.customize-main-box-div {
  height: 600px;
  padding: 20px;
  overflow-y: auto;
}
.customize-head {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.8rem;
  color: #38312D;
}
.item-name-div-box {
  color: #946037;
  font-size: 1.5rem;
  font-weight: 500;
}
.customization-color-gray {
  color: #808080;
  font-weight: 500;
}
.price-main-box {
  float: left;
  color: #946037;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Barlow Semi Condensed', 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: 2px solid #BE0000;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  cursor: pointer;
  margin: -12px 0px 0px 0px;
  background-image: url("../../assets/images/chilly.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.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: #946037;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  /* float: left; */
  border-radius: 8px;
  font-weight: 600;
  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: #946037;
}
.active-all span {
  color: #ffffff;
}
.active-mild {
  background-color: #F4CC3D;
  color: #38312D;
}
.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;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all ease-in .3s;
}
.white-item-box-big:hover {
  background-color: #EDECE8;
}
.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;
  cursor: auto;
}
.white-item-box-img-big {
  width: 70px;
  float: right;
  height: 130px;
}
.white-item-box-text-big {
  width: calc(100% - 110px);
  float: right;
  height: 130px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.1rem;
  color: #38312D;
  line-height: normal;
  padding-right: 10px;
}
.white-item-box-text-big p {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #38312D;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0px;
}
.right-btn-box-big {
  background-color: rgba(255, 255, 255, .50);
  height: 40px;
  width: 40px;
  float: left;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: all eas-in .3s;
  color: #38312D;
  font-size: 24px;
  opacity: 0;
}
.active-box {
  background-color: #ffc600;
}
.active-box:hover {
  background-color: #ffc600;
}
.active-box .right-btn-box-big {
  opacity: 1;
}
.dips-active-box {
  background-color: #ffffff;
}
.dips-active-box:hover {
  background-color: #ffffff;
}
.dips-active-box .right-btn-box-big {
  opacity: 1;
  height: 130px;
  background-color: #38312D;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;
}
.right-btn-main-box-div {
  width: 40px;
  height: 130px;
  float: right;
}
.right-btn-top-box {
  background-color: #EDECE8;
  height: 43px;
  width: 40px;
  float: right;
  border-top-left-radius: 10px;
  transition: all eas-in .3s;
  color: #38312D;
  font-size: 24px;
}
.right-btn-top-box:hover {
  background-color: #ffc600;
  color: #38312D;
}
.right-btn-bottom-box {
  background-color: #EDECE8;
  height: 43px;
  width: 40px;
  float: right;
  border-bottom-left-radius: 10px;
  transition: all eas-in .3s;
  color: #38312D;
  font-size: 24px;
}
.right-btn-bottom-box:hover {
  background-color: #ffc600;
  color: #38312D;
}
.res-location-det {
  min-height: 40px;
}
.pos-sticky {
  position: sticky;
  top: 140px;
  z-index: 1029;
}
.right-btn-txt-box {
  height: 44px;
  width: 40px;
  color: #38312D;
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  float: left;
  text-align: center;
  border: 0;
}
.customi-sub-text {
  font-size: 15px;
  color: #808080;
  font-weight: 400;
  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: #946037;
  font-weight: 500;
  font-size: 14px;
}
.padding-loc {
  padding-right: 40px;
  padding-left: 75px;
  font-size: 15px;
}
/*confirm location end*/
/*language btn start*/
.lang-btn-bx {
  width: 90px;
  text-align: left;
  float: left;
  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: right;
  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: #38312D;
  background-position: right 10px center;
}
.white-first-item-box:hover {
  background-color: #38312D;
  color: #ffffff;
  background-image: url("../../assets/images/tick.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right 20px center;
}
.item-selected-style {
  background-color: #38312D;
  color: #ffffff;
  background-image: url("../../assets/images/tick.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right 20px center;
}
.white-first-item-box:hover p {
  color: #ffffff;
}
.item-selected-style p {
  color: #ffffff !important;
}
.white-item-box-first-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  line-height: normal;
}
.white-first-item-box p {
  font-size: .8rem;
  font-weight: 400 !important;
  color: #808080;
  line-height: normal;
  margin-bottom: 0;
}
/* 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: #38312D;
  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 #946037;
  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: #38312D;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.check-out .title p {
  font-size: 1.125em;
  color: #808080;
}
.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 15px;
}
.select-store .col-md-12 > div {
  box-shadow: rgb(0 0 0 / 12%) 0 0 15px;
  border-radius: 10px;
  padding: 15px;
  transition: all ease-in .3s;
  cursor: pointer;
}
.select-store .col-md-12 h2 {
  background: url(../../assets/images/location.svg) no-repeat right center/13px;
  padding-right: 22px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.188em;
  font-weight: 700;
}
.select-store .actions a.btn {
  font-size: 12px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding: 0.5rem 1.2rem;
  font-weight: 700;
  width: auto;
}
.select-store .actions a.tel {
  padding: 0.5rem 1.2rem;
  background: url(../../assets/images/phone-call.svg) no-repeat 15px center;
  border: 1px solid #EDECE8;
  padding-left: 30px;
  width: auto;
}
/* Pop Up */
.modal-dialog.proceed-approval .modal-body, .modal-dialog.proceed-approval .modal-footer, #SchedulePickup .modal-footer {
  padding: 0 100px;
}
.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;
  left: 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: #808080;
  margin-bottom: 5px;
}
.schedule .form-item {
  margin-bottom: 25px;
}
.schedule .form-item input[type="date"], .schedule .form-item input[type="time"] {
  width: 100%;
  height: 48px;
  border: 1px solid #E3E1DB;
  border-radius: 5px;
  padding: 0 10px 0 15px;
}
.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: #808080;
  border-radius: 50px;
  line-height: 42px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.multi-steps .bs-wizard-stepnum {
  font-weight: 500;
  color: #38312D;
  margin-top: 3px;
}
.multi-steps a.bs-wizard-link {
  color: #38312D;
  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 {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar h4.heading {
  font-family: 'Barlow Semi Condensed', sans-serif;
  border-bottom: 1px solid #ddd;
  padding: 12px 15px;
}
.sidebar .list-group-item {
  border: none;
}
.promo-code {
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0 15px;
}
.promo-code button {
  width: 100%;
  height: 46px;
  font-weight: 600;
  background: #38312D;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
.promo-code button:hover {
  background: #483f3b;
}
.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: #946037;
}
.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: #FFC600;
  font-size: 18px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  height: 54px;
  color: #38312D;
}
.sidebar .actions .btn-primary:hover {
  background: #ffd234;
}
/* Multi Step Checkout Right sidebar end */
/* Confirm Order Popup */
.confirm-order p {
  font-weight: 600;
}
.confirm-order .order-details {
  box-shadow: rgb(0 0 0 / 12%) 0 0 15px;
  max-width: 340px;
  padding: 15px;
  border-radius: 5px;
  margin: 20px auto;
}
.confirm-order .order-id-label {
  text-transform: uppercase;
  color: #808080;
  margin: 0;
}
.confirm-order .order-id {
  text-transform: uppercase;
  color: #946037;
  margin: 0;
  font-size: 1.500em;
  font-weight: 600;
}
.confirm-order .modal-footer {
  padding-left: 96px;
  padding-right: 96px;
}
.confirm-order .modal-footer .btn {
  width: 100%;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.125em;
}
/* Confirm Order Popup end */
/* Order Summary */
.ordersummary h2.title {
  font-size: 1.500em;
  font-family: 'Barlow Semi Condensed', 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: #38312D;
  color: #fff;
}
.ordersummary .address h4 {
  font-size: 1.125em;
}
.ordersummary .address h4 a {
  background: url(../../assets/images/dot-menu-dark.svg) no-repeat;
  width: 18px;
  height: 6px;
  display: inline-block;
  float: left;
}
.ordersummary .address .selected h4 a {
  background: url(../../assets/images/dot-menu.svg) no-repeat;
}
.ordersummary .address a.add {
  font-size: 1.125em;
  font-weight: 600;
}
.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: 'Barlow Semi Condensed', sans-serif;
  text-transform: none;
  font-size: 1.125em;
  height: 100%;
}
.payment-methrod .col-lg-6 > div a.btn-secondary {
  background: #fff;
  color: #38312D;
}
.payment-methrod .col-lg-6 > div a.btn-secondary:hover {
  border: 1px solid #946037;
}
.terms p {
  font-size: 1.2em;
}
.terms p a {
  text-decoration: underline;
  font-weight: 600;
}
.terms .btn {
  display: block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.125em;
}
/* Order Summary end */
/* My Order History */
.cart-items {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 30px;
}
.cart-items .product-image {
  margin-left: 30px;
  width: 200px;
  text-align: center;
}
.cart-items .product-image img {
  max-width: 100%;
}
.cart-items .product-details {
  flex: 1;
}
.order-history h2.title {
  color: #946037;
  font-size: 1.750em;
}
.order-history p.status {
  color: #946037;
  text-transform: uppercase;
  font-weight: 600;
}
.order-history .title-rate a {
  font-weight: 600;
  font-size: 1.2em;
}
.order-history .title-rate a img {
  width: 32px;
  margin-left: 10px;
}
.order-history .track {
  flex-wrap: wrap;
}
.order-history .track .cta a.btn-secondary {
  background: #38312D;
  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: #946037;
  padding: 0.7rem 1rem;
}
.order-history .rate a.custom {
  border: 1px solid #E3E1DB;
  color: #808080;
}
.order-history .rate a img {
  margin-right: 3px;
}
.order-history .track .cta a.btn-secondary {
  margin-left: 10px;
}
.modal-header h2 {
  font-size: 1.500em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 0;
}
.custom-label p {
  font-weight: 600;
  color: #808080;
}
.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: 'Barlow Semi Condensed', 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 {
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 10%);
  height: 100%;
}
.order-track .orderId {
  color: #946037;
  font-size: 2em;
  font-weight: 600;
}
.order-track .product-details {
  flex: 1;
  padding-right: 40px;
}
.order-track .h4, h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.order-track .product-details .date-time {
  color: #808080;
  font-size: 1.2em;
  font-weight: 400;
}
.order-track .product-details .status {
  font-size: 1.250em;
  font-weight: 600;
}
.track-progress h4 {
  font-size: 1em;
  color: #BBBBBB;
}
.track-progress .progress-bar {
  background: #EDECE8;
  height: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.track-progress .completed .progress-bar {
  background: #51A120;
}
.track-progress .completed h4 {
  color: #38312D;
}
.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: #946037;
  font-size: 1.5em;
  font-weight: 600;
}
.order-track-details .products-thumb img {
  max-width: 80px;
  margin-right: 20px;
  height: auto;
}
.order-track-details .products-thumb span {
  font-weight: 600;
}
.products-thumb .order small {
  font-size: 1em;
}
.order-track-details li {
  margin-bottom: 15px;
}
.order-track-details li h6, .order-track-details li span.price {
  font-weight: 500;
}
.order-track-details li.total {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  font-weight: 600;
  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: #946037;
  font-weight: 700;
  font-size: 1.125em;
}
.order-delivery-details h3.block-title {
  font-size: 1em;
}
.order-delivery-details h3.time {
  color: #946037;
  font-weight: 600;
  font-size: 1.3em;
}
.order-delivery-details .image-icon {
  margin-left: 15px;
  flex-basis: 50px;
  text-align: center;
}
.order-delivery-details p {
  font-weight: 400;
  font-size: .9rem;
  color: #808080;
}
.order-delivery-details .content {
  flex: 1;
}
.order-track .product-image {
  text-align: center;
  width: 200px;
  height: auto;
  padding: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.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 */
/* Order Details */
.order-details-bg {
  background: url(../../assets/images/order-details-banner.jpg) no-repeat center/cover;
}
.order-track.placed .cta a img {
  height: 24px;
  margin-right: 5px;
}
.order-track.placed .cta a {
  text-transform: none;
  font-weight: 500;
  margin-right: 5px;
}
.order-track.placed .cta a.btn-secondary {
  background: #EDECE8;
  color: #38312D;
  border: none;
}
.order-delivery-details .home-ofc {
  color: #946037;
  font-weight: 600;
  font-size: 1.250em;
}
.order-delivery-details.placed {
  height: auto;
}
.contact-cta {}
.contact-cta a {
  background: #EDECE8;
  color: #38312D;
  font-size: 1.125em;
  font-family: 'Barlow Semi Condensed', sans-serif;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  border: none;
}
.contact-cta a:hover {
  background: #EDECE8;
  color: #38312D;
}
/* Order Details end */
/* Cart Page */
.cart-items {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  padding: 20px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 30px;
}
.cart-items .product-image {
  margin-left: 30px;
  flex-basis: 25%;
}
.cart-items .product-details {
  width: 75%;
}
.product-name {
  justify-content: space-between;
}
.product-name h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}
.modify a {
  margin-left: 5px;
  background-image: url(../../assets/images/icons.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.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 {
  background-color: #EDECE8;
  border-radius: 100px;
}
.modify a.delete:hover {
  background-color: #EDECE8;
  border-radius: 100px;
}
.product-description {
  color: #707070;
}
.product-price {
  justify-content: space-between;
}
.price {
  color: #946037;
  font-weight: 700;
  font-size: 20px;
}
.order-track .price {
  color: #946037;
  font-weight: 700;
  font-size: 18px;
}
.count button {
  background: #38312D;
  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;
}
.count input[type="text"] {
  background: #FFC600;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  width: 40px;
  margin: 0 10px;
  font-weight: 500;
  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: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  margin: 0;
  color: #38312D;
}
.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 {
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar h4.heading {
  font-family: 'Barlow Semi Condensed', sans-serif;
  border-bottom: 1px solid #ddd;
  padding: 12px 15px;
}
.sidebar .list-group-item {
  border: none;
}
.promo-code {
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0 30px;
}
.promo-code button {
  width: 100%;
  height: auto;
  padding: 10px;
  font-weight: 500;
  background: #38312D;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.promo-code button:hover {
  background: #483f3b;
}
.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: #946037;
}
.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: #946037;
  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: #FFC600;
  font-size: 18px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  height: 54px;
  color: #38312D;
}
.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;
}
#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: 400;
  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: left;
  margin-right: 20px;
  max-width: 73px;
}
#country_cp {
  float: left !important;
  margin-right: 25px !important;
  margin-left: 10px !important;
  max-width: 73px;
}
/*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: 400;
  margin-left: 7px;
}
#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: left;
  margin-right: 25px;
  max-width: 73px;
  margin-left: 10px;
}
.btn-loader-main {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px;
}
/*custom select for Country and Languages  End*/
/*select-restaurant start*/
.select-store .title p {
  font-size: 1.125em;
  color: #808080;
  text-transform: capitalize !important;
}
.btn-primary.white-image img:hover {
  filter: brightness(100)
}
.yellow-btn {
  background-color: #ffc600;
}
.yellow-btn:hover {
  background-color: #38312D;
  color: #ffffff;
}
.yellow-btn:hover img {
  filter: brightness(100);
}
.search-res-box {
  margin: auto;
  width: 400px;
  max-width: 100%;
}
.my-address-btn {
  color: #38312D;
  text-decoration: underline;
  font-weight: 600;
  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: left;
  border: 0;
  background-color: transparent;
}
.address .selected > div {
  background: #38312D !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 {
  background-color: #EDECE8;
}
.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: right;
  margin-top: 10px;
  font-weight: 700;
}
.change-btn:hover {
  background-color: #946037;
  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: #946037;
}
.pick-up-text {
  font-weight: 700;
  color: #946037;
  font-size: .8rem;
  text-transform: uppercase;
}
.chnage-dvry-mthd {
  background-color: #946037;
  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: #FFC600;
  color: #212529;
}
@media (min-width:1440px) {
  .customize-main-box-div p {
    font-size: 15px;
  }
}
/*select-restaurant end*/
/* About the Loyalty */
.loyalty-slide {
  background: url(../../assets/images/reward-slider-banner.jpg);
  background-size: cover;
  background-position: center;
}
.banner-caption {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-caption .inner {
  max-width: 50%;
}
.banner-caption h1 {
  text-transform: uppercase;
  font-size: 2.5rem;
}
.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: 800;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 2em;
  color: #38312D;
  margin: 0;
}
.title-primary p {
  color: #808080;
  font-size: 1em;
}
.loyalty-favorite .menu-category-box {
  height: 250px;
  margin-bottom: 20px;
}
.title-secondary h3 {
  font-size: 2em;
  font-weight: 800;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title-secondary p {
  color: #808080;
  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 #38312D;
  margin-left: 20px;
}
.how-join > div {
  padding: 30px 0;
}
.how-join h4 {
  color: #946037;
  font-weight: 700;
  font-size: 1.250em;
  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: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.563em;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
.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: #808080;
  font-size: 1em;
  margin-bottom: 20px;
}
.tier .image img {
  max-width: 100%;
}
.tier .row h3 {
  color: #38312D;
  font-size: 1.563em;
  font-weight: 800;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}
.tier .row p {
  color: #808080;
  font-weight: 500;
  font-size: 1em;
  margin: 0;
}
.item-box-50 {
  width: 525px;
  float: right;
  /*  margin-left: 20px;*/
}
.item-box-50 .box-background {
  width: 100%;
  min-height: 280px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.points-tag {
  background: #FFC600;
  position: absolute;
  right: 0;
  color: #000000;
  top: 25px;
  text-transform: uppercase;
  border-radius: 50px 0 0 50px;
  font-weight: 600;
  padding: 10px 30px 10px 20px;
}
.item-box-50 .content h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 21px;
}
.item-box-50 .content p {}
.points50 {
  background: url(../../assets/images/points50.jpg) no-repeat center/cover;
}
.points100 {
  background: url(../../assets/images/points100.jpg) no-repeat center/cover;
}
.points100_2 {
  background: url(../../assets/images/points100_2.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;
}
.gray-box {
  filter: grayscale(5);
}
.tier-img {
  width: 100%;
  height: auto;
  z-index: 1;
  float: left;
}
.tier-div-img {
  float: left;
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  margin-bottom: 10px;
}
.tier-main-box {
  width: 100%;
  height: auto;
  position: relative;
}
.tier-points {
  width: 100%;
  height: 455px;
  padding: 20px 30px;
  position: absolute;
  border-radius: 15px;
  z-index: 2;
}
.tier-points h2.heading {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8em;
  text-align: right;
}
.points-details {
  position: absolute;
  bottom: 30px;
}
.points-details h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.8em;
  color: #38312D;
  margin: 0;
}
.expiry {
  color: #946037;
  font-size: 1.250em;
  font-weight: 500;
}
.points-box {
  border-radius: 7px;
}
.points-box h3 {
  color: #808080;
  font-weight: 700;
  font-size: 1.250em;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.percent img {
  height: 180px;
}
.loyalty-cta a {
  display: block;
  margin: 10px 0 0;
}
.loyalty-cta a.btn-secondary {
  background: #EDECE8;
  color: #000;
}
.nav-tabs {
  border: none;
}
.nav-tabs li {
  margin-left: 10px;
}
.nav-tabs li a {
  background: #EDECE8;
  color: #38312D;
  display: inline-block;
  padding: 10px 60px;
  font-weight: 600;
  font-size: 1.125em;
  border-radius: 5px;
}
.nav-tabs li.active a {
  background: #FFC600;
}
.text-right.header-mr h1 {
  text-align: right !important;
}
.reward-tab .item-box-50 {
  width: 50%;
  margin-right: 0;
}
.reward-tab .item-box-50 .box-background {
  margin-bottom: 30px;
}
.tab-content {
  overflow: hidden;
}
.points1500 {
  background: url(../../assets/images/points1500.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: 'Barlow Semi Condensed', 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: #38312D;
}
.table tr {
  border-bottom: 1px solid #D5D5D5;
}
.table tbody tr:last-child {
  border: none;
}
.table tbody tr:last-child td {
  padding-bottom: 20px;
}
.table th {
  padding: 15px 20px;
  color: #808080;
  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: #EDECE8;
}
.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: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.188em;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
}
.play-trivia .inner p {
  margin: 0;
  color: #808080;
}
.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: #FFC600;
}
.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: #38312D;
  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: 600;
}
.inmdecrm {
  background: #38312D;
  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: #FFC600;
  color: #38312D;
}
.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;
}
@media (min-width: 1600px) {
  .header-mr .h1, h1 {
    font-size: 2.2rem;
  }
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  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);
  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);
  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: 60px;
}
.price-varies {
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #38312d;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.fav-blank-box {
  width: 100%;
  height: 385px;
  background-color: #E3E1DB;
  border-color: #E3E1DB;
  border-radius: 10px;
}
.fav-blank-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-color: #E3E1DB;
  background-color: #EDECE8;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #38312d;
  background-color: #FFC600;
  border-color: #FFC600;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*.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: #FFC600;
  clear: both;
  text-align: center;
  padding: 18px;
}
.redeem-cta button {
  font-size: 1.125em;
  min-width: 200px;
}
.redeem-details h4 {
  color: #942B2B;
}
.redeem-code {
  background: #FFC600;
  padding: 10%;
}
.reward-code {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 230px;
  margin: 20px auto;
}
.reward-code h3 {
  margin: 0;
  color: #942B2B;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.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 #ffc600;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.apply-promo.active {
  width: 100%;
  border: solid 3px #ffc600;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.btn-default {
  background: #EDECE8;
}
/*.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: 10px 40px;
}
.reward-tier .tab-content > .tab-pane {
  min-height: 300px;
}
.reward-tier .signup {
  background: url(../../assets/images/signup-banner.jpg) no-repeat center/cover;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.signup h1 {
  color: #FFC600;
  text-transform: uppercase;
  font-size: 3.125em;
}
.signup h3 {
  font-size: 1.875em;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', 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: 'Barlow Semi Condensed', 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: #FFC600;
}
.bww-description {
  font-size: 1.375em;
  font-weight: 500;
}
.tier-banner {
  background: #38312D;
  color: #fff;
  padding: 50px 0;
  position: relative;
}
.tier-banner h2 {
  font-weight: 400;
  font-size: 2.250em;
}
.tier-banner h2 span {
  font-weight: 800;
  font-size: 2.250rem;
}
.tier-banner img {
  max-width: 100%;
  font-size: 2.500rem;
}
.title-primary-tier h2 {
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.375em;
}
.title-primary-tier p {
  font-size: 1.250em;
}
.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: 'Barlow Semi Condensed', 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: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  color: #FFC600;
  margin: 0;
  line-height: .8em;
}
.eat-earn h2 {
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 3.125em;
}
.eat-earn-content {
  background: #EDECE8;
  padding: 40px 0;
}
.eat-earn-content .col-md-12 p {
  text-align: center;
  font-size: 1.250em;
  margin-bottom: 30px;
}
.eat-points {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.eat-points .icon {
  margin-right: 15px;
}
.eat-points .points-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.250em;
  line-height: normal;
}
.offers-box {
  background-image: url(../../assets/images/offer-bg1.png);
  border-radius: 15px;
  height: 340px;
  padding: 20px;
  color: #ffffff;
  background-size: 100%;
  transition: all ease-in .3s;
  background-position: center;
  background-color: #000000;
  cursor: pointer;
  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.500em;
  width: 80%;
}
.offers-box .category-text-2 {
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  width: 80%;
}
.benefits-tier-cards {
  margin: 20px 0 40px;
}
.benefits-tier-cards img {
  max-width: 100%;
}
.benefits-tier-cards h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.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: 10px;
}
.mModdd {
  min-height: auto !important;
}
.modImg {
  /*max-width:30px;
            max-height:30px;*/
  width: 40px;
}
.right-aligner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* 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: #EDECE8;
  border: 1px solid #EDECE8;
  padding: 12px 20px 15px 50px;
  width: 100%;
  border-radius: 6px;
  color: #38312D;
  font-size: 1em;
}
.search-activity .searchbutton2 {
  width: 56px;
  background: none;
  height: 56px;
  top: 0;
  left: 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;
  align-items: center;
  box-shadow: rgb(0 0 0 / 10%) 0 0 8px;
  border-radius: 6px;
  padding: 20px 25px;
}
.activity-items .item-details {
  display: flex;
  align-items: center;
}
.activity-image {
  margin-left: 30px;
}
.activity-image img {
  max-width: 80px;
}
.activity-details h3 {
  font-size: 1.375em;
  margin: 0;
}
.activity-details p {
  margin: 5px 0 0;
  color: #707070;
}
.activity-items .delete {
  padding-left: 15px;
}
.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 end */
.menu-item-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
/* Applied Promo end */
.applied-promo-box {
  float: right;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-right: 10px;
  border: 1px solid #FFC600;
}
.applied-promo-text {
  width: auto;
  float: right;
  height: 60px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  color: #38312D;
  line-height: normal
}
.ap-right-btn-box {
  background-color: #38312D;
  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: rgb(255, 198, 0);
  font-size: 11px;
  color: rgb(56, 49, 45);
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
  float: right;
  margin-top: 10px;
  font-weight: 700;
}
.customize-btn:hover {
  background-color: #38312d;
  color: #ffffff;
}
.customize-header {
  color: #946037;
  font-size: 1.3rem;
  font-weight: 600;
}
.customize-btn-box {
  float: right;
  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: #38312D;
  background-position: right 10px center;
  cursor: pointer;
}
.customize-btn-box:hover {
  background-color: #38312D;
  color: #ffffff;
  background-image: url("../../assets/images/tick.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right 20px center;
}
.customize-selected-style {
  background-color: #38312D;
  color: #ffffff;
  background-image: url("../../assets/images/tick.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 50px;
  background-position: right 20px center;
}
.customize-btn-box:hover p {
  color: #ffffff;
}
.customize-selected-style p {
  color: #ffffff !important;
}
.customize-btn-box-first-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  line-height: normal;
}
.customize-btn-box p {
  font-size: .8rem;
  font-weight: 400 !important;
  color: #808080;
  line-height: normal;
  margin-bottom: 0;
}
.mr-2 {
  margin-right: 15px;
}
/* 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: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  color: #51A120;
  border: 2px solid #51A120;
  border-radius: 3px;
  padding: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.price-disc-box {
  float: left;
  width: 100%;
  text-align: left;
}
.price-disc-txt {
  position: relative;
  color: #808080;
  font-weight: 600;
  width: 100%;
  font-family: 'Barlow Semi Condensed', 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: #808080;
  font-weight: 400;
  font-size: .8rem;
  font-family: 'Barlow', sans-serif;
}
.white-first-item-box:hover .price-disc-txt-small {
  color: #ffffff;
}
.text-ltr {
  direction: ltr;
}
/* Discount end */
/* Ribbon */
.ribbon1 {
  position: absolute;
  margin-top: 10px;
  margin-right: 0px;
  padding: 8px 10px;
  background: #ffc600;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
}
.ribbon1:before {
  content: "";
  position: absolute;
}
.ribbon1:before {
  width: 7px;
  height: 100%;
  top: 0;
  right: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 0 5px 5px 0;
}
.ribbon1:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  right: -4.5px;
  background: #ffc600;
  border-radius: 0 5px 5px 0;
}
.ribbon1 img {
  width: 30px;
  height: auto;
}
/* Ribbon end */
@media only screen and (max-device-width: 1599px), only screen and (max-width: 1599px) {
  .menu-category-box {
    height: 230px;
  }
}
@media only screen and (max-device-width: 1399px), only screen and (max-width: 1399px) {
  .menu-category-box {
    height: 197px;
  }
}
@media only screen and (max-device-width: 1199px), only screen and (max-width: 1199px) {
  .menu-category-box {
    height: 224px;
  }
}
@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
  .menu-category-box {
    height: 253px;
  }
}
@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .menu-category-box {
    height: 180px;
  }
}
.address-lmt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 20px;
  transition: all ease-in .3s;
}
.address-lmt:hover {
  white-space: normal;
  overflow: visible;
}
.filtr-popup-btn {
  display: none;
}
.fltr-form {
  display: block;
}
.points-box-item {
  width: 250px;
  height: 160px;
  background-color: #38312D;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  margin: 10px;
  color: #ffffff;
  border-radius: 10px;
  float: right;
  padding: 20px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1em;
  overflow: auto;
}
.fav-box-item {
  width: 350px;
  max-width: 100%;
}

/*referral satrt*/
.refferal-bg {
	background-image: url("../../assets/images/tier-hero-banner.jpg");
	background-size: cover;
	background-position: center;
}
.btn-light-4 {
    background-color: #EDECE8;
    border-radius: 10px;
    border-color: #EDECE8;
 
    padding: 10px 0;
    width: 100%;
    margin-right: 10px;
    color: #38312D;
    text-transform: capitalize;
    font-size: 1rem;
    padding-top: 25px;
}

.brown-div {
	background-color: #38312D;
	padding:0px 20px;

	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 20px;
}
.brown-div h3 {
	font-size: 2rem;
	font-weight: 500;
	margin-top: 35px;
	margin-bottom: 10px;
}

.yell-box {
	width: 175px;
	background-color: #ffc600;
	padding: 10px; 
	float: left;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.yell-box h2 {
	font-weight: bold;
	font-size: 1.4rem;
	margin-top:13px;
	text-transform: uppercase;
}
.yell-box p {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;

}

.referal-main-div {
	padding: 20px;
	
	width: 100%;
}
.coupn-cde-txt {
	font-size: 18px;
	color: #946037!important;
	font-weight: bold;
}

.cpn-code-btn {
	padding: 12px 40px!important;
} 
.btn-secondary:hover {
	background-color: #ffc600!important;
	color: #3B210D;
	border-color: #ffc600!important; 
}
.btn-secondary:focus {
	background-color: #ffc600!important;
	color: #3B210D;
	border-color: #ffc600!important; 
}

.referal-main-div h4 {
	font-weight: 400;
}
.referral-popup {
	width: 500px;
	max-width: 100%;
	margin:auto;
	padding: 20px 0;
	text-align: center;
}
.referral-popup  .mr-auto {
	margin: auto;
	width: 300px;
	max-width: 100%;
}
.referral-popup .h3, h3 {
    font-size: 1.5rem;
    font-weight: 400;
}
.share-icn {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-bottom: 5px;
}
.share-txt {
	font-size: 12px;
}
/*referral end*/
.privacy-link {
        font-size: 17px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
    float: left;
}

.app-url-mr {
    margin-top: 5.8rem!important;
}

@media (max-width: 1440px) {
        .app-url-mr {
    margin-top: 4.4rem!important;
}
}
@media (max-width: 767px) {
.app-url-mr {
    margin-top: 3.65rem!important;
}
    }

@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
  .filtr-popup-btn {
    display: block;
  }
  .fltr-form {
    display: none;
  }
}