@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;900&family=Poppins:wght@200;400;600;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

body {
  padding: 0;
  margin: 0;
  background: #291606;
  color: #fff;
}
.center100 .row {
  min-height: 100vh;
  align-content: center;
}
.colCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a,
a:hover {
  text-decoration: none;
  color: #e0ae48;
}
.main {
  padding: 1rem 5rem;
}
h3,
h3 span {
  color: #e0ae48;
  font-family: "Playfair Display", Open Sans;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0;
}
h2.st2,
h2.st2 span {
  color: #e0ae48;
  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: #251709;
  background: linear-gradient(
    180deg,
    rgba(41, 22, 6, 1) 50%,
    rgba(41, 22, 6, 0.84) 70%,
    rgba(41, 22, 6, 0) 100%
  );
}

.header .logoHolder img {
  height: 35px;
}
.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(41 22 6 / 100%);
  background: linear-gradient(
    180deg,
    rgba(41, 22, 6, 1) 33%,
    rgba(26, 16, 6, 1) 100%
  );
  position: fixed;
  top: 0;
  height: 85vh;
  width: 100%;
  z-index: 1005;
  text-align: center;
  border-bottom-right-radius: 500px;
  border-bottom-left-radius: 500px;
  padding: 5rem 1rem 1rem 1rem;
  transform: translateY(-105vh);
  transition: all 0.3s;
}
.naviMovile.active {
  transform: translateY(0);
  transition: all 0.3s;
}
.naviMovile ul a {
  color: #cfac59;
}
.naviMovile ul button {
  background: none;
  border: 0;
  color: #cfac59;
  padding: 0.25rem 0;
  margin-top: 0.125rem;
}
.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: 500px;
  object-fit: contain;
  background: black;
  object-position: top;
}
/* 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,
h1.prod_title span {
  color: #e0ae48;
  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;
}

.labelHolder {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.labelHolder.large {
  width: 100%;
  margin-bottom: 0.5rem;
}
.prod_options {
  display: flex;
  padding: 1rem;
  background: #00000024;
  border-radius: 3px;
  border: 0px dashed #d3af5b;
  gap: 1rem;
}
.labelHolder select,
.labelHolder input,
.labelHolder textarea {
  background: #ffffff14;
  color: #d3af5b;
  border: 0;
  border-radius: 2px;
  padding: 0.5rem;
}
.image-upload-box {
  border: 1px dotted #d3af5b;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  color: #d3af5b;
}
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: #e0ae48;
  color: #000;
  border: 0;
  height: 55px;
  border-radius: 3px;
}
.addtocart .labelHolder input,
.prod_item .qts input {
  background: #d3af5b00;
  color: #d3af5b;
  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 #d3af5b;
  background: none;
  color: #d3af5b;
}
.modal-content .modal-body a {
  color: #000;
}

.modal-content .modal-body {
  padding: 0 1rem 1rem 1rem;
}
.modal-content {
  background: #e0ae48db;
  color: #000;
  border: 0;
}
.prod_item {
  display: flex;
  padding: 1rem;
  background: #00000024;
  border-radius: 3px;
  border: 0px dashed #d3af5b;
  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: #d3af5b;
}
.prod_item .des p {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.5;
  text-transform: capitalize;
}
.prod_item .btnSet button {
  border: 0px solid #d3af5b;
  background: #ffffff08;
  color: #d3af5b;
  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: #fff;
  opacity: 0.25;
}
button.btn2 {
  width: 100%;
  background: #e0ae48;
  color: #000;
  border: 0;
  border-radius: 3px;
  padding: 1rem;
}
a.btn2 {
  background: #e0ae48;
  color: #000;
  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;
}

iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

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

.contsHome h1,
.contsHome h1 span {
  color: #ffffff;
  font-size: 1rem;
}
.mycart img {
  width: 22px;
}
.goldprice img {
  width: 22px;
}

.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%;
  display: flex;
  align-items: center;
}
.pageContent {
  z-index: 2;
  position: relative;
  text-align: center;
}
.pageContent h1,
.pageContent h1 span {
  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: #fff;
  text-decoration: none;
}
.product-container h4 {
  color: #e0ae48;
  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.7;
  margin: 0 0 0.5rem 0;
}
.product-container a button {
  background: none;
  border-radius: 3px;
  border: 1px solid #d3af5b;
  color: #d3af5b;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.product-container:hover a button {
  background: #d3af5b;
  color: #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 #d3af5b;
}

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

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

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

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

.quickAccess a,
.accordionHolder table a,
.accordionHolder table a:hover,
.accordionHolder button.btn.btn-link {
  text-decoration: none;
  color: #d3af5b;
}
.desktopNavi ul button {
  background: none;
  border: 0;
  border-bottom: 1px solid #d3af5b00;
  color: #d3af5b;
}
.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: #e0ae48;
}

.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: #e0ae48;
}
a.btnT2 button {
  background: #ffffff3d;
  border: 0;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
  border-radius: 5px;
  color: #e0ae48;
  border: 1px solid #e0ae48;
}
.content-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-box h2 {
  font-size: 1.5rem;
  color: #d3af5b;
}
.content-box {
  padding: 2rem;
  border: 1px solid #d3af5b;
  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;
}
@keyframes gold-glow {
  0% {
    box-shadow: 0 0 150px rgb(196 166 79);
  }

  100% {
    box-shadow: 0 0 0px rgb(196 166 79 / 0%);
  }
}
button#toggleButton {
  border: 0;
  background: #ddab47;
  width: 25px;
  text-align: center;
  height: 25px;
  border-radius: 500px;
  font-size: 12px;
  opacity: 0.5;
}
.filter button {
  border: 1px solid #d3af5b;
  border-radius: 500px;
  padding: 0.5rem 1.5rem;
  background: #00000042;
  color: #d3af5b;
}

.filter {
  text-align: center;
  margin-bottom: 1rem;
}
.container.main.pageId-6 .swiper-slide img {
  background: white;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
  margin: 1rem 1rem 5rem 1rem;
}
img.chairmanImg {
  width: 100%;
  border-radius: 10px;
}
.sign img {
  width: 160px;
}
.footer {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  background: #231508;
  position: relative;
  padding: 2rem 0;
}
.footer .fsection {
  width: 40%;
  padding: 0 1rem;
}
.footer .fsection.logo {
  width: 20%;
}
.footer .fsection.logo img {
  width: 100%;
}
.fsection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fsection h4 {
  color: #e0ae48;
  font-family: "Playfair Display", Open Sans;
  font-size: 1.125rem;
}
.btmFooter {
  background: #1a1207;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.quickAccess ul li {
  border-left: 2px solid;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.quickAccess ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.indexFooter {
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 1rem);
  text-align: center;
  font-size: 0.6rem;
  opacity: 0.5;
}
.msg {
  font-size: 0.9rem;
  font-style: italic;
}
/**/
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}
@media (max-width: 991.98px) {
  .footer .fsection.logo {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer .fsection.three,
  .footer .fsection.two {
    width: 50%;
  }
  .footer .fsection.one {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer .fsection.logo img {
    max-width: 250px;
  }
  .footer {
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .showDesktop {
    display: none !important;
  }
  .hideDesktop {
    display: block !important;
  }
  .flxer3 .labelHolder {
    width: 100%;
  }

  .flxer3 {
    flex-direction: column;
  }
  .main {
    padding: 1rem;
    min-height: unset;
    padding-top: 100px;
  }
  .swiper-slide img {
    height: 325px;
  }
  .addtocart,
  .gtset {
    position: fixed;
    z-index: 999;
    bottom: 0;
    padding: 1rem;
    width: 100%;
    background: #201408;
    left: 0;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .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: #d3af5b;
  }
  .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 {
    background: #e0ae48;
    color: #000;
    border: 0;
    border-radius: 3px;
    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;
  }
}
