/** Shopify CDN: Minification failed

Line 962:1 Unexpected "{"
Line 963:1 Expected identifier but found "%"
Line 967:1 Expected identifier but found "%"
Line 6193:11 Expected ":"
Line 6198:11 Expected ":"
Line 6248:1 Unexpected "{"
Line 6263:54 Unexpected "{"
Line 9117:1 Expected identifier but found "."

**/
/*********** Code Created by TransPacific Software Pvt. Ltd********************/
/*common theme  varialbles
  ----- Fonts ------
 
  font-family 1 - var(--heading-font-family)
  font-family 2 - var(--text-font-family)
 
  ----- colors ------
  color 1 - rgb(var(--heading-color)) - #0D0D0D
  color 2 - rgb(var(--text-color)) - #2E2E2E
  color 3 - #000000
 border color: rgb(var(--border-color))
 button background: rgb(var(--primary-button-background))
 button text: rgb(var(--primary-button-text-color))

        --heading-large-font-size: 64px;
        --heading-h1-font-size: 56px;
        --heading-h2-font-size: 48px;
        --heading-h3-font-size: 36px;
        --heading-h4-font-size: 30px;
        --heading-h5-font-size: 24px;
        --heading-h6-font-size: 18px;
        --button-height: 52px;
        --button-small-height: 44px;    
End*/


a {
    cursor: pointer;
    text-decoration: none;
    color: rgb(var(--heading-color));
}
p{
 margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: var(--heading-font-family);
	font-weight: 400;
	letter-spacing: 0rem;
	color: rgb(var(--heading-color));
	line-height: 1.3;
}

.button,
.shopify-challenge__button,
.customer button {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 1rem ;
	text-decoration: none;
	border: 1px solid rgb(var(--primary-button-background));
	border-radius: 0;
	background-color: rgb(var(--primary-button-background));
	color: rgb(var(--primary-button-text-color));
	min-height: var( --button-height);
	transition: box-shadow var(--duration-short) ease;
	-webkit-appearance: none;
	appearance: none;
	font-family: var(--text-font-family);
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	
}
a.button.button--primary {
    display: inline-flex;
    align-items: center;
}
h1.tps_module_heading {
	margin: 0px;
	font-size: 32px;
	color: var(--black);
	line-height: 42px;
	font-family: var(--heading-font-family);
	font-weight: unset;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 0px 15px;
}

.tps_diamond_detail_page.page-width,
.container{
	max-width: var(--container-max-width) !important;
	width: 100% !important;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline: var(--container-gutter);
    --container-outer-margin: 0px;
	
}

.menu-title span {
	
	font-weight: 400;
	letter-spacing: 0rem;
	color: var(--black);
	font-size: 24px;
	line-height: 34px;
}



.setting_steps .step_title.active .tps_steps_img span.tps_steps_imgFirst {
	background-image: url(jewelry-store-sprite.svg);
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 10px auto 0;
	background-repeat: no-repeat;
	background-position: -174px -529px;
}

span#startOver {
	font-size: 12.50px;
}

.tps_setting_filter.active {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px 0px;
	box-shadow: 0 1px 4px #00000029;
	padding: 25px !important;
	margin-bottom: 28px;
}

.tps_filter_shape,
.tps_filter_metal {
	width: 50%;
	margin-right: 0;
	padding-right: 0%;
}

.tps_filter_price,
.tps_filter_style {
	width: 50%;
	padding-left: 2%;
}

.tps_diamond_shapes {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.tps_diamond_shapes li {
	text-align: center;
}

.tps_diamond_shapes li span.img_shape {
	background: url(jewelry-store-sprite.svg);
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 10px auto 0 auto;
	background-repeat: no-repeat;
}

.tps_diamond_shapes li span.img_shape.round {
	background-position: -3px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.round {
	background-position: -3px -154px;
}

.tps_diamond_shapes li span.img_shape.princess {
	background-position: -50px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.princess {
	background-position: -50px -154px;
}

.tps_diamond_shapes li span.img_shape.cushion {
	background-position: -95px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.cushion {
	background-position: -95px -154px;
}

.tps_diamond_shapes li span.img_shape.radiant {
	background-position: -249px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.radiant {
	background-position: -249px -154px;
}

.tps_diamond_shapes li span.img_shape.asscher {
	background-position: -138px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.asscher {
	background-position: -138px -154px;
}

.tps_diamond_shapes li span.img_shape.emerald {
	background-position: -321px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.emerald {
	background-position: -321px -154px;
}

.tps_diamond_shapes li span.img_shape.oval {
	background-position: -210px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.oval {
	background-position: -210px -154px;
}

.tps_diamond_shapes li span.img_shape.pear {
	background-position: -287px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.pear {
	background-position: -287px -154px;
}

.tps_diamond_shapes li span.img_shape.marquies {
	background-position: -176px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.marquies {
	background-position: -176px -154px;
}

.tps_diamond_shapes li span.img_shape.heart {
	background-position: -360px -154px;
}

.tps_diamond_shapes li a.selected span.img_shape.heart {
	background-position: -360px -154px;
}

.tps_latestv_ringl_reset_block {
	margin-bottom: 20px;
	text-align: right;
	background: var(--bgcolor-5);
	padding: 12px 20px;
	margin-top: 20px;
}

.tps_latestv_ringl_reset_block label {
	float: left;
}

.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent {
	width: fit-content;
	margin-left: auto;
	position: relative;
}

.tps_latestv_ringl_reset_block .tps_latestv_rest_filter,
.tps_latestv_ringl_reset_block .reset_popup {
	cursor: pointer;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 24px;
	color: var(--black);
	
	position: relative;
	transition: width 2s;
}

.tps_latestv_ringl_reset_block .reset_popup {
	padding-left: 34px;
}

.tps_latestv_ringl_reset_block .reset_popup:before {
	content: "";
	width: 27px;
	height: 25px;
	background-image: url(jewelry-store-sprite.svg);
	background-position: -453px -356px;
	margin-left: 5px;
	position: absolute;
	display: block;
	cursor: pointer;
	left: 0;
	top: 0;
}


.pendant-builder-diamond-listing .tps-ringbuilder-reset-filter-confirm-popup-div {
	position: absolute;
    width: 250px;
    right: 0;
    background-color: rgb(var(--primary-button-background));
    padding: 15px 10px 16px 10px;
    border-radius: 4px;
    z-index: 2;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*.tps_start_over_popup {
	top: 105px;
	margin-top: 0px !important;
}

.pendant-builder-diamond-listing .tps-ringbuilder-reset-filter-confirm-popup-div {
	right: 0;
}

.tps_start_over_popup:before {
	left: 107px;
}*/

/*.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before,
.tps_start_over_popup:before {
	content: "";
	width: 17px;
	height: 17px;
	transform: rotate(45deg);
	background: #cc9966;
	position: absolute;
	z-index: 999999;
	right: 37px;
	top: -9px;
}*/

.pendant-builder-diamond-listing .tps-ringbuilder-reset-filter-confirm-popup-div:before {
	content: "";
	width: 17px;
	height: 17px;
	transform: rotate(45deg);
	background:rgb(var(--primary-button-background));
	position: absolute;
	z-index: 999999;
	right: 0;
	top: -9px;
	right: 27px;
}

.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-title,
.tps_pendant_builder_step .tps_start_over_popup .tps_pendantbuilder_reset_filter_confirm_popup_title {
	font-size: 14px;
    color: #FFFFFF;
    
    line-height: 20px;
      text-align: center;
}

.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button,
.tps_pendant_builder_step .tps_start_over_popup .tps_pendantbuilder_reset_filter_confirm_popup_btn_div button {
	padding: 5px 20px 5px;
	margin-top: 10px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 16px;
	border: 1px solid #FFFFFF;
	transition: 0.5s ease;
	border-radius: 2px;
	margin-right: 0px;
}

.tps-ringbuilder-reset-filter-confirm-popup-btn-div {
	display: flex;
	justify-content: center;
	grid-gap: 15px;
}


.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div a.reset_option {
	background: #FFFFFF;
	color: var(--black);
}

div#amountSlider .ui-state-default,
div#amountSlider .ui-widget-content .ui-state-default,
div#amountSlider .ui-widget-header .ui-state-default {
	background: #cc9966 !important;
	box-shadow: none !important;
	border-radius: 50%;
	border-color: #cc9966 !important;
	width: 20px !important;
	height: 20px !important;
	top: -9px !important;
}

#amountSlider .ui-widget-header,
.tps_slider .ui-widget-header {
/*	background: #cc9966 !important;*/
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 1;
	width: 1.2em;
	height: 8px !important;
	cursor: default;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0px !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.12em !important;
	margin-left: -0.6em;
}

div#amountSlider .ui-slider-horizontal {
	height: 0.3em;
}

div#amountSlider .ui-slider-horizontal .ui-slider-range {
	background: #c96;
}

ul.tps_diamond_metal span.img_metal {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	background-image: url(jewelry-store-sprite.svg);
	margin: auto;
}

ul.tps_diamond_metal span.img_metal.white-gold {
	background-position: -55px -308px;
}

ul.tps_diamond_metal span.img_metal.yellow-gold {
	background-position: -97px -308px;
}

ul.tps_diamond_metal span.img_metal.rose-gold {
	background-position: -12px -308px;
}

ul.tps_diamond_metal span.img_metal.platinum {
	background-position: -141px -306px;
}

ul.tps_diamond_shapes {
	display: flex;
	align-content: space-between;
	align-items: center;
}

.tps_diamond_shapes li a,
ul.tps_diamond_metal li a,
.tps_diamond_style li a {
	position: relative;
}

ul.tps_diamond_shapes,
ul.tps_diamond_metal,
ul.tps_diamond_style {
	display: flex;
	justify-content: space-evenly;
	grid-gap: 15px;
	flex-wrap: wrap;
}

ul.tps_diamond_metal li a span.text_metal:after,
.tps_diamond_shapes li a span.text_shape:after,
.tps_diamond_style li a span.text_style:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #FFFFFF 50%, #FFFFFF 50%) right;
	background-size: 201%;
	transition: .5s ease-out;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}



.tps_diamond_shapes li a.selected span.text_shape:after,
.tps_diamond_metal li a.selected span.text_metal:after,
.tps_diamond_style li a.selected span.text_style:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #efefef4f 50%, #cc9966 50%) right;
	background-size: 201%;
	transition: .5s ease-out;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}


.tps_diamond_shapes li a.selected span.text_shape:after,
.tps_diamond_metal li a.selected span.text_metal:after,
.tps_diamond_style li a.selected span.text_style:after {
	background-position: left;
}

/* tps pendent listing design start */
.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_img img {
	width: 100%;
}

.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_img {
	position: relative;
}







.tps_diamond_metal {
	display: flex;
	justify-content: center;
}

.tps_pendantbuilderlisting {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-bottom: 50px;
}

.tps-no-product {
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	color: #CC9966;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	height: 300px;
	justify-content: center;
	border: 1px solid #CC9966;
}

.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product {
	padding: 0px;
	transition: 0.3s ease;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #fff1e496;
	box-shadow: 0 3px 6px #fff1e4;
}




.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content {
	color: var(--black);
	padding: 15px;
	text-align: center;
}

.tps-settings-sort-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.tps-settings-sort-section .tps-pendant-sortby {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 0 10px;
}

.tps-settings-sort-section .tps-pendant-sortby p {
	margin: 0;
}

.tps-settings-sort-section .tps-settings-count {
	font-size: 16px;
	line-height: 26px;
	color: var(--black) !important;
	font-family: var(--text-font-family);
}

.tps-settings-sort-section .tps-pendant-sortby .select-wrapper select {
	font-size: 13px;
	line-height: 20px;
	color: var(--black);
	padding: 10px 13px 10px 13px;
	border-radius: 0px;
	font-family: var(--text-font-family);
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	width: 180px;
	background-color: var(--bgcolor-5);
	outline: none;
	box-shadow: none;
	background-image: url(demodown_Arrow.svg);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 96% 12px;
}

.tps_selected_filter_wrapper .filter_container .selected_filter_container ul li span.tps-pendantbuilder-remove-option {
	width: 15px;
	height: 15px;
	background-image: url(jewelry-store-sprite.svg);
	background-position: -354px -133px;
	margin-left: 5px;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: -1px;
}

.selected_filter_container ul li,
.filter_block.reset_filter a {
	cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.tps_selected_filter_wrapper .filter_block.reset_filter a {
	position: relative;
    padding-right: 25px;
    text-transform: capitalize;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    opacity:1;
}




span.tps_applied_filter_lable {
	font-weight: 500 !important;
}

.tps_selected_filter_wrapper .filter_block.reset_filter a:after {
	content: "";
    width: 27px;
    height: 22px;
    background-image: url(jewelry-store-sprite.svg);
    background-position: -204px -133px;
    margin-left: 5px;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
}




.tps_selected_filter_wrapper {
	background: #f1f1f1;
	margin-bottom: 15px;
	padding: 10px !important;
	margin-top: 15px;
}

.tps_selected_filter {
	display: flex;
	justify-content: space-between;
}




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


.selected_filter_container ul {
	display: flex;
	align-items: center;
	grid-gap: 8px 5px;
	position: relative;
	padding-left: 0px;
	flex-wrap: wrap;
    margin: 0px;
}

.selected_filter_container ul {
	position: relative;
	padding-left: 10px;
}

.selected_filter_container ul:before {
	content: '';
	width: 1px;
	height: 66%;
	background-color: rgb(var(--heading-color));
	position: absolute;
	right: 0px;
	top: 47%;
	left: 0px;
	transform: translateY(-47%);
}

.tps_selected_filter_wrapper .filter_container .selected_filter_container ul li span:before {
	display: none;
}

.selected_filter_container ul:first-child {
	padding-left: 0px;
}

.selected_filter_container ul:first-child:before {
	display: none;
}

.selected_filter_container {
	display: flex;
	grid-gap: 10px;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.tps_filter_by_clear_all {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 10px;
}

/*end*/

/* tps pendant builder detils page css start */
.tps-pendant-Builder-detilspage .product-thumb-image.popup-gallery {
	width: 15%;
}

.tps-pendant-Builder-detilspage .product-full-image {
	order: 1;
	width: 85%;
}

.tps-pendant-Builder-detilspage .product .product-thumb-image ul li,
.tps-pendant-Builder-detilspage .product-thumb-image-slick.slick-initialized.slick-slider.slick-vertical {
	width: auto !important;
}

.tps-pendant-Builder-detilspage .product .product-thumb-image ul li {
	background: transparent;
	border: 1px solid var(--bgcolor-5);
	margin-bottom: 15px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tps-pendant-Builder-detilspage .product .product-thumb-image ul li.slick-slide:before {
	content: '';
	width: 4px;
	height: 0px;
	left: -5px;
	top: -1px;
	position: absolute;
	background-color: transparent;
	transition: height 1s ease-in-out;
}

.tps-pendant-Builder-detilspage .product .product-thumb-image ul li.slick-current.slick-active:before {
	background-color: #CC9966;
	height: 100px;
}

.tps-pendant-Builder-detilspage .product .product-thumb-image ul li img {
	width: 100px;
	height: 100px;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .product-full-image .zoom-item {
	width: 550px;
	height: 500px;
	margin: auto;
}

.tps-pendant-Builder-detilspage .product-thumb-image .slick-list {
	height: 500px !important;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .product-full-image img {
	height: 100%;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper {
	width: 60% !important;
	max-width: 60% !important;
    padding-right: 3% !important;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-info {
	width: 50% !important;
	max-width: 38% !important;
	padding-left: 0% !important;
	margin-right: auto;
}

.variants-item-match-shapes label .tps_variant_img,
.variants-item-metal label .tps_variant_img,
.variants-item-pendant-style label .tps_variant_img {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: unset !important;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	background-image: url(jewelry-store-sprite.svg);
	margin: auto;
}

.variants-item-metal label span.white_gold {
	background-position: -55px -308px;
}

.variants-item-metal label span.yellow_gold {
	background-position: -97px -308px
}

.variants-item-metal label span.rose_gold {
	background-position: -12px -308px;
}

.variants-item-metal label span.platinum {
	background-position: -141px -306px;
}

.variants-item-match-shapes label span.round {
	background-position: -3px -154px;
}

.variants-item-match-shapes label span.princess {
	background-position: -50px -154px;
}

.variants-item-match-shapes label span.cushion {
	background-position: -95px -154px;
}

.variants-item-match-shapes label span.pear {
	background-position: -287px -154px;
}

.variants-item-match-shapes label span.marquise {
	background-position: -176px -154px;
}

.variants-item-match-shapes label span.emerald {
	background-position: -321px -154px;
}

.variants-item-match-shapes label span.radiant {
	background-position: -249px -154px;
}

.variants-item-match-shapes label span.asscher {
	background-position: -138px -154px;
}

.variants-item-match-shapes label span.oval {
	background-position: -210px -154px;
}

.variants-item-match-shapes label span.heart {
	background-position: -360px -154px;
}

.variants-item-match-shapes label span.pear {
	background-position: -287px -154px;
}

.variants-item-pendant-style label span.halo {
	background-position: -218px -487px;
}

.variants-item-pendant-style label span.designer {
	background-position: -138px -487px;
}

.variants-item-pendant-style label span.solitaire {
	background-position: -178px -487px;
}

.pendant-sec .variants-item-match-shapes label:after,
.tps-pendantbuilder-info .variants-item-metal label:after,
.variants-item-pendant-style label:after,
.pendant-sec .variants-item-match-shapes label.active:after,
.tps-pendantbuilder-info .variants-item-metal label.active:after,
.variants-item-pendant-style label.active:after {
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #efefef4f 50%, #cc9966 50%) right;
	background-size: 201%;
	transition: .5s ease-out;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pendant-sec .variants-item-match-shapes label.active::after,
.tps-pendantbuilder-info .variants-item-metal label.active:after,
.variants-item-pendant-style label.active::after {
	background-position: left;
}

.pendant-sec .variants-item-match-shapes label.active span,
.tps-pendantbuilder-info .variants-item-metal label.active span,
.variants-item-pendant-style label.active span {
	color: #cc9966;
}
.white_diamond_cont .tps_diamondlisting_area .listingHeaderOne span.carat_sort, 
.white_diamond_cont .tps_diamondlisting_area .compareHeaderOne span.carat_sort,
.white_diamond_cont .tps_diamondlisting_area .listingHeaderOne span.price_sort, 
.white_diamond_cont .tps_diamondlisting_area .compareHeaderOne span.price_sort{
	cursor: pointer !important;
}
/* end*/
	{
	% comment %
}

Tab Css {
	% endcomment %
}

span.img_shape {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-top: 10px;
}

.tps_diamond_shapes a.selected span.text_shape {
	color: #c96;
}

/* Style the tab */
.tab {
	overflow: hidden;
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 45px;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: .3s;
	font-size: 16px;
	font-family: var(--text-font-family);
	color: #999999;
	position: relative;
}





/* Filter Css */
span.img_metal img {
	width: 36px;
}

ul.tps_diamond_metal span.text_metal {
	display: block;
	position: relative;
	font-size: 12px;
	color: #999999;
	text-align: center;
	cursor: pointer;
}

ul.tps_diamond_metal a.selected span {
	color: #c96;
}

#setting_first {
	margin-top: 35px;
}

.step_title.active {
	background-color: #FFF1E4;
}

.step_title {
	text-decoration: none;
	padding: 10px 0 10px 45px;
	position: relative;
	display: block;
	border: 0 !important;
	border-radius: 0;
	outline-style: none;
	background: var(--bgcolor-5);
	cursor: initial;
	font-size: 20px;
	height: 100px;
	line-height: 20px;
	cursor: pointer;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.large--four-twelfths {
	position: relative;
	width: 33.33%;
}

.step_title:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 58px solid transparent;
	border-bottom: 57px solid transparent;
	border-left: 32px solid #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -56px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.step_title:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 58px solid transparent;
	border-bottom: 57px solid transparent;
	border-left: 30px solid var(--bgcolor-5);
	position: absolute;
	top: 50%;
	margin-top: -56px;
	left: 100%;
	z-index: 2;
}

.step_title.active:after {
	border-left: 30px solid #FFF1E4;
}

.title h3 {
	text-align: center;
	font-size: 24px;
	color: var(--black);
	line-height: 35px;
	font-family: 'Noto Serif';
	margin: 20px 0px;
	font-weight: normal;
	text-transform: capitalize;
}

.title h3 span {
	color: #CC9966;
}


div#edit_setting {
	display: block;
	font-size: 11px;
}

ul#sandBox a.container_item img {
	width: 100%;
}

ul#tps_diamond_shapes li a.selected,
.tps_ring_style a.selected {
	color: #e8c592;
}

div#amountSlider,
.tps_inputrange {
	width: 100%;
	margin: 7px auto 15px;
}

.tps_inputrange input#calcAmount2 {
	float: right;
}

.ui-slider-horizontal .ui-slider-range {
	background: #0d6efd66;
	border-color: #0d6efd66;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-color: #81aded;
	background: #81aded;
}

span.text_shape {
	display: block;
	text-align: center;
}

ul#tps_diamond_shapes img {
	width: 51%;
	margin: 5px auto;
	display: block;
}

span.img_shape.marquies img {
	width: 25% !important;
}

/*  */
div#collection-content {
	margin-top: 20px;
}

#tps_style_fillter .fr_input {
	display: flex;
	justify-content: space-between;
}

.tps_setting_filter.active {
	padding-bottom: 35px;
}

.tps_pendantbuilder_reset_filter_confirm_popup_btn_div {
	display: flex;
	grid-gap: 10px;
	justify-content: flex-end;
}

fieldset.hide.js.product-form__input.variants-item-metal input[type=radio]:checked+label {
	opacity: 0;
	padding: 0;
	height: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
}

ul.variant-opt {
	display: flex;
}

ul.variant-opt li a {
	display: block;
	padding: 3px 10px;
	border: 1px solid;
	margin: 0 5px;
}

.step_title .tps_steps_num {
	flex: 10%;
	color: #999999;
}

.step_title h4 {
	flex: 75%;
	margin-bottom: 0;
	color: #999999;
}

.step_title .tps_steps_img {
	flex: 15%;
}

.step_title.active h4,
.step_title.active .tps_steps_num {
	color: var(--black);
}









/*  */
.tab_inner.flex {
	display: flex;
	flex-wrap: wrap;
}

.tab_inner.flex div#Shape,
.tab_inner.flex div#Price {
	width: 50%;
	padding: 30px 20px;
}

span.text_shape {
	display: block;
	font-family: var(--text-font-family);
	text-align: center;
	font-size: 12px;
	color: #999999;
	position: relative;
}

.tab_inner.flex div#amountSlider,
.tab_inner.flex .tps_inputrange {
	width: 100%;
	margin: 7px auto 15px;
}

.tab_inner span.fr_tit {
	display: none;
}

.tab_inner.flex span.fr_tit {
	display: block;
	font-size: 16px;
	color: #999999;
	margin-right: 6px;
	margin-left: 2px;
	font-family: var(--text-font-family);
}

.tab_inner.flex ul#tps_diamond_shapes {
	margin-top: 15px;
}

div#amountSlider,
.tps_inputrange {
	width: 100%;
	margin: 7px auto 0px !important;
	cursor: pointer;
}

input#calcAmount,
input#calcAmount2 {
	width: 85px;
	margin-top: 18px;
	font-size: 13px;
	height: 30px;
	text-align: center;
	line-height: normal;
	padding: 2px 8px;
	color: var(--black);
	border-radius: 2px;
	font-family: var(--text-font-family);
	border: 1px solid #999999;
}

.ui-slider-horizontal {
	height: 0.4em !important;
}

.ui-widget-content {
	background: #0003 !important;
	color: #222222 !important;
}

.tab_inner {
	position: relative;
}

.tps-settings-count {
	font-size: 22px;
	color: var(--black);
	font-family: var(--text-font-family);
}

/* Unused */
.tps-settings-selected-section {
	display: inline-flex;
}

ul#tps-selected-item,
ul#tps-selected-item-metal {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

ul#tps-selected-item-metal li {
	margin: 0 15px;
}

input#diamond_filter_values,
input#style_metal_hidden {
	width: 100%;
	border: unset;
	pointer-events: none;
}

/* ul#tps-selected-item, ul#tps-selected-metal {
    display: inline-flex;
} */
ul#tps-selected-item li,
ul#tps-selected-item-metal li {
	margin: 0 5px;
	border: 1px solid #000;
	padding: 5px 10px;
	margin: 5px;
}

ul#sandBox li.row-left {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin-bottom: 15px;
	background: transparent;
	padding: 14px 0px 0px 0px !important;
	border: 1px solid #99999992;
}

ul#sandBox .product-content-left a {
	font-size: 16px;
	line-height: 24px;
	font-family: var(--text-font-family);
	color: var(--black);
	margin-right: auto;
	margin-left: auto;
	max-width: 230px;
	text-transform: capitalize;
	text-align: center;
	display: block;
}

ul#sandBox .product-price {
	font-size: 20px;
	font-family: var(--text-font-family);
	font-weight: bold;
	color: #E56D6D;
	text-align: center;
	margin-top: 8px;
}

/*  */
h1.product__title,
.tps_details_title {
	margin: 0px;
	font-size: var(--heading-h3-font-size) !important;
	color: var(--heading-color);
	line-height: 40px;
	font-family: var(--heading-font-family);
	font-weight: unset;
	margin-bottom: 10px;
	text-transform: capitalize;
	margin-top: 0px;
}

.price__regular span {
	font-size: 20px !important;
	color: rgb(var(--text-color)) !important;
	line-height: 30px;
	font-family: var(--text-font-family);
	margin-top: 0px;
	margin-bottom: 15px;
}

/* Single Product */
.pendant-sec .variants-item-match-shapes label span.tps_variant_img,
.variants-item-pendant-style label span.tps_variant_img {
	padding: 0 !important;
}

.pendant-sec .variants-item-match-shapes label,
.tps-pendantbuilder-info .variants-item-metal label,
.variants-item-pendant-style label {
	background-color: transparent !important;
	padding: 0 0 10px 0 !important;
	border: 0 !important;
	position: relative;

}

fieldset.product-form__input .form__label {
	margin-bottom: 0.2rem;
	color: var(--black);
	font-size: 15px;
	font-family: var(--text-font-family);
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
}

.product-form__input.variants-item-metal label span.tps_variant_img {
	display: block;
	margin-bottom: 5px;
}

