/** Shopify CDN: Minification failed

Line 915:0 Unexpected "{"
Line 946:0 Unexpected ","

**/
/*********** Code Created by TransPacific Software Pvt. Ltd********************/
.breadcrumbs {
    margin: 20px 0 7px !important;
}
.tps-breadcrumb.breadcrumbs ol li a, .tps-breadcrumb.breadcrumbs ol li span {
    color: var(--bgcolor-1);
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.breadcrumbs__item:not(:last-child):after {
    content: "/" !important;
    width: 6px !important;
    height: 20px !important;
    transform: none !important;
    border: none !important;
    font-size: 16px;
    line-height: 18px;
    margin: 0 !important;
}

/*rtw listing page*/
/*banner section*/
.tps-rtw-banner .hero__content-wrapper{
    font-family: var(--font-body-family);
    max-width: none;
    width: max-content;
    padding-left: 12%;
}
.tps-rtw-banner h1{
    font-size: 45px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 72px !important; 
}

/*filtere section*/
.tps-rtw-productlist-top-tab ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    grid-gap: 15px;
    padding: 0;
    margin-top: 25px;
}
.tps-rtw-productlist-top-tab ul li{
    border-radius: 20px;
    background: var(--bgcolor-6);
    padding: 0px 30px;
    list-style-type: none;
    border:1px solid var(--bgcolor-trans);
}
.tps-rtw-productlist-top-tab ul li.tps-rtw-productlist-tab.active.tab-active {
    border-color: var(--bgcolor-1);
}

.tps-rtw-banner rte-formatter p,
.tps-rtw-productlist-top-tab ul li span,
.tps-rtw-listing .facets__heading, .tps-rtw-listing .facets__summary  {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.tps-rtw-listing .facets__heading {
    font-weight: 700;
    margin-right: 15px !important;
}
.facets__form {
    display: block !important;
}
.product-count.light span, .facets__disclosure,
.tps-filter-apply-remove-btn .tps-filter-result-title,
facet-remove.tps-remove-filters span, .gf-block-title span{
    color: var(--bgcolor-7);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.facet-filters__field .facet-filters__label,
.facet-filters__field .select__select {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.facet-filters__field .facet-filters__label{
      font-weight: 700;
      margin-right: 5px;
}

.facets__disclosure {
    margin-right: 15px !important;
    border: 1px solid var(--bgcolor-3);
    padding: 0 4px 0 15px;
    border-radius: 28px;
}

 .tps-rtw-listing .facets__summary div{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.facet-filters {
     border-bottom: 1px solid var(--bgcolor-3);
     padding-bottom: 10px;
     align-items: center !important;
}
.tps-rtw-collection-filters.tps-container {
    padding: 0 !important;
}
.facets-container{
    padding-top: 0 !important;
}
.facet-filters__sort.select__select {
    border-bottom: 1px solid var(--bgcolor-1) !important;
    padding-right: 5px !important;
}
.disclosure-has-popup{
    position: relative;
}
.disclosure-has-popup .parent-display.facets__display {
    position: absolute;
    top: 25px;
    left: 0;
    width: auto;
    max-height: fit-content;
    z-index: 1;
    background: var(--bgcolor-white);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid var(--bgcolor-trans);
}
.facets__header, .facets__list{
    padding: 10px !important;
}
.disclosure-has-popup span.facet-checkbox__text-label,
.disclosure-has-popup span.facet-checkbox__text,
.facets__header a.facets__reset.link.underlined-link ,
.facets__header span.facets__selected {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.tps-rtw-productlist-top-tab ul li a {
    display: flex;
    grid-gap: 10px;
    align-items: center
}
.gf-top_one .gf-filter-contents:not(.gf-grid--4-col) .gf-option-block .gf-block-title .h3{
    border-radius:17px;
}
.noUi-touch-area, #gf-tree .noUi-connect{
    color: var(--bgcolor-main);
}
.spf-product-card__saleprice.money, span.spf-product-card__price.money {
    font-weight: 700 !important;
}
#gf_pagination_wrap button.gf-loadmore-btn{
    background-color: var(--bgcolor-white)!important;
    color: var(--bgcolor-1) !important;
    border:1px solid var(--bgcolor-1) !important;
    border-radius:24px;
}
span.loadmore {
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
/*Grid section*/
.collection.page-width.tps-container {
    padding: 0 !important;
}
.product-grid, .spf-has-filter.spf-layout-app #gf-products{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-gap: 18px;
    grid-template-areas: none;
    list-style: none;
    margin: 25px 0 50px;
    padding-left: 0;
}
.spf-has-filter.spf-layout-app #gf-products .spf-col-xl-3 {
    max-width: 100% !important;
    border: 1px solid var(--bgcolor-4);
    background: var(--bgcolor-white);
    border-radius: 0;
    transition: all .2s ease-in;
    transform: scale(1);
    list-style-type: none !important;
}

.product-grid .media.media--transparent {
    position: relative;
    border-radius: 15px 15px 0 0;
}
.product-grid .card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    filter: brightness(.95);
}
.card__content{
    margin: 20px 0px !important;
    aspect-ratio: auto !important;
}
.card__content .card__heading, .spf-product-card__title a {
    color: var(--bgcolor-1);
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.card__content .price {
    color: var(--bgcolor-1);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: var(--font-body-family);
}

.product-grid .card__media img:nth-child(1) {
    position: relative;
}
.product-grid .card__media img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
}
.product-grid .card__media+.card__content, .card__inner .card__content {
    display: none;
}
.card__information{
    padding:0 !important;
}
.card__media {
    position: static !important; 
}
.card__content .card__heading a {
    text-decoration: none !important;
}
.load-more-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    flex-direction: column;
    margin-top: 33px;
    grid-row-gap: 10px;
}
.load-more-wrapper button{
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    border: 0;
    background: var(--bgcolor-white);
    text-align: center;
    display: flex;
    cursor: pointer;
    padding: 5px 10px 5px 35px;
    color: var(--bgcolor-1);
    border-radius: 20px;
    border: 1px solid var(--bgcolor-1);
    position: relative;
    z-index: 1;
}
.load-more-wrapper .filter-info {
    color: var(--bgcolor-1);
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
}
.load-more-wrapper button:after {
    content: "";
    background: #999;
    width: 15px;
    height: 15px;
    background: url(diamond-list-icon.svg);
    background-position: -83px -153px;
    display: block;
    position: absolute;
    left: 9px;
    top: 21%;
    border: 1px solid var(--bgcolor-1);
    border-radius: 50%;
}

