/* CSS */

html {
    scrollbar-gutter: stable;
}

.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazyloaded {
    opacity: 1;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 576px) {
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 49%;
    }
}

.trustpilot-stars {
    max-width: 5em;
    display: inline-block
}

/* CSS for Mega Menu (Added by DS 01/08/2018) */

/* CSS for Magic Tool Box Zoom Plus (Added by MA 03/08/2018) */

.zoom-gallery {
    text-align: center;
}

.zoom-gallery-slide {
    display: none;
}

    .zoom-gallery-slide.active {
        display: block;
    }

.zoom-gallery .video-slide {
    position: relative;
    /*height: 356px;*/
    overflow: hidden;
}

.zoom-gallery .spin-slide {
    position: relative;
    overflow: hidden;
}

.zoom-gallery .video-slide iframe, .zoom-gallery .video-slide object, .zoom-gallery .video-slide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zoom-gallery .selectors {
    text-align: center;
    margin: 10px 0;
}

    .zoom-gallery .selectors a {
        margin: 5px;
        border: 1px solid black;
        display: inline-block;
    }

        .zoom-gallery .selectors a:hover, .zoom-gallery .selectors a.active {
            border: 1px solid #c3a87e;
            background-color: rgb(195,168,126, 0.3)
        }

.mz-thumb-selected {
    border: 1px solid #c3a87e !important;
    background-color: rgb(195,168,126, 0.3) !important;
}

sirv-thumb-selected {
    border: 1px solid #c3a87e !important;
    background-color: rgb(195,168,126, 0.3) !important;
}

.zoom-gallery .selectors img {
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    width: 80px;
    height: 75px;
    padding-bottom: 0;
    border-bottom: 0;
}

.zoom-gallery .selectors a[data-slide-id=video-1], .zoom-gallery .selectors a[data-slide-id=video-2] {
    position: relative;
}

    .zoom-gallery .selectors a[data-slide-id=video-1] img, .zoom-gallery .selectors a[data-slide-id=video-2] img {
        opacity: 0.8;
    }

.svg-center {
    text-align: center;
}

.list-align-er {
    width: 100px;
    height: 75px;
    display: inline-block;
    margin-bottom: 20px;
}

.list-align-wr {
    width: 120px;
    height: 75px;
    display: inline-block;
    margin-bottom: 30px;
}

.videoWrapper {
    margin-left: auto;
    /* Automatic margin from left */
    margin-right: auto;
    /* Automatic margin from right */
}

/*Styling Clash Fix for Time Picker AM/PM buttons and Send off button on Contact Forms*/

.btn-floating-2 {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

    .btn-floating-2 i {
        font-size: 1.25rem;
        line-height: 47px;
    }

    .btn-floating-2 i {
        display: inline-block;
        width: inherit;
        text-align: center;
        color: #fff;
    }

    .btn-floating-2:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .btn-floating-2:before {
        border-radius: 0;
    }

    .btn-floating-2.btn-sm {
        width: 36.15385px;
        height: 36.15385px;
    }

        .btn-floating-2.btn-sm i {
            font-size: 0.96154rem;
            line-height: 36.15385px;
        }

    .btn-floating-2.btn-lg {
        width: 61.1px;
        height: 61.1px;
    }

        .btn-floating-2.btn-lg i {
            font-size: 1.625rem;
            line-height: 61.1px;
        }

.contact-section .form .btn-floating-2 {
    float: right;
    position: relative;
    bottom: 3rem;
    margin-right: 0;
}

/*Styling Clash Fix for Time Picker AM/PM buttons and Send of button on Contact Forms*/

/*Steps for the Checkout Pages*/

.checkout-steps li {
    color: #FFF;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .checkout-steps li .circle.active {
        background-color: #c3a87e;
    }

    .checkout-steps li .circle {
        position: relative;
        width: 2.1em;
        height: 2.1em;
        padding: 1rem;
        background: #575f65;
        border-radius: 100%;
    }

    .checkout-steps li span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.checkout-steps ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-padding-start: 0px;
    justify-content: center;
}

.checkout-steps li:not(:last-of-type):after {
    content: "";
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 100%;
    background: #092338;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100%;
}

.checkout-button-set {
    text-align: center;
}

@media only screen and (min-width: 47.9375em) {
    .checkout-button-set {
        text-align: right;
    }
}

/*Steps for the Checkout Pages*/

/*Custom Checkbox Styles*/

.wishlist-checker {
    position: relative;
    display: block;
    padding-left: 0.50rem;
}

.wishlist-filter {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .wishlist-mobile {
        display: none;
    }

    .wishlist-filter {
        justify-content: center;
    }

    .td-bottom {
        border-bottom: 1px solid #dee2e6;
    }
}

.account-checker {
    position: relative;
    display: block;
    font-weight: bolder;
}

.account-settings-checker {
    padding-bottom: 1rem;
}

.discreet-packaging-checker {
    padding-top: 0.4rem;
}

.checker-active {
    color: #4ea3b7 !important;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out !important;
}

/*Custom Checkbox Styles*/

/*Points inbetween main navbar dropdowns*/

.dropdown-toggle::after {
    display: none;
}

.account-dropdown.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.2em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/*Points inbetween main navbar dropdowns*/

/*SideNav*/

.side-nav-btn {
    padding: .10rem 1.90rem;
}

.side-nav {
    position: fixed;
    width: 300px !important;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    background-color: #2c2f34;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    will-change: transform;
    backface-visibility: hidden;
    list-style-type: none;
    padding: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

/*SideNav*/

/*Fixed Button*/

#fixed-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.free-btn {
    position: relative;
}

/*Fixed Button*/

/*Diamond SVG Alignment for Filter*/

.form-check-custom {
    position: relative;
    display: block;
}

.list-align-er-modal {
    width: 70px;
    display: inline-block;
}

.list-align-back-modal {
    width: 75px;
    display: inline-block;
}

.list-align-metal-modal {
    width: 85px;
    display: inline-block;
}

/*Diamond SVG Alignment for Filter*/

/*Modal Custom Size*/

.modal .modal-quick-view {
    width: 65%;
    max-width: 65%
}

.modal .modal-diamond-selection {
    width: 90%;
    max-width: 90%;
}

.modal-content {
    width: 100%;
}

/*Modal Custom Size*/

/*Engraving Styles*/

.character-limit {
    color: red;
}

.preview-size {
    font-size: 50px;
}

/*Engraving Styles*/


.field-validation-error {
    color: red;
}

/*Account Panels Styling*/

.account-panels-bg {
    background: linear-gradient(135deg, #4ea3b7 50%, #4494a7 50%);
}

    .account-panels-bg:hover {
        background: #092338;
    }

.account-panel-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(214px, max-content));
    grid-gap: 10px;
    justify-content: center;
    padding: initial;
}

.account-panel-item {
    padding: 5px;
    width: 206px;
}

.payment-method-panels-bg {
    background: linear-gradient(135deg, #c3a87e 50%, #c9b08a 50%);
}

/*Account Panels Styling*/

/* My Account and LogOut Nav*/

.account-nav-wrapper {
    overflow: hidden;
    width: 100%;
}

    .account-nav-wrapper .account-nav {
        font-size: 14px;
        font-weight: bolder;
        float: right;
        overflow: hidden;
        list-style: none;
    }

@media only screen and (max-width: 767px) {
    .account-nav-wrapper .account-nav {
        text-align: center;
        float: none;
        margin-bottom: 1em;
    }
}

.account-nav-wrapper .account-nav li {
    float: left;
    margin-right: .75em;
}

@media only screen and (max-width: 767px) {
    .account-nav-wrapper .account-nav li {
        float: none;
        display: inline-block;
    }
}

.account-nav-wrapper .account-nav li a .account-nav-title {
    position: relative;
    top: .25em;
}

/* My Account and LogOut Nav*/

/*Circle button for To Top button*/

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 0.1px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

#toTop {
    border: 1px solid;
    position: fixed;
    bottom: 0;
    right: 5px;
}

/*Circle button for To Top button*/

/*Removes unnecessary padding from select dropdown*/

.select-wrapper input.select-dropdown {
    height: 2.9rem;
    font-size: 0.92rem;
    margin: 0 0 0.40rem 0;
}

/*Removes unnecessary padding from select dropdown*/

/*Custom Scrollbar (Doesn't work on Edge or IE)*/

/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
    background-color: #092338
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

/*Custom Scrollbar (Doesn't work on Edge or IE)*/

/*Custom Table Styles*/

.table .table {
    background-color: #f5f5f5;
}

.saved-search-form {
    margin-top: 1px;
    margin-bottom: 1px;
}

.ss-row {
    background: white;
}

.table-align-middle .td-align-middle {
    vertical-align: middle;
}

@media only screen and (min-width: 767px) {
    .td-bottom {
        border-bottom: 1px solid #dee2e6;
    }
}

.td-xs-bottom {
    border-bottom: 1px solid #dee2e6;
}

@media only screen and (max-width: 767px) {
    .tr-hide {
        display: none;
    }

    .td-stack {
        clear: left;
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .td-hide {
        display: none;
    }

    .td-xs-bottom {
        border-bottom: 1px solid #aaaaaa;
    }
}

/*Custom Table Styles*/

/*Popover Custom Styles*/

.popover-p {
    margin-bottom: 0.2em;
    margin-top: 0.3em;
}

.popover-subtitle {
    color: #4ea3b7;
    margin-top: 1em;
    margin-bottom: 0.6em;
}

.popover-info-title {
    color: #4ea3b7
}

/*Popover Custom Styles*/

/*Loose Diamonds Cards*/

.divided-list li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
}

