@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;900&family=Poppins:wght@200;400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}
:root {
  --clr_one: #000;
  --clr_two: #a70000;
  --clr_three: #ffc52d;
  --clr_four: #00b957;
}
* {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.setx {
  display: flex;
  width: unset !important;
  justify-content: space-between;
  align-items: center;
  gap: 52px;
  align-content: center;
}
.forMobile {
  display: none;
}
.forDesktop {
  display: block;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  padding-top: 75px;
}

.center100 .row {
  min-height: 100vh;
  align-content: center;
}
.colCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
a,
a:hover {
  text-decoration: none;
  color: #000;
}
a button,
a:hover button {
  text-decoration: none;
}
.main {
  padding: 1rem;
}
h3 {
  color: #000;
  font-family: "Playfair Display", Open Sans;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0;
}
h2.st2 {
  color: #000;
  font-family: "Playfair Display", Open Sans;
}
.header {
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 1010;
  background: #fff;
  top: 0;
}

.header .logoHolder img {
  height: 42px;
}
.header .menu img {
  height: 30px;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.header .menu img.active {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.naviMovile {
  background: rgb(25, 25, 25);
  position: fixed;
  top: 0;
  height: 90vh;
  width: 100%;
  z-index: 1005;
  text-align: left;
  padding: 6rem 1rem 1rem 1rem;
  transform: translateY(-105vh);
  transition: all 0.3s;
}

.naviMovile.active {
  transform: translateY(0);
  transition: all 0.3s;
}
.naviMovile ul button {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.75rem 0.5rem;
}
.naviMovile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Container for the slider */
.swiper-container {
  width: 100%; /* Set the width */
  border-radius: 5px; /* Set the border radius */
  overflow: hidden; /* Hide overflow */
  position: relative;
  z-index: 1 !important;
}
.swiper-wrapper {
  height: unset;
}
.swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  background: #f1f1f1;
  object-position: center;
}
.prdocutSlider .swiper-slide img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  background: rgb(235, 235, 235);
  object-position: center;
}
/* Style pagination/navigation dots */
.swiper-pagination {
  position: relative;
  bottom: 10px;
}

.swiper-container.thumbs-slider img {
  width: 60px !important;
  height: 60px;
  border: 5px solid #000;
  border-radius: 500px !important;
}

.swiper-container.thumbs-slider .swiper-slide {
  width: unset !important;
  transform: scale(0.9);
}

.swiper-container.thumbs-slider .swiper-wrapper {
  height: unset;
  width: unset !important;
  float: left;
  left: -60px;
  z-index: 1;
  position: relative;
}

.swiper-container.thumbs-slider {
  gap: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2 !important;
  margin-top: -25px;
  padding: 0;
}

h1.prod_title {
  color: #000;
  font-family: "Playfair Display", Open Sans;
  font-size: 2rem;
  font-weight: 400;
  margin: 1rem 0;
}

p.prod_id {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  opacity: 0.5;
  font-size: 0.8rem;
}
.labelHolder label {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
button.getGeo.translateThis img {
  width: 30px;
}

button.getGeo.translateThis,
button.getGeo.translateThis:focus,
button.getGeo.translateThis:hover {
  background: none;
  border: 0;
  position: absolute;
  right: 5px;
  top: 32px;
  outline: none;
}
.labelHolder {
  display: flex;
  width: calc(100% - 0rem);
  flex-direction: column;
  position: relative;
}
.labelHolder.large {
  width: 100%;
  margin-bottom: 0.5rem;
}
.prod_options {
  display: flex;
  padding: 1rem;
  background: #9c9c9c24;
  border-radius: 10px;
  border: 0px dashed #000;
  gap: 1rem;
  flex-wrap: wrap;
}
.labelHolder select,
.labelHolder input,
.labelHolder textarea {
  background: #77777714;
  color: #000;
  border: 0;
  border-radius: 2px;
  padding: 0.5rem;
  height: 50px;
}
.image-upload-box {
  border: 1px dotted #000;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  color: #000;
}
div#preview-container img {
  width: calc(100% / 3);
  object-fit: cover;
  border-radius: 5px;
  height: 150px;
}
div#preview-container {
  display: flex;
  gap: 1rem;
  margin: 1rem;
}
/* Hide the input file element */
#image-upload-input {
  display: none;
}
p.prod_des {
  font-size: 0.9rem;
  opacity: 0.5;
  border-left: 1px solid;
  padding-left: 1rem;
}
.addtocart {
  margin-top: 1rem;
}
.addtocart {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  gap: 1rem;
}
.addtocart .labelHolder {
  width: 120px;
}
input.submit,
button.submit {
  width: 100%;
  background: #000000;
  color: #000;
  border: 0;
  height: 55px;
  border-radius: 3px;
  color: #fff;
}
.addtocart .labelHolder input,
.prod_item .qts input {
  color: #000;
  border: 0;
  border-radius: 2px;
  padding: 0.5rem;
  width: 35px;
  text-align: center !important;
}
.quantity-input,
.prod_item .qts {
  display: flex;
  gap: 5px;
  align-items: center;
}
.quantity-input button,
.prod_item .qts button {
  width: 35px;
  height: 35px;
  border-radius: 500px;
  border: 1px solid #000;
  background: none;
  color: #000;
}
.modal-content .modal-body a {
  color: #000;
}

