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

.special_head{
  font-family: 'Cormorant Infant',serif;
}

.custom_para{
  font-family: 'Nunito Sans';
}

section {
  background-color: #fff;
  padding: 12px; 
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  padding-bottom: 20px;
  word-spacing: 4px;
  letter-spacing: 1.5px;
  font-family: 'Italiana', serif !important;
}

.first_row {
  width: 100%;
  padding-bottom: 32px;
  position: relative;
}

.first_row .btns_div {
  margin: auto;
  max-width: 300px;
  border: 1px solid #D2A66E;
  border-radius: 12px;
  overflow: hidden;
}

.first_row .btns_div div {
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.first_row .btns_div div a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #555;
  text-decoration: none;
  font-family: Nunito Sans;
  padding: 8px 0px;
  display: inline-block;
  font-weight: 600;
}

.first_row .btns_div div:nth-child(3) {
  border-right: none !important;
}

.active-label {background-color: #D2A66E;}
.active-label a {
  color: #fff !important;
}

.custom_container {
  padding: 0 30px;
  max-width: 1470px;
  width: 100%;
  margin: auto;
}

.clearFilterUperr {
  position: absolute;
  top: 0;
  right: 12.6%;
}

.tps_filter .clearFilterUperr {
  position: unset;
  margin-top: 30px;
}

.second_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px 50px;
  padding: 12px 0 20px 0;
  flex-wrap: wrap;
}

.second_row .box,
.display_cont .display_cont_cont .box {
  width: 30%;
}

.p_class.special_head {
  font-size: 18px !important;
  letter-spacing: 1px;
  padding-bottom: 16px;
  font-weight: 600 !important;
  color: #000;
  font-family: 'Nunito Sans';
  padding-top: 10px;
}

.img_box {
  width: 100%;
  display: flex;
  gap: 15px 11px;
  flex-wrap: wrap;
}

.img_box .img_part img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img_box .img_part {
  border: 1px solid lightgray;
  padding: 6px;
  width: 13%;
  text-align: center;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: block;
}



.img_box .img_part:hover {
  border: 1px solid #D2A66E;
}

.img_box .img_part:hover .text {
  display: block;
  color: gray;
}

.img_box .img_part:hover .text1 {
  display: block;
  color: gray;
}

.img_div,
.img_div1 {
  width: 100%;
}

.img_div1 {
  position: relative;
}

.img_div1 .input1 {
  position: absolute;
  top: 28px;
  left: 0;
  width: 62px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important;
  display: inline-block !important;
}
/* --------------change the color of input type range-------------- */

/* ----------------------------------------------------*/

.text,
.text1 {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-50%);
  color: gray;
  font-size: 12px !important;
  display: none;
  transition: 0.5s;
  font-weight: 500 !important;
  font-family: 'Nunito Sans';
  white-space: nowrap;
}

.text1 {
  top: 50px !important;
}

.diamond_page .custom_container .second_row .img_part.active2 {
  border: 1px solid #D2A66E !important;

}

.display_cont {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

#panel {
  display: none;
}


.advance_filter {
  outline: none;
  background: #D2A66E;
  text-align: center;
  padding: 8px 8px;
  margin: auto;
  border: 2px solid #D2A66E;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  cursor: pointer;
  font-family: 'Nunito sans';
}

.icon {
  font-size: 17px !important;
}

.clear_filter {
  outline: none;
  text-align: center;
  padding: 8px 10px;
  border: 2px solid #D2A66E;
  color: #fff;
  background: #D2A66E;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Nunito Sans';
  transition: 0.3s;
  border-radius: 12px!important;
}

.clear_filter:hover{
  background: #b19470;
  color: #fff;
}


.custom_btn_cont .label_floatright1 select option span{
  opacity: 0.6;
}

.custom_btn_cont .label_floatright select option span{
  opacity: 0.6;
}

.clear_filter i {
  margin-right: 4px;
}

.custom_btn_cont .label_floatright1,.custom_btn_cont .label_floatright{
    display: inline-block;
}

.custom_btn_cont .label_floatright1 label,.custom_btn_cont .label_floatright label {
  font-size: 16px;
  color: #555555;
  font-weight: 600;
}

.custom_btn_cont .label_floatright1 select,.custom_btn_cont .label_floatright1 select option, .label_floatright select , .label_floatright select option{
  padding: 7px;
  outline: none;
  border: 1px solid #bbb;
  margin-left: 12px;
  font-family: 'nunito sans';
  font-size: 14px;
}

.btn_cont {
  width: 100%;
  text-align: center;
  border-top: 1px solid #bbb;
  margin-top: 8px;
  position: relative;
}

.advance_filter:hover {
  background: transparent;
  color: #D2A66E;
}

.memo_M, .memo_M1{
  background-color: #daf8dd !important;
}
.memo_A2, .memo_M2{
  background-color: #FBF9DF !important;
}
.memo_A1{
  background-color: #73c2fb  !important;
}
.memo_A3{
  background-color: #ace372  !important;
}
.green{
  background-color: #a9d18e  !important;
}

/* -----------------------------media query------------------------------------------ */

@media(min-width:1256px) and (max-width:1592px) {
  #gemstone #product-section .product-box {
    max-width: 327px;
  }
}

@media(min-width:1216px) and (max-width:1256px) {
  #gemstone #product-section .product-box {
    max-width: 268px;
  }
}

@media(max-width:1216px) {
  #gemstone #product-section .product-box {
    max-width: 346px;
  }
}

@media(max-width:1520px) {
  .tablesorter thead {
    top: 150px !important;
}
  .table_btn_cont {
    top: 105px !important;
}
}

@media(max-width:1400px) {
  .table_btn_cont {
    top: 0px !important;
    position: relative !important;
}
  .dataTables_scroll .table-responsive {
    overflow-x: auto !important;
}
  .tablesorter thead {
    top: 0px !important;
}
  .second_row {
    gap: 20px 30px;
  }

section {
  padding: 10px 7.5px;
}

  .img_box {
    gap: 15px 14px
  }
}

@media(max-width:1300px) {
  .img_box {
    gap: 15px 12px
  }
}

@media(max-width:1180px) {
  /* .custom_container {
    padding: 0 10px;
  } */

  #gemstone_product .custom_product_container {
    padding: 0 10px!important;
}

  .custom_pointer_cont {
    padding: 0 0px!important;
}

  .second_row {
    justify-content: space-between;
    gap: 20px 15px;
  }

  .second_row .box {
    width: 32%;
  }

  .img_box {
    gap: 15px 10px;
  }

  .text,
  .text1 {
    font-size: 12px !important;
    top: -19px;
  }

  .text1 {
    top: 52px !important;
  }
}

@media(max-width:1000px) {
  .img_div .range-labels li::before {
    left: -80px;
  }

  .img_div .range-labels li {
    font-size: 13px;
  }

  .img_div .range-labels li:nth-child(3) {
    text-align: right;
  }

  .img_div .range,
  .img_div1 .range,
  .img_div2 .range {
    height: 4px;
  }
}

.dropdown-toggle::after {
  color: #fff;
}

