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


* {
  box-sizing: border-box;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  box-sizing: border-box;
  outline: none;  
  box-shadow: none;
}

.tps-page-rtw-product_detail .tps-rtw-main-container,
.tps-page-rtw-product_listing .tps-rtw-main-container {
    max-width: 100%;
    margin: 0px auto 50px auto !important;
    padding: 0px 15px;
    width: 100%;

}
.wp-custom-logo .container.grid-container .tps-rtw-data-not-found-container {
    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: 15px 0px 12px 0px;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item {
  font-family: 'Calibri';
  color: var(--site-black-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item a {
  color: var(--site-black-color);
  text-decoration: none;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item span.tps-rtw-br-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}

.tps-rtw-breacrum .tps-rtw-breacrum-item span.tps-rtw-br-icon::after {
  content: '';
  display: block;
  color: var(--site-black-color);
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/Derco_Arrow.svg);
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: 85%;
}

.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: 'Calibri';
  color: var(--site-black-color) !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
  margin-top: 0px;
}

.tps-seDetailc-share-top {
  display: flex;
}

.tps-seDetailc-share-top a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-black-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Calibri';
  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: 17px;
  height: 14px;
  display: block;
  background-image: url(../images/common-images/Derco_Arrow.svg);
  background-position: 3px 3px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.button.tinvwl_button_view,
.button.tinvwl_button_close,
.tinvwl_added_to_wishlist .login-txt a{
  padding: 13px 20px 14px;
  font-family: 'Calibri';
  font-weight: 400!important;
  margin-bottom: 15px;
  border: 1px solid var(--site-primary-color);
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  background-color: var(--site-primary-color);
  border-radius: 5px;
  color: var(--site-white-color) !important;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 21px;
  text-decoration: none!important;

}
.button.tinvwl_button_view:before,
.button.tinvwl_button_close:before,
.tinvwl_added_to_wishlist .login-txt a::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--site-white-color) !important;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.2s ease-out;
}
.tinvwl_added_to_wishlist .login-txt a{
  margin-top: 20px;
}
/*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;
  font-family: 'CooperBT'; 
  font-weight: normal;
  color: var(--site-black-color);
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  text-transform: capitalize;
  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;
  grid-gap: 15px 0px;
  align-items: center;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 30px;  
  width: 100%;
}

.tps_latesv_rtw_fil_common {
  width: 49.5% !important;
  padding: 0px 0px;
}
.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-black-color);
  font-family: 'Calibri';
  position: relative;
  transition: width 2s;
}

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

.tps_latestv_rtwl_filter {
  clear: both;
  padding: 22px 0px 22px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--site-color-8);
}
.tps_latestv_rtwl_filter .tps-rtw-filters-title{
  width: 60px;
  font-size: 18px;
  line-height: 18px;
  color: var(--site-black-color);
  font-family: 'Calibri';
  font-weight: 700;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-label,
.tps_latestv_rtwl_filter .tps-rtw-item-sort-by-title {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 28px;
  color: var(--site-black-color);
  font-family: 'Calibri';
  position: relative;
  font-weight: 400;
}

.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(--site-black-color);
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 10px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li {
  position: relative;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span{
  font-family: 'Calibri';
    font-size: 14px;
    color: var(--site-black-color);
    line-height: 14px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    margin: auto;
    position: relative;
    padding-bottom: 0;
    cursor: pointer;
    min-height: 32px;
    width: fit-content;
    font-weight: 300;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li {
  padding-left: 20px;
  text-align: left;
  margin-bottom: 5px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-disable-option {
  opacity: 0.5;
  pointer-events: none;
}

.tps_latestv_rtwl_filter .tps-rtw-style,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common{
  -webkit-order: 1;
  order: 1;
  width: fit-content;
  position: relative;
  margin-right: 0px;

}

.tps-rtw-filter-section.section-second {
  display: flex;
  width: 85%;
  align-items: end;
  flex-wrap: wrap;
  grid-row-gap: 10px;
}
.tps_latesv_rtw_fil_common{
  width: 100%;
}
.tps-rtw-filter-section.section-third {
  display: flex;
  flex-direction: row-reverse;
  width:15%;
}

.tps_latestv_rtwl_filter .tps-rtw-metal{
  -webkit-order: 3;
  order: 3;
  padding: 0;
  position: relative;
}
.tps-rtw-filter-section .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
  text-align: left;
  padding: 0px 0px 10px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-template-columns: 4px;
  width: fit-content;
  grid-column-gap: 5px;
}
.tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-style span.tps-rtw-filter-label,
.tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-metal span.tps-rtw-filter-label{
  height: auto;
}
.tps_latestv_rtwl_filter .tps-rtw-price {
  -webkit-order: 3;
  order: 3;
  width: 94px;
  margin-left: 0%;
  position: relative;
}

.tps_latestv_rtwl_filter .tps-rtw-style-type {
  -webkit-order: 5;
  order: 5;
  width: 46%;
  margin-left: 4%;
}

.tps_latestv_rtwl_filter .tps-rtw-shape {
  -webkit-order: 4;
  order: 4;
  width: 36%;
  margin-right: 4%;
  position: relative;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul {
  grid-gap: 20px 0px;
  margin-left: 0;
}
.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: var(--site-black-color) !important;
  box-shadow: none !important;
  border-radius: 0%;
  border-color: var(--site-black-color) !important;
  z-index: 9999999 !important;
  border-radius: 50%;
}

.ui-slider .ui-slider-handle {
  background: var(--site-white-color) !important;
}


.ui-widget.ui-widget-content {
  background: var(--site-black-color);
  height: 4px;
  border-radius: 10px;
  margin: 7px 9px 24px 9px;
}

.ui-slider .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  top: -7px !important;
  z-index: 9;
  transform: rotate(45deg);
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from {
  float: left;
  text-align: left;
  justify-content: start !important;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-to {
  float: right;
  text-align: right;
  justify-content: end !important;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from,
.tps_latestv_rtwl_filter .tps-latestv-bapf-to {
  display: flex;
  align-items: baseline;
  justify-content: center !important;
  padding: 0px;
  border-radius: 4px;
  width: 100px;
  border: 1px solid var(--site-color-8);
  border-radius: 5px;
  padding: 0;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from input,
.tps_latestv_rtwl_filter .tps-latestv-bapf-to input {
  vertical-align: unset;
  background-color: transparent;
  float: right;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px 5px 0px !important;
  height: auto;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: var(--site-black-color);
  font-size: 14px;
  line-height: 14px;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from input:focus,
.tps_latestv_rtwl_filter .tps-latestv-bapf-to input:focus {
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from input::placeholder,
.tps_latestv_rtwl_filter .tps-latestv-bapf-to input::placeholder {
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  color: var(--site-black-color);
  line-height: 16px;
  font-family: 'Calibri';
}

.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;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  color: var(--site-black-color);
  font-family: 'Calibri';
  column-gap: 5px;
}

.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);
    margin-left: 0px;
    background-position: -277px -267px;
    transform: rotate(-95deg);
}

.tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div,
.tps-latestv-reset-step-popup {
  position: absolute;
    width: 240px;
    right: 0;
    background-color: var(--site-primary-color);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 9;
    top: 34px;
}

.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-primary-color);
  position: absolute;
  z-index: 999999;
  right: 16px;
  top: -6px;
}

.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: 16px;
  color: var(--site-white-color);
  font-family: 'Calibri';
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

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

.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: 9px 20px 6px;
    margin-top: 10px;
    background-color: #fff0;
    color: var(--site-white-color);
    font-size: 15px;
    font-family: 'Calibri';
    line-height: 16px;
    border: 1px solid var(--site-white-color);
    transition: 0.5s ease;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 400;
}

.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button:hover,
.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button.tps-rtw-reset-filter-confirm-no-btn,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button:hover,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button.tps-latestv-reset-step-no-btn {
  background-color: var(--site-white-color);
  color: var(--site-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,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button.tps-latestv-reset-step-no-btn:hover {
  background-color: #fff0;
    color: var(--site-white-color);
}


.tps-rtw-item-col.tps-rtw-sort-col {
  width: 100%;
  position: relative;
  max-width: 200px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.tps-rtw-item-col.tps-rtw-sort-col select{
  font-size: 14px;
  line-height: 24px;
  color: var(--site-black-color);
  padding: 5px 20px 5px 5px;
  margin-left: 5px;
  border: none !important;
  background: url(../images/common-images/Derco_Arrow.svg);
  background-repeat: no-repeat;
  background-position: top 8px right 0;
   -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.tps-rtw-item-col.tps-rtw-sort-col .tps-rtw-item-sort-by{
  position: relative;
}
.tps-rtw-item-col.tps-rtw-sort-col .tps-rtw-item-sort-by::after{
  content: '';
  width: 120px;
  height: 2px;
  background-color: var(--site-black-color);
  position: absolute;
  left: 9px;
  bottom: 4px;
}
.tps-rtw-item-col.tps-rtw-sort-col select::-ms-expand {
    display: none;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher{
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type{
  width: 35px;
  height: 35px;
  padding: 5px;
  border: 1px solid var(--site-color-8);
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  cursor: pointer;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type.active{
  cursor: default;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type[data-result-view-type="grid"]{
   background-position: -68px -34px;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type[data-result-view-type="list"]{
   background-position: -13px -34px;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type.active{
  border-color: var(--site-primary-color);
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type[data-result-view-type="grid"].active{
   background-position: -182px -34px;
}
.tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type[data-result-view-type="list"].active{
   background-position: -125px -34px;
}
.tps-rtw-item-col.tps-rtw-sort-col span{
  font-size: 15px;
  line-height: 25px;
  color: var(--site-black-color);
  font-weight: 700;
}

.tps_latestv_rtwl_filter .tps-rtw-price {
  -webkit-order: 3;
  order: 2;
  margin-left: 0%;
  position: relative;
  z-index: 0;
}

.tps_latestv_rtwl_filter .tps-rtw-style-type {
  -webkit-order: 5;
  order: 5;
  margin-left: 4%;
}

.tps_latestv_rtwl_filter .tps-rtw-shape {
  -webkit-order: 4;
  order: 4;
  margin-right: 4%;
  position: relative;
}


.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 {
  display: none !important;
}

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_latestv_rtwl_filter .tps-rtw-style.tps_latesv_rtw_fil_common ul,
.tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul,
.tps-rtw-filter-option-list.dropdown-filter,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul{
  display: none;
}
*/
.tps_latestv_rtwl_filter .tps-rtw-style.tps_latesv_rtw_fil_common ul.tps-show-filters,
.tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul.tps-show-filters,
.tps-rtw-filter-option-list.dropdown-filter.tps-show-filters,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul.tps-show-filters,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul.tps-show-filters{
  display: block;
}


/*.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common 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: 6px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  background-position: -256px -151px; 
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common span.tps-rtw-filter-label.tps-up-arrow:after{
  background-position: -295px -151px;
}*/

.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_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label:after {
  top: 64%;
  right: 7%;
}


.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_latestv_rtwl_filter .tps-rtw-shape {
  border-bottom: 1px solid var(--tps-gray-color);
}


.tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option {
  padding: 0px 12px 2px 12px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Calibri';
  font-weight: 300;
  cursor: pointer;
}