.modal-content .modal-body {
  padding: 0 1rem 1rem 1rem;
}
.modal-content {
  background: #fff;
  color: #000;
  border: 0;
}
.prod_item {
  display: flex;
  padding: 1rem;
  border-radius: 3px;
  border: 0px dashed #000;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.prod_item img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}

.prod_item h2 {
  font-size: 1rem;
  color: #000;
}
.prod_item .des p {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.5;
  text-transform: capitalize;
}
.prod_item .btnSet button {
  border: 0px solid #000;
  background: #ffffff08;
  color: #000;
  border-radius: 3px;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  padding: 0.5rem;
}
.prod_item .s0 {
  width: 15%;
}
.prod_item .s1 {
  width: 40%;
}
.prod_item .s2 {
  width: 20%;
}
.prod_item .s3 {
  width: 10%;
}
.prod_item .s4 {
  width: 20%;
}
p.grandTotal {
  float: right;
}
.flx {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
button.clear {
  border: 0;
  background: none;
  color: #000;
  opacity: 0.25;
}
button.btn2 {
  width: 100%;
  background: #000;
  color: #000;
  border: 0;
  border-radius: 3px;
  padding: 1rem;
}
a.btn2 {
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0.85rem 1rem;
  height: 50px;
  text-decoration: none;
}
.prod_item p {
  margin: 0;
}
.video-container {
  width: calc(100vw - 1.1rem);
  height: 100vh;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}

.contsHome {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 10vw;
  width: 80vw;
}
.pageContent h2,
.contsHome h2 {
  color: #000;
  font-family: "Playfair Display", Open Sans;
}

.contsHome h1 {
  color: #ffffff;
  font-size: 1rem;
}
.mycart img {
  width: 20px;
}
.goldprice img {
  width: 30px;
  border-radius: 5px;
}
.mycart {
  background: #ebebeb;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  border-radius: 500px;
}

.others {
  display: flex;
  gap: 15px;
  align-content: center;
}
.m_brands p {
  margin: auto;
  margin-top: -0.75rem;
  background: #291606;
  width: fit-content;
  color: #fff;
  padding: 0 0.5rem;
}
.m_brands {
  border-top: 1px dotted #ffffff4a;
  margin: 1rem 0;
  border-bottom: 1px dotted #ffffff4a;
  padding: 0 0 1rem 0;
}
.m_brands .flx2 img {
  width: 100%;
}

.m_brands .flx2 {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.m_brands .flx2 a {
  width: 30%;
}
.pageContent {
  z-index: 2;
  position: relative;
  text-align: center;
}
.pageContent h1 {
  color: #ffffff;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 1rem 0;
}

.pageContent p {
  color: #ffffffb8;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 1.65rem;
}
.paddingtop100 {
  padding-top: 150px;
}
.pageContent img.fimg {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.extraCover {
  background: black;
  width: calc(100vw - 1.1rem);
  height: 500px;
  position: absolute;
  bottom: -7rem;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    0deg,
    rgba(41, 22, 6, 1) 50%,
    rgba(41, 22, 6, 0.84) 70%,
    rgba(41, 22, 6, 0) 100%
  );
}
.product-slider-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.product-container a {
  color: #000;
  text-decoration: none;
}
.product-container h4 {
  color: #000;
  font-family: "Playfair Display", Open Sans;
  margin: 1rem 0 0.5rem 0;
  font-size: 1.125rem;
}
.product-container p.dis {
  font-size: 0.9rem;
  opacity: 0.6;
  margin: 0 0 0.5rem 0;
}
.product-container p.dis,
.PriceHolder p {
  font-size: 0.8rem;
  opacity: 0.6;
  line-height: 1rem;
}
.product-container a button {
  background: none;
  border-radius: 3px;
  border: 1px solid #000;
  color: #000;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.product-container:hover a button {
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
}
.social ul li img {
  width: 32px;
}
.social ul {
  gap: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.social {
  position: absolute;
  bottom: 3rem;
  margin: auto;
  width: 100%;
  left: 0;
}
.social li.pluser img {
  width: 60px !important;
  margin-bottom: -15px;
}
.flxer3 {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.ck-cart p.prod {
  font-size: 0.9rem;
  margin: 0;
}
.ck-cart img {
  width: 60px !important;
  height: 60px !important;
  margin-right: 10px;
}

.ck-cart {
  display: flex;
  margin-bottom: 1rem;
}
.flexer4 {
  display: flex;
  font-size: 0.7rem;
  gap: 10px;
  opacity: 0.5;
  margin: 0;
  margin-top: 0.5rem;
}
.priceList ul {
  list-style: none;
  margin: 0;
  padding: 1rem;
  background: #00000024;
  margin-bottom: 0.5rem;
  border-radius: 3px;
}
.priceList li.y {
  font-size: 0.7rem;
  opacity: 0.4;
}
p.dull {
  opacity: 0.5;
}
.xul ul.list-type-check.list-style-none,
.xul .extra,
.xul p.price {
  display: none;
}
ul.list-type-check.list-style-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-type-check.list-style-none li,
.extra li {
  background: #ffffff12;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  list-style: none;
  width: max-content;
  border-radius: 62px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.list-type-check li:nth-child(n + 5) {
  display: none;
}

.accordionHolder .card {
  background: none;
  box-shadow: none !important;
  border: 0;
  margin-bottom: 0.5rem;
}

.accordionHolder .btn.focus,
.accordionHolder .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #000;
}

.accordionHolder .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}

.accordionHolder .card-header button {
  background: #ffffff0f;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #000;
}

.accordionHolder table {
  margin-top: 1rem;
  background: #00000030;
  width: 100%;
  border: 1px solid #000;
}

.accordionHolder table td,
.accordionHolder table th {
  padding: 0.5rem;
  border: 1px solid #000;
  color: #fff;
}

.quickAccess a,
.accordionHolder table a,
.accordionHolder table a:hover,
.accordionHolder button.btn.btn-link {
  text-decoration: none;
  color: #000;
}
.desktopNavi ul button {
  background: none;
  border: 0;
  border-bottom: 0px solid #000;
  color: #000;
}
.desktopNavi ul button:hover,
.desktopNavi ul button:active {
  border-bottom: 1px solid #000;
}
.desktopNavi ul button img {
  height: 22px;
  margin-right: 10px;
}
.desktopNavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.desktopNavi ul button:focus {
  outline: none;
}

.hideDesktop {
  display: none !important;
}
.showDesktop {
  display: block !important;
}
.megaMenu {
  display: none;
  position: absolute;
  right: 10vw;
  width: 80vw;
  background: #241608;
  padding: 1rem;
  top: 100px;
}
.megaMenu.active {
  display: block;
}
.diamond .swiper-slide img {
  background-color: #fff !important;
}

.menux-container {
  display: flex;
}

.menux {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menux li {
  color: #fff;
  padding: 12px;
}

.menux li:hover {
  color: #000;
}

.menux-item {
  padding: 15px;
  color: black;
  /* Adjust the color as needed */
  cursor: pointer;
  transition: color 0.3s ease;
  /* Add smooth color transition */
}

.image-container {
  width: 45vw;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
}

.image-container img {
  width: 100%;
  height: auto;
  display: none;
  transition: opacity 0.3s ease;
  /* Add smooth opacity transition */
}

.image-container img.active {
  display: block;
  opacity: 1;
}

.image-container img:not(.active) {
  opacity: 0;
}

.menux-container a,
.menux-container a:focus-visible,
.menux-container a:focus,
.menux-container a button {
  border: 0 !important;
  color: unset !important;
  background: none !important;
  padding: 0 !important;
}

ul.menux {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 0;
}

.glowing-gold {
  animation: gold-glow 5s ease-in-out infinite alternate;
}
.megaMenuCover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #00000066;
  display: none;
}
.megaMenuCover.active {
  display: block;
}
.ytHolder iframe {
  width: 100%;
  height: 315px;
  position: relative !important;
  top: 0;
  left: 0;
  transform: unset;
  border-radius: 10px;
}
a.btnT2 {
  color: #000;
}
a.btnT2 button {
  background: #ffffff3d;
  border: 0;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
  border-radius: 5px;
  color: #000;
  border: 1px solid #000;
}
.content-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-box h2 {
  font-size: 1.5rem;
  color: #000;
}
.content-box {
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
}
.tips img {
  position: absolute;
  left: 2rem;
  top: -3rem;
  width: 50px;
}
.content-box ul li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 1px solid;
}
.rating {
  font-size: 1.75rem;
  color: #daa946;
}
button.bkme img {
  width: 32px;
}
button.bkme {
  border: 0;
  background: none;
  margin-right: -50px;
}
.radio-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  gap: 5px;
  align-content: center;
}
.radio-option img {
  width: 40px;
  border-radius: 5px;
}

.product-container.catList {
  margin-bottom: 0.75rem;
  height: 100%;
  background: #f7f7f7;
  border-radius: 10px;
}

.col-12.col-md-6.col-lg-4.mb-3:nth-child(even) .product-container.catList {
  background: none;
}

.catList img {
  width: 100%;
  height: 175px;
  border-radius: 10px;
  object-fit: contain;
}

.insiderx {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
}

.insiderx .imgHolder {
  width: 50%;
}

.insiderx .product-details {
  width: 75%;
}

button.add-to-cart-front {
  background: none;
  border-radius: 3px;
  border: 1px solid #000;
  color: #000;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.swiper-slide button img {
  height: 30px;
  background: none;
}
.mySwipercat .swiper-slide a button {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 5px;
}
.catItem {
  margin-bottom: 3.5rem;
}

.swiper.mySwipercat {
  position: sticky;
  top: 60px;
  background: white;
  padding: 1rem;
}

.inSec h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 0;
}
.live-cart {
  padding: 1rem;
  background: #ececec;
  border-radius: 10px;
  position: sticky;
  top: 100px;
  height: calc(94vh - 100px);
}

.flxme {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.flxmesub {
  display: flex;
  gap: 1rem;
}
.flxme .options p {
  padding: 2px 8px;
  background: #fefefe00;
  border-radius: 50px;
  border: 1px dotted;
  margin-bottom: 0;
}

.flxme .options {
  font-size: 0.75rem;
  opacity: 0.7;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.quantity-controls {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.quantity-controls input {
  width: 2rem;
  text-align: center;
  border: 0;
  background: none;
}

.quantity-controls button {
  width: 35px;
  height: 35px;
  border-radius: 500px;
  border: 1px solid #000;
  background: none;
  color: #000;
}

.cart-item-image img {
  object-fit: contain;
}

.prdNames h2 {
  color: #000;
  font-family: "Playfair Display", Open Sans;
  margin: 1rem 0 0.5rem 0;
  font-size: 1.125rem;
}

.cart-item {
  position: relative;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 5px;
}

button.remove-item {
  position: absolute;
  top: 0rem;
  left: 0rem;
  border: 0;
  background: #efefef;
  color: #000;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  align-items: center;
}

.PriceHolder {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.itemsHolder {
  margin-bottom: 3rem;
  height: 55vh;
  overflow: hidden;
  transition: all 0.3s;
}

.itemsHolder:hover {
  overflow-y: scroll;
}

.cart-item:nth-child(even) {
  background: #f7f7f7;
}

.verticalMenu {
  position: fixed;
  top: 75px;
  z-index: 1;
  left: 1rem;
  width: 70px;
  background: #0e0e0e;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: calc(100vh - 90px);
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.verticalMenu button {
  border: 0;
  background: #ffffff14;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 65px;
  transform: scale(0.9);
  padding: 5px;
  border-radius: 6px;
}

.verticalMenu button img {
  width: 25px;
  filter: invert(1);
}

.verticalMenu button span {
  font-size: 0.6rem;
}

.logoHolder {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}

.catItem::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.emptyHolder {
  text-align: center;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff57;
}
.openNavi {
  width: 32px;
  height: 32px;
  background: #fff;
  position: relative;
  margin-top: 0.5rem;
  transform: translate();
  transition: all 0.3s;
}

.openNavi span {
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  border-radius: 500px;
  transform: translate() rotate();
  transition: all 0.3s;
}
.openNavi span:nth-child(2) {
  top: 10px;
  width: 90%;
}
.openNavi span:nth-child(3) {
  top: 20px;
  width: 80%;
}
.openNavi.active {
  transform: translateY(-5px);
}
.openNavi.active span:nth-child(1) {
  width: 100%;
  transform: translate(-1px, 16px) rotate(45deg);
}
.openNavi.active span:nth-child(2) {
  transform: scale(0);
}
.openNavi.active span:nth-child(3) {
  width: 100%;
  transform: translate(-1px, -4px) rotate(-45deg);
}
.modal-dialog {
  width: calc(100% - 1rem);
}

a.btn1 button {
  background: #000;
  border: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
}
button.close {
  text-align: right;
  margin-right: 10px;
}
.radioBtnHolder.rowme .radio-option {
  width: 100% !important;
}
.radioBtnHolder.rowme {
  display: flex;
  flex-direction: column;
}
.footer ul a {
  color: #000;
  font-size: 0.8rem;
}
.footer ul {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1rem;
  list-style: none;
}

.quickAcc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.quickAcc img {
  width: 23px;
  margin-top: 3px;
}

@keyframes gold-glow {
  0% {
    box-shadow: 0 0 150px rgb(196 166 79);
  }

  100% {
    box-shadow: 0 0 0px rgb(196 166 79 / 0%);
  }
}
.radio-option input[type="radio"] {
  display: none;
}
.flxerz {
  gap: 1rem;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.radio-option label {
  display: inline-block;
  padding: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.radio-option input[type="radio"]:checked + label {
  border: 2px solid black;
}

.option-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.radioBtnHolder {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.radio-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 0.5rem) !important;
  position: relative;
  gap: 5px;
  height: max-content;
  align-content: center;
}

.radioBtnHolder img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.container-fluid.main.center100 {
  padding: 0.25rem;
}
.disabled-opacity {
  opacity: 0.25;
  display: none;
}

.labelHolder.spl {
  background: var(--clr_three) !important;
}
.labelHolder label span {
  display: block;
  text-transform: none;
  font-style: italic;
}
button.splx {
  font-size: 9px;
}
.checkoutPage .hidden {
  display: none;
}

.checkoutPage .message {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.checkoutPage .error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.checkoutPage .success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.checkoutPage div#postal_code_section input {
  text-align: center;
  width: fit-content;
  margin: auto;
}

.checkoutPage div#postal_code_section {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  background: var(--clr_three) !important;
  margin-bottom: 0.5rem;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
#installBtn {
  display: block;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: rgb(255 255 255);
  color: #000000;
  text-align: center;
  padding: 5px;
  z-index: 9999;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#installBtn .split img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

#installBtn .split {
  display: flex;
}
#installBtn .onexx {
  text-align: left;
}
#installBtn button#close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: 0;
  border-radius: 500px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onexx button {
  border-radius: 500px;
  border: 0;
  padding: 0.25rem 1rem;
  margin-top: 0.5rem;
  color: #fff;
  background: var(--clr_two);
}

div#splashScreen {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: var(--clr_two);
  backdrop-filter: blur(21px);
  min-height: 100vh;
  text-align: center;
  padding: 1rem;
  display: flex;
  align-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
div#splashScreen:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr_two);

  opacity: 0.85;
}
div#splashScreen h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  z-index: 3;
  position: relative;
}
div#splashScreen p {
  z-index: 3;
  position: relative;
}
.askLogin {
  background: var(--clr_three);
  padding: 1rem;
  border-radius: 10px;
  z-index: 3;
  position: relative;
}
div#splashScreen button {
  border: 0;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background: #000;
  color: #fff;
}
button#skipThis {
  font-size: 0.8rem;
  background: #ffffff3b !important;
  margin-top: 2rem;
  z-index: 3;
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  background: var(--clr_two);
  opacity: 1 !important;
  width: 32px;
  height: 35px;
  overflow: hidden;
  border-radius: 500px;
  transform: translate(-9px, 0px);
}
.swiper-button-next {
  transform: translate(9px, 0px);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  transform: scale(0.5);
}
button.pay-button {
  background: var(--clr_four);
  border: 0;
  padding: 0.5rem 1rem;
  border-radius: 500px;
  color: #fff;
}