.right-bar .dropdown-toggle::after{
  color: #000000;
}

 span.fa.fa-print {
  color: #fff;
}

  @media(max-width:1542px){
    .custom_btn_cont .laptop-view {
      visibility: visible!important;
    }
  
    .custom-search-btn .desk-view{
      display: none!important;
    }
  }

  @media(max-width:1159px){
    .table_btn_cont {
      justify-content: center!important;
  }
  }

  @media (min-width:1347px) and (max-width:1446px){
    .product-section .product-box {
      max-width: 24.1%!important;
  }
  }

  @media (min-width:1214px) and (max-width:1347px){
    .product-section .product-box {
        max-width: 24%!important;
  }
  }

  @media (min-width:992px) and (max-width:1301px){
    #gemstone_product #product-section .product-box .products-detail {
      height: 180px!important;
  }
  #color-stone-product-section #gemstone_product #product-section .product-box .products-detail {
    height: 100% !important;
}
  }

  @media (min-width:425px) and (max-width:540px){
    #gemstone_product #product-section .product-box .products-detail {
      height: 190px!important;
  }

  #color-stone-product-section #gemstone_product #product-section .product-box .products-detail {
    height: 100% !important;
}
  }

  @media (min-width:992px) and (max-width:1214px){
    .product-section .product-box {
      max-width: 23.8%!important;
  }
  }


  @media (min-width:815px) and (max-width:992px){
    .product-section .product-box {
      max-width: 32%!important;
  }
  }

  @media (min-width:700px) and (max-width:815px){
    .product-section .product-box {
      max-width: 31%!important;
  }
  }

  @media (min-width:425px) and (max-width:700px){
    .product-section .product-box {
      max-width: 48%!important;
  }
  }


@media(max-width:1143px){
  
  .ulist_btn_cont{
    justify-content: center;
  }

}

@media(max-width:992px) {
  .second_row .box {
    width: 48%;
  }

 

  .ulist_btn_cont{
    justify-content: center;
  }

  #title_bar .custom_btn_cont {
    justify-content: center!important;
}

.clearFilterUperr {
  padding-right: 2px;
}

.custom_highttolow {
  display: flex;
  justify-content: center;
  gap: 15px 0;
  flex-wrap: wrap;
  padding: 0 10px;
}

  #footer .quick_link .footer_nav_link:before,  #footer .quick_link .footer_nav_link:after{
    display: none;
  }

  .display_cont .display_cont_cont .box {
    width: 46%;
  }

  .display_cont .display_cont_cont .padd_top {
    margin-top: 30px;
  }

  .display_cont .display_cont_cont .padd_top p {
    padding-bottom: 0;
  }

  .img_div1 .input2,
  .img_div1 .input1 {
    top: 22px;
  }

  .first_row .btns_div {
    width: 450px;
  }

  .irs-slider {
    width: 22px !important;
    height: 22px !important;
    top: 18px !important;
  }
}

@media(max-width:664px) {
  .second_row .box {
    width: 100%;
  }


  .clearFilterUperr {
    top: 54px;
}

.tps_filter .p_class.special_head {
  padding-bottom: 2px;
}

  .carat_margin_top {
    margin-top: 10px;
  }

 
  .clarity_margin_top {
    margin-top: 8px;
  }

  .display_cont .display_cont_cont .box .p_class {
    padding-top: 10px;
  }

  .display_cont .display_cont_cont .box {
    width: 100%;
  }

  .first_row .btns_div div {
    font-size: 18px;
  }

  .img_box {
    gap: 15px 20px;
  }

  .custom_container {
    padding: 0 20px;
  }
}

@media(min-width:768px) and (max-width:1200px) {
  .irs-grid-text {
    font-size: 12px !important;
  }
}

@media(min-width:576px) and (max-width:767px){
  .irs .irs-grid .irs-grid-text {
    font-size: 11px!important;
}
}

@media(max-width:575px){
  .irs .irs-grid .irs-grid-text {
    font-size: 12px!important;
}
}

@media(max-width:376px) {
  /* .irs-grid-text {
    font-size: 12px !important;
    visibility: visible !important;
  } */

  
  .showCalculation .row input {
     width: 120px;
  }

  .custom_container {
    padding: 0 8px;
  }

  .carat_margin_top {
    margin-top: 0;
  }

  .second_row .box .p_class,
  .display_cont .display_cont_cont .box .p_class {
    padding-bottom: 0;
  }

  .table_btn_cont {
    padding: 0 0px 0px 0px !important;
    justify-content: center !important;
  }

  #title_bar .custom_btn_cont {
    padding: 12px 0;
}
}

@media (max-width:455px){
  .irs-grid-pol {
    opacity: 0;
}

.p_class.special_head {
  font-size: 16px !important;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part p {
  font-size: 9px!important;
}
}

@media(max-width:468px) {

  .img_box {
    gap: 15px 12px;
    margin-top: 12px;
  } 
}

@media(max-width:454px) {

  .pointer-list li {
    width: 92px!important;
  }

  #custom-gemstone-container .gemstone_row #box_shape .filter-container .color-container label img {
    width: 26px;
    height: 26px;
  }

  .padding_mobileview {
    padding: 30px 12px !important;
  }

  .irs-grid-pol {
    width: 10px !important;
    height: 10px !important;
}
}

@media(max-width:376px) {

  .first_row .btns_div {
    width: 200px;
  }

  .first_row .btns_div div {
    font-size: 14px;
  }

  .js-irs-3 .irs-grid .js-grid-text-0,.js-irs-7 .irs-grid .js-grid-text-0,.js-irs-4 .irs-grid .js-grid-text-0,.js-irs-5 .irs-grid .js-grid-text-0{
    left: 4%!important;
}

  .text,
  .text1 {
    font-size: 10px !important;
    top: -16px;
  }

 

  .first_row .btns_div div a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 0;
  }
}

@media (max-width:425px){
  .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin-right: 0px!important;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center!important;
}

.product-section .product-box {
  max-width: 90%!important;
}
}



@media(max-width:768px) {

  .gemstone .custom_container .diamonds-contain .color-box .diamond-part p,.gemstone_row .box.margin_left.p_first .img_box .img_part .text, .gemstone_row .box.margin_left.p_first .img_box .img_part .text1 {
    font-size: 9px!important;
    white-space: wrap!important;
}

#gemstone_product .result-section.d-flex.justify-content-between.align-items-center {
  flex-direction: column;
  gap: 8px 0;
}

.gemstone .custom_container .diamonds-contain {
  margin: 0px!important;
  margin-top: 20px!important;
}

#gemstone_product #product-section .product-box .products-detail {
  gap: 0 3px;
}

  #custom-gemstone-container .gemstone_row .box .filter-container p.custom-margin {
    padding-bottom: 18px !important;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container {
    padding: 0 !important;
  }

  .custom_gap_mobileview {
    margin-top: 18px;
  }
  #gridview-detail table tr td{
    width: 100%;
  }

  #gridview-detail table tr th ,#gridview-detail table tr td{
    font-size: 8px!important;
}

#gridview-detail .modal-dialog{
  margin: 0;
}

}

.active3 {
  color: #37adbf;
}

.selected::before {
  background: pink;
}

.active3.selected::before {
  display: blue;
}

.irs-grid-text {
  visibility: visible !important;
}