.card-header-new {
    text-align: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

    .card-header-new:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.card-header-text {
    color: #4ea3b7;
    font-size: 1.25em;
    font-weight: 600;
}

/*Loose Diamonds Cards*/

/*Loose Diamond Filter Card*/

.view-all-checker {
    padding-top: 5px;
    color: grey;
    font-size: 0.70em;
    float: right;
}

@media only screen and (max-width: 386px) {
    .view-all-checker {
        padding-top: 10px;
        float: none;
    }
}

/*Loose Diamond Filter Card*/

/*Floating Info Hover Popover*/

.btn-info-wrapper {
    height: 1.25em;
    width: 1.25em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    top: 0.8em;
    left: 1em;
    color: #4ea3b7;
}

    .btn-info-wrapper .btn-info-1 {
        height: 1.25em;
        width: 1.25em;
        z-index: 999;
        position: absolute;
        display: inline-block;
    }

.progress-bar-green {
    background-color: #167a3a;
}

.progress-bar-yellow {
    background-color: #f9ae56;
}

.progress-bar-red {
    background-color: red;
}

/*Floating Info Hover Popover*/

/*Loose Diamond Description*/

.diamond-desc {
    display: block;
    font-size: .75em;
    line-height: 1.3;
    color: #616161;
    text-align: center;
    margin-bottom: 0;
}

/*Loose Diamond Description*/

/*Loose Diamond - Add to wishlist*/

.btn-wishlist {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    text-decoration: none;
}

a.add-wishlist {
    color: #575f65;
}

    a.add-wishlist:hover {
        color: #4ea3b7;
    }

/*Loose Diamond - Add to wishlist*/

/*Floating Diamond Score Circle*/

.roundel {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 1.25em;
    z-index: 99;
    text-align: center;
    background: #c3a87e;
    border-radius: 50%;
    color: #FFF;
    width: 4.5em;
    height: 4.5em;
    display: table;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important
}

    .roundel .roundel-inner {
        display: table-cell;
        vertical-align: middle;
    }

        .roundel .roundel-inner .roundel-title {
            font-size: 1em;
            font-weight: 700;
        }

        .roundel .roundel-inner .roundel-desc {
            font-size: .875em;
            line-height: 1em;
        }

/*Floating Diamond Score Circle*/

#my-suffix {
    position: absolute;
    left: 0;
    top: 5px;
    color: #555;
    padding-left: 5px;
    font: inherit;
}

.term-select {
    margin-top: 0;
}

.loan-amount {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

a.bottom-icons {
    color: #626262;
}

    a.bottom-icons:hover {
        color: #4ea3b7;
    }

.md-progress {
    margin-bottom: .7em;
}

.md-progress-height {
    height: 10px;
}

.fb-color {
    background-color: #3b5998
}

.tw-color {
    background-color: #55acee;
}

.li-color {
    background-color: #0082ca;
}

.gplus-color {
    background-color: #dd4b39;
}

.email-color {
    background-color: #4b515d;
}

.dataCol {
    text-align: center;
}

.mobile-text {
    display: none;
}

.text-special {
    color: #3D8495;
}

@media (max-width: 572px) {
    .mobile-text {
        display: inline-block;
    }

    .desktop-text {
        display: none;
    }
}

@media only screen and (max-width: 572px) {
    .dataCol {
        font-size: 0.75rem;
    }

    [class*=" icon-"].tableIconSmall, [class^=icon-].tableIconSmall {
        height: 1.25rem;
        width: 1.25rem
    }
}

/* DivTable.com */

.divTable {
    width: 100%;
    max-width: 40em;
}

.divTableRow {
    display: table-row;
    text-align: left;
}

.divTableHeading1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #eeeeee;
    padding: .375em;
    display: table-cell;
    border-bottom: 2px solid #111;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    color: #092338;
}

.divTableHeading2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #eeeeee;
    padding: .375em 1.125em;
    display: table-cell;
    border-bottom: 2px solid #111;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    color: #092338;
}