div#view-change,
div#edit_diamond,
.viewRing {
	font-size: 13px;
}

/*  */
div#id01 {
	display: none;
}

/* Loader Css */
div#sandBox-wrapper {
	position: relative !important;
}

.tps-ringbuilder-item-listing-parent-div {
	position: relative;
}

.tps-ringbuilder-item-listing-loader {}

@-webkit-keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
	}
}

@keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
	}
}

.animation-spin {
	animation-name: spin;
	animation-duration: 0.75s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: translateY(-50%) rotate(0deg);
	}

	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

.timeline-item {
	background: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px;
	margin: 0 auto;
}

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

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

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

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

.tps-ringbuilder-animated-background {
	-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: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-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;
	height: 40px;
	position: relative;
}

.tps-ringbuilder-background-masker {
	background: #FFFFFF;
	position: absolute;
}

.tps-ringbuilder-background-masker.header-top,
.tps-ringbuilder-background-masker.header-bottom,
.tps-ringbuilder-background-masker.subheader-bottom {
	top: 0;
	left: 40px;
	right: 0;
	height: 10px;
}

.tps-ringbuilder-background-masker.header-left,
.tps-ringbuilder-background-masker.subheader-left,
.tps-ringbuilder-background-masker.header-right,
.tps-ringbuilder-background-masker.subheader-right {
	top: 10px;
	left: 40px;
	height: 8px;
	width: 10px;
}

.tps-ringbuilder-background-masker.header-bottom {
	top: 18px;
	height: 6px;
}

.tps-ringbuilder-background-masker.subheader-left,
.tps-ringbuilder-background-masker.subheader-right {
	top: 24px;
	height: 6px;
}

.tps-ringbuilder-background-masker.header-right,
.tps-ringbuilder-background-masker.subheader-right {
	width: auto;
	left: 900px;
	right: 0;
}

.tps-ringbuilder-background-masker.subheader-right {
	left: 530px;
}

.tps-ringbuilder-background-masker.subheader-bottom {
	top: 30px;
	height: 10px;
}

.tps-ringbuilder-background-masker.content-top,
.tps-ringbuilder-background-masker.content-second-line,
.tps-ringbuilder-background-masker.content-third-line,
.tps-ringbuilder-background-masker.content-second-end,
.tps-ringbuilder-background-masker.content-third-end,
.tps-ringbuilder-background-masker.content-first-end {
	top: 40px;
	left: 0;
	right: 0;
	height: 6px;
}

.tps-ringbuilder-background-masker.content-top {
	height: 20px;
}

.tps-ringbuilder-background-masker.content-first-end,
.tps-ringbuilder-background-masker.content-second-end,
.tps-ringbuilder-background-masker.content-third-end {
	width: auto;
	left: 380px;
	right: 0;
	top: 60px;
	height: 8px;
}

.tps-ringbuilder-background-masker.content-second-line {
	top: 68px;
}

.tps-ringbuilder-background-masker.content-second-end {
	left: 420px;
	top: 74px;
}

.tps-ringbuilder-background-masker.content-third-line {
	top: 82px;
}

.tps-ringbuilder-background-masker.content-third-end {
	left: 00px;
	top: 88px;
}

.tps_grid_animated-background {
	height: 300px;
}

.tps-ringbuilder-spinner-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tps-seDetailc-gallery-loader {
	width: 100%;
	height: 500px;
}

.tps-seDetailc-gallery-loader .timeline-item,
.tps-seDetailc-gallery-loader .timeline-wrapper,
.tps-seDetailc-gallery-loader .auth-info.row,
.tps-seDetailc-gallery-loader .tps_grid_animated-background {
	height: 100%;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-row {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	grid-gap: 10px;
}

.tps-ringbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
	bottom: 50px;
	background: #eeeeee;
	width: 77px;
	height: 50px;
	top: 25px;
	transform: none;
	left: 0;
	position: unset;
}

.tps-seDetailc-gallery-loader .tps_grid_animated-background {
	width: 80%;
	margin: auto;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
	width: 40px;
	height: 40px;
	background: #eeeeee;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.left-spinner {
	float: left;
	margin-left: -55px;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.right-spinner {
	float: right;
	margin-right: -55px;
}

.tps-seDetailc-spinner-grid-container {
	grid-template-columns: 1fr;
	height: 100%;
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section {
	bottom: 0px;
	left: 0%;
	width: 100%;
	background: #FFFFFF;
	height: 90px;
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
	bottom: 50px;
	background: #eeeeee;
	width: 90%;
	height: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price {
	bottom: 15px;
	background: #eeeeee;
	width: 40%;
	height: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.tps-ringbuilder-item-not-found-div {
	text-align: center;
	font-family: 'Avenir';
	font-size: 25px;
	line-height: 25px;
	color: #102F4B;
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	height: 300px;
	justify-content: center;
	border: 1px solid #1212120d;
}

.tps-ringbuilder-item-not-found-div .tps-ringbuilder-item-not-found-sub-title {
	font-size: 18px;
}

.tps_latestv_ringl_filter .tps-ringbuilder-price .tps-ringbuilder-slider-filter-warn {
	width: 40%;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Avenir';
	color: #ff0000;
	margin-top: 31px;
}

.tps-ringbuilder-disable-filter .tps-ringbuilder-metal ul li,
.tps-ringbuilder-disable-filter .tps-ringbuilder-reset-parent,
.tps-ringbuilder-disable-filter .tps-ringbuilder-style ul li,
.tps-ringbuilder-disable-filter .tps-ringbuilder-shape ul li,
.tps-ringbuilder-disable-filter .tps-ringbuilder-price .tps-ringbuilder-price-slider,
.tps-ringbuilder-disable-filter .tps-ringbuilder-price .tps-latestv-bapf-from,
.tps-ringbuilder-disable-filter .tps-ringbuilder-price .tps-latestv-bapf-to {
	opacity: 0.5;
	pointer-events: none;
}

.tps-ringbuilder-background-masker {
	display: block !important;
}


/*detail page loader design*/
.tps_details_loader_info .tps_buy-loosebtn-masker,
.tps_details_loader_info .tps_choose-diamond-btn-masker {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 20px;

}

.tps_details_loader_info .tps_choose-diamond-btn-masker {
	margin-left: 20px;
}

.tps_details_loader_info .tps_details_loader_social {
	clear: both;
	display: block;
	margin-top: 20px;
	float: none;
}

.tps-spinner-container.tps-detail-page-loader .white-widget {
	display: none;
}

.tps-spinner-container.tps-detail-page-loader .white-widget:nth-child(1) {
	display: block;
}

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

.tps-detail-page-loader .animated-background,
.tps-filter-page-loader .animated-background {
	height: 100Vh;
	background: transparent;
	overflow: hidden;
}

.tps-detail-page-loader .tps_details_bg-masker,
.tps-filter-page-loader .tps_listing_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;
}

.tps-detail-page-loader .background-masker.tps_details_loader_grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: transparent;
}

.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}

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

.tps-detail-page-loader .tps_details_loader_gallery_left {
	width: auto;
	display: inline-block;
	/*         flex-direction: column;
        justify-content: center; */
}

.tps-detail-page-loader .tps_details_loader_gallery_right {
	width: 70%;
}

.tps-detail-page-loader .tps_details_loader_gallery_left div {
	width: 75px;
	height: 75px;
	margin-bottom: 10px;
}

.tps-detail-page-loader .tps_details_loader_gallery_img {
	width: 100%;
	height: 100%;
}

.tps-detail-page-loader .tps_details_loader_gallery_left div:nth-last-child(1) {
	margin-bottom: 0px;
}

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

.tps-detail-page-loader .tps_details_loader_subtitle {
	height: 15px;
	display: block;
	width: 40%;
	margin-top: 20px;
}

.tps-detail-page-loader .tps_details_loader_price {
	display: block;
	width: 140px;
	height: 40px;
	margin-top: 50px;
}

.tps-detail-page-loader .tps_details_loader_social {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 60px;
}

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

.tps-detail-page-loader .tps_details_loader_social div:nth-child(1),
.tps-detail-page-loader .tps_details_loader_social div:nth-child(3) {
	margin-right: 15px;
}

.tps-detail-page-loader .tps_details_loader_social div:nth-child(2),
.tps-detail-page-loader .tps_details_loader_social div:nth-child(4) {
	margin-left: 15px;
}

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

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

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

.tps-detail-page-loader .tps_details_loader_line {
	width: 100%;
	height: 1px;
	margin-bottom: 50px;
}

.tps-detail-page-loader .tps_details_loader_bottom_info {
	width: 100%;
	margin-top: 60px;
}

.tps-detail-page-loader .tps_details_loader_btitle {
	width: 260px;
	height: 20px;
}

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

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

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

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

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

/*hand diamonds slider */
.tps-product-detail-div .tps_row .tps-details-media-gallery-div .tps-details-main-media-div .tps-details-inner-media-div .tps-skin-comparer-img {
	position: relative;
	height: 350px;
}

.tps-product-detail-div .tps_row .tps-details-inner-media-div .tps-skin-comparer-img .tps_carat_diamond_img {
	background-image: url(../../../tps-vue-app/assets/images/round_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: default;
	height: 40%;
	left: 60.5%;
	margin-left: -22%;
	margin-top: -4%;
	position: absolute;
	top: 48%;
	width: 40%;
	z-index: 2;
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}

.tps-product-detail-div .tps_row .tps-details-inner-media-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner {
	margin: 35px 0 40px;
}

.tps-product-detail-div .tps_row .tps-details-inner-media-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner:nth-child(1) {
	margin: 20px 0 35px;
}

.tps-product-detail-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner .slider-horizontal {
	height: 5px;
}

.tps-product-detail-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner .slider-base {
	background-color: #E7B7B7 !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tps-product-detail-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner .slider-connect {
	background-color: #E7B7B7 !important;
}

.tps-product-detail-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner .slider-handle {
	width: 15px !important;
	height: 15px !important;
	transition: none;
	background-color: #102F4B;
	box-shadow: none !important;
	border-radius: 50%;
}

.tps-product-detail-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner .slider-horizontal .slider-tooltip-bottom {
	background-color: transparent !important;
	border: none;
	font-size: 11px;
	font-family: 'Avenir';
	border-radius: 0px;
	padding: 0px;
	color: #202021;
	top: 21px;
	font-weight: normal;
}

.tps-product-detail-div .tps-details-inner-media-div .tps-skin-comparer-img img.tps_slider_overlay_img {
	position: absolute;
	left: 0;
	top: 0;
}

.tps-product-detail-div .tps-skin-comparer-slider .tps-skin-comparer-slider-inner .slider-horizontal .slider-tooltip-bottom:before {
	display: none;
}

.tps-product-detail-div .tps_row .tps-details-inner-media-div .tps-skin-comparer-slider .tps_slider_tooltip_title {
	display: flex;
	flex-wrap: wrap;
}

.tps-product-detail-div .tps_row .tps-details-inner-media-div .tps-skin-comparer-slider .tps_slider_tooltip_title span {
	margin-top: 7px;
	font-size: 11px;
	font-family: 'Avenir';
}

.tps-product-detail-div .tps_row .tps-details-inner-media-div .tps-skin-comparer-slider .tps_slider_tooltip_title span:nth-child(2) {
	margin-left: auto;
}

.tps-product-detail-div .tps-iframe-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url(../../../tps-vue-app/assets/images/loading.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	color: transparent;
}

.tps-product-detail-div .tps_details_subtitle ul li:nth-last-child(1):after {
	display: none;
}

/*  */
.tps_details_loader_info .tps_buy-loosebtn-masker,
.tps_details_loader_info .tps_choose-diamond-btn-masker {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 20px;

}

.tps_details_loader_info .tps_choose-diamond-btn-masker {
	margin-left: 20px;
}

.tps_details_loader_info .tps_details_loader_social {
	clear: both;
	display: block;
	margin-top: 20px;
	float: none;
}

.tps-spinner-container.tps-detail-page-loader .white-widget {
	display: none;
}

.tps-spinner-container.tps-detail-page-loader .white-widget:nth-child(1) {
	display: block;
}

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

.tps-detail-page-loader .animated-background,
.tps-filter-page-loader .animated-background {
	height: 100Vh; 
    /* height: auto; */
	background: transparent;
	overflow: hidden;
}
.tps-detail-page-loader .animated-background{
	height: 100%;
}

.tps-detail-page-loader .tps_details_bg-masker,
.tps-filter-page-loader .tps_listing_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;
}

.tps-detail-page-loader .background-masker.tps_details_loader_grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: transparent;
}

.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery {
	display: flex;
  flex-wrap: nowrap;
  grid-gap: 20px;
  padding-right: 0%;
  width: 60%;
}

.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
	width: 40%;
    max-width: 32%;
}

.tps-detail-page-loader .tps_details_loader_gallery_left {
	padding-right: 0px !important;
  width: 9%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  grid-row-gap: 14px;
}

.tps-detail-page-loader .tps_details_loader_gallery_right {
	width: 80%;
}

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

.tps-detail-page-loader .tps_details_loader_gallery_img {
	width: 100%;
	height: 100%;
}

.tps-detail-page-loader .tps_details_loader_gallery_left div:nth-last-child(1) {
	margin-bottom: 0px;
}

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

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

.tps-detail-page-loader .tps_details_loader_price,
.tps-detail-page-loader .tps_details_loader_metal_title {
	display: block;
	width: 140px;
	height: 20px;
	margin-top: 30px;
}

.tps-detail-page-loader .tps_details_loader_chosesettingbutton {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 25px;
}

.tps-detail-page-loader .tps_details_loader_sheps {
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 20px;
	border-radius: 50%;
}

.tps-detail-page-loader .tps_details_loader_sheps_title {
	display: block;
	width: 40px;
	height: 5px;
	margin-top: 10px;
}

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

.tps_details_loader_metal_hedding {
	display: flex;
}

.tps-detail-page-loader .tps_details_loader_social {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 25px;
}

.tps-detail-page-loader .tps_details_loader_social.order_now {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 25px;
}
.tps-detail-page-loader .tps_details_loader_social.order_now div{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tps-detail-page-loader .tps_details_loader_product div {
	display: flex;
	grid-gap: 5px;
}

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

.tps_details_loader_Shapes,
.tps_details_loader_metal {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 10px;
}

.tps-detail-page-loader .tps_details_loader_social div:nth-child(1),
.tps-detail-page-loader .tps_details_loader_social div:nth-child(3) {
	margin-right: 15px;
}

.tps-detail-page-loader .tps_details_loader_social div:nth-child(2),
.tps-detail-page-loader .tps_details_loader_social div:nth-child(3) {
	margin-left: 15px;
}

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

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

.tps-detail-page-loader .tps_details_loader_social.tps_detail_box div span:nth-child(2) {
	width: 2%;
}

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

.tps-detail-page-loader .tps_details_loader_social div span:nth-child(2) {
	width: 85%;
	margin-left: auto;
}

.tps-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
	width: 90%;
    margin-left: auto;
    height: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 7px 3px;
    margin-top: -7px;
}
.tps-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(1){
	width: 7%;
  height: 30px;
} 
.tps-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2) span{
	margin: 0px;
    width: auto;
    height: 7px;
}

.tps_details_loader_line.tps_details_bg-masker.tps-p-tag{
  width: 100%;
  height: 25px;
   margin-bottom: 15px;
  margin-top: 15px;
}

.tps-detail-page-loader .tps_details_loader_line {
	width: 100%;
	height: 1px;
	margin-bottom: 50px;
}
.tps-detail-page-loader .tps_details_loader_line.tps_loader_line_left{
	margin-bottom: 0px;
    margin-top: 25px;
}
.tps-detail-page-loader .tps_details_loader_bottom_info {
	width: 100%;
	margin-top: 30px;
}

.tps-detail-page-loader .tps_details_loader_btitle {
	width: 260px;
	height: 20px;
}

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

.tps-detail-page-loader .tps_details_loader_product div span {
	margin-bottom: 0;
}

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

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

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

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

.tps_details_loader_gallery_right,
.tps_details_bg-masker {
	display: block !important;
}

.tps_single_product,
.tps_pendant_final_page {
	position: relative;
}

.tps-spinner-container.tps-detail-page-loader {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	height: 100%;
	bottom: 0;
	background: #FFFFFF;
	padding-inline: var(--container-gutter);
}

@-webkit-keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
	}
}

@keyframes seconds {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		left: -9999px;
	}
}

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

#product {
	overflow: hidden;
    padding-top: 0px;
}


.tps_diamond_detail .product-image.row,
div#product-information {
	display: block;
}

.horizontal--diamond_thumbnails.diamond_thumbnails {
	width: 100%;
	float: unset;
}

.horizontal--diamond_thumbnails ul.thumbnails {
	display: flex;
}

.page-load-status {
	display: none;
	/* hidden by default */
	padding-top: 20px;
	border-top: 1px solid #DDD;
	text-align: center;
	color: #777;
}

.resetBox_popup {
	display: inline-block;
	float: right;
}

.m-t-0 {
	margin-top: 0 !important;
}

.tps_reset_option {
	margin-top: 35px;
}

ul.tps_diamond_style {
	justify-content: flex-start;
}

.tps_filter_metal span.fr_tit,
.tps_filter_price span.fr_tit,
.tps_filter_shape span.fr_tit,
.tps_filter_style span.fr_tit {
	padding: 7px 5px 15px 0px;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
	margin: 0;
	padding: 0px 5px 15px 0px;
	position: relative;
	border: none;
	font-weight: normal;
}

.tps_diamond_style span.img_style {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	background-image: url(jewelry-store-sprite.svg);
	margin: auto;
}

.tps_diamond_style span.tps_style_designer {
	background-position: -138px -487px;
}

.tps_diamond_style a.selected span.tps_style_designer {
	background-position: -138px -487px;
}

.tps_diamond_style span.tps_style_halo {
	background-position: -218px -487px;
}

.tps_diamond_style a.selected span.tps_style_halo {
	background-position: -218px -487px;
}

.tps_diamond_style span.tps_style_solitaire {
	background-position: -178px -487px;
}

.tps_diamond_style a.selected span.tps_style_solitaire {
	background-position: -178px -487px;
}

.tps_filter_style ul li {
	text-align: center;
	position: relative;
}

.tps_filter_style span.text_style {
	display: block;
	font-family: var(--text-font-family);
	text-align: center;
	font-size: 12px;
	color: #999999;
	position: relative;
}


.tps_diamond_style a.selected span {
	color: #c96;
}

.tps_product_details_info {
	margin: 0 0 40px 0;
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
}

.tps_product_details_info .product_metafields .single_info,
.tps_setting_detail_tab .tps-seDetailc-sp-info-col .single_info {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px 0px;
	padding: 10px 20px;
	align-items: center;
}

.tps_product_details_info .product_metafields .single_info:nth-child(2n+1) {
	background-color: #fff1e457;
}

.tps-diamond-detailspage .tps_product_details_info .product_metafields .single_info:nth-child(1n+1) {
	background-color: #fff1e457;
}

