@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word
}



body,
html {
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: auto
  }
}

html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}




a,
a.nav-link,
.btn,
input,
textarea,
select {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: background-color 5000s;
  transition: all 0s 50000s;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "montserrat-medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "montserrat-semibold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "montserrat-bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "jost-regular";
  src: url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "jost-medium";
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "jost-semibold";
  src: url("../fonts/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "jost-bold";
  src: url("../fonts/Jost-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-display: swap;
}

:root {
  /* color */
  --primary-color: #d59d0e;
  --secondary-color: #bd7d02;
  --success-color: #00832f;
  --section-heading-color: #262121;
  --sub-heading-color: #404040;
  --paragraph-color: #6b7280;
  --white-color: #ffffff;

  /* font */
  --section-heading-font: 32px;
  --section-sub-heading-font: 24px;
  --paragraph-font: 20px;
  --common-font: 16px;
  --small-font: 14px;

  /* font-family */
  --font-regular: "montserrat-regular";
  --font-medium: "montserrat-medium";
  --font-semibold: "montserrat-semibold";
  --font-bold: "montserrat-bold";

  --font-j-regular: "jost-regular";
  --font-j-medium: "jost-medium";
  --font-j-semibold: "jost-semibold";
  --font-j-bold: "jost-bold";
  --price-update-sticky-top: 0px;
}

/* common css */
.section-padding-top {
  padding-top: 50px;
}

.section-padding-bottom {
  padding-bottom: 50px;
}

.section-padding {
  padding: 50px 0;
}

.section-margin-top {
  margin-top: 50px;
}

.section-margin-bottom {
  margin-bottom: 50px;
}

.section-margin {
  margin: 60px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.section-heading {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: var(--section-heading-font);
  line-height: 1;
  color: var(--section-heading-color);
  margin-bottom: 0px;
}

.j-regular-paragraph {
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 26px;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  opacity: 0.8;
  margin-bottom: 10px;
}

.regular-paragraph {
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  color: var(--section-heading-color);
  opacity: 0.8;
  margin-bottom: 0px;
  margin-top: 10px;
}

.j-medium-heading {
  font-family: var(--font-j-medium);
  font-weight: 500;
  margin-bottom: 0px;
}

.j-semibold-heading {
  font-family: var(--font-j-semibold);
  font-weight: 600;
  margin-bottom: 0px;
}

.j-bold-heading {
  font-family: var(--font-j-bold);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: var(--section-heading-color);
  margin-bottom: 0px;
}

.paragraph-margin-top {
  margin-top: 10px;
}

.j-sub-heading {
  font-size: var(--section-heading-font);
  line-height: 1.4;
  font-weight: 700;
  color: var(--section-heading-color);
  font-family: var(--font-bold);
  margin-bottom: 0px;
}

/* To remove astra default behaviour  */
button:hover {
  background-color: transparent;
}

.gold-button {
  background-color: var(--primary-color);
  color: white;
  border: 0;
  border-radius: 58px;
  padding: 10px 20px;
}

.gold-button:hover {
  background: var(--secondary-color);
}

.woocommerce .quantity .qty {
  border: 0px;
}

#price-ticker {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}

.faq-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  margin-block: 5px;
}

.custom_link_color {
  color: #212529;
}

.down {
  color: #FF0000 !important;
}

.up {
  color: var(--success-color) !important;
}

.d3-tooltip {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  display: none;
  z-index: 9999;
}

/* Price Error State */
.price-error {
  color: #FF0000 !important;
  font-weight: 700;
}

.pacht-price-error .add_to_cart_button,
.pacht-price-error .single_add_to_cart_button,
.pacht-price-error .ajax_add_to_cart {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* Global Price Error Styling */
.price-error {
  color: #ffffff !important;
  background-color: var(--secondary-color);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.4;
  box-shadow: 0 2px 4px rgba(230, 57, 70, 0.2);
}

.pacht-price-error .price-receipt,
.pacht-price-error .price {
  color: #e63946 !important;
}

/* Premium Top Error Bar */
.pacht-top-error-bar {
  background: linear-gradient(90deg, #d62828 0%, #e63946 100%);
  color: #ffffff;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

body.pacht-price-error {
  padding-top: 47px;
}

body.pacht-price-error .fixed-header-part {
  top: 47px;
}

.pacht-top-error-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pacht-top-error-bar i {
  font-size: 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Shop/Product Global Notice */
.pacht-global-error-notice {
  background: #fff5f5;
  border-left: 5px solid #e63946;
  padding: 20px 25px;
  margin-bottom: 40px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 5px 15px rgba(230, 57, 70, 0.08);
}

.pacht-global-error-notice i {
  color: #e63946;
  font-size: 28px;
  line-height: 1;
}

.pacht-global-error-notice .error-content {
  color: #1a1a1a;
  line-height: 1.6;
}

.pacht-global-error-notice .error-content strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  color: #d62828;
}

/* Changes handled by JS to ensure proper recovery */

/* Disable all buying interactions when price error is active */
body.pacht-price-error .buy-btn,
body.pacht-price-error .add_to_cart_button,
body.pacht-price-error .single_add_to_cart_button,
body.pacht-price-error .ajax_add_to_cart,
body.pacht-price-error .view-product,
body.pacht-price-error .checkout-button,
body.pacht-price-error .wc-forward,
body.pacht-price-error .price-link,
body.pacht-price-error .btn-register,
body.pacht-price-error .add-to-cart,
body.pacht-price-error button[name="add-to-cart"],
body.pacht-price-error .single-product-add-to-cart {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.4 !important;
  filter: saturate(0.2) !important;
}


/* Disable sorting during price error and make it look disabled */
body.pacht-price-error .product-sorting {
  opacity: 0.6 !important;
  pointer-events: none !important;
}

body.pacht-price-error .silver-dd__btn:disabled {
  background-color: #f8f9fa !important;
  border-color: #ddd !important;
  color: #999 !important;
  cursor: not-allowed !important;
}

body.pacht-price-error .silver-dd__btn:disabled .silver-dd__icon {
  background-color: #ccc !important;
  opacity: 0.7;
}

body.pacht-price-error .silver-dd__btn:disabled .silver-dd__icon svg {
  fill: #666 !important;
}


/* Quantity control specific styling during error */
body.pacht-price-error .quantity-control {
  pointer-events: none !important;
  opacity: 0.4 !important;
  background: #f1f1f1 !important;
  /* Keep original background color */
}

body.pacht-price-error .quantity-control input {
  cursor: not-allowed !important;
}

/* Fail-safe: Hide all price change indicators during any price error */
body.pacht-price-error .change,
body.pacht-price-error .change-gold,
body.pacht-price-error .change-silver,
body.pacht-price-error .percent-gold,
body.pacht-price-error .diff-gold,
body.pacht-price-error .percent-silver,
body.pacht-price-error .diff-silver {
  display: none !important;
}

.sliver-bars-part-section .slider-part {
  width: 100%;
}

/* For Product Gellary To One Line  */
.woocommerce-product-gallery {
  display: grid;
  gap: 10px
}

@media only screen and (max-width: 35.999em) {
  .woocommerce-product-gallery {
    gap: 6px;
  }
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 17%;
  gap: 1rem;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
}

@media screen and (max-width: 47.999em) {
  .woocommerce-product-gallery .flex-control-thumbs {
    grid-auto-columns: 12.5%;
    gap: 6px;
  }
}

.woocommerce-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: 100% !important;
  display: grid;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  inline-size: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 5px solid #f2f2f2;
}

@media screen and (max-width: 47.999em) {
  .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 2px solid #f2f2f2;
  }
}

.woocommerce-product-gallery .flex-control-nav {
  -ms-scroll-snap-type: inline mandatory;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 10px;
}

.woocommerce-product-gallery .flex-control-nav>* {
  scroll-snap-align: start;
}

/* For Product Gellary To One Line  */

/* Contact Form Error Mesages Display in Red and green */
.wpcf7 form.sent .wpcf7-response-output {
  color: green;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

/* Contact Form Error Mesages Display in Red and green */


/* header section css start */

.header-section .header-top {
  background-color: var(--primary-color);
  padding: 20px 0;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  /* This was missing */
  overflow: hidden;
  /* Needed for height transition */
}

.header-section .header-top .offer-close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 2%;
}

.header-section .header-top .offer-close-btn .close-btn {
  background-color: transparent;
  border: none;
  color: var(--white-color);
  font-size: 18px;
  cursor: pointer;
}

.header-top.hide-offer {
  opacity: 0;
  transform: translateY(-100%);
  padding: 0;
  height: 0;
}

.header-section .header-top .offer-tag-line {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--small-font);
  margin-bottom: 0px;
  color: var(--section-heading-color);
}

.header-section .header-top .offer-tag-line strong {
  font-family: var(--font-bold);
  font-weight: 700;
  color: var(--section-heading-color);
}

.header-section .header-top .offer-tag-line strong:nth-child(2) {
  text-decoration: underline;
  text-decoration-color: var(--white-color);
  -moz-text-decoration-color: var(--white-color);
  -webkit-text-decoration-color: var(--white-color);
  -ms-text-decoration-color: var(--white-color);
  -o-text-decoration-color: var(--white-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.highlight_text {
  text-decoration: underline;
  text-decoration-color: var(--white-color);
  -moz-text-decoration-color: var(--white-color);
  -webkit-text-decoration-color: var(--white-color);
  -ms-text-decoration-color: var(--white-color);
  -o-text-decoration-color: var(--white-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.header-section .info-bar-section {
  border-bottom: 1px solid #0000001a;
  background-color: var(--white-color);
}

.header-section .info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px 0px;
  font-size: 14px;
}

.header-section .info-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-section .info-group .info-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-section .info-group .info-item i {
  color: var(--primary-color);
  font-size: 18px;
}

.header-section .info-group .info-item span {
  color: var(--sub-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--small-font);
  line-height: 1.4;
}

.header-section .price-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-section .price-item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4b5563;
}

.header-section .price-item .name {
  color: var(--secondary-color);
  font-family: var(--font-regular);
  font-size: var(--small-font);
  line-height: 1.4;
  font-weight: 400;
}

.header-section .price-item .price-number {
  color: var(--secondary-color);
  font-family: var(--font-medium);
  font-size: var(--small-font);
  line-height: 1.4;
  font-weight: 500;
}

.header-section .price-item .change {
  color: var(--success-color);
  font-family: var(--font-medium);
  font-size: var(--small-font);
  line-height: 1.4;
  font-weight: 500;
}

.header-section .price-item .change i {
  font-size: 18px;
}

.header-section .language-switch {
  display: flex;
  border: 0.5px solid var(--primary-color);
  border-radius: 100px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.header-section .language-switch a {
  border: none;
  padding: 8px 20.75px;
  cursor: pointer;
  background-color: transparent;
  color: var(--primary-color);
  transition: all 0.3s;
  font-size: 12px;
  border: none;
  font-family: var(--font-regular);
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-section .language-switch a.gt-current-lang {
  background-color: var(--primary-color);
  color: white;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

@media (max-width: 767px) {
  .header-section .info-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .header-section .info-group,
  .header-section .price-group {
    flex-direction: column;
    gap: 10px;
  }
}

.header-section .logo-area {
  border-bottom: 1px solid #e0e0e0;
  background-color: var(--white-color);
}

.header-section .logo-part-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.header-section .logo {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 24px;
}

.header-section .main-header-part .search-bar {
  display: flex;
  max-width: 588px;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.header-section .main-header-part .search-bar input {
  border: none;
  outline: none;
  padding: 5px 20px;
  flex: 1;
}

.header-section .main-header-part .search-bar input::placeholder {
  color: var(--primary-color);
  font-family: var(--font-regular);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.header-section .main-header-part .search-bar button {
  background-color: var(--primary-color);
  border: none;
  padding: 5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100px;
  max-width: 125px;
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.header-section .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fixed-header-part .inner-header-part .nav-links {
  justify-content: center;
}

.header-section .icons .icon {
  position: relative;
  font-size: 20px;
  cursor: pointer;
}

.header-section .icons .icon a {
  color: var(--sub-heading-color);
  text-decoration: none;
}

.header-section .cart-badge,
.header-section .wishlist-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 10px;
  font-size: 11px;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.header-section .wishlist-badge[data-count="0"] {
  display: none;
}

.header-section nav {
  background-color: white;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1000;
}

.header-section nav {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}



.header-section .fixed-header-part {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transform: translateY(-350%);
  transition: transform 0.3s ease;
  -webkit-transform: translateY(-350%);
  -moz-transform: translateY(-350%);
  -ms-transform: translateY(-350%);
  -o-transform: translateY(-350%);
}

.fixed-header-part.show {
  transform: translateY(0);
}

.main-header-part {
  transition: transform 0.3s ease;
}

.main-header-part.hide {
  transform: translateY(-100%);
}

.fixed-header-part .inner-header-part .logo-part {
  max-width: 100px;
}

.fixed-header-part .inner-header-part .fixed-header-content {
  flex: 1;
}

.fixed-header-part .inner-header-part .fixed-on-scroll {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fixed-header-part .inner-header-part .info-group {
  gap: 10px;
}

.fixed-header-part .inner-header-part .price-group {
  gap: 10px;
}

.fixed-header-part .inner-header-part .language-switch {
  display: none;
}

.fixed-header-part .inner-header-part .nav-container {
  width: 100%;
}

.fixed-header-part .inner-header-part .nav-links {
  width: 100%;
}

.fixed-header-part .inner-header-part .icons {
  justify-content: end;
}

.fixed-header-part .inner-header-part .icons .icon a {
  color: var(--sub-heading-color);
}

.fixed-header-part .inner-header-part .nav-links>li:first-child {
  border-left: none;
}

.fixed-header-part .inner-header-part .nav-links>li:last-child {
  border-right: none;
}

.navbar-header-fixed-part .nav-container {
  position: relative;
}

.fixed-header-part .nav-container .toggle-search-bar-part {
  display: none;
  margin-top: 0px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 50%;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.fixed-header-part .inner-header-part .menu-icon {
  display: none;
}

.fixed-header-part .inner-header-part .nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-header-fixed-part .nav-container .toggle-search-bar-part .search-bar {
  display: flex;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: var(--white-color);
}

.navbar-header-fixed-part .nav-container .toggle-search-bar-part .search-bar input {
  border: none;
  outline: none;
  padding: 5px 20px;
  flex: 1;
}

.navbar-header-fixed-part .nav-container .toggle-search-bar-part .search-bar input::placeholder {
  color: var(--primary-color);
  font-family: var(--font-regular);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.navbar-header-fixed-part .nav-container .toggle-search-bar-part .search-bar button {
  background-color: var(--primary-color);
  border: none;
  padding: 5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100px;
  max-width: 125px;
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.header-section .nav-container {
  display: flex;
  align-items: center;
}

.header-section .menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.header-section .nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-section .nav-links>li {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e5e7eb;
  box-sizing: border-box;
  max-width: 180px;
  min-width: 185px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.header-section .nav-links>li .menu-title>a {
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.header-section .nav-links>li a:hover,
.header-section .nav-links>li .menu-title>a.active {
  color: var(--primary-color);
}

.header-section .nav-links>li>a {
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  text-decoration: none;
}

.header-section .nav-links>li:last-child {
  border-right: 1px solid #e5e7eb;
}

.header-section .dropdown-menu-header {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s linear;
  position: absolute;
  top: 40px;
  left: -25px;
  background-color: white !important;
  min-width: 100%;
  z-index: 1000;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height 0.4s linear;
  -moz-transition: max-height 0.4s linear;
  -ms-transition: max-height 0.4s linear;
  -o-transition: max-height 0.4s linear;
}

.header-section .dropdown-menu-header.open {
  max-height: 500px;
  padding: 10px 0;
}

.header-section .dropdown-menu-header li {
  margin: 8px 15px;
  cursor: pointer;
  background-color: var(--white-color);


  width: auto;
  min-width: 155px;
  max-width: 90vw;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: left;
}

#searchBar {
  display: none;
}

.header-section .dropdown-menu-header li a {
  font-size: var(--common-font);
  font-family: var(--font-regular);
  line-height: 1.4;
  color: var(--sub-heading-color);
  opacity: 0.8;
  text-decoration: none;
}

.header-section .dropdown-menu-header li.active a,
.header-section .dropdown-menu-header li a:hover {
  color: var(--primary-color) !important;
  font-weight: 500;
}

.header-section .group-heading {
  font-weight: bold;
  padding: 10px 0px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 10px;
  cursor: default;
  color: #000;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 16px;
}


.header-section .menu-title {
  width: 100%;
  align-items: center;
}

.header-section .arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
  cursor: pointer;
  color: var(--secondary-color);
}

/* Mobile Styles */
@media (max-width: 991px) {
  .header-section .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-section .menu-icon {
    display: block;
    padding: 10px 0;
  }

  .header-section .nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: white;
    z-index: 999;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .header-section .nav-links.active {
    max-height: 600px;
    padding: 20px 0;
  }

  .header-section .nav-links>li {
    width: 100%;
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-section .nav-links>li .menu-title>a {
    color: var(--section-heading-color);
    font-family: var(--font-regular);
    font-weight: 400;
  }

  .header-section .dropdown-menu-header {
    position: static;
    border: none;
    width: 100%;
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s linear, padding 0.4s linear;
    padding-left: 20px;
    -webkit-transition: max-height 0.4s linear, padding 0.4s linear;
    -moz-transition: max-height 0.4s linear, padding 0.4s linear;
    -ms-transition: max-height 0.4s linear, padding 0.4s linear;
    -o-transition: max-height 0.4s linear, padding 0.4s linear;
    text-align: left;
  }

  .header-section .dropdown-menu-header.open {
    max-height: 500px;
    padding: 10px 0 10px 20px;
  }

  .header-section .dropdown-menu-header li {
    width: 100vw !important;
    padding: 10px 0;
    max-width: 100% ! IMPORTANT;
  }
}

/* Desktop Hover Functionality */
@media (min-width: 768px) {
  .header-section .nav-links>li:hover .dropdown-menu-header {
    max-height: fit-content;

    list-style: none;
  }

}

/* header section css end */

/* hero section css start */
.hero-section .carousel-inner img {
  height: auto;
}

.main-hero-section-slider-part .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--white-color);
  background-color: transparent;
  opacity: 1;
}

.main-hero-section-slider-part .carousel-indicators .active {
  border: 2px solid var(--white-color);
  background-color: var(--white-color);
}


.price-update-time .price-update {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--primary-color);
  padding: 16px 0px;
  border-top: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.price-update-time .price-update p {
  font-size: var(--common-font);
  line-height: 1.4;
  color: var(--sub-heading-color);
  font-family: var(--font-medium);
  font-weight: 500;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-update-time .price-update p .dots_part {
  width: 6px;
  height: 6px;
  background-color: #4db6ac;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(77, 182, 172, 0.5),
    0 0 0 6px rgba(77, 182, 172, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px 10px 0px 15px;
}

/* hero section css end */

/* slider section css start */

.heading-part-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px 0px;
  border-bottom: 1px solid #d8d8d8cc;
}

.heading-part-slider .heading-part {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--section-heading-font);
  line-height: 100%;
  color: var(--section-heading-color);
  margin-bottom: 0px;
}

.heading-part-slider .view-all-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.heading-part-slider .view-all-buttons a {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.gold-coins-slider {
  width: 100%;
  overflow: hidden;
}

.gold-coins-slider .swiper-wrapper {
  padding: 14px 0;
}

.gold-coins-slider .swiper-slide {
  background: url("../images/Gold_Card_HD-small.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-align: center;
  height: auto;
  position: relative;
  padding: 45px 40px;
  box-shadow: 0px 4px 10px 0px #00000033;
  /* Use a consistent flex definition so hover expansion animates smoothly (no jump). */
  flex: 0 0 auto;
  flex-basis: calc((100% - (30px * 3)) / 4);
  transform-origin: left center;
  will-change: flex-basis;
  transition: flex-basis 0.5s ease, background 0.5s linear;
  -webkit-transition: flex-basis 0.5s ease, background 0.5s linear;
  -moz-transition: flex-basis 0.5s ease, background 0.5s linear;
  -ms-transition: flex-basis 0.5s ease, background 0.5s linear;
  -o-transition: flex-basis 0.5s ease, background 0.5s linear;


}

.gold-coins-slider .swiper-slide.expanded {
  flex-basis: calc((100% / 4) * 2);
  background: linear-gradient(200deg, #f6e9c7 41%, rgba(255, 223, 158, 0.2) 82%) top left / auto auto no-repeat,
    url("../images/Gold_BG_Horizontal.svg");
  background-size: cover;
  /*background-position: center;*/
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 600px;
  box-shadow: 0px 4px 10px 0px #00000033;
  transition: flex-basis 0.5s ease, background 0.5s linear;
  -webkit-transition: flex-basis 0.5s ease, background 0.5s linear;
  -moz-transition: flex-basis 0.5s ease, background 0.5s linear;
  -ms-transition: flex-basis 0.5s ease, background 0.5s linear;
  -o-transition: flex-basis 0.5s ease, background 0.5s linear;

}

.gold-coins-slider .swiper-slide .options {
  position: absolute;
  top: 50%;
  left: 37%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 57%;
}

.gold-coins-slider .swiper-slide.expanded .options {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.gold-coins-slider .swiper-slide .options .option-btns,
.gold-coins-slider .swiper-slide .options .price {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gold-coins-slider .swiper-slide .options .option-btns {
  transform: translateY(-10px);
}

.gold-coins-slider .swiper-slide.expanded .options .option-btns,
.gold-coins-slider .swiper-slide.expanded .options .price {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.gold-coins-slider .swiper-slide .slider-items {
  display: flex;
}

.gold-coins-slider .swiper-slide .slider-items .slider-items-part {
  flex: 1;
}

.gold-coins-slider .swiper-slide.expanded .slider-items .slider-items-part {
  max-width: 175px;
}

.gold-coins-slider .swiper-slide .icon-on-slide {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 2;
}

.gold-coins-slider .swiper-slide .icon-on-slide i {
  font-size: 18px;
  color: var(--primary-color);
}

.gold-coins-slider .swiper-slide img {
  transition: all 0.3s ease;
}

.gold-coins-slider .swiper-slide h3 {
  margin: 35px 0px 10px;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: var(--section-heading-color);
}

.gold-coins-slider .swiper-slide.expanded .options .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.gold-coins-slider .swiper-slide.expanded .options .price p {
  margin-bottom: 0;
  font-family: var(--font-semibold);
  font-weight: 600;
  color: var(--section-heading-color);
  line-height: 1.4;
  font-size: 20px;
}

.gold-coins-slider .option-btn,
.gold-coins-slider .buy-btn {
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 1.4;
  width: 100%;
  transition: all 0.4s linear;

}

.gold-coins-slider .option-btn {
  background: var(--white-color);
  color: var(--sub-heading-color);
  padding: 10px;
  border-radius: 100px;
  max-width: 340px;
  margin: 0 auto;
}

.gold-coins-slider .option-btn:hover,
.gold-coins-slider .option-btn.active {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.gold-coins-slider .buy-btn {
  background: var(--secondary-color);
  padding: 9px 10px;
  max-width: 160px;
  border-radius: 58px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

/* slider section css end */

/* gold bars part section css start */
.gold-bars-part-section {
  background: linear-gradient(174deg, #f6e9c7 60%, rgba(255, 223, 158, 0.2) 82%), url(../images/gold-slider-ctc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 10px 0px #00000033;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 20px;
}

.gold-bars-part-section .images-parts {
  max-width: 260px;
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-width: 980px;
  padding: 10px 0;
  overflow-y: visible;
  overflow-x: hidden;
  height: 334px;
  padding-left: 2px;
}

.swiper-container .swiper-wrapper {
  align-items: center;
}

.swiper-container .swiper-slide {
  border: 1px solid #D59D0E;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 10px;
  transition: all 0.4s ease;
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);

}

.swiper-container .slide-content {
  position: relative;
  transition: padding-bottom 0.4s ease;
}

.swiper-container .slide-img,
.swiper-container .slide-hover-img {
  height: auto;
  transition: opacity 0.4s ease;
}

.swiper-container .slide-hover-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.swiper-container .swiper-slide .gold-bar-weight {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--section-heading-color);
  margin: 10px 0px 20px;
}

.swiper-container .swiper-slide .gold-bar-price {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--section-heading-color);
  margin-bottom: 20px;
}

.swiper-container .swiper-slide .buy-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 58px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.swiper-container .swiper-slide:hover .buy-btn {
  background-color: #b17a0d;
  opacity: 1;
  visibility: visible;
}

.swiper-container .swiper-slide .added_to_cart,
.gold-coins-slider .added_to_cart {
  display: none !important;
}

.buy-btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  font-style: italic;
}

/* Smooth Slide Expansion Without Stretching */
.swiper-container .swiper-slide:hover .slide-content {
  padding-bottom: 50px;
}

.swiper-container .swiper-slide:hover .slide-img {
  opacity: 0;
}

.swiper-container .swiper-slide:hover .slide-hover-img {
  opacity: 1;
}

@media (max-width: 768px) {

  .swiper-container .slide-img,
  .swiper-container .slide-hover-img {
    width: 80px;
  }
}

/* Apply hover effect only if slide does NOT have 'no-hover' class */
.swiper-container .swiper-slide:not(.no-hover):hover .buy-btn {
  background-color: var(--secondary-color);
  opacity: 1;
  visibility: visible;
}

.swiper-container .swiper-slide:not(.no-hover):hover .slide-content {
  padding-bottom: 50px;
}

.swiper-container .swiper-slide:not(.no-hover):hover .slide-img {
  opacity: 0;
}

.swiper-container .swiper-slide:not(.no-hover):hover .slide-hover-img {
  opacity: 1;
}

/* gold-bars-part-section css end */

/* sliver bars part section css start */
#slider1 .swiper-slide,
#slider2 .swiper-slide,
#slider3 .swiper-slide,
#slider4 .swiper-slide {
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  height: auto;
  position: relative;
  padding: 45px 25px;
  box-shadow: 0px 4px 10px 0px #00000033;
  flex-basis: calc((100% - (30px * 3)) / 4);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  width: 100%;
}

#slider2 .swiper-slide {
  background: linear-gradient(180deg, #dadada 0%, rgba(226, 226, 226, 0.2) 100%), url("../images/Card_design.svg") !important;
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

#slider2 .swiper-slide.expanded {
  background: linear-gradient(180deg, #dadada 0%, rgba(226, 226, 226, 0.2) 100%),
    url("../images/slider-bg-image.svg") !important;
}

#slider1 .swiper-slide.expanded,
#slider2 .swiper-slide.expanded,
#slider3 .swiper-slide.expanded,
#slider4 .swiper-slide.expanded {
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  flex: 0 0 calc((100% / 4) * 2);
  position: relative;
  max-width: 600px;
  width: 100%;
}


#slider2 .swiper-slide .options .option-btns,
.gold-coins-slider .swiper-slide .options .option-btns {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#slider2 .option-btn:hover {
  background-color: #6b7280;
  color: var(--white-color);
}

#slider2 .swiper-slide .icon-on-slide i {
  font-size: 18px;
  color: var(--sub-heading-color);
}

.sliver-bars-part-section {
  background:
    linear-gradient(180deg, #e5e7eb 71%, rgba(255, 254, 250, 0.33) 100%),
    url("../images/silverbar_BG_imgs.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 10px 0px #00000033;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 20px;
}

.sliver-bars-part-section .images-parts {
  max-width: 260px;
  width: 100%;
}

.sliver-bars-part-section .swiper-container .swiper-slide {
  border: 1px solid #b2b2b2;
}

.sliver-bars-part-section .swiper-container .swiper-slide .buy-btn {
  background-color: #6b7280 !important;
}

/* sliver bars part section css end */

/* graph section css start */
.graph-section .price-container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.graph-section .price-info {
  display: flex;
  flex-direction: column;
}

.graph-section .main-price {
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
}

.graph-section .main-price .euro {
  color: var(--primary-color);
  font-size: var(--section-sub-heading-font);
}

.graph-section .main-price .price {
  font-size: var(--section-sub-heading-font);
  line-height: 1;
  font-family: var(--font-bold);
  color: var(--sub-heading-color);
}

.graph-section .change {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 5px;
}

.graph-section .change i {
  font-size: 14px;
}

.graph-section .change .first-part span {
  color: var(--sub-heading-color);
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-medium);
}

.graph-section .change .second-part span {
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-medium);
}

.graph-section .dropdown {
  position: relative;
  width: 250px;
  height: 35px;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  overflow: hidden;
}

.graph-section .dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 40px 0 20px;
  font-size: 14px;
  color: #000000b2;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-family: var(--font-medium);
}

.graph-section .dropdown select:focus {
  outline: none;
}

.graph-section .dropdown .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: var(--secondary-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.graph-section .dropdown .icon-container i {
  color: white;
  font-size: 14px;
}

.graph-section #chart-container {
  width: 100%;
  height: 300px;
  position: relative;
}

.graph-section #chart-container #chart {
  border: none;
  outline: none;
}

.graph-section #chart-container svg {
  width: 100%;
  height: 100%;
}

.graph-section #chart-container .grid line {
  stroke: #ccc;
  stroke-opacity: 0.5;
}

.graph-section #chart-container .area {
  fill: url(#gradient);
}

.graph-section #chart-container .line {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 2;
}

.graph-section #chart-container .dot {
  fill: white;
  stroke: var(--primary-color);
  stroke-width: 1.5;
}

.graph-section #chart-container .axis text {
  fill: #000000b2;
  font-size: 12px;
}

.graph-section #chart-container .chart-container {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.graph-section #chart-container svg {
  width: 100%;
  height: 100%;
}

.graph-section #chart-container .grid line {
  stroke: #d9d9dd;
  stroke-opacity: 0.7;
  stroke-dasharray: 4 4;
}

.graph-section #chart-container .axis text {
  fill: #000000b2;
  font-size: 12px;
}

.graph-section #chart-container .axis path,
.graph-section #chart-container .axis line {
  stroke: #333;
}

.graph-section #chart-container {
  width: 100%;
  height: 300px;
  position: relative;
}

.graph-section #chart-container .chart-container {
  width: 100%;
  height: 300px;
}

.chart-update-dates {
  text-align: center;
  margin-top: 15px;
}

.chart-update-dates p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* graph section css end  */

/* news update section css start */
.feature-image-for-news {
  max-width: 628px;
  height: 470px;
  position: relative;
}

.feature-image-for-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image-for-news::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 51.04%,
      rgba(0, 0, 0, 0.00597151) 55.1%,
      rgba(1, 1, 1, 0.0234497) 58.44%,
      rgba(1, 1, 1, 0.0517802) 61.19%,
      rgba(2, 2, 2, 0.0903085) 63.51%,
      rgba(4, 4, 4, 0.13838) 65.53%,
      rgba(5, 5, 5, 0.195341) 67.38%,
      rgba(7, 7, 7, 0.260536) 69.22%,
      rgba(9, 9, 9, 0.333311) 71.18%,
      rgba(11, 11, 11, 0.413011) 73.39%,
      rgba(13, 13, 13, 0.498982) 76.01%,
      rgba(15, 15, 15, 0.590571) 79.17%,
      rgba(18, 18, 18, 0.687121) 83%,
      rgba(20, 20, 20, 0.787979) 87.66%,
      rgba(23, 23, 23, 0.89249) 93.28%,
      #1a1a1a 100%);
}

.feature-image-for-news .news-heading {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  padding: 24px;
  z-index: 2;
}

.feature-image-for-news .news-heading .news-name {
  font-family: var(--montserrat-regular);
  font-size: var(--section-sub-heading-font);
  line-height: 1.2;
  font-weight: 400;
}

.feature-image-for-news .news-heading .news-name a {
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.4s linear;
}

.feature-image-for-news .news-heading .news-name a:hover {
  color: var(--primary-color);
}

.feature-image-for-news .news-heading .name-and-time {
  color: var(--white-color);
  display: flex;
  gap: 15px;
}

.feature-image-for-news .news-heading .name-and-time span {
  font-family: var(--montserrat-regular);
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
}

.news-image-part {
  max-width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-image-part a {
  display: block;
}

.news-image-part a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-update-section .short-news-section-row {
  padding-bottom: 10px;
  border-bottom: 2px solid #d8d8d8;
}

.news-update-section .news-short-content-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-update-section .news-short-content-part .news-short-heading {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 1.2;
  margin-bottom: 0;
}

.news-update-section .news-short-content-part .news-short-heading a {
  text-decoration: none;
  color: var(--section-heading-color);
  transition: all 0.5s linear;
}

.news-update-section .news-short-content-part .news-short-heading a:hover {
  color: var(--primary-color);
}

.news-update-section .news-short-content-part .news-short-para {
  font-family: var(--montserrat-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.8;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.news-update-section .news-short-content-part .name-part {
  display: flex;
  justify-content: space-between;
}

.news-update-section .news-short-content-part .name-part span {
  font-family: var(--montserrat-regular);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.8;
}

/* news update section css end */

/* full width image section css start */
.full-width-image-part-section {
  width: 100%;
  height: auto;
}

.full-width-image-part-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* full width image section css end */

/* experience in trading coins css start */

.experience-in-trading-coins .heading-part {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--section-heading-font);
  color: var(--section-heading-color);
  line-height: 1.2;
}

.experience-in-trading-coins .info-container {
  max-width: 100%;
  margin: auto;
}

.experience-in-trading-coins .info-container .info-box {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e5e7eb;
}

.experience-in-trading-coins .info-container .info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}

.experience-in-trading-coins .info-container .info-text {
  color: var(--sub-heading-color);
  font-size: var(--paragraph-font);
  font-family: var(--montserrat-regular);
  font-weight: 400;
  line-height: 140%;
}

/* experience in trading coins css end */

/* footer section css start */
.footer-section {
  background-color: var(--section-heading-color);
  padding: 16px;
}

.footer-section .footer-links-row {
  padding: 16px 0px;
}

.footer-section .footer-logo-part {
  margin-bottom: 25px;
}

.footer-section .footer-links-row .contact-info-div p {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
  margin-bottom: 16px;
}

.footer-section .footer-links-row .contact-info-div p span a {
  font-family: var(--montserrat-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
  text-decoration: none;
  transition: all 0.5s linear;
}

.footer-section .footer-links-row .contact-info-div p span a:hover {
  color: var(--primary-color);
}

.footer-section .footer-links-row .footer-link-heading {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 16px;
}

.footer-section .footer-links-row .office-address {
  padding-right: 50px;
  margin-bottom: 50px
}

.footer-section .footer-links-row .office-address p {
  color: var(--white-color);
  opacity: 0.75;
  font-family: var(--montserrat-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.footer-section .footer-links-row .office-address .office-timing {
  padding-right: 40px;
}

.footer-section .footer-links-row .office-timing .day {
  display: flex;
  gap: 0px;
  margin-bottom: 15px;
}

.footer-section .footer-links-row .office-timing .day span {
  color: var(--white-color);
  opacity: 0.75;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--montserrat-regular);
  font-weight: 400;
  flex: 1;
}

.footer-section .footer-links-row .pages-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .footer-links-row .pages-links li {
  margin-bottom: 15px;
  opacity: 0.75;
  font-family: var(--montserrat-regular);
  font-size: 16px;
  line-height: 16px;
}

.footer-section .footer-links-row .pages-links li a {
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.5s linear;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--montserrat-regular);
  font-weight: 400;
}

.footer-section .footer-links-row .pages-links li a:hover {
  color: var(--primary-color);
}

.footer-section .copyrightrow p {
  font-weight: 400;
  color: var(--white-color);
  font-size: 16px;
  line-height: 16px;
  opacity: 0.75;
  margin-bottom: 0px;
}

/* footer-section css end */

/* dark page theme css start */
.products-we-purchase .products-tabs .main-tabs {
  align-items: center;
  max-width: 702px;
  margin: 0 auto;
  border: 2px solid var(--secondary-color);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  margin-bottom: 60px;
}

.products-we-purchase .products-tabs .main-tabs .nav-item {
  flex: 1;
}

.products-we-purchase .products-tabs .main-tabs .nav-item .nav-link {
  width: 100%;
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--paragraph-font);
  line-height: 1.4;
}

.products-we-purchase .products-tabs .main-tabs .nav-item .nav-link.active {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--paragraph-font);
  line-height: 1.4;
}

.products-we-purchase .products-tabs .tab-toggle .nav-link {
  border: none;
  color: var(--secondary-color);
  border-radius: 20px;
  padding: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}


.products-we-purchase .product-description {
  margin: 50px 0px;
}

.products-we-purchase .product-description .section-heading {
  margin-bottom: 20px;
}

.products-we-purchase .product-description .j-sub-heading {
  margin-bottom: 20px;
}

.products-we-purchase .product-description .j-regular-paragraph strong {
  font-family: var(--font-medium);
  font-weight: 500;
}

.products-we-purchase .inner-tab-section {
  padding-bottom: 35px;
}

.products-we-purchase .inner-tab-section .scrolling-tabs {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
}

.products-we-purchase .inner-tab-section .scrolling-tabs::-webkit-scrollbar {
  display: none;
}

.products-we-purchase .inner-tab-section .scrolling-tabs .nav-link {
  display: inline-block;
  white-space: nowrap;
}

.products-we-purchase .inner-tab-section .product-description .j-regular-paragraph {
  margin-bottom: 10px;
}

.products-we-purchase .inner-tab-section .product-description .j-sub-heading {
  font-size: var(--section-heading-font);
  color: var(--section-heading-color);
  font-family: var(--font-semibold);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.products-we-purchase .inner-tab-section .product-category {
  margin-bottom: 10px;
}

.products-we-purchase .inner-tab-section .product-category .nav-item {
  min-width: 200px;
}

.products-we-purchase .inner-tab-section .product-category .nav-item:focus {
  outline: none;
}

.products-we-purchase .inner-tab-section .product-category .nav-link {
  width: 100%;
}

.products-we-purchase .inner-tab-section .product-category img {
  width: 145px;
  height: 145px;
  object-fit: cover;
}

.products-we-purchase .inner-tab-section .product-category .nav-link:hover {
  border-color: transparent;
}

.products-we-purchase .inner-tab-section .product-category .nav-link.active {
  background: none;
  color: var(--section-heading-color);
  border-color: transparent;
  border-bottom: 2px solid var(--secondary-color);
}

.products-we-purchase .inner-tab-section .product-category .nav-link.active img {
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.products-we-purchase .inner-tab-section .product-category .nav-link {
  color: var(--section-heading-color);
}

.products-we-purchase .inner-tab-section .product-description img {
  width: 100%;
  max-width: 305px;
  flex: 1;
}

.products-we-purchase .product-description-image .images-parts {
  padding: 35px 0;
  gap: 100px;
}

.products-we-purchase .product-category-name {
  font-size: var(--paragraph-font);
  line-height: 1.4;
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
  margin: 18px 0px 10px;
}

.products-we-purchase .nav-link.active .product-category-name {
  font-size: var(--paragraph-font);
  line-height: 1.4;
  font-family: var(--font-semibold);
  color: var(--primary-color);
  font-weight: 600;
}

.products-we-purchase .inner-products-content-part .j-regular-paragraph {
  line-height: 1.45;
  text-align: center;
  margin: 20px auto;
}

.products-we-purchase .inner-products-content-part .j-regular-paragraph strong {
  font-family: var(--font-medium);
  font-weight: 500;
}

.products-we-purchase .inner-tab-section .btn-explore {
  color: var(--white-color);
  text-decoration: none;
  display: inline-block;
  font-size: var(--paragraph-font);
  line-height: 1.4;
  font-family: var(--font-medium);
  font-weight: 500;
  background-color: var(--secondary-color);
  padding: 12px 50px;
  min-width: 200px;
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  border: none;
}

.products-we-purchase .inner-tab-section .btn-explore:hover {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .j-bold-heading {
    font-size: 28px;
    line-height: 1.4;
  }

  .products-we-purchase .products-tabs .main-tabs {
    flex-wrap: wrap;
  }

  .j-sub-heading {
    font-size: 24px;
  }

  .products-we-purchase .product-description {
    margin: 30px 0px;
  }

  .products-we-purchase .inner-tab-section .product-category .nav-item {
    min-width: 150px;
  }

  .products-we-purchase .inner-tab-section .product-category img {
    width: 120px;
    height: 120px;
  }

  .products-we-purchase .product-description-image .images-parts img {
    width: 150px;
    height: 150px;
  }

  .products-we-purchase .product-description-image .images-parts {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .products-we-purchase .inner-tab-section .product-category {
    min-width: 400px;
    margin: 0 0 10px 0 !important;
  }

  .products-we-purchase .inner-tab-section .product-category .nav-item {
    min-width: 130px;
    flex: 1;
  }

  .products-we-purchase .inner-tab-section .product-category .nav-link {
    padding: 8px 10px;
  }

  .products-we-purchase .inner-tab-section .product-category img {
    width: 80px;
    height: 80px;
  }

  .products-we-purchase .product-description-image .images-parts img {
    width: 170px;
    height: 170px;
  }

  .products-we-purchase .products-tabs .main-tabs {
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .products-we-purchase .products-tabs .main-tabs .nav-item {
    width: 100%;
  }

  .products-we-purchase .products-tabs .main-tabs .nav-item .nav-link.active {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}

@media (max-width: 400px) {
  .products-we-purchase .product-category-name {
    font-size: 16px;
  }

  .products-we-purchase .product-description-image .images-parts img {
    width: 150px;
    height: 150px;
  }
}

/* dark theme css end */



/* common css start */
.banner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-section .banner-content-part {
  text-align: center;
}

.banner-section .banner-content-part .page-name {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: var(--section-heading-font);
  color: var(--white-color);
  margin-bottom: 10px;
}

.banner-section .banner-content-part .page-heading-description {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--white-color);
  margin-bottom: 0px;
}

.breadcrumb-section {
  margin: 45px 0px;
}

.breadcrumb-section .breadcrumb {
  padding: 16px 10px;
  border-bottom: 1px solid #d8d8d8cc;
  margin-bottom: 0px;
}

.breadcrumb-section .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumb-section .breadcrumb li.active {
  display: flex;
  align-items: center;
  color: #2c2c2c;
  font-size: 20px;
}

.breadcrumb-section .breadcrumb li a {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.breadcrumb-section .breadcrumb li a:hover {
  color: var(--primary-color);
}

.breadcrumb-section .breadcrumb li+li::before {
  content: "/";
  margin: 0 10px 0px 5px;
  color: var(--section-heading-color);
  opacity: 0.8;
}

/* common css end */

/* contact page css start */


.contact-details {
  margin-bottom: 50px;
  margin-top: 100px;
}

.contact-details .time-part {
  padding: 0px 10px 10px 10px;
}

.contact-details .time-part .time-heading {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--section-sub-heading-font);
  color: var(--section-heading-color);
  margin-bottom: 20px;
}

.contact-details .time-part .time-description {
  font-size: var(--font-regular);
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 24px;
  color: var(--section-heading-color);
  margin-bottom: 20px;
  margin-top: 30px;
}

.contact-details .contact-page-day .day {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.contact-details .contact-page-day .day span {
  color: var(--section-heading-color);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-regular);
  font-weight: 600;
}

.contact-details .time-part .para-text p {
  font-size: var(--font-regular);
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 24px;
  color: var(--section-heading-color);
  margin-bottom: 0px;
  word-break: normal;
  overflow-wrap: break-word;

}

.contact-details .time-row {
  margin-bottom: 10px;
}

.contact-details .btn-part a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 14px;
  color: var(--section-heading-color);
  font-size: 18px;
  font-family: var(--font-medium);
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background: transparent;
}

.contact-details .btn-part a:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}

.contact-details .btn-part a i {
  display: inline-block;
  padding-right: 10px;
  color: var(--primary-color);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-size: 20px;
}

.contact-details .btn-part a:hover i {
  color: var(--white-color);
}

.contact-details .map-part .map-container {
  width: 100%;
  height: 360px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.contact-details .map-part .address {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  text-align: center
}

.contact-details .map-part .address p {
  color: var(--section-heading-color);
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 24px;
  margin-bottom: 0px;
}

.contact-details .map-part .address p i {
  font-size: 20px;
  color: var(--primary-color);
  display: inline-block;
  padding-right: 5px;
}

.contact-details .form-part .form-title {
  font-size: var(--section-sub-heading-font);
  font-family: var(--font-semibold);
  font-weight: 600;
  color: var(--section-heading-color);
  margin-bottom: 10px;
}

.contact-details .form-part .form-label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}

.contact-details .form-part .form-control {
  background-color: #f2f0eb;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.contact-details .form-part .form-control::placeholder {
  color: #26212180;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 24px;
}

.contact-details .form-part .form-control:focus {
  box-shadow: none;
  outline: 1px solid var(--primary-color);
}

.contact-details .form-part .btn-submit {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 13px;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 5px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.contact-details .form-part .btn-submit:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.contact-details .form-part .btn-submit i {
  font-size: 20px;
}

/* contact page css end */

/* imprint page css start */

.imprint-page-banner {
  background: linear-gradient(0deg, rgba(230, 173, 64, 0) 0%, rgba(230, 173, 64, 0.25) 50%, rgba(230, 173, 64, 0.5) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

.imprint-page-banner .banner-content-part .page-name {
  color: var(--section-heading-color);
}

.imprint-page-banner .banner-content-part .page-heading-description {
  color: var(--section-heading-color);
}

.imprint-details-part {
  margin-bottom: 60px;
}

.imprint-details-part .details-content {
  margin-bottom: 40px;
}

.imprint-details-part .details-content h2 {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 32px;
  color: var(--section-heading-color);
  margin-bottom: 10px;
}

.imprint-details-part .details-content h3 {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: var(--section-sub-heading-font);
  color: var(--section-heading-color);
  margin-bottom: 10px;
  text-align: center;
}

.imprint-details-part .details-content p {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--section-heading-color);
  opacity: 0.8;
  margin-bottom: 10px;
}

.imprint-details-part .details-content p a {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  line-height: 145%;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--section-heading-color);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.imprint-details-part .details-content p a:hover {
  color: var(--primary-color);
}

/* imprint page css end */

/* product list page css start */

/* Remove background image from this class */
.product-page-banner {
  position: relative;
  overflow: hidden;

}

/* New banner image styling */
.banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
}

/* Keep other styling intact */

/* Text content stays on top */
.banner-section .banner-content-part {
  text-align: center;
  position: relative;
  z-index: 1;

}

/* Text styling */
.banner-section .banner-content-part .page-name {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 48px;
  color: #fff !important;
  margin-bottom: 10px;
}

.banner-section .banner-content-part .page-heading-description {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: #fff !important;
  margin-bottom: 0px;
}


/* New banner image styling */

.product-page-banner .banner-content-part .page-name,
.banner-section .banner-content-part .page-heading-description {
  color: #fff !important;
}

.products-list-part .products-name-heading {
  margin-bottom: 50px;
}

.products-list-part .filter-row {
  padding: 15px 0px;
  border-bottom: 1px solid #d8d8d8cc;
  margin-bottom: 14px;
}

.filter-row .filter-name {
  display: flex;
  align-items: center;
}

.filter-row .filter-name span {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--section-heading-font);
  line-height: 1;
  color: var(--section-heading-color);
  margin-bottom: 0px;
}

.products-list-filter .dropdown {
  position: relative;
  max-width: 250px;
  height: 35px;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  overflow: hidden;
  margin-left: auto;
}

.products-list-filter .dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 40px 0 20px;
  font-size: 14px;
  color: #000000b2;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-family: var(--font-medium);
}

.products-list-filter .dropdown select:focus {
  outline: none;
}

.products-list-filter .dropdown .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: var(--secondary-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.products-list-filter .dropdown .icon-container i {
  color: white;
  font-size: 14px;
}

.product-list-item {
  margin-bottom: 50px;
}

.product-list-item .sticky-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.product-list-item .sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.product-list-item .product-card {
  background: linear-gradient(180deg,
      rgba(241, 229, 190, 0.8) 0%,
      rgba(251, 250, 248, 0.8) 100%),
    url("../images/Gold_Card_HD-small.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 46px 23px 20px 23px;
  box-shadow: 0px 4px 10px 0px #00000033;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.product-list-item .product-card .wishlist-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.product-list-item .product-card .wishlist-icon i {
  font-size: 20px;
  color: var(--primary-color);
}


.product-list-item .product-card a img {
  margin: 0 auto 25px;
  max-width: 174px;
  height: auto;
}

.product-list-item .product-card .product-name {
  text-decoration: none;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  margin-bottom: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.product-list-item .product-card .product-name:hover {
  color: var(--primary-color);
}

.product-list-item .product-card .price-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-list-item .product-card .price-add .add-to-cart-link {
  text-decoration: none;
  padding: 8px 12px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
  font-size: 16px;
  font-family: var(--font-medium);
  font-weight: 500;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.product-list-item .product-card .price-add .add-to-cart-link:hover {
  background-color: var(--secondary-color);
}

.product-list-item .product-card .price-add .add-to-cart-link i {
  display: inline-block;
  font-size: 18px;
}

.product-list-item .product-card .price {
  font-size: var(--paragraph-font);
  font-family: var(--font-semibold);
  font-weight: 600;
  color: var(--section-heading-color);
  font-size: 17px;
}

.product-list-item .product-card .btn {
  background: #f4c430;
  border: none;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 25px;
}

.product-list-item .filter-title {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  font-family: var(--font-semibold) !important;
  font-weight: 600 !important;
  font-size: var(--paragraph-font) !important;
  color: var(--section-heading-color) !important;
}

.product-list-item .filter-heading {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
}

.product-list-item .sidebar .form-check .form-check-label {
  font-size: 18px;
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
}

.product-list-item .sidebar .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.product-list-item .sidebar .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.mobile-sidebar-toggle {
  display: none;
}


@media (min-width: 991px) {
  .product-list-item .sidebar-wrapper {
    position: sticky;
    top: 100px;
  }
}

.products-list-part .pagination-row {
  margin-top: 15px;
}

.products-list-part .pagination-row .custom-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}

.products-list-part .pagination-row .custom-pagination .page-item {
  list-style: none;
}

.products-list-part .pagination-row .custom-pagination .page-link {
  color: var(--section-heading-color);
  background: transparent;
  border: none;
  padding: 2px 12px;
  font-size: 18px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 400;
  font-family: var(--font-regular);
}

.products-list-part .pagination-row .custom-pagination .page-link i {
  font-size: 16px;
}

.products-list-part .pagination-row .custom-pagination .active .page-link {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 2px 12px;
}

.products-list-part .pagination-row .custom-pagination .disabled .page-link {
  color: var(--section-heading-color);
  pointer-events: none;
  opacity: 0.5;
}

.products-list-part .pagination-row .custom-pagination .page-item.disabled .page-link {
  pointer-events: none;
  color: var(--section-heading-color);
  background-color: transparent;
  border: none;
}

/* product list page css end */


/* registration page css start */
.registration-page-banner {
  background-image: url("../images/registration-banner-bg.webp");
}

.registration-page-banner .banner-content-part .page-name,
.registration-page-banner .banner-content-part .page-heading-description {
  color: var(--section-heading-color);
}

.registration-form {
  padding: 10px 0px 100px;
}

.registration-form .field-gap {
  padding: 10px;
}

.registration-form .field-gap .inner-field-gap {
  padding-bottom: 10px;
}

.registration-form .form-control,
.registration-form .form-select {
  background-color: #f8f5f1;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
}

.registration-form .btn-register {
  width: 100%;
  background-color: var(--primary-color);
  font-size: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  color: var(--white-color);
  border-radius: 50px;
  padding: 10px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.registration-form .btn-register:hover {
  background-color: var(--secondary-color);
}

.registration-form .text-link {
  font-size: var(--common-font);
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 24px;
  color: var(--section-heading-color);
}

.registration-form .text-link a {
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.registration-form .text-link a:hover {
  color: var(--secondary-color);
}

.registration-form .form-label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}

.registration-form .form-control,
.registration-form .form-select {
  background-color: #f2f0eb;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.registration-form .form-control::placeholder {
  color: #26212180;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 24px;
}

.registration-form .form-control:focus,
.registration-form .form-select:focus {
  box-shadow: none;
  outline: 1px solid var(--primary-color);
}

.registration-form .btn-submit {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 13px;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.registration-form .btn-submit:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.registration-form .field-gap .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 2px;
}

.registration-form .field-gap .form-check .form-check-label {
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
  line-height: 24px;
}

.registration-form .field-gap .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.registration-form .field-gap .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

/* registration page css end */

/* login page css start */
.login-page-banner {
  background-image: url("../images/login-banner-bg.webp");
}

.login-page-banner .banner-content-part .page-name,
.login-page-banner .banner-content-part .page-heading-description {
  color: var(--section-heading-color);
}

.login-container {
  max-width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container .form-area-part {
  max-width: 608px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  z-index: 1;
}

.login-container .login-inpit-field {
  margin-bottom: 20px;
}

.login-container .form-control {
  background-color: #f2f0eb;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-container .form-control:focus {
  box-shadow: none;
  outline: 1px solid var(--primary-color);
}

.login-container .form-label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}

.login-container .btn-login {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
  width: 100%;
  padding: 12px;
  font-family: var(--font-medium);
  font-weight: 500;
  margin-top: 15px;
  font-size: var(--paragraph-font);
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.login-container .btn-login:hover {
  background-color: var(--secondary-color);
}

.login-container .login-footer p {
  padding: 12px 0px;
  font-size: var(--common-font);
  font-weight: 400;
  font-family: var(--font-regular);
  line-height: 24px;
  margin-bottom: 0px;
}

.login-container .login-footer p a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: var(--common-font);
  font-weight: 500;
  font-family: var(--font-medium);
  line-height: 24px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.login-container .login-footer a:hover {
  color: var(--secondary-color)
}

.login-container .coin-left,
.login-container .coin-right {
  position: absolute;
  bottom: -110px;
}

.login-container .coin-left {
  left: 0px;
}

.login-container .coin-right {
  right: 0px;
}

@media (max-width: 991px) {
  .login-container {
    min-height: auto;

  }

  .login-container .coin-left,
  .login-container .coin-right {
    display: none;
  }
}

/* login page css end */


.spin {
  display: inline-block;
  animation: rotate360 1s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.add-to-cart-link span {
  display: inline-block;
  padding-left: 5px;
}

/* additional cart button css end*/


/* cart page css start */

.cart-container {
  overflow: hidden;
}

.cart-section {
  padding: 0px 0;
}

.cart-section .table,
.cart-section .shop_table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: none !important;
  min-width: 600px;
}

.cart-section .shop_table thead th,
.cart-section .table thead th {
  background: #f8f8f8;
  padding: 15px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--section-heading-color, #333);
  font-family: var(--font-medium);
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid #d8d8d8cc;
}

.cart-section .shop_table thead th:first-child,
.cart-section .table thead th:first-child {
  width: 75px;
  text-align: center;
}

.cart-section .table thead th:nth-child(2) {
  text-align: left;
}

.cart-section .shop_table tbody tr,
.cart-section .table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

.cart-section .shop_table tbody tr:last-child,
.cart-section .table tbody tr:last-child {
  border-bottom: none;
}

.cart-section .shop_table tbody td,
.cart-section .table tbody td {
  padding: 20px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #d8d8d8cc;
}

.cart-section .shop_table tbody td:first-child,
.cart-section .table tbody td:first-child {
  text-align: center;
}

.cart-section .item-number {
  width: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--section-heading-color, #333);
  font-family: var(--font-regular);
  line-height: 100%;
}


.cart-section .product-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-section .product-image-wrapper {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

.cart-section .product-image-wrapper a,
.cart-section .product-image-wrapper>img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-section .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Product Info */
.cart-section .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.cart-section .product-info .item-title a {
  color: var(--section-heading-color, #333);
  text-decoration: none;
}

.cart-section .product-info .item-title a:hover {
  color: #d4af37;
}


.cart-section .product-price {
  font-weight: 500;
  font-size: 18px;
  color: var(--section-heading-color, #333);
  white-space: nowrap;
  line-height: 1.6;
  text-align: center;
}

.cart-section .product-price .price-wrapper {
  display: block;
  margin-bottom: 4px;
}

.cart-section .product-price-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.cart-section .product-price-inline .original-price {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
}

.cart-section .product-price-inline .original-price .woocommerce-Price-amount {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.cart-section .product-price-inline .discounted-price {
  color: var(--section-heading-color, #333);
  font-weight: 500;
  font-size: 18px;
}

.cart-section .product-price-inline .discounted-price .woocommerce-Price-amount {
  color: var(--section-heading-color, #333);
  font-weight: 600;
  font-size: 20px;
}

.cart-section .product-savings {
  font-size: 9px;
  color: #339c59;
  font-weight: 600;
  text-align: left;
}

.cart-section .product-savings .savings-amount {
  font-weight: 500;
}

.cart-section .product-price .save-text {
  display: block;
  color: #4caf50;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
}

.cart-section .product-quantity,
.cart-section .quantity-cell {
  text-align: center;
}

.cart-section .quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #26212180;
  border-radius: 25px;
  padding: 6px 15px;
  background: #fff;
}

.cart-section .quantity-control span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  font-family: var(--font-medium);
  font-weight: 500;
  transition: all 0.2s;
  border: none;
  background: transparent;
  min-width: 20px;
  position: relative;
}

.cart-section .quantity-control span:hover {
  background: #e0e0e0;
  border-radius: 50%;
}

/* Disabled button states */
.cart-section .quantity-control span.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: auto;
}

.cart-section .quantity-control span.disabled:hover {
  background: transparent !important;
}

/* Tooltip on hover for disabled buttons */
.cart-section .quantity-control span.disabled[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cart-section .quantity-control span.disabled[title]:hover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
  margin-bottom: 2px;
  z-index: 1000;
}

.cart-section .quantity-control button {
  color: #666;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  background: transparent;
}

.cart-section .quantity-control input.qty {
  width: 70px;
  height: 35px;
  padding: 0;
  text-align: center;
  border: none;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  color: #262121;
  -moz-appearance: textfield;
  background: transparent;
}

.cart-section .quantity-control {
  gap: 5px;
  padding: 6px 12px;
}

.cart-section .quantity-control input.qty::-webkit-outer-spin-button,
.cart-section .quantity-control input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-section .quantity-control input.qty:focus {
  outline: none;
}

.cart-section .product-subtotal,
.cart-section .price-cell {
  font-weight: 700;
  font-size: 16px;
  color: var(--section-heading-color, #333);
  text-align: right;
  white-space: nowrap;
  font-family: var(--font-medium);
  line-height: 100%;

}

.cart-section .item-price {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--section-sub-heading-font);
  color: var(--section-heading-color);
  line-height: 100%;
  text-align: center;
}

.cart-section .product-remove {
  text-align: center;

}

.cart-section .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ff4444;
  background: transparent;
  color: #ff4444;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cart-section .product-remove a.remove:hover {
  background: #ff4444;
  color: #fff;
  border-color: #ff4444;
}

.cart-section .table tbody .summary-row td {
  border-bottom: none;
  font-size: var(--paragraph-font);
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
  line-height: 100%;
  padding: 5px 10px;
}

.cart-section .table tbody .summary-row td:first-child {
  visibility: collapse;
}

.cart-section .summary-row td:nth-child(2) {
  padding-left: 187px;
}

.cart-section .summary-row td:nth-child(3) {
  text-align: center;
}

.cart-section .table tbody .summary-row td:last-child {
  text-align: center !important;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--section-sub-heading-font);
  color: var(--section-heading-color);
  line-height: 100%;
}

.cart-section .table tbody .summary-row.total td {
  border-top: 1px solid #d8d8d8cc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-section .table tbody .summary-row.total .tm,
.cart-section .table tbody .summary-row.total .total-price {
  font-size: var(--section-heading-font);
  font-family: var(--font-semibold);
  color: var(--section-heading-color);
  font-weight: 600;
  line-height: 100%;
}

.cart-section .vat-info {
  color: #666;
  font-size: 0.9rem;
}

.cart-section .actions {
  padding: 20px !important;
  background: #f9f9f9;
}

.cart-section .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cart-section .coupon input[type="text"],
.cart-section .coupon .input-text {
  flex: 1;
  max-width: 300px;
  padding: 10px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 14px;
}

.cart-section .coupon button {
  padding: 10px 25px;
  background: #d4af37;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.cart-section .coupon button:hover {
  background: #c19a2e;
}

.custom-cart-message-wrapper {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #2e7d32;
}

.cart-section .checkout-section {
  padding: 30px 0px;
  background-color: white;
  max-width: 420px;
  margin-left: auto;
}

.cart-section .form-check {
  margin-bottom: 20px;
}

.cart-section .form-check-input {
  border: 1px solid var(--section-heading-color);
}

.cart-section .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.cart-section .form-check-label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-weight: 400;
  font-family: var(--font-regular);
}

.cart-section .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.cart-section .btn-checkout {
  background-color: var(--primary-color);
  border: none;
  color: var(--white-color);
  font-family: var(--font-medium);
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 50px;
  width: 100%;
  font-size: 18px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.cart-section .btn-checkout:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

@media (max-width: 992px) {

  .cart-section .product-image-wrapper {
    width: 80px;
    height: 80px;
  }

  .cart-section .shop_table {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .cart-section .shop_table thead {
    display: none;
  }

  .cart-section .shop_table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }

  .cart-section .shop_table tbody td {
    display: block;
    text-align: left !important;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
  }

  .cart-section .shop_table tbody td:last-child {
    border-bottom: none;
  }

  .cart-section .shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-size: 12px;
  }

  .cart-section .item-number::before {
    content: "List: ";
  }

}

.feature-slider-section {
  margin: 50px 0px;
}

.feature-slider-section .swiper-slider {
  width: 100%;
  padding: 0px 0px 14px;
  box-sizing: border-box;
}

.feature-slider-section .product-card-slider {
  position: relative;
  padding: 46px 15px 25px;

  /* background: linear-gradient(180deg,
      rgba(241, 229, 190, 0.8) 0%,
      rgba(251, 250, 248, 0.8) 100%),
    url("../images/product-list-Bg.png"); */

  background: url("../images/Gold_Card_HD-small.svg");
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #00000033;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-size: cover;
}

.feature-slider-section .product-card-slider .products-slide-image {
  display: block;
  margin-bottom: 36px;
}

.feature-slider-section .product-name {
  padding: 10px;
  text-decoration: none;
  color: var(--sub-heading-color);
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  line-height: 100%;
  margin-bottom: 10px;

}

.feature-slider-section .price-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.feature-slider-section .price {
  font-family: var(--font-semibold);
  font-weight: 600;
  color: var(--section-heading-color);
  line-height: 100%;
  font-size: 17px;
}

.feature-slider-section .add-to-cart-link {
  font-size: 17px;
  color: var(--white-color);
  padding: 10px 40px;
  background-color: var(--primary-color);
  border-radius: 58px;
  -webkit-border-radius: 58px;
  -moz-border-radius: 58px;
  -ms-border-radius: 58px;
  -o-border-radius: 58px;
}

.feature-slider-section .wishlist-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  color: var(--primary-color);
}

.modern-cart-totals {
  background: transparent;
  padding: 0;
  width: 70% !important;
  padding-right: 80px;
}

.wc-proceed-to-checkout {
  justify-content: end;
  display: flex;

}

.wc-proceed-to-checkout .checkout-button {
  max-width: 40%;
}

.cart-totals-wrapper {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.terms-conditions-wrapper {
  justify-content: end;
  display: flex;
  margin-top: 16px;
}



.totals-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: none;
  line-height: 1.5;
}

.totals-row:first-child {
  padding-top: 0;
}

.totals-label {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}

.totals-value {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 22px;
  text-align: right;
  line-height: 1.5;
}

/* Subtotal styling */
.subtotal-row {
  padding-bottom: 24px;
}

.subtotal-row .totals-value {
  font-weight: 400;
  font-size: 22px;
}

/* Tax row styling - stacked layout */
.tax-row {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tax-row .totals-label-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tax-row .totals-label {
  font-size: 22px;
  line-height: 1.5;
}

.tax-percentage {
  font-size: 22px;
  color: #2d2d2d;
  font-weight: 400;
  line-height: 1.5;
}

/* Total Amount styling */
.total-row {
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 32px;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}

.total-label {
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
}

.total-value {
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.4;
}

/* Shipping methods styling */
.shipping-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
  max-width: none;
}

.shipping-method {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shipping-method input[type="radio"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: #d4a11e;
  cursor: pointer;
}

.shipping-method label {
  margin: 0;
  font-size: 22px;
  cursor: pointer;
  flex: 1;
  color: #2d2d2d;
  font-weight: 400;
}

.shipping-method.single-method {
  font-size: 22px;
  font-weight: 400;
  color: #2d2d2d;
}

.shipping-notice {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
}

.shipping-notice-warning {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffc107;
}

.shipping-notice-info {
  background: #e8f4fd;
  color: #31708f;
  border: 1px solid #bce8f1;
}

/* Proceed to checkout button */
.wc-proceed-to-checkout {
  padding: 0;
  margin-top: 0px;
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
  background: #d4a11e;
  color: #fff;
  padding: 18px 32px;
  font-size: 22px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #b8900d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(212, 161, 30, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .cart-totals-wrapper {
    padding: 30px 20px;
  }

  .totals-row {
    padding: 16px 0;
    font-size: 15px;
  }

  .totals-label {
    font-size: 15px;
  }

  .totals-value {
    font-size: 15px;
  }

  .subtotal-row {
    padding-bottom: 20px;
  }

  .tax-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .total-label {
    font-size: 18px;
  }

  .total-value {
    font-size: 18px;
  }

  .total-row {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .wc-proceed-to-checkout {
    margin-top: 24px;
  }

  .wc-proceed-to-checkout .checkout-button {
    padding: 16px 28px;
    font-size: 15px;
  }
}

/* Remove old table styling */
.modern-cart-totals .shop_table {
  display: none;
}

/* Coupon styling */
.coupon-row {
  padding-top: 16px;
  padding-bottom: 16px;
}

.coupon-row .totals-label {
  color: #27ae60;
}

.coupon-row .totals-value {
  color: #27ae60;
}

/* cart page  css end */



/* faq page css start*/
.faq-page-banner {
  background-image: url("../images/faq-banner-bg.webp");
}

.faq-page-banner .banner-content-part .page-name,
.faq-page-banner .banner-content-part .page-heading-description {
  color: var(--section-heading-color);
}

.faq-section-part {
  margin: 0px 0px 50px;
}

.faq-section-part .faq-card {
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #E5E7EB;
}

.faq-section-part .faq-icon {
  color: #f5a623;
  font-size: 1.2rem;
  margin-right: 10px;
}

.faq-section-part .faq-header {
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section-part .faq-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-section-part .faq-title span {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  line-height: 26px;
}

.faq-section-part .faq-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  padding-left: 35px;
}

.faq-section-part .faq-content .faq-content-text {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 145%;
  color: var(--sub-heading-color);
}

.faq-section-part .faq-content .faq-content-text .read-more {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--common-font);
  line-height: 145%;
  color: var(--sub-heading-color);
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  cursor: pointer;
}

.faq-section-part .faq-content .faq-content-text .read-more:hover {
  color: var(--primary-color);
}

.faq-section-part .faq-date {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 12px;
  color: var(--section-heading-color);
  line-height: 100%;
  min-width: 130px;
  text-align: right;

}

.faq-section-part .read-more {
  font-weight: bold;
  color: #444;
}

/* faq page css start*/


/* faq details page css start */
.faq-details-part {
  margin: 0px 0px 50px;
}

.faq-details-part .heading-part {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--section-heading-font);
  line-height: 100%;
  color: var(--section-heading-color);
  margin-bottom: 10px;
}

.faq-details-part .date-part {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 100%;
  color: var(--section-heading-color);
  margin-bottom: 10px;
  display: inline-block;
}

.faq-details-part .content-part {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  line-height: 145%;
  color: var(--section-heading-col);
  margin-bottom: 10px;
}

/* faq details page css end */

/* price update counter sticy css start */
.price-update-time .price-update {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--primary-color);
  padding: 16px 0px;
  border-top: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
}

.price-update.sticky {
  position: fixed;
  top: var(--price-update-sticky-top) !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  border-top: 1px solid var(--primary-color);
  width: 70%;
  text-align: center;
  border: 1px solid var(--primary-color);
  padding: 16px 0px;
  border-top: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
}

@media (max-width: 575px) {
  .price-update.sticky {
    width: 98%;
  }
}

/* price update counter sticy css end */

/* jewellry details page css start*/
.jewellry-page-banner {
  background-image: url("../images/jewellry-details.webp");
}

.jewellry-page-banner .banner-content-part .page-name,
.jewellry-page-banner .banner-content-part .page-heading-description {
  color: var(--section-heading-color);
}

.with-confidence-section .description-row {
  padding: 10px;
  margin-top: 20px;
}

.with-confidence-section .description-row .description-para {
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
  color: var(--section-heading-color);
  opacity: 0.8;
  margin-bottom: 0px;
}

.with-confidence-section .product-sort-description-part {
  margin-top: 20px;
}

.with-confidence-section .product-sort-description-part .product-image img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.with-confidence-section .product-sort-description-part .products-para {
  padding: 10px;
}

.with-confidence-section .product-sort-description-part .products-para .sort-discreption {
  font-size: 18px;
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
  opacity: 0.8;
  margin-bottom: 0px;
}

.info-section {
  color: black;
  padding: 60px 0px;
  position: relative;
  margin: 50px 0px;
}

.info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.info-box:first-child {
  margin-bottom: 40px;
}

.info-box .info-heading-part {
  font-weight: 700;
  font-family: var(--font-bold);
  color: black;
  font-size: var(--section-heading-font);
  line-height: 100%;
}

.info-box .info-paragraph {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-regular);
  opacity: 0.8;
  margin-bottom: 0px;
}

.section-wrapper {
  padding: 0px 0px 60px 0px;
  text-align: center;
  background-color: #fff;
}

.section-wrapper .section-title {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: var(--section-heading-font);
  color: var(--section-heading-color);
  line-height: 100%;
}

.section-wrapper .section-subtitle {
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 30px;
  font-size: var(--paragraph-font);
}

.section-wrapper .image-box img {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

.section-wrapper .visit-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-medium);
  font-weight: 500;
  padding: 10px;
  font-size: var(--paragraph-font);
  font-weight: 500;
  border-radius: 50px;
  margin-top: 26px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  max-width: 588px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.visit-btn:hover {
  background-color: var(--secondary-color);
}

/* jewellry details page css end*/

/* about us page css start */
.business-with-heart-section .explore-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-medium);
  font-weight: 500;
  padding: 10px;
  font-size: var(--paragraph-font);
  font-weight: 500;
  border-radius: 50px;
  margin-top: 26px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  max-width: 588px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.business-with-heart-section .explore-btn:hover {
  background-color: var(--secondary-color);
}

.business-with-heart-section {
  margin: 50px 0px;
}

.business-with-heart-section .content-para {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  text-align: center;
}

.business-with-heart-section .achivement-box {
  text-align: center;
  border: 0.5px solid #d59d0e;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.business-with-heart-section .image-part {
  margin-bottom: 6px;
}

.business-with-heart-section .achivement-box .text-part p {
  font-family: var(--font-medium);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--section-heading-color);
}

.gold-sliver-investment-section .section-heading {
  margin-bottom: 20px;
}

.gold-sliver-investment-section .content-para {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 0px;
}

.gold-sliver-investment-section .team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0px auto 30px;
  gap: 14px;
}

.gold-sliver-investment-section .team-photo {
  width: 989px;
  min-width: 280px;
}

.gold-sliver-investment-section .team-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.gold-sliver-investment-section .team-owner {
  width: 226px;
}

.gold-sliver-investment-section .team-owner img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}

.gold-sliver-investment-section .team-owner p {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 18px;
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 0px;
  text-align: center;
}

.gold-sliver-investment-section .team-container {
  max-width: 1240px;
  margin: 0px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.gold-sliver-investment-section .team-member {
  text-align: center;
  width: 226px;
}

.gold-sliver-investment-section .team-member img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}

.gold-sliver-investment-section .team-member p {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 0px;
  text-align: center;
}

.job-opening-section .content-para {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 0px;
}

.job-opening-section .details-part {
  margin-top: 30px;
}

.job-opening-section .details-part .heading-part {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
}

.job-opening-section .details-part .details-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.job-opening-section .details-part .details-list li {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 0px;
}


.app-timeline {
  --app-timeline-dotsize: 15px;
  --app-timeline-dot-left-margin: 38px;
  --app-timeline-primary-color: #35858b;
  --app-timeline-line-color: #c8c8c8;
  --app-timeline-box-width: 270px;
  --app-timeline-from-center-dist: 168px;
  --app-timeline-box-gap: 10px;

  position: relative;
  height: 345px;
  width: auto;
  display: flex;
  align-items: flex-start;
  gap: var(--app-timeline-box-gap);
  padding-left: 78px;
}

.app-timeline-display-line {
  position: absolute;
  height: 1px;
  background-color: #E5E7EB;
  width: 100%;
  left: 0px;
  top: 175px;
}

.app-timeline-display-line:before,
.app-timeline-display-line:after {
  content: "";
  position: absolute;
  height: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #D9D9D9;
  top: -3px;
}

.app-timeline-display-line:after {
  right: 0px;
}

.app-timeline-card-wrapper {
  position: relative;
  top: var(--app-timeline-from-center-dist);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
  width: 100%;
}

.app-timeline-card-wrapper:not(:first-of-type) {
  margin-left: calc((var(--app-timeline-box-width) / -1.3));
}

.app-timeline-dot {
  content: "";
  height: var(--app-timeline-dotsize);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--app-timeline-primary-color);
  margin-left: var(--app-timeline-dot-left-margin);
  order: var(--app-timeline-box-dot-order);
}