.divTableCell {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableCell1 {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    width: 200px;
}

.divTableCell2 {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    width: 290px;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.dataTableBtn {
    float: left;
    width: 242px;
}

.colShape, .colCarat, .colColour, .colClarity, .colCert, .colScore, .colPolish, .colSymm, .colFluor, .colInfo, .colWish, .colPrice, .colView {
    cursor: pointer;
    white-space: nowrap !important;
    font-size: 12px;
    vertical-align: middle !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.colPolish, .colSymm, .colFluor {
    display: none;
}

.colView {
    color: #33b4a2;
    font-weight: bold;
    -webkit-transition: all 0.2s 2s ease-out;
    -moz-transition: all 0.2s 2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .colView:hover {
        color: #237e72;
    }

.iconHover {
    z-index: 999;
    color: #4ea3b7;
    -webkit-transition: all 0.2s 2s ease-out;
    -moz-transition: all 0.2s 2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .iconHover:hover {
        color: #336b77;
    }

.child {
    background-color: #FFF;
}

.largeShapeCol {
    max-width: 490px;
}

.breadcrumb {
    background-color: #fafafa !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}

.breadcrumb-item a.dark-grey-text:hover {
    color: #c3a87e !important;
}

.breadcrumb-item.active {
    color: #c3a87e;
}

/*Style Overide for checker validation*/

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #000000 !important;
}

/*Styling for Validation (Register)*/

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control {
    border-color: green;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control-feedback {
    position: absolute;
}

.has-feedback {
    position: relative;
}

    .has-feedback label ~ .form-control-feedback {
        top: 42px;
    }

    .has-feedback .form-control-feedback {
        right: 25px;
    }

.help-block {
    color: red;
}

/*3 Coloumn Filter*/

.filter .item {
    width: 350px !important;
}

/*Loose Diamonds Filter Div Table*/

.looseDiamondDivTable {
    display: table;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.looseDiamondsDivTableBody {
    display: table-row-group;
}

.cellActive {
    background-color: #4ea3b7 !important;
    color: white !important;
}

.looseDiamondsFilter {
    display: table-row;
}

.looseDiamondsFilterCell {
    display: table-cell;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    vertical-align: middle;
}

    .looseDiamondsFilterCell:last-child {
        border-right: 1px solid #999999;
    }

.filter-wrapper {
    display: block;
    width: 100%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-right: 0.4em;
    padding-left: 0.1em;
}

.filterSelect {
    white-space: nowrap;
    clear: both;
    display: block;
    font-size: 1rem;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    cursor: pointer;
}

@media only screen and (max-width: 550px) {
    .filterSelect {
        font-size: 0.60rem;
        padding: 1px;
    }
}

.filterSelect:hover {
    background-color: #4ea3b7 !important;
    color: white !important;
}

.filterCellActive {
    background-color: #4ea3b7 !important;
    color: white !important;
}

.diamond-attr-length {
    left: 17%;
}

.diamond-attr-depth, .diamond-attr-length {
    position: absolute;
    top: 21%;
    height: 33%;
    background: #4ea3b7;
    border-right: 2px solid #4ea3b7;
}

.diamond-attr {
    color: #092338;
    font-size: 14px;
    line-height: 1.25em;
    text-align: center;
    z-index: 99;
    position: absolute;
}

.diamond-attr-width {
    top: 16%;
    left: 22%;
    width: 55%;
}

.diamond-attr-length .diamond-attr-inner {
    margin-left: -6em;
    transform: translateY(-50%) rotate(-90deg);
}

.diamond-attr-depth {
    right: 17%;
}

    .diamond-attr-depth .diamond-attr-inner {
        margin-left: -4em;
        transform: translateY(-50%) rotate(90deg);
    }

.diamond-attr-table.table-round-brilliant {
    top: 63%;
    left: 34%;
    width: 31%;
}

.diamond-attr-depth.depth-round-brilliant {
    top: 68%;
    height: 21%;
}

.diamond-attr-culet {
    bottom: 5%;
    left: -1%;
    right: 0;
    margin: 0 auto;
}

    .diamond-attr-culet:after, .diamond-attr-culet:before {
        content: "";
        display: block;
        height: 2px;
        background: #4ea3b7;
    }

    .diamond-attr-culet:before {
        position: absolute;
        top: -5px;
        left: 50%;
        width: 30px;
        margin-left: -15px;
    }

    .diamond-attr-culet:after {
        position: absolute;
        bottom: 100%;
        left: 50%;
        height: 15px;
        width: 2px;
        margin-bottom: 5px;
        margin-left: -1px;
    }

.attr-name, .attr-val {
    display: inline;
}

.attr-line {
    position: relative;
    border-bottom: 2px solid #4ea3b7;
}

    .attr-line:after {
        position: absolute;
        top: -6px;
        right: 0;
        background: #4ea3b7;
        height: 12px;
    }

    .attr-line:before {
        position: absolute;
        top: -6px;
        left: 0;
        background: #4ea3b7;
        height: 12px;
    }

    .attr-line:after, .attr-line:before {
        content: "";
        display: block;
        width: 2px;
    }

.diamond-attr-depth:before, .diamond-attr-length:before {
    position: absolute;
    top: 0;
    left: -6px;
}

.diamond-attr-depth:after, .diamond-attr-depth:before, .diamond-attr-length:after, .diamond-attr-length:before {
    content: "";
    height: 2px;
    background: #4ea3b7;
    width: 12px;
}

.diamond-attr-depth:after, .diamond-attr-length:after {
    position: absolute;
    top: 100%;
    left: -6px;
}

.diamond-attr-depth .diamond-attr-inner, .diamond-attr-length .diamond-attr-inner {
    white-space: nowrap;
    width: 10em;
    position: absolute;
    top: 50%;
    left: 0;
}

.btn-checker-flex {
    flex: 1 1 auto;
    color: #c3a87e;
}

    .btn-checker-flex:not([disabled]):not(.disabled):active, .btn-checker-flex:not([disabled]):not(.disabled).active, .show > .btn-checker-flex.dropdown-toggle {
        background-color: #c3a87e !important;
        color: white !important;
    }

.btn-link {
    text-decoration: none !important;
}

.btn-checker-sm > .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-checker-sm > .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-checker-sm > .btn {
    padding: .19rem 0px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
}

    .btn-checker-sm > .btn:last-child {
        border-right: 1px solid #777777;
    }

@media only screen and (max-width: 445px) {
    .btn-checker-sm > .btn {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .btn-checker-sm > .btn {
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .btn-checker-sm > .btn {
        font-size: 9px;
    }
}

.view-recommend-box {
    display: flex;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.view-recommend-btn {
    flex-grow: 1;
}

.filter-title {
    font-size: 14px;
    font-weight: normal;
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 480px) {
    .filter-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 410px) {
    .filter-title {
        font-size: 10px;
    }
}

.filter-btn-container {
    display: flex;
    align-items: center;
}

.filter-btn-push {
    margin-left: auto;
}

/*Finance Calculator Styling*/

table.finance-table {
    margin-bottom: 0.3em !important;
}

    table.finance-table th, table.finance-table td {
        padding: .41667em;
    }

    table.finance-table td {
        vertical-align: middle;
        line-height: 1em;
    }

.min-max-amount, .loan-subtitles, .loan-figures {
    font-weight: bold;
    font-size: 15px;
}

.loan-amount {
    font-size: 17px;
}

.product-finance {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

    .product-finance .table td:first-of-type {
        width: 50%
    }

.finance-card-body {
    padding-top: 0px !important;
    padding-bottom: 1rem !important;
}

.loan-small-txt {
    font-weight: 600;
    font-size: 14px;
}

.loan-header {
    font-size: 1.15rem
}

.loan-intro {
    font-size: 0.8em;
    font-weight: bold;
}

.lblDropdown {
    margin-bottom: 0;
}

/*Finance Calculator Styling*/

.dt-buttons {
    position: relative;
    float: left;
    margin-top: 10px;
    z-index: 10;
    text-align: center;
}

@media only screen and (max-width: 461px) {
    .dt-buttons {
        float: none;
    }
}

@media only screen and (max-width: 461px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center !important;
        margin-top: 0.8rem !important;
    }
}

.dataTableDesc {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: rgba(204, 221, 225, 1) !important;
}

table.table-hover tbody tr.diamond-details {
    background-color: #fff;
}

/*td.diamond-details .card {
    max-width: 525px;
}*/

.datatable-search-pagination {
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0.5rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.recommend-tab {
    margin-bottom: 0 !important;
}

.transparent {
    background: transparent !important;
    border-bottom: transparent !important;
}

.u-dot {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
}

.diamond-info {
    white-space: nowrap;
}

@media screen and (max-width: 572px) {
    .diamond-info {
        white-space: normal;
    }
}

.details-accordian {
    padding-top: 0.7rem;
}

table.detailsTable {
    width: 110%;
    text-align: left;
    border-collapse: collapse;
}

    table.detailsTable td, table.detailsTable th {
        padding: 3px 2px;
    }

    table.detailsTable tbody td {
        font-size: 13px;
    }

    table.detailsTable thead th {
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        text-align: left;
    }

    table.detailsTable tfoot td {
        font-size: 14px;
    }

    table.detailsTable tfoot .links {
        text-align: right;
    }

        table.detailsTable tfoot .links a {
            display: inline-block;
            background: #1C6EA4;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }

.icon-shape-size-sm {
    height: 1.6rem !important;
    width: 1.6rem !important;
}

.shape-icon {
    height: 1.7rem !important;
    width: 1.7rem !important;
}

@media screen and (max-width: 470px) {
    .shape-icon {
        height: 1.2rem !important;
        width: 1.2rem !important;
    }
}

@media screen and (max-width: 370px) {
    .shape-icon {
        height: 1rem !important;
        width: 1rem !important;
    }
}

.accordian-header {
    padding: .75rem !important;
}

.btn-group-vertical > .btn, .shape-btn-group > .btn {
    flex: none !important;
}

.shape-btn-group .btn {
    margin: 0;
    margin-right: .45em !important;
}

#diamondPic {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
    max-width: 4008px;
}

.diamond-tabs-content {
    padding: 0;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #c3a87e;
}

a.text-primary:hover {
    color: #c3a87e !important;
}

.selection-details, .setting-details {
    font-size: 0.9rem;
    padding-bottom: 10px;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    width: 100% !important;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6
}

.hide {
    display: none;
}

.select-info {
    display: none;
}

.help-text {
    font-size: 0.85rem;
}

.btn-transparent:not([disabled]):not(.disabled):active, .btn-transparent:not([disabled]):not(.disabled).active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #cccccc !important;
}

.setting-table {
    padding: 5px !important;
}

@media screen and (max-width: 700px) {
    #sticky-container {
        display: none !important;
    }
}

#sticky-container {
    background-color: white;
    border-top: 3px solid #182739;
    height: 95px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 1039;
    position: fixed;
}

.sticky-row {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    justify-content: space-evenly;
}

.sticky-title {
    display: block;
    font-size: .875em;
    color: #696868;
}

.sticky-price {
    font-size: .975em;
    color: black;
    font-weight: bold;
}

.vat {
    align-self: center;
    font-size: 12px !important;
}

.vat-inline {
    font-size: .70em;
    line-height: 1;
    color: #757575;
}

.vat-left {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #424242;
}

td.child {
    padding: 0 !important;
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: rgb(195,168,126) !important;
}

@media screen and (max-width: 991px) {
    .desktop-usp, .usp-list-wrapper .usp-list .unit:after {
        display: none;
    }
}

.gradeResults, .addGradeResults {
    border: 1px solid #cccccc;
    font-weight: bold;
}

.gradeTitle {
    border-bottom: 1px solid #cccccc;
    padding: 7px 10px;
}

.rowDiv {
    border-bottom: 1px solid #cccccc;
    font-size: .90em;
}

    .rowDiv .firstDiv:first-child {
        border-right: 1px solid #cccccc;
    }

    .rowDiv .firstDiv, .rowDiv .secondDiv {
        width: 49%;
        padding: 5px 10px;
        display: inline-block;
    }

.mmRow {
    cursor: pointer;
}

.certBtn {
    padding: 1.5% 4%;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #4ea3b7;
    color: #ffffff !important;
}

.profile-container {
    width: 45px;
    text-align: center !important;
}

.width-container, .metal-container {
    width: 45px;
    text-align: center !important;
}

.coverage-container {
    width: 60px;
    text-align: center !important;
}

.weight-container {
    width: 70px;
    text-align: center !important;
}

.filter-txt {
    font-size: 12px;
    display: inherit;
    padding-top: 2px;
}

@media only screen and (max-width: 991px) {
    #mm-images {
        order: 2;
    }

    #cert-table {
        order: 1;
    }

    #panel-grading {
        order: 3;
    }
}

.flex-between {
    justify-content: space-between;
}

.font-smaller {
    font-size: 0.8rem;
}

div.font-smaller {
    line-height: 125%;
}

.justify-content-flex-end {
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
}

.dataTables_empty {
    background-color: white;
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.horizontalBorder {
    margin: 0 0 10px;
}

.promises-container {
    padding: 0;
    margin: 10px auto;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.promises-head {
    position: relative;
    z-index: 1;
    color: #4ea3b7;
    font-size: 14px;
    text-align: center;
}

h2.promises-head span {
    background: #fff;
    padding: 0 15px;
}

h2.promises-head:before {
    border-top: 2px solid #4ea3b7;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.promises-guarantee, .promises-ring, .promises-diamond, .promises-money {
    display: inline-block;
    width: 134px;
    margin: 0 auto;
    padding: 5px 4px 0;
    text-align: center;
}

.promises-icon {
    width: 21px;
    height: 21px;
    margin: 0 auto;
    text-align: center;
}

.promises-caption {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin: 10px 10px 0 10px;
    color: #191729;
    white-space: pre-line;
    font-size: 12px;
    text-align: center;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-evenly;
}

.flex-item {
    padding: 5px;
    width: 100px;
    height: 80px;
    text-align: center;
}

.flex-container .flex-item a {
    color: white;
}

    .flex-container .flex-item a:hover {
        color: #4ea3b7;
    }

.card-price {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.nav-tabs a.nav-link:visited:hover {
    color: #fff;
    text-decoration: none;
}

#recommended-tablist a.nav-link:visited:hover {
    color: #495057;
    text-decoration: none;
}

div.btn-group label.btn-transparent {
    padding: 0.3rem 0.3rem !important;
}

.dropdown-toggle {
    white-space: inherit !important;
}

ul.horizontal-fix li a {
    padding: .84rem 2.14rem;
}

label.invalid {
    top: 42px !important;
}

.continue-btn, .back-btn {
    top: 10px;
}

.card-input-element {
    display: none;
}

.card-input {
    transition: 0.2s;
}

    .card-input:hover {
        cursor: pointer;
    }

.card-input-element:checked + .card-input {
    box-shadow: 0 0 6px 6px #092338;
}

button.add-wishlist {
    color: #575f65 !important;
}

button.add-wishlist-secondary {
    color: #4ea3b7;
}

.jewellery-menu-images {
    padding: 0 !important;
    letter-spacing: 0.15rem !important;
}

    .jewellery-menu-images a p {
        letter-spacing: 0.15rem !important;
    }

/* Navbar Scroll Overide*/
@media (max-width: 1024px) {
    .navbar .mega-dropdown .dropdown-menu.mega-menu {
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
    }
}
/* Navbar Scroll Overide*/

.vertical-align-middle {
    vertical-align: middle;
}

.payment-method-btn {
    display: flex;
}

@media (max-width: 576px) {
    .payment-method-btn {
        display: inline;
    }
}

/*Blog page nav bar*/
nav.pagination ul {
    width: 100%;
    list-style: none;
    text-align: center;
}

    nav.pagination ul li {
        display: inline-block;
    }

/*Product Box*/
.saleprice {
    color: #c3a87e;
    font-weight: 600;
    font-size: 1.2em;
}

#panel-choose #modalContainer a#infoPopup {
    display: none;
}

/*.wrap-360 {
    width: 250px;
    height: 250px;
    padding: 0;
    overflow: hidden;
}

.iframe-360 {
    width: 500px;
    height: 500px;
    border: 0;
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}*/

.original-price {
    display: block;
    text-align: center;
    font-size: 1em;
    color: #616161;
}

@media only screen and (min-width: 991px) {
    .container-fluid.top-nav {
        height: 94.83px;
    }
}

/*@media (min-width: 1200px) {
    .wrap-360 {
        width: 500px;
        height: 500px;
        padding: 0;
        overflow: hidden;
    }

    .iframe-360 {
        width: 500px;
        height: 501px;
        border: 0;
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(1);
        transform: scale(1);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}*/

/* Laptop */

/*@media (min-width: 980px) and (max-width: 1199px) {
    .wrap-360 {
        width: 500px;
        height: 500px;
        padding: 0;
        overflow: hidden;
    }

    .iframe-360 {
        width: 500px;
        height: 501px;
        border: 0;
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(1);
        transform: scale(1);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}*/

/* Portrait tablet to landscape and desktop */

/*@media (min-width: 768px) and (max-width: 979px) {
    .wrap-360 {
        width: 500px;
        height: 500px;
        padding: 0;
        overflow: hidden;
        align-self: center;
    }

    .iframe-360 {
        width: 500px;
        height: 501px;
        border: 0;
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(1);
        transform: scale(1);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}*/

/* Landscape phone to portrait tablet */

/*@media (max-width: 767px) {
    .wrap-360 {
        width: 350px;
        height: 350px;
        padding: 0;
        overflow: hidden;
        align-self: center;
    }

    .iframe-360 {
        width: 500px;
        height: 501px;
        border: 0;
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}*/

/* Landscape phones and down */

/*@media (max-width: 425px) {
    .wrap-360 {
        width: 300px;
        height: 300px;
        padding: 0;
        overflow: hidden;
        align-self: center;
    }

    .iframe-360 {
        width: 500px;
        height: 501px;
        border: 0;
        -ms-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media (max-width: 335px) {
    .wrap-360 {
        width: 200px;
        height: 200px;
        padding: 0;
        overflow: hidden;
        align-self: center;
    }

    .iframe-360 {
        width: 500px;
        height: 501px;
        border: 0;
        -ms-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}*/

.onsale-tag {
    color: #fff;
    font-size: .875rem;
    left: 0;
    min-width: 8em;
    padding: .1875rem 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotate( -45deg) translate(-30%, -100%);
    transform-origin: 50% 50%;
    width: 12.8125rem;
    z-index: 5;
}

.table-basket {
    margin-bottom: 0 !important
}

.table.table-basket td, .table.table-wishlist td {
    vertical-align: middle !important
}

.table-basket tr, .table-wishlist tr {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.table-basket td, .table-basket th, .table-wishlist td, .table-wishlist th {
    border-bottom: 1px solid #dee2e6;
}

.table-basket tr.basket-footer {
    border-left: 0
}

.table-basket td.blank {
    background: #fafafa;
    border-color: transparent
}

.table-basket td.last {
    border-right: 1px solid #dee2e6
}

.table-basket tr.product, .table-basket td.shipping, .table-basket td.total, .table-basket td.total-ex, .table-basket td.total-inc {
    background: white;
}

table.table-orders td.product {
    vertical-align: middle;
}

/*Mobile Basket Table*/
@media only screen and (max-width:991px) {
    .table-basket td {
        border: none;
        position: relative;
    }

    .table-basket, .table-basket tbody, td.product, .table-basket th, .table-basket thead, tr.product {
        display: block;
        text-align: center
    }

        .table-basket thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    table.table-basket td.product {
        padding-top: 0.5rem;
        padding-bottom: .4rem
    }

    .table-basket td, .table-basket th {
        border-bottom: 0;
    }

    table.table-basket td.product:nth-of-type(1), table.table-basket td.product:nth-of-type(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.9rem !important;
        border-bottom: solid 1px #dee2e6;
    }

    table.table-basket td.product:nth-of-type(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.9rem !important;
        border-bottom: solid 1px #dee2e6;
    }

    table.table-basket td.product:nth-of-type(4) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.9rem !important;
    }

    table.table-basket td.product:nth-of-type(1):before {
        content: "Product";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-basket td.product:nth-of-type(3):before {
        content: "Price (Ex. VAT)";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-basket td.product:nth-of-type(4):before {
        content: "Price (Inc. VAT)";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-basket tfoot tr {
        border-left: solid 1px #dee2e6 !important;
        border-bottom: solid 1px #dee2e6;
        border-top: solid 1px #dee2e6;
    }

    table.table-basket td.product:before {
        position: absolute;
        top: 8px;
        white-space: nowrap
    }

    td.empty {
        display: none
    }

    tfoot td.shipping, tfoot td.total {
        width: 50vw
    }

    tfoot td.total-ex, tfoot td.total-inc {
        width: 25vw
    }
}

/*Mobile Wishlist Tale*/
@media only screen and (max-width:991px) {
    .table-wishlist td {
        border: none;
        position: relative;
    }

    .table-wishlist, .table-wishlist tbody, td.product, .table-wishlist th, .table-wishlist thead, tr.product {
        display: block;
        text-align: center
    }

        .table-wishlist thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    table.table-wishlist td.product {
        padding-top: 0.5rem;
        padding-bottom: .4rem
    }

    .table-wishlist td, .table-wishlist th {
        border-bottom: 0;
    }

    table.table-wishlist td.product:nth-of-type(1), table.table-wishlist td.product:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.9rem !important;
        border-bottom: solid 1px #dee2e6;
    }

        table.table-wishlist td.product:nth-of-type(1):before {
            content: "Description";
            font-weight: 400;
            left: 50%;
            transform: translate(-50%)
        }

        table.table-wishlist td.product:nth-of-type(2):before {
            content: "Price";
            font-weight: 400;
            left: 50%;
            transform: translate(-50%)
        }

    .table-wishlist tr:last-child td:last-child {
        border-bottom: solid 1px #dee2e6 !important;
    }

    table.table-wishlist td.product:before {
        position: absolute;
        top: 8px;
        white-space: nowrap
    }

    td.empty {
        display: none
    }
}

.basket-modal-total {
    display: flex;
    justify-content: end;
    align-items: center;
}

.basket-modal-footer {
    border-top: 1px solid #e9ecef;
}

/*Mobile Modal Basket Table*/
@media only screen and (max-width:991px) {
    .table-modal-basket td {
        border: none;
        position: relative;
    }

    .table-modal-basket, .table-modal-basket tbody, td.product, .table-modal-basket th, .table-modal-basket thead, tr.product {
        display: block;
        text-align: center
    }

        .table-modal-basket thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    table.table-modal-basket td.product {
        padding-top: 0.5rem;
        padding-bottom: .4rem
    }

    .table-modal-basket td, .table-modal-basket th {
        border-bottom: 0;
    }

    table.table-modal-basket td.product:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.8rem !important;
        padding-bottom: 0;
        border-bottom: 0;
    }

    table.table-modal-basket td.product:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.8rem !important;
        border-top: 0;
        border-bottom: solid 1px #dee2e6;
    }

    table.table-modal-basket td.product:nth-of-type(1):before {
        content: "Product";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-modal-basket td.product:nth-of-type(2):before {
        content: "Price";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-modal-basket td.product:before {
        position: absolute;
        top: 8px;
        white-space: nowrap
    }

    table.table-modal-basket td.empty {
        display: none
    }

    .basket-modal-total {
        justify-content: center;
    }
}

.wishlist-modal-footer {
    border-top: 1px solid #e9ecef;
}

/*Mobile Modal Wishlist Table*/
@media only screen and (max-width:991px) {
    .table-modal-wishlist td {
        border: none;
        position: relative;
    }

    .table-modal-wishlist, .table-modal-wishlist tbody, td.product, .table-modal-wishlist th, .table-modal-wishlist thead, tr.product {
        display: block;
        text-align: center
    }

        .table-modal-wishlist thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    table.table-modal-wishlist td.product {
        padding-top: 0.5rem;
        padding-bottom: .4rem
    }

    .table-modal-wishlist td, .table-modal-wishlist th {
        border-bottom: 0;
    }

    table.table-modal-wishlist td.product:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.8rem !important;
        padding-bottom: 0;
        border-bottom: 0;
    }

    table.table-modal-wishlist td.product:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.8rem !important;
        border-top: 0;
        border-bottom: solid 1px #dee2e6;
    }

    table.table-modal-wishlist td.product:nth-of-type(1):before {
        content: "Product";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-modal-wishlist td.product:nth-of-type(2):before {
        content: "Price";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%)
    }

    table.table-modal-wishlist td.product:before {
        position: absolute;
        top: 8px;
        white-space: nowrap
    }

    table.table-modal-wishlist td.empty {
        display: none
    }
}

/*Mobile Order Summary Table*/
@media only screen and (max-width:991px) {
    .table-summary td {
        border: none;
        position: relative;
    }

    .table-summary, .table-summary tbody, .table-summary tfoot, td.product, .table-summary th, .table-summary thead, tr.product, tr.basket-discount, tr.basket-total, tr.basket-delivery, tr.basket-delivery-date, tr.basket-notes {
        display: block;
        text-align: center
    }

        .table-summary thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    table.table-summary td.product {
        padding-top: 0.5rem;
        padding-bottom: .4rem
    }

        table.table-summary td.product:nth-of-type(1) {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        table.table-summary td.product:nth-of-type(2), table.table-summary td.product:nth-of-type(3), table.table-summary td.product:nth-of-type(4), table.table-summary td.product:nth-of-type(5) {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding-top: 1.9rem !important;
            border-bottom: solid 1px #dee2e6;
        }

    table.table-summary td.basket-total:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3px !important;
        padding-bottom: 5px;
    }

    table.table-summary td.basket-total:nth-of-type(4) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    table.table-summary td.basket-total:nth-of-type(5) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3px;
        padding-bottom: 10px;
    }

    table.table-summary td.delivery:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    table.table-summary td.delivery-date:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    table.table-summary td.notes:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    table.table-summary td.discount:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.9rem !important;
        padding-bottom: 5px;
    }

    table.table-summary td.discount:nth-of-type(4) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    table.table-summary td.discount:nth-of-type(5) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: solid 1px #dee2e6;
        padding-top: 3px;
        padding-bottom: 10px;
    }

    table.table-summary td.discount:nth-of-type(1), table.table-summary td.discount:nth-of-type(3) {
        display: none;
    }

    table.table-summary td.delivery:nth-of-type(1), table.table-summary td.delivery:nth-of-type(3), table.table-summary td.delivery:nth-of-type(4), table.table-summary td.delivery:nth-of-type(5) {
        display: none;
    }

    table.table-summary td.delivery-date:nth-of-type(1), table.table-summary td.delivery-date:nth-of-type(3), table.table-summary td.delivery-date:nth-of-type(4), table.table-summary td.delivery-date:nth-of-type(5) {
        display: none;
    }

    table.table-summary td.notes:nth-of-type(1), table.table-summary td.notes:nth-of-type(3), table.table-summary td.notes:nth-of-type(4), table.table-summary td.notes:nth-of-type(5) {
        display: none;
    }

    table.table-summary td.basket-total:nth-of-type(1), table.table-summary td.basket-total:nth-of-type(3) {
        display: none;
    }

    table.table-summary td.discount:nth-of-type(2):before {
        content: "Discount";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.discount:nth-of-type(4):before, table.table-summary td.discount:nth-of-type(5):before {
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.basket-total:nth-of-type(2):before, table.table-summary td.basket-total:nth-of-type(4):before, table.table-summary td.basket-total:nth-of-type(5):before {
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.product:nth-of-type(2):before {
        content: "Product";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.product:nth-of-type(3):before {
        content: "Quantity";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.product:nth-of-type(4):before {
        content: "Price (Ex.VAT)";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.product:nth-of-type(5):before {
        content: "Price (Inc. VAT)";
        font-weight: 400;
        left: 50%;
        transform: translate(-50%);
    }

    table.table-summary td.product:before, table.table-summary td.discount:before {
        position: absolute;
        top: 8px;
        white-space: nowrap;
    }

    table.table-summary tfoot tr:not(:last-child) {
        border-bottom: solid 1px #dee2e6;
    }
}

/*Mobile Orders Table*/
@media only screen and (max-width:991px) {
    .table-orders td {
        border: none;
        position: relative;
    }

    .table-orders, .table-orders tbody, .table-orders tfoot, td.product, .table-orders th, .table-orders thead, tr.product, tr.basket-discount, tr.basket-total, tr.basket-delivery, tr.basket-delivery-date, tr.basket-notes {
        text-align: center
    }

        .table-orders thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    table.table-orders td.product {
        padding-top: 0.5rem;
        padding-bottom: .4rem;
        vertical-align: middle;
    }

        table.table-orders td.product:nth-of-type(1) {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        table.table-orders td.product:nth-of-type(1), table.table-orders td.product:nth-of-type(2), table.table-orders td.product:nth-of-type(3), table.table-orders td.product:nth-of-type(4), table.table-orders td.product:nth-of-type(5) {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding-top: 1.9rem !important;
            border-bottom: solid 1px #dee2e6;
        }

            table.table-orders td.product:nth-of-type(1):before {
                content: "Order";
                font-weight: 400;
                left: 50%;
                transform: translate(-50%);
            }

            table.table-orders td.product:nth-of-type(2):before {
                content: "Date";
                font-weight: 400;
                left: 50%;
                transform: translate(-50%);
            }

            table.table-orders td.product:nth-of-type(3):before {
                content: "Delivery";
                font-weight: 400;
                left: 50%;
                transform: translate(-50%);
            }

            table.table-orders td.product:nth-of-type(4):before {
                content: "Status";
                font-weight: 400;
                left: 50%;
                transform: translate(-50%);
            }

            table.table-orders td.product:nth-of-type(5):before {
                content: "Order Total";
                font-weight: 400;
                left: 50%;
                transform: translate(-50%);
            }

        table.table-orders td.product:nth-of-type(6) {
            border-bottom: solid 1px #dee2e6;
        }

        table.table-orders td.product:before {
            position: absolute;
            top: 8px;
            white-space: nowrap;
        }
}

.btn-basket {
    padding: 0.4rem 0.6rem !important;
}

.basket-vat {
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    td.empty {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    tfoot td.total-ex, tfoot td.total-inc {
        width: 25vw;
    }
}

@media only screen and (max-width: 991px) {
    tfoot td.shipping {
        width: 50vw;
    }
}

@media only screen and (max-width: 991px) {
    tfoot td.total {
        width: 50vw;
    }
}

@media only screen and (max-width: 991px) {
    tfoot td.total-ex, tfoot td.total-inc {
        width: 25vw;
    }
}

.cnt-shp {
    display: none;
}

@media only screen and (max-width: 991px) {
    .cnt-shp {
        display: block;
    }
}


@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8WAf5v.woff2) format('woff2')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cfe_.woff2) format('woff2')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc9iB_5v.woff2) format('woff2')
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDV.woff2) format('woff2')
}

.dataTable > thead > tr > th[class*='sort']:before, .dataTable > thead > tr > th[class*='sort']:after {
    content: '' !important;
}

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    padding-right: 5px !important;
}

table#dtDiamondGrid, table#diamondsDataTable, table.table {
    margin-bottom: 0px;
}

#copy-btn {
    align-self: center;
}

.btn-whatsapp {
    color: #fff;
    background-color: #25d366 !important;
}

.modal-social {
    margin-top: 15%;
}

.table-card {
    height: 480px;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 48%;
    z-index: 99;
}

.table-loading-spinner {
    position: absolute;
    top: 54%;
    left: 48%;
    z-index: 99;
}

.ld-loading-spinner {
    position: absolute;
    top: 35%;
    left: 48%;
    z-index: 99;
}

.ld-table-loading-spinner {
    position: absolute;
    top: 35%;
    left: 48%;
    z-index: 99;
}

#dtDiamondGrid.table tr:nth-of-type(1) > td:nth-of-type(-n+8), #diamondsDataTable.table tr:nth-of-type(1) > td:nth-of-type(-n+8) {
    border-top: 0px solid #dee2e6;
}

table.dt-diamond-grid th.sorting_disabled {
    cursor: default;
}

.table-disabled {
    opacity: .65;
    pointer-events: none !important;
    background-color: rgba(158, 158, 158, 0.3);
}

.no-diamond-found {
    height: 350px;
}

.mobile-menu-btn {
    border-radius: 0
}

.mcs-item a {
    height: unset !important;
}

.onsale-tag {
    color: #fff;
    font-size: .875rem;
    left: 0;
    min-width: 8em;
    padding: .1875rem 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotate( -45deg) translate(-30%, -100%);
    transform-origin: 50% 50%;
    width: 12.8125rem;
    z-index: 5;
}

.results-sort {
    justify-content: right;
}

@media only screen and (max-width: 768px) {
    .results-sort {
        justify-content: center;
    }
}

.per-page {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    list-style-type: none;
}

.results-numbers {
    vertical-align: -webkit-baseline-middle;
}

.btn-outline-grey {
    color: #9e9e9e !important;
    background-color: transparent !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 4px;
    font-size: 11px;
    padding: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    font-weight: bold;
}

.cat-filter-shape {
    width: 63px;
    display: inline-block;
}

.cat-filter-metal {
    width: 80px;
    display: inline-block;
}

.cat-filter-style {
    width: 94px;
    display: inline-block;
}

.filter-btn-text {
    font-size: 11px;
    white-space: nowrap !important;
    font-weight: bold;
}

.btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey:not([disabled]):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
    background-color: transparent !important;
    border-color: #4ea3b7 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0, 0, 0, 18%), 0 4px 15px 0 rgb(0, 0, 0, 15%);
    box-shadow: 0 5px 11px 0 rgb(0, 0, 0, 18%), 0 4px 15px 0 rgb(0, 0, 0, 15%);
}

.btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey:active:focus, .btn-outline-grey.active {
    color: #4ea3b7 !important;
    background-color: transparent !important;
    border-color: #4ea3b7 !important;
}

.filter-text {
    vertical-align: -webkit-baseline-middle;
    color: #757575;
}

.main-content {
    border-top: 1px solid #fafafa;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 500px;
    background: #fafafa;
}

.hide-product-list {
    position: relative;
}

    .hide-product-list:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fafafa;
        opacity: 1;
        z-index: 10;
    }

