.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  /* Brand & Core */
  --primary-color: #203F5B;

  /* Accents  #DBB8FF //#F2E6FF  // ori #7868F0;  --accent-2: #FFA500;*/
  --accent-1: #2CD024;
  --accent-2: #4aa3f0;
  --accent-3: #7868F0;
  /* OPTIONS #203F5B (DARK BLUE)  /  #7868F0 (PURPLE)*/

  /* Backgrounds */
  --dark-background: #132F4E;
  --light-background: #F8FAFC;

  /* Text Colors */
  --primary-text: #1E1E1E;
  --secondary-text: #434A57;
  --color-white: #FFFFFF;

  /* Extended Primary */
  --primary-light: #476A86;
  --primary-dark: #0C2238;

  /* Accent Blues */
  --accent-blue-light: #4AA3F0;
  --accent-blue-dark: #1E73BE;

  /* Card & Divider */
  --surface: #FFFFFF;
  --border: #E5EBF1;
  --placeholder: #A0AEC0;

    

  /* heading fonts */
  --big-size: 58px;
  --two-size-letter-spacing: -0.02em;
}




body {
  color: var(--primary-text);
  position: relative;
}

.login-container {
  width: 90%;
  max-width: 700px;
  margin: 0px 0 0 auto;
  background: var(--color-white);
  padding: 30px;
  border-radius: 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;

}

.login-logo-sec-gap {
  margin-bottom: 100px;
}

