/** Shopify CDN: Minification failed

Line 34:77 Unexpected "{"

**/
/*********** Code Created by TransPacific Software Pvt. Ltd********************/
/*diamond details page design start */
:root {
  --bgcolor-trans: transparent;
  --bgcolor-main: #E2B356;
  --bgcolor-1: #2D2A6E;
  --bgcolor-2: #F2F2F6;
  --bgcolor-3: #F8F8F8;
  --bgcolor-4: #B0AFCC;
  --bgcolor-5: rgba(0, 0, 0, 0.50);
  --bgcolor-white: #FFFFFF;
  --labcolor-main: #008564;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: initial;
  font-family: 'Jost', sans-serif;
  background: var(--bgcolor-2);
}


.tps-diamond-detail-back-to-search a {
  position: relative;
}
.tps-breadcrumb.breadcrumbs ol li a, .tps-breadcrumb.breadcrumbs ol li span, {
    text-decoration: none;
    color: var(--bgcolor-4);
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs__link {
    text-decoration: none !important;
    color: var(--bgcolor-4);
}

.breadcrumbs__item:not(:last-child):after {
    content: "/" !important;
    width: 10px !important;
    height: 15px !important;
    /* background-image: url(diamond-list-icon.svg); */
    background-position: -587px -192px;
    background-repeat: no-repeat;
    transform: none !important;
    border: none !important;
    margin: 0 !important;
    top: -5px;
    color: var(--bgcolor-4);
}
.tps-container.tps-diamond-detail-page {
  padding: 0 15px;
  position: relative;
}
.breadcrumbs__link {
    text-decoration: underline;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tps-diamond-detail-back-to-search a {
  color: var(--bgcolor-1);
  position: relative;
  font-family: 'Jost', sans-serif;
  text-decoration: none;
  padding-left: 12px;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs__link[aria-current="page"] {
    color: var(--bgcolor-1) !important;
    font-weight: normal;
    text-decoration: none;
}
.tps-diamond-detail-back-to-search {
  margin-bottom: 15px;
}

.tps-diamond-detail-back-to-search a:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(diamond-list-icon.svg);
    background-position: -437px -622px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
}
.tps-diamond-info-section .tps-diamond-three-c-info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  grid-gap: 7px 2%;
  margin: 15px 0px;
}

.tps-diamond-info-section .tps-diamond-three-c-info ul li {
    position: relative;
    padding-right: 10px;
}
.tps-diamond-info-section .tps-diamond-three-c-info ul li:after {
    content: "";
    position: absolute;
    display: block;
    background: var(--bgcolor-5);
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}
.tps-diamond-info-section .tps-diamond-three-c-info ul li:last-child:after{
  content: none;
}
.tps-diamond-info-section .tps-diamond-three-c-info ul li a {
  color: var(--bgcolor-1);
  position: relative;
  text-decoration: none;
}

.tps-diamond-add-to-cart button {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bgcolor-main);
  border: 1px solid var(--bgcolor-main);
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  font-family: 'Jost', sans-serif;
  line-height: normal;
  color: var(--bgcolor-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.tps-diamond-add-to-cart button::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('ajax-loader.gif');
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background-size: contain;
  left: auto;
  transform: translateY(-50%);
  opacity: 0;
}

.tps-diamond-add-to-cart button.tps-loading::after {
  opacity: 1;
}

.tps-diamond-add-to-cart button.tps-add-diamond-to-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.tps-diamond-add-to-cart button span.tps-wishlist-icon.tps-wishlist-heart-icon,
.tps-diamond-add-to-cart button span.tps-wishlist-icon.tps-wishlist-heart-fill-icon {
  width: 20px;
  height: 20px;
  background-image: url(diamond-list-icon.svg);
  display: block;
  background-position: -554px -662px;
}

.tps-diamond-add-to-cart button span.tps-wishlist-icon.tps-wishlist-heart-fill-icon {
  background-position: -554px -661px;
}

.tps-diamond-title-section h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #2D2A6E;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 600;
    border-bottom: 1px solid;
}

.tps-diamond-shipping-information ul {
  padding: 0;
  list-style-type: none;
}

.tps-diamond-shipping-information .tps-shipping-content span, .tps-diamond-shipping-information .tps-shipping-content a {
  position: relative;
  padding-left: 40px;
  text-align: left;
  display: inline-block;
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
   text-decoration: none
}
.tps-diamond-shipping-information .tps-shipping-content span a {
  position: relative;
  padding-left: 0;
}
.tps-diamond-shipping-information .tps-shipping-content span:before {
  content: "";
  width: 32px;
  height: 24px;
  background-image: url(diamond-list-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
}

.tps-diamond-shipping-information .tps-shipping-content span.tps-certificate-icon:before {
  background-position:-188px -616px;
}
.tps-diamond-shipping-information .tps-shipping-content span.tps-call-icon:before {
  background-position: -10px -616px;
}
.tps-diamond-shipping-information .tps-shipping-content span.tps-mail-icon:before {
  background-position: -124px -616px;
}
.tps-diamond-shipping-information .tps-shipping-content span.tps-shipping-icon:before {
  background-position: -62px -617px;
}
.tps-payemnt-section {
    padding: 15px;
    background: var(--bgcolor-2);
    text-align: center;
}
.tps-payemnt-section .payment_type_img {
    margin-bottom: 10px;
    text-align: left;
}
.tps-payemnt-section span {
    color: var(--bgcolor-1);
    text-align: center;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;

}
.tps-shipping-emial-contact {
  display: flex;
  justify-content: flex-start;
  padding: 9px;
  background: var(--bgcolor-2);
}
.tps-shipping-emial-contact .tps-shipping-content:nth-child(1) {
    width: 50%;
}
.tps-diamond-details .tps-diamond-details-info .tps-single-info {
  display: flex;
  justify-content: space-between;
  padding: 7px 0 7px 10px;
  border-bottom: 1px solid var(--bgcolor-2);
  gap: 5px 0px;
}
.tps-diamond-details .tps-diamond-details-info .tps-single-info:nth-last-child(1),
 .tps-diamond-details .tps-diamond-details-info .tps-single-info:nth-last-child(2){
  border: 0;
}

.tps-diamond-details .tps-diamond-details-info .detail-column-row-17,
.tps-diamond-details .tps-diamond-details-info .detail-column-row-18 {
  border-bottom: 0;
}

.tps-diamond-details-info {
  display: flex;
  grid-gap: 0px 0%;
  flex-wrap: wrap;
  margin-top: 10px;
}

.tps-diamond-details .tps-diamond-details-info .tps-single-info {
  width: 100%;
}

.tps-diamond-shipping-information {
  text-align: left;
  margin: 20px 0px;
}

.tps-diamond-details .tps-diamond-details-info .tps-single-info span {
  color: var(--bgcolor-1);
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 50%;
}

.tps-diamond-details .tps-diamond-details-info .tps-single-info span.tps-txt-info {
    font-weight: 400;
    width: 40%;
}
.tps-diamond-details .tps-diamond-details-info .tps-single-info .tps-txt-info a {
  color: var(--bgcolor-1);
  text-decoration: none;
  position: relative;
}

.tps-diamond-details .tps-diamond-details-info .tps-single-info .tps-txt-info a::after,
.tps-diamond-shipping-information .tps-shipping-content span a::after,
.tps-diamond-info-section .tps-diamond-three-c-info ul li a:after {
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--bgcolor-1) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px !important;
  bottom: 0px !important;
}

