body,
html {
    touch-action: auto;
}
.header.sticky-header {
    min-height: 33px;
}
.productimgBlock {
    position: sticky;
    left: 0;
    top: 90px;
    width: 100%;
}
.review-popup{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #111111;
    text-align: center;
    float: right;
}
.sku-text{
    font-size: 12px;
    line-height: 17px;
    align-items: center;
    letter-spacing: 0;
    color: #111111;
    text-align: left;
}
.imageSlider .owl-item {
    transform: rotate(-90deg);
}
.products-thumb-block {
    width: 110px;
    text-align: left;
}
img.ul-img-thumb.lazyOwl:after {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
button.m360-icon.m360-icon-fullscreen-open {
    display: none;
}
.zoom-svg{
    width: 24px;
    height: 24px;
}
.zoom-icon{
    position: absolute;
    top: 0%;
    right: -5%;
    width: 34px;
    height: 34px;
    z-index: 1;
}
.how-it-fits-icon{
    position: absolute;
    bottom: 0%;
    right: -5%;
    width: 34px;
    height: 34px;
    z-index: 1;
}
.table-height{
    overflow: auto;
    height: 400px;
}
#btnMoreLessOptions{
    width: 60%;
}
/* #image_display:after {
    content: "";
    background: url("/catalog/view/theme/default/img/product_icons/arrows-maximize-light.svg");
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-size: 14px 14px;
} */
#product360view, .image_display, #real_video_display {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 0;
    text-align: center;
}
.pdcanvas {
    transition: all 0.5s;
    opacity: 0;
}
.pdcanvas.showview {
    opacity: 1;
}
#spin-1 span a {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
}
.product-image-block {
    position: relative;
    padding: 50% 50%;
}
.fit-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-image-block .zoomicon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 24px;
    background: #000;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}
.product-image-block .zoomicon a {
    color: #fff;
}
.product-image-blockfilters {
    text-align: center;
    margin: 0.5rem 0;
}
.product-image-blockfilters .filter-list {
    text-align: center;
    display: inline-block;
}
.products-thumb-slider .block {
    border: 2px solid #dee2e6;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 15px;
    float: left;
    height: 30px;
    margin: 0 5px;
    position: relative;
}
.product-image-blockfilters .filter-list .block:first-child {
    padding: 2px 5px;
}
.product-image-blockfilters .filter-list .block .metal-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 1px 2px;
    border-radius: 50%;
}
.product-image-blockfilters .filter-list .block .whitegold {
    background: #dedede;
}
.product-image-blockfilters .filter-list .block .yellowgold {
    background: #eec487;
}
.product-image-blockfilters .filter-list .block .rosegold {
    background: #e2b7b0;
}
.product-image-blockfilters .filter-list .block a {
    color: #000;
    font-size: 14px;
}
.product-image-blockfilters .filter-list .block .iconify {
    font-size: 16px;
    line-height: 16px;
}
.product-image-blockfilters .filter-list .block .sizechart {
    background-image: url(../img/sizechart-icon.png);
    background-position: 0 0;
    background-size: auto !important;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 1px 10px;
    margin-left: 5px;
}
.metal-drawer {
    width: 70px;
    height: 0;
    border-radius: 10px 10px 0 0;
    left: 7px;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    margin-top: 0;
    display: none;
    text-align: center;
    top: -5px;
    background: #fff;
}
.metal-drawer li {
    list-style: none;
    padding: 2px 0 2px 5px;
    font-size: 13px;
    text-transform: none;
    cursor: pointer;
    text-align: left;
    text-indent: 3px;
}
.metal-drawer li span {
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    margin: 5px 0 0 0;
}
.metal-drawer.expandcollapse {
    margin-top: -68px;
    display: block;
    height: 75px;
    border: 2px solid #ccc;
    border-bottom: 4px solid #ffff;
}
.metal-drawer ul {
    margin-bottom: 5px;
}
#real_video_display,
.real_video_display {
    display: none;
}
#real_video_display #real_product_video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#real_video_display .mfp-close,
.real_video_display #real_video_display-close {
    position: absolute;
    color: #000;
    right: 5px;
    top: 0;
    font-size: 34px;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}