.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-rtw-listing-sort-option-list,
.tps-rtw-style .tps-rtw-filter-option-list,
.tps-rtw-metal .tps-rtw-filter-option-list,
.tps-rtw-price .tps-rtw-filter-option-list,
.tps-rtw-shape .tps-rtw-filter-option-list,
.tps-rtw-rtw-size-wrapper .tps-rtw-rtw-size-option-list,
.tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul{
  width: 100%;
  position: absolute;
  top: 35px;
  left: 0;
  overflow: hidden;
  z-index: 99;
  background-color: var(--site-white-color);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  padding: 10px !important;
}*/
/*.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common .tps-rtw-filter-option-list{
  width: 184px;
  padding: 15px 15px 20px !important;
  top: 30px;
}*/
/*.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common .tps-rtw-filter-option-list{
   width: 360px;
}*/

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul.tps-show-filters {
  padding: 10px 0px 0px !important;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul {
  grid-gap: 20px 0px;
  margin-left: 0;
}

.tps-rtw-shape .tps-rtw-filter-option-list {
  height: 230px;
  overflow-y: scroll;
}

.tps-rtw-shape .tps-rtw-filter-option-list {
  top: 58px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li {
  padding-left: 20px;
  text-align: left;
  margin-bottom: 5px;
}

.tps_latestv_rtwl_filter .tps-rtw-shape ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li {
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  padding: 2px 0px 2px 0px;
  cursor: pointer;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span:before{
  content: '';
  width: 52px !important;
  height: 52px !important;
  display: block;
  margin: 0 auto 5px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  border: 1px solid #fff0;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.tps_latestv_rtwl_filter .tps-rtw-shape ul li span.tps-rtw-filter-option-label {
  grid-gap: 20px;
}

.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 {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  flex-direction: column;
}

.tps_latestv_rtwl_filter .tps-rtw-shape ul li.active,
.tps_latestv_rtwl_filter .tps-rtw-shape ul li:hover {
  background-color: var(--tps-gray-color);
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.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(--site-black-color);
  font-family: 'Calibri';
  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: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #ccc;
}

/*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-black-color) !important;
  font-family: 'Calibri';
  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-black-color);
  padding: 8px 13px 5px 5px;
  border-radius: 0px;
  font-family: 'Calibri';
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-color: transparent;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  width: 155px;
  border-bottom: 1px solid var(--site-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: 'Calibri';
  color: var(--site-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;
  flex-wrap: wrap;
}

.tps-rtw-item-selected-value ul li a {
  font-size: 15px;
  font-family: 'Calibri';
  line-height: 15px;
  color: var(--site-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;
  margin-bottom: 15px;
}

.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: -354px -45px;
  margin-left: 3px;
  margin-top: -1px;
}

.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: -332px -89px;
  margin-top: 0px;
  margin-right: 0px;
}

/*end*/

/*Transpacific software --- product builder listing view design*/

.tps-rtw-item-listing-div .tps-rtw-item-info-div {
  width: 24.2%;
  margin-right: 0;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
  z-index: 1;
  padding-bottom: 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
}
.tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-info-div{
  width: 49.5%;
}
.tps-rtw-item-listing-div .tps-rtw-item-info-div.active{
  border-color: var(--site-black-color);
}

.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 {
  width: 100%;
  position: relative;
 
}
.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;
  height: 344px;
  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 {
  height: auto;
  padding: 12px 8px 5px !important;
}
.tps-rtw-item-info-div .tps-rtw-item-metadata-pr .tps-rtw-item-metadata-pr-child{
  position: relative;
  padding-right: 40px;
}
.tps-rtw-item-listing-div .tps-rtw-item-metadata-pr-child .tps-rtw-item-wishlist-span {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg), #fff;
  background-position: -286px -86px;
}
.tps-rtw-item-listing-div .tps-rtw-item-metadata-pr-child .tps-rtw-item-wishlist-span.active{
  background-position: -249px -86px;
}
.tps-rtw-item-listing-div .tps-rtw-item-metadata-pr-child .tps-rtw-item-wishlist-span.tps-loading{
  background: url(../images/common-images/loader.gif), #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.tps-rtw-item-info-div .tps-rtw-item-metadata-div {
  text-align: left;
  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-black-color);
  margin: 0px 0px 12px;
  font-family: 'Calibri';
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  display: block;
   -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.tps-rtw-item-info-div .tps-rtw-item-price-div {
  font-size: 18px;
  line-height: 26px;
  color: var(--site-black-color);
  font-family: 'Calibri';
  text-align: left;
  font-weight: 700;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span {
  width: 20px;
  height: 20px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -306px -113px;
  position: absolute;
  right: 5px;
  margin-top: 18px;
  z-index: 9999999;
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-bottom-content {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: var(--site-black-color);
    font-family: 'Calibri';
    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:hover,
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span.active {
  background-position: -48px -1007px;
}

.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:hover,
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span.active {
  background-position: -339px -113px;
}

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

/*end*/

/*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 var(--site-white-color);
  background: var(--site-white-color);
  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: var(--site-white-color);
  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: var(--site-white-color);
  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: 430px;
}

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

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

.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: var(--site-white-color);
  height: 90px;
}

.tps-rtw-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  bottom: 50px;
  background: #eeeeee;
  width: 90%;
  height: 15px;
  left: 0%;
}

.tps-rtw-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price {
  bottom: 15px;
  background: #eeeeee;
  width: 40%;
  height: 15px;
  left: 0%;
}

.tps-rtw-item-not-found-div {
  text-align: center;
  font-family: 'Calibri';
  font-size: 25px;
  line-height: 25px;
  color: var(--site-black-color);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: 300px;
  justify-content: center;
  border: 1px solid #8888884f;
  border-radius: 4px;
}

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

.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: 'Calibri';
  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: 0px;
}
.tps-rtw-spinner-grid-container.tps-simillar-product-loader .tps-rtw-animated-background.tps-rtw-grid-pr-title {
  height: 15px;
  margin-bottom: 15px;
}

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

/*you may also like loader*/

/*end*/

/*Transpacific software --- detail page design*/
.tps-rtw-seDetailc .tps-seDetailc-row {
  display: flex;
  flex-wrap: wrap;
}

.tps-rtw-seDetailc .tps-seDetailc-gallery {
  width: 60%;
  margin: 0px 0%;
  padding-right: 2%;
  position: relative;
  margin-bottom: 40px;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.7%;
  grid-row-gap: 10px;
  justify-content: space-between;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery-item {
  width: 49.3%;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
}

.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery-item.tps-video-div {
  width: 100%;
}

.tps-seDetailc-tiles-gallery-item.tps-video-div video {
  width: 99.9%;
  height: 100%;
}

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

.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 {    
  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-black-color);
  padding-bottom: 20px;
}

.tps-rtw-seDetailc {
  margin-bottom: 0px;
}

.tps-rtw-seDetailc .tps-seDetailc-meta {
  width: 38%;
  margin-left: auto;
}

/*.tps-rtw-seDetailc .tps-seDetailc-meta.sticky {  
  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 {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--site-black-color);
  margin-bottom: 17px;
  font-family: 'CooperBT';
}

.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;
  font-size: 16px;
  line-height: normal;
  color: var(--site-black-color);
  font-family: 'Calibri';
  margin-bottom: 17px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price {
  font-family: 'CooperBT';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: var(--site-black-color);
  font-weight: normal;
  display: flex;
  align-items: center;
  grid-gap: 6px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-pricetax {
  font-family: 'Calibri';
  font-weight: normal;
  font-size: 14px;
}

.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: 'Calibri';
  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-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: 'Calibri';
  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-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: 'Calibri';
  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-rtw-product-size-wrapper .tps-rtw-product-size-title,
.tps-rtw-detail-sub-title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Calibri';
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 700;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title,
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Calibri';
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 700;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev {  
  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 li {
  position: relative;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.active, 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active div {
  cursor: default !important;
}

.tps-seDetailc-meta .tps-seDetailc-diamond-type ul.tps-seDetailc-swatches-options-list {
  grid-gap: 45px;
}

.tps-seDetailc-meta .tps-seDetailc-diamond-type ul.tps-seDetailc-swatches-options-list li {
  display: flex;
  grid-gap: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li {
  width: 11.11%;
  position: relative;
  transition: transform 0.3s linear;
}

.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;
  margin: 0px auto 10px auto;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 50%;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="14k-rose-gold"] .tps-seDetailc-sw-iocn {
  background-position: -252px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-rose-gold"] .tps-seDetailc-sw-iocn{
  background-position: -311px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="14k-white-gold"] .tps-seDetailc-sw-iocn {
  background-position: -16px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-white-gold"] .tps-seDetailc-sw-iocn {
   background-position: -75px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="14k-yellow-gold"] .tps-seDetailc-sw-iocn {
  background-position: -134px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-yellow-gold"] .tps-seDetailc-sw-iocn{   
  background-position: -193px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="platinum"] .tps-seDetailc-sw-iocn{
  background-position: -370px -310px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn {
  border-color: var(--site-primary-color);
}

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

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-sw-iocn{
      border: 1px solid var(--tps-gray-color);
    width: 38px !important;
    height: 36px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shape .tps-seDetailc-sw-iocn {
    border: 1px solid var(--tps-gray-color);
}
.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: 'Calibri';
  font-size: 13px;
  color: var(--site-white-color);
  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-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-swatches-pa_shape .tps-seDetailc-swatches-options-div span.tps-seDetailc-swatches-option-label,
.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatches-options-div span.tps-seDetailc-swatches-option-label{
    display: none;
}
.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-black-color);
}
.tps-seDetailc-meta .tps-seDetailc-swatches li:hover {
  cursor: pointer;
}

.tps-seDetailc-meta .tps-seDetailc-swatches {
  margin-bottom: 12px;
  margin-top: 15px;
  border-top: 1px solid var(--site-color-5);
  padding-top: 15px;
}

.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: 'Calibri';
  color: var(--site-black-color);
  font-weight: 300;
  position: relative;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-metal li div.tps-seDetailc-swatch-option-label-div {
  display: none !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type li div.tps-seDetailc-swatch-option-label-div {
  display: block !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-natural .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-lab .tps-seDetailc-sw-iocn {
  background-position: -137px -138.5px;
  border-color: transparent;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-natural.active .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-lab.active .tps-seDetailc-sw-iocn {
  background-position: -192.5px -138.5px;
  border-color: var(--site-primary-color)
}

.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 {
    padding: 13px 20px 15px;
    font-family: 'Calibri';
    font-weight: 500;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    color: var(--site-white-color) !important;
    position: relative;
    width: 100%;
    text-transform: capitalize;
    transition: all .25s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: var(--site-white-color) !important;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.tps-rtw-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--site-primary-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.tps-product-review-wrapper .wp-block-button button:focus{
   color: var(--site-black-color) !important;
  border: 1px solid var(--site-black-color) !important;
  background: transparent;
}
.tps-rtw-btn:visited {
  color: var(--site-white-color);
}
.tps-seDetailc-product-size-wrapper {
    display: block;
    margin: 20px 0px 30px 0px;
}
.tps-rtw-product-size-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 0px 10px;
    position: relative;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div {
    width: 140px;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .tps-rtw-product-size-dropdown {
    border-bottom: 1px solid var(--site-black-color);
    width: 140px;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .tps-rtw-product-size-dropdown {
    width: 100%;
    background-color: transparent;
    font-size: 14px;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .tps-rtw-product-size-dropdown.active {
    animation: scale-display 1s;
    display: inline-flex;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span.tps-rtw-active-product-size-span {
    position: relative;
    width: 100%;
    max-width: 160px !important;
    display: block;
    cursor: pointer;
} 
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div.tps-highlight .tps-rtw-product-size-dropdown {
    animation: blink 2s ease-in-out infinite none;
    border-color: var(--tps-maincolor);
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span {
    font-size: 16px;
    line-height: 24px;
    color: var(--site-black-color);
    font-family: 'Calibri';
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown .tps-down-arrow:after,
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown .tps-up-arrow:after {        
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    right: 0;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg) no-repeat;
    display: inline-block;    
    background-position: -255px -149px;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown .tps-up-arrow:after {      
    background-position: -293px -150px;
}
.tps-rtw-product-size-wrapper .tps-rtw-product-size-option-list {
    font-size: 14px;
    text-transform: capitalize;
    width: 140px;
    display: flex;
    flex-direction: column;
    top: 28px;
    overflow-y: scroll !important;
    height: 130px;
    position: absolute;
    left: auto;
    overflow: hidden;
    z-index: 1000;
    background-color: var(--site-white-color);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    border: 1px solid var(--site-black-color);
    padding: 10px !important;
}
.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-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 0px 18px 0px;
}

.tps-seDetailc-meta .tps-seDetailc-btn, 
.tps-seDetailc-meta .tps-seDetailc-wishlist {
  padding: 0px 0px 0px;
   width: 49%;
}

.tps-seDetailc-meta .tps-seDetailc-wishlist a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  justify-content: center;
  padding: 10.5px 5px 10.5px;
}

.tps-seDetailc-meta .tps-seDetailc-wishlist a:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  display: block;
  background-position: -135px -90px;
}    

.tps-seDetailc-meta .tps-seDetailc-wishlist.active a::after {
  background-position: -171px -90px;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist.tps-loading a::after{
  background: url(../images/common-images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.tps-seDetailc-meta .tps-seDetailc-share-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0% 10px;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 11px 0px 9px;
  border-top: 1px solid var(--site-color-5);
  border-bottom: 1px solid var(--site-color-5);
}

.tps-seDetailc-meta .tps-seDetailc-share-list a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-black-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Calibri';
  position: relative;
  font-weight: 400;
}

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

.tps-seDetailc-meta .tps-seDetailc-share-list a:hover {
  font-weight: normal;
  color: var(--site-black-color);
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist a::before {
  background-position: -19px -1012px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.active a::before {
  background-position: -52px -1012px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact a::before {
  background-position: -187px -202px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a::before {
  background-position: -93px -204px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a::before {
  background-position: -17px -204px;
}

.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-black-color);
  line-height: 22px;
  font-family: 'Calibri';
  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-black-color);
  font-family: 'Calibri' !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-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: 2fr 1fr;
  font-size: 14px !important;
  line-height: 14px !important;
  color: var(--site-color-8) !important;
  font-weight: normal !important;
  padding: 0px 0px 5px 0px;
}
.tps-seDetailc-spacification {
  margin: 10px 0px 50px;
  background-color: var(--site-white-color);
  padding: 0px 0px 0px;
  border-top: none;
}
.tps-seDetailc-info-wrapper-div {
  border-bottom: 1px solid var(--site-color-5);
  padding: 15px 0px 11px 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-sheading {
  font-size: 16px;
  text-align: left;
  width: 100%;
  display: block;
  color: var(--site-black-color);
  font-family: 'Calibri';
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col-t {
  position: relative;
}
.tps-seDetailc-spacification .tps-seDetailc-info-sheading .tps-seDetailc-sp-info-col-expand {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/common-images/drop-down-dark-arrow.svg);
  margin-left: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  margin-bottom: -1px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-sheading.active .tps-seDetailc-sp-info-col-expand {
  background-position: center center;
  margin-top: -3px;
  transform: none;
}
.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-black-color);
  max-width: 300px;
  color: var(--site-white-color);
  justify-content: center;
  padding: 7px 10px;
  align-items: center;
  transition: all .3s;
  border: 1px solid var(--site-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: var(--site-white-color) !important; 
  border-radius: 0px;
  color: var(--site-black-color) !important;
  border: 1px solid var(--site-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-black-color); 
}
.tps-seDetailc-sp-info-row {
  display: flex;
  align-items: center;
  padding: 10px 0px 3px 0px;
  flex-wrap: wrap;
  grid-row-gap: 5px;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-col-left,
.tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'Calibri';
  font-weight: 500;
  text-transform: none;
  color: var(--site-black-color);
  text-align: left;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
  width: 100%;
  color: var(--site-color-8);
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

.tps-seDetailc-row {
  margin-top: 15px;
}
.tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide {
  width: 80px !important;
  height: 80px !important;
  margin: 5px;
  float: left;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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(--tps-whitegray-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: 4px;
  height: 100%;
  background: var(--tps-whitegray-color);
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 200%;
  transition: .5s ease-out;
}

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

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide:hover::after,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide:hover::after,
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide.slick-active::after,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide.slick-active::after {
  background: var(--site-black-color);
}

.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 .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;
  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-thumbnail-list-wrapper {
  display: flex;
  grid-gap: 10px;
  background: var(--site-white-color);
  padding-left: 10px;
  padding-right: 10px;
  visibility: hidden;
  padding: 14px 12px 11px 11px;
  box-sizing: border-box;
  background-color: var(--site-white-color);
  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: var(--site-white-color);
}

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

.tps-rtw-mob-filter-button,
/*.tps-rtw-filter-title,*/
.tps-rtw-filter-show-result {
  display: none;
}
.tps-rtw-filter-title{
  margin-bottom: 0px;
  text-align: right;
  padding: 20px 0 6px;
  border-bottom: 1px solid var(--site-color-8);
  display: flex;
  justify-content: space-between;
}
.tps-rtw-filter-title label{
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  color: var(--site-black-color);
  font-family: 'Calibri';
  position: relative;
  transition: width 2s;
}
.tps-rtw-filter-title  .tps-rtw-filter-close{
  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-diamond-selection-popup,
.tps-seDetailc-img-popup-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #0009;
  width: 100%;
  height: 100%;
}

.tps-seDetailc-img-popup-div div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--site-white-color);
  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: var(--site-white-color);
  border-radius: 5px;
  padding: 40px 20px 10px;
  text-align: center;
}

.tps-rtw-cbutton {
  padding: 13px 20px 11px;
  font-family: 'Calibri';
  font-weight: normal;
  margin-bottom: 15px;
  border: 1px solid var(--site-black-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--site-black-color);
  border-radius: 0px;
  color: var(--site-white-color);
  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: var(--site-white-color) !important;
  border-radius: 0px;
  color: var(--site-black-color) !important;
  border: 1px solid var(--site-black-color) !important;
}

.tps-rtw-cbutton:visited {
  color: var(--site-white-color);
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Calibri';
  color: var(--site-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: 20px;
  height: 20px;
  overflow: hidden;
  color: transparent;
  background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -244px -42px;
  cursor: pointer;
}

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

.tps-seDetailc-meta-description p,
.tps-seDetailc-meta .tps-seDetailc-SKU {
  font-size: 16px;
  line-height: 25px;
  color: var(--site-black-color) !important;
  font-family: 'Calibri';
  font-weight: normal;
}

.tps-seDetailc-meta .tps-seDetailc-SKU {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid var(--tps-gray-color);
  padding-bottom: 10px;
  max-width: 500px;
}

.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-black-color) !important;
  font-family: 'Calibri';
  font-weight: normal;
  cursor: default;
}

/*end*/

/*Transpacific software --- applied filter*/
.tps-rtw-item-selected-value {
  padding: 15px 15px;
  background: transparent;
  margin-bottom: 15px;
  background-color: var(--site-color-4);
}

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

.tps-rtw-item-selected-value .tps-rtw-item-selected-value ul {
  display: flex;
  flex-wrap: wrap;
  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: 15px;
  font-family: 'Calibri';
  line-height: 15px;
  color: var(--site-black-color);
  margin-top: 0px;
  font-weight: 600;
}

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

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a {
  margin-left: auto;
  font-size: 16px;
  font-family: 'Calibri';
  font-weight: 600;
  line-height: 16px;
  color: var(--site-black-color);
  cursor: pointer;  
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
} 
.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a::after{
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--site-black-color);
  position: absolute;
  left: 30px;
  bottom: 3px;
  transition: width 0.5s ease;
}
.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a:hover::after {
  width: 52px;
}

.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-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-black-color);
  text-transform: capitalize;
  font-family: 'Calibri';
  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: 'Calibri';
}