.login-content {
  width: 100%;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.login-content .input-group-text {
  background-color: var(--light-background);
  border-color: var(--border);
}

.form-control {
  background-color: var(--light-background);
  border: 1px solid #e3e6f0;
  border-radius: 8px;
  height: 50px;
  border-color: var(--border);
}

.form-control:focus {
  outline: 0px;
  box-shadow: none;
  border-color: var(--border);
}

.btn-login {
  background-color: var(--primary-color);
  color: #fff;
  height: 50px;
  border-radius: 8px;
  font-weight: 500;
}


.btn-login:hover {
  background-color: var(--accent-blue-dark);
  color: #fff;
}

.remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.login-content h2 {
  font-size: var(--big-size);
  font-weight: 700;
  letter-spacing: var(--two-size-letter-spacing);
  margin-bottom: 0px;
}

.remember {
  margin-top: 30px;
}

a.forgot-passord {
  color: var(--accent-blue-light);
}

.CreateAccount {
  color: var(--primary-text);
}

.Loginbg {
  background: url(../images/login-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
}

@media (max-width: 1500px) {

  :root {
    --big-size: 32px;
    --two-size-letter-spacing: -0.01em;
  }

  .login-content {
    max-width: 450px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-container {
    max-width: 450px;
  }

  .login-logo {
    max-width: 90px;
  }

  .login-logo img {
    width: 100%;
  }

  .login-logo-sec-gap {
    margin-bottom: 60px;
  }

}


@media (max-width: 1023px) {

  .login-container {
    margin-left: auto;
    margin-right: auto;
  }

}



/*Home page*/

.PageContainer {
  padding: 0px 0;
}

.topbar {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  /*  border-bottom: 1px var(--dark-background) solid;*/
}

h1.pageheading {
  font-size: 72px;
  color: var(--color-white);
  letter-spacing: -0.02rem;
  font-weight: 700;
  line-height: 75px;
}

h1.pageheading span {
  color: var(--accent-blue-light);
}

.BannerContainer {
  height: 910px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}

.banner-text {
  font-size: 18px;
  color: var(--color-white);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}



.BannerContainer .btn-book {
  width: 250px;
  height: 46px;
  line-height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: 700;
}

.btn-phone-tel {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}

.btn-phone-tel img {
  margin-right: 5px;
}

.navbar-brand {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  margin-right: 0px;
}

.navbar-brand img {
  width: 135px;
  height: auto;
}



.topbar .btn {
  width: 58px;
  height: 58px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px #FFF solid;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar .btn img {
  width: 24px;
  height: 24px;
  filter: invert(100%);
}

.topbar .btn.dropdown-toggle.show {
  background-color: #FFF;
}

.topbar .btn.dropdown-toggle.show img {
  filter: invert(0);
}

.topbar .btn:focus {
  box-shadow: none;
  outline: 0px;
}




.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--dark-background);
  border-color: var(--dark-background);
}

.topbar .btn-outline-primary {
  color: var(--color-white);
  border-color: var(--primary-color);
}

.topbar .btn-outline-primary:hover {
  background-color: var(--dark-background);
  border-color: var(--dark-background);
}


.section-title {
  font-size: 45px;
  background-image: url(../images/heading-line.svg);
  background-size: 240px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 45px;
  margin-bottom: 50px;
  color: #000;
  font-weight: 700;
}

.shape-list {
  justify-content: space-between;
}

.shape-list .col img {
  margin-bottom: 35px;
}


.shape-list .col .title {
  font-weight: 700;
}

.search-mock {
  padding: 20px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.search-mock-container {
  padding-top: 50px;
  padding-bottom: 50px;
}


h2.pageheading {
  font-size: 52px;
  color: #000;
  letter-spacing: -0.02rem;
  font-weight: 700;
  line-height: 58px;
}

h2.pageheading span {
  color: var(--accent-blue-light);
}




.dfp-trdsec .btn {
  width: 320px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-background);
}


.dfp-trdsec .btn:hover {
  color: var(--color-white);
}




.how-steps {
  background: linear-gradient(180deg, #0f2430, #163442);
  color: #fff;
  padding: 70px 0;
}



.how-steps .btn {
  width: 320px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.how-steps .btn:hover {
  color: var(--dark-background);
}

.TestimonialContainer {
  background: var(--light-background);
}

.testimonial-card {
  background: var(--color-white);
  border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin: 25px;
}

.author-area {
  border-top: 1px rgba(0, 0, 0, 0.25) solid;
  padding-top: 15px;
}

.author-area img {
  width: 60px !important;
  height: 60px;
}

.author-text {
  min-height: 70px;
}

.section-bottom-panel {
  background: linear-gradient(120deg, #010104 0%, #061222 60%, #061222 100%);
  color: #FFF;
  text-align: center;
  position: relative;
}

.bottom-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  background: url(../images/edgar-soto.jpg) no-repeat center center;
  background-size: cover;
  opacity: .2;
}

.section-bottom-panel .container {
  position: relative;
  z-index: 2;
}


.section-bottom-panel .btn {
  width: 250px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  line-height: 46px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.section-bottom-panel .btn:hover {
  color: var(--dark-background);
}

.section-bottom-panel {
  padding-top: 70px;
  padding-bottom: 70px;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}

.TrustedSec {
  padding-top: 70px;
  padding-bottom: 70px;
}


@media (max-width: 1023px) {

  h1.pageheading {
    font-size: 52px;
    line-height: 75px;
  }

  .BannerContainer {
    height: 100vh;
    padding-bottom: 100px;
  }

  .section-title {
    font-size: 36px;
    background-size: 190px;
  }

  .shape-list .col img {
    width: 40px;
    height: 40px;
  }

}

@media (max-width: 750px) {

  .btn-phone-tel {
    display: none;
  }

  .navbar-brand {
    /*    position: static;*/
    transform: translateX(0);
    left: 20px;
  }

  .navbar-brand img {
    width: 80px;
  }

  .topbar .navbar-nav {
    flex-direction: row;
  }



  .topbar {
    padding-bottom: 20px;
  }

  h1.pageheading {
    font-size: 36px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-text {
    font-size: 16px;
  }

  .BannerContainer .btn-book,
  .dfp-trdsec .btn,
  .how-steps .btn,
  .section-bottom-panel .btn {
    width: 220px;
  }

  .BannerContainer {
    padding-bottom: 40px;
  }

  .shape-list .col {
    margin-bottom: 30px;
  }

  .shape-list .col img {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 24px;
    background-size: 150px;
    padding-bottom: 30px;
  }

  h2.pageheading {
    font-size: 36px;
    line-height: 35px;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

}


.footersection {
  background: #1c1c1c;
  background-image: url(../images/footer-bg.jpg);
  background-blend-mode: multiply;
  color: #fff;
  padding: 60px 20px 30px;
}

.footer-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-column p,
.footer-column a,
.footer-column li {
  color: #bbb;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
}

.footer-services {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.footer-services a {
  padding: 8px 14px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

.footer-services a:hover {
  background: #555;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #aaa;
  font-size: 13px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #ccc;
}

@media (max-width: 768px) {
  .footer-column {
    text-align: center;
  }

  .footer-services {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }
}

</style>.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  /* Brand & Core */
  --primary-color: #203F5B;

  /* Accents */
  --accent-1: #2CD024;
  --accent-2: #4aa3f0;
  --accent-3: #7868F0;
  /* OPTIONS #203F5B (DARK BLUE)  /  #203F5B (PURPLE)*/

  /* Backgrounds */
  --dark-background: #132F4E;
  --light-background: #F8FAFC;

  /* Text Colors */
  --primary-text: #1E1E1E;
  --secondary-text: #434A57;
  --color-white: #FFFFFF;

  /* Extended Primary */
  --primary-light: #476A86;
  --primary-dark: #0C2238;

  /* Accent Blues */
  --accent-blue-light: #4AA3F0;
  --accent-blue-dark: #1E73BE;

  /* Card & Divider */
  --surface: #FFFFFF;
  --border: #E5EBF1;
  --placeholder: #A0AEC0;

  /* heading fonts */
  --big-size: 52px;
  --two-size-letter-spacing: -0.02em;
}

body {
  color: var(--primary-text);
}

/* Login section */
.login-container {
  width: 90%;
  max-width: 600px;
  margin: 0px 0 0 auto;
  background: var(--color-white);
  padding: 30px;
  border-radius: 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.login-logo-sec-gap {
  margin-bottom: 100px;
}

.login-content {
  width: 100%;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.login-content .input-group-text {
  background-color: var(--light-background);
  border-color: var(--border);
}

.form-control {
  background-color: var(--light-background);
  border: 1px solid #e3e6f0;
  border-radius: 8px;
  height: 50px;
  border-color: var(--border);
}

.form-control:focus {
  outline: 0px;
  box-shadow: none;
  border-color: var(--border);
}

.btn-login {
  background-color: var(--primary-color);
  color: #fff;
  height: 50px;
  border-radius: 8px;
  font-weight: 500;
}

.btn-login:hover {
  background-color: var(--accent-blue-dark);
  color: #fff;
}

.remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.login-content h2 {
  font-size: var(--big-size);
  font-weight: 700;
  letter-spacing: var(--two-size-letter-spacing);
  margin-bottom: 0px;
}

.remember {
  margin-top: 30px;
}

a.forgot-passord {
  color: var(--accent-blue-light);
}

.CreateAccount {
  color: var(--primary-text);
}

/* Home page */
h1.pageheading {
  font-size: 65px;
  color: var(--color-white);
  letter-spacing: -0.02rem;
  font-weight: 700;
  line-height: 67px;
}

h1.pageheading span {
  color: var(--accent-blue-light);
}

.banner-text {
  font-size: 16px;
  color: var(--color-white);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.BannerContainer .btn-book {
  width: 250px;
  height: 46px;
  line-height: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: 700;
}




.section-title {
  font-size: 40px;
  background-image: url(../images/heading-line.svg);
  background-size: 240px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 45px;
  margin-bottom: 50px;
  color: #000;
  font-weight: 700;
}

h2.pageheading {
  font-size: 47px;
  color: #000;
  letter-spacing: -0.02rem;
  font-weight: 700;
  line-height: 58px;
}

.dfp-trdsec .btn {
  width: 250px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  line-height: 44px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-background);
}

.how-steps .btn {
  width: 250px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  line-height: 44px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.section-bottom-panel .btn {
  width: 250px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  line-height: 44px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-column p,
.footer-column a,
.footer-column li {
  font-size: 13px;
  line-height: 1.8;
}

.footer-services a {
  font-size: 13px;
}

.footer-bottom {
  font-size: 11px;
}

.footer-social a {
  font-size: 16px;
}

@media (max-width: 1023px) {
  h1.pageheading {
    font-size: 47px;
  }

  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 750px) {
  h1.pageheading {
    font-size: 32px;
  }

  .section-title {
    font-size: 22px;
  }

  h2.pageheading {
    font-size: 32px;
  }

  .banner-text {
    font-size: 14px;
  }

  .topbar .btn {
    font-size: 13px;
  }
}




.navigation-container {
  background: linear-gradient(120deg, #010104 0%, #061222 100%);
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 999;
  height: 146px;
}

.navigation-container .topbar {
  position: static;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navigation-container .navbar .navbar-brand {
  position: static;
  transform: translateX(0);
  height: 87px;
}

.navigation-container .navbar .navbar-brand img {
  height: 146px;
  width: auto;
  margin-bottom: -50px;
}

.navigation-container .navbar .dropdown-toggle::after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 9px;
  transform: rotate(45deg) translateY(2px);
  display: none;
}

.navigation-container .navbar .dropdown-menu {
  width: 250px;
  background-color: var(--light-background);
  border: 0px var(--border) solid;
  border-radius: 10px;
  padding: 0px;
  margin-top: 12px;
}


.navigation-container .navbar .dropdown-item {
  /*  background-color: var(--light-background);*/
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px #e6e6e6 solid;
  color: var(--primary-color);
  font-weight: 400;
}

.navigation-container .navbar .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px;
}




.filter-bar {
  padding: 0px 0 0;
  color: #fff;
  /*    border-top: 1px var(--dark-background) solid;*/
  position: sticky;
  top: 146px;
  background: var(--accent-blue-dark);
  width: 100%;
  z-index: 9;
}

.filter-bar .nav-tabs {
  padding-left: 0px;
}

.filter-bar .nav-tabs .nav-link {
  background: transparent;
  color: #fff;
  border: none;
  padding: 10px 0px;
  margin-left: 30px;
  margin-right: 30px;
}

.filter-bar .nav-tabs .nav-link.active {
  color: #F5B041;
  /* orange indicator color */
  border-bottom: 3px solid #F5B041;
}

.filter-bar .nav-tabs .nav-link.active:after {
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -2px;
  content: '';
}

.filter-bar .btn-apply {
  background: var(--accent-blue-light);
  color: #fff;
  padding: 7px 45px;
}

.filter-bar .btn-reset {
  background: var(--secondary-text);
  color: #fff;
  padding: 7px 45px;
}

.tab-content {
  padding-top: 15px;
  padding-bottom: 50px;
  background: var(--light-background);
}

.Filter-text {
  color: var(--primary-light);
}

.selected-items {
  font-size: 11px;
  font-weight: 400;
}

.selected-items {
  font-weight: 400;
}

.shape-card-container {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
}

.tab-content h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-3);
}

.shape-card-container label {
  width: 70px;
  flex: 0 0 70px;
  display: block;
  text-transform: uppercase;
}

.shape-card {
  border-radius: 4px;
  padding: 5px 2px;
  background: #ffffff;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: .2s;
  width: 70px;
  max-width: 70px;
  margin-bottom: 3px;
}

.shape-card:hover {
  /*    box-shadow: 0 4px 16px rgba(0,0,0,0.08);*/
  border: 1px solid var(--accent-3);
}

.shape-input:checked+.shape-card {
  border-color: var(--accent-3);
  background-color: var(--accent-3);
  color: #FFF;
}

.shape-input:checked+.shape-card img {
  filter: brightness(10);
}

.shape-card .fw-semibold {
  font-weight: 400;
  font-size: 11px;
  color: var(--primary-color);
}

.shape-input:checked+.shape-card .fw-semibold {

  color: var(--color-white);
}

.shape-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 0px;
}

.more-area {
  display: none;
}

.shape-card-container {
  position: relative;
}

.shape-card-container .viewmore-button {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.shape-card-container .viewmore-button .btn::after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 15px;
  transform: rotate(45deg) translateY(11px);
  vertical-align: top;
}

.shape-card-container .viewmore-button .btn#toggleBtn2::after {
  border-width: 2px 0px 0px 2px;
  transform: rotate(45deg) translateY(11px);
  margin-top: 3px;
}


.filter-box {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
}





.drag-x {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
}

.drag-x::-webkit-scrollbar {
  height: 0;
}

.drag-x,
.drag-x * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}



.carat-row {
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
}

.carat-tags {
  padding-left: 22px;
}

.carat-input-box {
  /*    border: 1px solid #ccc;*/
  /*    padding: 8px 14px;*/
  border-radius: 6px;
  /*    min-width: 120px;*/
  background: white;
  /*    flex: 0 0 auto;*/
}

.carat-input-box label {
  font-size: 13px;
  color: #777;
}

.carat-input-box .value {
  font-size: 16px;
  font-weight: 600;
}

.arrow-box {
  font-size: 20px;
  font-weight: bold;
  color: #999;
  flex: 0 0 auto;
}

.carat-tags {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Tag Styles */
.carat-tag span {
  padding: 7px 13px;
  border-radius: 2px;
  border: 1px solid var(--border);
  background: var(--light-background);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: var(--primary-color);
}

/* Active */
.carat-tag.active span {
  border-color: var(--accent-3);
  background: var(--accent-3);
  color: var(--color-white);
}

.carat-tag span:hover {
  border-color: var(--accent-3);
}

/* Disable selection */
.carat-drag,
.carat-drag * {
  user-select: none;
  -webkit-user-select: none;
}

/* Drag scrolling */
.carat-drag {
  cursor: grab;
}

.carat-drag:active {
  cursor: grabbing;
}


.drag-line {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  scrollbar-width: none;
  display: flex;
  gap: 10px;
  max-width: fit-content;
}

.drag-line::-webkit-scrollbar {
  display: none;
}

.drag-line *,
.drag-line {
  user-select: none !important;
}

.drag-line.dragging {
  cursor: grabbing;
}

.carat-radio {
  display: flex;
  gap: 10px;
}

.carat-radio-item span {
  padding: 7px 13px;
  border-radius: 2px;
  border: 1px solid var(--border);
  background: var(--light-background);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  color: var(--primary-color);
}

.carat-radio-item span:hover {
  border-color: var(--primary-color);
}

/* When selected */
.carat-radio-item input[type="radio"]:checked+span {
  border-color: var(--accent-3);
  background: var(--accent-3);
  color: #fff;
}

/* Wrapper */
.float-box {
  position: relative;
  display: inline-block;
}

/* Input box design */
.value-input {
  width: 160px;
  padding: 3px 3px;
  font-size: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  outline: none;
}

/* Label basic */
.float-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s ease;
  background: #fff;
  padding: 0 3px;
  color: #777;
  pointer-events: none;
  /* allow input click through */
}

/* When input is focused OR has value */
.float-box.focused .float-label,
.float-box.filled .float-label {
  top: -2px;
  font-size: 11px;
  color: #000;
}

.filter-box-color.nav-tabs .nav-link {
  border: 0px;
  color: var(--primary-text);
}

.filter-box-color.nav-tabs .nav-item.show .nav-link,
.filter-box-color.nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px var(--accent-blue-light) solid;
}

.shape-icon.coloroptionpic {
  width: 34px;
  height: 34px;
}

.form-check {
  font-size: 14px;
}


.filter-box.carat-row.d-flex.align-items-center.total_price {
  padding: 10px 2px;
  box-shadow: none;
}

.filter-box.total_price .value-input,
.filter-box.total_price .carat-input-box.float-box {
  width: 220px;
}



.carat-group {
  margin-bottom: 15px;
}

.carat-parent,
.carat-child {
  display: inline-block;
  padding: 8px 8px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--light-background);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  margin: 5px 6px;
  transition: 0.2s ease;
  color: var(--primary-color);
}


.carat-parent.active,
.carat-child.active {
  background: var(--accent-3);
  /* Bootstrap Primary Blue */
  border-color: var(--accent-3);
  color: #ffffff;
}

/* Hover (Optional) */
.carat-parent:hover,
.carat-child:hover {
  border-color: var(--accent-3);
}

/* ============================
   Children Wrapper
   ============================ */
.carat-children {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

.advanced-price {
  font-size: 11px;
}

.advanced-price .form-control {
  font-size: 11px;
  height: 38px;
  width: 120px;
  border-radius: 2px;
  border: 1px solid var(--border);
}



.advanced-price .fw-semibold {
  font-size: 11px;
  width: 90px;
  text-align: right;
}


.profile-menu {
  padding: 8px 0;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  min-width: 200px;
}


.profile-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  display: flex;
  align-items: center;
  transition: all 0.15s ease;
}

.profile-menu .dropdown-item i,
.profile-menu .dropdown-item img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}


.profile-menu .dropdown-item:hover {
  background: none;
  color: #0f172a;
}


.profile-menu .dropdown-divider {
  margin: 6px 0;
  border-top: 1px solid #e2e8f0;
}


.profile-menu .logout-item {
  color: #e11d48;
  font-weight: 600;
}

/*.profile-menu .logout-item:hover {
    background: #ffe4e6;
    color: #be123c;
}*/


@media (max-width: 1023px) {

  .filter-bar .nav-tabs {
    padding-left: 0px;
  }

  .navigation-container .navbar .dropdown-menu {
    position: absolute !important;
  }

  .navigation-container .navbar .navbar-brand img {
    height: 86px;
    width: auto;
    margin-bottom: -10px;
  }

  .filter-bar .nav-tabs .nav-link {
    margin: 0px;
  }



}

@media (max-width: 750px) {

  .filter-bar .btn-apply,
  .filter-bar .btn-reset {
    padding-left: 15px;
    padding-right: 15px;
  }

  .value-input {
    width: 150px;
  }

  .topbar .btn {
    width: 38px;
    height: 38px;
  }

  .topbar .btn img {
    width: 14px;
    height: 14px;
  }

}

/*.store-location.dropdown-toggle::after{
 float: right;
    top: 4px;
    position: relative;
    border-color: #000;
}

    .dropdown-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: .45rem 1rem;
    }

    .tick {
        visibility: hidden;
        font-size: 18px;
        font-weight: 700;
    }

    .dropdown-item.selected .tick {
        visibility: visible;
    }

.dropdown-item.active, .dropdown-item:active{
  background: var(--primary-color);
}*/



#ApplyFilters .table-borderless>:not(caption)>*>* {
  font-size: 14px;
}



#ApplyFilters .criteria-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#ApplyFilters .criteria-box li {
  padding: 4px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}

#ApplyFilters .criteria-box li:last-child {
  border-bottom: 0px;
}

