* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #FF0000;
  --secondary-color: #2ecc71;
  --font-size: 16px;
  --font-family: "Macha", cursive;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Macha", cursive;
}

p {
  font-family: "Macha", cursive;
    text-align: justify;
}
summary {
  background-color: #f2f2f2;
  padding: 14px;
  margin-bottom: 5px;
}
  #store .row .col-lg-4:nth-child(2) .ccc {
            background-color: black!important;
        }
.text-primary {
  color: var(--primary-color) !important;
}
.btn-primary {
  background-color: var(--primary-color) !important;
  border: none !important;
}
@font-face {
  font-family: "Macha";
  src: url("../font/fonts/fonnts.com-Macha_Medium.otf") format("truetype");
}

.custom-font {
  font-family: "Macha", cursive;
}
.logo {
  height: 70px;
}

.topbar,
.phone {
  background-color: black;
}

.topbar a {
  font-size: 15px;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
  font-weight: 500;
  font-family: "Macha", cursive;
  line-height: 1.8;
}

.topbar .col-md-4 {
  width: fit-content;
  border-right: 1px solid #ffffff;
  /* Add vertical line */
}

.topbar .col-md-4:last-child {
  border-right: none;
  /* Remove vertical line from the last column */
}

/* .searchbar input {
  max-width: 270px;
  width: 270px;
  border-radius: 4px;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  border: 1px solid #fff;
  color: #6F6F6F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 32px;
  padding-left: 15px;
} */

.searchbar input .search {
  border-radius: 4px;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  border: 1px solid #fff;
  color: #6f6f6f;

  border-radius: 5px;
}
input#topSearch2 {
  height: 32px;
  max-width: 270px;
  width: 270px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.p-10 {
  padding: 0px 20px;
}

buton.search-icon {
  position: relative;
  right: 25px;
  cursor: pointer;
  background: transparent;
}

arch-icon {
  background-color: white;
}

.nav-link {
  display: block;
  background-color: transparent;
  padding: 0px 5px;
  text-decoration: none;
  position: relative;
  height: auto;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-top: 0px;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.nav-item {
  padding-left: 6px;
  padding-right: 6px;
}

.icon-cart:before {
  font-family: "YourIconFont";
  /* replace with the actual font family name */
  content: "\e074";
}

.user {
  width: 65%;
}

.phone-numbers {
  display: none;
  margin-top: 10px;
}

.phone {
  display: none;
}

@media (max-width: 992px) {
  .phone {
    display: block;
  }

  .large {
    display: none;
  }
}

.orange {
  position: fixed;
  z-index: 9999;
  background: #FF0000;
  width: 100%;
  left: 0;
  color: white;
  padding: 0px 30px;
}

.orange.show {
  height: fit-content;
}

.phone-numbers a {
  font-size: 15px;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
  font-weight: 500;
}

li.nav-item.d-lg-none.d-md-inline {
  color: white;
}

.button.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

@media (max-width: 576px) {
  .navbar-brand {
    width: 50%;
  }
}

.offcanvas-header .btn-close {
  margin: 0px !important;
}

.close-text {
  margin: -3px 20px !important;
  color: white;
  font-weight: bold;
}

.offcanvas-header {
  /* background: #FF0000; */
  background: url(../image/close.png);
}

.offcanvas-header:hover {
  background: url(../image/close-black.png);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url() !important;
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler-icon {
  background-image: url(../image/menu.png) !important;
}

@media (max-width: 992px) {
  .nav-link {
    color: white !important;
    text-transform: uppercase !important;

    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .offcanvas-body {
    padding: 0px;
  }

  .container.offcanvas-body {
    background: black;
  }
}
.card {
  border: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.london-location {
  background-image: url(../image/lo-lo.png);
  background-size: cover;
  background-position: center;
}
.london-location i {
  color: var(--primary-color);
}

.bher-location {
  background-image: url(../image/bher-location.png);
  background-size: cover;
  background-position: center;
}
.bher-location i {
  color: var(--primary-color);
}

.east-location {
  background-image: url(../image/east-location.png);
  background-size: cover;
  background-position: center;
}
.east-location i {
  color: var(--primary-color);
}
.accordion-button::after {
  background-image: url(../image/eyes-close.png) !important;
    filter: invert(1);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../image/open-eyes.png) !important;
}
.dotted-hr {
  border-top: 6px dotted rgb(255, 255, 255);
  margin: 0.5rem 0;
  opacity: 100%;
}
.border-white {
  border: 2px solid white;
  border-radius: 5px;
}
.time-bg {
  background-image: url(../image/time-bg.jpg);
  background-position: center;
  background-size: cover;
}
.timimg-list {
  margin-top: -280px;
  z-index: 999;
  position: sticky;
}
.border-red {
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}
label {
  font-weight: bold !important;
  padding: 5px 0px;
}
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(233, 106, 106, 0.25);
}

.main-image {
  display: none;
  width: 100%;
  height: auto;
}
.main-image.active {
  display: block;
}
.thumbnail {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}
.table-bordered {
  border: 2px solid var(--primary-color);
}

.table th {
  color: var(--primary-color);
}
.checkout-summary {
  /*background: linear-gradient(*/
  /*  109.6deg,*/
  /*  rgb(43, 1, 91) 13.4%,*/
  /*  rgb(122, 2, 54) 100.2%*/
  /*);*/
  background:black;
  color: white;
}
.bg-grey {
  background-color: #f0f0f0 !important;
}

#slider-bar {
  background-color: #f6f6f6;
  padding: 15px 0px;
}

.item-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: macha;
}