.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::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;
}
.popt.selected {
  border: 1px solid #000000;
}
.popt.selected::before {
  opacity: 1;
}

.desc {
  font-size: 14px;
  color: #333;
}

.points-choice {
  display: none;
}

label.points-label {
  width: 100%;
  margin-bottom: 10px;
}

.points-label {
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #3d56341f;
  padding: 10px 15px;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.points-label img {
  width: 40px;
  height: auto;
  display: block;
  margin-bottom: 5px;
  transition: opacity 0.3s;
}

.points-choice:checked + .points-label {
  border: 1px solid #000000;
}

.rigtTick {
  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;
}

.points-choice:checked + .points-label .rigtTick {
  opacity: 1;
}
.selectedxy {
  position: relative;
  border: 1px solid #000 !important;
}
.selectedxy:before {
  position: absolute;
  content: "";
  right: 0.5rem;
  top: 0.5rem;
  background-image: url(/images/check-mark.png);
  width: 20px;
  height: 20px;
  z-index: 9;
  background-position: center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s;
}
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;
}
div#takeaway_fields::before,
.paymentMethodsin::before,
.fidelity::before,
div#delivery_fields::before,
div#presonal_fields::before,
div#dinein_fields::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1rem;
  background: #fff;
  width: 32px;
  height: 32px;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}
