a:hover {
    text-decoration: none !important;
}

section.rb-section {
    margin: 50px auto;
}

div#productsContainer a:focus,
section#search_div a:focus,
div#productsContainer a:hover,
section#search_div a:hover {
    text-decoration: none !important;
}

.custome_container {
    max-width: 1550px;
    padding: 0px 50px;
    margin: auto;
}

.center {
    justify-content: center;
    align-items: center;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

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

.step-list-row {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    gap: 0;
    position: relative;
    border: 1px solid #ddd;
    flex: 100%;
    margin-bottom: 0px;
    margin-top: 35px;
}

.step-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-num {
    flex: 0 10%;
    font-size: 39px;
    font-weight: 300;
    line-height: 71px;
    text-shadow: 2px 2px #dedede;
    text-align: center;
    line-height: 63px;
    border-right: 1px dotted #424242;
    padding-right: 8px;
}

.step-title {
    flex: 0 50%;
    font-size: 18px;
    line-height: .9;
    padding-left: 10px !important;
    line-height: 1;
    margin-left: 11px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: column;
}

#product-title {
    font-size: 13px;
    line-height: normal;
}

#variant-price {
    font-size: 14px;
    font-weight: 600;
}

.step-title a {
    text-decoration: none;
    color: #000;
}

.step-ring-img img {
    max-width: 56px;
    height: 60px;
    width: 100%;
    margin: auto;
}

.stp-list {
    width: 25%;
    padding: 5px 0px 5px 20px;
    position: relative;
    flex: 1 25%;
}

.jss30 {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a6a6a6;
}

.stp-list.active {
    background-color: #f5f4f4;
}

.ring-style-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ring-style-list .stone-box.active p {
    color: #fff;
    background: #1a1a24;
    width: 100%;
}

.stone-box {
    padding: 5px;
    box-shadow: 0 24px 10px -25px hsl(60deg 5% 42% / 28%);
    background-color: hsla(0, 0%, 100%, .63);
    border-right: 0px dotted #222;
    border: 1px solid #c5c5c5;
    min-width: 8%;
    width: auto;
    text-align: center;
    display: flex;
    flex-flow: column;
    border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    align-items: center;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #183177;
    font-weight: 600;
}

.ring-style-list .stone-box:hover {
    border: 1px solid #c8c8c8;
    box-shadow: 0px 14px 18px -17px #c8c8c8;
    transform: translateY(-1px);
    cursor: pointer;
}

.stone-box a {
    display: block;
    padding: 0px;
    padding-top: 2px;
}

.ring-style-list .stone-box.active {
    border: 1px solid #2c3746 !important;
    background-color: aliceblue !important;
}

.stone-box a img {
    max-width: 75px;
    width: 100%;
    vertical-align: middle;
    margin: auto;
}

.stone-box p {
    margin-bottom: 10px;
    font-size: 14px;
}

@media(max-width:992px) {
    .step-list-row {
        gap: 0px;
    }

    span.step-num {
        flex: 1 10%;
        font-size: 28px;
    }

    .step-title {
        flex: 1 50%;
        font-size: 18px;
        margin-left: 0px;
        gap: 4px;
    }

    .step-title a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
    }

    .step-ring-img {
        flex: 1 15%;
    }

    .choose-a-setting-grid {
        justify-content: center;
    }

    .choose-a-setting-grid .grid-item.grid-product {
        flex: 0 0 32%;
    }
}

@media(max-width:768px) {
    .width_new {
        width: 60px !important;
        height: 60px !important;
    }

    .step-list-row {
        flex-wrap: wrap;
    }

    .jss30 {
        font-size: 30px;
    }

    .step-list-row .stp-list {
        flex: 1 100%;
        width: 100%;
    }

    .col-12 {
        width: 100%;
    }

    .choose-a-setting-grid .grid-item.grid-product {
        flex: 0 0 48%;
    }


    .product-grid__container.product--images.grid.ring-setting,
    .product-grid__container.product--images.grid.center-stone-setting {
        flex-wrap: wrap;
    }

    .product-grid__container.product--images.grid.ring-setting .grid__item.medium-up--two-fifths,
    .product-grid__container.product--images.grid.center-stone-setting .grid__item.medium-up--two-fifths {
        width: 100%;
    }

}