.tps_product_details_info .tps_detail_section_heading h2 {
	font-size: 24px;
	color: var(--black);
	line-height: 30px;
	font-family: var(--text-font-family);
	font-weight: unset;
	margin-bottom: 30px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.tps_product_details_info .product_metafields .single_info .txt_title,
.tps_setting_detail_tab .info-column-setting_info .tps-seDetailc-sp-info-col .single_info .txt_title,
.tps_setting_detail_tab .info-column-accent_stone_info .tps-seDetailc-sp-info-col .single_info .txt_title {
	width: 60%;
	font-size: 15px;
	font-family: var(--text-font-family);
	letter-spacing: 0.5px;
	line-height: 25px;
}

.tps_product_details_info .product_metafields .single_info .txt_info,
.tps-seDetailc-attr-right,
.tps_setting_detail_tab .info-column-setting_info .tps-seDetailc-sp-info-col .single_info .txt_info,
.tps_setting_detail_tab .info-column-accent_stone_info .tps-seDetailc-sp-info-col .single_info .txt_info {
	width: 40%;
	text-align: right;
}

.tps-seDetailc-sp-info-col-3 span,
.info-column-accent_stone_info span,
.info-column-setting_info span {
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: var(--text-font-family);
	text-transform: uppercase;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery {
	display: block;
}

.product_metafields {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 15px;
}
 
/* end */
/* Code Created by TransPacific Software Pvt. Ltd*/
/* pendant builder details page set gallery section */

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image {
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	align-items: center;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image img,
.tps_pendant_setting_gallery .tps-product-full-image video {
	width: 100%;
}

.button,
.shopify-challenge__button,
.customer button {
	box-shadow: none;
}




/* pendant builder diamond listing*/

.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab {
	display: flex;
	justify-content: center;
	grid-column-gap: 50px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	align-items: center;
}

.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 15px;
	align-items: center;
	margin-bottom: 30px;
    padding: 0px 30px;
}
.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li {
    width: 100%;
}
.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter {
	justify-content: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 35px;
	width: 100%;
	margin: auto;
	padding-bottom: 25px;
    padding-top: 10px;
}

.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.diamond_shape_filter {
	grid-template-columns: repeat(1, 1fr);
}

.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter {
	width: 100%;
	grid-column-gap: 40px;
}

.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
	width: 100%;
}

.pendant-builder-diamond-listing .tab_color_clarity_cut .filter_block.tps_diamond_type_filter,
.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter {
	grid-template-columns: repeat(2, 1fr);
}

.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a span {
	text-align: center;
	display: block;
	cursor: pointer;
}

.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a.selected span {
	color: #FFFFFF;
} 


.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a {
	padding: 7px;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid rgb(var(--heading-color));
    transition: 0.3s ease;
    color: rgb(var(--heading-color));
    border-radius: 2px;
    position: relative;
    align-items: center;
    grid-gap: 10px;
    text-decoration: none;
    justify-content: center;
    height: 55px;
}

.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a.selected {
	background: var(--bgcolor-dark);
	border-color: var(--bgcolor-dark);
}






.tps_shape_filter .shape_list .shape-icon {
	width: 40px;
	height: 45px;
	background: url(jewelry-store-sprite.svg);
	display: block;
	margin-bottom: 10px;
	margin: auto;
}

.tps_shape_filter .shape_list .shape-icon.icon1 {
    background-position: -13px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon1 {
    background-position: -13px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon2 {
    background-position: -82px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon2 {
    background-position: -82px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon10 {
    background-position: -554px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon10 {
    background-position: -554px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon7 {
    background-position: -379px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon7 {
    background-position: -379px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon4{
    background-position: -209px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon4 {
    background-position: -209px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon3 {
    background-position:-144px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon3{
    background-position: -144px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon6 {
    background-position: -327px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon6 {
    background-position: -327px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon8{
    background-position: -436px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon8 {
    background-position: -436px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon5 {
    background-position: -274px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon5 {
    background-position: -274px -73px;
}
.tps_shape_filter .shape_list .shape-icon.icon9{
    background-position: -495px -13px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.icon9 {
    background-position:-495px -73px;
}
/*  */

.diamond_type_list li a.selected .type-icon.dimond_type_natural {
	background-position: -274px -491px;
}

.diamond_type_list li a.selected .type-icon.dimond_type_lab {
	background-position: -325px -491px;
}

.tab-more-filters {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li .tab-more-filters span {
	background: #FFF1E4;
	width: 30px;
	height: 30px;
	display: flex;
	border-radius: 50%;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 6px;
	cursor: pointer;
}

.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li .tab-more-filters span {
	pointer-events: none
}

.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li .tab-more-filters span.active {
	pointer-events: all;
 background:#CC9966
}
.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li .tab-more-filters span{
  
}

.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li .tab-more-filters span:last-child {
	margin-right: 0;
}

.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li.active a {
	border-bottom: 1px solid #CC9966;
	color: #CC9966;
  pointer-events:none;
}

.tps_mob_filter.container {
	display: none;
}

.tps_pendantbuilder_final_page .tps_prodct_main {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.tps_pendantbuilder_final_page .tps_final_product_gallery {
	width: 60%;
}

.tps_pendantbuilder_final_page .tps_final_product_meta_info {
	width: 40%;
	padding-left: 3%;
	position: sticky;
	display: inline-block;
}

.tps_pendantbuilder_final_page .tps_final_product_gallery .tps-details-main-media-div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	align-items: center;
}

.tps_pendantbuilder_final_page .tps_final_product_gallery .tps-details-main-media-div .tps-details-inner-media-div img {
	width: 100%;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div {
	background: #f1f1f100;
	height: 100%;
	width: 100%;
	border: 1px solid rgb(var(--border-color));
        position: relative;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div .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%); 
    background-size: 100%;      
    background-repeat: no-repeat;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div .tps_iframe_loader.tps_iframe_loader_show {
    display: block;   
    z-index: 1;    
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div iframe {
	border: 0;
	width: 100%;
    height: 100%;
}

.tps_pendantbuilder_final_page .tps_final_product_gallery .tps-details-main-media-div .tps-details-inner-media-div {
	width: 100%;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	height: 100%;
	align-items: center;
	display: flex;
}

.tps_single_product-inner.tps-pendant-Builder-detilspage .grid {
	grid-gap: 0px !important;
}

.tps-pendant-Builder-detilspage .grid {
	margin-left: 0 !important;
	grid-gap: 0px;
    margin-block-end: 0 !important;
    margin-inline: 0 !important;
    margin-bottom: 60px !important;
}

.diamond_detail.tps_detail_column.product_metafields {
	display: grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.tps_mobile_filter_head {
	display: none;
}

.tps-pendantbuilder-info .tps_diamond_sub_title ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
    grid-row-gap: 10px;
	padding-left: 0px;
	margin: 0;
}

.tps-pendantbuilder-info .tps_diamond_sub_title ul li {	
	font-size: 20px;
	align-items: center;
	font-family: var(--text-font-family);
	line-height: 20px;
	position: relative;
	color: rgb(var(--text-color)) !important;
	padding-block: 15px;
}
.tps-pendantbuilder-info .tps_diamond_sub_title ul li::after{
	content: '';
	width: 1px;
	height: 70%;
	background-color: rgb(var(--border-color));
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
}
.tps-pendantbuilder-info .tps_diamond_sub_title ul li:nth-last-child(1)::after{
   display: none;
}
.tps-pendantbuilder-info .tps_diamond_sub_title,
.tps-pendantbuilder-info .tps_diamond_title_price{
	margin-bottom: 5px;
}
.tps-pendantbuilder-info .tps_diamond_description,
.tps_additional_information {
	padding: 0px 0px;
	margin-bottom: 23px;
}

.tps_single_product-inner.tps-pendant-Builder-detilspage .tps_additional_information {
	padding: 0px 0px;
}
.tps-pendantbuilder-info .tps_diamond_description p{
	margin: 0px;
	color: rgb(var(--text-color));
  opacity: 1;
  font-size: 14px;
  line-height: 24px;

}
.tps-diamond-detailspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image img {
	border: 0;
}

.tps_additional_information ul {
	display: block;
	grid-gap: 40px;
}
.tps_additional_information ul span.tps_diamond, .tps_additional_information ul span.tps_pendant_setting{
  position:relative;
      padding-left: 30px;
}
.tps_additional_information ul span.tps_diamond:after, .tps_additional_information ul span.tps_pendant_setting:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(jewelry-store-sprite.svg);
    display: block;
    margin: auto;
    position: absolute;
    top: -6px;
    background-position: -463px -512px;
}
.tps_additional_information ul span.tps_pendant_setting:after{
      background-position: -463px -473px;
}
.tps_additional_information ul span {
	margin-right: 10px;
    margin-left: 10px;
}
.tps_additional_information ul li {
    margin-bottom: 10px;
}
.tps_additional_information ul span.tps_higlight_text {
    font-weight: 600;
}
.tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper {
    width: auto;
    margin: auto;
    display: block;
    background: #FFFFFF;
    padding: 0px 5px;
    position: relative;
    padding-top: 5px;
    min-height: 400px;
}

.tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
  width: 900px;
}

.tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image img#cert_image{
  width: 100%;
}

.tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper span.tps_cert_wrapper_close{
    font-size: 0px;
    text-align: right;
    width: 23px;
    height: 23px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    background-image: url(jewelry-store-sprite.svg);  
    background-position: -294px -261px;
    right: -8px;
    top: -6px;
    cursor: pointer;
}

.tps-wishlist-compare-details ul.tps_additional_information {
	display: flex;
	grid-gap: 50px;
	align-items: center !important;
	list-style-type: none;
}

.tps-wishlist-compare-details {
	grid-gap: 50px;
	align-items: center !important;
}

ul.tps_additional_information li span.tps_mail {
	margin-right: 10px;
}

h2#final_pendant_name {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 10px;
}

.tps-final-pendant-setting-data .tps_final_ring_m {
	padding-bottom: 10px;
}

.tps-final-pendant-setting-data .tps_final_ring_m span:first-child {
	font-family: var(--text-font-family);
	font-weight: 600;
	color: var(--black);
}

.tps-final-pendant-setting-data .tps_final_ring_m span:nth-child(2) {
	font-family: var(--text-font-family);
	font-size: 14px;
	line-height: 24px;
	color: #CC9966;
	display: inline-block;
	width: auto;
	padding-left: 10px;
}

h2.tps_diamond_final_price {
	font-size: 22px;
	color: #CC9966;
	line-height: 30px;
	font-family: var(--text-font-family);
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 15px;
}

.tps_setting_chain_length {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 20px;
	padding: 10px 0px;

}

.tps_chain_length_spacer select {
	padding: 5px 5px;
	font-size: 16px;
	font-style: inherit;
	font-weight: normal;
	font-family: var(--text-font-family);
	border-radius: 1px;
	background: #FFFFFF;
	border: 1px solid #cccc
}

.tps_setting_chain_length .tps_chain_length_changer p {
	margin: 0;
}

.tps_details_btn.tps_pendant_details_btn button.tps_btn.tps_add_to_cart {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
	display: flex;
	padding: 0.9rem 3rem 1.1rem;
	border: 0;
	margin-bottom: 10px;
	width: 100%;
	background: #000;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}



.tps_details_btn.tps_pendant_details_btn {
	padding: 10px 0px;
}

.tps_row.tps_product_info_row .tps-detail-tabs-div span.tps_tab {
	width: auto;
	background: #FFF1E4;
	display: inline-block;
	text-align: center;
	color: var(--black);
	padding: 10px 100px;
	margin-bottom: 20px;
	font-family: var(--text-font-family);
	font-size: 15px;
	cursor: pointer;
	margin-right: 15px;
}

.tps_row.tps_product_info_row .tps-detail-tabs-div span.active.tps_tab {
	background: #CC9966;
	color: #FFFFFF;
}

.tps_row.tps_product_info_row .tps_setting_detail_tab table {
	width: 100%;
	margin: 0;
}

.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div span.detail-row-1 {
	width: 60%;
	font-size: 15px;
	font-family: var(--text-font-family);
	letter-spacing: 0.5px;
	line-height: 25px;
}

.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div span.detail-row-2 {
	width: 40%;
}

.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div:nth-child(1n+1) {
	background-color: #fff1e457;
}

.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px 0px;
	padding: 10px 40px;
}

.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.tps_product_container.tps_pendant_builder_finalpage {
	padding-bottom: 50px;
}


figure {
	border-radius: 5px;
	margin-bottom: 0;
}




figure.zoom img {
	transition: opacity 0.5s;
	display: block;
	width: 100%;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image img {
	background: #FFFFFF;
}





.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 div span.detail-row-1 {
	width: 30%;
	font-size: 15px;
	font-family: var(--text-font-family);
	letter-spacing: 0.5px;
	line-height: 25px;
}

.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column .info-column-setting_info .tps-seDetailc-sp-info-col .single_info:nth-child(2n+1),
.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column .info-column-accent_stone_info .tps-seDetailc-sp-info-col .single_info:nth-child(2n+1) {
	background-color: #fff1e457;
}

.tps-setting-detail-table.tps_final_detail_tab.tps_setting_detail_tab .product_metafields {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
}

.colour-popoup .color_diamond_img img {
	width: 100%;
}

.diamond_list_view_container .fa-angle-down,
.diamond_list_view_container .fa-angle-up{
	position: relative;
}

.diamond_list_view_container .fa-angle-down:before,
.diamond_list_view_container .fa-angle-up:before {
	content: "";
    width: 11px;
    height: 11px;
    cursor: pointer;
    background-image: url(jewelry-store-sprite.svg);
    display: block;
    position: absolute;
    top: -1px;
    background-position: -294px -516px;
}

.diamond_list_view_container .fa-angle-up:before {
	top: -1px;
    background-position: -333px -516px;
}

button#topView,
button#sideView,
button#reset {
	position: relative;
	border: 0;
	padding: 10px 20px;
}

/* dimond listing grid view */

.tps-diamondlist-result-view-switcher {
	display: flex;
	align-items: center;
}

.tps-diamondlist-result-view-switcher .tps-diamondlist-result-view-switcher-type {
	width: 40px;
	height: 40px;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	background-image: url(jewelry-store-sprite.svg);
}

.tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps_list_view {
	background-position: -65px -182px;
}

.tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps_list_view.active {
	background-position: 492px -182px;
    cursor: none;
}

.tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps_grid_view {
	background-position: 654px -182px;
}

.tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps_grid_view.active {
	background-position:543px -182px;
    cursor: none;
}

.diamond_grid_view_container ul,
.tps_diamond_compare_view ul,
.tps_diamond_recent_view ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding-left: 0px;
}

.diamond_grid_view_container .tps-diamondlist-item-media-div img,
.tps_diamond_compare_view .tps-diamondlist-item-media-div img,
.tps_diamond_recent_view .tps-diamondlist-item-media-div img,
.tps_recent_diamond_list .tps-diamondlist-item-media-div img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.diamond_grid_view_container ul li,
.tps_diamond_compare_view ul li,
.tps_diamond_recent_view ul li {
	border: 1px solid #f2f2f2;
    cursor: pointer;
    transition: .3s;
    position: relative;
    box-shadow: 0px 3px 8px #FFFFFF;
    padding: 8px;
  /* z-index:3; */
}




.tps-diamondlist-img {
	height: 320px;
    border-bottom: 2px solid #f5f5f5;
    display: flex;
    align-items: center;
     /* background:   #f5f5f5; */
    overflow: hidden;
}

.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn{
	padding: 15px 10px 10px;
	text-align: center;
}





.tps-diamondlist-item-info-span,
.tps_diamond_compare_view .tps-diamondlist-item-info-span {
	position: absolute;
	top:16px;
	right: 16px;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	grid-gap: 5px 5px;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li,
.tps_diamond_compare_view .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li {
	position: relative;
	box-shadow: none;
	border: 0;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li input.tps-diamondlist-compare-chk {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
	cursor: pointer;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span {
	width: 30px;
	height: 30px;
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	background: url(jewelry-store-sprite.svg), #FFFFFF;
	cursor: pointer;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps-diamondlist-compare-span {
	background-position: -483px -125px;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li.tps-diamondlist-result-grid-compare.active span.tps-diamondlist-compare-span {
	background-position: -570px -125px;
}




.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps_diamond_info_span {
	background-position: -441px -125px;
}




.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span{
	padding-right: 0px;
    font-size: 14px;
    line-height: 18px;
    color: rgb(var(--heading-color));
    position: relative;
    font-family: var(--text-font-family);
}


.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data .tps-diamondlist-item-meta-data-info{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 0px 10px;
	margin: 8px 0px;
	flex-wrap: wrap;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span:last-child:after,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span:last-child:after,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span:last-child:after,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span:last-child:after{
	display: none;
    content:unset !important;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item{
	position: relative;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item:after,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item:after,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item:after,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span.tps-meta-data-item:after{
	content: ',';
  position: absolute;
  right: -5px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 19px;
  color: rgb(var(--heading-color));
  display: block;
}

.tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-price {
	font-size: 18px;
    line-height: 18px;
    color: rgb(var(--heading-color));
    font-weight: 500;
}

.tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-title {
	margin-bottom: 0px;
    font-family: var(--heading-font-family);
    line-height: 28px;
    font-size: 18px;
    color: rgb(var(--heading-color));
}

.tps-diamondlist-item-info {
	position: absolute;
	top: 0;
	width: 100%;
	background-color:#FFFFFF;
	padding: 20px 15px 10px;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

.tps-diamondlist-item-info::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.tps-diamondlist-item-info::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgb(var(--heading-color));
}

.tps-diamondlist-item-info .tps-diamondlist-item-info-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-label,
.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value {
	font-size: 13px;
	line-height: 18px;
	color: rgb(var(--heading-color));
	width: 50%;
	cursor: default;
	text-transform: unset;
    opacity:0.7;
}
.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-label{
	font-weight: 500;
    opacity:1;
}


.tps-diamondlist-item-info span.tps-diamondlist-item-info-close.tps_diamond_info_close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 4px;
	top: 5px;
	background-image: url('jewelry-store-sprite.svg');
	background-position: -390px -132px;
	cursor: pointer;
}


/* loader css start */
.tps-diamondlist-spinner-gridv-container div:empty,
.tps-diamondlist-spinner-list-container div:empty {
	display: block !important;
}

.tps-diamondlist-spinner-gridv-container .timeline-item {
	height: 850px;
	overflow: hidden;
}

.tps-diamondlist-spinner-list-container .timeline-item{
    background: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 10px;
	margin: 0 auto;
	height: 1225px;
	overflow: hidden;
}
.tps-diamondlist-spinner-gridv-container .timeline-item {
	background: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 10px;
	margin: 0 auto;
	/* height: 2450px; */
	overflow: hidden;
    height: auto;
}

.tps_grid_animated-background {
	/* height: 300px; */
    height: auto;
}

.tps-diamondlist-data-cr .tps-diamondlist-result-grid-view-div ul {
	list-style: none;
	margin: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	padding-left: 0px;
}

.tps-diamondlist-data-cr .tps-diamondlist-result-grid-view-div ul li {
	cursor: pointer;
	transition: .3s;
	box-shadow: 0 3px 6px #00000029;
	position: relative;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
	width: 90%;
	margin: 0px auto 20px auto;
	height: 235px;
}

.tps-diamondlist-animated-background {
	-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: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #dddddd 8%, #e7e7e966 18%, #dddddd 33%);
	background-size: 900px 204px;
	height: 50px;
	position: relative;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-title {
	width: 80%;
	height: 22px;
	margin: 0px auto 10px auto;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-shape {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto 25px auto;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-shape .tps-diamondlist-animated-background {
	width: 20%;
	height: 13px;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-shape .tps-diamondlist-animated-background.tps-diamondlist-grid-pr-line {
	width: 1%;
	height: 16px;
	margin: auto 2% auto 2%;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-price {
	width: 100px;
	height: 28px;
	margin: 0px auto 15px auto;
}

/*end*/
/* listing view loader css */

.tps-diamondlist-spinner-list-container .tps-diamondlist-animated-list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	list-style: none;
	margin: 0px 0px 10px 0px;
      padding: 0;

}

.tps-diamondlist-spinner-list-container .tps-diamondlist-animated-list .tps-diamondlist-animated-background.tps-diamondlist-check {
	width: 20%;
	height: 30px;
	margin: auto;
}

.tps-diamondlist-spinner-list-container .tps-diamondlist-animated-list .tps-diamondlist-animated-background.tps-diamondlist-icon {
	width: 70px;
	margin: auto;
}

.tps-diamondlist-spinner-list-container .tps-diamondlist-animated-list .tps-diamondlist-animated-background.tps-diamondlist-icon {
	width: 70px;
	margin: auto;
}

.tps-diamondlist-spinner-list-container .tps-diamondlist-animated-list .tps-diamondlist-animated-background.tps-diamondlist-view {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: auto;
}

.tps_choose_this_diamond {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
/*    border-bottom: 1px solid #DDDDDD;*/
    padding-bottom: 0px;
    margin-bottom: 18px;
}

/* end */
/* back to saerch */
.back_to_search,
.tps_diamond_detail_back_to_search {
	padding:7px 0 10px;
}

.back_to_search a.tps-back-to-search.btn,
.tps_diamond_detail_back_to_search a.tps_back_to_search {
	position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.back_to_search a.tps-back-to-search:after,
.tps_diamond_detail_back_to_search a.tps_back_to_search:after {
	content: "";
	background-image: url(jewelry-store-sprite.svg);
	background-position: -327px -45px;
	position: absolute;
	display: block;
	width: 11px;
	height: 11px;
	left: 0;
	top: 5px;
}

.tps_diamond_detail_back_to_search a.tps_back_to_search:after {
	top: 3px;
    background-position: -549px -194px;
}

.tps_dia_detail_button button,
.product-form__buttons button,
.tps_choose_this_diamond button,
button#buy_loose_diamond,
.tps_details_btn.tps_pendant_details_btn button.tps_btn.tps_add_to_cart {
	position: relative;
	/* color: #FFFFFF; */
    width: 100%;
    font-size: 14px !important;
}

.tps_dia_detail_button button:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url('loader.gif');
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	opacity: 0;
}

.tps-choose-setting-btn button:after,
.tps_choose_this_diamond button:after,
button#buy_loose_diamond:after,
.tps_details_btn.tps_pendant_details_btn button.tps_btn.tps_add_to_cart:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(loader.gif);
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	opacity: 0;
	box-shadow: none;
	left: 5px;
	box-shadow: none !important;
}

.tps_dia_detail_button button.tps-loading::after,
.tps-choose-setting-btn button.tps-loading::after,
.tps_choose_this_diamond button.choose_diamond_spinner::after,
button#buy_loose_diamond.add_to_cart_spinner::after,
.tps_details_btn.tps_pendant_details_btn button.tps_btn.tps_add_to_cart.add_to_cart_spinner:after {
	opacity: 1;
}

.tps-final-zoom .tps-slide-img.image-zoom-effect {
	background: #FFFFFF;
}

.tps-final-zoom {
	background-repeat: no-repeat;
}

.tps-final-zoom {
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
}






.tps-ship-by .tps_detail_order_info span {
	position: relative;
	padding-left: 30px;
}

.tps-ship-by .tps_detail_order_info span:first-child:after {
	content: "";
	width: 25px;
	height: 21px;
	background-image: url(jewelry-store-sprite.svg);
	background-position: -140px -442px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.tps_pendantbuilder_final_page .tps_final_product_gallery .tps-details-main-media-div .tps-details-inner-media-div video {
	width: 100%;
}

/* wishlist and compair pop up desiign */
.tps_no_data ul,
.tps_no_data .tps_diamond_compare_view ul,
.tps_no_data .tps_diamond_recent_view ul {
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	padding:0% 0;
	font-size: 20px;
}

.tps_diamond_compare_view .diamondlistingDesk {
	text-align: center;
	padding: 0;
	font-size: 28px;
	line-height: 30px;
}

.tps_pendantbuilder_toast_msg_popup_wrapper,
.tps_wishlist_toast_msg_popup_wrapper {
	visibility: hidden;
	opacity: 0;
	animation-name: scale;
	animation-duration: 2s;
	transform: scale(1.3);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 55%);
	display: flex;
	align-items: center;
	z-index: 99999;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.tps_pendantbuilder_toast_msg_popup_wrapper .tps_pendantbuilder_toast_msg_popup,
.tps_wishlist_toast_msg_popup_wrapper .tps_wishlist_toast_msg_popup {
	width: fit-content;
	padding: 20px 20px 18px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color:rgb(var(--heading-color));
	margin: auto;
	text-align: center;
	max-width: 300px;
	position: relative;
}

.tps_pendantbuilder_toast_msg_popup_wrapper.tps_popoup_show,
.tps_wishlist_toast_msg_popup_wrapper.tps_popoup_show {
	visibility: visible;
	opacity: 1;
}
.tps_certificate_popup_wrapper_div {
    visibility: hidden;
    opacity: 0;
    animation-name: scale;
    animation-duration: 2s;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    display: flex;
    align-items: center;
    z-index: 99999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    justify-content: center;
}
.tps_pendantbuilder_toast_msg_popup_wrapper .tps_pendantbuilder_toast_msg_close{
	width: 17px;
    height: 17px;
    background-image: url(jewelry-store-sprite.svg);
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 0;
    color: transparent;
    background-position: -449.5px -517px;
    cursor: pointer;
}
.tps_pendantbuilder_toast_msg_popup_wrapper .tps_pendantbuilder_toast_msg_close:hover{

}
.tps_certificate_popup_wrapper_div.tps_cert_popoup_show {
	visibility: visible;
	opacity: 1;
}

/*end*/

.white_diamond_wrap.dev_wrap_bx h1.tps_diamond_listing_title {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 25px;
}

/* wishlist icon design set */
.tps-wishlist-compare-details .tps_product_wihlist span {
	position: relative;
	padding-left: 25px;
	margin-left: 0 !important;
}

.wishlist-compare-detail .btn-product {
	padding: 0 !important;
}

.tps-wishlist-compare-details .tps_product_wihlist span:after {
	content: "";
	background-image: url(jewelry-store-sprite.svg);
	background-position: -15px -442px;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
}

.tps_product_wihlist.active span:after {
	background-position: -269px -444px;
}

/* search button design dimond listing page  */
.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
	font-size: 14px;
	padding: 5px 10px;
	color: var(--black);
	border: none;
	border: 1px solid #CC9966;
	border-radius: 0px;
	width: 65%;
	height: 40px;
	margin: 0;
}

.tps-diamondlist-filter-textbox-wrapper button.tps_filter_textbox_btn {
	line-height: 11px;
	padding: 3px 10px;
	margin-left: 0;
	font-family: var(--text-font-family);
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFFFFF;
	background-color: #CC9966;
	border: 1px solid #CC9966;
	padding: 11px 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-left: none;
	cursor: pointer;
	width: 35%;
	height: 40px;
	margin-left: -4px;
}

.tps-diamondlist-filter-textbox-wrapper button.tps_filter_textbox_btn:hover {
	background-color: transparent;
	border-color: #CC9966;
	color: #CC9966;
	border: 1px solid #CC9966 !important;
}

/* end */
/* apply filter button design */
.tps_appy_filter_section {
	display: none;
}

/* end */

/* dimond listing page list view product information */
.tps_diamondlist_detail_info {
	background:#FFFFFF;
    position: relative;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    padding: 35px 10px;
    align-items: center;
    margin: 20px auto;
    cursor: default;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media {
	width: 20%;
	text-align: center;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media {
	width: 20%;
	text-align: center;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table {
	width: 64%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 1%;
    grid-gap: 0% 4%;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row {
	width: 15%;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media img {
	width: 100%;
	max-width: 80%;
	margin: auto;
}

.tps_diamondlist_detail_info span.tps_diamondlist_detail_view_close {
	width: 20px !important;
	height: 20px !important;
	position: absolute !important;
	top: 20px;
	display: block !important;
	padding: 0px !important;
	background-image: url(jewelry-store-sprite.svg);
	background-position: -371px -514px;
    transition: 0.5s ease !important;
    right: 3.5%;
}



.tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row button {
	border: 1px solid rgb(var(--primary-button-background));
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: rgb(var(--primary-button-background));
	color: rgb(var(--primary-button-text-color));
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 13px 20px 11px;
}




.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row {
	display: flex;
    border-bottom: 1px solid #ececed;
    width: 48%;
    float: left;
    padding: 13px 15px;
    cursor: default;
}
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span {
    width: 50% !important;
    justify-content: flex-start;
    /* overflow: visible !important; */
    text-align:left;
}
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row:nth-last-child(1){
	border-bottom: none;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span.tps_diamondlist_detail_view_info_title {
	font-weight: 500;
	width: 45%;
	text-align: left;
	color: rgb(var(--heading-color)) !important;
	height: auto;
	font-size: 14px;
	line-height: 16px;
	text-transform: unset;
    opacity:1;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span.tps_diamondlist_detail_view_info_value {
	width: 55%;
	color: rgb(var(--heading-color)) !important;
	height: auto;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: unset;
    opacity:0.7;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media .tps_diamondlist_detail_view_title {
	font-size: 16px;
	line-height: 26px;
	color: rgb(var(--heading-color));
	margin: 12px 0px 10px;
	font-weight:400;
	text-transform: capitalize;
}

.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media .tps_diamondlist_detail_view_price {
	font-size: 18px;
	line-height: 28px;
	color: rgb(var(--heading-color));
	font-weight: 500;
  
}

.tps_diamondlisting_area .table_rows.diamond_row_active {
	background: #eaeaea none repeat scroll 0 0 !important;
}

.tps_diamondlisting_area .table_rows.diamond_row_active span,
.tps_diamondlisting_area .table_rows.diamond_row_active .tps_desktop_table_row span.mb_comp a {
	color: rgb(var(--heading-color)) !important;
}

.tps_diamondlisting_area .table_rows.diamond_row_active .tps_checkbox input[type=checkbox],
.tps_diamondlisting_area .table_rows.diamond_row_active .tps_checkbox input[type=checkbox]+label {
	border: 1px solid rgb(var(--heading-color));
}

#thumb-seven .diamond_generic {
    text-align: center;
    margin: 0px auto;
    height: auto;
    width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    display: block;
    position: relative;
    clear: both;
    border: 1px solid #f1f1f1;
}

#thumb-seven #dia_hand_image{
  position: relative;
}

#thumb-seven .hand-slider-text {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 13px;
}

#thumb-seven img#gallery-four-thumb {
    width: 300px !important;
    max-width: unset !important;
}

#thumb-seven #gallery-four-thumb-black {
    position: absolute;
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    top: 0;
   width: 300px !important;
}

#thumb-seven .hand_diamond_img {
    display: inline-block;
    position: absolute;
 top: 20%;
    left: 39%;
    z-index: 9;
    transform: translate(-59%,0%);
    -webkit-transform: translate(-59%,0%);
    -moz-transform: translate(-59%,0%);
    height: 60px;
    width: 60px;
    z-index: 9;
}

#thumb-seven .hand_diamond_img.Marquise {
    background: url(marquise_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Radiant {
    background: url(radiant_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Cushion {
    background: url(cushion_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Asscher {
    background: url(asscher_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Emerald {
    background: url(emerald_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Heart {
    background: url(heart_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Oval {
    background: url(oval_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Pear {
    background: url(pear_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Princess {
    background: url(princess_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Round {
    background: url(round_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .hand_diamond_img.Cushion {
    background: url(cushion_shape.png) no-repeat;
      background-position: center center;
}

#thumb-seven .carat-detail-slider {
    margin-top: 20px;
}

#thumb-seven .search_slider {
    display: block;
    float: none;
    margin: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: none;
    margin-top: 22px;
}

#thumb-seven .right-slide, 
#thumb-seven .left-slide {
    font-size: 11px;
}

#thumb-seven .left-slide {
    margin-right: 5px;
    text-transform: unset;
}

#thumb-seven .right-slide {
    margin-left: 30px;
    text-transform: unset;
}

#thumb-seven #min_carat_detail, 
#thumb-seven #min_carat_detail_pop {
    width: 70px;
    font-size: 12px;
    top: -1px !important;
      flex-direction: row-reverse;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image #thumb-seven{
 border: none
}

#thumb-seven #handcolorslider.ui-widget-content, 
#thumb-seven #caratlearnmore.ui-widget-content {
    background: #cc9966 !important;
    height: 6px;
    border-radius: 5px;
    width: 63%;
    left: 2%;
    display: inline-block;
    border: 1px solid #cc9966 !important;
}

#thumb-seven .ui-slider .ui-slider-handle, 
#thumb-seven .white_diamond_wrap .ui-slider .ui-slider-handle {
    width: 17px !important;
    height: 17px !important;
    border-radius: 9px;
    background-color: #cc9966 !important;
    border: none;
    margin-left: -9px;
    top: -7px !important;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    z-index: 2;
}

.tps_certificate_popup_wrapper_div .tps_cert_wrapper span.tps_iframe_loader.tps_iframe_loader_show {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 35px;
    height: 35px;
    background-image: url(ajax-loader.gif);
    background-repeat: no-repeat;
}

/*end*/


/* detils page design  recantlu vierw product design */
  ul.tps_recent_diamond_list, .tps_diamond_recent_view ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    padding-left: 0px;
    grid-row-gap: 15px !important;
}
ul.tps_recent_diamond_list li, .tps_diamond_recent_view ul li{   
    position: relative;
    border:1px solid #E0E0E0;
    box-shadow: none;
    padding: 8px;
    cursor: default;
}

.tps_recent_view_heading h2 {
    font-size: 28px;
    line-height: 28px;
    text-transform: capitalize;
    color: rgb(var(--text-color));
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
    font-weight: 600;
}

.tps_main_diamond_gallery .tps_diamond_gallery_thumb_images .slick-current.slick-active::after{
    background-position: left;
    cursor: pointer;
}
.tps_main_diamond_gallery .tps_diamond_gallery_thumb_images .slide::after {
    content: '';
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #efefef 50%, #cc9966 50%) right;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 200%;
    transition: .5s ease-out;
}
.tps_detail_tab .tps_filter_section_block.tps_disable_filters, 
.tps_detail_tab .tps_filter_section_block.tps_disable_filters, .tps_detail_tab.tps_filter_section_block.tps_disable_filters{
    opacity: 0.5;
    pointer-events: none;
}
.diamond_grid_view_container ul li.tps_recent_diamond, .tps_diamond_compare_view ul li.tps_recent_diamond, .tps_diamond_recent_view ul li.tps_recent_diamond {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px #00000040;
}
div#min_carat_detail {
    border: 0;
}
.tps-diamond-detailspage .tps_recently_viewed_section {
    padding-bottom: 50px;
}

/* end */

.diamond_not_found {
    justify-content: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
      text-align: center;
      color: #222222;
      padding: 3%;
}


.tps-pendantbuilder-info .tps_diamond_sub_title ul li a {
    color: rgb(var(--heading-color));
     position: relative;
}
.tps-pendantbuilder-info .tps_diamond_sub_title ul li a:after, .tps_product_details_info .product_metafields .single_info .txt_info a:after {
    content: '' !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(var(--heading-color)) !important;
    display: block !important;
    transition: width 0.5s ease !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
}
.tps_product_details_info .product_metafields .single_info .txt_info a:after{
   background-color: var(--black) !important;
}

.tps_product_details_info .product_metafields .single_info .txt_info a{
    position: relative;
  font-weight:600;
}

.tps_pendant_setting_gallery .tps_diamond_gallery_main_images .slick-prev{
    top: 50%;
    left:30px;
    z-index: 9;
    background-position: -416px -424px!important;
    transform: rotate(90deg);
}
.slick-prev::before, .slick-next::before{
  display:none;
}
.tps_pendant_setting_gallery .tps_diamond_gallery_main_images .slick-arrow, .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-arrow{
    width: 30px;
    height: 30px;
    background: url(jewelry-store-sprite.svg), #CC9966;
    padding: 0;
    border: 0;
    display: block;
    position: absolute;
    font-size: 0;
    cursor: pointer;
  border-radius:50%;
}
.tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-prev{
    top: 50%;
    left:30px;
    z-index: 9;
    background-position: -416px -424px!important;
    transform: rotate(90deg);
}
.tps_pendant_setting_gallery .tps_diamond_gallery_main_images .slick-next{
    top: 50%;
    right: 30px;
    background-position: -416px -424px!important;
    transform: rotate(-90deg);
}
/**flters **/
.tps_filter_tabs_header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 3px;
    border-bottom: 1px solid rgb(var(--border-color));
    margin-bottom: 15px;
}
.tps_filter_tabsHeading, a.tps_reset_filter.reset_popup {
    font-size: 18px;
    line-height: 30px;
    color: rgb(var(--heading-color));
    font-weight: 500;
}
a.tps_reset_filter.reset_popup {
    cursor: pointer;
    display: flex;
}
a.tps_reset_filter.reset_popup span.tps_reset_icon {
   width: 30px;
    height: 30px;
    background: url(jewelry-store-sprite.svg);
    display: block;
    margin-bottom: 10px;
    border-radius: 50%;
    margin: auto;
    background-position: -250px -187px 
} 
/*advance filter button*/

.tps_advFilter, h2.tps_tab_heading {
    text-align: center;
}
h2.tps_tab_heading{
	font-size: 30px;
    line-height: 36px;
    color: var(--heading-color);
    letter-spacing: 1px;
    font-weight: 300 !important
}
.tps_advFilter button.btn.tps_adFilter_btn {
     width: 100%;
    max-width: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
    padding: 12px 10px;
    border: 1px solid;
    background: rgb(var(--primary-button-background));    
   border-color: rgb(var(--primary-button-background));
   color:rgb(var(--primary-button-text-color));
}
.tps_advFilter {
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.tps_advFilter button.btn.tps_adFilter_btn.active{
    background: #FFFFFF;
    color: rgb(var(--heading-color));
    border-color: rgb(var(--border-color));
}

.tps_diamond_tabs span.comparediamonds_tab.listingtab:before, .tps_diamond_tabs span.recentdiamonds_tab.listingtab:before {
    content: '';
    width: 1px;
    height: 66%;
    background-color: rgb(var(--border-color));
    position: absolute;
    right: 0px;
    top: 55%;
    left: -9px;
    transform: translateY(-47%);
}
.tps_advFilter button.btn.tps_adFilter_btn{
  position: relative;
}
.tps_advFilter button.btn.tps_adFilter_btn::after{
	  content: '';
    width: 25px;
    height: 25px;
    background: url(jewelry-store-sprite.svg);
    display: block;
    border-radius: 50%;
    background-position: -106px -131px;
}
.tps_advFilter button.btn.tps_adFilter_btn.active::after {
  background-position: -58px -131px;
}
.diamond_short_info .tps-free_shipping,
.diamond_short_info .tps-shipping-date-sce{
	font-size: 14px;
  line-height: 20px;
  color: rgb(var(--text-color));
  font-family: var(--text-font-family);
  margin-bottom: 10px;
  display: inline-block !important;
  width: 100% !important;
  opacity: 1;
  background-color: #F5F5F5;
  padding: 15px 20px 16px;
}

.diamond_short_info .tps-free_shipping .shipping_icon,
.diamond_short_info .tps-shipping-date-sce .shipping_icon{
	content: '';
    width: 40px;
    height: 52px;
    background: url(jewelry-store-sprite.svg), #E0E0E0;
    margin-right: 10px;
    float: left;
    margin-top:4px;
}
.diamond_short_info .tps-free_shipping .shipping_icon{
	background-position: -19px -494px;
}
.diamond_short_info .tps-shipping-date-sce .shipping_icon{
	background-position: -87px -494px;
}


.diamond_short_info .tps-shipping-date-sce{
	/*border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;*/
    margin-bottom: 15px;

}
.tps_product_description-tab .tps_diamond_heading{
	font-size: 28px;
	line-height: 28px;
	text-transform: capitalize;
	color: rgb(var(--text-color));
	margin-bottom: 20px;
}
.diamond_short_info .tabcontent .single_info{
  display: flex;
  align-items: center;
}
.diamond_short_info .tabcontent .single_info .detail-row-1{
  width: 55%;
}
.diamond_short_info .tabcontent .single_info .detail-row-2{
  width: 45%;
}
.diamond_short_info .tabcontent .single_info .detail-row-1 strong,
.diamond_short_info .tabcontent .single_info .detail-row-2{
	font-size: 14px;
	line-height: 20px;
	color: rgb(var(--text-color));
	text-transform: unset;
}
.diamond_short_info .tabcontent .single_info .detail-row-1 strong{
	font-weight: 500 !important;
}
.diamond_short_info .tabcontent .single_info{
	padding: 6px 20px;
}
.diamond_short_info .tabcontent .single_info:nth-child(4n), .diamond_short_info .tabcontent .single_info:nth-child(4n-1) {
    background-color: #ffff;
}
.diamond_short_info .tabcontent .single_info:nth-child(4n-2), .diamond_short_info .tabcontent .single_info:nth-child(4n-3) {
   background-color: #f5f5f5;
}

.tps-loose-diamonds-breadcrumbs .tps-breadcurmbs-content span{
	color: rgb(var(--heading-color));
	font-size: 13px;
	line-height: 23px;
}	



.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div canvas{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
/**/
div#diamond_type_wrap ul.tps_model-type {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 22px;
    padding: 0px 0px;
    margin-top: -8px;
}

div#diamond_type_wrap  ul.tps_model-type  li {
    list-style-type: none;
    font-size: 16px;
    line-height: 19px;
    font-family: var(--text-font-family);
    color: rgb(var(--heading-color));
   width: 100%;

}
div#diamond_type_wrap ul.tps_model-type li a {
    padding: 7px;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid rgb(var(--heading-color));
    transition: 0.3s ease;
    color: rgb(var(--heading-color));
    border-radius: 2px;
    position: relative;
    align-items: center;
    grid-gap: 10px;
    text-decoration: none;
    justify-content: center;
    height: 55px;
}
div#diamond_type_wrap  ul.tps_model-type li a.selected{
  background: rgb(var(--primary-button-background));    
  border-color: rgb(var(--primary-button-background));
  color:rgb(var(--primary-button-text-color));
  cursor: default;
}
.carat_slider_wrap.tps_slider_wrap.dev_tps_slide.mar-top_dev.tps_carat_filter span.filter_heading.dev_text_lgn {
    margin-bottom:5px;
}
.price_slider_wrap.tps_slider_wrap.dev_tps_slide.mar-top_dev.tps_price_filter span.filter_heading.dev_text_lgn {
    margin-bottom: 12px;
}


/*end*/

/*sort section*/
.tps-sort-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 10px;
  position: relative;
    z-index: 1;
}
.tps-sort-filter {
    display: flex;
    grid-gap: 10px;
    opacity:1;
}
span#dropdownMenuButton {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tps-sort-section .tps-sort-filter span.sortbtn.tps_sortby .dropdown span#dropdownMenuButton:after {
    content: "";
    width: 21px!important;
    height: 21px!important;
    position: relative;
    display: block!important;
    padding: 0!important;
    background-image: url(jewelry-store-sprite.svg);
    background-position: -267px -133px;
    transition: .5s ease!important;
}
.dropdown {
    position: relative;
}


.tps-sort-filter .dropdown {
   position: relative;
}
.tps-sort-filter .dropdown:after{
	content: '';
	width: 97%;
	height: 2px;
	background-color:rgb(var(--border-color));
	position: absolute;
	bottom: 0px;
	left: 0;
}
/*new filter*/
ul#intensity_swach_set {
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
    margin-left: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    background: #FFFFFF;
    color: #4d4d4d;
    position: relative;
    grid-gap: 15px 5px;
    padding: 0;
}
li.intensity-fltr-box {
    width: 19.4%;
}
li.color-fltr-box .box-intensity-shp {
    border-bottom: 1px solid #FFFFFF;
}
.box-intensity-shp {
    position: relative;
    text-align: center;
}
ul#intensity_swach_set input[type="checkbox"] {
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
}


/*GIA button*/
 .lab_wrap .tps_checkbox label input:checked+span,
 .tps_overtone_slider .overtone_wrap input[type=checkbox]:checked+span {
    background-color: rgb(var(--heading-color));
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
    color: #FFFFFF;
    cursor: default;
}
.lab_wrap .tps_checkbox label span,
.tps_overtone_slider .overtone_wrap label span{
    background: #FFFFFF;
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
}
.tps_slider_wrap .tps_checkbox input[type=checkbox], .tps_slider_wrap .tps_checkbox input[type=checkbox]+label {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #FFFFFF;
} 
.tps_checkbox,
.tps_overtone_slider .overtone_wrap .tps_checkbox1{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    float: none;
    z-index: 1;
}
span.mb_comp {
    padding: 0px 68px;
}

.shape_list a .shape_name{
	padding: 0px 0 5px !important;
}
.filter_heading{
	color: rgb(var(--heading-color)) !important;
}

ul#clr_box_swach,
ul#carat_swach,
ul#color_swach_set{
	margin-top: 0px !important;
}
.tps_slider_wrap .tps_checkbox input[type=checkbox]:checked,
#polish_swach_bx input[type="checkbox"]:checked, 
#polish_swach_bx input[type="checkbox"]:checked + span,
#polish_swach_bx input[type="checkbox"]:checked + span + span,
#fluor_swach_bx input[type="checkbox"]:checked + span,
#fluor_swach_bx input[type="checkbox"]:checked + span + span,
.shape_list a.selected,
li.clarity-icn-box.selected span.check-shape,
li.clarity-icn-box.selected .text_container, 
li.clarity-icn-box.selected input,
#color_swach_set li.color-fltr-box.selected span.check-shape,
#color_swach_set li.color-fltr-box.selected input,
#color_swach_set li.color-fltr-box.selected .text_container,
#fluor_swach_bx input[type="checkbox"]:checked + span,
#fluor_swach_bx input[type="checkbox"]:checked,
#fluor_swach_bx input[type="checkbox"]:checked + span + span{
	cursor: default;
}
ul#fluor_swach_bx, ul#polish_swach_bx{
	margin-top: 0px;
}
.tps_lab_wrap_main,
.tps_overtone_wrap_main{
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.tps-sort-filter span{
   font-size: 14px;
   color: rgb(var(--heading-color));   
} 
.tps-sort-filter .tps_sortby{
  cursor: pointer;
}
.tps_diamond_selected_filter_wrapper .tps_filter_by_label .filter_label{
   font-size: 14px;	
   color: rgb(var(--heading-color));
   line-height: 20px;
  opacity:1;
}
.tps_diamond_selected_filter_wrapper .tps_filter_by_label{
   line-height: 14px;
}
span.tps_applied_filter_lable,
.tps_filter_values{
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: rgb(var(--heading-color));
  opacity:0.7;
}
.shape_list a .shape_name,
.search_price_range .fl-left, 
.search_price_range .fl-right, 
.white_diamond_wrap .slider-values .fl-left, 
.white_diamond_wrap .slider-values .fl-right
.dev_tps_slide .text_container span,
span.check-txt,
ul#color_swach_set span.txt-color,
span.txt-cart,
ul#color_swach_set span.txt-color,
.tps_intensity_slider .txt-intensity,
.tps_slider_wrap ul li span,
.lab_wrap .tps_checkbox label span{
	font-size: 13px !important;
	line-height: 13px !important;
}

.tps_slider_wrap ul li span + span{
	margin-top: 8px !important;
}
ul.dev_ul_shpe{
	grid-gap: 0px !important;
}
ul.dev_ul_shpe li{
	width: 9.09% !important;
}
.tps_selection_slider ul{
	grid-gap: 15px 5px !important;
}
span.check-txt, span.check-txt, ul#color_swach_set span.txt-color, span.txt-cart, span.pol-txt,
span.pol-txt, span.fluor-txt, span.txt-cart, span.check-txt, ul#color_swach_set span.txt-color,
span.txt-intensity, span.pol-txt, span.fluor-txt, span.txt-cart, span.check-txt, span.txt-color,
span.pol-txt, span.pol-txt, span.fluor-txt, span.txt-cart, span.check-txt, ul#color_swach_set span.txt-color,
span.pol-txt, span.fluor-txt{
	width: 100% !important;
	margin: 8px 0px 0px 0px !important;
	display: block;
}

.tps_overtone_slider .overtone_wrap input[type=checkbox]:checked,
.tps_overtone_slider .overtone_wrap input[type=checkbox]:checked + label,
li.adv_filter_bx.selected,
li.adv_filter_bx.selected input,
li.adv_filter_bx.selected .border-bx,
li.adv_filter_bx.selected .border-bx .txt-cart,
.tps_selection_slider ul li.selected input,
.tps_selection_slider ul li.selected span,
.tps_selection_slider ul li.selected div{
	cursor: default !important;
}
.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li{
		padding: 0px !important;
	}
/*end*/
.tps-diamondlist-spinner-gridv-container .tps-diamondlist-animated-list{
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
div#diamond_type_wrap ul.tps_model-type li a{
	text-transform: uppercase;
}
.tps_pageTitle{
	text-align: center;
	margin: 10px 0px 35px 0px;
	padding: 0px 15px;
}
.tps_pageTitle h1{
	text-align: center;
    margin: 10px 0px 35px 0px;
    padding: 0px 0px;
    font-size: 35px;
    line-height: 45px;
    color: rgb(var(--heading-color));
    text-transform: capitalize;
    font-weight: 300 !important;
}
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media img{
  font-size: 16px;
  line-height: 20px;
}
.tps-detail-page-loader .tps_details_loader_social div:nth-child(3){
  margin-right: 0px;
}
.tps_details_loader_Shapes.tps_detail_loader_content{
	margin-top: 10px;
  grid-gap: 2px;
  grid-template-columns: 1fr;
  display: flex;
  flex-wrap: wrap;
}
.tps-detail-page-loader .tps_details_loader_bottom_info.tps_details_loader_two_col{
  margin-top: 0px !important;
}
.tps_details_loader_two_col_container {
  display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    margin-top: 20px;
    grid-gap: 19px;
}
.tps_details_loader_two_col  .tps_details_loader_subtitle{
	width: 20% !important;
	height: 50px;
  margin-top: 50px;
}
.tps_details_loader_two_col_container .tps_details_bg-masker{
	width: 100% !important;
	height: 30px;
}
html[lang="de"] .tps-pendantbuilder-info .tps_diamond_sub_title ul li{
	font-size: 16px;
}
.diamond_short_info .tabcontent .single_info .detail-row-2 a,
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row a,
.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value a{
	color:  #000000 !important;
	position: relative;
	font-weight: 500 !important;
    opacity:1 !important;
}
.diamond_short_info .tabcontent .single_info .detail-row-2 a::after,
.tps_fancyColor_slider ul li .txt-color::after,
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row a::after,
.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value a::after{
	  content: '' !important;
    width: 100% !important;
    height: 1px !important;
    background-color:rgb(var(--text-color)) !important;
    display: block !important;
    transition: width 0.5s ease !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
}
.tps_fancyColor_slider ul li .txt-color::after{
	width: 0% !important;
	height: 2px !important;
	bottom: -4px !important;
}


.tps_fancyColor_slider ul li .txt-color{
	position: relative;
}
.tps_fancyColor_slider ul li .text_container{
  width: fit-content !important;
  margin-left: auto;
  margin-right: auto;
}
.tps_fancyColor_slider ul li .image_container{
	display: block !important;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx{
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(jewelry-store-sprite.svg);  
}
.tps_fancyColor_slider ul li.selected .txt-color::after{
	width: 100% !important;
}
.tps_fancyColor_slider ul li.selected .txt-color{
	color: rgb(var(--heading-color)) !important;
}
.tps_fancyColor_slider ul li span.check-shape{
	display: none !important;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.yellow_color{
	background-position: -24px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.orange_color{
	background-position: -89px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.champagne_color{
	background-position: -153px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.brown_color{
	background-position: -221px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.green_color{
	background-position: -279px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.blue_color{
	background-position: -344px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.red_color{
	background-position: -407px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.pink_color{
	background-position: -473px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.purple_color{
	background-position: -538px -241px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.gray_color{
	background-position: -23px -291px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.black_color{
	background-position: -90px -291px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.chameleon_color{
	background-position: -153px -291px;
}
.tps_fancyColor_slider ul li .image_container .color-bdr-bx.cognac_color{
	background-position: -220px -291px;
}
.table_rows.diamond_row:nth-last-child(1), .table_rows.diamond_compare:nth-last-child(1){
	border-bottom: 1px solid rgb(var(--border-color));
}
.tps_diamondlist_detail_view_close{
  cursor: pointer !important;
}


.tps_ringbuilder_diamond_filter_data div#diamond_type_wrap ul.tps_model-type{
  	margin-top: 35px;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div.placeholder-image{
	display: none !important;
}
.cut_range_slider .tps_inputrange .cut_list li,
.tps_slider_wrap .tps_slider_list li{
	font-size: 13px !important;
  line-height: 13px !important;
  font-family: var(--text-font-family);
  color: rgb(var(--heading-color));
  text-align: center;
}
.cut_range_slider .tps_inputrange .cut_list,
.tps_slider_wrap .tps_slider_list{
	display: flex;
    align-content: center;
    list-style: none;
    margin: 0 15px;
    padding: 0;
}
.cut_range_slider .tps_inputrange .cut_list li,
.tps_slider_wrap .tps_slider_list li{
	 width: 25%;
}
.cut_range_slider .cut_range_1,
.cut_range_slider .cut_range_2,
.cut_range_slider .cut_range_3,
.tps_slider_wrap .tps_slider_range-wrap{
	  display: inline-block;
    width: 2px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
}
.cut_range_slider .cut_range_1,
.tps_slider_wrap .polish_range_1,
.tps_slider_wrap .symmetry_range_1{
	left: 25%;
}
.cut_range_slider .cut_range_2,
.tps_slider_wrap .polish_range_2,
.tps_slider_wrap .symmetry_range_2{
	left: 50%;
}
.cut_range_slider .cut_range_3,
.tps_slider_wrap .polish_range_3,
.tps_slider_wrap .symmetry_range_3{
	left: 75%;
}
.tps_slider_wrap .fluorescence_range_1{
	left: 20%;
}
.tps_slider_wrap .fluorescence_range_2{
	left: 40%;
}
.tps_slider_wrap .fluorescence_range_3{
	left: 60%;
}
.tps_slider_wrap .fluorescence_range_4{
	left: 80%;
}
.tps_slider_wrap .fluorescence_range_5{
	left: 100%;
}
.tps_slider_wrap .clarity_range_1{
	left: 12.5%;
}
.tps_slider_wrap .clarity_range_2{
	left: 25%;
}
.tps_slider_wrap .clarity_range_3{
	left: 37.5%;
}
.tps_slider_wrap .clarity_range_4{
	left: 50%;
}
.tps_slider_wrap .clarity_range_5{
	left: 62.5%;
}
.tps_slider_wrap .clarity_range_6{
	left: 75%;
}
.tps_slider_wrap .clarity_range_7{
	left: 87.5%;
}
.tps_slider_wrap .intensity_range_1{
	left: 11.11%;
}
.tps_slider_wrap .intensity_range_2{
	left: 22.22%;
}
.tps_slider_wrap .intensity_range_3{
	left: 33.33%;
}
.tps_slider_wrap .intensity_range_4{
	left: 44.44%;
}
.tps_slider_wrap .intensity_range_5{
	left: 55.55%;
}
.tps_slider_wrap .intensity_range_6{
	left: 66.66%;
}
.tps_slider_wrap .intensity_range_7{
	left: 77.77%;
}
.tps_slider_wrap .intensity_range_8{
	left: 88.88%;
}

.tps_slider_wrap .color_range_1{
	left: 14.28%;
}
.tps_slider_wrap .color_range_2{
	left: 28.57%;
}
.tps_slider_wrap .color_range_3{
	left: 42.85%;
}
.tps_slider_wrap .color_range_4{
	left: 57.14%;
}
.tps_slider_wrap .color_range_5{
	left: 71.42%;
}
.tps_slider_wrap .color_range_6{
	left: 85.71%;
}

.white_diamond_wrap .tps_slider_wrap.tps_cut_slider{
	margin-top: 5px;
}
.tps_slider_wrap.tps_intensity_slider .tps_slider_list li{
	padding: 0px 4px;
}
.tps_intensity_slider .filter_heading{
	padding-bottom: 23px;
}


.tps-detail-page-loader .tps_details_loader_gallery_left{
	padding-right: 0px !important;
}

.ring-builder-diamond-details .tps_diamond_detail_page{
	position: relative;
}


/*count loader*/
.tps_diamondlisting_area .dia_count_loader{
    width: 20px;
	height: 20px;
	background-image: url('loader.gif');
    display:block;
}
.tps_diamondlisting_area span.dia_count {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.tps_diamondlisting_area span.alldiamonds_tab.listingtab.active_tab.desk {
    display: flex ;
    justify-content: center;
    align-items: center;
}
.page-width.tps_diamond_detail_page {
    position: relative;
}
.page-width.tps_diamond_detail_page .tps-spinner-container.tps-detail-page-loader{
  left:0px;
}
.tps_diamond_detail_page .timeline-item {
    background: #FFFFFF;
    border-bottom: 1px solid #f2f2f2;
    padding: 0px;
    margin: 0 auto;
}
.tps_diamond_type_filter_desktop {
    margin-bottom: 22px;
}
 h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-block-start: 20px !important;
   margin-block-end: 20px !important;
}
/** loader_breadcrum **/
.tps-detail-page-loader .tps_details_loader_breadcrum {
    display: flex;
    grid-gap: 0px 10px;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  margin-bottom: 20px;
}
.tps-detail-page-loader .tps_details_loader_breadcrum .tps_details_loader_breadcrum_home {
    width: 80px;
    height: 20px;
}
.tps-detail-page-loader .tps_details_loader_breadcrum .tps_details_loader_breadcrum_arrow {
    width: 10px;
    height: 20px;
}
.tps-detail-page-loader .tps_details_loader_breadcrum .tps_details_loader_breadcrum_line {
    width: 250px;
    height: 20px;
}
.tps-detail-page-loader .tps_details_loader_breadcrum.tps_details_loader_backtosearch {
    margin-top: 0px;
    margin-bottom: 40px;
}
.tps_pendant_setting_gallery .tps-product-full-image video{
   width: 100%;
    height:100%;
}
.tps_pendant_setting_gallery .tps-product-full-image img{
    width: auto;
    margin-inline: auto;
    height:auto;    
}
 .button--primary, .tps_advFilter button.btn.tps_adFilter_btn,
.tps-dia-detail-buy-btn{
  background-position: 100% -103%, 100% 100%;
  border: 1px solid rgb(var(--heading-color));
  background: rgb(var(--heading-color));
  background: linear-gradient(to right, #0D0D0D 50%, transparent 50%);
  background-size: 200% 100%;
  background-position:left bottom;
  transition:all 0.8s ease;
  color: rgb(var(--background));
}
.tps_diamond_detail_data .tps_product_image_row{
   width:52%;
   padding-right:2%;
}

/*gallery code*/
.tps_pendant_setting_gallery .tps-product-full-image img{
   
}

.tps_pendant_setting_gallery .tps-product-full-image .main-tps-image, .tps_pendant_setting_gallery .tps-product-full-image .main-img{
/*	background: #f2f2f2;*/
}
.tps_pendant_setting_gallery{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.tps_pendant_setting_gallery .tpsprod-thumbnail-slider {
  width: 72px;
}
.tps_pendant_setting_gallery .tps-product-full-image {
   width: 80%;
   margin-inline: auto;
   z-index: 0;
}
.tps_pendant_setting_gallery .tps-product-full-image .main-tps-image,
.tps_pendant_setting_gallery .tps-product-full-image .main-img{
	display: flex !important;
	width: 100% !important;
	justify-content: center !important;	
	align-items: center;
	height: 100% !important;
}
.tps_pendant_setting_gallery .slick-list{
	padding: 0px 0px !important;
}
.tps_pendant_setting_gallery .tps_thumbnail_image .tps_thumbnail{
  width: 70px !important;
  height: 70px;
  min-width: 70px;
  padding: 2px;
  position: relative;
  margin-bottom: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #F5F5F5;
}
.tps_pendant_setting_gallery .tps_thumbnail_image .tps_thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;	
	cursor: pointer;
}
.tps_pendant_setting_gallery .tps_thumbnail_image .slick-current.slick-center .tps_thumbnail{
	border-color: rgb(var(--text-color));
}
.tps_pendant_setting_gallery .tps-product-full-image .main-img .main_image ,
.tps_pendant_setting_gallery .tps-product-full-image .main-img .tps_diamond_video,
.tps_pendant_setting_gallery .tps-product-full-image .main-img .image-additional,
.tps_pendant_setting_gallery .tps-product-full-image .main-img iframe{
	width: 100%;
	height: 100%;
}
.tps_pendant_setting_gallery .tps-product-full-image .main-img iframe{
	width: 80%;
	margin-inline: auto;
	display: block;
}
.tps_diamond_short_info-inner h1.tps_details_title{
	margin-block-start: 0px !important;
  margin-block-end: 15px !important;
  color: rgb(var(--text-color));
}
.tps-pendantbuilder-info .tps_diamond_title_price {
  border-bottom: 1px solid rgb(var(--border-color));
  padding-block-end: 15px;
  display: block;
  margin-bottom: 11px;  
}
.tps_choose_this_diamond button{
	background-position: 100% -103%, 100% 100%;
  border: 1px solid rgb(var(--heading-color));
  background: rgb(var(--heading-color));
  background: linear-gradient(to right, #0D0D0D 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all .8s ease;
  color: rgb(var(--background));
  font-size: calc(var(--base-font-size) - 2px);
  letter-spacing: 2px;
  padding: 17px 30px;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  min-height: unset;
  max-height: unset;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.tps-detail-page-loader .tps_details_loader_gallery_right .tps_details_bg-masker {
    width: 100%;
    height: 600px;
}
.tps_pendant_setting_gallery .tps-product-full-image .tps_diamond_video{
		width: 500px !important;
    margin: auto;
}
.tps_pendant_setting_gallery .tps-product-full-image .main-img.main-video .main_image {
   height: 480px;
}
.tps_pendant_setting_gallery .slick-list{
  height: 100% !important;
}
.tps_pendant_setting_gallery .tps_thumbnail_image .slick-list .slick-track{
	height: 100% !important;	
	transform: none !important;
}

/*End*/

ul.dev_ul_shpe{
   grid-row-gap: 14px !important;
}
.tps_shape_filter .shape_list .shape-icon.radiant,
.tps_shape_filter .shape_list .shape-icon.radiante{
    background-position: -616px -12px;
}
.tps_shape_filter .shape_list a.selected .shape-icon.radiant,
.tps_shape_filter .shape_list a.selected .shape-icon.radiante{
    background-position: -616px -72px;
}
.tps_shape_filter .shape_list .shape-icon{
   border-radius: 0px;
}
.tps-free_shipping .tps-free_shipping_inner,
.tps-shipping-date-sce .cust_shipping_inner{
  display: flex;
  flex-direction: column;
}
.diamond_short_info .tps-free_shipping .tps-free_shipping_inner span:nth-child(1),
.diamond_short_info .tps-shipping-date-sce .cust_shipping_inner span:nth-child(1){
   font-weight: 500;
   text-transform: capitalize;
}
.tps_diamond_info_section .tps_additional_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tps_diamond_info_section .tps_additional_info .tps_detail_info{
   display: inline-block;
   align-items: center;
}
.tps_diamond_info_section .tps_additional_info .tps_detail_info span{
	width: 27px;
  height: 23px;
	display: inline-block;
	float: left;
	margin-right: 4px;
	background: url(jewelry-store-sprite.svg);
}
.tps_diamond_info_section .tps_additional_info .tps_detail_info span.drop_icon{
  background-position: -30px -611px;
  margin-top: 0px;
}
.tps_diamond_info_section .tps_additional_info .tps_detail_info span.email_icon{
  background-position: -124px -611px;
  margin-top: 3px;
}
.tps_diamond_info_section .tps_additional_info .tps_detail_info span.phone_icon{
  background-position: -233px -611px;
  margin-top: 3px;
}
.tps_diamond_info_section .tps_additional_info .tps_detail_info  a{
	font-size: 14px;
	line-height: 14px;
}
.diamond_short_info .tabcontent{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.diamond_short_info .tabcontent .single_info{
  width: 49.5%;
}
.diamond_short_info .tabcontent .topright{
  display: none;
}
.tps_diamond_detail_data .tps-diamond-detailspage{
	margin-bottom: 60px;
}
.tps-detail-page-loader .tps_details_loader_two_col{
  width: 100%;
}
.tps-detail-page-loader .tps_details_loader_social.order_now .tps-order-now-col{
	padding: 20px;
  background: #f2f2f270;
}
.tps_recently_viewed_section{
	 margin-bottom:80px;
}
.tps_recent_view_heading h2{
  margin-block-end: 25px !important;
}
.tps-loose-diamonds-breadcrumbs, .breadcrumb__list {
    padding: 7px 0px 7px 0px !important;
}
.tps_recently_viewed_section .tps-diamondlist-item-media-div{
  height: 270px;
}
.tps_recent_diamond_list li:hover .tps-diamondlist-result-grid-view-cn{
  background-color: transparent !important;
}
.tps_diamondlist_detail_info span.tps_diamondlist_detail_view_close:hover {
  background-position: -410px -514px;
}
.tps-diamond-info-section .image-with-text__content{
  display: flex;
  flex-direction: column;
}
.tps-diamond-info-section .image-with-text__content p{
	order: 2;
    -webkit-order: 2;
    text-transform: capitalize;
    line-height: 25px;
    font-size: 16px;
    color: rgb(var(--heading-color));
    font-weight: 400;
    opacity: 1;
}
.tps-diamond-info-section .image-with-text__content h3{
	order: 1;
  -webkit-order: 1;
  margin: 0px 0px 5px 0px;
}
.tps-diamond-info-section .image-with-text__content .image-with-text__text-wrapper{
	order: 3;
	-webkit-order:3;
}
.tps-diamond-info-section .image-with-text__content .image-with-text__text-wrapper ul{
  margin: 0px 0px 28px 0px;
}
.tps-diamond-info-section .image-with-text__content .image-with-text__text-wrapper ul li{
  position: relative;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px !important;
  line-height: 17px !important;
}
.tps-diamond-info-section .image-with-text__content .image-with-text__text-wrapper ul li:nth-last-child(1){
  padding-bottom: 0px;
}
.tps-diamond-info-section .image-with-text__content .image-with-text__text-wrapper ul li::before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: rgb(var(--heading-color)) !important;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}	
.tps-diamond-info-section .image-with-text__wrapper{
	padding-block: 60px;
}
.grid_container.tps_gridmain_area{
   display: flex;
   flex-direction: column;
}
.tps-pendantbuilder-info .tps_diamond_sub_title ul li::after{
   background-color: #2e2e2e8a;  
}
section.tps-service-text-right-img.tps-service-text-img.tps-diamond-info-section.section {
    margin-top: 30px;
}
.tps-diamond-info-section .image-with-text__wrapper {
    padding-block: 0px;
}
.tps-link-button.tps_new_line_anchor_link .button-wrapper a {
    color: #fff;
}
.tps_loose_multi_grid .multi-column__inner {
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important; */
    gap: 40px !important;
    justify-content: center;
    padding-block-end: 2px;
    display: flex;

}
.tps_loose_multi_grid .multi-column__text-container a {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 20px;
}
.tps_loose_multi_grid.tps_new_line_anchor_link a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(var(--heading-color));
    transition: width .5s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.tps_loose_multi_grid.tps_new_line_anchor_link a:after {
    bottom: 0px;
}
.tps-link-button.tps_new_line_anchor_link .button-wrapper a::after{
  content:unset !important;
}
.tps_loose_multi_grid .multi-column__inner .multi-column__item{
  position:relative;
}
.tps_loose_multi_grid .multi-column__inner .multi-column__item::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(var(--border-color));
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}
.tps_loose_multi_grid .multi-column__inner .multi-column__item:last-child::after{
  content:unset !important;
}
.tps-diaomond-rich-text h2.heading.h3 {
    text-align: center;
}

.tps-diaomond-rich-text h2, tps-service-text-right-img h2 {
    text-align: center;
}

section.reviews-section .content-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding:40px;
}
section.reviews-section h2.heading.h2 {
    width: 100%;
   margin-top:0 !important;
}
.text-container img:not([style*=float]), .rte img:not([style*=float]) {
    margin: 0px 0 10px!important;
   
}
.tps-individual_reviews section.reviews-section.section {
    /* margin-top: 20px; */
  margin-bottom: 6px;

}
.tps-individual_reviews p{
  opacity: 1 !important;
}
.tps-individual_reviews .button-wrapper.dsd {
    margin-top: 10px !important;
}
.tps-diaomond-rich-text .tps_img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tps-bgimage .image-with-text, .tps-bgimage .tps-image-text-full-width .container {
    background-color: #f2f2f2;
}
.tps-bgimage .image-with-text{
  padding: 48px; 
}


/*loader design*/
.tps_loader_further_question{
    background: #f2f2f247;
    margin-top: 40px;
    width: 100%;
}
.tps_loader_further_question .tps_loader_further_question_title{
   height: 50px;
   width: 100%;
   max-width: 500px;
}
.tps_loader_further_question .tps_loader_further_question_para{
   height: 15px;
   width: 100%;
   max-width: 400px;
}
.tps_loader_further_question .tps_loader_further_question_button{
  width: 100%;
  max-width: 250px;
  height: 50px;
}
.tps_loader_further_question .tps_loader_further_question_cr{
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
  padding: 30px 15px;
  align-items: center;
}
.tps_loader_further_question.tps_loader_further_question_remove_border{
  background-color: #fff;
}
.tps_loader_further_question.tps_loader_further_question_remove_borde .tps_loader_further_question_para{
  max-width: 900px;
}
.page-width.tps_diamond_detail_page {
    position: unset;
}

#main:has(> .tps_diamond_detail_page){
	position: relative;
}
.page-width.tps_diamond_detail_page .tps-spinner-container.tps-detail-page-loader{
	padding-inline: 0px;
}
.page-width.tps_diamond_detail_page .tps-spinner-container.tps-detail-page-loader .tps-spinner-container-cr{
	max-width: var(--container-max-width);
	padding-inline: var(--container-gutter);
	margin-inline: auto;
}
.tps_diamond_size_chart_loader {
    background: #f2f2f247;
    margin-top: 40px;
    width: 100%;
    display: none;
}
.tps_tps_diamond-details .tps_loader_further_question{
	background-color: transparent;
}
.tps_diamond_customer_voice_loader{
	display: none;
	padding: 40px 15px;
	background: #f2f2f247;
	width: 100%;
}
.tps_tps_diamond-details .tps_diamond_size_chart_loader,
.tps_tps_diamond-details .tps_diamond_customer_voice_loader{
	display: block;
}
.tps_diamond_size_chart_loader .tps_diamond_size_chart_title,
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_title{
    height: 50px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px;
}
.tps_diamond_size_chart_loader .tps_diamond_size_chart_para,
.tps_diamond_size_chart_loader .tps_diamond_size_chart_short,
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_para,
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_sort{
    height: 15px;
    width: 100%;
    max-width: 800px;
}
.tps_diamond_size_chart_loader .tps_diamond_size_chart_short,
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_sort,
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_name{
	max-width: 400px;
	margin:auto;
	margin-bottom: 20px;
}
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_name{
	height: 20px;
}
.tps_diamond_size_chart_loader .tps_diamond_size_chart_image{
	height: 400px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
.tps_diamond_size_chart_loader .tps_diamond_size_chart_button{
	width: 100%;
    max-width: 250px;
    height: 50px;
}
.tps_diamond_size_chart_loader .tps_diamond_size_chart_loader-inner{
	display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 13px;
    padding: 40px 15px;
}
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_star{
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_loader-inner{
	display: flex;
	flex-direction: column;
	grid-row-gap: 13px;
	align-items: center;
}
.tps_diamond_customer_voice_loader .tps_diamond_customer_voice_star_col{
	width: 20px;
	height: 20px;
}
/*End*/
/*deatil page column sectrion*/
.tps_delerivery_info {
    max-width: var(--container-max-width) !important;
    width: 100% !important;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline: var(--container-gutter);
    --container-outer-margin: 0px;
}

.tps_delevery_main {
    padding: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  grid-gap: 30px;
}
.tps_delInfo, .tps_delLink {
    width: 47%;
    border: 1px solid rgb(var(--border-color));
    height: 270px;
    margin-bottom: 20px;
    padding: 30px;
}
.tps_delInquery {
    width: 100%;
}
.tps_delLink p {
    margin-bottom: 0px !important;
}
.tps_delInfo ul li {
    position: relative;
    padding: 5px 20px;
    display: inline-block;
    width: 51%;
  
}
.tps_delInfo ul li::before{
  content: '';
    width: 8px;
    height: 8px;
    background-color: rgb(var(--heading-color)) !important;
    position: absolute;
    top: 9px;
    left: 20px;
    border-radius: 50%;
}
.tps_delevery_main h2.heading.h3.tps_heading {
    margin-top: 0px !important;
}
.tps_delevery_main .tps_delLink a {
    display: inline-block;
    color: rgb(var(--heading-color));
    position: relative;
    text-decoration: none !important;
    font-weight: 500;
}
.tps_delevery_main .tps_delLink a::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(var(--heading-color));
    transition: width .5sease;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}


/*loader*/
.tps_en_icons_of_love {
  /*   background: #f2f2f247; */
    width: 100%;
    margin-top: 40px;
    padding-block: 40px;
}

.tps_en_icons_of_love .tps_en_icons_of_love_cr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.tps_en_icons_of_love .tps_en_icons_of_love_title {
    height: 50px;
    width: 100%;
    max-width: 80%;
    margin-bottom: 20px;
}

.tps_en_icons_of_love .tps_en_icons_of_love_cr .tps_en_icons_of_love_col_bootm {
    padding: 30px;
    border: 1px solid #a5a4a447;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tps_en_icons_of_love .tps_en_icons_of_love_para {
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
}


.tps_en_icons_of_love .tps_en_icons_of_love_short {
    width: 30%;
    height: 15px;
}
.tps_en_icons_of_love .tps_en_icons_of_love_col_bootm-last {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    width: 40%;
}
.tps_en_icons_of_love .tps_en_icons_of_love_col_bootm-last .tps_en_icons_of_love_short {
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
}
.tps_pageTitle h2.heading.h2.tps_tab_heading {
    font-size: 35px !important;
}
.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li:hover {
    border-radius: 50%;
}
/*end*/
/*price loader*/
.search_price_range.ss {
    position: relative;
} 
.slider-values span.price_from_div.active span#price_loader_l {
     
    display: block;
    
} 
.slider-values span.price_to_div.active span#price_loader_r {
    display: block;
    
} 
.slider-values span.price_from_div .price_loader{
    background: #fff;
  display: flex;
  position: absolute;
  top: 4px;
  left: 28px;
  overflow: hidden;
  width: 80px;
    justify-content: center;
}


.slider-values span.price_to_div .price_loader{
  background: #fff;
  display: flex;
  position: absolute;
  top: 4px;
    right: 20px;
    overflow: hidden;
    width: 80px;
    justify-content: center;
}

.slider-values span.price_from_div .price_loader span,
.slider-values span.price_to_div .price_loader span{
     width: 4px;
    height: 12px;
    margin: 5px 4px;
   background: #000;
/* border-radius: 50%; */
  animation: animate 3s linear infinite;
}

/* .slider-values span.price_from_div .price_loader:nth-child(1),
.slider-values span.price_to_div .price_loader:nth-child(1) {
  animation-delay: 0s;
} */
.slider-values span.price_from_div .price_loader span:nth-child(2),
.slider-values span.price_to_div .price_loader span:nth-child(2)
  {
  animation-delay: 0.1s;
}
.slider-values span.price_from_div .price_loader span:nth-child(3),
.slider-values span.price_to_div .price_loader span:nth-child(3)
 {
  animation-delay: 0.3s;
}

.slider-values span.price_from_div .price_loader span:nth-child(4),
.slider-values span.price_to_div .price_loader span:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes animate 
{
  0% {
    /* box-shadow: 0 0 0 rgba(0,0,0,0.5); */
    opacity: 0;
    transform: translateX(-10px) scale(1);
  }
  50% {
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.5); */
    opacity 0;
    transform: translateX(0px) scale(1.2);
  }
  100% {
    /* box-shadow: 0 0 0 rgba(0,0,0,0.5); */
    opacity 0;
    transform: translateX(10px) scale(1);
  }
}
    
.button.button--primary.inq_form_btn{
  /* background-position: 100% -103%, 100% 100%; */
  /* border: 1px solid rgb(var(--heading-color));
  background: rgb(var(--heading-color)); */
  background: linear-gradient(to right, #fff 50%, transparent 50%)
  /* background: linear-gradient(to right, #0D0D0D 50%, transparent 50%); */
  background-size: 200% 100%;
  /* background-position:left bottom; */
  transition:all 0.8s ease;
  /* color: rgb(var(--background)); */
    color: rgb(var(--text-color));
    background-position: right bottom;
    width: 100%;
    margin-bottom: 15px;
}


@media (hover: hover){
  .button.button--primary.inq_form_btn:hover{
   background: rgb(var(--heading-color));
  background-position:left bottom; 
  color: rgb(var(--background));
}
  .tps_delevery_main .tps_delLink a:hover::after{
    width: 0%;
}
 .tps_delevery_main .tps_delLink a a:hover {
        color: rgb(var(--heading-color)) !important;
  }
  
.button--primary:hover, .tps_advFilter button.btn.tps_adFilter_btn:hover,
  .tps-dia-detail-buy-btn:hover{
    color: rgb(var(--text-color));  
    background-position:right bottom;
  }


.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div a.reset_option {
	background: #FFFFFF;
	color: var(--black);	
}

.tps_diamond_shapes li a:hover span.text_shape:after,
.tps_diamond_metal li a:hover span.text_metal::after,
.tps_diamond_style li a:hover span.text_style::after,
 {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #efefef4f 50%, #cc9966 50%) right;
	background-size: 201%;
	transition: .5s ease-out;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tps_diamond_shapes li a:hover span.text_shape:after,
.tps_diamond_metal li a:hover span.text_metal::after,
.tps_diamond_style li a:hover span.text_style::after, {
	background-position: left;
}

.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_img img.hoverImg {
	display: none;
}

.tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_img:hover .hoverImg {
	display: block !important;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
}

.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product:hover .hoverImg {
	/* 	background: #fff1e4; */
	display: black;
}

.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content a:hover {
	color: var(--black);
	padding: 15px;
	text-align: center;
}
.tps_selected_filter_wrapper .filter_block.reset_filter a:hover {
	color: rgb(var(--text-color));
}
.selected_filter_container ul li:hover {
	color:rgb(var(--heading-color));
}
.tps_selected_filter_wrapper .filter_container .selected_filter_container ul li:hover span.tps-pendantbuilder-remove-option {
	background-position:  -393px -133px;
}
.pendant-sec .variants-item-match-shapes label:hover::after,
.tps-pendantbuilder-info .variants-item-metal label:hover:after,
.variants-item-pendant-style label:hover::after {
	background-position: left;
}

/* Change background color of buttons on hover */
.tab button:hover {
	color: #CC9966;
}

.step_title:hover h4,
.step_title:hover .tps_steps_num {
	color: var(--black);
}

.step_title:hover {
	background: #fff1e4;
}

.step_title:before:hover {
	background: #fff1e4;
}

.step_title:hover::after {
	border-left: 32px solid #fff1e4;
}
.product-form__buttons input.tps_choose_setting:hover {
	color: var(--black);
	box-shadow: none !important;
	background: #FFF1E4;
	border: 1px solid #FFF1E4;
}
.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a:hover span{
  color: #FFFFFF;
}

.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a:hover {
	background: var(--bgcolor-dark);
    color: rgb(var(--heading-color));
    border: 1px solid rgb(var(--heading-color));
}

.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a:hover::before,
.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list li a:hover::after {
	width: 100%;
	z-index: 1;
}
.tps_details_btn.tps_pendant_details_btn button.tps_btn.tps_add_to_cart:hover {
	color: var(--black);
	box-shadow: none !important;
	background: #FFF1E4;
	border: 1px solid #FFF1E4;
	transition: all 0.5s;
	transform: scale(0.95);
}
figure.zoom img:hover {
	opacity: 0;
	cursor: crosshair;
}
.tps-wishlist-compare-details .btn-product span.span-wishlist:hover,
.tps_single_product-inner.tps-pendant-Builder-detilspage .tps_additional_information li a span:hover {
	color: #e8c592 !important;
}
.diamond_grid_view_container ul li a:hover,
.tps_diamond_compare_view ul li a:hover,
.tps_diamond_recent_view a:hover {
	color: var(--black);
   
}

.diamond_grid_view_container ul li:hover,
.tps_diamond_compare_view ul li:hover,
.tps_diamond_recent_view ul li:hover {
	 box-shadow: 0px 3px 8px #00000040;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn a:hover,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn a:hover,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn a:hover,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn a:hover{
	color: var(--black);
}

.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn:hover,
.tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn:hover,
.tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn:hover,
.tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn:hover{
	background: #FFFFFF;
   
}
.diamond_grid_view_container ul li:hover .tps-diamondlist-result-grid-view-cn,
.tps_diamond_compare_view ul li:hover .tps-diamondlist-result-grid-view-cn,
.tps_diamond_recent_view ul li:hover .tps-diamondlist-result-grid-view-cn,
.tps_recent_diamond_list li:hover .tps-diamondlist-result-grid-view-cn{
  background: #FFFFFF;
}

.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li:hover span.tps-diamondlist-compare-span {
	background-position: -570px -125px;
}
.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps_diamond_info_span:hover {
	background-position: -528px -125px;
}
.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value:hover{
	font-weight: 500;
    opacity:1;
}
.tps-final-zoom img:hover {
	opacity: 0;
}

.tps-final-zoom.hover {
	background-size: 0%;
}

.tps-final-zoom.hover:hover {
	background-size: cover;
}
.tps_diamondlist_detail_info span.tps_diamondlist_detail_view_close:hover {
	background-position: -410px -514px;
}
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row button:hover {
	background-color: rgb(var(--primary-button-text-color)) !important;
    color: rgb(var(--primary-button-background)) !important;
    border: 1px solid rgb(var(--primary-button-background)) !important;
}
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span.tps_diamondlist_detail_view_info_value:hover{
	font-weight: 500;
   opacity:1;
}
.tps_main_diamond_gallery .tps_diamond_gallery_thumb_images .slide:hover::after{
    background-position: left;
    cursor: pointer;
}
 .tps_product_details_info .product_metafields .single_info .txt_info a:hover::after {
   background-color: var(--black) !important;
}
.tps-pendantbuilder-info .tps_diamond_sub_title ul li a:hover::after, .tps_product_details_info .product_metafields .single_info .txt_info a:hover::after {   
    width: 0% !important;
 }
.diamond_short_info .tps-free_shipping:hover .shipping_icon{
	background-position: -148px -494px;
}
.diamond_short_info .tps-shipping-date-sce:hover .shipping_icon{
	background-position: -216px -494px;
}
.diamond_short_info .tps-free_shipping:hover, 
.diamond_short_info .tps-shipping-date-sce:hover{
	color: rgb(var(--heading-color));
}
.tps_diamond_detail_back_to_search a.tps_back_to_search:hover{
	text-decoration: underline;
}
.sort_option:hover {
    background:#000000;
    color: #FFFFFF;
}
ul#intensity_swach_set 
li.intensity-fltr-box:hover span.check-shape {
    background: rgb(var(--heading-color));
}

.diamond_short_info .tabcontent .single_info .detail-row-2 a:hover::after,
.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row a:hover::after,
.tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value:hover a::after{
	 width: 0% !important;
}
.diamond_short_info .tabcontent .single_info .detail-row-2:hover{
	font-weight: 500;
}
.tps_shape_filter .shape_list a:hover .shape-icon.icon1 {
	    background-position: -13px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon2 {
	    background-position: -82px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon10 {
	    background-position: -554px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon7 {
	    background-position: -379px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon4 {
	    background-position: -209px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon3{
	    background-position: -144px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon6{
	    background-position: -327px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon8 {
	    background-position: -436px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon5 {
	    background-position: -274px -73px;
	}	
	.tps_shape_filter .shape_list a:hover .shape-icon.icon9 {
	    background-position:-495px -73px;
	}

	.filter_heading .shape_list a:hover span,
	.shape_list a:hover .shape_name{
		color: #000000 ;
      opacity:1;
	}

	.lab_wrap .tps_checkbox label:hover input+span,
	.tps_overtone_slider .overtone_wrap label:hover input[type=checkbox]+span{
		background-color: rgb(var(--primary-button-background));
	    display: block;
	    height: 100%;
	    width: 100%;
	    padding: 15px;
	    color: rgb(var(--primary-button-text-color));
	}
	.tps_fancyColor_slider ul li:hover .txt-color::after{
		width: 100% !important;
	}
	.tps_fancyColor_slider ul li:hover .txt-color{
		color: rgb(var(--heading-color)) !important;
	}
	
	.tps_advFilter button.btn.tps_adFilter_btn:hover::after{
		background-position: -18px -131px;
	}
	.tps_advFilter button.btn.tps_adFilter_btn.active:hover::after{
		background-position: -58px -131px;
	}
	div#diamond_type_wrap ul.tps_model-type li a:hover{
	  background: rgb(var(--primary-button-background));    
      border-color: rgb(var(--primary-button-background));
      color:rgb(var(--primary-button-text-color));
	}
	.tps_choose_this_diamond button:hover{
		color: rgb(var(--text-color)) !important;
    background-position: right bottom;
  }
  .tps_shape_filter .shape_list a:hover .shape-icon.radiant,
  .tps_shape_filter .shape_list a:hover .shape-icon.radiante{
    background-position: -616px -72px;
  }
  .tps_diamond_info_section .tps_additional_info .tps_detail_info:hover span.drop_icon{
	  background-position: -76px -611px;
	}
	.tps_diamond_info_section .tps_additional_info .tps_detail_info:hover span.email_icon{
	  background-position: -178px -611px;
	}
	.tps_diamond_info_section .tps_additional_info .tps_detail_info:hover span.phone_icon{
	  background-position: -283px -611px;
	}
	ul.tps_recent_diamond_list li:hover, .tps_diamond_recent_view ul li:hover{
    box-shadow: 0px 3px 8px #00000040;
  }
  .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button:hover,
.tps_pendant_builder_step .tps_start_over_popup .tps_pendantbuilder_reset_filter_confirm_popup_btn_div button:hover{
  background-color: #FFFFFF;
  color: rgb(var(--primary-button-background));
}
}
/* responove */
@media(max-width:1920px){
  .tps-diamondlist-img {
    height: 275px;
}
}
@media(max-width:1680px) {
	 .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
   
    height: 305px;
}
	.price__regular span{
		font-size: 20px;
	}
  .tps-diamondlist-img {
    height: 345px;
  }
}
@media(max-width:1550px){
  .tps-diamondlist-img {
    height: 330px;
  }
    .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 320px;
    }
}
@media(max-width:1450px){
	/*.tps_ringbuilder_diamond_filter_data{
		padding-left: 15px !important;
    padding-right: 15px !important;
	}*/
}
@media(max-width:1440px) {
   .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 290px;
    }
     #thumb-seven .hand_diamond_img {
    left: 39%;
  }
  .tps_overtone_slider .overtone_wrap{
  	width: 23.5%;
  }


	.tps_filter_metal {
		-webkit-order: 2;
		order: 2;
		padding-left: 2%;
	}

	.tps_filter_price {
		-webkit-order: 3;
		order: 3;
		padding-left: 0%;
		padding-right: 2%;
	}

	.tps_filter_style {
		-webkit-order: 4;
		order: 4;
		padding-left: 2%;
	}

	.tps_diamond_shapes li {
		width: 17%;
	}

	.tps_diamond_shapes li a,
	ul.tps_diamond_metal li a,
	.tps_filter_style ul li a {
		display: block;
		margin: auto;
		position: relative;
		padding-bottom: 10px;
		cursor: pointer;
		min-height: 32px;
		width: fit-content;
	}

	ul.tps_diamond_shapes,
	ul.tps_diamond_metal,
	ul.tps_diamond_style {
		grid-gap: 0px;
      justify-content: start;
	}

	ul.tps_diamond_metal li {
		width: 23%;
	}

	
	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter,
	.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter{
		grid-column-gap: 25px;
	}

	.tps_filter_style ul li {
		width:14%;
	}

  .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
  width: 980px;
}
.tps-diamondlist-img {
	height: 295px;
}
div#diamond_type_wrap ul.tps_model-type li a{
 	font-size: 15px;
    line-height: 25px;
 }
 .tps_diamondlist_detail_info{
 	width: 98%;
 } 
 .tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row button{
 	padding: 13px 15px 11px;
 }

 div#diamond_type_wrap ul.tps_model-type{
 	padding: 0px 15px;
 }


}

@media(max-width:1390px){
	li.intensity-fltr-box{
		width: 19.3%;
	}
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info{
		max-width: 50% !important;
	}
	.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info{
		width: 40% !important;
    max-width: 40% !important;
	}
}
@media(max-width:1366px) {
  .tps-diamondlist-img {
	height: 300px;
  }
  #thumb-seven #handcolorslider.ui-widget-content, #thumb-seven #caratlearnmore.ui-widget-content{
    width: 60%;
  }
  .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
    width: 820px;
  }
 .diamond_grid_view_container ul, .tps_diamond_compare_view ul, .tps_diamond_recent_view ul{
 	grid-gap: 15px;
 }
/* .tps-diamondlist-spinner-gridv-container .timeline-item {
   
    height: 2380px;
    
} */

  
}
@media(max-width:1350px){
	.diamond_short_info .tabcontent .single_info .detail-row-1{
		width: 55%;
	}	
	.diamond_short_info .tabcontent .single_info .detail-row-2{
		width: 45%;
	}
	.tps-pendantbuilder-info .tps_diamond_sub_title ul li{
		font-size: 18px;
	}
	.tps-pendantbuilder-info .tps_diamond_description p,
	.diamond_short_info .tps-free_shipping, .diamond_short_info .tps-shipping-date-sce,
	.diamond_short_info .tabcontent .single_info .detail-row-1 strong, .diamond_short_info .tabcontent .single_info .detail-row-2{
		font-size: 14px;
		line-height: 24px;
	}
	
	div#diamond_type_wrap ul.tps_model-type {
	    padding: 0px 0px;
	    grid-gap: 5px;
	}
	ul.dev_ul_shpe li {
	    width: 20% !important;
	    display: flex;
        justify-content: center;
	}
	ul.dev_ul_shpe{
		grid-gap: 15px 0px !important;
	}
	.tps_selection_slider ul{
		grid-gap: 15px 0.5% !important;
		margin-top: 0px;
	}
	li.intensity-fltr-box {
    width: 19.6%;
  }
  .tps_lab_wrap_main, .tps_overtone_wrap_main{
  	grid-gap: 10px 0.8%;
  }
  .tps_overtone_slider .overtone_wrap,
  .lab_wrap, .tps_overtone_slider .overtone_wrap{
	    width: 24.4%;
	    max-width: 100%;
	}
	.lab_wrap .tps_checkbox label span, .tps_overtone_slider .overtone_wrap label span{
	  	padding: 15px 5px;
	}
	.tps_overtone_slider .overtone_wrap {
    width: 24.4%;
  }
  .tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row button {
	    padding: 13px 5px 13px;
	    width: 100%;
	}
	.tps_pendant_setting_gallery .tps_thumbnail_image .tps_thumbnail{
		  margin-left: unset;
		  margin-right: auto;
	}
	.tps_recently_viewed_section .tps-diamondlist-item-media-div {
    height: 215px;
  }
  .diamond_short_info .tps-free_shipping .shipping_icon, .diamond_short_info .tps-shipping-date-sce .shipping_icon{
  	height: 40px;
  }
  .diamond_short_info .tps-shipping-date-sce .shipping_icon {
    background-position: -87px -498px;
  }
  .diamond_short_info .tps-free_shipping .shipping_icon {
    background-position: -19px -497px;
  }
  .diamond_short_info .tps-shipping-date-sce:hover .shipping_icon {
    background-position: -216px -498px;
  }
  .diamond_short_info .tps-free_shipping:hover .shipping_icon {
    background-position: -148px -497px;
  }
}
@media(max-width:1300px){
  /* .tps_delInfo ul li::before {
  
    top: 10px;
    left: 28%;
    
} */
  .tps_delInfo ul li::before {
  
    top: 9px;
    left: 0;
   
}
}
@media(max-width:1280px) {
      /* .tps_delInfo ul li::before {
        top: 10px;
        left: 20%;
    } */
   .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 240px;
    }
    #thumb-seven .hand_diamond_img { 
    left: 38%;
  }
	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter {
		width:100%;
	}

	h2#final_pendant_name {
		font-size: 22px;
		line-height: 32px;
	}

	.tps-detail-page-loader .tps_details_loader_gallery_left div {
		width: 320px;
		/* height: 300px; */
	}

	.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
		width: 64%;
	}
  .pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
    width:100%;
}

        .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
    width: 800px;
    }

    .tps_diamond_shapes li {
    width: 19%;
}
.tps_selection_slider ul {
    grid-gap: 15px .5% !important;
}
div#diamond_type_wrap ul.tps_model-type li a {
    font-size: 14px;
    line-height: 24px;
}
span.mb_comp{
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	justify-content: center;
}
.mb_comp .tps_checkbox{
	top: 0 !important;
}
span.mb_comp .tps_checkbox input[type=checkbox] +label,
span.mb_comp .tps_checkbox input[type=checkbox]{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data .tps-diamondlist-item-meta-data-info{
	grid-gap: 0px 5px;	
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span, .tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span, .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span, .tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span{
   font-size: 13px;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn, .tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn, .tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn, .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn{
  padding: 15px 0px 10px;
}
 .tps_advFilter{
 	padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 10px;
 }
 .tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table{
 	grid-gap: 0% 2%;
 	width: 62%;
 }
 .tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row{
 	width: 18%;
 }
 .tps-detail-page-loader .tps_details_loader_gallery_left{
 	width: 10%;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   grid-template-columns: 1fr;
  grid-gap: 15px;
  height: fit-content;
 }
 .tps-detail-page-loader .tps_details_loader_gallery_left div {
    width: 100%;
  }
  .tps-diamondlist-item-info{
  	padding: 20px 0px 10px;
  }
  .tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-label, .tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value {
    font-size: 11px;
    line-height: 13px;
  }
  .tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-label{
  	width:55%;
  }
  .tps-diamondlist-item-info .tps-diamondlist-item-info-row span.tps-diamondlist-item-info-value{
  	width: 45%;
  }
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li:hover span.tps-diamondlist-compare-span,
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps-diamondlist-compare-span{
  	background-position: -483px -125px !important;
  }
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li.active span.tps-diamondlist-compare-span{
  	background-position: -570px -125px !important;
  }
  .tps-diamondlist-img {
        height: 245px;
    }
    .tps_pendant_setting_gallery .tps-product-full-image .tps_diamond_video{
    	width: 100% !important;
    }
  .tps_recently_viewed_section .tps-diamondlist-item-info-span{
      top: 9px;
      right: 5px;    
   }
   .tps_recently_viewed_section .tps-diamondlist-item-info {
    padding: 30px 5px 10px;
  }
}
@media(max-width:1220px){
  
  .tps_delInfo ul li {
    width: 70%;
}
	.tps_pendant_setting_gallery .tps-product-full-image .main-img iframe{
		  width: 100%;
	}
	/*.tps_pendant_setting_gallery .tps-product-full-image .main-img.main-video{
		  height: 550px !important;
	}*/
	.tps_pendant_setting_gallery .tps-product-full-image .tps_diamond_video {
        width: 80% !important;
    }
}
@media(min-width:1200px){
	/*.tps-diamond-detailspage .product{
		margin-inline: calc(var(--grid-column-width) + var(--grid-gap)) !important;
	}*/
}

@media(min-width:1199px){	
	
}

@media(max-width:1199px) {
   .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 270px;
    }
     #thumb-seven .hand_diamond_img {  
    left: 37%;
  }
	.tps_filter_shape,
	.tps_filter_metal {
		width: 50%;
	}

	.tps_filter_price,
	.tps_filter_style {
		width: 50%;
	}

	.tps_pendantbuilder_final_page .step_block .step:first-child {
		display: none;
	}

	h2#final_pendant_name {
		font-size: 20px;
		line-height: 30px;
	}

	.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
		width: 90%;
	}

	.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
		width: 65%;
	}

	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter {
		width: 96%;
	}

	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table {
		width: 80%;
	}

	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row {
		width: 100%;
		justify-content: left;
		padding-left: 21.5%;
	}

	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_btn_row button {
		width: 100%;
		margin-top: 15px;
	}

      .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
    width: 750px;
    }

  
    ul.tps_diamond_metal li {width: 24%;}

  h1.product__title, .tps_details_title {font-size: 26px;}

  .tps_product_details_info .tps_detail_section_heading h2 {font-size: 22px;}

  h1.tps_module_heading {font-size: 30px;}

  
.tps_choose_this_diamond {
    grid-template-columns: repeat(1, 1fr);  
}


.tps-pendantbuilder-info .tps_diamond_sub_title ul li {
    font-size: 16px;
}
.white_diamond_wrap .shape_list li a:hover span:after,
.white_diamond_wrap .shape_list li a span:after{
	width: 0px !important;
}
.white_diamond_wrap .shape_list li a.selected span:after {
    width: 100% !important;
}
.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter,
.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter{
	width: 100%;
}
.tps_selection_slider ul li:hover .border-bx,
.tps_selection_slider ul li .border-bx,
.tps_selection_slider ul li .check-shape,
.tps_selection_slider ul li:hover .check-shape,
.tps_selection_slider ul li:hover .pol-bor-bx,
.tps_selection_slider ul li .pol-bor-bx,
.tps_selection_slider ul li:hover .fluor-bor-bx,
.tps_selection_slider ul li .fluor-bor-bx{
  background-color: transparent !important;
}
.tps_selection_slider ul li.selected .border-bx,
.tps_selection_slider ul li.selected .check-shape,
.tps_selection_slider ul li.selected .pol-bor-bx,
.tps_selection_slider ul li.selected .fluor-bor-bx{
  background-color: rgb(var(--heading-color)) !important;
}
.tps-diamondlist-img {
    height: 280px;
}
div#diamond_type_wrap ul.tps_model-type li{
	max-width: 200px;
	text-align: center;
}
div#diamond_type_wrap ul.tps_model-type li a {
    font-size: 13px;
    line-height: 19px;
}
div#diamond_type_wrap ul.tps_model-type li a{
	padding: 7px 22px;
}
.tps-dia-detail-buy-btn:hover, 
.tps-ringbuilder-btn:hover{
    color: #FFFFFF !important;
    transition: box-shadow var(--duration-short) ease !important;
    background-color: rgb(var(--heading-color)) !important;
    border: 1px solid rgb(var(--heading-color)) !important;
}
.tps-dia-detail-buy-btn.add_to_cart_spinner, 
.tps-ringbuilder-btn.add_to_cart_spinner{
    color: rgb(var(--heading-color)) !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 1px solid rgb(var(--heading-color)) !important;
}
.tps_pageTitle h1{
	font-size: 30px;
  line-height: 40px;
}
.tps_diamond_short_info-inner h1.tps_details_title{
	font-size: 28px !important;
	line-height: 38px !important;
}
.tps_product_description-tab .tps_diamond_heading,
.tps_recent_view_heading h2{
	font-size: 22px;
  line-height: 22px;
}
.tps_recent_view_heading h2 {
  margin-block-end: 12px !important;
}
.tps_recently_viewed_section .tps-diamondlist-item-media-div {
        height: 175px;
    }
}

@media(max-width:1024px) {
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
   
    height: 277px;
}
  /* .tps-diamondlist-spinner-gridv-container .timeline-item {
    height: 3190px;
} */
     #thumb-seven .hand_diamond_img {  
    left: 41%;
  }
	.tps_filter_shape,
	.tps_filter_metal,
	.tps_filter_price,
	.tps_filter_style {
		width: 50%;
	}

	.tps_diamond_shapes li {
		width: 17%;
	}

	.tps_diamond_metal li {
		width: 22%;
	}

	ul.tps_diamond_shapes,
	ul.tps_diamond_metal {
		justify-content: center;
	}

	/* pendant buider destils page */
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper {
		/*width: 100% !important;
		max-width: 100% !important;*/
	}

	.tps-wishlist-compare-details {
		grid-gap: 30px;
	}

	.tps-wishlist-compare-details ul.tps_additional_information {
		grid-gap: 30px;
	}

	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info {
		/*width: 100% !important;
		max-width: 100% !important;
		padding-left: 0% !important;*/
	}

	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info h2.product__title {
		margin-top: 0;
	}

	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info h2.product__title {
		margin-top: 0;
		font-size: 22px;
		line-height: 32px;
	}

	.price__regular span {
		font-size: 20px;
		line-height: 30px;
	}


	.lab_wrap {
		width: 20%;
	}

	.tps_row.tps_product_info_row .tps-setting-detail-column.detail-column-1 {
		grid-template-columns: repeat(1, 1fr);
		display: grid;
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}



	.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 div span.detail-row-1 {
		width: 100%;
	}

/*	.tps_dia_detail_button button,
	.product-form__buttons button {
		padding: 10px 0px;
		font-size: 14px;
		line-height: 24px;
		min-height: 5.5rem;
	}*/


	.tps_row.tps_product_info_row .tps-setting-detail-column.detail-column-1 span.detail-row-2 {
		font-weight: 300;
	}

	.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 div {
		grid-gap: 10px 0px;
	}

	.diamond_grid_view_container ul,
	.tps_diamond_compare_view ul,
	.tps_diamond_recent_view ul {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.tps-detail-page-loader .tps_details_loader_gallery_left div {
		width: 100%;
	}

	.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div span.detail-row-1 {
		width: 60%;
	}

	.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
		width: 65%;
	}

	.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
		width: 100%;
	}

	.tps_no_data ul,
	.tps_no_data .tps_diamond_compare_view ul,
	.tps_no_data .tps_diamond_recent_view ul {
		grid-template-columns: 1fr;
		text-align: center;
		font-size: 16px;
	}

      .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
    width: 720px;
    }

    h1.tps_module_heading {font-size: 28px;}
   ul.tps_recent_diamond_list, .tps_diamond_recent_view ul {
      grid-template-columns: 1fr 1fr 1fr;
  }
  
  /* lodar css */
  .tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery,
	.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
		width: 100%;      
      margin-bottom:30px;
	}
  

	.tps-detail-page-loader .animated-background,
	.tps-filter-page-loader .animated-background {
		height: 100%;
	}

	.tps-spinner-container.tps-detail-page-loader {
		overflow: hidden;
	}

    .tps-detail-page-loader .tps_details_loader_chosesettingbutton {
      height: 30px;
  }
  h1.product__title, .tps_details_title {
    font-size: 22px;
}	


.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery, .tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info{
	width: 50%;
}
.diamond_short_info .tabcontent .single_info {
    padding: 6px 15px;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper{
	width: 55% !important;
    max-width: 55% !important;
}
/*.tps-pendant-Builder-detilspage .tps-pendantbuilder-info{
	width: 45% !important;
    max-width: 45% !important;
}*/
.tps_selected_filter_wrapper .filter_container .selected_filter_container ul li span.tps-pendantbuilder-remove-option{
	margin-top: 0px;
}

span.tps_applied_filter_lable, .tps_filter_values{
	font-size: 13px;
    line-height: 13px;
}
	.tps-diamondlist-spinner-gridv-container .tps-diamondlist-animated-list{
 			grid-template-columns: 1fr 1fr 1fr !important;
 	} 	
 	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_media .tps_diamondlist_detail_view_title{
 		font-size: 14px;
    line-height: 23px;
    margin: 12px 0px 5px;
 	}
 	.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li{
 		z-index: 0 !important;
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
 	}
 	.tps-diamondlist-item-info{
 		z-index: 999 !important;
 	}
 	.tps-diamondlist-item-info span.tps-diamondlist-item-info-close.tps_diamond_info_close{
 		width: 30px;
    height: 30px;
 	}
 	.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span{
 		width: 35px;
    height: 35px;
 	}	
 	.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps-diamondlist-compare-span {
    background-position: -480px -123px;
  }
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps_diamond_info_span {
    background-position: -438px -123px;
    z-index: 9999 !important;
  }
/*  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li:hover span.tps-diamondlist-compare-span,*/
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps-diamondlist-compare-span{
  	background-position: -480px -123px !important;
  }
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li.active span.tps-diamondlist-compare-span{
    background-position: -567px -123px !important;
  }

  /*.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li span.tps_diamond_info_span:hover {
    background-position: -525px -123px;
  }*/
  .tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list li.tps-diamondlist-result-grid-compare.active span.tps-diamondlist-compare-span{
		background-position: -567px -123px;
        box-shadow: 0px 3px 8px #000000 !important;
	}
	ul.tps_recent_diamond_list, .tps_diamond_recent_view ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 1%;
	}
	ul.tps_recent_diamond_list li, .tps_diamond_recent_view ul li{
     width: 32.33%;
	}
  
/*end*/
  .tps_loose_multi_grid .multi-column__inner {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 20px !important;
    justify-content: center;
    padding-block-end: 2px;
    display: grid;
    grid-auto-flow: row !important;
}
.tps_loose_multi_grid .multi-column__inner .multi-column__item::after{
  right: 11px;
}
  .tps_loose_multi_grid .multi-column__inner .multi-column__item:nth-child(3)::after{
    content: unset ;
  }
}
@media(min-width:1000px){
	/*.tps-diamond-detailspage .product{
		margin-block-end: 80px !important;
	}*/
}
@media(max-width:1000px){
  .tps-sort-section .tps-sort-filter{
    display:block !important;
  }
    .tps-diaomond-rich-text .content-box {
    text-align: left;
    padding-inline: 15px !important;
}
.tps-diaomond-rich-text h2, .tps-service-text-right-img h2 {
    text-align: center;
}
.tps-diaomond-rich-text .button-wrapper {
    text-align: center;
}
	.tps_diamond_detail_data .tps_product_image_row{
	   width: 100%;
	   padding-right: 0;
	}
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info{
	   width: 100% !important;
	   max-width: 100% !important;
	   margin-top: 30px;
	}
	.tps_pendant_setting_gallery .tpsprod-thumbnail-slider,
	.tps_pendant_setting_gallery .tps-product-full-image{
    width: 100%;
  }
  .tps_pendant_setting_gallery{
  	flex-direction: column-reverse;
    grid-row-gap: 45px;
  }
  .tps_pendant_setting_gallery .tps_thumbnail_image .tps_thumbnail{
  	margin-inline: auto;
  }
  .tps_diamond_detail_data .tps_product_image_row{
  	margin-bottom: 30px;
  }
  .tps_dia_detail_button button{
  	max-width: 100%;
  }
  .tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery{
  	flex-wrap: wrap;
  	flex-direction: column-reverse;
  }
  .tps-detail-page-loader .tps_details_loader_gallery_right{
  	width: 100%;
  }
  .tps-detail-page-loader .tps_details_loader_gallery_right .tps_details_bg-masker{
  	 height: 500px;
  }
  .tps-detail-page-loader .tps_details_loader_gallery_left{
  	flex-direction: row;  
  	max-width: 400px;
    margin-inline: auto;
  }
  .tps-detail-page-loader .tps_details_loader_gallery_left div{
  	 height: 50px !important;
  }
  .tps_pendant_setting_gallery .tpsprod-thumbnail-slider{
  	 display: none !important;
  }
  .tps_pendant_setting_gallery .slick-dots{
  	 padding-left: 0px;
  	 display: flex;
  	 justify-content: center;
  	 grid-gap: 10px;
  }
  .tps_pendant_setting_gallery .slick-dots li{
  	width: 15px;
    height: 15px;
  	background: rgb(var(--text-color));
  	opacity: .3;
  	overflow: hidden;
  	font-size: 0px;
  	line-height: 0;  	
  	color: transparent;
  }
  .tps_pendant_setting_gallery .slick-dots li.slick-active{
  	opacity: 1;
  }
  .tps_pendant_setting_gallery .slick-dots li button{
  	width: 100%;
  	height: 100%;
  	padding: 0px;
  	font-size: 0px;
  	line-height: 0;  	
  	color: transparent;
  }
  .tps_pendant_setting_gallery {
  	position: relative;
  }
  .tps_pendant_setting_gallery .slick-arrow{
  	position: absolute;
  	bottom: -2px;
  	left: 0;
  	color: transparent;
  	font-size: 0px;
  	line-height: 0px;
  	background-image: url(ringbuilder_sprite.svg );
  	background-position: -357px -541px;
  }
  .tps_pendant_setting_gallery .slick-arrow.slick-next{
  	right: 0;
  	left: auto;
  	background-position: -408px -541px;
  }
  .tps_pendant_setting_gallery .tps-product-full-image .tps_diamond_video{
  	width: 350px !important;
  }
  .tps_pendant_setting_gallery .tps-product-full-image .slick-track{
  	 display: flex;
  	 align-items: center;
  }
  .tps-detail-page-loader .tps_details_loader_gallery_left div:nth-child(1){
  	 display: none !important;
  }
  .tps_pendant_setting_gallery .tps-product-full-image .main-img.main-video {
    height: auto !important;
  }  
  .back_to_search, .tps_diamond_detail_back_to_search {
    padding: 7px 0 10px;
  }
  .tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tps-detail-page-loader .tps_details_loader_breadcrum{
  	align-items: center;
  }
  .tps-detail-page-loader .tps_details_loader_gallery_left{
  	width: 100%;
  	max-width: 130px;
  	height: 40px !important;
  }
  .tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery{
  	margin-inline: auto;
  }
  .tps_pendant_setting_gallery .slick-arrow.slick-disabled{
  	opacity: 0.5;
    display:none !important;
  }
}

@media(max-width:995px){
	ul.tps_recent_diamond_list, .tps_diamond_recent_view ul{
		display: block;
	}
	ul.tps_recent_diamond_list .slick-dots, .tps_diamond_recent_view ul.slick-dots{
		display: flex !important;
		padding-left: 0px;
		justify-content: center;
		margin-top: 13px;
	}
	ul.tps_recent_diamond_list li, .tps_diamond_recent_view ul li {
    width: 100%;
  }
  ul.tps_recent_diamond_list .slick-dots li, .tps_diamond_recent_view ul.slick-dots li{
    width: auto;
    border: none;
    padding: 0px;
  } 
  ul.tps_recent_diamond_list .slick-dots li button, .tps_diamond_recent_view ul.slick-dots li button{
  	font-size: 0px;
  	line-height: 0px;
  	color: transparent;
  	width: 18px;
    height: 18px;
  	border: 1px solid rgb(var(--text-color));
  	border-radius: 50%;
  	padding: 0px;
  	position: relative;
  	margin-inline: 5px;
  }
  ul.tps_recent_diamond_list .slick-dots li button::after, .tps_diamond_recent_view ul.slick-dots li button::after{
  	content: '';
  	height: 8px;
  	width: 8px;
  	background-color: rgb(var(--text-color));
  	border-radius: 50%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	opacity: 0;
  }
  ul.tps_recent_diamond_list .slick-dots li.slick-active button::after, .tps_diamond_recent_view ul.slick-dots li.slick-active button::after{
     opacity: 1;
  }

	.tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-arrow,
	.tps_diamond_recent_view ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-arrow{
			display: block !important;
	}
	.tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-prev{
		top: 40%;
		left: 15px;
		background-position: -549px -450px !important;
		transform: none !important;
	}
	.tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-next{
		top: 40%;
    right: 15px;
    background-position: -598px -449px !important;
	}
	ul.tps_recent_diamond_list .slick-slide>div, .tps_diamond_recent_view .slick-slide>div{
		padding: 10px;
	}
	.tps_pendant_setting_gallery .tps_diamond_gallery_main_images .slick-arrow, .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-arrow{
		width: 35px;
    height: 35px;
    background: url(jewelry-store-sprite.svg), #fff;
    padding: 0;
    border: 1px solid rgb(var(--text-color));
    border-radius: 0%;
	}

  li.tps-diamondlist-result-grid-view-item{
    margin: 5px;
  }

  .tps_recently_viewed_section .tps-diamondlist-item-info-span {
        top: 0px;
        right: -5px;
    }
  .tps_delInfo, .tps_delLink {
    width: 100%;
    
}
      .tps_delInfo ul li {
        width: 51%;
    }
}

@media(max-width:992px) {
  
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 265px;
    }
  .tps-diamondlist-img {
        height: 260px;
    }
   #thumb-seven .hand_diamond_img {
    left: 40%;
  }
	.tps_filter_shape,
	.tps_filter_metal,
	.tps_filter_price,
	.tps_filter_style {
		width: 100%;
	}

	ul.tps_diamond_shapes,
	ul.tps_diamond_metal {
		justify-content: flex-start;
	}

	.tps_diamond_shapes li {
		width: 9%;
	}

	.tps_diamond_metal li {
		width: 12%;
	}

	.tps_filter_style,
	.tps_filter_metal {
		padding-left: 0;
	}
/*.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content a:hover*/
	.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content
	 {
		padding: 15px;
	}

	.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product {
		padding: 0;
	}

	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter {
		width: 100%;
	}



	

	.tps_pendantbuilderlisting {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter {
		grid-template-columns: repeat(2, 1fr);
	}

	
	/*.tps_diamond_shapes li a:hover span.text_shape:after,
	.tps_diamond_metal li a:hover span.text_metal::after,
	.tps_diamond_style li a:hover span.text_style::after {
		background: linear-gradient(to left, #FFFFFF 50%, #FFFFFF 50%) right;
	}*/

	.tps_diamond_shapes li a.selected span.text_shape:after,
	.tps_diamond_metal li a.selected span.text_metal:after,
	.tps_diamond_style li a.selected span.text_style:after {
		background: linear-gradient(to left, #efefef4f 0%, #cc9966 0%) right;
		background-position: left;
	}

        .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image{
    width: 680px;
    }

    ul.tps_diamond_metal li {
      width: 14%;
    }
    
      .tps_filter_style ul li {
        width: 8%;
    }
    
      .tps_diamond_shapes li {
        width: 10%;
    }
 
  .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-prev {
      left: 0;
     z-index: 9;
      background-position: -416px -424px!important;
  }
    .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-next {
      right: 0px;
  }
    .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-arrow{
      top:50%; 
      display:none !important;
   }
      .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-next {
      background-position: -416px -424px!important;
  }
     .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list button.slick-disabled {
      background-color: #cc99664f;
  }
  .tps_additional_information ul li p:before {
      left: auto;
      margin-left: -30px;
  }
     .tps_recently_viewed ul.tps-diamondlist-item-info-span-list.tps_recent_diamond_list .slick-next {
    background-position: -416px -424px!important;
    transform: rotate(-90deg);
}
div#diamond_type_wrap ul.tps_model-type{
	margin-top: -15px;
}  
div#diamond_type_wrap ul.tps_model-type li a {
    padding: 7px 11px;
}

}

@media(max-width:991px) {
  .tps_form_submition .tps_form_inr {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
}
  .tps-diamond-info-section .heading.h3 {
    text-align: center;
}
  .tps-diamond-info-section .image-with-text .button-wrapper {
    text-align: center;
}
 .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 270px;
    }
	.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
		width: 100%;
	}

	.timeline-item {
		padding: 0;
	}

	.tps-detail-page-loader .animated-background,
	.tps-filter-page-loader .animated-background {
		height: 100%;
	}

	.tps-spinner-container.tps-detail-page-loader {
		overflow: hidden;
	}

	.selected_filter_container ul:before {
		/* content: none; */
      left: -5px;
	}

	.selected_filter_container ul {
		padding-left: 0px;
	}
  .pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li .tab-more-filters span{
      width: 30px;
      height: 30px;
      margin-right: 16px;
    }
    .tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper{
    	padding-right: 0px !important;
    	width: 100% !important;
    	max-width: 100% !important;
    }
    .tps-pendant-Builder-detilspage .tps-pendantbuilder-info{
    	width: 100% !important;
    	max-width: 100% !important;
    }
    .back_to_search, .tps_diamond_detail_back_to_search {
	    padding: 0px 0 10px;
	}
	

	.tps_diamond_detail_page.page-width, .container{
		padding: 0 15px !important;
	}
	h1.product__title, .tps_details_title,
	.tps-pendantbuilder-info .tps_diamond_description p,
	.tps-pendantbuilder-info .tps_diamond_sub_title, .tps-pendantbuilder-info .tps_diamond_title_price{
		text-align: left;		
	}
	.tps-pendantbuilder-info .tps_diamond_sub_title ul{
		justify-content: flex-start;
	}
	.tps-pendantbuilder-info .tps_diamond_description p{
		max-width: 100%;
		margin-right: auto;
	}
	.tps_dia_detail_button button{
    margin: auto;
	}
	.diamond_short_info .tps-free_shipping, .diamond_short_info .tps-shipping-date-sce{
		display: flex;
		justify-content: flex-start;
	}
	.tps_product_description-tab .tps_diamond_heading{
		text-align: left;
	}	
	.tps-loose-diamonds-breadcrumbs .tps-breadcurmbs-content span,
	.back_to_search a.tps-back-to-search.btn, .tps_diamond_detail_back_to_search a.tps_back_to_search{
		font-size: 13px;
        line-height: 23px;
	}
	.tps-detail-page-loader .tps_details_loader_gallery_left{
		padding-right: 0px;
	}
	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row{
		padding: 13px 10px;
	}
	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span.tps_diamondlist_detail_view_info_title{
		width: 55% !important;
	}
	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span.tps_diamondlist_detail_view_info_value{
		width: 45% !important;
	}
	.tps_filter_tabs{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter,
	.pendant-builder-diamond-listing .tab_color_clarity_cut .filter_block.tps_diamond_type_filter, 
	.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter{
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		padding-bottom: 9px;
	}	
	ul.dev_ul_shpe li{
		width: 10% !important;
	}
	.pendant-builder-diamond-listing .tps-ringbuilder-reset-filter-confirm-popup-div{
		top: 32px;
	}
	.tps_advFilter{
		margin-top: 10px;
	}
	.diamond_list_view_container .fa-angle-down:before, .diamond_list_view_container .fa-angle-up:before{
		top: -2px;
	}
	.tps_diamondlisting_area .diamondlisting_tab{
		margin-bottom: 0px;
	}
	.tps-diamondlist-result-grid-view-items-list{
		margin-top: 0px;
	}
	.tps-diamondlist-spinner-gridv-container .tps-diamondlist-animated-list{
		margin-top: 0px;
	}
	.tps-diamondlist-spinner-list-container .timeline-item, .tps-diamondlist-spinner-gridv-container .timeline-item{
		padding-top: 0px;
	}
	.tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img{
		height: 220px;
	}
	.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery, .tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info{
		width: 100% !important;
	}
	.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery{
		 padding-right: 0px !important;
	}
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image{
		display: flex;
	 	flex-wrap: wrap;
	 	grid-column-gap: 2%;
	 	justify-content: center;
	}
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div.main-img{
		width: 49%;
	}
	ul#color_swach_set li{
		width: 13.8%;
	}
	.tps_pageTitle h1{
		font-size: 28px;
    line-height: 38px;
	}

  .cut_range_slider .tps_inputrange .cut_list, .tps_slider_wrap .tps_slider_list{
    padding-bottom: 15px;
  }


  /*loader design*/
   .tps_loader_further_question .tps_loader_further_question_title{
        height: 30px;
    }
    .tps_loader_further_question .tps_loader_further_question_para{
        height: 7px;
        width: 80%;
    }  
    .tps_loader_further_question .tps_loader_further_question_cr{
      align-items: flex-start;
    }
    
    .tps_loader_further_question .tps_loader_further_question_cr{
      padding: 30px 0px;
    }
    .tps_loader_further_question.tps_loader_further_question_remove_border .tps_loader_further_question_cr{
      padding-block: 0px !important;
    }
    .tps_diamond_size_chart_loader .tps_diamond_size_chart_loader-inner{
    	align-items: flex-start;
    }
    .tps_diamond_size_chart_loader .tps_diamond_size_chart_short, 
    .tps_diamond_customer_voice_loader .tps_diamond_customer_voice_sort, 
    .tps_diamond_customer_voice_loader .tps_diamond_customer_voice_name{
    	margin-left: unset;
    }
    .tps_diamond_customer_voice_loader .tps_diamond_customer_voice_loader-inner{
    	align-items: flex-start;
    }
    .tps_diamond_size_chart_loader .tps_diamond_size_chart_title, 
    .tps_diamond_customer_voice_loader .tps_diamond_customer_voice_title{
    	height: 30px;
    }
    .tps_diamond_size_chart_loader .tps_diamond_size_chart_para, 
    .tps_diamond_size_chart_loader .tps_diamond_size_chart_short, 
    .tps_diamond_customer_voice_loader .tps_diamond_customer_voice_para, 
    .tps_diamond_customer_voice_loader .tps_diamond_customer_voice_sort{
    	height: 7px;
    }
    .tps_diamond_customer_voice_loader,
    .tps_diamond_size_chart_loader .tps_diamond_size_chart_loader-inner{
    	padding-inline: 0px;
    }
      .tps_en_icons_of_love .tps_en_icons_of_love_cr {
        grid-template-columns: 1fr;
    }
 /* End */
}

@media(max-width:825px) {
  .tps-diamondlist-spinner-list-container .timeline-item {
    height: 1063px;
 
}
     .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 330px;
    }
  /* .tps-diamondlist-spinner-gridv-container .timeline-item {
        height: 5000px;
    } */
    #thumb-seven .hand_diamond_img {
    left: 39%;
  }
	.tps_diamond_metal li {
		width: 16%;
	}

	.tps_diamond_shapes li {
		width: 9.6%;
	}

	.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content {
		text-align: center;
	}

	.tps-wishlist-compare-details {
		grid-gap: 20px;
	}

	.tps-wishlist-compare-details ul.tps_additional_information {
		grid-gap: 20px;
	}
	h2#final_pendant_name {
		font-size: 22px;
		line-height: 32px;
	}

	.tps-pendantbuilder-info .tps_diamond_sub_title ul li {
		font-size: 16px;
	}

	.tps_product_details_info .product_metafields .single_info .txt_title {
		width: 40%;
	}

	.tps_product_details_info .product_metafields .single_info .txt_info {
		width: 60%;
	}

	/*.tps_product_details_info .product_metafields .single_info .txt_title:hover,
	.tps_product_details_info .product_metafields .single_info .txt_info:hover,
	.tps-seDetailc-attr-right:hover {
		color: #CC9966;
	}*/

	.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div {
		padding: 10px 15px;
	}

	.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 .product_metafields,
	.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 .info-column-setting_info {
		padding: 0;
	}

	.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div span.detail-row-1 {
		width: 50%;
	}

	.tps_pendantbuilder_final_page .tps_final_product_meta_info,
	.tps_pendantbuilder_final_page .tps_final_product_gallery {
		width: 100%;
	}

	.tps_pendantbuilder_final_page .tps_final_product_meta_info {
		padding-left: 0;
		padding-top: 30px;
	}

	.diamond_grid_view_container ul,
	.tps_diamond_compare_view ul,
	.tps_diamond_recent_view ul {
		grid-template-columns: 1fr 1fr;
	}

	.tps-diamondlist-img {
		height:325px;
	}

	.tps-ringbuilder-spinner-grid-container {
		grid-template-columns: 1fr 1fr 1fr;
	}

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

	.tps-detail-page-loader .tps_details_loader_gallery_left div {
		height: 110px;
	}

	.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
		margin-top: 20px;
	}

	.tps-detail-page-loader .tps_details_loader_line {
		margin-bottom: 30px;
	}

	ul.tps_diamond_metal li {
		width: 19.6%;
	}

	.tps_filter_style ul li {
		width: 15%;
	}

	.product_metafields {
		grid-template-columns: repeat(1, 1fr);
	}

	.tps_product_details_info .product_metafields .single_info .txt_info,
	.tps-seDetailc-attr-right,
	.tps_setting_detail_tab .info-column-setting_info .tps-seDetailc-sp-info-col .single_info .txt_info,
	.tps_setting_detail_tab .info-column-accent_stone_info .tps-seDetailc-sp-info-col .single_info .txt_info {
		width: 60%;
		text-align: right;
	}

	.pendant-builder-diamond-listing .tps-ringbuilder-reset-filter-confirm-popup-div {
		right: 2px;
		left: auto;
	}

	.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper,
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info {
		width: 100% !important;
		max-width: 100% !important;
	}

	.search_price_range .fl-left,
	.search_price_range .fl-right,
	.white_diamond_wrap .slider-values .fl-left,
	.white_diamond_wrap .slider-values .fl-right {
		width: 90px;
	}

	.tps_product_details_info .product_metafields .single_info .txt_title,
	.tps-seDetailc-attr-right {
		width: 60%;
	}

	.tps_setting_detail_tab .info-column-setting_info .tps-seDetailc-sp-info-col .single_info .txt_title,
	.tps_setting_detail_tab .info-column-accent_stone_info .tps-seDetailc-sp-info-col .single_info .txt_title {
		width: 60%;
	}

	.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 div span.detail-row-2 {
		width: 50%;
		text-align: right;
	}

	.tps_setting_detail_tab .info-column-setting_info .tps-seDetailc-sp-info-col .single_info .txt_info,
	.tps_setting_detail_tab .info-column-accent_stone_info .tps-seDetailc-sp-info-col .single_info .txt_info {
		width: 40%;
	}

	.tps_product_details_info .product_metafields .single_info .txt_info {
		width: 60%;
	}


	.tps_no_data ul,
	.tps_no_data .tps_diamond_compare_view ul,
	.tps_no_data .tps_diamond_recent_view ul {
		grid-template-columns: 1fr;
		text-align: center;
		font-size: 18px;
	}

	.tps_product_details_info .product_metafields .single_info .txt_title {
		width: 40%;
	}

	.tps_product_details_info .diamond_detail .single_info .txt_title,
	.tps_product_details_info .diamond_detail .single_info .txt_info {
		width: 50%;
	}

  .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image {
    width: 530px;
}

  
  h1.tps_module_heading {
    font-size: 26px;
    margin-top: 20px;
}
.tps_filter_tabs{
	width: 95%;
}
.tps-diamondlist-spinner-gridv-container .tps-diamondlist-animated-list {
    grid-template-columns: 1fr 1fr !important;
}
.tps-sort-section{
  padding-left: 2px;
}
.tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-title{
	line-height: 26px;
  font-size: 16px;
}
    .tps_loose_multi_grid .multi-column__inner {
        grid-template-columns: 1fr 1fr !important;
}
  .tps_loose_multi_grid .multi-column__inner .multi-column__item:nth-child(3)::after{
    content:"";
    
  }
}
@media(max-width:768px) {
  /* .tps-diamondlist-spinner-gridv-container .timeline-item {
  
    height: 4750px;
    
} */
      .tps-diamondlist-img {
        height: 338px;
    }
   .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 305px;
    }
    #thumb-seven .hand_diamond_img {
    left: 38%;
  }
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper,
	.tps-pendant-Builder-detilspage .tps-pendantbuilder-info {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0% !important;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.tps_product_details_info .product_metafields .single_info {
		padding: 10px;
		align-items: center;
	}

	.tps_product_details_info .product_metafields .single_info .txt_title {
		width: 40%;
	}

	.tps_product_details_info .product_metafields .single_info .txt_info {
		width: 60%;
	}

	.tps-wishlist-compare-details {
		grid-gap: 20px;
	}

	.selected_filter_container {
		width: 100%;
	}

	.tps_details_title {
		font-size: 18px;
		line-height: 32px;
	}

	.tps_diamondlist_detail_info .tps_diamondlist_detail_view_info_table .tps_diamondlist_detail_view_info_row span {
		font-size: 12px;
	}
    ul.tps_recent_diamond_list, .tps_diamond_recent_view ul {
        grid-template-columns: 1fr 1fr;
    }
    .tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery{
      padding:0;
    }
    .pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
      width: 100%;
  }
}

@media(max-width:767px) {
  section.reviews-section p {
    text-align: left;
}
      .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 315px;
    }
  /* .tps-diamondlist-spinner-gridv-container .timeline-item {
        height: 4810px;
    } */
     #thumb-seven .hand_diamond_img {
    left: 37%;
  }
	/* fiter design */
	.tps_mobile_filter_open .tps_appy_filter_section{
		display: block !important;
	}
	.tps_appy_filter_section {		
		position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    left: 0;
    margin-left: 0px !important;
	}

	.tps_appy_filter_section button {
		width: 100%;
		border: 0;
		margin: 0 0 0 0px;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 15px;
		text-decoration: none;
		border: 0;
		border-radius: 0;
		background: rgb(var(--primary-button-background));    
        color:rgb(var(--primary-button-text-color));
		z-index: 9;
      text-align: center;
		/* border-top-left-radius: 13px;
    border-top-right-radius: 13px; */
	}

	.tps_slide1,
	.tps_slide2,
	.tps_slide3 {
		padding: 60px 15px;
	}

	.tps_mob_filter.container,
	.tps_mobile_filter_head {
		display: block !important;
		padding: 0 !important;
	}

	.tps_latest_reset_block.tps_pendantbuilder_reset_filter_wrapper {
		margin-top: 0;
		margin-bottom: 0;
		display: flex !important;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		z-index: 9;
		background: rgb(var(--border-color));
		padding: 12px 20px;
		align-items: center;
	}

	.tps_setting_main_filter,
	.tps_diamond_main_filter {
		position: fixed;
		top: 0;
		left: 0%;
		width: 100%;
		margin-left: -100%;
		height: 100% !important;
		background-color: #00000045;
		transition: all 0.5s linear;
		z-index: 999999;
	}

	.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab {
		position: fixed;
		width: 95%;
		background: #FFFFFF;
		padding: 12px 20px;
		margin-bottom: 0px;
		margin-top: -5px;
      z-index:11;
          grid-column-gap: 43px;
	}

	.basic_filter_wrap.pendant-builder-diamond-listing {
		padding-top: 53px;
	}

	.tab_shape_carat_price {
		padding-top: 70px;
	}

	.tps_mobile_filters,
	.tps_setting_main_filter.tps_mobile_filters .tps_latestv_pendant_filter_parent-child,
	.tps_diamond_mobile_filters,
	.tps_diamond_main_filter.tps_diamond_mobile_filters .tps_diamond_filter_div {
		margin-left: 0%;
	}

	.tps_setting_main_filter .tps_latestv_pendant_filter_parent-child,
	.tps_diamond_main_filter .tps_diamond_filter_div {
		background: #FFFFFF;
		overflow: hidden;
		overflow-y: scroll;
		margin-top: 0px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		position: fixed;
		top: auto;
		left: 0%;
		width: 100%;
		margin-left: -100%;
		height: 93.5% !important;
		background: #FFFFFF;
		z-index: 99999;
		transition: all 0.5s linear;
		padding-top: 0px;
		bottom: 0;
	}

	.tps_filter_shape,
	.tps_filter_metal,
	.tps_filter_price,
	.tps_filter_style {
		width: 100%;
	}

	.tps_mob_filter button.mob_filter_btn {
        margin-left: auto;
        margin-right: auto;
        background: #FFFFFF;
        color: rgb(var(--heading-color));
        text-transform: uppercase;
        line-height: normal;
        font-weight: 600;
        color: black;
        font-weight: 100;
        border: 1px solid rgb(var(--heading-color));
        font-size: 14px;
        width: 100%;
        height: 44px;
        border-radius: 3px;
        text-align: center;
        position: relative;
        padding: 0;
        box-shadow: 0px 3px 8px #00000029;
	}

	.tps_mob_filter button.mob_filter_btn:after {
		 content: '';
    width: 43px;
    height: 37px;
    background: url(jewelry-store-sprite.svg), #FFFFFF;
        background-position:-529px -503px;
        position: absolute;
        display: block;
        cursor: pointer;
        top: 2px;
        left: 0px;
        right: 228px !important;
        margin: auto;
	}

	.tps_setting_filter.active {
		padding: 80px 25px 25px !important;
	}

	.tps_latestv_ringl_reset_block {
		margin-top: 0;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		z-index: 9;
	}

	.tps-mobile-close-filters {
		display: block !important;
		background: url(jewelry-store-sprite.svg);
		width: 40px !important;
		height: 40px !important;
	}

	.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent {
		margin-left: 0;
	}

	.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent {
		width: auto;
	}

	.tps-mobile-close-filters,
	.tps_mobile_close_filters {
		display: block !important;
		background: url(jewelry-store-sprite.svg);
		width: 25px !important;
		height: 25px !important;
		background-position: -26px -556px;
	}

	/* end*/
	.tps_diamond_metal li {
		width: 13.9%;
	}

	.tps_setting_filter.active {
		box-shadow: none;
	}
/*.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content a:hover*/
	.tps_pendantbuilderlisting .tps_pendantbuilderlisting_product .tps_pendantbuilderlisting_content
	 {
		padding: 15px;
		text-align: center;
	}

	.tps_diamond_shapes li {
		width: 10%;
	}

	.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter {
		width: 100%;
	}

	.filter_block {
		padding: 0 0px;
	}

	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter {
		grid-template-columns: repeat(1, 1fr);
	}

	.pendant-builder-diamond-listing .diamond_type_wrap .diamond_type_list {
		justify-content: center;
	}

	.depth_slider_wrap.tps_slider_wrap.dev_tps_slide.mar-top_dev.tps_depth_slider .filter_heading {
		padding-bottom: 15px;
	}

	.diamond_type_wrap h3.filter_heading {
		display: none;
	}

	.tps_pendantbuilder_final_page .tps_final_product_meta_info {
		padding-top: 4%;
	}

	.tps-diamondlist-result-view-switcher {
		display: none;
	}

	.tps-diamondlist-item-info-span ul.tps-diamondlist-item-info-span-list {
		grid-gap: 8px 5px;
	}

	.product_metafields {
		grid-template-columns: repeat(1, 1fr);
	}

	h1.tps_module_heading {
		font-size: 22px;
		line-height: 32px;
		padding: 10px 0;
	}

	.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
		width: 78%;
	}

	.tps-diamondlist-filter-textbox-wrapper button.tps_filter_textbox_btn {
		width: 126px;
	}

	.search_price_range .fl-left,
	.search_price_range .fl-right,
	.white_diamond_wrap .slider-values .fl-left,
	.white_diamond_wrap .slider-values .fl-right {
		width: 90px;
	}

	.pendant-builder-diamond-listing ul li.tps_reset {
		display: none;
	}

	.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup {
		position: absolute;
    width: 215px;
    left: 50% !important;
    background-color: rgb(var(--primary-button-background));
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    top: 50px;
    z-index: 9;
    transform: translateX(-50%) !important;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
	}

	.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup:before {
		content: "";
		width: 17px;
		height: 17px;
		transform: rotate(45deg);
		background: rgb(var(--primary-button-background));
		position: absolute;
		z-index: 999999;
		right: auto;
		top: -8px;
	}
	.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup .tps_pendantbuilder_reset_filter_confirm_popup_title{
		font-size: 14px;
	}
	.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup button {
		padding: 5px 20px 5px;
		margin-top: 10px;
		background-color: transparent;
		color: rgb(var(--primary-button-text-color));
		font-size: 14px;		
		line-height: 14px;
		border: 1px solid rgb(var(--primary-button-text-color));
		transition: 0.5s ease;
		border-radius: 2px;
		margin-right: 10px;
	}

	.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup .tps_pendantbuilder_reset_filter_confirm_popup_title {
		font-size: 15px;
		color: rgb(var(--primary-button-text-color));
		
		line-height: 25px;
	}

	.tps_mob_filter_section .diamond_type_list .type-icon {
		width: 55px;
		height: 55px;
		background: url(jewelry-store-sprite.svg), #FFF1E4;
		display: block;
		margin-bottom: 10px;
		border-radius: 50%;
		margin: auto;

	}

	.tps_mob_filter_section .diamond_type_list .dimond_type_lab {
		background-position: -310px -347px;
	}

	.tps_mob_filter_section .diamond_type_list .dimond_type_natural {
		background-position: -256px -346px;
	}

	.tps_mob_filter_section .diamond_type_list li a.selected .type-icon.dimond_type_natural {
		background-position: -141px -348px;
		background-color: #c96;
	}

	.tps_mob_filter_section .diamond_type_list li a.selected .dimond_type_lab {
		background-position: -196px -347px;
		background-color: #c96;
	}

	.setting_filter .tps_mob_filter.container {
		text-align: center;
	}

	.tps_mob_filter_section {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		grid-gap: 20px;
    margin-bottom: 25px;
	}

	.tps_mob_filter_section .diamond_type_list {
		display: flex;
		grid-gap: 10px;
	}

  .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image {
    width: 480px;
}

   ul.tps_diamond_metal li {
    width: 20%;
}
  
  .tps_filter_style ul li {
    width: 12%;
}

  h1.product__title, .tps_details_title {
    font-size: 24px;
}

  .tps_product_details_info .tps_detail_section_heading h2 {
    font-size: 20px;
}
.tps_diamond_detail_page.page-width, .container {
    padding: 0 15px !important;
}
div#diamond_type_wrap ul.tps_model-type{
   display: grid;
   grid-template-columns: 1fr 1fr;
}
div#diamond_type_wrap ul.tps_model-type li{
	width: 100%;
	max-width: 100%;
}
div#diamond_type_wrap ul.tps_model-type li a{
	flex-direction: column;
  grid-gap: 0;
}
div#diamond_type_wrap ul.tps_model-type{
	margin-bottom: 0px;
}
ul.dev_ul_shpe li {
        width: 25.0% !important;
    }
.tps_filter_tabs {
    width: 100%;
    padding: 20px 20px 25px;
}
.tps_slide1, .tps_slide2, .tps_slide3 {
    padding: 0px;
}

.tps_filter_tabs_header{
	display: none !important;
}
.tps_latest_reset_block.tps_pendantbuilder_reset_filter_wrapper	label,
.tps_latest_reset_block.tps_pendantbuilder_reset_filter_wrapper .reset_popup{
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: rgb(var(--heading-color));
}
.shape_list a .shape_name, .search_price_range .fl-left, 
.search_price_range .fl-right, .white_diamond_wrap .slider-values .fl-left, 
.white_diamond_wrap .slider-values .fl-right .dev_tps_slide .text_container span, 
span.check-txt, ul#color_swach_set span.txt-color, span.txt-cart, 
ul#color_swach_set span.txt-color, .tps_intensity_slider .txt-intensity, 
.tps_slider_wrap ul li span, .lab_wrap .tps_checkbox label span{
	font-size: 14px;
	line-height: 14px;
}
.tps_latest_reset_block.tps_pendantbuilder_reset_filter_wrapper .reset_popup{
	position: relative;
	display: flex;
	align-items: center;
	grid-gap: 5px;
}
.tps_latest_reset_block.tps_pendantbuilder_reset_filter_wrapper .reset_popup::after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(jewelry-store-sprite.svg);
	background-position: -608px -510px;
	display: block;
}
.tps-sort-section{
	justify-content: center;
    margin: 20px 0px 20px 0px;
    /* position: relative;
    z-index: 99; */
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span, .tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span, .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span, .tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span {
    font-size: 13px;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data .tps-diamondlist-item-meta-data-info {
    grid-gap: 0px 6px;
}
div#diamond_type_wrap ul.tps_model-type li a{
	text-transform: uppercase;
}
.tps_diamondlisting_area .diamondlisting_tab .listingtab{
	text-transform: capitalize !important;
}
.tps_lab_wrap_main, .tps_overtone_wrap_main{
	justify-content: center;
}
.tps_advFilter {
    margin-top: 10px;
    padding-bottom: 28px;
}
.tps_selection_slider ul{
	margin-bottom: 0px !important;
}
span.check-txt, span.check-txt, ul#color_swach_set span.txt-color, span.txt-cart, span.pol-txt, span.pol-txt, span.fluor-txt, span.txt-cart, span.check-txt, ul#color_swach_set span.txt-color, span.txt-intensity, span.pol-txt, span.fluor-txt, span.txt-cart, span.check-txt, span.txt-color, span.pol-txt, span.pol-txt, span.fluor-txt, span.txt-cart, span.check-txt, ul#color_swach_set span.txt-color, span.pol-txt, span.fluor-txt{
	padding-top: 0px;
	padding-bottom: 0px;
}
.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter{
	padding: 0px !important;
}
.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter,
.pendant-builder-diamond-listing .tab_shape_carat_price .filter_block.tps_diamond_type_filter,
.pendant-builder-diamond-listing .tab_color_clarity_cut .filter_block.tps_diamond_type_filter, 
.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter,
.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter{
   grid-row-gap: 0px;
}
.filter_block{
	padding: 0px !important;
}
.filter_block .filter_block{
	margin-bottom: 30px !important;
}
li.intensity-fltr-box {
    width: 33%;
}
.tps-diamondlist-img{
  border-bottom: none !important;
}
.tps_mobile_filter_button{
	 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tps_mobile_filter_button.sticky{
  	position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 100%;
    padding: 0;
    margin: 0;

  }
   .tps_mobile_filter_button.sticky button{
  	width: 100% !important;
    margin: 0 !important;
    background-color: rgb(var(--primary-button-background)) !important;
    color: rgb(var(--primary-button-text-color));
    font-family: var(--font-body-family);
    font-size: 14px !important;
    text-align: center !important;
    line-height: 14px !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 45px;
  }
  .tps_mobile_filter_button.sticky button:after{
  	display: none !important;
  }
  body.tps_mobile_filter_open{
  	height: 100% !important;
  	overflow: hidden !important;
  	position: fixed !important;
  }
  .tps_ringbuilder_diamond_filter_data div#diamond_type_wrap ul.tps_model-type {
    margin-top: 10px;
  }
  .tps_pageTitle{
  	margin: 10px 0px 20px 0px;
  }
  .tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div.placeholder-image{
  	display: block !important;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left:0;
  }

  div#diamond_type_wrap ul.tps_model-type {
    margin-top:0px;
  }
  .tps-diamondlist-item-info .tps-diamondlist-item-info-row {
    margin-bottom: 15px;
  }
  .tps_pendant_setting_gallery .tps-product-full-image .main-tps-image, .tps_pendant_setting_gallery .tps-product-full-image .main-img{
  	 background-color: transparent;
  }
  .back_to_search, .tps_diamond_detail_back_to_search {
        padding: 0px 0 10px;
    }
    .tps_diamond_short_info-inner h1.tps_details_title{
			font-size: 26px !important;
			line-height: 36px !important;
		}
		.diamond_short_info .tabcontent .single_info {
		    width: 100%;
		}
		.diamond_short_info .tabcontent .single_info:nth-child(4n-2), .diamond_short_info .tabcontent .single_info:nth-child(4n-3) {
		    background-color: #fff;
		}
		.diamond_short_info .tabcontent .single_info:nth-child(4n), .diamond_short_info .tabcontent .single_info:nth-child(4n-1) {
		    background-color: #ffff;
		}
		.diamond_short_info .tabcontent .single_info:nth-child(even){
				background-color: #f5f5f5;
		}
		.tps_details_loader_two_col_container{
			grid-template-columns: 1fr !important;
		}
		.back_to_search, .tps_diamond_detail_back_to_search {
        padding: 5px 0 10px;
    }
    .tps_diamond_info_section .tps_additional_info{
    	grid-row-gap: 12px;
    }
    .tps-pendantbuilder-info .tps_diamond_sub_title ul li{
    	padding-block: 3px;
    }
    .tps-pendantbuilder-info .tps_diamond_sub_title ul{
    	margin-block-end: 14px !important;
      margin-block-start: 14px !important;
    }
    .diamond_short_info .tps-free_shipping, .diamond_short_info .tps-shipping-date-sce{
    	padding: 10px 10px 10px;
    }
    .tps-pendant-Builder-detilspage .grid{
    	margin-bottom: 35px !important;
    }
    .tps_diamond_detail_data .tps-diamond-detailspage {
		    margin-bottom: 35px;
		}
		.tps_recently_viewed_section {
		    margin-bottom: 60px;
		}


/*		  diamond detail mobile design changes  */
 
    .tps_diamond_short_info-inner h1.tps_details_title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .price__regular span {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .tps-pendantbuilder-info .tps_diamond_sub_title ul li {
        font-size: 14px !important;
    }
    .tps-pendantbuilder-info .tps_diamond_sub_title ul{
        margin-block-end: 15px !important;
        margin-block-start: 17px !important;
        grid-row-gap: 3px;
    }
    .tps_dia_detail_button button, .product-form__buttons button {
        min-height: 4.5rem;
    }
    .tps_dia_detail_button button, .product-form__buttons button {
        min-height: 40px !important;
        height: 40px !important;
        padding-block: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tps_product_description-tab .tps_diamond_heading, .tps_recent_view_heading h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .diamond_short_info .tps-free_shipping, .diamond_short_info .tps-shipping-date-sce{ 
       padding-left: 60px;
       position: relative;
    }
    .diamond_short_info .tps-free_shipping .shipping_icon, .diamond_short_info .tps-shipping-date-sce .shipping_icon{
    	margin: 0px;
    	position: absolute;
    	top: 50%;
    	transform: translateY(-50%);
    	left: 10px;
    }
    .tps_recent_view_heading h2 {
        margin-block-end: 20px !important;
    }
    .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-title {
        line-height: 26px;
        font-size: 18px;
        font-weight: 500;
    }
    .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn{
    	  margin-top: 10px;
    }

/*    End */

/*loader design*/
.tps-spinner-container.tps-detail-page-loader{
	overflow: unset !important;
}
/*End*/

}

@media(max-width:740px){

	
}

@media(max-width:639px) {
      .tps_delInfo ul li {
        width: 55%;
    }
   .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 265px;
    }
	.tps_diamond_shapes li {
		width: 10.6%;
	}

	.tps_diamond_metal li {
		width: 23.9%;
	}

	.tps_pendantbuilderlisting {
		grid-template-columns: 1fr 1fr;
	}

	.tps_product_details_info .product_metafields .single_info .txt_title {
		width: 50%;
	}

	.tps_product_details_info .product_metafields .single_info .txt_info {
		width: 50%;
	}

	.pendant-builder-diamond-listing .filter_block.tps_diamond_type_filter {
		grid-row-gap: 0;
	}

	.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab {
		grid-column-gap: 30px;
	}

	.diamond_detail.tps_detail_column.product_metafields {
		grid-template-columns: repeat(1, 1fr);
	}

	.tps_row.tps_product_info_row .tps-detail-tabs-div span.tps_tab {
		padding: 10px 88px;
		margin-right: 12px;
	}

	    .tps-diamondlist-img {
        height: 272px;
    }

	.tps-ringbuilder-spinner-grid-container {
		grid-template-columns: 1fr 1fr;
	}

	.tps_choose_this_diamond {
		grid-template-columns: repeat(1, 1fr);
	}

	.white_diamond_wrap.dev_wrap_bx h1.tps_diamond_listing_title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}


	.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
		width: 70%;
	}

	.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image {
		grid-template-columns: repeat(1, 1fr);
	}

    .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image {
    width: 400px;
}

#thumb-seven img#gallery-four-thumb {
    width: auto !important;
    max-width: 300px !important;
    object-fit: scale-down;
}

  #thumb-seven #gallery-four-thumb-black {
    width: auto !important;
    max-width: 300px !important;
    object-fit: scale-down;
}

    .tps_diamond_shapes li {
    width: 16%;
}

  ul.tps_diamond_metal li {
    width: 25%;
}

