* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  width: 90%;
  margin: auto;
}
.cads-top-tabs-btn {
    color: #cd865c !important;
    border-width: 2px !important;
    border-color: #cd865c !important;
    background-color: #fff !important;
    border-style: solid !important;
    padding: 12px 20px !important;
}
.cads-top-tabs-btn.active {
    color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: #cd865c !important;
    background-color: #cd865c !important;
    border-style: solid !important;
    padding: 12px 20px !important;
}
/* banner style  */

.banner-setting {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
.banner-setting-heading {
  width: 100%;
}
.banner-setting-heading h3 {
  font-size: 55px;
  font-weight: 200;
}
.banner-setting-heading p {
  font-weight: 700;
}
.banner-setting-image img {
  width: 800px;
  /* width: 100%; */
}



/* three steps section style  */

/* three steps section style  */





/* set images in part three  */
/* .three-steps img{
    width: 100px;
} */

/* filter and reset  */

.filter-and-reset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* shape section  */

.shapes-section-start {
  width: 100%;
  margin-top: 30px;
}
.two-shapes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.shape-section {
  width: 50%;
}
.shapes {
  /* width: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.metal-section-start {
  width: 50%;
}
.metal-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.setting-style-section-start {
  width: 50%;
}
.setting-style-sec {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-section-start {
  width: 50%;
}
.price-range-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.style-type-section-start {
  width: 50%;
}
.style-type {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* all spans style  */

.style-type-write,
.price-write,
.setting-style-write,
.top-metal-write,
.top-shape-write {
  font-weight: 700;
}

/* ring selection style  */

.top-heading-section {
  text-align: center;
  margin: 30px 0px;
}
.selection-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
}
.settings-found {
  border-right: 1px solid black;
  margin-right: 10px;
}
.settings-found span {
  margin-right: 10px;
}
.settings-results-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

/* section-two style  */

.button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 20px 30px;
  margin: auto;
  background-color: #cedbef;
  color: blueviolet;
  border-radius: 5px;
}
.natural-diamond-button {
  background-color: blue;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
}

/* reset section style  */

.reset-section-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 20vh;
}
/* li{
    list-style: none;
} */
a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.line {
  margin: 20px 0px;
}
.shape-section-two {
  width: 100%;
}
.shapes-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}
.shape-building {
  display: flex;
  flex-direction: column;
}

/* search button section  */

.search-button-section {
  width: 100%;
  height: 20vh;
  margin: 30px 0px;
}
.head h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.btn input {
  outline: none;
  border: 1px solid #000;
  padding: 10px 60px;
}
.btn button {
  border: 1px solid #000;
  outline: none;
  padding: 10px 60px;
  margin-left: -5px;
  background-color: blueviolet;
  color: #fff;
  font-weight: 600;
}

.found-diamonds {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin: 20px 0px;
}
.heading h2 {
  text-align: center;
}

.compare-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: blue;
  color: #fff;
  padding: 15px 20px;
}

.sec-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5vh;
}
.sec-one img {
  height: 30px;
}

/* section three style  */

.three-section-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting-section,
.diamond-section,
.ring-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33%;
  height: 20vh;
}
.image img {
  height: 50%;
  width: 50%;
  border: 0.5px solid #000;
  border-radius: 5px;
}

/* product section styling  */

