@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: 14px;
  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(4, minmax(300px, 1fr));
  gap: 10px;
  flex-wrap: wrap;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card {
  background-color: white;
  border-radius: 5px !important;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  position: relative;
  height: 490px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  max-width: 350px;
  box-shadow: 0px 2px 6px 1px #ececec;
}

#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 .ribbon span {
  width: 150px;
  font-size: 12px;
  box-shadow: none;
  text-shadow: none;
  border-bottom-right-radius: 5px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .ribbon-top-left {
  top: -2px;
  left: -10px;
}

#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;
}

#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: 1px;
  text-align: left;
}

#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 small {
  color: black;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer {
  text-align: left;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer h3 {
  font-size: 24px;
}

#in-house-jewellery-portal .jewellery_container .jewellery_grid .jew_card .card_footer .btn_view_details {
  font-size: 16px;
  background-color: transparent;
  text-decoration: none;
  width: 70%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

#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 0 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;
  max-width: 1400px;
  margin: 0 auto;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_grid .jew_card {
  height: 400px;
  border-radius: 5px !important;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  width: 280px;
  flex: 1 0 280px;
  max-width: 280px;
  min-width: 335px;
  box-shadow: 0 2px 4px 1px rgba(236, 236, 236, 0.2901960784) !important;
}

#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;
}

#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;
  height: 485px;
  min-height: 550px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_catalog .jew_card {
  min-width: 335px;
  min-height: 430px;
}

#in-house-jewellery-portal #main_content .page_right .jewellery_catalog .jew_image {
  display: block !important;
  text-align: center;
  height: 250px;
  width: auto;
}

#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 {
    flex-direction: column-reverse;
    align-items: center;
  }

  #in-house-jewellery-portal #main_content .left_sidebar {
    width: 100%;
    min-height: max-content;
    border-radius: 20px !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;
  }

  #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: 14px;
  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;
}

.jew_card .jew_price{
  font-size: 33px !important;
}