.tps_appy_filter_section{
  width:100%;
}  

  .tps-seDetailc-attr-right{width: 50%;}

    .sticky-info .price{
    justify-content: left;
  }

    .tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup{
    left: 15%;
  }
    ul.tps_recent_diamond_list, .tps_diamond_recent_view ul {
      grid-template-columns: 1fr;
  }
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div iframe {
    width: 390px;
    height: 390px;
    margin: auto;
}
 #thumb-seven .hand_diamond_img {
    left: 43%;
} 

.tps_product_description-tab .tps_diamond_heading{
	text-align: left;
}
.tps_dia_detail_button button, .product-form__buttons button{
	min-height: 4.5rem;
}
.diamond_short_info .tabcontent .single_info {
    padding: 5px 5px;
}
.diamond_short_info .tabcontent .single_info .detail-row-1{
   width: 52%;
}
.diamond_short_info .tabcontent .single_info .detail-row-2{
    width: 48%;
}
.tps-loose-diamonds-breadcrumbs .tps-breadcurmbs-content,
.tps-loose-diamonds-breadcrumbs .tps-breadcurmbs-content span, 
.back_to_search a.tps-back-to-search.btn, 
.tps_diamond_detail_back_to_search a.tps_back_to_search {
    font-size: 12px;
    line-height: 18px;
}