#real_video_display .mfp-close {
    position: absolute;
    display: none;
    border: 0;
    background-color: #000;
    color: #fff;
    top: 5px;
    right: 26px;
    font-size: 28px;
    line-height: 28px;
    z-index: 99;
}
#div_ring_size select,
.ringsize-blocks select {
    height: 30px;
    padding: 0.2rem 0.75rem;
}
div#slider {
    background: #e9e9e9;
    border: none;
    height: 7px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 16px;
    float: left;
}
.product-info-wrapper {
    padding: 1rem;
}
.product-info-wrapper .styleid {
    font-size: 16px;
    letter-spacing: 1px;
}
.product-info-wrapper .review-box {
    display: flex;
    justify-content: end;
    cursor: pointer;
}
.product-info-wrapper .review-box h6 a {
    color: #000;
    line-height: 26px;
}
.product-info-wrapper .review-box .ratings {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #f59f1d;
}
.product-info-wrapper .prodname h1 {
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
}
.product-info-wrapper .offerbox {
    background-color: #f60;
    border: 1px solid #c21807;
}
.product-description h2 {
    font-size: 22px;
    float: left;
    letter-spacing: 0px;
    color: #111111;
}
.product-description h4 {
    font-size: 14px;
    line-height: 24px;
    color: #111111;
    text-transform: capitalize;

}
.finance_dropdown {
    width: 310px !important;
    color: #111111;
    background-color: #F8F4EF;
    position: absolute;
    z-index: 9;
    border: 1px solid #EF9000;
    box-shadow: -1px 4px 5px 0 #e5e5e5;
}
.finance_dropdown_sticky {
    position: absolute;
    background: #fff;
    z-index: 9;
    bottom: 25px !important;
    box-shadow: -1px 4px 5px 0 #e5e5e5;
}
.product-option-block.metal-blocks p {
    margin-bottom: 0.5rem;
    font-size: 12px;
}
.product-option-block .metal-label {
    cursor: pointer;
    margin: 0;
}
.product-option-block .metal-label input {
    display: none;
}
.product-option-block .row {
    /* overflow: auto;
    flex-wrap: nowrap; */
}
.round-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: lowercase;
    color: #000;
}
.product-option-block .metal-label input:checked + span.round-circle {
    line-height: 27px;
    border: 4px solid rgb(239, 144, 0, 0.5);
}
.customizeoption-label input {
    display: none;
}
.metal-detail-block li.col-auto {
    padding: 5px;
}
.customizeoption-label a,
.customizeoption-label span {
    padding: 5px 15px;
    color: #333;
    border: 1px solid #333;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
}
.customizeoption-label a.active,
.customizeoption-label a:hover,
.customizeoption-label input:checked + span {
    background-color: #F8F4EF;
    border: 1px solid #EF9000;
}
.customizeoption-label a.option_squared {
    border: 1px solid #e5e5e5;
    color: #ccc !important;
    background: #fff;
    cursor: not-allowed;
}
.support-icons {
    padding: 20px 0;
    margin-bottom: 0;
}
.support-icons li {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.support-icons li a {
    display: inline-block;
    font-size: 24px;
}
.support-icons li a svg {
    width: 40px;
    height: 40px;
    color: #BF8F5F;
    margin-bottom: 5px;
}
.productpage-sprite {
    background-image: url(../img/productpage_sprites.png);
    background-position: 0 0;
    background-size: auto !important;
    display: inline-block;
}
.support-icons li p {
    color: #111111 !important;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto;
    width: 130px;
}
.support-icons li:hover p {
    color: #BF8F5F !important;
}
.bg-delivery_truck {
    width: 32px;
    height: 32px;
    background-position: -166px -170px;
}
.bg-return {
    width: 32px;
    height: 32px;
    background-position: -194px -114px;
}
.bg-certificate {
    width: 32px;
    height: 32px;
    background-position: -114px -170px;
}
.bg-resize {
    width: 32px;
    height: 32px;
    background-position: -194px -10px;
}
.bg-gift {
    width: 32px;
    height: 32px;
    background-position: -246px -62px;
}
.bg-ribbon {
    width: 32px;
    height: 32px;
    background-position: -194px -62px;
}
.customer-support .block, .jewelleryinfoblock:first-child {
    border-radius: 50px 0px 0px 0px;
}
.customer-support .block, .jewelleryinfoblock:last-child {
    border-radius: 0px 0px 50px 0px;
}
.jewelleryinfoblock {
    border: 1px solid #BF8F5F;
}
/* .customer-support .block:last-child,
.jewelleryinfoblock:last-child {
    border-right: 0;
} */
.jewelleryinfoblock h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0.5rem 0;
    text-transform: capitalize;
}
.bg-ethical {
    width: 38px;
    height: 38px;
    background-position: -136px -102px;
}
.bg-price_tag {
    width: 38px;
    height: 38px;
    background-position: -78px -102px;
}
.customer-support .block a {
    color: #000;
}
.customer-support .block .iconify {
    font-size: 30px;
    margin-bottom: 0.8rem;
}
.ctabox .social-icons a {
    font-size: 30px;
    margin: 0 0.5rem;
}
.related-products h3.title {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.related-singleprod {
    padding: 5px;
    margin: 15px;
    text-align: center;
    position: relative;
}
.related-singleprod:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    left: 0;
    top: 0;
}
.related-singleprod:hover:before {
    border: 1px solid #ddd;
}
.related-singleprod .prod-img-box {
    overflow: hidden;
    margin-bottom: 1.5em;
}
.related-singleprod .prod-price {
    color: #000;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 15px 0 10px;
}
.related-singleprod .prod-price span {
    padding: 0 2px;
}
.review {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}
.review:last-child {
    border-bottom: 0;
}
.review .review-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}
.review .review-title .ratings {
    font-size: 20px;
    color: #e6af2a;
    margin-right: 0.5rem;
}
.review .review-title h3 {
    font-size: 14px;
    margin: 0;
    text-transform: unset;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    padding: 5px 0;
}
.review .review-text {
    margin-bottom: 1rem;
}
.review .review-metatext > span {
    margin-right: 0.5rem;
}
.review .review-metatext > span.name {
    font-weight: 600;
    letter-spacing: 1px;
}
.review .review-metatext > span.verified {
    font-size: 12px;
    color: #888;
}
.review .review-metatext > span.verified .iconify {
    font-size: 16px;
    margin-top: -3px;
}
#custom-handle_hand, #custom-handle_new {
    position: absolute;
    top: -7px;
    background: #222;
    right: 0px;
    font-size: 17px;
    padding: 4px 3px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
#custom-handle{
    position: absolute;
    top: -30px;
    background: #222;
    right: -7px;
    font-size: 12px;
    padding: 4px 3px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
#shutterBlock .ui-widget-header {
    background: #EF9000 !important;
}
#shutterBlock .ui-slider-horizontal{
    height: 4px!important;
}
#shutterBlock .ui-slider .ui-slider-handle {
    width: 24px !important;
    height: 24px !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
}
#shutterBlock .ui-slider-horizontal .ui-slider-handle {
    outline: none !important;
    top: -11px !important;
    background-color: #ffffff !important;
    border: 2px solid #111111 !important;
}
#shutterBlock .ui-widget-content{
    background: #878787 !important;
}
#shutterBlock .ui-state-focus,
#shutterBlock .ui-widget-content .ui-state-focus {
    outline: 0;
}
#custom-handle > span,#custom-handle_new > span {
    position: absolute;
    top: -27px;
    background: #222;
    right: -7px;
    font-size: 12px;
    padding: 1px 2px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
#custom-handle > span:after,#custom-handle_new > span:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #000;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-by-diamondcode{
    height: 30px !important;
    font-size: 14px !important;
}
#search-diamonds-block {
    display: inline-block;
    width: 100%;
    display: none;
}
.icon-search-diamond {
    position: absolute;
    top: 0;
    right: 10px;
    padding:7px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    color: #000;
}
.filter-image-video label {
    cursor: pointer;
}
.filter-image-video .active {
    color: #000;
}
.filter-image-video label:last-child .fa {
    border: none;
    padding-right: 0;
    font-size: 24px;
}
.diamond-search-options .table {
    margin-bottom: 20px !important;
}
.diamond-search-options h5 {
    text-transform: none !important;
    color: #333;
    padding: 0 0 10px;
    letter-spacing: normal;
    font-size: 12px;
}
.diamond-search-options table td {
    padding: 0 !important;
    border: none !important;
}
.diamond-search-options table td:hover {
    background: 0 0 !important;
}
.diamond-search-options table td {
    padding: 5px !important;
    border-left: none !important;
}

