/* Slider Css Start */

.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -2px;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -2px;
}
.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
    border: 1.5px solid #333;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff;
    font-weight: normal;
    color: #454545;
    z-index: 999;
}
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #ffffff;
    color: #373737;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    font-weight: normal;
    color: #ffffff;
}

.sjb-container .sjb-filter-weight *,
.sjb-container .sjb-filter-weight :after, 
.sjb-container .sjb-filter-weight :before {
    box-sizing: unset !important;
}
.sjb-range-input-container .ui-widget.ui-widget-content,
.sjb-filter-slider-wrapper .ui-widget.ui-widget-content {
    height: 6px;
    width: calc(100% - 16px);
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ui-widget-header{
    background: #373737 !important;
    box-shadow: none !important;
    z-index: 99;
}

.sjb-filter-slider-step-wrapper {
    position: absolute;
    /* width: 100%; */
    width: calc(100% - 16px);
    height: 6px;
}
.sjb-range-slider-step-wrapper {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    bottom: -2px;
    border-radius: 100%;
    border: 1px solid #DADADA;
    z-index: 9;
}

.sjb-range-slider-step-wrapper-label {
    position: absolute;
    bottom: -30px;
    transform: translateX(-50%);
    font-size: 12px;
    min-width: max-content;
}
.sjb-range-slider-step-wrapper.sjb-current-active {
    border: 2px solid #373737;
    bottom: -3.1px;
}
.sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper:first-child.sjb-current-active,
.sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper:last-child.sjb-current-active,
.sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper.sjb-current-active.sjb-first-ponit-active,
.sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper.sjb-current-active.sjb-last-ponit-active {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0;
    border-color: transparent;
}

.ui-slider-handle:focus-visible,
.ui-state-default:focus-visible,
.ui-corner-all.ui-state-default:focus-visible,
.ui-state-focus:focus-visible {
    border: 4px solid #454545;
    border-radius: 100%;
    box-shadow: none;
    outline: none;
}

.sjb-slider-input-container {
    width: 100% !important;
}
/* Slider Css End */

.sjb-container {
    max-width: 1440px;
    margin: 0px auto;
    overflow: hidden;
}
/* header style start */

.sjb-header-container {
    display: flex;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 72px;
    gap: 16px;
}

.sjb-header {
    text-align: center;
}

.sjb-header-p {
    padding-top: 16px;
    max-width: 816px;
    margin: 0px auto;
}
/* header style end */


/* filter container start */
.sjb-filter-container {
    /* max-width: 1200px; */
    margin: 0px auto;
    padding: 40px 10px 70px 10px;
}

.sjb-ring-filter-container {
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 64px;
    padding-bottom: 40px;
}

.sjb-filter-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    display: none;
}

.sjb-filter-reset-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    justify-content: flex-end;
    position: relative;
}

.sjb-filter-reset-icon {
    width: 20px;
    height: 20px;
}
/* filter container end */

/* filter main box start */
.sjb-filter-main-box {
    padding-top: 32px;
    display: grid;
    gap: 40px 64px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    justify-items: center;
}

.sjb-filter-weight {
    width: 100%;
}

.sjb-filter-title {
    display: flex;
    color: #373737;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    gap: 10px;
}
/* tooltip style start */
.sjb-tooltip {
    position: relative;
    display: inline;
    height: 18px;
}

.sjb-tooltip .sjb-tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #f4f4f4;
    color: #373737;
    text-align: center;
    border-radius: 6px;
    padding: 16px;
    position: absolute;
    z-index: 99;
    left: -30px;
    top: 30px;
    font-size: 16px;
    line-height: 24px;
}

.sjb-tooltip .sjb-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f4f4f4 transparent transparent;
}

.sjb-tooltip:hover .sjb-tooltiptext {
    visibility: visible;
}
/* tooltip style end */