.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div{
/*	height: 100% !important;*/
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div.main-img{
	height: 100% !important;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .slick-dots {
    list-style: none;
    margin: 15px 0px 0px 0px;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    padding-left: 0px;
}
..tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .slick-dots li {
    width: 20px !important;
    height: 20px !important;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery ul.slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 18px !important;
    height: 18px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid rgb(var(--border-color));
    border-radius: 50%;
    padding: 0px !important;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .slick-dots li.slick-active button {
    border-color: rgb(var(--heading-color));
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .slick-dots li button::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    background-color:rgb(var(--border-color)) ;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .slick-dots li.slick-active button::after {
    background-color: rgb(var(--heading-color));
}
.tps-spinner-container.tps-detail-page-loader{
	z-index: 9999999999 !important;
}
.tps-detail-page-loader .tps_details_loader_gallery_left{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	flex-direction: row !important;
}
.tps-detail-page-loader .tps_details_loader_gallery_left div:nth-child(1){
	width: 100% !important;
}
.tps-detail-page-loader .tps_details_loader_gallery_left div:nth-child(2),
.tps-detail-page-loader .tps_details_loader_gallery_left div:nth-child(3),
.tps-detail-page-loader .tps_details_loader_gallery_left div:nth-child(4){
	width: 30px !important;
	height: 30px !important;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div.main-video .main_image  div{
	height: 380px !important;
}
.tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
/*.diamond_short_info .tps-shipping-date-sce .shipping_icon{
	height: 55px;
}*/
.tps-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery{
	padding-right: 0px !important;
}
  .gfquotebtn_gf_fab__e-rvv {
    width: auto !important;
    height: auto !important;
}
  .tps-detail-page-loader .tps_details_loader_product div {
    /* display: block; */
    grid-gap: 5px;
}
  .tps-detail-page-loader .tps_details_loader_product {
    grid-template-columns: 1fr;
   
}
   .tps_loose_multi_grid .multi-column__inner {
        grid-template-columns: 1fr 1fr !important;
      gap: 15px !important;
  }
  .tps_loose_multi_grid .multi-column__inner .multi-column__item::after{
    right: 3px;
  }
  .tps_loose_multi_grid .multi-column__inner .multi-column__item:nth-child(2)::after,
  .tps_loose_multi_grid .multi-column__inner .multi-column__item:nth-child(4)::after{
    content: unset !important;
  }
  .tps_loose_multi_grid .multi-column__text-container a {
    
    font-size: 11px;
    line-height: 16px;
}
  section.tps_loose_multi_grid.tps_new_line_anchor_link.section {
    padding-bottom: 25px;
}    
  section.reviews-section .content-box {
    padding: 40px 15px;
    margin: 0px;
    margin: 0 !important;
   
}
  
}
@media (max-width: 600px)  {
  #thumb-seven .hand_diamond_img { 
    left: 41%;
  }
      .tps-diamondlist-img {
        height: 245px;
    }
 
}
@media(max-width:580px) {
  .tps_delInfo ul li {
        width: 100%;
    }
  .tps_delInfo {
        height: 290px !important;
    
}
   .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 487px;
    }
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 482px;
    }
      /* .tps-diamondlist-spinner-gridv-container .timeline-item {
        height: 13000px;
    } */
	.tps_pendantbuilderlisting {
		grid-template-columns: 1fr;
	}

	.tps_diamond_shapes li {
		width: 19%;
	}

	

	.tps_product_details_info .product_metafields .single_info .txt_title {
		width: 60%;
	}

	.tps_product_details_info .product_metafields .single_info .txt_info {
		width: 40%;
	}

	.tps_product_details_info .product_metafields .single_info {
		grid-gap: 0;
	}

	.tps-wishlist-compare-details,
	.tps-wishlist-compare-details ul.tps_additional_information {
		grid-gap: 30px;
	}

	.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li {
		font-size: 12px !important;
	}


	.diamond_detail.tps_detail_column.product_metafields {
		grid-template-columns: repeat(1, 1fr);
	}

	#startOver {
		font-size: 11px;
	}

	.tps_row.tps_product_info_row .tps-detail-tabs-div span.tps_tab {
		padding: 10px 38px;
		margin-right: 12px;
	}

	.tps_row.tps_product_info_row .tps-detail-tabs-div span.tps_tab:last-child {
		margin-right: 0;
	}

	.tps_row.tps_product_info_row .tps-setting-detail-column.detail-column-1 {
		grid-template-columns: repeat(1, 1fr);
	}

	.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 div span.detail-row-1 {
		width: 50%;
	}

	.tps_row.tps_product_info_row .tps-setting-detail-column.detail-column-1 span.detail-row-2 {
		width: 50%;
	}

	.step_text a.price-step {
		display: none;
	}

	.diamond_grid_view_container ul,
	.tps_diamond_compare_view ul,
	.tps_diamond_recent_view ul {
		grid-template-columns: 1fr;
	}

	.tps-ringbuilder-spinner-grid-container {
		grid-template-columns: 1fr;
	}

	.tps-diamondlist-img {
		height: auto;
	}

	.tps-setting-detail-table.tps_final_detail_tab.tps_setting_detail_tab .product_metafields {
		grid-template-columns: repeat(1, 1fr);
	}

	.page-pendant-builder-diamond-listing ul.shape_list li {
		width: auto !important;
		margin-right: 10px;
	}

	.tps_selected_filter_wrapper.container {
		padding: 10px !important;
	}


	.search_box_wrap.dev_tps_slide.mar-top_dev.tps_search_by_report_filter input#tps_search_by_report_no {
		width: 65%;
	}

	.tps-settings-sort-section .tps-pendant-sortby .select-wrapper select {
		width: 165px;
	}

	ul.tps_diamond_metal li {
		width: 24.5%;
	}

	.tps_appy_filter_section {
		margin-left: -24px;
	}

	.tps_diamond_main_filter.tps_diamond_mobile_filters .tps_appy_filter_section {
		margin-left: 0;
	}


	.tps_diamond_selected_filter_wrapper {
		padding: 0px 10px !important;
	}

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

	.tps-detail-page-loader .tps_details_loader_gallery_left {
		width: 100%;
	}

	.tps-detail-page-loader .tps_details_loader_gallery_left div {
		width: 100%;
		height: 200px;
	}

	.tps_details_loader_Shapes,
	.tps_details_loader_metal {
		grid-template-columns: repeat(7, 1fr);
	}

	.tps-spinner-container.tps-detail-page-loader {
		overflow: hidden;
	}

	.tps-detail-page-loader .animated-background,
	.tps-filter-page-loader .animated-background {
		height: 100%;
		overflow: unset;
	}

	.tps-detail-page-loader .background-masker.tps_details_loader_grid {
		display: block;
	}

	.tps_pendantbuilder_final_page .tps_final_product_gallery .tps-details-main-media-div {
		grid-template-columns: repeat(1, 1fr);
	}

	.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div,
	.pendant-builder-diamond-listing .tps-ringbuilder-reset-filter-confirm-popup-div,
	.tps_pendant_builder_step .tps_start_over_popup {
		margin-top: 15px;
	}

	.tps_product_details_info .info-column-center_stone_info .single_info .txt_title {
		width: 80%;
	}

	.tps-seDetailc-attr-right {
		width: 20%;
	}

    .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image {
    width: 310px;
}

  
    .cart-sticky {flex-direction: unset;padding-right: 5px;}

  h1.product__title, .tps_details_title {font-size: 22px;}

  .tps_product_details_info .tps_detail_section_heading h2{
        padding-bottom: 5px;
  }

  .price__regular span {
    font-size: 18px;
    line-height: 28px;
}

  .cart-sticky .product-name {
    font-size: 12px;
}

  .cart-sticky button.product-form__submit.button.button--full-width.button--primary {
    font-size: 12px;
    padding: 0px;
}

  .cart-sticky .sticky-info {
    padding: 0 4px;
}