.app-timeline-card-wrapper {
  margin-top: 9px;
}

.app-timeline-card-wrapper:nth-child(odd) {
  margin-top: 0px;
}

.app-timeline-card-wrapper .app-time-line-card {
  position: relative;
  width: 100%;
  padding: 20px;
  border-left: 2px solid #E5E7EB;
  height: 140px;
}


.app-timeline-card-wrapper.app-timeline-card-align-top {
  --timeline-border-color: var(--app-timeline-primary-color) transparent transparent transparent;
  --app-timeline-box-dot-order: 1;
  top: auto;
  bottom: var(--app-timeline-from-center-dist);
  align-self: flex-end;
}

.app-timeline-card-wrapper.app-timeline-card-align-top .app-time-line-card:before {
  top: auto;
  bottom: var(--app-timeline-box-tail-arrow-dist);
}

.app-timeline-card-wrapper.app-timeline-red-box {
  --app-timeline-primary-color: rgb(231, 93, 29);
}

.app-timeline-card-wrapper.app-timeline-green-box {
  --app-timeline-primary-color: rgb(28 205 72);
}

.app-timeline-card-wrapper.app-timeline-blue-box {
  --app-timeline-primary-color: rgb(42, 116, 226);
}

.app-timeline-card-wrapper.app-timeline-yellow-box {
  --app-timeline-primary-color: rgba(255, 199, 0, 1);
}

