/*** Code Created by TransPacific Software Pvt. Ltd ***/
/*For setting listing / setting detail / final product css*/


a:focus,
button:focus,
input:focus,
textarea:focus {
  box-sizing: border-box;
  outline: none;
  border: none;
  box-shadow: none;
}
.entry-content{
   margin: 0px !important;
}

.tps-page-rtw-product_listing .tps-rtw-main-container {
    max-width: 100%;
    margin: 0px auto 50px auto !important;
    padding: 0px 0px;
    width: 100%;
    position: relative;
}
.wp-custom-logo .container.grid-container .tps-rtw-data-not-found-container,
.tps-rtw-filter-listing-wrapper{
    max-width: 1440px;
    padding: 0px 15px;
    width: 100% !important;
    margin: auto;
}

.site-content {
    flex-direction: column;
}

/* tps breacrum and drop hind start */
.tps-rtw-breacrum {
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
}
.tps-page-rtw-product_detail .tps-rtw-breacrum{
  margin-top: 20px;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item {
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item a {
  color: var(--site-text-black-color );
  text-decoration: underline;
  font-weight: 400;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item a:hover {
  text-decoration: underline;
}

.tps-dia-detail-back-to-search button:hover {
  font-weight: 600;
  text-decoration: underline;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item span.tps-rtw-br-icon {
    width: 15px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(14deg);
}

.tps-rtw-breacrum .tps-rtw-breacrum-item span.tps-rtw-br-icon::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--site-text-black-color );
  display: block;
  position: absolute;
  top: 1px;
}

.tps-seDetailc-gallery-top-section {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  justify-content: space-between;
}
.tps-rtw-back-to-search button,
.tps-dia-detail-back-to-search button {
  padding: 0px 0px 0px 0px;
  background-color: transparent !important;
  font-family: 'Athiti';
  color: #202021 !important;
  font-weight: normal;
  font-size: 12.50px;
  line-height: 22px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
}
.tps-seDetailc-share-top {
  display: flex;
}


.tps-seDetailc-share-top a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-text-black-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Athiti';
  position: relative;
  font-weight: 300;
  text-decoration: underline;
  position: relative;
  margin-bottom: 4px;
  flex-direction: row-reverse;
}

.tps-seDetailc-drop-hint a:before {
  content: '';
  width: 26px;
  height: 25px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -188px -278px;
}

/*tps breacrum and drop hint end*/
.tps-rtw-back-to-search button::before,
.tps-dia-detail-back-to-search button::before {
  content: '';
  width: 18px;
  height: 14px;
  display: block;
  background-image: url(../images/common-images/dropdown_arrow.svg);
  background-position: 4px 2px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 93%;
  margin-top: 1px;
}

.button.tinvwl_button_view,
.button.tinvwl_button_close {
  font-family: 'Athiti';
  font-weight: normal;
  margin-bottom: 15px;
  padding: 8px 20px 11px;
  border: 1px solid #c36;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  background-color: var(--site-text-black-color);
  border-radius: 1px;
  color: #ffffff;
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer; 

}
.button.tinvwl_button_view:before,
.button.tinvwl_button_close:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}

.button.tinvwl_button_view:hover:before,
.button.tinvwl_button_close:hover:before{
  transform: scaleY(1);
}
.button.tinvwl_button_view:hover,
.button.tinvwl_button_close:hover {
/*  background-color: #ffffff !important;*/
  border-radius: 1px;
  z-index: 9;
  color: var(--site-text-black-color) !important;
}

/*main banner*/
.tps-rtw-banner {
  position: relative;
  width: 100%;
  margin-top: 0;
}

.tps-rtw-banner picture {
  width: 100%;
  display: block;
}
.tps-rtw-banner img{
  width: 100%;
}

.tps-rtw-banner h1 {
  position: absolute; 
  width: 100%;
  max-width: 1440px;
  padding-inline: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/*main banner*/

/*Transpacific software --- setting listing filter*/
.tps_latestv_rtwl_filter_parent {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.tps_latestv_rtwl_filter {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px 0px;
  justify-content: space-between;
  margin-top:20px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  align-items: center;
  grid-column-gap: 15px;
}


.tps_latestv_rtwl_reset_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  text-align: right;
  background: #efefef;
  padding: 13px 13px;
  font-size: 16px;
  color: var(--site-text-black-color);
}

.tps-rtw-title-and-count-div {
  display: flex;
  align-items: center;
  grid-gap: 0 5px;
  justify-content: center;
}

.tps-rtw-title-and-count-div .tps-rtw-header-tab-label-h1 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  color: var(--site-text-black-color);
  font-family: 'CormorantGaramond-Bold';
  font-weight: 500;
  margin: 0;
}

.tps_latestv_rtwl_reset_block .tps_latestv_rest_filter,
.tps_latestv_rtwl_reset_block label {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  color: var(--site-text-black-color);
  font-family: 'Athiti';
  position: relative;
  transition: width 2s;
}

.tps_latestv_rtwl_reset_block label {
  float: left;
  cursor: default;
}

.tps_latestv_rtwl_filter {
  clear: both;
}

.tps_latestv_rtwl_reset_block .tps_latestv_rest_filter:hover {
  text-decoration: underline;
  color: var(--site-text-black-color);
}

.tps_latestv_rtwl_filter .tps-rtw-filter-label{
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--site-text-black-color);
  margin: 0;
  position: relative;
  text-align: left;
  border-radius: 22px;
  border: 1px solid var(--site-color-4) !important;
  padding: 5px 30px 5px 13px;
  cursor: pointer;
  line-height: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: 'Athiti';
  background-color: var(--site-color-4) !important;
  display: flex;
  align-items: center;
  
}
.tps_latestv_rtwl_filter .tps-rtw-filter-label::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center !important;
  display: block;
  position: absolute;
  right: 5px;
  top: 9px;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-label.tps-up-arrow::after{
  transform: rotate(180deg);
  top: 10px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label {
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  grid-gap: 5px;
  align-items: center;
}

.tps-rtw-product-size-wrapper .tps-rtw-product-size-option-list::-webkit-scrollbar,
.tps-rtw-shape .tps-rtw-filter-option-list::-webkit-scrollbar {
  width: 4px;
  background-color: var(--tps-whitegray-color);
}

.tps-rtw-product-size-wrapper .tps-rtw-product-size-option-list::-webkit-scrollbar-thumb,
.tps-rtw-shape .tps-rtw-filter-option-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--tps-filtrcolor);
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul,
.tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list{
  width: 100%;
  position: absolute;
  top: 35px;
  left: 0;
  overflow: hidden;
  z-index: 9999999;
  background-color: var(--site-white-color);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
  border-radius: 5px;
  padding: 10px !important;
  width: 350px;
  padding: 15px 13px 15px !important;
  top: 42px;
  display: none;
  margin: 0px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-show-filters,
.tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list.tps-show-filters{
  display: block;  
  border-radius: 0;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li {
  position: relative;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-disable-option {
  opacity: 0.5;
  pointer-events: none;
}
.tps-rtw-filter-section.section-second {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 10px;
  padding-bottom: 5px;
}
.tps-rtw-filter-section.section-third {
  display: flex;
  flex-direction: row-reverse;
  width:15%;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label {
  font-family: 'Athiti';
  font-size: 14px;
  color: var(--site-text-black-color);
  line-height: 14px;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0px;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
}
.ui-slider .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    top: -7px !important;
    z-index: 9;
    transform: rotate(45deg);
}
.ui-slider .ui-slider-handle {
    background: var(--primary-site-color) !important;
    box-shadow: none !important;
}
.ui-widget-header, .ui-slider .ui-slider-handle {
    background: var(--primary-site-color) !important;
    box-shadow: none !important;
    border-radius: 50%;
    border-color: var(--primary-site-color) !important;
    border-width: 4px !important;
}
.ui-slider .ui-slider-handle {
    background-color: var(--site-white-color) !important;
}
.ui-widget.ui-widget-content {
    background: var(--site-color-5);
    height: 3px;
    border: none !important;
    border-radius: 10px;
    margin: 7px 3px 24px 11px;
}
.ui-widget.ui-widget-content {
    border: none !important;
}
.ui-slider-horizontal .ui-slider-handle{
    outline: none !important;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-to {
    float: right;
    text-align: right;
    position: relative;
}
.tps_latestv_rtwl_filter .tps-latestv-bapf-from, 
.tps_latestv_rtwl_filter .tps-latestv-bapf-to {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 8px 0px 5px;
    border: 1px solid var(--site-color-5);
    border-radius: 8px;
    width: 110px;
    font-size: 14px;
    color: var(--site-color-7);
    line-height: 16px;
    font-family: var(--font-body-family);
}
.tps_latestv_rtwl_filter .tps-latestv-bapf-from {
    float: left;
    justify-content: start;
    position: relative;
}
.tps_latestv_rtwl_filter .tps-latestv-bapf-from .tps-min-max-title, .tps_latestv_rtwl_filter .tps-latestv-bapf-to .tps-min-max-title{
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--site-white-color);
    padding: 2px 0px;
    text-align: center;
    font-size: 10px;
    width: 52px;
    color: var(--site-text-black-color);
    font-family: var(--font-body-family);
    font-weight: 500;
}
.tps_latestv_rtwl_filter .tps-latestv-bapf-from input, .tps_latestv_rtwl_filter .tps-latestv-bapf-to input {
    vertical-align: unset;
    background-color: transparent;
    box-shadow: none;
    float: right;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px !important;
    height: auto;
    border: none;
    min-height: auto;
    text-align: center;
    color: var(--site-text-black-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 500;
}

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

.tps_latestv_rtwl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.tps_latestv_rtwl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -466px -448px;
  margin-left: 5px;
}

.tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div,
.tps-latestv-reset-step-popup {
  position: absolute;
  width: 210px;
  right: 0;
  background-color: var(--site-text-black-color);
  border: 1px solid var(--site-text-black-color);
  padding: 10px 10px 16px 10px;
  border-radius: 4px;
  z-index: 99;
  top: 35px;
}
.tps-latestv-reset-step-popup {
  top: 63px;
}
.tps-latestv-reset-step-popup:before {
  right: auto;
  left: 113px;
}
.tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before,
.tps-latestv-reset-step-popup:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--site-text-black-color);
  position: absolute;
  z-index: 999999;
  right: 16px;
  top: -8px;
  border-top: 1px solid var(--site-text-black-color);
  border-left: 1px solid var(--site-text-black-color);
}
.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-title,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
  font-size: 14px;
  color: var(--site-white-color);
  font-family: 'Athiti';
  line-height: 24px;
  text-align: center;
}
.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: end;
  justify-content: center;
}

.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button {
  padding: 4px 20px 6px;
    margin-top: 10px;
    background-color: transparent;
    color: var(--site-white-color);
    font-size: 15px;
    font-family: var(--font-body-family);
    line-height: 16px;
    border: 1px solid var(--site-white-color);
    transition: 0.5sease;
    border-radius: 2px;
    cursor: pointer;
}
.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button.tps-rtw-reset-filter-confirm-no-btn{
  background-color: var(--site-white-color);
    color: var(--site-text-black-color);
}

.tps_latesv_rtw_fil_common {
  padding: 0px 0px;
  margin-left: 0 !important;
  position: relative;
  margin-right: 0px;
}
.tps_latestv_rtwl_filter .tps-rtw-price {
  -webkit-order: 3;
  order: 3;
}

