body {
    background-color: var(--bg-color) !important;
    color: var(--bg-text);
}

/*body.retail_view.natural_view {*/
/*    background: radial-gradient(#044048, #001e23);;*/
/*}*/

/*body.retail_view.labgrown_view {*/
/*    background: radial-gradient(#3c270a, #1d1102);;*/
/*}*/

.footer_text {
    color: var(--bg-text);
}

.jew_welcome {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.jew_cards .image_card {
    border-color: var(--dark-color);
    padding: 0;
}

.jew_welcome .jew_cards .image_card h3 {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
    color: var(--white-color);
    background-color: var(--dark-color) !important;
}

.variation-selected {
    background-color: var(--dark-color) !important;
    color: var(--white-color) !important;
}

.desc-selected {
    color: var(--dark-color) !important;
}

.lightbox .lb-image {
    border-color: var(--dark-color);
}

.modal-content {
    background-color: var(--dark-color) !important;
}

#dlg_read_more .modal-content {
    background-color: var(--dark-color);
}

.view_icons span {
    border-color: var(--dark-color);
}

.view_icons span:hover svg {
    stroke: var(--white-color);
}

.view_icons .active svg {
    stroke: var(--white-color);
}

.view_icons .active {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.ribbon span {
    /*background-color: #cd0021;*/
    background-color: var(--dark-color);
    color: white;
}


.jewellery_grid {
    gap: 12px;
}

.jewellery_grid .jew_card {
    background-color: var(--bg-card);
    border: 1px solid var(--bg-text);
    min-width: 335px;
}

.jew_card {
    border-color: var(--dark-color) !important;
    box-shadow: 0px 2px 4px 1px #ececec4a !important;
}

.jew_card a {
    all: unset;
    cursor: pointer;
}

.jewellery_grid .jew_content h4, .jewellery_catalog .read_more_btn, .jewellery_catalog .jew_view_all {
    color: var(--dark-color);
}

.catalogue-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
}

.jewellery_catalog .jew_content h4 {
    margin-top: 20px;
    color: var(--bg-text);
}

.jewellery_catalog .read_more_btn:hover {
    color: var(--bg-text) !important;
}

.jewellery_catalog .jew_view_all:hover {
    color: var(--bg-text) !important;
}

.front_custom_button {
    border: 1px solid var(--dark-color);
    background-color: transparent;
    border-radius: 5px;
    color: var(--bg-text);
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
}

.front_custom_button:hover, .front_custom_button:focus {
    background-color: var(--dark-color);
    color: var(--white-color) !important;
    border-color: var(--dark-color);
}

.cat-detail {
    margin: 20px;
    display: flex;
    gap: 20px;
    position: relative;
    letter-spacing: 1px;
}

.cat-assets {
    width: 100%;
    height: 100%;
    padding: 20px;
    flex: 1 0 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.cat-assets .all_assets {
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cat-assets .asset_preview {
    width: 75%;
}

.cat-assets .asset_preview img {
    flex: 1;
    width: 100%;
}

.cat-info {
    flex: 1;
    padding: 20px;
    width: 35%;
    height: max-content;
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
}

.cat-title {
    font-weight: 500;
    font-size: 2.5em;
}

.cat-price-main {
    font-weight: 700;
}

.cat-info .cat-price-main {
    font-size: 35px;
}

.all_assets .cat-img, .asset_preview .cat-img {
    width: 100%;
    height: max-content;
    border: 1px solid var(--dark-color);
    border-radius: 5px !important;
    display: flex;
    cursor: pointer;
}

.all_assets .cat-img img {
    width: 100%;
}

.jew_video_link.cat-img {
    background-color: var(--white-color);
}

.all_assets .cat-img video {
    width: 98%;
    padding: 1px;
}

.metalToneVar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.metalToneVar .metalToneBtn {
    all: unset;
    padding: 10px;
    border-radius: 10px !important;
    cursor: pointer;
    font-weight: 600;
    color: var(--bg-text);
    border: 1px solid var(--dark-color);
}

.metalToneVar .metalToneBtn:hover {
    background-color: var(--dark-color);
}

.desc {
    margin: 20px 0 10px;
}

.desc > #details-head {
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 600;
}

.cat-metal-type h4, .live-count h4 {
    font-size: 24px;
    font-weight: 600;
}

.cat-desc {
    padding: 15px 0 10px;
    font-size: 17px;
    color: var(--bg-text);
}

.cat-details li, .live-count li {
    font-size: 15px;
}

.cat-info table {
    width: 100%;
    color: var(--bg-text);
}

.cat-info table td {
    border: 1px solid var(--dark-color) !important;
    font-size: 15px;
}

.cat-delivery {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cat-actions {
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.cat-actions a:first-child {
    width: 100%;
}

.switch_metal_type {
    gap: 10px;
}

.switch_metal_type img {
    width: 30px;
}

.jewellery_grid .jew_card .tdw_title, .jew_price {
    color: var(--dark-color);
}

.req_for_price {
    font-weight: 600;
    width: 100%;
    border-radius: 3px !important;
    background: var(--dark-color);
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.req_for_price:hover, .req_for_price:focus {
    color: white;
}

/* Table */
.table thead tr th, .table thead tr td {
    border: 1px solid var(--light-color);
    background-color: var(--dark-color);
    color: var(--white-color);
}

.table tbody tr th, .table tbody tr td {
    border-color: var(--dark-color);
    color: var(--bg-text);
    background-color: var(--bg-card);
}

.table.table-bordered tbody > tr:hover td {
    background-color: var(--light-color);
    color: var(--black-color);
}

.retail_view .modal-body #share_content .table tbody tr th, .table tbody tr td {
    border: 1px solid #fff;
    color: black;
}

.table a:hover {
    color: var(--dark-color) !important;
}

.table.table-bordered tbody > tr:hover td .fa-video-camera.aero {
    color: var(--bg-color);
}

/* The switch - the box around the slider */
.switch_outer_class .switch {
    position: relative;
    display: inline-block;
    min-width: 55px;
    height: 47px;
    margin: 0px;
}

.switch_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Hide default HTML checkbox */
.switch_outer_class .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch_outer_class .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg-color);
    transition: .4s;
    border-radius: 34px !important;
}

.switch_outer_class label {
    margin: 0px;
}

.switch_outer_class .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 3px;
    background-color: var(--dark-color);
    transition: .4s;
    border-radius: 50%;
}