.year {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: 18px;
  color: var(--section-heading-color);
  line-height: 140%;
  margin-bottom: 0;
}

.timeline-text {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
  margin-bottom: 0px;
}

.timeline-year-box {
  display: flex;
  gap: 10px;
  align-content: center;
  margin-bottom: 10px;
}

/* about us page css end */

/* Coins Details page css start */

/* Hide accordion arrows - details are always visible */
.coins-details-page .coin-details-box .accordion-button::after {
  display: none;
}

.coins-details-page .coin-details-box .accordion-button {
  cursor: default;
  pointer-events: none;
}

.coins-details-page .coin-details-box h2 {
  font-size: 48px;
  color: #262121;
  line-height: 59px;
  font-weight: 600;
}

.purchase-type-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 14px;
  border-radius: 4px;
}

.price-with-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.price-with-label .price-receipt {
  margin-bottom: 0;
}

.label-kaufen {
  background: rgba(230, 165, 65, 0.12);
  color: #b17a0d;
}

.label-verkaufen {
  background: rgba(38, 33, 33, 0.08);
  color: #555;
}

.purchase-type-label i {
  margin-right: 4px;
  font-size: 12px;
}

.coins-details-page .coin-details-box p {
  font-size: 16px;
  color: #262121;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}

.coins-details-page .coin-details-box ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-left: 0px;
}