div#takeaway_fields::before {
  background-image: url(/images/ck-clock.png);
}
.paymentMethodsin::before {
  background-image: url(/images/ck-payment.png);
}
.fidelity::before {
  background-image: url(/images/club-card.png);
}
#delivery_fields::before {
  background-image: url(/images/ck-map.png) !important;
}
div#presonal_fields:before {
  background-image: url(/images/ck-user.png) !important;
}
div#dinein_fields:before {
  background-image: url(/images/ck-dinein.png) !important;
}

a.bkbtn {
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  width: fit-content;
}
p.iden {
  margin-top: 1rem;
}
details.ckdetails summary {
  margin-bottom: 0;
}
details.ckdetails {
  background: #0000000d;
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.payment-option {
  display: none;
}

.payment-label {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  margin: 5px;
  width: 100%;
}

.payment-img {
  opacity: 1;
  width: 32px;
  margin: auto;
}

.payment-option:checked + .payment-label {
  opacity: 1;
  border: 2px solid green;
}

input:invalid {
  border: 2px solid red;
}
input#postal_code {
  background: #77777714;
  color: #000;
  border: 0;
  border-radius: 2px;
  padding: 0.5rem;
  height: 50px;
  width: 100%;
}
/**/
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

/**/
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-width: 991.98px) {
  .flxerz {
    flex-direction: column;
  }
  .catItem::before {
    height: 150px;
    margin-top: -150px;
  }
  .forMobile {
    display: block;
  }
  .forDesktop {
    display: none;
  }
  .swiper.mySwipercat {
    width: calc(100% + 28px);
    margin-left: -14px;
    background: white;
  }
  .showDesktop {
    display: none !important;
  }
  .hideDesktop {
    display: block !important;
  }
  .flxer3 .labelHolder {
    width: 100%;
  }

  .flxer3 {
    flex-direction: column;
  }
  .main {
    padding: 1rem;
    min-height: unset;
  }
  .swiper-slide img {
    height: 325px;
  }
  .prdocutSlider .swiper-slide img {
    height: 150px;
  }
  .addtocart,
  .gtset {
    position: fixed;
    z-index: 999;
    bottom: 0;
    padding: 1rem;
    width: 100%;
    background: #ffffff;
    left: 0;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -70px 50px rgba(0, 0, 0, 0.1);
  }
  .addtocart button.submit {
    height: 50px;
  }
  .colCenter {
    padding-bottom: 200px;
  }
  .gabbottom200 {
    padding-bottom: 200px;
  }
  p.prod_price {
    position: fixed;
    right: 1rem;
    bottom: 100px;
    z-index: 1000;
  }
  .prod_item {
    display: flex;
    flex-direction: column;
  }
  .prod_item .s0,
  .prod_item .s1,
  .prod_item .s2,
  .prod_item .s3,
  .prod_item .s4 {
    width: 100%;
  }
  .prod_item .s2 {
    display: flex;
    align-content: flex-end;
    align-items: center;
    justify-content: space-between;
  }
  .prod_item .s3 {
    display: flex;
    justify-content: flex-end;
    color: #000;
  }
  .prod_item .btnSet button {
    font-size: 1rem;
  }

  .prod_item .btnSet button:nth-child(2) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    font-size: 0.7rem;
    opacity: 0.5;
  }
  a.btn2 {
    padding: 0.85rem 1rem;
    height: 50px;
  }
  .prod_item img {
    width: 200px !important;
  }
  .extraCover,
  .video-container {
    width: 100vw;
  }
  .pageContent img.fimg {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  .pageContent p {
    text-align: justify;
  }
  .indexer .catHolders {
    padding: 0.75rem;
  }
  .indexer .sin {
    padding: 1.25rem;
  }
  .indexer {
    padding-bottom: 7rem;
  }
}
