@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap");

#home-entry:hover {
  cursor: pointer;
}

#in-house-jewellery-portal :not(i) {
  font-family: "Figtree", sans-serif;
}

#in-house-jewellery-portal hr {
  margin: 10px 0;
}

#in-house-jewellery-portal #cart_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
}

#in-house-jewellery-portal #portal_subtitle {
  font-size: 18px;
  margin: 5px;
  color: black;
}

#in-house-jewellery-portal #portal_title {
  font-family: "Figtree", serif;
  font-weight: 600;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  margin: 0.7em 0;
}

#in-house-jewellery-portal .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 30px;
  margin-left: 30px;
}

#in-house-jewellery-portal .error_msg {
  color: black;
  font-size: 24px;
  max-width: 700px;
  margin: 0 auto;
}

#in-house-jewellery-portal .divider::after,
#in-house-jewellery-portal .divider::before {
  content: "";
  flex: 1;
}

#in-house-jewellery-portal .jew_welcome {
  margin: 0 auto;
}

#in-house-jewellery-portal .jew_welcome h1 {
  letter-spacing: 1px;
}

#in-house-jewellery-portal #list_bar {
  border-radius: 5px;
}

#in-house-jewellery-portal .jew_tab {
  padding: 10px 10px;
  text-align: center;
  margin: 5px;
  color: black;
  display: block;
  letter-spacing: 1px;
  width: 270px !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
}

#in-house-jewellery-portal .jew_tab.active {
  color: white;
}

#in-house-jewellery-portal .jew_tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

#in-house-jewellery-portal #jew_video_frame {
  max-width: fit-content;
}

#in-house-jewellery-portal .image_card {
  border-radius: 10px !important;
  overflow: hidden;
}

#in-house-jewellery-portal .jew_cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
}

#in-house-jewellery-portal .jew_cards .image_card {
  width: 23%;
  background-color: rgba(255, 255, 255, 0.062745098);
  box-shadow: 0px 2px 6px 1px #ececec;
  min-width: 300px;
}

#in-house-jewellery-portal .jew_cards .image_card a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
}

#in-house-jewellery-portal h5 {
  font-size: 12px;
  width: 100%;
  text-align: center;
}

#in-house-jewellery-portal .jew_cards .image_card a h3 {
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  width: 100%;
}

#in-house-jewellery-portal .brows_product {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  padding: 10px;
  font-weight: bold;
  color: black;
}

