@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap";
@import url("../css/font-awesome.min.css");
@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap";
:root {
  --star-size: 20px;
  --star-color: #c0c0c0;
  --star-background: #cd8312;
  --color-white:#ffffff;
  --active: var(--bs-primary);
  --active: var(--bs-secondary);
  --bs-primary: #cd8312;
  --bs-secondary: #dec046;
  --toolbar-height: 100px;
  --toolbar-laptop-height: 97px;
  --toolbar-mobile-height: 75px;
  --footer-height: 339px;
}

#flutter_target {
  width: 100%;
  height: calc(100vh - var(--toolbar-height));
  padding: 0;
  border-radius: 0px;
  transition: all 150ms ease-in;
  align-self: center;
}
@media (max-width: 767px) {
  #flutter_target {
    height: calc(90vh - var(--toolbar-mobile-height));
  }
}

.social-media-button {
  /* svg {
    width: 32px;
  }  */
}
@media (max-width: 767px) {
  .social-media-button {
    text-align: center;
  }
}
.social-media-button h4 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
}
.social-media-button .social_login {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.social-media-button .social_login .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  margin-right: 0px;
  width: 50px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #d7d8db;
  border-radius: 50%;
  padding: 9px;
}
.social-media-button .social_login .nsm7Bb-HzV7m-LgbsSe {
  width: 100% !important;
  background-color: transparent !important;
  padding: 0;
  height: auto;
  border: none;
}
.social-media-button .social_login .nsm7Bb-HzV7m-LgbsSe:focus-within {
  border: none;
  background-color: transparent;
  outline: none;
}
.social-media-button .social_login .nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
  background-color: transparent;
}
.social-media-button .social_login .nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
  background-color: transparent;
}
.social-media-button .social_login .nsm7Bb-HzV7m-LgbsSe-BPrWId,
.social-media-button .social_login .L6cTce {
  display: none !important;
}
.social-media-button .social_login .social-button {
  width: 50px;
  height: 50px;
  border: 1px solid #d7d8db;
  border-radius: 50%;
  padding: 3px;
}
.social-media-button img {
  width: 34px;
}

.overflow-y-none {
  overflow-y: hidden;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.error-msg {
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .error-msg {
    font-size: 1.75rem;
    margin-top: 12px;
  }
}

.menu-bg {
  background-position: top center;
  background-size: auto;
}

.signup h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 1440px) {
  .signup h4 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1921px) {
  .signup h4 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1921px) {
  .signup input {
    height: calc(4.5rem + 2px) !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1921px) {
  .form-control {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 1440px) {
  .vertical-center-main {
    width: 100%;
    min-height: calc(92vh - var(--footer-height));
  }
}

@media (min-width: 1921px) {
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(4.5rem + 2px) !important;
  }
}

/* Preloader
-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 0.813rem;
}

.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* .body-scroll{
    overflow-y: scroll !important;
} */
@-webkit-keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes timebar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes timebar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
a {
  text-decoration: none;
}

/*----------------------------------------*/
/*  12 - Components - Animation
/*----------------------------------------*/
/* restaurant's Animation Style One */
/*Top Up Keyframes*/
@-webkit-keyframes furnSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes furnSlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.ion-bag:before {
  font-family: "Ionicons" !important;
}

.slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
body {
  font-family: "Lato";
  color: #333333;
  font-size: 1rem;
  line-height: 24px !important;
}

#scrollUp {
  background-color: #333333;
  color: #ffffff;
}
#scrollUp:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff !important;
}

#order-now {
  left: 0;
  right: 0;
  bottom: 50px;
  position: fixed;
  height: 40px;
  width: max-content;
  margin: 0 auto;
  z-index: 1000 !important;
}
@media (max-width: 767px) {
  #order-now {
    margin: inherit;
    left: 15px;
    bottom: 110px;
  }
}
#order-now a {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  white-space: break-spaces;
  padding: 25px 0;
  line-height: 18px;
  background-color: #282828;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}
@media (min-width: 767px) {
  #order-now a {
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    height: 40px;
    width: 140px;
    padding: 10px 0;
    background-color: #282828;
    text-transform: uppercase;
    border-radius: 20px;
    display: block;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
  }
}
@media (min-width: 1440px) {
  #order-now a {
    font-size: 1.125rem;
    width: max-content;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1921px) {
  #order-now a {
    font-size: 1.875rem;
    padding: 0 40px;
    border-radius: 50px;
    line-height: 74px;
    height: 76px;
  }
}
#order-now a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}

.p-60 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-60 {
    padding-bottom: 30px;
  }
}

h1 {
  font-family: "Lato";
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1 {
    line-height: 1.2;
  }
}

h2 {
  font-family: "Lato";
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    line-height: 1.2;
  }
}

h3 {
  font-family: "Lato";
  color: #333333;
  line-height: 1;
  font-weight: 700;
}

h4 {
  font-family: "Lato";
  color: #333333;
  line-height: 1;
  font-weight: 700;
}

h5 {
  font-family: "Lato";
  color: #333333;
  line-height: 1;
  font-weight: 700;
}

h6 {
  font-family: "Lato";
  color: #333333;
  line-height: 1;
  font-weight: 700;
}

p {
  font-family: "Lato";
  color: #333333;
  font-size: 1rem;
  line-height: 24px;
}

@media (max-width: 991px) {
  .edit-hide {
    display: none !important;
  }
}