.coins-details-page .coin-details-box ul li i {
  color: #d59d0e;
}

.coins-details-page .coin-details-box ul li span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.coins-details-page .coin-details-box .price-receipt {
  font-size: 40px;
  color: #262121;
  line-height: 50px;
  font-weight: 600;
}

.coins-details-page .coin-details-box .vat .vat-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #262121;
}

.coins-details-page .coin-details-box .vat .shipping-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #d59d0e;
}

.coins-details-page .coin-details-box .fast-shipping {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.coins-details-page .coin-details-box .fast-shipping h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #00832f;
  margin-bottom: 0;
  margin-left: 10px;
}

.coins-details-page .coin-details-box .accordion-item {
  border: none;
}

.coins-details-page .coin-details-box .accordion-button:not(.collapsed),
.accordion-button {
  background-color: #fff;
  box-shadow: none;
  font-size: 20px;
  line-height: 32px;
  color: #262121;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  padding-right: 0;
  padding-left: 0;
}

.coins-details-page .coin-details-box .accordion-body {
  padding-right: 0;
  padding-left: 0;
}

.coins-details-page .coin-details-box .accordion-button:not(.collapsed) {
  color: #d59d0e;
}

.coins-details-page .coin-details-box .accordion-item .coin-detail h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #262121;
}