.tps-rtw-final-meta .tps-rtw-final-price {
  font-family: 'Calibri';
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 20px;
  color: var(--site-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: var(--site-white-color);
  color: var(--site-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: 'Calibri';
  color: var(--site-black-color);
}

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

.tps-rtw-final-data div span a {
  color: var(--site-black-color);
  font-family: 'Calibri';
  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-black-color);
  font-size: 14px;
  line-height: 28px;
  font-family: 'Calibri';
  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: 'Calibri';
  font-size: 15px;
  color: var(--site-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-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-black-color)42;
  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: 'Calibri';
  background-color: var(--site-white-color);
  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: #00000085;
    left: 0%;
    top: 0%;
    z-index: 999999;
    display: none;
    overflow: auto;
    
}
.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-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: 'Calibri';
    font-weight: 300;
    color: var(--site-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-repeat: no-repeat;
    background-position: -243px -41px;
    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: var(--site-white-color);
    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;
}

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

.tps-seDetailc-btn.tps-loading .tps-rtw-btn::after {
  opacity: 1;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical,
.tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-vertical {
  width: 20%;
  float: left;
  margin-left: -50px;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track,
.tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-vertical .slick-track {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-slide div,
.tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-vertical .slick-slide div {
  margin: auto;
  display: flex !important;
  align-items: 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: 80%;
  margin-left: auto;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track,
.tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-vertical .slick-track {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100% !important;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical+.tps-seDetailc-main-gallery .tps-seDetailc-img-div,
.tps-rtw-final-gallery .tps-rtw-final-thumbnail-gallery-vertical+.tps-rtw-final-main-gallery .tps-rtw-final-img-div {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.tps-seDetailc-gallery .slick-track,
.tps-rtw-final-gallery .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tps-rtw-final-data div span span {
  padding: 0;
}

.tps-rtw-final-data div span span:nth-child(1) {
  margin-right: 10px;
}

.tps-rtw-product-size-wrapper .tps-rtw-product-size-country-box {
  display: flex;
  align-items: center;
}

.tps-rtw-product-size-wrapper select {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Calibri';
  color: var(--site-black-color);
  text-transform: capitalize;
  max-width: 300px;
  width: 150px;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: 98% 7px;
  background-repeat: no-repeat;
  background-color: var(--site-white-color);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid var(--site-black-color);
  border-radius: 0px;
  padding: 4px 10px 5px;
  transition: opacity 1s ease-out;
  display: none;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  /*animation: scale-display--reversed 1s;
  animation-fill-mode:forwards;*/
  font-weight: normal;
}

.tps-rtw-product-size-wrapper select::-ms-expand {
  display: none;
}

.tps-rtw-product-size-wrapper select:focus {
  outline: none;
  box-shadow: none;
}

.tps-rtw-product-size-wrapper select.active {
  animation: scale-display 1s;
  display: inline-flex;
}

.tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div.tps-highlight select {
  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-rtw-product-size-country-box .tps-rtw-product-size-country-btn {
  width: 100px;
  border: 1px solid var(--tps-whitegray-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--tps-whitegray-color);
  font-family: 'Calibri';
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  color: var(--site-black-color);
  border-radius: 7px;
  font-weight: normal;
  cursor: pointer;
}

.tps-rtw-product-size-country-box .tps-rtw-product-size-country-btn.active {
  background-color: var(--site-black-color);
  color: var(--site-white-color);
  border-color: var(--site-black-color);
}

.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: 'Calibri';
  color: var(--site-black-color) !important;
  padding: 10px 10px !important;
  border: 1px solid var(--site-black-color) !important;
  border-radius: 1px !important;
  background-color: var(--site-white-color) !important;
  box-shadow: none !important;
  margin: 10px 0px 3px 0px;
}

.tps-rtw-final-engraving input+span {
  font-size: 13px;
  line-height: 20px;
  font-family: 'Calibri';
  color: var(--site-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;
}

/*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 #00000029;
  padding: 20px;
  position: relative;
  width: 100%;
}

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

.tps-rtw-form-popup .tps-rtw-form-popup-content {
  padding: 30px 20px;
}

@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-black-color);
  font-family: 'Calibri';
  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-black-color) !important;
  border-radius: 3px;
  padding: 12px 25px 12px 15px;
  font-size: 14px;
  background-color: var(--site-white-color);
  font-family: 'Calibri';
  color: var(--site-black-color);
  margin-bottom: 14px;
  width: 90%;
}

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

.tps-rtw-form-popup .tps-form-image-block {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.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: 0px;
}

.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-black-color) !important;
    border-radius: 3px;
    padding: 12px 25px 12px 15px !important;
    font-size: 14px;
    background-color: var(--site-white-color);
    font-family: 'Calibri';
    color: var(--site-black-color);
    margin-bottom: 14px;
    width: 95%;
    margin-left: auto;
}

.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 15px;
  font-family: 'Calibri';
  font-weight: normal;  
  border: 1px solid var(--site-primary-color);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 18px;
  background-color: var(--site-primary-color);
  border-radius: 5px;
  color: var(--site-white-color);
  position: relative;
  width: 100%;
  max-width: 300px;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 15px auto 15px auto;
}

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

.tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title.tps-form-submited {
  border-bottom: none;
}

.tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title.tps-form-submited .tps-rtw-form-popup-main,
.tps-rtw-form-popup .tps-rtw-form-popup-cr .tps-rtw-form-popup-title.tps-form-submited .tps-rtw-form-descr {
  display: none;
  border-bottom: none;
}

.thankyou {  
  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;
  color: var(--site-primary-color) !important;
}

.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: 20px;
  font-weight: normal;
  color: var(--site-black-color);
  font-family: 'Calibri';
  max-width: 380px;
  margin: 5px auto 0px auto;
}

.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: 250px;
}

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

.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: center;
  padding: 0px 4% 0px 4%;
}

.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-black-color);
  margin: 12px 0px 00px;
  font-family: 'Calibri';
  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-black-color);
  margin: 0px 0px 20px;
  font-family: 'Calibri';
  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-black-color);
 font-family: 'Calibri';
  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_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul{
  grid-gap: 10px 2.6%;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul{
  grid-gap: 10px 3.6%;
}

.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-black-color);
}

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

.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-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-stone-and-product-size-wrapper {
  display: flex;
  align-items: start;
  width: 100%;
}

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

.tps-rtw-center-stone-carat-dropdown-div select.tps-rtw-carat-weight-list {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Calibri';
  font-weight: normal;
  color: var(--site-black-color);
  text-transform: capitalize;
  max-width: 80px;
  width: 65px;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: 98% 7px;
  background-repeat: no-repeat;
  background-color: var(--site-white-color);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid var(--site-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-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-black-color);
  background-color: var(--site-white-color);
  color: var(--site-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-black-color);
}

.tps-seDetailc-qty-box-wrapper input#tps-seDetailc-qty-box {
  border: none;
  color: var(--site-black-color);
  border-radius: 0;
  border-bottom: 1px solid var(--site-black-color);
  text-align: center;
  font-family: 'Calibri';
  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: 'Calibri';
    font-size: 16px;
    color: var(--site-black-color);
    line-height: 20px;
    margin: 0px 0 18px;
    font-weight: normal;
    position: relative;
    align-items: center;
    display: flex;
    cursor: default;
    text-transform: none;
}

.tps-seDetailc-meta .tps-seDetailc-share-list a::before, 
.tps-seDetailc-shipping-days::before {
    content: '';
    width: 30px;
    height: 27px;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    display: block;
    float: left;
}

.tps-seDetailc-shipping.tps-seDetailc-shipping-days:before {
    background-position: -285px -204px;
    margin-right: 6px;
    height: 30px;
}

.tps-seDetailc-shipping-conflict.tps-seDetailc-shipping.tps-seDetailc-shipping-days:before {
    background-position: -394px -197px;
    margin-right: 6px;
    height: 30px;
    margin-top: -9px;
}

.tps-seDetailc-shipping-days b {
  font-weight: 700;
  color: var(--site-primary-color);
}

.tps-seDetailc-shipping-days:hover {
  color: var(--site-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: block;
}
.tps-seDetailc-product-sku-descr-div span.tps-seDetailc-product-descr-title {
    font-family: 'Calibri';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.tps-seDetailc-product-sku-descr-div span.tps-seDetailc-SKU {
    color: var(--site-black-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Calibri';
}
.tps-extra-shipping-info-span {
    font-family: 'Calibri';
    font-size: 16px;
    color: var(--site-black-color);
    line-height: 26px;
    margin: 15px 0 15px;
    font-weight: 300;
    position: relative;
    align-items: center;
    display: inline-block;
    cursor: default;
    text-transform: none;
    grid-gap: 5px;
}

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

.tps-extra-shipping-info-span a:hover {
  color: var(--site-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-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-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: var(--site-white-color);
  font-family: 'Calibri';
  background-color: var(--site-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 var(--site-white-color);
  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-black-color);
  font-family: 'Calibri';
  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-black-color);
  font-family: 'Calibri';
  font-weight: normal;
  position: relative;
  letter-spacing: 0.5px;
}

.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: 'Calibri';
  font-weight: normal;
  color: var(--site-black-color);
  padding-right: 30px;
}

.tps-rtw-form-popup .tps-form-image-block .tps-email-img-title {
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Calibri';
  font-weight: normal;
  color: var(--site-black-color);
  margin-top: 20px;
}

.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: 'Calibri';
  font-weight: normal;
  color: var(--site-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: var(--site-white-color);
  height: 100%;
  margin-right: 5%;
  position: relative;
  float: left;
}

.tps-vertical .tps-seDetailc-spinner-row {
  display: block;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

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

.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 {
  margin: 10px 5px;
  background: var(--site-white-color);
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 2px;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide img.tps-seDetailc-similar-product-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 300px;
    object-fit: contain;
    /*filter: brightness(0.955);*/
    padding: 0;
}

.tps-seDetailc-similar-products-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    outline: none;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000029;
    padding: 0;
}

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

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

.tps-seDetailc-similar-products-wrapper .slick-arrow::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg), transparent;
    background-repeat: no-repeat;
    background-position: -133px -263px;    
}

.tps-seDetailc-similar-products-wrapper .slick-arrow.slick-next::after {
    background-position: -203px -263px;
}

.tps-seDetailc-similar-products-wrapper .slick-arrow:focus {
  border: 1px solid var(--site-primary-color);
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-img-div {
  /*background-color: var(--site-color-4);*/
}

.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: normal;
  color: var(--site-black-color);
  margin: 0px 0px 0px;
  padding: 10px;
  font-family: 'Calibri';
  font-weight: normal;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-title-div {
  padding-bottom: 0px;
  max-width: 90%;
}

.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-price-div {
  font-size: 18px;  
  font-weight: 700;
}

.tps-rtw-seDetailc .glsr-tag-value,
.tps-rtw-seDetailc .tps-seDetailc-add-review {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Calibri';
  color: var(--site-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-seDetailc-similar-products-wrapper .tps-seDetailc-similar-products-title,
.tps-product-review-wrapper .tps-product-review-title {
    font-family: 'CooperBT';
    font-size: 32px;
    color: var(--site-black-color);
    width: auto;
    font-weight: normal;
    letter-spacing: 0;
    padding: 5px 0px 0px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: none;
    line-height: 31px;
}

.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: 'Calibri';
  font-weight: bold;
  border: 1px solid #B9B8B8 !important;
  border-bottom: none !important;
  color: var(--site-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: var(--site-white-color);
}

.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-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-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-black-color);
}

.tps-dia-detail-shipping-title {
  margin-bottom: 5px;
  display: block;
}

.tps-extra-shipping-info-span.free-retail{
  margin-bottom: 0px;
}
.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-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: 'Calibri';
  color: var(--site-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: 'Calibri';
  color: var(--site-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: 'Calibri';
  font-size: 14px;
  font-weight: normal;
  color: var(--site-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-black-color);
}

.tps-seDetailc-claw-div ul.tps-seDetailc-claw-list li input+span:after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--site-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-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: #000;
    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*/



/************* rtl diraction design start ****************************/

[dir=rtl] .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header {
  margin-left: auto;
  margin-right: 30px;
}

[dir=rtl] .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl] .tps_latestv_productl_reset_block .tps-rtw-reset-parent {
        margin-left: 0;
        margin-right: auto;
    }
    [dir=rtl] .tps-rtw-metal .tps-rtw-filter-option-list {
        width: 235px;
        left: -120px;
    }
    [dir=rtl] .tps-rtw-price .tps-rtw-filter-option-list {
    left: -140px;
}
[dir=rtl] .tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-wishlist-span {
    right: auto;
    left: 0;
}
[dir=rtl]  .tps_latestv_steps .tps_latestv_steps_heading .tps-header-step-loader {
    right: auto;
    left: 14px;
}

[dir=rtl] .tps-rtw-item-info-div .tps-rtw-item-price-div{
    text-align: unset;
}
[dir=rtl] .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div, [dir=rtl] .tps-latestv-reset-step-popup {
    right: auto;
    left: 0px;
}
[dir=rtl] .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div,
[dir=rtl] .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group{
    justify-content: start;
}
[dir=rtl] .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before {
    right: auto;
    left: 10px;
}
[dir=rtl] .tps-latestv-reset-step-popup:before{
      right: 7px;
}
[dir=rtl] .tps-rtw-seDetailc .tps-seDetailc-meta{
      margin-left: auto;
}
[dir=rtl] .tps-rtw-seDetailc .tps-seDetailc-row {
    grid-gap: 47px;
}
[dir=rtl] .tps-dia-detail-terms ul li::before{
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title, [dir=rtl] .tps-rtw-final-sinfo .tps-seDetailc-sp-info-col-title,
[dir=rtl] .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right, [dir=rtl] .tps-rtw-final-sinfo .tps-rtw-final-sattr .tps-rtw-final-sattr-right, [dir=rtl] .tps-rtw-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  text-align: unset;
}
[dir=rtl] .tps-rtw-listing-sort-box-wrapper span.tps-rtw-listing-sort-active-option-label:after, 
[dir=rtl] .tps_latestv_productl_filter .tps-rtw-metal span.tps-rtw-filter-label:after,
[dir=rtl] .tps_latestv_productl_filter .tps-rtw-price span.tps-rtw-filter-label:after,
[dir=rtl] .tps_latestv_productl_filter .tps-rtw-shape span.tps-rtw-filter-label:after,
[dir=rtl] .tps-rtw-final-meta .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: auto;
  left: 1px;
}
[dir=rtl] .tps_latestv_productl_filter .tps-rtw-metal span.tps-rtw-filter-label,
[dir=rtl] .tps_latestv_productl_filter .tps-rtw-price span.tps-rtw-filter-label,
[dir=rtl] .tps-rtw-item-info-div .tps-rtw-item-metadata-div,
[dir=rtl] .tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title,
[dir=rtl] .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    text-align: unset;
 }
[dir=rtl] .tps_latestv_productl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn::before{
     margin-right: 0px;
     margin-left: 6px;
  }
[dir=rtl] .tps-rtw-back-to-search button::before, [dir=rtl] .tps-dia-detail-back-to-search button::before{
      background-position: -3px 4px;
    transform: rotate(-90deg);
  }
  [dir=rtl] .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-facebook,
  [dir=rtl] .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-linkedin, 
  [dir=rtl] .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-twitter, 
  [dir=rtl] .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-pinterest, 
  [dir=rtl] .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-mail,
  [dir=rtl] .tps-rtw-drop-hint-social-share-form .tps-rtw-drop-hint-social-share-link-list a span.tps-social-share-icon-copy-link{
    margin-right: 0;
    margin-left: 5px;
  }
  [dir=rtl] .wpcf7 input[type="url"], [dir=rtl] .wpcf7 input[type="email"], [dir=rtl] .wpcf7 input[type="tel"]{
    direction: rtl;
  }
     [dir=rtl] .tps-rtw-final-row .tps-rtw-final-meta {
        margin-left: 0;
        margin-right: auto;
    }
   [dir=rtl] .tps-rtw-final-data .tps-rtw-final-data-list.setting span.tps-rtw-final-data-title,
    [dir=rtl] .tps-rtw-final-data .tps-rtw-final-data-list.diamond span.tps-rtw-final-data-title{
          padding: 0px 25px 0px 0px;
    }
   [dir=rtl] .tps-rtw-final-data .tps-rtw-final-data-list.setting span.tps-rtw-final-data-title:before,
   [dir=rtl] .tps-rtw-final-data .tps-rtw-final-data-list.diamond span.tps-rtw-final-data-title:before {
      left: auto;
      right: 0;
  }
 [dir=rtl] .tps-rtw-listing-sort-option-list,
 [dir=rtl] .tps-rtw-metal .tps-rtw-filter-option-list,
  [dir=rtl] .tps-rtw-price .tps-rtw-filter-option-list, 
  [dir=rtl] .tps-rtw-shape .tps-rtw-filter-option-list,
  [dir=rtl] .tps-rtw-product-size-wrapper .tps-rtw-product-size-option-list{
  left: auto;
  }
 [dir=rtl] .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after,
  [dir=rtl] .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator {
    right: auto;
    left: -8.5px;
    transform: rotate(-180deg);
}
 [dir=rtl] .tps_latestv_steps_seperator {
  transform: rotate(-180deg);
  left: -28.5px;
  right: -10px;
 }
 [dir=rtl] .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after{
  left: -28.5px;
 }
[dir=rtl] .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_one.active .tps_latestv_steps_node {
    border-left-width: 0;
    right: -1px;
    border-right-width: 1px;
}
[dir=rtl] .tps_latestv_steps .tps_latestv_steps_node::before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    z-index: 2;
    width: 2px;
    height: 100%;
    left: 0;
}
[dir=rtl] .tps_latestv_steps .tps_latestv_steps_node::after {
    border-width: 39px 14px 39px 0px;
    right: 0;
    left: auto;
}
[dir=rtl] .tps_latestv_steps_pre_header_div {
    left: auto;
    right: 7px;
    transform: rotate(180deg);
}

[dir=rtl] .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div, 
[dir=rtl] .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal div {
    margin: auto 0 auto auto;
}

.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-rtw-listing-sort-option-list, 
.tps-rtw-metal .tps-rtw-filter-option-list, 
.tps-rtw-price .tps-rtw-filter-option-list, 
.tps-rtw-shape .tps-rtw-filter-option-list, 
.tps-rtw-ring-size-wrapper .tps-rtw-ring-size-option-list{
  z-index: 99;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span::after, 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li .tps-seDetailc-sw-iocn::after, 
.tps-seDetailc-meta .tps-seDetailc-shapes-list li .tps-seDetailc-shapes-icon::after{
  bottom: 7px;
}

.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;
/*  background: #f6f6f6;*/
  position: relative;
  overflow: hidden;
}
.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-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-black-color);
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span.tps-rtw-label-for-diamond-halo:before{
    background-position: -28px -541px
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span.tps-rtw-label-for-diamond-studs:before{
    background-position: -24px -494px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span.tps-rtw-label-for-tennis:before{
    background-position: -158px -542px;
}
/************* rtl diraction design end ****************************/

/*Full detail page design*/
.tps-seDetailc-tiles-gallery-loader {
    width: 100%;
    height: 100%;   
}


.tps-rtw-tiles-loader-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;    
}
.tps-seDetailc-tiles-gallery-loader .tps-half {
    height: 415px;
}
.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-rtw-seDetailc .tps-seDetailc-gallery.mobile{
  display: none !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;
}
.tps-seDetailc-tiles-gallery-item.tps-img-div {
  cursor: zoom-in;
}
/*.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list{
  width: 200px;
}*/
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span.tps-rtw-label-for-diamond-pendant:before {
  background-position: -214px -541px
}
/*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 {
    font-size: 16px;
    text-align: left;
    width: 100%;
    display: block;
    color: var(--site-black-color);
    font-family: 'Calibri';
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tps-seDetailc-spacification.tps-seDetailc-spacification-col3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
}

.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: #0006;
}
/* 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: #0006;
}

/* 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: 'Calibri';
  color: var(--site-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: 'Calibri';
    color: var(--site-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-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: 'Calibri';
  color: var(--site-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: 'Calibri';
  color: var(--site-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-black-color);
}

.tps-seDetailc-product-pendant-std-sml-box-wrapper ul li{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Calibri';
  color: var(--site-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 #0000003d;
}
.tps-seDetailc-product-pendant-std-size-box-wrapper .tps-rtw-pendant-std-size-box-options li{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Calibri';
  color: var(--site-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: var(--site-white-color);
   cursor: default;
 }
 .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,
 .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common .tps-rtw-filter-option-li input+span{
    display: inline-block;
    text-align: left;
 }
 .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul li input + span:before{
    float: left;
    margin-top: 0px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-yellow-gold-and-18k-white-gold-option input  + span:before,
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-yellow-gold-option input  + span:before,
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-rose-gold-and-18k-white-gold-option input  + span:before,
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-rose-gold-option input  + span:before,
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-rose-gold-and-18k-yellow-gold-option input  + span:before,
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-yellow-gold-and-18k-rose-gold-option input  + span:before
 {
    float: left;
    margin-top: 6px;
 }
.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{
    margin-top: 18px;
}
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-yellow-gold-and-18k-white-gold-option input  + span:before{
    background-position: -207px -329px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-yellow-gold-option input  + span:before{
    background-position: -427px -329px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-rose-gold-and-18k-white-gold-option input  + span:before{
   background-position: -261px -329px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-white-gold-and-18k-rose-gold-option input  + span:before{
   background-position: -370px -329px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-rose-gold-and-18k-yellow-gold-option input  + span:before{
    background-position: -315px -329px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-18k-yellow-gold-and-18k-rose-gold-option input  + span:before{
    background-position: -482px -329px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li input[value="encastree"]+span::before{
     background-position: -354px -492px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li input[value="griffe"]+span::before{
     background-position: -413px -492px;
 }


 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal ul li[data-option-slug="18k-yellow-gold-and-18k-white-gold"] .tps-seDetailc-sw-iocn{
    background-position: -206px -328px;
 }
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal ul li[data-option-slug="18k-white-gold-and-18k-yellow-gold"] .tps-seDetailc-sw-iocn{
    background-position: -426px -328px;
 }
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal ul li[data-option-slug="18k-rose-gold-and-18k-white-gold"] .tps-seDetailc-sw-iocn{
   background-position: -260px -328px;
 }
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal ul li[data-option-slug="18k-white-gold-and-18k-rose-gold"] .tps-seDetailc-sw-iocn{
   background-position: -369px -328px;
 }
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal ul li[data-option-slug="18k-rose-gold-and-18k-yellow-gold"] .tps-seDetailc-sw-iocn{
    background-position: -314px -328px;
 }
 .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal ul li[data-option-slug="18k-yellow-gold-and-18k-rose-gold"] .tps-seDetailc-sw-iocn{
    background-position: -481px -328px;
 }
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li input[value="encastree"]+span::before{
     background-position: -355px -492px;
 } 
 .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li input[value="griffe"]+span::before{
     background-position: -414px -492px;
 }

/* 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(--site-black-color);
} 
.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(--site-black-color);
    margin: 0;
    padding: 7px 5px 0px 0px;
    font-family: 'Calibri';
    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: 'Calibri';
    font-size: 16px;
    color: var(--site-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-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-black-color);
    font-family: 'Calibri';
    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(--site-black-color);
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li input[value="baguette"]+span::before, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="baguette"] .tps-seDetailc-sw-iocn{
     background-position:  -511px -592px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li input[value="emerald-horizontal"]+span::before, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="emerald-horizontal"] .tps-seDetailc-sw-iocn{
     background-position:  -156px -590px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li input[value="emerald-vertical"]+span::before, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="emerald-vertical"] .tps-seDetailc-sw-iocn{
     background-position:  -162px -61px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li input[value="oval-horizontal"]+span::before, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="oval-horizontal"] .tps-seDetailc-sw-iocn{
     background-position:  -240px -590px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li input[value="oval-vertical"]+span::before, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="oval-vertical"] .tps-seDetailc-sw-iocn{
     background-position:  -238px -61px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li input[value="square"]+span::before, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="square"] .tps-seDetailc-sw-iocn{
     background-position:  -68px -61px;
  }

  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-halo::before{
    background-position:-271px -540px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-pave::before{
    background-position: -330px -539px
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-side-stone::before{
    background-position: -386px -539px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-solitaire::before{
    background-position: -449px -539px;
  }
  .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-black-color);
  }


  /* width */
  .tps_latesv_rtw_fil_common.tps-rtw-color .tps-rtw-filter-option-list::-webkit-scrollbar,
  .tps_latesv_rtw_fil_common.tps-rtw-style .tps-rtw-filter-option-list::-webkit-scrollbar,
  .tps_latesv_rtw_fil_common.tps-rtw-metal .tps-rtw-filter-option-list::-webkit-scrollbar,
  .tps_latesv_rtw_fil_common.tps-rtw-style .tps-rtw-filter-option-list::-webkit-scrollbar,
  .tps_latesv_rtw_fil_common.tps-rtw-enamel_color .tps-rtw-filter-option-list::-webkit-scrollbar,
  .tps_latesv_rtw_fil_common.tps-rtw-cordon_color .tps-rtw-filter-option-list::-webkit-scrollbar,
  .tps_latesv_rtw_fil_common.tps-rtw-sub_type .tps-rtw-filter-option-list::-webkit-scrollbar
  {
    width: 3px;
  }

  /* Track */
  .tps_latesv_rtw_fil_common.tps-rtw-color .tps-rtw-filter-option-list::-webkit-scrollbar-track,
  .tps_latesv_rtw_fil_common.tps-rtw-style .tps-rtw-filter-option-list::-webkit-scrollbar-track,
  .tps_latesv_rtw_fil_common.tps-rtw-metal .tps-rtw-filter-option-list::-webkit-scrollbar-track,
  .tps_latesv_rtw_fil_common.tps-rtw-style .tps-rtw-filter-option-list::-webkit-scrollbar-track,
  .tps_latesv_rtw_fil_common.tps-rtw-enamel_color .tps-rtw-filter-option-list::-webkit-scrollbar-track,
  .tps_latesv_rtw_fil_common.tps-rtw-cordon_color .tps-rtw-filter-option-list::-webkit-scrollbar-track,
  .tps_latesv_rtw_fil_common.tps-rtw-sub_type .tps-rtw-filter-option-list::-webkit-scrollbar-track{
    background:var( --site-white-color); 
  }
   
  /* Handle */
  .tps_latesv_rtw_fil_common.tps-rtw-color .tps-rtw-filter-option-list::-webkit-scrollbar-thumb,
  .tps_latesv_rtw_fil_common.tps-rtw-style .tps-rtw-filter-option-list::-webkit-scrollbar-thumb,
  .tps_latesv_rtw_fil_common.tps-rtw-metal .tps-rtw-filter-option-list::-webkit-scrollbar-thumb,
  .tps_latesv_rtw_fil_common.tps-rtw-style .tps-rtw-filter-option-list::-webkit-scrollbar-thumb,
  .tps_latesv_rtw_fil_common.tps-rtw-enamel_color .tps-rtw-filter-option-list::-webkit-scrollbar-thumb,
  .tps_latesv_rtw_fil_common.tps-rtw-cordon_color .tps-rtw-filter-option-list::-webkit-scrollbar-thumb,
  .tps_latesv_rtw_fil_common.tps-rtw-sub_type .tps-rtw-filter-option-list::-webkit-scrollbar-thumb{
    background: var(--site-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;
  }

  /* anamle color */

  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common.tps-rtw-enamel_color ul li input + span:before,
  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common.tps-rtw-cordon_color ul li input + span:before{
     margin-top: -3px;
  }
  .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: -487px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="black"] .tps-seDetailc-sw-iocn{
    background-position: -483px -690px;
  }
  .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: -13px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="blue"] .tps-seDetailc-sw-iocn{
    background-position: -9px -690px;
  }
  .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: -224px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="brown"] .tps-seDetailc-sw-iocn{
    background-position: -220px -690px;
  }
  .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:-380px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="dark-blue"] .tps-seDetailc-sw-iocn{
    background-position:-377px -690px;
  }
  .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:-64px -697px; 
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="fuschia"] .tps-seDetailc-sw-iocn{
    background-position:-60px -690px;
  }
  .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:-274px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="green"] .tps-seDetailc-sw-iocn{
    background-position:-270px -690px;
  }
  .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:-434px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="light-blue"] .tps-seDetailc-sw-iocn{
    background-position:-431px -690px;
  } 
  .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:-380px -697px;
  }
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="midnight-blue"] .tps-seDetailc-sw-iocn{
    background-position:-380px -690px;
  }
  .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:-171px -697px;
  }
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="orange"] .tps-seDetailc-sw-iocn{
    background-position:-168px -690px;
  }
  .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:-118px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="pink"] .tps-seDetailc-sw-iocn{
    background-position:-114px -690px;
  }
  .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:-328px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="purple"] .tps-seDetailc-sw-iocn{
    background-position:-324px -690px;
  } 
  .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:-274px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="teal"] .tps-seDetailc-sw-iocn{
    background-position:-274px -690px;
  }
  .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:-539px -697px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-enamel-color-type ul li[data-option-slug="white"] .tps-seDetailc-sw-iocn{
    background-position:-539px -690px;
  }
 /* End */


  /*Cordon color*/
  .tps_latestv_rtwl_filter .tps-rtw-cordon_color ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span::before{
    background: url(../images/product-listing-images/rtw-colors-for-cordon-products.png);
    height: 22px !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li .tps-seDetailc-sw-iocn{
    background: url(../images/product-listing-images/rtw-colors-for-cordon-products.png);
    height: 25px !important;
  }
  .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: -574px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="black"] .tps-seDetailc-sw-iocn{
    background-position: -569px -16px;
  }
  .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: -225px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="blue"] .tps-seDetailc-sw-iocn{
    background-position: -221px -16px;
  }
  .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: -126px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="brown"] .tps-seDetailc-sw-iocn{
    background-position: -122px -16px;
  }
  .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: -284px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="dark-blue"] .tps-seDetailc-sw-iocn{
    background-position: -280px -16px;
  }
  .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: -14px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="fuschia"] .tps-seDetailc-sw-iocn{
    background-position: -10px -16px;
  }
  .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: -392px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="green"] .tps-seDetailc-sw-iocn{
    background-position: -388px -16px;
  }
  .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: -225px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="light-blue"] .tps-seDetailc-sw-iocn{
    background-position: -221px -16px;
  } 
  .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-midnight-blue::before{
    background-position: -284px -17px;
  }
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="midnight-blue"] .tps-seDetailc-sw-iocn{
    background-position: -284px -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: -632px -17px;
  }
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="orange"] .tps-seDetailc-sw-iocn{
    background-position: -628px -16px;
  }
  .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: -70px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="pink"] .tps-seDetailc-sw-iocn{
    background-position: -65px -16px;
  }
  .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: -516px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="purple"] .tps-seDetailc-sw-iocn{
    background-position: -511px -16px;
  }  
  .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:-338px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="red"] .tps-seDetailc-sw-iocn{
    background-position:-334px -16px;
  }
  .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:-176px -17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="lime"] .tps-seDetailc-sw-iocn{
    background-position:-172px -16px;
  }

  .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-teal::before{
    background-position:-434px -69px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="teal"] .tps-seDetailc-sw-iocn{
    background-position:-431px -68px;
  }

  .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-white::before{    
    background-position:-373px -69px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-cordon-color-type ul li[data-option-slug="white"] .tps-seDetailc-sw-iocn{
    background-position:-374px -68px;
  }
 /* End */

  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-baby::before{
    background-position: -10px -753px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-bangle::before{
    background-position: -483px -755px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-cordon::before{
    background-position: -112px -756px;
  }
   .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-enamel::before{
    background-position: -163px -755px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-enamel-bangle::before{
    background-position: -483px -753px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-gemstone::before{
    background-position: -208px -755px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-gold::before{
    background-position: -254px -753px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-illusion::before{
    background-position: -435px -753px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-pearl::before{
    background-position: -345px -755px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-semi-precious-bangle::before{
    background-position:-483px -753px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-torsade::before{
    background-position: -436px -755px;
  }
   .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-studs::before{
    background-position: -535px -754px;
  }  
  .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-torsade-bangle::before{
    background-position: -482px -753px;
  }
   .tps_latestv_rtwl_filter .tps-rtw-style ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-hoop::before{
    background-position: -286px -496px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-gemstone ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span::before,
  .tps_latestv_rtwl_filter .tps-rtw-pearl ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span::before{
     background: url(../images/product-listing-images/rtw-colors-for-cordon-products.png);
     margin-top: -3px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-gemstone ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-emerald::before{
    background-position: -13px -66px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-gemstone ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-ruby::before{
    background-position: -72px -66px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-gemstone ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-sapphire::before{
    background-position: -131px -66px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-pearl ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-sapphire::before{
    background-position: -189px -66px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-pearl ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-fresh-water-pearl::before{
    background-position: -189px -61px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-pearl ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-mother-of-pearl::before{
    background-position: -246px -65px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-pearl ul.tps-rtw-filter-option-list .tps-rtw-filter-option-li input + span.tps-rtw-label-for-pearl::before{
    background-position: -306px -65px;
  }

  .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-swatche-option-emerald .tps-seDetailc-sw-iocn{
    background-position: -8px -62px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_product-gemstone-type ul li.tps-seDetailc-swatche-option-ruby .tps-seDetailc-sw-iocn{
    background-position: -67px -62px;
  }
  .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-position: -126px -62px;
  }
  .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter{
     flex-wrap: nowrap !important;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span.tps-rtw-label-for-semi-precious:before {
    background-position: -587px -757px;
  }

 .tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-white-gold-and-18k-rose-gold-and-18k-yellow-gold .tps-seDetailc-sw-iocn{
    background-position: -195px -637px;
  }
  .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-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;
      font-size: 16px;
      line-height: 16px;
      color: var(--site-black-color);
      font-family: Calibri;
  }

  .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;    
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-anniversary-rings-option input+span::before {
    background-position: -10px -845px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-bangle-bracelets-option input+span::before {
    background-position: -53px -845px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-bracelets-option input+span::before {
    background-position: -146px -843px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-classic-wedding-rings-option input+span::before {
    background-position: -100px -844px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-diamond-bracelets-option input+span::before {
    background-position: -147px -843px
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-diamond-earrings-option input+span::before {
    background-position: -198px -841px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-diamond-necklaces-option input+span::before {
    background-position: -301px -840px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-diamond-pendants-option input+span::before {
    background-position: -458px -837px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-diamond-rings-option input+span::before {
    background-position: -349px -840px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-diamond-studs-option input+span::before {
    background-position: -403px -841px;
  }


  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-enamel-pendant-option input+span::before {
    background-position: -111px -887px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-eternity-rings-option input+span::before {
    background-position: -563px -835px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gemstone-bracelets-option input+span::before {
    background-position: -11px -889px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gemstone-earrings-option input+span::before {
    background-position: -62px -889px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gemstone-pendant-option input+span::before {
    background-position: -458px -836px
  }


  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gemstone-rings-option input+span::before {
    background-position: -158px -889px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gold-bracelets-option input+span::before {
    background-position: -214px -887px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gold-earrings-option input+span::before {
    background-position: -274px -885px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gold-necklaces-option input+span::before {
    background-position: -325px -882px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gold-pendant-option input+span::before {
    background-position: -374px -882px
  }


  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-baby-bracelets-option input+span::before{
    background-position:  -568px -929px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-enamel-rings-option input+span::before{
    background-position: -514px -930px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-earcuff-option input+span::before{
    background-position: -474px -929px;
  }



  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-gold-rings-option input+span::before {
    background-position: -419px -883px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-half-earrings-option input+span::before {
    background-position: -474px -881px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-illusion-earrings-option input+span::before {
    background-position: -517px -882px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-illusion-pendant-option input+span::before {
    background-position: -568px -881px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-illusion-rings-option input+span::before {
    background-position: -14px -933px
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-pearl-bracelets-option input+span::before {
    background-position: -62px -936px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-pearl-earrings-option input+span::before {
    background-position: -116px -936px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-pearl-necklaces-option input+span::before {
    background-position: -169px -933px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-pearl-pendant-option input+span::before {
    background-position: -218px -932px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-pearl-rings-option input+span::before {
    background-position: -265px -933px
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-studs-earrings-option  input+span::before {
    background-position: -321px -933px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-tennis-necklaces-option input+span::before {
    background-position: -430px -929px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-tennis-bracelets-option input+span::before {
    background-position: -62px -935px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-torsade-earrings-option input+span::before {
    background-position: -514px -881px
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul li.tps-rtw-wedding-pendant-option input+span::before {
    background-position: -111px -889px
  }
  
 .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common.tps-rtw-sub_type ul{
  width: 260px;
 }
.tps-product-added-to-cart {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 10px;
  background: var(--site-primary-color);
  margin-top: 10px;
  color: var(--site-white-color);
  border-radius: 2px;
}
.tps-product-added-to-cart p {
  margin: 0;
}
.tps-product-added-to-cart p a {
  color: var(--site-white-color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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% !important;
   height: 100% !important;
   object-fit: scale-down;
   filter: brightness(0.955);
}

.tps-rtw-item-listing-div .tps-rtw-item-info-div:hover {
    border-color: var(--site-black-color);
}
.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: 'Calibri';
}
.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 #000;
}  
.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-black-color);
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Calibri';
    cursor: pointer;
}
.tps-rtw-find-my-ring-size-box-wrapper {
    position: fixed;
    right: 0%;
    bottom: 0%;
    background-color: #00000085;
    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: 'Calibri';
    color: var(--site-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: 'Calibri';
}
.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 #00000029;
    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: 'Calibri';
    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%;
}

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

/*body.tps-rtw-opened-customize-popup{
  height: 100% !important;
  overflow: hidden !important;
}*/
.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: 'Calibri';
    font-weight: 300;
    margin-bottom: 15px;
    border: 1px solid var(--site-black-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    background-color: var(--site-black-color);
    border-radius: 0px;
    color: var(--site-white-color);
    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: var(--site-white-color) !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: var(--site-white-color) !important;
    border-radius: 0px;
    color: var(--site-black-color) !important;
    border: 1px solid var(--site-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-black-color);
  cursor: default;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-list-meta-div{
  display: none !important;
}
.ui-widget-header, .ui-slider .ui-slider-handle{
  border-color: var(--site-primary-color) !important;
  background-color: var(--site-primary-color) !important;
}
.tps_latesv_rtw_fil_common .ui-widget.ui-widget-content{
  border: none !important;
  background: var(--site-color-5);
  height: 3px;
}
.tps_latesv_rtw_fil_common .ui-slider-horizontal .ui-slider-handle{
  border-color: var(--site-primary-color) !important;
  background-color: var(--site-primary-color) !important;
}
.tps_latesv_rtw_fil_common .ui-slider .ui-slider-handle{
  width: 18px !important;
  height: 18px !important;
  top: -8px !important;
}
.tps-rtw-count-sort-view-type-parent-wrapper{
  display: flex;
  align-items: center;
  padding: 0px 10px 0px;
  margin: 15px 0px 20px 0px;
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
  grid-row-gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  display: flex;
  grid-column-gap: 1%;
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result .tps-ringbuilder-item-info-div{
  padding: 0px;
  cursor: pointer;
  border-radius: 5px;
  width: 24%;
  cursor: pointer;
  transition: .3s;
  border: none;
  position: relative;
  background-color: var(--site-color-4);
}
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result.tps-ringbuilder-item-listing-list-view-div-wrapper .tps-ringbuilder-item-info-div{
  width: 49%;
}
.tps-rtw-result-viewed-and-load-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.tps-rtw-result-viewed-and-load-more .tps-rtw-you-have-viewed {
    font-size: 14px;
    line-height: 20px;
    color: var(--site-black-color);
}
.tps-rtw-result-viewed-and-load-more .tps-rtw-load-more-button button {
    font-size: 16px;
    line-height: 16px;
    color: var(--site-black-color);
    text-transform: capitalize;
    position: relative;
    background-color: transparent;
    padding: 0px;
}
.tps-rtw-result-viewed-and-load-more .tps-rtw-load-more-button button::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--site-black-color);
    transition: width 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tps-rtw-result-viewed-and-load-more .tps-rtw-refined-your-search {
    font-size: 10px;
    line-height: 20px;
    color: var(--site-black-color);
}
.tps-rtw-item-listing-div .tps-rtw-item-banner-div, 
.tps-rtw-item-listing-div .tps-rtw-item-banner-div a, 
.tps-rtw-item-listing-div .tps-rtw-item-banner-div img {
    width: 100% !important;
}
.tps-rtw-item-listing-div .tps-rtw-item-banner-div a {
    position: relative;
    display: block;
    cursor: default;
}
.tps-rtw-item-listing-div .tps-rtw-item-banner-div a .tps-rtw-item-banner-title {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 34px;
    color: var(--site-black-color);
    font-family: CooperBT;
    text-transform: capitalize;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div {
    display: flex;
    align-items: center;
    position: relative;
}
.tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps-spinner-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 15px;
}
.tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .timeline-item{
  padding: 0px;
}
.tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps_grid_animated-background{
  height: 500px;
}
.tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps_grid_meta_section {
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-color: var(--site-white-color);
    height: 90px;
}
.tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader  .tps_grid_meta_section .tps_grid_meta_title {
    bottom: 50px;
    background: #eeeeee;
    width: 90%;
    height: 15px;
    left: 0%;
}
.tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps_grid_meta_section .tps_grid_meta_price {
    bottom: 15px;
    background: #eeeeee;
    width: 40%;
    height: 15px;
    left: 0%;
}
.tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-img-div{
    height: 500px;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper{
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999999;
  width: 100% !important;
  height: 100% !important;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .tps-rtw-item-img-item{
  /*background-color: var(--site-color-4);*/
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .tps-rtw-item-img-item img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  /*filter: brightness(0.955);*/
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  width: 40px;
  height: 40px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg), transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: 9;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-prev{
  left: 0;
  background-position: -16px -260px;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-next{
  right: 0;
  background-position: -66px -260px;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-disabled{
  display: none !important;
}

.tps-rtw-item-listing-div .tps-rtw-item-banner-div{
  margin-bottom: 20px;
}

.tps-rtw-price .tps-rtw-show-result-li{
  text-align: center;
  padding-top: 3px;
  font-size: 12px;
}

.tps-rtw-result-viewed-and-load-more .tps-rtw-refined-your-search{
  cursor: pointer;
}
.tps-rtw-form-popup .wpcf7-textarea + .wpcf7-not-valid-tip{
  margin: -23px 0px 7px 13px;
}
.tps-rtw-form-popup .tps_recaptcha .wpcf7-not-valid-tip{
  margin: 0px 0px 7px 4px;
}
.tps-rtw-form-popup.email-us-form .thankyou p:nth-last-child(1),
.tps-rtw-form-popup.email-us-form .thankyou a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 9px;
}
.tps-rtw-form-popup.email-us-form .thankyou p:nth-last-child(1)::before,
.tps-rtw-form-popup.email-us-form .thankyou a::before,
.tps-rtw-form-popup.email-us-form .thankyou a:hover::before{
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/product-listing-images/rtw_latest_sprite.svg);
  background-position: -188px -204px;
}
.tps-rtw-form-popup.email-us-form .thankyou a{
  cursor: pointer;
}
.tps-rtw-form-popup.email-us-form .thankyou p a{
  color: var(--site-black-color) !important;
}
.tps-rtw-form-popup.email-us-form .thankyou p a::before{
  display: none !important;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist.tps-loading a::after{
  background-image: url(../images/common-images/ajax-loader.gif) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div{
  z-index: 99999999;
}

#tps-wpadminbar{
  background-color: #1d2327;
  text-align: center;
  padding: 6px 0px;
}
#tps-wpadminbar ul{
  list-style: none;
  margin: 0px;
}
#tps-wpadminbar a.ab-item{
  color: #fff;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tps-wpadminbar a.ab-item::before{
  content: "\f464";
  font: normal 20px/1 dashicons;
  speak: never;
  padding: 0px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none!important;
  margin-top: -5px;
  margin-right: 7px;
}
#tps-wpadminbar a.ab-item:hover{
  font-weight: 600;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input:checked+span:before {
  border-color: var(--site-primary-color);
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input:checked+span {
  color: var(--site-primary-color);
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-14k-rose-gold:before{
  background-position:  -246px -304px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-18k-rose-gold:before{
  background-position:  -305px -304px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-14k-yellow-gold:before{
  background-position:  -128px -304px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-18k-yellow-gold:before{
  background-position:  -187px -304px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-14k-white-gold:before{
  background-position:  -10px -304px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-18k-white-gold:before{
  background-position:  -69px -304px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-platinum:before{
  background-position:  -364px -304px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-anniversary:before{  
  background-position: -93px -426px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-classic:before{
  background-position: -52px -426px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-curved-band:before{
  background-position: -220px -424px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-diamond:before{
  background-position: -10px -426px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-eternity:before{
  background-position: -136px -426px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-open-band:before{
  background-position: -180px -425px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-anniversary:before{  
  background-position: -93px -465px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-classic:before{
  background-position: -52px -465px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-curved-band:before{
  background-position: -220px -463px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-diamond:before{
  background-position: -10px -465px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-eternity:before{
  background-position: -136px -465px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-open-band:before{
  background-position: -180px -464px;
}
/* title charachter limit   */
/*.tps-rtw-item-info-div .tps-rtw-item-metadata-div{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}*/
/* End */
/*hoop icon design*/
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input + span.tps-rtw-label-for-hoops:before{
   background-position: -10px -524px;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input + span.tps-rtw-label-for-hoops:before{
   background-position: -54px -524px;
}
/*End*/

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-natural .tps-seDetailc-sw-iocn{
  background-position: -21.5px -591px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-lab .tps-seDetailc-sw-iocn{
  background-position: -95.5px -591px !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-natural.active .tps-seDetailc-sw-iocn{
  background-position: -21.5px -660px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-lab.active .tps-seDetailc-sw-iocn{
  background-position: -95.5px -660.5px !important;
}
/*Transpacific software --- media query start here*/
.tps-seDetailc-meta-description strong::before {
  content: "\A";
  white-space: pre;
}

/*metal swatches showing on hover*/
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-15px;
  width: 120px;
  display: none !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div span{
  font-size: 14px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-sw-iocn{
  width: 60px !important;
  height: 60px !important;
  border-radius: 3px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-lab .tps-seDetailc-sw-iocn {
    background-position: -244.5px -583.5px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-lab.active .tps-seDetailc-sw-iocn {
    background-position: -244.5px -652.5px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-natural .tps-seDetailc-sw-iocn {
    background-position: -171.5px -583.5px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-natural.active .tps-seDetailc-sw-iocn {
    background-position: -171.5px -652.5px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type .tps-seDetailc-swatch-option-label-div{
    bottom: -16px;
}
.tps-seDetailc-meta .tps-seDetailc-diamond-type ul.tps-seDetailc-swatches-options-list {
    grid-gap: 20px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type li div.tps-seDetailc-swatch-option-label-div{
  display: none !important;
}
/*.tps-rtw-item-listing-div .tps-rtw-item-img-div,
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .tps-rtw-item-img-item{
  background-color: var(--site-color-4) !important;
}
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img,
.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .tps-rtw-item-img-item img,
.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide img.tps-seDetailc-similar-product-img{
  filter: brightness(.98) !important;
}
.tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-img-div {
    background-color: #fafafa;
}*/
/*bg color chnages on home page*/
/*.tps-seDetailc-tiles-gallery-item.tps-img-div{
   background-color: var(--site-color-4);
}
.tps-seDetailc-tiles-gallery-item.tps-img-div img,
.tps-seDetailc-tiles-gallery-item iframe{
    filter: brightness(.98) !important;
}*/
/*End*/

@media(hover:hover){
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-swatch-option-label-div{
    display: block !important;
  }
   .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option:hover .tps-seDetailc-swatch-option-label-div{
    display: none !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-natural:hover .tps-seDetailc-sw-iocn{
    background-position: -21.5px -660px !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-lab:hover .tps-seDetailc-sw-iocn{
    background-position: -95.5px -660.5px !important;
  }

  /*hoop icon design*/  
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-hoops:before{
     background-position: -54px -524px;
  }
  /*End*/
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-anniversary:before{  
    background-position: -93px -465px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-classic:before{
    background-position: -52px -465px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-curved-band:before{
    background-position: -220px -463px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-diamond:before{
    background-position: -10px -465px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-eternity:before{
    background-position: -136px -465px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input + span.tps-rtw-label-for-open-band:before{
    background-position: -180px -464px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input+span:before {
        border-color: var(--site-primary-color);
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li:hover input+span {
        color: var(--site-primary-color);
  }
  .tps-rtw-breacrum .tps-rtw-breacrum-item a:hover {
    text-decoration: underline;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a:hover {
    font-weight: 700;
    color: var(--site-primary-color);
  }
  .tps-rtw-btn:hover,
  .tps-rtw-btn:focus,
  .tps-product-review-wrapper .wp-block-button button:hover,
  .tps-product-review-wrapper .wp-block-button button:focus {
    color: var(--site-primary-color) !important;
  }
  .tps-rtw-btn:hover:before,
  .tps-rtw-btn:focus:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .tps-seDetailc-meta .tps-seDetailc-wishlist a:hover::after {
    background-position: -215px -90px;
  }
   .tps-seDetailc-meta .tps-seDetailc-wishlist.active a:hover::after {
    background-position: -251px -90px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist:hover a::before {
    background-position: -52px -1012px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail:hover a::before {
    background-position: -138px -204px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact:hover a::before {
    background-position: -235px -202px;
  }  
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint:hover a::before {
    background-position: -51px -204px;
  }
  .tps-rtw-back-to-search button:hover, .tps-dia-detail-back-to-search button:hover {
    font-weight: 700;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-col-left:hover,
  .tps-seDetailc-spacification .tps-seDetailc-sp-col-right:hover {  
    font-weight: 700;
  }
  .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide:hover {
    border: 1px solid  var(--site-black-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn {
    border-color: var(--site-primary-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-diamond-type ul.tps-seDetailc-swatches-options-list li:hover .tps-seDetailc-swatch-option-label-div {
    color: var(--site-primary-color);
  }
  .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: -279px -41px;
  }

  .tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type:hover{
    border-color: var(--site-primary-color);
  }
  .tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type[data-result-view-type="grid"]:hover{
     background-position: -182px -34px;
  }
  .tps-rtw-result-view-switcher-wrapper .tps-rtw-result-view-switcher-type[data-result-view-type="list"]:hover{
     background-position: -125px -34px;
  }
  .tps-rtw-item-selected-value ul li:not(.tps-rtw-unselected) a:hover span {
    background-position: -379px -45px;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-metadata-pr-child .tps-rtw-item-wishlist-span:hover{
    background-position: -249px -86px;
  }
  .tps-rtw-result-viewed-and-load-more .tps-rtw-load-more-button button:hover::after {
    width: 0%;
  }
  .tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span.tps-rtw-product-size-option-span:hover {
    font-weight: 700;
  }
  .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-similar-products-wrapper .slick-arrow:hover {
    border: 1px solid var(--site-primary-color);
  }
  .tps-product-added-to-cart p a:hover {
    color: var(--site-white-color);
    font-weight: 700;
    text-decoration: none;  
  }

 
 .tps-rtw-mob-filter-button button:hover {
    background-color: var(--site-black-color);
    border-color: var(--site-black-color);
    color: var(--site-black-color);
  }
  .tps-rtw-result-viewed-and-load-more .tps-rtw-refined-your-search:hover{  
    color: var(--site-primary-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-lab:hover .tps-seDetailc-sw-iocn {
      background-position: -244.5px -652.5px !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list .tps-seDetailc-swatche-option-natural:hover .tps-seDetailc-sw-iocn {
      background-position: -171.5px -652.5px !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-swatch-option-label-div{
    display: block !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
    color: var(--site-primary-color) !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type li:hover div.tps-seDetailc-swatch-option-label-div{
    display: block !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
    color: var(--site-primary-color) !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option:hover .tps-seDetailc-swatch-option-label-div{
    display: block !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
    color: var(--site-primary-color) !important;
  }
}

@media(max-width:1530px){
  .tps-page-rtw-product_detail .tps-rtw-main-container,
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    padding: 0px 20px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-item-sort-by-title {
    padding: 0px 5px 5px 0px;
  }
}

@media(max-width:1440px){
  /*Full detail page design*/
  .tps-page-rtw-product_detail .container.grid-container{
/*    padding: 0px 20px !important;*/
  }
  .tps_grid_animated-background{
     height: 340px;
  }
}

@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;
  }
  .tps-page-rtw-product_detail .tps-rtw-main-container,
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    padding: 0px 15px;
  }
}

@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_latesv_rtw_fil_common.tps-rtw-category_slugs{
    width: 100%;
  }
  .tps-rtw-filter-section.section-third{
    width: 15%;
  }
  .tps-rtw-filter-section.section-second{
    width: 85%;
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }
  .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
    padding: 5px 25px 5px 5px;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div {
    width: 32.65%;
  }
  .tps-rtw-spinner-grid-container{
    grid-template-columns: 1fr 1fr 1fr;
  }
 /* 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_latestv_rtwl_filter .tps-rtw-item-sort-by-title {
    margin-top: -28px;
  }

    .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;
    }
    .tps-seDetailc-tiles-gallery-loader .tps-half {
      height: 350px;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn-wrapper{
    grid-row-gap: 10px;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn, .tps-seDetailc-meta .tps-seDetailc-wishlist{
    width: 100%;
  }
  body.tps-page-rtw-product_detail #page.grid-container{
    max-width: 100% !important;
  }
   .tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title{
    line-height: 25px !important;
  }
}

@media(max-width:1200px) {
  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-rtw-final-meta .tps-rtw-final-title {
    font-size: 25px;
    line-height: 30px !important;
  }

  .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 {
    font-size: 25px;
    line-height: 35px;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-banner-div a .tps-rtw-item-banner-title{
    max-width: 340px;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-col-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
    font-size: 14px;    
  }
  .tps-seDetailc-shipping-days {
    font-size: 14px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-price {    
    font-size: 20px;
    line-height: 22px;
  }

}

@media(max-width:1199px) {
  /*vertical gallery loader*/
  .tps-vertical .tps_grid_meta_section .tps_grid_meta_title {
    width: 45px !important;
    height: 45px !important;
  }

  .tps-vertical .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
    width: 30px;
    height: 30px;
  }
  .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;
  }

  /* HOVER REMOVED */
  



  .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;
  }
  .tps-page-rtw-product_detail .tps-rtw-main-container,
  .tps-page-rtw-product_listing .tps-rtw-main-container {
      margin: 0px auto 0px auto !important;
  }
  .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: 1px solid var(--site-black-color);
    border-bottom: 1px solid var(--site-black-color);
  }
 /*Full detail page design*/

  .tps-page-rtw-product_detail .container.grid-container{
/*    padding: 0px 15px !important;*/
  }
  .tps-rtw-seDetailc .tps-seDetailc-meta{
    padding-left: 25px !important;
    width: 40%;
  }
  .tps-rtw-seDetailc .tps-seDetailc-gallery{
    width: 60%;
  }
  .tps-seDetailc-tiles-gallery-loader{
    width: 100%;
    height: 520px;
  }
  .tps-rtw-filter-section.section-second{
    width: 72%;
    flex-wrap: wrap;
    grid-row-gap: 11px;
    grid-column-gap: 11px;
  } 
  .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;
  }
 /* End */
 .tps-rtw-banner h1{
    left: 10%;
 }

 .tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
    grid-gap: 8px;
  }
  .tps-rtw-btn, .tps-product-review-wrapper .wp-block-button button {
    font-size: 16px;
    line-height: 16px;
  }
  .tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown span {
    text-align: left;
  }  
  .tps-seDetailc-spacification {
    margin-bottom: 30px;
  }
  .tps-rtw-btn {
    padding: 12px 10px 12px;
  }          
  .tps-seDetailc-meta .tps-seDetailc-wishlist a {
    padding: 7.5px 10px 7.5px;
  }
  .tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--site-white-color);
  -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-black-color);
  background-position: -346px -270px;
  cursor: pointer;
  opacity: 0;
}

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span {
  opacity: 1;
}
.tps-seDetailc-meta .tps-seDetailc-share-list{
  grid-gap: 0% 0px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a{
  grid-gap: 0px;
}
.tps_latestv_rtwl_filter .tps-rtw-metal{
  width: 100% !important;
}
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul {
  grid-gap: 10px 3.6%;
} 
}


@media(max-width:1065px){
  .tps-rtw-item-listing-div .tps-rtw-item-banner-div a .tps-rtw-item-banner-title{
    font-size: 25px;
    line-height: 35px;
  }
}


@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 {
    margin-bottom: 10px;
  }
  
  .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;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span{
     font-size: 14px;
     line-height: 24px;
  }
  .tps-seDetailc-tiles-gallery-loader .tps-half {
    height: 300px;
}
}


@media(max-width:1024px) {   
  .tps-rtw-item-listing-div,
  .tps-rtw-item-listing-div noscript {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-rtw-final-meta .tps-rtw-final-title {
    font-size: 24px;
    line-height: 30px !important;
  }

  .tps-seDetailc-meta-description {
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .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-seDetailc-meta .tps-seDetailc-share-list {
    grid-gap: 0;     
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a {           
    font-size: 14px;
    line-height: 23px;  
    grid-gap: 0;        
  }
  .tps-rtw-breacrum .tps-rtw-breacrum-item {
    font-size: 14px;
    line-height: normal;
  }  
  .tps-seDetailc-shipping-days {
    font-size: 14px;
    line-height: normal;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list {
    grid-gap: 8px 0px;
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:1023px){
  .tps-rtw-banner h1{
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide img.tps-seDetailc-similar-product-img {
    height: auto;
  }
}

@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-info-div {
    width: 32.4%;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-banner-div.tps-right-banner {
      width: 32.4%;
  }
  .tps-rtw-price .tps-rtw-filter-option-list {
      width: 100%;
  }
.tps-rtw-item-info-div .tps-rtw-item-metadata-pr {
    padding: 0 15px 0px;
}
.tps-rtw-item-listing-div .tps-rtw-item-info-div{
  padding-bottom: 10px;
}
.tps-seDetailc-tiles-gallery-loader{
  width: 100%;
}
.tps-rtw-spinner-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
}
.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;
}

.tps-rtw-seDetailc .tps-seDetailc-meta{
    padding-left: 20px !important;
    width: 40%;
  }
}
@media(min-width:992px){
  .tps-rtw-seDetailc .tps-seDetailc-meta{
     position: relative;
     overflow: visible;
  }
  .tps-rtw-seDetailc .tps-seDetailc-meta.sticky .tps-seDetailc-meta-inner{
     position: -webkit-sticky;
     position: sticky; 
     top: 0px;
     z-index: 10;
  }
}

@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;
  }
  /*main banner*/
  .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 1fr;
    grid-gap: 10px;
}

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

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

  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
    justify-content: center;
  }
  .tps-rtw-product-size-wrapper {
    justify-content: center;
}

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

  .tps-rtw-btn {
    margin: auto;
  }

  .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;
}
.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: 440px;
    margin: 25px auto 25px;
}
  .tps-seDetailc-shipping-days {
    justify-content: center;
    margin-top: 10px;
  } 

  .tps-seDetailc-sp-info-row:nth-child(1),
  .tps-seDetailc-sp-info-row:nth-child(even) {
    background-color: transparent;
  }

  .tps-seDetailc-sp-info-row:nth-child(1),
  .tps-seDetailc-sp-info-row:nth-child(odd) {
    background-color: var(--tps-whitegray-color);
  }

  .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 .slick-dots li button:before,
  .tps-rtw-final-gallery .slick-dots li button:before {
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 50%;
  }

  .tps-seDetailc-gallery .slick-dots li.slick-active button:before,
  .tps-rtw-final-gallery .slick-dots li.slick-active button:before {
    border-color: var(--site-black-color);
    opacity: 1;
  }*/
.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-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%;
    position: relative;
  }
  .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;
  }
  .tps-rtw-final-meta .tps-rtw-final-title, .tps-seDetailc-meta .tps-seDetailc-meta-title {
    font-size: 24px !important;
    line-height: 30px !important;
    max-width: 600px;
    margin-inline: auto;
  }
  .tps-seDetailc-meta-description {
    max-width: 600px;
    margin-inline: 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-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: 290px;
  text-align: center;
  font-size: 15px;
}
.tps-rtw-item-info-div .tps-rtw-item-metadata-pr {
  padding: 0 22px 0px 5px;
}
.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;
        padding-right: 40px;
    }
    .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;
  }
/* End */
  .tps_latestv_rtwl_filter .tps-rtw-filters-title{
     font-size: 16px;
     line-height: 16px;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-label, .tps_latestv_rtwl_filter .tps-rtw-item-sort-by-title{
     font-size: 16px;
     line-height: 16px;
  }
  .tps-rtw-count-sort-view-type-parent-wrapper{
       padding: 0px 0px 0px;
  }
  .tps_latestv_rtwl_filter{
      padding: 22px 0px 22px;
      z-index: 0;
      position: relative;
  }
   .tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps_grid_animated-background{
       height:400px;
    }
    .tps-rtw-filter-title{
      z-index: 9;
      position: relative;
    }

  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide {
    border: 1px solid transparent;
    padding: 0px;
    border-radius: 3px;
    background-color: var(--site-color-4);
  }  
  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide.slick-current.slick-active {
    border: 1px solid var(--site-black-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-price, .tps-rtw-final-meta .tps-rtw-final-price {       
    font-size: 20px;
    line-height: 22px;
    justify-content: center;
  }      
  .tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-sw-iocn {
    margin-bottom: 0;
  }      
  .tps-seDetailc-meta .tps-seDetailc-diamond-type ul.tps-seDetailc-swatches-options-list li {
    display: flex;
    grid-gap: 5px;
    flex-direction: column;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    justify-content: center;
  }
  .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-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-seDetailc-gallery-loader,
    .tps-rtw-final-gallery-loader {
      height: 500px;
    }

    .tps-rtw-seDetailc .tps-seDetailc-gallery.mobile {
        display: block !important;
    }
    .tps-seDetailc-gallery.desktop {
        display: none !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current div.tps-seDetailc-gallery-slide{
        border: 1px solid #000 !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: scale-down;
    }
    .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;
    }
    /*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{
      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%, #000000 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%;
    }

    .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: 65px !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: 0px;
      margin-top: 0px !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-seDetailc-meta .tps-seDetailc-share-list {
    grid-gap: 8px 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div, 
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
    display: flex !important;
    justify-content: center;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn, .tps-seDetailc-meta .tps-seDetailc-wishlist{
    width: 49%;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div a.MagicZoom{
     display: block!important;
     height: 100%!important;
     width: 100%!important;
     text-align: center !important;
  }
  .tps_latesv_rtw_fil_common{
     width: 100% !important;
  }
  .tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul, 
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul {
    grid-gap: 10px 2%;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li{
    width: 15%;
  }
  .tps-rtw-filter-section .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
    padding: 0px 0px 15px 0px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li{
    width: 15%;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul {
      grid-gap: 10px 2%;
  }

   /*bg color chnages on home page*/
   /*.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-gallery-slide>div{
     background-color: var(--site-color-4);
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-gallery-slide img,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-gallery-slide iframe,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-gallery-slide canvas{
      filter: brightness(.98) !important;
  }*/
 /*End*/
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div.tps-seDetailc-gallery-slide{
    background-color: transparent;
  }
}


@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 var(--site-white-color);
    border-bottom: 49px solid var(--site-white-color);
  }

}

@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:850px) {
.tps-seDetailc-info-sheading h2, .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading h2 {
        font-size: 16px !important;
        line-height: 26px;
    }
}

@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-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title {
    width: auto;
    padding-right: 20px;
}
.tps-rtw-title-and-count-div h1.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;
}
.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;
    }
    .tps-seDetailc-info-sheading h2, .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading h2 {
        margin-bottom: 10px;
    }
}

@media(min-width:768px){
  /*Ringbuilder setting listing container size changed*/  
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
    display: grid;    
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-info-div,
  .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-info-div{
     width: 100%;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-banner-div{
    grid-column: 1 / -1;
  }
  .tps-rtw-item-listing-div .tps-rtw-spinner-grid-container{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    max-width: 750px !important;
  }
  .tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps-spinner-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  /*End*/
}

@media(min-width:992px){
  /*Ringbuilder setting listing container size changed*/  
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    max-width: 970px !important;
  }
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-result{
    grid-template-columns: 1fr 1fr;
  }
  
  /*End*/
}
@media(min-width:1200px){
  /*Ringbuilder setting listing container size changed*/  
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    max-width: 1030px !important;
  }
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-result{
    grid-template-columns: 1fr 1fr;
  }
  
  /*End*/
}
@media(min-width:1230px) and (max-width:1290px){
  /*Ringbuilder setting listing container size changed*/
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    max-width: 1280px !important;
    width: 96% !important;
  }
  /*End*/
}
@media(min-width:1290px){
  /*Ringbuilder setting listing container size changed*/
  .tps-page-rtw-product_listing .tps-rtw-main-container{
    max-width: 1290px !important;
  }
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
    grid-template-columns: repeat(3, 1fr);
  }  
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-result{
    grid-template-columns: 1fr 1fr;
  }
  
  /*End*/
}
@media(min-width:1350px){
  /*Ringbuilder setting listing container size changed*/
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
    grid-template-columns: repeat(4, 1fr);
  } 
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-result{
    grid-template-columns: 1fr 1fr;
  }

  /*End*/
}

@media(max-width:767px) {
  .tps-seDetailc-gallery.desktop .tps-seDetailc-tiles-gallery-loader{
    display: none;
  }
  .tps-rtw-title-and-count-div h1.tps-rtw-header-tab-label-h1 {
        font-size: 14px !important;
        line-height: 24px !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: var(--site-white-color);
    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: #0000007d;
    transition: all 0.5s linear;
    z-index: 9999;
  }

  .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;
    border-radius: 0px;
    border-top: 1px solid #736d8d;
  }

  

  .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:foucus {
    background-color: var(--site-black-color);
    border-color: var(--site-black-color);
    color: var(--site-black-color);
  }

  .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-black-color);
    font-family: 'Calibri';
    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_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 {
    flex-wrap: unset;
/*    overflow: hidden;*/
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    transition: .25s left ease;
    scroll-padding-left: 10px;
    list-style: none;
    padding-left: 10px;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li {
    scroll-snap-align: start;
    flex: 0 0 90px;
  }

  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li {
    scroll-snap-align: start;
    flex: 0 0 90px;
  }

  .tps-rtw-item-listing-div,
  .tps-rtw-item-listing-div noscript {
  }
.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.2%;
}
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 12px;
  }

  .tps-rtw-filter-show-result {
       position: relative;
    bottom: -20px;
    width: 100%;
    z-index: 999;
    margin-top: 0px !important;
  }

  .tps-rtw-filter-show-result button {
    padding: 13px 20px 11px;
    font-family: 'Calibri';
    font-weight: normal;
    margin: 0px;
    border: 1px solid var(--site-black-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-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-rtw-sheading h2 {
    /*margin-left: auto;
    margin-right: auto;
    text-align: 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 {
    height: auto !important;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div video {
    width: 100%;
    height: auto !important;
  }

  .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 {
    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;
    flex-wrap: wrap;
  }

  .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;
    margin-top: 10px;
  }

  .tps-rtw-breacrum .tps-rtw-breacrum-item {
    font-size: 14px;
    line-height: normal;
  }

  .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-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-counter-div .tps-rtw-item-selected-value {
    text-align: left;
  }

  .tps-rtw-mob-filter-button button {
    display: block;
    margin: auto;
    background-color: var(--site-primary-color);
    color: var(--site-white-color) !important;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Calibri';
    font-weight: 600;
    color: transparent;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-primary-color);
    font-size: 16px;
    line-height: 16px;
    width: 140px;
    height: 50px;
    border-radius: 27px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    margin-top: 17px;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tps-rtw-mob-filter-button button::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -18px -87px !important;
    margin-left: 5px;
  }
  .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: var(--site-white-color);
    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 !important;
    text-align: center;
    line-height: 30px;
  }

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

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

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

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

  .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: 'Calibri';
    font-weight: bold;
    color: var(--site-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;
  }

  /*end*/

  /*you may also like loader*/
  .tps-rtw-spinner-grid-container.tps-simillar-product-loader ul.tps-rtw-animated-list {
    grid-template-columns: 1fr;
  }

  .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;
}/*you may also like loader*/



/* Filter desgin*/
  .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{
    width: fit-content;
    margin-right: 15px;
  }
  .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{
    padding: 10px;
    line-height: 14px;
    width: 120px;
  }
  .tps-rtw-filter-title{
      display: none;
  }  
  .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-down-arrow:after{
    right: 0;
    margin-right: 1px;
    top: -2px;
  }
  .ui-widget-header, .ui-slider .ui-slider-handle{
    z-index: 9 !important;
  }
  .ui-slider .ui-slider-handle{
    width: 20px !important;
    height: 20px !important;
    top: -9px !important;
  }
  .tps-rtw-listing-sort-option-list {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 314px;
    padding: 30px 10px 20px 10px !important;
    z-index: 99999999 !important;
  }
  .tps_latestv_rtwl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn{
    display: none;
  }
  .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: 20px 12px 3px 12px;
    display: block;
  }
  .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-color: transparent;
  }
  .tps-rtw-listing-sort-option-list .tps-rtw-listing-sort-option{
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px 2px 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-rtw-listing-sort-option-list .tps-rtw-listing-sort-close{
    width: 25px;
    height: 25px;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    position: absolute;
    background-position: -339px -450px !important;
    right: 7px;
    top: 7px;
    font-size: 0;
    display: block;
    cursor: pointer;
  }
  .tps_latestv_rtwl_filter .tps-rtw-shape span.tps-rtw-filter-label{
    padding: 7px 0px 0px 0px;
  }
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active span{
    border: none !important;
  }
  .tps_latestv_rtwl_filter .tps-latestv-bapf-to{
    padding: 2px 1px !important;
  }
  body.tps-handle-backdrop, body.tps-handle-sort-backdrop {
        height: 100%;
        position: relative;
        overflow: hidden;
    }
  .tps-handle-backdrop .tps-rtw-filter-backdrop-mobile,
  .tps-handle-sort-backdrop .tps-rtw-filter-backdrop-mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #00000024;
  }
  .ui-widget.ui-widget-content{
    margin: 10px 9px 24px 9px;
  }
  .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-rtw-filter-wrapper-div .tps-rtw-filter-option-list{
    bottom: -240px !important;
    height: 240px !important;
  }
  .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
    width: 100% !important;
    margin: 10px 0px 11px 0px;
  }
  
  .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: 50px;
  }
  .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%;
  }
  .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,
  .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span::after, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li .tps-seDetailc-sw-iocn::after, 
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li .tps-seDetailc-sw-iocn::after, 
  .tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-shapes-icon::after{
     display: none;
  }
  .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{
    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%, #000000 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%;
  }

  .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: 65px !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: 0px;
    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: 32% !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: 28px;
    }
    /*  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;
        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.tps-rtw-metal ul li.tps-rtw-filter-option-li{
       width: 49% !important;
    }*/
    .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-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_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: 5px;
    right: 5px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current div.tps-seDetailc-gallery-slide{
      border: 1px solid #000 !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: 'Calibri';
        color: var(--site-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-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-count-sort-view-type-parent-wrapper{
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .tps-rtw-title-and-count-div{
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .tps-rtw-item-col.tps-rtw-sort-col{
       margin-left: unset;
    }
    .tps-rtw-title-and-count-div .tps-rtw-item-count{
       font-size: 14px;
       line-height: 14px;
       margin: 8px 0px 15px 0px;
    }
    .tps-rtw-item-col.tps-rtw-sort-col span{
       font-size: 16px;
       line-height: 26px;
    }
    .tps-rtw-banner h1{
        position: unset;
        transform: none;
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-top: 22px;
    }
    .tps-rtw-banner picture{
      display: none;
    }
    .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{
       grid-gap: 0px 5px;
    }
    .tps-rtw-mob-filter-button button:hover {
      background-color: var(--site-primary-color);
      border-color: var(--site-primary-color);
      color: var(--site-primary-color);
    }

     /*  mobile filter  */
    .tps_latestv_rtwl_filter .tps-rtw-filters-title{
      display: none !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;
        justify-content: space-between;
        border-bottom: 1px solid var(--site-color-8);
    }
    .tps-rtw-filter-title label,
    .tps_latestv_rtwl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn{
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
    }
    .tps-rtw-filter-title label{        
        padding-top: 3px;
    }
    .tps_latestv_rtwl_reset_block .tps-rtw-reset-parent a.tps-rtw-reset-filter-btn,
    .tps_latestv_rtwl_reset_block{
        display: flex;
        margin: 0;
    }
    .tps-rtw-filter-backdrop-mobile {
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        margin-left: -100%;
        height: 100% !important;
        background-color: #00000045;
        transition: all 0.5s linear;
        z-index: 999999;
    }
    .tps_latestv_rtwl_filter_parent-child-wrapper{
      position: fixed;
      top: auto;
      left: 0%;
      width: 100%;
      margin-left: -100%;
      height: 88% !important;
      background-color: var(--site-white-color);
      z-index: 9999999;
      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_latestv_rtwl_filter_parent-child-wrapper,
    .tps-rtw-filter-open .tps-rtw-filter-backdrop-mobile{
      margin-left: 0%;
    }
    /*.tps_latestv_rtwl_filter .tps-rtw-style.tps_latesv_rtw_fil_common ul, 
    .tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul, 
    .tps-rtw-filter-option-list.dropdown-filter, .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul, 
    .tps-rtw-filter-section.section-second .tps_latesv_rtw_fil_common ul{
      display: block !important;
      position: unset !important;
      width: 100% !important;
    }*/
    .tps_latestv_rtwl_filter{
       flex-wrap: wrap;
       flex-direction: column !important;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section{
      flex-wrap: wrap;
    }
    .tps_latesv_rtw_fil_common{
       width: 100% !important;
    }
    .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list{
       height: auto !important;
       border: none !important;
       box-shadow: none !important;
    }
    .tps-rtw-filter-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tps-rtw-filter-title button.tps-rtw-filter-close {
        margin-left: unset;
        background-color: transparent !important;
        outline: none;
        width: 40px !important;
        height: 30px;
        background: url(../images/product-listing-images/rtw_latest_sprite.svg);
        background-position: -227px -42px;
        display: flex;
        padding: 0;
        outline: none !important;
        border: none;
    }
   
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before, .tps-latestv-reset-step-popup:before{
        background-color: var(--site-primary-color);
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div, .tps-latestv-reset-step-popup{
        background-color: var(--site-primary-color);
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div{
        text-align: center;
        font-size: 14px;
        color: var(--site-white-color);
    }
    .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{
        justify-content: center;
    }
    .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div button{
        margin-left: unset;
        margin-top: 10px;
        background-color: transparent;
        color: var(--site-white-color);
        font-family: 'Calibri';
        border: 1px solid var(--site-white-color);
        transition: 0.5s ease;
        border-radius: 2px;
        cursor: pointer;
        font-weight: normal;
        padding: 6px 20px 7px !important;
        font-size: 13px;
        font-weight: 500;
        height: auto !important;
        width: 60px !important;
        background-image: none !important;
    }
    .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-black-color);
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div, .tps-latestv-reset-step-popup{
        left: 50%;
        transform: translateX(-50%);
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before, .tps-latestv-reset-step-popup:before{
        left: 50%;
        right: unset;
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div, .tps-latestv-reset-step-popup{
        top: 33px;
    }
   
    .tps-rtw-filter-section .tps_latesv_rtw_fil_common span.tps-rtw-filter-label{
        display: block;
        width: 100% !important;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 16px;
        color: var(--site-black-color);
        margin: 0;
        padding: 7px 5px 15px 0px !important;
        font-family: 'Calibri';
        position: relative;
        cursor: default;
        border: none;
    }
    .tps_latesv_rtw_fil_common{
      margin-right: 0px !important;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list.dropdown-filter,
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common .tps-rtw-filter-option-list{
        padding: 0px !important;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
        margin: 0px 0px 0px 0px;
    }
    .tps_latestv_rtwl_filter{
        padding: 0px 15px 100px !important;
        margin-bottom: 0;
        border-bottom: none;
    }
    .tps_latestv_rtwl_filter .tps-rtw-style{
        margin-bottom: 10px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-metal{
        margin-bottom: 22px;
    }
    .ui-widget.ui-widget-content {
        margin: 10px 12px 24px 9px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-rtw-filter-option-list.dropdown-filter{
      display: grid !important;
      grid-template-columns: 1fr 1fr;
    }
    .tps_latestv_rtwl_filter .tps-latestv-bapf-from input, .tps_latestv_rtwl_filter .tps-latestv-bapf-to input{
        font-size: 14px !important;
        line-height: 14px !important;
    }
   /* .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-filter-option-li,
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li{
        width: 100% !important;
    }*/
    /*.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li.tps-rtw-filter-option-li{
      padding: 2px 0px 2px 0px !important;
    }*/
    .tps-rtw-filter-show-result{
      position: sticky;
      bottom: 0;
      width: 100%;
      z-index: 999999;
    }
    .tps-rtw-filter-show-result button{
        padding: 13px 20px 11px;
        font-family: 'Calibri';
        font-weight: 500;
        margin: 0px;
        border: 1px solid var(--site-primary-color);
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 16px;
        background-color: var(--site-primary-color);
        color: var(--site-white-color);
        position: relative;
        width: 100%;
        text-transform: capitalize;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        text-align: center;
    }
    .tps_latestv_rtwl_filter_parent-child-wrapper .tps_latestv_rtw_filter_parent-child {
        background-color: var(--site-white-color);
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        margin-top: 0px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .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 {
        grid-gap: 5px 5px;
    }
    .tps-rtw-filter-section .tps_latesv_rtw_fil_common span.tps-rtw-filter-label .tps-result-filter-count{
        display: none !important;
    }
    .tps-rtw-item-listing-div .tps-rtw-item-banner-div a .tps-rtw-item-banner-title{
        max-width: 340px;
        text-align: center;
        line-height: 35px;
        font-size: 25px;
      }
      .tps-rtw-item-col.tps-rtw-sort-col .tps-rtw-item-sort-by::after{
        height: 1px;
        bottom: 6px;
      }
      .tps-seDetailc-meta .tps-seDetailc-meta-price, .tps-rtw-final-meta .tps-rtw-final-price {
        font-size: 20px;
        line-height: 30px;        
      }
      .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-seDetailc-shipping-days {
        justify-content: center;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        margin-top: 10px;
      }
      .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide img.tps-seDetailc-similar-product-img {
        height: auto;
        /*filter: brightness(0.96);*/
      }
      .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: 200px;
      }
      .tps-rtw-form-popup .wpcf7-textarea + .wpcf7-not-valid-tip {
          margin: -23px 0px 7px 2px;
      }
       .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-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown .tps-down-arrow:after, .tps-rtw-product-size-wrapper .tps-rtw-product-size-dropdown-div .custom.tps-rtw-product-size-dropdown .tps-up-arrow:after{
       top: 2px;
    }
    .tps-rtw-filter-show-result button{
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 9px 20px 9px;
    }   
    .tps_latestv_rtwl_filter .tps-latestv-bapf-from input, .tps_latestv_rtwl_filter .tps-latestv-bapf-to input{
      padding: 5px 0px 3px 0px !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-bottom: 0px !important;
      margin-bottom: -10px !important;
    } 
    .tps_latestv_rtwl_filter .tps-rtw-style{
      margin-bottom: 0px !important;
    }
    .tps-rtw-filter-show-result button{
      padding: 12px 20px 12px;
    }
    .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;
    }
    .tps_latestv_rtwl_filter .tps-rtw-metal.tps_latesv_rtw_fil_common ul, .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul {
        grid-gap: 5px 2%;
    }
}

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

@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-col {
    grid-template-columns: 1fr 1fr;
  }

  .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-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-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-item-listing-div, .tps-rtw-item-listing-div noscript {
        grid-gap: 10px 1%;
    }
.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%;
    }
}

@media(min-width:580px){
  .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-prev{
    background-position: -125px -260px;
  }
  .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-next{
    background-position: -202px -260px;
  }
}

@media(max-width:580px) {
  .tps-rtw-seDetailc {
    margin-top: 30px;
}
.tps-page-rtw-product_detail .tps-rtw-main-container,
.tps-page-rtw-product_listing .tps-rtw-main-container {
        padding: 0px 0px;
    }
  .tps-rtw-data-not-found-container {
   margin-top: 30px;
}
    .tps-page-rtw-product_detail.wp-custom-logo .container.grid-container, 
    .tps-page-rtw-product_listing.wp-custom-logo .container.grid-container {      
        padding: 0 15px !important;
    }
  .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-meta .tps-seDetailc-share-list {       
    grid-gap: 0px 0px;
  }

  .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-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
  .tps-rtw-final-gallery .tps-rtw-final-gallery-inner .tps-rtw-final-thumbnail-gallery-horizontal .slick-track {
    width: auto !important;
  }

  .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-meta .tps-seDetailc-share-list div {
    justify-content: space-between;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(1),
  .tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(2),
  .tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(3) {
    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;
  }

   /*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: 65px !important;
        height: 60px !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_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-item-listing-div .tps-rtw-item-listing-grid-view-div-wrapper .tps-rtw-item-info-div{
       width: 100%;
    }
    .tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title{
       font-size: 14px;
       margin: 0px 0px 8px;
    }
    .tps-rtw-item-info-div .tps-rtw-item-price-div{
        font-size: 16px;
        line-height: 26px;
    }
    .tps-rtw-item-info-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-metadata-div .tps-rtw-item-title{
       font-size: 12px;
       line-height: 18px;
    }
    .tps-rtw-item-info-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-price-div{
       font-size: 14px;
       line-height: 26px;
    }
    .tps-rtw-spinner-grid-container {
        grid-template-columns: 1fr !important;
    }
    .tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps_grid_animated-background{
       height: 350px;
    }
    .tps-rtw-item-info-div .tps-rtw-item-metadata-pr .tps-rtw-item-metadata-pr-child {
        padding-right: 27px;
    }
    .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-prev{
      background-position: -21px -260px;
    }
    .tps-rtw-item-listing-div .tps-rtw-item-listing-list-view-div-wrapper .tps-rtw-item-img-div .tps-rtw-item-img-list-wrapper .slick-arrow.slick-next{
      background-position: -62px -260px;
    }
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div{
      display: none !important;
    }
    .tps-seDetailc-meta-description {        
      max-width: 290px;
      margin-inline: auto;
    }
    .tps-seDetailc-meta .tps-seDetailc-btn-wrapper {    
      grid-row-gap: 11px;
    }
    .tps-seDetailc-meta .tps-seDetailc-btn, .tps-seDetailc-meta .tps-seDetailc-wishlist {    
      width: 100%;
    }
    .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-product-div.slick-slide img.tps-seDetailc-similar-product-img {
      height: 300px;
    }
}


@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-rtw-final-rsized{
      rid-gap: 0px 0px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title{
      padding-right: 0px;
  }
  .tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-div .tps-rtw-result{
     grid-row-gap: 10px;    
  }
  .tps-rtw-item-info-div .tps-rtw-item-metadata-pr{
    padding: 12px 5px 5px !important;
  }
}


@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-listing-div noscript {
    grid-gap: 20px 10px;
  }

  .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 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-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .tps_grid_animated-background{
       height: 300px;
    }
}
@media(max-width:420px){
  /* Filter desgin*/
    .tps_latestv_rtwl_filter .tps-rtw-metal, .tps_latestv_rtwl_filter .tps-rtw-style {
        margin-right: 8px;
    }
    .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 {
      padding: 10px 5px;
      line-height: 14px;
      width: 110px;      
    }
    .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-filter-label, .tps_latestv_rtwl_filter .tps-rtw-item-sort-by-title,
    .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,
    .tps_latestv_rtwl_filter .tps-latestv-bapf-from input, 
    .tps_latestv_rtwl_filter .tps-latestv-bapf-to input,
    .tps_latestv_rtwl_filter .tps-latestv-bapf-from, 
    .tps_latestv_rtwl_filter .tps-latestv-bapf-to{
/*      font-size: 13px;*/
    }    
    .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_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li.tps-rtw-filter-option-li {
        padding: 4px 5px 6px 5px;
    }
  /*  End  */
}
@media(max-width:400px){
  /*Gallery design*/  
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-horizontal {
        margin-left: 0px;
    }
    .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: 60px !important;
        height: 55px !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;
    }
    .tps-rtw-item-listing-loader.tps-rtw-item-listing-list-view-loader .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: 60px !important;
        height: 55px !important;
    }
    .tps-seDetailc-gallery .slick-track{
        grid-gap: 0px !important;
    }  
    .tps-rtw-title-and-count-div h1.tps-rtw-header-tab-label-h1{
        text-align: left;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list a {    
      grid-gap: 0;    
      font-size: 12px;
      line-height: 21px;    
      justify-content: center;
    }
}


@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: 5px;
    }
    .tps-page-ready-to-ship-product_listing .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common {
        width: 155px;
    }
  /*  End  */
}

/*** Code Created by TransPacific Software Pvt. Ltd ***/