.diamond-data-row {
    border-bottom: 1px solid #ccc;
}
.diamond-data-row {
    cursor: pointer;
}
.diamond-data-row.result_hover, .diamond-data-row.row-selected, .diamond-data-row:hover { 
    background-color: #F8F4EF !important;
    border-bottom: 1px solid #EF9000;
}
tr.diamond-data-row.even:nth-of-type(odd), tr.diamond-data-row.odd:nth-of-type(odd){
    border-bottom: none !important;
}
/* tr.diamond-data-row.even.row-selected:first-child, tr.diamond-data-row.odd.row-selected:first-child {
    border-bottom: none !important;
} */
.diamond-search-options .table thead td {
    font-weight: 700;
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid #ccc !important;
    border-right: none !important;
    padding: 0 !important;
}
.diamond-search-options .table thead td,
.diamond-search-options .table thead td:hover {
    background: white !important;
}
.diamond-search-options .table thead td a {
    display: inline-block;
    padding: 7px 0 !important;
    border-left: 1px solid #ccc;
    width: 100%;
    color: #aba6a6;
}
.diamond-search-options .table thead td:first-child a {
    border-left: none !important;
}
.diamond-search-options .table tbody {
    overflow: auto;
    min-height: 150px;
}
.head-diamondinfo {
    font-size: 11px;
    text-transform: uppercase;
}
.diamond-details li {
    padding: 5px 0;
}
.diamond-details li span {
    display: table-cell;
    font-size: 11px;
}
.diamond-details li span:first-child {
    min-width: 90px;
    color: #000;
}
.diamond-data-scrollable {
    overflow: auto;
    height: 300px;
    display: block;
}
.diamond-search-options .pagination {
    text-align: right;
    width: 100%;
    display: block;
    margin: 0 !important;
}
.diamond-search-options .pagination a {
    padding: 0 5px !important;
    font-size: 14px;
    border: 0;
    background: 0 0;
    color: #000;
}
.diamond-search-options .pagination a.active {
    text-decoration: underline;
}
.diamond-search-options .icon-bg {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.final_original_price .price_label {
    margin-bottom: 0;
}
.final_original_price .sep {
    display: none;
}
.topstickbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    min-height: 83px;
    padding: 10px 0;
    color: #000;
    border-top: 1px solid rgb(0 0 0 / 5%);
}
.sticky_productselectioninfo .productselect-item {
    font-size: 13px;
    line-height: 20px;
}
.sticky_productselectioninfo .productselect-item strong {
    color: #000;
}
.sticky_productselectioninfo .productselect-item strong:after {
    content: ":";
}
div#fasterDeliveryPopup {
    position: relative;
    left: 0;
    right: 0;
    margin: 15px 0 0;
    padding: 0 !important;
    width: 98%;
}
#diamond-search-slider,
#faster-delivery-slider {
    overflow: auto;
}
#diamond-search-block,
#faster-delivery-option {
    position: fixed;
    top: 0;
    right: -45%;
    z-index: 1032;
    width: 100%;
    transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
}
#faster-delivery-slider .heading-block {
    padding: 15px 0 10px 15px;
    font-size: 18px;
    color: #000;
}
#diamond-search-block {
    position: absolute;
    background-color: #fff;
}
#diamond-search-block {
    width: 0;
}
#diamond-search-block .btncloseOptions {
    position: absolute;
    left: 5px;
    top: 5px;
}
.divFasterDelivery .btncloseOptions {
    position: absolute;
    top: 5px;
    right: 20px !important;
}
#diamond-search-block .heading-block,
#faster-delivery-option .heading-block {
    text-transform: uppercase;
    font-size: 21px;
    color: #000;
    font-weight: 700;
    padding: 15px 0 0;
    text-align: center;
}
#faster-delivery-option .heading-block {
    width: 80%;
    margin: auto;
}
#diamond-search-block .heading-block {
    margin-bottom: 10px;
    padding-top: 10px;
}
#fast-delivery-products .option-product {
    text-align: center;
    padding-bottom: 10px;
}
#fast-delivery-products .option-product a {
    display: inline-block;
    line-height: 14px;
    padding: 0 0 20px;
}
.changing-image-block {
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.changing-image-block li {
    float: left;
    padding-right: 10px;
}
.clarity-grading-block h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 70px;
    color: #000;
}
.clarity-grading-block h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    color: #666;
}
.clarity-grading-block h5 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: normal;
    padding: 7px 7px;
    color: #000;
}
.clarity-grading-block p {
    padding: 0 15px;
}
.sprite-clarity {
    background-image: url("/catalog/view/theme/default/img/shape/sprite-clarity.png");
    display: inline-block;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.grading-scale {
    font-size: 15px;
    display: flex;
    margin: 0 auto;
    text-align: center !important;
}
#information-information .grading-scale {
    width: 85%;
}
.grading-scale li {
    border-radius: 12px;
    background-color: #FFFFFF;
    color: #111111 !important;
    border: 1px solid #B7B7B7;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 5px;
    padding: 0;
}
.grading-scale li a {
    display: block;
    border: 0;
    padding: 7px 7px 7px 7px;
    color: #000;
}
.grading-scale .active, .grading-scale li:hover {
    background-color: #F8F4EF;
    border: 1px solid #EF9000;
}

.clarity-IF {
    background-position: -1px -320px;
    width: 150px;
}
.clarity-IF_actual {
    background-position: -160px -320px;
    width: 150px;
}
.clarity-VVS1 {
    background-position: -1px -320px;
    width: 150px;
}
.clarity-VVS1_actual {
    background-position: -160px -320px;
    width: 150px;
}
.clarity-VVS2 {
    background-position: -160px -480px;
    width: 150px;
}
.clarity-VVS2_actual {
    background-position: -320px -320px;
    width: 150px;
}
.clarity-VS1 {
    background-position: -480px -320px;
    width: 150px;
}
.clarity-VS1_actual {
    background-position: -320px -1px;
    width: 150px;
}
.clarity-VS2 {
    background-position: -480px -1px;
    width: 150px;
}
.clarity-VS2_actual {
    background-position: -320px -160px;
    width: 150px;
}
.clarity-SI1 {
    background-position: -480px -160px;
    width: 150px;
}
.clarity-SI1_actual {
    background-position: -160px -1px;
    width: 150px;
}
.clarity-SI2 {
    background-position: -1px -160px;
    width: 150px;
}
.clarity-SI2_actual {
    background-position: -160px -10px;
    width: 150px;
}
.clarity-I1 {
    background-position: -1px -480px;
    width: 150px;
}
.clarity-I1_actual {
    background-position: -1px -1px;
    width: 150px;
}
#HomeTrialPopup-modal,
#fasterDeliveryPopup-modal {
    padding-right: 0 !important;
}
.metal-selected {
    font-size: 10px;
    color: #000;
    display: none;
    font-weight: 700;
}
#image_div .arraows {
    display: flex;
}