.switch_outer_class input:checked + .slider {
    background-color: var(--bg-color);
}

.switch_outer_class input:checked + .slider:before {
    transform: translateX(21px);
}

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

.catalogue_action .view_icons span {
    padding: 7px;
}

/* Modal popup */
.modal-footer a {
    background-color: var(--light-color) !important;
    color: var(--white-color) !important;
}

.modal-footer a:hover {
    background-color: var(--lGrey-color) !important;
    color: var(--white-color) !important;
}

/* Cart page */

ul#myTab > li.active a {
    background-color: var(--dark-color);
}

ul#myTab > li.active a {
    color: var(--white-color);
    background-color: var(--dark-color);
}

ul#myTab > li.active:nth-child(2) a {
    color: var(--white-color) !important;
    background-color: #A47E43FF !important;
}

.card.cart_form {
    background-color: var(--bg-card);
}

.enc_table.labgrown thead tr th {
    border-color: #fff;
    background-color: #A47E43FF;
}

.enc_table.labgrown tbody tr td {
    border-color: #A47E43FF;
}

.enc_table.natural thead tr th {
    border-color: #fff;
    background-color: #007D79FF;
}

.enc_table tbody tr td svg {
    color: black;
}

.enc_table.natural tbody tr td {
    border-color: #007D79FF;
}


#cart_container {
    background-color: var(--bg-card) !important;
}

.cart_form label, .cart_form #disclaimer h3, .cart_form #disclaimer ol li {
    color: var(--bg-text);
}

.ready_to_ship_toggle {
    background-color: var(--dark-color) !important;
    color: var(--white-color) !important;
}

.play_icon_class {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    background-color: var(--dark-color);
    padding: 5px 5px 5px 8px;
    border-radius: 5px;
    color: var(--white-color);
}

.page-content {
    padding: 0px !important;
}

.live_stock_msg {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
}

a.contact-soon {
    all: unset;
    color: var(--bg-text);
    font-weight: 700;
}

a.contact-soon:hover {
    color: var(--dark-color) !important;
    text-decoration: underline !important;
}

.live-count .delivery_day {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.live-count .delivery_day div {
    flex: 1 0 100px;
}

#dlg_select_catalog_or_live .modal-dialog {
    margin: auto;
    height: 100vh;
    justify-content: center !important;
}

#dlg_select_catalog_or_live .modal {
    padding: 0 10px;
}

#dlg_select_catalog_or_live .modal-body {
    padding: 40px 15px;
}

#dlg_select_catalog_or_live .viewBtn {
    width: 60%;
}

#dlg_select_catalog_or_live .viewBtn button {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black-color);
}

.dia-enq {
    background-color: var(--dark-color) !important;
}

/* Cart page */
.cart_page {
    background: #e8e8e8 !important;
}

.cart_page p, .cart_page td, .cart_page h3, .cart_page li, .cart_page span, .cart_page label, .cart_page div {
    color: black !important;
}

.cart_page td {
    background-color: #fff !important;
}

.cart_page th {
    color: white !important;
    border-color: white;
}

.cart_page #cart_container, .cart_page .card.cart_form {
    background: white !important;
}

.cart_page ul.bar_tabs > li.active a.labgrown {
    background-color: #A47E43FF !important;
    border: 1px solid #66666660 !important;
}

/**/
#dlg_share h4, #dlg_share label, #dlg_share h3 {
    color: white !important;
}

.category_banner {
    margin-top: 20px;
}


/* responsive */

@media only screen and (max-width: 1200px) {
    #main_sidebar {
        flex-direction: column-reverse;
        align-items: center;
        /*margin: 20px 60px !important;*/
    }

    #main_sidebar #msb {
        width: 100%;
        min-height: max-content;
        border-radius: 20px !important;
    }

    .cat-detail {
        flex-direction: column;
    }

    .cat-info {
        width: 100%;
    }
}

@media only screen and (max-width: 917px) {
    .cat-assets {
        flex-direction: column-reverse;
        align-content: center;
    }

    .cat-assets .all_assets {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .all_assets .cat-img img {
        width: 100px;
    }

    .all_assets .cat-img {
        flex: 1 0 100px !important;
        min-width: 100px;
        max-width: 100px;
        height: 100px !important;
    }
}

@media only screen and (max-width: 786px) {

    .metalToneVar .metalToneBtn {
        font-size: 10px;
    }

    .live_stock_msg {
        font-size: 14px;
    }

    .front_custom_button {
        font-size: 10px;
    }

    .jewellery_grid .jew_card {
        flex: 1;
        min-width: 100%;
    }

    .cat-detail {
        margin: 0;
    }

    .cat-assets {
        flex: 1;
        padding: 0;
    }

    .cat-assets .asset_preview {
        width: 100%;
    }

    .cat-title {
        font-size: 1.8em;
    }

    .cat-info .cat-price-main {
        font-size: 28px;
    }

    #dlg_select_catalog_or_live .viewBtn {
        width: 90%;
    }
}