/* ---------------------------------first section end here --------------------------------- */

.pointer-list li {
  display: inline-block;
  position: relative;
  padding: 0px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1 !important;
  margin: 2px 0;
  width: 120px;
  text-align: center;
  transition: 0.5s;
}

.pointer-list label:hover, .activePointer, .activelab, .pointer-list .active-label{
  background-color: #D2A66E;
}

.pointer-list li:hover label p, .pointer-list .active-label p{
  color: #fff;
}

.activePointer p{
  color: #fff;
}

.activeLab{
  background: #D2A66E!important;
}

.activeLab p{
  color: #fff!important;
}

.pointer-list li label{
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  color: #999;
}

.pointer-list li label input[type="checkbox"] {
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  cursor: pointer;
}

.pointer-list{
  margin: 0;
  padding: 0;
}

.pointer-list li label .custom_border_box {
  margin: 0;
  padding: 8px 6px;
  font-family: 'Nunito Sans';
  font-size: 13px;
}

/* =---------------------------------------------pointer and lab filter end here---------------------------------------------- */
.title_bar {
  width: 100%;
  text-align: center;
  max-width: 1670px;
  margin: auto;
}

/* #title_bar .custom_btn_cont {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 8px;
} */

#title_bar .custom_btn_cont .custom_button {
  border: none !important;
  background: #f1f1f1 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

#title_bar .custom_btn_cont .custom_button a {
  font-weight: 700;
  color: rgb(152, 149, 149);
}

#title_bar .custom_btn_cont button a {
  color: #555;
  display: block;
  padding: 8px 18px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}

.title_bar h3 {
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  font-family: 'Cormorant Infant', serif;
}

.title_bar h3 span {
  font-weight: 500;
  letter-spacing: 1px;
}

.title_bar p {
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 5px;
  font-weight: 700;
  font-family: 'Cormorant Infant', serif;
}

.p_class{
  display: flex;
  align-items: center;
}

/* ------------------------table button css-------------------- */

.table_btn_cont {
  width: 100%;
  display: flex;
  padding-bottom: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
  position: sticky;
  background: #fff;
  top: 130px;
  z-index: 22;
}


.ulist_btn_cont,
.ulist {
  display: flex;
  gap: 10px 6px;
  flex-wrap: wrap;
}

.ulist_btn_cont:nth-child(2) .custom_dropdown button i{margin-right: 0!important;}  /* hide this*/  

.table_btn_cont .ulist_btn_cont .custom_dropdown {
  background: #D2A66E;
  border-radius: 5px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown button{
  color: #fff;
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 5px;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown button.active{
  background: #b19470;
}

.table_btn_cont .ulist_btn_cont:nth-child(2) .custom_dropdown button {
  padding: 11.1px 9px;
  /* overflow: hidden; */
  border-radius: 5px;
  z-index: 1;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown button i{margin-right: 5px;}

.table_btn_cont .ulist_btn_cont .dropdown:hover {
  background: #b19470;
}



.table_btn_cont .ulist_btn_cont .custom_dropdown i,
.table_btn_cont .ulist_btn_cont .custom_dropdown a i {
  font-size: 18px;
  color: #fff;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .i_left{
  margin-right: 5px;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'Nunito Sans';
  padding: 9px 10px;
}



.custom_dropdown button.custom-view-btn {
  border: none;
  outline: none;
  opacity: 1;
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
}

button.custom-view-btn input.view_as {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .dropdown-menu {
  background: #fff;
  transform: translate3d(-2.2982px, 43.2105px, 0px) !important;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .dropdown-menu li {
  padding: 0px;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .dropdown-menu li:hover{
  background: #D2A66E;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .dropdown-menu li:hover a{
  color: #fff;
}

.table_btn_cont .ulist_btn_cont .custom_dropdown .dropdown-menu li a{
  color: #000000;
}

.ulist {
  list-style: none;
  display: flex;
  align-items: center;
}


.ulist li a i {
  font-size: 20px;
  color: black;
}

.carat_margin_top span.irs-grid-text.js-grid-text-8:after {
  content: "-";
}

/* ----------------------------table css-------------------------------------- */

.table_container {
  max-width: 1800px;
  width: 100%;
  margin: auto;
}

/* ------------------------------------ion range slider----------------------------------------------------- */

.icon {
  padding: 5px 12px !important;
}

.irs--flat .irs-bar {
  height: 6px !important;
  background-color: #D2A66E !important;
}

.irs-bar {
  height: 6px;
  background: #D2A66E;
}

.irs-line {
  height: 6px;
  background: #e1e4e9;
}

.irs-grid-pol {
  background: #fff;
}

.irs-slider {
  width: 26px;
  height: 26px;
  background-color: white !important;
  border: 2px solid gray !important;
  border-radius: 50% !important;
  box-shadow: inset 0px 0px 0px 5px #f1f0f0 !important;
  z-index: 10 !important;
  top: 16px;
}

.irs-min,
.irs-max {
  display: none;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  background: #e2e2e9;
}

/* --------------------------------styling of input----------- */

.range-slider {
  position: relative;
  height: 70px;
}

.range-slider .js-irs-6 .irs-bar,
.range-slider .js-irs-6 .irs-line,
.range-slider .js-irs-7 .irs-bar,
.range-slider .js-irs-7 .irs-line {
  height: 7px !important;
  border-radius: 0 !important;
}

.irs .irs-grid .irs-grid-text {
  color: #999;
  font-size: 14px;
}

.irs--round .irs-min,
.irs--round .irs-max,
.irs--round .irs-from,
.irs--round .irs-to {
  display: none;
}

.irs--round .irs-bar {
  background-color: #D2A66E !important;
}

.irs--round .irs-line {
  background-color: #e1e4e9 !important;
}

.extra-controls {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  margin-top: -22px;
}

.extra-controls input {
  font-size: 12px;
  width: 64px;
  height: 26px;
  font-weight: 700;
  padding-left: 6px;
  border: 1px solid #bbb;
  outline: none;
  text-align: center;
}



/* --------------------------------gemstone css------------------------- */

#custom-gemstone-container {
  max-width: 1270px;
  width: 100%;
  margin: auto;
}

#custom-gemstone-container .gemstone_row .box .filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

#custom-gemstone-container .gemstone_row .box .filter-container p {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Cormorant Infant';
  font-weight: 700;
}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
  position: relative;
}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label,
#custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #afafaf;
  flex-wrap: nowrap;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  background: #fbfbfb;
  padding: 10px ;
}

#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
  width: 10%;
}

#gemstone_product .result-section svg path {
  fill: #000000;}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
  width: 16.66%;
}


#custom-gemstone-container .gemstone_row .box .filter-container .color-container label:nth-child(1),
#custom-gemstone-container .gemstone_row .box .filter-container .color-container label:nth-child(2),
#custom-gemstone-container .gemstone_row .box .filter-container .color-container label:nth-child(3),
#custom-gemstone-container .gemstone_row .box .filter-container .color-container label:nth-child(4),
#custom-gemstone-container .gemstone_row .box .filter-container .color-container label:nth-child(5),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(1),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(2),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(3),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(4),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(5),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(6),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(7),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(8),
#custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label:nth-child(9) {
  border-right: none;
}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container label img {
  width: 35px;
  height: 35px;
}