.tps-rtw-price .tps-rtw-filter-option-list-meta-div span.tps-rtw-filter-option-list-label,
.tps_latestv_rtwl_filter  ul.tps-rtw-filter-option-list span.tps-rtw-filter-option-list-label{
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.tps-rtw-price .tps-rtw-filter-option-list-meta-div {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

span.tps-rtw-filter-option-list-close,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-filter-option-list-meta-div span.tps-rtw-filter-option-list-close {
  width: 15px;
  height: 15px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  position: absolute;
  background-position: -436px -231px;
  right: 0;
  font-size: 0;
  display: block;
  cursor: pointer;
}

.tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-filter-option-list-meta-div,
.tps_latestv_rtwl_filter .tps-rtw-style.tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-filter-option-list-meta-div,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-filter-option-list-meta-div{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span.tps-rtw-active-product-size-span:after {
    right: 0;
}

.tps-rtw-engraving-preview-img {
  background-image: url(../images/product-listing-images/Engraving.webp);
  position: relative;
  width: 248px;
  height: 112px;
  border: 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label.tps-down-arrow:after,
.tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label:after {
  top: -4px;
  right: 6px;
}

.tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label.tps-up-arrow,
.tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-up-arrow {
  background: var(--tps-gray-color);
  border-color: var(--tps-gray-color);
}

.tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label.tps-up-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-style span.tps-rtw-filter-label.tps-up-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label.tps-up-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-up-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label.tps-up-arrow:after,
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span.tps-rtw-active-product-size-span.tps-up-arrow:after,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label.tps-up-arrow:after{
  background-position: -208px -117px;
}

.tps_latestv_rtwl_filter .tps-rtw-shape {
  border-bottom: 1px solid var(--tps-gray-color);
}

.tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label.tps-down-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-style span.tps-rtw-filter-label.tps-down-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label.tps-down-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-down-arrow:after,
.tps_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label.tps-down-arrow:after,
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span.tps-rtw-active-product-size-span.tps-down-arrow:after,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label:after{
  background-position: -170px -117px; 
}
.tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option {
  padding: 3px 12px 4px 12px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Athiti';
  font-weight: 300;
  cursor: pointer;
  color: var(--site-text-black-color);
}

.tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option.active,
.tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option:hover {
  background: #ccc;
}

.tps-rtw-listing-sort-box-wrapper {
  position: relative;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul {
  grid-gap: 20px 0px;
  margin-left: 0;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li {
  position: relative;
}


.tps_latestv_rtwl_filter .tps-rtw-shape ul li input:checked+span::after {
  display: none;
}

.tps_latestv_rtwl_filter .tps-rtw-shape ul li input+span {
  border: 0;
}

.tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--tps-gray-color);
  padding: 0 0 14px 0px;
  font-size: 16px;
  line-height: 10px;
  color: var(--tps-filtrcolor);
  font-family: 'Athiti';
  display: inline-block;
  font-weight: 300;
}
.tps_latestv_rtwl_filter .tps-rtw-item-sort-by-title{
  padding: 7px 5px 5px 0px;
}

.tps-rtw-item-col.tps-rtw-sort-col .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-section-wrapper label.tps-rtw-listing-sort-section-label {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  color: var(--site-text-black-color);
  font-weight: 600;
}

/*end*/

/*Transpacific software --- filter counter design*/
.tps-rtw-item-counter-div,
.tps-rtw-item-counter-div .tps-rtw-item-col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tps-rtw-item-counter-div .tps-rtw-item-selected-value {
  width: 100%;
}

.tps-rtw-item-counter-div .tps-rtw-item-col2 {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.tps-rtw-item-counter-div .tps-rtw-item-col1 span {
  font-size: 20px;
  line-height: 20px;
  color: var(--site-text-black-color) !important;
  font-family: 'Athiti';
  font-weight: normal;
  letter-spacing: 0.5px;
  cursor: default;
}

.tps-rtw-item-counter-div .tps-rtw-item-col1 {
  grid-gap: 3px;
}

.tps-rtw-item-counter-div .tps-rtw-item-sort-by select {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: var(--site-text-black-color);
  padding: 8px 13px 5px 5px;
  border-radius: 0px;
  font-family: 'Athiti';
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-color: transparent;
  background-image: url(../images/common-images/dropdown_arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  width: 155px;
  border-bottom: 1px solid var(--site-text-black-color);
  outline: none;
  box-shadow: none;
  background-position: 96% 8px;
}

.tps-rtw-item-counter-div .tps-rtw-item-sort-by select option {
  font-size: 14px;
  padding: 10px 13px 10px 13px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
}

.tps-rtw-item-counter-div .tps-rtw-item-selected-value ul {
  display: flex;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  grid-gap: 12px;
}

.tps-rtw-item-selected-value ul li a {
  font-size: 13px;
  font-family: 'Athiti';
  line-height: 12px;
  color: var(--site-text-black-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: normal;
  text-decoration: none;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #959595;
  position: absolute;
  right: -6px;
  top: 42%;
  transform: translateY(-50%);
}

.tps-rtw-item-counter-div {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px 15px;
  position: relative;
  justify-content: center;
  align-items: baseline;
}

.tps-rtw-item-selected-value ul li a span {
  width: 15px;
  height: 15px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -150px -283px;
  margin-left: 3px;
}

.tps-rtw-item-selected-value ul li a:hover span {
  background-position: -121px -283px;
}

.tps-rtw-item-selected-value ul li.tps-rtw-unselected a span {
  width: 25px;
  height: 25px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -184px -229px;
  margin-top: 0px;
  margin-right: 9px;
}

/*end*/

/*Transpacific software --- product builder listing view design*/
.tps-rtw-item-listing-div,
.tps-rtw-item-listing-div noscript {
  display: flex;
  grid-gap: 20px 1.3%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.tps-rtw-item-listing-div .tps-rtw-item-info-div {
  padding: 0px;
  cursor: pointer;
  width: 24%;
  cursor: pointer;
  transition: .3s;
  border: 1px solid var(--site-color-4);
  position: relative;
}

.tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
  width: 23.3%;
}
.tps-rtw-item-banner-div.tps-left-banner {
    width: 49.3%;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div img{
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.tps-rtw-item-banner-div.tps-left-banner img,
.tps-rtw-item-banner-div.tps-right-banner img {
  display: block;
  height: 100%;
  background-image: url(../images/placeholder-setting-images/placeholder-800_800.jpg);
  background-position: center center;
  background-size: cover;
}

.tps-rtw-item-banner-div.tps-left-banner img.tps-rtw-item-banner-img,
.tps-rtw-item-banner-div.tps-right-banner img.tps-rtw-item-banner-img {
  width: 100%;
  height: 100%;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div {
  width: 100%;
  position: relative;
  background-color: var(--site-color-4);
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-pr {
  background-color: var(--site-white-color);
  padding: 10px 15px 10px;
  text-align: center;
  height: auto;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-div {
  text-align: center;
  padding: 0px 0px 0px;
}
.tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title {
  font-size: 16px;
  line-height: 20px;
  color: var(--site-text-black-color);
  margin: 0px 0px 0px;
  font-family: var(--font-body-family);
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 8px;
}

.tps-rtw-item-info-div .tps-rtw-item-price-div {
  font-size: 18px;
  line-height: 30px;
  color: var(--site-text-black-color);
  font-family: var(--font-body-family);
  text-align: center;
  font-weight: 600;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span {
  width: 30px;
  height: 30px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -275px -276px;
  position: absolute;
  z-index: 9999999;
  top: 5px;
  left: 5px;
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-bottom-content {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: var(--site-text-black-color);
    font-family: 'Athiti';
    font-weight: 300;
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-bottom-content span {
    text-decoration: underline !important;
    cursor: pointer;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span.tps-loading {
  background-image: url(../images/common-images/loader.gif);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span.active {
  background-position: -309px -276px;
}

/*Transpacific software --- loader design*/
.tps-rtw-item-listing-parent-div {
  position: relative;
}

.tps-rtw-item-listing-parent-div .tps-rtw-item-listing-loader {
  top: 0px;
  left: 0px;
  width: 100%;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 20px 0px;
}

.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;
  padding: 25px;
  margin: 0 auto;
}
.tps-rtw-spinner-grid-container .timeline-item{
  padding: 25px 0px;
}
@-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-rtw-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-rtw-background-masker {
  background: #ffffff;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tps_grid_animated-background {
  height: 330px;
}

.tps-rtw-spinner-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

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

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

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

.tps-rtw-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,
.tps-rtw-final-gallery-loader .tps_grid_animated-background {
  width: 80%;
  margin-left: auto;
}
.tps-seDetailc-gallery-loader .tps_grid_animated-background.tps-vertical{
  width: 100%;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow,
.tps-rtw-final-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,
.tps-rtw-final-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,
.tps-rtw-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.left-spinner {
  float: left;
  margin-left: -55px;
  display: none;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.right-spinner,
.tps-rtw-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.right-spinner {
  float: right;
  margin-right: -55px;
  display: none;
}

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

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

.tps-rtw-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-rtw-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-rtw-item-not-found-div {
  text-align: center;
  font-family: 'Athiti';
  font-size: 25px;
  line-height: 25px;
  color: var(--site-text-black-color);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: 300px;
  justify-content: center;
  border: 1px solid #8888884f;
  border-radius: 4px;
  padding-inline: 20px;
}

.tps-rtw-item-not-found-div .tps-rtw-item-not-found-sub-title {
  text-align: center;
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 25px;
    color: var(--site-text-black-color);   
    font-weight: 500;
}
.tps-rtw-item-not-found-div .tps-rtw-reset-filter-confirm-yes-btn{
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}
.tps_latestv_rtwl_filter .tps-rtw-price .tps-rtw-slider-filter-warn {
  width: 40%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'Athiti';
  color: #ff0000;
  margin-top: 31px;
}

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

/*you may also like loader*/
.tps-rtw-spinner-grid-container.tps-simillar-product-loader {
  display: block;
}

.tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  grid-gap: 0 1%;
  margin-left: 0;
  padding-left: 0;
  height: 300px;
}

.tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list li {
  width: 97%;
}

.tps-rtw-spinner-grid-container.tps-simillar-product-loader .tps-rtw-animated-background.tps-rtw-grid-pr-img {
  height: 190px;
  margin-bottom: 30px;
}
.wp-custom-logo .container.grid-container {
    margin-bottom: 30px;
}
.tps-rtw-spinner-grid-container.tps-simillar-product-loader .tps-rtw-animated-background.tps-rtw-grid-pr-title {
  height: 30px;
  margin-bottom: 15px;
}

.tps-rtw-spinner-grid-container.tps-simillar-product-loader .tps-rtw-animated-background.tps-rtw-grid-pr-price {
  height: 30px;
}

/*you may also like loader*/

/*end*/

/*Transpacific software --- detail page design*/
.tps-rtw-seDetailc .tps-seDetailc-row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  position: relative;
  max-width: 100%;
}

.tps-rtw-seDetailc .tps-seDetailc-gallery {
  width: 48%;
  position: relative;
  margin: 0px 0%;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  /*    float: left;*/
  margin: 0;
  grid-gap: 15px;
}

.tps-seDetailc-tiles-gallery-item.tps-seDetailc-360-video {
  width: 100%;
  display: block;
}

.tps-seDetailc-tiles-gallery-item.tps-img-div {
  /*    width: 49.5%;*/
  display: inline-block;
  /*padding: 5px;*/
  cursor: zoom-in;
  overflow: hidden;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery img[src=""],
.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery img:not([src]) {
  visibility: hidden;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery img.tps-seDetailc-tiles-gallery-img {
    display: block;
    color: transparent;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery iframe.tps-product-iframe {
  display: block;
  margin: auto;
  width: 100%;
  height: 615px;
  border: none;
  cursor: pointer;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery .tps-seDetailc-iframe-title {
  text-align: center;
  display: block;
  color: var(--site-text-black-color);
  padding-bottom: 20px;
}

.tps-rtw-seDetailc .tps-seDetailc-meta {
  width: 48%;
  margin-left: auto;
  position: relative;
  height: 100%;
  z-index: 1;
}

.tps-rtw-seDetailc .tps-seDetailc-meta.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky !important;
  padding:20px 0;
  top: 0;
}

.tps-rtw-seDetailc .sharethis-inline-share-buttons {
  position: absolute;
  right: 0;
  top: 1px;
  width: 25%;
}

.tps-rtw-seDetailc .sharethis-inline-share-buttons .st-btn {
  margin-left: 4px !important;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
  display: inline-block !important;
}

.tps-seDetailc-meta .tps-seDetailc-meta-title {
  text-transform: capitalize;
  margin: 0px;
  font-size: 28px;
  color: var(--site-text-black-color);
  line-height: 38px !important;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 13px;
  max-width: 500px;
}

.tps-seDetailc-title-wishlist-div {
  display: flex;
  padding-right: 0;
  position: relative;
}

.tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist {
  margin-top: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-title-wishlist-div a {
  width: 26px;
  height: 25px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -276px -278px;
  display: block;
  font-size: 0;
}

.tps-seDetailc-meta .tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist.active a,
.tps-seDetailc-meta .tps-seDetailc-title-wishlist-div a:hover {
  background-position: -310px -278px;
}

.tps-seDetailc-meta-description {
  border-top: 0px;
  padding-bottom: 0px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price {
  font-size: 22px;
  color: var(--site-text-black-color);
  line-height: 32px;
  font-family: 'Athiti';
  font-weight: 500;
  margin-bottom: 15px;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-pricetitle{
  font-weight: normal;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-subtitle {
  font-size: 13px;
  color: var(--site-text-black-color);
}
.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div {
  position: relative;
  display: inline-block;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-price-info-icon {
  width: 17px;
  height: 18px;
  background-image: url(../images/diamond-listing-images/diamond-list-icon.svg);
  background-position: -245px -192px;
  cursor: pointer;
  display: block;
  margin: 0px 0px 0px 2px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-price-info-txt:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--tps-whitegray-color);
  position: absolute;
  left: 6px;
  top: -6px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-price-info-txt {
  width: 100%;
  min-width: 275px;
  position: absolute;
  top: 28px;
  left: -5px;
  font-family: 'Athiti';
  font-weight: normal;
  font-size: 16px;
  background-color: var(--tps-whitegray-color);
  border: 1px solid var(--tps-whitegray-color);
  border-radius: 2px;
  color: var(--site-text-black-color);
  padding: 10px 10px;
  margin: 0;
  z-index: 1;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Athiti';
  font-weight: bold;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-descr {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-zone-div {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--site-text-black-color);
  padding-bottom: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-exc-tax-row {
  display: inline-block;
  width: 100%;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-exc-tax-col-left {
  width: 70%;
  float: left;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-exc-tax-col-right {
  width: 30%;
  float: right;
  text-align: right;
  font-family: 'Athiti';
  font-weight: bold;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-exc-tax-col-left .tps-seDetailc-tax-price-span-label,
.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-price-info-div .tps-seDetailc-tax-price-exc-tax-col-left .tps-seDetailc-tax-price-span-sublabel {
  display: block;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title,
.tps-rtw-product-size-wrapper .tps-rtw-product-size-title,
.tps-rtw-detail-sub-title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: normal;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: 500;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 5px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  list-style: none;
  margin: 0px;
  padding-left: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li .tps-seDetailc-sw-iocn {
  width: 55px !important;
  height: 55px !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li .tps-diamond-shape-video {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: none;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li .tps-diamond-shape-video video {
  max-height: 55px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li:hover {
  transform: scale(1.1);
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li:hover .tps-diamond-shape-video {
  opacity: 1;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-sw-iocn {
  width: 40px !important;
  height: 40px !important;
  display: block;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-sw-iocn::after {
  display: none !important;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting,
.tps-seDetailc-claw-div {
  display: inline-block;
  width: 49%;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-swatch-option-label-div {
  font-family: 'Athiti';
  font-size: 13px;
  color: #ffffff;
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
  width: fit-content;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_ct-per-stone ul li{
      display: flex;
    align-items: center;
    height: 45px;
    border: 1px solid var(--tps-gray-color);
    border-radius: 50%;
    width: 45px;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_ct-per-stone ul li.active,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_ct-per-stone ul li:hover{
    border-color: var(--site-text-black-color);
 }
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_ct-per-stone ul li span.tps-seDetailc-sw-iocn,
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_setting-carat-weight ul li span.tps-seDetailc-sw-iocn {
  display: none;
}
.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-round .tps-seDetailc-sw-iocn {
  background-position: -13px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-asscher .tps-seDetailc-sw-iocn {
  background-position: -319px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-cushion .tps-seDetailc-sw-iocn {
  background-position: -113px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-emerald .tps-seDetailc-sw-iocn {
  background-position: -157px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-marquise .tps-seDetailc-sw-iocn {
  background-position: -362px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-oval .tps-seDetailc-sw-iocn {
  background-position: -234px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-pear .tps-seDetailc-sw-iocn {
  background-position: -196px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-princess .tps-seDetailc-sw-iocn {
  background-position: -62px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-radiant .tps-seDetailc-sw-iocn {
  background-position: -273px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-heart .tps-seDetailc-sw-iocn {
  background-position: -404px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-octagon .tps-seDetailc-sw-iocn {
  background-position: -451px -58px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-emerald-horizontal .tps-seDetailc-sw-iocn {
  background-position: -151px -587px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-emerald-vertical .tps-seDetailc-sw-iocn {
  background-position: -157px -58px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-oval-horizontal .tps-seDetailc-sw-iocn {
  background-position: -236px -587px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches ul li.tps-seDetailc-swatche-option-oval-vertical .tps-seDetailc-sw-iocn {
  background-position: -234px -58px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
  margin-bottom: 10px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_setting-carat-weight ul li{
  border: 1px solid var(--tps-gray-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_setting-carat-weight ul li.active, .tps-seDetailc-meta .tps-seDetailc-swatches ul li.active span.tps-seDetailc-sw-iocn {
    border-color: var(--site-text-black-color);
}
.tps-seDetailc-meta .tps-seDetailc-swatches li:hover {
  cursor: pointer;
}

.tps-seDetailc-meta .tps-seDetailc-swatches {
  margin-bottom: 25px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-meta-div {
  margin-bottom: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-options-lists-div,
.tps-seDetailc-meta .tps-seDetailc-shapes .tps-seDetailc-shape-div {
  margin-top: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span {
  position: absolute;
  bottom: 5px;
  left: 43%;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_stone-shape li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span{
  position: unset;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_stone-shape li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span::after{
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--tps-maincolor);
  transition: width .5s;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_stone-shape li.active div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span::after{
  width: 100%;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_stone-shape li.active div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
  color: var(--tps-maincolor);
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span {
  left: 46%;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-weight: 300;
  position: relative;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active div,
.tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-swatch-option-label-div {
  display: block;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover div,
.tps-seDetailc-meta .tps-seDetailc-shapes li:hover .tps-seDetailc-swatch-option-label-div {
  opacity: 1;
  visibility: visible;
}

.tps-rtw-btn,
.tps-product-review-wrapper .wp-block-button button {
    
}
.tps-rtw-btn .tps-rtw-btn-loading {
  background-image: url(../images/common-images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
  text-align: left;
}

.tps-seDetailc-meta .tps-seDetailc-btn {
  margin-bottom: 28px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0px 30px;
    margin-bottom: 10px;
    max-width: 500px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a {
    display: inline-block;
    cursor: pointer;
    color: var(--site-text-black-color);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Athiti';
    position: relative;
    font-weight: 500;
    text-decoration: none !important;
}

.tps-seDetailc-meta .tps-seDetailc-share-list a::before {
  content: '';
  width: 27px;
  height: 21px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  float: left;
  margin-right: 5px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list.active a {
    font-weight: 600;
    color: var(--site-text-black-color);
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist a::before {
  background-position: -20px -782px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.active a::before{
  background-position: -53px -782px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a::before {
  background-position: -124px -723px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact-number a::before {
  background-position: -75px -724px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a::before {
  background-position: -174px -723px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.tps-loading a::before{
  background-image: url(../images/common-images/ajax-loader.gif);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tps-seDetailc-meta .tps-seDetailc-payment-g {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  grid-gap: 5px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g p {
  font-size: 12px;
  color: var(--site-text-black-color);
  line-height: 22px;
  font-family: 'Athiti';
  margin-bottom: 0px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g p a {
  color: #0070ba;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g p a:hover {
  text-decoration: none;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g div:nth-child(1) {
  width: 14.745px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g div:nth-child(2) {
  width: 47.184px;
}

.tps-rtw-sheading h2 {
  color: var(--site-text-black-color);
  font-family: 'Roboto' !important;
  font-size: 18px !important;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
  cursor: pointer;
  background-color: transparent;
  width: fit-content;
  text-align: left;
  font-weight: normal;
  cursor: default;
}

.tps-rtw-sheading h2 {
     border-bottom: 1px solid var(--site-text-black-color);
    font-weight: 600;
}

.tps-seDetailc-spacification .tps-rtw-sheading{
    border-bottom: 1px solid var(--tps-gray-color);
    margin-bottom: 20px;
}

.tps-seDetailc-spacification .tps-rtw-sheading {
  cursor: default;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info {
  display: flex;
  width: 100%;
  grid-gap: 0px 1%;
}
 
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
}
.tps-seDetailc-spacification {
  margin: 0px 0px 50px;
  background-color: #fff;
  padding: 0px 0px 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div,
.tps-seDetailc-spacification .tps-seDetailc-info-group-div{
  width: 100%;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div{
  margin-left: auto;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-show-more-info{
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  width: 148px;
  background-color: var(--site-text-black-color);
  max-width: 300px;
  color: #ffffff;
  justify-content: center;
  padding: 7px 10px;
  align-items: center;
  transition: all .3s;
  border: 1px solid var(--site-text-black-color);
  font-weight: normal;
  text-transform: capitalize;
  margin: 20px 0px 20px 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-show-more-info:hover{
  background-color: #ffffff !important;
  border-radius: 0px;
  color: var(--site-text-black-color) !important;
  border: 1px solid var(--site-text-black-color) !important;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-show-more-info::after{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../../../tps-latest-loosediamond/assets/images/diamond-listing-images/diamond-list-icon-icon.svg);
  margin-left: 5px;
  background-position: -102px -154px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-show-more-info:hover::after{
  background-position: -82px -154px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-show-more-info.tps-up-arrow::after{
  background-position: -102px -166px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-show-more-info.tps-up-arrow:hover::after{
  background-position: -82px -166px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-seDetailc-more-info-wrapper-div .tps-seDetailc-info-wrapper-div{
  width: 100%;
  margin-bottom: 20px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-seDetailc-more-info-wrapper-div{
  height: 0px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-seDetailc-more-info-wrapper-div.tps-show-info{
  height:260px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-seDetailc-more-info-wrapper-div::-webkit-scrollbar {
  width: 3px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-seDetailc-more-info-wrapper-div::-webkit-scrollbar-track {
  background: var(--tps-whitegray-color); 
} 
.tps-seDetailc-spacification .tps-seDetailc-info-group-div .tps-seDetailc-more-info-wrapper-div::-webkit-scrollbar-thumb {
  background: var(--site-text-black-color); 
}
.tps-seDetailc-spacification.tps-seDetailc-spacification-col1.tps-single-information {
    grid-template-columns: 1fr;
}
.tps-seDetailc-sp-info-row {
  display: flex;
  align-items: self-start;
  padding: 0px 0px 9px 0px;
  height: auto;
  flex-direction: column;
  border-bottom: 1px solid var(--site-color-4);
  margin-bottom: 6px;
}
.tps-seDetailc-sp-info-row.tps-fix-row{
  border-bottom: none;
  margin-bottom: 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-col-left,
.tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
  font-size: 14px;
  font-family: 'Athiti';
  font-weight: 500;
  text-transform: unset !important;
  color: var(--site-color-5);
  padding: 5px 9px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-col-left{ 
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: var(--site-text-black-color);
  font-weight: 600;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
  width: 100%;
  color: var(--site-text-black-color);
  text-align: left;
  word-break: break-all;
}


.tps-seDetailc-spacification .tps-seDetailc-sp-col-left:hover,
.tps-seDetailc-spacification .tps-seDetailc-sp-col-right:hover {
  color: var(--site-text-black-color);
}

.tps-seDetailc-row {
    margin-top: 8px;
    margin-bottom: 30px;
}


.tps-seDetailc-gallery-slide .tps-seDetailc-video-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/common-images/video.svg), rgb(0 0 0 / 25%);
  background-repeat: no-repeat;
  background-position: center center;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img {
  width: 100%;
  height: 100%;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div {
  margin: auto;
  display: flex;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track {
  margin-left: auto !important;
  display: flex;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal {
  margin-top: 20px;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div img[src=""],
.tps-rtw-item-listing-div .tps-rtw-item-img-div img:not([src]) {
  visibility: hidden;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div img.tps-rtw-item-img {
   width: 100%;
  height: 100%;
  object-fit: scale-down;
  filter: brightness(0.95);
}


.tps-rtw-item-thumbnail-list-wrapper {
  display: flex;
  grid-gap: 10px;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  visibility: hidden;
  padding: 14px 12px 11px 11px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100.6%;
  position: absolute;
  left: -1px;
}
.tps-rtw-item-thumbnail-list-wrapper .tps-rtw-item-thumbnail-list-item {
  width: 25%;
}

.tps-rtw-item-thumbnail-list-item {
  position: relative;
}

.tps-rtw-item-thumbnail-list-item:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.tps-rtw-item-thumbnail-list-item.active:before {
  background-color: var(--site-text-black-color);
}

.tps-rtw-mob-filter-button,
.tps-rtw-filter-title,
.tps-rtw-filter-show-result {
  display: none;
}

/*.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
  position: relative;
}*/

.tps-seDetailc-main-gallery .slick-arrow {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tps-seDetailc-main-gallery .slick-arrow,
.tps-seDetailc-main-gallery .slick-arrow:hover {
  width: 14px;
  height: 30px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg) no-repeat -228px -359px !important;
  overflow: hidden;
  left: -25px;
}

.tps-seDetailc-main-gallery .slick-arrow.slick-next,
.tps-seDetailc-main-gallery .slick-arrow.slick-next:hover {
  background-position: -245px -359px !important;
  right: -25px;
  left: auto;
}

.tps-seDetailc-main-gallery .slick-arrow::before {
  display: none;
}

.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff45;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
  text-transform: none;
}

.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/product-listing-images/rtw_latest_sprite.svg), var(--site-text-black-color);
  background-position: -346px -270px;
  cursor: pointer;
}

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span {
  opacity: 1;
}

.tps-seDetailc-diamond-selection-popup,
.tps-seDetailc-img-popup-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: var(--site-text-black-color)9;
  width: 100%;
  height: 100%;
}

.tps-seDetailc-img-popup-div div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 10px 30px;
  width: 725px;
  height: 88%;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 20px 10px;
  text-align: center;
}

.tps-rtw-cbutton {
  padding: 13px 20px 11px;
  font-family: 'Athiti';
  font-weight: normal;
  margin-bottom: 15px;
  border: 1px solid var(--site-text-black-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--site-text-black-color);
  border-radius: 0px;
  color: #ffffff;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
}

.tps-rtw-cbutton:hover,
.tps-rtw-cbutton:focus {
  background-color: #ffffff !important;
  border-radius: 0px;
  color: var(--site-text-black-color) !important;
  border: 1px solid var(--site-text-black-color) !important;
}

.tps-rtw-cbutton:visited {
  color: #ffffff;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  margin-bottom: 30px;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close,
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -386px -224px;
  cursor: pointer;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close:hover,
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close:hover {
  background-position: -359px -224px;
}

.tps-seDetailc-img-popup-div img {
  height: 95%;
  margin: auto;
  display: block;
}

.tps_latestv_productl_filter .tps-rtw-metal.tps_latesv_product_fil_common ul {
  margin-left: -30px;
}

.tps_latestv_productl_filter .tps_latesv_product_fil_common.tps-rtw-style-type ul {
  margin-left: -33px;
}

.tps-rtw-item-col2 .tps-rtw-item-sort-by-title {
  font-size: 20px;
  line-height: 20px;
  color: var(--site-text-black-color) !important;
  font-family: 'Athiti';
  font-weight: normal;
  cursor: default;
}

/*end*/

/*Transpacific software --- applied filter*/
.tps-rtw-item-selected-value {
  padding: 15px 10px;
  background: transparent;
  width: 100%;
  border-top: 1px solid var(--site-color-5);
  border-bottom: 0px;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filters-title {
  font-size: 15px;
  color: var(--site-text-black-color);
  line-height: 15px;
  font-family: 'Athiti';
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list {
  display: flex;
  align-content: center;
  margin: 0px;
  list-style: none;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 10%;
  position: relative;
}

.tps-rtw-item-selected-value .tps-rtw-item-selected-value ul {
  display: flex;
  list-style: none;
  margin: 0px 0px 0px 0px;
  grid-gap: 20px;
}

.tps-rtw-item-selected-value .tps-rtw-item-selected-value ul {
  display: flex;
  grid-gap: 0px 10px;
  align-items: center;
  position: relative;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option,
.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option-sublist {
  display: flex;
  grid-gap: 0px 10px;
  align-items: center;
  position: relative;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-type-label {
  font-size: 14px;
  font-family: 'Athiti';
  font-weight: 500;
  line-height: 14px;
  color: var(--site-text-black-color);
  margin-top: -2px;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected {
  margin-left: auto;
  position: absolute;
  right: 0%;
  top: 0%;
  display: flex;
  align-items: center;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a {
  margin-left: auto;
  font-size: 15px;
  font-family: 'Athiti';
  font-weight: 600;
  line-height: 15px;
  color: var(--site-text-black-color);
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -34px;
  display: flex;
  align-items: center;
  width: 100px;
  flex-direction: inherit;
  text-decoration: underline;
  justify-content: end;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a:hover {
  text-decoration: underline;
}

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option:nth-last-child(1):before,
.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option:nth-last-child(2):before {
  display: none !important;
}

.tps-rtw-final-specification a {
  width: fit-content;
}

/*Transpacific software --- loader on focus */
@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.tps-rtw-item-focus-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #42688b;
  border-right: 3px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 43%;
  left: 46%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.tps-rtw-item-focus-loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-bottom: 3px solid var(--site-text-black-color);
  border-left: 3px solid transparent;
}

.tps-rtw-item-listing-div .tps-rtw-item-info-div:focus .tps-rtw-item-focus-loader,
.tps-rtw-item-listing-div .tps-rtw-item-info-div:focus-within .tps-rtw-item-focus-loader,
.tps-rtw-item-listing-div .tps-rtw-item-info-div:visited .tps-rtw-item-focus-loader,
.tps-rtw-item-listing-div .tps-rtw-item-info-div:focus-visible .tps-rtw-item-focus-loader,
.tps-rtw-item-listing-div .tps-rtw-item-info-div:active .tps-rtw-item-focus-loader {
  opacity: 1;
}

/*Transpacific software --- final product*/
.tps-rtw-final-cr .tps-rtw-final-row {
  display: flex;
  flex-wrap: wrap;
}

.tps-rtw-final-row .tps-rtw-final-gallery {
  width: 48%;
  margin: 0px 2%;
}

.tps-rtw-final-row .tps-rtw-final-meta {
  width: 48%;
  margin-left: auto;
}

.tps-rtw-final-cr .tps-rtw-final-message {
  text-align: center;
  margin-bottom: 20px;
}

.tps-rtw-final-cr .tps-rtw-final-message span {
  font-size: 25px;
  line-height: 22px;
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-family: 'Athiti';
  position: relative;
}

.tps-rtw-final-meta .tps-rtw-final-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  text-transform: capitalize;
  color: #0C0C0C;
  margin-bottom: 20px;
  font-family: 'Athiti';
}

.tps-rtw-final-meta .tps-rtw-final-price {
  font-family: 'Athiti';
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
  color: var(--site-text-black-color);
  font-weight: normal;
}

.tps-rtw-final-meta .tps-rtw-final-price .tps-rtw-final-pricetax {
  font-weight: normal;
  font-size: 14px;
}

.tps-rtw-final-meta .tps-rtw-final-button {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 25px 0px 0px;
  margin: 25px 0px 10px;
  border-top: 1px solid var(--tps-gray-color);
}

.tps-rtw-final-meta .tps-rtw-final-button .tps-rtw-final-add-to-cart::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
}

.tps-rtw-final-meta .tps-rtw-final-button.tps-loading .tps-rtw-final-add-to-cart::after {
  opacity: 1;
}

.tps-rtw-final-data {
  margin-bottom: 20px;
  max-width: 500px;
  display: flex;
  grid-gap: 0px 15px;
}

.tps-rtw-final-data div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--tps-whitegray-color);
  padding: 15px 15px;
}

.tps-rtw-final-data div span.tps-rtw-final-data-title {
  background-color: #ffffff;
  color: var(--site-text-black-color);
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
  padding: 9px 2px;
  font-weight: normal !important;
}

.tps-rtw-final-data div span {
  width: 100%;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
}

.tps-rtw-final-data div span:nth-child(1) {
  font-family: 'Athiti';
  font-weight: bold;
}

.tps-rtw-final-data div span a {
  color: var(--site-text-black-color);
  font-family: 'Athiti';
  font-weight: normal;
  text-decoration: underline;
}

.tps-rtw-final-data div span a:hover {
  text-decoration: underline;
}

.tps-rtw-final-meta .tps-rtw-final-share ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li {
  width: 25%;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-text-black-color);
  font-size: 14px;
  line-height: 28px;
  font-family: 'Athiti';
  position: relative;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/product-listing-images/rtw_latest_sprite.svg);
}

.tps-rtw-final-meta .tps-rtw-final-share ul li.tps-rtw-final-wish a:before {
  background-position: -15px -362px;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li.tps-rtw-final-dh a:before {
  background-position: -46px -362px;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li.tps-rtw-final-em a:before {
  background-position: -81px -362px;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li.tps-rtw-final-ph a:before {
  background-position: -113px -362px;
}

.tps-rtw-final-meta .tps-rtw-final-share ul li.tps-rtw-final-wish:hover a:before {
  background-position: -268px -363px;
}

.tps-rtw-final-data div span:nth-child(2):hover {
  font-weight: bold;
  cursor: pointer;
}

.tps-rtw-final-shipping {
  font-family: 'Athiti';
  font-size: 15px;
  color: var(--site-text-black-color);
  line-height: 20px;
  margin: 0px 0 20px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.tps-rtw-final-shipping:before {
  content: '';
  width: 26px;
  height: 20px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  margin-right: 2px;
  background-position: -139px -365px;
}

.tps-rtw-final-specification .tps-rtw-final-spec-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.tps-rtw-final-specification .tps-rtw-final-spec-tab a {
  margin-bottom: 0px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.tps-rtw-final-specification .tps-rtw-final-spec-tab div a {
  font-weight: normal;
  position: relative;
}

.tps-rtw-final-specification .tps-rtw-final-spec-tab div.active a,
.tps-rtw-final-specification .tps-rtw-final-spec-tab div:hover a,
.tps-rtw-final-specification .tps-rtw-final-spec-tab a:hover {
  font-weight: normal;
  border-bottom: 3px solid #cea74d;
  color: var(--site-text-black-color);
}

.tps-rtw-final-specification .tps-rtw-final-sinfo {
  display: grid;
  grid-template-columns: 1fr;
}

.tps-rtw-final-specification .tps-rtw-final-sinfo.tps-active-info {
  /* animation: scale-display 1s;*/
  display: grid;
}

.tps-rtw-item-listing-div .tps-rtw-item-info-div.tps-highlight-item {
  background: transparent;
  outline: 1px solid var(--site-text-black-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.tps-rtw-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: #fff;
  display: flex;
  align-items: center;
  z-index: 99999;
}

.tps-rtw-wishlist-popup {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(21 17 17 / 22%);
  display: flex;
  align-items: center;
  z-index: 999999;
}

.tps-rtw-toast-msg-popup-wrapper.tps-show-popup {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
}

.tps-rtw-toast-msg-popup-wrapper .tps-rtw-toast-msg-content,
.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr {
  width: fit-content;
  padding: 20px 20px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #282828;
  font-family: 'Athiti';
  background-color: #ffffff;
  margin: auto;
  text-align: center;
  max-width: 300px;
}
.tps-rtw-form-popup, .tps-rtw-drop-hint-social-share-form {
    position: fixed;
    right: 0%;
    bottom: 0%;
    background-color: #2323238c;
    left: 0%;
    top: 0%;
    z-index: 999999999;
    display: none;
    overflow: auto;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}
.tps-rtw-form-popup .tps-rtw-form-popup-m, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-form-popup-cr {
    padding: 0;
    width: 502px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    max-width: 502px !important;
    min-width: 502px !important;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a {
    text-decoration: none;
    border: none;
    cursor: pointer;
    height: 42px;
    border-radius: 50px;
    background-color: #fff;
    color: var(--site-text-black-color);
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 10px;
    margin-right: 4px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-facebook, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-linkedin, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-twitter, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-pinterest, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-mail, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-copy-link, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-whats-app {
    width: 37px;
    height: 37px;
    position: relative;
    display: block;
    margin-right: 5px;
   background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-facebook {
    background-position: -25px -383px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-linkedin {
    background-position: -86px -383px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-twitter {
    background-position: -150px -383px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-pinterest {
    background-position: -217px -383px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-mail {
    background-position: -284px -383px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-copy-link {
    background-position: -344px -383px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-whats-app {
    background-position: -412px -383px;
}
span.tps-rtw-drop-hint-social-share-notice {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Athiti';
    font-weight: 300;
    color: var(--site-text-black-color);
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-form-popup-cr {
    padding: 15px;
}
.tps-rtw-form-popup .tps-rtw-form-popup-close, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-close {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 10px;
    right: 10px;
    background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);    
    background-position: -363px -228px;
    cursor: pointer;
}

.tps-rtw-form-popup .tps-rtw-form-popup-cr, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-form-popup-cr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    max-width: 800px;
    min-width: 800px;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 30px;
}

.tps-seDetailc-btn .tps-rtw-btn::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
}
.tps-seDetailc-btn .tps-rtw-btn{
  position: relative;
  z-index: 9;
  width: 100%;
  display: block;
  max-width: 95%;
  text-align: center;
  padding: 15px 10px;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box {
  width: 20%;/*
  float: left;*/
}
.tps-rtw-final-data div span span {
  padding: 0;
}
.tps-rtw-final-data div span span:nth-child(1) {
  margin-right: 10px;
}

.tps-rtw-final-engraving {
  padding: 20px 0px 0px;
  margin: 15px 0px 0px;
  border-top: 1px solid var(--tps-gray-color);
}

.tps-rtw-final-engraving input {
  width: 100%;
  display: block;
  max-width: 278px;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: 'Athiti';
  color: var(--site-text-black-color) !important;
  padding: 10px 10px !important;
  border: 1px solid var(--site-text-black-color) !important;
  border-radius: 1px !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  margin: 10px 0px 3px 0px;
}

.tps-rtw-final-engraving input+span {
  font-size: 13px;
  line-height: 20px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
}

.tps-latestv-reset-loader {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 80%;
  top: -1px;
  background-image: url(../images/common-images/loader.gif);
  background-repeat: no-repeat;
}

.tps-rtw-final-specification .tps-rtw-final-sinfo#tps-rtw-final-diamond {
  grid-template-columns: 1fr;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide img{
  font-size: 0px;
}

/*popup*/

.tps-rtw-form-popup.active {
  display: block;
      overflow-x: hidden;
    overflow-y: auto;
}



.tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title {
  border-bottom: 1px solid var(--site-text-black-color);
    padding: 20px;
    position: relative;
    width: 100%;
}

.tps-rtw-form-popup .tps-rtw-form-popup-title .tps-rtw-form-popup-main {
  font-size: 22px;
  color: var(--site-text-black-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--font-body-family);
  margin: 0px;
  font-weight: 600;
}


.tps-rtw-form-popup .tps-rtw-form-popup-content {
  padding: 30px 20px;
  width: 100%;
  max-width: 100%;
}

@keyframes scaler-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-displayr--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title .tps-rtw-form-descr {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: var(--site-text-black-color);
  font-family: 'Athiti';
  max-width: 380px;
  margin: 5px auto 0px auto;
}

.tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap input,
.tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap textarea {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--site-text-black-color) !important;
  border-radius: 3px;
  padding: 12px 25px 12px 15px;
  font-size: 14px;
  background-color: #ffffff;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  margin-bottom: 14px;
  width: 90%;
}

.tps-rtw-form-popup .tps-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.tps-rtw-form-popup .tps-form-image-block {
  width: 40%;
  padding-right: 4%;
}

.tps-rtw-form-popup .tps-form-img-loader {
  width: 100%;
  height: 250px;
}

.tps-rtw-form-popup .tps-form-img-loader p {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  color: transparent;
}

.tps-rtw-form-popup .tps-form-img-loader p::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tps-rtw-form-popup .email-us-form,
.tps-rtw-form-popup .drop-hint-form {
  width: 60%;
}

.tps-rtw-form-popup.email-us-form.active .tps-form p,
.tps-rtw-form-popup.drop-hint-form .tps-form p {
  margin-bottom: 10px;
}

.tps-rtw-form-popup .drop-hint-form .form-group label,
.tps-rtw-form-popup .drop-hint-form .form-group br {
  display: none;
}

.tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap input,
.tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-rtw-form-popup .drop-hint-form .wpcf7-form-control-wrap input,
.tps-rtw-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea {
  outline: none;
    box-shadow: none;
    border: 1px solid var(--site-text-black-color) !important;
    border-radius: 3px;
    padding: 12px 25px 12px 15px;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
    margin-bottom: 0px;
    width: 100%;
}

.tps-rtw-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr,
.tps-rtw-form-popup .drop-hint-form .tps_drop_hint.tps-btn {
  padding: 13px 20px 11px;
  font-family: var(--font-body-family);
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid var(--secondry-site-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--secondry-site-color);
  border-radius: 0px;
  color: var(--site-white-color);
  position: relative;
  width: 90%;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 0px auto;
}

.tps-rtw-form-popup .wpcf7 form .wpcf7-response-output {
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  border-color: #ef3f49;
  font-size: 14px;
  font-weight: normal;
  display: none !important;
  text-align: center;
}

.thankyou {
  background-color: #ffffff;
  color: var(--site-text-black-color);
  text-align: center;
  font-family: 'Athiti';
  font-size: 16px;
  font-weight: normal;
  max-width: 600px;
  padding: 10px 20px;
  margin: auto;
}

.thankyou .thankyou-heading {
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-size: 25px;
  font-weight: normal;
}

.tps-rtw-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr:hover,
.tps-rtw-form-popup .drop-hint-form .tps_drop_hint.tps-btn:hover {
  background-color: var(--site-white-color) !important;
  border-radius: 0px;
  color: var(--site-text-black-color) !important;
  border-color: 1px solid var(--site-text-black-color);
}

.tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title .tps-rtw-form-descr {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: var(--site-text-black-color);
  font-family: var(--font-body-family);
  max-width: 380px;
  margin: 5px auto 0px auto;
  font-weight: 500;
}

.tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-rtw-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea {
  height: 150px;
}

.tps-rtw-form-popup .wpcf7-not-valid-tip {
  text-align: left;
  margin: 3px 0px 7px 3px;
  font-size: 12px;
  font-family: 'Athiti';
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide {
  margin-bottom: 10px !important;
}

.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-inner,
.tps-rtw-final-vertcal-parent .tps-rtw-final-gallery-inner {
  display: flex;
  align-items: flex-start;
}
.tps-rtw-final-gallery .tps-rtw-final-gallery-slide .tps-rtw-final-img-div img {
  margin-left: auto;
  margin-right: auto;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr {
  width: 100%;
  max-width: 350px;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-title {
  font-size: 18px;
  line-height: 22px;
  color: var(--site-text-black-color);
  margin: 12px 0px 00px;
  font-family: 'Athiti';
  font-weight: bold;
  text-transform: capitalize;
  display: block;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-subtitle {
  font-size: 12px;
  line-height: 24px;
  color: var(--site-text-black-color);
  margin: 0px 0px 20px;
  font-family: 'Athiti';
  font-weight: bold;
  text-transform: capitalize;
  display: block;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-cbutton {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-close,
.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-icon.tps-icon-addto {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  margin: auto;
  cursor: pointer;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  color: transparent;
}

.tps-seDetailc-meta .tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist.tps-loading a {
  background-image: url(../images/common-images/ajax-loader.gif);
  background-position: center !important;
  background-size: 90%;
  background-repeat: no-repeat;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.tps-loading a::before {
  background-image: url(../images/common-images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-icon.tps-icon-addto {
  background-position: -73px -441px;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-close {
  background-position: -8px -442px;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-icon.tps-icon-addto:hover {
  background-position: -222px -441px;
}

.tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-close:hover {
  background-position: -154px -442px;
}

.tps-rtw-item-counter-div .tps-rtw-header-tab-label {
  text-align: center;
}

.tps-rtw-item-counter-div .tps-rtw-header-tab-label h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  color: var(--site-text-black-color);
 font-family: 'Athiti';
  font-weight: normal;
  letter-spacing: 1.5px;
}

.tps-rtw-item-counter-div .tps-rtw-header-parent {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  grid-gap: 20px;
}

.tps-rtw-item-counter-div .tps-rtw-item-counter-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: 1px solid #8888884f;
}

.tps-rtw-item-counter-div .tps-rtw-header-parent .tps-rtw-item-col {
  width: fit-content;
  padding: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tps-rtw-item-counter-div .tps-rtw-header-parent .tps-rtw-item-col::after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #888888;
}

.tps-rtw-item-counter-div .tps-rtw-header-parent .tps-rtw-item-col:nth-last-child(1)::after {
  display: none;
}


.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shape .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shape .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn {
  border-color: var(--site-text-black-color);
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
  margin-bottom: 26px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li .tps-seDetailc-sw-iocn::after {
  display: none;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li .tps-seDetailc-sw-iocn {
  border: 1px solid transparent;
  border-radius: 50%;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.active .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li:hover .tps-seDetailc-sw-iocn {
  border-color: var(--site-text-black-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-round .tps-seDetailc-sw-iocn {
  background-position: -12px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-asscher .tps-seDetailc-sw-iocn {
  background-position: -116px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-cushion .tps-seDetailc-sw-iocn {
  background-position: -83px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-emerald .tps-seDetailc-sw-iocn {
  background-position: -242px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-marquise .tps-seDetailc-sw-iocn {
  background-position: -149px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-oval .tps-seDetailc-sw-iocn {
  background-position: -181px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-pear .tps-seDetailc-sw-iocn {
  background-position: -212px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-princess .tps-seDetailc-sw-iocn {
  background-position: -47.5px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-radiant .tps-seDetailc-sw-iocn {
  background-position: -309px -867px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-hert .tps-seDetailc-sw-iocn {
  background-position: -273px -865px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-round:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-round.active .tps-seDetailc-sw-iocn {
  background-position: -12px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-asscher:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-asscher.active .tps-seDetailc-sw-iocn {
  background-position: -117px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-cushion:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-cushion.active .tps-seDetailc-sw-iocn {
  background-position: -83px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-emerald:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-emerald.active .tps-seDetailc-sw-iocn {
  background-position: -241px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-marquise:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-marquise.active .tps-seDetailc-sw-iocn {
  background-position: -148px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-oval:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-oval.active .tps-seDetailc-sw-iocn {
  background-position: -179px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-pear:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-pear.active .tps-seDetailc-sw-iocn {
  background-position: -210px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-princess:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-princess.active .tps-seDetailc-sw-iocn {
  background-position: -45.5px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-radiant:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-radiant.active .tps-seDetailc-sw-iocn {
  background-position: -309px -818px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-hert:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with li.tps-seDetailc-swatche-option-hert.active .tps-seDetailc-sw-iocn {
  background-position: -270px -817px;
}

.tps-seDetailc-meta .tps-seDetailc-btn {
  max-width: 100%;
}
.tps-seDetailc-stone-and-product-size-wrapper {
  display: flex;
  align-items: start;
  width: 100%;
  max-width: 400px;
}

.tps-rtw-center-stone-carat-dropdown-div {
  width: 50%;
  display: flex;
  align-items: center;
  color: var(--site-text-black-color);
}

.tps-rtw-center-stone-carat-dropdown-div select.tps-rtw-carat-weight-list {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Athiti';
  font-weight: normal;
  color: var(--site-text-black-color);
  text-transform: capitalize;
  max-width: 80px;
  width: 65px;
  background-image: url(../images/common-images/dropdown_arrow.svg);
  background-position: 98% 7px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid var(--site-text-black-color);
  border-radius: 0px;
  padding: 4px 10px 5px;
  transition: opacity 1s ease-out;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  animation: scale-display 1s;
  display: inline-flex;
}

/*.tps-rtw-product-size-wrapper:nth-child(2) {
  width: 35%;
  display: flex;
}

.tps-rtw-product-size-wrapper:nth-child(3) {
  width: 15%;
}*/

.tps-seDetailc-add-certificate-div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--site-text-black-color);
}

.tps-seDetailc-add-certificate-checkbox-div {
  display: flex;
  flex-wrap: wrap;
}

.tps-seDetailc-add-certificate-checkbox-option {
  position: relative;
}

.tps-seDetailc-add-certificate-checkbox-option input.tps-seDetailc-add-certificate-radio {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  margin: 0px;
  cursor: pointer;
}

.tps-seDetailc-add-certificate-checkbox-option .tps-seDetailc-add-certificate-label {
  font-size: 16px;
  padding-left: 60px;
  position: relative;
}

.tps-seDetailc-add-certificate-checkbox-option .tps-seDetailc-add-certificate-label:before {
  content: " ";
  cursor: pointer;
  display: block;
  font-size: 20px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: opacity .2s;
  left: 50%;
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  padding: 0px;
  border: 1px solid var(--site-text-black-color);
  background-color: #ffffff;
  color: var(--site-text-black-color);
  transform: translate(-50%, -50%);
}

.tps-seDetailc-add-certificate-checkbox-option input[type=radio]:checked+.tps-seDetailc-add-certificate-label::before {
  background-image: url(../images/diamond-listing-images/diamond-list-icon.svg);
  background-position: -17px -156px;
}

.tps-seDetailc-qty-box-wrapper {
  display: flex;
  align-items: end;
  margin: 20px 0;
  color: var(--site-text-black-color);
}

.tps-seDetailc-qty-box-wrapper input#tps-seDetailc-qty-box {
  border: none;
  color: var(--site-text-black-color);
  border-radius: 0;
  border-bottom: 1px solid var(--site-text-black-color);
  text-align: center;
  font-family: 'Athiti';
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
}

.tps-page-rtw-product_detail .glsr-star-empty,
.tps-page-rtw-product_detail .glsr-star-rating--stars[class*=" s"]>span {
  background-image: url(../images/common-images/star_empty.svg) !important;
  margin-right: 5px;
}

.tps-page-rtw-product_detail .glsr-star-full,
.tps-page-rtw-product_detail .glsr-star-rating .glsr-star-rating--stars[class*=" s"]>span.gl-active,
.tps-page-rtw-product_detail .glsr-star-rating .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected {
  background-image: url(../images/common-images/star_full.svg) !important;
}

.tps-seDetailc-shipping-days {
  font-family: 'Athiti';
  font-size: 16px;
  color: var(--site-text-black-color);
  line-height: 20px;
  margin: 15px 0 20px;
  font-weight: normal;
  position: relative;
  display: block;
  cursor: default;
  text-transform: none;
  letter-spacing: 0.5px;
}

.tps-seDetailc-shipping-days b {
  font-weight: normal;
  color: var(--site-text-black-color);
}

.tps-seDetailc-shipping-days:hover {
  color: var(--site-text-black-color);
}

.tps-extra-shipping-info-span:before {
  display: inline-block;
  vertical-align: sub;
  content: '';
  width: 28px;
  height: 40px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  margin-right: 2px;
  float: left;
}
.tps-extra-shipping-info-div {
  display: flex;
  flex-direction: column;
}
.tps-seDetailc-product-sku-descr-div span.tps-seDetailc-product-descr-title {
    font-family: 'Athiti';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.tps-seDetailc-meta-description,
.tps-seDetailc-SKU{
    display: block;
    font-family: 'Athiti';
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--site-text-black-color);
    margin: 0px 0px 15px;
}
.tps-seDetailc-SKU{
    margin-bottom: 15px;
    max-width: 500px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
}
.tps-extra-shipping-info-span {
    font-family: 'Athiti';
    font-size: 14px;
    color: var(--site-text-black-color);
    line-height: 26px;
    margin: 10px 0 10px;
    font-weight: 400;
    position: relative;
    align-items: center;
    display: inline-block;
    cursor: default;
    text-transform: none;
}

.tps-extra-shipping-info-span a {
  font-family: 'Athiti';
  font-weight: bold;
  color: var(--site-text-black-color);
  text-decoration: none;
  cursor: pointer;
}

.tps-extra-shipping-info-span a:hover {
  color: var(--site-text-black-color);
  text-decoration: underline;
}

/*end*/


/*currecy swithcer*/
#et-secondary-menu {
  margin-right: 80px;
}

.tps-header-icons {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  width: 80%;
}

.tps-header-icons #alg_currency_select {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #757575;
  cursor: pointer;
}

.tps-header-icons .tps-header-cur-switcher {
  position: absolute;
  top: 19px;
  right: 40px;
  z-index: 999999;
  text-align: center;
  cursor: pointer;
}

.tps-header-icons .tps-header-cur-switcher .tps-header-currency {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ef3f49;
}

.tps-header-icons .tps-header-cur-switcher .tps-header-currency-dropdown {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.tps-header-icons .tps-header-cur-switcher:hover .tps-header-currency-dropdown {
  opacity: 1;
}

.tps-header-icons .tps-header-wishlist {
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 999;
}

.tps-header-icons .wishlist_products_counter .wishlist_products_counter_text {
  display: none;
}

.tps-header-icons .tps-header-wishlist .wishlist_products_counter_number {
  position: absolute;
  top: -4px;
  right: -2px;
}

/*end*/

.tps-rtw-final-meta .tps-rtw-final-rsized {
  display: flex;
  grid-gap: 0px 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  max-width: 500px;
}

.tps-rtw-final-meta .tps-rtw-final-data-list {
  width: 100%;
  margin-bottom: 15px;
}

/*.tps-rtw-final-meta .tps-rtw-product-size-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 0px 10px;
}

.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -4px;
  z-index: 9;
}

.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 9;
}

.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(1).active {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: -4px;
  z-index: 99;
}

.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(2).active {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  z-index: 9;
}*/

.tps-rtw-final-data div span span.tps-rtw-final-setting-price,
.tps-rtw-final-data div span span.tps-rtw-final-diamond-price {
  font-size: 20px;
  line-height: 20px;
  color: var(--site-text-black-color);
}

.tps-rtw-final-engraving .tps-rtw-final-en-title {
  margin-bottom: 10px;
  display: block;
}

/*.tps-rtw-final-meta .tps-rtw-product-size-wrapper:nth-child(3) {
  margin-left: auto;
}*/

.tps-rtw-final-data div span a:hover {
  text-decoration: none;
}

.tps-rtw-final-specification .tps-rtw-final-tab[data-tab-type="setting"] a::after {
  content: '';
  width: 1px;
  height: 70%;
  display: block;
  background-color: var(--site-text-black-color);
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.tps-rtw-final-sinfo#tps-rtw-final-setting .tps-rtw-final-scol {
  display: flex;
  width: 100%;
  grid-gap: 0px 1%;
}

.tps-rtw-final-sinfo.tps-active-info#tps-rtw-final-diamond {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 10px;
}

.tps-rtw-form-popup .tps_recaptcha {
  margin: auto;
  width: fit-content;
}

.tps-rtw-toast-msg-popup-wrapper .tps-rtw-toast-msg-content {
  width: fit-content;
  padding: 19px 20px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  font-family: 'Athiti';
  background-color: var(--site-text-black-color);
  margin: auto;
  text-align: center;
  max-width: 300px;
  text-align: center;
  display: block;
}

.tps-rtw-toast-msg-popup-wrapper .tps-rtw-toast-msg-popup {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  position: relative;
}

.tps-rtw-toast-msg-popup-wrapper .tps-rtw-toast-msg-close {
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -368px -231px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  color: transparent;
  right: 5px;
  border: 1px solid #ffffff;
  top: 4px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active .tps-seDetailc-sw-iocn::after,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover .tps-seDetailc-sw-iocn::after {
  display: none;
}

/*.tps-fixed-thumbnail .slick-track {
  transform: none !important;
}*/

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
.tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-3 {
  width: 33%;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2,
.tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-2 {
  width: 49%;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1,
.tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-1 {
  width: 100%;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
.tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-title {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: block;
  color: var(--site-text-black-color);
  font-family: 'Athiti';
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tps-rtw-final-sinfo.tps-active-info#tps-rtw-final-diamond .tps-rtw-final-sattr {
  padding: 10px 15px 10px 40px;
  height: auto;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal {
  font-size: 14px;
  line-height: 20px;
  color: var(--site-text-black-color);
  font-family: 'Athiti';
  font-weight: normal;
  position: relative;
  letter-spacing: 0.5px;
  text-align: center;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon {
  width: 31px;
  height: 31px;
  display: block;
  margin: 5px auto 5px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-repeat: no-repeat;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-9ct-white-gold {
  background-position: -364px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-14ct-white-gold {
  background-position: -541px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-18ct-white-gold {
  background-position: -787px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-9ct-rose-gold {
  background-position: -481px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-14ct-rose-gold {
  background-position: -659px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-18ct-rose-gold {
  background-position: -928px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-9ct-yellow-gold {
  background-position: -423px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-14ct-yellow-gold {
  background-position: -599px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-18ct-yellow-gold {
  background-position: -858px -513px;
}

.tps-rtw-item-info-div .tps-rtw-item-metadata-metal .tps-metal-icon.tps-metal-platinum {
  background-position: -718px -513px;
}

.tps-rtw-final-specification .tps-rtw-final-tab a {
  cursor: pointer;
}

.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title {
  text-transform: capitalize;
  text-align: center;
  margin: 0px auto 20px auto;
  display: block;
  font-size: 18px;
  font-family: 'Athiti';
  font-weight: normal;
  color: var(--site-text-black-color);
  padding-right: 30px;
}

.tps-rtw-form-popup .tps-form-image-block .tps-email-img-title {
  display: block;
  font-size: 18px;
  font-family: 'Athiti';
  font-weight: 600;
  color: var(--site-text-black-color);
  text-align: center;
}

.tps-rtw-page-title h1 {
  text-align: center;
  padding: 13px 0px 13px 0px;
  text-transform: uppercase;
  /* background-color: #D4D7DA;*/
  font-size: 27px;
  letter-spacing: 1.5px;
  margin: 10px 0px -4px 0px;
 font-family: 'Athiti';
  font-weight: normal;
  color: var(--site-text-black-color);
}

/*vertical gallery loader*/
.tps-vertical .tps-animated-gallery-img {
  float: right;
  background: transparent;
}

.tps-vertical .tps_grid_meta_section {
  width: 15%;
  background-color: #ffffff;
  height: 100%;
  margin-right: 5%;
  position: relative;
  float: left;
}

.tps-vertical .tps-seDetailc-spinner-row {
  display: block;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 0%;
}

.tps-vertical .tps_grid_meta_section .tps_grid_meta_title {
  width: 70px !important;
  height: 70px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tps-vertical .tps_grid_meta_section .tps_grid_meta_title:nth-child(1){
  margin-top: 0;
}
.tps-vertical .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
  width: 30px;
  height: 30px;
}
/*vertical gallery loader*/
.tps-seDetailc-similar-products-wrapper,
.tps-seDetailc-similar-products-wrapper {
  margin-bottom: 20px;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide {
  cursor: pointer;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide img.tps-seDetailc-similar-product-img {
  margin-left: auto;
  margin-right: auto;
}

.tps-seDetailc-similar-products-wrapper .slick-prev {
  left: 15px;
}

.tps-seDetailc-similar-products-wrapper .slick-next {
  right: 15px;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide:hover .tps-seDetailc-similar-product-title-div {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-title-div,
.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-price-div {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: var(--site-text-black-color);
  margin: 0px 0px 0px;
  font-family: 'Athiti';
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0.5px;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-title-div {
  padding: 10px 0px 0px;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-price-div {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Athiti';
  font-weight: bold;
}

.tps-rtw-seDetailc .glsr-tag-value,
.tps-rtw-seDetailc .tps-seDetailc-add-review {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-weight: normal;
}

.tps-rtw-seDetailc .tps-seDetailc-add-review {
  cursor: pointer;
  text-decoration: underline;
}

.tps-product-review-wrapper {
  max-width: 1320px;
  margin: auto;
  padding: 10px 15px 40px 15px;
}


.tps-product-review-wrapper .tps-product-review-tabs {
  border-bottom: 1px solid #B9B8B8;
  padding-left: 10px;
}

.tps-product-review-wrapper .tps-product-review-tabs .tps-product-review-tab {
  background-color: #D4D7DA;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  font-family: 'Athiti';
  font-weight: bold;
  border: 1px solid #B9B8B8 !important;
  border-bottom: none !important;
  color: var(--site-text-black-color);
  margin-bottom: -1px;
  margin-right: 10px;
  padding: 14px 10px 10px 10px;
  max-width: 200px;
  width: 100%;
  cursor: pointer;
}

.tps-product-review-wrapper .tps-product-review-tabs .tps-product-review-tab.active,
.tps-product-review-wrapper .tps-product-review-tabs .tps-product-review-tab:hover {
  background-color: #ffffff;
}

.tps-product-review-wrapper .tps-product-review-sections {
  padding: 25px 0px 0px 0px;
  max-width: 600px;
}

.tps-product-review-wrapper .glsr-label.glsr-label-rating span {
  font-size: 16px;
  font-family: ITCFranklinGothicBookRegular;
  line-height: 16px;
  font-weight: normal;
}

.tps-product-review-wrapper .glsr-star-rating {
  margin-bottom: 20px;
}

.tps-product-review-wrapper .glsr-field .glsr-label-text,
.tps-product-review-wrapper .glsr-field .glsr-label span,
.glsr-default form.glsr-form .glsr-toggle label {
  color: var(--site-text-black-color);
  font-size: 15px !important;
  text-transform: capitalize !important;
  font-weight: normal;
}

.tps-product-review-wrapper .glsr-field textarea,
.tps-product-review-wrapper .glsr-field input,
{
border-color: #B8B6B6 !important;
font-size: 14px !important;
font-family: ITCFranklinGothicBookRegular !important;
color: var(--site-text-black-color) !important;

}

.tps-product-review-wrapper .glsr-field input {
  height: 40px;
}

.tps-product-review-wrapper .glsr-field {
  margin-bottom: 20px;
}

.tps-product-review-wrapper .wp-block-button button {
  width: auto;
  padding: 10px 20px 10px;
}

.tps-seDetailc-iframe-div iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.tps-seDetailc-iframe-div {
  text-align: center;
  color: var(--site-text-black-color);
}

.tps-dia-detail-shipping-title {
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--site-text-black-color);
  display: inline-block;
}
.tps-dia-detail-shipping-title::before{
  content: '';
  width: 27px;
  height: 21px;
  float: left;
  margin-right: 5px;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -23px -726px;
}

.tps-extra-shipping-info-span.free-retail{
  margin-bottom: 0px;
  margin-top: 5px;
}
.tps-extra-shipping-info-span.free-retail:before {
  height: 26px;
  background-position: -77px -225px;
}

.tps-extra-shipping-info-span.fast-shipping:before {
  background-position: -127px -225px;
}

.tps-extra-shipping-info-span.taxes:before {
  background-position: -197px -1102px;
}

.tps-extra-shipping-info-span.telephone:before {
  background-position: -262px -1102px;
}

.tps-extra-shipping-info-span.book-appointment:before {
  background-position: -326px -1102px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_center-stone-carat-weightct .tps-seDetailc-sw-iocn {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 1px solid var(--tps-whitegray-color);
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting .tps-seDetailc-sw-iocn {
  border-radius: 50%;
  border: 1px solid var(--tps-whitegray-color);
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_center-stone-carat-weightct .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_center-stone-carat-weightct .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn {
  border-color: var(--site-text-black-color);
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting .tps-seDetailc-sw-iocn {
  background-image: url(../images/product-listing-images/band-setting.png);
  width: 55px !important;
  height: 55px !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-pave .tps-seDetailc-sw-iocn {
  background-position: -117px 8px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-micro .tps-seDetailc-sw-iocn {
  background-position: -55px 8px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-plain .tps-seDetailc-sw-iocn {
  background-position: 8px 8px;
}

.tps-seDetailc-claw-title-div {
  margin-bottom: 10px;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting li {
  transition: transform 0.3s linear;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting li:hover {
  transform: scale(1.1);
}

.tps-seDetailc-claw-div .tps-seDetailc-claw-main-title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: normal;
}

.tps-seDetailc-claw-div .tps-seDetailc-claw-sub-title {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: bold;
  margin-left: 5px;
}

.tps-seDetailc-claw-div {
  margin-bottom: 25px;
  margin-top: 25px;
  /*  float: right;*/
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 18px;
  list-style: none;
  margin: 0px;
  padding-left: 0;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li {
  position: relative;
  width: 20%;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li .tps-seDetailc-claw-option-label {
  font-family: 'Athiti';
  font-size: 14px;
  font-weight: normal;
  color: var(--site-text-black-color);
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  min-height: 32px;
  width: fit-content;
  letter-spacing: 0.5px;
  transition: transform 0.3s linear;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li:hover .tps-seDetailc-claw-option-label {
  transform: scale(1.1);
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input:checked+.tps-seDetailc-claw-option-label {
  /*    transform: scale(1);*/
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input+span:before {
  content: '';
  width: 55px !important;
  height: 55px !important;
  display: block;
  margin: 0px auto 8px auto;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-repeat: no-repeat;
  border: 1px solid var(--tps-whitegray-color);
  border-radius: 50%;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li.tps-claw-talon input+span:before {
  background-position: -695px -810px;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li.tps-claw-round input+span:before {
  background-position: -619px -810px;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li:hover input+span:before,
.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input:checked+span:before {
  border-color: var(--site-text-black-color);
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input+span:after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--site-text-black-color);
  transition: width 0.5s;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li:hover span:after,
.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input:checked+span:after {
  width: 100%;
}

.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox] {
  outline: none !important;
  box-shadow: none !important;
}

.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox]+.glsr-toggle-track:before {
  background-color: #D4D7DA !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.glsr-default form.glsr-form .glsr-field-toggle input[type=checkbox]:checked+.glsr-toggle-track:before {
  background-color: var(--site-text-black-color) !important;
}

/*setting tiles gallery loader*/
.tps-seDetailc-tiles-gallery-loader {
    width: 48%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.tps-seDetailc-tiles-gallery-loader span {
  color: transparent;
}

.tps-seDetailc-tiles-gallery-loader .tps-fullwidth {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  min-height: 668px;  
}


/*setting tiles gallery loader*/

/*setting detail swatches loader*/
.tps-seDetailc-swatches-wrapper-div {
  position: relative;
}

.tps-seDetailc-swatch-loader {
    color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    /* background-color: rgb(158 155 155 / 49%); */
    background-repeat: no-repeat;
    background-color: var(--site-text-black-color);
    opacity: .25;
    z-index: 999999998;
    left: 0;
    top: 0;
} 

.tps-seDetailc-swatch-loader:before {
    content: '';
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/common-images/loader-new.gif) no-repeat;
    background-size: contain;
} 

/*setting detail swatches loader*/




.tps_latestv_steps_action.double-action,
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2){
    margin-top: 2px;
}
.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-row, 
.tps-rtw-final-gallery-loader .tps-seDetailc-spinner-row{
  justify-content: center;
}



.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 20px;
    background-image: url(../images/common-images/360_video_thumbnil.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 99;
}
.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360-loader {
    background-image: url(../images/common-images/ajax-loader.gif);
    background-position: center !important;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tps-seDetailc-gallery .tps-rtw-video-360-slide{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height{
  /*height: auto !important;
  margin-left: auto;*/
  width: 80%;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height .tps-seDetailc-img-div{
  position: relative;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-box .tps-rtw-video-360-slide canvas{
  position: unset !important;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div{
  display: flex;
  align-items: center;
}
.tps-seDetailc-swatches-pa_stone-total-ct .tps-seDetailc-swatches-options-div ul li span.tps-seDetailc-sw-iocn {
  display: none;
}
.tps-seDetailc-swatches-pa_stone-total-ct .tps-seDetailc-swatches-options-div ul li .tps-seDetailc-swatch-option-label-div {
    display: flex;
    align-items: center;
    height: 45px;
    border: 1px solid var(--tps-gray-color);
    border-radius: 50%;
    width: 45px;
    justify-content: center;
}
.tps-seDetailc-swatches-pa_stone-total-ct .tps-seDetailc-swatches-options-div ul li.active .tps-seDetailc-swatch-option-label-div,
.tps-seDetailc-swatches-pa_stone-total-ct .tps-seDetailc-swatches-options-div ul li:hover .tps-seDetailc-swatch-option-label-div{
    border-color: var(--site-text-black-color);
}

/************* rtl diraction design end ****************************/

/*Full detail page design*/
.tps-page-rtw-product_detail .container.grid-container{
  max-width: 1440px !important;
  padding: 0px 15px !important;
}
.tps-page-rtw-product_detail .tps-rtw-breacrum{
  position: unset;
  transform: none;
  padding-inline: 0px;
}
.tps-page-rtw-product_detail .tps-rtw-breacrum .tps-rtw-breacrum-item a{
  color: var(--site-color-5);
}
.tps-page-rtw-product_detail .tps-rtw-breacrum .tps-rtw-breacrum-item span.tps-rtw-br-icon::after{
  background-color: var(--site-color-5);
}
.tps-rtw-seDetailc .tps-seDetailc-gallery{
  width: 58%;
  margin-right: 2%;
}
.tps-rtw-seDetailc .tps-seDetailc-meta{
  width:40%;
}
.tps-seDetailc-tiles-gallery-loader {
    width: 100%;
    height: 100%;
    height: 668px;
}

/*.tps-seDetailc-tiles-gallery-loader .tps-half:nth-child(odd){
  margin-left: auto;
  float: right;
}*/
.tps-rtw-tiles-loader-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
        height: 100%;
}
.tps-seDetailc-tiles-gallery-loader .tps-half {
    height: 100%;
}
.tps-seDetailc-gallery .tps-rtw-video-360-slide{
  flex-direction: column;
  justify-content: center;
}
.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-seDetailc-img-div .spritespin-canvas{
  height: auto !important;
}

.tps-seDetailc-tiles-gallery-item.tps-img-div img,
.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-seDetailc-img-div img{
  margin: auto;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div,
.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-seDetailc-img-div{
  background-color: transparent;
  border: 1px solid var(--site-color-4);
}

/*End*/

.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-seDetailc-img-div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  
}
.tps-seDetailc-info-sheading h2,
.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-products-title,
.tps-product-review-wrapper .tps-product-review-title{
    text-align: left;
    font-size: 18px;
    color: var(--site-text-black-color);
    line-height: 28px;
    font-family: 'Athiti';
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    width: max-content;
    margin-left: initial;
    margin-bottom: 10px;
    display: block;
}


.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-disable-option{
  opacity: 0.5 !important;
  pointer-events: none !important;
  display: none;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-content,
.tps-rtw-classic-wedding-ring-std-size-box-content{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  align-items: baseline;
  margin-top: 0px;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul,
.tps-rtw-classic-wedding-ring-std-size-box-content ul{
  margin: 0px;
  list-style: none;
  position: absolute;
  top: 23px;
  width: 80px;
  transition: height 0.5s ease-out;
  border: 1px solid #fff;
  background-color: #fff;
  z-index: 99;
  height: 0px;
  overflow: hidden;
  overflow-y: auto;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul.tps-show-option-list,
.tps-rtw-classic-wedding-ring-std-size-box-content ul.tps-show-option-list{
  height: 200px;
  border-color: var(--site-text-black-color)6;
}
/* width */
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul::-webkit-scrollbar,
.tps-rtw-classic-wedding-ring-std-size-box-content ul::-webkit-scrollbar{
  width:3px;
}

/* Track */
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul::-webkit-scrollbar-track,
.tps-rtw-classic-wedding-ring-std-size-box-content ul::-webkit-scrollbar-track{
  background: #f1f1f1;
}

/* Handle */
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul::-webkit-scrollbar-thumb,
.tps-rtw-classic-wedding-ring-std-size-box-content ul::-webkit-scrollbar-thumb{
  background: var(--site-text-black-color)6;
}

/* Handle on hover */
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul::-webkit-scrollbar-thumb:hover,
.tps-rtw-classic-wedding-ring-std-size-box-content ul::-webkit-scrollbar-thumb:hover{
  background: #555;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div{
  width: 80px;
  position: relative;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul li,
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div .tps-rtw-std-size-box-active-option,
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-label,

.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div ul li,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div .tps-rtw-classic-wedding-ring-std-size-box-active-option,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-label{
  font-size: 16px;
  line-height: 16px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-weight: 300;
}

.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-label,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-label{
  font-weight: 600;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul li,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div ul li{
  font-size: 14px;
  line-height: 14px;
  padding: 7px 10px;
  cursor: pointer;
  text-align: left;
}

.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div .tps-rtw-std-size-box-active-option,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div .tps-rtw-classic-wedding-ring-std-size-box-active-option{
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div .tps-rtw-std-size-box-active-option::after,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div .tps-rtw-classic-wedding-ring-std-size-box-active-option::after{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -172px -115px;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div .tps-rtw-std-size-box-active-option.tps-up-arrow::after,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div .tps-rtw-classic-wedding-ring-std-size-box-active-option.tps-up-arrow::after{
  background-position: -211px -115px;
} 
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-label-div span.tps-rtw-std-carat-box-label,
.tps-rtw-choose-earring-option-box-content .tps-rtw-choose-earring-option-box-label{
      font-size: 15px;
    line-height: 24px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
    text-transform: unset;
    font-weight: bold;
    margin-left: 0px;
    letter-spacing: 1px;
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-options-div ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    list-style: none;
    margin: 0px;
    padding-left: 0;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul li.active,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div ul li.active{
    background: var(--tps-gray-color);
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-options-div ul li {
    position: relative;
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-options-div ul li.tps-rtw-std-carat-box-option-li{
    display: flex;
    align-items: center;
    height: 52px;
    border: 1px solid var(--tps-gray-color);
    border-radius: 50%;
    width: 52px;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content {
    margin-bottom: 10px;
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-label-div {
    margin-bottom: 10px;
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-options-div ul li.tps-rtw-std-carat-box-option-li.active, 
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-options-div ul li.tps-rtw-std-carat-box-option-li:hover{
    border-color: var(--site-text-black-color);
}

/*Pendant new filter design*/
.tps-seDetailc-product-pendant-std-carat-box-wrapper,
.tps-seDetailc-product-pendant-std-sml-box-wrapper,
.tps-seDetailc-product-pendant-std-size-box-wrapper,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper{
  margin-bottom: 25px;
}
.tps-seDetailc-product-pendant-std-carat-box-wrapper .tps-rtw-pendant-std-carat-box-label,
.tps-seDetailc-product-pendant-std-sml-box-wrapper .tps-rtw-pendant-std-sml-box-label,
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-label,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper .tps-rtw-bangle-bracelet-std-sml-box-label,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper .tps-rtw-cordon-bracelet-std-sml-box-label{
  font-size: 15px;
  line-height: 24px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: unset;
  font-weight: bold;
  margin-left: 5px;
  letter-spacing: 1px;
}
.tps-seDetailc-product-pendant-std-carat-box-wrapper .tps-rtw-pendant-std-carat-box-label-div,
.tps-seDetailc-product-pendant-std-sml-box-wrapper .tps-rtw-pendant-std-sml-box-label-div,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper .tps-rtw-bangle-bracelet-std-sml-box-label-div,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper .tps-rtw-cordon-bracelet-std-sml-box-label-div{
  margin-bottom: 10px;
}
.tps-seDetailc-product-pendant-std-carat-box-wrapper .tps-rtw-pendant-std-carat-box-active-option,
.tps-seDetailc-product-pendant-std-sml-box-wrapper .tps-rtw-pendant-std-sml-box-active-option,
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper .tps-rtw-bangle-bracelet-std-sml-box-active-option,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper .tps-rtw-cordon-bracelet-std-sml-box-active-option{
  font-size: 17px;
  line-height: 27px;
}
.tps-seDetailc-product-pendant-std-carat-box-wrapper ul,
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper ul{
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2%;
}
.tps-seDetailc-product-pendant-std-carat-box-wrapper ul li,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul li,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper ul li{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid var(--tps-gray-color);
  border-radius: 50%;
  width: 52px;
  justify-content: center;
  cursor: pointer;
}
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul li,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper ul li{
  height: 45px;
  width: 45px;
}
.tps-seDetailc-product-pendant-std-carat-box-wrapper ul li.active,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul li.active,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper ul li.active{
  border-color: var(--site-text-black-color);
}

.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  font-weight: 300;
  text-align: center;
  width:70px;
  cursor: pointer;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li:before{
  content: '';
  width: 40px !important;
  height: 40px !important;
  display: block;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li .tps-rtw-pendant-std-sml-box-option-label{
  width: fit-content;
  margin: auto;
  position: relative;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li .tps-rtw-pendant-std-sml-box-option-label:after{
  content:'';  
  width: 0%;
  height: 1px;
  background-color: var(--tps-maincolor);
  transition: width .5s;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li.active .tps-rtw-pendant-std-sml-box-option-label:after{
   width: 100%;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li.active .tps-rtw-pendant-std-sml-box-option-label{
  color: var(--tps-maincolor);
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li[data-sml-option="thin"]:before{
  background-position: -18px -630px;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li[data-sml-option="medium"]:before{
  background-position: -72px -630px;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li[data-sml-option="thick"]:before{
  background-position: -131px -630px;
}
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li.active,
.tps-seDetailc-product-pendant-std-carat-box-wrapper ul li.active,
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li.active:before,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul li.active,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper ul li.active{
  cursor: default;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-content{
  display: flex;
  flex-wrap: wrap;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options{
  list-style: none;
  margin: 0px;
  position: absolute;
  top: 27px;
  left: 0px;
  background-color: #fff;
  z-index: 99;
  width: 90px;
  padding: 0px 0px;
  border-radius: 2px;
  transition: height .5s;
  height: 0px;
  overflow: hidden;

}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options.tps-show-option-list{
  height: 155px;
  border: 1px solid var(--site-text-black-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options li{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  cursor: pointer;
  padding: 2px 10px;
  border-bottom: 1px solid #fff;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options-div{
  width: 85px;
  padding-left: 10px;
  position: relative;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option{
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option:after{
  content: '';
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -169px -115px;
 }
 .tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option.tps-up-arrow:after{
  background-position: -208px -115px;
 }
 .tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options li.active{
   background-color: var(--tps-maincolor);
   color: #ffffff;
   cursor: default;
 }


/* ready to ship listing page design*/
.tps-page-ready-to-ship-product_listing  .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label{
  border: 1px solid var(--tps-filtrcolor);
} 
.tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
    display: flex;
    width: 50%;
    align-items: flex-end;
}
.tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label,
.tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price .tps-rtw-filter-label,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col .tps-rtw-listing-sort-active-option-label{
    font-size: 14px;
    line-height: 19px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    padding: 12px 8px 13px 8px;
    font-weight: 300;
    height: 40px;
}
.tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col .tps-rtw-listing-sort-active-option-label{
  padding: 9px 8px 13px 8px;
}
 .tps-page-ready-to-ship-product_listing .tps-rtw-filter-section.section-second{
    justify-content: end;
 }
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-shape,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col{
    max-width: 200px;
    width: 200px;
    border-bottom:none;
    margin-right: 10px;
 }
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal .tps-rtw-filter-label,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style .tps-rtw-filter-label,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col .tps-rtw-item-sort-by-title{
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
    color: var(--tps-filtrcolor);
    margin: 0;
    padding: 7px 5px 0px 0px;
    font-family: 'Athiti';
    position: relative;
    cursor: default;
    border: none;
    font-weight: 300;
   /* display: flex;
    flex-direction: column;*/
 }
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal .tps-rtw-filter-label:after,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style .tps-rtw-filter-label:after{
    right: 14px;
    top: 63%;
 }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal .tps-rtw-filter-label.tps-up-arrow, 
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style .tps-rtw-filter-label.tps-up-arrow,
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price .tps-rtw-filter-label.tps-up-arrow{
    background-color: transparent;
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list{
    top: 70px;
    text-align: left;
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-sort-col .tps-rtw-listing-sort-option-list{
    top: 39px;
 }
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col .tps-rtw-listing-sort-active-option-label:after,
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price .tps-rtw-filter-label:after{
    right: 6px;
    top: 35%;
}
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list li,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list li,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list li{
    height: auto !important;
    width: 100% !important;
    text-align: left;   
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list li input + span,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list li input + span,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list li input + span{
    font-family: 'Athiti';
    font-size: 16px;
    color: var(--site-text-black-color);
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block !important;
    position: relative;
    padding-bottom: 2px;
    cursor: pointer;
    width: fit-content;
    font-weight: 300;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    text-align: left !important;
    padding: 5px 0px 5px 38px !important;
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list li input + span:before,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list li input + span:before,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list li input + span:before{
    content: '';
    width: 35px !important;
    height: 35px !important;    
    display: block;
    margin: 0px auto 0px auto;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-repeat: no-repeat;
    border-radius: 0%;
    display: block !important;
    float: left;
    margin-top: 0px !important;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list li input + span:after,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list li input + span:after,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list li input + span:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: transparent;
    display: block !important;
    position: absolute;
    bottom: 2px;
    left: 0;
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list li.active input + span:after,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list li.active input + span:after,
 .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list li.active input + span:after{
   background-color: var(--site-text-black-color);
 }  
  .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list .tps-rtw-select-all-option,
  .tps-page-ready-to-ship-product_listing  .tps-rtw-style .tps-rtw-filter-option-list .tps-rtw-select-all-option,
  .tps-page-ready-to-ship-product_listing  .tps-rtw-shape .tps-rtw-filter-option-list .tps-rtw-select-all-option{
    font-size: 15px;
    line-height: 15px;
    color: var(--site-text-black-color);
    font-family: 'Athiti';
    font-weight: 300;
    background-color: #f8f8f8;
    padding: 8px !important;
    border-radius: 0px;
    margin-bottom: 10px;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal{
    -webkit-order: 3;
    order: 3;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price{
    -webkit-order: 4;
    order: 4;
  }
  .tps-page-ready-to-ship-product_listing .tps-rtw-metal .tps-rtw-filter-option-list,
  .tps-page-ready-to-ship-product_listing .tps-rtw-style .tps-rtw-filter-option-list,
  .tps-page-ready-to-ship-product_listing .tps-rtw-shape .tps-rtw-filter-option-list,
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul.tps-show-filters{
    padding: 5px 10px 10px !important;
    width: 200px;
  }
  .tps-page-ready-to-ship-product_listing  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li{
    padding: 0px !important;
    border-radius: 0px;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .section-first .tps_latesv_rtw_fil_common ul li input+span{
    border-radius: 0px !important;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list{
    height: 230px;
    overflow-y: scroll;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list::-webkit-scrollbar{
    width: 4px;
    background-color: var(--tps-whitegray-color);
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list::-webkit-scrollbar-thumb{
      order-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
      background-color: var(--tps-filtrcolor);
  }
  
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-filter-option-label{
    position: relative;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-filter-option-label::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: transparent;
    display: block !important;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li.active input + span.tps-rtw-filter-option-label::after{
    background-color: var(--site-text-black-color);
  }

  
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-rose-gold-and-18k-yellow-gold-option input + span:before{
    background-position: -198px -638px;
  }



  

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.tps-seDetailc-swatche-option-emerald .tps-seDetailc-sw-iocn,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.tps-seDetailc-swatche-option-ruby .tps-seDetailc-sw-iocn,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.tps-seDetailc-swatche-option-sapphire .tps-seDetailc-sw-iocn{
    background: url(../images/product-listing-images/rtw-colors-for-cordon-products.png);
  }
  
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li .tps-seDetailc-swatches-option-label  +  span,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
    background: var(--site-text-black-color);
    width: 0%;
    height: 1px;
    transition: width 0.5s;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.active .tps-seDetailc-swatches-option-label  +  span,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type li.active div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type li.active div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span{
    width: 100%;
    cursor: default;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type li.active,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type li.active .tps-seDetailc-swatches-option-label,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.active .tps-seDetailc-swatches-option-label,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.active {
    cursor: default;
  }

  .tps-rtw-listing-sort-option-list{
    top: 31px;
  }

  .tps-rtw-title-and-count-div .tps-rtw-item-count{
      position: relative;
      
  }
  .tps-rtw-title-and-count-div span{
    font-size: 16px;
    line-height: 16px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
    font-weight: 500;
  }

  .tps-rtw-title-and-count-div .tps-rtw-item-count.tps-loading,
  .tps-rtw-title-and-count-div .tps-rtw-item-count.tps-loading{
      width: 20px;
      height: 20px;
      color: transparent;
      background: url(../images/common-images/ajax-loader.gif);
      color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;    
      margin-top:0px;
  }
  
.tps-product-added-to-cart {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #e2d4c3;
    margin-top: 10px;
}
.tps-product-added-to-cart p {
    margin: 0;
}
.tps-product-added-to-cart p a {
    color: var(--tps-maincolor);
}
.tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-leather::before{
  background-position: -12px -804px;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img{  
    width: 100%;
    height: 100%;
  }
  .tinv-wishlist .tinv-modal.tinv-modal-open .tinv-overlay {
    z-index: 9999999;
}
.tinv-wishlist .tinv-modal.tinv-modal-open .tinv-modal-inner{
  z-index: 999999999;
}
.tinv-wishlist .tinv-modal {
 z-index: 99999998 !important;
}
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common .tps-result-filter-count{
  display: block;
  margin-left: 4px;
}
.tps-rtw-item-additional-opt-txt{
  align-items: flex-start;
  background: #f2f2f2;
  border-radius: 4px;
  bottom: 4px;
  color: #656565;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 400;
  left: 4px;
  line-height: 12px;
  padding: 6px;
  position: absolute;
  z-index: 999999;
  font-family: 'Athiti';
}
.tps-rtw-item-listing-div .tps-variable-product .tps-rtw-item-img-div{
  background-color: #f8f8f8;
}
.tps-rtw-item-listing-div .tps-variable-product .tps-rtw-item-img-div img.tps-rtw-item-img{
  object-fit: scale-down;
}
.tps-seDetailc-gallery .tps-rtw-video-360{
  position: absolute !important;
/*  width: 100% !important;
  height: 100% !important;*/
  left: 0;
  right: 0;
  z-index: 99;
}
.tps-extra-shipping-info-span.fast-shipping:before {
    background-position: -127px -230px;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div.tps-seDetailc-gallery-slide{
  border: 1px solid #f8f8f8;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current div.tps-seDetailc-gallery-slide{
  border: 1px solid var(--site-text-black-color);
}  
.tps-rtw-final-rsized {
    display: flex;
    grid-gap: 0px 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    max-width: 500px;
    position: relative;
    margin-top: 20px;
}
.tps-rtw-final-rsized .tps-rtw-std-size-box-content{
  margin-top: 0px;
}
.tps-find-my-ring {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.tps-find-my-ring .tps-rtw-find-my-ring-size-video-link {
    width: 15px;
    height: 15px;
    display: block;
    color: transparent !important;
    font-size: 0px !important;
    line-height: 0px !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/common-images/Qustion_mark.svg);
    cursor: pointer;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-chart-icon {
    width: 25%;
    height: 70px;
    background: url(../images/common-images/ring-size.svg) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    background-position: center center;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-convart-units-icon {
    width: 25%;
    height: 70px;
    background: url(../images/common-images/convert-units.svg) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    background-position: center center;
}
.tps-find-my-ring span.tps-rtw-find-my-ring-size-link {
    font-size: 14px;
    color: var(--site-text-black-color);
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Athiti';
    cursor: pointer;
}
.tps-rtw-find-my-ring-size-box-wrapper {
    position: fixed;
    right: 0%;
    bottom: 0%;
    background-color: var(--site-text-black-color)85;
    left: 0%;
    top: 0%;
    z-index: 9999999;
    display: none;
    overflow: auto;
}
.tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-mian-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    max-width: 1200px;
    min-width: 1200px;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
    height: fit-content;
    max-height: fit-content;
}
.tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content span.tps-rtw-find-my-ring-size-close {
    width: 25px;
    height: 25px;
    background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -388px -226px;
    z-index: 999999;
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

.tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content span.tps-rtw-find-my-ring-size-close:hover{
    background-position: -362px -226px  ;
} 
.tps-rtw-find-my-ring-size-box-wrapper.tps-ring-video-popup .tps_popup_video_box, 
.tps-rtw-find-my-ring-size-box-wrapper.tps-ring-sizer-popup .tps_popup_content_box {
    display: block !important;
}
.tps-rtw-find-my-ring-size-box-wrapper.tps-ring-video-popup .tps_popup_content_box, 
.tps-rtw-find-my-ring-size-box-wrapper.tps-ring-sizer-popup .tps_popup_video_box {
    display: none !important;
}
.tps-ring-size-content-top-section {
    display: flex;
    grid-gap: 2% 2%;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
}
.tps-ring-size-title, .tps-ring-size-content-top-left-section {
    text-align: left;
}
.tps-ring-size-content-top-section .tps-ring-size-content-top-left-section, 
.tps-ring-size-content-top-section .tps-ring-size-content-top-right-section {
    width: 50%;
}
.tps-ring-size-title span.tps-ring-size-virtual-title, 
.tps-ring-size-title span.tps-ring-size-virtual-title span {
    display: block;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
}
.tps-ring-size-find-my-ring {
    display: flex;
    flex-direction: column;
    margin: 15px 0 20px;
}
.tps-ring-size-find-my-ring p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Athiti';
}
.tps-ring-size-pupup-content .tps-ring-size-content-main {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0% 1%;
    width: 100%;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main a {
    width: 32.66%;
    text-decoration: none;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content {
    padding: 10px 15px;
    box-shadow: 0px 3px 6px var(--site-text-black-color)29;
    height: 100%;
    display: inline-block;
    width: 100%;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Athiti';
    text-align: center;
    float: left;
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-Measure-icon {
    width: 25%;
    height: 70px;
    background: url(../images/common-images/rope-with-hand.svg) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    background-position: center center;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-Measure-icon {
    width: 25%;
    height: 70px;
    background: url(../images/common-images/rope-with-hand.svg) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    background-position: center center;
}
.tps-ring-size-content-top-section .tps-ring-size-content-top-right-section img{
  width: 100%;
  height: auto;
}
.tps-ring-size-pupup-content .tps-ring-size-content-main a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tps-seDetailc-product-std-carat-box-wrapper{
    width: 100%;
    display: block;
}
.tps-rtw-item-listing-div .tps-rtw-item-info-div a{
   text-decoration: none;
}
.tps-page-ready-to-ship-product_listing .tps-rtw-item-listing-div .tps-rtw-item-img-div{
   padding-top: 100%;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(1){
  order: 1;
  -webkit-order:1;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(2){
   order: 2;
  -webkit-order:2;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(3){
   order: 4;
  -webkit-order:4;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(4){
   order: 3;
  -webkit-order:3;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(5){
   order: 6;
  -webkit-order:6;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(6){
   order: 5;
  -webkit-order:5;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(7){
   order: 8;
  -webkit-order:8;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(8){
   order: 7;
  -webkit-order:7;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(9){
   order: 10;
  -webkit-order:10;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(10){
   order: 9;
  -webkit-order:9;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(11){
   order: 12;
  -webkit-order:12;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div:nth-child(12){
   order: 11;
  -webkit-order:11;
}

/*popup design*/
.tps-rtw-std-carat-box-customize-product-parent-div,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div{
  position: fixed;
  right: 0%;
  bottom: 0%;
  background-color: var(--site-text-black-color)85;
  left: 0%;
  top: 0%;
  z-index: 99999999999;
  overflow-x: hidden;
  overflow-y: auto;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-inner-m,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-inner-m{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-inner-cr,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-inner-cr{
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, .2);
   border-radius: .3rem;
   outline: 0;
   max-width: 500px;
   min-width: 500px;
   justify-content: center;
   align-items: center;
   padding: 40px 20px 30px;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-close,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-close{
  position: absolute;
  width: 23px;
  height: 23px;
  top: 10px;
  right: 10px;
  background: url(../../../tps-latest-loosediamond/assets/images/diamond-listing-images/diamond-list-icon-icon.svg);
  background-position: -93px -195px;
  cursor: pointer;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-close:hover,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-close:hover{
  background-position: -129px -195px;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-txt,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-txt{
    font-size: 14px;
    line-height: 24px;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-link,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-link{
    padding: 15px 20px 15px;
    font-family: 'Athiti';
    font-weight: 300;
    margin-bottom: 15px;
    border: 1px solid var(--site-text-black-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    background-color: var(--site-text-black-color);
    border-radius: 0px;
    color: #ffffff;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    max-width: 230px;
    margin: auto;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-link::after,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-link::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-link:hover::after,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-link:hover::after{
    transform: scaleY(1);
}
.tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-link:hover,
.tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-link:hover{
    background-color: #ffffff !important;
    border-radius: 0px;
    color: var(--site-text-black-color) !important;
    border: 1px solid var(--site-text-black-color) !important;
    z-index: 9;
}
.tps-no-360-video .tps-rtw-item-focus-loader{
  display: none !important;
}
/*End*/

.tps-rtw-choose-earring-option-box-options-div .tps-rtw-choose-earring-option-box-options{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 10px 0px 0px 0px;
  grid-gap: 10px;
}
.tps-rtw-choose-earring-option-box-content{
  margin-bottom: 30px;
}
.tps-rtw-choose-earring-option-box-content .tps-rtw-choose-earring-option-box-option-li{
  width: 75px;
  height: 35px;
  display: flex;
  text-align: center;
  justify-content: center;
  border: 1px solid var(--tps-gray-color);
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.tps-rtw-choose-earring-option-box-content .tps-rtw-choose-earring-option-box-option-li.active{
  border-color: var(--site-text-black-color);
  cursor: default;
}

.tps_latestv_rtwl_filter_parent .tps-rtw-cat-descr,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div{
  display: none;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li{
  width: 13.28%;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span:before{
  content: '';
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid var(--site-text-black-color );
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label:before{
  content: '';
  width:35px;
  height: 30px;
  display: block;
  margin-right: 10px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg)
}
.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    width: fit-content;
    padding: 0;
    text-align: center;
    cursor: default;
    position: relative;
}
.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-sort-by-title {
    font-size: 15px;
    line-height: 24px;
    color: var(--site-text-black-color) !important;
    font-family: var(--font-body-family);
    font-weight: 600;
}
.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-orderby{
    font-size: 14px;
    line-height: 20px;
    color: var(--site-text-black-color);
    padding: 0px;
    border-radius: 0px;
    font-family: var(--font-body-family);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 18px;
    cursor: pointer;
    border: none;
    width: 130px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    background-position: 103% 3px;
    border-bottom: 1px solid var(--site-text-black-color);
    padding-left: 5px;
    cursor: pointer;
}
.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-listing-sort-active-option-label {
    font-size: 13px;
    line-height: 20px;
    color: var(--site-text-black-color);
    padding: 10px 13px 10px 13px;
    border-radius: 0px;
    font-family: 'Athiti';
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 18px;
    cursor: pointer;
    border: none;
    width: 155px;
    background-color: #efefef;
    outline: none;
    box-shadow: none;
    background-position: 96% 12px;
    text-align: left;
}
.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-listing-sort-option-list{
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / .15);
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 0px !important;
    text-align: left;
}
.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-listing-sort-section-label{
  padding: 5px 10px;
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-parent-div{
  padding:5px 0px 0px 0px;
  background: var(--site-white-color);
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.tps-rtw-filter-mobile-second-section,
.tps-rtw-filter-mobile-first-section{
  display: none;
}
.tps-rtw-filter-wrapper-mobile{
  width: 100%;
}
.tps-rtw-back-to-search{
  width: 100%;
  margin-left: -5px;
  margin-bottom:15px;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .slick-list{
  padding-top: 0px !important;
} 
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .slick-track {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;;
    flex-direction: column;
    align-items: center;
    height: 100% !important;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .slick-slide div {
    margin: auto;
    display: flex !important;
    align-items: center;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-gallery-slide{
    width: 80px !important;
    height: 80px !important;
    margin: 5px;
    float: left;
    border-radius: 5px;
    border: 1px solid var(--site-text-black-color)08;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px !important;
    margin: auto;
    display: flex !important;
    align-items: center;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-gallery-slide::after {
    content: '';
    width: 3px;
    height: 100%;
    background: linear-gradient(to left, #efefef 51%, var(--secondry-site-color) 51%) right;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 200%;
    transition: .5s ease-out;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .slick-current.slick-active .tps-seDetailc-gallery-slide::after{
    background-position: left;
    cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li {
  position: relative;
  cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-sw-iocn {
    display: block;
    margin: 0px auto 10px auto;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg), #F9F9F9;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    width: 37px !important;
    height: 37px;
    border-radius: 50%;
    height: 36px !important;
    cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div {
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
    font-weight: 400;
    position: relative;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
    font-weight: 400;
    position: relative;    
}
.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div{
   cursor: pointer;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn {
    border-color: var(--site-text-black-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active span.tps-seDetailc-sw-iocn {
    background-color: transparent;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active, 
.tps-seDetailc-meta .tps-seDetailc-swatches li.active span {
    cursor: default !important;
    color: var(--site-text-black-color);
    font-weight: 600;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-14k-white-gold .tps-seDetailc-sw-iocn{
  background-position: -16.5px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-white-gold .tps-seDetailc-sw-iocn{
  background-position: -75.5px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-14k-rose-gold .tps-seDetailc-sw-iocn{
  background-position: -253px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-rose-gold .tps-seDetailc-sw-iocn{
  background-position: -312px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-14k-yellow-gold .tps-seDetailc-sw-iocn{
  background-position: -135px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-yellow-gold .tps-seDetailc-sw-iocn{
  background-position: -193.5px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-platinum .tps-seDetailc-sw-iocn{
  background-position: -371px -652px;
}

.tps-seDetailc-similar-products-wrapper .slick-slide{
  padding: 5px;
}
.tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div{
  border: 1px solid #BDBABA;
  padding: 0px;
  margin: 0px 0px;
  cursor: pointer;
}

.tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-img-div{
  width: 100%;
  height: 250px;
}
.tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-img-div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-meta{
  background-color: #fff;
  padding: 20px 10px 5px;
  text-align: left;
  min-height: 110px;
}
.tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-title-div{
  font-size: 15px;
  line-height: 21px;
  color: var(--site-text-black-color);
  margin: 0px 0px 4px;
  font-family: 'Athiti';
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 0px 0px 0px;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-price-div{
    font-size: 16px;
    line-height: 30px;
    color: var(--site-text-black-color);
    font-family: 'Athiti';
    font-weight: 600;
    display: block;
    text-align: center;
}
.tps-seDetailc-similar-products-wrapper .slick-arrow {
    color: #102F4B !important;
    width: 30px;
    height: 30px;
    font-size: 0px;
    line-height: 0px;
    z-index: 99;
    padding: 0;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tps-rtw-form-popup .tps-rtw-form-popup-content .tps-form-div{
  display: flex;
  flex-wrap: wrap;
}
.tps-rtw-form-popup .tps-rtw-form-popup-content input[type="submit"]{
  width: 100%;
  background-color: var(--secondry-site-color) !important;
  color: #fff !important;
  border: 1px solid var(--secondry-site-color) !important;
}
.tps-page-rtw-product_detail main#content{
  max-width: 100% !important;
}

.tps-seDetailc-product-size-wrapper{
  display: flex;
  align-items: center;
  grid-gap: 45px;
  margin-bottom: 30px;
}
.tps-seDetailc-product-size-wrapper .tps-rtw-product-size-wrapper{
  display: flex;
  grid-gap: 0px 12px;
  align-items: center;
}
.tps-seDetailc-product-size-wrapper .tps-rtw-product-size-title{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: 500;
}
.tps-seDetailc-product-size-wrapper .tps-rtw-product-size-dropdown-div{
  width: auto !important;
}
.tps-rtw-product-size-wrapper select {
  font-size: 13px;
  line-height: 20px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  max-width: 300px;
  width: 150px;
  background-image: url(../images/common-images/dropdown_arrow.svg);
  background-position: 98% 7px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  padding: 4px 10px 5px;
  border-color: #B2B2B2;
  transition: opacity 1sease-out;
  display: none;
  font-weight: 300;
}
.tps-rtw-product-size-dropdown-div select.tps-rtw-product-size-dropdown {
  cursor: pointer;
}
.tps-rtw-product-size-wrapper select {
  font-size: 16px;
  line-height: 23px;
  color: var(--site-text-black-color);
  text-transform: capitalize;
  max-width: 300px;
  width: 150px;
  background-image: url(../images/common-images/dropdown_arrow.svg);
  background-position: 99% 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  padding: 0px 0px 0px 2px;
  border: none;
  border-bottom: 2px solid var(--site-text-black-color);
  transition: opacity 1s ease-out;
  display: none;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0px;
}
.tps-rtw-product-size-dropdown-div select.tps-rtw-product-size-dropdown {
  cursor: pointer;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-country-box {
  display: flex;
  align-items: center;
}
.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn {
  width: 100px;
  border: 1px solid #F2F2F2;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: #F2F2F2;
  font-family: 'Athiti';
  padding: 10px 10px 10px 10px;
  font-weight: 500;
  color: var(--site-text-black-color);
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
}
.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -4px;
  z-index: 9;
}
.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn.active {
  background-color: var(--site-text-black-color);
  color: #fff;
  border-color: var(--site-text-black-color);
}
.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(2) {
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
   z-index: 9;
}
.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(1).active {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-right: -4px;
    z-index: 99;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-country-box button.active{
    cursor: default !important;
}
.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn:nth-child(2).active {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 9;
}

.tps-rtw-product-size-dropdown-div select::-ms-expand {
  display: none;
}
.tps-rtw-product-size-dropdown-div select:focus{
  outline: none;
  box-shadow: none;
}

.tps-rtw-product-size-dropdown-div select{
  transition: opacity 1s ease-out;
}

.tps-rtw-product-size-dropdown-div select.tps-rtw-product-size-dropdown.active{
  animation: scale-display 1s;
  display: inline-flex;
}
.tps-rtw-product-size-dropdown-div.tps-highlight select.tps-rtw-product-size-dropdown{
  animation: blink 2s ease-in-out infinite none;
  border-color: #ff0023;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 4 4 / 25%);
  }

  100% {
    box-shadow: 0 0 0 8px rgb(255 0 35 / 9%);
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-filter-section-label{
  order: 0;
  -webkit-order:0;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-category_slugs{
  order: 1;
  -webkit-order:1;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-style{
  order: 3;
  -webkit-order:3;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-shape{
  order: 4;
  -webkit-order:4;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-gemstone{
  order: 6;
  -webkit-order:6;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-metal{
  order: 5;
  -webkit-order:5;
}
.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-price{
  order: 2;
  -webkit-order:2;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li, .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list li{
  display: flex;
  align-items: center;
  width: 100% !important;
  padding-left: 30px;
  padding-bottom: 20px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[type="checkbox"]:checked + span:before,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input[type="checkbox"] + span:before {
  background: url(../images/common-images/white-check-mark.svg), #232323 !important;
  background-position: center center !important;
  background-repeat: no-repeat  !important;
  background-size: 15px !important;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul{
  width: 245px;
}
.tps-rtw-filter-section.section-second .tps-rtw-sort-col{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tps-rtw-result-viewed-and-load-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 0px 8px;
    margin-top: 50px;
    flex-direction: row;
    border-bottom: 1px solid var(--site-color-5);
    margin-bottom: 70px;
}
.tps-rtw-result-viewed-and-load-more .tps-rtw-you-have-viewed,
.tps-rtw-result-viewed-and-load-more .tps-rtw-refined-your-search{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--site-text-black-color);
}
.tps-rtw-result-viewed-and-load-more  button{
    background-color: var(--site-white-color);
    border-radius: 50px;
    border: 1px solid var(--site-text-black-color);
    color: var(--site-text-black-color);
    font-size: 16px;
    padding: 0px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-bottom: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 40px;
    top: 3px;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position: 94% 12px;
    z-index: 1;
}
.tps-rtw-result-viewed-and-load-more  button:hover,
.tps-rtw-result-viewed-and-load-more  button:focus{
  background-color:var(--site-white-color) !important;
  color: var(--site-text-black-color) !important;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:nth-last-child(2), 
.tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list li:nth-last-child(2){
  padding-bottom: 0px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-classic:before{
  background-position: -31px -492px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-diamond:before{
  background-position: -108px -492px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-eternity:before{
  background-position: -264px -492px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-anniversary:before{
  background-position: -30px -528px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cigar:before{
  background-position: -187px -490px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-curved:before{
  background-position: -30px -528px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-unique:before{
  background-position: -187px -528px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-textured:before{
  background-position: -188px -528px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-two-tone:before{
  background-position: -485px -526px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul.tps-show-filters,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul.tps-show-filters{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul.tps-show-filters li{
  width: 50% !important;
  align-items: baseline;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label:before{
  height: 35px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-round:before{
  background-position: -15px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-marquise:before{
  background-position: -363px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cushion:before{
  background-position: -115px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-radiant:before{
  background-position: -275px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-oval:before{
  background-position: -235px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pear:before{
  background-position: -198px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-princess:before{
  background-position: -64px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-emerald:before{
  background-position: -159px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-asscher:before{
 background-position: -319px -60px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-heart:before{
  background-position: -406px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-white-gold:before{
  background-position: -18px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold:before{
  background-position: -76px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-yellow-gold:before{
  background-position: -136px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-yellow-gold:before{
  background-position: -194px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-rose-gold:before{
  background-position: -254px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-rose-gold:before{
  background-position: -313px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-platinum:before{
  background-position: -372px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold-and-18k-rose-gold:before {
    background-position: -433px -654px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label:before{
  background: url(../images/product-listing-images/rtw-gemstone-sprite.png);
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-amethyst:before{
  background-position: -4px 1px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-aquamarine:before{
  background-position: -43px 1px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-diamond:before{
  background-position: -84px 1px;
} 
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-emerald:before{
  background-position: -122px 1px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-garnet:before{
  background-position: -160px 1px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pearl:before{
  background-position: -199px 1px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-peridot:before{
  background-position: -238px 1px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-ruby:before{
  background-position: -277px 1px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-sapphire:before{
  background-position: -314px 1px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tanzanite:before{
  background-position: -356px 1px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-topaz:before{
  background-position: -398px 1px;
} 
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tourmaline:before{
  background-position: -439px 1px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tourmaline:before{
  background-position: -438px 1px;
}   


.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-solitaire:before{
  background-position: -538px -526px;
} 
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-engagement:before {
    background-position: -26px -568px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cross:before{
  background-position: -137px -608px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashion:before{
  background-position: -193px -607px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tennis:before{
  background-position: -253px -607px;
}  
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-hoop:before{
  background-position: -77px -609px;
} 
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stud:before{
  background-position: -418px -568px;
} 
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-chains:before{
  background-position: -312px -606px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-free-form:before{
  background-position: -524px -603px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-halo:before{
  background-position: -360px -606px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-split-shank:before{
  background-position: -471px -605px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stackable:before{
  background-position: -252px -568px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-three-stone:before{
  background-position: -413px -607px;
}
.tps-coming-soon{
  border: 1px solid #00000021;
  border-radius: 5px;
}  
.tps-coming-soon h1{
  font-weight: 400;
  text-transform: capitalize;
}
.tps-rtw-data-not-found-container .tps-rtw-title-and-count-div{
  margin-top: 40px;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-content .tps-rtw-pendant-std-size-box-label{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Athiti';
  color: var(--site-text-black-color);
  text-transform: capitalize;
  font-weight: 500;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option{
  font-size: 16px;
  line-height: 23px;
  color: var(--site-text-black-color);
  text-transform: capitalize;   
  border-radius: 3px;
  padding: 0px 0px 0px 2px;
  border: none;
  border-bottom: 2px solid var(--site-text-black-color);
  transition: opacity 1s ease-out;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0px;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option:after{
  background-image: url(../images/common-images/dropdown_arrow.svg)!important; 
  background-position: center !important;
  background-repeat: no-repeat ;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options li.active{
  color: var(--site-text-black-color);
  font-weight: 600;
}
.container.grid-container#page{
  max-width: 100% !important;  
}
.container.grid-container#page .site-content#content{
  flex-wrap: wrap;
  justify-content: center;
}
.tps-rtw-main-container{
  width: 100%;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-bracelets:before{
  background-position: -361px -568px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-earrings:before{
  background-position: -417px -566px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-necklaces:before{
  background-position: -191px -607px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pendants:before{
  background-position: -310px -568px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-rings:before{
  background-position: -26px -570px;
}
.tps-page-rtw-product_detail .container.grid-container#page{
  max-width: 1440px !important;
  padding-top: 13px;
}
/*Transpacific software --- media query start here*/
@media(hover:hover){  
  .tps-rtw-item-not-found-div .tps-rtw-reset-filter-confirm-yes-btn:hover{
    text-decoration: none;
    cursor: pointer;
  }
  .tps-rtw-form-popup .tps-rtw-form-popup-close:hover, 
  .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-close:hover{
    background-position: -389px -228px;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span:hover{
    background-position: -309px -276px;
  }
  .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button:hover{
    background-color: var(--site-text-black-color);
    color: #fff;
  }
  .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button.tps-rtw-reset-filter-confirm-no-btn:hover{
    background-color: transparent;
    color: var(--site-text-black-color);
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li:hover input[value="anniversary"] + span:before{
    background-position: -18px -530px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li:hover input[value="classic"] + span:before{
    background-position: -94px -530px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li:hover input[value="diamond"] + span:before{
    background-position: -172px -531px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li:hover input[value="eternity"] + span:before{
    background-position: -250px -531px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn {
    border-color: var(--site-text-black-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tps-seDetailc-meta .tps-seDetailc-swatches li:hover span.tps-seDetailc-sw-iocn {
    background-color: transparent;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li:hover, 
.tps-seDetailc-meta .tps-seDetailc-swatches li:hover span {
    cursor: default !important;
    color: var(--site-text-black-color);
}

.tps-seDetailc-meta .tps-seDetailc-share-list a:hover {
    font-weight: 600;
    color: var(--primary-site-color);
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a:hover::before {
    background-position: -124px -758px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact-number a:hover::before {
    background-position: -75px -759px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a:hover::before {
    background-position: -174px -759px;
}


.tps-rtw-form-popup .tps-rtw-form-popup-content input[type="submit"]:hover {
    background-color: #fff !important;
    color: var(--site-text-black-color) !important;
    border: 1px solid var(--site-text-black-color) !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover div.tps-seDetailc-swatch-option-label-div::after{
      width: 100%;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div:hover {
    border-color: var(--site-text-black-color);
  }
  .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button:hover{
    background-color: var(--site-white-color);
    color: var(--site-text-black-color);
  }
  .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button.tps-rtw-reset-filter-confirm-no-btn:hover {
      background-color: transparent;
      color: var(--site-white-color);
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-col-right:hover{
     font-weight: 600;
  }
}


@media(max-width:1440px){
/*Full detail page design*/  
  .tps_grid_animated-background{
     height: 340px;
  }
  .tps-rtw-breacrum,
  .tps-rtw-banner h1,
  .wp-custom-logo .container.grid-container .tps-rtw-data-not-found-container, 
  .tps-rtw-filter-listing-wrapper{
    padding-inline: 35px;
  }
  .tps-page-rtw-product_detail .container.grid-container{
    padding: 0px 35px !important;
  }
}

@media(max-width:1400px) {
 
  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-horizontal .tps-rtw-final-gallery-slide {
    width: 90px !important;
    height: 90px !important;
    margin: 5px !important;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div,
  .tps-rtw-final-gallery .tps-rtw-final-gallery-slide .tps-rtw-final-video-div,
  .tps-rtw-final-gallery .tps-rtw-final-gallery-slide .tps-rtw-final-img-div {
    width: 100% !important;
  }
}
@media(max-width:1366px) {
  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label {
    padding: 5px 25px 5px 5px;
  }
  
}
@media(max-width:1350px) {
  .tps-seDetailc-spacification.tps-seDetailc-spacification-col3 .tps-seDetailc-sp-col-left{
    width: 65%;
  }
  .tps-seDetailc-spacification.tps-seDetailc-spacification-col3 .tps-seDetailc-sp-col-right{
    width: 35%;
  }
  .tps-rtw-filter-section.section-third{
    width: 15%;
  }
  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
    padding: 5px 25px 5px 5px;
  }
 /* End */


}

@media(max-width:1300px) {
/*currecy swithcer*/
  .tps-header-icons {
    width: 95%;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-cr {
    overflow: hidden;
    overflow-y: scroll;
    height: 95%;
  }
  .tps-ringbuilder-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
    overflow: hidden;
    overflow-y: scroll;
  }

}

@media(max-width:1280px) {

  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
    font-size: 11px;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
    width:70%;
  }
  .tps-page-ready-to-ship-product_listing .tps-rtw-filter-section.section-second{
    width: 30%;
  }
 /* End */
 .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
    max-width: 95%;
    min-width: 95%;
    height: fit-content;
    min-height: fit-content;
 }
}

@media(max-width:1200px) {

  .tps-rtw-sheading h2,
  .tps-rtw-final-specification a,
  .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-products-title,
  .tps-product-review-wrapper .tps-product-review-title,
  .tps-seDetailc-info-sheading h2, 
  .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-products-title, 
  .tps-product-review-wrapper .tps-product-review-title{
    font-size: 20px;
    line-height: 30px;
  }
  .tps-rtw-breacrum,
  .tps-rtw-banner h1,
  .wp-custom-logo .container.grid-container .tps-rtw-data-not-found-container, 
  .tps-rtw-filter-listing-wrapper{
    padding-inline: 15px;
  }
  .tps-page-rtw-product_detail .container.grid-container{
    padding: 0px 15px !important;
  }

}
@media(min-width:1199px){
  .tps-seDetailc-tiles-gallery-loader {
    width: 100%;
}
  .tps_latestv_rtwl_filter .section-first .tps_latesv_rtw_fil_common ul li:hover span{
    border-color: var(--site-text-black-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_stone-shape li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span::after{
    width: 100%;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_stone-shape li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
    color: var(--tps-maincolor);
  }
  /*Pendant new filter design*/
  .tps-seDetailc-product-pendant-std-carat-box-wrapper ul li:hover,
  .tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul li:hover,
  .tps-seDetailc-product-bangle-cordon-std-sml-box-wrapper ul li:hover{
    border-color: var(--site-text-black-color);
  }
  .tps-seDetailc-product-pendant-std-sml-box-wrapper ul li:hover .tps-rtw-pendant-std-sml-box-option-label:after{
     width: 100%;
  }
  .tps-seDetailc-product-pendant-std-sml-box-wrapper ul li:hover .tps-rtw-pendant-std-sml-box-option-label{
    color: var(--tps-maincolor);
  }
  .tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options li:hover{
   background-color: var(--secondry-site-color);
   color: var(--site-white-color);
 }
 .tps-page-ready-to-ship-product_listing  .tps-rtw-metal .tps-rtw-filter-option-list li:hover input + span:after{
    background-color: var(--site-text-black-color);
 }
 .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li:hover input + span.tps-rtw-filter-option-label::after{
    background-color: var(--site-text-black-color);
  }
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li:hover .tps-seDetailc-swatches-option-label  +  span,
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span,
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span{
    width: 100%;
    cursor: pointer;
  }

  .tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div ul li:hover,
  .tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div ul li:hover{
    background-color: #ececec;
  }
  .tps-rtw-choose-earring-option-box-content .tps-rtw-choose-earring-option-box-option-li:hover{
    border-color: var(--site-text-black-color);
  }
  
/* End */
}

@media(max-width:1199px) {

  /*vertical gallery loader*/
  .tps-vertical .tps_grid_meta_section .tps_grid_meta_title {
    width: 80% !important;
    height: 70px !important;
  }

  .tps-vertical .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
    width: 30px;
    height: 30px;
  }

  /*vertical gallery loader*/

  .tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
    width: 185px;
  }

.tps_latestv_rtwl_filter {
    padding: 0;
}
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style-type ul li {
    /*    width: 30%;*/
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
    width: auto;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr,
  .tps-rtw-final-sinfo.tps-active-info#tps-rtw-final-diamond .tps-rtw-final-sattr {
    padding: 10px 10px 10px 10px;
  }

  .tps-seDetailc-spacification .tps-rtw-sheading {
    padding: 0px 10px;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option-sublist {
    flex-wrap: wrap;
    grid-gap: 5px 10px;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option {
    align-items: flex-start;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-type-label {
    margin-top: 0px;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option:before {
    display: none;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span {
    font-size: 12px;
  }


  /* HOVER REMOVED */
  

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input:checked+span {
    color: var(--site-text-black-color);
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input:checked+span::after,
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active .tps-seDetailc-sw-iocn::after,
  .tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-shapes-icon::after,
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.active input+span::after,
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li input:checked+span::after {
    width: 100%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-left,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left {
    width: 60%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    width: 40%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-title {
    font-size: 16px;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li:hover {
    transform: scale(1);
  }

  .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting li:hover,
  .tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li:hover .tps-seDetailc-claw-option-label {
    transform: scale(1);
  }

  .tps-rtw-item-col.tps-rtw-sort-col {
    width: 45%;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input+span::after, .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover .tps-seDetailc-sw-iocn::after, .tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-shapes-icon::after, .tps-seDetailc-meta .tps-seDetailc-shapes-list li:hover .tps-seDetailc-shapes-icon::after{
    width: 0;
  }
   .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input:checked+span::after, .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active .tps-seDetailc-sw-iocn::after, .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover .tps-seDetailc-sw-iocn::after, .tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-shapes-icon::after{
    width: 100%;
  }
  .tps-rtw-item-thumbnail-list-wrapper{
    display: none !important;
  }
  .tps-rtw-item-listing-div noscript,
  .tps-rtw-main-container{
    margin-bottom: 0px !important;
  }
  
  
 /*Full detail page design*/

  .tps-page-rtw-product_detail .container.grid-container{
    padding: 0px 15px !important;
  } 
  .tps-rtw-filter-section.section-third {
    width: 28%;
  }
  .tps-rtw-item-col.tps-rtw-sort-col {
    width: 100%;
  }
/* End */

/*video squse*/
  .tps-rtw-item-listing-div .tps-rtw-item-img-div {
  }
   .tps-ring-size-pupup-content .tps-ring-size-content-main a:hover{
     box-shadow: none;
  }
  .tps_grid_animated-background {
    height: 340px;
  }
  
 /* End */
 .tps-page-rtw-product_listing main#content{
    max-width: 100% !important;
    padding-inline: 0px !important;
  }
  .tps-rtw-main-container{
    padding-inline: 0px;
  }
 
  .tps-rtw-btn,
  .tps-product-review-wrapper .wp-block-button button{
    max-width: 350px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label{
    font-size: 13px;
    line-height: 13px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
    grid-gap: 10px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list{
    grid-gap: 0px 16px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a,
  .tps-dia-detail-shipping-title{
    font-size: 14px;
    line-height: 24px;
  }
  .tps-rtw-seDetailc .tps-seDetailc-gallery {
      width: 52%;
      margin-right: 2%;
  }
  .tps-rtw-seDetailc .tps-seDetailc-meta {
    width: 46%;
  }
  .tps-seDetailc-tiles-gallery-loader{
    height: 600px;
  }
  .tps-seDetailc-meta-description, .tps-seDetailc-SKU{
    font-size: 14px;
    line-height: 24px;
  }
}



@media(max-width:1050px) {


  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
    font-size: 25px;
    width: 50px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading,
  .tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_cont .tps_latestv_steps_nostyle_heading {
    font-size: 13px;
  }

  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
    font-size: 11px;
  }

  .tps-rtw-item-counter-div .tps-rtw-header-tab-label h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .tps-seDetailc-meta .tps-seDetailc-meta-price,
  .tps-rtw-final-meta .tps-rtw-final-price {
    font-size: 18px;
    line-height: 20px;
  }
  .tps-rtw-page-title h1 {
    font-size: 22px;
  }
  .tps-ring-size-title span.tps-ring-size-virtual-title,
  .tps-ring-size-title span.tps-ring-size-virtual-title span {
    font-size: 25px;
    line-height: 35px;
  }
   
}

@media(min-width:1024px){
  /*360 video design on hover*/
  .tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-video-360{
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 999999;
      width: 100% !important;
      height: 100% !important;
      display: inline-block;
  }  
  .tps-rtw-item-listing-div .tps-video-completely-load .tps-rtw-item-img-div {      
      background-color: #f8f8f8;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-video-360 canvas{
      object-fit: scale-down;
  }

  .tps-rtw-item-listing-div .tps-rtw-item-img-div.tps-show-video{
      background-color: #f7f7f7;
  }
  .tps-rtw-item-focus-loader{
    z-index: 999999;
  }
  /*End*/
}
@media(max-width:1025px){
  .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list{
      grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list li:nth-child(4){
      display: none;
  }
}
@media(max-width:1024px) {
    /*main banner*/

  /*main banner*/
  .tps-rtw-item-listing-div,
  .tps-rtw-item-listing-div noscript {
    grid-template-columns: 1fr 1fr 1fr;
  }
.tps-rtw-item-col.tps-rtw-sort-col {
    width: 55%;
}

  .tps-seDetailc-meta-description {
    padding-top: 0px;
  }

  .tps-seDetailc-meta-description p,
  .tps-seDetailc-meta .tps-seDetailc-SKU {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .tps-rtw-item-col.tps-rtw-sort-col {
    width: 100%;
  }
  .tps_latestv_rtwl_filter .tps-rtw-item-sort-by-title {
    margin-top: 0px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style, .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common{
    margin-right: 0px;
  }
  .tps-rtw-item-img-div .tps-rtw-item-focus-loader{
    display: none !important;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div {
    width: 32.4%;
  }
  .tps_grid_animated-background {
    height: 340px;
  }
  .tps-rtw-spinner-grid-container{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title{
    font-size: 24px;
    line-height: 34px !important;
  }
}
@media(max-width:992px) {
    .tps-rtw-item-listing-div, .tps-rtw-item-listing-div noscript {
        grid-gap: 20px 1.2%;
    }

  .tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
      width: 32.4%;
  }
 
  .tps-rtw-item-listing-div .tps-rtw-item-info-div:hover .tps-rtw-item-thumbnail-list-wrapper {
      visibility: hidden;
  }

  .tps-rtw-item-listing-div .tps-rtw-item-info-div{
    padding-bottom: 10px;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div:hover, .tps-rtw-item-listing-div .tps-rtw-item-info-div:hover .tps-rtw-item-thumbnail-list-wrapper{
    border-bottom: 1px solid #8888884f;
  }
  .tps-seDetailc-tiles-gallery-loader{
    width: 100%;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span {
    margin-top: 10px;
    right: -5px;
  }
  .tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title {
      width: auto;
  }
}
@media(min-width:991px){
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.horizontal-thumb-box{
      display: none !important;
  }
}

@media(max-width:991px) {
  .tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist {
    margin-top: 0;
}
  .tps-seDetailc-info-sheading h2 {
    font-size: 20px !important;
    line-height: 30px;
}
.tps-extra-shipping-info-span:before {
    width: 28px;
    height: 28px;
}
.tps-seDetailc-product-std-carat-box-wrapper .tps-rtw-std-carat-box-content .tps-rtw-std-carat-box-options-div ul{
  justify-content: center;
}
  .timeline-item {
    padding: 0;
}
.tps-seDetailc-gallery-loader .tps_grid_animated-background, .tps-rtw-final-gallery-loader .tps_grid_animated-background {
    width: 100%;
}
  .tps-seDetailc-title-wishlist-div {
    justify-content: center;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-option-list{
  left: auto;
}
.tps-seDetailc-product-sku-descr-div {
    text-align: center;
}
.tps_hedding_h2 h2 {
    font-size: 18px !important;
    line-height: 28px !important;
}
.tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist {
    position: absolute;
    top: 10px;
    right: 0px;
}
  /*vertical gallery loader*/
  .tps-vertical .tps-animated-gallery-img {
    float: none;
  }

  .tps-vertical .tps_grid_meta_section {
    width: 100%;
    height: 90px;
    margin-right: 0;
    position: absolute;
    float: none;
  }

  .tps-vertical .tps-seDetailc-spinner-row {
    display: flex;
  }

  .tps-vertical .tps_grid_meta_section .tps_grid_meta_title {
    width: 60px !important;
    height: 60px !important;
  }

  .tps-vertical .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
    width: 40px;
    height: 30px;
  }

  .tps-rtw-item-listing-div,
  .tps-rtw-item-listing-div noscript {
    grid-template-columns: 1fr 1fr;
  }

.tps-rtw-spinner-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

  .tps-rtw-seDetailc .tps-seDetailc-gallery,
  .tps-rtw-final-row .tps-rtw-final-gallery {
    width: 90%;
    margin: 0px auto 40px;
  }

  .tps-rtw-seDetailc .tps-seDetailc-meta,
  .tps-rtw-final-row .tps-rtw-final-meta {
    width: 100%;
    margin: 0px 0%;
    text-align: center;
  }

  .tps-seDetailc-spinner-grid-container {
    grid-template-columns: 1fr !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
    justify-content: center;
  }
  .tps-rtw-product-size-wrapper {
    justify-content: center;
    grid-row-gap: 15px;
}

  .tps-rtw-btn,
  .tps-seDetailc-meta .tps-seDetailc-share-list {
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div {
    justify-content: center;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
    width: auto !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    width: 70%;
  }

  .tps-rtw-final-data div span {
    text-align: center;
  }

  .tps-rtw-final-data {
    margin-left: auto;
    margin-right: auto;
  }

  .tps-rtw-final-meta .tps-rtw-final-button {
    grid-template-columns: 1fr;
  }

  .tps-rtw-final-shipping {
    justify-content: center;
    margin-top: 20px;
  }

  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right {
    width: 70%;
  }

  .tps-rtw-final-cr .tps-rtw-final-message span {
    margin-top: 20px;
    display: block;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div,
  .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal .slick-slide div,
  .tps-rtw-product-size-wrapper .tps-rtw-product-size-country-box {
    justify-content: center;
  }

  .tps-rtw-product-size-wrapper select,
  .tps-rtw-final-engraving input {
    margin-left: auto;
    margin-right: auto;
  }

  .tps-rtw-final-engraving input {
    text-align: center;
  }

  .tps-latestv-reset-step-popup:before {
    left: 48% !important;
  }

  .tps-rtw-final-specification .tps-rtw-final-sinfo#tps-rtw-final-diamond {
    grid-template-columns: 1fr;
  }

 .tps-rtw-form-popup .tps-rtw-form-popup-cr {
    max-width: 80%;
    min-width: auto;
    width: 100%;
}
  .tps-rtw-sheading h2,
  .tps-rtw-final-specification a,
  .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-products-title,
  .tps-product-review-wrapper .tps-product-review-title {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .tps_latestv_rtwl_reset_block .tps_latestv_rest_filter,
  .tps_latestv_rtwl_reset_block label {
    font-size: 14px;
    line-height: 22px;
  }

  .tps-seDetailc-meta .tps-seDetailc-SKU,
  .tps-seDetailc-meta .tps-seDetailc-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .tps-extra-shipping-info-span{
  justify-content: center;
  }
  .tps-dia-detail-shipping-title {
    text-align: center;
    max-width: 290px;
    margin-inline: auto;
    display: block;
}
.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-inner, .tps-rtw-final-vertcal-parent .tps-rtw-final-gallery-inner{
  padding: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches {
    max-width: 600px;
    margin: 0px auto 25px;
}
  .tps-seDetailc-shipping-days {
    justify-content: start;
  }



  .tps-rtw-final-meta .tps-rtw-final-rsized {
    margin-left: 0;
    margin-right: auto;
  }

  .tps-rtw-final-data div span.tps-rtw-final-data-title {
    text-align: left;
    padding: 9px 10px;
  }

  .tps-rtw-final-engraving input {
    margin-left: 0;
    margin-right: auto !important;
  }

  .tps-rtw-final-engraving {
    margin: 15px auto 0px;
  }

  .tps-rtw-final-meta .tps-rtw-final-button {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .tps-rtw-final-meta .tps-rtw-btn.tps-rtw-final-add-to-cart {
    max-width: 390px;
  }

  .tps-rtw-final-sinfo#tps-rtw-final-setting .tps-rtw-final-scol,
  .tps-rtw-final-sinfo#tps-rtw-final-diamond .tps-rtw-final-scol {
    grid-template-columns: 1fr 1fr;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info,
  .tps-rtw-final-sinfo#tps-rtw-final-setting .tps-rtw-final-scol {
    flex-wrap: wrap;
    grid-gap: 20px 1%;
    justify-content: center;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-3 {
    width: 49.5%;
  }

  .tps-rtw-final-gallery .tps-rtw-final-main-gallery .slick-track,
  .tps-seDetailc-gallery .tps-seDetailc-main-gallery .slick-track {
    display: block !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal {
    display: flex;
    justify-content: center;
  }

  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical+.tps-seDetailc-main-gallery,
  .tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-vertical+.tps-rtw-final-main-gallery {
    width: 100%;
    margin-left: 0;
  }
.tps-seDetailc-gallery ul.slick-dots li button, .tps-rtw-final-gallery .slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid #101820;
    border-radius: 50%;
    padding: 0px !important;
}
.tps-seDetailc-gallery ul.slick-dots li button::after, .tps-rtw-final-gallery .slick-dots li button::after {
    content: '' !important;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 999;
    display: block;
    background-color: var(--site-text-black-color);
}
.tps-seDetailc-gallery ul.slick-dots li.slick-active button::after, .tps-rtw-final-gallery .slick-dots li.slick-active button::after {
    background-color: var(--tps-maincolor);
}
.tps-seDetailc-gallery .slick-dots li.slick-active button {
    border-color: var(--tps-maincolor);
}

  .tps-seDetailc-spacification .tps-rtw-sheading {
    padding-left: 0;
  }
  .tps-rtw-filter-section.section-third {
      width: 43%;
  }
  .tps-rtw-item-col.tps-rtw-sort-col {
    width: 100%;
}
.tps-rtw-filter-section.section-second {
    grid-gap: 10px;
    width: 100%;
}

.tps-rtw-seDetailc .tps-seDetailc-gallery, 
  .tps-rtw-final-row .tps-rtw-final-gallery{
    width: 100%;
  }
  .tps-rtw-seDetailc .tps-seDetailc-gallery .tps-seDetailc-gallery-inner, 
  .tps-rtw-final-row .tps-rtw-final-gallery .tps-rtw-final-gallery-inner{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

   /*Full detail page design*/
  .tps-rtw-seDetailc .tps-seDetailc-meta{
    padding-left: 0px !important;
    width: 100%;
    padding-top: 0px;
  }
 .tps-rtw-seDetailc .tps-seDetailc-gallery, .tps-seDetailc-tiles-gallery-loader {
        width: 100%;
        height: auto;
    }

 .tps-seDetailc-tiles-gallery-loader {
        position: absolute;
        z-index: 9;
    }
  .tps-rtw-seDetailc .tps-seDetailc-tiles-gallery {
    position: relative;
}
.tps-seDetailc-tiles-gallery-loader .tps-half {
        min-height: 200px;
        height: 100%;
    }
  .tps-extra-shipping-info-div{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
/* End */
.tps-seDetailc-spacification.tps-seDetailc-spacification-col3 {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}
.tps-seDetailc-spacification.tps-seDetailc-spacification-col3 .tps-seDetailc-sp-col-left,
.tps-seDetailc-spacification.tps-seDetailc-spacification-col3 .tps-seDetailc-sp-col-right{
    width: 50%;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div .tps-rtw-std-size-box-active-option{
 text-align: left;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-content{
   grid-gap: 6px;
   justify-content: center;
} 

/*Pendant new filter design*/
.tps-seDetailc-product-pendant-std-carat-box-wrapper ul, 
.tps-seDetailc-product-pendant-std-sml-box-wrapper ul,
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-content,
.tps-seDetailc-product-bangle-bracelet-std-sml-box-wrapper ul,
.tps-seDetailc-product-cordon-bracelet-std-sml-box-wrapper ul,
.tps-rtw-classic-wedding-ring-std-size-box-content{
  justify-content: center;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options li,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div .tps-rtw-classic-wedding-ring-std-size-box-active-option{
  text-align: left !important; 
}
/*End*/

.tps-rtw-banner img{
    width: 100%;
}

 .tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div, .tps-seDetailc-spacification .tps-seDetailc-info-group-div {
   width: 100%;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-options-div,
.tps-rtw-classic-wedding-ring-std-size-box-content .tps-rtw-classic-wedding-ring-std-size-box-options-div{
  width: 70px;
}
.tps-seDetailc-product-std-size-box-wrapper .tps-rtw-std-size-box-content, .tps-rtw-classic-wedding-ring-std-size-box-content{
  margin-top: 22px;    
}
.tps-extra-shipping-info-span,
.tps-seDetailc-shipping-days{
  margin-bottom: 0px;
}
.tps-seDetailc-row{
  margin-bottom: 15px;
}
.tps-extra-shipping-info-span.fast-shipping:before {
  background-position: -127px -230px;
}
.tps-extra-shipping-info-span {
  max-width: 280px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span{
  right: 0px;
  margin-top: 13px;
}
.tps-rtw-final-rsized .tps-rtw-std-size-box-content{
  margin-top: 0px;
}
.tps-rtw-final-rsized{
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
    max-width: 95%;
    min-width: auto;
  }
  .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
    padding: 40px 20px;
  }
  .tps-ring-size-find-my-ring p br{
    display: none;
  }
  .tps-ring-size-content-top-section .tps-ring-size-content-top-left-section {
    width: 60%;
  }
  .tps-ring-size-content-top-section .tps-ring-size-content-top-right-section {
    width: 40%;
  }
  .tps-ring-size-pupup-content .tps-ring-size-content-main {
    justify-content: center;
  }
  .tps-ring-size-pupup-content .tps-ring-size-content-main a {
        width: 48.66%;
        margin-bottom: 15px;
  }
  .tps-ring-size-pupup-content .tps-ring-size-content-main a:nth-last-child(1) {
        margin-bottom: 0px;
        width: 60%;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter {
    flex-wrap: wrap !important;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first {
        width: 100%;
  }
  .tps-page-ready-to-ship-product_listing .tps-rtw-filter-section.section-second{
      justify-content: unset;
  }
  .tps-page-ready-to-ship-product_listing .tps-rtw-price .tps-rtw-filter-option-list{
     right: 0;
     left: auto;
  }

  .tps-seDetailc-title-wishlist-div{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .tps-seDetailc-title-wishlist-div h1{
        width: fit-content !important;
    }
    .tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist{
      top: 7px;
      right: 0px;
      position: absolute;
      margin-top: 0px;
    }
     /*Full detail page design*/
  .tps-rtw-seDetailc .tps-seDetailc-gallery,
  .tps-seDetailc-tiles-gallery-loader{
    width: 100%;
  }
  .tps-rtw-choose-earring-option-box-options-div .tps-rtw-choose-earring-option-box-options{
    justify-content: center;
  }
  .tps-vertical .tps_grid_meta_section .tps_grid_meta_title:nth-child(1) {
    margin-top: 10px;
  }
  .tps-rtw-seDetailc .tps-seDetailc-gallery{
    padding-right: 0%;
    width: 70%;
    margin-inline: auto;
  }
  .tps-rtw-seDetailc .tps-seDetailc-gallery .tps-seDetailc-gallery-inner{
    display: flex;
    flex-direction: column;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list,
  .tps-seDetailc-meta .tps-seDetailc-btn{
    max-width: 500px;
    margin-inline: auto;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn a.tps-rtw-btn {
    max-width: 350px;
    margin-inline: auto;
  }
  .tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-title-div{
    font-size: 13px;
    line-height: 20px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height{
      margin-inline: auto;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .slick-track{
      flex-direction: unset;
      height: auto !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box{
      width: 100%;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div{
      display: block !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.vertical-thumb-box{
      display: none !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal, .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal {
        display: block;
        justify-content: center;
   }
   .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-gallery-slide::after{
      width: 100%;
      height: 3px;
   }
   .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current div.tps-seDetailc-gallery-slide img{
      font-size: 0px;
   }
   .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-gallery-slide{
      width: 70px !important;
      height: 70px !important;
   }  
   .tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height{
     width: 100% !important;
   }
  
    .tps-seDetailc-product-size-wrapper {
        justify-content: center;
        grid-gap: 0px 30px;
    }
    .tps-rtw-item-listing-div .tps-rtw-item-info-div {
      width: 49.4%;
    }
    .tps-rtw-item-selected-value ul li a span{
      margin-top: 1px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul{
      left: auto;
      right: 0;
    }
    .tps-seDetailc-meta-description {
        max-width: 600px;
        margin-inline: auto;
    }
    .tps-extra-shipping-info-span, .tps-seDetailc-shipping-days{
        margin-bottom: 35px;margin-bottom: 35px;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div.slick-slide > div{
      display: flex !important;
      align-items: center;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal{
        max-width: 400px;
        margin-inline: auto;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div.slick-slide img{
        font-size: 0px;
        line-height: 0px;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div.tps-seDetailc-gallery-slide{
        border: 1px solid #fff0 !important;
        border-radius: 3px;
        border-color: var(--site-color-4) !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current div.tps-seDetailc-gallery-slide {
        border-color:var(--site-text-black-color) !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div.tps-seDetailc-gallery-slide img{
        border-radius: 3px;
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .slick-slide .tps-seDetailc-gallery-slide::after{
       display: none !important;
    }
    .tps-seDetailc-spacification .tps-seDetailc-sp-col-left, .tps-seDetailc-spacification .tps-seDetailc-sp-col-right{
     padding: 0px 0px 3px;
    }
    .tps-page-rtw-product_detail .container.grid-container{
          max-width: 100% !important;
          width: 100% !important;
      }
      .tps-seDetailc-meta .tps-seDetailc-swatches li{
          width: 16%;
      }
      .tps-rtw-reset-filter-mobile a,
      .tps-rtw-filter-mobile-first-section .tps-rtw-filter-mobile-first-section-label{
          font-weight: 600;
      }
/* End */
}


@media(min-width:768px) and (max-width:991px) {
  .tps_latestv_steps .tps_latestv_steps_data {
    display: block;
  }

  .tps_latestv_steps .tps_latestv_steps_data .cyobar_title,
  .tps_latestv_steps .tps_latestv_steps_data .cyobar_icon {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_node {
    height: 98px;
  }

  .tps_latestv_steps {
    height: 116px;
  }

  .tps_latestv_steps .tps_latestv_steps_node::after {
    border-top: 49px solid transparent;
    border-bottom: 49px solid transparent;
  }

  .tps_latestv_steps .tps_latestv_steps_node::before {
    border-top: 49px solid #ffffff;
    border-bottom: 49px solid #ffffff;
  }

}

@media(max-width:980px) {

  /*currecy swithcer*/
  #top-header .et-social-icons {
    margin-right: 20px;
  }

  /*end*/
}

@media(max-width:900px) {
  .tps-rtw-item-listing-div .tps-rtw-item-img-div{
/*    height: 300px !important;*/
  }
}

@media(max-width:800px) {
.tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label.tps-down-arrow:after, .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label:after {
    top: -2px;
    right: 0;
}
.tps-rtw-item-listing-div .tps-rtw-item-info-div, .tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
    width: 49.3%;
}

.tps-rtw-title-and-count-div .tps-rtw-header-tab-label-h1{
  font-size: 16px !important;
  line-height: 26px !important;
}
.tps-rtw-spinner-grid-container {
    grid-template-columns: 1fr 1fr;
}
}
@media(max-width:768px) {
  .tps-rtw-item-listing-div .tps-rtw-item-img-div img.tps-rtw-item-img {
      width: 100%;
  } 
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div img{
  font-size: 10px;
  line-height: 14px;
  border-radius: 5px !important;
}
.tps-seDetailc-gallery.desktop .tps-seDetailc-tiles-gallery-loader{
    display: none;
  }
.tps-seDetailc-gallery-loader, .tps-rtw-final-gallery-loader {
        height: 100% !important;
        z-index: 9;
        position: absolute;
    }
    
.tps-rtw-spinner-grid-container {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:767px) {
  .tps-seDetailc-gallery.desktop .tps-seDetailc-tiles-gallery-loader{
    display: none;
  }
  .tps-rtw-title-and-count-div .tps-rtw-header-tab-label-h1 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
.tps-seDetailc-gallery-loader, .tps-rtw-final-gallery-loader {
        height: 100% !important;
        z-index: 9;
        position: absolute;
    }
    .tps-seDetailc-gallery.desktop {
    display: none !important;
}
.tps-rtw-spinner-grid-container {
        grid-template-columns: 1fr 1fr;
    }

  .tps-rtw-spinner-grid-container {
    grid-template-columns: 1fr 1fr !important;
}

     .tps-rtw-listing-sort-option-list{
    top: -160px;
  }
  .tps-rtw-shape .tps-rtw-filter-option-list {
    top: -200px;
}
  .tps-rtw-filter-wrapper-div {
    position: fixed;
    top: auto;
    left: 0%;
    width: 97%;
    margin-left: -100%;
    height: 67% !important;
    background-color: #ffffff;
    z-index: 99999;
    transition: all 0.5s linear;
    padding-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
  }
  .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a{
        font-size: 12px;
  }

  .tps-rtw-backdrop {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 100% !important;
    background-color: #2323238a;
    transition: all 0.5s linear;
    z-index: 999999;
  }

  .tps-rtw-filter-wrapper-div.open-popup,
  .tps-rtw-backdrop.open-backdrop {
    margin-left: 0%;
  }

  .tps-rtw-mob-filter-button,
  .tps-rtw-filter-show-result {
    display: block;
  }

  .tps-rtw-mob-filter-button {
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
  }

  .tps-rtw-mob-filter-button.tps_filter_sticky_btn {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 100%;
    padding: 0px;
    margin: 0px;

  }

  .tps-rtw-mob-filter-button.tps_filter_sticky_btn button {
    width: 100%;
    margin: 0px;
    background-color: var(--site-text-black-color);
    border: 1px solid var(--site-text-black-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tps-rtw-mob-filter-button.tps_filter_sticky_btn button::after{
    background-position: -23px -281px !important;
  }

  .tps-rtw-mob-filter-button button {
    display: block;
    margin: auto;
    background-color: var(--site-text-black-color);
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Athiti';
    font-weight: bold;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-text-black-color);
    font-size: 14px;
    width: 200px;
    border-radius: 3px;
  }

  .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button {
    padding: 6px 20px 4px;
    font-size: 13px;
    font-weight: normal;
  }

  .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div {
    z-index: 1;
  }

  .tps-rtw-mob-filter-button button:hover {
    background-color: transparent;
    border-color: var(--site-text-black-color);
    color: var(--site-text-black-color);
    background-position: -70px -278px !important;
  }

  .tps-rtw-filter-title {
    width: 100%;
    display: flex;
    padding: 13px 15px 10px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 999999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .tps-rtw-filter-title label {
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color);
    font-family: 'Athiti';
    padding-top: 8px;
  }

  .tps-rtw-filter-title button {
    margin-left: auto;
    background-color: transparent;
    outline: none;
    width: 25px !important;
    height: 25px;
    background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -388px -225px;
    display: flex;
    padding: 0;
    outline: none !important;
    border: none;
  }

  .tps_latestv_rtwl_filter .tps-rtw-price,
  .tps_latestv_rtwl_filter .tps-rtw-style-type {
    width: 100%;
  }

  .tps_latestv_rtwl_filter .tps-rtw-style-type.tps_latesv_rtw_fil_common ul {
    /*    justify-content: center;*/
    margin-left: 0px;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style-type ul li {
    width: auto;
  }
  .tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title {
      width: auto;
      padding-right: 0;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div {
    width: 48%;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div, .tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
      width: 49%;
  }
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 12px;
  }

  .tps-rtw-filter-show-result {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999999;
  }

  .tps-rtw-filter-show-result button {
    padding: 13px 20px 11px;
        font-family: var(--font-body-family);
        font-weight: 500;
        margin: 0px;
        border: 1px solid var(--site-text-black-color);
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 14px;
        background-color: var(--site-text-black-color);
        color: var(--site-white-color);
        position: relative;
        width: 100%;
        text-transform: uppercase;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        text-align: center;
  }

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

  
  .tps-seDetailc-meta .tps-seDetailc-share-list div {
    display: flex;
    justify-content: center;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-left,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right {
    font-size: 13px;
    line-height: 24px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list {
    grid-gap: 0px 10px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-left,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left {
    width: 55%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-rightm,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    word-break: break-all;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    width: 45%;
  }

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

  .tps-seDetailc-img-popup-div div {
    width: 90%;
    height: auto;
  }

  .tps-seDetailc-img-popup-div img,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div video {
    height: auto !important;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul,
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul {
    /*    margin-left: 0px;*/
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list {
    justify-content: flex-start !important;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected {
    position: unset !important;
    margin-left: unset;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list {
    padding-right: 0px !important;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-sort-by select {
    width: 165px;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-selected-value {
    text-align: center;
    padding: 15px 10px;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-selected-value ul {
    justify-content: left !important;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul,
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul {
    padding-left: 0px;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-next,
  .tps-rtw-final-gallery .slick-arrow.slick-next {
    right: -20px;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-prev,
  .tps-rtw-final-gallery .slick-arrow.slick-prev {
    left: -20px;
  }

  .tps-rtw-breacrum {
    flex-wrap: wrap;
  }

  .tps-seDetailc-gallery-loader,
  .tps-rtw-final-gallery-loader {
    height: 500px;
  }

  .tps-rtw-item-not-found-div {
    font-size: 20px;
    line-height: 20px;
  }

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

  .tps-rtw-final-specification .tps-rtw-final-sinfo:nth-child(2) .tps-rtw-final-sattr-left,
  .tps-rtw-final-specification .tps-rtw-final-sinfo:nth-child(2) .tps-rtw-final-sattr-right {
    width: 100% !important;
  }

  .tps-rtw-final-specification .tps-rtw-final-spec-tab,
  .tps-rtw-product-size-wrapper .tps-rtw-product-size-country-box {
    justify-content: center;
  }

  .tps-rtw-product-size-wrapper select {
    margin-left: auto;
    margin-right: auto;
  }

  .tps-latestv-reset-step-popup {
    left: auto;
    right: 0;
    transform: none;
  }

  .tps-latestv-reset-step-popup:before {
    left: 70% !important;
  }

  /*popup*/
  .tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title {
    padding: 16px 15px 8px 15px;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-title .tps-rtw-form-popup-main {
    font-size: 20px;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-cr {
    max-width: 100%;
    width: 95%;
  }

  /* end  */
  .tps-rtw-form-popup .tps-form {
    flex-direction: column-reverse;
    align-items: center;
    grid-gap: 40px 12px;
  }

  .tps-rtw-form-popup.email-us-form .tps-form {
    grid-gap: 0px 12px;
  }

  .tps-rtw-form-popup .email-us-form,
  .tps-rtw-form-popup .tps-form-image-block,
  .tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap input,
  .tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
  .tps-rtw-form-popup .tps-form-image-block,
  .tps-rtw-form-popup .drop-hint-form,
  .tps-rtw-form-popup .wpcf7-form-control-wrap input,
  .tps-rtw-form-popup .wpcf7-form-control-wrap textarea {
    width: 100%;
  }

  .tps-rtw-form-popup .tps-form-image-block .tps-email-img-div {
    max-width: 400px;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title {
    padding: 10px 15px;
  }

  .tps-rtw-form-popup .email-us-form .wpcf7-form-control-wrap textarea {
    height: 200px;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-content {
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
  }

  .tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr .tps-rtw-wishlist-popup-title {
    font-size: 16px;
    line-height: 22px;
  }

  .tps-rtw-cbutton {
    padding: 10px 20px 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filters-title {
    font-size: 15px;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-selected-value {
    text-align: left;
  }

  .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a {
    top: -35px;
    justify-content: end;
  }

  .tps-rtw-mob-filter-button button {
    display: block;
    margin: auto;
    background-color: var(--site-white-color);
    color: var(--site-primary-color);
    text-transform: uppercase;
    line-height: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    color: transparent;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-text-black-color);
    font-size: 14px;
    width: 60px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    margin-top: 30px;
  }

  .tps-rtw-mob-filter-button button::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -70px -278px !important
  }

  .tps-rtw-mob-filter-button.tps_filter_sticky_btn button::after {
    background-position: -19px -278px !important;
  }

  .tps-rtw-item-counter-div .tps-rtw-header-tab-label h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-col1 span,
  .tps-rtw-item-col2 .tps-rtw-item-sort-by-title {
    font-size: 18px;
  }

 
  .tps-rtw-filter-wrapper-div.open-popup .tps_latestv_rtwl_filter_parent-child {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .tps_latestv_rtwl_reset_block {
    padding: 0px 12px 8px;
  }

  .tps_latestv_rtwl_reset_block .tps_latestv_rest_filter,
  .tps_latestv_rtwl_reset_block label {
    font-size: 12px;
    line-height: 22px;
  }

  .tps_latestv_rtwl_reset_block label {
    padding-top: 3px;
  }

  .tps-seDetailc-meta-description p {
    margin-bottom: 0px !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-rtw-final-meta .tps-rtw-final-title {
    font-size: 20px;
        text-align: center;
    line-height: 30px;
  }

  .tps-seDetailc-spacification,
  .tps-rtw-final-specification {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
  }

  .tps-rtw-form-popup .wpcf7-not-valid-tip {
    margin: 6px 0px 7px 0px;
  }

  .tps-rtw-form-popup .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  /*currecy swithcer*/
  .tps-header-icons .tps-header-cur-switcher,
  .tps-header-icons .tps-header-wishlist {
    top: 13px;
  }

  #top-header .et-social-icons {
    margin-right: 40px;
  }

  .tps-rtw-final-meta .tps-rtw-final-rsized {
    grid-gap: 0px 10px;
  }

  .tps_latesv_rtw_fil_common {
    padding: 0px;
    margin-left: 0 !important;
  }
  .tps_latestv_rtwl_filter .tps-rtw-price, .tps_latestv_rtwl_filter .tps-rtw-shape, .tps_latestv_rtwl_filter .tps-rtw-style-type {
    width: 98%;
    margin-right: 3%;
}
  body.tps-rtw-filter-open {
    overflow: hidden !important;
  }

  .tps-rtw-form-popup .tps-form-image-block .tps-email-img-div {
    display: none !important;
  }

  .tps_latestv_steps .tps_latestv_steps_action a {
    font-size: 10px;
    margin-right: 5px;
  }

  .tps_latestv_steps .tps_latestv_steps_action a:nth-child(2) {
    margin-right: 0px;
  }

  .tps_latestv_steps {
    padding: 7px 0px 10px;
    margin-bottom: 15px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-3,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-2,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-1 {
    width: 100%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-left,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr {
    height: auto !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img,
  .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal .tps-rtw-final-gallery-slide img {
    object-fit: cover;
  }

  .tps-rtw-final-specification .tps-rtw-final-spec-tab {
    border-bottom: 1px solid var(--tps-gray-color);
    padding-bottom: 14px;
    margin-bottom: 28px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
  .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-title {
    font-size: 15px;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-cr {
    height: auto;
  }

  .tps-seDetailc-img-popup-div div {
    padding: 15px 10px 15px;
  }

  .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title {
    text-transform: capitalize;
    text-align: center;
    margin: 0px auto 11px auto;
    display: block;
    font-size: 16px;
    font-family: 'Athiti';
    font-weight: bold;
    color: var(--site-text-black-color);
  }

  .tps-rtw-form-popup .tps-form-image-block .tps-email-img-title {
    display: none;
  }

  

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li {
    width: 15%;
  }

  .tps-product-review-wrapper .wp-block-button button {
    padding: 10px 15px 10px;
  }

  .tps-seDetailc-sp-info-row {
    align-items: start;
    margin-bottom: 10px;
    padding: 0px 0px 10px 0px;
  }

  .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list li {
    width: 100%;
    margin-bottom: 50px;
  }
.tps_latestv_rtwl_filter {
    padding: 0px 20px 0px;
}
.tps-rtw-filter-section.section-third {
    width: 48%;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-form-popup-cr {
    width: 100%;
    max-width: 95% !important;
    min-width: 95% !important;
}
  .tps-rtw-cat-descr{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .tps_latestv_rtwl_reset_block{
    margin: 8px 0px 10px 0px;
  }
  .tps_latestv_rtwl_reset_block{
    z-index: 0;
  }
  .tps-rtw-filter-wrapper-div{
    position: unset;
    width: 100%;
    height: auto !important;
    background-color: transparent;
    margin-left: 0px;
  }
  .tps_latesv_rtw_fil_common{
    padding: 0px;
  }
  .tps-rtw-filter-section.section-third{
    width: 100%;
  }
  .tps-rtw-filter-section.section-second{
    grid-gap: 11px 0px;
    flex-wrap: wrap;;
  }
  .tps_latestv_rtwl_filter{
    padding: 10px 0px 0px !important;
    grid-gap: 10px 0px !important;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first {
    width: fit-content !important;
    float: left !important;
  }
  .tps_latestv_rtwl_reset_block{
    padding: 0px;
    border: none;
    margin: 15px 0px 10px 0px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label::after{
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/diamond-listing-images/diamond-list-icon-icon.svg);
    position: absolute;
    right: 10px;
    top: 35%;
    z-index: 9;
  }
  .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label.tps-down-arrow:after,
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label::after,
  .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-down-arrow:after{
    background-position: -170px -118px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label.tps-up-arrow:after,
  .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label.tps-up-arrow:after,
  .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-up-arrow:after{
    background-position: -210px -118px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-metal, 
  .tps_latestv_rtwl_filter .tps-rtw-style,
  .tps_latestv_rtwl_filter .tps-rtw-price{
    width: fit-content;
    margin-right: 0px;
    padding-inline: 20px;
  }
  .tps-rtw-title-and-count-div{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
  }
  .tps-rtw-page-descr{
    font-size: 14px;
    line-height: 22px;    
  }
  .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label,
  .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label{
    font-size: 14px;
    font-weight: 300;
  }
  .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label.tps-up-arrow, 
  .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-up-arrow,
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label.tps-up-arrow{
    background: transparent;
  }
  .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label{
    padding: 0 0 15px 0px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label{
    margin-top: 0px;
  }
  .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label.tps-up-arrow:after{
    background-position: -208px -120px;
    margin-top: -4px;
    margin-right: 3px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label.tps-down-arrow:after{
    background-position: -53px -507px;
    margin-right: -6px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label.tps-up-arrow:after{
    background-position: -82px -505px;
    margin-right: -5px;
  }
  .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label.tps-down-arrow:after{
    right: 0;
    margin-right: 1px;
    top: -2px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li{
    width: 100% !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div .tps-rtw-filter-option-list-label,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div .tps-rtw-filter-option-list-label{
    order: 3 !important;
    -webkit-order:3 !important;
    width: 100%;
  }
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div .tps-rtw-filter-option-list-close,
  .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div .tps-rtw-filter-option-list-close{
    order: 1 !important;
    -webkit-order:1 !important;
    position: unset !important;
    margin-right: auto !important;
    background-position: -339px -450px !important;

  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div .tps-rtw-reset-filter-mobile,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div .tps-rtw-reset-filter-mobile{
    order: 2 !important;
    -webkit-order:2 !important;
  }
  
  .tps-rtw-filter-option-list.dropdown-filter.tps-show-filters{
    display: block !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list.dropdown-filter.tps-show-filters,
 .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters{
    bottom: 0px !important;    
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list .tps-rtw-reset-filter-btn,
 .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-reset-filter-btn{
    font-size: 14px;
    color: var(--site-text-black-color);
    text-decoration: none;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list .tps-rtw-filter-option-list-label,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-label{
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color);
    text-align: left;
    font-weight: 400;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div{
    padding: 20px 0px 0px 0px;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li{
    padding: 0px 0px 0px 0px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div .tps-rtw-filter-option-list-label,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div .tps-rtw-filter-option-list-label{
    padding: 25px 10px 20px 10px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div.active span, 
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div:hover span{
    border: none !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-li{
    width: 33% !important;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;   
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:nth-last-child(2){
    float: none;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-show-result-li{
    width: 100% !important;
    display: block;
    float: none;
    position: fixed;
    bottom: 0px;
    padding: 0 20px;
    z-index: 999;
    left: 0;
    text-align: center;
    margin: 0;
    height: 0px;
    transition:height 0.3s;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-show-result-li,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters .tps-rtw-show-result-li{
    height: 40px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div .tps-rtw-reset-filter-mobile a,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-reset-filter-btn a,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-reset-filter-btn {
    position: relative;
    display: flex;
    align-items: center;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div .tps-rtw-reset-filter-mobile a::after,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-reset-filter-btn a::after,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-reset-filter-btn::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -411px -448px;   
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li .tps-rtw-show-result-mobile-btn,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters .tps-rtw-show-result-mobile-btn{
    background-color: var(--site-text-black-color);
    color: #ffffff;
    font-family: 'Roboto' !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 13px;
    margin: 0px 0px 0px 0px;
    height: 39px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li .tps-rtw-show-result-mobile-btn::after,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters .tps-rtw-show-result-mobile-btn::after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/common-images/loader.gif);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)  !important;
    opacity: 0;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li .tps-rtw-show-result-mobile-btn.tps-loading,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters .tps-rtw-show-result-mobile-btn.tps-loadin{
    color: transparent !important;    
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li .tps-rtw-show-result-mobile-btn.tps-loading::after,
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters .tps-rtw-show-result-mobile-btn.tps-loading::after{
      opacity: 1;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span{
    font-size: 12px;
    line-height: 14px;
    color:  var(--site-text-black-color);
  }
  .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div{
    text-align: end;
  }
 
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[value="pave"]+span:before {
    background-position: -121px -152px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[value="solitaire"]+span:before {
    background-position: -13px -152px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[value="side-stone"]+span:before {
    background-position: -231px -152px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[value="three-stone"]+span:before {
    background-position: -335px -152px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[value="halo"]+span:before {
    background-position: -433px -152px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-li.active{
    border-color: var(--site-text-black-color);
    background-color: #ffffff;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active span, 
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover span{
    border: none;
  }  
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li input+span,
  .tps_latestv_rtwl_filter .tps-rtw-shape ul li input+span{
    flex-direction: column !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li,
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-rtw-filter-option-li{
    padding: 10px 0px 10px 0px;    
  }
  .tps_latestv_rtwl_filter .tps-rtw-metal ul li span.tps-rtw-filter-option-label, 
  .tps_latestv_rtwl_filter .tps-rtw-shape ul li span.tps-rtw-filter-option-label {
    grid-gap: 5px !important;
  }
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-filter-option-list-meta-div{
     margin-bottom: 0px !important;
  }
  .ui-widget-header, .ui-slider .ui-slider-handle{
    z-index: 9 !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-select-all-option{
    display: none;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-rtw-filter-option-li{
    width: 24.6% !important;
  }  
  
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option .tps-rtw-listing-sort-option-label{
    display: flex;
    align-items: center;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option .tps-rtw-listing-sort-option-radio{
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--tps-gray-color2);
    position: relative;
    border-radius: 50%;
    margin-left: auto;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option .tps-rtw-listing-sort-option-radio::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--tps-gray-color2);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .tps-rtw-item-col.tps-rtw-sort-col .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-section-wrapper label.tps-rtw-listing-sort-section-label{
    color: var(--tps-gray-color2);
    padding: 10px 12px 3px 12px;
    display: block;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option:hover{
    background-color: transparent;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option{
    font-size: 14px;
    line-height: 14px;
    padding: 5px 12px 5px 12px;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option.active .tps-rtw-listing-sort-option-radio{
    border-color: #B76F64;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option.active .tps-rtw-listing-sort-option-radio::after{
    background-color: #B76F64;
  }
  

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active span{
    border: none !important;
  }

  body.tps-handle-backdrop, body.tps-handle-sort-backdrop {
        height: 100%;
        position: relative;
        overflow: hidden;
    }
  .tps-handle-backdrop .tps-rtw-filter-backdrop-mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: var(--site-text-black-color)24;
  }
  .tps-rtw-filter-section.section-third{
    flex-direction: unset;
  }
 
  .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label{
    font-weight: 500;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
    width: 100% !important;
    margin: 10px 0px 11px 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    float: unset !important;
    padding-inline: 15px;
    padding-bottom: 300px;
  }
 
  .tps-rtw-filter-wrapper-div .tps-rtw-category_slugs .tps-rtw-filter-option-list{
    position: unset !important;
    padding: 0 !important;
    height: auto !important;
    box-shadow: none !important;
/*    grid-gap: 15px;*/
    display: flex !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li{
    width: 152px !important;
    padding: 0px;
  }
  .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div, 
  .tps-latestv-reset-step-popup{
    z-index: 99 !important;
    top: 31px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-filter-option-label{
    flex-direction: column;
  }
  .tps_latesv_rtw_fil_common{
    width: 100% !important;
  }
 
  .tps_latestv_rtwl_filter .tps-rtw-price, .tps_latestv_rtwl_filter .tps-rtw-shape, .tps_latestv_rtwl_filter .tps-rtw-style-type{
    width: auto;
  }
  .tps_latestv_rtwl_filter .tps-rtw-price, .tps_latestv_rtwl_filter .tps-rtw-shape{
    margin-right: 0px;
  }

  /*Detail 360 video design on hover*/
  .tps-seDetailc-gallery .tps-rtw-video-360-slide{
    height: 500px;
    position: relative;
  }

  .tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-seDetailc-img-div{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    background-color: #dcdcdc;
  }
  .tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-seDetailc-img-div img{
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
    filter: brightness(0.94);
  }
  .tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 20px;
    background-image: url(../images/common-images/360_video_thumbnil.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 99;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-box{
    height: auto !important;
    position: relative;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-box .tps-rtw-video-360-slide{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100% !important;
    height: 100% !important;
     display: flex;
  justify-content: center;
  align-items: center;
  }
  .tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360-slide{
  background-image: url(../images/common-images/ajax-loader.gif);
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
}
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box{
    position: relative;  
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-horizontal{
    margin-left: 130px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide img{
    cursor: pointer;
    border: 1px solid transparent;  
  }
  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide{
    width: 120px !important;
    height: 120px !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide img{
    border-color:var(--tps-gray-color2);
    border-radius: 4px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb.tps-deactivate-thumb .tps-seDetailc-gallery-slide img,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.tps-deactivate-thumb .tps-seDetailc-gallery-slide{ 
    border-color: transparent;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal, .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal{
      display: block;
  }



  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide{
    width: 110px !important;
    margin: 5px;
    float: left;
    border-radius: 4px;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide{
/*    border: 1px solid var(--site-text-black-color);*/
    cursor: pointer;
    position: relative;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide::after,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide::after{
    content: '';
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #efefef 51%, var(--site-text-black-color) 51%) right;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 200%;
    transition: .5s ease-out;
    display: none;
  }


  .tps-seDetailc-gallery-slide .tps-seDetailc-video-thumb-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/common-images/video.svg), rgb(0 0 0 / 25%);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide img {
    width: 100%;
    height: 100%;
    padding: 1px;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active .tps-seDetailc-gallery-slide::after,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current.slick-active .tps-seDetailc-gallery-slide::after

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active.tps-seDetailc-gallery-slide::after,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current.slick-active.tps-seDetailc-gallery-slide::after {
    background-position: left;
    cursor: pointer;
  } 

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div {
    margin: auto auto auto 0;
    display: flex;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-track {
  /*  margin-left: auto !important;*/
    display: flex;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal {
    margin-top: 10px;
  }




   /*Gallery design*/  
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    } 
    .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide {
        width: 60px !important;
        height: 60px !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div.slick-list {
        padding: 0px 0px 0px 0px !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-horizontal {
        margin-left: 0;
    }
    .tps-rtw-spinner-grid-container{
      grid-template-columns: 1fr 1fr !important;
    } 
    .tps-seDetailc-gallery .tps-rtw-spinner-grid-container{
      grid-template-columns: 1fr !important;
    } 
  /*End*/

  /*set width as per mobile gallery count  */

  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-1 .tps-seDetailc-video-360-thumb,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-2 .tps-seDetailc-video-360-thumb,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-3 .tps-seDetailc-video-360-thumb,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-4 .tps-seDetailc-video-360-thumb{
    position: unset;
    transform: none;
    margin: 5px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-1,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-2,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-3,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-4{
    margin-top: 10px;
  }
  .tps-seDetailc-gallery .tps-thumb-count-1 .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-seDetailc-gallery .tps-thumb-count-2 .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-seDetailc-gallery .tps-thumb-count-3 .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-seDetailc-gallery .tps-thumb-count-4 .tps-seDetailc-thumbnail-gallery-horizontal{
    margin-left: auto;
    margin-top: 0px !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-1 .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-2 .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-3 .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-4 .tps-seDetailc-thumbnail-gallery-horizontal .slick-track{
    display: block;
    width: fit-content !important;
    transform: none !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-1 .tps-seDetailc-thumbnail-gallery-horizontal div.slick-slide,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-2 .tps-seDetailc-thumbnail-gallery-horizontal div.slick-slide,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-3 .tps-seDetailc-thumbnail-gallery-horizontal div.slick-slide,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-thumb-count-4 .tps-seDetailc-thumbnail-gallery-horizontal div.slick-slide{
    width: auto !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-1,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-2,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-3,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-4{
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-top: 20px;
  }

  /*common  */
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.tps-deactivate-thumb .tps-seDetailc-gallery-slide,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide:hover .tps-seDetailc-gallery-slide,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active.tps-deactivate-thumb .tps-seDetailc-gallery-slide{
    border: 1px solid transparent !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-video-360-thumb.tps-deactivate-thumb + .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active .tps-seDetailc-gallery-slide{
    border: 1px solid var(--tps-gray-color2) !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb.tps-deactivate-thumb .tps-seDetailc-gallery-slide img{
    border: 1px solid transparent !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide img{
    border: 1px solid var(--tps-gray-color2) !important;
  } 
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div img {
    margin-left: auto;
    margin-right: auto;
}
.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360,
.tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height{
  height: auto !important;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-box .tps-rtw-video-360-slide canvas{
  position: unset !important;
}
.tps-extra-shipping-info-span.fast-shipping:before {
    background-position: -127px -229px;
}
 /* End */

  /*slider issue*/
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list.dropdown-filter{
     /* display: flex !important;
      flex-wrap: wrap;
      grid-gap: 2px 0px;*/
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div{
      width: 100% !important;
      flex-basis: auto;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-rtw-filter-option-li{
      width: 24.6% !important;
      flex: unset;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-li{
       width: 33% !important;
      flex: unset;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li input[value="diamond-studs"]+span::before {
      background-position: -27px -493px;
    }    

    /*Pendant new filter design*/
    .tps-seDetailc-product-pendant-std-carat-box-wrapper .tps-rtw-pendant-std-carat-box-label,
    .tps-seDetailc-product-pendant-std-sml-box-wrapper .tps-rtw-pendant-std-sml-box-label, 
    .tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-label{
      font-size: 14px;
      line-height: 14px;
    }
    .tps-seDetailc-product-pendant-std-carat-box-wrapper .tps-rtw-pendant-std-carat-box-active-option, 
    .tps-seDetailc-product-pendant-std-sml-box-wrapper .tps-rtw-pendant-std-sml-box-active-option, 
    .tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-active-option{
      font-size: 16px;
      line-height: 21px;
    }
    /*  End  */
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-style span.tps-rtw-filter-label,
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-shape span.tps-rtw-filter-label,
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-metal span.tps-rtw-filter-label{
      border: none !important;
      padding: 0px !important;
      width: 100%;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label::after,
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label::after{
      content: "";
      width: 15px;
      height: 15px;
      background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
      position: absolute;
      right: 9px;
      top: 57%;
      z-index: 9;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label{
        border-radius: 4px !important;
        border: 1px solid #eaeaea !important;
/*        padding: 10px 8px 5px 8px !important;*/
        width: 100%;
/*        height: 37px;*/
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label.tps-down-arrow:after{
        background-position: -170px -118px;
        margin-right: 0px;
        top: 58%;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label.tps-down-arrow:after{
        top: 32%;
        right: 7px;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col .tps-rtw-listing-sort-active-option-label:after{
        right: 8px;
        top: 11px;
    }
    .tps-page-ready-to-ship-product_listing .tps-rtw-filter-section.section-second{
        width: 100%;
        max-width: 300px;
        justify-content: flex-start;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common {
      width: 160px;
    }    
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style .tps-rtw-active-filter-option-label, 
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-shape .tps-rtw-active-filter-option-label, 
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal .tps-rtw-active-filter-option-label{
      margin-top: 7px;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter{
      grid-gap: 5px 0px !important;
      flex-wrap: wrap !important;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
      margin: 10px 0px 0px 0px;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div ,
    .tps-page-ready-to-ship-product_listing  .tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-filter-option-list-meta-div, 
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style.tps_latesv_rtw_fil_common ul.tps-show-filters li.tps-rtw-filter-option-list-meta-div{
     display: flex !important;
     padding: 20px 0px 0px 0px !important;
     position: sticky;
     top: 0;
     z-index: 99;
     background-color: #fff;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .section-first .tps_latesv_rtw_fil_common ul li input+span, 
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-filter-option-label{
      display: flex !important;
    }
    .tps-page-ready-to-ship-product_listing .tps-rtw-metal .tps-rtw-filter-option-list li input + span:before, 
    .tps-page-ready-to-ship-product_listing .tps-rtw-style .tps-rtw-filter-option-list li input + span:before, 
    .tps-page-ready-to-ship-product_listing .tps-rtw-shape .tps-rtw-filter-option-list li input + span:before{
      position: unset;
      transform: none;
    }
    .tps-page-ready-to-ship-product_listing .tps-rtw-metal .tps-rtw-filter-option-list li input + span, 
    .tps-page-ready-to-ship-product_listing .tps-rtw-style .tps-rtw-filter-option-list li input + span, 
    .tps-page-ready-to-ship-product_listing .tps-rtw-shape .tps-rtw-filter-option-list li input + span{
      padding: 5px 0px 5px 5px !important;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li.active input + span.tps-rtw-filter-option-label::after{
      background-color: transparent !important;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-filter-option-label{
      grid-gap: 0px;
    }
    .tps-page-ready-to-ship-product_listing .tps-rtw-metal .tps-rtw-filter-option-list li.active input + span:after, 
    .tps-page-ready-to-ship-product_listing .tps-rtw-style .tps-rtw-filter-option-list li.active input + span:after, 
    .tps-page-ready-to-ship-product_listing .tps-rtw-shape .tps-rtw-filter-option-list li.active input + span:after{
        display: none !important;
    }
    .tps-page-ready-to-ship-product_listing .tps-rtw-sort-col .tps-rtw-listing-sort-option-list{
        top: 50%;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
        flex-wrap: wrap;
        grid-row-gap: 10px;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-yellow-gold-and-18k-white-gold-option .tps-rtw-filter-option-label, 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-yellow-gold-option .tps-rtw-filter-option-label, 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-rose-gold-and-18k-white-gold-option .tps-rtw-filter-option-label, 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-rose-gold-option .tps-rtw-filter-option-label, 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-rose-gold-and-18k-yellow-gold-option .tps-rtw-filter-option-label, 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-yellow-gold-and-18k-rose-gold-option .tps-rtw-filter-option-label{
        justify-content: center;
        text-align: center;
        display: flex;
    }
    .tps_latestv_rtwl_filter .tps-rtw-style, .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common{
      width: 105px;
    } 
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
      line-height: 24px;
      width: 105px;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul li .tps-rtw-reset-filter-mobile{
      display: block !important;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div{
      height: fit-content;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common .tps-rtw-filter-option-li input+span{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul li input + span:before{
      margin-bottom: 5px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-black::before {
        background-position: -485px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-blue::before {
      background-position: -11px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-brown::before {
        background-position: -223px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-dark-blue::before {
        background-position: -379px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-fuschia::before {
        background-position: -63px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-green::before {
        background-position: -272px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-light-blue::before {
        background-position: -433px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-lime::before {
        background-position: -173px -14px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-midnight-blue::before {
        background-position: -379px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-orange::before {
        background-position: -170px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-pink::before {
        background-position: -117px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-purple::before {
        background-position: -326px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-red::before {
        background-position: -335px -13px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-white::before {
        background-position: -538px -695px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-enamel_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-teal::before {
        background-position: -272px -695px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li input+span{
        text-align: center !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul{
      grid-column-gap: 1%;
      justify-content: center !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li,
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-li{
       width: 24.2% !important;
       padding: 10px 0px 10px 0px;
    }    
    .tps-rtw-filter-section.section-second {
        width: 100%;
        grid-gap: 10px;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common {
        width: 125px;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
      width: 100%;
    }
    .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-black::before {
      background-position: -569px -17px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-blue::before {
        background-position: -220px -17px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-brown::before {
      background-position: -122px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-dark-blue::before {
    background-position: -280px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-fuschia::before {
    background-position: -10px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-green::before {
    background-position: -387px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-light-blue::before {
    background-position: -220px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-lime::before {
    background-position: -172px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-orange::before {
    background-position: -628px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-red::before {
    background-position: -334px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-purple::before {
    background-position: -512px -17px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-pink::before {
    background-position: -66px -17px;
  }
  .tps-rtw-show-result-li.tp-loading{
    background-image: none;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-img-div {
/*        height: 250px !important;*/
  }
   .tps-rtw-seDetailc .tps-seDetailc-gallery.mobile {
    display: block !important;
}
.tps-seDetailc-gallery.desktop {
    display: none !important;
}
/*.tps-rtw-filter-wrapper-div .tps-rtw-category_slugs .tps-rtw-filter-option-list{
  display: flex !important;
  flex-wrap: nowrap !important;
  margin-bottom: 0px;
  max-width: 100% !important;
  overflow: auto !important;
  scroll-snap-type: x mandatory !important;
  grid-gap: 0px !important;
}*/
/*.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li{
  width: 200px !important;
  scroll-snap-align: start !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  white-space: nowrap !important;
  margin-right: 10px !important;
  display: flex;
  flex-direction: row;
  flex: 0 0 150px;
}*/
.tps-rtw-filter-wrapper-div .tps-rtw-category_slugs .tps-rtw-filter-option-list::-webkit-scrollbar {
    display: none;
}
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common {
    width: fit-content !important;
  }
  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label {
     padding: 5px 24px 5px 5px;
  }
  /*.tps-rtw-item-selected-value ul li a span {
    background-position: -150px -282.5px;
  }
  .tps-rtw-item-selected-value ul li a:hover span {
    background-position: -122px -282.5px;
  }
  .tps-rtw-item-selected-value ul li.tps-rtw-unselected a span{
    background-position: -112px -278.5px;
  }*/
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li, .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-show-result-li{
    display: none !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list.dropdown-filter.tps-show-filters  .tps-rtw-show-result-li, 
  .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list.tps-show-filters  .tps-rtw-show-result-li{
    display: block !important;
  }
  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close, .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close {
    top: 0;
    right: 0px;
    background-color: #fff;
    border-radius: 50%;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current div.tps-seDetailc-gallery-slide{
      border: 1px solid var(--site-text-black-color) !important;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-img-div img.tps-rtw-item-img{
      object-fit: scale-down;
  }
    .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
        max-width: 100%;
        width: 95%;
        padding: 40px;
    }
    .tps-ring-size-title span.tps-ring-size-virtual-title, .tps-ring-size-title span.tps-ring-size-virtual-title span {
        font-size: 23px;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Athiti';
        color: var(--site-text-black-color);
        text-shadow: none;
    }
    .tps-ring-size-find-my-ring {
        margin-bottom: 0px;
    }
    .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-find-my-ring p {
        font-size: 14px;
        line-height: 24px;
        color: var(--site-text-black-color);
        margin-bottom: 0px;
    }
    .tps-ring-size-content-top-section .tps-ring-size-content-top-left-section, 
    .tps-ring-size-content-top-section .tps-ring-size-content-top-right-section {
        width: 100%;
    }
    .tps-ring-size-content-top-section .tps-ring-size-content-top-right-section img {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
  .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-title, 
  .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-content-top-left-section {
        max-width: 400px;
        text-align: center;
    }
    .tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span:nth-child(1) {
        max-width: 300px;
        width: 80%;
        text-align: left;
    }
    .tps-ring-size-pupup-content .tps-ring-size-content-main a, 
    .tps-ring-size-pupup-content .tps-ring-size-content-main a:nth-last-child(1) {
        width: 100%;
    }
    .tps-ring-size-content-top-section {
        flex-wrap: wrap;
        grid-gap: 20px 20px;
    }
    .tps-rtw-find-my-ring-size-box-wrapper.tps-ring-video-popup .tps-ring-size-pupup-content span.tps-rtw-find-my-ring-size-close{
        right: 10px;
        top: 7px;
    }

    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-4 .tps-seDetailc-video-360-thumb .tps-drag-video-360-thumb{
        position: relative;
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.tps-thumb-count-4 .tps-seDetailc-video-360-thumb .tps-drag-video-360-thumb::before{
        content: '';
        width: 25px;
        height: 25px;
        background: url(../images/common-images/360_video_thumbnil.png) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 4px;
    }
    .tps-rtw-back-to-search button,
    .tps-dia-detail-back-to-search button {
        margin-top: 0px;
    }
    
    .tps-rtw-filter-title,
    .tps_latestv_rtwl_reset_block{
      display: none;
    }
    .tps-rtw-filter-wrapper-mobile .tps_latestv_rtwl_reset_block,
    .tps-rtw-filter-mobile-second-section,
    .tps-rtw-filter-mobile-first-section{
      display: block;
    }
    .tps-rtw-filter-wrapper-mobile {
        position: fixed;
        top: auto;
        left: 0%;
        width: 100%;
        margin-left: -100%;
        height: 88% !important;
        background-color: #fff;
        z-index: 9999999999;
        transition: all 0.5s linear;
        padding-top: 0px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        bottom: 0;
    }
    .tps-rtw-filter-wrapper-div.open-popup .tps-rtw-filter-wrapper-mobile, 
    .tps-rtw-backdrop.open-backdrop {
        margin-left: 0%;
    }
    .tps-rtw-mob-filter-button button{
      color: transparent !important;
      font-size: 0px !important;
    }
    .tps-rtw-title-and-count-div .tps-rtw-header-tab-label-h1,
    .tps-rtw-title-and-count-div .tps-rtw-item-count{
      padding-top: 0px;
      margin: 0px;
    }
    .tps-rtw-title-and-count-div .tps-rtw-item-count.tps-loading, .tps-rtw-title-and-count-div .tps-rtw-item-count.tps-loading{
      margin-top: 0px;
    }
    .tps-rtw-filter-mobile-first-section {
        width: 100%;
        display: flex;
        padding: 13px 15px 10px;
        background-color: #f3f3f3;
        margin-bottom: 10px;
        position: unset;
        top: 0;
        z-index: 999999;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        justify-content: space-between;
    }
    .tps-rtw-filter-mobile-first-section .tps-rtw-filter-mobile-first-section-label{
        font-size: 16px;
        line-height: 16px;
        color: var(--site-text-black-color);
        font-family: 'Athiti';
        padding-top: 8px;
    }
    .tps-rtw-filter-mobile-first-section .tps-rtw-filter-close {
        background-color: transparent !important;
        width: 40px !important;
        height: 30px;
        background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
        background-position: -350px -225px;
        display: flex;
        padding: 0;
        outline: none !important;
        border: none;
    }
    .tps-rtw-filter-mobile-second-section .tps_latestv_rtwl_reset_block {
        margin: 0px 0px 20px 0px;
        text-align: right;
        font-size: 16px;
        color: var(--site-text-black-color);
        padding: 0px 12px 8px;
        background-color: transparent;
        border-bottom: 1px solid #8888884f;
    }
    .ui-widget.ui-widget-content {
        margin: 7px 6px 24px 12px;
    }
    .tps-seDetailc-spacification .tps-seDetailc-sp-col-left{
        font-size: 14px;
    } 
    .tps-seDetailc-spacification .tps-seDetailc-sp-col-right{
      font-size: 13px;
    }
    .tps-rtw-seDetailc .tps-seDetailc-gallery, .tps-rtw-final-row .tps-rtw-final-gallery{
      margin: 0px auto 20px;
    }
    .tps-dia-detail-shipping-title{
      font-size: 14px;
    }
    .tps-extra-shipping-info-span{
      max-width: 270px;
      font-size: 13px;
    }
    .tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-img-div{
      height: 200px;
    }
    .tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-title-div{
      padding-top: 0px;
    }
    .tps-rtw-main-container {
      padding-inline: 0px;
    }
    
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div.tps-seDetailc-gallery-slide{
      position: relative;
    }
    .tps-seDetailc-product-size-wrapper .tps-rtw-product-size-title{
      font-size: 14px;
      line-height: 14px;
    }
    .tps_latestv_rtwl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn{
      flex-direction: row;
    }
    .tps_latestv_rtwl_filter .tps-rtw-metal, .tps_latestv_rtwl_filter .tps-rtw-style, .tps_latestv_rtwl_filter .tps-rtw-price{
      width: 100% ;
      padding: 0px 0px 0px 0px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-filter-section-label{
      display: none;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
      flex-direction: unset;
/*      grid-row-gap: 0px;*/
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-label{
      display: block;
      width: 100%;
      font-size: 16px;
      text-transform: capitalize;
      line-height: 23px;
      color: var(--site-text-black-color);
      margin: 0;
      padding: 7px 5px 10px 0px;
      font-family: var(--font-body-family);
      position: relative;
      cursor: default;
      border: none;
      font-weight: 600;
      height: auto !important;
      background-color: transparent !important;
      border: none !important;
    }
    .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list{
      position: unset;
      width: 100% !important;
      box-shadow: none;
      display: block !important;
      padding: 0px !important;
    }
    .tps-rtw-banner h1{
      position: unset;
      text-align: center;
      transform: none;
      margin-top: 20px;
    }
    .tps-rtw-filter-mobile-second-section{
      display: none !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul{
      width: 100% !important;
      box-shadow: none;
      position: unset;
      display: flex !important;
      flex-wrap: wrap;
      padding: 0px !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input{
      width: 100% !important;
      height: 100% !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span:before{
      display: none;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label:before,
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label:before{
      margin-bottom: 10px;
      margin-right: 0px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid transparent;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-eternity:before {
        background-position: -258px -483px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-diamond:before {
        background-position: -101px -484px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-classic:before {
        background-position: -25px -484px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-anniversary:before {
        background-position: -23px -519px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cigar:before {
        background-position: -180px -482px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-curved:before {
          background-position: -23px -520px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-unique:before {
          background-position: -180px -519px;
    }
    .tps-rtw-reset-filter-mobile{
        position: relative;
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before{
        right: auto;
        left: 50%;
    }
    .tps-rtw-result-viewed-and-load-more{
        flex-direction: column;
        grid-row-gap: 20px;
        border-bottom: none;
    }
    .tps-rtw-result-viewed-and-load-more button{
        position: relative;
        padding: 5px 35px 5px 20px;
        z-index: 9;
    }
    .tps-rtw-result-viewed-and-load-more{
      margin-bottom: 0px;
    }
    .tps-page-rtw-product_listing .tps-rtw-main-container .tps-rtw-load-more-button{
      position: relative;
      width: 100%;
    }
    .tps-page-rtw-product_listing .tps-rtw-main-container .tps-rtw-load-more-button::before{
      content: '';
      width: 100%;
      height: 1px;
      background-color: var(--site-text-black-color);
      position: absolute;
      left: 0px;
      top: 20px;
      z-index: 0;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul, .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list{
      background-color: transparent;
    } 
     .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-price {
        order: 0;
        -webkit-order: 0;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-category_slugs{
        order: 1;
        -webkit-order: 1;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-style {
        order: 2;
        -webkit-order: 2;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-shape {
        order: 3;
        -webkit-order: 3;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-metal {
        order: 4;
        -webkit-order: 4;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps-rtw-gemstone {
        order: 5;
        -webkit-order: 5;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul{
        grid-column-gap: 1%;
        grid-row-gap: 20px;
        justify-content: left !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-asscher:before {
        background-position: -191px -54px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cushion:before {
        background-position: -108px -54px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-emerald:before {
        background-position: -152px -53px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-heart:before {
        background-position: -399px -52px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-round:before {
        background-position: -8px -54px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-oval:before {
        background-position: -229px -54px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-marquise:before {
        background-position: -8px -54px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-rose-gold:before {
        background-position: -247px -646px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-white-gold:before {
        background-position: -11px -646px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-yellow-gold:before {
        background-position: -129px -645px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-yellow-gold:before {
        background-position: -188px -645px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold:before {
        background-position: -69px -645px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-rose-gold:before {
        background-position: -306px -645px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-platinum:before {
        background-position: -365px -645px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-textured:before {
        background-position: -181px -520px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-two-tone:before {
        background-position: -477px -519px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pear:before {
        background-position: -191px -54px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-princess:before {
        background-position: -57px -53px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-radiant:before {
        background-position: -269px -53px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label:before{
        width: 40px;
        height: 40px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-amethyst:before{
        background-position: -2px 4px;
      }  
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-aquamarine:before{
        background-position: -43px 3px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-diamond:before{
        background-position: -83px 4px;
      } 
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-emerald:before{
        background-position: -121px 5px;
      }  
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-garnet:before{
        background-position: -159px 4px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pearl:before{
        background-position: -198px 4px;
      }  
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-peridot:before{
        background-position: -237px 4px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-ruby:before{
        background-position: -276px 4px;
      }  
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-sapphire:before{
        background-position: -312px 4px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tanzanite:before{
        background-position: -354px 3px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-topaz:before{
        background-position: -396px 4px;
      } 
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tourmaline:before{
        background-position: -439px 1px;
      }  
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-gemstone ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tourmaline:before{
        background-position: -437px 4px;
      } 


      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-solitaire:before{
          background-position: -21px -601px;
        } 
        .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cross:before{
          background-position: -131px -599px;
        }  
        .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashion:before{
          background-position: -188px -598px;
        }  
        .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tennis:before{
          background-position: -246px -598px;
        }  
        .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-hoop:before{
          background-position: -71px -600px;
        } 
        .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stud:before{
          background-position: -412px -559px;
        } 
        .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-chains:before{
          background-position: -306px -596px;
        }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[type="checkbox"]:checked + span + span:before, 
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active span.tps-rtw-filter-option-label:before{
          border-color: var(--site-text-black-color);
      }
      .tps-rtw-breacrum{
        margin-top: 10px;
      }
      .tps-rtw-item-counter-div .tps-rtw-item-selected-value {
        padding: 10px 0px 10px;
      }
      .tps-rtw-item-selected-value ul li.tps-rtw-unselected a span{
          margin-right: 5px;
      }
      .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option-sublist{
          grid-gap: 5px 5px;
      }
      .tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-orderby{
          width: 135px;
      }
      .tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
          grid-row-gap: 25px;
          align-items: center;
      }
      .tps-seDetailc-meta .tps-seDetailc-swatches li{
          width: 16%;
      }
      .tps-rtw-form-popup .tps-rtw-form-popup-content{
          padding: 30px 0px;
      }
      .tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title .tps-rtw-form-descr{
        font-size: 14px;
        line-height: 24px;
      }
      .tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title {
        padding: 10px 0px 15px;
      }
      .tps-page-rtw-product_detail .tps-rtw-breacrum{
        margin-top: 10px;
        margin-bottom: 5px;
      }
      .tps-rtw-reset-filter-mobile a{
        display: flex;
        align-items: center;
      }
      .tps-rtw-reset-filter-mobile a::before{
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
        margin-right: 2px;
        background-position: -406px -441px;
      }

      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-split-shank:before {
        background-position: -465px -598px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-free-form:before {
        background-position: -520px -598px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashion:before {
        background-position: -187px -598px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-three-stone:before {
          background-position: -407px -598px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-halo:before {
          background-position: -355px -598px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-solitaire:before {
          background-position: -21px -601px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stackable:before {
          background-position: -247px -561px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-engagement:before {
          background-position: -22px -561px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-rings:before {
          background-position: -22px -561px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pendants:before {
          background-position: -305px -559px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-necklaces:before {
          background-position: -187px -600px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-earrings:before {
          background-position: -413px -560px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-bracelets:before {
          background-position: -356px -560px;
      }
      .tps-rtw-filter-wrapper-div .tps-rtw-category_slugs .tps-rtw-filter-option-list{
        grid-column-gap: 1% !important;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li{

      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li {
        width: 24.2% !important;
        padding: 10px 0px 10px 0px;
      }
      .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold-and-18k-rose-gold:before {
          background-position: -426px -645px;
      }
}

@media(max-width:700px){
  .tps-seDetailc-title-wishlist-div .tps-seDetailc-wishlist{
      top: 7px;
      right: 0px;
      position: absolute;
    }

}
@media(max-width:639px) {
  .wp-custom-logo .container.grid-container .tps-rtw-data-not-found-container {
    padding: 0px 0;
}
  .tps-seDetailc-spacification {
    grid-template-columns: 1fr;
}
body.tps-handle-backdrop,
  body.tps-handle-sort-backdrop{
    height: 100%;
    position: relative !important;
    overflow: hidden;
  }

  .tps-rtw-seDetailc .tps-seDetailc-gallery,
  .tps-rtw-final-row .tps-rtw-final-gallery {
    width: 100%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right {
    text-align: left;
    height: auto;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right {
    text-align: left;
  }

  .tps-seDetailc-shipping-days {
    justify-content: center;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
  }

  .tps-seDetailc-main-gallery .slick-arrow,
  .tps-seDetailc-main-gallery .slick-arrow:hover,
  .tps-rtw-final-gallery .slick-arrow,
  .tps-rtw-final-gallery .slick-arrow:hover {
    z-index: 99;
    border: 1px solid var(--site-text-black-color);
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-next,
  .tps-seDetailc-main-gallery .slick-arrow.slick-next:hover,
  .tps-rtw-final-gallery .slick-arrow.slick-next,
  .tps-rtw-final-gallery .slick-arrow.slick-next:hover {
    right: -20px;
    background-position: -238px -359px !important;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-prev,
  .tps-seDetailc-main-gallery .slick-arrow.slick-prev:hover,
  .tps-rtw-final-gallery .slick-arrow.slick-prev,
  .tps-rtw-final-gallery .slick-arrow.slick-prev:hover {
    left: -20px;
    background-position: -220px -359px !important;
  }

.tps-rtw-seDetailc .tps-seDetailc-gallery .tps-seDetailc-gallery-inner, 
  .tps-rtw-final-row .tps-rtw-final-gallery .tps-rtw-final-gallery-inner{
    width: 100%;  
  }
  .tps-seDetailc-spacification.tps-seDetailc-spacification-col3 {
      grid-template-columns: 1fr;
    }
    .tps-seDetailc-spacification.tps-seDetailc-spacification-col3 .tps-seDetailc-sp-col-left,
    .tps-seDetailc-spacification.tps-seDetailc-spacification-col3 .tps-seDetailc-sp-col-right{
      width: 50%;
    }
    .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list {
    grid-template-columns: 1fr 1fr;
  }
  .tps-rtw-seDetailc .tps-seDetailc-gallery, .tps-rtw-final-row .tps-rtw-final-gallery{
     margin: 0px auto 20px;
  }
  .tps-rtw-form-popup .tps-rtw-form-popup-cr, .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-form-popup-cr{
    padding: 10px 20px 30px;
  }
}

@media(max-width:580px) {
  .tps-rtw-seDetailc {
      margin-top: 4px;
  }

  .tps-rtw-data-not-found-container {
     margin-top: 30px;
  }
      
  .tps-rtw-metal .tps-rtw-filter-option-list {
      width: 100%;
  }

  .tps-rtw-filter-section.section-second {
      flex-wrap: wrap;
  }
  .tps-rtw-filter-section.section-second {
      width: 100%;
  }
  .tps-rtw-filter-section.section-third {
      width: 100%;
  }
  .tps-rtw-price .tps-rtw-filter-option-list {
      width: 100%;
  }
  .tps-rtw-item-counter-div {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    grid-gap: 8px;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-selected-value ul {
    justify-content: center;
  }

  .tps-rtw-item-selected-value ul li a {
    font-size: 13px;
  }

  .tps-rtw-item-counter-div .tps-rtw-item-sort-by select,
  .tps-rtw-item-counter-div .tps-rtw-item-col1 span {
    /*    font-size: 14px;*/
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-horizontal .tps-rtw-final-gallery-slide {
    width: 65px !important;
    height: 54px !important;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide,
  .tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-horizontal .slick-slide {
    justify-content: center;
  }
  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner {
    width: 90%;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with .tps-seDetailc-swatches-options-list {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 12px;
  }

  .tps-seDetailc-gallery-loader,
  .tps-rtw-final-gallery-loader {
    height: 375px;
  }

  .tps-rtw-toast-msg-popup-wrapper .tps-rtw-toast-msg-popup {
    max-width: 100%;
    width: 70%;
  }

  .tps-rtw-toast-msg-popup-wrapper .tps-rtw-toast-msg-content {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }

 
  .tps-rtw-final-data div span span {
    width: auto;
  }

  .tps-rtw-final-specification .tps-rtw-final-spec-tab {
    flex-direction: column;
    grid-gap: 12px;
  }

  .tps-rtw-wishlist-popup .tps-rtw-wishlist-popup-cr {
    width: 80%;
    max-width: 100%;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li {
    /*    width: 30%;*/
  }

  .tps-rtw-item-counter-div .tps-rtw-header-parent {
    flex-direction: column;
    align-items: center;
  }

  .tps-rtw-item-counter-div .tps-rtw-header-parent .tps-rtw-item-col::after {
    display: none;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-left,
  .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right {
    font-size: 14px;
    line-height: 24px;
    justify-content: left;
    height: auto !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-product-can-be-set-with .tps-seDetailc-swatche-option {
    width: 18%;
  }

  /*currecy swithcer*/
  #main-header .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -14px;
  }

  .tps-header-icons .tps-header-wishlist {
    position: relative;
    width: fit-content;
    z-index: 999999;
  }

  .tps-header-icons .tps-header-cur-switcher {
    position: relative;
  }

  .tps-header-icons {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    padding-bottom: 10px;
  }

  #main-header #logo {
    max-width: 80%;
    margin-top: 13px;
  }

  .mobile_menu_bar {
    padding-bottom: 9px !important;
  }

  .tps-header-icons .tps-header-cur-switcher,
  .tps-header-icons .tps-header-wishlist {
    top: 5px;
    right: auto;
  }

  .tps-header-icons a.wishlist_products_counter::before {
    margin-right: 0px !important;
  }

  .tps-header-icons .tps-header-wishlist .wishlist_products_counter_number {
    right: -6px;
  }

  .tps-rtw-final-specification .tps-rtw-final-tab[data-tab-type="setting"] a::after {
    display: none;
  }

  .tps-rtw-final-specification .tps-rtw-final-sinfo:nth-child(2) .tps-rtw-final-sattr-left,
  .tps-rtw-final-specification .tps-rtw-final-sinfo:nth-child(2) .tps-rtw-final-sattr-right {
    text-align: left;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-col,
  .tps-rtw-final-sinfo#tps-rtw-final-setting .tps-rtw-final-scol {    
    width: 100%;
  }
  /*end*/
    .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_band-setting,
    .tps-seDetailc-claw-div {
      display: block;
      width: 100%;
    }

  .tps-product-review-wrapper .tps-product-review-tabs .tps-product-review-tab {
    margin-right: 3px;
    padding: 14px 5px 10px 5px;
    max-width: 155px;
  }

  .tps_latestv_rtwl_filter .tps-rtw-shape, .tps-rtw-item-col.tps-rtw-sort-col {
    width: 100%;
    max-width: 100%;
  }

   /*Gallery design*/  
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div{
      margin: auto auto auto auto;
    }
    .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide {
        width: 55px !important;
        height: 55px !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box{
      max-width: 380px;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label, .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-label span.tps-rtw-active-filter-option-label, .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price .tps-rtw-filter-label, .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-sort-col .tps-rtw-listing-sort-active-option-label{
      padding: 8px 5px 8px 5px;
    }
   .tps-seDetailc-gallery-loader, .tps-rtw-final-gallery-loader {
        height: 500px !important;
        z-index: 9;
        position: absolute;
    }

    .tps-rtw-item-col.tps-rtw-sort-col {
        width: 100% !important;
        max-width: 100% !important;
    }
   /* .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li{
      flex: 0 0 120px;
    } 
*/
    .tps-rtw-item-additional-opt-txt{
      font-size: 10px;
    }
    .tps-rtw-find-my-ring-size-box-wrapper .tps-ring-size-pupup-content {
        padding: 40px 20px;
    }
    .tps-rtw-std-carat-box-customize-product-parent-div .tps-rtw-std-carat-box-customize-product-inner-cr, 
    .tps-rtw-pendant-std-carat-box-customize-product-parent-div .tps-rtw-pendant-std-carat-box-customize-product-inner-cr{
        max-width: 95%;
        min-width: 95%;
    }
    .tps-rtw-spinner-grid-container {
        grid-template-columns: 1fr !important;
    }
    .tps-rtw-item-listing-div .tps-rtw-item-info-div, .tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
        width: 100% !important;
    }
    
    .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list {
      grid-template-columns: 1fr;
    }
    .tps-seDetailc-similar-products-wrapper .slick-slide .tps-seDetailc-similar-product-div .tps-seDetailc-similar-product-img-div {
      height: 320px;
    }
    .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list li:not(:first-child){
      display: none;
    }
    .tps-page-rtw-product_detail main#content{
      padding-inline: 0px !important;
    }
    .tps-seDetailc-sp-info-row{
      height: auto;
    }
    .tps-rtw-filter-section.section-second .tps-rtw-sort-col{
       flex-direction: column;
       align-items: center;
    }
    .tps-rtw-title-and-count-div span{
      font-size: 14px;
      line-height: 14px;
    }
    .tps-seDetailc-meta .tps-seDetailc-swatches li {
        width: 30.60%;
    }
    .tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
        flex-direction: unset;
        grid-column-gap: 3px;
    }
    .tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
        grid-row-gap: 15px;
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-gallery-slide {
        width: 60px !important;
        height: 60px !important;
    }

    .tps-seDetailc-meta .tps-seDetailc-share-list{
        display: flex;
        grid-gap: 0px 0px;
        justify-content: space-between;
    }
    .tps-dia-detail-shipping-title{
        max-width: 290px;
    }
     .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li {
        width: 24.2% !important;
        padding: 10px 0px 10px 0px;
    }
} 


@media(max-width:500px) {
.tps-seDetailc-meta .tps-seDetailc-meta-title {
    width: auto;
    padding-right: 50px;
}
  .tps-rtw-final-meta .tps-rtw-product-size-wrapper {
    grid-gap: 3px 10px;
    flex-direction: column;
    align-items: start;
  }

  .tps-rtw-final-meta .tps-rtw-final-rsized {
    align-items: end;
  }

  .tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn {
    width: 80px;
    padding: 7px 10px 7px 10px;
  }

  .tps-seDetailc-shipping-days {
    align-items: start;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-img-div {
/*        height: 200px !important;*/
  }
  .tps-rtw-final-rsized{
      rid-gap: 0px 0px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title{
      padding-right: 0px;
  }
  .tps-seDetailc-product-size-wrapper{
      flex-direction: column;
      grid-row-gap: 22px;
  }
}



@media(max-width:480px) {
  .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list {
    grid-gap: 3px;
}
.tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a {
        font-size: 11px;
        padding-left: 0;
    }

  .tps-dia-detail-info-bg {
    max-width: 95%;
}
  .tps-rtw-item-listing-div .tps-rtw-item-info-div {
    width: 100%;
  }

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

  .tps-rtw-form-popup .tps-form-image-block .tps-email-img-div {
    max-width: 80%;
  }

  .tps-rtw-form-popup .tps-rtw-form-popup-close {
    top: 10px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-col,
  .tps-rtw-final-data {
    flex-direction: column;
  }

  .tps-rtw-item-info-div .tps-rtw-item-metadata-pr {
    height: auto;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li {
    margin-bottom: 10px;
  }

  .tps-seDetailc-btn .tps-rtw-btn {
    width: 100%;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div, .tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
    width: 48%;
  }
  
  .tps-rtw-item-banner-div.tps-left-banner img.tps-rtw-item-banner-img, 
  .tps-rtw-item-banner-div.tps-right-banner img.tps-rtw-item-banner-img{
    object-fit: scale-down;
  }
  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common {
        width: 125px;
    }
    .tps-rtw-filter-section.section-second{
      grid-column-gap: 2%;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
      width: 100%;
    }
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common {
        width: 49%;
        margin-right: 0px !important;
    }
    .tps-ring-size-content-top-section .tps-ring-size-content-top-right-section img {
        width: 100% !important;
    }
    .tps-ring-size-title span.tps-ring-size-virtual-title, .tps-ring-size-title span.tps-ring-size-virtual-title span {
        font-size: 20px;
        line-height: 30px;
    }
    .tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span:nth-child(1) {
        width: 75%;
    }
        .tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-Measure-icon, 
        .tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-chart-icon, 
        .tps-ring-size-pupup-content .tps-ring-size-content-main .tps-ring-size-content span.tps-ring-size-convart-units-icon {
        margin-left: auto;
        height: 65px;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li{
        width: 32.6% !important;
    }
}
@media(max-width:420px){
  /* Filter desgin*/
    .tps_latestv_rtwl_filter .tps-rtw-metal, .tps_latestv_rtwl_filter .tps-rtw-style {
        margin-right: 0px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span{
      font-size: 13px;
      line-height: 17px;
    } 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li{
      padding: 10px 3px 10px 3px;
    }    
    .tps-rtw-item-counter-div .tps-rtw-item-selected-value{
        padding: 10px 0px 10px;
    }   
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-rtw-filter-option-li {
        padding: 4px 5px 6px 5px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-metal, .tps_latestv_rtwl_filter .tps-rtw-style, .tps_latestv_rtwl_filter .tps-rtw-price{
      padding-inline: 0px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-rtw-filter-option-li {
        width: 33.33% !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li.tps-rtw-filter-option-li {
        width: 32.6% !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul li.tps-rtw-filter-option-li {
        width: 32.6% !important;
        padding: 10px 0px 10px 0px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li, 
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-li {
        width: 32.60% !important;
        padding: 10px 0px 10px 0px;
    }

  /*  End  */
}
@media(max-width:400px){
  /*Gallery design*/  
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-horizontal {
        margin-left: 65px;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track{
      margin: auto auto auto auto;
    }
    .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide {
        width: 58px !important;
        height: 58px !important;
    }
    .tps-seDetailc-gallery .slick-track{
        grid-gap: 5px !important;
    }
   
    .tps-rtw-item-listing-div .tps-rtw-item-img-div {
/*        height: 150px !important;*/
    }
    .tps_grid_animated-background {
        height: 250px;
    }
}
@media(max-width:390px) {
  .tps_latestv_rtwl_filter .tps-rtw-style span.tps-rtw-filter-label,
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label, 
  .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label, 
  .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label{
    width: 105px;
  }

   /*Gallery design*/  
   
    .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-video-360-thumb .tps-seDetailc-gallery-slide {
        width: 55px !important;
        height: 55px !important;
    }
    .tps-seDetailc-gallery .slick-track{
        grid-gap: 0px !important;
    }  
    .tps-rtw-title-and-count-div .tps-rtw-header-tab-label-h1{
        text-align: left;
    }

    .tps-seDetailc-meta .tps-seDetailc-btn a.tps-ringbuilder-btn {
      max-width: 325px;
    }
}


@media(max-width:375px) {
  /* Filter desgin*/
    
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label, 
    .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label, 
    .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label,
    .tps_latestv_rtwl_filter .tps-rtw-style span.tps-rtw-filter-label{    
      width: 104px;      
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label,
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label{
      width: 100%;
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-label::after{
      right: 4px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label:after,
    .tps_latestv_rtwl_filter .tps-rtw-price span.tps-rtw-filter-label:after{
      right: 5px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-style, .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common{
      margin-right:0px;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common {
        width: 155px;
    }
    .tps-seDetailc-meta .tps-seDetailc-btn a.tps-ringbuilder-btn {
      max-width: 310px;
    }
  /*  End  */

}

/*** Code Created by TransPacific Software Pvt. Ltd ***/