#ApplyFilters .criteria-label {
  font-weight: 600;
}

#ApplyFilters .criteria-value {
  float: right;
  font-weight: 600;
}

#ApplyFilters .section-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}


#ApplyFilters .criteria-box-top ul {
  display: flex;
  flex-wrap: wrap;
}

#ApplyFilters .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

#ApplyFilters .criteria-box-top ul li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

#ApplyFilters .criteria-box-top .criteria-label {
  text-align: right;
  display: block;
  width: 50%;
}

#ApplyFilters .criteria-box-top .criteria-value {
  text-align: left;
}

#ApplyFilters .criteria-box-top ul li {
  border: 0px;
}

#ApplyFilters .criteria-box-top ul li:last-child {
  border-bottom: 0px solid var(--border);
}

#ApplyFilters .criteria-box-price .criteria-value {
  color: var(--primary-color);
}

div#ApplyFilters {
  background: rgba(0, 0, 0, .8);
}

.Product-filter-panel {
  /*padding: 7px 0 5px;
    color: #fff;
    position: fixed;
    top: 85px;    
    width: 100%;
    z-index: 2;
    font-size: 11px;*/
  /*    background: linear-gradient(120deg, #010104 0%, #061222 100%);*/
  background: var(--accent-blue-dark);
}

.Product-filter-left {
  padding-left: 40px;
}