.tps-diamond-shipping-information .tps-shipping-content span a::after {
  background-color: transparent !important;
  width: 0% !important;
}

.tps-diamond-info-section .tps-diamond-price-section span {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tps-diamond-info-section .tps-diamond-price-section .tps-diamond-price {
  font-weight: 600;
}

.tps-diamond-info-section .tps-diamond-price-section .tps-price-inc-gst,
.tps-price-inc-gst {
  font-size: 14px !important;
}
.tps-diamond-shipping-information .tps-shipping-content {
  margin-top: 15px;
}

.tps-diamond-shipping-information  .tps-shipping-emial-contact .tps-shipping-content{
  margin-top: 0;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-slider {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-threed-model .tps-slide {
  display: flex;
  align-items: center;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-slider img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-slider img.tps-gallery-hand-diamond-image {
  width: 30px;
  height: 30px;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-slider img.tps-gallery-hand-slider-dark {
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 5px;
  display: block;
  margin: auto;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-carat-slider,
.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-color-slider {
  position: relative;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-carat-slider span,
.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-color-slider span {
  color: var(--bgcolor-1);
  text-transform: unset !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-carat-slider span.right-slide,
.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-color-slider span.right-slide {
  float: right;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .min-carat-detail {
  font-size: 14px;
  color: var(--bgcolor-1);
  top: 0 !important;
  padding-left: 3px;
  width: 100%;
  display: block;
  text-align: center;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-carat-slider .ui-widget.ui-widget-content,
.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-color-slider .ui-widget.ui-widget-content {
  border-color: var(--bgcolor-main);
  background-color: var(--bgcolor-main);
  cursor: pointer;
  height: 6px;
  margin: 4px 0px 7px;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-carat-slider,
.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-color-slider {
  font-size: 14px;
  color: var(--bgcolor-1);
  top: 0 !important;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 15px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #fcf6ea !important;
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: var(--bgcolor-main);
  box-shadow: none !important;
  border-radius: 50%;
  border-color: var(--bgcolor-main);
  top: -7px;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
  border: 1px solid var(--bgcolor-3);
  width: 100%;
  overflow: hidden;
  background: var(--bgcolor-3);
}

.tps-main-slide.tps-main-slide-hand-slider {
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-image .tps-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide img {
  width: 100%;
  height: 100%;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-slider img {
  height: auto;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide iframe,
.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide video.tps-dia-gallery-video {
  border: 0;
  width: 100%;
  height: 100%;
}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide {
  height: 100%;
  position: relative;

}

.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-canvas-side .tps-slide {
  min-height: 370px;
  display: flex;
  align-items: center;
}


.tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-canvas-front .tps-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tps-main-slide .tps-slide span.tps_iframe_loader {
  display: none;
  position: absolute;
  background: url(ajax-loader.gif) no-repeat;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tps-main-slide .tps-slide span.tps_iframe_loader.tps_iframe_loader_show {
  display: block;
  z-index: 1;
}

.tps-diamond-gallery-grid-view .tps-thumb-image-slide .slick-track {
  display: flex;
  justify-content: center;
}

.tps-thumb-image-slide .tps-thumb-slide .tps-thumb {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
}

.tps-thumb-image-slide .slick-track .slick-slide .tps-thumb img {
  width: 100%;
  height: unset;
}

.tps-thumb-image-slide .slick-track .slick-slide {
  margin-right: 0px;
}

.tps-thumb-image-slide .slick-track .slick-slide .tps-thumb {
  border: 1px solid #EBEBEB;
  position: relative;
}

.tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb {
  border: 1px solid var(--bgcolor-1);
  position: relative;
}

.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-prev,
.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-next,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-prev,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-next {
  width: 40px;
  height: 40px;
  background: url(diamond-list-icon.svg);
  background-position: -243px -609px;
  left: 0;
  z-index: 1;
  border: 0;
}

.tps-thumb-image-slide .slick-track .slick-slide .tps-thumb .tps-video-play-icon {
  display: block;
  position: absolute;
  margin: auto;
  background: url(video.svg), rgb(0 0 0 / 25%);
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  opacity: 1;
}

.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-prev.slick-arrow.slick-disabled,
.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-next.slick-arrow.slick-disabled,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-prev.slick-arrow.slick-disabled,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-next.slick-arrow.slick-disabled {
  opacity: 0.3;
}

.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-next.slick-arrow,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-next.slick-arrow {
  right: 0;
  left: auto;
  background-position: -275px -609px;
  opacity: 1;
}

.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-prev:before,
.tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-next.slick-arrow:before,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-prev:before,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide button.slick-next.slick-arrow:before {
  display: none;
}

.tps-diamond-gallery-vertical-thumb-slider .tps-gallery-vertical-thumb-slider .tps-main-image-slide .tps-main-slide .tps-diamond-hand-slider,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide .tps-main-slide .tps-diamond-hand-slider {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tps-gallery-horizontal-thumb-slider .tps-main-image-slide .tps-main-slide.slick-initialized .slick-slide,
.tps-diamond-gallery-vertical-thumb-slider .tps-main-image-slide.slick-initialized.slick-slider {
  display: block;
  overflow: hidden;
  height: fit-content;
  padding-bottom: 20px;
}

.tps-diamond-gallery-vertical-thumb-slider .tps-gallery-vertical-thumb-slider .tps-main-image-slide .tps-main-slide img.tps-gallery-hand-slider-white,
.tps-gallery-horizontal-thumb-slider .tps-diamond-hand-slider .tps-gallery-hand-slider-white {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

.tps-diamond-gallery-vertical-thumb-slider .tps-gallery-vertical-thumb-slider .tps-main-image-slide .tps-main-slide .tps-gallery-hand-slider-dark,
.tps-gallery-horizontal-thumb-slider .tps-diamond-hand-slider .tps-gallery-hand-slider-dark {
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}

.tps-diamond-gallery-vertical-thumb-slider .tps-gallery-vertical-thumb-slider .tps-main-image-slide .tps-main-slide .tps-diamond-hand-slider img.tps-gallery-hand-diamond-image,
.tps-gallery-horizontal-thumb-slider .tps-main-image-slide .tps-main-slide .tps-diamond-hand-slider img.tps-gallery-hand-diamond-image,
.tps-gallery-grid-view .tps-main-slide .tps-diamond-hand-slider img.tps-gallery-hand-diamond-image {
  position: absolute;
  top: 70%;
  left: 71%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 1;
  pointer-events: none;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide iframe {
  width: 100%;
  height: 400px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide span {
  color: var(--bgcolor-1);
  text-transform: unset !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-carat-slider .ui-widget.ui-widget-content,
.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-color-slider .ui-widget.ui-widget-content {
  border-color: var(--bgcolor-main);
  background-color: var(--bgcolor-main);
  cursor: pointer;
  height: 6px;
  margin: 4px 0;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-carat-slider span.right-slide,
.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-color-slider span.right-slide {
  float: right;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .min-carat-detail {
  font-size: 14px;
  color: var(--bgcolor-1);
  top: 0 !important;
  width: 100%;
  display: block;
  text-align: center;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-slide {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  text-align: center;
}

.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-slide img {
    width: 100%;
    /* object-fit: scale-down; */
    height: 100%;
}
.tps-main-image-slide ul.slick-dots {
    margin-bottom: -10px;
}
.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-carat-slider,
.tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-color-slider {
  font-size: 14px;
  color: var(--bgcolor-1);
  top: 0 !important;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 15px;
  margin-top: -1px;
}

.tps-ringbuilder-hand-slider-wrapper .tps-ringbuilder-hand-slider-background-img-div {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: default;
  height: 40%;
  left: 52.5%;
  margin-left: -22%;
  margin-top: -4%;
  position: absolute;
  top: 46%;
  width: 40%;
  z-index: 2;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.tps-diamond-hand-slider span.hand_diamond_img {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: default;
  height: 40%;
  left: 52.5%;
  margin-left: -22%;
  margin-top: -4%;
  position: absolute;
  top: 46%;
  width: 40%;
  z-index: 2;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-round {
  background-image: url('round_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-princess {
  background-image: url('princess_sheps.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-cushion {
  background-image: url('cushion_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-asscher {
  background-image: url('asscher_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-marquise {
  background-image: url('marquise_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-oval {
  background-image: url('oval_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-radiant {
  background-image: url('radiant_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-pear {
  background-image: url('pear_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-emerald {
  background-image: url('emerald_shape.webp');
}

.tps-diamond-hand-slider span.hand_diamond_img.tps-diamond-icon-heart {
  background-image: url('heart_shape.webp');
}


.tps-gallery-horizontal-thumb-slider .tps-main-image-slide {
  padding: 0px 4% 0px 4%;
}

.tps-gallery-horizontal-thumb-slider .tps-thumb-image-slide .slick-track {
  flex-direction: unset;
  max-width: unset;
  margin-top: 20px;
}

.tps-gallery-horizontal-thumb-slider .tps-thumb-image-slide .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
}

.tps-thumb-image-slide.slick-initialized.slick-slider {
  margin: 15px auto 0px;
  padding: 0px 0% 0px 0%;
  width: 100%;
}

.tps-diamond-info-section {
  margin: auto;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

.tps-diamond-info-section .tps-diamond-three-c-info ul {
  justify-content: flex-start;
}

.tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading h2 {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif !important;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal !important;
  text-align: left;
  padding: 10px 0px;
  margin-bottom: 0;
  cursor: pointer;
}

.tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading {
  position: relative;
}

.tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading.active h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading span.tps-tab-arrow {
  width: 15px;
  height: 10px;
  background: url(diamond-list-icon.svg);
  display: block;
  position: absolute;
  top: 43%;
  right: 15px;
}

.tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading span.tps-tab-arrow.tps-arrow-down {
  background-position: -397px -425px;
}

.tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading span.tps-tab-arrow.tps-arrow-up {
  background-position: -447px -425px;
}

.tps-diamond-description-section p,
.tps-diamond-info-section .tps-diamond-three-c-info ul li {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-diamond-description-section p {
  margin-bottom: 18px;
  margin-top: 18px;
}

.tps-diamond-info-section .tps-diamond-three-c-info ul li {
  font-size: 14px;
}

/*full page loder design */
.timeline-item {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
  padding: 25px 10px;
  margin: 0 auto;
}

.tps-spinner-container.tps-diamond-detail-page-loader {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  bottom: 0;
  background: var(--bgcolor-white);
  left: 0;
  padding: 15px;
}

.tps-diamond-detail-page-loader .animated-background,
.tps-filter-page-loader .animated-background {
  height: 100Vh;
  background: var(--bgcolor-white);
}

.tps-diamond-detail-page-loader .tps_details_bg-masker,
.tps-filter-page-loader .tps_listing_bg-masker,
.tps_details_bg-masker {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmern;
  animation-name: placeHolderShimmern;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 900px 204px;
  position: relative;
  display: block;
}

.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
  bottom: 0px;
  left: 0%;
  width: 100%;
  background-color: var(--bgcolor-white);
  height: 90px;
  bottom: 0;
  position: absolute;
}

.tps-diamond-detail-page-loader .tps_bread-crum-hed-bx {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

.tps-diamond-detail-page-loader .tps_details_loader_social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  width: 75%;
}

.tps-diamond-detail-page-loader .tps_details_loader_social div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.tps-diamond-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-main {
  width: 60px;
  height: 10px;
}

.tps-diamond-detail-page-loader .tps_details_loader_price {
  height: 35px;
  display: block;
  width: 45%;
  margin-top: 30px;
}
.tps-diamond-detail-page-loader .tps_details_loader_price .tps_details_loader_attributes {
  margin-top: 30px;
}
.tps-diamond-detail-page-loader .tps_details_loader_social div span:nth-child(1) {
  width: 80%;
}

.tps-diamond-detail-page-loader .tps_details_loader_social div span {
  display: block;
  height: 20px;
}

.tps-diamond-detail-page-loader .tps_details_loader_subtitle {
  height: 75px;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.tps-diamond-detail-page-loader span.tps_details_loader_btn.tps_details_bg-masker {
  height: 52px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 2%;
}

.tps-diamond-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-mid {
  width: 20px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.tps-diamond-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-last {
  width: 150px;
  height: 10px;
}

.tps-diamond-detail-page-loader .tps_back_srch_bx {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.tps-diamond-detail-page-loader .tps_back_srch_bx_arow {
  width: 20px;
  height: 10px;
  margin-right: 5px;
}

.tps-diamond-detail-page-loader .tps_back_srch_bx_back {
  width: 120px;
  height: 10px;
}

.tps_details_bg-masker.left-spinner,
.tps_details_bg-masker.right-spinner {
  width: 40px !important;
  height: 40px !important;
  display: none;
}

.tps-diamond-detail-page-loader .tps_details_loader_gallery_left,
.tps-diamond-detail-page-loader .tps_details_loader_gallery_right {
  width: auto;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.tps-diamond-detail-page-loader .tps_details_loader_gallery_left {
  gap: 15px;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_left {
  flex-direction: column-reverse;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right {
  width: 100%;
  flex-direction: row;
  grid-gap: 10px;
  height: 100px;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
  height: 35px !important;
  width: 100px;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--bgcolor-white);
  grid-gap: 55px;
  justify-content: center;
}

.tps_details_loader_gallery_right div {
  width: 75px;
  height: 75px;
  margin: 0 10px 0 0;
}

.tps-diamond-detail-page-loader .tps_details_loader_title {
  height: 45px;
  display: block;
  width: 100%;
}

.tps-diamond-detail-page-loader .tps_details_loader_social.order_now {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0px;
  grid-gap: 10px;
  padding-bottom: 10px;
}

.tps-diamond-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(1) {
  width: 10%;
}

.tps_details_loader_product-4C_section .tps-loader-cart-sloder-img {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tps-loader-4c-contentsec {
  flex-direction: column;
}

.tps-loader-4c-contentsec span.tps_details_bg-masker.tps-color-loader-des {
  width: 51% !important;
  height: 7px !important;
  margin: 0 !important;
}

.tps-loader-4c-contentsec span.tps_details_bg-masker.tps-color-load-more-loader {
  height: 20px;
  width: 30%;
  margin-top: 10px;
}

.tps-loader-cart-sloder-img span {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.tps-diamond-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
  width: 80%;
  margin-left: 20px;
}

.tps_details_loader_product-information_section,
.tps_details_loader_product-4C_section {
  display: block;
  width: 100%;
  margin-top: 0;
}

.tps_details_loader_product-4C_section .tps-diamond-detail-page-loader .tps_details_loader_product-information_title {
  width: 310px;
  margin: auto;
}

.tps-4c-content-loader span.tps_details_bg-masker.tps-color-loader-des {
  height: 10px !important;
  margin-bottom: 4px;
}

.tps-diamond-detail-page-loader .tps_details_loader_product {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin-top: 20px;
}

.tps-diamond-detail-page-loader .tps_details_loader_product div span:nth-child(1) {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.tps-diamond-detail-page-loader .tps_details_loader_product div span:nth-child(2) {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto 20px;
}

.tps-diamond-detail-page-loader .tps_details_loader_product div {
  display: flex;
  grid-gap: 5px;
}

.tps-diamond-detail-page-loader .tps_details_loader_product-information_title {
  width: 200px;
  height: 20px;
}

.tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_loader_gallery_right div {
  height: 75px !important;
  width: 75px;
  margin: auto;
}

.tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_loader_gallery_right {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery .tps_details_loader_gallery-grid-view {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.tps-diamond-detail-page-loader .tps_details_loader_gallery-grid-view div {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

div#shopify-section-tps-diamond-detail-page {
  position: relative;
}

.tps-diamond-detail-sections,
.tps-diamond-details-info-section {
  background: var(--bgcolor-white);
  padding: 10px;
  border-radius: 15px;
  margin: 25px 0 40px 0;
}

.tps-diamond-detail-page-loader .tps_details_loader_gallery_left div {
  width: 90%;
  height: 300px;
  margin-bottom: 0;
}

.timeline-item {
  padding: 25px 0;
  margin: 0 auto;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid {
  grid-gap: 10px;
}

.tps_details_loader_gallery_left.horizontal-thumb-slider .tps_details_bg-masker.left-spinner,
.tps_details_loader_gallery_left.horizontal-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img,
.tps_details_loader_gallery_left.horizontal-thumb-slider .tps_details_bg-masker.right-spinner,
.tps_details_loader_gallery_right.horizontal-thumb-slider div {
  display: block;
}

.tps_details_loader_gallery_left.horizontal-thumb-slider .tps_details_bg-masker.left-spinner,
.tps_details_loader_gallery_left.horizontal-thumb-slider .tps_details_bg-masker.right-spinner {
  display: none !important;
}

.tps_details_loader_gallery_left.horizontal-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
  width: 100%;
  height: 300px;
  margin-bottom: 0;
}

.tps_details_loader_gallery_left.horizontal-thumb-slider,
.tps_details_loader_gallery_right.horizontal-thumb-slider {
  flex-direction: unset !important;
}

.tps_details_loader_gallery_left.horizontal-thumb-slider,
.tps_details_loader_gallery_right.horizontal-thumb-slider,
.tps_details_loader_gallery_left.vertical-thumb-slider {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  flex-direction: column-reverse;
}

.tps_details_loader_gallery_right.horizontal-thumb-slider {
  display: flex;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  margin-top: 30px;
}

.tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_loader_gallery_right div {
  display: block;
  margin-bottom: 20px;
}

.tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
  display: block;
  width: 100%;
  height: 315px;
}

.tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_loader_gallery_left div {
  width: 80%;
  height: 405px;
  margin-bottom: 0;
}

.tps_details_loader_gallery-grid-view.tps-gallray-grid-view-loader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  position: absolute;
  width: 100%;
}

.tps_details_loader_gallery-grid-view.tps-gallray-grid-view-loader div {
  width: 100%;
  height: 305px;
  display: block;
}

.tps-diamond-gallery-grid-view {
  overflow: hidden;
  position: relative;
}

.tps-diamond-detail-gallery-section {
  width: 100%;
  margin: 0px auto 40px;
}

.tps-breadcrumb.breadcrumbs {
  margin: 15px 0;
  background: transparent;
}
.tps-gallery-after-page-reload-slider-remove-slider-loader .tps_details_loader_gallery_left.horizontal-thumb-slider.tps-gallery-loader-horizontal-thumb-slider{
  position: relative;
}
@-webkit-keyframes placeHolderShimmern {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmern {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/* dimond detils 4c section design */

.tps-four-cs-section .tps-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 15px;
}

.tps-four-cs-section .tps-four-cs-section-heading h2 {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: var(--bgcolor-1);
}

.tps-four-cs-section-heading {
  margin-bottom: 50px;
}

.tps-four-cs-section .tps-sub-section-heading p {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 5px 0;
}
.tps-four-cs-section .tps-sub-section-content p.tps-sub-section-content-info {
    color: var(--bgcolor-1);
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 0%;
    margin: 0;
    padding-bottom: 2%;
}

.tps-four-cs-section .tps-sub-section-content a.tps-sub-section-content-url {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration-line: underline;
  font-family: 'Jost', sans-serif;
  color: var(--bgcolor-1);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul {
  display: flex;
  margin: 48px 0 0;
  list-style-type: none;
  text-align: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul:after {
  content: "";
  background: var(--bgcolor-1);
  height: 2px;
  width: 100%;
  position: absolute;
  top: 8px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight-images {
  margin: 0 !important;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight-images:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight-images li:after {
  content: none;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:after {
  content: "";
  position: absolute;
  background: var(--bgcolor-1);
  height: 8px;
  width: 2px;
  top: 0px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer:after {
  height: 8px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val {
  position: absolute;
  top: -23px;
  left: 0;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-value {
  border: none;
  font-size: 12px;
  position: relative;
  padding: 0;
  bottom: 0;
  height: auto;
  top: -40px;
  color: var(--bgcolor-1);
  background: transparent;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-values:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-values:before {
  content: none;
}
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx span,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-new-color span,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-val span {
  background: var(--bgcolor-2);
  border: 1px solid var(--bgcolor-1);
  color: var(--bgcolor-1);
  font-size: 12px;
  position: relative;
  padding: 5px;
  bottom: 20px;
  height: auto;
  top: -48px;
  width: 100%;
  display: block;
  min-width: 140px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-new-color span {
  min-width: 160px;
  top: -78px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-val span {
  min-width: 165px;
  top: -78px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx span {
  top: -85px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-values span,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-new-color .tps-color-val span {
  position: relative;
  width: 55px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-new-color .tps-color-val,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-new-clarity .tps-clarity-val {
  display: none
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val span:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--bgcolor-2);
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: -9px;
  left: 8px;
  text-align: center;
  margin-right: auto;
  border: 1px solid var(--bgcolor-1);
  border-top: 0;
  border-left: 0;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:last-child.active.pointer .tps-carat-pointer-bx .tps-carat-val span:before,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:last-child.active .tps-new-color .tps-color-val span:before,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:last-child.active .tps-new-clarity .tps-clarity-val span:before {
  right: 15px;
  left: auto;
  margin-left: auto;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-values:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:after {
  content: "";
  border-width: 12px;
  bottom: 26px;
  border-top-color: var(--bgcolor-1);
  border-bottom-width: 0;
  z-index: 1;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-values:before,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:before {
  border-width: 12px;
  bottom: 28px;
  content: " ";
  border-top-color: var(--bgcolor-white);
  border-bottom-width: 0;
  z-index: 2;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:before {
  bottom: 41px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:after {
  bottom: 40px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.pointer:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background: var(--bgcolor-1) !important;
  position: absolute !important;
  z-index: 1 !important;
  right: -5px !important;
  top: 3px !important;
  border-radius: 50% !important;
  animation: blink 2s ease-in-out infinite none;
  border-color: var(--bgcolor-1) !important;
  min-height: auto !important;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 #2d2a6e70;
  }

  100% {
    box-shadow: 0 0 0 8px #2d2a6e70;
  }
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx {
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  padding: 6px 0 0;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon {
  position: relative;
  display: block;
  width: 100%;
  top: 0px;
  margin: auto;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon:before {
  content: "";
  background-image: url(tps-round-diamond-shape.png);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  margin: 0;
  transform: translate(-50%);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-1:before {
  background-size: 45% !important;
  left: 80%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-2:before {
  background-size: 50% !important;
  left: 80%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-3:before {
  background-size: 55% !important;
  left: 73%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-4:before {
  background-size: 60% !important;
  left: 73%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-5:before {
  background-size: 65% !important;
  left: 73%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-6:before {
  background-size: 70% !important;
  left: 67%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-7:before {
  background-size: 75% !important;
  left: 68%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-8:before {
  background-size: 80% !important;
  left: 67%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-9:before {
  background-size: 85% !important;
  left: 62%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-10:before {
  background-size: 90% !important;
  left: 60%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-11:before {
  background-size: 95% !important;
  left: 60%;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-icon-12:before {
  background-size: 100% !important;
  left: 56%;
}

/* fancy color */
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Yellow:before {
  background-position: -108px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Pink:before {
  background-position: -72px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Purple:before {
  background-position: -36px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Red:before {
  background-position: -253px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Blue:before {
  background-position: 1px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Green:before {
  background-position: -144px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Orange:before {
  background-position: -216px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Black:before {
  background-position: -180px 2px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Gray:before {
  background-position: -288px 2px;
}

/*end*/

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
  color: #2D2A6E;
  text-align: center;
  font-family: 'Jost', sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  top: -40px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-values {
  height: 17px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.33px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
  top: -25px;
}

.tps-carat-value span {
  width: 100%;
  display: block;
}


.tps-four-cs-section-content .tps-four-cs-color-section,
.tps-four-cs-section-content .tps-four-cs-cut-section,
.tps-four-cs-section-content .tps-four-cs-clarity-section,
.tps-four-cs-section-content .tps-four-cs-fancy-color-section {
  padding-bottom: 20px;
}


.tps-four-cs-clarity-section.odd {
  background: transparent;
}

.tps-four-cs-section-content .tps-four-cs-clarity-section.odd .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon:before {
  filter: brightness(.99);
}

.tps-four-cs-section-content .tps-four-cs-clarity-section.odd .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs.active .tps-clarity-icon:before {
  filter: brightness(.96);
}

.tps-sub-section-content .tps-cut-section-image {
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.tps-sub-section-content .tps-cut-section-image img {
  width: 100%;
}


.tps-diamond-detail-banner-section .banner__box {
  text-align: center;
}

.tps-diamond-detail-banner-section .banner__heading {
  margin-bottom: 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--bgcolor-1);
}

.tps-diamond-detail-banner-section .banner__text.rte.body {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.tps-diamond-detail-banner-section .banner__box {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tps-diamond-detail-banner-section a.button.button--primary,
.tps-diamond-detail-banner-section .tpb-book-button {
  border-radius: 6px;
  border: 1px solid var(--bgcolor-1);
  background: transparent;
  color: var(--bgcolor-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: none !important;
}

.tps-diamond-detail-banner-section .button:after,
.tps-diamond-detail-banner-section a.button:after,
.tps-diamond-detail-banner-section a.button:before {
  content: none;
}

.tps-four-cs-section {
  padding: 20px;
  margin-top: 30px;
  background: var(--bgcolor-white);
  border-radius: 15px;
  margin-bottom: 30px;
}

.tps-diamond-details-page-main-section.tps-diamond-not-found {
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bgcolor-1);
  margin-bottom: 30px;
}

.tps-diamond-details-page-main-section.tps-diamond-not-found .tps-diamond-not-found-message {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-value {
  margin-top: 0px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-value {
  margin-top: 0px;
}

.tps-cut-section-image .tps-cut-section-image1 span {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-fancy-color-value,
.tps-cut-section-image .tps-cut-section-image1.active span {
  font-weight: 600;
  color: var(--bgcolor-1);
}

.tps-diamond-gallery-vertical-thumb-slider,
.tps-diamond-gallery-horizontal-thumb-slider {
  position: relative;
}

.tps_details_loader_gallery_left.vertical-thumb-slider.tps-gallery-loader-vertical-thumb-slider,
.tps_details_loader_gallery_left.horizontal-thumb-slider.tps-gallery-loader-horizontal-thumb-slider {
  position: absolute;
}

img.tps_image_desk_banner {
  display: none !important;
}

.tps-diamond-detail-banner-section .banner__media.media {
  background-color: transparent !important;
}


#shopify-section-tps-color-diamond-detail-banner,
#shopify-section-tps-diamond-detail-banner {
  margin-top: 0px;
  margin-bottom: 0px;
}
  .tps-diamond-info-section {
    margin: 70px auto auto;
  }

.tps-diamond-detail-banner-section .banner__box.gradient {
  background: var(--bgcolor-4);
  padding: 30px 25px !important;
}

.tps-product-static-info-section .icon-with-text {
  width: 100%;
  margin: 20px auto auto;
}

.tps-diamond-detail-banner-section .banner__text.rte.body p {
  margin: 0;
  color: var(--bgcolor-1);
}

.tps-diamond-detail-page-loader .tps_details_loader_info,
.tps-diamond-detail-page-loader .tps_details_loader_gallery {
  width: 100%;
}

.tps_details_loader_gallery.tps-loader-horizontal-thumb-slider {
  width: 100%;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-grid-view {
  width: 100%;
  height: 380px;
}
.tps-main-image-slide.slick-initialized.slick-slider.slick-dotted .slick-dots li button:before {
    font-size: 15px;
    line-height: 20px;
}
.tps-main-image-slide .slick-dots li.slick-active {
    border-color: transparent;
}
.tps-main-image-slide .slick-dots li.slick-active button:before {
    font-size: 0 !important;
    border: 2px solid var(--bgcolor-1);
    border-radius: 50%;
}

/* dimond detils 4c section design end */

@media (hover: hover) {
  .tps-diamond-add-to-cart button:hover span.tps-wishlist-icon.tps-wishlist-heart-icon {
    background-position: -417px -661px;
  }

  .tps-diamond-add-to-cart button:hover span.tps-wishlist-icon.tps-wishlist-heart-fill-icon {
    background-position: -417px -661px;
  }

  .tps-diamond-details .tps-diamond-details-info .tps-single-info .tps-txt-info a:hover::after,
  .tps-diamond-info-section .tps-diamond-three-c-info ul li a:hover::after {
    width: 0% !important;
  }

  .tps-diamond-shipping-information .tps-shipping-content span a:hover::after {
    width: 100% !important;
    background-color: var(--bgcolor-1) !important;
  }

  .tps-diamond-details .tps-diamond-details-info .tps-single-info .tps-txt-info a:hover,
  .tps-diamond-info-section .tps-diamond-three-c-info ul li a:hover {
    color: var(--bgcolor-main);
  }

  .tps-diamond-shipping-information .tps-shipping-content span a:hover {
    color: var(--bgcolor-1);
  }

  .tps-diamond-add-to-cart button:hover {
    background: transparent;
    color: var(--bgcolor-main);
  }

  .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb:hover {
    border: 1px solid var(--bgcolor-1);
    cursor: pointer;
  }

  .tps-diamond-detail-banner-section a.button.button--primary:hover,
  .tps-diamond-detail-banner-section .tpb-book-button:hover {
    background: var(--bgcolor-main);
    border-color: var(--bgcolor-main);
    color: var(--bgcolor-white);
  }
}

.tps_details_loader_info {
  width: 100%;
}

.tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-grid-view {
  width: 100%;
  height: 380px;
}

/* Media query for tablets and larger devices */


@media (min-width: 639px) {
  .tps-container.tps-diamond-detail-page {
    padding: 0 30px;
  }

  .tps-thumb-image-slide .tps-thumb-slide .tps-thumb {
    width: 80px;
    height: 80px;
  }

  .tps-thumb-image-slide.slick-initialized.slick-slider {
    width: 70% !important;
  }
}

@media (min-width: 750px) {
  .tps-cut-section-image .tps-cut-section-image1.active {
        border: 1px solid var(--bgcolor-1);
        top: -36px;
        border-radius: 11px;
        background: var(--bgcolor-2);
        padding: 5px;
    }
.tps-diamond-details .tps-diamond-details-info .tps-single-info {
    width: 50%;
}
.tps-diamond-detail-sections, .tps-diamond-details-info-section {
  padding: 20px;
}

.tps-payemnt-section .payment_type_img {
    text-align: center;
}

  .tps-diamond-detail-banner-section a.button.button--primary,
  .tps-diamond-detail-banner-section .tpb-book-button {
    border: 1px solid var(--bgcolor-white);
    color: var(--bgcolor-white);
  }

  .tps-diamond-detail-banner-section .banner__heading {
    color: var(--bgcolor-white);
  }

  .tps-diamond-detail-banner-section .banner__text.rte.body p {
    color: var(--bgcolor-white);
  }

  .tps-diamond-detail-banner-section .banner__box.gradient {
    background: transparent;
    padding: 10px 25px !important;
    text-align: left;
  }

  .tps-diamond-detail-banner-section.banner--small:not(.banner--adapt) {
    min-height: auto;
  }

  img.tps_image_mob_banner {
    display: none !important;
  }

  img.tps_image_desk_banner {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx span {
    top: -80px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color.active:before,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs.active:before,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc.active:before,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth.active:before {
    border: 1px solid var(--bgcolor-1);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -36px;
    border-radius: 11px;
    background: var(--bgcolor-2);
    min-height: 115px;
  }

   .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth.active:before {
    min-height: 100px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val span:before {
    margin-right: auto;
    margin-left: auto;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val {
    position: absolute;
    top: -23px;
    left: -53px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon {
    width: 70% !important;
    height: 40px !important;
  }

  .tps-carat-value span {
    width: 100%;
    display: unset;
  }

}

@media (min-width: 768px) {
  .tps-four-cs-section-content .tps-sub-section-two {
        max-width: 80%;
        margin: auto;
    }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon:before {
    content: "";
    background-image: url(4C-section-sprite.svg);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    bottom: 0;
    margin: 0;
    transform: translate(-50%);
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon:before {
    content: "";
    background-image: url(four-c-fancy-diamond-color.png);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    width: 48px;
    height: 38px;
    bottom: 0;
    margin: 0;
    transform: translate(-50%);
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon:before {
    content: "";
    background-image: url(4C-section-sprite.svg);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    bottom: 0;
    margin: 0;
    transform: translate(-50%);
  }

  /* fancy color */
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Blue:before {
    background-position: 1px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Purple:before {
    background-position: -62px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Pink:before {
    background-position: -122px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Yellow:before {
    background-position: -182px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Green:before {
    background-position: -242px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Orange:before {
    background-position: -364px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Black:before {
    background-position: -302px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Red:before {
    background-position: -425px 2px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Gray:before {
    background-position: -485px 2px;
  }

  /*end*/
 .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-FL:before {
    background-position: -30px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-IF:before {
    background-position: -90px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-VVS1:before {
    background-position: -153px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-VVS2:before {
    background-position: -216px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-VS1:before {
    background-position: -277px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-VS2:before {
    background-position: -339px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-SI1:before {
    background-position: -399px -97px;
  }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-SI2:before {
    background-position: -460px -97px;
  }


  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-D:before {
    background-position: -31px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-E:before {
    background-position: -93px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-F:before {
    background-position: -153px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-G:before {
    background-position: -216px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-H:before {
    background-position: -277px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-I:before {
    background-position: -338px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-J:before {
    background-position: -399px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-K:before {
    background-position: -460px -25px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-L:before {
    background-position: -521px -25px;
  }
   .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-M:before {
    background-position: -584px -25px;
  }


.tps-four-cs-carat-weight-section .tps-sub-section-one {
    padding-bottom: 10%;
    display: block;
}

  .tps-diamond-details .tps-diamond-details-info .detail-column-row-16 {
    border-bottom: 0;
  }

  .tps-diamond-detail-banner-section .banner__heading {
    font-size: 36px;
  }

  img.tps_image_desk_banner {
    display: block !important;
  }

  img.tps_image_mob_banner {
    display: none !important;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-color-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-fancy-color-value,
  .tps-cut-section-image .tps-cut-section-image1.active span {
    font-size: 14px;
  }

  .tps-diamond-detail-page-loader .tps_details_loader_product {
    grid-template-columns: 1fr 1fr;
  }

  .tps-thumb-image-slide .tps-thumb-slide .tps-thumb {
    width: 80px;
    height: 80px;
  }


  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
    height: 60px !important;
    width: 80px;
  }

  .container.tps_diamond_detail_page,
  .shopify-section.section .page-width {
    padding: 0 15px !important;
    position: relative;
  }

  h1 {
    font-size: 22px;
  }

  .tps-diamond-info-section {
    text-align: left !important;
  }


  .tps-diamond-gallery-grid-view .tps-gallery-grid-view {
    display: flex;
    grid-gap: 15px 2%;
    flex-wrap: wrap;
  }

  .tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
    width: 49%;
  }
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide iframe.tps-dia-gallery-video-iframe {
    width: 100% !important;
/*    height: 380px !important;*/
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide iframe {
    width: 500px;
    height: 500px;
  }

  .tps-diamond-hand-slider span.hand_diamond_img {
    margin-left: -22%;
  }

  .tps-gallery-horizontal-thumb-slider .tps-thumb-image-slide .slick-track {
    flex-direction: unset;
    width: 100%;
    max-width: 560px;
    margin-top: 10px;
  }


  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-image.slick-slide img {
    width: 100%;
    text-align: center;
    margin: auto;
    object-fit: scale-down;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-canvas-front .tps-slide canvas,
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-canvas-side .tps-slide canvas {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-carat-slider {
    margin-top: 5px;
  }

  .tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide .tps-diamond-hand-slider {
    max-width: 300px;
  }

  .tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-canvas-front canvas,
  .tps-diamond-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-canvas-side canvas {
    width: 100%;
  }

  .tps-diamond-detail-sections .tps-diamond-info-section .tps-diamond-title-section h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid {
    grid-gap: 20px;
  }

  .tps-diamond-detail-page-loader .tps_details_loader_gallery_left div {
    width: 80%;
    height: 405px;
    margin-bottom: 0;
  }

  .tps-gallery-horizontal-thumb-slider .tps-thumb-image-slide .slick-track {
    max-width: max-content;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-canvas-front .tps-slide,
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-canvas-side .tps-slide {
    position: relative;
    padding-bottom: 50%;
  }

  .tps-diamond-info-section {
    margin: auto;
    width: 90%;
    margin-top: 30px;
    text-align: center;
  }

  .tps-diamond-details-info-section .tps-diamond-details .tps-diamond-detail-section-heading h2 {
    font-size: 25px !important;
  }
}

@media (min-width: 825px) {

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-carat-slider,
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-color-slider {
    margin-top: -10px;
  }

  .tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-prev,
  .tps-gallery-vertical-thumb-slider .tps-main-image-slide button.slick-next {
    display: none !important;
  }

}

@media (min-width: 900px) {
  .tps-diamond-detail-banner-section.banner--small:not(.banner--adapt) {
    min-height: 30rem;
  }

  .tps-diamond-shipping-information {
    text-align: left;
  }

  .tps_details_loader_gallery_left.vertical-thumb-slider.tps-gallery-loader-vertical-thumb-slider,
  .tps_details_loader_gallery_left.horizontal-thumb-slider.tps-gallery-loader-horizontal-thumb-slider {
    position: relative;
  }

  .tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
    height: 100%;
    min-height: 500px
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-grid-view {
    height: auto;
  }

  .tps-thumb-image-slide.slick-initialized.slick-slider {
    width: 500px !important;
  }

  .tps-diamond-info-section .tps-diamond-three-c-info ul {
    justify-content: flex-start;
  }

  .tps-diamond-detail-banner-section .banner__box {
    padding-left: 4% !important;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide iframe.tps-dia-gallery-video-iframe {
    width: 500px !important;
    height: 500px !important;
  }

  .tps_details_loader_gallery_left.horizontal-thumb-slider,
  .tps_details_loader_gallery_right.horizontal-thumb-slider,
  .tps_details_loader_gallery_left.vertical-thumb-slider {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    flex-direction: unset;
  }

  .tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_loader_gallery_right {
    width: 14%;
    flex-direction: column;
    grid-gap: 10px;
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow,
  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow {
    position: relative;
    width: 25px;
    height: 25px;
    background: url(diamond-list-icon.svg);
    background-position: -21px -130px;
    left: 38%;
    z-index: 1;
    background-color: var(--bgcolor-white);
    border-radius: 50%;
    top: 10px;
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow.slick-disabled,
  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow.slick-disabled {
    display: none !important;
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow {
    top: 0;
    transform: rotate(180deg);
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow:before,
  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow:before {
    content: none;
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow {
    bottom: -10px;
    top: auto;
    left: 40%;
  }

  .tps-diamond-info-section {
    margin: 0px auto auto;
    text-align: left;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_left {
    flex-direction: initial;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right {
    width: auto;
    flex-direction: column;
    grid-gap: 10px;
    height: auto;
  }

  .tps-diamond-detail-gallery-info-section {
    display: flex;
  }

  .tps-diamond-detail-sections .tps-diamond-detail-gallery-info-section .tps-diamond-detail-gallery-section {
    width: 55%;
  }

  .tps-diamond-detail-sections .tps-diamond-detail-gallery-info-section .tps-diamond-info-section {
    width: 45%;
    padding-left: 3%;
    padding-right: 0%;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
    width: 39% !important;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery {
    display: flex;
    flex-wrap: wrap;
    width: 57% !important;
    justify-content: center;
    grid-gap: 20px 0 !important;
  }

  .tps-thumb-image-slide .tps-thumb-slide .tps-thumb {
    width: 65px;
    height: 65px;
    margin: auto;
    display: flex;
    align-items: center;
  }


  .tps-diamond-gallery-vertical-thumb-slider .tps-main-image-slide.slick-initialized.slick-slider {
    width: 85%;
  }

  .tps-diamond-gallery-vertical-thumb-slider .tps-gallery-vertical-thumb-slider {
    display: flex;
    flex-direction: row-reverse;
  }

  .tps-diamond-gallery-vertical-thumb-slider .tps-thumb-image-slide.slick-initialized.slick-slider.slick-vertical {
    width: 15%;
    margin-right: 15px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tps-diamond-gallery-vertical-thumb-slider .tps-thumb-image-slide .slick-track .slick-slide {
    margin-right: 0;
    margin-bottom: 0;
  }

  .tps_details_loader_gallery_left.horizontal-thumb-slider,
  .tps_details_loader_gallery_right.horizontal-thumb-slider,
  .tps_details_loader_gallery_left.vertical-thumb-slider {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    flex-direction: unset;
  }

}

@media (min-width: 991px) {
.tps-four-cs-section .tps-sub-section-content p.tps-sub-section-content-info {
        padding-right: 3%;
    }
  .tps-four-cs-section .tps-sub-section-content p.tps-sub-section-content-info {
    padding-bottom: 5%;
}

  .tps-four-cs-carat-weight-section .tps-sub-section-one {
        padding-bottom: 0;
        display: block;
    }
  .g-breadcrumb {
    margin-bottom: 20px !important;
  }

  .tps-four-cs-cut-section .tps-sub-section-one,
  .tps-four-cs-section-content .tps-four-cs-clarity-section .tps-sub-section-one,
  .tps-four-cs-fancy-color-section.even .tps-sub-section-one {
    padding-bottom: 30px;
  }

  .tps-four-cs-section-content .tps-four-cs-carat-weight-section,
  .tps-four-cs-section-content .tps-four-cs-color-section,
  .tps-four-cs-section-content .tps-four-cs-cut-section,
  .tps-four-cs-section-content .tps-four-cs-clarity-section,
  .tps-four-cs-section-content .tps-four-cs-fancy-color-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    grid-gap: 0px 2%;
    border-bottom: 1px solid var(--bgcolor-2);
    padding: 30px 0px;
  }

  .tps-four-cs-section-content .tps-four-cs-clarity-section {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .tps-four-cs-section-content .tps-sub-section-one,
  .tps-four-cs-section-content .tps-sub-section-two {
    width: 100%;
    max-width: 50%;
    margin: auto;
  }

  .tps-four-cs-section-content .tps-sub-section-two {
    max-width: 45%;
  }
.tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1 {
    width: 35%;
}
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon:before {
    left: 6px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon:before {
    top: 0;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide iframe.tps-dia-gallery-video-iframe {
    width: 480px !important;
    height: 480px !important;
  }

}

@media (min-width: 1024px) {
  .tps-four-cs-section .tps-sub-section-content p.tps-sub-section-content-info {
        padding-right: 12%;
    }
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val {
    left: -48px;
  }

  .tps-diamond-detail-banner-section.banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul {
    margin: 18px 0 0;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-slide {
    width: 100%;
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide .slick-list {
    height: auto !important;
  }

  .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide .slick-track {
    display: block;
    height: auto !important;
  }

  .tps-diamond-detail-gallery-section {
    width: 100%;
    margin: 0px auto 0;
  }

  .tps-diamond-detail-sections .tps-diamond-detail-gallery-info-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-canvas-front .tps-slide,
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-canvas-side .tps-slide {
    padding-bottom: 60%;
  }

  .tps-container.tps-diamond-detail-page {
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: inherit !important;
    position: relative;
  }


  /* vertical slider gallry */
  .tps-thumb-image-slide .slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-gap: 0px;
    flex-direction: column;
  }

  .tps-thumb-image-slide .tps-thumb-slide .tps-thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 10px !important;
    align-items: center;
  }

  .tps-gallery-horizontal-thumb-slider .tps-thumb-image-slide .tps-thumb-slide .tps-thumb {
    margin-bottom: 0px !important;
  }

  .tps-thumb-image-slide .slick-track {
    display: block;
  }

  .tps-thumb-image-slide .slick-slide div {
    margin: auto;
    display: flex;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
    width: 40% !important;
  }

  .tps-gallery-horizontal-thumb-slider .tps-thumb-image-slide .slick-track {
    max-width: max-content;
  }

  .tps-four-cs-section .tps-sub-section-content a.tps-sub-section-content-url {
    font-size: 16px;
  }

  .tps-diamond-detail-banner-section .banner__box {
    max-width: 60rem;
    text-align: center !important;
  }

  .tps-diamond-detail-banner-section .banner__heading {
    margin-bottom: 10px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--bgcolor-white);
  }

  .tps-diamond-detail-banner-section .banner__text.rte.body {
    margin: 0;
  }

  .tps-diamond-detail-banner-section a.button.button--primary,
  .tps-diamond-detail-banner-section .tpb-book-button {
    border-radius: 6px;
    border: 1px solid var(--bgcolor-white);
    background: transparent;
    color: var(--bgcolor-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tps-diamond-detail-banner-section .button:after,
  .tps-diamond-detail-banner-section .button:before,
  .tps-diamond-detail-banner-section a.button:after,
  .tps-diamond-detail-banner-section a.button:before {
    content: none;
  }

}

@media (min-width: 1199px) {
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx span {
    top: -60px;
  }
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-image.slick-slide img {
    width: 500px;
  }

  .tps-container.tps-diamond-detail-page {
    padding: 0 15px !important;
  }

  .tps-carat-value span {
    display: unset;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-color-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-clarity-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
    top: -25px !important;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val:before {
    top: -6px;
  }

  .tps-diamond-detail-sections .tps-diamond-info-section .tps-diamond-title-section h1 {
    color: var(--bgcolor-1);
    margin-top: 0;
    font-family: 'Jost', sans-serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .tps-diamond-detail-banner-section .banner__box {
    text-align: center;
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-color-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-value,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-fancy-color-value,
  .tps-cut-section-image .tps-cut-section-image1.active span {
    font-weight: 600;
  }
}

@media (max-width: 1580px) {
  .tps-container.tps-diamond-detail-page {
    max-width: 1300px !important;
  }
}

@media (max-width: 1440px) {
  .tps-container.tps-diamond-detail-page {
    max-width: 1240px !important;
    width: 100%;
  }
}
@media (max-width: 639px) {
 .tps-thumb-slide.tps-thumb-slide-image {
    display: none;
  }

}
@media (max-width: 580px) {
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
    font-size: 9px;
  }
}

@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide iframe.tps-dia-gallery-video-iframe {
    width: 400px !important;
    height: 400px !important;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-carat-slider,
  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-diamond-hand-color-slider {
    width: 80%;
    margin: auto;
  }

  .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-image.slick-slide img {
    width: fit-content;
  }

  .tps-diamond-detail-banner-section .banner__box {
    padding-left: 17px !important;
  }
}