.usp {
  color: #303030;
  font-size: 16px;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  font-style: italic;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #000;
}

.owl-nav button.owl-prev {
  position: relative;
  left: -50px;
}

.owl-nav button.owl-next {
  position: relative;
  right: -50px;
}
.slider-bar {
  padding: 0px 85px;
}

/* For screens smaller than 768px */
@media only screen and (max-width: 767px) {
  .slider-bar {
    padding: 0 10px;
  }
  .owl-nav {
    justify-content: space-around;
  }
  button.owl-prev {
    left: -90px !important;
  }
  button.owl-next {
    right: -60px !important;
  }
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

#footer {
  background-color: black;
}
.footer-heading {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border: 0 !important;
  letter-spacing: 1px;
  padding-top: 0;
}
.footer-heading:hover {
  color: #FF0000 !important;
}
#footer a:hover {
  color: #FF0000 !important;
}
#footer address {
  color: #bebebe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
}
#footer p,
a {
  color: #bebebe;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.mr-3 {
  margin-right: 15px;
}
.fb-icon {
  width: 36px;
  height: 36px;
  background: #FF0000;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-icon:hover {
  color: #fff !important;
  background: #111111;
}

.widget-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border: 0 !important;
  letter-spacing: 1px;
  padding-top: 0;
}
#footer a {
  text-decoration: none;
}
#footer ul {
  list-style: none;
  padding: 0px;
}
#footer li {
  margin-bottom: 2px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 18px;
  line-height: 1.8;
}
.footer-copyright a {
  color: #bebebe;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.widget-links-p {
  color: #bebebe;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px!important;
}


.site-footer .subscribe-form input {
  height: 50px;
  background-color: transparent;
  border-color: #FCFCFC;
  box-shadow: none;
  border: 2px solid rgba(252, 252, 252, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
}

.site-footer .subscribe-form {
  position: relative;
  margin-top: 16px;
}

.site-footer button#newsletter-signup-btn {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  height: calc(100% - 10px);
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}

.site-footer button#newsletter-signup-btn:hover {
  color: #fff;
}




.newsletter h2 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}

.newsletter p {
  color: #F5F5F5;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscribe-section {
  background: #2C3590;
}

.subscribe-section .newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  position: relative;
  padding: 15px 25px;
  background: transparent;
  color: #FCFCFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: auto;
  border-radius: 4px;
}

.subscribe-form input::placeholder {
  color: #fff;
}

.subscribe-form .form-control:focus {
  border-color: #fff;
  outline: 0;
  color: #fff;
  box-shadow: none !important;
  background: transparent;
}

#newsletter-signup-btn {
  position: absolute;
  display: inline-flex;
  padding: 5px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  width: auto !important;
  right: 10px;
  top: 11px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