.Product-filter-panel a {
  color: #FFF;
}

.Product-filter-panel .btn {
  font-size: 14px;
}

.filter-btn img {
  filter: invert(100%);
}

.FilterChangeView .btn img {
  filter: invert(100%);
  margin-right: 4px;
}

.FilterChangeView .dropdown-menu a {
  color: #000;
}

.product-list-container {
  height: calc(100vh - 210px);
  padding-top: 0px;
}

.filter-sidebar {
  width: 370px;

}

.filter-sidebar {
  width: 370px;
  transition: margin 2s ease;
  position: relative;
  height: calc(100vh - 210px);
  padding-bottom: 80px;

}

.filter-sidebar.hide {
  margin-left: -380px;
  /* hide off-screen */
}


.filter-button {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  display: flex;
  grid-gap: 10px;
  padding: 0 10px;
  bottom: 0px;
}


.Search-content-area {
  height: 100vh;
  height: calc(100vh - 260px);
  overflow: auto;
  padding: 10px;
}

.two-scroll-active .Search-content-area {
  height: calc(100vh - 130px);
}


.filter-main-container {
  padding: 5px 0px 0px 0px;
}


.filter-button .btn-info {
  background: var(--accent-blue-light);
  color: #fff;
}

.navigation-container {
  transition: .25s;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
}

.filter-bar {
  transition: .25s;
}

.filter-bar.fixed {
  top: 0px;
}

/*.navigation-container{
  position: fixed;
}*/
.navigation-container.nav-hide {
  transform: translateY(-148px);
  transition: .25s;
}


.top-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.top-banner img {
  max-width: 860px;
}

@media (max-width: 1199px) {

  .top-banner img {
    max-width: 600px;
  }

}

@media (max-width: 1199px) {
  .navigation-container {
    height: 96px;
  }

  .filter-bar {
    top: 96px;
  }

  /*.tab-content{
  padding-top: 170px;
}
*/
}

@media (max-width: 750px) {
  .top-banner img {
    max-width: 250px;
  }

}

@media (max-width: 639px) {

  .top-banner {
    left: 52%;
    width: calc(100vw - 150px);
    height: 70px;
  }

  .top-banner img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

}

@media (max-width: 639px) {
  .top-banner {
    left: 52%;
    width: calc(100vw - 150px);
    height: 70px;
  }

  .top-banner img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}



.filter-bar.sticky-active {
  top: 0px;
}


#caratBox {
  height: 48px;
  overflow: scroll;
  transition: height 0.35s ease;
}

#caratBox.expanded {
  height: auto;
}



/*
body.profile-open {
  background-color: #000;
}

body.profile-open .tab-content {
  opacity: .5;
}
*/

.FilterChangeView .dropdown-menu {
  width: 240px;
  background-color: var(--light-background);
  border: 0px var(--border) solid;
  border-radius: 10px;
  padding: 0px;
  margin-top: 12px;
  overflow: hidden;
}



.FilterChangeView .dropdown-item {
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px #e6e6e6 solid;
  color: var(--primary-color);
  font-weight: 400;
}





.Search-content-area::-webkit-scrollbar {
  width: 0;
  /* Hide scrollbar */
}

.Search-content-area {
  scrollbar-width: none;
  /* Firefox */
}


.filter-sidebar .Search-content-area h5 {
  font-size: 15px;
  margin-bottom: 0px;
}


.filter-sidebar .col-lg-6,
.filter-sidebar .col-lg-4,
.filter-sidebar .col-sm-6 {
  width: 100%;
}


.filter-sidebar .advanced-price .fw-semibold {
  width: 60px;
}

.filter-sidebar .value-input {
  width: 120px;
}



.flex-grow-1.filter-main-container {
  /*    max-width: calc(100% - 380px);*/
}


.table-container {
  /*    max-width: calc(100% - 430px);*/
  max-width: 100%;
  overflow-x: auto;
  height: calc(100vh - 220px);
  overflow-y: auto
}




.table-container {
  overflow-x: auto;
  /* show horizontal scrollbar */
  overflow-y: auto;
  /* hide vertical scrollbar */

  -ms-overflow-style: none;
  /* IE, Edge */
  /*    scrollbar-width: none;      */
  width: 100%;
  height: calc(100vh - 210px);
  font-size: 11px;
  border: 1px #ccc solid;
  width: 100%;
  width: calc(100vw - 392px) !important;
  background-color: #FFF;
}

/* Chrome, Safari, Edge */
.table-container::-webkit-scrollbar {
  height: 8px;
  /* horizontal scrollbar height */
  width: 0;
  /* hide vertical scrollbar */
}

.table-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-container::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border-radius: 4px;
}





.div-table {
  font-size: 13px;
  width: 1750px;
}

/* row / cell */
.div-row {
 display: grid;
/*    grid-template-columns: repeat(23, minmax(76px, 1fr));*/
/*    grid-template-columns: repeat(23, minmax(36px, auto));*/
  border-bottom: 0px solid #e6e6e6;
}

