.ring_builder_category {
    max-width: 1200px;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}

.ring_builder_category .heading {
    text-align: center;
    margin-bottom: 45px;
}
.ring_builder_category .heading h1 {
    font-size: 26px;
    letter-spacing: 1.2px;
    margin: 0 0 12px;
}

.ring_builder_category .heading .line {
    width: 36px;
    height: 2px;
    background: #111;
    margin: 0 auto 16px;
}

.ring_builder_category .heading p {
    font-size: 15px;
    color: #666;
    margin: 0 auto;
}

.ring_builder_category .steps {
    display: flex;
    height: 110px;
}
.ring_builder_category .step {
    flex: 1;
    position: relative;
    padding-left: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: #000;
    border: 1px solid #d9d9d9;
}
.ring_builder_category .step.first {
    padding-left: 20px;
    /* padding-right: 20px; */
    display: inline-flex;
    flex: unset;
}
.ring_builder_category .step.active {
    background-color: #f8f8f8;
    border-top: 1px solid #0D6363;
    border-bottom: 1px solid #0D6363;
}
.ring_builder_category .steps .step.active:first-child {
    border-left: 1px solid #0D6363;
}
.ring_builder_category .step.first.active {
    border-left: 1px solid #0D6363;
}
.ring_builder_category .step .step-content {
    display: flex;
    align-items: center;
}
.ring_builder_category .step::after {
    content: "";
    position: absolute;
    top: 0;
    right: -27px;
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 28px solid #fff;
    z-index: 2;
}
.ring_builder_category .step.active::after {
    border-left-color: #f8f8f8;
}
.ring_builder_category .step.active::before {
    border-left-color: #0D6363;
}
.ring_builder_category .step.diamond-active:before,
.ring_builder_category .step.setting-active:before,
.ring_builder_category .step.bundle-active:before {
    border-left-color: #0D6363;
}
.ring_builder_category .step::before {
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 29px solid #d9d9d9;
    z-index: 1;
}
.ring_builder_category .step:last-child::after,
.ring_builder_category .step:last-child::before {
    display: none;
}
.ring_builder_category .step.active:last-child {
    border-right-color: #0D6363;
}
.ring_builder_category .step-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ring_builder_category .step-number {
    font-size: 20px;
    min-width: 22px;
}
.ring_builder_category .step-title {
    font-size: 16px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    line-height: normal;
    width: max-content;
}
.ring_builder_category .step-title img {
    width: 14px;
}
.ring_builder_category .step-sub {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}
.ring_builder_category .step-sub .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ring_builder_category .icon {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
}
.ring_builder_category .icon svg {
    width: 100%;
    height: 100%;
    stroke: #111;
    fill: none;
    stroke-width: 1.4;
}

.ringbuilder-swatch-display-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.ringbuilder-diamonds-index .ringbuilder-swatch-display-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    border-bottom: 0;
}
.diamond-shapes-section {
    width: 100%;
    margin-bottom: 20px;
}
.diamond-shapes-section .swatch-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}
.diamond-shapes-section .diamond-swatch-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.diamond-shapes-section .diamond-swatch-item {
    width: 88px;
    margin-bottom: 0;
}
.diamond-shapes-section .diamond-swatch-item .swatch-image,
.diamond-shapes-section .diamond-swatch-item .swatch-color,
.diamond-shapes-section .diamond-swatch-item .swatch-text{
    border: 2px solid #D9D9D9;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
    width: 100%;
    display: flex;
}
.diamond-shapes-section .diamond-swatch-item:hover .swatch-image,
.diamond-shapes-section .diamond-swatch-item.selected .swatch-image,
.diamond-shapes-section .diamond-swatch-item:hover .swatch-color,
.diamond-shapes-section .diamond-swatch-item.selected .swatch-color,
.diamond-shapes-section .diamond-swatch-item:hover .swatch-text,
.diamond-shapes-section .diamond-swatch-item.selected .swatch-text {
    border-color: #0D6363;
}
.diamond-shapes-section .swatch-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.diamond-shapes-section .swatch-image img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    object-position: center;
}
.diamond-shapes-section .diamond-swatch-item .swatch-color {
    height: 88px;
}
.diamond-shapes-section .diamond-swatch-item .swatch-text {
    height: 88px;
}
.diamond-shapes-section .swatch-label {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}
.diamond-shapes-section .swatch-name {
    font-weight: 300;
    color: #000;
    font-size: 14px;
    line-height: normal;
}
.diamond-shapes-section .diamond-swatch-item:hover .swatch-name,
.diamond-shapes-section .diamond-swatch-item.selected .swatch-name {
    color: #0D6363;
}