#in-house-jewellery-portal .jewellery_container {
  max-width: 1400px;
  margin: 0 auto;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card {
  background-color: #fff;
  border-radius: 4px !important;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  box-shadow: none;
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content {
  flex: 1;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .assets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .jew_props .tdw_title {
  font-weight: bold;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .jew_props a {
  font-weight: bold;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .jew_props a:hover {
  color: black;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .jew_props a:focus {
  color: black;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .jew-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 4px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px 0 5px 0;
  z-index: 10;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .highlight-word {
  padding: 1px 5px;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  line-height: 1.1;
  font-weight: 600;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_info {
  display: flex;
  justify-content: space-between;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_image {
  text-align: center;
  height: auto;
  flex-shrink: 0;
  position: relative;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_image .jew_image_link {
  display: block;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .location_span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: black;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_props {
  color: black;
  margin: 0;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content {
  letter-spacing: 0.3px;
  text-align: left;
  flex-grow: 1;
  padding: 0 16px;
  padding-top: 15px;
  padding-inline: 10px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .download_media {
  position: absolute;
  bottom: 10px;
  right: 16px;
  z-index: 10;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .download_media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .download_media a:hover {
  background: #f5f5f5;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content .w-8 {
  width: 30px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content .h-8 {
  height: 30px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content h4 {
  margin: 0;
  line-height: 1;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content .catalogue-title {
  margin: 0 0 10px 0 !important;
  font-size: 16px;
  color: #333;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content .jew_price {
  margin-bottom: 6px !important;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content .jew_price .final_price {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body .jew_content .jew_price small {
  font-size: 11px;
  font-weight: 700;
  color: #777;
  letter-spacing: 0.5px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_body small {
  color: black;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer {
  text-align: center;
  margin-top: auto;
  padding: 0px 3px 5px 3px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer h3 {
  font-size: 12px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer .btn_view_details {
  font-size: 12px;
  font-weight: 700;
  padding: 12px 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: transparent;
  color: #222;
  text-decoration: none;
  transition: 0.2s;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer .btn_view_details:hover {
  background-color: #f9f9f9;
}

/* Metal Pill Buttons */
#in-house-jewellery-portal .switch_metal_type {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  align-items: center;
}

#in-house-jewellery-portal .metal-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1.5px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  transition: all 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

#in-house-jewellery-portal .metal-pill-btn:hover {
  border-color: #999;
  background: #f7f7f7;
}

#in-house-jewellery-portal .metal-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

#in-house-jewellery-portal .metal-label {
  line-height: 1;
}

#in-house-jewellery-portal #diamond_toggle,
#in-house-jewellery-portal #inventory_toggle {
  flex-wrap: wrap;
}

#in-house-jewellery-portal #diamond_toggle a,
#in-house-jewellery-portal #inventory_toggle a {
  flex: 1;
  min-width: 290px;
  background-color: #f5f5f5;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

#in-house-jewellery-portal #diamond_toggle a.selected,
#in-house-jewellery-portal #inventory_toggle a.selected {
  box-shadow: 0px 2px 6px 1px #ececec;
  border: 1px solid #c6c6c6;
  z-index: 1;
  font-size: 17px;
  color: white;
}

#in-house-jewellery-portal .nav-tabs {
  margin-left: 0;
  display: flex;
  justify-content: center;
}

#in-house-jewellery-portal .nav-tabs .nav-item {
  padding: 0;
}

#in-house-jewellery-portal .nav-tabs .nav-link {
  font-size: 20px;
}

#in-house-jewellery-portal .nav-tabs .nav-link.active,
#in-house-jewellery-portal .nav-tabs .nav-link:hover {
  font-weight: bold;
  color: black;
  letter-spacing: 0.8px;
}

#in-house-jewellery-portal #portal_navbar {
  display: flex;
}

#in-house-jewellery-portal #shapes-pills {
  display: none;
}

#in-house-jewellery-portal .nav-pills {
  margin-left: 0;
}

#in-house-jewellery-portal .nav-pills>li {
  margin: 0 0 0 5px;
  padding: 0;
}

#in-house-jewellery-portal .nav-pills>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 7px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#in-house-jewellery-portal .nav-pills>li>a:hover {
  color: #000 !important;
}

#in-house-jewellery-portal .nav-pills>li .active {
  color: #fff;
  font-weight: bold;
}

#in-house-jewellery-portal .nav-pills>li .active:hover {
  color: #fff !important;
}

#in-house-jewellery-portal #dlg_product_details .modal-body * {
  color: black;
  font-size: 16px !important;
}

#in-house-jewellery-portal #dlg_product_details label {
  font-weight: bold;
}

#in-house-jewellery-portal .table_header th {
  color: white;
  vertical-align: middle;
  letter-spacing: 1px;
}

#in-house-jewellery-portal .table-bordered th {
  color: white;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

#in-house-jewellery-portal .table-bordered td {
  letter-spacing: 1px;
  font-size: 16px;
}

#in-house-jewellery-portal .table-striped .tab,
#in-house-jewellery-portal .table-striped .floro,
#in-house-jewellery-portal .table-striped .depth {
  display: none;
}

#in-house-jewellery-portal .table-striped tbody td {
  border: 1px solid rgba(233, 213, 164, 0.2509803922);
  letter-spacing: 1px;
}

#in-house-jewellery-portal .table-striped tbody td a:hover,
#in-house-jewellery-portal .table-striped tbody td a:focus {
  color: white;
  font-weight: bold;
}

#in-house-jewellery-portal .checkbox {
  display: inline-block;
  margin-right: 1.5%;
}

#in-house-jewellery-portal .checkbox label {
  font-size: 18px !important;
  text-transform: capitalize;
  color: black;
}

#in-house-jewellery-portal .dp_button {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#in-house-jewellery-portal .dp_button svg {
  height: 20px;
  width: 20px;
}

#in-house-jewellery-portal .dp_button:hover {
  color: white;
}

#in-house-jewellery-portal .mob-center {
  text-align: center;
}

#in-house-jewellery-portal #diamond_tabs .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 10px;
  justify-content: flex-start;
}