@media(max-width:576px) {
    button.search-btn {
        margin-left: 0px;
    }

    div.search-btn {
        flex-direction: column;
        padding: 0 10px;
    }

    /* .width_new {
        width: 50px !important;
        height: 50px !important;
    } */
}

.col-sm-4 {
    width: 30%;
}

.builder-shap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px !important;
    text-align: left;
    margin-top: 6px;
}

.shap-list {
    text-align: center;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 0px;
    max-width: 57px;
    position: relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.shap-list a {
    max-width: 57px;
    width: 100%;
    height: 49px;
    text-decoration: none;
}

.builder-shap .shap-list:hover {
    border: 1px solid #faae41;
    color: #000;
    background: #323e7d00;
}

img.shape-img {
    max-width: 47px !important;
    width: 100%;
    height: 100% !important;
    margin: auto;
    line-height: 43px !important;
}

.shape-title {
    display: none;
}

.builder-shap .shap-list a:hover .shape-title {
    display: block;
    position: absolute;
    top: -24px;
    color: #000;
    font-size: 14.5px;
    text-align: center;
    width: 100%;
}

.col-sm-5 {
    width: 44%;
    max-width: 100%;
    transform: translateY(12px);
    margin: auto;
}

.fill-color {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    flex-wrap: nowrap;
}

div.fill-color-list {
    max-width: 70px;
    width: 100%;
    height: 100%;
    padding: 0px;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.fill-color .fill-color-list:hover {
    border-bottom: 1px solid #c8c8c8;
}

a {
    text-decoration: none;
    color: #555;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

div.fill-color-list a img {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 10px 6px -6px #ababab8c;
    max-width: 42px !important;
    margin-bottom: 3px;
}

.metal_p {
    font-size: 13px !important;
    text-align: center;
    margin: 10px 0px;
    color: #555;
    font-weight: 100;
}

.col-sm-3 {
    width: 24%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

label {
    margin: 0 10px;
}

.price-input {
    flex: 1;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    -moz-appearance: textfield;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #1728b8;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.number-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 10px;
}

.input-number-group {
    position: relative;
}

input[type="number"] {
    padding-left: 10px;
}

.number-group span {
    top: 1px;
    left: 2px;
    position: absolute;
}

.line-filter {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.filter-btn button {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 14px;
    float: right;
    margin-top: 10px;
    transition: all ease-in-out 0.8s;
}

.filter-btn button:hover {
    background-color: #faae41;
    color: #fff;
    border: 1px solid #000;
    padding: 14px;
    float: right;
    margin-top: 10px;
}

.text {
    text-align: center;
    width: 70%;
    margin: auto;
}

h1.heading {
    margin: 0px;
    font-size: 40px;
    font-weight: 550;
}

p.content {
    padding: 0px 15px;
    font-size: 16px;
    color: #555;
}

.line-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-wrap .col-sm-6.line {
    border-top: 1px solid #555;
    width: 50%;
}

.line-wrap .col-sm-3 {
    text-align: center;
    display: inline-block;
    color: #555;
}

.line-wrap .sort-by span {
    margin: 0px 10px;
    color: #555;
}

.line-wrap .select-box {
    display: inline-block;
}

.line-wrap .select-box select {
    cursor: pointer;
    height: 35px;
    padding: 0 30px 0 15px;
    position: relative;
    z-index: 1;
    color: #555;
    background: transparent;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.line-wrap .select-box select:focus-visible {
    outline: 1px solid;
}

.content-tab {
    margin: 20px 0px;
}

.products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 15px;
}

.product-card {
    min-height: 250px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    box-shadow: 0 3px 10px #e4e4e4;
    text-align: center;
    flex: 1 20%;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}

.product-card:hover {
    box-shadow: 0px 9px 12px #d3d7ec !important;
}

.product-content {
    display: inline-block;
    width: 100%;
}

.product-title {
    font-size: 14px;
}

.product-title {
    margin: 0 0 7px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500 !important;
    line-height: 20px;
    height: 40px;
    font-weight: normal;
    overflow: hidden;
}

.product-price {
    font-size: 22px;
    margin-bottom: 3px;
    padding: 10px 0px 0px;
}

.product-wishlist-icn {
    position: absolute;
    right: 40px;
    top: 16px;
}

.product-wishlist-icn .wish_top {
    border-radius: 50%;
    padding: 8px 8px;
    border: 1px solid #bbb;
    font-size: 18px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    color: #bbb;
    margin-top: 0px;
    margin-right: 0px;
    transition: all ease-in-out 0.2s;
}

.product-wishlist-icn .wish_top:hover {
    font-size: 16px;
    padding: 9px;
}

.load-more-div {
    margin: 20px 0 0;
    width: 100%;
    min-height: 1px;
}

.button {
    background: transparent;
    border: 1px solid #333;
    padding: 10px 20px;
    color: #333;
    position: relative;
    margin: 0 auto;
    border-radius: 0px;
    font-size: 18px;
}

.button:hover, .button:active, .button:focus {
    background: #faae41;
    border: 1px solid #323e7d;
    color: #fff;
    padding: 10px 20px;
}

div.mobile {
    display: none;
}

div.mobile .step-list-row {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    background: #eaeaea;
    gap: 0px;
    position: relative;
    border: 1px solid #ddd;
    flex: 100%;
}

div.mobile .stp-list:nth-child(1) {
    background-color: #eaeaea;
    box-shadow: 3px 0px 2px 0px #dddddd !important;
}

div.mobile .builder-shap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px !important;
    text-align: left;
    margin-top: 6px;
    gap: 30px;
    flex-wrap: wrap;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 22%;
    max-width: 75%;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.overlay a {
    padding: 0px 0px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    LEFT: 45px;
    font-size: 24px;
}

div.mobile .head-title {
    position: absolute;
    left: 13%;
    top: 50px;
    font-size: 24px;
}

div.mobile .ring-style-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 15px;
}

#openring .stone-box {
    max-width: 15%;
    width: 100%;
}

#openmetal .fill-color {
    flex-wrap: wrap;
}

#openmetal div.fill-color-list {
    flex: 0 20%;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media (min-width: 320px) and (max-width:574px) {
    h1.heading {
        font-size: 30px;
    }

    .product-card {
        flex: 1 50% !important;
    }
}

@media (max-width: 575px) {
    .mobile .step-list-row {
        display: flex;
        flex-direction: column;
        background-color: #fff;
    }

    .mobile .stp-list:not(:last-child), .mobile .stp-list:nth-child(1) {
        box-shadow: none !important;
    }

    #openring .stone-box {
        max-width: 25%;
        width: 100%;
    }

    .product-card {
        min-height: auto;
        flex: 1 25%;
    }
}

@media (max-width: 840px) {
    .mobile .stp-list:not(:last-child) {
        border-radius: 0px;
    }

    .mobile .step-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile .step-num {
        padding-left: 8px;
    }

    .mobile .step-title {
        flex: 0 60%;
        font-size: 14px;
        padding-left: 4px !important;
        padding-top: 0px !important;
        line-height: 1;
        margin-left: 11px;
        font-weight: 400;
    }

    .mobile .step-ring-img {
        flex: 0 20%;
        text-align: center;
    }

    .step-ring-img img {
        max-width: 56px;
        height: 100%;
        width: 100%;
        margin: auto;
    }
}

@media (min-width:1150px) and (max-width:1200px) {
    .fill-color {
        gap: 0px;
    }

    .metal_p {
        font-size: 10px !important;
    }
}

@media (max-width:1149px) {
    button.search-btn {
        border: 2px solid #2c3746 !important;
        border-radius: 0 !important;
    }

    div.row.desktop {
        display: none;
    }

    div.mobile {
        display: block;
    }

    div.row.center {
        width: 100%;
        gap: 15px 10px
    }

    .custome_container {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }

    .ring-style-list .stone-box p {
        margin-bottom: 10px;
        font-size: 10px !important;
    }
}

.product-section.complete-seting-page h2.h2.title.text-center.mb-5 {
    margin-bottom: 20px !important;
}

.product-section.complete-seting-page .grid__item.medium-up--three-fifths.product-single__sticky {
    width: 50%;
}

.product-grid__content.product--description.product-single__sticky.grid__item.medium-up--two-fifths {
    width: 50%;
}

.product-section.complete-seting-page .grid__item.medium-up--three-fifths.product-single__sticky #product-images-container {
    width: 80%;
    margin-left: auto;
}