.setting-product-section .section-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.setting-product-carousel {
    margin-left: 7.5px;
}
.setting-product-carousel .setting-product-item {
    display: flex;
}
.setting-product-carousel .setting-product-item .setting-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #000;
}
.setting-product-carousel .setting-product-item .setting-product .product-img {
    background: #fff;
    border: 2px solid #D9D9D9;
    display: flex;
    width: 100%;
    padding: 10px;
}
.setting-product-carousel .setting-product-item .setting-product .product-img img {
    width: 100%;
}
.setting-product-item .setting-product:hover .product-img,
.setting-product-item .setting-product.selected .product-img {
    border: 2px solid #0D6363;
}
.setting-product-carousel .slick-list .slick-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.setting-product-carousel .slick-track {
    margin-left: 0;
}
.setting-product-carousel.slick-slider .slick-prev.slick-disabled, .setting-product-carousel.slick-slider .slick-next.slick-disabled {
    display: none;
}
.setting-product-carousel.slick-slider .slick-prev, .setting-product-carousel.slick-slider .slick-next {
    opacity: 1;
    visibility: visible;
    border: 0;
    background-color: #fff;
    color: #000;
}
.setting-product-carousel.slick-slider .slick-prev:before, .setting-product-carousel.slick-slider .slick-next:before {
    top:0;
}
.setting-product-carousel.slick-slider .slick-prev:hover, .setting-product-carousel.slick-slider .slick-next:hover {
    background-color: #000;
    color: #fff;
}
.setting-product-carousel.slick-slider .slick-prev {
    left: 5px;
}
.setting-product-carousel.slick-slider .slick-next {
    right: 5px;
}

.ringbuilder-product-form .product-options-wrapper .swatch-opt {
    display: flex !important;
    gap: 15px;
    flex-direction: row !important;
}
.ringbuilder-product-form .product-options-wrapper .swatch-opt .swatch-attribute {
    width: calc(50% - 7.5px);
    margin: 0 !important;
}

.ringbuilder-product-action {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px
}
.ringbuilder-product-action .ringbuilder-product-price {
    width: 50%;
}
.ringbuilder-product-action .ringbuilder-product-price .price{
    color: #0D6363;
    font-weight: 500;
    font-size: 18px;
}
.ringbuilder-product-action .ringbuilder-product-button {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ringbuilder-product-action.skip-diamond-action .ringbuilder-product-button {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.ringbuilder-product-action.skip-diamond-action .ringbuilder-product-button a {
    width: 50%;
}
.ringbuilder-product-action .ringbuilder-product-price .note {
    font-size: 12px;
    line-height: normal;
}
.ringbuilder-product-action .ringbuilder-product-button .btn-product-select {
    padding: 5px 15px;
    background-color: #0D6363;
    color: #fff;
    border: 2px solid #0D6363;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
}
.ringbuilder-product-action .ringbuilder-product-button .btn-product-select:hover {
    background-color: #fff;
    color: #0D6363;
}
.ringbuilder-product-action .ringbuilder-product-button .btn-back {
    padding: 5px 15px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
}
.ringbuilder-product-action .ringbuilder-product-button .btn-back:hover {
    background-color: #000;
    color: #fff;
}
.ringbuilder-product-form .error-message {
    margin-top: 20px;
    font-size: 14px;
    color: #f00;
}
.ringbuilder-setting-category .product-image-photo, .ringbuilder-setting-category .products-image-hover {
    background-color: #F8F8F8;
}
.ringbuilder-setting-title {
    margin-top: 40px;
}

.blueskytechco_quickview-product-view .ringbuilder-product-action {
    flex-direction: column;
}
.blueskytechco_quickview-product-view .ringbuilder-product-action .ringbuilder-product-price,
.blueskytechco_quickview-product-view .ringbuilder-product-action .ringbuilder-product-button{
    width: 100%;
}

.product-info-main .ringbuilder-product-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
    text-transform: unset;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 300;
}
.ringbuilder-product-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
    min-width: 75px !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    color: #000;
}
.ringbuilder-product-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
    background-color: #0D6363;
    border: 1px solid #0D6363;
    color: #fff;
    box-shadow: none;
}
.product-main-content:has(.product_360_view) .ringbuilder-product-form .product-options-wrapper .swatch-opt .swatch-attribute:has(.swatch-option) {
    width: 100%;
}

