:root {
  --clr_one: #1f1f1f;
  --clr_two: #ad0909;
  --clr_three: #ff0055;
  --clr_four: #00b957;
  --clr_five: #fbfee3;
}
body {
  background-color: #fbfee3;
}

.swiper.mySwipercat {
  background-color: #fbfee3;
}
.heroSlider {
  background: var(--clr_two);
  margin-top: -1px;
  position: relative;
  margin-bottom: -2px;
}
.heroSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: linear-gradient(180deg, rgb(25 1 1) 3%, rgba(0, 0, 0, 0) 100%);
}
.header {
  background: var(--clr_one);
}

.desktopNavi ul button {
  border-bottom: 0px solid #ffffff;
  color: #ffffff;
}
.desktopNavi ul button img {
  filter: invert(1);
}

.swiper.mySwipercat {
  border-radius: 5px;
  width: calc(108%);
  margin: auto;
  margin-left: -4%;
}

.mySwipercat .swiper-slide {
  transition: all 0.3s;
}

.openNavi {
  background: none;
}
.openNavi span {
  background: #fff;
}
.goldprice img {
  filter: invert(1);
}
.mySwipercat .swiper-slide a button {
  padding: 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background: none !important;
  border: 0px solid #000;
  background: #fff !important;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.mySwipercat .swiper-slide a button span {
  text-align: center;
}
.mySwipercat .swiper-slide a button img {
  filter: invert(0);
  padding: 0;
  background: none;
  box-shadow: none !important;
}
.swiper-container.thumbs-slider {
  display: none;
}
body.pizza .swiper-slide img {
  /*animation: 240s pizzarot infinite;*/
  background: none;
  box-shadow: none !important;
}

.header .logoHolder img {
  transform: scale(1);
}
button.bkme img {
  width: 32px;
  filter: invert(1);
}
.header.mainPage:after {
  display: none;
}
.quickAcc img {
  filter: invert(1);
}

.insiderx {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  flex-direction: row;
  align-items: flex-start;
}
.insiderx .imgHolder {
  margin-top: 1rem;
}
.product-container a button {
  position: absolute;
  bottom: 0;
  right: 1.75rem;
  background: #fff !important;
  color: #000;
  border-radius: 500px;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
button:focus {
  border: 0;
  outline: none;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
li.nonImp button {
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
  color: #000;
  opacity: 0.5;
}
li.nonImp {
  position: absolute;
  bottom: 5.5rem;
  border: 0 !important;
}
li.nonImp.exSmall button {
  font-size: 0.7rem;
}
li.nonImp.exSmall {
  bottom: 4rem;
}
.gtset {
  padding-bottom: 4rem;
  z-index: 995;
}
@keyframes pizzarot {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swiper-slide button img {
  height: 60px;
  width: 60px;
}
h1,
h2 {
  font-family: "Playfair Display", serif !important;
}
.galHolder img {
  width: calc(25% - 1rem);
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}
.galHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.btnx1 button {
  margin: auto;
  color: #fff;
  background: #190101;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 6px;
}
p.long600 {
  max-width: 500px;
  margin: auto;
  margin-bottom: 1rem;
}
.catGrid {
  background: var(--clr_five);
}
.main.index {
  text-align: center;
}
.cart-item:nth-child(even) {
  background: #ffffff;
}
button.remove-item {
  background: #ffffff;
}
.addcartBtns {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.addcartBtns button {
  background: #d8d8d8 !important;
  color: #000;
  border: 0px solid #000;
  border-radius: 500px;
  /* width: 40px; */
  height: 32px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 0 0.5rem;
  margin: 0;
}
button.add-to-cart-front {
  background: var(--clr_two) !important;
  color: #fff;
  height: 40px;
  width: 40px;
  transform: translate(0px, -3px);
}
button.add-to-cart-front img {
  filter: invert(1);
}
button#voirBtn {
  font-size: 0.8rem;
  gap: 0.25rem;
  background: #ededed !important;
}
.addcartBtns button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
form#searchForm button {
  background: none;
  border: 0;
}

form#searchForm img {
  width: 34px;
  filter: invert(1);
}
form#searchForm input#searchInput {
  width: 60%;
  background: #fbfee6;
  border: 0;
  border-radius: 500px;
}
form#searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuxBtn img {
  width: 27px !important;
}
span.premium {
  background: #efd02d;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 500px;
}
.msearchBar {
  padding: 0.75rem 0rem 0.125rem 0rem;
  background: var(--clr_one);
  margin-top: -2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: sticky;
  top: 70px;
  z-index: 91;
}
.menuBig h3 {
  font-size: 1rem;
}

.menuBig .bitm img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 1rem;
}
.menuBig button {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
}

.menuBig {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  position: fixed;
  z-index: 90;
  background: #fbfee8;
  padding-top: 150px;
  top: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transform: translateY(-105vh);
  transition: all 0.3s;
}
.menuBig.active:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fbfee800;
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(22px);
}
.menuBig.active {
  transform: translateY(0vh);
}
.liveResults {
  background: #fbfee8;
  padding: 1rem;
  border-radius: 15px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.liveResults:before {
  content: "";
  top: 100px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff00;
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(4px);
}
span.bm img {
  width: 17px;
}
details summary {
  list-style: none; /* Remove default arrow */
  cursor: pointer;
  position: relative;
  padding-left: 25px; /* Space for custom arrow */
}

details summary::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome/Safari */
}

details[open] summary::before {
  content: "▼"; /* Down arrow when open */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease;
}