.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup {
    left: 7%;
}
  .pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li:last-child {
		display: none;
	}
  .tps-pendant-Builder-detilspage .tps-pendantbuilder-gallary-wrapper .tps_pendant_setting_gallery .tps-product-full-image div iframe {
       width: 100%;
    height: 100% !important;
}

.tps-pendantbuilder-info .tps_diamond_sub_title ul li {
    font-size: 14px;
}

.tps-diamondlist-spinner-gridv-container .tps-diamondlist-animated-list {
    grid-template-columns: 1fr !important;
}
.tps_advFilter{
	margin-bottom: 0px;
}
.tps_selection_slider ul{
	justify-content: center;
}
.diamond_grid_view_container .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_diamond_compare_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_diamond_recent_view .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data, .tps_recent_diamond_list .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data .tps-diamondlist-item-meta-data-info{
	margin: 7px 0px 11px;
}
span.tps_applied_filter_lable{
	margin-right: -4px !important;
}
.cut_range_slider .tps_inputrange .cut_list li, .tps_slider_wrap .tps_slider_list li,
.shape_list a .shape_name, .search_price_range .fl-left, 
.search_price_range .fl-right, 
.white_diamond_wrap .slider-values .fl-left, 
.white_diamond_wrap .slider-values .fl-right .dev_tps_slide .text_container span, 
span.check-txt, ul#color_swach_set span.txt-color, 
span.txt-cart, ul#color_swach_set span.txt-color, 
.tps_intensity_slider .txt-intensity, 
.tps_slider_wrap ul li span, 
.lab_wrap .tps_checkbox label span,
.lab_wrap label, .tps_overtone_slider .overtone_wrap label{
	font-size: 11px !important;
  line-height: 11px !important;
}
.tps_diamond_detail_back_to_search a.tps_back_to_search:after{
	top: 2px;
}
.tps_diamond_detail_page div#shopify-section-diamond-detail-page .grid{
	display: block !important;
}
.tps-diamondlist-item-info .tps-diamondlist-item-info-row {
    margin-bottom: 16px;
}
.tps_pageTitle h1{
		font-size: 25px;
        line-height: 35px;
	}

	.tps_recently_viewed_section .tps-diamondlist-item-media-div {
        height: auto;
    }
    ul.tps_recent_diamond_list .slick-slide>div, .tps_diamond_recent_view .slick-slide>div {
        padding: 0px;
    }


}
@media(max-width:480px){
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 394px;
    }
}
@media(max-width:450px){
      .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 364px;
    }
  /* .tps-diamondlist-spinner-gridv-container .timeline-item {
        height:10089px;
    } */
	.tps_pendant_setting_gallery .slick-dots{
		grid-gap: 7px;
	}
}