#google-review .owl-stage-outer,
#trustpilot-review .owl-stage-outer {
    width: 90%;
    margin: 0 auto;
}
#google-review .review_date,
#trustpilot-review .review_date {
    color: rgba(25, 25, 25, 0.6);
    font-size: 12px;
    line-height: 14px;
    max-width: calc(100% - 135px);
    position: absolute;
    right: 15px;
    text-align: right;
    top: 5px;
}
.tp-star__canvas,
.tp-star__canvas--half {
    fill: #00b67a;
}
.yellow_white_gold_9k {
    background-image: url("/catalog/view/theme/default/img/vector_icon/9KPL.png");
    background-size: contain;
}
.yellow_white_gold_18k {
    background-image: url("/catalog/view/theme/default/img/vector_icon/18KYPL.png");
    background-size: contain;
}
.rose_white_gold_9k {
    background-image: url("/catalog/view/theme/default/img/vector_icon/9KRPL.png");
    background-size: contain;
}
.rose_white_gold_18k {
    background-image: url("/catalog/view/theme/default/img/vector_icon/18KRPL.png");
    background-size: contain;
}
.rose_white_yellow_9k {
    background-image: url("/catalog/view/theme/default/img/vector_icon/9KRWPL.png");
    background-size: contain;
}
.rose_white_yellow_18k {
    background-image: url("/catalog/view/theme/default/img/vector_icon/18KRWPL.png");
    background-size: contain;
}
.product-welcome-strip {
    padding-left: 5px !important;
    font-size: 11px;
}
/* .productpage_Interval {
    float: right;
    margin-top: -9px;
}
.productpage_Interval .bftimer {
    font-size: 12px;
    background: #fff;
    border: 1px solid #f60;
    float: left;
    margin-left: 2px;
    color: #f60;
    line-height: 13px;
    text-align: center;
    text-transform: none;
    padding: 2px 5px;
    font-weight: 700;
    letter-spacing: 0;
}
.productpage_Interval .bftimer .bfdays {
    font-size: 10px;
    font-weight: 400;
} */
.sticky_final_prod_price {
    padding: 0 5px !important;
}
.sticky_final_prod_price label {
    margin: 0 !important;
}
.bf_Product_Delivery,
.delivery_message,
.order_delivery_date {
    /* color: #fff; */
    color: #111;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}
.delivery_date_top {
    color: #007600;
    font-weight: 700;
}
div#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    display: none;
}
#m360CrA200991677260 {
    display: none !important;
}
.Magic360-container .Magic360 {
    touch-action: auto;
}
.products-thumb-slider.prod imgInner:before {
    content: "";
    background: #f8f8f8;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -3;
}
.products-thumb-slider ul.left-thumb-images {
    position: relative;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
#bottom-thumbails img,
ul.left-thumb-images img {
    border-radius: 12px;
}
.products-thumb-slider ul.left-thumb-images li:not(:first-child) {
    border-radius: 12px;
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: -2;
    padding: 1px;
    border: 1px solid #CFCFCF;
    right: 0px;
    margin: 0 auto;
}
.products-thumb-slider ul.left-thumb-images li:not(:first-child).active {
    z-index: -1;
}
.products-thumb-slider .arraows {
    display: flex;
}
.products-thumb-slider .left-thumb-images li.active img {
    opacity: 0.6;
}
.products-thumb-slider .left-thumb-images li.active {
    border: 1px solid #EF9000;
}
.products-thumb-slider .left-thumb-images li {
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #CFCFCF;
    width: 100px;
    height: 100px;
    background: #CFCFCF;
    position: relative;
    cursor: pointer;
}
.products-thumb-slider span.stack-prev.enable {
    margin-top: 23px;
}
.bottom-thumb {
    position: relative;
    max-width: 100%;
    display: block;
    clear: both;
}
.products-thumb-slider .stack-item-prev,
.products-thumb-slider span.stack-prev {
    margin-bottom: 7px;
    border-bottom: 0;
    border-right: 0;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar,
.products-thumb-slider .main-div-images::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar-track,
.products-thumb-slider .main-div-images::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar-thumb,
.products-thumb-slider .main-div-images::-webkit-scrollbar-thumb {
    background: #888;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar-thumb:hover,
.products-thumb-slider .main-div-images::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.products-thumb-slider .video_thumb.selected {
    border: 0 !important;
}
.products-thumb-slider .arraows .disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
#bottom-thumbails {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    float: unset;
    text-align: center;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
}
#bottom-thumbails > li {
    border-radius: 12px;
    display: inline-block;
    border: 1px solid transparent;
    margin: 2px;
    width: 60px;
    cursor: pointer;
    position: relative;
    background: #c6c6c6;
    transition: height 1s;
    height: 60px;
}
#bottom-thumbails > li.active,
#bottom-thumbails > li:hover {
    border: 2px solid #EF9000;
}
#bottom-thumbails > li:before {
    border: 1px solid transparent;
    margin: 2px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}
