.product-gallery ul {
  padding: 0;
}
body{
      font-family: "Nunito Sans", sans-serif !important;
}
.product-gallery li {
  list-style: none;
}

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

.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: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.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-family: Brown, sans-serif;
  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;
}

div#diamond_info_html .row table tbody tr td strong {
    max-width: 200px;
    width: 100%;
    display: block;
}
div#diamond_info_html .row table tbody tr td span {
    display: flex;
    align-items: center;
}

.for-dia-table {
    margin-top: 70px;
}

#diamond_info_html .table td:first-child {
    width: 50% !important;
    text-transform: capitalize;
    font-weight: 500;
}
div#diamond_info_html .row table tbody tr td {
    border: none;
    font-size: 16px;
    padding: 13px 30px;
    color: #000;
    font-weight: 500;
}
h2#diamond_title {
    color: #676767;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    letter-spacing: 0;
}

.dia-text {
  max-width: 400px;
  width: 100%;
}
ul.slide_img_ul {
    height: 100%;
    width: 100%;
    max-width: 650px;
}
.dia-text p {
  font-size: 14px;
}

.wish-cart button.detail-cart {
    width: 100%;
    background: #183177;
    color: #fff;
    border-color: #183177;
    border: 2px solid #333;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
}

.wish-cart button.detail-cart:hover {
  background-color: #fff;
  border: 2px solid #183177;
  color: #183177;
}

.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;
}

.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 #293355;
  color: #293355;
  text-transform: uppercase;
  font-family: "Avenir Next", sans-serif;
  transition: all ease 0.3s;
}

.add-ring button:hover {
  background: #293355;
  color: #FFF;
}

button.detail-wish svg.icon.icon-wishlist {
  width: 100%;
  height: 100%;
}

.social-detail ul li {
    list-style: none;
    background: #DFE4E8;
    border-radius: 7px;
    height: 40px;
    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;
    gap: 20px;
}

.social-detail ul li a svg {
    height: 20px;
    width: 20px;
}
.social-detail ul li a svg path{
    fill: #293355;
}

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

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

.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;
  font-family: Lato, sans-serif !important;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.accordion-item {
  border: none;
}

div#diamond_info_html .row table tbody tr {
  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;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.product-detail {
    /* padding-left: 40px; */
    padding-top: 25px;
}

/* 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;
}

div#bx-pager a img {
    height: 100%;
    width: 90px;
    border: 1px solid #aaa;
    padding: 5px;
    object-fit: contain;
}
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%;
}

.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 .product-gallery.vertical-pager1 {
    flex-direction: column-reverse;
}
div#bx-pager {
    flex-direction: row;
}
  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(max-width:576px) {
  li#slides_3 iframe {
    height: 300px;
  }

  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;
  }
  div#diamond_info_html .row table tbody tr td {
    padding: 13px 10px;
}
.for-dia-table h2,
  h2#diamond_title {
    font-size: 22px !important;
  }

  .detail-text {
    padding: 10px 0;
  }

  .detail-text h2 {
    font-size: 24px;
  }
}

@media(max-width:576px) {
  div#bx-pager a img {
    height: 100%;
    width: 60px;
    object-fit: cover;
  }
}

h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
  display: none;
}

.page-width--narrow {
  max-width: 1500px !important;
  width: 100% !important;
  margin: auto !important;
}
.custom-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
    padding: 20px;
}
.for-dia-table h2 {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif !important;
}
p.its-sku {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}