.ringbuilder-product-bundle .product-rate-price,
.ringbuilder-product-bundle .trust_seal,
.bundle-options-wrapper .fieldset p.required {
    display: none;
}
.ringbuilder-product-bundle .extra-popup {
    margin-top: 10px;
}

.product.info.detailed {
    display: none;
}
.product.info.detailed:has(.item.title) {
    display: block;
}

.ringbuilder-product-bundle .ringbuilder-product-action {
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}
.ringbuilder-product-bundle .ringbuilder-product-action .ringbuilder-product-note {
    width: 60%;
    font-size: 12px;
    line-height: normal;
}
.ringbuilder-product-bundle .ringbuilder-product-action .ringbuilder-product-qty {
    width: 30%;
}
.ringbuilder-product-bundle .product-info-main .box-tocart .up-down {
    margin-right: 0 !important;
}
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions {
    display: flex;
    align-items: center;
    flex: unset;
    width: 100%;
    gap: 15px;
}
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions button,
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions .btn-green {
    width: 50%;
}
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions .btn-green,
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions button {
    padding: 5px 15px;
    background-color: #0D6363;
    color: #fff;
    border: 2px solid #0D6363;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: normal;
}
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions button:after {
    display: none;
}
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions .btn-green:hover,
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions button:hover,
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions button:active,
.ringbuilder-product-bundle .product-info-main .product-add-form form .box-tocart .actions button:focus {
    border-color: #0D6363;
    background-color: #fff;
    color: #0D6363;
}

.ringbuilder-product-bundle .block-bundle-summary .price-box,
.ringbuilder-product-bundle .bundle-options-wrapper,
.ringbuilder-product-bundle .product-info-main .page-title-wrapper {
    display: none;
}
.ringbuilder-product-bundle .product-info-main .sub-title {
    margin-bottom: 10px;
}