.product-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.image-section img {
  height: 400px;
  width: 500px;
  margin-right: 20px;
  border-radius: 5px;
}
.desc-section {
  line-height: 30px;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rating i {
  font-size: 20px;
}
.ring-heading h1 {
  margin: 25px 0px;
}
.ring-heading h1 span {
  color: #a19fa0;
  font-weight: 200;
}
.subtotal {
  font-size: 20px;
  margin: 15px 0px;
}
.cart-weight p {
  margin: 22px 0px;
  font-size: 20px;
  font-weight: 600;
}

.yellow-gold,
.carat-sec {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.yellow-gold,
.carat-sec,
p {
  margin-left: 10px;
}
.price-sec {
  margin: 20px 0px 20px 40px;
}

.flexible-payment {
  position: absolute;
  left: 52%;
}
.flexible-payment span {
  font-size: 15px;
  font-weight: 600;
}

.ring-size-section {
  position: absolute;
  left: 52%;
  top: 100%;
}
.sizes {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.ring {
  border-bottom: 1px solid black;
  margin-right: 20px;
}
.ring select {
  border: none;
  outline: none;
}
.btn-1 button {
  padding: 15px 180px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
}
.btn-2 button {
  padding: 12px 35px;
  outline: none;
  /* border: none; */
  margin: 18px 0px;
  cursor: pointer;
  font-size: 20px;
}
.ships {
  margin-bottom: 20px;
}
.shipping {
  margin: 20px 0px;
}

.static-section {
  position: absolute;
  top: 170%;
  left: 10%;
}
.static-heading {
  text-align: center;
  margin-right: 18%;
}
.static-heading p {
  margin: 15px 0px;
}
.static-images {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 20px;
}
.setting-box {
  margin-right: 15px;
  margin-left: 15px;
  background-color: #eee9e5;
  border-radius: 2px;
}
.bottom-para {
  text-align: center;
  margin-right: 18%;
}

.review-section {
  position: absolute;
  top: 280%;
  left: 1%;
}
.items {
  font-size: 20px;
  margin-bottom: 15px;
}
.eight-reviews {
  font-size: 20px;
}
.btns {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
}
.btn-one button {
  padding: 10px 50px;
  margin-right: 10px;
}
.btn-two button {
  padding: 10px 50px;
}

.reviews {
  margin: 40px 0px;
  padding-left: 10px;
}
.reviews span {
  border-bottom: 2px solid #000;
}
.filter-all {
  margin: 50px 0px;
}
.filter-all select {
  padding: 5px 40px;
  outline: none;
}





/*Single Product banner css*/
.banner-setting-image img{
    width: 100%;
    height: auto;
}
/*Single Product CSS Steps*/
.three-steps {
  height: auto !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
    flex-wrap: wrap;
}
.three-steps .choose-your-setting {
  position: relative;
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  height: 94px;
  background: rgba(203, 135, 92, 0.6);
}
.three-steps .choose-your-setting .choose-your-setting-inner {
    background: rgba(203,135,92,0.5);
    position: relative;
    display: flex;
    justify-content: space-between;
    width: auto;
    height: 94px;
    margin-right: 18px;
    text-decoration: none;
    padding: 20px;
}
.three-steps .choose-your-setting:last-child .choose-your-setting-inner {
    margin-right: 0;
}
.three-steps .steps-txt-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.three-steps .steps-txt-box h6 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    margin: 0;
    padding: 6px;
    color:#292929;
    font-family:'Poppins';
}
.three-steps .steps-details-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color:#000;
}
.three-steps p.steps-details-box-price {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0;
    color:#000;
}
.three-steps p.steps-details-box-links a {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}
.three-steps .choose-your-setting.active .choose-your-setting-inner {
  background: rgba(203, 135, 92, 1);
}
.three-steps .choose-your-setting:nth-child(1):after {
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 15px solid rgba(203, 135, 92, 0.5);
  position: absolute;
  content: "";
  top: 0px;
  right: 18px;
  transform: translate(100%, 0);
}
.three-steps .choose-your-setting.active:nth-child(1):after {
  border-left-color: rgba(203, 135, 92, 1);
}
.three-steps .choose-your-setting:nth-child(2):before {
  width: 0px;
  height: 0px;
  border-top: 47px solid #D69F7C;
  border-bottom: 47px solid #D69F7C;
  border-left: 15px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  transform: translate(-100%, 0);
}
.three-steps .choose-your-setting:nth-child(2):after {
  width: 0;
  height: 0;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 15px solid rgba(203, 135, 92, 0.5);
  position: absolute;
  content: "";
  top: 0px;
  right: 18px;
  transform: translate(100%, 0);
}
.three-steps .choose-your-setting.active:nth-child(2):after {
  border-left-color: rgba(203, 135, 92, 1);
}
.three-steps .choose-your-setting.active:nth-child(2):before {
  border-top-color: rgba(203, 135, 92, 1);
  border-bottom-color: rgba(203, 135, 92, 1);
}
.three-steps .choose-your-setting:nth-child(3):before {
  width: 0px;
  height: 0px;
  border-top: 47px solid #D69F7C;
  border-bottom: 47px solid #D69F7C;
  border-left: 15px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  transform: translate(-100%, 0);
}
.three-steps .choose-your-setting.active:nth-child(3):before {
  border-top-color: rgba(203, 135, 92, 1);
  border-bottom-color: rgba(203, 135, 92, 1);
}
.three-steps .choose-your-setting h4 {
  padding-bottom: 0 !important;
}
.three-steps .steps-details-box-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    width: 75px;
    height: 75px;
}
.three-steps .steps-details-box-img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.three-steps .steps-details-inner {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
}
.three-steps .active {
    background: rgba(203, 135, 92, 1);
}
.csso {
    position: relative;
    display: block;
    width: 100%;
}
.csso-inner {
    position: relative;
    display: block;
    width: 100%;
}
.csso-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0px;
}
.csso-filtered-product-searched .csso-row {
    padding: 0px;
}
.border-bottom-1 {
    border-bottom: 1px solid #dcdcdc;
}
.csso-col6 {
    position: relative;
    display: inline-block;
    width: 50%;
}
.csso-form {
    position: relative;
    display: block;
    width: 100%;
}
span.label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.csso-form-field-group {
    display: inline-flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
}
.csso-form-field-group input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.csso-form-field-group span {
    font-size: 13px;
}
.csso-form-field-group input:checked ~ label {
    border: 1px solid #000;
}
.csso-form-field-group label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/ringbuilder_latest_sprite.svg);
}
.csso-form-field-group label[for="diamondShapRound"] {
    background-position: -7px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapRound"], .csso-form-field-group label[for="diamondShapRound"]:hover {
    background-position: -7px -272px;
}