@media(max-width:430px){
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 339px;
    }
}
@media(max-width:425px) {
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 326px;
    }
	.page-pendant-builder-diamond-listing ul.shape_list li {
		width: 14% !important;
		margin-bottom: 10px !important;
	}

	.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab {
		grid-column-gap: 10px;
	}

	
	.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab li {
		text-align: center;
	}

	.pendant-builder-diamond-listing .tab_more_filters .filter_block.tps_diamond_type_filter {
		grid-template-columns: repeat(1, 1fr);
	}

	.polish_swach_bx li.polsh_filt_blk {
		width: 29.8%;
		margin-right: 3%;
	}

	.step1_details,
	.step2_details,
	.step3_details {
		padding-top: 5px;
	}

	h2#final_pendant_name {
		font-size: 18px;
		line-height: 28px;
	}

	.tps_row.tps_product_info_row .tps-detail-tabs-div span.tps_tab {
		padding: 10px 20px;
		margin-right: 12px;
	}

	.tps_row.tps_product_info_row .tps_diamond_detail_tab .tps-detail-column.detail-column-1 {
		grid-template-columns: repeat(1, 1fr);
	}

	.tps_diamond_tabs {
		grid-gap: 0px !important;
		width: 100% !important;
		padding-left: 0 !important;
	}

	.tps-diamondlist-img {
		height: auto;
	}

	.tps-diamondlist-filter-textbox-wrapper button.tps_filter_textbox_btn {
		width: 108px;
	}

	ul.tps_diamond_metal li {
		width: 32.5%;
	}

	.tps_filter_style ul li {
		width: 25%;
	}

	.tps_diamond_shapes li a,
	ul.tps_diamond_metal li a,
	.tps_filter_style ul li a {
		padding-bottom: 0;
	}

    .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image {
    width: 280px;
}

  #thumb-seven #handcolorslider.ui-widget-content, 
  #thumb-seven #caratlearnmore.ui-widget-content{
        width: 58%;
  }

   #thumb-seven #min_carat_detail, #thumb-seven #min_carat_detail_pop{width: 60px;}


  .tps_setting_filter.active {
    padding: 60px 20px 35px 20px !important;
}

  .sticky-cart-close .button-close {
    margin: 4px;
}