#custom-gemstone-container .gemstone_row #box_shape .filter-container .color-container label img {
  width: 30px;
  height: 31px;
}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container label p {
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%);
  color: #656565;
  font-size: 14px;
  display: none;
  font-weight: 600;
  text-transform: capitalize;
}

#custom-gemstone-container .gemstone_row .box .filter-container .color-container label:hover p {
  display: block;
}

@media (min-width:992px) and (max-width:1220px){
  .gemstone .custom_container .diamonds-contain .color-box .diamond-part p {
    /* white-space: nowrap; */
    text-align: center;
    padding: 0 1px;
}
}

@media(max-width:1120px){
  .gemstone .custom_container .diamonds-contain .color-box .diamond-part {
    flex: 0 0 20%!important;
  }

  .gemstone .custom_container .diamonds-contain .color-box .diamond-part p {
    font-size: 12px;
}
.gemstone .custom_container .diamonds-contain .color-box,.gemstone_row .box.margin_left.p_first .img_box{
  flex-wrap: wrap!important;
}



.gemstone_row .box.margin_left.p_first .img_box .img_part {
  width: 16.6%!important;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part:nth-child(6){
  border-right: 1px solid lightgray !important;
}

.gemstone_row .img_box .img_part:nth-child(7),.gemstone_row .img_box .img_part:nth-child(8),.gemstone_row .img_box .img_part:nth-child(9),
.gemstone_row .img_box .img_part:nth-child(10),.gemstone_row .img_box .img_part:nth-child(11),.gemstone_row .img_box .img_part:nth-child(12){
    border-top: none;
}


.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(5){
  border-right:0.5px solid #d3d3d3!important;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(6),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(7),
.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(8),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(9),
.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(10){
  border-top: none;
}
}

.custom-padding-carat {
  padding: 6px 25px 25px 25px !important;
}

.border_bg {
  border-color: #D2A66E !important;
  background: #fff !important;
}

@media(min-width:1279px) and (max-width:1370px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 10px 25px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 7px 10.5px;
  }
}

@media(min-width:1239px) and (max-width:1279px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 10px 23px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 7px 9.2px;
  }
}

@media(min-width:1182px) and (max-width:1239px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 10px 21px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 7px 8px;
  }
}

@media(min-width:1147px) and (max-width:1182px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 10px 19px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 7px 6.8px;
  }
}

@media(min-width:1100px) and (max-width:1147px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 10px 18px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 5px 6.2px;
  }
}

@media(min-width:1050px) and (max-width:1100px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 9px 15px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 4px 4.44px;
  }
}

@media(min-width:992px) and (max-width:1050px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 8px 13px;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 4px 3.2px;
  }
}


@media(min-width:776px) and (max-width:992px) {
  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    width: 17%;
  }

  

  .table_btn_cont {
    padding: 0;
    gap: 10px 0 !important;
    justify-content: center;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    width: 17%;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container p {
    font-size: 20px;
    padding: 0 !important;
    margin: 0 !important;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container p {
    display: flex;
    justify-content: start;
  }

  .custom-padding-carat {
    padding: 6px 25px 25px 25px !important;
  }

  .custom-padding-carat .col-md-2 {
    display: unset !important;
    justify-content: unset !important;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container {
    padding: 25px 25px;
  }
}

@media(min-width:576px) and (max-width:776px) {
  .custom-padding-carat {
    padding: 0 !important;
  }

  .custom-padding-carat .col-md-2 {
    display: unset !important;
    justify-content: unset !important;
  }

  .custom-padding-carat .col-md-10 {
    display: unset !important;
    justify-content: unset !important;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    width: 17%;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    width: 10.2%;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container p {
    font-size: 20px;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media(max-width:576px) {

  #custom-gemstone-container .gemstone_row .box .filter-container .color-container {
    justify-content: unset;
  }

  .gemstone .second_row {
    margin-bottom: 0px;
    padding-bottom: 0;

  }

 .gemstone_row .box.margin_left.p_first .img_box .img_part .text {
    font-size: 9px!important;
    white-space: wrap!important;
}

  .gemstone_row .box.margin_left.p_first .img_box .img_part {
    height: 88px!important;
}

  .gemstone_row .box.margin_left.p_first .img_box .img_part img {
    width: 37px!important;
    height: 43px!important;
}

  #gemstone_product #product-section .product-box {
    width: 100%!important;
    flex: unset!important;
}

  .text1 {
    top: 42px !important;
  }

  .tps_filter .clearFilterUperr {
    margin-top: 0;
  }

  .gemstone_row .box.margin_left.p_first .img_box .img_part {
    flex: 0 0 25%!important;
    height: 99px;
}

.gemstone_row .img_box .img_part:nth-child(4),.gemstone_row .img_box .img_part:nth-child(8){
  border-right: 1px solid lightgray !important;
}

.gemstone_row .img_box .img_part:nth-child(1),.gemstone_row .img_box .img_part:nth-child(2){
  border-bottom: none;
}

.gemstone_row .img_box .img_part:nth-child(7){
  border-left : none!important;
}


.gemstone_row .box.margin_left.p_first .img_box{gap: 0!important;}

  .gemstone .custom_container .diamonds-contain .color-box .diamond-part {
    flex: 0 0 33.33%!important;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(3),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(6),
.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(9){
  border-right:0.5px solid #d3d3d3!important ;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(4),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(5){
  border-top: none;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(5) {
  border-right: none!important;
}

  .custom_d_unset {
    justify-content: start !important;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label img {
    width: 28px;
    height: 28px;
  }

  #custom-gemstone-container .gemstone_row #box_shape .filter-container .color-container label img {
    width: 28px;
    height: 28px;
  }

  #custom-gemstone-container .gemstone_row .box .filter-container .color-container label {
    padding: 0;
    width: 17%;
    padding: 10px 0;
  }

  .custom-padding-carat {
    padding: 0 !important;
  }


  #custom-gemstone-container .gemstone_row .box .filter-container {
    width: unset;
  }

  #custom-gemstone-container .gemstone_row #box_shape.box .filter-container .color-container label {
    padding: 5px 0;
    width: 10%;
  }

    .img_box .img_part {
      height: 40px;
    }
  
    .clear_filter {
      padding: 6px 7px;
      font-size: 12px;
  }
  
  .clearFilterUperr {
    top: 60px;
  }
  
    .img_box{
      margin-top:12px;
    }
  
    .img_div .range-labels li {
      font-size: 10px;
      text-align: center;
    }
  
    .img_div1 .range-labels li {
      font-size: 10px;
    }
  
    .img_div .range-labels li:nth-child(3) {
      text-align: center;
    }
  
    .img_div .range-labels li::before {
      left: -119px;
    }
  
    .img_div .range-labels li:nth-child(1):before {
      left: -125px !important;
    }
  
    .second_row .box .p_class,
    .display_cont .display_cont_cont .box .p_class {
      padding-bottom: 0;
    }
  
    .marg_top {
      padding-top: 0;
    }
  
    .second_row {
      gap: 15px 15px;
    }
  
    .product-section .product-box .img-box {
      height: 220px!important;
  }

}

.custom_btn_cont div input {
 border: none;
 outline: none;
 width: 80%;
  font-family: 'nunito sans';
}

.custom-search-btn .searchInput, .custom_btn_cont .searchInput {
  border: 1px solid #bbb;
  outline: none;
  border-radius: 4px;
}

.custom-search-btn .searchInput button, .custom_btn_cont .searchInput button{
  width: 40px;
  border-left: 1px solid #bbb;
  border-radius: 0;
}

.custom_btn_cont .laptop-view {
  visibility: hidden;
}

.custom_btn_cont div label{
  font-size: 16px;
  color: #555;
  font-weight: 600;
  font-family: 'nunito sans';}

.label_floatright{
  margin-left: 12px;
}

.pointer-list li label input[type="checkbox"]:checked .pointer-list li{
     border: 1px solid #D2A66E;
}

/* -----------------------------datatable additional css------------------------- */

.dataTables_scroll .panel-body #example_wrapper .dataTables_length,.dataTables_scroll .panel-body #example_wrapper #example_filter{
  display: none;
} 

.dataTables_scrollHead {
  position: sticky !important;
  top: 0 !important;
  z-index: 11 !important;
}

.dataTables_scroll .panel-body #example_wrapper .dataTables_paginate {
  display: none;
}