a.restaurant-btn-2 {
  border: 2px solid #ebebeb;
}
a.restaurant-btn-2:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
  border-color: var(--bs-secondary);
}
@media (min-width: 1440px) {
  a.restaurant-btn-2 {
    font-size: 1.125rem;
    width: max-content;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  a.restaurant-btn-2 {
    font-size: 1.875rem;
    padding: 0 40px;
    height: 76px;
    border-radius: 50px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  color: #888888;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder {
  color: #888888;
}
input::-ms-input-placeholder {
  color: #888888;
}
input::placeholder {
  color: #888888;
}
input:not([disabled]):focus {
  outline: 0;
}

label {
  margin-bottom: 0.5rem;
}

._keyfocus:focus {
  outline: 0;
}

textarea {
  outline: none;
}
textarea:not([disabled]):focus {
  outline: 0;
}

select {
  outline: none;
}
select:not([disabled]):focus {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

button {
  outline: 0;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
button:focus {
  outline: none;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--bs-primary) !important;
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]):hover {
  color: var(--bs-primary) !important;
}
a:focus {
  outline: none;
}
a:active {
  outline: none;
}

.sticker {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.sticker img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0 !important;
}

.sticker-2 {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: 0;
}

.product-progressbar {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-progressbar > span > strong {
  padding-left: 5px;
  font-weight: 600;
}
.product-progressbar:before {
  background-color: #ebebeb;
  border-radius: 7px;
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-progressbar:after {
  background-color: var(--bs-primary);
  border-radius: 7px;
  content: "";
  width: 75%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-progressbar-2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-progressbar-2 > span > strong {
  padding-left: 5px;
  font-weight: 600;
}
.product-progressbar-2:before {
  background-color: #ebebeb;
  border-radius: 7px;
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-progressbar-2:after {
  background-color: var(--bs-primary);
  border-radius: 7px;
  content: "";
  width: 75%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-progressbar-3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-progressbar-3 > span > strong {
  padding-left: 5px;
  font-weight: 600;
}
.product-progressbar-3:before {
  background-color: #ebebeb;
  border-radius: 7px;
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-progressbar-3:after {
  background-color: var(--bs-primary);
  border-radius: 7px;
  content: "";
  width: 75%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-progressbar-4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-progressbar-4 > span > strong {
  padding-left: 5px;
  font-weight: 600;
}
.product-progressbar-4:before {
  background-color: #ebebeb;
  border-radius: 7px;
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-progressbar-4:after {
  background-color: var(--bs-primary);
  border-radius: 7px;
  content: "";
  width: 75%;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-progressbar.product-progressbar-2:after {
  width: 65%;
}

.product-progressbar-2.product-progressbar-2:after {
  width: 65%;
}

.product-progressbar-3.product-progressbar-2:after {
  width: 65%;
}

.product-progressbar-4.product-progressbar-2:after {
  width: 65%;
}

.product-progressbar.product-progressbar-3:after {
  width: 85%;
}

.product-progressbar-2.product-progressbar-3:after {
  width: 85%;
}

.product-progressbar-3.product-progressbar-3:after {
  width: 85%;
}

.product-progressbar-4.product-progressbar-3:after {
  width: 85%;
}

.restaurant-section_area {
  padding-bottom: 25px;
  text-align: center;
}
@media (min-width: 1440px) {
  .restaurant-section_area {
    padding-bottom: 35px;
  }
}
@media (min-width: 1921px) {
  .restaurant-section_area {
    padding-bottom: 50px;
  }
}
.restaurant-section_area > h3 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 0;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .restaurant-section_area > h3 {
    font-size: 3.813rem;
  }
}
.restaurant-section_area > p {
  margin: 0 auto;
  max-width: 40%;
}

.slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  padding: 0 15px;
  outline: none;
}

.restaurant-blog_slider .slick-list {
  margin: 0 -15px;
}
.restaurant-blog_slider .slick-list .slick-slide {
  padding: 0 15px;
}

.sp-images .slick-list {
  margin-left: 0;
}
.sp-images .slick-list .slick-slide {
  margin-left: 0;
}

.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.rating-box > ul > li.silver-color > i {
  color: #c0c0c0 !important;
}

.embed-responsive {
  min-height: 270px;
}

#flutter_app {
  padding-top: 0px;
  height: 100vh;
}
@media (max-width: 1199px) {
  #flutter_app {
    padding-top: 0px;
  }
}

.global-overlay {
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.global-overlay.overlay-open {
  visibility: visible;
}

#scrollUp {
  right: 15px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1000 !important;
  border-radius: 100%;
  -webkit-animation: furnSlideInUp 0.8s ease-in-out 1 both;
  animation: furnSlideInUp 0.8s ease-in-out 1 both;
}
#scrollUp:hover > i {
  -webkit-animation: furnSlideInUp 1s infinite;
  animation: furnSlideInUp 1s infinite;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0 8px;
  height: 30px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border-radius: 0.25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  content: "";
  border-width: 5px 5px 0;
}

.tooltip.bs-tooltip-top .arrow::before {
  content: "";
  border-width: 5px 5px 0;
}

.restaurant-paginatoin-area {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.restaurant-paginatoin-area .restaurant-pagination-box {
  border: 2px solid #ebebeb;
  border-radius: 25px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.restaurant-paginatoin-area .restaurant-pagination-box li {
  display: inline-block;
}
.restaurant-paginatoin-area .restaurant-pagination-box li:last-child > a {
  border-right: 0;
}
.restaurant-paginatoin-area .restaurant-pagination-box li > a {
  border-right: 2px solid #ebebeb;
  padding: 0 25px;
  display: block;
}
.restaurant-paginatoin-area .restaurant-pagination-box li.active > a {
  color: var(--bs-primary);
}

.quantity .cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}
.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #ebebeb;
  height: 46px;
  text-align: center;
  width: 48px;
  background: #ffffff;
}
.quantity .cart-plus-minus > .qtybutton {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  height: 23px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 28px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.quantity .cart-plus-minus > .qtybutton:hover {
  background: #ebebeb;
}
.quantity .cart-plus-minus > .qtybutton.dec {
  bottom: 0;
  right: 0;
}
.quantity .cart-plus-minus > .qtybutton.inc {
  border-bottom: none;
  top: 0;
  right: 0;
}

.group-quantity .cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}
.group-quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #ebebeb;
  height: 46px;
  text-align: center;
  width: 48px;
  background: #ffffff;
}
.group-quantity .cart-plus-minus > .qtybutton {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  height: 23px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 28px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.group-quantity .cart-plus-minus > .qtybutton:hover {
  background: #ebebeb;
}
.group-quantity .cart-plus-minus > .qtybutton.dec {
  bottom: 0;
  right: 0;
}
.group-quantity .cart-plus-minus > .qtybutton.inc {
  border-bottom: none;
  top: 0;
  right: 0;
}

.quantity.group-quantity {
  text-align: center;
}
.quantity.group-quantity .cart-plus-minus {
  margin: 0 auto;
}

.group-quantity.group-quantity {
  text-align: center;
}
.group-quantity.group-quantity .cart-plus-minus {
  margin: 0 auto;
}

.restaurant-tags_list li {
  display: inline-block;
  margin-bottom: 5px;
}
.restaurant-tags_list li a {
  font-size: 1rem;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  display: block;
  line-height: 20px;
  border-radius: 4px;
}
.restaurant-tags_list li a:hover {
  color: #ffffff !important;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.myniceselect.nice-select {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: auto;
}
.myniceselect.nice-select span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 60px;
}
.myniceselect.nice-select .list {
  width: 100%;
}

.error404-area {
  padding: 40px 0 0;
}
.error404-area .search-error-wrapper .restaurant-error_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 2px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  height: 40px;
  line-height: 37px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 25px;
}
.error404-area .search-error-wrapper .restaurant-error_btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}
.error404-area .search-error-wrapper h1 {
  color: var(--bs-primary);
  font-size: 7.5rem;
  margin-bottom: 0;
  padding-bottom: 22px;
}
.error404-area .search-error-wrapper h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.error404-area .search-error-wrapper > p {
  margin: 0 auto 0;
  max-width: 520px;
  font-size: 1rem;
}
.error404-area .search-error-wrapper .error-form .inner-error_form {
  position: relative;
  width: 275px;
  margin: 22px auto 30px;
}
.error404-area .search-error-wrapper .error-form .inner-error_form input {
  border: 1px solid #ebebeb;
  font-size: 0.813rem;
  position: relative;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 15px;
  border-radius: 25px;
}
.error404-area .search-error-wrapper .error-search_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 7px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.error404-area .search-error-wrapper .error-search_btn:hover {
  color: var(--bs-primary);
}

.main-content_area {
  padding: 60px 0 60px 0;
}
.main-content_area .mission-area {
  padding: 55px 0 0;
}
.main-content_area .mission-area .mission-img_area {
  position: relative;
  background-image: url("../images/about-us/3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 570px;
}
.main-content_area .mission-area .mission-img_area > a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
  text-align: center;
}
.main-content_area .mission-area .mission-img_area > a:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.main-content_area .mission-area .mission-img_area > a > i {
  font-size: 2.125rem;
  color: #ffffff;
  padding-left: 10px;
}
.main-content_area .mission-area .mission-img_area:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-content_area .mission-area .mission-img_area:hover:before {
  opacity: 1;
  visibility: visible;
}
.main-content_area .mission-area h3.mission-heading {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
  font-size: 2.25rem;
  font-weight: 400;
}
@media (max-width: 756px) {
  .main-content_area {
    padding: 30px 0 30px 0;
  }
}
.main-content_area .about-us_area {
  /*   .row {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  } */
}
.main-content_area .about-us_area .about-us_img {
  position: relative;
}
.main-content_area .about-us_area .about-us_img img {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}
.main-content_area .about-us_area .about-us_content > h3.heading {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.25rem;
  padding-bottom: 20px;
}
@media (min-width: 1921px) {
  .main-content_area .about-us_area .about-us_content > h3.heading {
    font-size: 3.813rem;
  }
}
.main-content_area .about-us_area .about-us_content .short-desc {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .main-content_area .about-us_area .about-us_content .short-desc {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .about-us_area .about-us_content .short-desc {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.main-content_area .about-us_area .about-us_content .short-desc p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .main-content_area .about-us_area .about-us_content .short-desc p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .about-us_area .about-us_content .short-desc p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.main-content_area .about-us_area .about-us_content .short-desc p span {
  font-size: 1rem !important;
}
@media (min-width: 1440px) {
  .main-content_area .about-us_area .about-us_content .short-desc p span {
    font-size: 1.125rem !important;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .about-us_area .about-us_content .short-desc p span {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
}
.main-content_area .about-us_area .about-us_content > p {
  max-width: 100%;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .main-content_area .about-us_area .about-us_content > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.main-content_area .about-us_area .about-us_content > p.short-desc {
  margin-bottom: 0;
}
.main-content_area .about-us_area .about-us_content .restaurant-btn-ps_left {
  padding-top: 25px;
}
.main-content_area .room-facility {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .main-content_area .room-facility {
    flex-direction: column;
  }
}
.main-content_area .room-facility img {
  width: 24px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .main-content_area .room-facility img {
    margin-right: 10px;
  }
}
.main-content_area .room-facility span {
  font-size: 14px;
  font-weight: 600;
}
.main-content_area .rooms-us_area {
  /*   .row {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  } */
}
.main-content_area .rooms-us_area .rooms-us_img {
  position: relative;
}
.main-content_area .rooms-us_area .rooms-us_img img {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}
.main-content_area .rooms-us_area .rooms-us_content > h3.heading {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.25rem;
  padding-bottom: 20px;
}
@media (min-width: 1921px) {
  .main-content_area .rooms-us_area .rooms-us_content > h3.heading {
    font-size: 3.813rem;
  }
}
.main-content_area .rooms-us_area .rooms-us_content .short-desc {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .main-content_area .rooms-us_area .rooms-us_content .short-desc {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .rooms-us_area .rooms-us_content .short-desc {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.main-content_area .rooms-us_area .rooms-us_content .short-desc p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .main-content_area .rooms-us_area .rooms-us_content .short-desc p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .rooms-us_area .rooms-us_content .short-desc p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.main-content_area .rooms-us_area .rooms-us_content .short-desc p span {
  font-size: 1rem !important;
}
@media (min-width: 1440px) {
  .main-content_area .rooms-us_area .rooms-us_content .short-desc p span {
    font-size: 1.125rem !important;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .rooms-us_area .rooms-us_content .short-desc p span {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
}
.main-content_area .rooms-us_area .rooms-us_content > p {
  max-width: 80%;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .main-content_area .rooms-us_area .rooms-us_content > p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.main-content_area .rooms-us_area .rooms-us_content > p.short-desc {
  margin-bottom: 0;
}
.main-content_area .rooms-us_area .rooms-us_content .restaurant-btn-ps_left {
  padding-top: 25px;
}
.main-content_area .testimonial-area {
  position: relative;
  background-image: url("../../assets/images/banner/bg-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  margin-top: 60px;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
.main-content_area .testimonial-area .testimonial-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-content_area .testimonial-area .testimonial-item .testimonial-content {
  padding-left: 20px;
  text-align: center;
}
.main-content_area .testimonial-area .testimonial-item .testimonial-content .quote-icon > i {
  font-size: 2.188rem;
}
.main-content_area .testimonial-area .testimonial-item .testimonial-content > p.short-desc {
  margin: 0 auto;
  max-width: 75%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 40px;
}
.main-content_area .testimonial-area .testimonial-item .testimonial-content > .client-info > h3.name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125rem;
  padding-top: 15px;
}
.main-content_area .testimonial-area .testimonial-item .testimonial-content > .client-info > span.occupation {
  padding-top: 10px;
  display: block;
}

.contact-main-page {
  padding: 60px 0 60px 0;
  min-height: 380px;
}
@media (max-width: 767px) {
  .contact-main-page {
    padding: 30px 0 30px 0;
  }
}
.contact-main-page .contact-form-content {
  margin-top: 55px;
  border-radius: 20px;
}
.contact-main-page .contact-form-content .contact-form {
  margin-bottom: 20px;
}
.contact-main-page .contact-form-content .contact-form .label {
  margin-bottom: 0;
}
.contact-main-page .contact-form-content .contact-form .contact-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 12px;
  display: inline-block;
  font-weight: 600;
  background-color: var(--bs-primary);
  border-color: 2px solid var(--bs-primary);
  height: 40px;
  width: 200px !important;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
}
@media (min-width: 1440px) {
  .contact-main-page .contact-form-content .contact-form .contact-btn {
    font-size: 1.125rem;
    width: max-content;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .contact-main-page .contact-form-content .contact-form .contact-btn {
    font-size: 1.375rem;
    padding: 0 40px;
    height: 76px;
    border-radius: 50px;
  }
}
.contact-main-page .contact-form-content .contact-form .contact-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}
.contact-main-page .contact-form-content .contact-form label {
  display: block;
  font-size: 0.938rem;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 4px;
  cursor: text;
}
@media (min-width: 1921px) {
  .contact-main-page .contact-form-content .contact-form label {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
.contact-main-page .contact-form-content .contact-form label span {
  color: #e01212;
}
.contact-main-page .contact-form-content .contact-form label.required {
  color: #e01212;
}
.contact-main-page .contact-form-content .contact-form input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #ebebeb;
  padding-left: 20px;
}
@media (min-width: 1921px) {
  .contact-main-page .contact-form-content .contact-form input {
    margin-bottom: 14px;
    height: calc(4.5rem + 2px) !important;
  }
}
.contact-main-page .contact-form-content .contact-form textarea {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  line-height: 50px;
  height: 200px;
  color: inherit;
}
@media (min-width: 1921px) {
  .contact-main-page .contact-form-content .contact-form textarea {
    margin-bottom: 14px;
  }
}
.contact-main-page .contact-form-content .contact-form .form-group.form-group-2 {
  margin-bottom: 25px;
}
.contact-main-page .contact-form-content .contact-form [class*=form-group]:last-child {
  margin-bottom: 0;
}
.contact-main-page .contact-page-side-content {
  background-color: #f4f4f4;
  padding: 25px 30px 13px;
  margin-top: 55px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact-main-page .contact-page-side-content {
    margin-top: 30px;
  }
}
.contact-main-page .contact-page-side-content .contact-page-message {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .contact-main-page .contact-page-side-content .contact-page-message .booking-details p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .contact-main-page .contact-page-side-content .contact-page-message {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.contact-main-page .contact-page-side-content .single-contact-block {
  padding-bottom: 3px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 1921px) {
  .contact-main-page .contact-page-side-content .single-contact-block {
    margin-bottom: 24px;
  }
}
.contact-main-page .contact-page-side-content .single-contact-block:last-child {
  border-bottom: none;
}
.contact-main-page .contact-page-side-content .single-contact-block h4 {
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .contact-main-page .contact-page-side-content .single-contact-block h4 {
    font-size: 2rem;
    padding-bottom: 24px;
  }
}
.contact-main-page .contact-page-side-content .single-contact-block h4 > i {
  margin-right: 5px;
}
.contact-main-page .contact-page-side-content .single-contact-block p {
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .contact-main-page .contact-page-side-content .single-contact-block p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .contact-main-page .contact-page-side-content .single-contact-block p {
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-bottom: 24px;
  }
}
.contact-main-page .contact-page-side-content .single-contact-block.last-child {
  margin-bottom: 0;
}
.contact-main-page .contact-page-side-content .single-contact-block.last-child > h4 {
  padding-bottom: 20px;
}
.contact-main-page .contact-page-title {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 12px;
}
@media (min-width: 1921px) {
  .contact-main-page .contact-page-title {
    font-size: 2.5rem;
    padding-bottom: 24px;
  }
}
.contact-main-page p.form-messege {
  margin-bottom: 0;
}

.login-title {
  font-size: 1.875rem;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .login-title {
    font-size: 2.125rem;
    margin-bottom: 25px;
    line-height: 57px;
  }
}
@media (min-width: 1921px) {
  .login-title {
    font-size: 3.813rem;
    margin-bottom: 25px;
    line-height: 73px;
  }
}
@media (max-width: 575px) {
  .login-title {
    font-size: 1.125rem;
  }
}

.login-form .login-title {
  font-size: 1.875rem;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .login-form .login-title {
    font-size: 2.125rem;
    margin-bottom: 25px;
    line-height: 57px;
  }
}
@media (min-width: 1921px) {
  .login-form .login-title {
    font-size: 3.813rem;
    margin-bottom: 25px;
    line-height: 73px;
  }
}
@media (max-width: 575px) {
  .login-form .login-title {
    font-size: 1.125rem;
  }
}
.login-form .btn-login {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  display: block;
  margin-top: 30px;
  width: auto !important;
  border-radius: 0;
  height: 40px;
  line-height: 29px;
  border: 0;
  text-transform: uppercase;
  margin-left: auto;
  padding: 0 26px;
  margin-right: auto;
  border-radius: 50px;
}
@media (min-width: 1440px) {
  .login-form .btn-login {
    font-size: 1.125rem;
    padding: 0 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .login-form .btn-login {
    font-size: 1.875rem;
    height: 70px;
    border-radius: 50px;
  }
}
.login-form .btn-login:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}
.login-form label {
  margin-bottom: 5px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .login-form label .booking-details p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .login-form label {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.login-form label span {
  color: #e23129;
}

/*OTP FORM*/
.otp-form .login-title {
  font-size: 1.875rem;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .otp-form .login-title {
    font-size: 2.125rem;
    margin-bottom: 25px;
    line-height: 57px;
  }
}
@media (min-width: 1921px) {
  .otp-form .login-title {
    font-size: 3.813rem;
    margin-bottom: 25px;
    line-height: 73px;
  }
}
@media (max-width: 575px) {
  .otp-form .login-title {
    font-size: 1.125rem;
  }
}
.otp-form .btn-login {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  display: block;
  margin-top: 30px;
  width: auto !important;
  border-radius: 0;
  height: 40px;
  line-height: 29px;
  border: 0;
  text-transform: uppercase;
  margin-left: auto;
  padding: 0 26px;
  margin-right: auto;
  border-radius: 50px;
}
@media (min-width: 1440px) {
  .otp-form .btn-login {
    font-size: 1.125rem;
    padding: 0 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .otp-form .btn-login {
    font-size: 1.875rem;
    height: 70px;
    border-radius: 50px;
  }
}
.otp-form .btn-login:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}
.otp-form .otp-verify span {
  color: #e23129;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .otp-form .otp-verify span {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.otp-form label {
  margin-bottom: 5px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .otp-form label .booking-details p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .otp-form label {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.otp-form label span {
  color: #e23129;
}
.otp-form .check-box {
  float: left;
  margin-right: 70px;
}
.otp-form .check-box input[type=checkbox] {
  display: none;
}
.otp-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #888888;
  margin: 0;
}
.otp-form .check-box input[type=checkbox] + label:after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
}
.otp-form .check-box input[type=checkbox] + label:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ebebeb;
  content: "";
}
.otp-form .check-box input[type=checkbox]:checked + label:before {
  border: 2px solid #888888;
}
.otp-form .check-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.otp-form .check-box:last-child {
  margin-right: 0;
}
.otp-form .login-title {
  font-size: 1.25rem;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .otp-form .login-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .otp-form .login-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .otp-form .login-title {
    font-size: 2.25rem;
  }
}
.otp-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1921px) {
  .otp-form label {
    font-size: 1.375rem;
    margin-bottom: 28px;
  }
}
.otp-form input {
  width: 50px !important;
  height: 50px !important;
  background-color: transparent;
  border: 1px solid #5c5c5c !important;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 17px;
  font-size: 1rem;
  color: #888888;
  margin-bottom: 15px;
}
@media (min-width: 1921px) {
  .otp-form input {
    margin-bottom: 30px;
    width: 75px !important;
    height: 75px !important;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .otp-form input {
    padding: 6px;
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 10px !important;
  }
}
.otp-form input[type=checkbox] {
  width: auto;
}
.otp-form .otp-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}
.otp-form .otp-main .otp-in {
  width: 20% !important;
}
@media (min-width: 1921px) {
  .otp-form .otp-main {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .otp-form .otp-main {
    gap: 6px;
    margin-top: 6px;
  }
}

/*OTP FORM END*/
.sign-up-text {
  margin-top: 15px;
}
@media (min-width: 1921px) {
  .sign-up-text {
    margin-top: 30px;
  }
}
.sign-up-text a {
  color: var(--bs-primary);
}
@media (min-width: 1921px) {
  .sign-up-text p {
    font-size: 1.875rem;
  }
}
@media (min-width: 1921px) {
  .sign-up-text a {
    font-size: 1.875rem;
  }
}

.forgotton-password_info {
  text-align: end;
}
@media (min-width: 1921px) {
  .forgotton-password_info {
    font-size: 1.875rem;
  }
}
.forgotton-password_info a {
  color: var(--bs-primary);
}

.return-to-login {
  text-align: center;
}
@media (min-width: 1921px) {
  .return-to-login {
    font-size: 1.875rem;
  }
}
.return-to-login a {
  color: var(--bs-primary);
}

.restaurant-login_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
  padding: 0 26px;
  border-radius: 0;
  height: 40px;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .restaurant-login_btn {
    font-size: 1.125rem;
    width: max-content !important;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .restaurant-login_btn {
    font-size: 1.875rem;
    padding: 0 40px !important;
    height: 76px;
    border-radius: 50px;
  }
}
.restaurant-login_btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.restaurant-register_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  display: block;
  margin-top: 30px;
  width: 140px;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (min-width: 1440px) {
  .restaurant-register_btn {
    font-size: 1.125rem;
    width: auto !important;
    height: 50px;
    border-radius: 50px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .restaurant-register_btn {
    font-size: 1.875rem;
    padding: 0 30px;
    height: 76px;
    border-radius: 50px;
  }
}
.restaurant-register_btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.restaurant-login-register_area {
  min-height: calc(100vh - var(--footer-height));
}
.restaurant-login-register_area .booking-btn {
  transition: all 0.3s ease-in;
  line-height: 12px;
  display: inline-block;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  height: auto;
  width: 200px !important;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  font-weight: 600;
  border: 2px solid var(--bs-primary);
  border-radius: 25px;
  text-transform: capitalize;
}
@media (min-width: 1440px) {
  .restaurant-login-register_area .booking-btn {
    font-size: 1.125rem;
    width: auto !important;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .restaurant-login-register_area .booking-btn {
    font-size: 1.875rem;
    height: 70px;
    border-radius: 50px;
  }
}
.restaurant-login-register_area .booking-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}

@media (min-width: 1140px) {
  .table-quee .form-floating {
    margin-bottom: 12px;
  }
}

.booking-details {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1140px) {
  .booking-details .table-que {
    margin-bottom: 40px;
  }
}
@media (min-width: 1140px) {
  .booking-details .table-que .form-floating {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .booking-details {
    width: 100%;
    min-height: 80px;
  }
}
.booking-details p {
  font-size: 1rem;
  margin: 20px 0;
}
@media (min-width: 1440px) {
  .booking-details p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .booking-details p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.booking-details .login-title {
  font-size: 1.875rem;
  text-transform: capitalize;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .booking-details .login-title {
    font-size: 2.125rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 1921px) {
  .booking-details .login-title {
    font-size: 3.813rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .booking-details .login-title {
    font-size: 1.125rem;
  }
}

.reservation-content {
  min-height: 120px;
  margin-bottom: 16px;
}

.booking-form {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .booking-form .booking-form-fields {
    display: flex;
    flex-direction: column;
  }
}
.booking-form .check-box {
  float: left;
  margin-right: 70px;
}
.booking-form .check-box input[type=checkbox] {
  display: none;
}
.booking-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #888888;
  margin: 0;
}
.booking-form .check-box input[type=checkbox] + label:after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
}
.booking-form .check-box input[type=checkbox] + label:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ebebeb;
  content: "";
}
.booking-form .check-box input[type=checkbox]:checked + label:before {
  border: 2px solid #888888;
}
.booking-form .check-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.booking-form .check-box:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .booking-form {
    padding: 24px;
  }
}
.booking-form .login-title {
  font-size: 1.25rem;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .booking-form .login-title {
    font-size: 1.125rem;
  }
}
.booking-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1921px) {
  .booking-form label {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
.booking-form input {
  width: 100%;
  border-radius: 5px;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #888888;
  margin-bottom: 15px;
  color: #212529;
  background-color: #fff !important;
  border: 1px solid #ced4da;
}
@media (max-width: 767px) {
  .booking-form input {
    margin-bottom: 10px;
    padding: 10px;
  }
}
.booking-form input[type=checkbox] {
  width: auto;
}
.booking-form .booking-btn {
  transition: all 0.3s ease-in;
  line-height: normal;
  display: inline-block;
  font-weight: 600;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  height: auto;
  width: 100% !important;
  color: #ffffff;
  border-radius: 50px;
  padding: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
@media (min-width: 1440px) {
  .booking-form .booking-btn {
    font-size: 1.125rem;
    width: auto !important;
    height: 60px;
    border-radius: 50px;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .booking-form .booking-btn {
    font-size: 1.875rem;
    height: 70px;
    border-radius: 50px;
  }
}
.booking-form .booking-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}
@media (max-width: 375px) {
  .booking-form .booking-btn {
    height: auto;
    line-height: 17px;
    border-radius: 50px;
    padding: 10px 40px;
  }
}

@media (min-width: 1440px) {
  .information-head {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1921px) {
  .information-head {
    font-size: 1.875rem !important;
    margin: 15px 0;
  }
}

.table-queue-booking-form {
  background-color: #ffffff;
  border-radius: 20px;
}
.table-queue-booking-form p {
  margin-bottom: 5px;
}
@media (min-width: 1440px) {
  .table-queue-booking-form p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form label {
    font-size: 1.375rem;
  }
}
.table-queue-booking-form .booking-btn {
  transition: all 0.3s ease-in;
  line-height: 12px;
  display: inline-block;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  height: auto;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
  margin-top: 10px;
}
.table-queue-booking-form .booking-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}
@media (min-width: 1440px) {
  .table-queue-booking-form .booking-btn {
    font-size: 1.125rem;
    width: auto !important;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form .booking-btn {
    font-size: 1.875rem;
    height: 70px;
    border-radius: 50px;
  }
}

.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .login-form {
    padding: 60px;
  }
}
.login-form .check-box {
  float: left;
  margin-right: 70px;
}
.login-form .check-box input[type=checkbox] {
  display: none;
}
.login-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #888888;
  margin: 0;
}
.login-form .check-box input[type=checkbox] + label:after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
}
.login-form .check-box input[type=checkbox] + label:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ebebeb;
  content: "";
}
.login-form .check-box input[type=checkbox]:checked + label:before {
  border: 2px solid #888888;
}
.login-form .check-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.login-form .check-box:last-child {
  margin-right: 0;
}
.login-form .login-title {
  font-size: 1.25rem;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .login-form .login-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .login-form .login-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .login-form .login-title {
    font-size: 2.25rem;
  }
}
.login-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1921px) {
  .login-form label {
    font-size: 1.375rem;
    margin-bottom: 28px;
  }
}
.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #888888;
  margin-bottom: 15px;
}
@media (min-width: 1921px) {
  .login-form input {
    margin-bottom: 30px;
    height: calc(4.5rem + 2px);
    font-size: 1.75rem;
  }
}
.login-form input[type=checkbox] {
  width: auto;
}
.login-form .otp-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  margin-top: 38px;
}
.login-form .otp-main .otp-in {
  width: 20% !important;
}
@media (max-width: 767px) {
  .login-form .otp-main {
    gap: 6px;
    margin-top: 16px;
  }
}

.myaccount-tab-content {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #ebebeb;
  padding: 30px;
}

.restaurant-blog-details {
  border-bottom: 0;
  margin-bottom: 0;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box .comment-btn_wrap {
  padding-top: 30px;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box .comment-btn_wrap .restaurant-post-btn_area {
  display: inline-block;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box .comment-btn_wrap .restaurant-post-btn_area .restaurant-post_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 2px solid var(--bs-primary);
  border-radius: 22px;
  padding: 0 35px;
  height: 40px;
  line-height: 37px;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box .comment-btn_wrap .restaurant-post-btn_area .restaurant-post_btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box label {
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box .coment-field {
  background: #f4f4f4;
  border: none;
  padding: 8px 10px;
  width: 100%;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box textarea {
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: #f4f4f4;
  border: none;
  font-size: 1rem;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper h3 {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 0 26px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.restaurant-blog-details .restaurant-blog-comment-wrapper p {
  padding: 20px 0 0;
  font-size: 1rem;
}
.restaurant-blog-details .restaurant-tag-line {
  padding: 25px 0 25px;
  margin-top: 25px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.restaurant-blog-details .restaurant-tag-line a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-style: italic;
  text-transform: capitalize;
  font-size: 1rem;
}
.restaurant-blog-details .restaurant-tag-line a:hover {
  color: var(--bs-primary);
}
.restaurant-blog-details .restaurant-tag-line h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 5px;
}
.restaurant-blog-details .restaurant-blog-sidebar-wrapper [class*=recent-post]:last-child .recent-post_thumb {
  margin-bottom: 0;
}
.restaurant-blog-details .blog-item .blog-img {
  position: relative;
}
.restaurant-blog-details .blog-item .restaurant-single-blog_slider {
  overflow: hidden;
}
.restaurant-blog-details .blog-item .blog-content {
  padding: 25px 0 0;
}
.restaurant-blog-details .blog-item .blog-content .blog-text_area .title > h3 {
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.restaurant-blog-details .blog-item .blog-content .blog-text_area .title > h3 > a > i {
  font-size: 1.125rem;
  vertical-align: middle;
}
.restaurant-blog-details .blog-item .blog-content .blog-text_area .meta {
  padding-bottom: 5px;
}
.restaurant-blog-details .blog-item .blog-content .blog-text_area .meta > span strong {
  padding-right: 5px;
  font-weight: 600;
}
.restaurant-blog-details .blog-item .blog-content .blog-text_area .short-desc > p {
  margin-bottom: 0;
  font-size: 1rem;
}
.restaurant-blog-details .restaurant-blog-blockquote {
  padding: 0 0 0 40px;
}
.restaurant-blog-details .restaurant-blog-blockquote blockquote {
  border: 1px solid #ebebeb;
  padding: 40px;
  position: relative;
  margin: 30px 0 20px;
  font-style: italic;
  background: #f4f4f4;
}
.restaurant-blog-details .restaurant-blog-blockquote blockquote p:before {
  content: "";
  background: var(--bs-primary);
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.restaurant-blog-details .restaurant-social_link {
  text-align: center;
}
.restaurant-blog-details .restaurant-social_link > ul > li > a {
  background-color: #f4f4f4;
  border-radius: 100%;
}
.restaurant-blog-details .related-post_area > h3.heading {
  margin-bottom: 0;
  font-size: 1.313rem;
  padding-bottom: 25px;
  font-weight: 400;
}
.restaurant-blog-details .related-post_area .related-post_info .related-post_img img {
  width: 100%;
}
.restaurant-blog-details .related-post_area .related-post_info .related-post_content > h3.title {
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.313rem;
  font-weight: 400;
}
.restaurant-blog-details .related-post_area .related-post_info .related-post_content > span {
  padding-top: 5px;
  display: block;
}
.restaurant-blog-details .related-post_area .related-post_info .related-post_content > span > strong {
  color: var(--bs-primary);
  font-weight: 400;
}
.restaurant-blog-details .related-post_area [class*=col-]:not(:last-child) .related-post_info .related-post_content span {
  padding-bottom: 25px;
}
.restaurant-blog-details .restaurant-comment-section {
  padding-top: 28px;
}
.restaurant-blog-details .restaurant-comment-section h3 {
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.restaurant-blog-details .restaurant-comment-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px 30px 23px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
.restaurant-blog-details .restaurant-comment-section ul li .author-avatar {
  -ms-flex-preferred-size: 70px;
  -webkit-flex-basis: 70px;
  flex-basis: 70px;
}
.restaurant-blog-details .restaurant-comment-section ul li .author-avatar img {
  border-radius: 100%;
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-left: 30px;
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body h5 {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 13px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body p {
  font-size: 1rem;
  max-width: 80%;
  margin-bottom: 0;
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body .comment-post-date {
  padding-bottom: 10px;
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body .reply-btn {
  float: right;
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body .reply-btn a {
  color: var(--bs-primary);
  font-size: 0.75rem;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  border-radius: 20px;
  text-transform: capitalize;
  border: 1px solid var(--bs-primary);
}
.restaurant-blog-details .restaurant-comment-section ul li .comment-body .reply-btn a:hover {
  color: #ffffff !important;
  background-color: var(--bs-primary);
}
.restaurant-blog-details .restaurant-comment-section ul .comment-children {
  margin-left: 40px;
}

.sp-tab_area {
  padding-top: 55px;
  border-bottom: 0;
}
.sp-tab_area .product-tab .product-menu > li > a {
  font-weight: 400;
  color: #999999;
  padding: 0 30px 10px;
  display: block;
  font-size: 1.375rem;
}
.sp-tab_area .product-tab .product-menu > li > a > span {
  position: relative;
  color: #666666;
}
.sp-tab_area .product-tab .product-menu > li > a > span:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  background: var(--bs-primary);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.sp-tab_area .product-tab .product-menu > li > a.active {
  color: var(--bs-primary);
}
.sp-tab_area .product-tab .product-menu > li > a.active > span {
  color: var(--bs-primary);
}
.sp-tab_area .product-tab .product-menu > li > a.active > span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sp-tab_area .product-tab .product-menu > li:hover > a > span {
  color: var(--bs-primary);
}
.sp-tab_area .product-tab .product-menu > li:hover > a > span:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sp-tab_area .product-tab .product-menu > li:first-child > a {
  padding-left: 0;
}
.sp-tab_area .tab-content {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0;
}
.sp-tab_area .tab-content .product-description > p {
  margin-bottom: 0;
  padding-top: 0px;
}
.sp-tab_area .tab-content .product-description > p.additional-desc {
  padding-top: 15px;
}
.sp-tab_area .tab-content .additional-information-inner_stuff {
  margin-bottom: 0;
}
.sp-tab_area .tab-content .form-horizontal .table-striped {
  margin-bottom: 25px;
}
.sp-tab_area .tab-content .form-horizontal .table-striped > tbody tr {
  background-color: #ffffff;
}
.sp-tab_area .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td > p {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.sp-tab_area .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td .rating-box > ul > li {
  display: inline-block;
}
.sp-tab_area .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td .rating-box > ul > li > i {
  color: var(--bs-primary);
}
.sp-tab_area .tab-content .form-horizontal .table-striped > tbody tr td {
  padding: 20px;
}
.sp-tab_area .tab-content .form-horizontal h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.sp-tab_area .tab-content .form-horizontal .form-group {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.sp-tab_area .tab-content .form-horizontal .form-group .review-input {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 30px;
  color: #888888;
}
.sp-tab_area .tab-content .form-horizontal .form-group .review-textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 30px;
  color: #888888;
}
.sp-tab_area .tab-content .form-horizontal .form-group .review-input.review-textarea {
  height: 120px;
}
.sp-tab_area .tab-content .form-horizontal .form-group .review-textarea.review-textarea {
  height: 120px;
}
.sp-tab_area .tab-content .form-horizontal .form-group label {
  margin-bottom: 0;
  padding-bottom: 18px;
}
.sp-tab_area .tab-content .form-horizontal .form-group .help-block {
  padding-top: 18px;
}
.sp-tab_area .tab-content .form-horizontal .form-group .restaurant-btn-ps_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sp-tab_area .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a {
  font-size: 1rem;
}
.sp-tab_area .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a.br-active:after {
  color: var(--bs-primary);
}
.sp-tab_area .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a.br-selected:after {
  color: var(--bs-primary);
}
.sp-tab_area .tab-content .form-horizontal .form-group.second-child {
  padding-bottom: 10px;
}
.sp-tab_area .tab-content .form-horizontal .form-group.last-child {
  padding-bottom: 0;
}

.sp-gallery_area .sp-nav {
  padding-top: 30px;
}
.sp-gallery_area .sp-nav .sp-gallery .lg-image {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 5px;
}
.sp-gallery_area .sp-nav .sp-gallery > .row:first-child {
  margin-bottom: 30px;
}

.sp-slider_area {
  padding-top: 60px;
}
.sp-slider_area .sp-nav {
  padding: 0;
}
.sp-slider_area .sp-nav .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sp-slider_area .sp-nav .sp-content {
  padding-top: 25px !important;
  float: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.sp-slider_area .sp-nav .sp-content .rating-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-slider_area .sp-nav .sp-content .product-size_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-slider_area .sp-nav .sp-content .quantity {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-slider_area .sp-nav .sp-content .restaurant-tag-line_area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-slider_area .sp-nav .sp-content .restaurant-social_link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 756px) {
  .sp-slider_area {
    padding-top: 30px;
  }
}

.sp-area {
  padding: 35px 0 0;
}
.sp-area .sp-nav {
  background-color: #ffffff;
  padding-top: 25px;
}
.sp-area .sp-nav .sp-content .qty-btn_area {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
.sp-area .sp-nav .sp-content .qty-btn_area > ul li {
  display: inline-block;
  padding-left: 5px;
}
.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a > i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  display: block;
  margin-right: 10px;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
}
.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a:hover > i {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a.qty-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-area .sp-nav .sp-content .qty-btn_area > ul li:first-child {
  padding-left: 0;
}
.sp-area .sp-nav .sp-content .sp-heading > h2 {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 1.75rem;
  font-weight: 400;
}
.sp-area .sp-nav .sp-content .rating-box {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp-area .sp-nav .sp-content .rating-box > ul > li {
  display: inline-block;
}
.sp-area .sp-nav .sp-content .rating-box > ul > li > i {
  color: var(--bs-primary);
}
.sp-area .sp-nav .sp-content .rating-box .rating-info {
  padding-left: 15px;
}
.sp-area .sp-nav .sp-content .price-box {
  padding-bottom: 15px;
}
.sp-area .sp-nav .sp-content .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
  display: inline-block;
  font-size: 1.188rem;
}
.sp-area .sp-nav .sp-content .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
  font-size: 1.938rem;
  color: inherit;
  font-weight: 600;
}
.sp-area .sp-nav .sp-content .product-desc > p {
  margin-bottom: 0;
}
.sp-area .sp-nav .sp-content .restaurant-countdown_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 5px;
  margin-bottom: -5px;
}
.sp-area .sp-nav .sp-content .restaurant-countdown_area .restaurant-countdown {
  width: 100%;
}
.sp-area .sp-nav .sp-content .product-size_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}
.sp-area .sp-nav .sp-content .product-size_box > span {
  padding-right: 15px;
}
.sp-area .sp-nav .sp-content .product-size_box .myniceselect.nice-select > span {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.sp-area .sp-nav .sp-content .color-list_area {
  margin-top: 25px;
}
.sp-area .sp-nav .sp-content .in-stock {
  padding-top: 25px;
}
.sp-area .sp-nav .sp-content .in-stock > i {
  padding-right: 5px;
  color: #43ae2e;
}
.sp-area .sp-nav .sp-content .quantity {
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-area .sp-nav .sp-content .quantity .cart-plus-minus {
  display: inline-block;
  margin-left: 15px;
}
.sp-area .sp-nav .sp-content .quantity .additional-btn_area {
  padding-left: 15px;
}
.sp-area .sp-nav .sp-content .quantity .additional-btn_area .additional_btn {
  border: 2px solid var(--bs-primary);
  border-radius: 25px;
  font-weight: 700;
  width: 170px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}
.sp-area .sp-nav .sp-content .quantity .additional-btn_area .additional_btn:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.sp-area .sp-nav .sp-content .category-list_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 25px;
}
.sp-area .sp-nav .sp-content .category-list_area > h6 {
  margin-bottom: 0;
}
.sp-area .sp-nav .sp-content .category-list_area ul {
  padding-left: 5px;
}
.sp-area .sp-nav .sp-content .category-list_area ul > li {
  display: inline-block;
}
.sp-area .sp-nav .sp-content .category-list_area ul > li > a {
  color: #666666;
}
.sp-area .sp-nav .sp-content .category-list_area.tag-list_area {
  padding-top: 20px;
}
.sp-area .sp-nav .sp-content .restaurant-social_link {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-area .sp-nav .sp-content .restaurant-social_link > h6 {
  font-size: 1rem;
  margin-bottom: 0;
  padding-right: 15px;
}
.sp-area .sp-nav .sp-content .restaurant-social_link ul > li > a {
  border: 1px solid #ebebeb;
}
.sp-area .sp-nav .zoompro-border {
  border: 1px solid #ebebeb;
}
.sp-area .sp-nav .sp-img_slider {
  padding: 0 30px;
  margin-top: 30px;
}
.sp-area .sp-nav .sp-img_slider .slick-list {
  margin: 0 -15px;
}
.sp-area .sp-nav .sp-img_slider .slick-list .slick-slide {
  border: 1px solid #ebebeb;
  margin: 0 15px;
}
.sp-area .sp-nav .sp-img_slider .slick-list .slick-slide img {
  width: 100%;
}

.restaurant-content_wrapper {
  padding: 55px 0 0;
}
.restaurant-content_wrapper .shop-product-wrap > [class*=col-] {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item {
  display: block;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product {
  border: 1px solid #ebebeb;
  padding: 25px 25px 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .product-img {
  position: relative;
  width: 270px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .product-img > a {
  display: block;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .product-img > a img.secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .product-img > a img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  height: 320px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content {
  width: calc(100% - 270px);
  padding-left: 15px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info > h6 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info .rating-box {
  padding-bottom: 5px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info .price-box {
  padding-bottom: 5px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
  display: inline-block;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .product-desc_info .product-short_desc > p {
  margin-bottom: 0;
  padding-bottom: 23px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .add-actions > ul > li {
  display: inline-block;
  padding-left: 5px;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .add-actions > ul > li > a {
  border: 1px solid #ebebeb;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .slide-item {
  display: none;
}
.restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-]:not(:last-child) .list-slide_item .single-product {
  margin-bottom: 30px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories {
  background-color: #ffffff;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li {
  cursor: pointer;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li > a {
  display: block;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li > a > i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #999999;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li > ul {
  display: none;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li > ul li {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li > ul li a {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 15px;
  color: #999999;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li > ul li:last-child > a {
  padding-bottom: 25px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li:first-child {
  padding-top: 20px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li:last-child > a {
  padding-bottom: 0;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li:hover > a {
  color: var(--bs-primary);
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li:hover > a > i {
  color: var(--bs-primary);
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li.has-sub ul > li:first-child {
  padding-top: 0;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-categories_menu ul li.open > a > i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .restaurant-categories_title {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .restaurant-categories_title h5 {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-weight: 600;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .restaurant-categories_title h5:after {
  height: 2px;
  bottom: -2px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .restaurant-categories_title.first-child {
  padding-top: 0;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .restaurant-categories_title.restaurant-tags_title {
  margin-bottom: 30px;
  padding-top: 25px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-checkbox_list > li {
  padding-bottom: 15px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-checkbox_list > li:first-child {
  padding-top: 0;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-checkbox_list > li:last-child {
  padding-bottom: 0;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories .sidebar-checkbox_list > li > a {
  vertical-align: middle;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories.sidebar-banner_area {
  padding-top: 30px;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories.sidebar-banner_area.restaurant-banner_area .banner-item .banner-content-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories.restaurant-list-product_area {
  padding-top: 5px;
  padding-bottom: 0;
}
.restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories.restaurant-list-product_area .restaurant-categories_title {
  margin-bottom: 30px;
}
.restaurant-content_wrapper .slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px;
}
.restaurant-content_wrapper .slide-item .single-product .product-img {
  position: relative;
  text-align: center;
}
.restaurant-content_wrapper .slide-item .single-product .product-img .add-actions {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 10px 0;
  z-index: 9;
}
.restaurant-content_wrapper .slide-item .single-product .product-img .add-actions > ul > li {
  display: block;
}
.restaurant-content_wrapper .slide-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}
.restaurant-content_wrapper .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-content_wrapper .slide-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.restaurant-content_wrapper .slide-item .single-product .product-img > a {
  display: block;
}
.restaurant-content_wrapper .slide-item .single-product .product-img > a .secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.restaurant-content_wrapper .slide-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.restaurant-content_wrapper .slide-item .single-product .product-content {
  padding-top: 30px;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .product-category {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .product-category a {
  color: #666666;
  font-size: 1rem;
  display: block;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #949494;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info h3.product-name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 1.125rem;
}
.restaurant-content_wrapper .slide-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.restaurant-content_wrapper .slide-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px;
}
.restaurant-content_wrapper .slick-list {
  margin: -15px;
}
.restaurant-content_wrapper .slick-slide div .slide-item {
  margin: 15px 0;
}
.restaurant-content_wrapper .shop-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 25px 0;
}
.restaurant-content_wrapper .shop-toolbar .product-view-mode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.restaurant-content_wrapper .shop-toolbar .product-view-mode > a {
  color: #999999;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
}
.restaurant-content_wrapper .shop-toolbar .product-view-mode > a > i {
  padding-right: 10px;
}
.restaurant-content_wrapper .shop-toolbar .product-view-mode > a:last-child > i {
  padding-right: 0;
}
.restaurant-content_wrapper .shop-toolbar .product-view-mode > a.active {
  color: var(--bs-primary);
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-short > label {
  margin-bottom: 0;
  padding-right: 25px;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-short .nice-select {
  width: 180px;
  height: 35px;
  line-height: 31px;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-short .nice-select .list {
  width: 100%;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing > label {
  margin-bottom: 0;
  padding-right: 25px;
}
.restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
}
.restaurant-content_wrapper .shop-toolbar .product-page_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.restaurant-content_wrapper .shop-toolbar .product-page_count > p {
  margin-bottom: 0;
}
.restaurant-content_wrapper .shop-product-wrap.grid [class*=col-]:not(:nth-child(-n+3)) .slide-item .single-product {
  margin-top: 30px;
}
.restaurant-content_wrapper .shop-product-wrap.grid .list-slide_item {
  display: none;
}
.restaurant-content_wrapper .shop-product-wrap.grid .slide-item {
  display: block;
}
.restaurant-content_wrapper .shop-product-wrap.grid .slide-item .single-product {
  overflow: hidden;
}
.restaurant-content_wrapper .shop-product-wrap.grid .slide-item .single-product .product-img {
  overflow: visible;
}
.restaurant-content_wrapper .shop-product-wrap.grid .slide-item .single-product .product-img img {
  width: 100%;
}
.restaurant-content_wrapper .shop-product-wrap.grid.gridview-2 > [class*=col-] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.restaurant-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*=col-] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -moz-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.restaurant-content_wrapper .shop-product-wrap.grid.gridview-4 > [class*=col-] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.restaurant-content_wrapper .shop-product-wrap.grid.gridview-5 > [class*=col-] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.restaurant-content_wrapper .restaurant-paginatoin-area {
  padding-top: 30px;
}

.restaurant-footer_area {
  min-height: var(--footer-height);
  /*  margin-top: 60px; */
}
.restaurant-footer_area .footer-upper_bottom {
  padding: 35px 0;
  border-bottom: 1px solid #ebebeb;
}
.restaurant-footer_area .footer-upper_bottom .footer-tag_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.restaurant-footer_area .footer-upper_bottom .footer-tag_links > ul a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-right: 1px solid #333333;
  display: inline-block;
  font-size: 0.938rem;
  padding: 0 5px;
  line-height: 1;
}
.restaurant-footer_area .footer-upper_bottom .footer-tag_links > ul > li {
  display: inline-block;
}
.restaurant-footer_area .footer-upper_bottom .footer-tag_links > ul > li:last-child > a {
  border-right: none;
}
.restaurant-footer_area .footer-upper_bottom .footer-tag_links > h3.footer-tag_title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.restaurant-footer_area p {
  color: #ffffff;
  margin-right: 30px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .restaurant-footer_area p .booking-details p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .restaurant-footer_area p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  .restaurant-footer_area p {
    margin-right: 0;
  }
}
.restaurant-footer_area h4 {
  color: #ffffff;
}
.restaurant-footer_area .footer-top_area {
  padding: 60px 0 55px;
  border-bottom: 1px solid #ebebeb;
}
.restaurant-footer_area .footer-top_area .newsletter-info > h3.heading {
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.restaurant-footer_area .footer-top_area .newsletter-info > p.short-desc {
  margin-bottom: 0;
  padding-top: 10px;
  max-width: 95%;
}
.restaurant-footer_area .footer-middle_area {
  padding: 55px 0 50px;
  border-bottom: 1px solid #ebebeb;
}
.restaurant-footer_area .footer-middle_area .footer-desc {
  color: #ffffff;
  padding-right: 30px;
  margin-top: 15px;
}
@media (min-width: 1921px) {
  .restaurant-footer_area .footer-middle_area .footer-desc {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 575px) {
  .restaurant-footer_area .footer-middle_area .footer-desc {
    padding-right: 0;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .restaurant-footer_area .footer-middle_area {
    padding: 30px 0 0 0;
  }
}
.restaurant-footer_area .footer-middle_area .footer-widgets_title > h4 {
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 1.375rem;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .restaurant-footer_area .footer-middle_area .footer-widgets_title > h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .restaurant-footer_area .footer-middle_area .footer-widgets_title > h4 {
    font-size: 2.5rem;
  }
}
.restaurant-footer_area .footer-middle_area .footer-widgets_title.widgets-info_title > h4 {
  padding-bottom: 25px;
}
.restaurant-footer_area .footer-middle_area .widget-short_desc > p {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.restaurant-footer_area .footer-middle_area .footer-widgets > ul > li {
  padding-bottom: 10px;
}
.restaurant-footer_area .footer-middle_area .footer-widgets > ul > li:last-child {
  padding-bottom: 0;
}
.restaurant-footer_area .footer-bottom_area {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .restaurant-footer_area .footer-bottom_area {
    padding: 0 0 20px 0;
  }
}
.restaurant-footer_area .footer-bottom_area .copyright-footer {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: center;
}
@media (max-width: 767px) {
  .restaurant-footer_area .footer-bottom_area .copyright-footer {
    gap: 5px;
    flex-direction: column-reverse;
  }
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .copyright {
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 1921px) {
  .restaurant-footer_area .footer-bottom_area .copyright-footer .copyright {
    font-size: 1.125rem;
  }
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .copyright > span {
  color: #ffffff;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .copyright > span > a {
  color: #ffffff;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .copyright > span > a:hover {
  text-decoration: underline;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy {
  display: contents;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul {
    flex-direction: column;
    margin-top: 15px;
  }
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul li {
  border-right: 1px solid #000;
  padding-right: 10px;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul li > a {
  color: #ffffff;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul li > a {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul li {
    border: none;
    padding-right: 0;
  }
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul li:last-child {
  border: none;
  padding-right: 0;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .cancel-policy ul li:last-child {
  border: none;
  padding-right: 0;
}
.restaurant-footer_area .footer-bottom_area .copyright-footer .gte-bottom-dialog {
  top: -620%;
  z-index: 9999;
}

.header-main_area {
  position: relative;
  top: 0;
  min-height: var(--toolbar-height);
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color: #ffffff;
}
@media all and (max-width: 991px) {
  .header-main_area {
    min-height: var(--toolbar-laptop-height);
  }
}
@media all and (max-width: 1024px) {
  .header-main_area {
    min-height: var(--toolbar-mobile-height);
  }
}
.header-main_area .main-menu_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-main_area .main-menu_area > nav > ul {
  margin: 0;
}
.header-main_area .main-menu_area > nav > ul > li {
  display: inline-block;
  padding-right: 35px;
}
.header-main_area .main-menu_area > nav > ul > li .active {
  color: var(--bs-primary);
}
.header-main_area .main-menu_area > nav > ul > li > a {
  display: block;
  padding: 25px 0;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
}
.header-main_area .main-menu_area > nav > ul > li > a:after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: inherit;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
  opacity: 0;
  visibility: hidden;
}
.header-main_area .main-menu_area > nav > ul > li > a:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: inherit;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
  opacity: 0;
  visibility: hidden;
}
.header-main_area .main-menu_area > nav > ul > li > ul > li {
  position: relative;
}
.header-main_area .main-menu_area > nav > ul > li > ul > li > a {
  display: block;
}
.header-main_area .main-menu_area > nav > ul > li > ul > li > a > i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 14px;
  right: 25px;
  display: block;
  font-size: 0.75rem;
}
.header-main_area .main-menu_area > nav > ul > li > ul > li > ul.hm-sub_dropdown {
  top: 30px;
  left: 100%;
  opacity: 0 !important;
  visibility: hidden !important;
}
.header-main_area .main-menu_area > nav > ul > li > ul > li:hover > .hm-sub_dropdown {
  top: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
.header-main_area .main-menu_area > nav > ul > li .hm-dropdown {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  background: #ffffff;
  width: 230px;
  padding: 20px 0 24px;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 999;
}
.header-main_area .main-menu_area > nav > ul > li .hm-dropdown > li > a {
  padding: 10px 20px;
  display: block;
}
.header-main_area .main-menu_area > nav > ul > li:hover .hm-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header-main_area .main-menu_area > nav > ul > li:hover > a:before {
  opacity: 1;
  visibility: visible;
  left: -10px;
}
.header-main_area .main-menu_area > nav > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  right: -10px;
}
.header-main_area .main-menu_area > nav > ul > li.megamenu-holder {
  position: static;
}
.header-main_area .main-menu_area > nav > ul > li.megamenu-holder .restaurant-megamenu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  right: auto;
  top: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}
.header-main_area .main-menu_area > nav > ul > li.megamenu-holder:hover .restaurant-megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header-main_area .main-menu_area > nav > ul > li.megamenu-holder > ul > li {
  width: 33.33%;
}
.header-main_area .main-menu_area > nav > ul > li.megamenu-holder > ul > li > span.megamenu-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}
.header-main_area .main-menu_area > nav > ul > li.megamenu-holder > ul > li > ul > li > a {
  display: block;
  line-height: 35px;
  font-size: 1rem;
}
.header-main_area > .container {
  position: relative;
}
.header-main_area .header-logo {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .header-main_area .header-logo {
    padding: 15px 0 15px 0;
  }
}
.header-main_area .header-right_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*  @media (max-width: 767px) {
      padding: 15px 0 0;
  } */
}
.header-main_area .header-right_area > ul {
  margin: 0;
}
.header-main_area .header-right_area > ul > li {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 1921px) {
  .header-main_area .header-right_area > ul > li {
    padding-left: 26px;
  }
}
.header-main_area .header-right_area > ul > li span {
  width: 14px;
  height: 14px;
  background-color: #ed2023;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  bottom: 12px;
  right: -10px;
  font-size: 0.625rem;
  z-index: 9;
}
@media (min-width: 1921px) {
  .header-main_area .header-right_area > ul > li span {
    width: 25px;
    height: 25px;
    font-size: 1.125rem;
  }
}
.header-main_area .header-right_area > ul > li > a {
  color: #333333;
}
.header-main_area .header-right_area > ul > li > a .fa-edit {
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
@media (min-width: 1921px) {
  .header-main_area .header-right_area > ul > li > a .fa-edit {
    font-size: 2.25rem;
  }
}
.header-main_area .header-right_area > ul > li > a .ion-ios-person {
  font-size: 1.6875rem;
  position: relative;
  top: 2px;
}
@media (min-width: 1440px) {
  .header-main_area .header-right_area > ul > li > a .ion-ios-person {
    top: 2px;
  }
}
@media (min-width: 1921px) {
  .header-main_area .header-right_area > ul > li > a .ion-ios-person {
    font-size: 2.75rem;
  }
}
.header-main_area .header-right_area > ul > li > a .ion-navicon {
  font-size: 1.6875rem;
  position: relative;
  top: 3px;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 30px;
  z-index: 8;
}
.main-slider .slick-dots li {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 10px;
}
.main-slider .slick-dots li button {
  border: none;
}
.main-slider .slick-dots li.slick-active {
  width: 32px;
}

.sp-img_slider-2 {
  border: 1px solid #ebebeb;
}
.sp-img_slider-2 a > i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #333333;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.sp-img_slider-2 a > i:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.sp-img_slider-2:hover a > i {
  opacity: 1;
  visibility: visible;
}

.slider-navigation_style-4 .slick-arrow {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  font-size: 1.125rem;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  top: -50px;
  left: auto;
  right: 40px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  top: 50%;
  left: -10px;
  right: auto;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.slider-navigation_style-4 .slick-arrow:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.slider-navigation_style-4 .slick-arrow.slick-next {
  right: 0;
  right: -10px;
  left: auto;
}
.slider-navigation_style-4:hover .slick-arrow {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.modal-wrapper {
  display: block !important;
}
.modal-wrapper .modal-dialog {
  width: 1170px;
  max-width: 95%;
}
.modal-wrapper .modal-dialog .modal-content {
  padding: 30px 30px 25px;
  overflow-y: auto;
}
.modal-wrapper .modal-dialog .modal-content .modal-header {
  padding: 10px 0;
  margin-bottom: 5px;
  position: relative;
}
.modal-wrapper .modal-dialog .modal-content .modal-header .close {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 3px;
  font-size: 1.75rem;
  font-weight: 400;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  right: 15px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  z-index: 99;
}
.modal-wrapper .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area {
  padding: 0 0 30px !important;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav {
  padding: 0 30px;
  margin-top: 30px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-list .single-slide {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #ebebeb;
  margin-left: 15px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-list .single-slide img {
  width: 100%;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-2 {
  border: 1px solid #ebebeb;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading > h5 {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box {
  padding-bottom: 15px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .features {
  padding: 10px 0 15px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity label {
  margin-bottom: 0;
  padding-right: 10px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn {
  padding-left: 15px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li {
  display: inline-block;
  margin-left: 5px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li:first-child {
  margin-left: 0;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a {
  width: 140px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 22px;
  font-weight: 600;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a > i {
  font-size: 1.125rem;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .short-desc {
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0 25px 0;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .short-desc > p {
  margin-bottom: 0;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link {
  padding-top: 25px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link .social-title {
  padding-bottom: 25px;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link .social-title > h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link ul > li > a {
  border: 1px solid #ebebeb;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link ul > li.facebook > a:hover {
  background-color: #3b579d;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link ul > li.twitter > a:hover {
  background-color: #3acaff;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link ul > li.youtube > a:hover {
  background-color: #d72525;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link ul > li.google-plus > a:hover {
  background-color: #dd4b39;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .restaurant-social_link ul > li.instagram > a:hover {
  background-color: #833ab4;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .close {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 3px;
  font-size: 1.75rem;
  font-weight: 400;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  right: 15px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  z-index: 99;
}

.modal-wrapper.modal {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -9;
}

.restaurant-product-tab_area {
  padding: 60px 0 0;
}
.restaurant-product-tab_area .tab-section_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}
.restaurant-product-tab_area .tab-section_area .product-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a {
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a > span {
  position: relative;
  font-weight: 700;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a > span:after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: inherit;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
  opacity: 0;
  visibility: hidden;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a > span:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: inherit;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
  opacity: 0;
  visibility: hidden;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li:last-child > a {
  padding-right: 0;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li:hover > a > span:before {
  visibility: visible;
  opacity: 1;
  left: -10px;
}
.restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li:hover > a > span:after {
  visibility: visible;
  opacity: 1;
  right: -10px;
}
.restaurant-product-tab_area .tab-section_area .product-tab_title > h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.newsletter-form_wrap .subscribe-form {
  position: relative;
}
.newsletter-form_wrap .subscribe-form .newsletter-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  position: absolute;
  font-size: 1.313rem;
  top: 0;
  right: -2px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 1rem;
}
.newsletter-form_wrap .subscribe-form .newsletter-input {
  border: 1px solid #ebebeb;
  border-radius: 50px;
  font-size: 1rem;
  height: 50px;
  width: 100%;
  padding: 0 127px 0 20px;
}

.restaurant-product_slider .slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px;
}
.restaurant-product_slider .slide-item .single-product .product-img {
  position: relative;
  text-align: center;
}
.restaurant-product_slider .slide-item .single-product .product-img .add-actions {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 10px 0;
  z-index: 9;
}
.restaurant-product_slider .slide-item .single-product .product-img .add-actions > ul > li {
  display: block;
}
.restaurant-product_slider .slide-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}
.restaurant-product_slider .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-product_slider .slide-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.restaurant-product_slider .slide-item .single-product .product-img > a {
  display: block;
}
.restaurant-product_slider .slide-item .single-product .product-img > a .secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.restaurant-product_slider .slide-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.restaurant-product_slider .slide-item .single-product .product-content {
  padding-top: 30px;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .product-category {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .product-category a {
  color: #666666;
  font-size: 1rem;
  display: block;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #949494;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info h3.product-name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.restaurant-product_slider .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 1.125rem;
}
.restaurant-product_slider .slide-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.restaurant-product_slider .slide-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px;
}
.restaurant-product_slider .slick-list {
  margin: -15px;
}
.restaurant-product_slider .slick-slide div .slide-item {
  margin: 15px 0;
}

.restaurant-product_slider-2 .slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img {
  position: relative;
  text-align: center;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 10px 0;
  z-index: 9;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions > ul > li {
  display: block;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img > a {
  display: block;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img > a .secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.restaurant-product_slider-2 .slide-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content {
  padding-top: 30px;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .product-category {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .product-category a {
  color: #666666;
  font-size: 1rem;
  display: block;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #949494;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info h3.product-name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 1.125rem;
}
.restaurant-product_slider-2 .slide-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.restaurant-product_slider-2 .slide-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px;
}
.restaurant-product_slider-2 .slick-list {
  margin: -15px;
}
.restaurant-product_slider-2 .slick-slide div .slide-item {
  margin: 15px 0;
}

.restaurant-product_slider-3 .slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img {
  position: relative;
  text-align: center;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img .add-actions {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 10px 0;
  z-index: 9;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img .add-actions > ul > li {
  display: block;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img > a {
  display: block;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img > a .secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.restaurant-product_slider-3 .slide-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content {
  padding-top: 30px;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .product-category {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .product-category a {
  color: #666666;
  font-size: 1rem;
  display: block;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #949494;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info h3.product-name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 1.125rem;
}
.restaurant-product_slider-3 .slide-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.restaurant-product_slider-3 .slide-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px;
}
.restaurant-product_slider-3 .slick-list {
  margin: -15px;
}
.restaurant-product_slider-3 .slick-slide div .slide-item {
  margin: 15px 0;
}

.restaurant-product-tab_slider .slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img {
  position: relative;
  text-align: center;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 10px 0;
  z-index: 9;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions > ul > li {
  display: block;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img > a {
  display: block;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img > a .secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.restaurant-product-tab_slider .slide-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content {
  padding-top: 30px;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .product-category {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .product-category a {
  color: #666666;
  font-size: 1rem;
  display: block;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #949494;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info h3.product-name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 1.125rem;
}
.restaurant-product-tab_slider .slide-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.restaurant-product-tab_slider .slide-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px;
}
.restaurant-product-tab_slider .slick-list {
  margin: -15px;
}
.restaurant-product-tab_slider .slick-slide div .slide-item {
  margin: 15px 0;
}

.restaurant-brand_area {
  padding: 60px 0 0;
}
.restaurant-brand_area .restaurant-brand_nav {
  border: 1px solid #ebebeb;
  padding: 30px 0;
}
.restaurant-brand_area .restaurant-brand_nav .restaurant-brand_slider {
  overflow: hidden;
}
.restaurant-brand_area .restaurant-brand_nav .restaurant-brand_slider .slide-item > a > img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.restaurant-brand_area .restaurant-brand_nav .restaurant-brand_slider .slide-item:hover > a > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cat-dropdown_menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 110%;
  background: #ffffff;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 205px;
  padding: 0 30px;
  overflow: hidden;
}
.cat-dropdown_menu > li > a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  display: block;
}

.cat-mega-menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 110%;
  z-index: 999;
  width: 220px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 640px;
  padding: 30px;
  overflow: hidden;
}
.cat-mega-menu > li.right-menu {
  width: 33.333%;
  float: left;
}
.cat-mega-menu > li.cat-mega-title > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
  display: block;
  line-height: 20px;
  position: relative;
}
.cat-mega-menu > li.cat-mega-title > a:hover {
  color: #ffffff;
}
.cat-mega-menu > li > ul > li > a {
  font-size: 1rem;
  display: block;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}
.cat-mega-menu > li > ul > li > a:hover {
  color: var(--bs-primary);
}

.category-menu {
  position: relative;
}
.category-menu .category-menu-list {
  background: #ffffff;
  border: 2px solid var(--bs-primary);
  border-radius: 0 0 25px 25px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: block;
  width: 100%;
  z-index: 99;
}
.category-menu .category-menu-list > ul > li.right-menu > a:after {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.75rem;
  position: absolute;
  top: 15px;
  right: 0;
}
.category-menu .category-menu-list > ul > li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.category-menu .category-menu-list > ul > li > a {
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
}
.category-menu .category-menu-list > ul > li:hover .cat-mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.category-menu .category-menu-list > ul > li:hover .cat-dropdown_menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.category-menu .category-menu-list > ul > li:hover > a {
  color: var(--bs-primary);
}
.category-menu .category-menu-list > ul > li.rx-child {
  display: none;
}
.category-menu .category-menu-list > ul > li.rx-parent {
  cursor: pointer;
}
.category-menu .category-menu-list > ul > li.rx-parent a.rx-show {
  display: none;
}
.category-menu .category-menu-list > ul > li.rx-parent.rx-change a.rx-default {
  display: none;
}
.category-menu .category-menu-list > ul > li.rx-parent.rx-change a.rx-show {
  display: block;
}
.category-menu .category-heading {
  background: var(--bs-primary);
  position: relative;
  cursor: pointer;
  padding: 22px 0;
  border-radius: 25px 25px 0 0;
}
.category-menu .category-heading > h2 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.category-menu .category-heading > h2:after {
  content: "\f03c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 22px;
  left: 20px;
}
.category-menu .category-heading > h2 > span {
  padding-left: 50px;
  font-weight: 600;
}

.offcanvas-menu_wrapper {
  text-align: center;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 30px;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  width: 375px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  visibility: hidden;
  min-height: 600px;
  overflow-y: auto;
}
@media (min-width: 1440px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner {
    font-size: 1rem;
  }
}
@media (min-width: 1921px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner {
    width: 270px;
  }
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  top: 10px;
  right: 16px;
  width: 20px;
  height: 20px;
  line-height: 63px;
  left: auto;
  line-height: 1;
  color: #333333;
  z-index: 10;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  text-align: center;
  /* margin: 0 auto; */
}
@media (min-width: 1440px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
    font-size: 1.75rem;
  }
}
@media (min-width: 1921px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close .btn-close {
    right: 10px;
    width: 50px;
  }
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component {
  text-align: left;
  padding-top: 20px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_title {
  font-size: 1rem;
  font-weight: 900;
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:last-child {
  padding-right: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:last-child:after {
  background: transparent;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li a {
  color: #333333;
  text-decoration: none !important;
  text-transform: uppercase;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li a:hover {
  color: var(--bs-primary) !important;
}
@media (min-width: 1921px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li a {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component.first-child {
  padding-top: 25px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner-social_link {
  position: absolute;
  bottom: 30px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner-social_link .restaurant-social_link > ul > li > a {
  border: 1px solid #ebebeb;
}
.offcanvas-menu_wrapper .offcanvas-inner_logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.offcanvas-menu_wrapper .short-desc {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
}
.offcanvas-menu_wrapper .short-desc > p {
  margin-bottom: 0;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  padding: 60px !important;
  width: 450px;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
  max-height: 310px;
  position: relative;
  overflow: auto;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
  position: absolute;
  right: 15px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content {
  -webkit-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li {
  padding-bottom: 30px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li:last-child {
  padding-bottom: 0;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading > h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_search {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  padding: 10px;
  background-color: #ebebeb;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox {
  position: relative;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > input {
  background-color: #ebebeb;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 52px 0 15px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > .search_btn {
  background: transparent;
  color: #333333;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0;
  font-size: 1.5rem;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #333333;
  top: 0;
  right: 0;
  left: auto;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
  padding-bottom: 15px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
  height: 60px;
  line-height: 60px;
  color: #ffffff !important;
}

.offcanvas-navigation .mobile-menu {
  overflow-y: auto;
  min-height: 165px;
  margin-right: -25px;
  padding-right: 25px;
  list-style: none;
  padding-left: 0;
}
.offcanvas-navigation .mobile-menu li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.offcanvas-navigation .mobile-menu li > .menu-expand {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
}
.offcanvas-navigation .mobile-menu li:last-child {
  border-bottom: 0;
}
.offcanvas-navigation .mobile-menu li:hover > a {
  color: var(--bs-primary);
}
.offcanvas-navigation .mobile-menu li:hover > span {
  color: var(--bs-primary);
}
.offcanvas-navigation .mobile-menu li a {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  color: #333333;
  text-decoration: none;
}
.offcanvas-navigation .mobile-menu li .active {
  color: var(--bs-primary);
}
.offcanvas-navigation .mobile-menu li .sub-menu {
  padding-left: 10px;
}
.offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: capitalize;
  font-size: 0.813rem;
}
.offcanvas-navigation .mobile-menu > li {
  height: 100%;
}
.offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
  font-weight: 600;
}
.offcanvas-navigation .mobile-menu li.menu-open > .menu-expand i:before {
  content: "\f123";
  font-family: "Ionicons";
}

.btn-close {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  top: 3px;
  right: 6px;
  /* 	background: #333333; */
  width: 60px;
  height: 60px;
  line-height: 63px;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  font-size: 1rem;
  padding: 0;
  opacity: 1;
  border-radius: 0;
}
.btn-close > i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  display: block;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-close:hover {
  /* background-color: var(--bs-primary); */
  opacity: 1;
}
.btn-close:hover > i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu_wrapper .offcanvas-menu-inner {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_search {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  padding: 10px;
  background-color: #ebebeb;
}
.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox {
  position: relative;
}
.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > input {
  background-color: #ebebeb;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 52px 0 15px;
}
.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > .search_btn {
  background: transparent;
  color: #333333;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0;
  font-size: 1.5rem;
}

.offcanvas-search_wrapper .offcanvas-menu-inner {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background-color: #282828;
  opacity: 0.97;
  width: 100%;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: visible;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_search {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  padding: 10px;
  background-color: #ebebeb;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox {
  position: relative;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > input {
  background-color: #ebebeb;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 52px 0 15px;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > .search_btn {
  background: transparent;
  color: #333333;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0;
  font-size: 1.5rem;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #333333;
  top: 15px;
  right: 15px;
  left: auto;
  font-size: 2.813rem;
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search {
  background-color: rgb(51, 51, 51);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 75%;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox {
  position: relative;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
  background-color: #333333;
  border: 0;
  height: 100px;
  line-height: 100px;
  width: 100%;
  padding: 0 100px 0 25px;
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-webkit-input-placeholder {
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-moz-placeholder {
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input:-ms-input-placeholder {
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-ms-input-placeholder {
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::placeholder {
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > .search_btn {
  position: absolute;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  border: 0;
  background: transparent;
  color: #ffffff;
}

.restaurant-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}
.restaurant-btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}

.restaurant-btn-2 {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  color: #ffffff;
  line-height: 44px;
}
@media (min-width: 1440px) {
  .restaurant-btn-2 {
    font-size: 1.125rem;
    width: max-content;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .restaurant-btn-2 {
    font-size: 1.875rem;
    padding: 0 40px;
    height: 76px;
    border-radius: 50px;
  }
}
.restaurant-btn-2:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}

.restaurant-banner_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.13);
  height: 40px;
  line-height: 40px;
}
.restaurant-banner_btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}

.restaurant-btn-bondi_blue {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.restaurant-btn-bondi_blue:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.restaurant-btn_fullwidth {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
.restaurant-btn_fullwidth:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}

.restaurant-compare_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: var(--bs-primary);
  color: #ffffff;
  height: 40px;
  line-height: 43px;
  font-size: 1rem;
}
.restaurant-compare_btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.restaurant-filter_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.restaurant-btn_dark {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 40px;
  display: block;
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 10px;
  font-weight: 600;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .restaurant-btn_dark {
    font-size: 1.125rem;
    width: max-content;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .restaurant-btn_dark {
    font-size: 1.875rem;
    padding: 0 40px;
    height: 76px;
    border-radius: 50px;
  }
}
.restaurant-btn_dark:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}

.restaurant-btn_red {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #ffffff;
  width: 135px;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  border: 0;
  border-radius: 50px;
  background-color: #e01212;
}
.restaurant-btn_red:hover {
  background-color: var(--bs-secondary) !important;
  color: #ffffff;
}

.restaurant-btn_yellow {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 110px;
  height: 39px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-weight: 600;
  border: 0;
}

.restaurant-btn_limerick {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #ffffff;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.restaurant-btn_limerick:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.restaurant-slider_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--bs-primary);
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.popup_wrapper {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.popup_wrapper .subscribe_area .subscribe-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup_wrapper .subscribe_area .subscribe-form-group form button {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: var(--bs-primary);
  color: #ffffff;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  display: block;
  margin: 30px auto 0;
  text-transform: uppercase;
}
.popup_wrapper .subscribe_area .subscribe-form-group form input {
  background: #ebebeb;
  border: 0 none;
  height: 40px;
  padding: 0 20px;
  width: 520px;
}
.popup_wrapper .subscribe_area > h2 {
  color: #333333;
  font-weight: 700;
  font-size: 2.188rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.popup_wrapper .subscribe_area > p {
  margin: 0 auto;
  max-width: 580px;
  padding-bottom: 25px;
}
.popup_wrapper .subscribe_area .subscribe-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}
.popup_wrapper .subscribe_area .subscribe-bottom input {
  margin-right: 5px;
}
.popup_wrapper .subscribe_area .subscribe-bottom label {
  margin-bottom: 0;
}
.popup_wrapper .test {
  background: #ffffff;
  bottom: 0;
  height: 390px;
  left: 0;
  margin: auto;
  max-width: 1145px;
  padding: 50px 60px 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.popup_wrapper .test .popup_off {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #282828;
  color: #ffffff;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.popup_wrapper .test .popup_off > i {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
}
.popup_wrapper .test .popup_off:hover > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.img-hover_effect {
  position: relative;
  display: block;
}
.img-hover_effect a {
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.img-hover_effect a img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img-hover_effect:hover a img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.price-filter {
  margin-top: 35px;
}
.price-filter .price-slider-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-filter .price-slider-amount .label-input .filter-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #ebebeb;
  color: #999999;
  width: 85px;
  height: 40px;
  line-height: 39px;
  border-radius: 50px;
}
.price-filter .price-slider-amount .label-input .filter-btn:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
}
.price-filter .price-slider-amount .label-input label {
  color: #222;
  font-size: 1rem;
  margin: 0;
  text-transform: capitalize;
}
@media (min-width: 1921px) {
  .price-filter .price-slider-amount .label-input label {
    font-size: 1.375rem;
  }
}
.price-filter .price-slider-amount .label-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  font-size: 1rem;
  height: inherit;
  padding-left: 5px;
  width: 99px;
}
.price-filter .ui-slider-handle {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #ffffff;
  border: 4px solid var(--bs-primary);
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  margin: 0;
  text-align: center;
  top: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: e-resize;
}
.price-filter .ui-slider-handle:hover {
  background-color: var(--bs-primary);
}
.price-filter .ui-slider-handle:last-child {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.price-filter .ui-slider-range {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: var(--bs-primary);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}
.price-filter .ui-widget-content {
  background-color: #ebebeb;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 10px;
  margin: 0 0 25px;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.color-list_area {
  border: 1px solid #ebebeb;
  padding: 25px;
}
.color-list_area .color-list_heading {
  padding-bottom: 15px;
}
.color-list_area .color-list_heading > h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.color-list_area .sub-title {
  display: block;
  padding-bottom: 20px;
}
.color-list_area .color-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}
.color-list_area .color-list .single-color {
  border: 1px solid #ebebeb;
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  width: 25px;
  height: 25px;
}
.color-list_area .color-list .single-color span {
  width: 100%;
  height: 100%;
}
.color-list_area .color-list .single-color span.bg-red_color {
  background-color: #e01212;
  display: block;
}
.color-list_area .color-list .single-color span.burnt-orange_color {
  background-color: var(--bs-primary);
  display: block;
}
.color-list_area .color-list .single-color span.brown_color {
  background-color: #a6311f;
  display: block;
}
.color-list_area .color-list .single-color span.raw-umber_color {
  background-color: #824900;
  display: block;
}
.color-list_area .color-list .single-color.active .color-text {
  color: #333333;
  display: block;
}
.color-list_area .color-list .color-text {
  position: absolute;
  right: -120px;
  width: auto !important;
  top: 0;
  display: none;
}

.bg--white_smoke {
  background-color: #f4f4f4;
}

.bg--white {
  background-color: #ffffff;
}

.bg--night_rider {
  background-color: #333333;
}

.bg--silver {
  background-color: #c0c0c0;
}

.bg--nero {
  background-color: #282828;
}

.bg--charcoal {
  background-color: #333333;
}

.bg--medium-turquoise {
  background-color: var(--bs-primary);
}

.bg--licorice {
  background-color: #2a3747;
}

.bg--white-smoke {
  background-color: #f4f4f4;
}

.bg--whisper {
  background-color: #ebebeb;
}

.bg--mahogany {
  background-color: #d8373e;
}

.bg--supernova {
  background-color: #fdb828;
}

.bg--kelly_green {
  background-color: #43ae2e;
}

.bg--red {
  background-color: #e01212;
}

.bg--snow_color {
  background-color: #f9f9f9;
}

.template-color-1 a:hover {
  color: var(--bs-primary) !important;
}
.template-color-1 a.restaurant-banner_btn:hover {
  color: #ffffff !important;
}
.template-color-1 a.restaurant-btn_limerick:hover {
  color: #ffffff !important;
}
.template-color-1 a.restaurant-btn_dark:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.template-color-1 a.restaurant-btn_yellow {
  background-color: var(--bs-primary);
}
.template-color-1 a.restaurant-btn_yellow:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}
.template-color-1 a.restaurant-btn-2 {
  border: 2px solid #ebebeb;
}
.template-color-1 a.restaurant-btn-2:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary) !important;
  color: #ffffff !important;
}
.template-color-1 .offcanvas-search .hm-searchbox > .search_btn:hover {
  color: var(--bs-primary) !important;
}
.template-color-1 .offcanvas-component_menu > li.active > a {
  color: var(--bs-primary);
}
.template-color-1 .minicart-list > li.minicart-product .product-item_img {
  border: 1px solid #ebebeb;
}
.template-color-1 .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: var(--bs-primary);
}
.template-color-1 .popup_wrapper .test .popup_off:hover {
  background: var(--bs-primary);
}
.template-color-1 .popup_wrapper .subscribe_area .subscribe-form-group form button:hover {
  background: var(--bs-primary);
  color: #ffffff;
}
.template-color-1 .header-main_area.bg--tangerine_yellow .main-menu_area .main_nav > ul > li.active > a {
  color: #ffffff;
}
.template-color-1 .header-main_area.bg--tangerine_yellow .main-menu_area .main_nav > ul > li:hover > a {
  color: #ffffff !important;
}
.template-color-1 .header-main_area.bg--tangerine_yellow .login-area > a:hover {
  color: #ffffff !important;
}
.template-color-1 .main-menu_area .main_nav > ul > li.active > a {
  color: var(--bs-primary);
}
.template-color-1 .main-menu_area .main_nav > ul > li .hm-dropdown > li.active > a {
  color: var(--bs-primary);
}
.template-color-1 .main-menu_area .main_nav > ul > li .restaurant-megamenu > li > ul > li.active > a {
  color: var(--bs-primary);
}
.template-color-1 .main-menu_area .main_nav > ul > li:hover > a {
  color: var(--bs-primary);
}
.template-color-1 .main-menu_area .main_nav > ul > li:hover > a:before {
  background-color: var(--bs-primary);
}
.template-color-1 .hm-minicart_area > ul > li .minicart-body > li .minicart-single_item .product-item_remove:hover {
  color: var(--bs-primary);
}
.template-color-1 .hm-minicart_area > ul > li .minicart-body > li .minicart-single_item .minicart-img:hover {
  border-color: var(--bs-primary);
}
.template-color-1 .hm-minicart_area > ul > li .minicart-body > li .price_content .minicart-button .restaurant-btn:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.template-color-1 .main-slider .slider-content .restaurant-btn:hover {
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  background-color: var(--bs-primary);
}
.template-color-1 .main-slider .slick-arrow {
  color: var(--bs-primary);
}
.template-color-1 .slick-dots li.slick-active {
  background-color: var(--bs-primary);
}
.template-color-1 .slick-dots li:hover {
  background-color: var(--bs-primary);
}
.template-color-1 .restaurant-product_slider .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-1 .restaurant-product_slider .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
}
.template-color-1 .restaurant-product_slider .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-1 .restaurant-product_slider-2 .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-1 .restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
}
.template-color-1 .restaurant-product_slider-2 .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-1 .restaurant-product-tab_slider .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-1 .restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
}
.template-color-1 .restaurant-product-tab_slider .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-1 .restaurant-content_wrapper .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-1 .restaurant-content_wrapper .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
}
.template-color-1 .restaurant-content_wrapper .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-1 .restaurant-product-tab_area .banner-item {
  border: 1px solid #ebebeb;
}
.template-color-1 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a:hover {
  color: var(--bs-primary);
}
.template-color-1 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a:hover:before {
  color: var(--bs-primary);
}
.template-color-1 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a:hover:after {
  color: var(--bs-primary);
}
.template-color-1 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a.active > span {
  color: var(--bs-primary);
}
.template-color-1 .restaurant-shipping_area .shipping-nav .shipping-item .shipping-icon {
  color: var(--bs-primary);
}
.template-color-1 .rating-box .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.template-color-1 .rating-box .stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-color-1 .rating-box > ul > li > i {
  color: var(--bs-primary);
}
.template-color-1 .meta > span strong {
  color: var(--bs-primary);
}
.template-color-1 .slider-navigation_style-1 .slick-arrow:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.template-color-1 .slider-navigation_style-2 .slick-arrow:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.template-color-1 .slider-navigation_style-3 .slick-arrow:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.template-color-1 .slider-navigation_style-4 .slick-arrow:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.template-color-1 .newsletter-form_wrap .subscribe-form .newsletter-btn {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.template-color-1 .newsletter-form_wrap .subscribe-form .newsletter-btn:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.template-color-1 .modal-wrapper .modal-dialog .modal-content .modal-body .close:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.template-color-1 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-list .single-slide:hover {
  border-color: var(--bs-primary);
}
.template-color-1 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.template-color-1 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a > i {
  font-size: 1.125rem;
}
.template-color-1 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a:hover {
  background: var(--bs-primary);
  color: #ffffff !important;
}
.template-color-1 .restaurant-social_link > ul > li > a:hover {
  background-color: var(--bs-primary);
}
.template-color-1 .footer-bottom_area .copyright > span > a {
  color: var(--bs-primary);
}
.template-color-1 #scrollUp {
  background-color: #333333;
  color: #ffffff;
}
.template-color-1 #scrollUp:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff !important;
}
.template-color-1 .tooltip-inner {
  background-color: var(--bs-primary);
}
.template-color-1 .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--bs-primary);
}
.template-color-1 .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: var(--bs-primary);
}
.template-color-1 .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--bs-primary);
}
.template-color-1 .bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--bs-primary);
}
.template-color-1 .loading .middle .loader1 {
  background-color: var(--bs-primary);
}
.template-color-1 .loading .middle .loader2 {
  background-color: var(--bs-primary);
}
.template-color-1 .loading .middle .loader3 {
  background-color: var(--bs-primary);
}
.template-color-1 .color-list .single-color.active {
  border-color: var(--bs-primary);
}
.template-color-1 .modal-body .close:hover {
  color: var(--bs-primary);
}
.template-color-1 .sp-slider .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-1 .sp-slider .slide-item .single-product:hover {
  border-color: var(--bs-primary);
}
.template-color-1 .sp-gallery_area .sp-nav .sp-gallery .lg-image {
  outline: 1px solid #ebebeb;
}
.template-color-1 .sp-gallery_area .sp-nav .sp-gallery .lg-image:hover {
  outline: 1px solid var(--bs-primary);
}

.template-color-2 a:hover {
  color: #e23129 !important;
}
.template-color-2 a.restaurant-banner_btn:hover {
  color: #ffffff !important;
}
.template-color-2 a.restaurant-btn_limerick:hover {
  color: #ffffff !important;
}
.template-color-2 a.restaurant-btn_dark:hover {
  background-color: #e23129;
  color: #ffffff !important;
}
.template-color-2 a.restaurant-btn_yellow {
  background-color: var(--bs-primary);
}
.template-color-2 a.restaurant-btn_yellow:hover {
  background-color: var(--bs-secondary);
  color: #ffffff !important;
}
.template-color-2 a.restaurant-btn-2 {
  border: 2px solid #ebebeb;
}
.template-color-2 a.restaurant-btn-2:hover {
  background-color: #e23129;
  border-color: #e23129 !important;
  color: #ffffff !important;
}
.template-color-2 .offcanvas-search .hm-searchbox > .search_btn:hover {
  color: #e23129 !important;
}
.template-color-2 .offcanvas-component_menu > li.active > a {
  color: #e23129;
}
.template-color-2 .minicart-list > li.minicart-product .product-item_img {
  border: 1px solid #ebebeb;
}
.template-color-2 .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: var(--bs-primary);
}
.template-color-2 .popup_wrapper .test .popup_off:hover {
  background: #e23129;
}
.template-color-2 .popup_wrapper .subscribe_area .subscribe-form-group form button:hover {
  background: #e23129;
  color: #ffffff;
}
.template-color-2 .header-main_area.bg--tangerine_yellow .main-menu_area .main_nav > ul > li.active > a {
  color: #ffffff;
}
.template-color-2 .header-main_area.bg--tangerine_yellow .main-menu_area .main_nav > ul > li:hover > a {
  color: #ffffff !important;
}
.template-color-2 .header-main_area.bg--tangerine_yellow .login-area > a:hover {
  color: #ffffff !important;
}
.template-color-2 .main-menu_area .main_nav > ul > li.active > a {
  color: #e23129;
}
.template-color-2 .main-menu_area .main_nav > ul > li .hm-dropdown > li.active > a {
  color: #e23129;
}
.template-color-2 .main-menu_area .main_nav > ul > li .restaurant-megamenu > li > ul > li.active > a {
  color: #e23129;
}
.template-color-2 .main-menu_area .main_nav > ul > li:hover > a {
  color: #e23129;
}
.template-color-2 .main-menu_area .main_nav > ul > li:hover > a:before {
  background-color: #e23129;
}
.template-color-2 .hm-minicart_area > ul > li .minicart-body > li .minicart-single_item .product-item_remove:hover {
  color: #e23129;
}
.template-color-2 .hm-minicart_area > ul > li .minicart-body > li .minicart-single_item .minicart-img:hover {
  border-color: #e23129;
}
.template-color-2 .hm-minicart_area > ul > li .minicart-body > li .price_content .minicart-button .restaurant-btn:hover {
  background-color: #e23129;
  color: #ffffff !important;
}
.template-color-2 .main-slider .slider-content .restaurant-btn:hover {
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  background-color: #e23129;
}
.template-color-2 .main-slider .slick-arrow {
  color: #e23129;
}
.template-color-2 .slick-dots li.slick-active {
  background-color: #e23129;
}
.template-color-2 .slick-dots li:hover {
  background-color: #e23129;
}
.template-color-2 .restaurant-product_slider .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-2 .restaurant-product_slider .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #e23129;
}
.template-color-2 .restaurant-product_slider .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-2 .restaurant-product_slider-2 .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-2 .restaurant-product_slider-2 .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #e23129;
}
.template-color-2 .restaurant-product_slider-2 .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-2 .restaurant-product-tab_slider .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-2 .restaurant-product-tab_slider .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #e23129;
}
.template-color-2 .restaurant-product-tab_slider .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-2 .restaurant-content_wrapper .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-2 .restaurant-content_wrapper .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #e23129;
}
.template-color-2 .restaurant-content_wrapper .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.template-color-2 .restaurant-product-tab_area .banner-item {
  border: 1px solid #ebebeb;
}
.template-color-2 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a:hover {
  color: #e23129;
}
.template-color-2 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a:hover:before {
  color: #e23129;
}
.template-color-2 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a:hover:after {
  color: #e23129;
}
.template-color-2 .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a.active > span {
  color: #e23129;
}
.template-color-2 .restaurant-shipping_area .shipping-nav .shipping-item .shipping-icon {
  color: #e23129;
}
.template-color-2 .rating-box > ul > li > i {
  color: #e23129;
}
.template-color-2 .meta > span strong {
  color: #e23129;
}
.template-color-2 .slider-navigation_style-1 .slick-arrow:hover {
  background-color: #e23129;
  border-color: #e23129;
}
.template-color-2 .slider-navigation_style-2 .slick-arrow:hover {
  background-color: #e23129;
  border-color: #e23129;
}
.template-color-2 .slider-navigation_style-3 .slick-arrow:hover {
  background-color: #e23129;
  border-color: #e23129;
}
.template-color-2 .slider-navigation_style-4 .slick-arrow:hover {
  background-color: #e23129;
  border-color: #e23129;
}
.template-color-2 .newsletter-form_wrap .subscribe-form .newsletter-btn {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.template-color-2 .newsletter-form_wrap .subscribe-form .newsletter-btn:hover {
  background-color: #e23129;
  color: #ffffff;
}
.template-color-2 .modal-wrapper .modal-dialog .modal-content .modal-body .close:hover {
  border-color: #e23129;
  color: #e23129;
}
.template-color-2 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-list .single-slide:hover {
  border-color: #e23129;
}
.template-color-2 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.template-color-2 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a > i {
  font-size: 1.125rem;
}
.template-color-2 .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn > ul > li > a:hover {
  background: #e23129;
  color: #ffffff !important;
}
.template-color-2 .restaurant-social_link > ul > li > a:hover {
  background-color: #e23129;
}
.template-color-2 .footer-bottom_area .copyright > span > a {
  color: #e23129;
}
.template-color-2 #scrollUp {
  background-color: #333333;
  color: #ffffff;
}
.template-color-2 #scrollUp:hover {
  background-color: #e23129;
  border-color: #e23129;
  color: #ffffff !important;
}
.template-color-2 .tooltip-inner {
  background-color: #e23129;
}
.template-color-2 .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #e23129;
}
.template-color-2 .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #e23129;
}
.template-color-2 .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #e23129;
}
.template-color-2 .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #e23129;
}
.template-color-2 .loading .middle .loader1 {
  background-color: #e23129;
}
.template-color-2 .loading .middle .loader2 {
  background-color: #e23129;
}
.template-color-2 .loading .middle .loader3 {
  background-color: #e23129;
}
.template-color-2 .color-list .single-color.active {
  border-color: #e23129;
}
.template-color-2 .modal-body .close:hover {
  color: #e23129;
}
.template-color-2 .sp-slider .slide-item .single-product {
  border: 1px solid #ebebeb;
}
.template-color-2 .sp-slider .slide-item .single-product:hover {
  border-color: #e23129;
}
.template-color-2 .sp-gallery_area .sp-nav .sp-gallery .lg-image {
  outline: 1px solid #ebebeb;
}
.template-color-2 .sp-gallery_area .sp-nav .sp-gallery .lg-image:hover {
  outline: 1px solid #e23129;
}

.restaurant-btn-ps_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.restaurant-btn-ps_center.restaurant-btn-ps_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.restaurant-btn-ps_center.restaurant-btn-ps_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.restaurant-btn_sm {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.813rem;
  font-weight: 400;
}

.fb-filter-btn_area {
  padding-top: 30px;
}
.fb-filter-btn_area .restaurant-filter_btn {
  background-color: var(--bs-primary);
  color: #ffffff;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0;
}
.fb-filter-btn_area .restaurant-filter_btn:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-right: 10px;
}
.fb-filter-btn_area .restaurant-filter_btn:hover {
  background-color: var(--bs-primary);
}

.restaurant-slider_area .main-slider {
  overflow: hidden;
}
.restaurant-slider_area .main-slider .slider-content {
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 8;
  max-width: 30%;
}
@media (min-width: 1440px) {
  .restaurant-slider_area .main-slider .slider-content {
    max-width: 43%;
  }
}
@media (max-width: 1439px) {
  .restaurant-slider_area .main-slider .slider-content {
    max-width: 38%;
  }
}
@media (max-width: 767px) {
  .restaurant-slider_area .main-slider .slider-content {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .restaurant-slider_area .main-slider .slider-content {
    max-width: 86%;
  }
}
.restaurant-slider_area .main-slider .slider-content .banner-slide-heading {
  color: #ffffff;
  text-shadow: 0 0 10px #5b5b5b, 0 0 20px #5b5b5b;
}
@media (min-width: 575px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-heading {
    line-height: 38px !important;
    font-size: 2.125rem !important;
    text-shadow: none;
  }
}
@media (min-width: 767px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-heading {
    line-height: 48px !important;
    font-size: 2.5rem !important;
    color: #000;
  }
}
@media (min-width: 1440px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-heading {
    font-size: 3.625rem !important;
    line-height: 4.25rem !important;
  }
}
@media (min-width: 1921px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-heading {
    font-size: 5rem !important;
    line-height: 5.25rem !important;
  }
}
.restaurant-slider_area .main-slider .slider-content .banner-slide-description {
  color: #000;
}
@media (min-width: 1440px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-description {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
}
@media (min-width: 1921px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-description {
    font-size: 3rem !important;
    line-height: 4.25rem;
  }
}
@media (max-width: 991px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-description {
    font-size: 1rem !important;
    color: #ffffff;
  }
}
@media (max-width: 575px) {
  .restaurant-slider_area .main-slider .slider-content .banner-slide-description {
    text-shadow: 0 0 10px #5b5b5b, 0 0 20px #5b5b5b;
  }
}
.restaurant-slider_area .main-slider .slider-content > p {
  margin-bottom: 0;
  padding-bottom: 35px;
  max-width: 75%;
  word-wrap: break-word;
  color: #000;
}
@media (max-width: 1500px) {
  .restaurant-slider_area .main-slider .slider-content > p {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .restaurant-slider_area .main-slider .slider-content > p {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .restaurant-slider_area .main-slider .slider-content > p {
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .restaurant-slider_area .main-slider .slider-content > p {
    max-width: 90%;
  }
}
.restaurant-slider_area .main-slider .slick-arrow {
  left: 20px;
}
.restaurant-slider_area .main-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

.restaurant-slider_area-2 .main-slider .slider-content > h3 {
  color: #ffffff;
}
.restaurant-slider_area-2 .main-slider .slider-content > h4 {
  color: #ffffff;
}
.restaurant-slider_area-2 .main-slider .slider-content > P {
  color: #ffffff;
}
.restaurant-slider_area-2 .main-slider .slider-content .restaurant-btn-ps_left > a.restaurant-btn-2 {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-1 {
  background-image: url("../../assets/images/slider/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
}
@media (min-width: 1600px) {
  .bg-1 {
    min-height: 890px;
  }
}
@media (max-width: 555px) {
  .bg-1 {
    min-height: 500px !important;
    background-position: center right;
  }
}

@media (max-width: 555px) {
  .bg-1::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.07);
    min-height: 500px;
    display: block;
  }
}
.bg-2 {
  background-image: url("../../assets/images/slider/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  background-image: url("../../assets/images/slider/2.jpg");
}

.bg-3 {
  background-image: url("../../assets/images/slider/3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
}

.bg-4 {
  background-image: url("../../assets/images/slider/3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  background-image: url("../../assets/images/slider/1.jpg");
}

.slider-progress {
  -webkit-animation: initial;
  animation: initial;
  background: rgba(0, 0, 0, 0.3);
  height: 5px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 4;
}

.slick-current .slider-progress {
  -webkit-animation: timebar 5s ease-in-out 0s 1 backwards;
  animation: timebar 5s ease-in-out 0s 1 backwards;
}

.slick-active.animation-style-01 .slider-content > h3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active.animation-style-01 .slider-content > h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active.animation-style-01 .slider-content > p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active.animation-style-01 .slider-content > .slide-btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active.animation-style-02 .slider-content > h3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active.animation-style-02 .slider-content > h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active.animation-style-02 .slider-content > p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active.animation-style-02 .slider-content > .slide-btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 4s linear infinite alternate both;
  animation: slide-in-right 4s linear infinite alternate both;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
  padding: 60px 0 0;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
  padding: 105px 0 0;
  left: auto;
  right: 0;
  padding: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.offcanvas-minicart_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
  padding: 105px 0 0;
}

.user-setting_area {
  padding-top: 25px;
}
.user-setting_area > ul > li > a > span {
  text-transform: capitalize;
}

.offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  top: 0;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.cat-mega-menu.cat-mega-menu-2 {
  width: 840px;
}
.cat-mega-menu.cat-mega-menu-2 > li.right-menu {
  width: 25%;
}

.cat-mega-menu.cat-mega-menu-3 {
  width: 440px;
}
.cat-mega-menu.cat-mega-menu-3 > li.right-menu {
  width: 50%;
}

.cat-dropdown_menu.cat-dropdown_menu-2 {
  width: 320px;
}

.restaurant-banner_area {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .restaurant-banner_area {
    padding-top: 30px;
  }
}
.restaurant-banner_area .banner-item > a > img {
  width: 100%;
  border-radius: 15px;
}

.restaurant-product_area {
  padding-top: 55px;
}
@media (max-width: 756px) {
  .restaurant-product_area {
    padding-top: 30px;
  }
}
.restaurant-product_area .single-product .product-img {
  width: 100%;
  height: auto;
  display: inline-flex;
  position: relative;
}
.restaurant-product_area .single-product .product-img img {
  border-radius: 15px 15px 0 0;
  /* 
  width: 270px;
  height: 205px;
  @media all and (max-width: 571px) { */
  width: 550px;
  height: 418px;
  /*  } */
}
@media all and (max-width: 1920px) {
  .restaurant-product_area .single-product .product-img img {
    width: 350px;
    height: 228px;
  }
}
@media all and (max-width: 991px) {
  .restaurant-product_area .single-product .product-img img {
    width: 350px;
    height: 228px;
  }
}
@media all and (max-width: 571px) {
  .restaurant-product_area .single-product .product-img img {
    width: 550px;
    height: 418px;
  }
}
@media all and (max-width: 375px) {
  .restaurant-product_area .single-product .product-img img {
    width: 350px;
    height: 228px;
    display: block;
  }
}
.restaurant-product_area .single-product .product-content {
  padding: 10px;
  background-color: #f8f8f9;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 1921px) {
  .restaurant-product_area .single-product .product-content {
    padding: 16px 10px;
  }
}
.restaurant-product_area .single-product .product-content .product-desc_info h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 1440px) {
  .restaurant-product_area .single-product .product-content .product-desc_info h3 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1921px) {
  .restaurant-product_area .single-product .product-content .product-desc_info h3 {
    font-size: 2rem !important;
  }
}
.restaurant-product_area .single-product .product-content .product-desc_info .price-box {
  font-size: 1.25rem;
}
@media (min-width: 1440px) {
  .restaurant-product_area .single-product .product-content .product-desc_info .price-box {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1921px) {
  .restaurant-product_area .single-product .product-content .product-desc_info .price-box {
    font-size: 1.625rem !important;
  }
}

.restaurant-product_area-2 .restaurant-section_area > p.short-desc {
  max-width: 50%;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .restaurant-product_area-2 .restaurant-section_area > p.short-desc {
    max-width: 75%;
    font-size: 1.5rem;
    line-height: 34px;
  }
}
@media (min-width: 1921px) {
  .restaurant-product_area-2 .restaurant-section_area > p.short-desc {
    font-size: 2rem;
  }
}
.restaurant-product_area-2 .restaurant-product_slider-2 .slide-item {
  margin: 15px 0;
}
.restaurant-product_area-2 .restaurant-product_slider-2 .slick-list {
  margin: -15px;
}

.restaurant-product_area-3 {
  background-image: url("../images/special-product/1.jpg");
  padding: 55px 0 60px;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.restaurant-product_area-3 .restaurant-product_slider-3 .slide-item .single_product .product-content {
  width: 100%;
}
.restaurant-product_area-3 .restaurant-product_slider-3 .slide-item .single_product .product-content .product-desc_info > h2.product-name {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.restaurant-product_area-3 .restaurant-product_slider-3 .slide-item .single_product .product-content .product-desc_info > p.product-desc {
  margin-bottom: 0;
  padding-bottom: 20px;
  max-width: 70%;
}
.restaurant-product_area-3 .restaurant-product_slider-3 .slide-item .single_product .product-content .product-desc_info .restaurant-btn-ps_left {
  padding-top: 25px;
}

.restaurant-countdown {
  border-radius: 50px;
}
.restaurant-countdown .count {
  display: inline-block;
  position: relative;
  width: 20%;
  padding: 5px 0;
}
.restaurant-countdown .count span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.restaurant-countdown .count span.count-amount {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
}
.restaurant-countdown .count span.count-period {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}

.restaurant-shipping_area {
  padding-top: 60px;
}
@media (max-width: 756px) {
  .restaurant-shipping_area {
    padding-top: 30px;
  }
}
.restaurant-shipping_area .shipping-nav {
  border: 1px solid #ebebeb;
  padding: 30px 0 25px;
  border-radius: 15px;
}
.restaurant-shipping_area .shipping-nav .shipping-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.restaurant-shipping_area .shipping-nav .shipping-item .shipping-icon {
  font-size: 2.5rem;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  display: block;
  text-align: center;
}
.restaurant-shipping_area .shipping-nav .shipping-item .shipping-content {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > h6 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.125rem;
}
@media (min-width: 1440px) {
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > h6 {
    font-size: 2.1rem;
  }
}
.restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > p {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > p {
    font-size: 1rem;
  }
}
@media (min-width: 1921px) {
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > p {
    font-size: 1.6875rem;
  }
}

.restaurant-shipping_area.restaurant-shipping_area-2 .shipping-nav .shipping-item {
  display: block;
  text-align: center;
}
.restaurant-shipping_area.restaurant-shipping_area-2 .shipping-nav .shipping-item .shipping-icon {
  width: 100%;
}
.restaurant-shipping_area.restaurant-shipping_area-2 .shipping-nav .shipping-item .shipping-content {
  width: 100%;
  padding-left: 0;
}
.restaurant-shipping_area.restaurant-shipping_area-2 .shipping-nav .shipping-item .shipping-content > h6 {
  padding: 25px 0 0;
}

.restaurant-social_link {
  padding-top: 25px;
}
.restaurant-social_link > ul > li {
  display: inline-block;
  padding-right: 10px;
}
.restaurant-social_link > ul > li:last-child {
  padding-right: 0;
}
.restaurant-social_link > ul > li > a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.restaurant-social_link > ul > li > a:hover {
  color: #ffffff !important;
}

.sp-product-tab_area {
  background-color: #ffffff;
  padding: 0 0 60px;
}
.sp-product-tab_area .short-desc {
  margin: 0 auto;
  text-align: center;
}
.sp-product-tab_area .short-desc > p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1049;
}

.modal-wrapper.show {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1050;
}

.breadcrumb-area {
  background-image: url("../../assets/images/banner/inner-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  position: relative;
}
.breadcrumb-area .breadcrumb-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.breadcrumb-area .breadcrumb-content > h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.563rem;
}
.breadcrumb-area .breadcrumb-content ul > li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.breadcrumb-area .breadcrumb-content ul > li:first-child {
  padding-left: 0;
}
.breadcrumb-area .breadcrumb-content ul > li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 600;
  position: absolute;
  right: -15px;
  top: 2px;
  font-size: 0.625rem;
}
.breadcrumb-area .breadcrumb-content ul > li:last-child:before {
  display: none;
}

.slider-navigation_style-1 .slick-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #ffffff !important;
  text-align: center;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  left: 10px;
}
@media (min-width: 1921px) {
  .slider-navigation_style-1 .slick-arrow {
    width: 70px;
    height: 70px;
    font-size: 2.5rem;
  }
}
.slider-navigation_style-1 .slick-arrow:hover {
  background-color: #000000;
}
.slider-navigation_style-1 .slick-next {
  left: auto;
  right: 10px;
}
.slider-navigation_style-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slider-navigation_style-2 .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: block;
  color: #ebebeb !important;
  text-align: center;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  bottom: -70px;
  margin-left: 15px;
}
.slider-navigation_style-2 .slick-arrow:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.slider-navigation_style-2 .slick-arrow.slick-prev {
  left: auto;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  right: 50%;
}
.slider-navigation_style-2 .slick-arrow.slick-next {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  right: auto;
}

.slider-navigation_style-3 .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #ebebeb;
  font-size: 1.125rem;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  top: -50px;
  left: auto;
  right: 40px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
}
.slider-navigation_style-3 .slick-arrow:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.slider-navigation_style-3 .slick-arrow.slick-next {
  right: 0;
}

.restaurant-brand_slider .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: #d2d2d2 !important;
  border-radius: 100%;
  left: auto;
}
.restaurant-brand_slider .slick-arrow .slick-next {
  left: 0;
}
.restaurant-brand_slider .slick-arrow:hover {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  color: #ffffff !important;
}

.testimonial-slider .slick-arrow {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: #d2d2d2 !important;
  border-radius: 100%;
  left: auto;
}
.testimonial-slider .slick-arrow .slick-next {
  left: 0;
}
.testimonial-slider .slick-arrow:hover {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  color: #ffffff !important;
}

.sp-img_slider-nav {
  padding: 0 30px;
  margin-top: 30px;
}
.sp-img_slider-nav .slick-list {
  margin: 0 -15px;
}
.sp-img_slider-nav .slick-list .single-slide {
  border: 1px solid #ebebeb;
  margin: 0 15px;
}

.sp-img_slider-3 .slick-arrow {
  top: 0;
  bottom: auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sp-img_slider-3 .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
}

.header-main_area-2 {
  background-color: rgba(0, 0, 0, 0.3);
}
.header-main_area-2 .main-menu_area > nav > ul > li > a {
  color: #ffffff;
}
.header-main_area-2 .header-right_area > ul > li > a {
  color: #ffffff;
}

.header-main_area-3 {
  position: relative;
}

.mobile-menu_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mobile-menu_area ul > li {
  display: inline-block;
}
.mobile-menu_area ul > li > a > i {
  font-size: 2.25rem;
  vertical-align: middle;
  color: #ffffff;
}
.mobile-menu_area ul > li.minicart-area {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25%;
  text-align: center;
  position: relative;
  margin-right: 15px;
}
.mobile-menu_area ul > li.minicart-area > a {
  display: block;
}
.mobile-menu_area ul > li.minicart-area > a > i {
  font-size: 1.25rem;
  color: #ffffff;
  vertical-align: baseline;
}
.mobile-menu_area ul > li.minicart-area > a > span.item-count {
  background: #fdb828;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -5px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 1rem;
}

.header-main_area.header-sticky.sticky {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 1049;
}
.header-main_area.header-sticky.sticky .main-menu_area {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
}
.header-main_area.header-sticky.sticky .main-menu_area > nav > ul > li > a {
  padding: 28px 0;
}
.header-main_area.header-sticky.sticky .header-right_area {
  padding: 0;
}
.header-main_area.header-sticky.sticky .header-right_area > ul > li:nth-child(n+3) {
  padding-right: 0;
}

.header-main_area.header-sticky.sticky.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
}

.header-main_area.header-sticky.sticky.header-main_area {
  display: none;
}

.header-main_area.header-sticky.sticky.header-sticky {
  display: block;
}
.header-main_area.header-sticky.sticky.header-sticky .header-logo > a > img {
  width: 100px;
}

.sp-group_area .sp-nav .sp-content .choose-group-product {
  padding-top: 30px;
}
.sp-group_area .sp-nav .sp-content .choose-group-product .cart-table table {
  margin-bottom: 0;
}
.sp-group_area .sp-nav .sp-content .choose-group-product .cart-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.sp-group_area .sp-nav .sp-content .qty-btn_area {
  padding: 25px 0 30px;
}

.sp-variable_area .sp-img_area .sp-img_slider-2 .single-slide > a {
  pointer-events: none;
}
.sp-variable_area .sp-img_area .sp-img_slider-2 .single-slide > a > i {
  pointer-events: visible;
}

.sp-affiliate_area .sp-content .qty-btn_area {
  display: inline-block;
  padding: 25px 0 0 !important;
  border-bottom: 0;
}
.sp-affiliate_area .sp-content .qty-btn_area a.qty-buy_btn {
  background-color: var(--bs-primary);
  color: #ffffff;
  padding: 15px 30px;
  display: block;
}
.sp-affiliate_area .sp-content .qty-btn_area a.qty-buy_btn:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}

.sp-tab-style_left .sp-img_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sp-tab-style_left .sp-img_area .sp-large_img {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  width: 80%;
}
.sp-tab-style_left .sp-img_area .sp-img_slider-3 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
}

.sp-tab-style_left.sp-tab-style_right .sp-img_area {
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
  -webkit-flex-direction: unset !important;
  -ms-flex-direction: unset !important;
  flex-direction: unset !important;
}

.sp-sticky_area .sp-sticky_gallery {
  padding-left: 0 !important;
}
.sp-sticky_area .sp-sticky_gallery > .row:first-child {
  margin-bottom: 0 !important;
}
.sp-sticky_area .sp-sticky_gallery > .row [class*=col-] .lg-image {
  margin-bottom: 30px;
}
.sp-sticky_area .sp-sticky_gallery > .row:last-child [class*=col-]:last-child .lg-image {
  margin-bottom: 0;
}

.sp-product-slider_area {
  padding: 40px 0 60px;
}

.blog-item .blog-img {
  position: relative;
}
.blog-item .blog-content {
  padding: 25px 0 0;
}
.blog-item .blog-content .blog-text_area .title > h3 {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.blog-item .blog-content .blog-text_area .title > h3 > a > i {
  font-size: 1.125rem;
  vertical-align: middle;
}
.blog-item .blog-content .blog-text_area .meta {
  padding-bottom: 5px;
}
.blog-item .blog-content .blog-text_area .meta > span {
  font-size: 1rem;
}
.blog-item .blog-content .blog-text_area .meta > span strong {
  padding-right: 5px;
  font-weight: 600;
}
.blog-item .blog-content .blog-text_area .short-desc > p {
  margin-bottom: 0;
  font-size: 1rem;
}
.blog-item .blog-content .blog-text_area .restaurant-btn-ps_left {
  padding-top: 20px;
}
.blog-item .blog-content .blog-text_area .restaurant-btn-ps_left .restaurant-btn {
  text-transform: uppercase;
  padding: 0 30px;
  width: auto;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-weight: 700;
}
.blog-item .blog-content .blog-text_area .restaurant-btn-ps_left .restaurant-btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.restaurant-latest-blog_area {
  padding: 55px 0 0;
}
.restaurant-latest-blog_area .blog-item .blog-img > a > img {
  width: 100%;
}
.restaurant-latest-blog_area .blog-item .blog-content .blog-text_area .title > h3 {
  font-weight: 600;
  font-size: 1.125rem;
}

.restaurant-blog-sidebar-wrapper .search-form_area form.search-form {
  position: relative;
}
.restaurant-blog-sidebar-wrapper .search-form_area form.search-form .search-field {
  border: 1px solid #ebebeb;
  padding: 0 40px 0 10px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  text-transform: capitalize;
}
.restaurant-blog-sidebar-wrapper .search-form_area form.search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.restaurant-blog-sidebar-wrapper .search-form_area form.search-form .search-btn:hover {
  color: var(--bs-primary);
}
.restaurant-blog-sidebar-wrapper .search-form_area form.search-form .search-btn > i {
  font-size: 1.125rem;
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  text-align: center;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar {
  padding-top: 30px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar:first-child {
  padding-top: 0;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar:last-child {
  padding-top: 20px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .restaurant-blog-sidebar-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin-bottom: 55px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .restaurant-blog-sidebar-title:before {
  background-color: #ebebeb;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -26px;
  left: 0;
  position: absolute;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .restaurant-blog-sidebar-title:after {
  background-color: var(--bs-primary);
  content: "";
  width: 40%;
  height: 2px;
  bottom: -26px;
  left: 0;
  position: absolute;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .restaurant-blog-archive li {
  margin-bottom: 10px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .restaurant-blog-archive li a {
  font-size: 1rem;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .restaurant-blog-archive li:last-child {
  margin-bottom: 0;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-post .recent-post_thumb {
  width: 65px;
  height: 100%;
  margin-bottom: 30px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-post .recent-post_desc {
  width: calc(100% - 65px);
  padding-left: 15px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-post .recent-post_desc span {
  display: block;
  text-transform: capitalize;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-post .recent-post_desc span a:hover {
  color: #ea3a3c;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-post .recent-post_desc .post-date {
  font-weight: 400;
  color: #999999;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-comment .user-img {
  width: 65px;
  height: 100%;
  margin-bottom: 30px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-comment .user-img > img {
  border-radius: 100%;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-comment .user-info {
  width: calc(100% - 65px);
  padding-left: 15px;
}
.restaurant-blog-sidebar-wrapper .restaurant-blog-sidebar .recent-comment .user-info > span {
  color: #999999;
  display: block;
  text-transform: capitalize;
}

.blog-grid-view_area {
  padding: 60px 0 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.blog-grid-view_area .blog-item_wrap [class*=col-]:nth-child(-n+4) .blog-item {
  padding-bottom: 30px;
}
.blog-grid-view_area .restaurant-paginatoin-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-list-view_area .blog-item_wrap .blog-item .blog-content {
  height: 100%;
  padding: 0;
}
.blog-list-view_area .blog-item_wrap .blog-item .blog-content .short-desc > p {
  max-width: 100%;
}
.blog-list-view_area .blog-item_wrap .blog-item .blog-content .restaurant-social_link {
  border-bottom: 0;
}

.blog-column-three_area .blog-item_wrap [class*=col-]:nth-child(n+3) .blog-item {
  padding-bottom: 0;
}

.blog-list-fullwidth_area .blog-item_wrap .blog-item .blog-content {
  height: 100%;
  display: block;
}

.account-page-area {
  padding: 60px 0 0;
}
.account-page-area .myaccount-tab-trigger {
  display: block;
}
.account-page-area .myaccount-tab-trigger li {
  display: block;
}
.account-page-area .myaccount-tab-trigger li:first-child {
  margin-top: -1px;
}
.account-page-area .myaccount-tab-trigger li a {
  border: 1px solid var(--bs-primary);
  display: block;
  background: var(--bs-primary);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}
.account-page-area .myaccount-tab-trigger li a:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}
.account-page-area .myaccount-tab-trigger li a.active {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
}
.account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.myaccount-dashboard p {
  margin-bottom: 20px;
}
.myaccount-dashboard p:last-child {
  margin-bottom: 0;
}

.myaccount-orders .table {
  margin-bottom: 0;
}
.myaccount-orders .table .account-order-id:hover {
  color: var(--bs-primary);
}
.myaccount-orders .table td {
  vertical-align: middle;
  text-align: center;
}
.myaccount-orders .table th {
  vertical-align: middle;
  text-align: center;
}
.myaccount-orders .table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.myaccount-orders .small-title {
  margin-bottom: 15px;
}

.restaurant-form {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #ebebeb;
}
.restaurant-form .restaurant-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -20px;
}
.restaurant-form .restaurant-form-inner .single-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.restaurant-form .restaurant-form-inner .single-input .restaurant-btn {
  font-size: 1rem;
  text-transform: capitalize;
}
.restaurant-form .restaurant-form-inner .single-input .restaurant-btn:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-form .restaurant-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
}
.restaurant-form .restaurant-form-inner .single-input input {
  padding: 0 15px;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 100%;
}
.restaurant-form .restaurant-form-inner .single-input input:first-child {
  margin-top: 20px;
}
.restaurant-form .restaurant-form-inner .single-input select {
  padding: 0 15px;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 100%;
}
.restaurant-form .restaurant-form-inner .single-input textarea {
  padding: 0 15px;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 100%;
}
.restaurant-form .restaurant-form-inner .single-input .checkbox-input {
  display: inline-block;
}
.restaurant-form .restaurant-form-inner .single-input .checkbox-input label {
  display: inline-block;
}
.restaurant-form .restaurant-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.restaurant-form .restaurant-form-inner a {
  font-size: 0.813rem;
}
.restaurant-form .restaurant-form-inner a:hover {
  color: var(--bs-primary);
}

.restaurant-form-boxed {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #ebebeb;
}
.restaurant-form-boxed .restaurant-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -20px;
}
.restaurant-form-boxed .restaurant-form-inner .single-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.restaurant-form-boxed .restaurant-form-inner .single-input .restaurant-btn {
  font-size: 1rem;
  text-transform: capitalize;
}
.restaurant-form-boxed .restaurant-form-inner .single-input .restaurant-btn:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.restaurant-form-boxed .restaurant-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
}
.restaurant-form-boxed .restaurant-form-inner .single-input input {
  padding: 0 15px;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 100%;
}
.restaurant-form-boxed .restaurant-form-inner .single-input input:first-child {
  margin-top: 20px;
}
.restaurant-form-boxed .restaurant-form-inner .single-input select {
  padding: 0 15px;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 100%;
}
.restaurant-form-boxed .restaurant-form-inner .single-input textarea {
  padding: 0 15px;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 100%;
}
.restaurant-form-boxed .restaurant-form-inner .single-input .checkbox-input {
  display: inline-block;
}
.restaurant-form-boxed .restaurant-form-inner .single-input .checkbox-input label {
  display: inline-block;
}
.restaurant-form-boxed .restaurant-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  -webkit-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.restaurant-form-boxed .restaurant-form-inner a {
  font-size: 0.813rem;
}
.restaurant-form-boxed .restaurant-form-inner a:hover {
  color: var(--bs-primary);
}

.restaurant-login-register_area {
  padding: 60px 0 60px 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .restaurant-login-register_area {
    padding: 30px 0 30px 0;
  }
}

.back-postion {
  background-position: center;
  background-size: cover;
}
@media (min-width: 1440px) {
  .back-postion {
    min-height: calc(90vh - var(--footer-height));
  }
}
.back-postion .table-center {
  display: flex;
  /*  @media (min-width: 1440px) {
      min-height: calc(65vh - var(--footer-height));
      align-items: center;
      align-content: center;
  } */
}
.back-postion .table-center .login-form-main {
  padding: 1ren;
}
@media (min-width: 1440px) {
  .back-postion .table-center .login-form-main {
    margin-top: 40px;
  }
}
.back-postion .table-center-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  .back-postion .table-center-main {
    margin-bottom: 40px;
  }
}

.restaurant-wishlist_area {
  padding: 60px 0 0;
}

.restaurant-cart-area {
  padding: 60px 0 0;
}

.checkout-area {
  padding: 60px 0 0;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  background: #333333;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit]:hover {
  background: var(--bs-primary);
}

.checkbox-form h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 1.563rem;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 15px;
}
.checkbox-form .country-select label {
  margin: 0 0 5px;
  display: block;
}
.checkbox-form .country-select label span.required {
  color: var(--bs-primary);
  display: inline-block;
  font-size: 1.5rem;
  line-height: 16px;
  position: relative;
  top: 5px;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text] {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkbox-form .checkout-form-list input[type=password] {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkbox-form .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkbox-form .checkout-form-list input[type=checkbox] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit;
}
.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px !important;
}
.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}

.checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
}
.checkbox-form.checkout-form-list label span.required {
  color: var(--bs-primary);
  display: inline-block;
  font-size: 1.5rem;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.563rem;
  margin-bottom: 10px;
}
@media (min-width: 1921px) {
  .different-address h3 label {
    font-size: 1.375rem;
  }
}
.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 0;
  width: auto;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: -5px;
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.create-account {
  display: none;
}

#ship-box-info {
  display: none;
}

.your-order {
  background: #f4f4f4;
  padding: 30px 40px;
}
.your-order h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 1.563rem;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order .your-order-table table th {
  padding-left: 0;
}
.your-order .your-order-table table td {
  padding-left: 0;
}
.your-order .your-order-table table thead {
  background-color: #f4f4f4;
}
.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 250px;
  border-bottom: 1px solid #ebebeb;
  border-right: medium none;
  font-size: 1rem;
  padding: 15px 0;
  text-align: left;
}
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: medium none;
  font-size: 1rem;
  padding: 15px 0;
  text-align: left;
}
.your-order .your-order-table table .cart_item:hover {
  background: #f4f4f4;
}
.your-order .your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order .your-order-table table .order-total td span {
  font-size: 1.25rem;
}
.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 1.125rem;
}

.payment-method {
  margin-top: 20px;
}
.payment-method .payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f4f4f4;
}
.payment-method .payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f4f4f4;
  border-bottom: 0;
}
.payment-method .payment-accordion .card-body {
  padding: 0;
}
.payment-method .payment-accordion .panel.panel-default {
  margin-bottom: 20px;
}
.payment-method .payment-accordion .panel-title {
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
}
.payment-method .payment-accordion .panel-title a:hover {
  color: var(--bs-primary) !important;
}

.compare-area {
  padding: 60px 0 0;
}

.google-map_area .container-fluid {
  padding: 0;
  overflow: hidden;
}
.google-map_area .container-fluid #google-map {
  height: 400px;
}

.frequently-area {
  padding: 55px 0 0;
}
.frequently-area .frequently-content .frequently-desc {
  margin-bottom: 25px;
}
.frequently-area .frequently-content .frequently-desc h3 {
  font-size: 0.938rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
}
.frequently-area .frequently-content .frequently-desc p {
  margin: 0;
  font-size: 1rem;
}
.frequently-area .frequently-accordion .actives {
  border: 1px solid var(--bs-primary);
}
.frequently-area .frequently-accordion .actives > .card-header {
  background-color: var(--bs-primary);
}
.frequently-area .frequently-accordion .actives > .card-header > h5 > a {
  font-weight: 600;
  color: #ffffff;
}
.frequently-area .frequently-accordion .actives > .card-header > h5 > a:before {
  color: #ffffff;
}
.frequently-area .frequently-accordion .actives > .card-header > h5 > a:after {
  color: #ffffff;
}
.frequently-area .frequently-accordion .actives > .card-header > h5 > a:hover {
  color: #ffffff !important;
}
.frequently-area .frequently-accordion [class*=card]:last-child {
  margin-bottom: 0;
}
.frequently-area .frequently-accordion .card {
  border-radius: 0;
  margin-bottom: 15px;
}
.frequently-area .frequently-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f4f4f4;
  border: 0;
}
.frequently-area .frequently-accordion .card-header a {
  display: block;
  padding: 15px 10px 15px 25px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}
.frequently-area .frequently-accordion .card-header a:hover {
  color: var(--bs-primary) !important;
}
.frequently-area .frequently-accordion .card-header a:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #c0c0c0;
}
.frequently-area .frequently-accordion .card-header a.collapsed:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #c0c0c0;
}

.mt-110 {
  margin-top: 110px;
}

.height-100vh {
  min-height: 100vh;
}

.comming-soon-area {
  padding: 60px 0;
}
.comming-soon-area .comming-soon-wrap {
  position: relative;
  z-index: 99;
}
.comming-soon-area .comming-soon-wrap .comming-soon-top {
  margin: 0 0 54px;
}
.comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 12px;
  line-height: 1;
  margin: 58px 0 41px;
}
.comming-soon-area .comming-soon-wrap .comming-soon-top > p {
  color: #fff;
  font-size: 1rem;
  width: 66%;
  margin: 0 auto;
}

.comming-soon-area.overlay {
  position: relative;
}
.comming-soon-area.overlay:before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9;
}

.subscribe-area {
  position: relative;
  z-index: 99;
}
.subscribe-area > h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 25px;
}
.subscribe-area .subscribe-form > form {
  position: relative;
}
.subscribe-area .subscribe-form > form .mc-news {
  display: none;
}
.subscribe-area .subscribe-form > form .clear {
  position: absolute;
  top: 0;
  right: 0;
}
.subscribe-area .subscribe-form > form .clear input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #e0e0e0;
  cursor: pointer;
  font-weight: 700;
  padding: 2px 40px 2px 30px;
  width: auto;
}
.subscribe-area .subscribe-form > form .clear:hover input {
  color: #8f9495;
}
.subscribe-area .subscribe-form > form .clear:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 35px;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 2px;
  left: 0;
}
.subscribe-area .subscribe-form > form input {
  background: transparent;
  border: 1px solid #eceff8;
  color: #fff;
  font-size: 1rem;
  height: 55px;
  padding: 2px 146px 2px 40px;
  width: 100%;
  font-weight: 300;
  border-radius: 50px;
  font-family: "Rubik", sans-serif;
}
.subscribe-area .subscribe-form > form input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.subscribe-area .subscribe-form > form input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.subscribe-area.mt-110 {
  margin-top: 70px;
}

.DateCountdown .time_circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.DateCountdown .time_circles canvas {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}
.DateCountdown .time_circles > div {
  margin-top: 86px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  position: static;
  width: 25% !important;
  z-index: 99;
}
.DateCountdown .time_circles > div > h4 {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 400;
  margin: 89px 0 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  text-align: center;
  text-transform: capitalize;
}
.DateCountdown .time_circles > div > span {
  color: #fff;
  display: block;
  font-family: "Teko", sans-serif;
  font-size: 3.75rem !important;
  font-weight: 400;
  line-height: 47px !important;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 90% !important;
    padding: 0 24px !important;
  }
}
@media (min-width: 991px) {
  .container {
    --bs-gutter-x: 15px;
  }
  .container .row {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-progressbar > span {
    font-size: 0.813rem;
  }
  .product-progressbar-2 > span {
    font-size: 0.813rem;
  }
  .product-progressbar-3 > span {
    font-size: 0.813rem;
  }
  .product-progressbar-4 > span {
    font-size: 0.813rem;
  }
  .restaurant-section_area > p {
    max-width: 50%;
  }
  .embed-responsive {
    min-height: 212px;
  }
  .category-menu .category-heading > h2:after {
    left: 10px;
  }
  .category-menu .category-heading > h2 > span {
    padding-left: 30px;
  }
  .category-menu .category-menu-list {
    padding: 0 15px;
  }
  .cat-mega-menu {
    left: 108%;
  }
  .cat-mega-menu.cat-mega-menu-2 {
    width: 740px;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 1.875rem;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content {
    width: calc(100% - 50px);
    padding-left: 0;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content > p {
    font-size: 0.813rem;
  }
  .modal-wrapper .modal-dialog .modal-content {
    padding: 30px 20px 25px;
  }
  .header-main_area .main-menu_area > nav > ul > li > ul > li > ul.hm-sub_dropdown {
    left: auto;
    right: 100%;
  }
  .header-main_area .main-menu_area > nav > ul > li.megamenu-holder > ul > li > span.megamenu-title {
    font-size: 0.938rem;
  }
  .header-main_area .header-right_area > ul > li {
    padding-left: 10px;
  }
  .restaurant-footer_area .footer-middle_area .footer-widget .footer-contact li {
    display: flex;
  }
  .restaurant-footer_area .footer-middle_area .footer-widget .footer-contact li p {
    margin-left: 12px;
  }
  .restaurant-footer_area .footer-middle_area .footer-widgets_title > h4 {
    font-size: 1.188rem;
  }
  .restaurant-footer_area .footer-middle_area .footer-widgets > ul > li > a {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
    margin: 29px 0 20px;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 85%;
  }
  .DateCountdown .time_circles > div {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .restaurant-section_area > p {
    max-width: 100%;
  }
  .restaurant-btn_dark {
    width: 125px;
    height: 35px;
    line-height: 37px;
    font-size: 0.813rem;
  }
  .restaurant-btn_yellow {
    width: 100px;
    height: 30px;
    line-height: 29px;
    font-size: 0.813rem;
  }
  .restaurant-btn_red {
    width: 100px;
    height: 30px;
    line-height: 29px;
    font-size: 0.813rem;
  }
  /* .restaurant-slider_area {
  	.main-slider {
  		.slider-content {
  			max-width: 86%;
  			>p {
  				max-width: 90%;
  			}
  		}
  	}
  } */
  .btn-close {
    right: 0px;
    width: 50px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner {
    width: 100%;
    padding: 60px 15px !important;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
    font-size: 1rem;
  }
  .restaurant-product_area-2 .restaurant-section_area > p.short-desc {
    max-width: 100%;
  }
  .restaurant-product_area-3 .restaurant-product_slider-3 .slide-item .single_product .product-content .product-desc_info > p.product-desc {
    max-width: 100%;
  }
  .restaurant-countdown .count {
    width: 25%;
  }
  .restaurant-social_link > ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sp-img_slider-3 {
    -webkit-flex-basis: 40% !important;
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    width: 40% !important;
  }
  .restaurant-footer_area .footer-top_area .newsletter-info > h3.heading {
    line-height: 26px;
  }
  .restaurant-footer_area .footer-top_area .newsletter-info > p.short-desc {
    max-width: 100%;
  }
  .restaurant-footer_area .footer-middle_area .footer-widgets_title > h4 {
    font-size: 1.188rem;
  }
  .restaurant-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .restaurant-content_wrapper .restaurant-paginatoin-area .restaurant-pagination-box {
    display: block;
  }
  .restaurant-content_wrapper .restaurant-paginatoin-area .restaurant-pagination-box > li {
    margin-right: 0;
  }
  .restaurant-content_wrapper .restaurant-paginatoin-area .restaurant-pagination-box > li > a {
    padding: 0 10px;
  }
  .sp-area .sp-nav .sp-content .rating-box {
    display: block;
  }
  .sp-area .sp-nav .sp-content .restaurant-countdown_area .restaurant-countdown {
    width: 85%;
  }
  .sp-area .sp-nav .sp-content .restaurant-countdown_area .restaurant-countdown .count {
    width: 25%;
  }
  .sp-area .sp-nav .sp-content .quantity .additional-btn_area .additional_btn {
    width: 110px;
    font-size: 1rem;
    text-transform: capitalize;
  }
  .sp-area .sp-nav .sp-content .qty-btn_area > ul li {
    width: 100%;
    display: block;
  }
  .sp-area .sp-nav .sp-content .qty-btn_area > ul li:first-child {
    padding-bottom: 30px;
  }
  .sp-area .sp-nav .sp-content .category-list_area {
    display: block;
  }
  .sp-area .sp-nav .sp-content .category-list_area > h6 {
    padding-bottom: 10px;
  }
  .sp-area .sp-nav .sp-content .restaurant-social_link {
    display: block;
  }
  .sp-area .sp-nav .sp-content .restaurant-social_link > h6 {
    padding-right: 0;
    padding-bottom: 25px;
  }
  .sp-slider_area .sp-nav .sp-content .restaurant-social_link > ul > li > a {
    width: 35px;
  }
  .sp-tab_area .tab-content .form-horizontal .form-group .restaurant-btn-ps_right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .restaurant-blog-details .restaurant-social_link {
    text-align: left;
  }
  .restaurant-blog-details .restaurant-comment-section ul li {
    display: block;
  }
  .restaurant-blog-details .restaurant-comment-section ul li .author-avatar {
    text-align: center;
    padding-bottom: 20px;
  }
  .restaurant-blog-details .restaurant-comment-section ul li .author-avatar img {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .restaurant-blog-details .restaurant-comment-section ul li .comment-body {
    padding-left: 0;
  }
  .restaurant-blog-details .restaurant-comment-section ul li .comment-body h5 {
    padding-bottom: 18px;
    overflow: hidden;
    line-height: 26px;
  }
  .restaurant-blog-details .restaurant-comment-section ul li .comment-body p {
    max-width: 100%;
  }
  .restaurant-blog-details .restaurant-comment-section ul li .comment-body .comment-post-date {
    padding-bottom: 15px;
  }
  .myaccount-tab-content {
    padding: 20px;
  }
  .myaccount-address .col {
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }
  .restaurant-form {
    padding: 20px;
  }
  .restaurant-form .restaurant-form-inner {
    display: block;
  }
  .restaurant-form .restaurant-form-inner .single-input {
    max-width: 100% !important;
  }
  .restaurant-form .restaurant-form-inner .single-input .restaurant-btn {
    font-size: 0.813rem;
  }
  .restaurant-form-boxed {
    padding: 20px;
  }
  .restaurant-form-boxed .restaurant-form-inner {
    display: block;
  }
  .restaurant-form-boxed .restaurant-form-inner .single-input {
    max-width: 100% !important;
  }
  .restaurant-form-boxed .restaurant-form-inner .single-input .restaurant-btn {
    font-size: 0.813rem;
  }
  .coupon-all .coupon.coupon2 {
    float: left;
    padding-top: 30px;
  }
  .coupon-all .coupon2.coupon2 {
    float: left;
    padding-top: 30px;
  }
  .coupon-accordion h3 {
    line-height: 20px;
  }
  .coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn {
    margin: 28px 0 0 !important;
  }
  .checkbox-form h3 {
    font-size: 1.125rem;
  }
  .different-address h3 label {
    font-size: 0.938rem;
    margin-right: 10px;
  }
}
@media (max-width: 479px) and (min-width: 1921px) {
  .different-address h3 label {
    font-size: 1.375rem;
  }
}
@media (max-width: 479px) {
  .your-order {
    padding: 30px 20px;
  }
  .your-order h3 {
    font-size: 1.125rem;
  }
  .contact-main-page .contact-page-side-content {
    padding: 25px 30px 13px;
  }
  .contact-main-page .contact-page-side-content p {
    font-size: 1rem;
  }
}
@media (max-width: 479px) and (min-width: 1440px) {
  .contact-main-page .contact-page-side-content p .booking-details p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 479px) and (min-width: 1921px) {
  .contact-main-page .contact-page-side-content p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 479px) {
  .contact-main-page .contact-page-title {
    font-size: 1.563rem;
  }
  .main-content_area .testimonial-area .testimonial-item {
    display: block;
  }
  .main-content_area .testimonial-area .testimonial-item .testimonial-content {
    padding-top: 25px;
  }
  .frequently-area .frequently-accordion .card-header a.collapsed:before {
    display: none;
  }
  .frequently-area .frequently-accordion .card-header a:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .color-list_area {
    padding: 15px;
  }
  .color-list_area .color-list_heading > h4 {
    font-size: 1rem;
  }
  .color-list_area .color-list .color-text {
    right: -110px;
  }
  .restaurant-slider_area .main-slider .slider-content {
    max-width: 89%;
    /* &::after{
     background-image: url(../images/slider/banner-text-bg.png);
     content: '';
     display: block;

    } */
  }
  .bg-1 {
    min-height: 380px;
  }
  .bg-2 {
    min-height: 380px;
  }
  .bg-3 {
    min-height: 380px;
  }
  .bg-4 {
    min-height: 380px;
  }
  .mobile-menu_wrapper .offcanvas-menu-inner {
    width: 270px;
  }
  .offcanvas-search_wrapper .offcanvas-menu-inner {
    width: 270px;
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner {
    width: 270px;
  }
  .restaurant-banner_area [class*=col-]:not(:last-child) .banner-item {
    margin-bottom: 30px;
  }
  .restaurant-product_area-3 .restaurant-product_slider-3 .slide-item .single_product .product-content .product-desc_info > h2.product-name {
    font-size: 1.563rem;
  }
  .restaurant-shipping_area.restaurant-shipping_area-2 .shipping-nav [class*=col-]:not(:last-child) .shipping-item {
    padding-bottom: 30px;
  }
  .restaurant-product-tab_area .tab-section_area {
    display: block;
    text-align: center;
  }
  .restaurant-product-tab_area .tab-section_area .product-tab_title > h3 {
    padding-bottom: 20px;
  }
  .modal-wrapper .modal-dialog {
    max-width: 100%;
    left: 0;
  }
  .breadcrumb-area .breadcrumb-content {
    width: 100%;
  }
  .mobile-menu_area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }
  .header-main_area.header-sticky.sticky {
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .restaurant-content_wrapper .shop-product-wrap.grid [class*=col-]:not(:last-child) .slide-item .single-product {
    margin-top: 30px;
  }
  .restaurant-content_wrapper .shop-product-wrap.grid.gridview-2 > [class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .restaurant-content_wrapper .restaurant-paginatoin-area .restaurant-pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .restaurant-content_wrapper .restaurant-paginatoin-area .restaurant-pagination-box > li {
    margin-right: 10px;
  }
  .restaurant-content_wrapper .restaurant-paginatoin-area .restaurant-pagination-box > li:last-child {
    margin-right: 0;
  }
  .sp-area .sp-nav .sp-content .sp-heading > h2 {
    font-size: 1.125rem;
  }
  .sp-area .sp-nav .sp-content .restaurant-countdown_area .restaurant-countdown .count {
    width: 20%;
  }
  .sp-slider_area .sp-nav .sp-content .restaurant-tag-line_area {
    margin: 0 -30px;
  }
  .sp-tab_area .product-tab .product-menu {
    display: block;
    text-align: center;
  }
  .sp-tab_area .product-tab .product-menu > li {
    margin-bottom: 15px;
  }
  .sp-tab_area .product-tab .product-menu > li > a {
    padding: 0 0 10px;
  }
  .blog-grid-view_area .blog-item_wrap [class*=col-]:not(:last-child) .blog-item {
    padding-bottom: 30px;
  }
  .blog-column-two_area .restaurant-paginatoin-area .restaurant-pagination-box {
    text-align: center;
  }
  .blog-column-two_area .restaurant-paginatoin-area .product-select-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .frequently-area .frequently-accordion .card-header a {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .restaurant-section_area > p {
    max-width: 85%;
  }
  /* .restaurant-slider_area {
  	.main-slider {
  		.slider-content {
  			max-width: 50%;
  		}
  	}
  } */
  .restaurant-product_area-2 .restaurant-section_area > p.short-desc {
    max-width: 90%;
  }
  .restaurant-countdown .count {
    width: 20%;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-icon {
    width: auto;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item .shipping-content {
    width: auto;
    padding-left: 0;
  }
  .breadcrumb-area {
    min-height: 140px;
  }
  .slider-navigation_style-1 .slick-arrow {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden !important;
    width: 28px;
    height: 28px;
    line-height: 29px;
  }
  .slider-navigation_style-3 .slick-arrow {
    display: none !important;
  }
  .slider-navigation_style-4 .slick-arrow {
    display: none !important;
    display: none !important;
  }
  .sp-img_slider-3 {
    -webkit-flex-basis: 30% !important;
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
    width: 30% !important;
  }
  .restaurant-footer_area .footer-middle_area [class*=col-]:nth-child(-n+2) {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .restaurant-footer_area .footer-middle_area [class*=col-]:nth-child(-n+2) {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .restaurant-content_wrapper .shop-toolbar {
    display: block;
  }
  .restaurant-content_wrapper .shop-toolbar .product-view-mode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area {
    padding-top: 30px;
    display: block;
    text-align: center;
  }
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-short {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select span {
    padding: 0 35px 0 20px;
  }
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select .list {
    width: auto;
    right: 0;
    left: auto;
  }
  .restaurant-content_wrapper .shop-toolbar .product-page_count {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 0 0;
  }
  .restaurant-content_wrapper .shop-product-wrap.grid [class*=col-]:not(:nth-child(-n+2)) .slide-item .single-product {
    margin-top: 30px;
  }
  .restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product {
    display: block;
    padding: 15px 15px 30px;
  }
  .restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .product-img {
    width: auto;
  }
  .restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product .restaurant-product-content {
    width: auto;
    padding-left: 0;
  }
  .sp-tab_area .product-tab .product-menu > li > a {
    padding: 0 20px 10px;
  }
  .restaurant-latest-blog_area .restaurant-section_area > p.short-desc {
    max-width: 100%;
  }
  .blog-list-view_area .blog-item_wrap .blog-item .blog-content .blog-text_area .title {
    padding-top: 25px;
  }
  .blog-column-two_area .embed-responsive {
    min-height: auto;
  }
  .restaurant-blog-details .restaurant-social_link {
    padding: 30px 0;
  }
  .restaurant-blog-details .restaurant-blog-comment-wrapper form .comment-post-box [class*=col-]:nth-child(-n+3) .coment-field {
    margin-bottom: 30px;
  }
  .myaccount-orders .table td {
    min-width: 180px;
  }
  .myaccount-orders .table th {
    min-width: 180px;
  }
  .myaccount-address h4.small-title {
    font-size: 1.125rem;
  }
  .forgotton-password_info {
    padding-top: 15px;
  }
  .return-to-login {
    padding-top: 15px;
  }
  .restaurant-login_btn {
    margin-top: 10px !important;
  }
  .btn-login {
    margin-top: 25px;
  }
  .restaurant-register_btn {
    margin-top: 25px;
  }
  .table-content table td {
    width: 100%;
  }
  .table-content table td:nth-child(3) {
    padding: 32.1px 10px;
    display: block;
    width: 180px;
  }
  .restaurant-cart-area .table-content table td:nth-child(3) {
    padding: 45.1px 10px;
  }
  .main-content_area .about-us_area .about-us_content > p {
    max-width: 100%;
  }
  .main-content_area .mission-area .mission-img_area {
    min-height: 380px;
  }
  .main-content_area .testimonial-area .testimonial-item .testimonial-content > p.short-desc {
    max-width: 100%;
    font-size: 1.125rem;
  }
  .comming-soon-area {
    padding: 40px 0;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top {
    margin: 0 0 30px;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
    letter-spacing: 6px;
    margin: 30px 0 20px;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 98%;
  }
  .subscribe-area > h4 {
    letter-spacing: 2px;
  }
  .subscribe-area .subscribe-form > form .clear input {
    padding: 2px 25px 2px 18px;
  }
  .subscribe-area .subscribe-form > form .clear:before {
    height: 29px;
  }
  .subscribe-area .subscribe-form > form input {
    padding: 2px 117px 2px 20px;
    height: 50px;
  }
  .subscribe-area.mt-110 {
    margin-top: 50px;
  }
  .DateCountdown .time_circles > div {
    margin-top: 0px;
  }
  .DateCountdown .time_circles > div > h4 {
    font-size: 1rem !important;
    margin: 25px 0 0;
  }
  .DateCountdown .time_circles > div > span {
    font-size: 1.625rem !important;
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .restaurant-section_area > p {
    max-width: 65%;
  }
  .embed-responsive {
    min-height: auto;
  }
  .popup_wrapper {
    display: none;
  }
  .restaurant-slider_area .main-slider .slider-content {
    /* >h3 {
    	font-size:  2.188rem;
    } 
    >h4 {
    	font-size:  2.188rem;
    }
    */
  }
  .mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > .search_btn:hover {
    color: var(--bs-primary);
  }
  .offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > .search_btn:hover {
    color: var(--bs-primary);
  }
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_search .hm-searchbox > .search_btn:hover {
    color: var(--bs-primary);
  }
  .category-menu {
    width: 100%;
  }
  .cat-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .cat-mega-menu > li.cat-mega-title > a {
    padding: 10px 25px 10px 35px;
    font-size: 0.813rem;
    color: #333333;
    font-weight: normal;
    position: relative;
    margin: 0;
    display: block;
    text-transform: inherit;
  }
  .cat-mega-menu > li.cat-mega-title > a:after {
    display: none;
  }
  .cat-mega-menu > li.cat-mega-title:last-child > a {
    border-bottom: 0;
  }
  .cat-mega-menu > li > ul > li > a {
    padding: 10px 25px 10px 35px;
    font-size: 0.813rem;
    color: #333333;
    font-weight: normal;
    position: relative;
    margin: 0;
    display: block;
    text-transform: inherit;
  }
  .cat-mega-menu > li > ul > li:last-child > a {
    border-bottom: 0;
  }
  .cat-mega-menu.cat-mega-menu-2 {
    width: auto;
  }
  .cat-mega-menu.cat-mega-menu-2 > li.right-menu {
    width: 100%;
  }
  .cat-mega-menu.cat-mega-menu-3 {
    width: auto;
  }
  .cat-mega-menu.cat-mega-menu-3 > li.right-menu {
    width: 100%;
  }
  .category-menu-list > ul > li.right-menu > a:after {
    display: none;
  }
  .category-menu-list > ul > li i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 50px;
    width: 70px;
    line-height: 50px;
    z-index: 9;
    display: block;
  }
  .category-menu-list > ul > li i:before {
    background-color: #606060;
    width: 8px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    top: 50%;
  }
  .category-menu-list > ul > li i:after {
    background-color: #606060;
    width: 2px;
    height: 8px;
    content: "";
    position: absolute;
    left: 50%;
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  .category-menu-list > ul > li i.menu-expand.active:after {
    background-color: transparent;
  }
  .category-menu-list > ul > li i.expand:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  li.right-menu .cat-mega-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .cat-dropdown > li > a {
    padding: 10px 25px 10px 35px;
    font-size: 0.813rem;
    color: #333333;
    font-weight: normal;
    position: relative;
    margin: 0;
    display: block;
    text-transform: inherit;
  }
  .cat-dropdown > li:last-child > a {
    border-bottom: 0;
  }
  .restaurant-product_area-2 .restaurant-section_area > p.short-desc {
    max-width: 100%;
  }
  .restaurant-product_area-3 {
    background-position: left;
  }
  .restaurant-countdown .count {
    width: 10%;
  }
  .restaurant-shipping_area .shipping-nav {
    padding: 30px 30px 25px;
  }
  .restaurant-shipping_area .shipping-nav .shipping-item {
    padding-bottom: 30px;
  }
  .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a {
    padding-left: 0;
  }
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content {
    padding-top: 30px;
  }
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area {
    display: block;
  }
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity-area .quantity-btn {
    padding-left: 0;
    padding-top: 30px;
  }
  .sp-img_slider-3 .slick-arrow.slick-prev {
    top: 30px;
  }
  .sp-img_slider-3 .slick-arrow.slick-next {
    bottom: 60px;
  }
  .sp-img_slider-3 .slick-list {
    margin-left: 0;
  }
  .sp-img_slider-3 .slick-list .slick-slide {
    margin-left: 30px;
    margin-right: 30px;
  }
  .header-main_area.header-sticky.sticky.header-sticky {
    padding: 10px 0;
    position: fixed !important;
  }
  .header-main_area.header-sticky.sticky.header-sticky .header-logo {
    padding: 0;
  }
  .header-main_area.header-sticky.sticky .header-right_area {
    padding: 10px 0 0;
  }
  .restaurant-footer_area .footer-top_area .newsletter-info {
    text-align: center;
    padding-bottom: 20px;
  }
  .restaurant-footer_area .footer-top_area .newsletter-info > p.short-desc {
    margin: 0 auto;
    max-width: 75%;
  }
  .restaurant-content_wrapper .restaurant-sidebar-catagories_area {
    padding-top: 60px;
  }
  /*  [class*=col-] {
      &:first-child {
          form {
              .login-form {
                  margin-bottom: 30px;
              }
          }
      }
  } */
}
@media (max-width: 991px) and (max-width: 756px) {
  .restaurant-content_wrapper .restaurant-sidebar-catagories_area {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-short > label {
    padding-right: 10px;
  }
  .restaurant-content_wrapper .shop-toolbar .product-item-selection_area .product-showing > label {
    padding-right: 10px;
  }
  .restaurant-content_wrapper .shop-product-wrap.grid .slide-item .single-product .product-img .add-actions > ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sp-area .sp-nav .sp-content {
    padding-top: 30px;
  }
  .sp-area .sp-nav .sp-content .restaurant-countdown_area .restaurant-countdown .count {
    width: 15%;
  }
  .sp-gallery_area .sp-nav .sp-gallery .lg-image {
    margin-bottom: 30px;
  }
  .sp-gallery_area .sp-nav .sp-gallery > .row:first-child {
    margin-bottom: 0;
  }
  .restaurant-latest-blog_area {
    margin-bottom: -20px;
  }
  .restaurant-blog-sidebar-wrapper {
    margin-bottom: -5px;
  }
  .blog-grid-view_area .restaurant-blog-sidebar-wrapper {
    padding-top: 55px;
  }
  .blog-list-view_area .restaurant-blog-sidebar-wrapper {
    padding: 60px 0 0;
  }
  .blog-list-view_area .blog-item_wrap [class*=col-]:not(:last-child) .blog-item {
    padding-bottom: 30px;
  }
  .blog-column-two_area .blog-item_wrap [class*=col-]:not(:last-child) .blog-item {
    padding-bottom: 30px;
  }
  .blog-column-two_area .restaurant-paginatoin-area {
    padding-bottom: 0;
  }
  .blog-column-two_area .embed-responsive {
    min-height: 230px;
  }
  .blog-column-three_area .blog-item_wrap [class*=col-]:nth-child(-n+4) .blog-item {
    padding-bottom: 30px;
  }
  .blog-column-three_area .blog-item_wrap [class*=col-]:not(:last-child) .blog-item {
    padding-bottom: 30px;
  }
  .restaurant-blog-details .restaurant-blog-sidebar-wrapper {
    padding-bottom: 0;
    margin-bottom: -5px;
    padding-top: 55px;
  }
  .account-page-area .myaccount-tab-trigger {
    padding-bottom: 30px;
  }
  .main-content_area .about-us_area .about-us_content {
    padding: 30px 0 0;
  }
}
@media (max-width: 1199px) {
  /* .restaurant-slider_area {
  	.main-slider {
  		.slider-content {
  			>p {
  				max-width: 100%;
  			}
  		}
  	}
  } */
  .bg-1 {
    min-height: 480px;
  }
  .bg-2 {
    min-height: 480px;
  }
  .bg-3 {
    min-height: 480px;
  }
  .bg-4 {
    min-height: 480px;
  }
  .category-menu .category-heading > h2 > span {
    padding-left: 40px;
  }
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading > h5 {
    font-size: 1.125rem;
  }
  .header-main_area {
    position: relative !important;
  }
  .header-main_area-2 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .restaurant-content_wrapper .restaurant-sidebar-catagories_area .restaurant-sidebar_categories.sidebar-banner_area.restaurant-banner_area .banner-item .banner-content-2 {
    width: 90%;
  }
  .restaurant-content_wrapper .shop-product-wrap.listview > [class*=col-] .list-slide_item .single-product {
    padding: 25px;
  }
  .restaurant-blog-details .blog-item .blog-content .blog-text_area .title > h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 1500px) {
  .popup_wrapper .test {
    max-width: 810px;
  }
  /* .restaurant-slider_area {
  	.main-slider {
  		.slider-content {
  			max-width: 38%;
  			>p {
  				max-width: 80%;
  			}
  		}
  	}
  } */
  .breadcrumb-area {
    min-height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .restaurant-product_slider .slide-item .single-product .product-content .product-desc_info h3.product-name {
    font-size: 1rem;
  }
  .restaurant-product_slider-2 .slide-item .single-product .product-content .product-desc_info h3.product-name {
    font-size: 1rem;
  }
  .restaurant-product_slider-3 .slide-item .single-product .product-content .product-desc_info h3.product-name {
    font-size: 1rem;
  }
  .restaurant-product-tab_slider .slide-item .single-product .product-content .product-desc_info h3.product-name {
    font-size: 1rem;
  }
  .restaurant-content_wrapper .slide-item .single-product .product-content .product-desc_info h3.product-name {
    font-size: 1rem;
  }
  .sp-img_slider-3 {
    padding: 60px 0;
  }
  .comming-soon-area {
    padding: 40px 0;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > h3 {
    margin: 40px 0 20px;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 82%;
  }
  .subscribe-area.mt-110 {
    margin-top: 70px;
  }
  .DateCountdown .time_circles > div {
    margin-top: 50px;
  }
  .DateCountdown .time_circles > div > h4 {
    margin: 64px 0 0;
  }
  .DateCountdown .time_circles > div > span {
    font-size: 3.125rem !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a > span:before {
    display: none;
  }
  .restaurant-product-tab_area .tab-section_area .product-tab > ul.product-menu > li > a > span:after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .restaurant-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comming-soon-area .comming-soon-wrap .comming-soon-top > p {
    width: 100%;
  }
  .DateCountdown .time_circles > div {
    margin-top: 26px;
  }
  .DateCountdown .time_circles > div > h4 {
    font-size: 1rem !important;
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .restaurant-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comming-soon-area .container {
    max-width: 300px;
  }
}
/*-----About Us-----*/
/*--Menu Start--*/
.isotope-nav ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.isotope-nav ul li {
  font-size: 1.4rem;
  padding: 3px 20px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
}
.isotope-nav ul li.active {
  background: rgba(248, 181, 36, 0.15);
  color: var(--bs-primary);
}

.isotope-item .slide-item {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.isotope-item .slide-item .single-product {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px;
}
.isotope-item .slide-item .single-product .product-img {
  position: relative;
  text-align: center;
}
.isotope-item .slide-item .single-product .product-img .add-actions {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 10px 0;
  z-index: 9;
}
.isotope-item .slide-item .single-product .product-img .add-actions > ul > li {
  display: block;
}
.isotope-item .slide-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 25px;
}
.isotope-item .slide-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: var(--bs-primary);
  color: #ffffff !important;
}
.isotope-item .slide-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 1.25rem;
}
.isotope-item .slide-item .single-product .product-img > a {
  display: block;
}
.isotope-item .slide-item .single-product .product-img > a .secondary-img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.isotope-item .slide-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}
.isotope-item .slide-item .single-product .product-content {
  padding-top: 30px;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 1.25rem;
  font-weight: 600;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #c0c0c0;
  text-decoration: line-through;
  display: block;
  font-size: 1rem;
  display: inline-block;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .product-category {
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .product-category a {
  color: #666666;
  font-size: 1rem;
  display: block;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #949494;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.isotope-item .slide-item .single-product .product-content .product-desc_info h3.product-name {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .rating-box {
  padding-top: 10px;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}
.isotope-item .slide-item .single-product .product-content .product-desc_info .rating-box > ul > li > i {
  font-size: 1.125rem;
}
.isotope-item .slide-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.isotope-item .slide-item .single-product:hover .product-img .add-actions > ul > li > a {
  width: 35px;
}
.isotope-item .slide-item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.personalized-items .ingredients-head {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
.personalized-items .ingredients-head h5 {
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  margin: 30px 0;
}
.personalized-items .ingredients-head .ingredients-left {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.personalized-items .ingredients-head .ingredients-right {
  flex-basis: 60%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.personalized-items .ingredients-head .ingredients-right h5 {
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  margin: 30px 0;
}
.personalized-items .ingredients-body {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  padding: 10px 0;
}
.personalized-items .ingredients-body .ingredients-name {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
  font-size: 1rem;
}
.personalized-items .ingredients-body .ingredients-bar {
  display: flex;
  flex: 1 1 auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.personalized-items .ingredients-body .ingredients-bar tc-range-slider {
  flex: 1;
}
.personalized-items .ingredients-body .ingredients-bar label {
  margin: 0 1rem;
  width: 2rem;
  text-align: center;
}
.personalized-items .ingredients-body .ingredients-bar .value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2rem;
}
.personalized-items .ingredients-body .ingredients-bar .desc {
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}

.product-description-text .details-and-ingredients-right {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .product-description-text .details-and-ingredients-right {
    padding-left: 0;
    margin-top: 50px;
  }
}
.product-description-text .details-and-ingredients-right .details-and-ingredients-right-head span {
  display: block;
}
.product-description-text .details-and-ingredients-right .ingredients-table {
  font-size: 1rem;
}
.product-description-text .details-and-ingredients-right .ingredients-table .amount {
  padding: 15px 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333333;
  border-top: 2px solid #797979;
  border-bottom: 1px solid #797979;
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .calories {
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  border-top: 0;
  border-bottom: 2px solid #797979;
  display: flex;
}
.product-description-text .details-and-ingredients-right .ingredients-table .calories .calories-name {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .calories .gram {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .calories .fat {
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .daily-value {
  text-align: right;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #797979;
}
.product-description-text .details-and-ingredients-right .ingredients-table .total-fat {
  padding: 15px 0;
  border-bottom: 1px solid #797979;
  display: flex;
}
.product-description-text .details-and-ingredients-right .ingredients-table .total-fat-name {
  display: flex;
  font-weight: 600;
  flex-direction: column;
  flex-basis: 40%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .total-fat-gram {
  font-weight: 400;
}
.product-description-text .details-and-ingredients-right .ingredients-table .fat-sub {
  font-weight: 400;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #797979;
}
.product-description-text .details-and-ingredients-right .ingredients-table .cholesterol-fat {
  padding: 15px 0;
  border-bottom: 1px solid #797979;
  display: flex;
}
.product-description-text .details-and-ingredients-right .ingredients-table .cholesterol-fat-name {
  display: flex;
  font-weight: 600;
  flex-direction: column;
  flex-basis: 40%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .cholesterol-fat-gram {
  font-weight: 400;
}
.product-description-text .details-and-ingredients-right .ingredients-table .sodium {
  padding: 15px 0;
  border-bottom: 1px solid #797979;
  display: flex;
}
.product-description-text .details-and-ingredients-right .ingredients-table .sodium-name {
  display: flex;
  font-weight: 600;
  flex-direction: column;
  flex-basis: 40%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .sodium-gram {
  font-weight: 400;
}
.product-description-text .details-and-ingredients-right .ingredients-table-details {
  padding: 15px 0;
}
.product-description-text .details-and-ingredients-right .ingredients-table-details p {
  font-size: 1rem;
}
.product-description-text .details-and-ingredients-right .ingredients-table .total-fat-table {
  width: 50%;
}
.product-description-text .details-and-ingredients-right .ingredients-table .total-fat-table-fat {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}
.product-description-text .details-and-ingredients-right .ingredients-table .total-fat-table-fat :first-child {
  display: flex;
  flex-direction: row;
  flex-basis: 40%;
}
.product-description-text table {
  margin-top: 40px;
}
.product-description-text th {
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.product-description-text td {
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.product-description-text tr {
  width: 100%;
}
.product-description-text .desc-title {
  width: 240px;
}
.product-description-text .desc-value {
  width: 77%;
}

.restaurant-product-thumbnail img {
  width: 120px;
  height: 120px;
}

.profile-main {
  background-color: #ebebeb;
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .profile-main {
    padding: 40px 0;
  }
}
.profile-main .profile-cover {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  border: 1px solid #e3e3e3;
}
.profile-main .profile-cover .profile-cover-edit {
  width: 40px;
  height: 40px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  right: 25px;
  bottom: 32px;
  position: absolute;
}
.profile-main .profile-cover .profile-cover-edit .ion {
  font-size: 1.625rem;
  color: #ffffff;
}
.profile-main .profile-cover .profile-cover-edit button {
  background: transparent;
  border: none;
}
.profile-main .profile-cover img {
  max-width: 100%;
  width: 100%;
}
.profile-main .profile-cover .profile-image {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  bottom: -46px;
  left: 85px;
  border: 2px solid #ffffff;
  text-align: center;
}
.profile-main .profile-cover .profile-image .profile-edit {
  width: 35px;
  height: 35px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  right: -8px;
  bottom: 10px;
  position: absolute;
}
.profile-main .profile-cover .profile-image .profile-edit .ion {
  font-size: 1.125rem;
  color: #ffffff;
}
.profile-main .profile-cover .profile-image .profile-edit button {
  background: transparent;
  border: none;
}
@media (max-width: 991px) {
  .profile-main .profile-cover .profile-image {
    width: 90px;
    height: 90px;
    left: 30px;
  }
}
.profile-main .profile-cover .profile-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 50%;
}
.profile-main .profile-cover .profile-image h5 {
  margin-top: 20px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .profile-main .profile-cover .profile-image h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1991px) {
  .profile-main .profile-cover .profile-image h5 {
    font-size: 2.25rem;
  }
}
.profile-main .profile-cover .profile-image h4 {
  margin-top: 10px;
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  /* The icon for information */
  /* The tooltip */
  /* The pointer of the tooltip */
  /* Prevents the tooltip from being hidden */
  /* CSS animation */
  /*information icon end*/
}
@media (min-width: 1440px) {
  .profile-main .profile-cover .profile-image h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1991px) {
  .profile-main .profile-cover .profile-image h4 {
    font-size: 1.75rem;
  }
}
.profile-main .profile-cover .profile-image h4 .help-tip {
  position: absolute;
  z-index: 999;
  bottom: -9px;
  right: -20px;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  border: 2px solid #333;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #333333;
  font-size: 10px;
  line-height: 15px;
  cursor: default;
  color: #ffffff;
}
.profile-main .profile-cover .profile-image h4 .help-tip:before {
  content: "?";
  font-family: sans-serif;
  font-weight: normal;
  color: #ffffff;
}
.profile-main .profile-cover .profile-image h4 .help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}
.profile-main .profile-cover .profile-image h4 .help-tip p {
  display: none;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #FFFFFF;
  padding: 12px 16px;
  width: 200px;
  white-space: normal;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 5%);
  border-radius: 3px;
  /* 	border: 1px solid #E0E0E0; */
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  color: #37393D;
  font-size: 12px;
  line-height: 18px;
  z-index: 99;
}
.profile-main .profile-cover .profile-image h4 .help-tip p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-main .profile-cover .profile-image h4 .help-tip p:after {
  width: 10px;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.profile-main .profile-form {
  position: relative;
  top: 130px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .profile-main .profile-form {
    top: 105px;
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  .profile-main .profile-form {
    padding: 25px;
    top: 140px;
  }
}
.profile-main .profile-form .contact-form input:focus,
.profile-main .profile-form .contact-form input:active {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #797979;
}
.profile-main .profile-form .contact-form .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 12px;
}
@media (min-width: 1921px) {
  .profile-main .profile-form .contact-form .form-check-input {
    width: 2em;
    height: 2em;
    margin-right: 12px;
  }
}
.profile-main .profile-form .contact-form .form-control {
  border-radius: 4px;
  height: calc(3rem + 2px);
  border: 1px solid #797979;
}
@media (min-width: 1921px) {
  .profile-main .profile-form .contact-form .form-control {
    height: calc(4.5rem + 2px);
    font-size: 1.25rem;
  }
}
.profile-main .profile-form .contact-form label {
  margin-bottom: 5px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .profile-main .profile-form .contact-form label {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 1921px) {
  .profile-main .profile-form .contact-form label {
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}
.profile-main .profile-form .contact-form label span {
  color: #e23129;
}
.profile-main .profile-form .contact-form .place-top {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .profile-main .profile-form .contact-form .place-top {
    margin-top: 0;
  }
}
.profile-main .profile-form .contact-form .profile-edit-btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 12px;
  display: inline-block;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  border-radius: 50px;
  text-transform: capitalize;
  width: 100%;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.profile-main .profile-form .contact-form .profile-edit-btn:hover {
  color: var(--color-white) !important;
}
@media (min-width: 767px) {
  .profile-main .profile-form .contact-form .profile-edit-btn {
    width: max-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .profile-main .profile-form .contact-form .profile-edit-btn {
    font-size: 1.125rem;
    width: max-content !important;
    height: 60px;
    border-radius: 50px;
    padding: 12px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .profile-main .profile-form .contact-form .profile-edit-btn {
    font-size: 1.875rem;
    height: 70px;
  }
}
.profile-main .profile-form .contact-form .profile-edit-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--secondary);
  color: #ffffff;
}

@media all and (max-width: 992px) {
  .col-cl-12 {
    width: 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 767px) {
  .col-cl-12 {
    width: 100%;
    max-width: 100%;
  }
  .pages .col-xs-12 {
    width: 50%;
  }
  .cp-nav-demo .navbar-header .navbar-toggle {
    border: 1px solid #246df8;
    border-radius: 0;
  }
  .cp-nav-demo .navbar-header .navbar-toggle .icon-bar {
    background: #246df8;
  }
  .cp-nav-demo .navbar-collapse {
    background: #fff;
  }
  .cp-nav-demo .navbar-nav .nav-button {
    padding-bottom: 20px;
  }
  .cp-nav-demo .navbar-nav .nav-button a {
    display: inline-block;
  }
}
@media all and (max-width: 539px) {
  .pages .col-xs-12 {
    width: 100%;
  }
}
.form-signin,
.form-signin form {
  /* @media (min-width: 1440px) {
      max-width: 850px !important;
  } */
}
@media (min-width: 1921px) {
  .form-signin,
  .form-signin form {
    max-width: 775px !important;
  }
}

/*order list */
.main-content_area {
  min-height: 380px;
}
.main-content_area .order-details {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
}
@media (min-width: 1921px) {
  .main-content_area .order-details h6 {
    font-size: 1.25rem;
  }
}
.main-content_area .order-details .current-status {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
@media (min-width: 1921px) {
  .main-content_area .order-details .current-status .my-order-quty {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .main-content_area .order-details .current-status .my-order-quty {
    margin-bottom: 0.5rem;
  }
}
.main-content_area .order-details .current-status .line {
  width: 35px;
  height: 2px;
  background-color: #C9C9C9;
}
@media (max-width: 767px) {
  .main-content_area .order-details .current-status .line {
    width: 80px;
  }
}
@media (max-width: 590px) {
  .main-content_area .order-details .current-status .line {
    width: 84px;
  }
}
@media (max-width: 542px) {
  .main-content_area .order-details .current-status .line {
    width: 60px;
  }
}
@media (max-width: 375px) {
  .main-content_area .order-details .current-status .line {
    width: 36px;
  }
}
.main-content_area .order-details .current-status .line_active {
  background-color: #4CBD3D;
}
.main-content_area .order-details .current-status .my-order-img {
  display: flex;
  align-items: center;
}
.main-content_area .order-details .current-status .my-order-img .confirm {
  background-image: url(../images/confirm.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.main-content_area .order-details .current-status .my-order-img .confirm_active {
  background-image: url(../images/confirm-active.svg);
}
.main-content_area .order-details .current-status .my-order-img .preparing {
  background-image: url(../images/bowl-item.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.main-content_area .order-details .current-status .my-order-img .preparing_active {
  background-image: url(../images/bowl-item-active.svg);
}
.main-content_area .order-details .current-status .my-order-img .pick-up {
  background-image: url(../images/pick-up.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.main-content_area .order-details .current-status .my-order-img .pick-up_active {
  background-image: url(../images/pick-up-active.svg);
}
.main-content_area .order-details .current-status .my-order-img .transit {
  background-image: url(../images/transit.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.main-content_area .order-details .current-status .my-order-img .transit_active {
  background-image: url(../images/transit-active.svg);
}
.main-content_area .order-details .current-status .my-order-img .delivered {
  background-image: url(../images/delivered.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.main-content_area .order-details .current-status .my-order-img .delivered_active {
  background-image: url(../images/delivered-active.svg);
}
@media only screen and (max-width: 580px) {
  .main-content_area .order-details .current-status .my-order-img {
    padding-top: 10px;
  }
}
.main-content_area .order-details .current-status .status-bar {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .main-content_area .order-details .current-status .status-bar {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .main-content_area .order-details .current-status .status-bar {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-content_area .order-details .current-status {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .main-content_area .order-details .current-status {
    display: flex;
  }
}
@media only screen and (max-width: 580px) {
  .main-content_area .order-details .current-status {
    display: block;
  }
}
.main-content_area .order-details .corner-ribbon {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 38px solid #2768eb;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media only screen and (min-width: 1367px) {
  .main-content_area .order-details .corner-ribbon {
    border-bottom: 40px solid transparent;
    border-left: 40px solid var(--bs-primary);
  }
}
.main-content_area .order-id {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.main-content_area .order-id p {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  width: 60%;
}
@media (min-width: 1921px) {
  .main-content_area .order-id p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .order-id .my-order-date {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .order-id .my-order-nos {
    font-size: 1.5rem;
  }
}
.main-content_area .my-order-item {
  margin: 10px 0px;
}
.main-content_area .my-order-item p {
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
@media (min-width: 1921px) {
  .main-content_area .my-order-item p {
    font-size: 1.125rem;
  }
}
.main-content_area .total-item {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
@media (min-width: 1921px) {
  .main-content_area .total-item .item-price h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1921px) {
  .main-content_area .total-item .item-price {
    font-size: 1.5rem;
  }
}
.main-content_area .item-cart {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  z-index: 99;
  position: relative;
}
.main-content_area .item-cart .cart_btn {
  font-size: 0.75rem;
  padding: 5px 10px;
  color: #ffffff !important;
  border-radius: 5px;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
}
@media (min-width: 1921px) {
  .main-content_area .item-cart .cart_btn {
    font-size: 1.125rem;
  }
}

.model-head {
  background-color: var(--bs-primary);
  color: #888888;
}
@media (min-width: 1921px) {
  .model-head .model-title {
    font-size: 1.75rem;
  }
}

.my-order-modal .my-order-date {
  font-weight: 700;
  color: #212529;
  font-size: 1rem;
  margin-bottom: 16px;
}
.my-order-modal .my-order-item {
  font-weight: 600;
  color: #212529;
  font-size: 1rem;
  margin-bottom: 12px;
  line-break: anywhere;
}
.my-order-modal .model-details-top {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #ddd;
}
.my-order-modal .model-details-top .left-item {
  width: 44%;
}
.my-order-modal .model-details-top .left-item .customer-name {
  margin-bottom: 0px;
}
.my-order-modal .model-details-top .right-item {
  width: 50%;
  text-align: right;
  margin-bottom: 20px;
}
.my-order-modal .model-details-top .my-order-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  align-items: flex-end;
}
.my-order-modal .model-details-top .my-order-status .my-pay-status {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  align-items: center;
}
.my-order-modal .model-details-top .my-order-status .order-item-status {
  font-weight: 600;
  color: #212529;
  font-size: 1rem;
  margin-bottom: 0px;
}
.my-order-modal .model-details-top .my-order-status .status-order {
  border: 1px solid var(--bs-primary);
  padding-right: 10px;
  border-radius: 3px;
  padding-top: 2px;
}
.my-order-modal .model-details-top .my-order-status .status-order img {
  width: 22px;
  padding-bottom: 6px;
  margin: 0px 10px;
}
.my-order-modal .model-details-top .my-order-status .status-pay {
  border: 1px solid var(--bs-primary);
  padding: 2px 6px;
  border-radius: 3px;
}
.my-order-modal .model-details-top .my-order-status .refresh-btn {
  width: 20px;
}
.my-order-modal .model-details-top .pay-top {
  margin-top: 10px;
}
.my-order-modal .modal-item-head {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.my-order-modal .modal-item-head .my-order-head h5 {
  font-weight: 600;
  color: #212529;
  font-size: 1rem;
  margin-bottom: 20px;
}
.my-order-modal .modal-item-head .my-order-head .h5 {
  font-weight: 600;
  color: #212529;
  font-size: 1rem;
  margin-bottom: 20px;
}
.my-order-modal .modal-item-head .my-order-head p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.my-order-modal .modal-item-head .quty-align {
  text-align: center;
}
.my-order-modal .line {
  width: 35px;
  height: 2px;
  background-color: #C9C9C9;
}
@media (max-width: 767px) {
  .my-order-modal .line {
    width: 80px;
  }
}
@media (max-width: 590px) {
  .my-order-modal .line {
    width: 84px;
  }
}
@media (max-width: 542px) {
  .my-order-modal .line {
    width: 60px;
  }
}
@media (max-width: 375px) {
  .my-order-modal .line {
    width: 36px;
  }
}
.my-order-modal .line_active {
  background-color: #4CBD3D;
}
.my-order-modal .my-order-img {
  display: flex;
  align-items: center;
}
.my-order-modal .my-order-img .confirm {
  background-image: url(../images/confirm.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.my-order-modal .my-order-img .confirm_active {
  background-image: url(../images/confirm-active.svg);
}
.my-order-modal .my-order-img .preparing {
  background-image: url(../images/bowl-item.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.my-order-modal .my-order-img .preparing_active {
  background-image: url(../images/bowl-item-active.svg);
}
.my-order-modal .my-order-img .pick-up {
  background-image: url(../images/pick-up.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.my-order-modal .my-order-img .pick-up_active {
  background-image: url(../images/pick-up-active.svg);
}
.my-order-modal .my-order-img .transit {
  background-image: url(../images/transit.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.my-order-modal .my-order-img .transit_active {
  background-image: url(../images/transit-active.svg);
}
.my-order-modal .my-order-img .delivered {
  background-image: url(../images/delivered.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}
.my-order-modal .my-order-img .delivered_active {
  background-image: url(../images/delivered-active.svg);
}
@media only screen and (max-width: 580px) {
  .my-order-modal .my-order-img {
    padding-top: 10px;
  }
}
.my-order-modal .status-bar {
  display: flex;
}
.my-order-modal .refresh-btn {
  width: 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 580px) {
  .my-order-modal .refresh-btn {
    padding-top: 10px;
  }
}
.my-order-modal .my-order-status {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}
.my-order-modal .my-order-status p {
  margin: 0px;
  font-weight: 600;
  color: #333333;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .my-order-modal .my-order-status {
    display: block;
  }
}

@media (max-width: 480px) {
  .my-order-modal .model-details-top {
    display: block;
  }
  .my-order-modal .model-details-top .left-item {
    width: 100%;
  }
  .my-order-modal .model-details-top .right-item {
    width: 100%;
    text-align: left;
  }
  .my-order-modal .model-details-top .my-order-status {
    justify-content: flex-start;
  }
  .my-order-modal .model-details-top .pay-top {
    margin-bottom: 10px;
  }
}
.order-empty {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  background-color: #f5f5dc;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 99;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .order-empty {
    width: 80%;
  }
}
.order-empty .order-empty-image {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 570px) {
  .order-empty .order-empty-image {
    width: 100px;
    height: 100px;
  }
}
.order-empty .order-empty-image img {
  width: 100%;
}
.order-empty span {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .order-empty span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .order-empty span {
    font-size: 1.875rem;
  }
}
.order-empty p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .order-empty p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .order-empty p {
    font-size: 1.375rem;
  }
}
.order-empty .order-empty-btn {
  width: auto;
  min-height: 40px;
  font-size: 1.125rem;
  padding: 6px 20px;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-primary);
}
@media (min-width: 1440px) {
  .order-empty .order-empty-btn {
    font-size: 1.125rem;
    border-radius: 50px;
    width: max-content;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .order-empty .order-empty-btn {
    font-size: 1.875rem;
    padding: 0 26px;
    height: 70px;
    border-radius: 50px;
  }
}
.order-empty .order-empty-btn:hover {
  color: #ffffff !important;
}

.footer-contact li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-close-view-details {
  position: relative;
  right: 0 !important;
  left: inherit !important;
  background-color: transparent;
  width: 20px !important;
  height: 20px !important;
}

.order-panel {
  padding-top: 20px;
}
.order-panel .table-head {
  display: flex;
  justify-content: space-between;
}
.order-panel .table-head .menuitem {
  width: 50%;
}
.order-panel .table-head .menuqty {
  width: 30%;
}
.order-panel .table-head .menuprice {
  width: 20%;
  text-align: right;
}

/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border-radius: 0.5rem;
  overflow: hidden;
}

.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: var(--theme);
  cursor: pointer;
}

.tab__label {
  justify-content: space-between;
  padding: 6px 0px;
  color: #7c653b;
  font-size: 0.75rem;
}
.tab__label span {
  color: #333333;
}

.tab__content p {
  margin: 0;
  padding: 4px;
  font-size: 0.75rem;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
h2.thank-you-text {
  color: var(--bs-primary) !important;
}
@media (min-width: 1440px) {
  h2.thank-you-text {
    font-size: 3.125rem !important;
  }
}

.thank_you_content {
  margin-top: 15px;
  background-color: #f4f4f4;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
}
@media (min-width: 1921px) {
  .thank_you_content {
    padding: 80px 60px;
  }
}
@media (min-width: 1921px) {
  .thank_you_content h4 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1921px) {
  .thank_you_content p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.thank_you_content .thank_you-btn {
  transition: all 0.3s ease-in;
  line-height: 12px;
  display: inline-block;
  padding: 14px 36px;
  font-weight: 600;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  height: auto;
  width: 200px !important;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  font-weight: 600;
  border-radius: 0px;
  text-transform: capitalize;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .thank_you_content .thank_you-btn {
    font-size: 1.125rem;
    width: auto !important;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .thank_you_content .thank_you-btn {
    font-size: 1.875rem;
    height: 60px;
    border-radius: 50px;
  }
}
.thank_you_content .thank_you-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #ffffff;
}

.icon-bag-align {
  font-size: 1.312rem;
  position: relative;
}
@media (min-width: 1921px) {
  .icon-bag-align {
    font-size: 2.25rem;
  }
}

.password-main {
  position: relative !important;
  display: grid;
}
.password-main .view-pass {
  position: absolute;
  right: 25px;
  top: 50px;
}
@media (min-width: 1921px) {
  .password-main .view-pass {
    top: 93px;
  }
}

.verification-block {
  background: url(../img/login-bg.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 100vh;
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .verification-block {
    padding: 50px 10px;
  }
}

.verification-container {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .verification-container {
    width: 85%;
  }
}
.verification-container .verification-header {
  text-align: center;
}
.verification-container .verification-header h1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.875rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .verification-container .verification-header h1 {
    font-size: 1.625rem;
  }
}
.verification-container .verification-header .verification-logo {
  margin-bottom: 10px;
}
.verification-container .verification-main {
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.verification-container .verification-main .verification-sec {
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .verification-container .verification-main .verification-sec {
    padding: 15px;
  }
}
.verification-container .verification-main .verification-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 0.813rem;
  text-align: center;
}
.verification-container .verification-main .verification-sec .copy-text i {
  color: #feb58a;
}
.verification-container .verification-main .verification-sec .copy-text a {
  color: #333333;
}
.verification-container .verification-main .verification-sec h1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.875rem;
  color: #333333;
}
@media (max-width: 767px) {
  .verification-container .verification-main .verification-sec h1 {
    font-size: 1.625rem;
  }
}
.verification-container .verification-main .verification-sec p {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .verification-container .verification-main .verification-sec p {
    font-size: 1.875rem;
  }
}
.verification-container .verification-main .verification-sec .border-verification {
  border-top: 1px solid #797979;
  margin: 20px 0;
}
.verification-container .verification-main .verification-sec .verification-form {
  text-align: center;
  /*  label {
  margin-bottom: 5px;
  font-size:  1rem;
   }
   .field-icon {
  float: right;
  margin-left: -25px;
  cursor: pointer;
  right: 7px;
  margin-top: -33px;
  position: relative;
  z-index: 2;
   } */
}
.verification-container .verification-main .verification-sec .verification-form p {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .verification-container .verification-main .verification-sec .verification-form p {
    font-size: 1.875rem;
    margin: 20px 0;
  }
}
.verification-container .verification-main .verification-sec .verification-form input:focus,
.verification-container .verification-main .verification-sec .verification-form input:active {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #797979;
}
.verification-container .verification-main .verification-sec .verification-form .form-control {
  border-radius: 4px;
  height: 50px;
  border: 1px solid #797979;
}
.verification-container .verification-main .verification-sec .verification-form .forgot-section {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 1020px) {
  .verification-container .verification-main .verification-sec .verification-form .forgot-section {
    flex-direction: column;
  }
}
.verification-container .verification-main .verification-sec .verification-form .forgot-section a {
  text-decoration: none;
  font-weight: 500;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 0px !important;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-in {
  width: 20% !important;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields {
  margin: auto;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0px 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields {
    padding: 0px;
  }
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #2f8f1f;
  text-align: center;
  outline: none;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0;
  /* Firefox */
}
@media (min-width: 1921px) {
  .verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input {
    height: 60px;
    width: 60px;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input {
    height: 25px;
    width: 25px;
  }
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input::-webkit-outer-spin-button,
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .otp-input-fields input:focus {
  border-width: 2px;
  border-color: #287a1a;
  font-size: 1.25rem;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .result p {
  font-size: 1.5rem;
  font-family: "Antonio", sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .result p._ok {
  color: green;
}
.verification-container .verification-main .verification-sec .verification-form .opt-main .result p._notok {
  color: red;
  border-radius: 3px;
}
.verification-container .verification-main .verification-sec .btn-login {
  font-weight: 600;
  border-radius: 0;
  height: 52px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  width: 175px !important;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1;
  padding: 21px 35px verification-form 35px;
  -webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;
  transition: background-color 0.25s linear, color 0.4s ease-in-out;
}
@media (min-width: 1440px) {
  .verification-container .verification-main .verification-sec .btn-login {
    font-size: 1.125rem;
    padding: 0 26px;
    width: auto !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .verification-container .verification-main .verification-sec .btn-login {
    font-size: 1.875rem;
    height: 70px;
    width: max-content;
    padding: 0 40px;
    border-radius: 50px;
  }
}
.verification-container .verification-main .verification-sec .btn-login:hover {
  color: #ffffff;
}
@media (min-width: 1440px) {
  .verification-container .verification-main .verification-sec .btn-login {
    font-size: 1.125rem;
    padding: 0 26px;
    border-radius: 50px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .verification-container .verification-main .verification-sec .btn-login {
    font-size: 1.875rem;
    height: 70px;
    padding: 0 40px;
    border-radius: 50px;
  }
}
.verification-container .verification-main .verification-sec .mini-box {
  text-align: center;
}
.verification-container .verification-main .verification-sec .mini-box a {
  text-decoration: none;
  color: var(--bs-primary);
}
.verification-container .email-main {
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.verification-container .email-main .email-sec {
  position: relative;
  width: 100%;
}
.verification-container .email-main .email-sec .email-form input:focus,
.verification-container .email-main .email-sec .email-form input:active {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #797979;
}
.verification-container .email-main .email-sec .email-form input:focus .form-control,
.verification-container .email-main .email-sec .email-form input:active .form-control {
  border-radius: 4px;
  height: 50px;
  border: 1px solid #797979;
}
@media (min-width: 1921px) {
  .verification-container .email-main .email-sec .email-form input:focus .form-control,
  .verification-container .email-main .email-sec .email-form input:active .form-control {
    height: calc(4.5rem + 2px) !important;
    font-size: 1.25rem;
  }
}
.verification-container .email-main .email-sec .email-form label {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 1921px) {
  .verification-container .email-main .email-sec .email-form label {
    font-size: 1.375rem;
  }
}
.verification-container .email-main .email-sec .email-form .field-icon {
  float: right;
  margin-left: -25px;
  cursor: pointer;
  right: 7px;
  margin-top: -33px;
  position: relative;
  z-index: 2;
}
.verification-container .email-main .email-sec .email-form .forgot-section {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 1020px) {
  .verification-container .email-main .email-sec .email-form .forgot-section {
    flex-direction: column;
  }
}
.verification-container .email-main .email-sec .email-form .forgot-section a {
  text-decoration: none;
  font-weight: 500;
}
.verification-container .email-main .email-sec .email-form .mini-box p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .verification-container .email-main .email-sec .email-form .mini-box p {
    font-size: 1.875rem;
  }
}
.verification-container .email-main .email-sec .email-form .mini-box a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .verification-container .email-main .email-sec .email-form .mini-box a {
    font-size: 1.875rem;
  }
}
.verification-container .email-main .email-sec .btn-login {
  font-weight: 600;
  border-radius: 50px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 30px;
  line-height: 1;
  -webkit-transition: background-color 0.25s linear, color 0.4s ease-in-out;
  transition: background-color 0.25s linear, color 0.4s ease-in-out;
}
@media (min-width: 1440px) {
  .verification-container .email-main .email-sec .btn-login {
    font-size: 1.125rem;
    padding: 0 26px;
    border-radius: 50px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .verification-container .email-main .email-sec .btn-login {
    font-size: 1.875rem;
    height: 70px;
    border-radius: 50px;
    padding: 0 40px;
  }
}
.verification-container .email-main .email-sec .btn-login:hover {
  color: #ffffff;
}

.main-menu_area {
  display: flex;
  justify-content: center;
}
.main-menu_area .navbar-list {
  margin: 0;
  padding: 0;
}
.main-menu_area .navbar-list li {
  display: inline-block;
  padding-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu_area .navbar-list li {
    padding-right: 14px;
  }
}
.main-menu_area .navbar-list li a {
  display: block;
  padding: 25px 0;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .main-menu_area .navbar-list li a {
    font-size: 1.25rem;
  }
}
.main-menu_area .navbar-list li .active {
  color: var(--bs-primary);
}

/* .table-queue-booking-form {
    background-color: $background-color_9;
    border-radius: 20px;



    .booking-btn {
        transition: all 0.3s ease-in;
        line-height: 0px;
        display: inline-block;
        font-weight: 600;
        border: 2px solid var(--bs-primary);
        background-color: var(--bs-primary);
        height: 40px;
        color: #ffffff;
        border-radius: 20px;
        text-transform: capitalize;

        &:hover {
            background-color: var(--bs-secondary);
            border-color: var(--bs-secondary);
            color: $white;
        }
    }
} */
.text-error {
  color: red;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 24px;
}

.footer-widgets p {
  color: #ffffff;
}
.footer-widgets li {
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .footer-widgets li {
    font-size: 1.625rem;
  }
}
.footer-widgets li p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .footer-widgets li p .booking-details p {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .footer-widgets li p {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.footer-widgets li p a {
  color: #ffffff;
}

.footer-social .social {
  margin-top: 20px;
}
.footer-social .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social .social ul li {
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 38px;
  font-size: 1.125rem;
  border: 1px solid var(--bs-primary);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
@media (min-width: 1921px) {
  .footer-social .social ul li {
    width: 60px;
    height: 60px;
    line-height: 70px;
  }
}
.footer-social .social ul li a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 1921px) {
  .footer-social .social ul li a {
    font-size: 1.875rem;
  }
}

.right-line {
  border-right: 3px solid #000000;
}
@media (max-width: 767px) {
  .right-line {
    border-right: none;
  }
}

.right-line-copy {
  border-right: 1px solid #000000;
}

.text-error {
  color: red;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 24px;
}

.footer-widgets li {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.terms-and-condition {
  overflow-wrap: break-word;
}
.terms-and-condition h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: c;
}
.terms-and-condition .push-bottom-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .terms-and-condition .push-bottom-70 {
    margin-bottom: 20px;
  }
}
.terms-and-condition p {
  color: #333333;
}
.terms-and-condition p a {
  color: #246df8;
  text-decoration: underline;
}
.terms-and-condition .title2 {
  font-size: 1.125rem;
  font-weight: 600;
}
.terms-and-condition ul {
  margin-left: 42px !important;
}

table {
  margin-top: 0px;
}

th {
  padding: 10px;
  border: 1px solid #e1e1e1;
}

td {
  padding: 10px;
  border: 1px solid #e1e1e1;
}

tr {
  width: 100%;
}

.meta-tag-main .meta_tag_form {
  background-color: #ffffff;
  border-radius: 10px;
}
.meta-tag-main .meta_tag_form h2 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.25rem;
  padding-bottom: 20px;
}
@media (min-width: 1921px) {
  .meta-tag-main .meta_tag_form h2 {
    font-size: 3.813rem;
  }
}
.meta-tag-main .meta_tag_form .table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  width: 100%;
  margin-bottom: 0;
}
.meta-tag-main .meta_tag_form .table-content table th {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: medium none;
  font-size: 18px;
  text-transform: capitalize;
  padding: 20px 10px;
  font-weight: 600;
  vertical-align: middle;
}
.meta-tag-main .meta_tag_form .table-content table td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.meta-tag-main .meta_tag_form .table-content table td.meta-tag-select {
  font-size: 20px;
}
.meta-tag-main .meta_tag_form .table-content table td.meta-tag-page-name {
  min-width: 120px;
}
.meta-tag-main .meta_tag_form .table-content table td.meta-tag-add {
  min-width: 220px;
}
.meta-tag-main .meta_tag_form .table-content table td.meta-tag-description {
  min-width: 220px;
}
.meta-tag-main .meta_tag_form .form-check-input:checked {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.meta-tag-main .meta_tag_form .form-check-input:focus {
  box-shadow: none !important;
}
.meta-tag-main .meta-btu-details {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.meta-tag-main .meta-btu-details .meta_btn-save {
  background-color: var(--bs-primary);
}
.meta-tag-main .meta-btu-details .meta_btn-cancel {
  background-color: #cf0000;
}
.meta-tag-main .meta-btu-details .meta_btn {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
  display: block;
  width: auto !important;
  padding: 0 26px;
  border-radius: 0;
  height: 40px;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .meta-tag-main .meta-btu-details .meta_btn {
    font-size: 1.125rem;
    width: max-content !important;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .meta-tag-main .meta-btu-details .meta_btn {
    font-size: 1.875rem;
    padding: 0 40px !important;
    height: 76px;
    border-radius: 50px;
  }
}
.meta-tag-main .meta-btu-details .meta_btn:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
}

.text-uppercase a {
  color: var(--bs-primary);
}