.csso-form-field-group label[for="diamondShapOval"] {
    background-position: -75px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapOval"], .csso-form-field-group label[for="diamondShapOval"]:hover {
    background-position: -75px -272px;
}

.csso-form-field-group label[for="diamondShapPrincess"] {
    background-position: -144px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapPrincess"], .csso-form-field-group label[for="diamondShapPrincess"]:hover {
    background-position: -144px -272px;
}

.csso-form-field-group label[for="diamondShapEmerald"] {
    background-position: -211px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapEmerald"], .csso-form-field-group label[for="diamondShapEmerald"]:hover {
    background-position: -211px -272px;
}

.csso-form-field-group label[for="diamondShapPear"] {
    background-position: -268px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapPear"], .csso-form-field-group label[for="diamondShapPear"]:hover {
    background-position: -268px -272px;
}

.csso-form-field-group label[for="diamondShapMarquise"] {
    background-position: -317px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapMarquise"], .csso-form-field-group label[for="diamondShapMarquise"]:hover {
    background-position: -317px -272px;
}

.csso-form-field-group label[for="diamondShapCushion"] {
    background-position: -375px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapCushion"], .csso-form-field-group label[for="diamondShapCushion"]:hover {
    background-position: -375px -272px;
}

.csso-form-field-group label[for="diamondShapAsscher"] {
    background-position: -440px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapAsscher"], .csso-form-field-group label[for="diamondShapAsscher"]:hover {
    background-position: -440px -272px;
}

.csso-form-field-group label[for="diamondShapHeart"] {
    background-position: -440px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapHeart"], .csso-form-field-group label[for="diamondShapHeart"]:hover {
    background-position: -440px -272px;
}

.csso-form-field-group label[for="diamondShapRadiant"] {
    background-position: -515px -206px;
}
.csso-form-field-group input:checked ~ label[for="diamondShapRadiant"], .csso-form-field-group label[for="diamondShapRadiant"]:hover {
    background-position: -515px -272px;
}

.csso-form-field-group label[for="diamondMetal18ctRoseGold"] {
    background-position: -241px -567px;
}
.csso-form-field-group label[for="diamondMetal18ctWhiteGold"] {
    background-position: -63px -567px;
}
.csso-form-field-group label[for="diamondMetal18ctYellowGold"] {
    background-position: -122px -567px;
}
.csso-form-field-group label[for="diamondMetalPlatinum"] {
    background-position: -358px -567px;
}

.csso-form-field-group label[for="diamondStyle01"] {
    background-position: -21px -671px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyle01"], .csso-form-field-group label[for="diamondStyle01"]:hover {
    background-position: -21.5px -625.5px;
}
.csso-form-field-group label[for="diamondStyle02"] {
    background-position: -98px -671px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyle02"], .csso-form-field-group label[for="diamondStyle02"]:hover {
    background-position: -98.5px -625.5px;
}
.csso-form-field-group label[for="diamondStyle03"] {
    background-position: -175px -671px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyle03"], .csso-form-field-group label[for="diamondStyle03"]:hover {
    background-position: -175.5px -625.5px;
}
.csso-form-field-group label[for="diamondStyle04"] {
    background-position: -252.5px -671.5px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyle04"], .csso-form-field-group label[for="diamondStyle04"]:hover {
    background-position: -253.5px -626px;
}
.csso-form-field-group label[for="diamondStyle05"] {
    background-position: -329px -671px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyle05"], .csso-form-field-group label[for="diamondStyle05"]:hover {
    background-position: -329.5px -625.5px;
}