.bulk-discount-box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.bulk-discount-box th,
.bulk-discount-box td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #262121;
  font-weight: 600;
  opacity: .8;
}

.bulk-discount-box th:first-child,
.bulk-discount-box td:first-child {
  text-align: left;
}

.bulk-discount-box th:last-child,
.bulk-discount-box td:last-child {
  text-align: right;
}

.coin-details-box .accordion-item .accordion-body .bulk-discount-box thead th {
  font-size: 14px;
  line-height: 22px;
  color: #262121;
  font-weight: 600;
  opacity: .8;
}

.coin-details-box .accordion-item .accordion-body .bulk-discount-box thead {
  background-color: #e5e7eb;
}

/* Staffelpreise list layout */
.staffelpreise-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.staffel-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #262121;
}

.staffel-row:last-child {
  border-bottom: none;
}

.staffel-qty {
  font-weight: 500;
  opacity: 0.8;
}

.staffel-price {
  font-weight: 600;
}

.staffel-row.active {
  background-color: #f5f0e0;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.staffel-row.active .staffel-price {
  color: #bf8f00;
}

/* Quantity Selector */
.quantity-control {
  margin-bottom: 15px;
  border: 1px solid #262121;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 25px;
}

.quantity-control span {
  font-size: 24px;
  flex-shrink: 0;
}

