/* body, p, td{font-family:var(--font-body-family) !important;} */
.product-gallery ul {
  padding: 0;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: var(--heading_font_family_pr)!important;
}
body, p, td {
    font-family: var(--font_family_pr) !important;
}
/* h2#headingOne{
  font-family: var(--sub_heading_font_family_pr);
} */
/* body {
  font-family: var(--font_family_pr) !important;  
} */

/*body{background:var(--body_color) !important;}*/

.product-gallery li {
  list-style: none;
}

.product-details-price {
  margin: 14px 0 2px;
}

.product-details-price span {
  display: inline-block;
}

.product-details-price span.old-price {
  color: #a6a2a2;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 12px;
  font-weight: 400;
}

.product-details-price span.new-price {
  color: #323c50;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.single-product-cart {
  margin: 0 15px 0 0;
}

.single-product-cart>a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #003642;
  padding: 7px 20px;
  z-index: 1;
  border-radius: 4px;
  font-size: 15px;
}

.btn-add-cart {
  background-color: transparent !important;
  border: 1px solid #003642;
  color: #003642 !important;
  padding: 5px 20px !important;
}

.single-product-wishlist {
  border: 1px solid #003642;
  padding: 0 10px;
  border-radius: 4px;
}

#diamond_info_html .table td {
  font-size: var(--primary_font_size);
  padding: 0px 0px 10px 0;
  color: var(--text_color) !important;
}

#diamond_info_html .table td:first-child {
  width: 55% !important;
  color: #a5a5a5;
}

/* 14-11-24 */

h2#diamond_title {
  font-weight: 400 !important;
  line-height: 32px;
  color:  var(--heading_color) !important;
  font-size: var(--heading_font_size) !important;
  margin-bottom: 15px;
}

.dia-text {
  max-width: 400px;
  width: 100%;
}

.dia-text p {
  font-size: 14px;
}

.wish-cart button.detail-cart {
  position: relative;
  width: 100%;
  display: block;
  max-width: 100%;
  /* min-width: 100%; */
  min-height: 52px;
  font-size: 18px;
  background: var(--button_background) !important;
  color:var(--button_text_color) !important;
  box-shadow: none;
  margin-top: 10px;
  padding: 15px 0 !important;
  font-weight: normal !important;
  transition: all 0.3s ease;
  border: 0;
}
.wish-cart button.detail-cart:hover {
  background: var(--button_background_hover) !important;
  color:var(--button_hover_color) !important;
}

.dia-text p a svg.shop-pay-logo {
  height: 14px;
  width: 59px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.dia-text p a.purchase-power {
  color: #000;
  text-decoration: underline !important;
}
.igi {
  font-size: 16px;
  padding: 10px 0;
}
.wish-cart {
  display: flex;
  align-items: end;
}

button.detail-wish {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  transition: all ease .3s;
  line-height: 1;
  color: #555;
  margin-left: 15px;
}

button.detail-wish:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
button.detail-wish:hover svg {
  fill: #ba7a2d;
}

.add-ring button {
  position: relative;
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
  min-height: 52px;
  font-size: 18px;
  background: transparent;
  box-shadow: none;
  margin-top: 10px;
  border: 1px solid #2c3746;
  color: #2c3746;
  text-transform: uppercase;
  /* font-weight: 100; */
  transition: all ease 0.3s;
}
.add-ring button:hover {
  background: #2c3746;
color: #FFF;
}

button.detail-wish svg.icon.icon-wishlist {
  width: 100%;
  height: 100%;
}
.social-detail ul li {
  list-style: none;
  background: #d9d9d9;
  border-radius: 7px;
  height: 32px;
  padding: 2px 12px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-detail ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 30px 0;
}

.social-detail ul li a svg {
  height: 18px;
  width: 18px;
  color: #555;
}

.delivery-detail .truck svg {
  height: 24px;
  width: 24px;
  margin-top: -5px;

}

.delivery-detail {
  display: flex;
  margin-top: 45px;
  display: none;
}
.social-detail{display: none;}

.delivery-detail .delivery-text p {
  font-size: 14px;
  margin-bottom: 20px;
}

.delivery-detail .truck {
  margin-right: 10px;
}

button.accordion-button {
  font-size: 18px;
  color: rgb(35, 35, 35) !important;
  background-color: transparent !important;
  padding-left: 0;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.accordion-item {
  border: none;
}

div#diamond_info_html .row table tbody tr {
  border: none;
}
div#diamond_info_html .row table tbody tr td {
  border: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-body {
  padding-left: 0;
}

.delivery-detail .delivery-text p span.day-date {
  font-size: 16px;
  font-weight: 700;
}
div#img_slider .product-gallery.vertical-pager1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.product-detail {
  padding-left: 40px;
}
div#img_slider {
  padding-right: 10px;
}

.detail-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.detail-text h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #232323;
}

.detail-text p {
  font-size: 14px;
}
.container h1.main-page-title.page-header.scroll-trigger.animate--slide-in {
  display: none;
}