.cart-sticky .sticky-image img {
    max-height: 50px;
}

  .sticky-cart-close .button-close svg {
    width: 10px;
}

  .cart-sticky button.product-form__submit.button.button--full-width.button--primary {
    min-width: 9rem;
    min-height: 3.3rem;
}


.pendant-builder-diamond-listing .tps_filter_tabs ul.tps-filter-tab{
  padding: 12px 8px;
}

.shape_list a .shape_name{font-size: 12px;}

.tps_diamondlisting_area .diamondlisting_tab .listingtab{font-size: 12px;}
  
.tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-price {
    font-size: 18px;
  
}	

.tps_pendantbuilder_reset_filter_wrapper .tps_pendantbuilder_reset_filter_confirm_popup_div.tps_reset_popup {
    left: 3%;
}
  #thumb-seven .hand_diamond_img {
    left: 38%;
  }
  div#diamond_type_wrap ul.tps_model-type li a {
	    padding: 7px 5px;
	}
	  div#diamond_type_wrap ul.tps_model-type li a#lab_white_link{
  	padding: 7px 17px;
  }

  .tps_pendantbuilder_toast_msg_popup_wrapper .tps_pendantbuilder_toast_msg_popup, .tps_wishlist_toast_msg_popup_wrapper .tps_wishlist_toast_msg_popup{
  	width: 100%;
    max-width: 70%;
  }
  .tps_slider_wrap.tps_intensity_slider .tps_slider_list li {
	    padding: 0px 0px;
	}
	.cut_range_slider .tps_inputrange .cut_list, .tps_slider_wrap .tps_slider_list{
		margin: 0 0px;
	}
	.ui-slider-horizontal .ui-slider-handle{
		margin-left: -11px;
	}
	.tps_slider_wrap.tps_fluorescence_slider .tps_slider_list li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.cut_range_slider .tps_inputrange .cut_list, .tps_slider_wrap .tps_slider_list,
	div#amountSlider, .tps_inputrange{
    margin: 0 auto;
    width: 100%;
  }
  .tps_filter_tabs{
  	padding: 20px 25px 25px;
  }
}

@media(max-width:390px){
      .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 320px;
    }
}
@media(max-width:375px) {
  .tps-diamondlist-spinner-gridv-container .tps-diamondlist-grid-pr-img {
        height: 310px;
    }
	.diamond_detail.tps_detail_column.product_metafields {
		grid-template-columns: repeat(1, 1fr);
	}



	.tps_product_details_info .product_metafields .single_info .txt_title {
		width: 60%;
	}

	.tps_product_details_info .product_metafields .single_info .txt_info {
		width: 40%;
	}

	

	.tps_final_detail_tab.tps_setting_detail_tab .tps-setting-detail-column.detail-column-1 div span.detail-row-1 {
		font-size: 13px;
	}

	#startOver {
		line-height: 13px;
		vertical-align: bottom;
	}

	.tps-settings-sort-section {
		grid-gap: 10px;
	}

	.tps-diamondlist-filter-textbox-wrapper button.tps_filter_textbox_btn {
		width: 103px;
	}

      .tps_certificate_popup_wrapper_div.tps_cert_popoup_show .tps_cert_wrapper.tps_certificate_image {
    width: 270px;
}
}