#categorySpinner {
    position: relative;
    top: 200px;
    z-index: 99;
}

#diamondCategorySpinner {
    position: relative;
    top: 200px;
    z-index: 99;
}

#gemstoneCategorySpinner {
    position: relative;
    top: 200px;
    z-index: 99;
}


.product-module {
    width: 100%;
}

.btn-product-details, .btn-product-variant-quick-view, .btn-product-quick-view {
    font-weight: bold !important;
}

.js-metal-swatches label, .shapes-swatches label {
    border-radius: 0.125rem !important;
}

.radio-setting-type-icons, .radio-style-icons, .radio-band-type-icons, .radio-band-style-icons {
    height: 10.85px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
    background-color: #182739 !important;
}


.basket-modal-item-container:last-child, .wishlist-modal-item-container:last-child {
    border-bottom: 1px solid #dee2e6 !important;
}

.basket-modal-item-container, .wishlist-modal-item-container {
    border-top: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable .modal-content {
        max-height: calc(105vh - 2.5rem);
    }
}

.basket-modal-footer, .wishlist-modal-footer {
    padding-top: 0.8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.btn-outline-grey {
    color: #7a7a7a !important;
    background-color: transparent !important;
    border: 1px solid #7a7a7a !important;
    border-radius: 4px;
    font-size: 0.65rem;
    padding: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    font-weight: bold;
}

    .btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey:not([disabled]):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
        background-color: #4ea3b7 !important;
        border-color: #4ea3b7 !important;
        -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    }

    .btn-outline-grey:hover, .btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey:active:focus, .btn-outline-grey.active {
        color: white !important;
        background-color: #4ea3b7 !important;
        border-color: #4ea3b7 !important;
    }