.products-thumb-slider #bottom-thumbails > li span.hidden {
    display: block !important;
    font-size: 10px;
    font-family: Simplo-Light;
    text-align: center;
    padding-top: 8px;
    white-space: break-spaces;
    line-height: 12px;
}
.products-thumb-slider li#vipr0:before {
    content: "";
    background-image: url(../image/prod_collection/play-icon.png);
    background-color: #0707074f;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.first_360_image:first-child::after {
    content: "";
    background: url("/catalog/view/theme/default/img/360.png");
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.first_360_video:first-child::after {
    content: "";
    background: url("/catalog/view/theme/default/img/video.png");
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.two-image::after {
    content: "";
    background: url("/catalog/view/theme/default/img/image.png");
    top: 0;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.third-video::after {
    content: "";
    background: url("/catalog/view/theme/default/img/video.png");
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.bottom-thumb .block {
    display: flex;
    align-items: center;
    border: 2px solid #dee2e6;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 15px;
    float: left;
    height: 30px;
    margin: 0 5px;
    position: relative;
}
.block .sizechart {
    background-image: url("/catalog/view/theme/default/img/sizechart-icon.png");
    background-position: 0 0;
    background-size: auto !important;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 1px 10px;
    margin-left: 5px;
}
.how-it-fits-popup {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 999;
    padding: 5px;
    border: 1px solid #000;
}
.loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 550px;
    background-color: rgba(205, 205, 205, 0.4);
    background-image: url("/catalog/view/theme/default/img/animat-diamond.gif");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
}
.image_tooltip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 280px;
    position: absolute;
    top: 0;
    z-index: 2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    border: 1px solid #c4c3c3;
    border-radius: 2px;
    background-color: #fff;
    padding: 8px;
    font-family: Nunito Sans;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: center;
}
.image_tooltip .v_shape {
    position: relative;
    height: 0;
}
.image_tooltip .v_shape:after,
.image_tooltip .v_shape:before {
    position: absolute;
    content: "";
    left: 50%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: -8px;
}
.image_tooltip .v_shape:before {
    border-top: 8px solid #c4c3c3;
    bottom: -16px;
}
.image_tooltip .v_shape:after {
    border-top: 8px solid #fff;
    bottom: -15px;
}
.image_tooltip .v_shape:after,
.image_tooltip .v_shape:before {
    position: absolute;
    content: "";
    left: 50%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: -8px;
}
.product-option-form {
    padding: 0 15px;
}


/* NEW PRODUCT PAGE CSS START */

.price_slash::before{
    font-weight: 100;
    float: left;
    padding: 0 3px;
    color: #111111;
    font-size: 36px;
    line-height: 40px;
    content: "/";
}

.org_price{
    font-size: 14px;
    color: #111111;
    text-align: left;
    font-weight: 600;
    text-decoration: line-through;
}
.rrp_price{
    font-size: 15px;
    color: #575757;
    text-align: left;
    font-weight: bold;
    /* text-decoration: line-through; */
}
.rrp_text{
    font-size: 12px;
    color: #575757;
    text-align: left;
}


.final_prod_price {
    color: #111111;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.info-education{
    color: #878787;
    font-size: 12px;
    line-height: 16px;
}
.info-education:hover{
    color: #111111;
}
.diamond-label{
    color: #878787;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
}
.diamond-data{
    color: #111111;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
}

.add-cart-btn{
    color: black;
    background-color: #cfab6f;
    font-size: 14px;
    width: 88%;
    height: 29px;
    border-radius: 19px;
    border: none;
    vertical-align: middle;

}
.add-cart-btn:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: white !important;
}
.final-price-div{
    background-color: unset;
    border-radius: unset;
}
.price-div{
    background-color: unset;
    border-radius: unset;
}
.final-price-div .discount_text{
    color: #111111;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
}
.final-price-div .final_prod_price{
    color: #111111;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.seen_on li {
    background-color: unset;
    border: none;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 150px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

#product .btn-group, #product .btn-group button{
    outline: none !important;
    box-shadow: none !important;
}
#shutterBlock{
    display: flex;
    flex-direction: column;
    border-radius: 0 0 12px 12px;
}
.delivery-success-alert{
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    opacity: 1;
    color: #111111;
    /* color: #fff; */
    letter-spacing: 0px;
}
.alert-success_ab{
    border-radius: 8px;
    background: rgba(10, 80, 80, 0.1) no-repeat padding-box;
}
.alert-success_ab.red{
    background: #b01e2f no-repeat padding-box;
}
.alert-danger_ab{
    border-radius: 14px;
    background: rgba(228, 100, 69, 0.2) no-repeat padding-box;
}
.saletimer{
    font-size: 17px;
    line-height: 17px;
    font-weight: 300;
}
.saledays{
    font-size: 12px;
    line-height: 12px;
    margin: 4px;
    font-weight: 300;
}
.table_padding td{
    padding: 2px 0;

}
.option_text, .customize-detail-block li a{
    font-size: 14px;
    line-height: 16px;
}
.hide_options .option_text{
    font-weight: 500;
}
.div_squared, .li_squared {
    display: none !important;
}
.sale_text h3{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.colour-grading-scale li, .colour-grading-scale-diamond li{
    cursor: pointer;
}
.option_img{
    height: 30px !important;
    width: 30px !important;
}

tr.diamond-data-row.even{
    background-color: #f4f4f4;
}
.hide_options #btnMoreLessOptions{
    width: 200% !important;
}

.share_the_love .insta_img_div:hover img {
    opacity: 0.3;
}

.share_the_love .insta_img_div:hover .middle {
  opacity: 1;
}

.img__wrap {
  position: relative;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
  color : #fff;
  padding: 10px;
  align-items: center;
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}

.floating-label.form-group{
  position: relative;
}

.floating-label label{
  position: absolute;
    left: 16px;
    top: 4px;
    line-height: 16px;
    font-size: 14px;
}

.floating-label .form-control{
    height: 52px;
    padding: 18px 16px 6px 12px;
    border-radius: 14px;
    -webkit-appearance:none;
}

.option-tab button{
  border-bottom: 2px solid #CFCFCF;
  color: #575757;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 24px;
  background-color: #f4f4f4;

}
.option-tab .active{
  color: #111111;
  border-bottom: 3px solid #EF9000;
  background-color: rgb(239, 144, 0, 0.1);
}

/* Zoom Image CSS */
.carousel-indicators li{
    background-color: #000;
}

.find-text a{
color: #EF9000 !important;
}
#fasterDeliveryPopup-modal .modal-header{
    padding: 20px 30px 10px;
}
#fasterDeliveryPopup-modal .modal-header h4{
    color: #111111;
    text-transform: capitalize;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}
.faster-delivery-table .round-circle{
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 10px;
    text-align: center;
}
.append_similar_items a:hover{
    color: #BF8F5F;
}
.customizeoption-label span.option_name{
    padding: 0;
    border: none;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
}

#div_stone_type span.option_name{
    min-height: 28px;
    align-items: center;
    display: flex;
    text-align: center;
    line-height: 14px;
    justify-content: center;
}

#div_stone_type li a{
    max-width: 100px;
}

.diamond-search-options .table tbody td td:last-child {
    border-right: none !important
}
.style-filters-selection li {
    padding: 3px !important;
}
.style-filters-selection li a {
    background: #ccc;
    border: none;
    padding: 0 5px;
    color: #000;
}
/*.round-circle{width: 22px !important; height: 22px !important; line-height: 22px !important; font-size: 9px;}*/
.diamond-data-scrollable {
    height: 310px !important;
}
.faster-delivery-scrollable {
    height: 420px !important;
}


/* NEW PRODUCT PAGE CSS ENDS */

#related-matching-tab a {
    border-bottom: 2px solid #cfcfcf;
    color: #575757;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    background-color: #f4f4f4;
    max-width: 300px;
}

#related-matching-tab a:hover,
#related-matching-tab a.active {
    color: #111;
    border-bottom: 3px solid #ef9000;
    background-color: rgb(239, 144, 0, .1);
}

/* NEW PRODUCT PAGE CSS ENDS */
@media (min-width: 1200px) {
    /* #fasterDeliveryPopup-modal .modal-xl {
        max-width: 98%;
    } */
}
#HomeTrialPopup-modal .modal-dialog .modal-body,
#fasterDeliveryPopup-modal.custom-modal .modal-body {
    padding-top: 0 !important;
}
#HomeTrialPopup-modal .modal-dialog .modal-body,
#HomeTrialPopup-modal .modal-dialog .modal-header {
    padding: 0 !important;
}
#HomeTrialPopup-modal .modal-dialog {
    max-width: 1024px;
}
#HomeTrialPopup {
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 !important;
}
#home-trial-block {
    z-index: 100;
    background: #ededed;
    width: 100%;
    padding-bottom: 30px;
}
#HomeTrialPopup .metal-heading {
    vertical-align: top;
    padding: 10px 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
