/*RTW module css*/
@font-face {
    font-family: 'Inter, sans-serif';
    src: url('assets/font/Inter-Thin.eot');
    src: url('assets/font/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/font/Inter-Thin.woff2') format('woff2'),
        url('assets/font/Inter-Thin.woff') format('woff'),
        url('assets/font/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter, sans-serif';
    src: url('assets/font/Inter-Regular.eot');
    src: url('assets/font/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/font/Inter-Regular.woff2') format('woff2'),
        url('assets/font/Inter-Regular.woff') format('woff'),
        url('assets/font/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter, sans-serif';
    src: url('assets/font/Inter-Medium.eot');
    src: url('assets/font/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/font/Inter-Medium.woff2') format('woff2'),
        url('assets/font/Inter-Medium.woff') format('woff'),
        url('assets/font/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter, sans-serif';
    src: url('assets/font/Inter-SemiBold.eot');
    src: url('assets/font/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/font/Inter-SemiBold.woff2') format('woff2'),
        url('assets/font/Inter-SemiBold.woff') format('woff'),
        url('assets/font/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {    
    --primary-color-1: #ECE2D5;
    --secondary-color-1: #B2B2B2;
    --secondary-color-2: #BC9881;
    --secondary-color-3: #D5B5A2;
    --secondary-color-4: #ECE6E6;
    --secondary-color-5: #F2EBE2;
    --secondary-color-6: #3F3C3C;
    --bgcolor-trans: transparent;
    --bgcolor-black: #000000;
    --bgcolor-white: #FFFFFF;     
    --bgcolor-main: #A97F55;    
    --font-body-family: Inter, sans-serif;  
    --secondary-color-7:#F8F8F8;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
}
html, body {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin: 0;
 padding: 0;
}
*{
    box-sizing: border-box;
}
body {
    letter-spacing: 0px;
    color: var(--bgcolor-black);
    font-weight: 400;
}
h1, h2, h3, h4, h5, p {
    letter-spacing: 0px;
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
}
.tps-rtw-earrings h1.collection-hero__title {
    font-size: 50px;
    font-weight: 500;
}
h1, .h1, .h0{
    font-size: 30px;
    line-height: 40px;
} 
h2, .h2{
    font-size: 32px;
    line-height: 39px;
} 
h3, .h3{
    font-size: 25px;
    line-height: 29px;
} 
h4, .h4, h5, .h5{
    font-size: 18px;
    line-height: 22px;
}
p{
    font-size: 16px;
    line-height: 24px;
}
.tps-secondary-para p{
    font-size: 14px;
    line-height: 22px;
}
.tps-rtw-breadcrumb ol{
    margin: 20px 0px 10px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
}
.tps-rtw-breadcrumb ol li{
    position: relative;
    margin: 0;
    padding: 0;
}
.tps-rtw-breadcrumb ol li:not(:last-child)::after{
    content: "/" ;
    display: inline-block;
    vertical-align: unset !important;
    transform: none !important;
    border: none !important;
    margin-left: 5px;
}
.tps-rtw-breadcrumb ol li a{
    font-size: 15px;
    line-height: 20px;
    color: var(--bgcolor-black);
    font-weight: normal;
    font-family: var(--font-body-family);
    text-decoration: none;
}
.tps-rtw-breadcrumb ol li:not(:last-child){
    margin-right: 5px;
}
.tps-rtw-banner-title h1{
    margin: 20px 0px 5px 0px;
}
.tps-rtw-banner-title p,
.tps-rtw-banner-para label{
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: var(--secondary-color-6);
    font-family: var(--font-body-family);
    position: relative;
}
.tps-rtw-banner-para label::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color-6);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.5s ease-in-out;
}
.tps-rtw-banner-para{
    display: inline;
}
.tps-rtw-banner-para p,
.tps-rtw-banner-para label{
    display: inline;
}
.tps-rtw-banner-para label{
    cursor: pointer;
    text-transform: capitalize;
}
.tps-rtw-banner-para p.tps-rtw-banner-para-full{
    display: none;
}
.tps-rtw-banner-title{
    margin-bottom: 35px;
}
.tps-rtw-fiilter .tps-rtw-fiilter-parent ul{
  margin: 0px 0px 50px 0px;
  padding: 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  list-style: none;
}
.tps-rtw-fiilter .tps-rtw-fiilter-parent ul li{
  padding: 0px;
  margin: 0;
  max-width: 185px;
  width: 100%;
}
.tps-rtw-fiilter .tps-rtw-fiilter-parent ul li span{
  padding: 13px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--bgcolor-black);
  font-family: var(--font-body-family);
  transition: 0.5s ease-in-out;
  background-color: var(--primary-color-1);
  border: 1px solid var(--bgcolor-black);
  border-radius: 18px;
  cursor: pointer;
}
.tps-rtw-fiilter .tps-rtw-fiilter-parent ul li.active span{
  background-color: var(--bgcolor-black);
  color: var(--bgcolor-white);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul{
  margin: 0px;
  padding: 0px 0px 5px 0px;
  list-style: none;
  display: flex;
  grid-gap: 30px;
  border-bottom: 1px solid var(--secondary-color-1);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li{
  width: fit-content;
  margin: 0;
  padding: 0;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  color: var(--bgcolor-black);
  font-family: var(--font-body-family);
  font-weight: normal;
  padding-right: 16px;
  cursor: pointer;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span::after{
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../../assets/images/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: top 4px center;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li.active span::after{
  top: 5px;
  background-position: top 4px center;
  transform: rotate(180deg);
}
.tps-rtw-breadcrumb ol li a::after{
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--bgcolor-black);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width 0.5s ease-in-out;
}
.tps-rtw-applied-fiilter{
    padding: 13px 10px;
    border-bottom: 1px solid var(--secondary-color-1);
    background-color: #f5f3f3;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-filter-label{
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-reset-filter a.filter-heading {
    font-family: var(--font-body-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    overflow: hidden;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-reset-filter a.filter-heading:before {
    content: "";
    width: 25px;
    height: 29px;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-position: -229px -39px;
    margin-top: 0;
    margin-right: 6px;
    position: absolute;
    display: block;
    left: 0;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-reset-filter a.filter-heading::after{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 22px;
    bottom: 0;
    background-color: var(--bgcolor-black);
    transition: width 0.5s ease-in-out;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-filter-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-rtw-applied-fiilter-cr{
    list-style: none;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 4px 6px;
    padding-right: 4%;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-rtw-applied-fiilter-cr{
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-applied-filter-lable{
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-filter-values{
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-filter-values .tps-filter-remove-option{
    width: 15px;
    height: 15px;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-position: -115px -84px;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    top: 0;
    right: 0;
    display: block;
    background-repeat: no-repeat;
}
.tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-rtw-applied-fiilter-cr:not(:last-child)::after{
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 85%;
    background: #999;
    right: 1px;
}
.tps-rtw-filter-count span{
    color: var(--secondary-color-6);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    display: inline-block;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 1%;
    grid-row-gap: 20px;
    padding: 0;
    margin:25px 0px 30px 0px;
    list-style: none;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col{
    width: 19.20%;
    border: 1px solid transparent;
    transition: 0.5s ease-in-out;    
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col .tps-rtw-product-meta{
    padding: 5px;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col.focus-active{
    border-color:#f1f1f1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr img{
    width: 100%;
    height: auto;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-img{
   position: relative;
   margin-bottom: 10px;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-img-hover{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   transition: 0.5s ease-in-out;
   opacity: 0;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-sell{
    position: absolute;
    left: 5px;
    bottom: 10px;
    z-index: 9;
}
.tps-rtw-product-grid .tps-rtw-product-be-sell span{
    display: block;
    background-color: var(--primary-color-1);
    border: 1px solid var(--secondary-color-6);
    font-family: var(--font-body-family);
    font-size: 10px;
    padding: 7px 10px;
    text-align: center;
    border-radius: 12px;
    width: fit-content;
}
.tps-rtw-product-grid .tps-rtw-product-be-sell span.tps-rtw-bestseller{
    margin-bottom: 10px;
}
.tps-rtw-product-grid .tps-rtw-product-meta-title,
.tps-rtw-product-grid .tps-rtw-product-meta-price{
   color: var(--bgcolor-black);
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 400;
   line-height: 22px;
   text-decoration: none;
   margin-bottom: 10px;
   display: inline-block;
}
.tps-rtw-product-grid .tps-rtw-product-meta-price{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.tps-rtw-product-grid .tps-rtw-product-metal{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 7px;
    align-items: center;
    margin-bottom: 11px;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 4px;
    border: 1px solid var(--secondary-color-1);
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-repeat: no-repeat;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch.white-gold,
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch{
    background-position: -9.5px -6.5px;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch.yellow-gold {
    background-position: -53.5px -6.5px;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch.platinum {
    background-position: -94.5px -6.5px;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch.rose-gold {
    background-position: -182.5px -6.5px;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-rtw-product-metal-label{
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch.active{
    border-color: var(--bgcolor-black);
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social{
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 9;   
    display: flex;
    align-items: center;
    grid-column-gap: 10px; 
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-add-to-cart,
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-wishlist{
    width: 24px;
    height: 24px;
    background-color: var(--primary-color-1);
    border-radius: 50%;
    border: 1px solid var(--primary-color-1);
    cursor: pointer;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-repeat: no-repeat;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-wishlist{
    background-position: -143px -80px;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-add-to-cart{
    background-position: -202.5px -81px;
}
.tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-wishlist.active{
    background-position:-171px -80px;
}
.tps-pagination .paginationjs{
    justify-content: center !important;
}
.paginationjs .paginationjs-pages li{

}
.tps-pagination ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-bottom: none !important;
    max-width: fit-content;
    margin:40px auto 50px auto !important;
    border-bottom: none !important;
}
.tps-pagination ul li{
    padding-bottom: 6px;
    padding-inline: 0;
    margin-top: 1.5px;
    border: none !important;
}
.tps-pagination ul li button {
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bgcolor-trans);
    border: none;
    padding-inline: 6px;
    cursor: pointer;
}
.tps-pagination ul li.disabled button {
    color: var(--secondary-color-1);
    cursor: unset;
}
.tps-pagination ul li.active {
    border-color: var(--bgcolor-black);
}
.paginationjs .paginationjs-pages li>a{
    font-size: 16px !important;
}
.paginationjs .paginationjs-pages li.J-paginationjs-previous>a,
.paginationjs .paginationjs-pages li.J-paginationjs-next>a{
    font-size: 25px !important;
}
.paginationjs .paginationjs-pages li.disabled{
    opacity: 0 !important;
}
.paginationjs .paginationjs-pages li:not(.J-paginationjs-previous).active>a,
.paginationjs .paginationjs-pages li:not(.J-paginationjs-next).active>a{
    background-color: var(--bgcolor-black) !important;
}
.tps-rtw-banner-para.expand .tps-rtw-banner-para-short{
    display: none;
}
.tps-rtw-banner-para.expand .tps-rtw-banner-para-full{
    display: inline;
}
.tps-rtw-container{
    max-width: 100% !important;
    padding: 0 60px !important;
    margin-inline: auto !important;
}
.tps-filter-sort{
   display: none;
}
/*loader design*/
.tps-productlist-spinner-grid-container .timeline-item {
    background: var(--bgcolor-white);
    padding: 0px;
    margin: 0 auto;
}
.tps-productlist-spinner-grid-container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
    grid-column-gap: 1%;
    grid-row-gap: 20px;
    margin: 0 0 50px 0;
}
.tps-productlist-spinner-grid-container ul li{
    border: 1px solid var(--bgcolor-white);
    background: var(--bgcolor-white);
    border-radius: 1px;
    transition: all .2s ease-in;
    transform: scale(1);
    width: 19.20%;
}
.tps-productlist-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;
    display: block !important;
}
.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-img {
    width: 100%;
    margin: 0px auto 20px auto;
    height: 330px;
    display: block;
}
@keyframes placeHolderShimmer {
  0% {}

  100% {
    background-position: 468px 0;
  }
}
.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    grid-gap: 10px;
    margin: 15px auto;
}
.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape>div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.tps-productlist-animated-background.tps-productlist-grid-pr-title {
    width: 80%;
    height: 20px;
    margin: 0 0 15px 0;
}
.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-price {
    width: 100px;
    height: 20px;
    margin: 0 0 15px 0;
}
.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape>div.tps-product-metal{
    width: 100%;
    height: 15px;
    max-width: 135px;
    border-radius: 0;
}
.tps-back-to-search .tps-back-to-search-anchor{
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    grid-column-gap: 5px;
    overflow: hidden;
    padding: 15px 0px 4px 0px;
    margin-bottom: 15px;
}
.tps-back-to-search .tps-back-to-search-anchor::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: var(--bgcolor-black);
    position: absolute;
    left: 30px;
    bottom: 2px;
    transition: width 0.5s ease-in-out;
}
.tps-back-to-search .tps-back-to-search-anchor::before{
    content: '';
    width: 25px;
    height: 15px;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-position: -145px -50px;
    display: inline-block;
    transform: rotate(180deg);
}
.tps-rtw-gallery-meta-cr{
    display: flex;
    flex-wrap: wrap;
}
.tps-rtw-gallery-meta-cr .tps-rtw-gallery{
    width: 65%;    
    position: relative;
}
.tps-rtw-gallery-meta-cr .tps-rtw-right-content{
    width: 35%;
    padding-left: 60px;
}
.tps-rtw-gallery .tps-rtw-gallery-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.tps-rtw-gallery .tps-rtw-gallery-grid .tps-rtw-gallery-slide{
    background-color: var(--secondary-color-7);
    border: 1px solid var(--secondary-color-7);
    overflow: hidden;
}
.tps-rtw-gallery .tps-rtw-gallery-grid .tps-rtw-gallery-slide img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
.tps-rtw-gallery .tps-detail-page-Wishlist{
    position: absolute;
    top: 21px;
    right: 53%;
}
.tps-rtw-gallery .tps-detail-page-Wishlist button{
    width: 53px;
    height: 53px;
    background-color: #FFFFFF99;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-repeat: no-repeat;
    background-position: 0px -163px;
}
.tps-rtw-gallery .tps-detail-page-Wishlist button.active{
    background-position: -51px -163px;
}
.tps-rtw-right-content h1{
   margin: 0px 0px 15px 0px;
}
.tps-rtw-right-content p.tps-rtw-detail-dsc,
.tps-rtw-right-content p.tps-rtw-detail-sku{
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-color-6);
    font-family: var(--font-body-family);
}
.tps-rtw-right-content p.tps-rtw-detail-sku{
    margin: 0px 0px 15px 0px;
}
.tps-rtw-right-content .tps-rtw-detail-price{
    color: var(--bgcolor-black);    
    font-family: var(--font-body-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.tps-rtw-right-content .tps-type-section .tps-type-section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.tps-rtw-right-content .tps-type-section .tps-type-section-title span,
.tps-rtw-right-content .tps-type-section .tps-type-section-title a,
.tps-rtw-right-content .tps-instock a,
.tps-rtw-right-content .tps-fast-delivery a{
    color: var(--bgcolor-black);    
    font-family: var(--font-body-family);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.tps-rtw-right-content .tps-type-section .tps-type-section-title a,
.tps-rtw-right-content .tps-instock a,
.tps-rtw-right-content .tps-fast-delivery a{
    text-decoration: none;
    font-size: 12px;
    position: relative;
}
.tps-rtw-right-content .tps-type-section .tps-type-section-title a::after,
.tps-rtw-right-content .tps-instock a::after,
.tps-rtw-right-content .tps-fast-delivery a::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--bgcolor-black);
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.5s ease-in-out;
}
.tps-rtw-right-content .tps-type-section .tps-type-list{
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li{
    position: relative;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon{
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid transparent;
    background-image: url(../../assets/images/builder-gemstone-sprite.png);
    background-repeat: no-repeat;
    margin-inline: auto;
    display: block;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li input{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 999;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li label{
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 5px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li a{
    text-decoration: none;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li input[type="radio"]:checked + .tps-type-list-icon,
.tps-rtw-right-content .tps-type-section .tps-type-list li.active .tps-type-list-icon{
   border-color: var(--bgcolor-black);     
}
.tps-rtw-right-content .tps-type-section .tps-gemstone-list .tps-type-list-icon.tps-gemstone-1{
   background-position: -210.5px -6px;
}
.tps-rtw-right-content .tps-type-section .tps-gemstone-list .tps-type-list-icon.tps-gemstone-2 {
    background-position: -585.5px -6px;
}
.tps-rtw-right-content .tps-type-section .tps-gemstone-list .tps-type-list-icon.tps-gemstone-3 {
    background-position: -639.5px -6px;
}
.tps-rtw-right-content .tps-type-section .tps-gemstone-list .tps-type-list-icon.tps-gemstone-4 {
    background-position: -106.5px -6px;
}
.tps-rtw-right-content .tps-type-section .tps-gemstone-list .tps-type-list-icon.tps-gemstone-5 {
    background-position: -57.5px -6px;
}
.tps-rtw-right-content .tps-type-section .tps-gemstone-list .tps-type-list-icon.tps-gemstone-6{
   background-position: -158.5px -6px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon{
   background-image: url(../../assets/images/RTW-Sprite.svg);
}
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-18k-metal-white-gold,
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-14k-metal-white-gold{
    background-position: -4.5px -118.5px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-18k-metal-yellow-gold,
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-14k-metal-yellow-gold{
    background-position: -77.5px -118.5px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-18k-metal-rose-gold,
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-14k-metal-rose-gold{
    background-position: -293.5px -118.5px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list.tps-metal-list li .tps-type-list-icon.tps-metal-platinum{
    background-position: -438.5px -118.5px;
}
.tps-rtw-right-content .tps-type-section{
    margin-bottom: 25px;
}
.tps-rtw-right-content .tps-rtw-button button{
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: var(--bgcolor-white);
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bgcolor-black);
    border: 1px solid var(--bgcolor-black);
    width: 100%;
    padding: 8px;
    border-radius: 1px;
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 100%;
    min-width: 100%;
    box-shadow: none !important;
    transition: 0.5s ease-in-out;
}
.tps-rtw-right-content .tps-rtw-button button::after{
    content: '';
    width: 27px;
    height: 10px;
    display: inline-block;
    background-image: url(../../assets/images/white-arrow.svg);
    background-position: center center;
    margin-left: 5px;
    background-repeat: no-repeat;
}
.tps-rtw-right-content .tps-instock{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.tps-rtw-right-content .tps-instock p,
.tps-rtw-right-content .tps-fast-delivery p b,
.tps-rtw-right-content .tps-fast-delivery p{
    color: #00830C;
    font-family: var(--font-body-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.tps-rtw-right-content .tps-fast-delivery p{
    color: var(--bgcolor-black);
    margin: 0;
    max-width: 426px;
}
.tps-rtw-right-content .tps-instock a,
.tps-rtw-right-content .tps-fast-delivery a{
    position: relative;
    line-height: 12px;
}
.tps-rtw-right-content .tps-rtw-button,
.tps-rtw-right-content .tps-fast-delivery{
    margin-bottom: 15px;
}
.tps-rtw-product-toggle-sec{
    padding: 0px;
    border-bottom: 1px solid var(--secondary-color-1);
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-title{
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px 12px 0px;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-title::after{
    content: '';
    width: 25px;
    height: 15px;
    background-image: url(../../assets/images/black-arrow-small.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    opacity: 0;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-desc .tps-rtw-product-toggle-cr{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px 5px 0px;
    border-bottom: 1px solid var(--secondary-color-1);
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-desc .tps-rtw-product-toggle-cr:last-child{
    border-bottom: none;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-cr>span{
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 600;
   color: var(--bgcolor-black);
   text-transform: uppercase;
   width: 100%;
   margin-bottom: 8px;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-cr .tps-rtw-product-toggle-col{
   display: flex;
   flex-direction: column;
   padding: 7px 0 7px 10px;
   width: 50%;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-cr .tps-rtw-product-toggle-col span{
   font-size: 13px;
   font-weight: 400;
   text-align: left;
   line-height: normal;
   color: var(---bgcolor-black);
   font-family: var(--font-body-family);
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-cr .tps-rtw-product-toggle-col span.tps-rtw-product-toggle-col-title{
    font-weight: 600;
    margin-bottom: 7px;
}
.tps-rtw-product-toggle .tps-rtw-product-toggle-desc{
    display: block !important;
    height: 100% !important;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-title.activeToggle::after{
    transform: rotate(270deg);
}
.tps-rtw-product-toggle .tps-rtw-product-toggle-desc .tps-toggle-popup{
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    background: #00000085;
    height: 100%;
}
.tps-rtw-product-toggle .tps-rtw-product-toggle-desc.tps-open-popup .tps-toggle-popup{
    opacity: 1;
    visibility: visible;
    z-index: 101;
}
.tps-rtw-product-toggle .tps-rtw-product-toggle-desc .tps-toggle-popup .tps-toggle-popup-m{
    background-color: var(--bgcolor-white);
    overflow: auto;
    max-width: 690px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: auto;
    transform: none;
    margin: 0;
    padding: 20px 40px;
    top: 0;
}
body.tps-open-popup-body{
    overflow: hidden;
    height: 100%;
}
.tps-toggle-popup .tps-popup-close button{
    position: unset;
    background-color: var(--bgcolor-white);
    border: 0;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    font-size: 0px;
    color: transparent;
    background-image: url(../../assets/images/RTW-Sprite.svg);
    background-position: -45px -37px;
    background-repeat: no-repeat;
}
.tps-toggle-popup .tps-toggle-popup-cr p,
.tps-toggle-popup .tps-toggle-popup-cr span,
.tps-toggle-popup .tps-toggle-popup-cr a,
.tps-toggle-popup .tps-toggle-popup-cr li{
    font-family: var(--font-body-family);
    color: var(--bgcolor-black);
}
.tps-toggle-popup .tps-toggle-popup-title{
    text-align: center;
    border-bottom: 1px solid var(--secondary-color-1);
    padding-bottom: 20px;
    width: 100%;
    display: inline-block;
    font-size: 20px;
}
.tps-toggle-popup .tps-toggle-popup-cr p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
}
.tps-toggle-popup .tps-toggle-popup-cr ul{
    list-style: none;
    margin: 15px 0px;
    padding: 0;
}
.tps-toggle-popup .tps-toggle-popup-cr ul li,
.tps-toggle-popup .tps-toggle-popup-cr ul li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.tps-toggle-popup .tps-toggle-popup-cr ul li a{
    text-decoration: underline;
}
.tps-toggle-popup .tps-toggle-popup-cr .tps-popup-faq-btn{
    display: block;
    width: max-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background: var(--bgcolor-black);
    color: var(--bgcolor-white);
    text-decoration: none;
    padding: 10px;
    border: 1px solid var(--bgcolor-black);
    margin: 30px 0;
    transition: 0.5s ease-in-out;
}
.tps-toggle-popup .tps-toggle-popup-cr .tps-popup-faq-btn::after{
    content: '';
    width: 27px;
    height: 10px;
    display: inline-block;
    background-image: url(../../assets/images/white-arrow.svg);
    background-position: center center;
    margin-left: 5px;
    background-repeat: no-repeat;
}
.tps-toggle-popup .tps-toggle-popup-cr .tps-popup-faq-btn:hover{
    border-color: var(--bgcolor-black);
    background: var(--bgcolor-trans);
    color: var(--bgcolor-black);
}
.tps-rtw-detail-container{
    padding-bottom: 60px !important;
}
.tps-filter-wrapper{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 3%;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}
.tps-filter-wrapper .tps-filter-block{
     width: 48.5%;
}
.paginationjs .paginationjs-pages li>a{
    min-width: 35px !important;
}
.paginationjs .paginationjs-pages li.active>a{
    height: 35px !important;
    line-height: 35px !important;
}
.paginationjs .paginationjs-pages li.J-paginationjs-next>a,
.paginationjs .paginationjs-pages li.J-paginationjs-previous>a{
    line-height: 25px !important;
}
.tps-filter-wrapper .tps-filter-heading{
    font-size: 16px;
    line-height: 22px;
    color: var(--bgcolor-black);
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 600;
    padding-left: 0px;
    font-family: var(--font-body-family);
    display: block;
    padding: 7px 5px 15px 0;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list{
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: flex-start;
    margin: 0;
    flex-wrap: wrap;
    grid-gap: 24px 1%;
    border-bottom: none;
}
.tps-swatch-filter-wrapper .tps-filter-list .tps-filter-option{
    position: relative;
    text-align: center;
}
.tps-swatch-filter-wrapper .tps-filter-list .tps-filter-option .tps-filter-checkbox{
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 999;
}
.tps-swatch-filter-wrapper .tps-filter-list .tps-filter-option .tps-filter-checkbox + span::after,
.tps-swatch-filter-wrapper .tps-filter-list .tps-filter-option .tps-filter-checkbox + span + span::after{
    display: none !important;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list li span.tps-filter-centreStoneCut-label,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list li span.tps-filter-metal-label,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list li span.tps-filter-style-label{
    display: block;
    padding: 8px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-body-family);
    color: var(--bgcolor-black);
    text-align: center;
    font-size: 12px;
}
.tps-filter-wrapper .tps-filter-block.tps-filter-style{
   width: 100%;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li{
    width: 15.83%;
}
/*.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li .tps-filter-centreStoneCut-label{
    opacity: 0;
    visibility: hidden;
    padding: 5px 5px 5px !important;
    background-color: var(--secondary-color-7);
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    margin: 8px auto 0px auto;
    width: fit-content;
}*/
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-metal-icon,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon{
    width: 46px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1px;
    border: 1px solid var(--bgcolor-white);
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 0;
    background-image: url(../../assets/images/RTW-Sprite.svg);
}
/*.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon{
    background-color: var(--secondary-color-7);
}*/
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-metal-list .tps-filter-option{
    width: 19.2%;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li.active .tps-filter-centreStoneCut-label{
    opacity: 1;
    visibility: visible;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-metal-list .tps-filter-option.active .tps-filter-metal-icon,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li.active .tps-filter-centreStoneCut-icon,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-style-list .tps-filter-option.active .tps-filter-style-icon{
    border-color: var(--bgcolor-black);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-metal-list .tps-filter-option.active .tps-filter-metal-label,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-style-list .tps-filter-option.active .tps-filter-style-label,
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li.active .tps-filter-centreStoneCut-label{
    font-weight: 600;
    color: var(--bgcolor-black);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-metal-list .tps-filter-option .tps-filter-metal-icon{
    background-position: -2px -116px;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon{
    background-image: url(../../assets/images/filter-images/diamond-placeholder.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-round-brilliant,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-round-brilliant{
    background-image: url(../../assets/images/filter-images/round.png);
}
.tps-rtw-right-content .tps-type-section.shape .tps-type-list li .tps-type-list-icon{
    background-position: center;
    background-size: 80%;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-emerald,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-emerald{
    background-image: url(../../assets/images/filter-images/emerald.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-oval,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-oval{
    background-image: url(../../assets/images/filter-images/oval.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-cushion,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-cushion{
    background-image: url(../../assets/images/filter-images/cushion.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-pear,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-pear{
    background-image: url(../../assets/images/filter-images/pear.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-radiant,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-radiant{
    background-image: url(../../assets/images/filter-images/radiant.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-princess,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-princess{
    background-image: url(../../assets/images/filter-images/princess.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-marquise,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-marquise{
    background-image: url(../../assets/images/filter-images/marquise.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-heart,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-heart{
    background-image: url(../../assets/images/filter-images/heart.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-centreStoneCut-icon.tps-filter-centreStoneCut-icon-asscher,
.tps-rtw-right-content .tps-type-section .tps-type-list li .tps-type-list-icon.tps-asscher{
    background-image: url(../../assets/images/filter-images/asscher.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon{
    width: 75px;
    height: 60px;
    background-image: url(../../assets/images/filter-images/diamond-ring.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-solitaire-with-diamond-set-shoulders{
    background-image: url(../../assets/images/filter-images/solitaire.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-solitaire-with-plain-shoulders{
    background-image: url(../../assets/images/filter-images/solitaire-plain.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-halo-with-diamond-set-shoulders{
    background-image: url(../../assets/images/filter-images/halo-diamond.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-halo-with-plain-shoulders{
    background-image: url(../../assets/images/filter-images/halo-plain.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-split-shoulders{
    background-image: url(../../assets/images/filter-images/split-shoulders.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-oyster-deluxe{
    background-image: url(../../assets/images/filter-images/oyster-deluxe.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-checkbox-hidden-halo{
    background-image: url(../../assets/images/filter-images/hidden-halo.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-hidden-halo{
    background-image: url(../../assets/images/filter-images/hidden-halo.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-solitaire-with-diamond-shoulders{
    background-image: url(../../assets/images/filter-images/solitaire.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-cluster{
    background-image: url(../../assets/images/filter-images/solitaire.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-trilogy-set-with-plain-shoulders{
    background-image: url(../../assets/images/filter-images/trilogy.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-trilogy{
    background-image: url(../../assets/images/filter-images/trilogy.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-bezel-set{
    background-image: url(../../assets/images/filter-images/bezel-set.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul li span.tps-filter-style-icon.tps-filter-style-icon-bezel-set{
    background-image: url(../../assets/images/filter-images/bezel-set.png);
}
.tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-style-list li {
    width: 11.62%;
}
.tps-rtw-gallery .tps-rtw-gallery-grid .tps-rtw-gallery-slide video{
    width: 100%;
}
.tps-rtw-detail-container{
    margin-bottom: 100px;
}
.tps-rtw-right-content .tps-type-section.metal .tps-type-list.tps-gemstone-list li .tps-type-list-icon{
    background-position: -4.5px -118.5px;
    background-image: url(../../assets/images/RTW-Sprite.svg);
}
.tps-rtw-right-content .tps-type-section.metal .tps-type-list.tps-gemstone-list li .tps-type-list-icon.tps-platinum-950{
    background-position: -438.5px -118.5px;
}
.tps-rtw-right-content .tps-type-section .tps-type-list li.selected .tps-type-list-icon {
    border-color: var(--bgcolor-black);
}
.tps-rtw-right-content .tps-type-section .tps-type-list li.selected .tps-type-list-label{
    font-weight: 600;
}
.tps-rtw-right-content .tps-type-section.diamondQuality{
    position: relative;
    width: fit-content;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-type-section-title span{
    display: flex;
    align-items: baseline;
    grid-column-gap: 10px;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-type-section-title span b{
    border: 1px solid #000;
    padding: 7px 10px 8px;
    margin-top: 0px;
    border-radius: 26px;
    max-width: 140px;
    width: 140px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-type-section-title span b::after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/drop-down-arrow.svg);
    background-position: center center;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-gemstone-list{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 34px;
    left: auto;
    right: 0;
    background-color: var(--bgcolor-white);
    border: 1px solid #b1aaaa;
    z-index: 9;
    width: 140px;
    padding: 5px 0px 10px;
    border-radius: 5px;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-gemstone-list .tps-type-list-icon{
    display: none;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-gemstone-list{
    grid-gap: 0px;
}
.tps-rtw-right-content .tps-type-section.diamondQuality .tps-gemstone-list label.tps-type-list-label{
    margin-top: 0px;
    padding: 6px 10px;
    cursor: pointer;
}
.no-products-found{
    padding: 100px  15px;
    border: 1px solid var(--secondary-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body-family);
    color: var(--bgcolor-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.tps-rtw-right-content .tps-type-section.diamondQuality:not(.dropdown-on) .tps-type-section-title span b::after{
    transform: translateY(-56%) rotate(180deg);
}
.tps-rtw-price-filter-wrapper{
    width:100%;
}
.tps-rtw-price-filter-wrapper .ui-widget-content {
    width: 95.1%;
    left: 0%;
    margin: auto;
    height: 6px;
}
.ui-slider-horizontal .ui-slider-range {
    background: var(--bgcolor-black);
    position: absolute;
    z-index: 0;
    height: 2px;
    border-radius: 5px;
}
.ui-slider-horizontal .ui-slider-range {
    background: var(--bgcolor-black);
    border-color: var(--bgcolor-black);
}
.ui-slider .ui-slider-handle{
    background: var(--bgcolor-white) !important;
    box-shadow: none !important;
    width: 18px !important;
    height: 18px !important;
    top: -8px !important;
    border-radius: 50%;
    border-width: 2px;
    border: 4px solid var(--bgcolor-black) !important;
    cursor: pointer;
}
.tps-rtw-price-filter-wrapper #price-min-val,
.tps-rtw-price-filter-wrapper #price-max-val{
    width: 100px;
    height: 36px;
    border-radius: 8px;
    background-color: var(--bgcolor-white);
    border: 1px solid var(--secondary-color-1);
    color: var(--bgcolor-black);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 2px;
    margin: 15px 0 0;
    display: inline-block !important;
    float: left;
    text-align: center;
    outline: none;
    box-shadow: none;
}
.tps-rtw-product-toggle-sec .tps-rtw-product-toggle-cr>span.tps-spacial-note-para{
    font-weight: normal;
    text-transform: unset;
}
.tps-rtw-price-filter-values{
    max-width: 97%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.tps-rtw-price-filter-values span{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    max-width: 100px;
    text-align: center;
    padding: 8px 10px 9px;
    border: 1px solid var(--bgcolor-black);
    font-family: var(--font-body-family);
    width: 50%;
    border-radius: 5px;    
}
/*media query start here*/
@media(hover:hover){
    .tps-rtw-right-content .tps-type-section.diamondQuality .tps-gemstone-list li:hover label.tps-type-list-label{
        font-weight: 600;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-metal-list .tps-filter-option:hover .tps-filter-metal-icon,
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li:hover .tps-filter-centreStoneCut-icon,
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-style-list .tps-filter-option:hover .tps-filter-style-icon{
        border-color: var(--bgcolor-black);
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li:hover .tps-filter-centreStoneCut-label{
        opacity: 1;
        visibility: visible;
    }
    .paginationjs .paginationjs-pages li:not(.J-paginationjs-previous):hover>a,
    .paginationjs .paginationjs-pages li:not(.J-paginationjs-next):hover>a{
        background-color: var(--bgcolor-black) !important;
        color: var(--bgcolor-white) !important;
    }
    .tps-toggle-popup .tps-toggle-popup-cr .tps-popup-faq-btn:hover::after{
        background-image: url(../../assets/images/black-arrow-small.svg);
    }
    .tps-toggle-popup .tps-toggle-popup-cr ul li a:hover{
        text-decoration: none;
    }
    .tps-rtw-right-content .tps-rtw-button button:hover::after{
        background-image: url(../../assets/images/black-arrow-small.svg);  
    }
    .tps-rtw-right-content .tps-rtw-button button:hover{
        border-color: var(--bgcolor-black);
        background: var(--bgcolor-trans);
        color: var(--bgcolor-black);
    }
    .tps-rtw-right-content .tps-type-section .tps-type-list li:hover .tps-type-list-icon{
       border-color: var(--bgcolor-black);     
    }
    .tps-rtw-right-content .tps-type-section .tps-type-section-title a:hover::after,
    .tps-rtw-right-content .tps-instock a:hover::after,
    .tps-rtw-right-content .tps-fast-delivery a:hover::after{
        width: 0%;
    }
    .tps-rtw-gallery .tps-detail-page-Wishlist button:hover{
        background-position: -51px -163px;
    }
    .tps-back-to-search .tps-back-to-search-anchor:hover::after{
        width: 100%;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col:hover{
        border-color:#f1f1f1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    .tps-rtw-applied-fiilter .tps-rtw-applied-reset-filter a.filter-heading:hover::after{
        width: 100%;
    }   
    .tps-pagination ul li:not(.disabled):hover{
         border-color: var(--bgcolor-black);
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-add-to-cart:hover,
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-wishlist:hover{
        background-color: transparent;
        border-color: var(--bgcolor-black);
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social span.tps-rtw-product-wishlist:hover{
        background-position:-171px -80px;
    }
    .tps-rtw-product-grid .tps-rtw-product-metal .tps-metal-swatch:hover{
        border-color: var(--bgcolor-black);
    }
    .tps-rtw-product-grid .tps-rtw-product-img:hover .tps-rtw-product-img-hover{
        opacity: 1;
    }
    .tps-rtw-applied-fiilter .tps-rtw-applied-fiilter-values .tps-filter-values:hover .tps-filter-remove-option{
        background-position: -93px -83.5px;
    }
    .tps-rtw-breadcrumb ol li:hover a::after{
        width: 100%;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul li:hover span{
        background-color: var(--bgcolor-black);
        color: var(--bgcolor-white);
    }
    .tps-rtw-banner-para label:hover::after{
        width: 0%;
    }
}
@media(max-width:1600px){
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col,
    .tps-productlist-spinner-grid-container ul li{
        width: 24.25%;
    }
    .tps-rtw-container{
      padding: 0 50px !important;
    }
}
@media(max-width:1400px){
    .tps-rtw-container{
      padding: 0 30px !important;
    }
    .tps-rtw-gallery-meta-cr .tps-rtw-right-content{
        padding-left: 40px;
    }
}
@media(max-width:1300px){
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul{
        grid-gap: 10px;
    }
    .tps-filter-wrapper{
        grid-column-gap: 1%;
    }
    .tps-filter-wrapper .tps-filter-block {
        width: 49.5%;
    }
}
@media(max-width:1199px){
    .tps-rtw-container {
        padding: 0 20px !important;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col,
    .tps-productlist-spinner-grid-container ul li{
        width: 32.65%;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul li span{
        padding: 13px 2px;
        font-size: 12px;
        line-height: 12px;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul{
        grid-gap: 10px 2%;
        flex-wrap: wrap;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul li{
        max-width: 100%;
        width: 32%;
    }
    .tps-filter-wrapper .tps-filter-block {
        width: 100%;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-style-list li {
        width: 15.82%;
    }
    .tps-rtw-right-content .tps-type-section .tps-type-list{
        grid-gap: 15px 5px;
    }
}
@media(max-width:991px){
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col,
    .tps-productlist-spinner-grid-container ul li{
        width: 49.40%;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-style-list li {
        width: 24.25%;
    }
    .tps-rtw-gallery-meta-cr .tps-rtw-gallery,
    .tps-rtw-price-filter-wrapper{
        width: 100%;
    }
    .tps-rtw-gallery-meta-cr .tps-rtw-right-content{
        width: 100%;
        padding: 30px 0px 0px;
    }
    .tps-rtw-price-filter-wrapper{
        margin-top: 10px;
    }
}
@media(max-width:767px){
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul{
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul::-webkit-scrollbar {
        display: none;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul li{
        flex: 0 0 auto;
        white-space: nowrap;
        scroll-snap-align: start;
    }
    .tps-rtw-container {
        padding: 0 15px !important;
    }
    .tps-rtw-breadcrumb ol li a{
        font-size: 13px;
    }
    h1, .h1, .h0 {
        font-size: 22px;
        line-height: 32px;
    }
    .tps-rtw-banner-title {
        margin-bottom: 32px;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul{
        margin: 0px 0px 25px 0px;
    }
    .tps-filter-sort{
       display: inline-block;
       -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .tps-rtw-filter-count{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .tps-rtw-filter-count span{
        margin-top: 0;
    }
    .tps-filter-sort .tps-filter-sort-btn{
        margin: 0;
        font-size: 16px;
        line-height: 16px;
        background: var(--bgcolor-black);
        color: var(--bgcolor-white);
        padding: 10px 15px 9px;
        border-radius: 13px;
        display: flex;
        align-items: center;
        grid-column-gap: 3px;
        transition: transform 0.4s ease;
    }
    .tps-filter-sort .tps-filter-sort-btn::after{
        content: '';
        width: 35px;
        height: 21px;
        background-image: url(../../assets/images/RTW-Sprite.svg);
        background-position: -256px -44px;
        margin-top: -3px;
    }
    .tps-filter-sort.sticky {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 999;
    }
    .tps-filter-sort.sticky .tps-filter-sort-btn{
        width: 100%;
        justify-content: center;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 13px 15px 12px;
    } 
    .tps-rtw-fiilter-child.open-mobile-filter {
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100% !important;
        background-color: #00000075;
        z-index: 99;
    }
    .tps-rtw-fiilter-child .tps-rtw-fiilter-mobile-filter{
        position: fixed;
        top: 50px;
        left: 0%;
        width: 100%;
        transform: translateY(110%);
        height: 100% !important;
        background-color: var(--bgcolor-white);
        transition: all 0.5s ease-out;
        z-index: 99;
        padding: 0 0 50px;
        border-radius: 20px 20px 0 0;
    }
     .tps-rtw-fiilter-child.open-mobile-filter .tps-rtw-fiilter-mobile-filter{
        transform: translateY(0%);
     }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul{
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul li{
        width: 100%;
    }
    .tps-rtw-applied-fiilter{
        padding: 10px 0;
    }
    .tps-rtw-product-grid .tps-rtw-product-meta-title{
        font-size: 12px;
        line-height: 18px;
    } 
    .tps-rtw-product-grid .tps-rtw-product-meta-price{
        font-size: 13px;
        line-height: 13px;
    }
    .tps-rtw-product-grid .tps-rtw-product-metal .tps-rtw-product-metal-label{
        font-size: 10px;
        display: block;
        width: 100%;
        margin-top: 8px;
    }
    .tps-rtw-product-grid .tps-rtw-product-metal{
        grid-column-gap: 3px;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr,
    .tps-productlist-spinner-grid-container ul{
        grid-column-gap: 3%;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col,
    .tps-productlist-spinner-grid-container ul li{
        width: 48.5%;
    }
    .tps-rtw-product-grid .tps-rtw-product-be-sell span{
        padding: 5px 5px;
        border-radius: 12px;
    }
    .tps-rtw-product-grid .tps-rtw-product-be-sell span.tps-rtw-bestseller {
        margin-bottom: 7px;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-parent ul li {
        max-width: 160px;
        width: 100%;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-sell{
        left: 0px;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-be-social{
        right: 0px;
        grid-column-gap: 5px;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-img{
        margin-bottom: 5px;
    }
    .tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape>div{
        width: 24px;
        height: 25px;
    }   
    .tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape>div.tps-product-metal{
        max-width: 100px;
        width: 100px;
        height: 10px;
    }
    .tps-rtw-product-grid .tps-rtw-product-grid-cr .tps-rtw-product-grid-col .tps-rtw-product-meta a:last-child{
        margin-bottom: 0px;
    }
    .tps-filter-wrapper .tps-filter-heading{
        padding: 7px 5px 6px 0;
        border-bottom: 1px solid #f1f0f0 !important;
        margin-bottom: 0px !important;
        display: flex;
        align-items: center;
    }
    .tps-filter-wrapper .tps-filter-heading::after{
        content: '';
        width: 20px;
        height: 20px;
        background-image: url(../../assets/images/drop-down-arrow.svg);
        display: inline-block;
        margin-left: auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .tps-filter-wrapper .tps-filter-block .tps-swatch-filter-wrapper{
        display: none;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .tps-filter-wrapper{
        grid-row-gap: 10px;
    }
    .tps-pagination ul{
        gap: 5px;
    }  
    .paginationjs .paginationjs-pages li:not(.paginationjs-prev):not(.paginationjs-next )>a{
        font-size: 13px !important;
        border: 1px solid #e7e7e7;
        height: 34px;
        line-height: 34px !important;
    } 
    .tps-rtw-gallery .tps-rtw-gallery-grid{
        grid-template-columns: 1fr;
    }
    .tps-rtw-gallery .tps-rtw-gallery-horizontal .tps-rtw-gallery-slide{
        width: 50px !important;
        height: 50px;
        border: 1px solid #b1aaaa;
        margin-inline: auto;
        margin-top: 15px;
    }
    .tps-rtw-gallery .tps-rtw-gallery-horizontal .slick-slide>div{
        display: flex;
        justify-content: center;
    }
    .tps-rtw-gallery .tps-rtw-gallery-horizontal .slick-current .tps-rtw-gallery-slide{
        border-color: var(--bgcolor-black);
    }
}
@media(max-width:580px){
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-centreStoneCut-list li {
        width: 24.22%;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-style-list li {
        width: 32.60%;
    }
    .tps-rtw-fiilter .tps-rtw-fiilter-child ul.tps-filter-list.tps-filter-metal-list .tps-filter-option {
        width: 32.65%;
    }
}