#in-house-jewellery-portal #diamond_tabs .nav-tabs li {
  white-space: nowrap;
}

#in-house-jewellery-portal #main_content {
  width: auto;
  height: auto;
  display: flex;
  gap: 20px;
}

#in-house-jewellery-portal #main_content .left_sidebar {
  min-height: 100vh;
  overflow-y: auto;
  white-space: nowrap;
  z-index: 1;
  width: 17%;
  min-width: 250px;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  border-radius: 20px 0 0 20px !important;
}

#in-house-jewellery-portal #main_content .left_sidebar a {
  cursor: pointer !important;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar {
  border: none;
  margin-left: 0;
  border: 0;
  background-color: transparent;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container {
  width: 100%;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0;
  color: white;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav #dropdown>a {
  all: unset;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav #dropdown #dropdown-main>ul {
  padding: 0px;
  font-size: 15px;
  margin-top: 25px;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav #dropdown #dropdown-main ul .main_category_name {
  padding: 7px 0;
  font-weight: 500;
  width: 92%;
  color: #fff;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav #dropdown #dropdown-main ul li:last-child {
  border: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav .panel {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  background: inherit;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav ul {
  font-size: 15px;
  padding: 5px 0 0 10px;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav li {
  display: block;
  width: 100%;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav li .main_category_name {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar .side-menu-container .navbar-nav li a {
  all: unset;
  padding: 7px 0px;
  font-size: 18px;
  color: #fff;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class {
  display: flex;
  align-items: center;
  justify-content: center;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class .switch {
  position: relative;
  display: inline-block;
  min-width: 50px;
  height: 27px;
  margin: 10px;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 34px !important;
  background-color: #fff;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  transition: 0.4s;
  border-radius: 50%;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class label {
  margin: 0px;
}

#in-house-jewellery-portal #main_content .page_right .switch_outer_class input:checked+.slider:before {
  transform: translateX(21px);
}

#in-house-jewellery-portal #main_content .page_right .switch_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#in-house-jewellery-portal #main_content .page_right .switch_inner .live_stock_msg {
  font-size: 17px;
  color: #fff;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid {
  gap: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  max-width: 1400px;
  margin: 0 auto;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card {
  height: auto;
  align-self: stretch;
  min-height: 480px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  max-width: 335px;
  min-width: 335px;
  box-shadow: 0 2px 4px 1px rgba(236, 236, 236, 0.2901960784);
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .card_body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .card_body .jew_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .ribbon {
  width: 150px;
  height: 40px;
  overflow: hidden;
  position: absolute;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .ribbon:before,
#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .ribbon:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .ribbon span {
  color: white;
  /* width: 100%; */
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .req_price {
  font-weight: 600;
  display: block;
  width: 100%;
  border-radius: 3px !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .req_price:hover {
  color: white;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .livestock-checkbox {
  width: 100%;
  height: max-content;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card .livestock-checkbox input[type=checkbox] {
  width: 19px;
  height: 19px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card a {
  cursor: pointer;
  text-decoration: none;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card a .jew_image {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 250px;
  margin-top: 20px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card a .catalogue-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 300px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card a .switch_metal_type .btn-group {
  display: flex;
  gap: 8px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card a h4 {
  margin-top: 20px;
  color: #000;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_livestock .jew_card {
  min-width: 335px;
  max-width: 335px;
  height: auto;
  align-self: stretch;
  min-height: 480px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_catalog .jew_card {
  min-width: 335px;
  max-width: 335px;
  min-height: 480px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_catalog .jew_image {
  display: block !important;
  text-align: center;
  height: 250px;
  width: auto;
  margin-top: 15 px;
}

#in-house-jewellery-portal #main_content .left_sidebar .upper_main_manu,
#in-house-jewellery-portal .left_sidebar .navbar-nav .main_filter_title {
  padding: 0px 10px !important;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar-nav li a .glyphicon,
#in-house-jewellery-portal .left_sidebar .navbar-nav li a .fa {
  margin-right: 8px;
}

#in-house-jewellery-portal #main_content .left_sidebar .navbar-nav li a:focus,
#in-house-jewellery-portal .left_sidebar .navbar-nav li a:hover {
  text-decoration-line: underline;
}

#in-house-jewellery-portal #main_content .left_sidebar a,
#in-house-jewellery-portal .left_sidebar a:focus,
#in-house-jewellery-portal .left_sidebar a:hover {
  text-decoration: none;
}

#in-house-jewellery-portal .page_right {
  flex: 1;
  position: relative;
  min-height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #in-house-jewellery-portal #main_content {
    align-items: center;
  }

  #in-house-jewellery-portal #main_content .left_sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    min-height: 100vh;
    border-radius: 0 !important;
    z-index: 10001;
    background: #fff;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  #in-house-jewellery-portal #main_content .left_sidebar.sidebar-open {
    left: 0;
  }
}

.sidebar-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
}

.sidebar-backdrop.show {
  display: block;
}

.mobile-sidebar-toggle {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 15px;
  align-items: center;
  gap: 8px;
}

.mobile-sidebar-close {
  display: none;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 10002;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .mobile-sidebar-toggle {
    display: inline-flex;
  }

  .mobile-sidebar-close {
    display: block;
  }

  #in-house-jewellery-portal #main_content .left_sidebar .navbar {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 786px) {
  #in-house-jewellery-portal #inventory_toggle {
    width: 100%;
  }

  #in-house-jewellery-portal #inventory_toggle a {
    font-size: 14px !important;
    flex-basis: auto !important;
    height: auto !important;
  }

  #in-house-jewellery-portal .jewellery_grid {
    justify-content: center !important;
  }

  #in-house-jewellery-portal .jewellery_grid .jew_card {
    min-width: 300px !important;
  }

  #in-house-jewellery-portal #in-house-jewellery-portal #cart-title {
    font-size: 25px;
  }

  #in-house-jewellery-portal .live_stock_msg {
    white-space: nowrap;
  }
}

@media (min-width: 640px) {
  #in-house-jewellery-portal #portal_navbar {
    display: none;
  }

  #in-house-jewellery-portal #shapes-pills {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    justify-content: center;
    margin-bottom: 20px;
  }

  #in-house-jewellery-portal .nav-pills>li {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  #in-house-jewellery-portal #diamond_tabs .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: initial;
    padding-bottom: 0;
  }

  #in-house-jewellery-portal #diamond_tabs .nav-tabs li {
    white-space: nowrap;
  }

  #in-house-jewellery-portal #main_content #category-head {
    pointer-events: none !important;
  }
}