.diamond-type-btn-group .diamond-type-btn-group-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.diamond-type-accordion {
    order: 1;
}

.metal-accordion {
    order: 2;
}

.band-type-accordion {
    order: 3;
}

.band-style-accordion {
    order: 4;
}

.band-weight-accordion {
    order: 5;
}

.band-width-accordion {
    order: 6;
}

.coverage-accordion {
    order: 7;
}

.diamond-shape-accordion {
    order: 8
}

.earring-back-style-accordion {
    order: 9;
}

.setting-type-accordion {
    order: 10;
}

.style-accordion {
    order: 11;
}

.sort-by-select {
    width: 220px;
}


.btn:not([disabled]):not(.disabled).active {
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    /*background-color: #cccccc !important;*/
}

@media all and (min-width: 991px) {
    header .menu-item {
        color: black !important;
        font-size: 14px !important;
    }

    header .nav-item {
        padding-top: 8.5px;
        padding-bottom: 8.5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 2px solid transparent;
    }

    header .navbar .nav-item .dropdown-menu {
        display: none;
        border-bottom: 1px solid rgb(230, 230, 230) !important;
        border-top: 1px solid rgb(230, 230, 230) !important;
    }

    header .navbar-toggle {
        display: block;
    }

    header .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    header .navbar .mega-dropdown .dropdown-menu.mega-menu .sub-menu ul li a:hover {
        background-color: white !important;
        color: #c3a87e !important;
        -webkit-transition: .3s;
        transition: .3s;
    }

    [class*=" icon-"].icon-nav-shape, [class^=icon-].icon-nav {
        height: 1.6rem;
        width: 1.6rem
    }

    [class*=" icon-"].icon-nav, [class^=icon-].icon-nav {
        height: 1.8rem;
        width: 1.8rem
    }

    header #dropdown-menu-diamond-engagement-rings .sub-menu, #dropdown-menu-diamond-earrings .sub-menu, #dropdown-menu-diamond-jewellery .sub-menu {
        width: 295px;
    }

    header #dropdown-menu-wedding-rings .sub-menu, #dropdown-menu-loose-diamonds .sub-menu {
        width: 393px;
    }

    header #dropdown-menu-expert-advice ul {
        list-style: none;
    }

    .nav-active {
        border-bottom: 2px solid #c3a87e !important;
    }
}