#newsletter-signup-btn:hover {
  background: transparent;
  border: 1px solid #FFF;
  color: #fff;
}


/**** Footer *****/
.site-footer .widget-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border: 0 !important;
  letter-spacing: 1px;
  padding-top: 0;
}

.site-footer address {
  color: #BEBEBE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
}

.site-footer .phone,
.site-footer .email,
.site-footer div {
  color: #BECBD0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 1px;
  text-transform: capitalize;
}

.site-footer .phone a,
.site-footer .email a {
  color: #C1C1C1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0px;
  text-transform: capitalize;
  text-decoration: none;
}

.site-footer .phone a:hover,
.site-footer .email a:hover {
  color: #fff;
}

.site-footer .social-button {
  width: 36px;
  height: 36px;
  background: #FF0000;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}

.site-footer .social-button:hover {
  color: #fff !important;
  background: #111111;
}

.site-footer .widget-links a,
.site-footer .widget-links p {
  color: #BEBEBE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.site-footer .widget-links a {
  color: #BEBEBE;
  text-decoration: none;
}

.site-footer .widget-links p {
  line-height: 25px;
}

.site-footer .widget-links a:hover {
  color: #FF0000;
}

.site-footer .widget-links li {
  margin-bottom: 2px;
}

.site-footer .subscribe-form input {
  height: 50px;
  background-color: transparent;
  border-color: #FCFCFC;
  box-shadow: none;
  border: 2px solid rgba(252, 252, 252, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
}

.site-footer .subscribe-form {
  position: relative;
  margin-top: 16px;
}

.site-footer button#newsletter-signup-btn {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  height: calc(100% - 10px);
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}

.site-footer button#newsletter-signup-btn:hover {
  color: #fff;
}

.site-footer .copy-right .footer-copyright,
.site-footer .copy-right .footer-copyright,
.site-footer .copy-right .footer-copyright p,
.site-footer .copy-right .footer-copyright a {
  color: #BEBEBE;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.site-footer .copy-right {
  padding-top: 10px;
  border-top: 1px solid rgba(225, 225, 225, 0.15);
  margin-top: 25px;
}

.site-footer .widget-links ul>li {
  padding-left: 0px;
}

.footer-divider {
  display: block;
  width: 100%;
  margin: 40px 0;
  border: 1px solid rgba(225, 225, 225, 0.20);
}
.offer-text{
  font-family: 'Macha';
    font-size: 30px;
    line-height: 40px;
    color: #303030;
}

.inner-p{
  color: #fff;
  text-transform: capitalize;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: auto !important;
  border: 1px solid red;
}

.blocked-date {
  border: 2px solid red !important;
  position: relative;
  cursor: pointer !important;
}

/* Styles for odd event boxes */
  .event-box:nth-child(odd) .row {
    flex-direction: row-reverse; /* Reverse row direction for odd rows */
  }

  /* Styles for even event boxes */
  .event-box:nth-child(even) .row {
    flex-direction: row; /* Keep default row direction for even rows */
  }

  /* Ensure image and text have appropriate styling */
  .event-box .key-cnt {
    text-align: center; /* Center align text */
    padding: 20px;
  }

  .event-box .key-cnt img {
    max-width: 100%;
    height: auto;
  }

  .event-box .inner-p {
    text-align: left; /* Left align text */
  }

  .event-box .text-left {
    text-align: left; /* Left align button */
  }
  .swal-button{
      background-color:#ff0000;
      border:none;
      
  }
 .swal-button:not([disabled]):hover {
    background-color: black;
}
.swal-button--cancel{
    color:white;
}
.swal-title{
    color:#ff0000;
    border-bottom:2px solid #ff0000;
}
.swal-modal{
    border:1px solid black;
    box-shadow:2px 2px 2px 2px grey;
}
.t-left{
    text-align: left !important;
}

.t-right{
    text-align: right !important;
}

@media (max-width: 768px) {
    .offer-text {
        font-size: 20px; /* Adjust font size for medium devices */
        line-height: 30px; /* Adjust line height for medium devices */
    }
}
@media (max-width: 768px) {
    .timimg-list {
        margin-top: 0; /* Adjust margin top for medium devices */
    }
}