.quantity-control input {
  width: 70px;
  text-align: center;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  color: #262121;
  font-weight: 500;
  -moz-appearance: textfield;
}

.quantity-control input::-webkit-outer-spin-button,
.quantity-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Add to cart */
.add-to-cart {
  display: block;
  text-decoration: none;
  flex: 1;
  background: #e6a541;
  color: white;
  text-align: center;
  padding: 17px;
  font-size: 18px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: bold;
  margin-left: 15px;
}

.add-to-cart:hover {
  background: #d48d27;
}

/* Price too high link */
.price-link {
  display: block;
  text-align: center;
  border: 1px solid #e6a541;
  padding: 10px;
  border-radius: 25px;
  color: #e6a541;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  background-color: unset;
  font-size: 18px;
}

.coins-details-page {
  padding-bottom: 100px;
}

.price-link:hover {
  background: #fff8f0;
}

.thumbnail-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
  max-width: 608px;
  overflow: hidden;
  justify-content: center;
}

.thumbnail-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0px;
  background-color: var(--white-color);
}

.single-product .small-image-part {
  width: 123px;
  /* height: 115px; */
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.small-image-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.small-image-part img.thumbnail {
  border-radius: 5px;
  transition: border 0.3s;
  display: block;
}

/* Overlay for all thumbnails */
.small-image-part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); */
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s, background 0.3s;
}

.small-image-part.active::after {
  opacity: 0;
  background: transparent;
}