.div-row .col {
  padding: 5px 5px;
  
  white-space: nowrap;
  box-sizing: border-box;
/*  border-bottom: 1px #ccc solid;*/
  overflow: hidden;
   text-overflow: ellipsis;
  font-size: 12px;
    width: fit-content;
	text-align:left;
}

/* header */
.div-header {
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 2;
}

.div-header, .div-header .col {
  background: #1f405c;
  color: #FFF;
}

.div-row .col.procol {
  width: 120px;
  flex: 0 0 120px;
}


/* sortable arrow indicators (visual only) */
.sortable {
  cursor: pointer;
  user-select: none;
}

.sortable .arrow {
  margin-left: 6px;
  font-size: 10px;
  opacity: 0.6;
}

.sortable .arrow.asc::after {
  content: " ▲";
}

.sortable .arrow.desc::after {
  content: " ▼";
}

/* expand boxes - important */
.expand-box,
.expand-box-diamond-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 330ms ease;
  background: #FFF;
  border-bottom: 0px solid #e9e9e9;
}

/* when open we set an "open" class (optional) */
.expand-box.open,
.expand-box-diamond-details.open {
  /* max-height will be set inline by JS to box.scrollHeight + "px" */
}

.expand-box-diamond-details.open {
  max-height: inherit !important;
}

/* small UX */
a.procolink,
a.diamond_details {
  color: #0b5ed7;
  text-decoration: none;
  cursor: pointer;
}

a.procolink:hover,
a.diamond_details:hover {
  text-decoration: underline;
}

.arrow-rotate {
  display: inline-block;
  transition: transform .25s ease;
}

.arrow-rotate.rotate {
  transform: rotate(90deg);
}

.custom-tooltip {
  position: absolute;
  pointer-events: none;
  background: var(--accent-2);
  color: #fff;
  padding: 6px 10px;
  margin-top:20px;
  margin-left:0px;
  font-size: 11px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  z-index: 9999;
  white-space: nowrap;
  font-weight: 700;
}

.filter-main-container.expand .table-container {
  width: calc(100vw - 20px) !important;
}

.filter-main-container.expand {
  padding-left: 20px;
}


.table-rgt .col .label {
  text-align: right;
  width: 120px;
}

/*
.filter-main-container.expand .table-rgt {
    display: flex;
    column-gap: 10px;
}
.filter-main-container.expand .table-rgt .col{
    width: 50%;
}
*/

.expand-inner {
  padding: 5px;
 /* width: 1640px;*/
 width: 100%;
}


:root {
  --thumb-size: 80px;
  --thumb-gap: 10px;
  --transition-speed: 0.6s;
}

.dual-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 00px 0;
}

.dual-slider .slider-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 1
}

/* ===== Thumbnails ===== */
.dual-slider .thumbs {
  display: flex;
  flex-direction: column;
  gap: var(--thumb-gap);
  overflow-y: auto;
  max-height: 480px;
  padding-right: 0px;
}

.dual-slider .thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 0px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .2s, border-color .2s;
}

.dual-slider .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dual-slider .thumb.active {
  border-color: var(--accent);
  transform: scale(1);
}

/* ===== Main slider ===== */
.main-slider {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 0px;
  aspect-ratio: 16/9;
  height: 376px;
}

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--transition-speed) ease;
  pointer-events: none;
}

.slider-item.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

/* secondary image */
.slider-item .secondary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px) brightness(0.8);
  transform: scale(1.05);
  transition: transform 0.8s ease, opacity 0.5s ease;
  z-index: 1;
}

/* primary image */
.slider-item .primary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.8s ease, opacity 0.5s ease;
  z-index: 2;
}

/* secondary shown */
.slider-item.show-secondary .secondary {
  filter: none;
  transform: scale(1);
  z-index: 3;
  opacity: 1;
}

.slider-item.show-secondary .primary {
  opacity: 0;
  pointer-events: none;
}

/* ===== Arrows ===== */
.dual-slider .arrow {
  position: absolute;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
  border-radius: 50%;
}

.dual-slider .arrow svg {
  width: 20px;
  height: 20px;
}

.dual-slider .arrow.prev {
  top: 50%;
  left: 10px;
}

.dual-slider .arrow.next {
  top: 50%;
}

.main-slider:hover .arrow {
  opacity: 1;
}

/* ===== Dynamic Buttons ===== */
.control-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #FFF;
  color: #000;
  border: none;
  padding: 8px 55px 8px 25px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  z-index: 4;
  transition: opacity .3s ease, transform .3s ease;
  background-image: url(https://cdn.prod.website-files.com/68ef8281d796798e5303ed35/68ef8282d796798e5303ee01_Green%20Arrow%20Right.svg);
  background-repeat: no-repeat;
  border-radius: 40px;
  /* width: 164px; */
  height: 50px;
  background-position: 80px 15px;
}



/*.control-btn:hover { background: #c73c3c; }*/

.close-btn {
  right: 15px;
  left: auto;
  background: rgba(0, 0, 0, 0.65);
  font-size: 21px;
  width: 36px;
  height: 36px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9;
  color: #FFF;
  top: 10px;
  position: absolute;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .slider-wrapper {
    flex-direction: column;
  }

  .thumbs {
    flex-direction: row;
    justify-content: center;
    max-height: none;
  }
}


.div-header .col {
  border-bottom: none;
}

.two-scroll-active .navigation-container {
  top: -150px;
  position: absolute
}


.two-scroll-active .filter-bar {
  top: 0px;
  position: fixed
}

.two-scroll-active .product-list-container {
  padding-top: 50px;
}



.two-scroll-active .filter-sidebar {
  height: calc(100vh - 80px);
}


.two-scroll-active .table-container {
  width: 100%;
  height: calc(100vh - 65px);
}

.dls-title {
  font-size: 18px;
  font-weight: 700;
}

.prorgtdetails .product-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration-line: none;
}

.prodlsleft {
  width: 600px;
  flex: 0 0 600px;
}

.prodlsright {
  flex: 1;
}

.div-row.row-expanded {
  background: #f8fafc;
}




.prorgtdetails .sheet {
  width: 1000px;
  margin: 0px auto;
  border: 0px solid #000;
  font-size: 12px;
}

/* TOP GREEN BAR */
.prorgtdetails .top-bar {
  display: grid;
  grid-template-columns: 120px 100px 1fr;
  background: var(--accent-blue-light);
  font-weight: bold;
  text-align: center;
  border-bottom: 0px solid #000;
  color: #FFF;
  margin-bottom: 10px;
  border-radius: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

.prorgtdetails .top-bar div {
  padding: 8px;
  
}
/*border-right: 1px solid rgba(255, 255, 255, .5);*/


.prorgtdetails .top-bar div:last-child {
  border-right: 0;
}

/* MAIN GRID */
.prorgtdetails .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 300px;
  border-top: 0px solid #000;
}

.prorgtdetails .box {
  /*
    border-right:1px solid #000;
    border-bottom:1px solid #000;
*/
  box-shadow: 0 0 15px rgba(0, 0, 0, .06);
  margin: 0 10px;
  border-radius: 10px;
  padding: 0px;
}

.prorgtdetails .box:last-child {
  border-right: 0;
}

.prorgtdetails .title {
  background: var(--primary-light);
  font-weight: bold;
  text-align: center;
  padding: 6px;
  border-bottom: 0px solid #000;
  color: #FFF;
  border-radius: 7px 7px 0 0;
}