#HomeTrialPopup .metal-label {
    padding-right: 10px;
    cursor: pointer;
}
#HomeTrialPopup .metal-label.selectedMetal .round-circle {
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}
#HomeTrialPopup .metal-label.selectedMetal {
    color: #000 !important;
}
#HomeTrialPopup h1 {
    padding: 15px 0;
    font-size: 30px;
}
#HomeTrialPopup .prod-id {
    font-size: 14px;
}
.filter-image-video .iconify {
    font-size: 20px;
    color: #999;
}
.filter-image-video .active {
    color: #000;
}
.diamondlisting{
    display: flex;
}
.diamondListing-pagination .custom-pagination a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.diamondListing-pagination .custom-pagination a.active {
    border-radius: 50%;
    color: #000;
    background-color: #E6E6E6;
    font-weight: 300;
}
.diamondListing-pagination .custom-pagination a:hover{
    color: #111111;
    font-weight: 600;
    text-decoration: underline;
}
.certificateblock {
    display: table;
    width: 100%;
}
.certificateblock table {
    width: 100%;
}
.certificateblock table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.certificateblock h4 {
    padding: 15px 0;
}
.originalCertificateblock {
    background: #666;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
}
.certificateblock div img {
    max-width: 100% !important;
}
.customize-detail-block li {
    float: left;
    margin-bottom: 4px;
}
.customize-detail-block li a {
    padding: 8px 15px;
    background-color: #FFFFFF;
    color: #111111 !important;
    border: 1px solid #B7B7B7;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
}
#HomeTrialPopup .customize-detail-block li a {
    margin-bottom: 5px !important;
}
#HomeTrialPopup .customize-detail-block li a.selectedCarat {
    background: #000;
    color: #f4f4f4 !important;
}
.h3_title, #carateducation h3 {
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 600;
}
.diamond-shape-wrapper {
    margin: 15px 0;
}
.diamond-shape-wrapper li {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 54px;;
    width: 80px;
    background-color: #fff;
    color: #111!important;
    border: 1px solid #b7b7b7;
    /* display: inline-block; */
    font-size: 12px;
    line-height: 20px;
    border-radius: 12px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 5px auto;
}
.diamond-shape-wrapper li.active {
    /* -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    -moz-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc; */
    background-color: #f8f4ef;
    border: 1px solid #ef9000;
}
.diamond-shape-wrapper li span {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("/catalog/view/theme/default/img/sprites_shapes.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 5px;
}
.diamond-shape-wrapper li p {
    display: none;
}
li.diamondshapes_hide.active img, li.diamondshapes_hide:hover img {
    display: none;
}
.diamond-shape-wrapper li:hover, .diamond-shape-wrapper li.active {
    background-color: #f8f4ef;
    border: 1px solid #ef9000;
}
li.diamondshapes_hide.active p, li.diamondshapes_hide:hover p {
    display: flex;
}
.diamond-shape-wrapper li p {
    /* display: flex; */
    justify-content: center;
    width: 70px;
    padding: 0;
    margin: 0;
    line-height: 16px;
}
.carat-hand-wrap {
    position: relative;
}
.diamond-carat-wrapper .diamond-resize {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
    height: 40%;
    left: 50%;
    margin-left: -22%;
    margin-top: -20%;
    position: absolute;
    top: 50%;
    width: 40%;
    z-index: 2;
}
.earview .diamond-carat-wrapper .diamond-resize {
    margin-left: -24%;
    top: 82%;
}
.neckview .diamond-carat-wrapper .diamond-resize {
    margin-left: -27%;
    top: 74%;
}
.carat-size-wrapper {
    max-width: 420px;
    margin: 5px auto;
    text-align: center;
}
.carat-size-wrapper ul li {
    /* display: inline-block; */
    /* border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 5px 2px;
    color: #000;
    cursor: pointer; */

    padding: 8px 15px;
    background-color: #fff;
    color: #111!important;
    border: 1px solid #b7b7b7;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    border-radius: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.carat-size-wrapper ul li.active {
    /* background: #000;
    color: #fff; */

    background-color: #f8f4ef;
    border: 1px solid #ef9000;
}
.diamond-shape-wrapper {
    margin: 15px 0;
}
/* .diamond-shape-wrapper li {
    display: inline-block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
.diamond-shape-wrapper li span:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.diamond-shape-wrapper li.active {
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    -moz-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;
} */
.dia_rnd {
    background-position: -99px 1px !important;
}
.dia_prn {
    background-position: 0 -48px !important;
}
.dia_emr {
    background-position: -50px -100px !important;
}
.dia_mqs {
    background-position: -150 0 !important;
}
.dia_ovl {
    background-position: 0 0 !important;
}
.dia_rad {
    background-position: 0 -100px !important;
}
.dia_asc {
    background-position: -50px -50px !important;
}
.dia_hrt {
    background-position: -100px -100px !important;
}
.dia_per {
    background-position: -50px 0 !important;
}
.dia_cus {
    background-position: -100px -50px !important;
}
.shapeinfoimg {
    max-width: 280px;
    margin: auto;
    display: block;
}
.shape-content-wrapper .info-img {
    text-align: center;
}
.shape-content-wrapper .shapeinfoimg img {
    max-height: 150px;
}
.shapeinfoimg .pull-left {
    float: left;
}
.dimensionblock {
    position: relative;
    padding: 35px 0 0;
    margin-left: -60px;
    font-size: 11px;
    color: #000;
}
.diamondsize_depth {
    margin-top: 45px;
    display: inline-block;
    white-space: nowrap;
}
.diamond-rnd,
.diamond-round {
    background-image: url("/catalog/view/theme/default/img/shape/round_shape_new.png");
    background-size: 43.875%;
}
.diamond-princess,
.diamond-prn {
    background-image: url("/catalog/view/theme/default/img/shape/princess_shape_new.png");
    background-size: 43.875%;
}
.diamond-marquise,
.diamond-mqs {
    background-image: url("/catalog/view/theme/default/img/shape/marquise_shape_new.png");
    background-size: 43.875%;
}
.diamond-emerald,
.diamond-emr {
    background-image: url("/catalog/view/theme/default/img/shape/emerald_shape_new.png");
    background-size: 43.875%;
}
.diamond-asc,
.diamond-asscher {
    background-image: url("/catalog/view/theme/default/img/shape/asscher_shape_new.png");
    background-size: 43.875%;
}
.diamond-cus,
.diamond-cushion {
    background-image: url("/catalog/view/theme/default/img/shape/cushion_shape_new.png");
    background-size: 43.875%;
}
.diamond-heart,
.diamond-hrt {
    background-image: url("/catalog/view/theme/default/img/shape/heart_shape_new.png");
    background-size: 43.875%;
}
.diamond-oval,
.diamond-ovl {
    background-image: url("/catalog/view/theme/default/img/shape/oval_shape_new.png");
    background-size: 43.875%;
}
.diamond-pear,
.diamond-per {
    background-image: url("/catalog/view/theme/default/img/shape/pear_shape_new.png");
    background-size: 43.875%;
}
.diamond-rdt,
.diamond-rad,
.diamond-radiant {
    background-image: url("/catalog/view/theme/default/img/shape/radiant_shape_new.png");
    background-size: 43.875%;
}
.diamond-pendant {
    background-image: url("/catalog/view/theme/default/img/shape/pendant-sprite_new.png");
    width: 100px !important;
    height: 100px !important;
    background-size: unset !important;
    background-position: 0 0;
}
.dimaond-size-mm {
    color: red;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
}
#carateducation .nav-tabs li {
    border-bottom: 2px solid #CFCFCF;
    color: #575757;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: #f4f4f4;
}
#carateducation .nav-tabs li a.active {
    color: #111111;
    border-bottom: 3px solid #EF9000;
    background-color: rgb(239, 144, 0, 0.1);
}