#nav-fade-overlay {
    background-color: rgb(51, 51, 51);
    opacity: 0.5;
    width: 100%;
    height: 4000px;
    position: absolute;
    z-index: 100;
    display: none;
    top: 207px;
}

@media only screen and (max-width: 991px) {
    #ssMessageRow {
        justify-content: right;
    }

    button#addToSaveSearch {
        margin-top: 5px !important;
    }
}


#earringGrid1, #earringGrid2 {
    position: relative;
    border: 1px solid #dee2e6;
    border-top: none;
    box-shadow: none;
}

    #earringGrid1::before, #earringGrid1::after, #earringGrid2::before, #earringGrid2::after {
        content: '';
        position: absolute;
        top: 0;
        height: 1px;
        background: #dee2e6;
    }

    #earringGrid1::before, #earringGrid2::before {
        left: 0;
        width: 0%;
    }

@media (min-width: 1200px) {
    #earringGrid1::after {
        right: 0;
        width: 79%;
    }

    #earringGrid2::before {
        left: 0;
        width: 21.1%;
    }

    #earringGrid2::after {
        right: 0;
        width: 54.3%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #earringGrid1::after {
        right: 0;
        width: 74.8%;
    }

    #earringGrid2::before {
        left: 0;
        width: 25.3%;
    }

    #earringGrid2::after {
        right: 0;
        width: 45.3%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #earringGrid1::after {
        right: 0;
        width: 83.5%;
    }

    #earringGrid2::before {
        left: 0;
        width: 16.5%;
    }

    #earringGrid2::after {
        right: 0;
        width: 64.3%;
    }
}

@media (max-width: 767px) {
    #earringGrid1::after {
        right: 0;
        width: 77.7%;
    }

    #earringGrid2::before {
        left: 0;
        width: 22.3%;
    }

    #earringGrid2::after {
        right: 0;
        width: 51.6%;
    }
}

@media (max-width: 575px) {
    #earringGrid1::after {
        right: 0;
        width: 100%;
    }

    #earringGrid2::before {
        left: 0;
        width: 100%;
    }

    #earringGrid2::after {
        right: 0;
        width: 0%;
    }
}

.navbar-nav {
    text-align: center !important;
}

.navbar .navbar-nav .nav-item .dropdown-menu a:hover {
    background-color: transparent !important;
    color: #c3a87e !important;
}

.rgba-black-slight,
.rgba-black-slight:after {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .navbar .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .navbar .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .navbar .container {
        max-width: 1115px;
    }
}

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1250px;
    }
}

[class*=" icon-"].icon-wr-nav, [class^=icon-].icon-medium {
    height: 1.7rem;
    width: 2.5rem
}

.qd-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
    background-color: transparent !important;
}

.qd-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus {
    background-color: unset !important;
}

span.menu-text, span.menu-text a {
    font-size: 0.88rem !important;
}

@media (max-width: 1199px) {
    span.menu-text {
        font-size: 10.5px !important;
    }
}

@media (max-width: 991px) {
    .footer-links {
        margin-bottom: 8px;
    }
}

.basket-modal-spinner, .wishlist-modal-spinner {
    position: absolute;
    top: 120px;
    z-index: 99;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 0px;
}

.login-validation .md-form label {
    top: -6px !important;
}

.register-loading-spinner {
    position: absolute;
    top: 110px;
    z-index: 100;
}

.login-loading-spinner {
    position: absolute;
    top: 110px;
    z-index: 100;
}

.account-dropdown .dropdown-item.active, .account-dropdown .dropdown-item:active {
    color: #c3a87e !important;
    text-decoration: none;
    background-color: unset;
}

.account-dropdown .dropdown-item.active, .account-dropdown .dropdown-item:active, .account-dropdown .dropdown-item:hover, .account-dropdown .dropdown-item:focus {
    color: #c3a87e !important;
    text-decoration: none;
    background-color: #f8f9fa;
}

.uk-image-checkboxes {
    text-align: right;
    flex-grow: 1 !important;
}

@media (max-width: 384px) {
    .uk-image-checkboxes {
        flex-grow: 1 !important;
        text-align: left !important;
        margin-top: 1rem;
    }
}