.product-grid .card__media .media:hover img:nth-child(1), .product-grid .card__media .media img:nth-child(2){
    opacity: 0 !important;
}
.product-grid .card__media .media:hover img:nth-child(2), .product-grid .card__media .media img:nth-child(1) {
    opacity: 1 !important;
}
.load-more-wrapper .viewed-count {
    margin-bottom: 0 !important;
}
/*listing loader*/
.tps-product-grid-listing-loader-rtw .timeline-item {
    background: var(--bgcolor-white);
    padding: 0;
    margin: 0 auto;
}
.tps-product-grid-listing-loader-rtw  ul.tps-productlist-animated-list  {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px 1%;
}

.tps-product-grid-listing-loader-rtw  ul li {
    border: 1px solid var(--bgcolor-4);
    background: var(--bgcolor-white);
    border-radius: 0;
    transition: all .2s ease-in;
    transform: scale(1);
    width: 100%;
}

.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, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 900px 204px;
    height: 40px;
    position: relative;
    display: block !important;
}
.tps-productlist-grid-pr-shape {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin: 15px auto;
}
.tps-productlist-animated-background.tps-productlist-grid-pr-img {
    width: 100%;
    margin: 0 auto 20px;
    height: 250px;
    display: block;
}
.tps-productlist-grid-pr-shape .tps-productlist-animated-background {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.tps-productlist-animated-background.tps-productlist-grid-pr-title {
    width: 80%;
    height: 20px;
    margin: 0 auto 15px;
}
.tps-productlist-animated-background.tps-productlist-grid-pr-price {
    width: 100px;
    height: 20px;
    margin: 0 auto 15px;
}
/*detail page */
.tps-rtw-detail-page .product {
    display: flex !important;
    flex-direction: row;
}
product-info#MainProduct-template--18705937989747__main-product {
    padding-top: 10px !important;
}
.tps-product-detail-back-to-search a.tps-back-to-search {
    display: flex;
    color: var(--bgcolor-1);
    position: relative;
    text-decoration: none;
    padding-left: 15px;
    font-size: 16px;
    line-height: 16px;
    top: 0;
    font-family: var(--font-body-family);
    overflow-x: clip;
    width: fit-content;
}
.tps-product-detail-back-to-search a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(ringbuilder-latest-sprite.svg);
    background-position: -281px -593px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.tps-product-detail-back-to-search {
    margin-bottom: 15px;
}
.tps-product-gallery-grid-view {
     margin-bottom: 20px; 
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
    width: 100%;
    overflow: hidden;
}
.tps-main-slide.tps-main-slide-image .tps-slide {
    position: relative;
}
.zoom-container {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
.zoom-image {
    transition: transform .3s ease;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide .tps-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #553900;
    opacity: .035;
}

.product__info-wrapper {
    padding: 0 !important;
    width: 100% !important;
    max-width: 75% !important;
    margin: auto;
    text-align: center;
}
.tps-product-details-section .product__title {
    margin-bottom: 12px;
}
.tps-product-right-info-section .product__title h1, .tps-product-right-side-info-section .tps-product-title {
    color: var(--bgcolor-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.product__title {
    margin-bottom: 12px !important;
}
.tps-rtw-product-sku, .tps-rtw-product-price, .tps-rtw-variant-section, .product__info-container .product-form,
.tps-rtw-shipping-info{
    margin: 0 0 10px !important;
}
.tps-rtw-product-sku span.tps-sku, .tps-rtw-product-sku {
    color: var(--bgcolor-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-body-family);
}
.price--large {  
    justify-content: flex-start !important;
}
.product-form__submit {
    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-main);
    border: 1px solid var(--bgcolor-main);
    width: 100%;
    padding: 10px;
    border-radius: 0;
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    max-width: 100%;
    min-width: 100%;
    box-shadow: none !important;
    height: 45px;
}
.tps-rtw-product-price .price__container span {
    font-size: 20px !important;
    line-height: 20px !important;
    color: var(--bgcolor-1) !important;
    font-family: var(--font-body-family) !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}
.tps-rtw-product-price .price__container .price-item.price-item--regular{
    font-weight: 600 !important;
}
.tps-rtw-variant-section legend.form__label span {
    color: var(--bgcolor-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-family: var(--font-body-family);
}
.tps-rtw-variant-section legend.form__label span.tps-option-set-label{
    font-weight: 600;
    color: var(--bgcolor-1) !important;
}
.tps-rtw-variant-section .tps-product-options-list {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    grid-row-gap: 15px;
    grid-column-gap: 1%;
}
.tps-rtw-variant-section .tps-product-options-list .tps-variation-option{
    position: relative;
    text-align: center;
    width: 10.22% !important;
}
.tps-rtw-variant-section .product-form__input input[type=radio]{
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 999;
    clip: auto;
}
.tps-rtw-variant-section .tps-variation-option span {
    width: 46px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    background: url(ringbuilder-latest-sprite.svg);
    border-radius: 0%;
    border: 1px solid var(--bgcolor-trans);
    position: relative;
    display: block;
    margin-bottom: 4px;
}
.tps-rtw-variant-section .tps-variation-option label {
    color: var(--bgcolor-1);
    font-family: var(--font-heading-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
 .tps-rtw-variant-section .tps-variation-option label.active{
    font-weight: 600;
    color: var(--bgcolor-main);
} 
.tps-rtw-variant-section .tps-variation-option span.tps-rose-gold{
    background-position: -141px -366px;
}
.tps-rtw-variant-section .tps-variation-option span.tps-white-gold{
    background-position: -76px -366px;
}
.tps-rtw-variant-section .tps-variation-option span.tps-yellow-gold{
    background-position: -11px -366px;
}
.tps-rtw-variant-section .tps-variation-option span.tps-platinum{
        background-position: -206px -366px;
}
.tps-rtw-variant-section .product-form__input input[type=radio]:checked+span{
    border: 1px solid var(--bgcolor-main);
}
.tps-diamond-shipping-information ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tps-diamond-shipping-information ul li {
    margin-bottom: 15px;
    width: 50%;
}
.tps-diamond-shipping-information ul li span a, .tps-diamond-shipping-information ul li span {
    text-decoration: none;
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
}
.tps-diamond-shipping-information ul li span:before {
    content: "";
    width: 29px;
    height: 22px;
    background-image: url(diamond-detail-sprite.svg);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.tps-diamond-shipping-information ul li span a {
    position: relative;
}
.tps-diamond-shipping-information ul li {
    margin-bottom: 15px;
    width: 50%;
}
.tps-diamond-shipping-information ul li:last-child {
    width: 100%;
    margin-bottom: 0;
}
.tps-diamond-shipping-information ul li span a, .tps-diamond-shipping-information ul li span {
    text-decoration: none;
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
}
.tps-diamond-shipping-information ul li span {
    position: relative;
    padding-left: 33px;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.tps-mail-icon:before {
    background-position: -164px -663px;
}
.tps-call-icon:before {
    background-position: -31px -661px;
}
.tps-shipping-info-title.tps-diamond-icon {
    display: block;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    position: relative;
    padding-left: 33px;
}
.tps-shipping-info-title.tps-diamond-icon:before {
    content: "";
    width: 29px;
    height: 22px;
    background-image: url(diamond-detail-sprite.svg);
    background-repeat: no-repeat;
    background-position: -27px -509px;
    display: block;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-details-info {
    border-bottom: 1px solid var(--bgcolor-3);
    border-top: 1px solid var(--bgcolor-3);
    padding-bottom: 0;
    margin-bottom: 25px !important;
    margin-top: 20px !important;
    padding-top: 0;
}
.product-details-info .tps-product-detail-section-heading {
    position: relative;
}
.product-details-info .tps-product-detail-section-heading h2{
    color: var(--bgcolor-1);
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px !important;
    text-align: left;
    padding: 8px 0;
    margin-bottom: 0;
    cursor: pointer;
    border-top: none;
    margin-top: 0;
}
.product-details-info .tps-product-detail-section-heading[data-section=setting-info] h2 {
    border-top: 0px;
}
.product-details-info .tps-product-detail-section-heading.active h2 {
    border-bottom: none;
}
.product-details-info .tps-product-detail-section-heading span.tps-tab-arrow {
    width: 15px;
    height: 10px;
    background: url(ringbuilder-latest-sprite.svg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    transform: translateY(-50%);
}
.tps-product-details .tps-product-detail-section-heading span.tps-tab-arrow.tps-arrow-down {
    background-position: -404px -311px;
}
.product-details-info .tps-product-detail-section-heading span.tps-tab-arrow.tps-arrow-up {
    background-position: -404px -324px;
}
.tps-product-details-info.tps-product-details-setting-info, .tps-product-details-info.tps-product-details-diamond-info,
.tps-product-details-info.tps-product-details-setting-info.tps-product-details-setting-information{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
}
.tps-product-details-info.tps-product-details-setting-info.tps-product-details-setting-information,
.tps-product-details-info.tps-product-details-setting-info, .tps-product-details-info.tps-product-details-diamond-info {
    grid-template-columns: 50% 50%;
}
.tps-product-details-info .tps_title_information {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    display: block;
    width: 100%;
    grid-column: 1 / -1;
}
.tps-product-details-info.tps-product-details-setting-info .tps-single-info {
    display: flex;
    justify-content: space-between;
    padding: 7px 0 7px 10px;
    flex-direction: column;
    border-bottom: 1px solid var(--bgcolor-4);
    gap: 5px 0px;
}
.tps-product-details-info.tps-product-details-setting-info .tps-single-info span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    color: var(--bgcolor-2);
    font-family: var(--font-heading-family);
}
.tps-product-details-info.tps-product-details-setting-info .tps-single-info span.tps-txt-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--bgcolor-1);
    text-transform: capitalize;
    font-family: var(--font-heading-family);
}
.page-width.tps-rtw-detail-page.tps-container {
    margin-bottom: 20px;
}
.price--sold-out .price__availability, .price__regular {
    line-height: 0px !important;
}

/*dertail page loader*/
 .tps-spinner-container.tps-setting-detail-page-loader {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 9999;
    height: 100%;
    bottom: 0;
    background: var(--bgcolor-white);
    left: 0;
}
.tps-spinner-container.tps-final-ringl-page-loader .auth-info.row {
    margin: 0 !important;
}
 .tps-filter-page-loader .animated-background, .tps-setting-detail-page-loader .animated-background {
    height: auto;
    background: var(--bgcolor-white);
}
 .tps-setting-detail-page-loader .tps_bread-crum-hed-bx {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
 .tps-setting-detail-page-loader .tps_details_bg-masker, .tps_details_bg-masker {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmern;
    animation-name: placeHolderShimmern;
    -webkit-animation-timing-function: 
linear;
    animation-timing-function: 
linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 900px 204px;
    position: relative;
    display: block;
}
 .tps-setting-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-main {
    width: 60px;
    height: 10px;
}
 .tps-setting-detail-page-loader .tps_bread-crum-hed-bx {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.tps-setting-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-last {
    width: 150px;
    height: 10px;
}
 .tps-setting-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-mid {
    width: 20px;
    height: 10px;
    margin-left: 8px;
    margin-right: 8px;
}
.tps-setting-detail-page-loader .tps_back_srch_bx {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
 .tps-setting-detail-page-loader .tps_back_srch_bx_arow {
    width: 20px;
    height: 10px;
    margin-right: 5px;
}
 .tps-setting-detail-page-loader .tps_back_srch_bx_back {
    width: 120px;
    height: 10px;
}
 .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--bgcolor-white);
    grid-gap: 30px;
}
.tps-setting-detail-page-loader .tps_details_loader_gallery-grid-view div, .tps_details_loader_gallery.tps-loader-grid-view .tps_details_loader_gallery-grid-view div {
    width: 100%;
    height: 300px;
    display: block;
}
.tps-setting-detail-page-loader .tps_details_loader_title {
  height: 45px;
  display: block;
  width: 100%;
}


.tps-setting-detail-page-loader .tps_details_loader_price {
  height: 35px;
  display: block;
  width: 45%;
  margin-top: 20px;
}


.tps-setting-detail-page-loader .background-masker.tps_details_loader_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--bgcolor-white);
  grid-gap: 30px;
}


.tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img,
{
  display: block;
  width: 80%;
  height: 405px;
}


.tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_loader_gallery_right {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec {
  display: flex;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec .tps_details_loader_gallery_left {
  width: 85%;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec .tps_details_loader_gallery_right {
  width: 15%;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
  width: 100%;
  height: 390px;
  margin-left: 0;
}

,
.tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_loader_gallery_right div {
  display: block;
  margin-bottom: 20px;
}


.tps-setting-detail-page-loader .tps_back_srch_bx {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_gallery_left.horizontal-thumb-slider,
.tps-setting-detail-page-loader .tps_details_loader_gallery_right.horizontal-thumb-slider,
.tps-setting-detail-page-loader .tps_details_loader_gallery_left.vertical-thumb-slider {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  flex-direction: unset;
}

.tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div,
.tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
  height: 60px !important;
  width: 80px;
  margin: auto;
}

.tps-setting-detail-page-loader .tps_details_loader_social,
.tps-final-ringl-page-loader .tps_details_loader_social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.tps-final-ringl-page-loader .tps_details_loader_social div span:nth-child(1) {
  width: 80%;
  height: 25px;
}

.tps-setting-detail-page-loader .order_now,
.tps-final-ringl-page-loader .order_now {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  grid-gap: 10px;
  padding-bottom: 10px;
}

.tps-setting-detail-page-loader .order_now div span:nth-child(1),
.tps-final-ringl-page-loader .order_now div span:nth-child(1) {
  width: 40px;
  border-radius: 50%;
  height: 40px;
}

.tps-setting-detail-page-loader .tps-shipping-info-section div span:nth-child(1),
.tps-final-ringl-page-loader .tps-shipping-info-section div span:nth-child(1) {
  border-radius: 0%;
  width: 30px;
  height: 30px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now,
.tps-final-ringl-page-loader .tps_details_loader_social.order_now {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  grid-gap: 10px;
  padding-bottom: 0;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div {
  flex-direction: column;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(1) {
  width: 40px !important;
  height: 40px !important;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
  width: 40px;
  height: 10px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2),
.tps-final-ringl-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
  width: 70%;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(3),
.tps-final-ringl-page-loader .tps_details_loader_social.order_now div span:nth-child(3) {
  width: 15%;
}

.tps-final-ringl-page-loader .tps_details_loader_social.order_now div {
  display: flex;
  gap: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social div span,
.tps-final-ringl-page-loader .tps_details_loader_social div span {
  display: block;
  height: 20px;
}

.tps-final-ringl-page-loader .tps_details_loader_social div,
.tps-setting-detail-page-loader .tps_details_loader_social div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.tps-final-ringl-page-loader .tps_details_loader_social.Engraving_section {
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.tps-final-ringl-page-loader span.tps_details_bg-masker.Engraving_section-text {
  height: 5px !important;
}

.tps-setting-detail-page-loader .tps-setting-info-section div span:nth-child(1),
.tps-final-ringl-page-loader .tps-setting-info-section div span:nth-child(1) {
  width: 85% !important;
  border-radius: 0%;
  height: 21px !important;

}

.tps-setting-detail-page-loader .tps-setting-info-section div span:nth-child(2),
.tps-final-ringl-page-loader .tps-setting-info-section div span:nth-child(2) {
  width: 20px !important;
  border-radius: 0%;
  height: 20px !important;
}

.tps-final-ringl-page-loader div.tps_details_loader_btn.tps_details_bg-masker {
  height: 52px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.tps-spinner-container.tps-final-ringl-page-loader,
.tps-spinner-container.tps-setting-detail-page-loader {
  position: absolute;
  top:-43px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  bottom: 0;
  background: var(--bgcolor-white);
  left: 0;
}
.tps-spinner-container.tps-final-ringl-page-loader .auth-info.row,
.tps-spinner-container.tps-setting-detail-page-loader .auth-info.row {
  margin: 0 !important;
}

.tps_details_loader_product-information_section {
  width: 100%;
  margin-top: 30px;
}


.tps-setting-detail-page-loader .tps_details_loader_product div {
  display: flex;
  grid-gap: 5px;
  align-items: center;
}


.tps-setting-detail-page-loader .tps_details_loader_product div span:nth-child(1) {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}


.tps-setting-detail-page-loader .tps_details_loader_product div span:nth-child(2) {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social {
  grid-template-columns: 1fr;
}

.tps-setting-detail-page-loader .tps_details_loader_social div span:nth-child(1) {
  width: 30%;
  height: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social div span:nth-child(2) {
  width: 20%;
  height: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social div {
  gap: 10px;
}

.tps-setting-detail-page-loader .tps_details_loader_button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tps-setting-detail-page-loader span.tps_details_loader_description.tps_details_bg-masker {
  height: 35px;
  margin-top: 20px;
}

span.tps_details_loader_chosesettingbutton.tps_details_bg-masker.tps_choose-setting-btn-masker {
  height: 35px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section,
.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-info-section {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section div,
.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-info-section div {
  flex-direction: row;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-info-section div span:nth-child(1) {
  width: 85% !important;
  border-radius: 0%;
  height: 21px !important;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section div span:nth-child(1) {
  width: 20px !important;
  height: 20px !important;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section div span:nth-child(2) {
  width: 80%;
  height: 20px;
}

/*loader design end */

.globo-dropdown-custom__options{
        min-width: 161px !important;
}

@media (hover: hover) {
    .tps-rtw-variant-section .tps-variation-option:hover span{
    border: 1px solid var(--bgcolor-main);
}
.facets__summary:hover .facets__summary-label {
    text-decoration: none !important;
}
.product-grid li.grid__item:hover{
        box-shadow: 2px 4px 6px -3px #00000014;
        border: 1px solid var(--bgcolor-main);
        transition: all .2s ease-in;
}
.load-more-wrapper button:hover {
        color: var(--bgcolor-white);
        background-color: var(--bgcolor-main);
        border-color: var(--bgcolor-main);
    }
.load-more-wrapper button:hover:after {
        background-position: -103px -154px;
}
.tps-applied-filters-value .icon.icon-close-small:hover{

    background-position: -413px -501px;
}
.spf-has-filter.spf-layout-app #gf-products .spf-col-xl-3:hover{
        border: 1px solid var(--bgcolor-1);
}
#gf_pagination_wrap button.gf-loadmore-btn:hover {
    background-color: var(--bgcolor-main)!important;
    color: var(--bgcolor-white) !important;
    border:1px solid var(--bgcolor-main) !important;
}
}
@media (min-width: 768px) {
    .tps-product-gallery-grid-view {
        width: 100%;
        margin-inline: auto;
    }
    .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
        width: 100%;
        overflow: hidden;
        border: 1px solid var(--bgcolor-3);
    }
        .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide img {
        width: 100%;
        height: 100%;
    }
        .tps-diamond-shipping-information ul li span {
        font-size: 16px;
    }
    .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery .tps_details_loader_gallery-grid-view
     {
        display: grid;
        grid-gap: 10px 2%;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    .tps-product-left-info-section, .tps-product-left-side-info-section {
        width: 55% !important;
    }
    .tps-product-right-info-section {
        margin: 0 !important;
    }
    .tps-product-right-info-section, .tps-product-right-side-info-section {
        width: 100% !important;
        padding-left: 3% !important;
        padding-right: 0% !important;
        max-width: 45% !important;
        margin: 0;
        text-align: left;
    }
    .tps-product-left-info-section .tps-product-gallery-section {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
    .tps-product-gallery-grid-view {
        margin-inline: auto;
    }
    .tps-product-right-info-section .product__title h1, .tps-product-right-side-info-section .tps-product-title {
        font-size: 24px;
    }
    .tps-product-right-info-section .product__title h1, .tps-product-right-side-info-section .tps-product-title {
        text-align: left;
        margin-top: 0;
    }
     .tps-product-sku-section span {
        font-size: 16px;
    }
    .tps-rtw-variant-section .tps-product-options-list.tps-product-options-list-metal {
        justify-content: flex-start;
    }
    .tps-rtw-variant-section .tps-product-options-list .tps-variation-option{

        width: 31% !important;
}
    .tps-container.tps-setting-detils-loader-cont {
        position: relative;
    }
 .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery {
        width: 55% !important;
        justify-content: center;
        grid-gap: 20px 0 !important;
    }
    .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
        width: 40% !important;
    }
}
@media(min-width:1024px){
        .tps-rtw-variant-section .tps-product-options-list .tps-variation-option{

        width: 23% !important;
}
    .tps-setting-detail-page-loader .tps_details_loader_gallery-grid-view div {
        display: block;
    }
}
@media(min-width:1300px){
    .tps-rtw-variant-section .tps-product-options-list .tps-variation-option{

        width: 21% !important;
    }
.tps-rtw-variant-section .tps-variation-option  label {
        font-size: 14px;
}
}
@media (max-width: 1580px) {
    .tps-container, .tps-spinner-container.tps-final-ringl-page-loader, .tps-spinner-container.tps-setting-detail-page-loader {
        padding: 0 3% !important;
    }
}
@media(max-width:1280px){
    .tps-rtw-variant-section .tps-product-options-list .tps-variation-option {
        width: 15.22% !important;
}
}
@media(max-width:1024px){
.product-grid, .spf-has-filter.spf-layout-app #gf-products {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.tps-product-grid-listing-loader-rtw  ul.tps-productlist-animated-list  {
    grid-template-columns: 1fr 1fr 1fr ;
}
}
@media(max-width:825px){
.product-grid, .spf-has-filter.spf-layout-app #gf-products {
    grid-template-columns: 1fr 1fr  !important;
}
.tps-product-grid-listing-loader-rtw  ul.tps-productlist-animated-list  {
    grid-template-columns: 1fr 1fr;
}
}
@media(max-width:899px){
    .tps-rtw-detail-page .product {
        flex-wrap: wrap;
    }
    section#shopify-section-template--18705937989747__main-product {
    display: block;
}
.price--large {
    justify-content: center !important;
}
.tps-rtw-variant-section .tps-product-options-list {
    justify-content: center;
}
.tps-shipping-info-title.tps-ring-icon {
        display: inline-block;
    }
.tps-diamond-shipping-information ul {
    text-align: justify;
}
.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info span.tps-diamond-info-price, .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info span.tps-diamond-info-price{
    text-align:left;
  }

  .tps-setting-diamond-product-info .tps-setting-product-info,
  .tps-setting-diamond-product-info .tps-diamond-product-info {
    justify-content: center;
  }

  .tps_details_loader_gallery.tps-loader-grid-view {
    width: 100%;
  }

  .tps_details_loader_info {
    width: 100%;
  }
  .tps-filter-block.tps-filter-section-block.tps-filter-style, 
  .tps-filter-block.tps-filter-section-block.tps-filter-metal, 
  .tps-filter-block.tps-filter-section-block.tps-filter-shape, 
  .tps-filter-block.tps-filter-section-block.tps-filter-price {
    width: 100%;
  }
  .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li {
    width: 15.6%;
  }
  .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li {
      width: 14.16%;
  }
  .tps-product-details-section{
    flex-wrap: wrap;
  }
  .product__info-wrapper .price{
    justify-content: center;
  }
  .tps_details_loader_gallery{
    width: 100%;
  }
  .tps-product-details-info-section .tps_title_information{
    text-align: left;
  }

}
@media(max-width:767px){
    .slick-slide img {
    display: block;
    height: 50px;
    width: 50px;
}
.tps-rtw-productlist-top-tab ul {
    justify-content: center;

}
.tps-rtw-productlist-top-tab ul.slick-dots {
   display:none !important;
}
.facets {
    display: contents !important;
}
.facet-filters__field {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    grid-gap: 7px;
    border: 1px solid var(--bgcolor-1);
    border-radius: 18px;
    height: 100%;
    padding: 5px 5px 5px 6px;
}
.facet-filters__sort.select__select {
    border-bottom: 1px solid var(--bgcolor-trans) !important;
}
.product__info-wrapper {
    max-width: 100% !important;
}
.tps-product-left-info-section {
        display: block;
            width: 100%;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
 }
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide .tps-slide {
        height: 100%;
        position: relative;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide .tps-slide img {
        width: 100%;
        height: 100%;
}

.tps-product-gallery-section .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb img, 
.tps-product-info-section .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb img, 
.tps-product-info-section .tps-thumb-image-slide .slick-track .slick-slide .tps-slide img {
    width: 100%;
    height: unset;
}
.tps-product-gallery-section .tps-thumb-image-slide.slick-initialized.slick-slider, 
.tps-product-info-section .tps-thumb-image-slide.slick-initialized.slick-slider {
        width: 100%;
        max-width: 450px;
        margin: 15px auto;
         padding: 0 0%;
}
  
product-info#MainProduct-template--18705937989747__main-product {
    padding-top: 10px !important;
    display: block !important;
}
.tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb, .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
 .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide {
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid var(--bgcolor-3);
}
.tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb, .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb, 
.tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide {
        border-color: transparent;
    }
.tps-product-gallery-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb, 
.tps-product-info-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb, 
.tps-product-info-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-slide {
        border-color: var(--bgcolor-3);
}
.tps-spinner-container.tps-final-ringl-page-loader, .tps-spinner-container.tps-setting-detail-page-loader {

    top: -87px;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left, .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_right {
    width: auto;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left {
    gap: 15px;
}
.tps_details_loader_gallery_left .tps_details_bg-masker.left-spinner, .tps_details_loader_gallery_left .tps_details_bg-masker.right-spinner {
    width: 40px !important;
    height: 40px !important;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left div {
    width: 80%;
    height: 300px;
    margin-bottom: 0;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left div {
    width: 80%;
    height: 300px;
    margin-bottom: 0;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left, .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_right {
    width: auto;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_right div {
    width: 75px;
    height: 75px;
    margin: 0 10px 0 0;
}
    .tps-final-ringl-page-loader .tps_details_loader_price, .tps-setting-detail-page-loader .tps_details_loader_price {
        margin: 20px auto;
    }

}

@media(max-width:749px){
    .facet-filters {
    flex-direction: column;
}
.product-count {
    order: 2;
}
.facet-filters__field {
    order: 1;
}
}
@media(max-width:639px){
.product-grid, .spf-has-filter.spf-layout-app #gf-products {
    grid-template-columns: 1fr  !important;
}
.tps-product-grid-listing-loader-rtw  ul.tps-productlist-animated-list  {
    grid-template-columns: 1fr;
}
}
@media (max-width: 580px) {
    .tps_details_loader_info, .tps_details_loader_gallery {
        width: 100%;
    }
}
@media screen and (min-width: 990px) {
    .facet-filters {
        padding-left: 10px !important;
    }
}
/*********** Code Created by TransPacific Software Pvt. Ltd********************/