@media (min-width: 1280px) {
  #in-house-jewellery-portal .mob-center {
    text-align: right;
  }
}

#catalogue_view {
  /* responsive */
}

#catalogue_view .jew_title .title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

#catalogue_view .front_custom_button {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
}

#catalogue_view .cat-detail {
  margin: 20px;
  display: flex;
  gap: 20px;
  position: relative;
  letter-spacing: 1px;
}

#catalogue_view .cat-detail .cat-assets {
  width: 100%;
  height: 100%;
  padding: 20px;
  flex: 1 0 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

#catalogue_view .cat-detail .cat-assets .all_assets {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#catalogue_view .cat-detail .cat-assets .all_assets .cat-img {
  overflow: hidden;
  width: 100%;
  height: max-content;
  cursor: pointer;
}

#catalogue_view .cat-detail .cat-assets .all_assets .cat-img img,
#catalogue_view .cat-detail .cat-assets .all_assets .cat-img video {
  border-radius: 5px;
  width: 100%;
}

#catalogue_view .cat-detail .cat-assets .all_assets .jew_video_link {
  position: relative;
}

#catalogue_view .cat-detail .cat-assets .all_assets .jew_video_link div i.play_icon_class {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  padding: 5px 5px 5px 8px;
  border-radius: 5px;
  color: var(--white-color);
}

#catalogue_view .cat-detail .cat-assets .asset_preview {
  width: 75%;
  border-radius: 5px;
}

#catalogue_view .cat-detail .cat-assets .asset_preview .cat-img {
  width: 100%;
  height: max-content;
  border-radius: 5px !important;
  display: flex;
  cursor: pointer;
}

#catalogue_view .cat-detail .cat-assets .asset_preview .cat-img img {
  flex: 1;
  width: 100%;
}

#catalogue_view .cat-detail .cat-info {
  flex: 1;
  padding: 20px;
  width: 35%;
  height: max-content;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}