.single-product .small-image-part.active {
  box-shadow: 0 0 0 3px rgba(230, 165, 65, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.coins-details-page .carousel-inner .carousel-item img {
  max-width: 100%;
  border-radius: 16px;
}

.product-detail-image-slider .carousel-inner .carousel-item {
  box-shadow: 0px 4px 15px 0px #0000001a;
}

.coin-details-box .add-to-cart-parts {
  margin-top: 20px;
}

.coin-details-box .price-alert-form {
  padding: 10px 0px;
}

.coin-details-box .price-alert-form .field-gap {
  padding: 10px;
}

.coin-details-box .price-alert-form .field-gap .inner-field-gap {
  padding-bottom: 10px;
}

.coin-details-box .price-alert-form .form-control {
  background-color: #f8f5f1;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
}

.coin-details-box .price-alert-form .btn-register {
  background-color: var(--primary-color);
  font-size: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  color: var(--white-color);
  border-radius: 50px;
  padding: 10px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  margin: 22px 0px;
  width: 100%;
}

.coin-details-box .price-alert-form .btn-register:hover {
  background-color: var(--secondary-color);
}

.coin-details-box .price-alert-form .text-link {
  font-size: var(--common-font);
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 24px;
  color: var(--section-heading-color);
}

.coin-details-box .price-alert-form .text-link a {
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.coin-details-box .price-alert-form .text-link a:hover {
  color: var(--secondary-color);
}

.coin-details-box .price-alert-form .form-label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}

.coin-details-box .price-alert-form .form-control {
  background-color: #f2f0eb;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.coin-details-box .price-alert-form .form-control::placeholder {
  color: #26212180;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 24px;
}

.coin-details-box .price-alert-form .form-control:focus {
  box-shadow: none;
  outline: 1px solid var(--primary-color);
}

.coin-details-box .price-alert-form .btn-submit {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 13px;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.coin-details-box .price-alert-form .btn-submit:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.coin-details-box .price-alert-form .field-gap .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 2px;
}

.coin-details-box .price-alert-form .field-gap .form-check .form-check-label {
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
  line-height: 24px;
}

.coin-details-box .price-alert-form .field-gap .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.coin-details-box .price-alert-form .field-gap .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

#myDiv {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Coins Details page css end */


/* Custom Cart Success Message */
.custom-cart-message {
  display: flex;
  align-items: center;
  background: #fff8e5;
  border: 1px solid #f0c36d;
  border-radius: 12px;
  padding: 15px 20px;
  margin: 20px 0;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #333;
}

.custom-cart-message .cart-message-icon {
  background: #f0c36d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.custom-cart-message .cart-message-content {
  flex: 1;
}

.custom-cart-message .cart-message-content p {
  margin: 0;
}

.custom-cart-message .view-cart-link {
  margin-left: 8px;
  background: #f0c36d;
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.custom-cart-message .view-cart-link:hover {
  background: #d9a849;
}

/* Success */
.woocommerce-notices-wrapper .custom-cart-message {
  display: flex;
  align-items: center;
  background: #fff8e5;
  border: 1px solid #f0c36d;
  border-radius: 12px;
  padding: 15px 20px;
  margin: 20px 0;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #333;
}

.woocommerce-notices-wrapper .custom-cart-message .cart-message-icon {
  background: #f0c36d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

/* Error */
.woocommerce-notices-wrapper .custom-cart-message.error {
  background: #fff5f5;
  border: 1px solid #e74c3c;
}

.woocommerce-notices-wrapper .custom-cart-message.error .cart-message-icon {
  background: #e74c3c;
}

/* Info */
.woocommerce-notices-wrapper .custom-cart-message.info {
  background: #f3f9ff;
  border: 1px solid #3498db;
}

.woocommerce-notices-wrapper .custom-cart-message.info .cart-message-icon {
  background: #3498db;
}

/* Price Alert Success Message */
.custom-alert-success {
  display: flex;
  align-items: center;
  background: #fff8e5;
  border: 1px solid #f0c36d;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 15px;
  color: #333;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.3s ease-in-out;
}

.custom-alert-success .custom-alert-icon {
  background: #f0c36d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.custom-alert-success .custom-alert-text {
  flex: 1;
}

/* Smooth fade in */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Error Alert Message */
.custom-alert-error {
  display: flex;
  align-items: center;
  background: #fdecea;
  /* light red */
  border: 1px solid #f5a3a3;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 15px;
  color: #a94442;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.3s ease-in-out;
}

.custom-alert-error .custom-alert-icon {
  background: #f44336;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.custom-alert-error .custom-alert-text {
  flex: 1;
}

/* Loading (Submitting) Alert */
.custom-alert-loading {
  display: flex;
  align-items: center;
  background: #e8f4fd;
  border: 1px solid #90caf9;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 15px;
  color: #31708f;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.3s ease-in-out;
}

.custom-alert-loading .custom-alert-icon {
  background: #42a5f5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.custom-alert-loading .custom-alert-text {
  flex: 1;
}

/* account tab pages css start */

.personal-heading-text h5 {
  font-weight: 600;
  font-size: 24px;
  color: #262121;
  margin-bottom: 20px;
}

.account-tab .nav-pills .nav-link {
  background-color: #f2f0eb;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #26212180;
  text-align: center;
  height: 56px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.account-tab .nav-pills .log-out {
  border: 1px solid #d59d0e;
  background-color: #fff;
}

.account-tab .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #d59d0e;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  height: 56px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.account-tab .accordion {
  border: transparent;
}

.account-tab .accordion-button.collapsed {
  background-color: #f2f0eb;
  color: #262121;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  height: 56px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.account-tab .accordion-item:first-of-type {
  border-radius: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.account-tab .accordion-item {
  border: transparent;
  margin-bottom: 20px;
}

.account-tab .accordion-button {
  background-color: #f2f0eb;
  color: #262121;
}

.account-tab .nav-pills .nav-link.active {
  background-color: #d59d0e;
  color: #fff;
}

.order-item .product-content .d-flex img {
  max-width: 120px !important;
  max-height: 120px;
}

.account-tab .personal-details-form .form-label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}

.account-tab .personal-details-form .form-control {
  background-color: #f2f0eb;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: var(--section-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.account-tab .personal-details-form .form-control:focus {
  box-shadow: none;
  outline: 1px solid var(--primary-color);
}

.account-tab .personal-details-form .form-control::placeholder {
  color: #26212180;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 24px;
}

.input-icon {
  position: absolute;
  right: 28px;
  top: 50px;
  cursor: pointer;
}

.input-images {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.personal-details-form .btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 13px 120px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-bottom: 50px;
}

.personal-details-form .btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}


.product-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-info {
  flex: 1;
}

.item-title {
  font-weight: 500;
  font-family: var(--font-medium);
  line-height: 100%;
  font-size: var(--section-sub-heading-font);
  color: var(--section-heading-color);
  margin-bottom: 10px;
}

.item-subtitle {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  color: #262121cc;
  line-height: 100%;
  margin-bottom: 15px;
}

.cart-section .price-cell {
  width: 250px;
  text-align: right;
}

.item-price {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--section-sub-heading-font);
  color: var(--section-heading-color);
  line-height: 100%;
  text-align: center;
}

.btn-process {
  background-color: #d59d0e33;
  border-radius: 8px;
  color: #d59d0e;
  padding: 8px 23.5px;
  text-decoration: none;
  font-size: 14px;
}

.btn-delivered {
  background-color: #00832f33;
  border-radius: 8px;
  color: #00832f;
  padding: 8px 23.5px;
  text-decoration: none;
  font-size: 14px;
}

.divider-line {
  border-bottom: 1px solid #d8d8d8cc;
  margin: 15px 0;
}

.shipping-address {
  margin-top: 20px;
}

.shipping-address-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 13px 123px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-bottom: 50px;
}

.shipping-address-btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.last-order {
  margin-bottom: 50px;
}

/* account tab pages css end */

.custom-alert {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.custom-alert-success {
  background: #fff8e5;
  border: 1px solid #f0c36d;
}

.custom-alert-error {
  background: #ffe5e5;
  border: 1px solid #e74c3c;
}

.custom-alert-info {
  background: #eaf6ff;
  border: 1px solid #3498db;
}

.custom-alert-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-alert-content li {
  margin: 0;
}

/* order details css start */
.theme-btn.view-order-btn {
  display: inline-block;
  background-color: #d4a32d;
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.theme-btn.view-order-btn:hover {
  background-color: #b8851e;
  color: #fff;
}


.order-details-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.order-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.order-meta {
  font-size: 14px;
  color: #777;
}

.order-status {
  padding: 4px 10px;
  border-radius: 6px;
  background: #d4a32d;
  color: #fff;
  margin-left: 10px;
}

.account-orders-list .order-item {
  padding: 12px 0;
}

.account-orders-list .divider-line {
  height: 1px;
  background: #eee;
  margin-top: 12px;
}

.order-totals h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

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

.totals-list .total-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

/* order details css end */

/* Wishlist Action Buttons starts*/
.btn-add-to-cart {
  background: #f0c36d;
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
}

.btn-add-to-cart:hover {
  background: #d9a849;
}

.btn-remove-wishlist {
  background: #fff5f5;
  color: #e74c3c !important;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e74c3c;
  transition: all 0.2s ease-in-out;
}

.btn-remove-wishlist:hover {
  background: #e74c3c;
  color: #fff !important;
}

/* Wishlist Action Buttons end */

/* collector coins details page css start */
.collector-coins-background-image-part {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.purchese-coins-section .sort-discreption {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--section-heading-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.we-buy-coins-section {
  margin: 50px 0px;
}

.we-buy-coins-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.we-buy-coins-section .coin-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.we-buy-coins-section .coin-list li {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 8px);
  margin-bottom: 10px;
  gap: 10px;
}

.we-buy-coins-section .coin-list li span {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  line-height: 140%;
}

@media (max-width: 575px) {
  .we-buy-coins-section .coin-list li {
    width: 100%;
  }
}


.best-price-content {
  margin: 50px 0;
}

.best-price-section .section-heading span::before {
  content: '"';
}

.best-price-section .section-heading span::after {
  content: '"';
}

.best-price-section .best-price-para {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  line-height: 140%;
  opacity: 0.8;
}

.sliver-coins-and-medals-section {
  margin-bottom: 50px;
}

.sliver-coins-and-medals-section .content-para {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--sub-heading-color);
  line-height: 140%;
  opacity: 0.8;
}

/* collector coins details page css end */



/* checkout page css start */
.woocommerce .rsw-class form .form-row label {
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}

.woocommerce .rsw-class form .form-row.form-row-first,
.woocommerce .rsw-class form .form-row.form-row-last {
  width: 100% !important;
}


.rsw-class form .form-control,
.rsw-class form.form-select {
  background-color: #f2f0eb !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 16px !important;
  font-size: 14px !important;
  color: var(--section-heading-color) !important;
  font-family: var(--font-regular) !important;
  font-weight: 400 !important;
  font-size: var(--common-font) !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.rsw-class form .form-control::placeholder {
  color: #26212180;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--common-font);
  line-height: 24px;
}

.rsw-class form .form-control:focus,
.rsw-class form .form-select:focus {
  box-shadow: none;
  outline: 1px solid var(--primary-color);
}

.rsw-class form .btn-submit {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 13px;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--paragraph-font);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.rsw-class form .btn-submit:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.rsw-class form .field-gap .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 2px;
}

.rsw-class form .field-gap .form-check .form-check-label {
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--section-heading-color);
  line-height: 24px;
}

.rsw-class form .field-gap .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.rsw-class form .field-gap .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.rsw-class form .input-icon {
  position: absolute;
  right: 28px;
  top: 50px;
  cursor: pointer;
}

/* checkout page css end */

.graph-section .dropdown select {
  max-width: 230px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

/* Remove horizontal scrolling on iPad */
.table-responsive,
body,
html {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: auto !important;
}

/* Optional: make table fully responsive */
.table-responsive table {
  width: 100% !important;
  table-layout: auto !important;
}


/* Make table container scrollable only if needed */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


/* Stack table rows on small screens */
@media (max-width: 768px) {
  .woocommerce-cart-form__cart-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .woocommerce-cart-form__cart-item td {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
  }

  .product-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .product-image-wrapper {
    flex: 0 0 80px;
    width: 80px;
    height: auto;
  }

  .product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .quantity-control {
    justify-content: flex-start;
    gap: 5px;
  }

  .product-price-inline,
  .product-subtotal,
  .product-remove {
    justify-content: flex-start;
    margin-top: 5px;
  }
}

/* Optional: remove horizontal scrolling completely on iPad */
@media (min-width: 768px) and (max-width: 1024px) {

  body,
  html {
    overflow-x: hidden;
  }
}

.cart-section .shop_table thead th,
.cart-section .table thead th {
  text-align: left;
}

.woocommerce-cart .product-quantity {
  text-align: center !important;
}


.woocommerce-cart .product-price {
  text-align: center !important;
}

.page-template-template-whishlist .product-content img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}


.fixed-header-part .inner-header-part .nav-links>li {
  padding: 16px 22px !important;
  max-width: unset;
  min-width: unset;
  height: unset;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.header-section .nav-links>li {
  position: relative;

}

.product-grid .product-card {
  position: relative;
}

.product-grid .product-card .wishlist-icon i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: var(--primary-color);
}

.cart-section .product-subtotal {
  text-align: center !important;
}

/* empty cart css start */
.custom-empty-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 50px 20px;
}

.empty-cart-box {
  background: linear-gradient(135deg, #ffffff 0%, #fff8e5 100%);
  border: 2px solid var(--secondary-color);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.empty-cart-box:hover {
  transform: translateY(-5px);
}

.empty-cart-icon i {
  font-size: 80px;
  color: var(--primary-color);
  margin-bottom: 25px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.empty-cart-box:hover .empty-cart-icon i {
  transform: scale(1.1);
  color: var(--secondary-color);
}

.empty-cart-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.2;
}

.empty-cart-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}

.empty-cart-btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff !important;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.empty-cart-btn:hover {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(189, 125, 2, 0.3);
}

@media (max-width: 768px) {
  .custom-empty-cart {
    padding: 20px 10px;
    min-height: calc(100vh - 150px);
  }

  .empty-cart-box {
    padding: 30px;
    max-width: 100%;
  }

  .empty-cart-title {
    font-size: 24px;
  }

  .empty-cart-text {
    font-size: 16px;
  }

  .empty-cart-btn {
    padding: 12px 25px;
  }
}

/* empty cart css end */







/* 28-oct-2025 strat  */

html.translated-de {
  font-size: 10.5px !important;
  line-height: 19px !important;
  letter-spacing: -0.15px !important;
}

.products-list-filter .dropdown select {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.swiper-container .swiper-slide .gold-bar-weight {
  max-width: 200px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.swiper-container .slide-img {
  flex-shrink: 0;
  width: 80px !important;
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  object-fit: contain;
}

.swiper-container .swiper-slide:not(.no-hover):hover .slide-hover-img {
  flex-shrink: 0;
  width: 80px !important;
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  object-fit: contain;
}

.slide-hover-img {
  flex-shrink: 0;
  width: 80px !important;
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  object-fit: contain;
}

.product-list-item .product-card .product-name {
  max-width: 250px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.product-list-item .product-card a img {
  flex-shrink: 0;
  width: 174px !important;
  height: 174px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  object-fit: contain;
  margin-bottom: 36px;
}

.product-template-default .small-image-part img {
  width: 123px;
  height: 115px;
}

.single-product .coins-details-page .carousel-inner .carousel-item img {
  max-width: 608px;
  max-height: 580px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-slider-section .product-card-slider img {
  max-width: 174px;
  max-height: 174px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyrightrow {
  border-top: 1px solid #fff;
}

.footer-section .copyrightrow p {
  padding-top: 16px;
}

.header-section .nav-links>li:hover .dropdown-menu-header {
  max-height: fit-content;
  min-width: max-content;
}

.footer-section .footer-links-row .office-address h4 {
  margin-bottom: 15px !IMPORTANT;
}

.product-template-default .small-image-part img {
  object-fit: contain !important;
}


.price-update-time .price-update {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);

}

.business-with-heart-section .section-heading {
  margin-bottom: 15px;
}

.job-opening-section .section-heading {
  margin-bottom: 15px;
}

.best-price-section .section-heading {
  margin-bottom: 15px;
}

.sliver-coins-and-medals-section .section-heading {
  margin-bottom: 15px;
}

.footer-section .office-timing {
  max-width: 280px;
}

#wpcf7-f52-o1 p {
  margin-bottom: 0px;
}


/* Mobile tap-hover support */
.swiper-slide.active-hover .slide-img {
  opacity: 0;
}

.swiper-slide.active-hover .slide-hover-img {
  opacity: 1;
}

.swiper-slide.active-hover .buy-btn {
  opacity: 1;
  visibility: visible;
}

.swiper-slide.active-hover .slide-content {
  padding-bottom: 50px;
}

.sliver-bars-part-section {
  display: flex;
  align-items: center;
  gap: 40px;
}

.images-parts img {
  display: block;
}

.slider-part {
  flex: 1;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
}



.single-news .max-w-4xl {
  padding: 60px 0;
}

.single-news .max-w-4xl .mb-6 img {
  margin-bottom: 15px;
}

.remove-bottome-space .swiper-container .swiper-slide:not(.no-hover):hover .slide-content {
  padding-bottom: 0 !important;
}


.remove-bottome-space .slide-content:hover {
  transition: all .5s;
  transform: scale(1.1);
}



.header-section .dropdown-menu-header li .group-heading-link {
  padding: 10px 0px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000 !important;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: var(--common-font);
  line-height: 16px;
  opacity: 1 !important;
}

.faq-section-part {
  background-image: url("https://rainflowweb.com/demo/pacht/wp-content/uploads/2025/11/gold-bg-1.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.faq-details-part {
  background-image: url("https://rainflowweb.com/demo/pacht/wp-content/uploads/2025/11/gold-bg-1.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.app-timeline-display-line:after {
  content: "";
  position: absolute;
  height: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #D9D9D9;
  top: -3px;
  width: 10px;
  height: 10px;
  outline: 1px solid #d9d9d9;
  outline-offset: 5px;
}





.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1) !important;
}

.swiper-slide {
  transition: transform 1.2s cubic-bezier(0.45, 0, 0.55, 1),
    opacity 1.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.header-top.hidden {
  display: none !important;
}

.header-section .info-group .info-item a {
  color: var(--sub-heading-color);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--small-font);
  line-height: 1.4;
  text-decoration: none;
}

/* CSS end */



.icon-container i {
  transition: transform 0.3s ease;
}

.icon-container i.rotate {
  transform: rotate(180deg);
}

.products-list-filter .dropdown select {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 230px;
  width: 100%;
}

@media (max-width: 768px) {

  .mySwiper .swiper-slide,
  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    opacity: 1 !important;
  }

  .mySwiper .swiper-slide.expanded {
    transform: none !important;
  }

  .gold-coins-slider .swiper-slide .options .option-btns {
    transform: translateY(-10px);
  }

}

img.desktop-version-image {
  object-position: bottom;
}


img.hero-banner-img {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.swiper-wrapper {
  overflow: visible !important;
}

.swiper-slide {
  position: relative;
  z-index: 1;
}

.gold-coins-slider .swiper-slide img {
  min-height: 174px;
}

.contact-details .btn-part a:hover svg path {
  fill: #fff !important;
}

.woocommerce .cart-container .woocommerce-cart-form .table-responsive .liste {
  width: 90px !important;
}

.woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart th {
  font-size: 20px;
  color: #262121;
  font-weight: 500;
  line-height: 26px;
}

.woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .cart_item .item-number {
  font-size: 20px;
  color: #262121;
  font-weight: 400;
  line-height: 26px;
}

.woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-price-inline {
  font-size: 20px;
  color: #262121;
  font-weight: 600;
  line-height: 26px;
}

.woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-subtotal .amount {
  font-size: 24px;
  color: #262121;
  font-weight: 600;
  line-height: 25px;
}

.woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-image-wrapper {
  width: 146px;
  height: 140px;
}

.cart-collaterals .modern-cart-totals .cart-totals-wrapper .totals-row .totals-label {
  font-size: 24px;
  color: #262121;
  font-weight: 400;
  line-height: 26px;
}

.cart-collaterals .modern-cart-totals .cart-totals-wrapper .totals-row .amount {
  font-size: 24px;
  color: #262121;
  font-weight: 600;
  line-height: 26px;
}


.add-to-cart-link.loading .bi {
  display: none !important;
}

.add-to-cart-link.loading:before {
  display: none !important;
}

.add-to-cart-link span {
  opacity: 1 !important;
}

.add-to-cart-link.loading span {
  content: "Add" !important;
}


.woocommerce-cart .cart-similar-product-slider .swiper-wrapper {
  margin-bottom: 10px;
}

/* ====== Slide visual styling ====== */



/* container */
.gold-coins-slider {
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
}

.gold-coins-slider .swiper {
  overflow: visible !important;
  padding-left: 20px;
}

.gold-coins-slider .swiper-wrapper {
  display: flex !important;
  align-items: stretch;
  transition: transform 0.4s ease;
  padding-left: 2px;
}

.gold-coins-slider .swiper-slide {
  flex-shrink: 0 !important;
  width: auto;
  box-sizing: border-box;
  overflow: visible !important;
  flex-basis: auto;
  transition: flex-basis 0.4s ease;
}

.gold-coins-slider .swiper-slide.expanded,
#slider2 .swiper-slide.expanded {
  flex-basis: 600px !important;
  transform: none;
  transform-origin: center center;
  z-index: 50;
}

.gold-coins-slider .swiper-slide .options {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.gold-coins-slider .swiper-slide.expanded .options {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .gold-coins-slider .swiper-slide.expanded {
    min-width: 100% !important;
    max-width: 100% !important;
    z-index: 60;
  }
}



.gold-coins-slider .swiper-slide {
  flex-shrink: 0 !important;
}

/************************/
.order-details-table .qty-col {
  width: 100px;
}

.order-details-table .product-thumb img {
  flex-shrink: 0;
  max-width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

.order-details-table .product-col-text-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-nav-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-nav-btn {
  width: 34px;
  height: 34px;
  border: 1.5px solid #d4a84b;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #b17a0d;
  font-size: 15px;
  padding: 0;
  flex-shrink: 0;
}

.slider-nav-btn:hover,
.slider-nav-btn:focus,
.slider-nav-btn:active {
  outline: none;
  background: transparent;
  color: #b17a0d;
  border-color: #d4a84b;
  box-shadow: none;
}

.view-all-link,
.view-all-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: var(--section-heading-color);
  text-decoration: none;
  margin-left: 8px;
}

@media (max-width: 820px) {
  .slider-nav-btn {
    display: none;
  }
}

.table-responsive .order-details-table .price-col {
  width: 180px !important;
  text-align: end;
}

.jewellery-description-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jewellery-description-list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}

.jewellery-description-list .list-icon {
  color: #f5a623;
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
}

.cash_limit p {
  line-height: 1.7em;
  margin-top: 1em;
  margin-bottom: 1em;
}

body.loading-filter {
  overflow: hidden;
}

body.loading-filter>*:not(.blockUI) {
  opacity: 0.6;
  pointer-events: none;
}

.blockUI.blockOverlay {
  position: fixed !important;
  inset: 0;
  z-index: 9998 !important;
}

.wc-custom-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 1;
}

.text-color {
  color: #d59d0e;
}



.gold-bars-part-section .swiper-container {
  position: relative !important;
  height: 375px;
}


label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.custom-select {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  color: #444;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.custom-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.icon-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  pointer-events: none;
  background: #e9ecef;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
}

.icon-container i {
  color: #555;
  font-size: 1rem;
}

#chart-content {
  margin-top: 20px;
  padding: 20px;
  background-color: #e9ecef;
  border-radius: 4px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-align: center;
}


.personal-details-form address {
  min-height: 240px;
  max-height: 240px;
}


/* Allow expanded cards to overflow safely */
.mySwiper {
  overflow: visible;
}

.mySwiper .swiper-wrapper {
  overflow: visible;
}

/* Card animation */
.mySwiper .swiper-slide {
  cursor: pointer;
}

/* Expanded card */
.mySwiper .swiper-slide.expanded {
  z-index: 10;
}

/* ===============================
   SILVER DROPDOWN COMPONENT (THEME-WIDE)
   =============================== */

.silver-dd * {
  box-sizing: border-box;

}

.silver-dd {
  width: 100%;
  max-width: 340px;
  position: relative;
  margin-left: auto;
}

/* Dropdown Button */
.silver-dd__btn {
  width: 100%;
  height: 35px;
  border: 1.5px solid #d28a00;
  border-radius: 30px;
  background: #fff;
  padding: 0 70px 0 18px;
  font-size: 15px;
  color: #000;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

/* Dropdown Icon Container */
.silver-dd__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
  background: #c88300;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.silver-dd__icon svg {
  width: 18px;
  height: 18px;
}

/* Dropdown Menu */
.silver-dd__menu {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
  display: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  z-index: 9999;
}

/* Dropdown Menu Items */
.silver-dd__item {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  color: #404040;
  background: #fff;
  border-bottom: 1px solid #d59d0e;
}

.silver-dd__item:last-child {
  border-bottom: none;
}

.silver-dd__item:hover {
  color: #BD7D02;
}

/* Dropdown Open State */
.silver-dd.is-open .silver-dd__menu {
  display: block;
}

.graph-section .silver-dd__btn {
  height: 35px;
  font-size: 13px;
}

.graph-section .silver-dd__icon {
  width: 60px;
  height: 35px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .silver-dd {
    max-width: 100%;
  }

  .silver-dd__btn {
    height: 44px;
    font-size: 14px;
    padding: 0 65px 0 15px;
  }

  .silver-dd__icon {
    width: 55px;
    height: 46px;
  }

  .silver-dd__item {
    font-size: 14px;
    padding: 12px 16px;
  }
}


.graph-section .silver-dd__btn {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


/* Custom Password Toggle Styling */
.custom-password-wrapper {
  position: relative !important;
  display: block !important;
  width: 100%;
}

.custom-password-wrapper input {
  width: 100% !important;
  padding-right: 45px !important;
  box-sizing: border-box !important;
}

.custom-toggle-btn {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 20px;
  height: auto !important;
  width: auto !important;
}

.custom-toggle-btn::after {
  content: "\F340";
  font-family: "bootstrap-icons" !important;
}

.custom-toggle-btn.is-visible::after {
  content: "\F33E";
}

/* Suppress all other injected password toggle buttons inside our custom wrapper */
.custom-password-wrapper .show-password-input,
.custom-password-wrapper .show-password-btn,
.custom-password-wrapper .wp-hide-pw {
  display: none !important;
}

.search-results .wishlist-icon {
  text-align: center;
  justify-content: end;
  display: flex;
}

#slider2 .option-btn:hover,
#slider2 .option-btn.active {
  background-color: #6b7280 !important;
}

#slider2 .buy-btn {
  background-color: #6b7280 !important;
}


ul.dropdown-menu-header {
  display: none !important;
  position: absolute;
  z-index: 1000;
}

li:hover>ul.dropdown-menu-header {
  display: block !important;
}

ul.dropdown-menu-header {
  display: none !important;
  position: absolute;
  z-index: 1000;
}

li:hover>ul.dropdown-menu-header {
  display: block !important;
}


.out-of-stock-badge {
  position: absolute;
  background: #D59D0E !important;
  color: white !important;
  padding: 5px 10px !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 500px !important;
  width: 100%;
  height: 40px !important;
  left: 0 !important;
  box-shadow: none !important;
  border: none !important;
  opacity: .8 !important;
  top: 35% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.out-of-stock-btn::before {
  background: no-repeat !important;
}

.out-of-stock-btn,
.out-of-stock-btn:hover {
  background: #e6a541 !important;
  opacity: 0.6 !important;
  transform: none !important;
  box-shadow: none !important;
}

.out-of-stock-message {
  margin-top: 0px !important;
}

/* Hide WooCommerce 'View Cart' link on Wishlist page */
.page-template-template-whishlist .added_to_cart,
.page-template-template-whishlist .return-to-shop,
.page-template-templates-template-whishlist-php .added_to_cart,
.page-template-templates-template-whishlist-php .return-to-shop {
  display: none !important;
}


/* Add to Cart Modal Styles */
.add-to-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-to-cart-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.add-to-cart-modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
  z-index: 1;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.add-to-cart-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.add-to-cart-modal-close:hover {
  color: #333;
}

.add-to-cart-modal-body {
  text-align: center;
}

.add-to-cart-modal-icon {
  font-size: 48px;
  color: #00832f;
  margin-bottom: 15px;
}

.add-to-cart-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #262121;
  margin-bottom: 20px;
  line-height: 1.4;
}

.add-to-cart-modal-details {
  margin-bottom: 25px;
}

.add-to-cart-modal-product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.add-to-cart-modal-product-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  transition: background 0.2s;
}