.csso-style-type.csso-form-field-group label {
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/tom-loose-diamond-sprite.svg);
}

.csso-form-field-group label[for="diamondStyleType01"] {
    background-position: -1111px -314px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyleType01"], .csso-form-field-group label[for="diamondStyleType01"]:hover {
    background-position: -1111px -364px;
}

.csso-form-field-group label[for="diamondStyleType02"] {
    background-position: -1197px -314px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyleType02"], .csso-form-field-group label[for="diamondStyleType02"]:hover {
    background-position: -1197px -364px;
}

.csso-form-field-group label[for="diamondStyleType03"] {
    background-position: -1263px -317px;
}
.csso-form-field-group input:checked ~ label[for="diamondStyleType03"], .csso-form-field-group label[for="diamondStyleType03"]:hover {
    background-position: -1263px -361px;
}
input#btnReset {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
#cssopriceRange {
    position: relative;
    opacity: 1;
    height: auto;
    width: 100%;
}
.w-100 {
    position: relative;
    display: block;
    width: 100%;
}
.csso-price-range-slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.csso-price-range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(203,135,92,1);
  cursor: pointer;
    height: 6px !important;
}
.csso-price-range-slider div {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}
.csso-col12 {
    position: relative;
    display: inline-block;
    width: 100%;
}
h3.csso-ring-setting-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0;
}
.seleted-filter-items {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(203,135,92,1);
}
span.csso-selected-filter-item {
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}
.csso-item-founded-box {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 6px;
    width: 100%;
    margin-bottom: 20px;
}
.csso-col4 {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.csso-filtered-product-img {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.csso-filtered-product-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.csso-filtered-product {
    position: relative;
    display: block;
    border: 1px solid #000;
    border-radius: 4px;
}


/*second step*/
.cads-form-field-group {
    display: inline-flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
}
.cads-form-field-group input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.cads-form-field-group span {
    font-size: 13px;
}
.cads-form-field-group input:checked ~ label {
    border: 1px solid #000;
}
.cads-form-field-group label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/ringbuilder_latest_sprite.svg);
}
.cads-form-field-group label[for="diamondShapRound"] {
    background-position: -7px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapRound"], .cads-form-field-group label[for="diamondShapRound"]:hover {
    background-position: -7px -272px;
}

.cads-form-field-group label[for="diamondShapOval"] {
    background-position: -75px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapOval"], .cads-form-field-group label[for="diamondShapOval"]:hover {
    background-position: -75px -272px;
}

.cads-form-field-group label[for="diamondShapHeart"] {
    background-position: -515px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapHeart"], .cads-form-field-group label[for="diamondShapHeart"]:hover {
    background-position: -515px -272px;
}

.cads-form-field-group label[for="diamondShapPrincess"] {
    background-position: -144px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapPrincess"], .cads-form-field-group label[for="diamondShapPrincess"]:hover {
    background-position: -144px -272px;
}

.cads-form-field-group label[for="diamondShapEmerald"] {
    background-position: -211px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapEmerald"], .cads-form-field-group label[for="diamondShapEmerald"]:hover {
    background-position: -211px -272px;
}

.cads-form-field-group label[for="diamondShapPear"] {
    background-position: -268px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapPear"], .cads-form-field-group label[for="diamondShapPear"]:hover {
    background-position: -268px -272px;
}

.cads-form-field-group label[for="diamondShapMarquise"] {
    background-position: -317px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapMarquise"], .cads-form-field-group label[for="diamondShapMarquise"]:hover {
    background-position: -317px -272px;
}

.cads-form-field-group label[for="diamondShapCushion"] {
    background-position: -375px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapCushion"], .cads-form-field-group label[for="diamondShapCushion"]:hover {
    background-position: -375px -272px;
}

.cads-form-field-group label[for="diamondShapAsscher"] {
    background-position: -440px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapAsscher"], .cads-form-field-group label[for="diamondShapAsscher"]:hover {
    background-position: -440px -272px;
}