details:not([open]) summary::before {
  content: "►"; /* Right arrow when closed */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.menuBigIn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  height: calc(100vh - 280px);
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  gap: 2rem;
}
details.category-box summary {
  margin: 0;
}
.category-box {
  width: 100%;
  background: #00000014;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.askLogin {
  background: none;
}
a.registerBtn button {
  border: 1px solid rgb(0 0 0 / 12%);
  background: rgb(255 255 255);
}
div#delivery_method_buttons button {
  background: #fff;
  color: #000;
  border: 1px solid rgb(0 0 0 / 12%);
}
.promoSlider {
  padding: 1rem;
  max-width: 1200px;
  margin: auto;
}
.promoSlider .swiper-slide {
  height: 290px;
}
.pitem {
  background: #e18421;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 8px;
}
input {
  border: 1px solid #0000002e !important;
}
.sProd {
  width: 100%;
}
.sProd img {
  width: 50px;
  float: left;
  margin-right: 1rem;
}
.datetimex {
  display: flex;
  flex-direction: row !important;
}
.addtocart input {
  border: 0 !important;
  background: none;
}
@media (max-width: 991.98px) {
  .mySwipercat .swiper-slide a button {
    overflow: hidden;
  }
  .mySwipercat .swiper-slide a button span {
    display: block;
    font-size: 0.65rem;
    text-align: left;
    text-wrap-mode: nowrap;
  }
  .pgrid {
    flex-direction: column;
  }
  .promoSlider .swiper-slide {
    height: 180px;
  }
  .galHolder img {
    width: calc(50% - 1rem);
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
  }

  .swiper.mySwipercat img {
    margin-left: -8px;
  }
  .col-6.col-md-6.col-lg-3.mb-3 {
    padding-right: 0.5rem;
    margin-left: -0.5rem;
    margin-bottom: 1rem;
  }

  .addtocart .labelHolder label {
    display: none;
  }
  p#productPrice {
    position: unset;
    z-index: unset;
  }
  .addtocart {
    padding-top: 0.5rem;
    z-index: 998;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }

  .addtocart .labelHolder input,
  .prod_item .qts input {
    width: 50px;
  }
  .addtocart button.submit {
    transform: scale(0.9) translate(10%, 0px);
    font-size: 0.9rem;
    border-radius: 500px;
    color: #fff;
    background-color: var(--clr_two);
  }
  .naviMovile ul button {
    color: #000000;
    border-left: 3px solid #000000;
  }
  .datetimex {
    display: flex;
    flex-direction: row !important;
  }
}

img.profile-picture {
  width: 25px;
}
body {
  background: #efefef;
}

.mainSectionHolder {
}

.mainSectionHolder .mainContentBody {
  width: calc(100%);
  max-width: 1280px;
  padding: 0 2rem;
  margin: auto;
}

.mainSectionHolder .mainSidebar {
  width: 250px;
}

.mainSectionHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.desktopNavi ul img {
  height: 32px;
  object-fit: contain;
}

.desktopNavi ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

form#searchForm {
  margin: 0;
}

.desktopNavi ul button img {
  filter: invert(0);
}

a.delSess.change-delivery-mode img {
  filter: invert(0);
  height: 24px;
}

.header {
  background: #fff;
}

.msearchBar {
  padding: 0;
  background: #ffffff;
  margin-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: unset;
  top: 0;
  z-index: 0;
}

form#searchForm img {
  width: 34px;
  filter: invert(0);
}

form#searchForm input#searchInput {
  width: 100%;
}

.openNavi span {
  background: #000000;
}

form#searchForm input#searchInput {
  width: 100%;
  background: #ffffff;
}

.pgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
}

.pgrid a {
  width: calc(33.3% - 1rem) !important;
}

.swiper.mySwipercat {
  background-color: #ffffff00 !important;
}

.container-fluid {
  max-width: unset !important;
}

.promoSlider {
  padding: 1rem 0 !important;
  max-width: unset !important;
}

.swiper.mySwipercat {
  width: 90% !important;
  margin: auto;
  margin-top: -4rem;
}
p.price.Logintoview a button {
  position: relative;
  width: max-content;
  font-size: 0.8rem;
  padding: 0.125rem 0.5rem !important;
  height: unset;
  margin-left: 2rem;
}

button.choose-options {
  border: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 500px;
}

button.choose-options img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.liveResults {
  background: #fff;
  position: absolute;
  top: 4rem;
  width: calc(100% - 4rem);
  left: 2rem;
  height: 400px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.menuBig {
  background: #ffffff;
}
div#takeaway_fields::before,
.paymentMethodsin::before,
.fidelity::before,
div#delivery_fields::before,
div#presonal_fields::before,
div#dinein_fields::before {
  background: center center / 75% no-repeat rgb(243 237 242);
}

.imgUploadSection {
  background: #f3edf2 !important;
}
.imgUploadSection textarea#comments {
  background: #ffffff80;
}
.noteIn {
  background: #ffffff8c !important;
  color: #000000 !important;
  width: fit-content !important;
}
@media (max-width: 991.98px) {
  .mainSectionHolder {
    flex-direction: column;
  }

  .mainSidebar {
    display: none;
  }

  .mainSectionHolder .mainContentBody {
    width: calc(100% - 000px);
    padding: 0 1rem;
  }

  .pgrid {
    flex-direction: column;
  }

  .pgrid a {
    width: 100% !important;
  }

  .swiper.mySwipercat {
    width: calc(108%) !important;
    margin: auto;
    margin-left: -4% !important;
    margin-top: -1rem;
    background: #f3edf2 !important;
  }
  .swiper-slide button img {
    height: 32px;
    width: 32px;
  }
  li.mycardHolder button {
    margin: 0;
    padding: 0;
    margin-right: -5px;
  }
  .gtset {
    margin-bottom: 0 !important;
    padding: 15px !important;
  }
  .indexer .sin {
    padding: 0.5rem !important;
  }
  .imgUploadSection {
    padding: 0 !important;
  }
}
