.diamondOnHandProductPopUpIcon img {
    width: 10px;
}

.diamondOnHandProductPopUpIcon {
    position: absolute;
    left: -6px;
    cursor: pointer;
    top: 4px;
    display: none;
}
.diamondOnHandStructure {
    position: fixed;
    top: 100px;
    z-index: 20;
    width: 943px;
    left: 50%;
    height: 576px;
    margin-left: -550px;
    background-color: #ffffffc7;
    display: none;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.diamondOnHandImage {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 475px;
    text-align: center;
    margin-left: -238px;
}

.diamondOnHandImage img {
    width: 475px;
    padding-top: 0px;
    border: 2px solid #cacaca14;
}

.diamondOnHandObject {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 20px;
    top: 176px;
    margin-left:  -73px;
}

.diamondOnHandObject img {
    width: 26px;
    /* transform: scale(1.6); */
    transform-origin: center;
}
.diamondOnHandRangeCaratStructure {
    position: absolute;
    bottom: 0px;
    z-index: 20;
    width: 475px;
    text-align: center;
    left: 50%;
    margin-left: -25%;
    background-color:  white;
    height: 102px;
}

div#rangeSliderDiamondOnHand {
    width: 100%;
    position: relative;
    margin: 0 auto;
    border-radius: 0px;
    border: 1px solid #0000001f;
    top: 0px;
}

.noUi-horizontal .noUi-handle{
outline: none;    
}
div#rangeSliderDiamondOnHandTitleValue {
    font-size: 18px;
    color: black;
    font-weight: bold;
    letter-spacing: 1.5px;
    /* box-shadow: inset 0px -4px 0px 0px black; */
    top: 25px;
    position: relative;
}
.diamondOnHandWrapperBlur {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.diamondOnHandBackButton {
    position: absolute;
    right: 173px;
    background-color:  black;
    color: white;
    font-size: 12px;
    cursor: pointer;
    width: 45px;
    text-align: center;
    font-weight: 700;
    padding: 7px;
    border-bottom-right-radius: 6px;
    top: 0px;
}