.cads-form-field-group label[for="diamondShapRadiant"] {
    background-position: -515px -206px;
}
.cads-form-field-group input:checked ~ label[for="diamondShapRadiant"], .cads-form-field-group label[for="diamondShapRadiant"]:hover {
    background-position: -515px -272px;
}
.cads .top-tabs-box .cads-col12 {
    text-align: center;
    margin: 33px 0;
}
.cads-top-tabs-btn {
    background-color: #fbfbfb;
    padding: 6px 18px 6px 18px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 16px;
    color: #1b1b1b;
    user-select: none;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    margin: 0px 5px;
}
.cads-top-tabs-btn.active {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
.diamond-price-range-slider-range, .diamond-clarity-range-slider-range, .diamond-color-range-slider-range, .diamond-cut-range-slider-range, .diamond-carat-range-slider-range {
  position: relative;
  height: 40px;
  margin: 30px 0;
}
.diamond-price-range-slider-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before, .diamond-clarity-range-slider-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before, .diamond-color-range-slider-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before, .diamond-cut-range-slider-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before, .diamond-carat-range-slider-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: #808080;
}
.diamond-price-range-slider-range input[type=range]:nth-child(2), .diamond-clarity-range-slider-range input[type=range]:nth-child(2), .diamond-color-range-slider-range input[type=range]:nth-child(2), .diamond-cut-range-slider-range input[type=range]:nth-child(2), .diamond-carat-range-slider-range input[type=range]:nth-child(2) {
  background: none;
}
.diamond-price-range-slider-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before, .diamond-clarity-range-slider-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before, .diamond-color-range-slider-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before, .diamond-cut-range-slider-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before, .diamond-carat-range-slider-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: #808080;
}
.diamond-price-range-slider-range input[type=range]::-moz-range-track, .diamond-clarity-range-slider-range input[type=range]::-moz-range-track, .diamond-color-range-slider-range input[type=range]::-moz-range-track, .diamond-cut-range-slider-range input[type=range]::-moz-range-track, .diamond-carat-range-slider-range input[type=range]::-moz-range-track {
  background: none;
}
.diamond-price-range-slider input[type=range], .diamond-clarity-range-slider input[type=range], .diamond-color-range-slider input[type=range], .diamond-cut-range-slider input[type=range], .diamond-carat-range-slider input[type=range]  {
  position: absolute;
  width: 95%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: linear-gradient(rgba(203,135,92,1), rgba(203,135,92,1)) no-repeat center;
  background-size: 100% 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
    z-index: 8;
    border-radius: 10px;
    height: 6px;
}
.diamond-price-range-slider input[type=range]:active,
.diamond-price-range-slider input[type=range]:focus,
.diamond-price-range-slider input[type=range]::-moz-focus-outer, .diamond-clarity-range-slider input[type=range]:active,
.diamond-clarity-range-slider input[type=range]:focus,
.diamond-clarity-range-slider input[type=range]::-moz-focus-outer, .diamond-color-range-slider input[type=range]:active,
.diamond-color-range-slider input[type=range]:focus,
.diamond-color-range-slider input[type=range]::-moz-focus-outer, .diamond-cut-range-slider input[type=range]:active,
.diamond-cut-range-slider input[type=range]:focus,
.diamond-cut-range-slider input[type=range]::-moz-focus-outer, .diamond-carat-range-slider input[type=range]:active,
.diamond-carat-range-slider input[type=range]:focus,
.diamond-carat-range-slider input[type=range]::-moz-focus-outer {
  border: none;
  outline: none;
}
.diamond-price-range-slider input[type=range]::-moz-range-thumb, .diamond-clarity-range-slider input[type=range]::-moz-range-thumb, .diamond-color-range-slider input[type=range]::-moz-range-thumb, .diamond-cut-range-slider input[type=range]::-moz-range-thumb, .diamond-carat-range-slider input[type=range]::-moz-range-thumb, .csso-price-range-slider input[type=range]::-moz-range-thumb {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: rgba(203,135,92,1);
  box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
    z-index: 9;
}
.diamond-price-range-slider input[type=range]::-moz-range-thumb:active, .diamond-clarity-range-slider input[type=range]::-moz-range-thumb:active, .diamond-color-range-slider input[type=range]::-moz-range-thumb:active, .diamond-cut-range-slider input[type=range]::-moz-range-thumb:active, .diamond-carat-range-slider input[type=range]::-moz-range-thumb:active {
  background-color: rgba(203,135,92,1);
}
.diamond-price-range-slider input[type=range]::-webkit-slider-thumb, .diamond-clarity-range-slider input[type=range]::-webkit-slider-thumb, .diamond-color-range-slider input[type=range]::-webkit-slider-thumb, .diamond-cut-range-slider input[type=range]::-webkit-slider-thumb, .diamond-carat-range-slider input[type=range]::-webkit-slider-thumb, .csso-price-range-slider input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: rgba(203,135,92,1);
  box-shadow: 0 1px 4px 0.5px rgba(0,0,0,0.3);
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
    z-index: 9;
}
.diamond-price-range-slider input[type=range]::-webkit-slider-thumb:active, .diamond-clarity-range-slider input[type=range]::-webkit-slider-thumb:active, .diamond-color-range-slider input[type=range]::-webkit-slider-thumb:active, .diamond-cut-range-slider input[type=range]::-webkit-slider-thumb:active, .diamond-carat-range-slider input[type=range]::-webkit-slider-thumb:active {
  background-color: rgba(203,135,92,1);
}
.diamond-price-range-slider-price-box, .diamond-clarity-range-slider-price-box, .diamond-color-range-slider-price-box, .diamond-cut-range-slider-price-box, .diamond-carat-range-slider-carat-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 0 0 0;
    z-index: 6;
}
.cads-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cads-col12 {
    position: relative;
    display: inline-block;
    width: 100%;
}
.text-center {
    text-align: center;
}
.cads-col6 {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 15px;
}
h3.cads-ring-setting-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0px;
}
.cads-col4 {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.cads-filtered-product {
    position: relative;
    display: block;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px;
}
.cads-filtered-product-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cads-col4 h3, .csso-col4 h3  {
    font-weight: 600;
    font-family: 'Poppins';
}
.cads-filtered-product .cads-filtered-product-title {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 10px 0px;
}
.cads-filtered-product .cads-filtered-product-price {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0;
}
.cads-filtered-product-img {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
    height: 210px;
}
.cads-filtered-product-img img {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}
/*second step*/


.choose-ring-settings-box .products .product {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 10px !important;
    border-radius: 10px;
    border: 2px solid #000;
}
.choose-ring-settings-box .products .product img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.choose-ring-settings-box .products .product h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
    height: 52px;
    overflow: hidden;
    line-height: 1.3em;
}
.choose-ring-settings-box .products .product span.price {
    position: relative;
    display: block;
    text-align: center;
    color: #000 !important;
    font-size: 14px !important;
}
.choose-ring-settings-box .products .product .et_overlay {
    display: none;
}
.choose-ring-settings-box .products .product {
    float: none !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 22% !important;
}
.radio-group.shape div {
    display: inline-flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
}
.radio-group.shape div input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.radio-group.shape div label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/ringbuilder_latest_sprite.svg);
    text-align: center;
    line-height: 125px;
}
.radio-group.shape div input:checked ~ label {
    border: 1px solid #000;
}
div#setting-radio-buttons-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
div#setting-radio-buttons-container .radio-group {
    position: relative;
    display: inline-block;
    width: 48%;
    margin: 0px 0px 20px 0px !important;
}
.product-custom-fields {
    display: none;
}
.radio-group.shape label[for="Shape-Oval"] {
    background-position: -75px -206px;
}
.radio-group.shape label[for="Shape-Oval"]:hover {
    background-position: -75px -272px;
}