.panel-body {
   /* max-height: 800px; */
  /* overflow-y: auto;  */
  position: relative;
}

.table-container {
  max-height: 400px;
  overflow-y: scroll;
}

.dataTables_scroll .table-responsive {
  overflow-x: unset;
}

.tablesorter thead {
  position: sticky;
  top: 176px;
  background-color: #fff;
  z-index: 10;
}

.tablesorter thead th {
  z-index: 2;
}


.table_container table {
  max-height: 800px;
  /* overflow-y: auto;  */
}


.dataTables_scroll .panel-body #example thead tr th {
    background-color: #D2A66E;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    font-family: 'Nunito Sans';
    border-bottom: none;
    padding: 8px 5px !important;
    text-align: center;
    position: relative;
    line-height: 14px;
    width: fit-content !important;
}

.dataTables_scroll .panel-body #example thead tr th:nth-child(1){
  width: 30px!important;
}

.dataTables_scroll .panel-body #example tbody tr td {
  font-size: 13px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Nunito Sans';
  vertical-align: middle;
  white-space: nowrap;
}

.table-hover tbody tr.inner-table td{
   padding: 20px 10px!important;
}

.dataTables_scroll .panel-body #example tbody tr td table tbody tr td{
  padding: 0!important;
}

.dataTables_scroll .panel-body #example tbody tr td table tbody tr td table tbody tr th,.dataTables_scroll .panel-body #example tbody tr td table tbody tr td table tbody tr td{
  padding: 3px 6px!important;
  width: 33%;
}

.dataTables_scroll .panel-body #example tbody tr tr.inner-table td{
   padding: 6px 4px!important;
}

/* .dataTables_scroll .panel-body #example tbody tr td:nth-child(20) {
  padding: 12px 6px 12px 6px!important;
} */

table.custom-dataTable tbody td {
  vertical-align: top;
}

.dataTables_scroll .panel-body #example tbody tr td img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.custom_container .second_row span.irs-min, .custom_container .second_row span.irs-max {
  display: none;
} 

.dataTables_scroll .panel-body #example tbody tr td i::before{
    font-size: 14px;
}


.dataTables_scroll .panel-body #example thead th .fa-arrow-circle-up:before {
  content: "\f0aa";
  font-size: 16px!important;
}

.dataTables_scroll .panel-body #example thead th .fa-arrow-circle-up
{font-size: 16px!important;}

.dataTables_scroll .panel-body #example tbody tr td b{  font-weight:700;
  font-family: 'Nunito Sans';}

  .dataTables_scroll .panel-body #example tbody tr td button{
    padding: 2px 15px;
    border-radius: 2px;
    border: 1px solid #bbb;
    outline: none;
    background: transparent;
    transition: 0.5s;
  }

  .dataTables_scroll .panel-body #example tbody tr td button a{
    font-size: 14px;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Nunito Sans';
  }

  .dataTables_scroll .panel-body #example tbody tr:hover i{
    color: #D2A66E;
  }

  .dataTables_scroll .panel-body #example tbody tr:hover button a{
    color: #fff;
  }

  .dataTables_scroll .panel-body #example tbody tr.odd{
    background-color: rgb(255 255 255 / 40%);
  }

  .dataTables_scroll .panel-body #example tbody tr td input, .dataTables_scroll .panel-body #example thead tr th input{
           width: 10px;
           height: 10px;
           visibility: hidden;
  }
/* --------------------- */

  .dataTables_scroll .panel-body #example thead tr th:nth-child(1).header.sorting_asc {
    background-image: unset;
}

.dataTables_scroll .panel-body #example thead tr th.header.sorting_asc {
  background-image: unset;
}

table.custom-dataTable thead .sorting:after {
  opacity: 0.5;
  content: "\f0dc";
}
table.custom-dataTable thead .sorting:after, table.custom-dataTable thead .sorting_asc:after, table.custom-dataTable thead .sorting_desc:after, table.custom-dataTable thead .sorting_asc_disabled:after, table.custom-dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 54%;
  right: 0;
  display: block;
  font-family: 'fontAwesome';
  opacity: 0.7;
  transform: translatey(-50%);
}
table.custom-dataTable thead .sorting:after {
  opacity: 0.5;
  content: "\f0dc";
 
}
table.custom-dataTable thead .sorting:after, table.custom-dataTable thead .sorting_asc:after, table.custom-dataTable thead .sorting_desc:after, table.custom-dataTable thead .sorting_asc_disabled:after, table.custom-dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  top: 52%;
  right: 0;
  display: block;
  font-family: 'fontAwesome';
  opacity: 0.7;
  transform: translatey(-50%);
}

table.custom-dataTable thead .sorting_asc:after{
  opacity: 0.5;
  content: "\f0dc";
}

table.custom-dataTable thead .sorting_desc::after{
  opacity: 0.5;
  content: "\f0dc";
}

table.custom-dataTable thead th:nth-child(1) .sorting_asc:after{content: ""!important;}

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



table.custom-dataTable thead .sorting_desc {
  background-image: unset!important;
}

th.header.sorting_asc.checkbox-asc::after,th.header.sorting.checkbox-asc::after {
         opacity: 0;  
}

th.header.sorting_asc.icon-arrow-asc::after,th.header.sorting.icon-arrow-asc::after {
  opacity: 0.5;  
}

/* --------------- */

.c-checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* range slider css star */

.price-slider input[type="number"]::-webkit-inner-spin-button,
.price-slider input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.price-slider .range-slider {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 15px;
  background: #ececec;
}

div#product-section .gap-3 {
  gap: -2rem !important;
}

.price-slider .range-slider .progress {
  position: absolute;
  height: 7px;
  background: #D2A66E;
  border: 1px solid #ececec;
  left: 0;
  right: 0;
}

.price-slider .range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
  font-size: 20px;
}

