/*** Code Created by TransPacific Software Pvt. Ltd ***/
/*For setting listing / setting detail / final product css*/
:root {
   /* --primary-site-color  - #6A0DAD
    --secondry-site-color  - #A966CC
    --site-text-black-color - #1C1C1C
    --site-color-4 -  #6E6E73
    --site-color-5  - #CCCCCC
    --site-color-6  - #EBD2FF
    --site-color-7  - #F8F8F8
    --site-color-8  - #F0EDE8
    --site-color-9  - #F5F5F5
    --site-white-color  - #FCFCFC
    --site-property-loader-color - #dddddd
    --site-property-loader-bg-color2 - #e7e7e966
	--site-property-loader-bg-color - #f6f7f8
    --site-transparant-color - transparent*/
}

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

.entry-content {
    margin: 0px !important;
}

.container.grid-container#page {
    max-width: 100% !important;
}

.container.grid-container#page .site-content#content {
    flex-wrap: wrap;
    justify-content: center;
}

.tps-page-rtw-product_listing .tps-rtw-main-container {
    max-width: 100%;
    margin: 0px auto 50px auto !important;
    padding: 0px 0px;
    width: 100%;
    position: relative;
}

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

.tps-rtw-banner {
    position: relative;
}

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

.tps-rtw-banner-heading h1.tps-rtw-banner-title{
   color: var(--site-text-black-color);
}

.tps-rtw-banner-heading p{
    max-width: 700px;
    color: var(--site-text-black-color);
}

.tps-rtw-filter-listing-wrapper {
    max-width: 1440px;
    padding: 0px 15px;
    width: 100% !important;
    margin: auto;
}

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

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

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

.tps-rtw-filter-wrapper-mobile {
    width: 100%;

}

.tps-rtw-filter-mobile-second-section,
.tps-rtw-filter-mobile-first-section {
    display: none;
}

.tps-rtw-filter-section.section-second {
    width: 100%;
    padding-bottom: 5px;
}

.tps-rtw-filter-section.section-second .tps-rtw-sort-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

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

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

.tps-rtw-title-and-count-div .tps-rtw-item-count.tps-loading,
.tps-rtw-title-and-count-div .tps-rtw-item-count.tps-loading {
    width: 20px;
    height: 20px;
    color: transparent;
    background: url(../images/common-images/ajax-loader.gif);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0px;
}

.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    width: fit-content;
    padding: 0;
    text-align: center;
    cursor: default;
    position: relative;
}

.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-sort-by-title {
    font-size: 15px;
    line-height: 24px;
    color: var(--site-text-black-color) !important;
    font-family: var(--font-body-family);
    font-weight: 700;
}

.tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-orderby {
    font-size: 14px;
    line-height: 20px;
    color: var(--site-text-black-color);
    border-radius: 0px;
    font-family: var(--font-body-family);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    width: 150px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    background-position: 103% 1px;
    border-bottom: 1px solid var(--site-text-black-color);
    padding: 0 0 0 5px;
    cursor: pointer;
}

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

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs{
    width: 100%;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs span.tps-rtw-filter-label {
    display: none !important;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter{
    display: flex;
    position: relative;
    overflow: unset;
    width: auto;
    box-shadow: none;
    padding: 0 !important;
    height: auto;
    top: 0;
    z-index: 999;
    grid-gap: 20px 8px;
    flex-wrap: wrap;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li{
    width: 180px;
    padding: 0;
    background-color: #f5f5f5;
    border-radius: 50px;
    padding: 6px 0px;
    border: 1px solid var(--site-transparant-color);
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li.active{
    border: 1px solid var(--site-text-black-color);
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li input{
    width: 100% !important;
    height: 100% !important;
    top: 0px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-opt-icon{
    display: none;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label{
    width: 100%;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.tps_latesv_rtw_fil_common {
    padding: 0px 0px;
    margin-left: 0 !important;
    position: relative;
    margin-right: 0px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-label {
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--site-text-black-color);
    margin: 0;
    position: relative;
    text-align: left;
    border-radius: 22px;
    border: 1px solid var(--site-color-5);
    padding: 5px 30px 5px 10px;
    cursor: pointer;
    line-height: 16px;
    height: 37px;
    font-family: var(--font-body-family);
    background-color: var(--site-white-color);
    display: flex;
    align-items: center;
    width: 100px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-label::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center !important;
    display: block;
    position: absolute;
    right: 3px;
    top: 9px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-label.tps-up-arrow::after {
    transform: rotate(180deg);
    top: 10px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul,
.tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list {
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    background-color: var(--site-white-color);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 15px 13px 15px !important;
    top: 42px;
    display: none;
    margin: 0px;
    min-width: 430px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul.tps-show-filters {
    display: flex;
    border-radius: 0;
    flex-wrap: wrap;
    grid-gap: 10px 1%;
}

.tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list.tps-show-filters {
    display: block;
    border-radius: 0;
    min-width: 300px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li,
.tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list li {
    display: flex;
    align-items: center;
    width: 49%;
    padding-left: 30px;
    position: relative;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 0;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label {
    font-family: var(--font-body-family);
    font-size: 14px;
    color: var(--site-text-black-color);
    line-height: 14px;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 0px;
    cursor: pointer;
    width: fit-content;
    font-weight: 500;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span:before {
    content: '';
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid var(--site-text-black-color);
    border-radius: 5px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[type="checkbox"]:checked+span:before,
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active input[type="checkbox"]+span:before {
    background: url(../images/common-images/white-check-mark.svg), var(--primary-site-color) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    border-color: var(--primary-site-color);
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label:before {
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 10px;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-bracelets:before{
    background-position: -185px -439px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-earrings:before{
    background-position: -81px -440px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-necklaces:before{
    background-position: -130px -441px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-bangle:before{
    background-position: -151px -545px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-pendants:before{
    background-position:-249px -440px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-rings:before{
    background-position: -22px -441px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-hues-colored:before{
    background-position: -22px -441px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-soiree-cocktail:before{
    background-position: -22px -441px;
}

.tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li span.tps-rtw-filter-option-label.tps-rtw-label-for-roses-potrails:before{
    background-position: -22px -441px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-solitaire:before {
    background-position: -77px -585px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-engagement:before {
    background-position: -151px -544px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cross:before {
    background-position: -180px -585px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashion:before {
    background-position: -143px -490px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tennis:before {
    background-position: -239px -584px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-five-stones:before {
    background-position: -21px -546px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-couples:before {
    background-position: -205px -546px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-to-el-moi:before {
    background-position: -192px -488px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashions-earrings:before {
    background-position: -142px -489px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-initial-necklaces:before {
    background-position: -254px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tennis-necklaces:before {
    background-position: -345px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-openable-bangle:before {
    background-position: -150px -544px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashion-necklaces:before {
    background-position: -391px -544px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-seven-stone:before{
 background-position: -80px -544px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-solitarie-necklaces:before{
 background-position: -293px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-eternity:before{
 background-position: -77px -584px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-hoop:before {
    background-position: -21px -490px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stud:before {
    background-position: -84px -440px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-chains:before {
    background-position: -343px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-free-form:before {
    background-position: -19px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-halo:before {
    background-position: -254px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-split-shank:before {
    background-position: -19px -585px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stackable:before {
    background-position: -392px -545px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-three-stone:before {
    background-position: -295px -548px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-white-gold:before {
    background-position: -18px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold:before {
    background-position: -76px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-yellow-gold:before {
    background-position: -136px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-yellow-gold:before {
    background-position: -194px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-rose-gold:before {
    background-position: -254px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-rose-gold:before {
    background-position: -313px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-platinum:before {
    background-position: -372px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold-and-18k-rose-gold:before {
    background-position: -433px -654px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-round:before {
    background-position: -15px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-marquise:before {
    background-position: -363px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cushion:before {
    background-position: -115px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-radiant:before {
    background-position: -275px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-oval:before {
    background-position: -235px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pear:before {
    background-position: -198px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-princess:before {
    background-position: -64px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-emerald:before {
    background-position: -159px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-asscher:before {
    background-position: -319px -60px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-heart:before {
    background-position: -406px -60px;
}

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

.ui-slider .ui-slider-handle {
    background: var(--primary-site-color) !important;
    box-shadow: none !important;
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
    background: var(--primary-site-color) !important;
    box-shadow: none !important;
    border-radius: 50%;
    border-color: var(--primary-site-color) !important;
    border-width: 4px !important;
}

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

.ui-widget.ui-widget-content {
    background: var(--site-color-5);
    height: 3px;
    border: none !important;
    border-radius: 10px;
    margin: 7px 3px 24px 11px;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from,
.tps_latestv_rtwl_filter .tps-latestv-bapf-to {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 8px 0px 5px;
    border: 1px solid var(--site-color-5);
    border-radius: 8px;
    width: 110px;
    font-size: 14px;
    color: var(--site-color-7);
    line-height: 16px;
    font-family: var(--font-body-family);
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from {
    float: left;
    justify-content: start;
    position: relative;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-to {
    float: right;
    text-align: right;
    position: relative;
}

.tps_latestv_rtwl_filter .tps-latestv-bapf-from .tps-min-max-title,
.tps_latestv_rtwl_filter .tps-latestv-bapf-to .tps-min-max-title {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--site-white-color);
    padding: 2px 0px;
    text-align: center;
    font-size: 10px;
    width: 52px;
    color: var(--site-text-black-color);
    font-family: var(--font-body-family);
    font-weight: 500;
}

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

.tps_latestv_rtwl_filter .tps-rtw-price .tps-rtw-slider-filter-warn {
    width: 40%;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    font-family: var(--font-body-family);
    color: #ff0000;
    margin-top: 31px;
}

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

.tps-rtw-item-selected-value {
    padding: 15px 10px;
    background: var(--site-transparant-color);
    width: 100%;
    border-top: 1px solid var(--site-color-5);
    border-bottom: 0px;
    margin-top: 8px;
}

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

.tps-rtw-item-counter-div .tps-rtw-item-selected-value ul.tps-rtw-applied-filter-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0px;
    padding-right: 5%;
    position: relative;
    grid-gap: 10px 1%;
}

.tps-rtw-item-counter-div .tps-rtw-item-selected-value ul {
    list-style-type: none;
    margin: 0;
}

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

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

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

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

.tps-rtw-item-selected-value ul li.tps-rtw-unselected a span {
    width: 25px;
    height: 25px;
    background-position: -184px -227px;
    margin-right: 5px;
    margin-left: 0;
}

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

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


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

.tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-unselected a {
    margin-left: auto;
    font-size: 15px;
    font-family: var(--font-body-family);
    font-weight: 500;
    line-height: 15px;
    color: var(--site-text-black-color);
    cursor: pointer;
    position: relative;
    top: -34px;
    width: 95px;
    justify-content: end;
    flex-direction: row;
}

.tps-rtw-item-listing-div .tps-rtw-item-img-div .tps-rtw-video-360 {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
}

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

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

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

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

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

/*setting listing filter end*/
.tps-rtw-item-listing-wrapper-div .tps-rtw-item-listing-parent-div {
    padding: 5px 0px 20px 0px;
    background: var(--site-white-color);
}

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

.tps-rtw-item-not-found-div .tps-rtw-item-not-found-title {
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 18px;
    line-height: 28px;
    color: var(--site-text-black-color);
}

.tps-rtw-item-not-found-div .tps-rtw-reset-filter-confirm-yes-btn {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    display: block;
}

.tps-rtw-item-listing-div,
.tps-rtw-item-listing-div noscript {
    display: flex;
    grid-gap: 15px 1%;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.tps-rtw-item-listing-div .tps-rtw-item-info-div {
    padding: 0px;
    cursor: pointer;
    width: 24.2%;
    cursor: pointer;
    transition: .3s;
    border: 1px solid var(--site-color-8);
    position: relative;
}

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

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

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

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

.tps-rtw-item-info-div .tps-rtw-item-price-div span.tps-original-price{
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #888 !important;
    position: relative;
    text-decoration: none !important;
}

.tps-rtw-item-info-div .tps-rtw-item-price-div span.tps-original-price:after{
        content: '';
    position: absolute;
    width: 90%;
    height: 1.25px;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 0;
    transform: rotate(343deg);
    background-color: #888;
}

.tps-rtw-item-info-div .tps-rtw-item-price-div span.tps-discounted-price{
    font-weight: 700 !important;
    font-size: 22px !important;
    color: var(--site-text-black-color) !important;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price span.tps-seDetailc-pricevalue.tps-seDetailc-slash-price{
       font-weight: 500 !important;
    font-size: 20px !important;
    color: #888 !important;
    position: relative;
    text-decoration: none !important; 
}

.tps-seDetailc-meta .tps-seDetailc-meta-price span.tps-seDetailc-pricevalue.tps-seDetailc-slash-price:after{
            content: '';
    position: absolute;
    width: 90%;
    height: 1.25px;
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 0;
    transform: rotate(343deg);
    background-color: #888;
}

/*load more section design */
.tps-rtw-result-viewed-and-load-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0px 8px 8px;
    margin-top: 50px;
    flex-direction: column;
    margin-bottom: 10px;
}

.tps-rtw-result-viewed-and-load-more .tps-rtw-you-have-viewed{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--site-text-black-color);
    margin-bottom: 15px;
    display: block;
}

.tps-rtw-result-viewed-and-load-more .tps-rtw-refined-your-search {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-top: 20px;
}

span.tps-rtw-load-more-button {
    position: relative;
}

.tps-rtw-result-viewed-and-load-more button {
    background-color: var(--site-white-color);
    border-radius: 50px;
    border: 1px solid var(--site-text-black-color);
    color: var(--site-text-black-color);
    font-size: 16px;
    padding: 0px;
    font-weight: 500;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-bottom: 12px;
    /*position: absolute;
    left: 0;
    right: 0;*/
    margin: auto;
    width: 140px;
    height: 40px;
    top: 3px;
    z-index: 1;
    padding-right: 14%;
    text-align: right;
}

.tps-rtw-result-viewed-and-load-more button:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-repeat: no-repeat;
    background-position: -517px -230px;
    display: block;
    position: absolute;
    left: 10%;
    top: 33%;
}

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

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

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

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

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

.timeline-item {
    background: #ffffff;
    padding: 0 5px 25px 5px;
    margin: 0 auto;
}

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

.tps-rtw-animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: var(--site-property-loader-bg-color);
    background: linear-gradient(to right, var(--site-property-loader-color) 8%, #e7e7e966 18%, var(--site-property-loader-color) 33%);
    background-size: 900px 204px;
    height: 40px;
    position: relative;
}

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

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

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

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

.tps_grid_animated-background {
    height: 330px;
}

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

.tps-rtw-background-masker {
    background: #ffffff;
    position: absolute;
}

.tps-rtw-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
    bottom: 50px;
    width: 90%;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
        -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -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: var(--site-property-loader-bg-color);
    background: linear-gradient(to right, var(--site-property-loader-color) 8%, #e7e7e966 18%, var(--site-property-loader-color) 33%);
}

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

/*Transpacific software --- loader design end*/

/* rtw product detils page design start */
.tps-page-rtw-product_detail .container.grid-container#page {
    width: 100%;
    max-width: 1440px !important;
    padding-top: 13px;
    padding: 0 15px;
}
.tps-rtw-main-container {
    width: 100%;
    margin-bottom: 50px;
}
.tps-rtw-seDetailc .tps-seDetailc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    position: relative;
    max-width: 100%;
}
.tps-rtw-back-to-search {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
.tps-rtw-back-to-search button {
    padding: 0px 0px 0px 0px !important;
    background-color: transparent !important;
    font-family: var(--font-body-family);
    color: #202021 !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    display: flex;
    border: none;
    align-items: center;
}
.tps-rtw-back-to-search button::before {
    content: '';
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -378px -114px;
}
.tps-rtw-seDetailc .tps-seDetailc-gallery {
    width: 58%;
    margin-right: 2%;
    position: relative;
}
.tps-rtw-seDetailc .tps-seDetailc-meta {
    width: 40%;
    margin-left: auto;
}
.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: .7%;
    grid-row-gap: 10px;
    justify-content: space-between;
}

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

  .tps-seDetailc-tiles-gallery-item.tps-video-div{
    border: 1px solid var(--site-color-8);
  }

.tps-seDetailc-tiles-gallery-item.tps-img-div {
    display: flex;
    align-items: center;
    cursor: zoom-in;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--site-color-8);
}
.tps-rtw-seDetailc .tps-seDetailc-tiles-gallery img.tps-seDetailc-tiles-gallery-img {
    display: block;
    color: transparent;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.tps-seDetailc-meta .tps-seDetailc-meta-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--site-text-black-color);
    margin-bottom: 12px;
    font-family: var(--font-header-family);
    font-weight: 500;
}
.tps-seDetailc-SKU {
    margin-bottom: 15px;
    max-width: 500px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-body-family);
    color: var(--site-text-black-color);
}
.tps-seDetailc-meta-description, .tps-seDetailc-SKU {
    display: block;
    font-family: var(--font-body-family);
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--site-text-black-color);
    margin: 0px 0px 8px;
    border-top: 0px;
    padding-bottom: 0px;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price {
    font-size: 22px;
    color: var(--site-text-black-color);
    line-height: 32px;
    font-family: var(--font-body-family);
    font-weight: 700;
    margin-bottom: 15px;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-pricetitle {
    font-weight: 500;
}
.tps-seDetailc-swatches-wrapper-div {
    position: relative;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
    margin-bottom: 26px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-meta-div, .tps-rtw-choose-earring-option-box-label-div {
    margin-bottom: 10px;
     font-size: 16px;
    line-height: 26px;
    font-family: var(--font-body-family);
    color: var(--site-text-black-color);
    text-transform: capitalize;
    font-weight: 700;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-meta-div
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev {
    font-weight: 500;
    margin-left: 1px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev{
    font-size: 14px;
    font-weight: 500;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 3%;
    list-style: none;
    margin: 0px;
    padding-left: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li {
    position: relative;
    cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-sw-iocn {
    display: block;
    margin: 0px auto 10px auto;
    background: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-repeat: no-repeat;
    border: 1px solid transparent;
    width: 37px;
    height: 37px;
    cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-14k-white-gold .tps-seDetailc-sw-iocn{
  background-position: -16.5px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-white-gold .tps-seDetailc-sw-iocn{
  background-position: -75.5px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-14k-rose-gold .tps-seDetailc-sw-iocn{
  background-position: -253px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-rose-gold .tps-seDetailc-sw-iocn{
  background-position: -312px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-14k-yellow-gold .tps-seDetailc-sw-iocn{
  background-position: -135px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-18k-yellow-gold .tps-seDetailc-sw-iocn{
  background-position: -193.5px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.tps-seDetailc-swatche-option-platinum .tps-seDetailc-sw-iocn{
  background-position: -371px -652px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn {
    border-color: var(--primary-site-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--font-body-family);
    color: var(--site-text-black-color);
    font-weight: 400;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: fit-content;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active, .tps-seDetailc-meta .tps-seDetailc-swatches li.active span {
    color: var(--primary-site-color);
    font-weight: 700;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tps-seDetailc-product-size-wrapper{
    margin-bottom: 30px;
}
.tps-seDetailc-product-size-wrapper .tps-rtw-product-size-wrapper, .tps-seDetailc-qty-box-wrapper {
    display: flex;
    grid-gap: 0px 1%;
    align-items: center;
}
.tps-seDetailc-product-size-wrapper .tps-rtw-product-size-title, .tps-seDetailc-qty-box-wrapper .tps-seDetailc-qty-box {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-body-family);
    color: var(--site-text-black-color);
    text-transform: capitalize;
    font-weight: 500;
}

.tps-rtw-product-size-wrapper select {
    font-size: 16px;
    line-height: 23px;
    color: var(--site-text-black-color);
    text-transform: capitalize;   
    width: 100%;
    min-width: 140px;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-position: 102% 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 0px 0px 2px;
    border: none;
    border-bottom: 2px solid var(--site-text-black-color);
    transition: opacity 1s ease-out;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0px;
}
.tps-rtw-product-size-dropdown-div select.tps-rtw-product-size-dropdown.active {
    animation: scale-display 1s;
    display: inline-flex;
}
.tps-rtw-product-size-dropdown-div.tps-highlight select.tps-rtw-product-size-dropdown {
    animation: blink 2s ease-in-out infinite none;
    border-color: #ff0023;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 4 4 / 25%);
  }

  100% {
    box-shadow: 0 0 0 8px rgb(255 0 35 / 9%);
  }
}
@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

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

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

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
.tps-seDetailc-qty-box-wrapper input#tps-seDetailc-qty-box {
    border: none;
    color: var(--site-text-black-color);
    border-radius: 0;
    border-bottom: 1px solid var(--site-text-black-color);
    text-align: center;
    font-family: var(--font-body-family);
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
}
.tps-seDetailc-btn .tps-rtw-btn {
    position: relative;
    z-index: 9;
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list div {
    width: 50%;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a {
    display: flex;
    cursor: pointer;
    color: var(--site-text-black-color);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--font-body-family);
    position: relative;
    font-weight: 500;
    text-decoration: none !important;
    align-items: center;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a::before, .tps-dia-detail-shipping-title::before {
    content: '';
    width: 27px;
    height: 21px;
    background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
    float: left;
    margin-right: 5px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a::before {
    background-position: -124px -725px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact-number a::before {
    background-position: -75px -724px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a::before {
    background-position: -174px -723px;
}
.tps-dia-detail-shipping-title::before {
    background-position: -23px -723px;
}
.tps-seDetailc-shipping-days {
    font-family: var(--font-body-family);
    font-size: 16px;
    color: var(--site-text-black-color);
    line-height: 26px;
    margin: 15px 0;
    font-weight: normal;
    position: relative;
    display: block;
    cursor: default;
    text-transform: none;
    letter-spacing: 0.5px;
}

.tps-seDetailc-spacification.tps-seDetailc-spacification-col1.tps-single-information .tps-seDetailc-info-wrapper-div{
    padding: 5px 0px 5px;
    border-top: 1px solid var(--site-color-5);
    border-bottom: 1px solid var(--site-color-5);
}

.tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading {
    padding: 0px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading span.tps-info-det-title{
    color: var(--site-text-black-color);
    font-family: var(--font-body-family);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    margin-bottom: 0px;
    text-transform: capitalize;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-weight: 700;
}

.tps-seDetailc-info-sheading h2, .tps-seDetailc-similar-products-wrapper .tps-seDetailc-similar-products-title, .tps-product-review-wrapper .tps-product-review-title {
    text-align: left;
    font-size: 18px;
    color: var(--site-text-black-color);
    line-height: 28px;
    font-family: var(--font-body-family);
    font-weight: 700;
    margin-top: 0px;
    position: relative;
    width: max-content;
    margin-left: initial;
    margin-bottom: 10px;
    display: block;
}
.tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading.tps-tab-arrow span:after{
    width: 12px;
    height: 10px;
    background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -234px -242px;
    margin-top: 10px;
    position: absolute;
    content: '';
    right: 0;
}
.tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading.active.tps-tab-arrow.tps-arrow-up span:after{
    background-position: -234px -242px;
}
.tps-seDetailc-spacification .tps-seDetailc-info-wrapper-div .tps-seDetailc-info-sheading.active.tps-tab-arrow.tps-arrow-down span:after{
    background-position: -234px -232px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col {
    width: 100%;
    display: flex;
    grid-gap: 10px 0;
    flex-wrap: wrap;
}
.tps-seDetailc-sp-info-row {
    display: flex;
    flex-direction: column;
    padding: 0 0 5px 15px;
    width: 50%;
    grid-gap: 0;
    border-bottom: 1px solid var(--site-color-5);
}
.tps-seDetailc-sp-info-row:last-child{
    border-bottom: 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-col-left, .tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
    width: 100%;
    text-align: left;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-body-family);
    text-transform: unset !important;
    color: var(--site-text-black-color);
}
.tps-seDetailc-spacification .tps-seDetailc-sp-col-right {
    color: #888888;
    font-weight: 500;
}

.tps-rtw-seDetailc .tps-seDetailc-gallery .tps-seDetailc-gallery-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box {
    width: 15%;
    max-width: 380px;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-box {
    position: relative;
    width: 85%;
}
.tps-seDetailc-thumbnail-gallery-vertical .slick-slide> div {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-thumbnail-gallery-vertical .slick-current>div,
.tps-seDetailc-thumbnail-gallery-horizontal .slick-track .slick-slide.slick-current>div {
    border: 1px solid var(--secondry-site-color)
}
    .tps-rtw-final-gallery .tps-rtw-final-main-gallery .slick-track, 
    .tps-seDetailc-gallery .tps-seDetailc-main-gallery .slick-track {
        display: block !important;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height .tps-seDetailc-img-div {
    position: relative;
}
.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff45;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    opacity: 0;
    text-transform: none;
}
.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/product-listing-images/rtw_latest_sprite.svg), var(--site-text-black-color);
    background-position: -346px -270px;
    cursor: pointer;
}
.tps-seDetailc-diamond-selection-popup, .tps-seDetailc-img-popup-div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: var(--site-text-black-color);
    width: 100%;
    height: 100%;
}
.tps-seDetailc-img-popup-div div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 10px 30px;
    width: 725px;
    height: 88%;
}
.tps-seDetailc-img-popup-div img {
    height: 95%;
    margin: auto;
    display: block;
}
.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close, .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: transparent;
    background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
    background-position: -386px -224px;
    cursor: pointer;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-box.tps-remove-box-height .tps-seDetailc-img-div img {
    width: 100%;
    height: 100%;
}
 .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.horizontal-thumb-box{
    width: 100%;
    max-width: 480px;
    margin-top: 10px;
 }
 .tps-seDetailc-thumbnail-gallery-horizontal .slick-track{
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}
.tps-seDetailc-thumbnail-gallery-horizontal .slick-track .slick-slide>div{
    width: 100px;
    height: 100px;
    border: 1px solid transparent;
    cursor: pointer;
    margin: auto;
}
 .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box{
    position: relative;  
  }
.tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360-slide{
  background-image: url(../images/common-images/ajax-loader.gif);
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
}
 .tps-seDetailc-gallery .tps-rtw-video-360-slide .tps-rtw-video-360-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 20px;
    background-image: url(../images/common-images/360_video_thumbnil.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 99;
  }
  .tps-rtw-choose-earring-option-box-options-div ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    grid-gap: 10px 1%;
}
.tps-rtw-choose-earring-option-box-content{
    margin-bottom: 20px;
}
.tps-rtw-choose-earring-option-box-options-div ul li{
    border: 1px solid var(--site-color-5);
    padding: 10px 30px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    border-radius: 4px;
}
.tps-rtw-choose-earring-option-box-options-div ul li.active,
.tps-rtw-pendant-std-size-box-content ul li.active {
    border: 1px solid var(--primary-site-color);
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
}
.tps-rtw-pendant-std-size-box-content ul {
    list-style-type: none;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 11;
    margin: 0;
    padding: 5px;
    width: 100%;
    max-width: 110px;
    margin-top: 1px;
}
ul.tps-rtw-pendant-std-size-box-options.tps-show-option-list {
    display: block;
}
.tps-rtw-pendant-std-size-box-content {
    display: flex;
    margin-bottom: 20px;
}
span.tps-rtw-pendant-std-size-box-active-option {
    border-bottom: 1px solid var(--primary-site-color);
    width: 100%;
    min-width: 70px;
    display: block;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
}
span.tps-rtw-pendant-std-size-box-active-option:after {
        content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/common-images/dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center !important;
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
}
span.tps-rtw-pendant-std-size-box-active-option.tps-up-arrow:after {
    transform: rotate(-180deg);
}
.tps-rtw-pendant-std-size-box-content ul li span {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 5px;
}


/* rtw product detils page design end */

/*rtw detils page loader design */
.tps-seDetailc-tiles-gallery-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.tps-rtw-tiles-loader-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    height: 100%;
}
.tps-seDetailc-tiles-gallery-loader .tps-half {
    height: 100%;
}
/*vertical gallery loader*/
.tps-vertical .tps-animated-gallery-img {
  float: right;
  background: transparent;
}

.tps-vertical .tps_grid_meta_section {
        width: 100%;
        height: 90px;
        margin-right: 0;
        position: absolute;
        float: none;
    }
.tps-vertical .tps-seDetailc-spinner-row {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  top: 0%;

}
.tps-seDetailc-spinner-arrow .tps_grid_animated-background.left-spinner {
    position: absolute;
    left: 0;
    top: 40%;
}
.tps-seDetailc-spinner-arrow .tps_grid_animated-background.right-spinner {
    right: 0;
    position: absolute;
    top: 40%;
}
.tps-vertical .tps_grid_meta_section .tps_grid_meta_title {
    width: 100px !important;
    height: 100px !important;
    margin: 10px 0;
    position: relative;
    left: 0;
    transform: unset;
    bottom: 0;
}
.tps-vertical .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
  width: 30px;
  height: 30px;
}
.tps-seDetailc-gallery .tps-rtw-spinner-grid-container {
        grid-template-columns: 1fr !important;
    }
.tps-seDetailc-gallery-loader .tps_grid_animated-background.tps-vertical {
    width: 100%;
    margin: auto;
    height: 430px;
}
.tps-vertical .tps-animated-gallery-img {
        float: none;
    }
 .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background, .tps-rtw-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
    width: 40px;
    height: 40px;
    background: #eeeeee;
}
.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-row,
.tps-rtw-final-gallery-loader .tps-seDetailc-spinner-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  grid-gap: 10px;
}
.tps-seDetailc-gallery-loader, .tps-rtw-final-gallery-loader {
    width: 100%;
    height: 500px;
}

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

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

.tps-vertical .tps-seDetailc-spinner-row {
  display: block;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 0%;
}
.tps-vertical .tps_grid_meta_section .tps_grid_meta_title:nth-child(1){
  margin-top: 0;
}
.tps-vertical .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
  width: 30px;
  height: 30px;
  display: none;
}
/*vertical gallery loader end*/
/*horizontal gallery loader start */
.tps-seDetailc-gallery-loader.tps-horizontal-loader .tps_grid_animated-background {
    width: 70%;
}

.tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-vertical .tps_grid_meta_section {
    float: none !important;
    width: 100% !important;
    margin: 0;
    top: auto;
}
.tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-vertical .tps-animated-gallery-img{
    float: none !important;
}
.tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-vertical .tps-seDetailc-spinner-row {
    display: flex;  
    bottom: auto;
    top: auto;
    bottom: auto !important;
}
.tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-vertical .tps_grid_meta_section .tps_grid_meta_title:nth-child(1) {
    margin-top: 10px;
}

/*horizontal gallery loader end*/
.tps-seDetailc-swatch-loader {
    color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    background-repeat: no-repeat;
    background-color: var(--site-text-black-color);
    opacity: .25;
    z-index: 999999998;
    left: 0;
    top: 0;
}
.tps-seDetailc-swatch-loader:before {
    content: '';
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/common-images/loader-new.gif) no-repeat;
    background-size: contain;
}
/*end loader design */

/*Transpacific software --- media query start here*/
@media(hover:hover) {
    .tps-rtw-mob-filter-button button:hover{
        background-color: transparent !important;
    }
    .tps-rtw-mob-filter-button button:hover {
        background-color: transparent;
        border-color: var(--site-text-black-color);
        color: var(--site-text-black-color);
        background-position: -70px -278px !important;
    }

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

    .tps-rtw-item-selected-value ul li.tps-rtw-unselected a:hover span {
        background-position: -184px -227px;
    }

    .tps-rtw-item-listing-div .tps-rtw-item-info-div:hover {
        border-color: var(--site-text-black-color);
    }

    .tps-rtw-result-viewed-and-load-more button:hover,
    .tps-rtw-result-viewed-and-load-more button:focus {
        background-color: var(--site-white-color) !important;
        color: var(--site-text-black-color) !important;
    }

    .tps-seDetailc-meta .tps-seDetailc-swatches li:hover, .tps-seDetailc-meta .tps-seDetailc-swatches li:hover span {
        color: var(--site-text-black-color);
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list a:hover {
        font-weight: 700;
        color: var(--main-color);
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box .tps-seDetailc-thumbnail-gallery-vertical .slick-slide>div:hover,
    .tps-seDetailc-thumbnail-gallery-horizontal .slick-track .slick-slide>div:hover{
        border: 1px solid var(--secondry-site-color)
    }
    .tps-rtw-choose-earring-option-box-options-div ul.tps-rtw-choose-earring-option-box-options li:hover{
        border: 1px solid var(--primary-site-color);
        background-color: var(--primary-site-color);
        color: var(--site-white-color);
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li:hover{
        border: 1px solid var(--site-text-black-color);
    }
}

@media(max-width:1199px) {

   .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter{
        grid-gap: 15px;
   }

   .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li {
    width: 170px;
    padding: 4px 0px;   
   }



}

@media(max-width:1024px) {
    .tps-rtw-item-listing-div .tps-rtw-item-info-div {
        width: 32.6%;
    }

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

@media(max-width:992px) {
    .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list.tps-show-filters {
        left: auto;
        right: 0;
    }
}
@media(max-width:991px) {
    .tps-seDetailc-meta .tps-seDetailc-meta-title {
        font-size: 24px;
        line-height: 34px !important;
    }
    .tps-seDetailc-thumbnail-gallery-horizontal .slick-track .slick-slide>div {
        width: 80px;
        height: 80px;
     }
     .tps-seDetailc-gallery .tps-seDetailc-gallery-box {
        position: relative;
        width: 100%;
    }
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.horizontal-thumb-box {
        max-width: 470px;
    }
    .tps-vertical .tps-animated-gallery-img {
        float: none;
    }
    .tps-seDetailc-gallery-loader.tps-horizontal-loader .tps_grid_animated-background {
        width: 100%;
    }
    .tps-vertical .tps_grid_meta_section {
        width: 100%;
        height: 90px;
        margin-right: 0;
        position: absolute;
        float: none;
    }

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

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

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

    .tps-page-rtw-product_listing .tps-rtw-main-container{
        margin-bottom: 20px !important;
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li {
        width: 23%;
    }

    .tps-rtw-item-not-found-div .tps-rtw-item-not-found-title{
        font-size: 16px;
    }
}
@media(max-width:825px) {
    .tps-rtw-seDetailc .tps-seDetailc-gallery {
        width: 80%;
        margin: auto;
        position: relative;
    }
    .tps-rtw-seDetailc .tps-seDetailc-meta {
        width: 70%;
        margin: 50px auto 10px;
        text-align: center;
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-label{
        font-size: 14px;
        line-height: 26px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-label::after{
        top: 7px;
    }
    .tps-seDetailc-SKU{
        max-width: 100%;
    }
    .tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
        justify-content: center;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list a{
        justify-content: center;
    }
    .tps-seDetailc-shipping-days{
        text-align: left;
    }
}
@media(max-width:768px) {
    .tps-rtw-seDetailc .tps-seDetailc-meta {
        width: 90%;
    }
}
@media(max-width:767px) {
    
    .tps-rtw-reset-filter-mobile a{
        display: flex;
        align-items: center;
        font-weight: 500;
        }
        .tps-rtw-reset-filter-mobile a::before {
        content: '';
        width: 25px;
        height: 25px;
        display: block;
        background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
        margin-right: 2px;
        background-position: -410px -446px;
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div {
      position: absolute;
      width: 230px;
      right: 0;
      background-color: var(--primary-site-color);
      border: 1px solid var(--primary-site-color);
      padding: 10px 10px 16px 10px;
      border-radius: 4px;
      z-index: 99;
      top: 45px;
      text-align: center;
    }
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before{
    content: "";
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: var(--primary-site-color);
    position: absolute;
    z-index: 999999;
    right: 16px;
    top: -8px;
    border-top: 1px solid var(--primary-site-color);
    border-left: 1px solid var(--primary-site-color);
}
.tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-title {
    font-size: 14px;
    color: var(--site-white-color);
    font-family: var(--font-body-family);
    line-height: 24px;
    text-align: center;
}
    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div:before{
        right: auto;
        left: 50%;
    }
    .tps-rtw-reset-filter-confirm-popup-div .tps-rtw-reset-filter-confirm-popup-btn-div{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: end;
    justify-content: center;
}

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

    .tps-rtw-reset-parent .tps-rtw-reset-filter-confirm-popup-div {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.tps-rtw-show-result-li,
    .tps-rtw-filter-wrapper-div .tps-rtw-filter-option-list .tps-rtw-show-result-li {
        display: none !important;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li{
        width: 25%;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li,
    .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list li {
        width: 12%;
        padding: 0;
        justify-content: center;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul{
        grid-gap: 26px 0;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li {
        width: 19%;
    }

    .tps_latesv_rtw_fil_common {
        width: 100%;
    }

    .tps-rtw-item-listing-div,
    .tps-rtw-item-listing-div noscript {
        grid-gap: 15px 2%;
    }

    .tps-rtw-item-listing-div .tps-rtw-item-info-div {
        width: 49%;
    }

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

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

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

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

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

   .tps-rtw-mob-filter-button.tps_filter_sticky_btn button {
        width: 100%;
        margin: 0px;
        background-color: var(--site-text-black-color) !important;
        border: 1px solid var(--site-text-black-color);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 18px;
        color: #fff;
    }

    .tps-rtw-mob-filter-button.tps_filter_sticky_btn{
	   position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999999;
        left: 0;
	}

    .tps-rtw-mob-filter-button.tps_filter_sticky_btn button {
        width: 100%;
        margin: 0px;
        background-color: var(--primary-site-color) !important;
        border: 1px solid var(--primary-site-color);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 16px;
        color: var(--site-white-color);
        border-radius: 0px;
        text-align: center;
    }

    .tps-rtw-mob-filter-button.tps_filter_sticky_btn button::after {
        background-position: -23px -281px !important;
        left: 45%;
    }

    .tps-rtw-mob-filter-button button {
        display: flex;
        margin: auto;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 25px;
        padding: 6px 0px 6px;
        border: 1px solid var(--site-text-black-color);
        border-radius: 3px;
        width: 105px;
        height: 50px;
        position: relative;
        background-color: transparent !important;
        text-align: right;
        line-height: 30px;
        justify-content: center;
        align-items: center;
    }

    .tps-rtw-mob-filter-button span.tps-rtw-mfilter-title-icon{
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../images/product-listing-images/rtw_latest_sprite.svg);
        background-position: -71px -278px !important;
    }

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

    .tps-rtw-mob-filter-button.tps_filter_sticky_btn button{
        align-items: center;
        justify-content: center;
    }

    .tps-rtw-mob-filter-button.tps_filter_sticky_btn span.tps-rtw-mfilter-title-icon {
        background-position: -19px -278px !important;
    }
   .tps-rtw-filter-mobile-first-section .tps-rtw-filter-close {
        background-color: transparent !important;
        width: 25px;
        height: 25px;
        background-image: url(../images/product-listing-images/rtw_latest_sprite.svg);
        background-position: -362px -225px;
        display: flex;
        padding: 0;
        outline: none !important;
        border: none;
    }

    .tps-rtw-filter-wrapper-div.open-popup {
        position: unset;
    }

    .tps-rtw-filter-wrapper-mobile {
        position: fixed;
        top: 65px;
        left: 0%;
        width: 100%;
        transform: translateY(110%);
        height: 100% !important;
        background-color: var(--site-white-color);
        transition: all .5s ease-out;
        z-index: 9999999;
        padding: 0 0 50px;
        border-radius: 20px 20px 0 0;
    }


    .tps-rtw-filter-wrapper-div.open-popup .tps-rtw-filter-wrapper-mobile,
    .tps-rtw-backdrop.open-backdrop {
        transform: translateY(0%);
    }

            .tps-rtw-backdrop.open-backdrop{
        position: absolute;
        top: -90px;
        background: #00000075;
        height: 100%;
        width: 100%;
        z-index: 999999;
    }

    .tps-rtw-filter-mobile-first-section {
        width: 100%;
        display: flex;
        padding: 10px;
        background-color: var(--site-color-5);
        margin-bottom: 10px;
        position: relative;
        top: 0;
        z-index: 999999;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        justify-content: space-between;
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-label {
        display: block;
        background: transparent;
        border: 0;
        height: auto;
        padding: 0;
        font-size: 18px;
        text-transform: capitalize;
        color: var(--site-text-black-color);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-label::after {
        content: none;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul {
        width: 100% !important;
        box-shadow: none;
        position: unset;
        display: flex !important;
        flex-wrap: wrap;
        padding: 0px !important;
        justify-content: flex-start;
        grid-gap: 15px 0%;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input {
        width: 100% !important;
        height: 100% !important;
        top: 0px;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input+span:before {
        display: none;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label:before{
        border-radius: 50%;
        border: 1px solid transparent;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label:before {
        margin-bottom: 10px;
        margin-right: 0px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 1px solid transparent;
    }

    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li span.tps-rtw-filter-option-label:before{
        margin-bottom: 0px;
    }

    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li{
        padding-bottom: 10px;
    }

    .tps-rtw-banner-heading {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 1%;
    text-align: center;
}

.tps-rtw-banner-heading p {
    max-width: 100%;
    margin: auto;
}

 /*   
.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-solitaire:before {
    background-position: -24px -562px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-engagement:before {
    background-position: -153px -555px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cross:before {
    background-position: -137px -562px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-fashion:before {
    background-position: -207px -553px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-tennis:before {
    background-position: -253px -562px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-hoop:before {
    background-position: -77px -562px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stud:before {
    background-position: -83px -440px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-chains:before {
    background-position: -344px -543px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-free-form:before {
    background-position: -522px -597px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-halo:before {
    background-position: -358px -700px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-split-shank:before {
    background-position: -468px -599px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-stackable:before {
    background-position: -250px -561px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-style ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-three-stone:before {
    background-position: -409px -700px;
}

*/

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-white-gold:before {
    background-position: -18px -653px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold:before {
    background-position: -77px -652px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-yellow-gold:before {
    background-position: -136px -653px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-yellow-gold:before {
    background-position: -194px -653px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-14k-rose-gold:before {
    background-position: -254px -653px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-rose-gold:before {
    background-position: -313px -653px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-platinum:before {
    background-position: -372px -653px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-18k-white-gold-and-18k-rose-gold:before {
    background-position: -433px -648px;
}


.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-round:before {
    background-position: -11px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-marquise:before {
    background-position: -359px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-cushion:before {
    background-position: -110px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-radiant:before {
    background-position: -275px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-oval:before {
    background-position: -231px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-pear:before {
    background-position: -193px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-princess:before {
    background-position: -60px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-emerald:before {
    background-position: -154px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-asscher:before {
    background-position: -319px -55px;
}

.tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li span.tps-rtw-filter-option-label.tps-rtw-label-for-heart:before {
    background-position: -402px -55px;
}
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first span.tps-rtw-filter-section-label {
        display: none;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first {
        width: 100% !important;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        float: unset !important;
        grid-row-gap: 40px;
        padding: 10px 20px 140px;
    }
    .tps-rtw-filter-mobile-first-section .tps-rtw-filter-mobile-first-section-label {
        font-size: 16px;
        line-height: 16px;
        color: var(--site-text-black-color);
        font-family: var(--font-body-family);
        padding-top: 8px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list {
        position: unset;
        width: 100% !important;
        box-shadow: none;
        display: block !important;
        padding: 0px 3px !important;
        min-width: fit-content;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li input[type="checkbox"]:checked + span + span:before, .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li.active span.tps-rtw-filter-option-label:before {
        border-color: var(--site-text-black-color);
    }
   
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-box.horizontal-thumb-box {
        max-width: 400px;
    }

    .tps-rtw-banner-heading h1.tps-rtw-banner-title{
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .tps-rtw-banner-heading{
        position: unset;
        transform: unset;
        margin-bottom: 35px;
    }
}

@media(max-width:639px) {
    .tps-rtw-result-viewed-and-load-more {
        flex-direction: column;
        grid-row-gap: 20px;
        border-bottom: none;
    }

    .tps-page-rtw-product_listing .tps-rtw-main-container .tps-rtw-load-more-button {
        position: relative;
        width: 100%;
    }

    .tps-rtw-result-viewed-and-load-more button {
        position: relative;
        padding-right: 4%;
        z-index: 9;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li {
        width: 26%;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li, .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list li {
        width: 21%;
        padding: 0;
    }
    .tps-rtw-seDetailc .tps-seDetailc-gallery, .tps-rtw-seDetailc .tps-seDetailc-meta {
        width: 100%;
    }
    .tps-seDetailc-meta .tps-seDetailc-meta-title {
        font-size: 22px;
        line-height: 32px !important;
    }
    .tps-rtw-item-info-div .tps-rtw-item-metadata-div .tps-rtw-item-title {
        font-size: 14px;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list a,
    .tps-seDetailc-shipping-days,
    .tps-seDetailc-meta-description{
        font-size: 14px;
    }
    .tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div{
        font-size: 13px;
    }

    .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option, 
    .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option-sublist{
        grid-gap: 0px 5px;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .tps-rtw-item-selected-value .tps-rtw-applied-filter-list .tps-rtw-applied-filter-option:before{
        right: -2px;
    }

}

@media(max-width:580px) {
    .tps-rtw-item-listing-div .tps-rtw-item-info-div {
        width: 100%;
    }

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

    .tps-rtw-mob-filter-button.tps_filter_sticky_btn button::after {
        left: 39%;
    }
    .tps-rtw-banner-heading{
        bottom: -8%;
    }
    .tps-rtw-title-and-count-div span {
    font-size: 14px;
    line-height: 14px;
    }
    .tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-sort-by-title {
    font-size: 13px;
    }
    .tps-rtw-filter-section.section-second .tps-rtw-listing-sort-box-parent-div .tps-rtw-item-orderby {
    font-size: 12px;
    width: 135px;
    }
    .tps-rtw-mob-filter-button button{
        height: 42px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter li.tps-rtw-filter-option-li{
        width: 120px;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first .tps_latesv_rtw_fil_common.tps-rtw-category_slugs ul.tps-rtw-filter-option-list.tps-filter-options-more.dropdown-filter{
        grid-gap: 6px;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li{
        width: 20%;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-metal ul li {
        width: 32%;
    }
    .tps_latestv_rtwl_filter .tps-rtw-filter-section.section-first{
        padding: 10px 10px 140px;
    }

}
@media(max-width:480px) {
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common ul li, .tps_latestv_rtwl_filter .tps-rtw-slider-filter-div div.tps-rtw-filter-option-list li {
        width: 25%;
        padding: 0;
        justify-content: center;
        flex: unset;
    }
    .tps_latestv_rtwl_filter .tps_latesv_rtw_fil_common.tps-rtw-shape ul li{
        width: 20%;
    }
    .tps-rtw-item-counter-div .tps-rtw-item-selected-value ul.tps-rtw-applied-filter-list {
        grid-gap: 10px 4%;
    }
    h1, .tps_main_heading, h2, .tps_subtittle_heading {
        margin-top: 30px;
    }
    .tps-rtw-banner-heading{
        bottom: -15%;
    }
    .tps-rtw-item-info-div .tps-rtw-item-price-div {
       font-size: 16px;
    }

.tps-seDetailc-meta .tps-seDetailc-meta-price span.tps-seDetailc-pricevalue.tps-seDetailc-slash-price{
    font-size: 18px !important;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price{
    font-size: 20px;
}

}