.radio-group.shape label[for="Shape-Round"] {
    background-position: -7px -206px;
}
.radio-group.shape label[for="Shape-Round"]:hover {
    background-position: -7px -272px;
}

.radio-group.shape label[for="Shape-Asscher"] {
    background-position: -440px -206px;
}
.radio-group.shape label[for="Shape-Asscher"]:hover {
    background-position: -440px -272px;
}

.radio-group.shape label[for="Shape-Princess"] {
    background-position: -144px -206px;
}
.radio-group.shape label[for="Shape-Princess"]:hover {
    background-position: -144px -272px;
}

.radio-group.shape label[for="Shape-Marquise"] {
    background-position: -317px -206px;
}
.radio-group.shape label[for="Shape-Marquise"]:hover {
    background-position: -317px -272px;
}

.radio-group.shape label[for="Shape-Heart"] {
    background-position: -515px -206px;
}
.radio-group.shape label[for="Shape-Heart"]:hover {
    background-position: -515px -272px;
}

.radio-group.metal div {
    display: inline-flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
}
.radio-group.metal div input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.radio-group.metal div label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/ringbuilder_latest_sprite.svg);
    text-align: center;
    text-wrap: nowrap;
    line-height: 125px;
}
.radio-group.metal label[for="Metal-18ct-Rose-Gold"] {
    background-position: -238px -563px;
}
.radio-group.metal label[for="Metal-Platinum"] {
    background-position: -355px -563px;
}
.radio-group.metal label[for="Metal-18ct-Yellow-Gold"] {
    background-position: -119px -563px;
}
.radio-group.metal label[for="Metal-18ct-White-Gold"] {
    background-position: 0px -563px;
}
.radio-group.metal div input:checked ~ label {
    border: 1px solid #000;
}
.radio-group.setting-style div {
    display: inline-flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
}
.radio-group.setting-style div input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.radio-group.setting-style div label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/ringbuilder_latest_sprite.svg);
    text-align: center;
    text-wrap: nowrap;
    line-height: 125px;
}
#setting-radio-buttons-container .radio-group.setting-style label[for="Setting Style-Classic"] {
    background-position: -98px -667px;
}
#setting-radio-buttons-container .radio-group.setting-style label[for="Setting Style-Classic"]:hover {
    background-position: -98px -622px;
}
.radio-group.setting-style div input:checked ~ label {
    border: 1px solid #000;
}



