/**
 * All of the CSS for your ring-creator page functionality should be
 * included in this file.
 */
.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .slick-list {
    max-width: 85%;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box .vdb-rb-shape-box-inner img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(7%) saturate(834%) hue-rotate(238deg) brightness(87%) contrast(86%);
    width: 100%;
    height: 100%;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box .vdb-rb-shape-box-inner img.vdb-rb-custom-upl-img {
    filter: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

span.vdb-rb-metal-rose-gold {
    background-image: linear-gradient(7deg, #ffd8d8 7%, #e86c63 160%);
    border-color: #e86c63;
}

span.vdb-rb-metal-yellow-gold {
    background-image: linear-gradient(7deg, #f6eab2 7%, #bc8e0c 140%);
    border-color: #bc8e0c;
}

.vdb-rb-mobile-filter-active .vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row.vdb-rb-side-stone-row {
    display: flex;
}

.vdb-rb-metal-iconmetal-shape {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 16px;
    color: var(--icon-background-color);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 100%;
    background-image: linear-gradient(255deg, #ebebeb, #e8e8e8 -2%, #676363);
    border: 1px solid #888687;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.vdb-rb-reset-filter-wrapper {
    justify-content: flex-end;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-side-stone-row {
    gap: 15px;
    flex-flow: wrap;
    align-items: stretch;
}

.vdb-rb-side-stone-row .vdb-rb-side-stone-box {
    width: 100%;
    max-width: calc(25% - 12px);
    background: var(--background-color);
    border-radius: 5px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.vdb-rb-side-stone-row .vdb-rb-side-stone-box .vdb-rb-shape-box-inner {
    text-align: center;
}

.vdb-rb-side-stone-row .vdb-rb-side-stone-box .vdb-rb-shape-box-inner span {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s linear;
    color: var(--label-color);
}

.vdb-rb-side-stone-row .vdb-rb-side-stone-box:hover,
.vdb-rb-side-stone-row .vdb-rb-side-stone-box.vdb-rb-selected-filter {
    border-color: var(--button-background-color);
    background: transparent;
}

.vdb-rb-side-stone-row .vdb-rb-side-stone-box:hover .vdb-rb-shape-box-inner span,
.vdb-rb-side-stone-row .vdb-rb-side-stone-box.vdb-rb-selected-filter .vdb-rb-shape-box-inner span {
    color: var(--button-background-color);
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box .vdb-rb-shape-box-title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:1199px) {
    .vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .slick-list {
        max-width: 90%;
    }
}

@media(max-width:991px) {
    .vdb-rb-side-stone-row .vdb-rb-side-stone-box {
        max-width: calc(25% - 4px);
        padding: 5px;
    }

    .vdb-rb-shape-row-main-wrapper .vdb-rb-side-stone-row {
        gap: 5px;
    }

    .vdb-rb-side-stone-row .vdb-rb-side-stone-box .vdb-rb-shape-box-inner span {
        font-size: 12px;
    }
}

@media(max-width:390px) {
    .vdb-rb-side-stone-row .vdb-rb-side-stone-box .vdb-rb-shape-box-inner span {
        font-size: 10px;
    }
}

@media(max-width:350px) {
    .vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .slick-list {
        max-width: 80%;
    }
}