.overflow-hidden {
    overflow: hidden !important;
}
@media only screen and (max-width: 992px) {
    ::-webkit-scrollbar {
        width: 12px;
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(210, 210, 210, 0.8);
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .changing-image-block li {
        float: none;
    }
    .clarity-grading-block h3 {
        font-size: 24px;
        line-height: 30px;
    }
    #image_div {
        float: none !important;
    }
    .products-thumb-block {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: none;
        transform: none;
    }
    .topstickbar {
        top: 0;
        bottom: unset;
        padding: 4px 0;
    }
    .products-thumb-slider ul.left-thumb-images li:not(:first-child) {
        left: 2px;
        top: 7px;
        padding: 1px;
        right: 0;
    }
    .product-description h2{
        float: unset;
    }
    .final-price-div{
        background-color: #F2E9DF;
        border-radius: 0 12px 12px 0;
    }
    .price-div{
        background-color: #F8F4EF !important;
        border-radius: 12px 0 0 12px;
    }
    .seen_on ul {
        overflow: auto;
    }
    .seen_on li {
        padding: 20px 10px;
    }

    /* CHOOSE SPECIFIC DIAMOND CSS OPEN */

    .modal-mask {
        position: fixed;
        z-index: 99999999999999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        background-color: rgba(0,0,0,.7);
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        min-height: 0;
    }

    .modal-wrapper {
        max-width: 100%;
        max-height: 100vh;
        overflow-x: auto;
    }
    .modal-wrapper .modal-container {
        min-width: 300px;
        max-width: 100%;
        background-color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        opacity: 1;
        top: 50%;
        border-radius: 5px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 94%;
        position: absolute;
        max-height: 100%;
        overflow: auto;
        -webkit-box-shadow: 0 0 50px 5px rgb(0 0 0 / 50%);
        box-shadow: 0 0 50px 5px rgb(0 0 0 / 50%);
        /*border-radius: 8px 8px 0 0;*/
    }

    
.choose-specific-modal .modal-wrapper .modal-container {
    top: unset;
    bottom: 0px;
    right: 50%;
    left: unset;
    width: 100%;
    transform: translate(50%,0);
}

    /* CHOOSE SPECIFIC DIAMOND CSS CLOSE */

    /* SELECTED FILTER OPEN */
    .select_text{
        display: block;
        color: #111111;
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
    }
    /* SELECTED FILTER CLOSE */

    .choose-specific-modal .custom-modal .modal-header{
        padding: 20px 20px 0;
    }

    .choose-specific-modal .custom-modal .modal-body{
        padding: 20px 20px 0;
    }
    .choose-specific-modal .custom-modal .modal-footer{
        padding: 20px 0px 20px 0;
    }

    .title_test{
        font-weight: 500;
        color: #111111;
        font-size: 16px;
        line-height: 18px;
        text-transform: capitalize;
    }

    .hide_options div a.openPopup, .hide_options div a.information_popup, .hide_options div ul, .hide_options div .rangeslider{
        display: none !important;
    }
    .hide_options div ul.show, .hide_options div .rangeslider.show{
        display: block !important;
        margin: 0 !important;
    }
    .customize-detail-block.active{
        background-color: #f8f4ef;
        border: 1px solid #ef9000 !important;
    }

    .hide_options div.customize-detail-block{
        width: 100px;
        border: 1px solid black;
        padding: 14px 6px;
        font-size: 12px;
        border-radius: 12px;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 0 !important;
        flex: 1 1 auto!important;
        margin-top: 20px !important;
    }
    .popup_options{
        justify-content: center;
    }
    .popup_options .option_text, .popup_options > span{
        display: none;
    }

    #clearFilter{
        display: none !important;
    }

    .option_text .show{
        margin: 0 !important;
        width: 100%;
        font-weight: 600;
    }

    #shutterBlock.hide_options{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .hide_options .customize-detail-block > span, .hide_options .customize-detail-block li a{
        margin: 0 !important;
    }

    .popup_options .slider_maxvalue, .popup_options .span_stone_price_max{
        float: right;
        margin-top: 25px !important;
        font-size: 14px;
        line-height: 16px;
        color: #111111;
        padding: 0;
    }
    .popup_options .slider-price-range, .popup_options .slider-carat-range{
        max-width : 90% !important;
        width: 90% !important;
        margin-top: 10px;
        margin-left: 10px;
    }
    .popup_options .rangeslider{
        width: 100%;
    }
    .popup_options .slider_minvalue, .popup_options .span_stone_price_min{
        float: left;
        margin-top: 39px !important;
        font-size: 14px;
        line-height: 16px;
        color: #111111;
        padding: 0;
    }
}
@media (min-width: 480px) {
    #google-review .owl-item:first-child,
    #trustpilot-review .owl-item:first-child {
        display: none;
    }
}
div#vimeoVideo video {
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    width: 90% !important;
    height: 90% !important;
}
img.degreeIcon {
    position: absolute;
    right: -6px;
    bottom: -8px;
    top: 33px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 30px;
    border-radius: 300px;
    background: #fff;
    opacity: 1;
}
#spin-1 canvas + div + div {
    display: none;
    opacity: 0 !important;
}
div#vimeoVideo {
    min-height: 450px;
    z-index: 0;
    position: relative;
}
.img-section {
    width: calc(100% - 110px);
    min-height: 500px;
}
.img-section.full-width {
    margin: 0 auto;
}
#image_div {
    position: relative;
}
.product-welcome-strip {
    padding-left: 5px !important;
    font-size: 11px;
}
/* .productpage_Interval {
    float: right;
}
.productpage_Interval .bftimer {
    font-size: 14px;
    background: #fff;
    float: left;
    margin-left: 2px;
    color: #f60;
    line-height: 13px;
    text-align: center;
    text-transform: none;
    border-radius: 2px;
    padding: 5px 10px;
    font-weight: 700;
    margin-right: 4px;
}
.productpage_Interval .bftimer .bfdays {
    font-size: 10px;
    font-weight: 400;
} */
.sticky_final_prod_price {
    padding: 0 5px !important;
}
.sticky_final_prod_price label {
    margin: 0 !important;
}
.selected-video-name {
    width: 85%;
    bottom: 0;
    z-index: 999999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}