.radio-group.style-type div {
    display: inline-flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
}
.radio-group.style-type div input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.radio-group.style-type div label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: url(https://rehmansolutions.com/jewelery/wp-content/uploads/2024/02/ringbuilder_latest_sprite.svg);
    text-align: center;
    text-wrap: nowrap;
    line-height: 125px;
}
#setting-radio-buttons-container .radio-group.style-type label[for="Style Type-Engagment"] {
    background-position: -21px -667px;
}
#setting-radio-buttons-container .radio-group.style-type label[for="Style Type-Engagment"]:hover {
    background-position: -21px -620px;
}
.radio-group.style-type div input:checked ~ label {
    border: 1px solid #000;
}
.cads-filtered-product.selected {
    box-shadow: 0px 0px 10px 0px #000;
}
.cads-filtered-product {
    cursor: pointer;
}


.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 114px;
    color: #fff;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.loading p {
  color: #000;
  font-size: 22px;
}
.loading span {
    position: absolute;
    height: 10px;
    width: 114px;
    top: 50px;
    overflow: hidden;
}
.loading span > i {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    -webkit-animation: wait 4s infinite;
    -moz-animation: wait 4s infinite;
    -o-animation: wait 4s infinite;
    animation: wait 4s infinite;
}
.loading span > i:nth-of-type(1) {
    left: -28px;
    background: #000;
}
.loading span > i:nth-of-type(2) {
    left: -21px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #000;
}

@-webkit-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@-moz-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@-o-keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
@keyframes wait {
    0%   { left: -7px  }
    30%  { left: 52px  }
    60%  { left: 22px  }
    100% { left: 100px }
}
.steps-details-inner.display-none {
    display: none;
}
.three-steps .choose-your-setting[data-step="3"] .steps-details-inner.display-none {
    display: inline-block;
}
.three-steps .choose-your-setting[data-step="3"] .steps-details-inner p {
    font-size: 15px !important;
    font-weight: 600;
}






























@media (max-width: 1420px) {
.three-steps .choose-your-setting .choose-your-setting-inner {
    padding: 10px;
}
}

@media (max-width: 1340px) {
.three-steps .steps-txt-box h6 {
    display: none;
}
}

@media (max-width: 1280px) {
.choose-ring-settings-box .products .product {
    width: 31% !important;
}
.three-steps .steps-details-box-img {
	display: none;
}
}

@media (max-width: 1023px) {
.choose-ring-settings-box .products .product {
    width: 48% !important;
}
.banner-setting-heading h3 {
    font-size: 30px;
    font-weight: 200;
}
.banner-setting-heading p {
    font-size: 12px;
    line-height: 19px;
}
.product-single-desc-boxxx ul li {
    display: block !important;
    width: 100% !important;
}
}