.call-btn .detail-cart a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  color:  var(--text_color) !important;
  flex-wrap:wrap;
}
.call-btn p{width: auto !important;}


#bx-pager a {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
#bx-pager a img {
  padding: 3px;
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translate(-50%);
  max-width: 100%;
}

div#bx-pager {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
li#slides_3 iframe {
  max-width: 750px;
  height: 600px;
  width: 100%;
}
/* li#slides_2 iframe {
  max-width: 750px;
  height: 600px;
  width: 100%;
} */
li#slides_2 iframe {
  width: 650px;
  height: 511px;
}
.accordion-button:focus {
  border-color: #ccc;
}
@media(max-width:1400px){
  div#img_slider .product-gallery.vertical-pager1 {
    flex-direction: column;
}
div#bx-pager {
  flex-direction: row;
}
}
@media(max-width:992px){
  div#img_slider {
    padding-right: 0;
}
.product-detail {
  padding-left: 0;
}
}
@media(max-width:768px){
  div#img_slider .product-gallery.vertical-pager1 {
    align-items: start;
}
}
@media(min-width:992px) and (max-width:1199px) {
  li#slides_2 iframe {
    height: 300px;
    width: 100%;
  }
}
@media(min-width:576px) and (max-width:768px) {
  li#slides_2 iframe {
    height: 300px;
    width: 100%;
  }
}
@media(max-width:576px){
  li#slides_3 iframe {
    height: 300px;
    width: 100%;
  }
  li#slides_2 iframe {
    height: 300px;
  }
  .delivery-detail .truck svg {
    margin-top: 0;
}
  .add-ring button,
  .wish-cart button.detail-cart {
    font-size: 16px;
}
  .product-details-price span.new-price {
    font-size: 20px;
}
  h2#diamond_title {
    font-size: 24px;
}
  .detail-text {
    padding: 10px 0;
}
  .detail-text h2 {
    font-size: 24px;
}
}

h2.accordion-header button {
  font-size: 22px;
}
h3#diamond_title_dec {
  margin-bottom: 15px;
  color:  var(--text_color) !important;
}


.detail-cart svg {
  width: 22px;
  height: 22px;
  fill: var(--text_color) !important;
  display: block;
  margin: 5px auto;
}
.call-btn button.btn.drop svg {
  width: 22px;
  height: 22px;
  fill: var(--text_color) !important;
  display: block;
  margin: auto;
}
#certTageLine svg {
  width: 50px;
  height: 50px;
  fill: var(--text_color) !important;
}
#certTageLine p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color:var(--text_color) !important
}
.fa {
  font-family: 'FontAwesome' !important;
  font-size: 16px;
}
#email_us_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.call-btn {
  display: flex;
  gap: 20px;
  position: relative;
  width: 100%;
}
.call-btn p{position: relative;}
/* .call-btn p:after{
  position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    background: var(--button_background) !important;
    right: 0;
    z-index: 3;
}
.call-btn p:before{
  position: absolute;
  content: '' !important;
  width: 4px;
  height: 100%;
  top: 0px;
  background: var(--button_background) !important;
  left: 0px;
  z-index: 3;
  display: block;
} */
/* #email_us_div .call-btn p {
  background: #f1f1f1;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
} */
h2#headingOne button {
  font-size: 24px;
}
.call-btn p {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 150px;
  margin: auto;
  text-align: center;
}
.accordion-item{background: transparent !important;}

.am_app .page-width .container {
  max-width: 1600px !important;
}

#email_us_div {
    display: flex
;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
  display: block !important;
  text-align: center;
}

#shopify-section-template--16505214730432__main .call-btn p + p + p {
  display: none;
}

#shortlist-btn .form-group label {
  font-weight: 300;
  color: #666 !important;
  font-size: 15px;
}
/* #shortlist-btn .modal-content {
  background: #e9ecef !important;
  box-shadow: 0px 0px 5px 1px #999;
} */
#shortlist-btn.show,#email-btn.show{background:rgba(0,0,0,.5)}
button.btn.drop {
  font-size: 14px;
  text-decoration: none;
  padding-right: 10px;
  font-weight: 400;
  color: var(--text_color) !important;
  box-shadow: unset !important;
}
form#shortlist-form .form-group input {
  box-shadow: unset !important;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  
}
#shortlist-form .form-group textarea.form-control {
  box-shadow: unset !important;
  display: block;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  
}
#shortlist-form .form-group button#send-mail {
  font-size: 15px;
  background: var(--button_background) !important;
  color: var(--button_text_color) !important;
  padding: 10px 20px;
}
#shortlist-btn h4.modal-title {
  font-size: 18px;
}
#shortlist-btn .modal-body {
  padding: 30px 30px;
}
.product-gallery.vertical-pager1 li {
    list-style: none !important;
}
.container-narrow {
  max-width: 100% !important;
  padding: 0;
}