@media (max-width: 768px) {
    .product-welcome-strip {
        margin-top: 10px !important;
    }
    .hidden-xs {
        display: none !important;
    }
    #product_video {
        height: 100% !important;
    }
    .filter-list .filter-button {
        margin-top: 5px;
    }
    .filter-list .filter-button a {
        font-size: 11px;
    }
    .filter-list .filter-button {
        margin-right: 5px;
    }
    .loading {
        height: 350px;
    }
    .grading-scale li a{
        font-size: 12px;
        padding: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 300px) and (max-width: 991px) {
    .main-div-images {
        height: auto;
        width: calc(100% - 23px);
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }
}
.price_section {
    padding: 15px 20px;
    background: #f5f6f8;
    border-radius: 4px;
    width: 100%;
    font-size: 18px;
}
.price_section .mainprice {
    color: #c01b16;
    font-weight: 700;
    font-size: 24px;
}
.price_section .strikethrough {
    text-decoration: line-through;
}
.price_section .inpercent {
    padding: 4px 10px;
    background: #f6dcd1;
    color: #ec540d;
    font-weight: 700;
    border-radius: 4px;
}
.price_section span {
    margin-left: 12px;
}
.price_section .savedamt {
    color: #ec6f70;
    font-weight: 700;
}
span.inpercent + span {
    padding-left: 15px;
    border-left: thin solid #c6c6c6;
}
.delivery-date {
    font-size: 16px;
    color: #6a6a6a;
    padding-top: 14px;
    text-align: right;
}
.delivery-date strong {
    color: #333;
}
.delivery-date img {
    width: 23px;
}
.col-lg-12.btns-grp a:hover {
    background: #4d4d4d;
}
section#customer-review {
    border-top: thin solid #ddd;
}
p.bold-text {
    font-size: 13px !important;
}
span.strketthrue {
    text-decoration: line-through;
}
span.discount-rel-prod {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ff6039;
    z-index: 2;
    padding: 1px 5px;
    border-radius: 4px;
    color: #fff;
}
section.certified-logos ul li {
    display: inline-block;
    width: 15%;
}
section.certified-logos {
    text-align: center;
}
section.certified-logos ul {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: auto;
    padding: 0 19px;
}
section.certified-logos ul li img {
    border: thin solid #ddd;
    width: 95%;
}
section.certified-logos h3 {
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 20px;
}
@media only screen and (max-width: 600px) {
    a#btnChooseDiamond {
        display: inline;
    }
    .product-info-wrapper .offerbox {
        background-color: #f60;
        margin: 0 auto;
        text-align: left;
        padding: 8px 20px !important;
        border-radius: 5px;
        font-size: 16px;
        width: 100%;
        line-height: 25px;
    }
    .alt-images-box {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .product-info-wrapper .offerbox {
        border-radius: 0;
        margin-top: 20px;
        text-align: center;
        font-size: 13px;
    }
    .price_section span {
        margin-left: 7px;
    }
    .price_section {
        padding: 20px 0 20px 0 !important;
    }
    #loancalculator a {
        width: 100%;
    }
    #loancalculator a svg {
        position: absolute;
        right: 10px;
        top: 8px;
    }
    #loancalculator a {
        position: relative;
    }
    .delivery-date {
        text-align: left;
        margin: 10px 0;
    }
    ::-webkit-scrollbar {
        width: 12px;
    }
    ::-webkit-scrollbar-thumb {
        background: rgb(210 210 210 / 0%);
        -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 0%);
        -moz-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
        box-shadow: inset 0 0 6px rgb(255 255 255 / 0%);
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
        -moz-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
        box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
    }
    hr {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .product-image-blockfilters .filter-list .block {
        padding: 2px 10px;
    }
    .col-lg-12.btns-grp a {
        padding: 10px 20px;
    }
    .col-lg-12.btns-grp a:last-child {
        margin-right: 0;
    }
    .cust-support-icons + span {
        display: inline-block;
    }
    .support-icons li {
        margin: 10px 0;
    }
    .support-icons li a span {
        margin-bottom: 8px;
    }
    .support-icons li a {
        margin-bottom: 18px;
    }
    .col-md-9.col-12 .highlight-btn {
        display: table;
        margin: 0 auto 0 auto !important;
    }
    #clearFilter, a#btnMoreLessOptions {
        margin: 20px auto 20px auto !important;
    }
    section.certified-logos ul li {
        width: 35%;
        margin-bottom: 12px;
    }
    .sticky_productselectioninfo .productselect-item {
        font-size: 10px;
        line-height: 15px;
    }
    .how-it-fits-popup {
        right: 15px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        padding: 3px;
    }
}
@media only screen and (max-width: 992px) {
    .products-thumb-slider ul.left-thumb-images {
        display: inline-block;
        margin-top: 20px;
    }
    .products-thumb-block {
        order: 1;
        z-index: 99999;
    }
    .img-section {
        order: 0;
        width: 100%;
        min-height: 350px;
    }
    .products-thumb-slider .left-thumb-images li {
        width: 80px;
        height: 80px;
        margin: 5px;
    }
    #bottom-thumbails > li {
        display: inline-block;
        margin: 2px;
        width: 41px;
        height: 0;
        cursor: pointer;
        position: relative;
        background: #c6c6c6;
        transition: height 1s;
    }
    #bottom-thumbails > li.active {
        height: 5px;
        padding: 0 !important;
    }
    .full-width.img-section .metal_section_1, .img-section .metal_section_2{
        display: flex !important;
    }
    .full-width.img-section .metal_section_2, .img-section .metal_section_1{
        display: none !important;
    }
    .full-width #bottom-thumbails > li, .full-width #bottom-thumbails > li.active {
        height: 60px;
        width: 60px;
    }
    .productimgBlock {
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
    }
}