#catalogue_view .cat-detail .cat-info li {
  font-size: 15px;
  color: #000;
}

#catalogue_view .cat-detail .cat-info .cat-title {
  font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem) !important;
}

#catalogue_view .cat-detail .cat-info .cat-price-main {
  margin-top: 10px;
  font-weight: 600;
  font-size: 35px;
}

#catalogue_view .cat-detail .cat-info .cat-price-main .cat-dis-price {
  font-weight: 500;
  text-decoration: line-through;
  font-size: 22px;
  color: #a3a3a3;
}

#catalogue_view .cat-detail .cat-info .cat-price-main .cat-dis-percentage {
  font-size: 16px;
  background-color: #cf0b0b;
  padding: 6px 10px;
  color: white;
  letter-spacing: 1px;
}

#catalogue_view .cat-detail .cat-info .desc {
  margin: 20px 0 10px;
}

#catalogue_view .cat-detail .cat-info .desc h4 {
  font-size: 27px !important;
  font-weight: 600;
}

#catalogue_view .cat-detail .cat-info .desc #details-head {
  font-size: 24px;
  font-weight: 600;
}

#catalogue_view .cat-detail .cat-info .desc .cat-desc {
  color: #000;
  padding: 15px 0 10px;
  font-size: 17px;
}

#catalogue_view .cat-detail .cat-info .cat-metal-type h4 {
  font-size: 20px !important;
  font-weight: 600;
}

#catalogue_view .cat-detail .cat-info .cat-metal-type .metalToneVar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#catalogue_view .cat-detail .cat-info .cat-metal-type .metalToneVar .metalToneBtn {
  all: unset;
  padding: 10px;
  border-radius: 10px !important;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
  color: #000;
}

#catalogue_view .cat-detail .cat-info .cat-metal-type .metalToneVar .metalToneBtn.variation-selected {
  color: #fff;
}

#catalogue_view .cat-detail .cat-info .live-count h4 {
  font-size: 20px !important;
  font-weight: 600;
}

#catalogue_view .cat-detail .cat-info .live-count .delivery_day {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#catalogue_view .cat-detail .cat-info .cat-actions {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

#catalogue_view .cat-detail .cat-info .cat-actions a:first-child {
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #catalogue_view .cat-detail {
    flex-direction: column;
  }

  #catalogue_view .cat-detail .cat-info {
    width: 100%;
  }
}

@media only screen and (max-width: 917px) {
  #catalogue_view .cat-assets {
    flex: 1 !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end !important;
  }

  #catalogue_view .cat-assets .all_assets {
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100% !important;
  }

  #catalogue_view .cat-assets .all_assets div {
    width: 25% !important;
  }

  #catalogue_view .cat-assets .asset_preview {
    width: 100% !important;
  }
}

@media only screen and (max-width: 786px) {
  #catalogue_view .metalToneVar .metalToneBtn {
    padding: 8px;
  }

  #catalogue_view .front_custom_button {
    font-size: 10px;
  }

  #catalogue_view .cat-detail {
    margin: 0;
  }

  #catalogue_view .cat-detail .cat-info .desc h4 {
    font-size: 24px;
  }

  #catalogue_view .cat-assets .asset_preview {
    width: 100%;
  }

  #catalogue_view .cat-title {
    font-size: 1.8em;
  }

  #catalogue_view .cat-info .cat-price-main {
    font-size: 22px !important;
  }

  #catalogue_view .live_stock_msg {
    white-space: nowrap;
  }

  #catalogue_view .modal-dialog {
    margin: 5rem 1rem !important;
  }

  #catalogue_view #jew_video_dlg .modal-dialog {
    margin: 3rem !important;
  }

  #catalogue_view #dlg_cart .modal-dialog {
    margin: 2.5rem !important;
  }

  #catalogue_view #dlg_cart .modal-dialog .cancel-text {
    font-size: 16px;
    margin: 0 0 6px 0;
  }

  #catalogue_view #orderModal .modal-dialog {
    margin: 2.5rem !important;
  }
}

@media only screen and (max-width: 786px) {

  #proceed_btn,
  #continue_btn {
    padding: 4px;
  }

  #cart_title {
    font-size: 25px !important;
  }
}