.range-slider .range-min::-webkit-slider-thumb,
.price-slider .range-slider .range-min::-webkit-slider-thumb,
.range-slider .range-max::-webkit-slider-thumb,
.price-slider .range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  background:#99a4ac ;
  border: 2px solid gray;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 6.5px #f1f0f0;
  z-index: 10;
  top: 16px;
}
.range-slider .range-min::-webkit-slider-thumb:hover,
.price-slider .range-slider .range-min::-webkit-slider-thumb:hover,
.range-slider .range-max::-webkit-slider-thumb:hover,
.price-slider .range-slider .range-max::-webkit-slider-thumb:hover {
  background:#2a2a4b ;
  box-shadow: inset 0px 0px 0px 5px #f1f0f0;
}

.irs-from, .irs-to, .irs-single {
 display: none;
}


.price-slider input[type="number"] {
  font-size: 12px;
  width: 64px;
  height: 26px;
  font-weight: 700;
  padding-left: 6px;
}

/* range slider css end */

/* grid view css start */


.product-section .product-box {
  max-width: 19.2%;
  width: 100%;
  height: auto;
  position: relative;
  padding: 10px;
}

.product-section .product-box .img-box {
  max-width: 300px;
  width: 100%;
  height: 300px;
  margin: 0px auto 8px;
  position: relative;
}

.product-section .product-box .btn-grid-arrow {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background: unset;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-section .product-box input[type=checkbox]{
   width: 17px;
   height: 17px;
   margin: unset!important;
}

.product-section .product-box .dblock-chk{
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 12px;
  justify-content: space-between;
}

.product-section .product-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}


.product-section .product-box .content .content-overlay {
    background: rgb(33 33 33 / 19%);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}



.product-section .product-box .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 25%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}



.product-section .product-box .fadeIn-right {
    left: 80%;
}

.product-section .product-box .content-details.fadeIn-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    background-color: #000;
    margin-left: auto;
    margin-bottom: 5px;
    border-radius: 10px;
}

.product-section .product-box .content-details.fadeIn-right a:hover {
    background-color: #fff;
}

.product-section .product-box .content-details.fadeIn-right a svg path {
    fill: #fff;
}

.product-section .product-box .content-details.fadeIn-right a:hover svg path {
    fill: #000 !important;
    ;
}

.product-section .draw-border {
    transition: color 0.5s 0.0833333333s;
    position: relative;
}

.product-section .draw-border::before,
.draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.product-section .draw-border::before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.product-section .draw-border::after {
    border-top-width: 1px;
    border-right-width: 1px;
}

.product-section .draw-border:hover {
    color: #000;
}

.product-section .draw-border:hover::before,
.product-section .product-box.draw-border:hover::after {
    border-color: #c79f58;
    transition: border-color 0.5s, width 0.5s, height 0.5s;
    width: 100%;
    height: 100%;
}

.product-section .draw-border:hover::before {
    transition-delay: 0, 0.5s, 0s;

}

.product-section .draw-border:hover::after {
    transition-delay: 0s, 0.5s, 0s;

}

.product-section .product-box .cart-btn .btn {
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 25px;
    color: #000;
    display: block;
    background: none;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
text-align: center;
}

.product-section .product-box .cart-btn {
    position: absolute;
    bottom: 20%;
    width: 100%;
    opacity: 0;
}


.product-section .product-box .cart-btn {
    position: absolute;
    bottom: 20%;
    width: 100%;
    opacity: 0;
}

.product-section .product-box .cart-btn .simple-btn:before,
.product-section .product-box .cart-btn .simple-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    transition: all .4s ease-in;
}

.product-section .product-box .cart-btn .simple-btn:after {
    bottom: 0;
    top: inherit;
}

.product-section .product-box .cart-btn .simple-btn:hover:before,
.product-section .product-box .cart-btn .simple-btn:hover:after {
    height: 50%;
    opacity: 1;
}

.product-section .product-box .cart-btn .simple-btn:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .14);
    color: #fff !important;
}

.product-section .product-box .cart-btn .simple-btn:hover svg path {
    fill: #fff !important;
}

.product-section .product-box .products-detail .categories {
    font-size: 18px;
    font-weight: 500;
    color: #878585;
    margin: 10px 0px !important;
    letter-spacing: 1px;
}

.product-section .product-box .products-detail .price {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 1px;
  font-family: 'Nunito Sans';
}
.product-section .product-box .products-detail .sku {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  letter-spacing: 1px;
  font-family: 'Nunito sans';
}
/* grid view css start */

/* -------------------------inner table------------ */

#newtable {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 15px;
}

#newtable.table td, #newtable.table th {
  border: 0px !important;
}

#newtable .Responsive {
  width: 150px;
}

#newtable.table td {
  padding: 8px 6px!important;
}

#newtable .img-box {
  max-width: 15%;
  width: 100%;
  text-align: center;
  background-color: #dddddd2b;
  vertical-align: inherit;
}

#newtable .tab {
  width: 100%;
  border-collapse: collapse;
}

#newtable .tab tr:nth-child(odd) {
  background-color: #dddddd2b;
}

#newtable .tab td, #newtable .tab th {
  text-align: left;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  color: #000;
}

#newtable .tab td {
  color: #279ac5;
}

#newtable .tab-2 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-top: 20px;
}

#newtable .tab-2 tr:nth-child(odd) {
  background-color: #D2A66E;
}

#newtable .tab-2 th {
  width: 15%;
  text-align: center;
}

#newtable .tab-2 td {
  border-right: 5px solid #fff !important;
  width: 35%;
}

#newtable .tab-2 td, #newtable .tab-2 th {
  text-align: left!important;
  padding: 12px!important;
  font-size: 14px!important;
  font-weight: 700!important;
  color: #fff!important;
  background-color: transparent;
  border: 1px solid transparent !important;
}

/* ---------------product view alignment------ */

#gemstone_product #product-section .product-box {
  width: calc(25% - 12px);
  flex: unset;
}

#gemstone_product #product-section {
  margin-top: 30px;
  width: 100%;
}

.img-div1 .irs-grid .js-grid-text-9{
  color: red!important;
}

.custom_margin_top span.irs-grid-text.js-grid-text-9::after {
  content: "-";
}

.gemstone .custom_container .diamonds-contain {
  width: 100%;
  margin: 32px 0 16px;
}

#gemstone_product #product-section .product-box {
  padding: 0;
  border: 0.5px solid #bbb;
  border-radius: 3px;
}
#gemstone_product #product-section .product-box .products-detail {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 164px; */
  /* align-items: center; */
}

#gemstone_product #product-section .product-box .products-detail .title p {
  font-size: 14px;
  font-weight: normal;
  color: #000000!important;
  /* padding: 0; */
}
#product-section .product-box .products-detail .title {
  min-height: 40px !important;
}
#color-stone-product-section #gemstone_product #product-section .product-box .img-box img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#gemstone_product #product-section .product-box .img-box img {
  object-fit: contain;
  object-position: center;
  width: 339px;
}
#gemstone_product #product-section .product-box .pri-sku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
#gemstone_product #product-section .product-box .pri-sku p {
  font-size: 14px;
  font-weight: 700;
}

#gemstone_product #product-section .product-box .products-detail .right-wishlist svg path{
  fill: #9b9b9b;
}

