:root {
  --clr_one: #ff9131;
  --clr_two: #e35c1a;
  --clr_three: #e35c1a;
  --clr_four: #00b957;
  --clr_five: #0d0d0d;
}
body {
  background-color: #fff;
}

.swiper.mySwipercat {
  background-color: #fff;
}
.heroSlider {
  background: var(--clr_one);
  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(83 14 17) 3%, rgba(0, 0, 0, 0) 100%); */
}
.heroSlider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  /*  background: linear-gradient(
    180deg,
    rgba(83, 14, 17, 0.8) 3%,
    rgba(83, 14, 17, 1) 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%;
  top: 74px;
}
.mySwipercat .swiper-slide {
  transition: all 0.3s;
}

.openNavi {
  background: none;
}
.openNavi span {
  background: #fff;
}
.goldprice img {
  filter: invert(1);
}
.mySwipercat .swiper-slide a button {
  background: none;
  padding: 0;
}
.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-reverse;
  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 {
  background: var(--clr_three) !important;
  height: 32px;
  width: 32px;
  padding: 5px !important;
  transform: scale(1.5) translate(14px, -3px);
  border-radius: 500px;
}
h1,
h2 {
  font-family: "Sorts Mill Goudy", 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: #f1f1f1;
}

button.remove-item {
  background: #ffffff;
}
button.add-to-cart-front {
  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;
}
.radioBtnHolder {
  flex-direction: column;
}
.radio-option {
  width: 100% !important;
}
.prod_options {
  padding: 0;
  background: #ffffff00 !important;
}
.container-fluid.indexer.styHotCool.cat-31 {
  border-radius: 10px;
  background: var(--clr_five);
}
.hsep {
  width: 33.3%;
  text-align: center;
}

.others {
  justify-content: flex-end;
}
.firstMenu.hsep {
  text-align: left;
}
.hideMobile {
  display: block;
}
.flxgrid button {
  position: relative;
  background: #300408;
  padding: 1.2rem;
  border: 0;
  color: #ffffffb5;
  border-radius: 10px !important;
}

.flxgrid {
  display: flex;
  gap: 1rem;
}

.flxgrid img {
  height: 30px;
  margin: auto;
  margin-top: 1rem;
  filter: invert(1);
}

.flxgrid h3 {
  color: #af8a4c;
}

.flxgrid button:before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  border-radius: 80px;
}
.map .fakeMapLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000003;
}

.map {
  position: relative;
}
.mycart {
  background: #ff9131;
}

.askLogin {
  background: transparent !important;
}

.payment-options {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.popt {
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  user-select: none;
  transition: all 0.3s;
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #3d56341f;
  transition: all 0.3s;
}
.popt.selected::before {
  opacity: 1;
}

.popt::before {
  position: absolute;
  content: "";
  right: 1rem;
  top: 1rem;
  background-image: url(/images/check-mark.png);
  width: 20px;
  height: 20px;
  z-index: 9;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
}
.payment-img {
  opacity: 1;
  width: 32px;
  margin: auto;
}
div#takeaway_fields,
.paymentMethodsin,
.fidelity,
div#delivery_fields,
div#presonal_fields,
div#dinein_fields {
  padding: 1rem 1rem;
  border-radius: 5px;
  border: 1px dashed #000000;
  margin: 2rem 0 4rem 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .flxgrid {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
  }
  .hideMobile {
    display: none;
  }
  .galHolder img {
    width: calc(50% - 1rem);
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
  }
  .swiper-slide.swiper-slide {
    transform: translateY(-3px);
  }

  .swiper-slide.swiper-slide-prev {
    transform: translateY(6px);
  }

  .mySwipercat .swiper-slide-active {
    transform: translateY(11px);
  }

  .swiper-slide.swiper-slide-next {
    transform: translateY(6px);
  }

  .stopSwiper .swiper-slide.swiper-slide-prev,
  .stopSwiper .swiper-slide.swiper-slide-active,
  .stopSwiper .swiper-slide.swiper-slide-next,
  .stopSwiper .swiper-slide.swiper-slide {
    transform: translateY(0);
  }
  .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: 58px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }
  .addtocart .labelHolder input,
  .prod_item .qts input {
    width: 32px;
  }
  .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;
  }
  .logoHolder {
    margin-left: -1rem;
  }
  .hsep {
    width: unset;
  }
}