@media (min-width:576px) {
    .product-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .product-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .product-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .product-container {
        max-width: 1140px
    }
}

.product-container {
    width: 100%;
    max-width: 90rem;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.btn-outline-grey:not([disabled]):not(.disabled):active, .btn-outline-grey:not([disabled]):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
    background-color: #4ea3b7 !important;
    border-color: #4ea3b7 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.diamondtype-btn-filters {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#js-natural-diamond, #js-lab-grown-diamond, #js-gemstones-diamond {
    font-size: 16px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    #js-natural-diamond, #js-lab-grown-diamond {
        font-size: 11px;
    }
}

.diamond-slider-filters, .diamond-btn-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 20px;
    align-items: start;
}

.filter-slider, .filter-btn {
    position: relative;
}

.filter-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.price-filter-name, .carat-filter-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 90%;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .filter-name {
        flex: 0 0 100%;
        margin-bottom: 0;
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .filter-name button {
        display: flex;
        width: 100%;
        flex: 0 0 100%;
        border: 1px solid #979797;
        background-color: #fafafa;
        color: black;
        border-radius: 3px;
        padding: 7px 0;
        z-index: 0 !important;
        text-align: center;
        justify-content: center;
        line-height: 1.5;
        transition: all .3s ease;
        height: 65px;
        font-weight: 400;
        flex-direction: column;
        align-items: center;
    }
}


@media only screen and (max-width: 991px) {
    .filter-name button .selected-filter {
        display: block;
        font-size: 9px;
        color: #5C5C5C;
        letter-spacing: 1.3px;
        margin-top: 2px;
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 400px) {
    .filter-name button .selected-filter {
        font-size: 8px;
    }
}

@media only screen and (max-width: 350px) {
    .filter-name button .selected-filter {
        font-size: 7px;
        letter-spacing: .05em;
    }
}

.filter-option {
    padding: 0 7px 0 4px;
    position: relative;
    z-index: 15;
}

.filter-icons {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.colour-filter-tabs .nav-link.active, .colour-filter-tabs .show > .nav-link {
    color: white !important;
    background-color: #c3a87e !important;
}

#white-tab {
    font-size: 12px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#fancy-tab {
    font-size: 12px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.colour-filter-tabs .nav-item.white-tab {
    border: 1px solid #777777 !important;
}

.colour-filter-tabs .nav-item.fancy-tab {
    border-right: 1px solid #777777 !important;
    border-top: 1px solid #777777 !important;
    border-bottom: 1px solid #777777 !important;
}

.fancy-intensity-select input.select-dropdown, .fancy-colour-select input.select-dropdown {
    height: 1.95rem !important;
    font-size: 0.92rem !important;
    margin: 0 !important;
}

.fancy-intensity-select span.caret, .fancy-colour-select span.caret {
    top: .5rem !important
}

.select-wrapper.disable-toggle-all .select-toggle-all {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-colour-filter-options, .mobile-clarity-filter-options, .mobile-cert-filter-options, .mobile-cut-filter-options,
    .mobile-polish-filter-options, .mobile-symm-filter-options, .mobile-fluor-filter-options {
        display: grid;
        column-gap: 7px;
        row-gap: 7px;
        margin: 0 auto;
        max-width: 330px !important;
    }

    .mobile-colour-filter-options, .mobile-clarity-filter-options, .mobile-cert-filter-options {
        grid-template-columns: repeat(4, 1fr);
    }

    .mobile-cut-filter-options, .mobile-polish-filter-options, .mobile-symm-filter-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-fluor-filter-options {
        grid-template-columns: repeat(3, 1fr);
    }
}

.shape-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
    margin-bottom: 20px;
}

.colour-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.clarity-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.certificate-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.cut-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.polish-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.symmetry-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.fluor-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
    grid-template-rows: repeat(1, 32px);
    column-gap: 5px;
    row-gap: 5px;
    align-items: center;
}

.js-diamond-filter, .js-mobile-diamond-filter {
    border: 1px solid #777777;
    padding: 0.19rem 0;
    font-size: 0.9rem;
}

/*Desktop Diamond Filterss*/
.mobile-diamond-filters-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 110px);
    column-gap: 7px;
    row-gap: 7px;
}

.mobile-filter {
    width: 110px;
    justify-self: center;
}

.starting-price-select, .ending-price-select, .starting-carat-select, .ending-carat-select {
    width: auto;
    text-align: center;
    background: white;
    font-size: 15px;
    height: unset;
}

    .starting-price-select:focus, .ending-price-select:focus, .starting-carat-select:focus, .ending-carat-select:focus {
        border-color: #4ea3b7;
        outline: 0;
        box-shadow: 0 0 0 0.15rem rgba(78,163,183,.25);
    }

#diamondBoxList {
    text-align: center;
}

.diamond-product-row {
    gap: 1.25rem;
    grid-template-columns: repeat(1,minmax(0,1fr));
    display: grid;
}

@media (min-width: 768px) {
    .diamond-product-row {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }

    .your-diamond-row {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

.your-diamond-attributes {
    display: grid;
    grid-auto-rows: 1fr;
}

@media only screen and (min-width: 768px) {
    .diamond-box-item, .your-diamond-box-item {
        display: grid;
        grid-auto-rows: 1fr;
    }

    .your-diamond-row {
        display: grid;
        grid-auto-rows: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .diamond-box-item .diamond-card {
        flex-direction: unset !important;
    }

    div.diamond-product-container:not(:first-child) .diamond-product-row {
        margin-top: 1.5rem !important;
    }

    .diamond-box-item .diamond-card .diamond-image-wrapper {
        width: 50%;
        align-self: center;
    }

    .diamond-box-item .diamond-card .diamond-card-body {
        width: 50%;
        border-left: 1px solid #dee2e6
    }
}

.diamond-card:after {
    background: #ffffff;
    bottom: -9px;
    box-shadow: inset 1px 1px 0 0 #4ea3b7;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%,50%) rotate(45deg);
    z-index: 1;
}

.diamond-card-showing:after {
    opacity: 1;
}

#results-view .row {
    justify-content: space-between;
}

.grid-list-tabs .nav-link {
    color: black;
}

    .grid-list-tabs .nav-link.active, .grid-list-tabs .show > .nav-link {
        color: #c3a87e;
    }

.loosediamond-list-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: auto;
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.absolute {
    position: absolute;
}

.square-box {
    height: 0;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.ldYourImage-wrapper {
    text-align: -webkit-center;
}

.product-box-360 {
    position: absolute !important;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
}

.mobile-filter-modal {
    min-height: 0;
    top: auto;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    margin: 0;
}

.md-form.md-outline input[type=text].valid {
    border-color: #dadce0 !important;
    box-shadow: unset !important;
}

.your-design-row {
    display: flex;
    flex-wrap: wrap;
}

.your-design-col {
    flex: 50%;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .your-design-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 0 0 100%;
        position: relative;
    }
}

.your-design-img-wrapper {
    height: 265px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
}

img.your-design-setting {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: top;
}

img.your-design-diamond {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    overflow: hidden;
}

#yourDesign .basic-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 10px auto;
    font-size: 13px;
    gap: 8px;
}

#yourDesign .setting-specs, #yourDesign .diamond-specs, #yourDesign .diamond2-specs, #yourDesign .setting-ring-size {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    max-width: 350px;
    margin: 0 auto;
    font-size: 13px;
}

    #yourDesign .setting-specs ul, #yourDesign .diamond-specs ul, #yourDesign .setting-ring-size ul {
        line-height: 1.4;
        flex-grow: 1;
        letter-spacing: 0.015em;
    }

    #yourDesign .setting-specs li, #yourDesign .diamond-specs li, #yourDesign .setting-ring-size li {
        position: relative;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
    }

@media only screen and (max-width: 435px) {
    #variantName, #settingVat, #settingPrice, .pick-setting, #diamondPartName, #diamondPriceVat, #diamondPrice, .pick-diamond {
        font-size: 12px;
    }
}

.your-design-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.sticky-nav {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    border-top: 1px solid #d2d2d2;
    transition: all .6s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

    .sticky-nav.display {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .sticky-nav .sticky-nav-btn {
        height: 35px;
        max-width: 170px;
        margin-right: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.125rem;
    }

.sticky-nav-btn {
    max-width: 200px;
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: 1px solid transparent;
    line-height: 1.3;
    padding: 0 3%;
    transition: all .5s ease;
}

.sticky-nav .h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.sticky-nav h5, .sticky-nav h6 {
    font-size: 12px;
    line-height: 1.5;
}

.sticky-nav h3 {
    font-size: 18px;
}

.sticky-nav .plus, .sticky-nav .equals {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    padding: 0 15px;
}

.sticky-nav-exvat {
    display: block;
    text-align: left;
    color: #424242;
}

.sticky-nav-oldprice {
    font-weight: 300;
    font-size: 12px;
    color: white;
}

.product-box-uk-icon {
    position: absolute !important;
    right: 0;
    bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#input-price-min, #input-price-max, #input-carat-min, #input-carat-max, #input-length-min, #input-length-max,
#input-price-min-mobile, #input-price-max-mobile, #input-carat-min-mobile, #input-carat-max-mobile, #input-length-min-mobile, #input-length-max-mobile {
    border-radius: 5px;
    color: black;
    width: 125px;
    height: 32px;
    text-align: center;
    margin-top: 1rem !important;
}

@media only screen and (max-width: 767px) {
    #yourDesignTotal {
        order: 1 !important;
    }
}

.loan-amounts {
    display: table-row;
}

.min-loan-amount, .max-loan-amount, .loan-figures {
    display: table-cell;
}

.loan-dropdowns {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.term-select-col {
    flex: 50%;
    display: flex;
    flex-direction: column;
}

.loan-select-col {
    flex: 50%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 576px) {
    .min-loan-amount, .max-loan-amount, .loan-figures {
        display: block;
    }

    .loan-amounts {
        display: table-cell;
    }

    .loan-dropdowns {
        flex-direction: column;
    }
}

/*Fixes live chat from blocking elements on mobile*/
#basketModal, #basketModal .modal-dialog {
    z-index: 2147483647;
}

#wishlistModal, #wishlistModal .modal-dialog {
    z-index: 2147483647;
}