#gemstone_product #product-section .product-box .products-detail .right-wishlist svg:hover path ,#gemstone_product #product-section .product-box .products-detail .right-wishlist svg.bg-red path{
  fill: red;
}

#gemstone_product #product-section .product-box .products-detail .title p.price {
  margin-top: 4px;
  font-weight: 700;
}

#gemstone_product #product-section .product-box .img-box {
    /* max-width: fit-content; */
    width: 100%;
    height: 300px;
    /* position: relative; */
    /* margin: auto; */
    /* display: flex; */
    /* justify-content: center; */
    /* overflow: hidden; */
}
/* #color-stone-product-section #gemstone_product #product-section .product-box .img-box {
  height: 340px;
} */

video.content-image.img-fluid {
    height: 300px;
}

#gemstone_product #product-section .product-box .img-box .content-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease ;
}

#gemstone_product #product-section .product-box:hover .img-box .content-overlay{
  opacity: 1;
}



.gemstone .custom_container .diamonds-contain .color-box{
  width: 100%;
  display: flex;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part {
  flex: 0 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 5px;
  border: 0.5px solid #d3d3d3;
  position: relative;
}

.gemstone  .color-box .diamond-part.active-label {
  background: #fff;
}

/* .gemstone  .color-box .img_part.active2{border: none!important;} */

.gemstone  .color-box .diamond-part.active-label p{
  color: #D2A66E!important;
}
.gemstone .custom_container .diamonds-contain .color-box .diamond-part .g-checkbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part:hover p{
  color: #d2a66e;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(1),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(2),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(3),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(4),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(5),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(6),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(7),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(8),.gemstone .custom_container .diamonds-contain .color-box .diamond-part:nth-child(9){
   border-right: none;
}

.gemstone .custom_container .diamonds-contain .color-box .diamond-part p {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}

.showCalculation .modal-content {
  max-width: 1570px;
  width: 100%;
 margin: auto!important;
}

#gemstone_product .result-section .result_box p{
    color: #000000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

#gemstone_product .result-section .result_box p span{
  color: rgba(34, 34, 34, 0.4);
  font-size: 18px;
}

#gemstone_product .result-section .result_box p.sub-heading {
  font-weight: normal;
  font-size: 12px;
  color: gray;
  margin: 12px 0 !important;
}

#gemstone_product .result-section .result_box p.sub-heading span a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.gemstone_row .box.margin_left.p_first {
  width: 100%;
  margin-bottom: 16px;
}


.gemstone_row .box.margin_left.p_first .img_box {
  gap:0;
  flex-wrap: nowrap;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part {
  width: 10%;
  height: 104px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part:hover {
  border-color: lightgray!important;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part:hover label{
  color: #d2a66e!important;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part.active2 label{
  color: #d2a66e;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part:not(:last-child){
  border-right: none;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part .text,.gemstone_row .box.margin_left.p_first .img_box .img_part .text1 {
  position: unset; 
   color: #000000;
  font-size: 12px;
  display: block!important; 
  transition: 0.5s;
  font-weight: 600 !important;
  font-family: 'Nunito Sans';
  white-space: nowrap;
  transform: none;
  margin-top: 6px;
  text-transform: uppercase;
}

.gemstone_row .box.margin_left.p_first .img_box .img_part img {
  width: 58px;
  height: 57px;
  margin: 0 auto;
  object-fit: contain;
}

@media(max-width:992px){
  #pagination-div-id {
    float: none !important;
}
  #gemstone_product #product-section .product-box {
    width: calc(33% - 12px);
    flex: unset;
}

#gemstone_product #product-section .product-box .products-detail .title p {
  font-size: 13px;
}
}
@media(max-width:991px){
  #color-stone-product-section #gemstone_product #product-section .product-box .img-box {
    height: 245px;
}
#color-stone-product-section #gemstone_product #product-section .product-box .products-detail {
  padding: 10px 7px;
}
}
@media(max-width:768px){
  #gemstone_product #product-section .product-box {
    width: calc(50% - 12px);
    flex: unset;
}


}

@media(max-width:425px){

#gemstone_product #product-section .product-box .products-detail{
  height: auto!important;
}



section {
  padding: 10px 7.5px 0 7.5px;
}
}

@media (min-width: 576px){
.showCalculation .modal-dialog {
    max-width: 100%!important;   
}

@media(max-width:1623px){
  .product-section .product-box {
    max-width: 19.1%;
}
}




.showCalculation .modal-100 .modal-dialog {
    width: max-content !important;
    display: block;
    margin-top: 30px !important;
    padding: 0 15px;
    /* width: 100% !important; */
}

.showCalculation .modal-dialog{
  padding: 0;
}
}

/* ----------alertify additional css---------- */

.alertify .ajs-dialog,.modal.show .modal-dialog,.alertify  {
  z-index: 20000;
  position: relative;
}



div#showcalc,div#compare-stock,.alertEmail {
  z-index: 20000;
}


.alertify .ajs-header {
  font-family: 'Nunito Sans';
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-bottom: 0.5px solid #eee;
  padding: 12px 24px
}

.alertify .ajs-body .ajs-content {
  padding: 14px 24px 14px 16px;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  min-height: 0;
  min-height: 0;
  padding: 6px 5px;
  border: 1px solid #D2A66E;
  background: #D2A66E;
  font-weight: 400;
  color: #fff !important;
  outline: none;
  margin-right: 32px;
  border-radius: 5px;
  transition: 0.5s;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button:hover{
  background: transparent;
  color: #D2A66E !important;
}

.alertify .ajs-footer {
  border-top: 0.5px solid #eee;
}

 .compareStock .modal-dialog {
  max-width: 550px;
}

.compareStock table tbody td.heads {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #D2A66E;
  color: #fff;
}

.compareStock table tbody td{
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  }
 

  .compareStock table tbody td a, .showCalculation table.dataTable tbody td a,#gridview-detail table tbody tr td table tbody tr td a.gia_link{
    color: #0d6edf;
}

.modal-title {
  font-family: 'Nunito Sans';
}