.prorgtdetails table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.prorgtdetails td {
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.prorgtdetails td.label {
  width: 55%;
  font-weight: bold;
}

.prorgtdetails .right-box {
  border-bottom: 0px solid #000;
  margin-bottom: 15px;
}

.btn-heart {
  line-height: 1;
}

.data-row.active,
.data-row:hover {
  background: var(--accent-3);
  color: #FFF;
  border-color: var(--accent-3);
}

.data-row.active a,
.data-row:hover a {
  color: #FFF;
}

.data-row.active .col,
.data-row:hover .col {
  border-color: var(--accent-3);
}



/* ===== Sub Table Wrapper ===== */
.div-sub-table {
/*  width: 1690px*/
  width: 100%;
  border: 1px solid #e3e6eb;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
}

/* ===== Header Row ===== */
.div-sub-header {
  display: grid;
/*  grid-template-columns: repeat(23, minmax(76px, 1fr));*/
/*    grid-template-columns: repeat(23, minmax(36px, auto));*/
  background: #f5f7fb;
  font-weight: 600;
  border-bottom: 1px solid #dfe3ea;
}

/* ===== Data Rows ===== */
.div--sub-row {
  display: grid;
/*  grid-template-columns: repeat(23, minmax(76px, 1fr));*/
/*    grid-template-columns: repeat(23, minmax(36px, auto));*/
  border-bottom: 1px solid #edf0f4;
  transition: background 0.2s ease;
}

/* ===== Last row border fix ===== */
.div--sub-row:last-child {
  border-bottom: none;
}

/* ===== Cells ===== 
//border-right: 1px solid #edf0f4;
*/
.div-sub-table .col {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
  font-size: 12px;

} 

.div-sub-header {
  background-color: #1f405c;
  color: #FFF;
}

.div-sub-header .col {
  border-color: #404040;
}

/* ===== Remove last column border ===== */
.div-sub-table .col:last-child {
  border-right: none;
}

/* ===== Hover effect ===== */
.div--sub-row:hover {
  background: #f8faff;
}

/* ===== Alignment helpers ===== */
.div-sub-table .col:nth-child(6),
.div-sub-table .col:nth-child(13),
.div-sub-table .col:nth-child(16),
.div-sub-table .col:nth-child(17),
.div-sub-table .col:nth-child(18),
.div-sub-table .col:nth-child(19) {
  text-align: left;
}



.expand-box-diamond-details {
  height: auto;
  overflow-y: auto;
}


.data-row {
  border-top: 1px #ccc solid;
}

.div-table {
  border-bottom: 1px #ccc solid;
}


/*
body.profile-open .product-list-container {
  opacity: .5;
}
*/

.spec-table {
  width: 100%;
  padding: 10px;
}

.spec-row {
  display: flex;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}

.spec-label {
  width: 45%;
  font-weight: 600;
}

.spec-value {
  width: 55%;
}

/*Mobile nav bar*/

.bottom-nav {
  display: flex;
  justify-content: space-around;
  border-top: 0px solid #ddd;
  padding-top: 0px;
  padding-bottom: 0px;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 9;
  background-color: #1f405c;
}

.bottom-nav .nav-item {
  text-align: center;
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 20px;
  border-radius: 0px;
}

.bottom-nav .bottom-nav-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  margin-bottom: 2px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.bottom-nav .nav-item.active {
  background-color: var(--accent-blue-dark);
  color: #FFF;
}



.mobile-top-nav {
  display: none;
  justify-content: space-around;
  padding-top: 0px;
  padding-bottom: 0px;
  position: sticky;
  width: 100%;
  top: 0px;
  z-index: 9;
  background-color: var(--accent-blue-dark);
}

.mobile-top-nav .nav-item {
  text-align: center;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 10px;
}

.mobile-top-nav .bottom-nav-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  margin-bottom: 4px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.mobile-top-nav .nav-item.active {
  background-color: var(--accent-blue-light);
  color: #FFF;
}

.change_view_cont {
  text-decoration: none;
  color: #FFF;
}

.change_view_cont img.btn-icon {
  display: block;
  width: auto;
  height: 16px;
  filter: invert(100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}

.change_view_cont .btn-link {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  padding: 0px;
}

.save-search-btn {
  color: #FFF;
  text-align: center;
}

.save-search-btn i {
  text-align: center;
}


.MobileProductlistcontainer {
  height: calc(100vh - 190px);
  background-color: #ddd;
  padding: 10px;
  overflow-y: auto;
}



.mob-product-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 13px;
  cursor: pointer;
  background: #FFF;
}

.mob-card-header {
  display: flex;
  gap: 10px;
}

.mob-product-img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.mob-product-info {
  flex: 1;
}

.mob-title {
  font-weight: 600;
}

.mob-meta,
.mob-stock {
  font-size: 11px;
  color: #555;
}

.mob-actions {
  font-size: 18px;
    display: flex;
    flex-direction: column;
}

.mob-actions .btn{
    padding-top: 7px;
    padding-bottom: 7px;
}

.mob-card-details {
  display: flex;
  gap: 10px;
  font-size: 11px;
  margin: 8px 0;
}

.mob-size {
  margin-left: auto;
  font-weight: 600;
}

.mob-card-footer {
  display: flex;
  justify-content: space-between;
  background-color: var(--accent-3);
  padding: 7px 15px;
  border-radius: 5px;
  color: #FFF;
}

.mob-expand-icon {
  text-align: center;
  color: #888;
  margin-top: 6px;
  transition: transform 0.3s;
}


.mob-expand-content {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.mob-product-card.mob-open .mob-expand-content {
  display: block;
}

.mob-expand-icon {
  text-align: center;
  color: #777;
  margin-top: 6px;
  transition: transform 0.25s ease;
}

.mob-product-card.mob-open .mob-expand-icon {
  transform: rotate(180deg);
}


.mob-product-card.mob-open .mob-expand-content {
  display: block;
}

/* Close button */
.mob-close-btn {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  margin-bottom: 6px;
}

.list-mobile-view {
  display: none;
}

.mobtwo-scroll-active .navigation-container {
  top: -96px;
  transform: translateY(-96px);
}

.mobtwo-scroll-active .list-mobile-view {
  position: relative;
  /*    top: -97px;*/
  /*    transform: translateY(-96px);*/
}

.mobtwo-scroll-active .MobileProductlistcontainer {
  height: calc(100vh - 130px);
  margin-top: -30px;
}

.sub-expand-box {
  display: none;
  padding: 10px;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
}

.sub-expand-box.sub-open {
  display: block;
}

.div--sub-row {
  cursor: pointer;
}

.div--sub-row.sub-row-open {
  background: var(--accent-1);
  color: rgba(255, 255, 255, .9);
}


.div--sub-row.sub-row-open .col {
  border-color: rgba(255, 255, 255, .5);
}


.mobtwo-scroll-active .product-list-container {
  transform: translateY(-46px);
}

.mobtwo-scroll-active .product-list-container.plc-active {
  height: calc(100vh - 96px);
  top: 96px;
}

.mobtwo-scroll-active .filter-sidebar {
  height: calc(100vh - 110px);
}

.mobtwo-scroll-active .Search-content-area {
  height: calc(100vh - 170px);
}

/* sortable arrow indicators (visual only) */
.suvsortable {
  cursor: pointer;
  user-select: none;
}

.suvsortable .arrow {
  margin-left: 6px;
  font-size: 10px;
  opacity: 0.6;
}

.suvsortable .arrow.asc::after {
  content: " ▲";
}

.suvsortable .arrow.desc::after {
  content: " ▼";
}


.hd_Carat_size .btn-success {
  background-color: var(--accent-3);
  border: 0px;
}

.hd_Carat_size .btn-success:hover {
  background-color: var(--accent-2);
}


.filter-sidebar .btn-apply {
  background: var(--accent-blue-light);
  color: #fff;
  width: 50%;
  max-width: 50%;
}

.filter-sidebar .btn-reset {
  width: 50%;
  max-width: 50%;
}


.view-switch {
  position: relative;
  display: inline-block;
}

.view-switch-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0px 10px;
  color: #FFF;
  justify-content: center;
  flex-direction: column;
}

.view-switch-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 160px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 5px 0;
  margin: 5px 0 0;
  display: none;
  z-index: 1000;
}