.add-to-cart-modal-product-link:hover .add-to-cart-modal-product-info {
  background: #f0f0f0;
}

.add-to-cart-modal-product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.add-to-cart-modal-product-text {
  flex: 1;
  text-align: left;
}

.add-to-cart-modal-product-name {
  font-size: 16px;
  font-weight: 600;
  color: #262121;
  margin-bottom: 5px;
}

.add-to-cart-modal-product-price {
  font-size: 18px;
  font-weight: 700;
  color: #d59d0e;
}

.add-to-cart-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.add-to-cart-modal-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
}

.add-to-cart-modal-btn-primary {
  background: #d59d0e;
  color: white;
}

.add-to-cart-modal-btn-primary:hover {
  background: #bd7d02;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(213, 157, 14, 0.3);
}

.add-to-cart-modal-btn-secondary {
  background: #f5f5f5;
  color: #404040;
}

.add-to-cart-modal-btn-secondary:hover {
  background: #e0e0e0;
}

body.add-to-cart-modal-open {
  overflow: hidden;
}

/* Responsive */
@media (max-width: 576px) {
  .add-to-cart-modal-content {
    padding: 20px;
    max-width: 95%;
  }

  .add-to-cart-modal-title {
    font-size: 16px;
  }

  .add-to-cart-modal-product-image {
    width: 60px;
    height: 60px;
  }

  .add-to-cart-modal-actions {
    flex-direction: column;
  }

  .add-to-cart-modal-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Loading spinner animation */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotate 1s linear infinite;
  display: inline-block;
}

.ajax_add_to_cart.loading {
  opacity: 0.7;
  cursor: wait;
}

.ajax_add_to_cart.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: wait;
}

#slider4 .swiper-slide {
  background: url("../images/slider-bg-image.svg") !important;
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

#slider4 .option-btn:hover,
#slider4 .option-btn.active {
  background-color: #6b7280 !important;
  color: var(--white-color);
}

.gold-coins-slider .swiper-slide.expanded {
  transition: all .4s ease;
}


.banner-section.home-page-banner .banner-content-part h1 {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
}

.banner-section.home-page-banner .banner-content-part h1 span {
  color: #f2b705;
}

.banner-section.home-page-banner .banner-content-part p {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: var(--paragraph-font);
  color: #fff;
  margin-bottom: 0px;
}

.business-with-heart-section .image-part img {
  height: 70px;
}

.business-with-heart-section .achivement-box {
  padding: 10px;
}

.business-with-heart-section .achivement-box .text-part p {
  margin-bottom: 0;
}

.gold-coins-slider .swiper-slide.expanded .options .price {
  justify-content: space-around;
}

.gold-coins-slider .swiper-slide .slider-items {
  display: flex;
  align-items: center;
  height: 100%;
}

.gold-coins-slider .swiper-slide h3 {
  margin-bottom: 0;
}

.gold-coins-slider .swiper-slide.expanded .slider-items .slider-items-part {
  padding-top: 20px;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

/* Lost password confirmation notice */
.pacht-confirmation-notice {
  background-color: #f0f7f0;
  border-left: 4px solid var(--primary-color);
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 20px;
  text-align: left;
}

.pacht-confirmation-notice p {
  margin: 0;
  color: var(--section-heading-color);
  font-size: var(--common-font);
  font-family: var(--font-medium);
  font-weight: 500;
}