.alertEmail .modal-title{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.modal-header{
  background: #D2A66E;
  color: #fff;
  position: relative;
  padding: 10px 16px;
}

.modal-header .alertClose {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  color: #fff;
  font-size: 22px;
  border: none;
  outline: none;
  background: transparent;
}

.showCalculation .row{
  width: 100%;
  align-items: center;
  padding: 0;
  gap: 12px;
}

.showCalculation .row h5, .showCalculation .row span, .compareStock .modal-header h4{
  margin: 0;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-weight: 600;
}

.compareStock .modal-header h4 {
  width: 100%;
  /* text-align: center; */
  font-weight: 700;
  font-size: 20px;
}

.showCalculation .row input{
  border: 1px solid #bbb;
  outline: none;
  padding: 4px 12px;
}

a.fancybox-item.fancybox-close {
  position: absolute;
  right: 7px;
  color: #fff;
  padding: 0px;
  border-radius: 50px;
  TOP: 50%;
  transform: translateY(-50%);
  background-color: #D2A66E;
  opacity: 1;
  line-height: 0px;
  margin: 0px;
  height: 30px;
  width: 30px;
  border: none;
  vertical-align: middle;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showCalculation .row input{
  margin-left: 8px;
  border-radius: 5px;
}

.showCalculation table.dataTable thead th, .showCalculationtable.dataTable thead td {
  padding: 12px 10px;
  border-bottom: 1px solid #bbb;
  white-space: nowrap;
  text-align: center;
}

.showCalculation table.dataTable thead th{
  font-size: 14px;
  font-weight: 700;
}

.showCalculation table.dataTable thead tr:nth-child(2) th{
  background-color: #d2a66e;
  color: #fff;
}

.showCalculation table.dataTable thead th:nth-child(19),.showCalculation table.dataTable thead th:nth-child(2),.showCalculation table.dataTable tbody td:nth-child(18),.showCalculation table.dataTable tfoot td:nth-child(9),.showCalculation table.dataTable tfoot th, .showCalculation table.dataTable tfoot td:nth-child(9){
  border-left: 0.5px solid #bbb;
}


.showCalculation table.dataTable tbody td {
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 600;
}

#showcalc table#finalcaltbl td.border_top{
  border-top: 1px solid #ccc!important;
}

.showCalculation .table-bordered>:not(caption)>*>* {
border-top:1px solid #CCC;
}

.showCalculation .modal-dialog .modal-body table.dataTable thead th h5{
  margin: 0;
  color: #000000!important;
  font-size: 16px;
  font-family: 'Nunito Sans';
}

.showCalculation .modal-dialog .modal-body table.dataTable tfoot td h5.color-red{
  font-size: 16px;
  font-weight: 600;
  font-weight: 600;
  font-family: 'Nunito sans';
  margin: 0;
  text-align: center;
}

input:focus-visible {
  outline: 0px;
}
input#search_1 {
  border: 0px;
  padding-left: 5px;
}

/* --grid view popup-- */

#gridview-detail .modal-dialog {
  max-width: 1570px;
  width: 100%;
  /* margin: 150px auto 0!important; */
}

#gridview-detail{
  z-index: 20000;
}

#gridview-detail .modal-title{
  font-size: 16px;
  font-weight: 600;
}

 #gridview-detail .alertClose {
    transform: translateY(-31%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
} 

#gridview-detail .modal-body{
  background:#e0e0e0 ;
    background: #e0e0e0;
} 

 

#gridview-detail table tbody tr td table tbody tr td,#gridview-detail table tbody tr td table tbody tr td {
  padding: 3px 6px!important;
  width: 33%;}

  #gridview-detail table.Thumtbl img {
    height: 233px !important;
    object-fit: contain;
    border: 1px solid #CCC;
    max-width: 233px !important;
    width: 100%;
  }

  #gridview-detail  td.padding-border {
    text-align: center;
}

#gridview-detail table tr th {
  background: #c79f58;
  color: #FFF;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  padding: 3px 6px;
}


/* #gridview-detail table{
  height: 100%;
} */

#gridview-detail table tr td{
  font-size: 12px;
  font-weight: normal;
  padding: 3px 6px;
  text-align: center;
}

#gridview-detail table tbody tr td table tbody tr td table tbody tr th,#gridview-detail table tbody tr td table tbody tr td table tbody tr td{
  width: 30%;
}

#gridview-detail table tbody tr td table tbody tr td table tbody tr:nth-child(even) td{
  background-color: #fff;
}
#gridview-detail table tbody tr td table tbody tr td table tbody tr:nth-child(odd) td{
  background-color: #fff;
}
.inner-table table tbody tr td table tbody tr td table tbody tr:nth-child(even) td{
  background-color: #fff;
}
.inner-table table tbody tr td table tbody tr td table tbody tr:nth-child(odd) td{
  background-color: #fff;
}

#gridview-detail table tbody tr td table tbody tr td table tbody tr:hover td{
  background: #e0e0e0;
}


/* ----------- */

/* -----------------table checkbox animation --------- */

[type="checkbox"] + label {
  /* padding-left: 16px; */
  height: 16px;
  line-height: 21px;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}



[type="checkbox"] + label:before,
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0 !important;
  -webkit-transform: scale(0)!important;
  transform: scale(0)!important;
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -2px;
  width: 11px;
  height: 19px;
}

[type="checkbox"]:checked + label:before {
  top: -2px !important;
  left: -8px;
  width: 7px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 50%!important;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

th [type="checkbox"] + label:before, th [type="checkbox"]:not(.filled-in) + label:after{
  /* top: 1px!important;
  left: -2px!important; */
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%);
}

th [type="checkbox"]:checked + label:before{
  top: -3px!important;
  left: -9px!important;
}

/* ----------------------gemsstone page ------------------ */

#gemstone_product .custom_product_container {
  padding: 0 30px;
  max-width: 1470px;
  width: 100%;
  margin: 10px auto ;
}

.gemstone .second_row {
  margin-bottom: 20px;
  justify-content: start;
}

#gemstone_product #pagination-div-id {
  float: unset !important;
}

#gemstone_product .pagination-box {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 15px;
}

div#title_bar #pagination-div-id a,
#gemstone_product  #pagination-div-id a {
  border-radius: 3px;
  display: inline-block;
  height: 36px;
  margin: 10px 3px;
  text-align: center;
  width: 36px;
  line-height: 36px;
  border: 0.3px solid #bbb;
  transition: 0.3s;
}

div#title_bar #pagination-div-id a:hover,
#gemstone_product .active.paginate_button.current,#gemstone_product  #pagination-div-id a:hover {
  background: #c79f58;
  color: #FFF !important;
  border-color: #c79f58!important;
}

.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #d2a66e;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip on hover */
.tooltip:focus-within .tooltiptext,.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.table_btn_cont .ulist_btn_cont .dropdown.custom_dropdown.active{
  background-color: #b19470;
}

.tooltip .tooltiptext::after {
  content: url('../../assets/images/back-caret.png');
  width: 2px;
  height: 2px;
  position: absolute;
  left: 5%;
  /* transform: translateX(-50%); */
  top: 14px;
}

/* ------diamond part checkbox */

.gemstone .diamond-part .checkbox-panel {
  position: absolute;
  top: 5%;
  left: 5%;
}

.img_box .img_part .checkbox-panel{
  position: absolute;
  top: 5%;
  left: 5%;
}

.gemstone .diamond-part .checkbox-panel .checkbox-set, .img_box .img_part .checkbox-panel .checkbox-set{
  width: 16px;
  height: 16px;
  /* border: 1px solid #ccc; */
  position: relative;
}


.gemstone .diamond-part.active-label .checkbox-panel .checkbox-set::before, .img_box .img_part.active2 .checkbox-panel .checkbox-set::before {
  content: "";
  width: 15px;
  height: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #d2a66e #d2a66e;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-48deg);
}


.gemstone .diamond-part.active-label .checkbox-panel .checkbox-set, .img_box .img_part.active2 .checkbox-panel .checkbox-set {
  border-color: #d2a66e; 
  background-color: transparent; 
}

.dataTables_scroll .panel-body #example tbody tr td a {
  cursor: pointer;
  padding: 10px;
    display: block;
    height: 100%;
    width: 100%;
}