.view-switch-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.view-switch-menu li a:hover {
  background: #f2f2f2;
}


.no-record-popup {
  position: fixed;
  top: 0%;
  left: 0%;
  transform: 0;
  z-index: 1055;
  width: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-record-popup:after{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    content: '';
}


/*
//background: rgba(0, 0, 0, .5);
    
 */

.popup-content {
  background: #fff;
  padding: 14px 18px;
  min-width: 300px;
  max-width: 325px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #dc3545;
  animation: slideDown 0.3s ease;
    position: relative;
    z-index: 2;
}

.popup-content .fa-solid {
  color: #dc3545;
  font-size: 20px;
}

.popup-content .text {
  flex: 1;
  font-size: 16px;
  color: #dc3545;
  font-weight: 500;
}

.popup-content .close-btn-pop {
  border: none;
  background: none;
  font-size: 22px;
  color: #0d6efd;
  cursor: pointer;
}

.sub-expand-box-container {
  display: flex;
  gap: 0px;
}

.div-row .col.s1 {
  padding-left: 10px;
/*  min-width: 75px;*/
}

/* Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}


@media (max-width: 1023px) {

  .list-desktop-view {
    display: none;
  }

  .list-mobile-view {
    display: block;
  }

  .prodls {
    flex-wrap: wrap;
  }

  .mobile-top-nav {
    display: flex;
    align-items: center;
  }

  .filter-sidebar {
    width: 100%;
  }

  .product-list-container {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
  }

  .product-list-container.plc-active {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 190px);
    position: fixed;
    background: #FFF;
    z-index: 9;
    left: 0;
    top: 145px;
    width: 100%;
  }

  .mobile-top-nav.nav-scrolled {
    position: fixed;
    top: 0px;
  }

  body.profile-open .product-list-container {
    opacity: 1;
  }
}




/* MAIN WRAP */
.xg-gallery {
  display:flex;gap:10px;max-width:600px; width: 600px;
}

/* THUMBS */
.xg-thumbs {
  display:flex;flex-direction:column;gap:8px
}

.xg-thumb {
  border:0;background:none;cursor:pointer;padding:0
}

.xg-thumb img {
 width:50px;height:50px;object-fit:cover
}
.xg-slide img,.xg-slide iframe{width:100%;height:420px;object-fit:contain;border:0}
    
.xg-thumb.active img {
  border-color:#000;
}

/* MAIN VIEW */
.xg-stage {
  position:relative;flex:1;background:#fff;border-radius:20px;overflow:hidde
}

.xg-slide {
 display:none;position:relative
}

.xg-slide.active {
  display:block;
}

.xg-slide img,
.xg-slide iframe {
  width:100%;height:420px;object-fit:contain;border:0
}


/* NAV */
.xg-nav {
  position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:0;width:56px;height:56px;border-radius:50%;cursor:pointer; display: flex; align-items: center; justify-content: center; font-size: 30px; text-indent: 5px;
}

.xg-prev { left:20px; }
.xg-next { right:20px; }
    
.xg-open-lightbox {
		position: absolute;
		top: 12px;
		right: 20px;
		border: 0;
		background: #fff;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		cursor: pointer;
		font-size: 30px;
	}

/* MOBILE */
@media(max-width:768px){
  .xg-gallery { flex-direction:column; }
  .xg-thumbs { flex-direction:row; justify-content:center; }
  .xg-open-lightbox,
		.main .nav {
			width: 40px;
			height: 40px;
			font-size: 20px;
		}
}
 



.wl-fiter{
    background:#f8f9fa;
    border:1px solid #e0e0e0;
    border-radius:8px;
    padding:12px 16px;
    margin-bottom:10px;
    cursor:pointer;
    transition:all 0.2s ease;
}

.wl-filterhd{
    font-weight:600;
    color:#212529;
    font-size:14px;
}

.wl-fitercont{
    font-size:13px;
    color:#6c757d;
}

.wl-fiter:hover{
    background:#e9f2ff;
    border-color:#0d6efd;
}


//.wl-fiter:first-child{
//    background:#0d6efd;
//    border-color:#0d6efd;
//}

//.wl-fiter:first-child .wl-filterhd,
//.wl-fiter:first-child .wl-fitercont{
//    color:#fff;
//}
.wl-fiter.active{
   background:#0d6efd;
   border-color:#0d6efd;
}

.wl-fiter.active .wl-filterhd,
.wl-fiter.active .wl-fitercont{
    color:#fff;
}


/* popup border */
.popup-content.popup-green  { border-left-color: green; }
.popup-content.popup-orange { border-left-color: orange; }

/* text color */
.popup-content .text.text-green  { color: green; }
.popup-content .text.text-orange { color: orange; }

/* wishlist active */
.popup-content .text.wl-red { color: red; }


.popup-icon i {
  font-size: 22px;
}


.popup-content .text::before {
  content: "\f057"; /* fa-circle-xmark */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: red;
  margin-right: 10px;
}

/* SUCCESS */
.popup-content .text.text-green::before {
  content: "\f058"; /* fa-circle-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: green;
  margin-right: 10px;
}

/* WARNING */
.popup-content .text.text-orange::before {
  content: "\f071"; /* fa-triangle-exclamation */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: orange;
  margin-right: 10px;
}

/* ERROR */
.popup-content .text.text-error::before {
  content: "\f057"; /* fa-circle-xmark */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: red;
  margin-right: 10px;
}

/*.div-header .col.colsmall, .data-row .col.colsmall, .div-sub-header .col.colsmall, .div-sub-table .col.colsmall {
    flex: 0 0 55px;
    min-width: 55px;
}

*/

/*
.col.colsmall{
   flex: 0 0 55px !important;
    min-width: 55px !important;
    width: 55px !important;
}
*/

.copy-icon{
  position: absolute;
  bottom: 12px;
  right: 20px;
  border: 0;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.copy-icon svg{
  width: 32px;
  height: auto;
}


.product-gallery{
  position: relative;
}



/* Load more button on right */
.load-more-btn {
   position: fixed;
    right: 20px;
    bottom: 20px;
    /* transform: translateY(-50%); */
    /* writing-mode: vertical-rl; */
    /* text-orientation: mixed; */
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.9;
    transition: 0.3s;
    font-size: 25px;
	height: 50px;
    width: 50px;
    background-color: #6a58f5;
	z-index:999;
}

.load-more-btn-mobile-view {
   position: fixed;
    right: 5px;
    bottom: 45px;
    /* transform: translateY(-50%); */
    /* writing-mode: vertical-rl; */
    /* text-orientation: mixed; */
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.9;
    transition: 0.3s;
    font-size: 25px;
	height: 50px;
    width: 50px;
    background-color: #6a58f5;
	z-index:999;
}

.load-more-btn:hover {
    opacity: 1;
}

.load-more-btn:disabled {
    background: #aaa;
    cursor: not-allowed;
    opacity: 0.4;
}








.div-row, .div-sub-header, .div--sub-row{
/*    display: flex;*/
       grid-template-columns: repeat(23, minmax(42px, auto));
/*    display: inline-flex;*/
}

.filter-main-container.expand .table-container {
    width: calc(100vw - 35px) !important;
}

.filter-main-container.expand {
    padding-left: 25px;
}


.col {
   white-space: nowrap;
 flex: initial;
 text-align:left;
}

.div-sub-table .col.s1{
    min-width: 42px;
}


:root {
  --c0: 68px;
  --c1: 30px;
  --c2: 30px;
  --c3: 50px;
  --c4: 80px;
  --c5: 60px;
  --c6: 60px;
  --c7: 85px;
  --c8: 80px;
  --c9: 80px;
  --c10: 60px;
  --c11: 55px;
  --c12: 50px;
  --c13: 50px;
  --c14: 50px;
  --c15: 50px;
  --c16: 75px;
  --c17: 80px;
  --c18: 80px;
  --c19: 70px;
  --c20: 80px;
  --c21: 80px;
  --c22: auto;
  --c23: auto;
  --c24: auto;
}

.col.c0  { width: var(--c0); }
.col.c1  { width: var(--c1); }
.col.c2  { width: var(--c2); }
.col.c3  { width: var(--c3); }
.col.c4  { width: var(--c4); }
.col.c5  { width: var(--c5); }
.col.c6  { width: var(--c6); }
.col.c7  { width: var(--c7); }
.col.c8  { width: var(--c8); }
.col.c9  { width: var(--c9); }
.col.c10 { width: var(--c10); }
.col.c11 { width: var(--c11); }
.col.c12 { width: var(--c12); }
.col.c13 { width: var(--c13); }
.col.c14 { width: var(--c14); }
.col.c15 { width: var(--c15); }
.col.c16 { width: var(--c16); }
.col.c17 { width: var(--c17); }
.col.c18 { width: var(--c18); }
.col.c19 { width: var(--c19); }
.col.c20 { width: var(--c20); }
.col.c21 { width: var(--c21); }
.col.c22 { width: var(--c22); }
.col.c23 { width: var(--c23); }
.col.c24 { width: var(--c24); }


.col.c1 .btn-heart{
    margin-left: 0px !important;
    background: transparent;
    border: 0;
}

.col.c1 .btn-heart i.fa-solid.fa-paper-plane{
    font-size: 14px;
}

.div-row .col.s1 .btn-light{
 margin-left: 15px !important;
    background: transparent;
    border: 0;
}

.div-row .col.s1 .btn-light i.fa-solid.fa-paper-plane{
    font-size: 14px;
}

.col.c3{
    text-align: center;
}

.div-sub-table .col.s1{
    width: 60px;
}

.div-header, .div-header .col{
    font-size: 11px;
}

.filter-main-container.expand .div-table{
     width: fit-content;
    width: 100%;
}

.filter-main-container.expand .expand-inner{
    width: 100%;
}

.filter-main-container.expand .prorgtdetails .sheet{
    width: 100%;
}


.bs-searchbox .form-control{
  height: 36px;
  font-size: 14px;
}

.bs-actionsbox .btn-group button{
  font-size: 14px;
}
.bootstrap-select .dropdown-menu li a{
  font-size: 13px;
}


.bootstrap-select.dropup .dropdown-menu {
    top: 100% !important;
    bottom: auto !important;
    transform: none !important;
}

/* Previously opened (visited) */
.div-row.data-row.highlight{
  background: #999;
    color: #FFF;
}

/*
.div-row.data-row.highlight a.procolink, .div-row.data-row.highlight a.diamond_details{
    color: --accent-3;
}
*/

/*a.diamond_details b span{
    display: none;
}
*/


.sub-highlight { 
  background: #BFF0BC;
}

/* Wizard */
.wizard {
  max-width: 480px;
  margin: 50px auto;
  background: var(--surface);
  border-radius: 10px;
  padding: 30px;
  border: 1px solid var(--border);
}

.wizard .step-indicator {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.wizard .step-indicator::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border);
}
.wizard .step {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.wizard .step span {
  width: 100%;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    background: #ddd;
    color: #fff;
}
.wizard .step.active span,
.wizard .step.completed span {
  background: var(--accent-2);
}
.wizard .step p {
  font-size: 13px;
  margin-top: 5px;
}

/* Inputs */
.wizard .form-control, .wizard .form-select {
  height: 46px;
  border-radius: 6px;
  border: 1px solid var(--border);
}
.wizard .form-control::placeholder {
  color: var(--placeholder);
}

/* Buttons */
.wizard .btn-primary {
  background: var(--primary-color);
  border: none;
  height: 46px;
  width: 100%;
}
.wizard .btn-outline-secondary {
  height: 46px;
  width: 100%;
}

.wizard .step-content {
  display: none;
}
.wizard .step-content.active {
  display: block;
}



.close-btn-signup {
  position: absolute;
  top: 50px;
  right: 50px;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: var(--secondary-text);
  transition: 0.2s ease;
    z-index: 9;
}


.close-btn-signup svg {
  display: block;
}


.close-btn-signup:hover {
  color: var(--accent-2);
  transform: scale(1.1);
}


@media (max-width: 750px) {
    
    .login-content{
        padding: 0px;
    }
    
    .login-content h2{
        font-size: 26px;
    }
    .login-logo {
        max-width: 60px;
    }
    
    .close-btn-signup{
        right: 20px;
        top: 20px;
    }
    .wizard{
        padding: 15px;
    }
    .login-container{
        margin-right: auto;
    }
}


.data-row-active .filter-sidebar {
  margin-left: -380px;
}



.data-row-active .filter-main-container {
    padding-left: 25px;
}

.data-row-active .filter-main-container .table-container {
    width: calc(100vw - 35px) !important;
}

.data-row-active .filter-main-container .div-table {
    width: fit-content;
    width: 100%;
}

.data-row-active .filter-main-container .expand-inner {
    width: 100%;
}


.data-row-active .filter-main-container .prorgtdetails .sheet{
     width: 100%;
}


.login-logo img{
  max-width: 90px;
  width: 100%;
}

.viewTogglebutton{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    display: none; /* default hidden */
	background-color:var(--accent-blue-dark);
	border-color:var(--accent-blue-dark);
}




.fixed-copy-btn {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9999;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;

    background: #203F5B;
    color: #fff;
    font-size: 18px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.fixed-copy-btn:hover {
    background: #0f2a3f;
}




@media screen and (max-width: 750px) {
    .viewTogglebutton{
        right: 5px;
    }
    .fixed-copy-btn{
        bottom: 100px;
        right: 5px;
    }
}
