.sjb-filter-shapes-box {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sjb-hover-effect-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.sjb-hover-effect-card .sjb-filter-checkbox{
    display: none !important;
}

.sjb-filter-shapes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.sjb-filter-checkbox:checked + label .sjb-filter-shapes {
    border-color: #373737;
}

.sjb-filter-checkbox:checked + label .sjb-filter-card-text-hover {
    font-weight: bold;
    color: #373737;
}

.sjb-filter-shape-images {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.sjb-filter-card-text-hover {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 16px;
}

.sjb-filter-card-hover:hover .sjb-filter-card-text-hover {
    display: block;
}

.sjb-filter-slider-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.sjb-filter-div-input {
    width: 100% !important;
}

.sjb-filter-input-div {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sjb-input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sjb-input-label-min,
.sjb-input-label-max {
    font-size: 14px;
    color: #373737;
    background: white;
    z-index: 1;
    margin-bottom: -15px;
    padding: 0 10px;
}

.sjb-input-container .sjb-styled-input {
    width: 120px;
    height: 40px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 6px;
    outline: none;
    padding: 0;
    padding-top: 5px;
}

.sjb-input-container .sjb-styled-input:focus {
    border-color: #666;
}
.ui-corner-all,
.sjb-filter-slider-step-wrapper {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1.5px solid #dadada;;
}

.ui-widget-header {
    background: #373737 !important;
}

.ui-slider .ui-slider-handle {
    border-color: #454545 !important;
    border: 3px solid #454545 !important;
    border-radius: 100% !important;
}
/* filter main box end */

/* Filter CSS Start */
.sjb-product-result-layout {
    border-top: 1px solid #DADADA;
    padding: 36px 0;
}
.sjb-product-result-layout .sjb-result-top-bar,
.sjb-product-result-layout .sjb-result-bottom-bar {
    display: flex;
    gap: 20px;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
}
.sjb-result-top-bar {
    padding-bottom: 32px;
}
.sjb-product-result-layout .sjb-filter-type {
    display: flex;
    gap: 4px;
    cursor: pointer;
    padding: 6px 16px;
    justify-content: center;
}
.sjb-product-result-layout .sjb-filter-type.sjb-type-selected {
    background: #373737;
    border: 1px solid #373737;
    border-radius: 4px;
    color: #fff;
}
.sjb-product-result-layout .sjb-filter-type.sjb-type-selected svg path {
    stroke: #ffffff;
}
.sjb-product-result-layout .sjb-filter-type.sjb-type-selected svg rect{
    fill: #373737;
}
.sjb-product-result-layout .sjb-filter-type span {
    font-size: 16px;
    max-height: 24px;
    font-weight: 500;
}
.sjb-product-result-layout .sjb-filter-type svg {
    width: 24px;
    height: 24px;
}
.sjb-product-result-layout-right a.sjb-clear-all {
    font-size: 16px;
    line-height: normal;
    display: flex;
    gap: 4px;
    align-items: center;
    text-decoration: none;
}
.sjb-product-result-layout-left .sjb-found-product {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #373737;
    margin: 0;
}

.sjb-product-result-layout-right {
    float: right;
}
.sjb-diamond-result-layout-type {
    display: flex;
    gap: 4px;
    border: 1px solid #DADADA;
    padding: 4px;
    border-radius: 4px;
}
.sjb-all-checkbox-style1-wrap {
    display:flex;
    gap: 20px;
    padding-top: 16px;
}
.sjb-all-checkbox-style1-wrap .sjb-checkbox-text-box {
    display: flex;
    align-items: center;
}
.sjb-all-checkbox-style1-wrap .sjb-filter-checkbox {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.sjb-all-checkbox-style1-wrap .sjb-checkbox-text-label {
    font-size: 16px;
    cursor: pointer;
    color: #373737;
}
input[type="checkbox"] {
    accent-color: #373737; /* Your theme's secondary color */
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.sjb-product-sort-box label {
    margin-right: 8px;
    color: #373737;
    font-size:16px;
    line-height: normal;
}
.sjb-filter-select-input {
    padding: 12px 50px 12px 16px;
    border: 1px solid #DADADA;
    border-radius: 4px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #373737;
}
.sjb-custom-select-wrapper{
    position: relative;
    display: inline-block;
}
.sjb-custom-arrow {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../image/select-box-icon.svg') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
}
.sjb-custom-select-wrapper.sjb-oepn .sjb-custom-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.sjb-selected-filter-row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px 16px;
    flex-wrap: wrap;
}

.sjb-selected-filter-row ul li{
    display: flex;
    font-size: 14px;
    line-height: normal;
    background:#EBEBEB;
    padding: 4px 10px;
    border-radius: 4px;
    align-items: center;
    gap: 8px;
    min-width: fit-content;
}
.sjb-selected-filter-row {
    padding-top: 16px;
}
.sjb-selected-filter-row ul li:empty {
    display: none;
}
/* Filter CSS End */

/* table style start */
.sjb-product-list-layout .sjb-ring-details-table-tr.sjb-ring-active {
    background-color: #373737 !important;
    color: #ffffff;
}

.sjb-product-list-layout .sjb-product-details {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.sjb-product-list-layout .sjb-table-div {
    max-width: 1440px;
    margin: 0px auto;
}

table.sjb-product-list-layout  {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.sjb-product-list-layout .sjb-table-toggle-th,
.sjb-product-list-layout td {
    text-align: center;
    padding: 16px;
}
.sjb-product-list-layout .sjb-ring-detail-table-header {
    background-color: #373737;
    color: #ffffff;
}

.sjb-product-list-layout .sjb-ring-detail-img {
    width: 45px;
    height: 40px;
    object-fit: cover;
}

.sjb-product-list-layout .sjb-ring-detail-tag {
    background-color: #373737;
    color: #ffffff;
    padding: 4px 8px;
}

.sjb-product-list-layout .sjb-ring-detail-img-div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sjb-product-list-layout .sjb-ring-details-table-td-img {
    max-width: 80px;
    text-align: left;
    padding: 16px;
}

.sjb-product-list-layout .sjb-collapsible:hover {
    cursor: pointer;
}

.sjb-product-list-layout .sjb-table-toggle-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 32px;
    padding-right: 48px;
    padding-bottom: 32px;
    padding-left: 48px;
    align-items: center;
}

.sjb-product-list-layout .sjb-table-toggle-img-div {
    max-width: 240px;
}

.sjb-product-list-layout .sjb-table-toggle-img-div img {
    width: 200px;
    height: auto;
    max-height: 200px;
}

.sjb-product-list-layout .sjb-table-toggle-img-div-details {
    padding-top: 16px;
    color: #373737;
}

.sjb-product-list-layout .sjb-table-toggle-ring-table {
    max-width: 664px;
    width: 100%;
    padding: 0 20px;
}

.sjb-product-list-layout .sjb-table-toggle-price {
    color: #373737;
    font-size: 24px;
}

.sjb-product-list-layout .sjb-table-toggle-button-div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* .sjb-product-list-layout .sjb-table-toggle-button {
    background-color: #ffffff;
    border: 1px solid #373737;
    border-radius: 4px;
    color: #373737;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
} */

.sjb-product-list-layout .sjb-table-toggle-price-button-div {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sjb-product-list-layout .sjb-ring-details-table-gap {
    gap: 48px;
}

.sjb-product-list-layout .sjb-ring-detail-img-white ,
.sjb-product-list-layout .sjb-ring-detail-wishlist-white {
    display: none;
}

.sjb-product-list-layout .sjb-table-toggle-wishlist {
    display: flex;
    justify-content: center;
}

.sjb-product-list-layout .sjb-toggle-table-tag-resp {
    background-color: #ebebeb;
    font-size: 12px;
    font-weight: 500;
    border-radius: 24px;
    position: absolute;
    padding: 6px 10px;
}

.sjb-product-list-layout .sjb-toggle-table-tag-resp,
.sjb-product-list-layout .sjb-table-toggle-moile-view {
    display: none;
}

/* new table */
.sjb-product-list-layout .sjb-ring-details-tab {
    padding-top: 64px;
}

.sjb-filter-button-group {
    max-width: 468px;
    margin: 0px auto;
    display: flex;
    justify-content: space-evenly;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-weight: bold;
}

.sjb-filter-button {
    padding: 8px 0px;
    text-align: center;
    margin: 4px;
    width: 228px;
    border-radius: 4px;
    font-size: 16px;
}

.sjb-filter-button.sjb-active {
    background-color: #373737;
    color: #ffffff;
}

.sjb-product-list-layout .sjb-ring-details-table-data-left,
.sjb-product-list-layout .sjb-ring-details-table-data-right {
    padding: 8px;
    font-size: 16px;
    color: #777777;
    font-weight: 500;
}
.sjb-product-list-layout .sjb-ring-details-table-data-left {
    color: #373737;
    font-weight: 600;
}
.sjb-product-list-layout .sjb-ring-details-table-div .sjb-product-desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 120px;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.sjb-product-list-layout .sjb-ring-details-table-div .sjb-product-desc li {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.sjb-product-list-layout span.sjb-ring-details-table-data-right del {
    display: none;
}
.sjb-product-list-layout .sjb-table-toggle-button-div.sjb-table-mob-btns {
    display: none;
}
/* table style end */
.sjb-mob-toggle-button,
.sjb-filter-propup-header {
    display: none;
}

/* Cart Review page start */
.sjb-ring-details-conatiner {
    gap: 64px;
    display: flex;
    justify-content: space-between;
}

.sjb-ring-details-information {
    width: 100%;
}

.sjb-ring-details-title {
    font-size: 40px;
    color: #373737;
}

.sjb-ring-details-description {
    padding-top: 12px;
    font-size: 16px;
    color: #373737;
}

.sjb-ring-details-price-div {
    padding: 40px 0px;
}

.sjb-ring-details-price-div {
    padding: 40px 0px;
}

.sjb-ring-details-price {
    font-size: 30px;
    font-weight: bold;
}
.sjb-ring-details-price {
    font-size: 30px;
    font-weight: bold;
}

.sjb-ring-details-card-mobile {
    display: none;
}
.sjb-ring-details-cardimage {
    width: 100%;
}

.sjb-ring-details-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 4px;
}

.sjb-ring-details-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 280px;
    border: 1px solid #DADADA;
    border-radius: 4px;
}
.sjb-slideshow-outerdiv {
    position: relative;
}
.sjb-slideshow-outerdiv {
    display: none;
}
.sjb-slideshow-container {
    max-width: 460px;
    position: relative;
    margin: auto;
}

.sjb-mySlides {
    display: none;
}
 
.sjb-ring-details-price-unit {
    margin-top: 28px;
    min-height: 36px;
    font-size: 16px;
    font-weight: 400;
}

.sjb-ring-info-card-title {
    font-size: 20px;
    min-height: 70px;
    margin-top: 28px;
}

.sjb-ring-info-card-color {
    margin-top: 28px;
    min-height: 36px;
    font-size: 16px;
}

.sjb-ring-info-card-chnagelink {
    margin-top: 28px;
}

.sjb-ring-info-card-chnagelink a {
    color: #373737;
    font-size: 14px;
}


/* Next & previous buttons using ::before and ::after */
.sjb-prev,
.sjb-next {
    cursor: pointer;
    padding: 16px;
    color: #373737;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sjb-prev {
    left: 10px;
}

.sjb-next {
    right: 10px;
}

.sjb-prev::before {
    content: "\276E";
    font-size: 24px;
    color: #373737;
    transition: 0.6s ease;
}

.sjb-next::after {
    content: "\276F";
    font-size: 24px;
    color: #373737;
    transition: 0.6s ease;
}

.sjb-prev:hover::before,
.sjb-next:hover::after {
    color: black;
}

/* Dots for slideshow */
.sjb-dot-container {
    text-align: center;
    margin-top: 10px;
}

.sjb-dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.sjb-dot:hover {
    background-color: #717171;
}
.sjb-ring-details-information-card {
    padding-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
}

.sjb-ring-details-information-ring {
    padding: 40px;
    border: 1px solid #dadada;
    border-radius: 4px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    text-align: center;
}

.sjb-ring-details-information-diamond {
    padding: 40px;
    border: 1px solid #dadada;
    border-radius: 4px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    text-align: center;
}
/* Arrow & Dots css end */

.sjb-ring-info-img {
    display: flex;
    justify-content: center;
    min-height: 36px;
}

.sjb-ring-info-img img {
    height: 36px;
}

/* mobile view card */
.sjb-pro-mob-card {
    max-width: 350px;
    border-radius: 8px;
    padding: 20px 10px;
    border: 1px solid #ddd;
}

.sjb-pro-mob-card .sjb-card-header {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sjb-pro-mob-card .sjb-card-header img {
    width: 24px;
    height: 36px;
}

.sjb-pro-mob-card .sjb-card-description {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.sjb-pro-mob-card .sjb-card-price {
    font-weight: bold;
    font-size: 20px;
    float: right;
}

.sjb-pro-mob-card .sjb-card-des-title {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
}

.sjb-pro-mob-card .sjb-card-change-link {
    font-weight: 500;
    font-size: 12px;
    color: #373737;
    display: inline-block;
}

.sjb-ring-info-ring-size-div {
    display: flex;
    justify-content: space-between;
}

.sjb-ring-info-ring-size-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.sjb-ring-info-ring-size-guide {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
    margin: 0;
}

.sjb-ring-info-ring-dropdown {
    padding-top: 8px;
    padding: 13px 16px;
    width: 100%;
    border-radius: 4px;
    color: #777777;
    font-size: 14px;
}

.sjb-ring-info-ring-dropdown-div {
    padding-top: 8px;
    padding-bottom: 40px;
}

.sjb-ring-info-addcart-btn-div {
    margin-bottom: 40px;
    border: 1px solid #dadada;
    padding: 16px 0px;
    border-left: none;
    border-right: none;
}

.sjb-ring-info-btn-addcart {
    width: 100%;
    background-color: #373737;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 0px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    font-weight: 600;
}

.sjb-info-container .sjb-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #373737;
}

.sjb-info-container .sjb-info-item img {
    width: 24px;
    height: 24px;
}

.sjb-ring-details-card-img img {
    width: 100%;
}
/* ring details end */


/* Breadcrumbs CSS Start */
.sjb-progress-bar {
    display: flex;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 40px 0;
}
.sjb-first-step.sjb-step-header {
    max-width: 200px;
}
.sjb-step {
    flex: 1;
    position: relative;
    padding: 20px 30px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1px;
}

.sjb-stepper-text {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    height: 100%;
    gap:5px;
}

.sjb-step-content {
    display: flex;
    align-items: center;
    color: #373737;
}
.sjb-step-details-header {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.sjb-step-details,
.sjb-step-btn {
    font-size: 12px;
    line-height: 16px;
    color: #373737;
    padding-bottom: 4px;
}
.sjb-step-btn {
    padding-bottom: 0;
}
.sjb-step-btns-wrapper {
    display: flex;
    gap: 16px;
}
.sjb-step-details-price del {
    display: none;
}
.sjb-step::before,
.sjb-step::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
    z-index: 0;
}

.sjb-step::before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #373737;
}

.sjb-step::after {
    background: #fff;
    z-index: 1;
}

.sjb-first-step::after {
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0px 50%);
}

.sjb-first-step::before {
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}

.sjb-last-step::after,
.sjb-last-step::before {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 15px 50%);
}

.sjb-step.sjb-step-active::after {
    background: #373737;
}

.sjb-step .sjb-step-number{
    color: #373737;
    margin-right: 16px;
    font-size: 28px;
    line-height: 36px;
}

.sjb-step .sjb-stepper-icon,
.sjb-step .sjb-stepper-text {
    position: relative;
    z-index: 2;
}

.sjb-step.sjb-step-active span,
.sjb-step.sjb-step-active .sjb-step-details-header,
.sjb-step.sjb-step-active .sjb-step-details,
.sjb-step.sjb-step-active .sjb-step-number,
.sjb-step.sjb-step-active .sjb-step-btn{
    color: white;
}
/* Breadcrumbs CSS End */

@keyframes sjbfade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 1499px) {
    /* .sjb-filter-container {
        max-width: 1200px;
        width: 100%;
    } */
    .sjb-filter-weight {
        max-width: 568px;
        width: 100%;
    }
    .sjb-product-list-layout .sjb-table-toggle-div {
        padding: 10px 10px;
    }
    .sjb-product-list-layout .sjb-ring-detail-tag {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .sjb-header-container {
        padding: 48px 80px;
    }
    .sjb-product-list-layout .sjb-ring-details-table-div .sjb-product-desc {
        column-gap: 80px;
    }
    .sjb-step-btn-remove {
        display: none;
    }
    .sjb-progress-bar {
        gap:0;
    }
    .sjb-step .sjb-step-number {
        margin-right: 8px;
    }
    .sjb-first-step.sjb-step-header {
        max-width: 170px;
        padding: 10px;
    }
}
@media (max-width: 1194px) {
    .sjb-ring-details-conatiner {
        flex-direction: column;
        gap: 32px;
    }
    .sjb-ring-details-cardimage {
        display: none;
    }
    .sjb-slideshow-outerdiv {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .sjb-filter-container {
        padding: 40px 10px 40px 10px;
    }

    .sjb-ring-filter-container {
        padding: 48px 20px 32px 20px;
    }
    .sjb-stepper-text img {
        display: none;
    } 
    .sjb-product-list-layout .sjb-ring-detail-tag {
        font-size: 12px;
        padding: 4px;
    }
    .sjb-product-list-layout .sjb-ring-details-table-td-img {
        padding: 12px;
    }
    .sjb-product-list-layout .sjb-table-toggle-div {
        padding: 0;
    }
    .sjb-product-list-layout .sjb-ring-details-table-div .sjb-product-desc {
        column-gap: 50px;
    }
    /* .sjb-product-list-layout .sjb-table-toggle-button {
        padding: 6px 10px;
    } */
    .sjb-product-list-layout .sjb-table-toggle-price {
        font-size: 18px;
    }
    .sjb-product-list-layout .sjb-table-toggle-ring-table {
        max-width: 52%;
    }
    .sjb-step1:after{
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0px 50%);
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0px 50%);
    }
    .sjb-step1:before{
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    }

    .sjb-step.sjb-step1 {
        padding: 5px 15px 5px 10px;
    }
    .sjb-step.sjb-step2{
        padding: 5px 15px 5px 15px;
    }
    .sjb-step.sjb-step3{
        padding: 5px 10px 5px 20px;
    }
    .sjb-step-header {
        display: none;
    }
    .sjb-progress-bar {
        padding: 20px 0;
    }
}
@media screen and (max-width: 992px) {
    .sjb-header-container {
        padding: 40px 60px;
    }
    .sjb-filter-weight {
        max-width: none;
    }
    .sjb-filter-main-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .sjb-slider-input-container {
        padding-bottom: 30px;
    }
    .sjb-ring-details-conatiner {
        flex-direction: column;
        gap: 32px;
    }
    .sjb-ring-details-card {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 8px;
        padding-bottom: 10px;
    }

    .sjb-ring-details-card-img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 180px;
        scroll-snap-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sjb-step {
        padding: 10px 30px;
    }
    .sjb-step-header,
    .sjb-step {
        width: 100%;
    }
    .sjb-step-number {
        margin-right: 10px;
    }
    .sjb-step-btns-wrapper {
        gap: 6px;
    }
    .sjb-step .sjb-step-number {
        font-size: 18px;
        line-height: 24px;
        margin-right: 10px;
    }
    .sjb-stepper-text svg {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .sjb-header-container {
        padding: 32px 40px;
    }
    .sjb-filter-shapes-box {
        justify-content: space-between;
    }
    .sjb-filter-type-shape {
        justify-content: unset;
    }
    .sjb-filter-card-text-hover {
        display: block;
        font-weight: 400;
        padding-top: 4px;
    }
    .sjb-ring-info-ring-size-div {
        align-items: flex-start;
    }
    .sjb-ring-details-information-diamond {
        padding: 32px;
    }
    .sjb-ring-details-title-div {
        flex: 25%;
    }
    .sjb-ring-detail-header-share-wishlist {
        justify-content: flex-end;
    }
    .sjb-ring-details-title {
        font-size: 36px;
    }
    .sjb-ring-details-price {
        padding-top: 28px;
        font-size: 24px;
    }
    .sjb-ring-info-addcart-btn-div {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 0px;
    }
    .sjb-shopping-cart-title {
        font-size: 36px;
        padding: 20px;
    }
    .sjb-ring-info-card-title {
        min-height: 50px;
    }
    .sjb-ring-info-addcart-btn-div {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 0px;
    }
    .sjb-step-header,
    .sjb-step-details{
        display: none;
    }
    .sjb-step-number {
        margin-right: 10px;
    }
    .sjb-step-details-header {
        font-size: 14px;
        line-height: 18px;
    }
    .sjb-product-list-layout .sjb-ring-details-table-div .sjb-product-desc{
        display: inline;
    }
    .sjb-product-list-layout .sjb-table-toggle-ring-table {
        max-width: unset;
        width: max-content;
    }
    .sjb-product-list-layout .sjb-ring-details-table-div .sjb-product-desc li {
        gap: 110px;
    }
    .sjb-product-list-layout .sjb-ring-detail-tag {
        display:none;
    }
}
@media screen and (max-width: 576px) {
    .sjb-header-container {
        padding: 24px 20px;
    }
    .sjb-filter-title {
        flex-direction: row;
        font-size: 13px;
    }
    .sjb-filter-shapes-box {
    gap: 10px;
    }

    .sjb-mob-toggle-button {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background: #373737;
        color: #FFFFFF;
        border: none;
        padding: 12px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        z-index: 1000;
        transition: 0.3s;
    }
    .sjb-filter-propup-header {
        display: flex;
        position: relative;
        border-radius: 16px 16px 0px 0;
        background: #f4F4F4;
        padding: 12px 16px;
        justify-content: space-between;
    }
    .sjb-filter-close-btn {
        padding: 5px;
        background: none;
    } 
    .sjb-filter-close-btn:focus svg path,
    .sjb-filter-close-btn:hover svg path{
        stroke:#fff;
    }
    .sjb-filter-propup-title{
        gap: 8px;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sjb-filter-btn {
        display: none;
    }
    .sjb-filter-min-box-hidden {
        transform: translateX(-50%) translateY(100%);
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .sjb-filter-min-box-hidden.sjb-filter-popup-active {
        max-height: calc(100svh - 110px);
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 95%;
        height: 90vh;
        background: #FFFFFF;
        box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.2);
        border-radius: 15px 15px 0 0;
        z-index: 999;
        transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        visibility: visible;
        padding: 0;
        border-radius: 16px;
        border: 1px solid #DADADA;
    }
    .sjb-body-fixed {
        position: fixed;
    }
    div#wpadminbar {
        display: none;
    }
    .sjb-filter-mob-scroll {
        overflow: auto;
        max-height: calc(100svh - 150px);
        padding: 10px 20px;
    }
    .sjb-input-container .sjb-styled-input {
        width: 80px;
        height: 24px;
        font-size: 10px;
    }
    
    .sjb-input-label-max,
    .sjb-input-label-min {
        font-size: 10px;
        margin-bottom: -9px;
    }

    .sjb-range-input-container .ui-widget.ui-widget-content, .sjb-filter-slider-wrapper .ui-widget.ui-widget-content {
        height: 3px;
    }
    
    .sjb-filter-slider-step-wrapper {
        height: 3px;
    }
    
    .sjb-range-slider-step-wrapper.sjb-current-active {
        width: 6px;
        height: 6px;
    }
    
    .ui-slider .ui-slider-handle {
        width: 8px;
        height: 8px;
        border: 2px solid #454545 !important;
    }
    
    .sjb-range-input-container .ui-widget.ui-widget-content, .sjb-filter-slider-wrapper .ui-widget.ui-widget-content {
        width: calc(100% - 10px);
    }
    
    .sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper:first-child.sjb-current-active, .sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper:last-child.sjb-current-active, .sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper.sjb-current-active.sjb-first-ponit-active, .sjb-filter-slider-step-wrapper .sjb-range-slider-step-wrapper.sjb-current-active.sjb-last-ponit-active {
        width: 10px;
        height: 10px;
    }
    .sjb-step .sjb-step-number {
        margin-right: 8px;
    }
    .sjb-step.sjb-step2 {
        padding: 5px 15px 5px 18px;
    }
    .sjb-step::before,
    .sjb-step::after {
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
    }
    .sjb-first-step::after {
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0px 50%);
    }
    .sjb-first-step::before {
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    }
    .sjb-last-step::after,
    .sjb-last-step::before {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 10px 50%);
    }
    .sjb-step1:after{
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0px 50%);
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0px 50%);
    }
    .sjb-step1:before{
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    }
    .sjb-step.sjb-last-step.sjb-step3 .sjb-step-btn {
        display: none;
    }
    .sjb-filter-shapes {
        width: 50px;
        height: 50px;
    }
    .sjb-product-list-layout .sjb-table-toggle-price-button-div {
        display:none;
    }
    .sjb-product-list-layout .sjb-table-toggle-button-div.sjb-table-mob-btns {
        display: flex;
    }
    .sjb-product-list-layout .sjb-table-toggle-th, 
    .sjb-product-list-layout td, 
    .sjb-product-list-layout .sjb-ring-details-table-td-img {
        padding: 6px;
    }
    .sjb-next {
        right: 0px;
    }
    .sjb-prev {
        left: 0px;
    }
}
@media screen and (max-width: 480px) {
    .sjb-filter-container {
        padding-top: 32px;
        padding-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .sjb-filter-main-box {
        grid-template-columns: 1fr;
    }
    .sjb-filter-type-shape {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .sjb-ring-details-card {
        max-width: 100%;
    }
    .sjb-ring-details-title {
        font-size: 22px;
    }
    .sjb-ring-details-description {
        font-size: 14px;
    }
    .sjb-ring-info-btn-addcart {
        font-size: 14px;
        padding: 8px 0;
    }
    .sjb-info-container {
        padding: 10px;
    }
    .sjb-info-container .sjb-info-item {
        font-size: 14px;
        align-items: flex-start;
    }

    .sjb-info-container .sjb-info-item i {
        font-size: 16px;
    }
}
@media screen and (max-width: 425px) {
    .sjb-step-details {
        display: none;
    }
    .sjb-step-details-price {
        font-size: 12px;
    }
    .sjb-step-details-header {
        font-size: 13px;
    }
    .sjb-step.sjb-step1 {
        margin-right: -10px;
    }
    .sjb-step.sjb-last-step.sjb-step3 {
        margin-left: -10px;
        padding: 5px 10px 5px 15px;
    }
    .sjb-step .sjb-step-number {
        font-size: 16px;
        line-height: 20px;
    }
    .sjb-step-btn {
        font-size: 11px;
        line-height: normal;
    }
    .sjb-step-btns-wrapper {
        gap: 3px;
    }
}
@media screen and (max-width: 350px) { 
    .sjb-ring-details-conatiner {
        gap: 20px;
    }
    .sjb-ring-details-card-mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .sjb-ring-details-information-card {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }
    .sjb-ring-details-information-card {
        display: none;
    }
    .sjb-ring-details-title {
        font-size: 26px;
    }
    
    .sjb-ring-details-title-div {
        flex: 50%;
    }
    .sjb-ring-info-ring-dropdown-div {
        padding-bottom: 20px;
    }
    .sjb-step .sjb-step-number {
        margin-right: 5px;
    }
    .sjb-step.sjb-last-step.sjb-step3 {
        padding-right: 5px;
    }
    .sjb-step.sjb-step1 {
        padding-left: 5px;
        padding-right: 10px;
    }
    .sjb-step.sjb-step2 {
        padding: 5px 10px 5px 12px;
    }
}

button.sjb-btn {
    padding: 12px 0px;
    width: 219px;
    background: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    gap: 5px;
    cursor: pointer;
}
button.sjb-btn:hover {
    background: #000000 !important;
}
button.sjb-btn:hover svg path{
    stroke: #FFFFFF !important;
}
.sjb-filter-advance-btn-span {
    padding-right: 8px;
    width: 22px;
    height: 22px;
}
.sjb-filter-container-btn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.sjb-slider-input-container {
    padding-bottom: 40px;
}
.sjb-filter-advance-hidden {
    display: none;
}
.sjb-filter-advance-hidden.sjb-filter-advance-active {
    display: block;
}
ul#sjb-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    justify-content: center;
    margin: 0;
}
.sjb-error {
    display: none;
    color: red;
    font-size: 14px;
    line-height: normal;
    margin: 8px 0;
    padding: 0;
}