@media (max-width: 890px) {
three-steps .choose-your-setting .choose-your-setting-inner {
        flex-direction: column;
        height: auto;
    }
.three-steps .choose-your-setting, .three-steps .choose-your-setting .choose-your-setting-inner {
    height: 119px !important;
}
.three-steps .choose-your-setting:nth-child(2):before {
    border-top: 59px solid #D69F7C;
    border-bottom: 60px solid #D69F7C;
    border-left: 15px solid transparent;
}
.three-steps .choose-your-setting:nth-child(2):after {
    border-top: 59px solid transparent;
    border-bottom: 60px solid transparent;
}
.three-steps .choose-your-setting:nth-child(1):after {
    border-top: 59px solid transparent;
    border-bottom: 60px solid transparent;
}
.three-steps .choose-your-setting:nth-child(3):before {
    border-top: 59px solid #D69F7C;
    border-bottom: 60px solid #D69F7C;
}
    .three-steps .choose-your-setting .choose-your-setting-inner {
        flex-direction: column;
    }
.three-steps .steps-details-inner {
    padding: 12px 0px;
}
.three-steps .steps-txt-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
}

@media (max-width: 767px) {
    .page-id-1328 .et_pb_row {
    width: 92% !important;
    }
    
    .three-steps .choose-your-setting-inner {
    display: block!important;
    height: 123px !important;
    padding: 12px !important;
    }
    .three-steps .choose-your-setting:before, .three-steps .choose-your-setting:after{
        display: none !important;
    }
    .three-steps .steps-details-inner {
    padding: 5px 0px !important;
    }
    .three-steps .steps-txt-box h6 {
    font-size: 24px!important;
    padding: 0px !important;
    }
    .steps-txt-inner {
    padding-left: 15px;
    }
    .three-steps .choose-your-setting h4 {
    font-size: 15px;
    }
    .three-steps .steps-details-box {
    justify-content: space-between;
    }
    .three-steps p.steps-details-box-links a{
        font-size: 12px !important;
    }
    .three-steps p.steps-details-box-price {
    font-size: 14px !important;
    font-family: 'Poppins';
    font-weight: 600 !important;
    line-height: 1.1 !important;
    }
    .three-steps .steps-details-box-img{
        border-radius: 5px !important;
    }
    .three-steps .steps-details-box-img img {
    height: 50px;
    }
    .csso-form-field-group {
    margin: 5px !important;
    width: 20% !important;
    }
    .w-100 {
    width: 100% !important;
    }
    .csso-form-field-group span {
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
    }
    .csso-col4 {
    width: 50% !important;
    padding: 10px !important;
    }
    .cads-col4 {
    width: 50% !important;
    padding: 10px !important;
}
    .cads-col4 h3, .csso-col4 h3 {
    font-size: 18px !important;
    }
.diamond-price-range-slider input[type=range]::-webkit-slider-thumb, .diamond-clarity-range-slider input[type=range]::-webkit-slider-thumb, .diamond-color-range-slider input[type=range]::-webkit-slider-thumb, .diamond-cut-range-slider input[type=range]::-webkit-slider-thumb, .diamond-carat-range-slider input[type=range]::-webkit-slider-thumb, .csso-price-range-slider input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
}
.diamond-price-range-slider input[type=range]::-moz-range-thumb, .diamond-clarity-range-slider input[type=range]::-moz-range-thumb, .diamond-color-range-slider input[type=range]::-moz-range-thumb, .diamond-cut-range-slider input[type=range]::-moz-range-thumb, .diamond-carat-range-slider input[type=range]::-moz-range-thumb, .csso-price-range-slider input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
}
.three-steps .steps-txt-inner {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .three-steps .choose-your-setting h4 {
        font-size: 15px;
        text-align: left;
        display: block;
        width: 100%;
    }
.cads-top-tabs-btn {
    font-size: 14px !important;
    padding: 10px 14px !important;
    margin-bottom: 15px;
}
}
@media(max-width: 580px){
.choose-ring-settings-box .products .product {
    width: 98% !important;
}
    .three-steps .choose-your-setting-inner {
    height: 119px !important;
        margin: 0px !important;
    }
    .three-steps .choose-your-setting, .three-steps .choose-your-setting .choose-your-setting-inner {
    height: 119px !important;
    margin: 0 !important;
}
    .three-steps p.steps-details-box-links a {
    font-size: 9px!important;
    }
    .three-steps .steps-details-box-img img {
    height: 40px;
    }
}
@media(max-width: 480px){
    .filter-row-box .csso-col6 {
    width: 50% !important;
    }
    .csso-col6{
        width: 100% !important;
    }
    .cads-col6{
        width: 100% !important;
    }
}
/*Single Product CSS Steps*/