.product-section.complete-seting-page .grid__item.medium-up--three-fifths.product-single__sticky #centerstone-images-container {
    width: 80%;
    margin-left: auto;
}

.product-grid__container.product--images.grid {
    width: 80%;
    margin: auto;
    display: flex;
    padding-bottom: 40px;
    padding: 25px;
    border: 1px solid #dedede;
}

.total_btn_block {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

div#subtotal {
    text-align: center;
    width: 75%;
    font-weight: 500;
    margin: auto;
    font-size: 22px;
    padding: 15px;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
}

div#subtotal label.variant__label {
    text-transform: uppercase;
    font-family: 'Playfair Display';
}

.btn_block button#reset_btn {
    font-size: 16px;
    font-weight: 400 !important;
    text-shadow: none;
    border-radius: 50px;
    margin-left: auto;
    width: auto;
    display: block;
    background: #183177;
    border: 0;
    padding: 10px;
    color: #FFF;
}

.new-grid.product-grid.collection-grid.choose-a-setting-grid .grid-item.grid-product.grid-product-image-breathing-room--false .grid-product__actions {
    display: none;
}

.grid-item__link :hover .grid-product__color-image.is-active {
    opacity: 0;
    background-color: #fff;
}

.grid-product__color-image.is-active {
    opacity: 1;
    background-color: #fff;
}