.cover-image-wrap {
    overflow: hidden;
    position: relative;
    height: 500px;
    width: 100%;
}

@media (max-width: 991px) {
    .cover-image-wrap {
        float: none !important;
        height: auto;
        position: relative;
        width: 100%;
    }
}

.cover-image {
    border-radius: 0px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
}

    .cover-image:before {
        padding-bottom: 74.925%;
    }

    .cover-image:before {
        content: '';
        display: block;
        width: 100%;
    }

.cover {
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    width: 100%;
}

.cover-img {
    font-family: 'object-fit: cover;';
    height: calc(100% + 2px);
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
}

.details-wrap {
    left: 0;
    padding-bottom: 0%;
    padding-top: 0%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    height: 100%;
}

@media (max-width: 991px) {
    .details-wrap {
        float: none !important;
        height: auto;
        position: relative;
        width: 100%;
    }
}

.details {
    background-image: initial;
    align-items: center;
    height: 100%;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    transition: background 0.2s ease;
}

.details-inner {
    padding-bottom: 6%;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 6%;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .details-inner {
        position: static;
        transform: none;
    }
}

.details-title {
    float: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: auto;
    padding-bottom: 3px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0px;
    text-transform: none;
    width: 100%;
    clear: both;
    white-space: pre-wrap;
}

.details-description {
    float: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin: auto;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 0%;
    padding-top: 12px;
    text-transform: none;
    width: 100%;
    white-space: pre-line;
    word-wrap: break-word;
    clear: both;
}

.carousel-image-container {
    position: relative;
    display: inline-block;
}

.carousel-image-caption-left {
    position: absolute;
    top: 30%;
    max-width: 40%;
    margin: auto;
    left: -45%;
    right: 0;
    text-align: left;
}

.carousel-image-caption-right {
    position: absolute;
    top: 30%;
    max-width: 40%;
    margin: auto;
    right: -45%;
    left: 0;
    text-align: right;
}

.carousel-image-caption-center {
    position: absolute;
    top: 30%;
    max-width: 40%;
    margin: auto;
    right: 0%;
    left: 0%;
    text-align: center;
}

@media (max-width: 992px) {
    .carousel-image-caption-left, carousel-image-caption-right, carousel-image-caption-center {
        top: 15%;
    }
}

.container-plus {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container-plus {
        max-width: 560px
    }
}

@media (min-width:768px) {
    .container-plus {
        max-width: 900px
    }
}

@media (min-width:992px) {
    .container-plus {
        max-width: 1100px
    }
}

.owl-carousel {
    opacity: 0;
    height: 350px;
}

.owl-qd-nav.disabled {
    display: none;
}

@media (min-width:1200px) {
    .container-plus {
        max-width: 1400px
    }
}

.owl-carousel .owl-qd-nav .owl-prev {
    left: -30px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: white;
    line-height: 0;
}

.owl-carousel .owl-qd-nav .owl-next {
    right: -30px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: white;
    line-height: 0;
}

.owl-carousel.owl-items-5 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-5 .owl-qd-nav .owl-next {
    top: 32%;
}

@media (max-width:1330px) {
    .owl-carousel.owl-items-5 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-5 .owl-qd-nav .owl-next {
        top: 30%;
    }
}

@media (max-width:1199px) {
    .owl-carousel.owl-items-5 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-5 .owl-qd-nav .owl-next {
        top: 25%;
    }
}

@media (max-width:767px) {
    .owl-carousel.owl-items-5 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-5 .owl-qd-nav .owl-next {
        top: 40%;
    }
}

.owl-carousel.owl-items-4 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-4 .owl-qd-nav .owl-next {
    top: 35%;
}

@media (max-width:767px) {
    .owl-carousel.owl-items-4 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-4 .owl-qd-nav .owl-next {
        top: 40%;
    }
}

.owl-carousel.owl-items-3 .owl-qd-nav .owl-prev, .owl-carousel.owl-items-3 .owl-qd-nav .owl-next {
    top: 40%;
}

.owl-carousel .owl-qd-nav .owl-prev, .owl-carousel .owl-qd-nav .owl-next {
    transform: translateY(-50%);
    position: absolute;
}

    .owl-carousel .owl-qd-nav .owl-next span {
        display: inline-block;
        border-right: 3px solid #666666;
        border-bottom: 3px solid #666666;
        width: 12px;
        height: 12px;
        transform: rotate(-45deg);
        text-indent: -9999px;
        margin-right: 4px;
    }

    .owl-carousel .owl-qd-nav .owl-prev span {
        display: inline-block;
        border-left: 3px solid #666666;
        border-bottom: 3px solid #666666;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        text-indent: -9999px;
        margin-left: 4px;
    }

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

.diamond-shape-link .diamond-shape-svg, .diamond-shape-link .diamond-shape-title {
    color: white !important;
}

.diamond-shape-link:hover .diamond-shape-svg,
.diamond-shape-link:hover .diamond-shape-title {
    color: #c3a87e !important;
    fill: #c3a87e !important;
}

.loose-diamond-banner .list-inline-item:not(:last-child) {
    margin-right: 0rem !important;
}

.hero-banner-container {
    width: 100%
}

.hero-banner-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .hero-banner-wrapper, .carousel-item {
        justify-content: end !important;
    }
}

.hero-banner-picture, .carousel-image-container {
    width: 100%
}

.hero-banner-content, .carousel-content {
    display: flex;
    padding: 50px 50px 50px 50px;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .hero-banner-content, .carousel-content {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 991px) {
    .hero-banner-content, .carousel-content {
        padding: 25px 25px 25px 25px;
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}

.banner-wrapper {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .video-banner-wrapper {
        display: block;
    }
}

.video-banner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.video-banner-wrapper {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .video-banner-frame {
        overflow: hidden;
        position: relative;
    }
}

/* For 600px Video Banner Height */
@media only screen and (min-width: 1065px) {
    .video-banner-inner {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*@media only screen and (min-width: 768px) {
    .video-banner-inner {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}*/

.video-banner-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .video-banner-inner > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width: 768px) {
    .video-banner-caption-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.video-banner-mask {
    background-color: rgba(0,0,0,.3);
}

.video-banner-caption {
    background: #fafafa;
    padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
    .video-banner-caption {
        display: flex;
        position: relative;
        background: transparent;
        margin: auto;
        padding: 0 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 768px) {
    .video-banner-caption-inner, .hero-banner-caption-inner, .carousel-content-inner {
        max-width: 700px;
    }
}

.banner-content {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .banner-content {
        justify-content: center !important;
    }
}

.banner-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    height: 100%;
    width: 40%;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .banner-content-inner {
        width: unset;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 845px) {
    .doubleCardChooseBtns.chooseFirstFromCard, .doubleCardChooseBtns.chooseSecondFromCard {
        font-size: 0.66rem;
    }
}

.results-loading {
    filter: blur(4px);
}

.results-swipe::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%);
    animation: swipe 0.7s infinite;
    pointer-events: none;
}

@keyframes swipe {
    0% {
        left: -90%;
    }

    100% {
        left: 40%;
    }
}

.fzEhPd {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    transition: transform 0.2s;
}

.ezaaeQ {
    position: absolute;
    inset: 0px;
}

.filter-disabled {
    opacity: .45;
    pointer-events: none !important;
}

canvas {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.loadingMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

.md-toast-duplicate-diamond {
    top: 12px;
    right: 12px;
    width: 40%;
}

@media screen and (max-width: 991px) {
    .md-toast-duplicate-diamond {
        top: 12px;
        right: 12px;
        width: 96%;
    }
}

#toast-container.md-toast-duplicate-diamond > div, #toast-container.md-toast-duplicate-diamond > div {
    width: 96%;
    margin: auto;
}

#toast-container > div {
    overflow: unset !important;
}

@media (min-width: 576px) {
    .back-btn-container {
        width: auto !important;
    }
}

.multi-select-container {
    position: relative;
    width: 100%;
}

.multi-select-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.multi-select-badge {
    display: flex;
    align-items: center;
    background: #e0e0e0;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 2px;
    font-size: 14px;
}

    .multi-select-badge span {
        margin-left: 8px;
        cursor: pointer;
    }

.clear-all {
    cursor: pointer;
    margin-left: auto;
    padding: 0 10px;
    font-size: 16px;
}

#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    cursor: grab;
    z-index: 10;
}

.gemstone-menu-grid {
    min-width: 0px;
    box-sizing: border-box;
    row-gap: 15px;
    column-gap: 125px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1375px) {
    .gemstone-menu-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1130px) {
    .gemstone-menu-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gem-link {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

    .gem-link:hover {
        opacity: .9;
    }