.ringbuilder-product-bundle .child-product-details {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ringbuilder-product-bundle .child-product-details .item .child-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.ringbuilder-product-bundle .child-product-details .product-total {
    display: flex;
    justify-content: space-between;
    color: #0D6363;
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
}
.ringbuilder-product-bundle .child-product-details .item .child-sku {
    color: #0D6363;
    font-weight: 400;
}

.ringbuilder-product-bundle .block-bundle-summary .btn-back {
    padding: 5px 15px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: normal;
    width: calc(50% - 7.5px);
}
.ringbuilder-product-bundle .block-bundle-summary .btn-back:hover {
    background-color: #000;
    color: #fff;
}
.product-info-main:has(.ringbuilder-product-form) .stock {
    margin-top: 15px;
}

/* .catalog-category-view:has(.ringbuilder-setting-title) #layered-filter-block {
    display: none;
} */

.drop-a-hint-popup .modal-inner-wrap {
    max-width: 600px;
    width: 100% !important;
}
.drop-a-hint-popup .modal-content {
    padding-top: 2.6rem;
}
.drop-a-hint-popup .modal-content .field {
    margin-bottom: 15px;
}

.retailer-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.retailer-details .retailer-top-bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.retailer-details .retailer-top-bar .title {
    margin-bottom: 0;
}
.retailer-details .retailer-top-bar .retailer-search {
    max-width: 300px;
    width: 100%;
    position: relative;
}

.retailer-search .icon-search {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
}
.retailer-search .icon-search:before {
    content: '\e914';
    font-family: 'iconKalles';
    font-size: 2.2rem;
    color: #222;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}
.retailer-details .retailer-list {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    font-size: 14px;
    padding: 0;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
}
.retailer-details .retailer-list li {
    margin-bottom: 0;
    border: 2px solid #cccccc;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
}
.retailer-details .retailer-list li.selected,
.retailer-details .retailer-list li:hover {
    background-color: #E6F7F9;
    border: 2px solid #0D6363;
}
.retailer-details .retailer-list h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #0D6363;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.retailer-details .retailer-list h4 img {
    width: 30px;
}
.retailer-details .btn-green, .modal-content .btn-green {
    padding: 5px 25px;
    background-color: #0D6363;
    color: #fff;
    border: 2px solid #0D6363;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 300;
}
.retailer-details .btn-green:hover, .modal-content .btn-green:hover {
    background-color: #fff;
    color: #0D6363;
    border: 2px solid #0D6363;
}
.retailer-details .error, .drop-a-hint-popup .error {
    color: #e02b27;
    margin-top: 7px;
    font-size: 14px;
}
.retailer-details .success, .drop-a-hint-popup .success {
    color: #006400;
    margin-top: 7px;
    font-size: 14px;
}
.block-bundle-summary .box-tocart .success {
    color: #006400;
    margin-top: 10px;
    font-size: 14px;
}
.retailer-details  .action .buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.retailer-details .btn-back {
    padding: 5px 25px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22.4px;
}
.retailer-details .btn-back:hover {
    background-color: #000;
    color: #fff;
}
.retailer-details .retailer-list li.no-result, .retailer-details .retailer-list li.no-result:hover {
    border: 0;
    background-color: #fff;
}

#product-table_wrapper .dt-layout-row .dt-length,
#product-table_wrapper .dt-layout-row .dt-search {
    display: none;
}