/*# sourceMappingURL=jewellery-portal-in-house-public.css.map */

.content_wrap {
  width: auto !important;
}

.discount_label {
  font-size: 12px;
  background: #cf0b0b;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.discounted_price {
  display: flex;
  align-items: center;
  margin-block: 10px;
  min-height: 33px;
}

.jew_price_without_discount {
  margin: 0;
  font-size: 18px;
  text-decoration: line-through;
  color: #a3a3a3;
  margin-right: 15px;
}

.discount_label_div {
  /* margin-bottom: 8px; */
  min-height: 22px;
  display: flex;
  justify-content: flex-start;
  /* margin-left: 10px; */
}

.jew_card .jew_price {
  font-size: 30px !important;
}

/* Jewellery Card Slider Styles */
.jew-slider-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.jew-slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  height: 100%;
}

.jew-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jew-slide img,
.jew-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jew-slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.jew_card:hover .jew-slider-arrows {
  opacity: 1;
}

@media (max-width: 1024px) {
  .jew-slider-arrows {
    opacity: 1 !important;
  }
}

.jew-slider-arrow {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  color: #333;
  font-weight: bold;
  user-select: none;
}

.jew-slider-arrow:hover {
  background: rgba(255, 255, 255, 1);
}

.jew-slider-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 2;
  background: rgba(240, 240, 240, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 5px 10px;
  border-radius: 20px;
  width: max-content;
}

.jew-slider-dot {
  cursor: pointer;
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: background 0.3s ease;
  pointer-events: auto;
}

.jew-slider-dot.active {
  background: #000;
}

/* Mobile Card Layout for Order Table */
@media (max-width: 767px) {

  .order-form-wrapper table thead,
  table.table thead {
    display: none !important;
  }

  table.table-bordered,
  table.table-bordered>tbody {
    display: block !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
  }

  table.table-bordered>tbody>tr {
    display: flex !important;
    flex-wrap: wrap !important;
    background: #fff !important;
    border: 1px solid #eaebec !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
    position: relative !important;
    width: 100% !important;
  }

  table.table-bordered>tbody>tr>td {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 50% !important;
    padding: 10px 8px !important;
    border: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
    text-align: left !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
  }

  table.table-bordered>tbody>tr>td:nth-child(odd) {
    border-left: 1px solid #f3f4f6 !important;
  }

  table.table-bordered>tbody>tr>td::before {
    content: attr(data-label) !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    text-align: left !important;
    margin-bottom: 4px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    width: 100% !important;
    display: block !important;
  }

  table.table-bordered>tbody>tr>td>* {
    font-weight: 500 !important;
    color: #111827 !important;
    text-align: left !important;
    width: 100% !important;
    word-break: break-word !important;
  }

  table.table-bordered>tbody>tr>td .price-val {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
  }

  table.table-bordered>tbody>tr>td .price-val>* {
    width: auto !important;
    display: inline-block !important;
  }

  table.table-bordered>tbody>tr>td.mobile-image-col {
    display: block !important;
    width: 100% !important;
    border: none !important;
    border-bottom: none !important;
    border-left: none !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
  }

  table.table-bordered>tbody>tr>td.mobile-image-col::before {
    display: none !important;
  }

  table.table-bordered>tbody>tr>td.mobile-image-col .flex_icons {
    display: inline-block !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  table.table-bordered>tbody>tr>td.mobile-image-col svg.desktop-icon {
    display: none !important;
  }

  table.table-bordered>tbody>tr>td.mobile-image-col img.mobile-img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 150px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    margin: 0 auto !important;
  }

  table.table-bordered>tbody>tr>td.mobile-action-col {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: auto !important;
    border: none !important;
    border-left: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10 !important;
  }

  table.table-bordered>tbody>tr>td.mobile-action-col::before {
    display: none !important;
  }

  table.table-bordered>tbody>tr>td.mobile-action-col>* {
    text-align: center !important;
    width: auto !important;
    display: block !important;
  }

  table.table-bordered>tbody>tr>td.mobile-action-col .btn {
    width: 28px !important;
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #fee2e2 !important;
    color: #ef4444 !important;
    border: 1px solid #fca5a5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  table.table-bordered>tbody>tr>td.mobile-action-col .btn:hover {
    background: #fecaca !important;
  }
}