#stone-product-price,
#product-price {
    display: flex;
    gap: 10px;
}

#stone-product-price .variant__label,
#product-price .variant__label {
    margin: 0;
    width: auto;
}

div#stone-product-desc p {
    line-height: 28px;
}

@media(max-width:1600px) {
    .stp-list {
        flex: 1;
    }
}

.container_table .btn-group.mb-3 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: end !important;
    margin-left: unset;
    gap: 10px;
}

.container_table .btn-group.mb-3 button {
    margin: auto unset;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    min-width: unset;
    float: none !important;
    width: fit-content;
    border-radius: 0;
    background-color: #fff;
}

.container_table .btn-group.mb-3 button svg path {
    fill: #191923;
}

.container_table .btn-group.mb-3 button.active svg path {
    fill: #fff;
}

.container_table .btn-group.mb-3 button.active {
    background-color: #1a1a24;
}

.check_box_div {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0px 2px 20px 0px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #f5f5f5;
    /* box-shadow: 0px 0px 4px -3px #ccc; */
    border-left: 1px solid #e5e5e5;
}

.check_box_div input[type=checkbox] {
    display: none;
}

.check_box_div label {
    margin: 0;
}

.check_box_div input[type=checkbox]+label:before {
    content: "\2714";
    border-bottom: 1px solid transparent;
    border-radius: 0px 2px 20px 0px;
    border-top: 0px solid transparent;
    border-right: 1px solid transparent;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: top;
    color: transparent;
    top: 0;
    transition: .2s;
}

.check_box_div input[type=checkbox]:checked+label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #fff;
}

.new-grid.product-grid .grid-item__link image-element img {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    object-fit: contain;
    height: 100%;
    aspect-ratio: 1/1;
}

.new-grid.product-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}

.new-grid.product-grid .grid-item.grid-product {
    flex: 0 30%;
}

.new-grid.product-grid .grid-product__tag.grid-product__tag--sale {
    text-align: end;
}

.image-width .image-wrap img {
    width: 200px;
}

.image-width .image-wrap {
    width: 100% !important;
}

button#add-to-cart-button {
    background: #183177;
    border: 0;
    color: #FFF;
    padding: 14px 23px;
}