.diamond-products table thead {
    background-color: #E9E9EB;
    color: #000;
}
.diamond-products table.dataTable>thead>tr>th {
    font-size: 14px;
    font-weight: normal;
}
.diamond-products table.dataTable>thead>tr>th,
.diamond-products table.dataTable>tbody>tr>td {
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #ccc;
}
.diamond-products table>tbody>tr>th, table>tfoot>tr>th,
.diamond-products table>tbody>tr>td, table>tfoot>tr>td,
.diamond-products table>thead>tr>th {
    border: 0;
}
.diamond-products table.dataTable>tbody>tr>td {
    color: #000;
    font-size: 14px;
    padding: 5px;
}
.diamond-products table.dataTable> tbody > tr:nth-child(odd) > td {
    background: #E9E9EB80;
}
.diamond-products table.dataTable .dt-column-order:after,
.diamond-products table.dataTable .dt-column-order:before {
    display: none !important;
}
.diamond-products div.dt-container .dt-paging .dt-paging-button {
    padding: 0;
    width: 40px;
    height: 40px;
    color: #000 !important;
    background: #E9E9EB;
}
.diamond-products div.dt-container .dt-paging .dt-paging-button.current {
    background: #000;
    color: #fff !important;
}
.diamond-products div.dt-container .dt-paging .dt-paging-button.disabled {
    display: none;
}
.diamond-products table a {
    color: #000;
}
.diamond-product-list .dt-info {
    color: #000 !important;
}
.diamond-product-list {
    width: 100%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.diamond-product-list table th {
    text-wrap-mode: nowrap;
}
.diamond-product-list .loading-mask {
    position: absolute;
}
.diamond-product-list .loading-mask .loader > img {
    position: absolute;
}

.diamond-product-list .table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 14px;
}
.diamond-product-list .table-footer .info {
    font-size: 16px;
    font-weight: normal;
}
.diamond-product-list .table-footer ul, .diamond-product-list .table-footer li {
    margin-bottom: 0;
}
.diamond-product-list .pagination .page-item.active .page-link {
    background: #000;
    border-color: #000;
    color: #fff;
}
.diamond-product-list .pagination .page-link {
    padding: 10px 18px;
    border-radius: 2px;
    color: #000;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6
}
.page-link:hover {
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.ringbuilder-diamonds-index .ring_builder_category{
    padding: 50px 15px;
}

.diamond-product-list .ringbuilder-product-select {
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    display: inline-flex;
    font-weight: normal;
    text-transform: unset;
    height: auto;
}
.diamond-product-list .ringbuilder-product-select:hover {
    background-color: #fff;
    color: #000;
}
.diamond-type-product-filter {
    margin-bottom: 50px;
}
.diamond-type-product-filter .section-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}
.diamond-type-product-filter .type-of-diamond-options {
    display: flex;
    gap: 15px;
}
.diamond-type-product-filter .type-of-diamond-options input[type="radio"] {
    display: none;
}
.diamond-type-product-filter .type-of-diamond-options label {
    padding: 7px 40px;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: .3s;
    border: 1px solid #000;
    font-weight: 400;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: normal;
    background-color: #000;
}
.diamond-type-product-filter .type-of-diamond-options input[type="radio"]:checked+label {
    border: 1px solid #fff;
    outline: 2px solid #000;
}
.diamond-products .error-message {
    color: #f00;
    margin-bottom: 15px;
    font-size: 14px;
}
.diamond-simple-shape .modal-content {
    padding: 20px;
    text-align: center;
}
#diamond-shape-modal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#diamond-shape-modal .actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
#diamond-shape-modal .actions .action.primary {
    padding: 5px 15px;
    background-color: #0D6363;
    color: #fff;
    border: 2px solid #0D6363;
    border-radius: 50px;
    font-size: 18px;
    font-weight: normal;
}
#diamond-shape-modal .actions .action.primary:hover {
    background-color: #fff;
    color: #0D6363;
}
#diamond-shape-modal .actions .btn-close {
    padding: 5px 15px;
    background-color: #fff;
    color: #0D6363;
    border: 2px solid #0D6363;
    border-radius: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
}
#diamond-shape-modal .actions .btn-close:hover {
    background-color: #0D6363;
    color: #fff;
}
.diamond-type-product-filter .action {
    display: flex;
    justify-content: flex-end;
}
.diamond-type-product-filter .action .skip-diamond {
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    display: inline-flex;
    font-weight: normal;
    text-transform: unset;
}
.diamond-type-product-filter .action .skip-diamond:hover {
    background-color: #fff;
    color: #000;
}
.diamond-type-product-filter .type-of-diamond-attribute {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ringbuilder-product-bundle .product-info-main .product-category {
    display: none;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    text-transform: uppercase;
}

.product-main-content .diamond-image img {
    width: 100%;
}

@media (max-width: 1100px) {
    .ringbuilder-product-action {
        flex-direction: column;
    }
    .ringbuilder-product-action .ringbuilder-product-price,
    .ringbuilder-product-action .ringbuilder-product-button {
        width: 100%;
    }
    .ringbuilder-product-bundle .ringbuilder-product-action {
        flex-direction: unset;
    }
}
@media (max-width: 1024px) {
    .ring_builder_category .steps {
        flex-direction: column;
        height: auto;
    }
    .ring_builder_category .step {
        flex: unset;
        height: 90px;
        padding: 0 25px;
        border-bottom: 1px solid #e6e6e6;
    }
    .ring_builder_category .step.active {
        border-color: #0D6363;
    }
    .ring_builder_category .step::after,
    .ring_builder_category .step::before {
        display: none;
    }
}
@media (max-width: 991px) {
    .ringbuilder-product-form .product-options-wrapper .swatch-opt {
        flex-direction: column !important;
    }
    .ringbuilder-product-form .product-options-wrapper .swatch-opt .swatch-attribute {
        width: auto;
    }
    .retailer-details .retailer-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .retailer-details .retailer-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .diamond-product-list .table-footer {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}