body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.Blue-bg {
    background: /*#133950*/ #F6F2FF;
}

.light_blue_bg{
     background: #F6F2FF;
}

.font-14 {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

.container {
    max-width: 1600px;
    width: 100%;
    padding: 0px 15px;
}

img {
    max-width: 100%;
}

a {
    color: #4f238d;
}

a:hover {
    text-decoration: none;
}


/*Header css start*/

header {
    padding: 20px 0px 10px;
}

.updateAlert a {
    color: #343434;
    text-decoration: none;
    padding: 0px 15px;
}

.head_elements {
    padding: 0px;
    margin-bottom: 0px;
    margin: 0 -6px;
}

.head_elements li {
    display: inline-block;
    list-style: none;
    padding: 0 6px;
}

.head_elements li a {
    color: #424242;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 5px;
    position: relative;
}

.head_elements li a i {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.head_elements li a span.cartcount {
    background-color: #133950;
    border-radius: 50%;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -10px;
    font-size: 11px;
    border: 1px solid #fff;
}

.navbar .navbar-nav li:last-child .sub-dropdown {
    min-width: 115px;
    left: initial;
}

.phone a span {
    background-image: url(../img/sprit.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 25px;
    background-position: 0px -1px;
}

.mail a span {
    background-image: url(../img/sprit.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 25px;
    background-position: -20px 0px;
}

.head_elements li.mail {
    margin-left: 25px;
}

.right_head .head_elements li a {
    display: inline-flex;
}

.right_head .head_elements li a:hover {
    color: #133950;
}

.logo a {
    margin: 0px 0px 20px;
    display: block;
}

.topnav nav.navbar {
    border-top: 1px solid #d6d5d5;
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
}

.topnav .navbar .navbar-nav li.nav-item {
    position: relative;
}

.topnav .navbar .navbar-nav li.nav-item:before {
    width: 1px;
    height: 10px;
    background-color: #c2c2c2;
    position: absolute;
    right: 0;
    top: 14px;
    content: '';
}

.topnav .navbar .navbar-nav li.nav-item.lastchild:before {
    display: none;
}

.topnav .navbar .navbar-nav li a {
    color: #353535;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.topnav .navbar .navbar-nav li a:hover,
.topnav .navbar .navbar-nav li.active a {
    color: #133950;
}

.topnav .navbar .navbar-nav li.dropdownpt>a::after {
    content: "";
    transition: 0.5s;
    display: inline-flex;
    width: 17px;
    height: 13px;
    border-radius: 50%;
    background-image: url(../img/drodown.png);
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.topnav .sub-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 210px;
    padding: 0px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 15px;
    text-transform: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    border: 1px solid #eee;
    transition: all ease .4s;
    box-shadow: 0 5px 5px rgb(0 0 0 / 8%);
    z-index: 5;
}

.topnav .navbar .navbar-nav li.dropdownpt {
    position: relative;
}

.topnav .navbar .navbar-nav li.dropdownpt:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.topnav .sub-dropdown ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.topnav .sub-dropdown ul li {
    display: inline-block;
    width: 100%;
}

.topnav .navbar .navbar-nav .sub-dropdown ul li a {
    padding: 10px 8px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d6d5d5;
    text-decoration: none;
    font-size: 13px;
    text-transform: capitalize;
}

.topnav .navbar .navbar-nav .sub-dropdown ul li a:hover {
    color: #133950;
}

.bordernone {
    border: none !important
}

.topnav .navbar .navbar-nav li:nth-child(2) .sub-dropdown {
    min-width: 225px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor {
    position: relative;
    padding-left: 40px!important;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor:before {
    background-image: url(../img/sprit-gemstones-color.png);
    background-repeat: no-repeat;
    background-size: 325px;
    width: 26px;
    height: 25px;
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.sapphireblue:before {
    background-position: -1px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.yellowsapphire:before {
    background-position: -31px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.pinksapphire:before {
    background-position: -62px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.whitesapphire:before {
    background-position: -93px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.purplesapphire:before {
    background-position: -124px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.lavendersapphire:before {
    background-position: -155px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.greensapphire:before{
background-position: -61px -34px;
}


.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.padparadschasapphire:before {
    background-position: -186px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.peachsapphire:before {
    background-position: -217px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.orangesapphire:before {
    background-position: -248px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.tealsapphire:before {
    background-position: -280px -2px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.redspinel:before {
    background-position: -1px -33px;
}

.topnav .navbar .navbar-nav .sapphirecolors .gemscolor.bluespinel:before {
    background-position: -31px -33px;
}

header .form-group {
    margin: 2px 0px;
    display: flex;
    border: 1px solid #d6d5d5;
    border-radius: 0px;
    overflow: hidden;
}

header .form-group .form-control {
    border: 0px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
}

header button.submit {
    background: transparent;
    border: 0;
    color: #133950;
    padding: 0px 12px 0px 0px;
    outline: none !important;
    min-width: 34px;
    height: 35px;
}

header form {
    max-width: 180px;
}

.modal-backdrop.in{
    opacity: .5;
}

.no-result-css-class:not(.in) {
    opacity: 0!important;
}

.no-result-css-class:not(.show) {
    opacity: 1!important;
}

.no-result-css-class .modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/*Header css End*/


/*Details page css start*/

.back a {
    color: #595959;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin: 0px 2px;
    font-weight: 500;
    white-space: pre;
}

.back a i {
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
}

.back a:hover {
    color: #133950;
}

.back a span {
    width: 23px;
    height: 28px;
    display: inline-block;
    background-image: url(../img/sprit.png);
    background-position: -79px 1px;
    margin-right: 5px;
}

.outerslider .thumbsliderbox {
    display: flex;
    flex-flow: column;
    width: 62px;
    height: 62px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0 auto;
}

.leftcol .slider-nav-thumbnails img {
    max-width: 55px;
    margin: 0 auto;
    width: auto;
}


/*---Thumb Gallery---*/

.outerslider .slidernewtheuyb {
    width: 100%;
    margin: 10px auto;
}

.outerslider .slick-slide {
    margin: 0px 20px;
}

.outerslider .slick-slide img {
    width: 80%;
}

.outerslider .slick-prev:before,
.outerslider .slick-next:before {
    color: black;
}

.outerslider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.outerslider .slider-nav-thumbnails .slick-slide {
    border: 1px solid #ddd;
    margin-bottom: 8px;
    border-radius: 3px;
    cursor: pointer;
}

.outerslider .slick-active {
    opacity: 1;
}

.outerslider .slider-nav-thumbnails .slick-current {
    border: 1px solid #133950;
}

.outerslider .slick-current {
    opacity: 1;
}

.outerslider .leftcol {
    width: 82px;
}

.outerslider .rightCol {
    width: calc(100% - 82px);
}

.outerslider .leftcol .slick-slide {
    margin: 0 0 8px 0
}

.outerslider {
    display: flex;
}

.outerslider .slider .lgwidthProduct {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.outerslider .slider .lgwidthProduct img {
    max-width: 100%;
    width: auto;
}

.slidersticky {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
    top: 15px;
    z-index: 9;
    padding-bottom: 15px;
}

.slidernewtheuyb.slick-vertical .slick-slide {
    padding-bottom: 50px;
    position: relative;
}

.slidernewtheuyb .thumbsize {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.slidernewtheuyb .thumbsize img {
    margin: 0 auto;
}

.slidernewtheuyb {
    padding-top: 0px;
}

.tabletviewTitle {
    display: none;
}

.Tabletcol-reverse {
    padding-top: 10px;
}

.banneraction-btn {
    display: none;
}

.productMainheading a {
    color: #133950;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.productMainheading {
    margin: 10px 0px;
}

.productMainheading .titlemain {
    font-size: 22px;
    font-weight: 600;
    color: #353535;
    margin: 0px;
    padding: 0px;
}

.statusouter {
    display: flex;
}

.statusouter p {
    color: #585858;
    margin: 10px 0px;
}

.statusouter .addto-compare {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353535;
}

.statusouter .addto-compare:hover {
    text-decoration: none;
}

.statusouter .addto-compare.active i:before {
    color: #133950;
}

.statusouter .addto-compare i {
    margin-right: 5px;
}

.statusouter .addto-compare i:before {
    color: #9E9E9E;
}

.statusouter .status {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
}

.statusouter .status .text-success {
    font-size: 12px;
    font-weight: 500;
}

.statusouter p span.icon-Faq {
    color: #133950;
    font-size: 17px;
    position: relative;
    top: 2px
}

.productinfo {
    padding: 20px 0px 0px;
}

.productinfo ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.productinfo ul li {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 13px 0
}

.productinfo ul li .productinfo-title {
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    color: #757575;
}

.productinfo ul li .productinfo-detail {
    width: calc(100% - 200px);
    font-weight: 500;
    color: #353535
}

.productinfo ul li .productinfo-detail span.saleprice {
    font-size: 21px;
    font-weight: 600;
    color: #28a745;
}

.productinfo ul li .productinfo-detail .linksother {
    color: #133950;
}

.productinfo ul li .customerimg {
    font-size: 13px;
    font-weight: 500;
    padding: 2px;
    display: flex;
    align-items: center;
    height: 36px;
    color: #353535;
}

.productinfo ul li .customerimg:hover {
    text-decoration: none;
}

.productinfo ul li .customerimg span {
    font-weight: 500;
    font-size: #757575;
    display: inline-block;
    padding: 0 4px 0 0;
}

.productinfo ul li .customerimg span.linkcopy {
    background-color: #F8F3FF;
    color: #133950;
    border-radius: 2px;
    margin-left: 10px;
    border: 1px solid #AE97CD;
    padding: 0 5px 0 10px;
    display: inline-flex;
    align-items: center;
    height: 32px;
}

.productinfo ul li .customerimg span.linkcopy i {
    font-size: 18px;
    margin-left: 3px;
}

.productinfo ul li .customerimg span.linkcopy i:before {
    color: #133950;
}

.productcontact {
    border: 1px solid #ccc;
    padding: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    border-radius: 4px;
    max-width: 350px;
}

.quirybtns {
    display: flex;
    align-items: center;
}

.quirybtns a {
    display: inline-flex;
    margin-right: 10px;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: #133950;
}

.quirybtns a i {
    font-size: 28px;
    margin-right: 5px;
    text-decoration: none;
}

.quirybtns a:hover {
    text-decoration: none;
    background-color: #fff!important;
    color: #133950;
}

.quirybtns a:hover i {
    color: #133950;
}

.calusbtns {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 4px;
    padding: 0 15px;
    /*box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;*/
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    /*background-color: #fff;*/
}

.calusbtns ul {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
        width: 100%;
    list-style: none;
}

.calusbtns ul li:first-child {
    font-size: 17px;
    font-weight: 600;
}

.calusbtns ul li {
    display: inline-flex;
    padding:7px 15px;
    align-items: center;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #eee;
    color: #353535;
    width: 100%;
    justify-content: center;
    transition: 0.5s;
    background-color: #f4f4f4;
    align-items: center;
    margin: 0 7px;
}

.calusbtns ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.calusbtns ul li a i {
    font-size: 22px;
    margin-right: 4px;
}

.calusbtns ul li a:hover {
    text-decoration: none;
    color: #133950
}

.calusbtns ul li a:hover i {
    color: #133950;
}

.freeshipping {
    display: inline-flex;
    margin-right: 10px;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: #fff;
}

.freeshipping img {
    margin-right: 10px;
}

.productinfo p {
    color: #585858;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.productinfo p strong {
    width: 210px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.productinfo p .price {
    font-weight: bold;
    font-size: 24px;
}

.productinfo p a {
    color: #133950;
    text-decoration: underline;
}

.freeShipping span {
    font-size: 28px;
    margin-right: 15px;
}

.freeShipping {
    position: absolute;
    width: 90%;
    bottom: 28px;
    text-align: center;
}

.freeShipping a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #585858;
    text-decoration: none;
}

.heading h2 {
    color: #133950;
    font-weight: bold;
    font-size: 36px;
}

.custom_jewelery,
.sectioncolorsGray {
    padding: 40px 0px 40px;
}

.custom_jewelery p {
    font-size: 18px;
    color: #151515;
}

.have_questions h5 {
    font-size: 17px;
    color: #133950;
}

.have_questions div {
    background: #ffffff;
    max-width: 410px;
    width: 100%;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 0px;
    box-shadow: 0px 0px 3px #ccc;
}

.have_questions div a {
    display: block;
    width: calc(100% / 3 - 5px);
    text-align: center;
    color: #585858;
    text-decoration: none;
    padding: 16px 0px;
    border-radius: 20px 0px;
    border: 1px solid #dee2e6;
    transition: 0.5s;
    font-size: 14px;
}

.have_questions div a span {
    display: block;
}

.have_questions div a:hover {
    border-color: #133950;
    color: #133950;
}

.have_questions div a i {
    font-size: 22px;
    margin-bottom: 8px;
}

.custom_jewelery p a {
    color: #133950;
    text-decoration: none;
}


/*Details page css End*/


/*Footer css start*/

footer {
    background: #F9F9F9;
    padding: 34px 0px 0px;
}

ul.footermenu {
    padding: 30px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.footerleftmenu {
    padding: 0px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

ul.footermenu li a,
.footerleftmenu li a {
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
}

ul.footermenu li a:hover,
.footerleftmenu li a:hover {
    opacity: 0.8;
}

ul.footermenu li a::after,
.footerleftmenu li a::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #ccc;
    position: absolute;
    right: 0px;
    top: 5px;
    opacity: 0.8;
}

ul.footermenu li:last-child a:after,
.footerleftmenu li:last-child a:after {
    display: none;
}

.copyRight {
    background: #f6f2ff;
    padding: 10px 0px;
}

.copyrighttext {
    color: #343434;
    font-size: 11px;
}

.thumbsize p a {
    color: #133950;
    text-decoration: none;
}

.footertitle {
    margin-bottom: 20px;
}

.footertitle h3 {
    color: #343434;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.footertitle p {
    color: #343434;
    line-height: 23px;
    font-size: 12px;
}

.footertitle ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footertitle ul li a {
    color: #343434;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1.6;
}

.footertitle ul li a:hover {
    opacity: 0.8;
}

ul.navlinks li {
    width: calc(100% / 2 - 5px);
    display: inline-block;
    padding-bottom: 7px;
}


/*Footer css End*/


/* filter page css start*/

.filterlabel {
    width: 120px;
    color: #595959;
}

.filter_right {
    width: calc(100% - 120px);
}

ul.gemType {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    display: flex;
    height: 49px;
    justify-content: space-between;
}

ul.gemType li span.stoneName {
    display: none;
     white-space: nowrap;
}

ul.gemType li:hover span.stoneName {
    position: absolute;
    top: -20px;
    font-size: 12px;
    font-weight: 500;
    color: #656565;
    display: block;
    text-align: center;
    width: 100%;
}

ul.gemType li {
    border-right: 0px solid #ccc;
    width:100%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

ul.gemType li:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

ul.gemType li.active {
    border-color: #133950 !important;
    border-radius: 5px !important;
    border-right: 1px solid #000;
}

ul.gemType li:first-child {
    border-radius: 5px 0px 0px 5px;
}

ul.gemType li:last-child {
    border-right: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;
}

ul.gemType li .gems {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    position: relative;
    min-width: 46px;
    overflow: hidden;
}

.gemstoneshape .myoshapes {
    font-size: 30px;
}

.blue_sapphires {
    background-image: url(../img/sprit.png);
    background-position: 5px -33px;
}

.rubies {
    background-image: url(../img/sprit.png);
    background-position: -37px -33px;
}

.emeralds {
    background-image: url(../img/sprit.png);
    background-position: -80px -33px;
}

.alexandrites {
    background-image: url(../img/sprit.png);
    background-position: -123px -33px;
}

.tsavorites {
    background-image: url(../img/sprit.png);
    background-position: -167px -33px;
}

.tanzanites {
    background-image: url(../img/sprit.png);
    background-position: -212px -33px;
}

.hessonite_garnets {
    background-image: url(../img/sprit.png);
    background-position: -254px -33px;
}

.aquamarines {
    background-image: url(../img/sprit.png);
    background-position: -299px -33px;
}

.peridots {
    background-image: url(../img/sprit.png);
    background-position: -341px -33px;
}

.morganite {
    background-image: url(../img/sprit.png);
    background-position: -385px -33px;
}

.pink_tourmalines {
    background-image: url(../img/sprit.png);
    background-position: -428px -33px;
}

.pariba-tourmaline {
    background-image: url(../img/sprit.png);
    background-position: -512px -33px;
    max-width: 46px;
}

.spinel {
    background-image: url(../img/sprit.png);
    background-position: -470px -33px;
}

.gemstoneshape  a.shape {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    position: relative;
    min-width: 46px;
    overflow: hidden;
    color: #353535;
}

.gemstoneshape  a.shape:hover{
    color: #4f238d;
}

.round_shape {
    background-image: url(../img/sprit.png);
    background-position: 7px -83px;
}

.oval_shape {
    background-image: url(../img/sprit.png);
    background-position: -36px -83px;
}

.cushion_shape {
    background-image: url(../img/sprit.png);
    background-position: -79px -84px;
}

.emerald_shape {
    background-image: url(../img/sprit.png);
    background-position: -124px -84px;
}

.asscher_shape {
    background-image: url(../img/sprit.png);
    background-position: -167px -84px;
}

.pear_shape {
    background-image: url(../img/sprit.png);
    background-position: -211px -84px;
}

.princess_shape {
    background-image: url(../img/sprit.png);
    background-position: -254px -84px;
}

.heart_shape {
    background-image: url(../img/sprit.png);
    background-position: -298px -84px;
}

.marquise_shape {
    background-image: url(../img/sprit.png);
    background-position: -340px -84px;
}

.trillion_shape {
    background-image: url(../img/sprit.png);
    background-position: -384px -84px;
}

.cabochon_shape {
    background-image: url(../img/sprit.png);
    background-position: -428px -82px;
}

.fancy_shape {
    background-image: url(../img/sprit.png);
    background-position: -471px -82px;
}

.caption {
    display: inline-flex;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

.caption strong {
    background: #efefef;
    padding: 5px 6px;
    color: #6b6b6b;
    font-weight: normal;
    min-width: 25px;
    text-align: center;
    border-radius: 3px 0 0 3px;
}

.caption span {
    width: 45px;
    text-align: center;
    padding: 5px 10px;
}

.price_slider .caption span {
    width: 63px;
    text-align: left;
}

.Length_slider .caption span,
.width_slider .caption span {
    width: 45px;
    text-align: center;
}

.filterwrapper {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
}

.select-choose {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border-radius: 2px;
    width: calc(100% / 9 - 10px);
    float: left;
    margin-right: 10px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 25px;
}

.select-choose1 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border-radius: 2px;
    width: calc(100% / 6 - 10px);
    float: left;
    margin-right: 10px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 25px;
}

.select-choose__link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    color: #000;
}

input:disabled {
    color: #000;
    opacity: 1;
    background: transparent;
}

.select-choose input {
    border: 1px solid #cdcdcd;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border-radius: 2px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 15px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}


/*.select-choose__list {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        box-shadow: -1px 3px 12px rgb(0 0 0 / 20%);
        -webkit-box-shadow: -1px 3px 12px rgb(0 0 0 / 20%);
    }*/

.filterdrop_title {
    font-weight: 500;
    color: #133950 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-top: 10px;
    font-size: 12px;
}

.reuluttabouter {
    border-bottom: 1px solid #133950;
}

.resulttab a {
    background: #fff;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #133950;
    border-bottom: 0px;
    color: #133950;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
}

.resulttab a.active,
.resulttab a:hover {
    background: #133950;
    color: #fff;
}

.shortBy {
    display: inline-flex;
    align-items: center;
}

.shortBy select.form-select {
    width: auto;
    color: #343434;
    font-size: 13px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    border: 1px solid #d6d5d5;
}

.shortBy label {
    margin: 0px 10px 0px 0px;
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 500;
}

.product_view {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.product_view a {
    font-size: 20px;
    margin-left: 9px;
    border: 1px solid #9b9b9b;
    padding: 1px 10px;
    color: #9b9b9b;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 33px;
}

.product_view a i:before {
    color: #353535;
}

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

.product_view a:hover {
    color: #fff!important;
    border-color: #b289eb;
    background: #b289eb;
}

.product_view a:hover i{
    color: #fff!important;
}

.product_view a.active,
.product_view a.active i:before, .product_view a.active:hover {
    color: #fff!important;
    border-color: #133950;
    background: #133950;
}

.listresult_table thead {
    background-color: #f0f0f0;
}

.listresult_table tbody tr td,
.listresult_table thead th {
    padding: 10px 0;
    text-align: center;
    border: 0px;
    vertical-align: middle;
}

.listresult_table thead tr th {
    font-size: 12px;
    color: #1b1b1b;
    font-weight: 500;
    border: 0px;
}

.listresult_table thead tr th a {
    color: #133950;
}

.listresult_table tbody tr {
    border: 1px solid transparent;
    transition: 0.5s;
}

.listresult_table tbody tr:hover,
.listresult_table tbody tr.active {
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.compareicon span.newsprite {
    line-height: 0px;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    background-image: url(../img/sprit.png);
    height: 25px;
    width: 25px;
    background-position: -25px -141px;
}

.listresult_table tbody tr td .stoneimg {
    position: relative;
}

.listresult_table tbody tr td .stoneimg img {
    max-height: 70px;
}

.listresult_table tbody tr td {
    font-size: 12px;
    color: #636363;
    font-weight: 500;
}

span.list_price {
    font-weight: 700;
    color: #007640;
}

.viewdetails a {
    color: #133950;
    text-decoration: underline;
}

.compareSectionActive span.newsprite {
    background-position: -3px -144px;
}

.select-choose__list.main {
    display: block;
}


/*.select-choose__list {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 99;
        padding: 5px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        box-shadow: -1px 3px 12px rgb(0 0 0 / 20%);
        -webkit-box-shadow: -1px 3px 12px rgb(0 0 0 / 20%);
    }*/

.eduLink {
    color: #4f238d !important;
    text-decoration: none !important;
}

.select-choose__item {
    color: #333;
    line-height: 1.3;
    font-size: 12px;
    padding: 0px;
    position: relative;
    margin: 12px 0px;
}

.select-choose__item input[type=radio],
.filter-option .select-choose__item input[type=checkbox] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
}

.select-choose__item.active input[type=radio]:checked+label,
.filter-option .select-choose__item.active input[type=checkbox]:checked+label {
    border-color: #ccc;
}

.stone_ci_Intense-Green_icon {
    background-position: -278px -24px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Vivid-Green_icon {
    background-position: -278px -49px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Deep-Green_icon {
    background-position: -278px -76px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Medium-Green_icon {
    background-position: -278px -102px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Soft-Green_icon {
    background-position: -278px -129px!important;
    width: 22px;
    height: 22px;
}

.gemsviewSprite {
    background: url(../img/gemsviewSprite.png) no-repeat;
    line-height: 0px;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: absolute;
    left: 7px;
    top: 7px;
}

.stone_ci_Pigeon-Blood-Red_icon {
    background-position: -248px -22px;
    width: 22px;
    height: 22px;
}

.stone_ci_Deep-Red_icon {
    background-position: -248px -48px;
    width: 22px;
    height: 22px;
}

.stone_ci_Medium-Red_icon {
    background-position: -249px -77px;
    width: 22px;
    height: 22px;
}

.stone_ci_Purplish-Red_icon {
    background-position: -249px -103px;
    width: 22px;
    height: 22px;
}

.stone_ci_Pinkish-Red_icon {
    background-position: -248px -130px;
    width: 22px;
    height: 22px;
}

.select-choose__item label {
    margin: 0px;
    padding: 10px 5px 10px 33px;
    display: block;
    margin-bottom: 2px;
    border: 1px solid transparent;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

.select-choose__item:hover label {
    border-color: #ccc;
}

.select-choose__item input[type=radio]:checked+label {
    border-color: #ccc;
}

.select-choose__title:hover {
    border: solid 1px #66409c;
    box-shadow: 0 0px 10px 0 rgb(80 36 142 / 50%);
    -webkit-box-shadow: 0 0px 10px 0 rgb(80 36 142 / 50%);
    outline: none;
}

.learn_more a.eduLink {
    font-size: 12px;
    margin-top: 0px;
    display: block;
    line-height: 16px;
}

.learn_more {
    padding: 0px 5px 10px;
}

.noUi-target {
    width: calc(100% - 17px);
    z-index: 0;
}

.filter-sort {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #f9f9f9 !important;
    height: 45px;
    border-top: 1px solid #dedede;
    margin: 0;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
    width: 100%;
}

.filter-sort .options {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-sort .options {
    width: 33%;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
}

.filter-sort .sort-box {
    position: relative;
}

.filter-sort .sort-icon {
    content: '';
    background-size: 100%;
    height: 20px;
    width: 18px;
    margin-right: 8px;
}

.filter-sort i {
    color: #53377a;
    font-size: 15px;
    margin-right: 5px;
}

.filter-sort .sort-box .sort-options {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.filter-sort .sort-box .sort-options #sorter {
    float: left;
    position: absolute;
    left: 0;
    height: 44px;
    right: 0;
    max-width: 100%;
}

.filter-sort .sort-box:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background: #000;
    top: 12px;
    right: 0;
}

.pagetitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 14px 0 0px 0;
}

.pagetitle .resultitle {
    display: inline-flex;
    align-items: center;
}

.pagetitle h3 {
    color: #4f238d;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 6px;
    display: inline-flex;
    margin-bottom: 0px;
}

.pagetitle .resultitle .visible-xs {
    font-size: 12px;
    color: #353535;
    position: relative;
    top: -3px;
    margin-left: 0px;
}

.pagetitle .subtitles {
    font-size: 13px;
    font-weight: 500;
    color: #353535;
}

.pagetitle .subtitles a {
    color: #4f238d;
    display: inline-flex;
    margin-left: 4px;
}

.mb15 {
    margin-bottom: 15px;
}

#gridResult {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.gridcard {
    padding-top: 20px;
    border: solid 1px transparent;
    transition: all 0.4s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
}

.gridcard .compareicon {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #ccc;
}

.gridcard .compareicon.active {
    color: #53377a;
}

.mobi_gridresult .proimg {
    margin-right: 3.3%;
    text-align: center;
    padding-top: 0;
    max-width: calc(96.3% - 125px);
    display: inline-block;
    width: 45%;
    border-radius: 4px;
    position: relative;
}

.mobi_gridresult .item_detail_container {
    display: inline-block;
    height: 100%;
    width: 50%;
    vertical-align: top;
    margin-top: 10px;
    position: relative;
}

.mobi_gridresult .properties_table {
    width: 100%;
    height: calc(100% - 30px);
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 4px;
}

.mobi_gridresult .properties_table tr td:first-child {
    color: #9b9b9b;
    width: 55%;
}

a.no_detail {
    color: #133950;
    text-decoration: underline;
}

.mobi_gridresult .price_title {
    color: #000;
    font-size: 13px;
    margin-left: 0px;
}

.mobi_gridresult .price_data {
    color: #00b900;
    font-size: 13px;
    font-weight: bold;
}

.proimg img {
    width: 100%;
}

.PaymentoptionsList a p {
    width: 50%;
    margin: 0 auto;
}

.select-choose .dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #bfbfbf;
    border-radius: 22px;
    margin-bottom: 20px;
    color: #343434;
    padding: 7px 15px;
    font-size: 12px;
    width: 100%;
    text-align: left;
    position: relative;
    background: linear-gradient(to left, white 50%, #f2f2f2 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
    transition: all 0.4s ease;
    font-weight: 500;
}

.select-choose .dropdown-toggle:hover {
    background-position: left;
    cursor: pointer;
    border: 1px solid transparent;
}

.select-choose .dropdown-menu {
    padding: 10px;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    color: #353535;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.select-choose__item1 input {
    width: 20px;
    height: 20px;
}

.select-choose__item1 {
    display: flex;
    align-items: center;
    height: initial;
    padding: 0px;
    margin: 6px 0px;
}

.select-choose__item1 label {
    min-height: 22px;
    margin: 0px;
    height: inherit;
    line-height: 18px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    padding-left: 23px;
    margin: 0px 7px 0px 6px;
    height: 23px;
}

.custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
}

.custom_check .check_indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.custom_check input:checked+.check_indicator {
    background: #6d47a1;
    border: 1px solid #ffffff;
}

.custom_check input:checked+.check_indicator:before {
    width: 6px;
    height: 11px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #fff;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.filterouterLabel {
    display: flex;
    align-items: flex-start;
}

.select-choose:last-child {
    margin: 0px;
}

.dropdown:hover .dropdown-toggle {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.serch-input input {
    background: #ffffff;
    color: #353535;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    padding: 15px 0;
    width: 85px;
    display: block;
    text-align: center;
    font-size: 12px;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgb(50 50 50 / 27%);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(50, 50, 50, 0.27);
    box-shadow: inset 0px 0px 1px 0px rgb(50 50 50 / 27%);
}

.multi-range__labels {
    display: flex;
    flex-direction: column;
}


/* filter page css End*/


/*Mobile filter css start*/

.backtoresult {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #133950;
    padding: 10px;
    color: #fff !important;
    font-size: 14px;
    box-shadow: 2px 1px 5px rgb(84 55 122 / 47%);
    -webkit-box-shadow: 2px 1px 5px rgb(84 55 122 / 47%);
    text-decoration: none !important;
    z-index: 1000000;
}

#layered-filter-block {
    position: fixed;
    left: -500;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    margin: 0;
    width: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

#layered-filter-block {
    padding: 0 !important;
    border: none;
    margin-top: 0 !important;
}

.filter-action-holder {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
    height: 100vh;
}

.filter-close {
    width:66%;
    float: left;
    padding-left: 10px;
}

.filter-action-btn {
    width: 34%;
    float: right;
}

.filter-close .close-icon {
    display: none;
    width: 30px;
    height: 45px;
    float: left;
    position: absolute;
    left: 0;
}

.title {
    text-align: center;
}

.filter-action-holder .title {
    font-size: 14px;
}

.purple-text {
    color: #133950;
    font-weight: bold;
}

.clear-filter {
    width: 100%;
    float: right;
    text-align: center;
}

.clear-filter a {
    line-height: 40px;
    background: #fff;
    color: #f00;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
}

.apply-filter {
    width: 60%;
    float: left;
    display: none;
}

.apply-filter #apply {
    line-height: 30px;
    background: #53377a;
    color: #fff;
    text-decoration: none !important;
    max-width: 90px;
    display: block;
    text-align: center;
    margin: 4px auto;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 8px;
}

#layered-filter-block .filter-titles {
    width: 40%;
    float: left;
    background: #efefef;
    height: 100%;
    padding: 0;
    border: none;
    padding-bottom: 50px;
    min-height: 100vh;
}

#layered-filter-block .filter-contents {
    width: 60%;
    float: left;
    background: #fff;
    height: 100%;
    padding: 0 10px;
    overflow-y: auto;
    min-height: 100vh;
    max-height: 100vh;
}

.mobilefilterouter {
    min-height: calc(100vh - 46px;
    );
}

.filter-options .list-group-item {
    padding: 8px 10px;
    line-height: 24px;
    border-radius: 0px;
    background: transparent;
    border-left: 0px;
    border-right: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
}

.filter-options .list-group {
    border: 0px;
    max-height: 100vh;
    overflow: auto;
}

.filter-options .list-group-item.active {
    background: #133950;
    color: #fff;
}

.filter-options-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.mobifilter_title {
    font-size: 15px;
    color: #133950;
    padding: 0px 10px 10px;
    display: inline-block;
    font-weight: 500;
    line-height: 19px;
}

.filter-option .select-choose__item {
    margin: 0px;
}

.filter-option .select-choose__item label {
    padding: 7px 5px 7px 33px;
}


/*Gem Type css start*/

.stone_Sapphire_icon {
    background-position: -3px -5px;
    left: 10px;
    top: 9px;
}

.stone_Ruby_icon {
    background-position: -3px -24px;
    left: 10px;
    top: 9px;
}

.stone_Emerald_icon {
    background-position: -3px -43px;
    left: 10px;
    top: 8px;
}

.stone_Alexandrite_icon {
    background-position: -3px -63px;
    left: 10px;
    top: 8px;
}

.stone_Tsavorite_icon {
    background-position: -3px -102px;
    left: 10px;
    top: 8px;
}

.stone_Tanzanite_icon {
    background-position: -3px -82px;
    left: 10px;
    top: 8px;
}

.stone_Hessonite_icon {
    background-position: -4px -161px;
    left: 10px;
    top: 8px;
}

.stone_Aquamarine_icon {
    background-position: -3px -121px;
    left: 10px;
    top: 8px;
}

.stone_Peridot_icon {
    background-position: -3px -179px;
    left: 10px;
    top: 8px;
}

.stone_Pink-Tourmaline_icon {
    background-position: -3px -140px;
    left: 10px;
    top: 8px;
}

.stone_Spinel_icon {
    background-position: -3px -199px;
    left: 10px;
    top: 8px;
}

.stone_Pariba-Tourmaline_icon {
    background-position: -3px -218px;
    left: 10px;
    top: 8px;
}

.stone_Morganite_icon {
    background-position: -3px -239px;
    left: 10px;
    top: 8px;
}


/*Gem Type css end*/


/*Shape css start*/

.filter-option .gemsviewSprite.Shape {
    left: 10px;
    background: #fff;
    top: 8px;
}

.openfilter {
    display: block !important;
    left: 0px;
}

.select-choose:last-child .dropdown-menu.show {
    right: 0px !important;
    left: initial !important;
}

.Compared .gridcard .compareicon {
    color: #471988;
}

.comparetab,
.backresult {
    display: none;
}

.backresult .resultbtn {
    background: #008000;
    width: 100%;
    position: fixed;
    z-index: 10000000;
    bottom: 0px;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 11px;
    outline: none;
    box-shadow: none;
}


/*---------*/

.mobile-enquiry {
    display: none;
}

.open-mobile-menu {
    display: none;
}

.foot-mobilenquiry {
    background-color: #fff !important;
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: none !important;
}

.mobile-enquiry a {
    display: inline-flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    margin: 0 8px;
}

.mobile-enquiry a i {
    background-color: #9c9c9c;
    font-size: 17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px;
}

.submenu {
    display: none;
}

.openmenu ul.submenu {
    display: block;
    padding: 15px 0px 15px 8px;
    margin: 10px 0 0 -10px;
}

.no-transition {
    transition: none !important;
}

.mobilenav .mob-block .mobileuser {
    font-size: 14px;
    color: #353535;
    font-weight: 500;
}

.mobilenav .mob-block .mobileuser i {
    font-size: 20px;
    font-weight: 500;
}

.mobilenav .mob-block .mobilesearchbox {
    display: flex;
    align-items: center;
}

.mobilenav .mob-block .mobilesearchbox form {
    margin-right: 8px;
}

.mobilenav .mobnavbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
}

.mobilenav .mobnavbar .vertical-logo {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #d93622;
}

.mobilenav .mobnavbar .top-menu-wrapper {
    color: #221f1f;
}

.mobilenav .mobnavbar .top-menu-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
}

.mobilenav .mobnavbar .open-mobile-menu i {
    color: #221f1f;
}

.mobilenav .mobnavbar .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.mobilenav .mobnavbar .top-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    overflow-y: auto;
    padding: 0px;
    background: #ffffff;
    margin: 0;
}

.mobilenav .mobnavbar .top-menu-wrapper.show-offcanvas::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.mobilenav .mobnavbar .top-menu-wrapper.show-offcanvas .panel,
.mobilenav .mobnavbar .top-menu-wrapper.show-offcanvas .top-menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
}

.mobilenav .mobnavbar .top-menu-wrapper.show-offcanvas .top-menu {
    transition-delay: 0.2s;
}

.mobilenav .mobnavbar ul a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
    color: #353535;
}

.mobilenav .mobnavbar ul a:hover {
    color: #133950;
    text-decoration: none;
}

.mobilenav .mobnavbar .has-dropdown i {
    display: none;
}

.openmenu ul.submenu li a {
    text-transform: capitalize;
    color: #575757;
    padding: 10px 0;
    display: flex;
    font-weight: 500;
}

.mobilenav .mobnavbar .sub-menu {
    padding: 0.5rem 1.5rem 0 1.5rem;
}

.mobilenav .mobnavbar .sub-menu a {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0rem;
}

.mobilenav .mobnavbar .top-menu li+li {
    border-bottom: 1px solid #ddd;
    background-color: #F7F7F7;
    padding: 8px 0px 8px 10px;
}

.mobilenav .mobnavbar .top-menu .mob-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 8px;
}

.mobilenav .mobnavbar .top-menu .mob-block .logo {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #d93622;
}

.mobilenav .mobnavbar .top-menu .mob-block i {
    color: #221f1f;
}

.mobilenav .mobnavbar ul li.mainmenu {
    position: relative;
}

.mobilenav .mobnavbar .mainmenu i {
    font-size: 19px;
    position: absolute;
    right: 10px;
    transform: rotate(90deg);
}

.mobilenav .mobnavbar .mainmenu.openmenu i {
    transform: rotate(-90deg);
}

.openmenu ul.submenu.othersub li {
    padding: 0 8px !important;
}

.openmenu ul.submenu {
    list-style: none;
    background-color: #fff;
}

.openmenu ul.submenu li {
    list-style: none;
    background-color: #fff;
}

.openmenu ul.submenu li+li {
    background-color: #fff !important;
    padding-left: 0px !important;
    border: none !important;
    padding: 0px !important;
}

.mobnavbar .sapphirecolors .gemscolor {
    position: relative;
    padding-left: 40px;
}

.mobnavbar .sapphirecolors .gemscolor:before {
    background-image: url(../img/sprit-gemstones-color.png);
    background-repeat: no-repeat;
    background-size: 325px;
    width: 26px;
    height: 25px;
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
}

.mobnavbar .sapphirecolors .gemscolor.sapphireblue:before {
    background-position: -1px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.yellowsapphire:before {
    background-position: -31px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.pinksapphire:before {
    background-position: -62px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.whitesapphire:before {
    background-position: -93px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.purplesapphire:before {
    background-position: -124px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.lavendersapphire:before {
    background-position: -155px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.padparadschasapphire:before {
    background-position: -186px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.peachsapphire:before {
    background-position: -217px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.orangesapphire:before {
    background-position: -248px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.tealsapphire:before {
    background-position: -280px -2px;
}

.mobnavbar .sapphirecolors .gemscolor.redspinel:before {
    background-position: -1px -33px;
}

.mobnavbar .sapphirecolors .gemscolor.bluespinel:before {
    background-position: -31px -33px;
}


/*----flexiblepaymentSection*----*/

.flexiblepaymentSection {
    background-image: url(https://d3kinlcl20pxwz.cloudfront.net/images/flexible-payment-options.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.PaymentoptionsList {
    max-width: 272px;
    margin: 0 auto;
}

.PaymentoptionsList p {
    font-size: 14px;
    color: #353535;
    line-height: 1.6;
}

.financingavailable {
    width: 87px;
    height: 87px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #F1F3F4;
    border-radius: 50%;
    padding: 8px;
}

.financingavailable img {
    max-width: 30px;
}

.financingavailable.splititfince img {
    max-width: 100%;
}

.financingavailable i {
    color: #133950;
    font-size: 48px;
}

.PaymentoptionsList a {
    color: #133950;
    font-weight: 500;
    font-size: 14px;
}

.Priceheader {
    background-color: #fff;
    padding: 5px 0 10px 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    transition: all ease .4s;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.Priceheader .prouct_name {
    font-size: 16px;
}

.Priceheader ul.iteminfolist li {
    font-size: 11px;
}

.Priceheader .estimated_ship p {
    font-size: 12px;
}

.Priceheader .headerfixedPrice {
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
}

.Priceheader .headerfixedPrice p {
    font-size: 11px;
    color: #279525;
    margin-top: 1px;
}

.Priceheader .stickyPriceblock {
    display: flex;
    width: 100%;
}

.Priceheader .stickyLeftblock {
    width: 50%;
}

.Priceheader .stickyRightblock {
    width: 50%;
}

.CustomJewelery {
    display: flex;
    width: 100%;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.CustomJewelery li {
    width: 25%;
    margin: 0px;
    padding: 0 15px;
    position: relative;
}

.CustomJewelery li .CustomJeweleryimg {
    border: 1px solid #AB98C8;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CustomJewelery li:before {
    position: absolute;
    top: 45%;
    width: 25%;
    height: 1px;
    background-color: #AB99C8;
    content: "";
    left: 80%;
}

.CustomJewelery li:after {
    position: absolute;
    right: -6%;
    bottom: 3px;
    top: 43.5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #AB99C8 transparent transparent transparent;
    transform: rotate(-90deg);
    content: "";
    z-index: 1;
    border-radius: 2px;
}

.CustomJewelery li:last-child:before,
.CustomJewelery li:last-child:after {
    display: none;
}

.CustomJewelery li .CustomJeweleryimg .Customimgbox {
    box-shadow: 0 0 10px rgb(75 25 137 / 13%);
    border-radius: 50%;
    display: inline-flex;
    border: none;
    padding: 0px;
}

.CustomJewelery li {
    text-align: center;
    font-weight: 600;
}

.CustomJewelery-Section p.haveown {
    font-size: 16px;
    color: #353535;
    font-weight: 500;
}

.CustomJewelery-Section p.haveown a {
    color: #6C47A0;
}

.btncolor,
.btncolor:hover {
    background-color: #133950;
    padding: 8px 15px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 2px;
}

.sectioncolorsGray {
    background-color: #F1F3F4;
}

.sectioncolorsother {
    background-color: #F6F2FF;
}


/* 8 June css start*/

.resultview ul,
.compareview ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.gridcardview {
    height: 391px;
    padding-top: 10px;
    border: solid 1px transparent;
    transition: all 0.4s ease-in-out;
    position: relative;
}

img.giaimg {
    position: absolute;
    width: 60px;
    top: 5px;
    left: 5px;
}

.gridcardview .compareicon {
    position: absolute;
    top: 7px;
    right: 7px;
}

.compareicon i {
    background-position: -232px -4px;
    width: 20px;
    height: 19px;
    transition: all 0.4s ease-in-out;
}

.compareSectionActive i {
    background-position: -209px -4px;
}

.gridcardview .proimg {
    width: 216px;
    margin: 0px auto;
    height: 218px;
    text-align: center;
    padding-top: 20px;
}

.gridcardview .view360 {
    display: inline-block;
    position: absolute;
    padding: 0 10px;
    margin-top: 16px;
}

.view360 {
    background-position: -259px -4px;
    width: 33px;
    height: 31px;
    margin: 9px;
}

.gridcardview .view360 i {
    background-position: -259px -4px;
    width: 33px;
    height: 31px;
}

.newsprite {
    background: url(../img/newsprite.png) no-repeat;
    line-height: 0px;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.gridcardview .otherdescrip {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    font-weight: 600;
    color: #5f5f5f;
    font-size: 14px;
    text-align: center;
}

.gridcardview .price {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #004D00;
    padding-bottom: 10px;
    margin-top: 15px;
}

.gridcardview:hover .viewdetailbtm {
    opacity: 1;
}

.gridcardview .viewdetailbtm {
    background: #eeeeee;
    height: 36px;
    width: 50%;
    text-align: center;
    line-height: 36px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    opacity: 0;
    float: left;
}

.viewdetailbtm a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #481a89;
    text-decoration: none;
}

.viewdetailbtm:hover {
    background: #481a89;
}

.viewdetailbtm:hover a {
    color: #fff;
}

.hoverdiv {
    border: solid 1px #e1e1e1;
    box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
    background: #fff;
    width: 385px;
    height: 391px;
    position: absolute;
    top: -1px;
    z-index: 12;
    right: -384px;
    display: none;
}

.datatooltip {
    position: absolute;
    padding: 0px;
    font-size: 14px;
    width: 300px;
    z-index: 99;
    top: 10px;
    right: 50px;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.datatooltip .prodescrip {
    font-weight: 600;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #4c1f8c;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}

.datatooltip .descripwrap {
    display: inline-block;
    width: 100%;
}

.datatooltip .descripwrap .descrip-row {
    padding-bottom: 0;
    line-height: 27px;
}

.datatooltip .descripwrap .elemnt {
    color: #353535;
    font-weight: 400;
    font-size: 13px;
}

.datatooltip .descripwrap .value {
    color: #481a89;
    float: right;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 13px;
}

.gridcardview:hover {
    border: solid 1px #e1e1e1;
    box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
}

.gridcardview .quickviewbtn:hover .hoverdiv {
    display: block;
    border-left: none;
    box-shadow: 17px 4px 16px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 17px 4px 16px rgb(0 0 0 / 15%);
    text-align: left;
}

.gridcardview .quickviewbtn:hover .hoverdiv {
    display: block;
    border-left: none;
    box-shadow: 17px 4px 16px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 17px 4px 16px rgb(0 0 0 / 15%);
    text-align: left;
}

.gridcardviewOuter ul li:nth-child(4n+0) .quickviewbtn:hover .hoverdiv {
    right: auto;
    left: -385px;
    border-left: solid 1px #e1e1e1;
    box-shadow: -11px 4px 16px rgb(0 0 0 / 15%);
    -webkit-box-shadow: -11px 4px 16px rgb(0 0 0 / 15%);
    text-align: left;
    border-right: none;
}


/*--filterfixed Start--*/

.filterfixed #target {
    background: #fff;
    width: 100%;
    display: none;
    transition: all 0.4s ease-in-out;
    padding-top: 8px;
    padding-bottom: 8px;
}

.filterfixed .Hide {
    display: none;
}

.filterfixed .Show {
    background: green;
}

.filterfixed .Hide {
    background: red;
}

.btnshidedhow {
    display: none;
}

.filterfixed .btnshidedhow button {
    padding: 0 10px;
    text-transform: capitalize;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff;
    margin: 0px 0 0 10px;
}

.filterfixed .btnshidedhow button:focus {
    box-shadow: none;
    border: none;
    outline: inherit;
}

#fitersticky {
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9;
}

#fitersticky.stick {
    position: fixed;
    top: 0;
    padding: 2px 6px 0 6px;
    z-index: 10000;
}

#fitersticky.stick .btnshidedhow {
    display: block;
}

#fitersticky.stick .filterouterLabel {
    flex-wrap: wrap;
    justify-content: inherit;
}

#fitersticky.stick .filterouterLabel .select-choose {
    width: calc(100% / 8 - 10px);
    margin-bottom: 0px;
}

#fitersticky.stick .filterouterLabel .select-choose1 {
    width: calc(100% / 7 - 10px);
    margin-bottom: 8px;
}

#fitersticky.stick .filterouterLabel .select-choose .dropdown-toggle {
    margin-bottom: 5px;
}

#fitersticky.stick .select-choose.sticky-gemtype .dropdown-menu {
    width: 560px;
}

#fitersticky.stick .select-choose.sticky-gemtype .select-choose__list {
    display: flex;
    flex-wrap: wrap;
}

#fitersticky.stick .select-choose.sticky-gemtype .select-choose__list .select-choose__item {
    width: 33.333%;
    padding: 6px;
}


/*--END filterfixed Start--*/

.select-choose.sapphire_colorstab .dropdown-menu {
    width: 600px;
}

.sapphirestab .select-choose__item {
    width: 33.33%;
    float: left;
    margin: 0px;
}

.sapphirestab,
.stickyGemstone {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sapphirestab .gemsviewSprite {
    width: 16px;
    height: 18px;
    top: 8px;
    left: 11px;
}
span.gemsviewSprite.stone_Red_icon {
    background-position: -2px -23px;
}
.stone_Blue_icon {
    background-position: -38px -246px;
}

.stone_Yellow_icon {
    background-position: -38px -25px;
}

.stone_Pink_icon {
    background-position: -38px -43px;
}

.stone_White_icon {
    background-position: -38px -62px;
}

.stone_Purple_icon {
    background-position: -38px -83px;
}

.stone_Lavender_icon {
    background-position: -38px -103px;
}

.stone_Green_icon {
    background-position: -38px -123px;
}

.stone_Padparadscha_icon {
    background-position: -38px -143px;
}

.stone_Peach_icon {
    background-position: -38px -163px;
}

.stone_Orange_icon {
    background-position: -38px -183px;
}

.stone_Teal_icon {
    background-position: -37px -202px;
}

.stone_Change_icon {
    background-position: -38px -266px;
}

.select-choose__item.active input[type=radio]:checked+label,
.filter-option .select-choose__item.active input[type=checkbox]:checked+label {
    border:1px solid #ccc;
}
.select-choose__item.active input[type=radio]+label,
.select-choose__item.active input[type=checkbox]+label{
    border: 1px solid #ccc;
}


.stickyGemstone .gemsviewSprite {
    width: 16px;
    height: 16px;
    top: 12px;
    left: 11px;
}

.stickyGemstone .select-choose__item {
    margin: 2px 0px;
    padding: 0px !important;
}

.stickyGemstone .stone_Sapphire_icon {
    background-position: -3px -5px;
}

.stickyGemstone .stone_Ruby_icon {
    background-position: -3px -24px;
}

.stickyGemstone .stone_Emerald_icon {
    background-position: -3px -43px;
}

.stickyGemstone .stone_Alexandrite_icon {
    background-position: -3px -63px;
}

.stickyGemstone .stone_Tsavorite_icon {
    background-position: -3px -102px;
}

.stickyGemstone .stone_Tanzanite_icon {
    background-position: -3px -82px;
}

.stickyGemstone .stone_Hessonite_icon {
    background-position: -3px -161px;
}

.stickyGemstone .stone_Aquamarine_icon {
    background-position: -3px -121px;
}

.stickyGemstone .stone_Peridot_icon {
    background-position: -3px -179px;
}

.stickyGemstone .Pink-Tourmaline_icon {
    background-position: -3px -140px;
}

.stickyGemstone .stone_Spinel_icon {
    background-position: -3px -199px;
}

.stickyGemstone .stone_Paraiba-Tourmaline_icon {
    background-position: -3px -218px;
}

.stickyGemstone .stone_Morganite_icon {
    background-position: -3px -239px;
}

.stone_Round_icon {
    background: none;
}


/*Sign In css start*/

.signupModal,
.mobilemodal {
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 501;
    border-top: 3px solid #4f238d;
    border-radius: 5px;
    box-shadow: 0 0 13px rgb(1 1 1 / 13%);
    opacity: 1 !important;
    padding: 0px;
    background: #fff;
    width: 750px;
}

.signupModal:before. .mobilemodal:before {
    right: 3px;
}

.signupModal:before,
.mobilemodal:before {
    content: "";
    right: 3px;
    top: -10px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #513579;
}

.modal_signup {
    border-top: 1px solid #dfdfdf;
}

.close_btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 8px 0px 0 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.close_btn .close_icon {
    background: #424242;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    margin: 0px 11px 0px 0px;
    display: inline-flex !important;
}

.close_btn .close_icon:hover {
    color: #fff !important;
}

.customers_trms {
    background: #f8f8f8;
    padding: 15px;
    height: 100%;
}

.customers_trms h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #4f238d;
}

.customers_trms h4,
.loginbox h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #4f238d;
}

ul.signup_list li {
    display: block;
    margin-bottom: 6px;
    background-image: none;
    background: none;
    position: relative;
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 0px 0px 20px;
    position: relative;
}

.signup_list li:before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #612ea7;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
}

.loginbox {
    padding: 15px 15px 15px 0px;
}

.loginbox form {
    max-width: 100%;
}

.loginbox form .form-group {
    margin: 0px 0px 15px;
}

.form-group_outer {
    margin-bottom: 15px;
}

button.signbtn {
    background: #133950;
    padding: 6px 15px;
    color: #fff;
    border: 1px solid #133950;
    border-radius: 3px;
    font-size: 15px;
    margin-right: 15px;
    outline: none !important;
}

button.signbtn:hover {
    background: #612ea7;
}

.signupwhithsocial p.text-line {
    text-align: center;
    position: relative;
    font-weight: 600;
    color: #4f5255;
}

.signupwhithsocial p.text-line::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 11px;
}

.signupwhithsocial p.text-line span {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0px 9px;
}

.iconouter {
    text-align: center;
}

a.social-icon svg {
    width: 20px;
    height: 20px;
}

a.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.signupModal.openmodal {
    display: block !important;
}

.loginbox form .form-group:hover,
.loginbox form .form-group:focus,
.loginbox form .form-group:active {
    border-color: #66409c;
    box-shadow: 0 0px 10px 0 rgb(80 36 142 / 50%);
    -webkit-box-shadow: 0 0px 10px 0 rgb(80 36 142 / 50%);
    outline: none;
    transition: 0.5s;
}

.customers_trms .signbtn {
    width: 100%;
    margin: 5px 0px;
}

a.fg_password {
    font-size: 12px !important;
    text-decoration: underline !important;
}

.close_btn .close_icon i {
    font-size: 9px;
    font-weight: bold;
    margin: 1px 0px 0px;
    top: 0px;
    left: 0px;
    color: #fff !important;
}

.openmobile {
    display: none;
}

.mobilenav .mobnavbar ul a.fg_password {
    text-transform: initial;
}


/*---END---*/


/*---Create An Account---*/

.createaccount {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgb(27 27 27 / 17%);
    margin-bottom: 30px;
}

.main-title {
    font-size: 20px;
    font-weight: 600;
    color: #353535;
}

.createaccount h2 {
    font-size: 16px;
    color: #133950;
    font-weight: 600;
    padding: 0px 0px 0px 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.createaccount h2 span.borderright {
    height: 1px;
    background-color: #ccc;
    right: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    margin-left: 15px;
    position: relative;
}

.createaccount h2 span.borderright:before {
    width: 6px;
    height: 6px;
    background-color: #133950;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
}

.createaccount h3 {
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    padding: 15px 0 8px 0;
}

.information {
    padding: 0px 24px 20px 24px;
}

.information .subtitle {
    font-size: 16px;
    font-weight: 600;
}

.savebtns {
    display: inline-flex;
    margin-right: 10px;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: #133950;
}

.savebtns i.icon-edit {
    margin-right: 8px;
}

.addmoreref {
    font-size: 12px;
    font-weight: 600;
    color: #133950;
    text-transform: uppercase;
}

.addmoreref:hover {
    color: #133950;
}

.savebtns:hover {
    color: #fff;
    background-color: #133950;
}

.orref {
    border-bottom: 1px solid #ddd;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.orref span {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
    top: -20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.previousbtns {
    display: inline-flex;
    margin-right: 15px;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #133950;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: #fff;
}

.information .form-group label {
    color: #515151;
    font-weight: 400;
}

.previousbtns i {
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
}

.previousbtns:hover {
    background-color: #133950;
    color: #fff;
}

.graybox {
    background-color: #fbfbfb;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.accountprocess {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    margin-bottom: 20px;
}

.accountprocess ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 6px 10px;
    border-radius: 25px;
    margin: 0px;
    list-style: none;
}

.accountprocess ul li {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    width: 25%;
}

.accountprocess ul li span.number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 8px 0 4px;
    line-height: normal;
}

.accountprocess ul li span.number i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    color: #353535;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

.accountprocess ul li strong {
    font-weight: 600;
    font-size: 12px;
    display: block;
}

.accountprocess ul li .steptext {
    padding-right: 8px;
}

.accountprocess ul li .lineborder {
    background: #ddd;
    height: 2px;
    width: 100%;
}

.accountprocess ul li {
    color: #133950;
}

.accountprocess ul li span.number i {
    background-color: #133950;
    color: #fff;
}

.accountprocess ul li .lineborder {
    background-color: #133950;
}

.accountprocess ul li.active~li {
    color: #212529;
}

.accountprocess ul li.active~li span.number i {
    background-color: #ddd;
    color: #212529;
}

.accountprocess ul li.active~li .lineborder {
    background-color: #212529;
}

.accountprocess ul li:last-child .lineborder {
    display: none;
}


/*-----------*/


/* ------custom check box------ */

.customradio [type="radio"]:checked,
.customradio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.customradio [type="radio"]:checked+label,
.customradio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.customradio [type="radio"]:checked+label:before,
.customradio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.customradio [type="radio"]:checked+label:after,
.customradio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #133950;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.customradio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customradio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.customs {
    display: block;
    margin-bottom: 15px;
    padding-left: 6px;
}

.customs input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customs label {
    position: relative;
    cursor: pointer;
    padding-left: 26px;
}

.customs label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ced4da;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: -4px;
    top: 2px;
}

.customs input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 6px;
    height: 12px;
    border: solid #515151;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.uploadouter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 36px 0;
}

.uploadouter span {
    display: inline-flex;
    font-weight: 500;
    color: #353535;
    margin-right: 8px;
    font-size: 14px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.Uploadbtn {
    color: #133950;
    background-color: white;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    height: 39px;
    font-size: 50px;
    overflow: hidden;
    width: 121px;
}

.mob-stepno {
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: -4px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgb(27 27 27 / 17%);
    padding: 6px;
    display: none;
}

.mob-stepno span {
    color: green;
    display: inline-flex;
    padding-right: 4px;
}


/*----*/

.shoppingGrp {
    right: -500px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    top: 0;
    height: 100%;
    border: 1px solid #eaeaea;
    background: #fdfdfd;
    display: flex;
    border-radius: 0px;
    width: 100%;
    flex-flow: column;
    overflow: hidden;
    -webkit-transition: right 700ms;
    transition: right 700ms;
}

.shoppingGrp {
    width: 400px;
}

.after_minicartopen {
    right: 0;
}

.popupbg {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.shoppingGrp .shoppingheader {
    box-shadow: 0 2px 5px rgb(27 27 27 / 17%);
    padding: 10px 30px 10px 10px;
    position: relative;
}

.shoppingGrp .shoppingheader h4 {
    font-size: 18px;
    color: #133950;
    font-weight: 600;
}

.titleGrp .close,
.mobalclose .close {
    position: absolute;
    right: 8px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 12px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 98px rgb(0 0 0 / 19%);
    top: 8px;
    border: 1px solid #6C47A033;
    opacity: 1;
}

.titleGrp .close:before,
.mobalclose .close:before {
    color: #000;
}

body.cart-userlike {
    overflow: hidden;
}


/*----CartItem List---*/

.btn {
    border-radius: 4px;
    height: 40px;
    2739 padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: #133950;
}

.btnwhite {
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #133950;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: #fff;
}

.cartItemlist {
    margin: 0px;
    padding: 15px 0 0 0;
    list-style: none;
    display: flex;
    max-height: 450px;
    overflow-y: auto;
}

.cartItemlist ul {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.cartItemlist ul li {
    display: flex;
    align-items: center;
    padding: 6px 8px 15px 8px;
    position: relative;
}

.cartItemlist ul li .cart-Item {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    padding: 0px 8px 8px 8px;
}

.cartItemlist ul li .itemdetail {
    width: calc(100% - 60px);
    padding: 0 20px 0 8px;
}

.cartItemlist ul li .itemdetail h3 {
    font-size: 14px;
    font-weight: 600;
    color: #133950;
    margin: 0px;
    padding-bottom: 4px;
}

.cartItemlist ul li .itemdetail p {
    margin: 0px;
    font-size: 12px;
    opacity: 0.8;
    color: #353535;
    font-weight: 500;
}

.cartItemlist ul li .itemdetail .price {
    font-size: 14px;
    font-weight: 600;
    color: #008000;
}

.cartItemlist ul li .removeitem {
    color: #53377a;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartfooter {
    margin-top: auto;
    width: 100%;
    border-top: solid 1px #e0e0e0;
}

.cartfooter .cartbtns {
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-items: center;
    font-weight: 600;
    font-size: 14px;
}

.cartfooter .cartbtns:hover {
    color: #fff;
    background-color: #133950;
}

.cartfooter .totalPrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #353535;
    font-weight: 600;
    padding: 10px;
}

.cartfooter .totalPrice span {
    color: #008000;
    font-size: 18px;
    font-weight: 600;
}

.cartfooter .cartmsg {
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
}

.cartfooter .comments {
    padding: 10px;
    background-color: #f6f6f6;
}

.cartfooter .comments textarea.form-control {
    font-size: 12px;
    margin-top: 4px;
    color: #353535;
}

.cartfooter .comments textarea::-webkit-input-placeholder {
    color: #838383;
}

.cartfooter .comments textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #838383;
}

.cartfooter .comments textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #838383;
}

.cartfooter .comments textarea:-ms-input-placeholder {
    color: #838383;
}

.cartfooter .shipping {
    padding: 6px 10px;
    border-top: 1px solid #f6f6f6;
}

.cartfooter .shipping p {
    font-size: 13px;
    color: #353535;
    margin: 0px;
    padding-bottom: 4px;
}

.cartfooter .shipping select {
    font-size: 12px;
    color: #838383;
}

.cartfooter .continueshopping {
    display: inline-flex;
    margin-right: 15px;
    border-radius: 0px;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0px 6px 12px #6c47a01f;
    border: 1px solid #6C47A033;
    font-size: 14px;
    font-weight: 500;
    color: #133950;
    align-items: center;
    justify-content: flex-start;
    transition: 0.5s;
    background-color: #fff;
    width: 100%;
    margin-bottom: 8px;
}

.cartfooter .continueshopping i {
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
}

.mobalclose .close {
    z-index: 2
}


/*diamond page new css*/

.diamondspage-title {
    font-size: 20px;
    font-weight: 600;
    color: #133950;
}

.MobProductDetailsResult {
    display: none;
}

span.didmnd_sample_image {
    display: block;
    margin: 0px auto;
    font-size: 14px;
    padding-top: 5px;
    opacity: .5;
}

.data-field-header {
    display: block;
}


/*.diamondwrap .pricesorting {left:50%;}
.diamondwrap .dimshipdata{ position: absolute; left: 70%; }
.diamondwrap .dia_sortby{position: absolute;left: 48%;}*/

.diamondwrap .listresult_table tbody tr {
    border: solid 1px transparent;
}

.diamondwrap .listresult_table .tableprice {
    font-size: 11px;
}

.diamondwrap .listresult_table .tableprice i {
    color: #523b8d;
}

.diamondwrap .listresult_table tbody tr:nth-child(even) {
    background: #F8F9FB;
}

.diamondwrap .listresult_table tbody tr td {
    position: relative;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent
}

.diamondwrap .listresult_table tbody tr td .shapeimg {
    width: 12px;
    display: inline-block;
    height: 12px;
    position: absolute;
    left: 0;
    top: 14px;
}

.dia_shapevid_img {
    opacity: .7;
}

.diamondwrap .listresult_table tbody tr td .shapeimg img {
    vertical-align: top;
}

.diamondwrap .listresult_table tbody tr td:first-child {
    border-left: solid 1px transparent;
}

.diamondwrap .listresult_table tbody tr td:last-child {
    border-right: solid 1px transparent;
}

.diamondwrap .listresult_table tbody tr:hover {
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
    cursor: pointer;
    box-shadow: none;
}

.diamondwrap .listresult_table tbody tr:hover td,
.diamondwrap .listresult_table tbody tr.active td {
    border-top: solid 1px #5d3f95;
    border-bottom: solid 1px #5d3f95
}

.table-scroll {
    display: block;
    empty-cells: show;
}

.table-scroll thead {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 15px;
}

.table-scroll thead tr th {
    font-weight: 600;
}

.table-scroll tbody {
    display: block;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.table-scroll tr {
    width: 100%;
    display: flex;
}

.table-scroll td,
.table-scroll th {
    flex-basis: 100%;
    flex-grow: 2;
    display: block;
}

.dia_scrollheight {
    max-height: 515px;
}

.diamondwrap .resulttab a {
    padding-left: 15px;
    padding-right: 15px;
}

.diamondwrap .listresultwrap {
    display: inline-block;
    width: 100%;
    padding: 0 0px;
}

.diamondwrap .select-choose .shapeimg {
    margin-left: 0;
    margin-right: 5px;
}

.diaresult_right {
    float: left;
    width: 25%;
    margin-top: 10px;
    display: none;
}

.diaresult_right .righttitle {
    background: #F8F9FB;
    padding: 10px;
    color: #353535;
    text-align: center;
    font-weight: 500;
}

.diamond-information {
    height: 511px;
    overflow: auto;
}

.diamond-information .info {
    padding: 30px 15px;
    font-size: 12px;
    width: 100%;
}

.diamond-information .info dl dt,
.diamond-information .info dl dt a {
    color: black;
    font-weight: normal;
}

.diamond-information .info dl dt,
.diamond-information .info dl dd {
    line-height: 1.2;
}

.diamond-information .info dl dd,
.diamond-information .info dl dd a {
    color: #959595;
}

.diamond-information .info dl dd {
    margin-bottom: 7px;
    word-break: break-word;
}

.diarightdata {
    width: 100%;
    display: inline-block;
}

.diarightdata .diashapeimg,
.diarightdata .diashapeimg2 {
    width: 300px;
    margin: 0px auto;
}

.diarightdata .tabbingslide,
.diarightdata .tabbingslide2 {
    width: 100%;
    margin: 10px 0;
}

.diarightdata .tabbingslide li,
.diarightdata .tabbingslide2 li {
    width: 75px;
    display: inline-block;
}

.diashapeimg .videodiv .thumbimgvid {
    margin: 0;
    position: absolute;
    left: 45%;
    top: 50px;
}

.diashapeimg .playvideo iframe {
    height: 272px;
    border: none;
}

.diashapeimg .playvideo .dia_actualmsg {
    top: 200px;
    height: 67px;
    z-index: 99;
}


/*Diamond Detail page new css*/

.mobile-left-menu {
    display: none;
}

#skin_tone_span {
    text-align: left;
    display: block;
}

.diaDetailWrap .links a span {
    display: none;
}

.diaDetailWrap .order-left {
    display: none;
}

.diaDetailWrap .disinline {
    display: inline-block;
    float: left;
}

.diaDetailWrap .thumbimg {
    max-height: 56px;
}

.diarightdata .thumbimg {
    max-height: unset;
}

.diamond-size-box {
    padding-bottom: 60px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 800px;
    position: relative;
}

.diamond-size-box img {
    margin: 0px auto;
}

.diamond-size-box .data {
    border-radius: 4px;
    margin-top: 0;
    text-align: center;
    padding: 1em .2em .5em;
    font-size: 10px;
    color: white;
    background: #4b3989;
    min-height: 60px;
    position: absolute;
    left: 0;
    bottom: -10px;
    white-space: nowrap;
    float: left;
    width: 140px;
}

.diamond-size-box .data .arrow {
    opacity: 1;
    background: transparent;
    border-width: 10px;
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #4b3989;
    border-bottom-style: solid;
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -10px;
}

.diamond-size-box .data .n {
    font-size: 25px;
    line-height: 26px;
    display: block;
    font-weight: 500;
}

.textcenter {
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
}

.diamond-cut .h6 {
    font-weight: 500;
}

.mt20 {
    margin-top: 20px;
}

.text-99 {
    color: #999;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.table-rank {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    text-transform: capitalize;
}

.table-rank th {
    height: 30px;
    background: #e6e6e6;
}

.fs-13 {
    font-size: 13px !important;
}

.table-rank td {
    border: 1px solid #e4e4e4;
    padding: 3px 10px 0 10px;
    color: #424242;
}

.table-rank td .active-icon {
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #3e9f8e;
}

.table-rank td.fore6 {
    color: #ffffff;
    background: #b7b7b7;
}

.table-rank td.fore6 em {
    font-size: 11px;
    text-transform: none;
}

.diamond-cut-box {
    margin-top: 10px;
}

.diamond-cut-box .data {
    border-radius: 4px;
    color: white;
    background-color: #4b3989;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    width: 200px;
}

.diamond-cut-box .data .arrow {
    content: '';
    background: transparent;
    border-width: 15px;
    opacity: 1;
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden;
    border-color: transparent;
    border-style: dashed;
    border-top-color: #4b3989;
    border-top-style: solid;
    clear: both;
    position: absolute;
    bottom: -30px;
    top: auto !important;
    left: 40%;
}

.your-diamond {
    font-size: 11px;
    text-transform: capitalize;
    color: #999;
    letter-spacing: .75px;
    text-align: center;
}

.diaDetailWrap .arrow:after,
.diaDetailWrap .arrow:before {
    display: none;
}

.IR218-diamond-color .diamond-color-box {
    max-width: 941px;
}

.diamond-color-box {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
    margin-top: 20px;
}

.diamond-color-box .data {
    color: white;
    display: table;
    border-radius: 4px;
    background: #4b3989;
    position: relative;
    height: 80px;
    width: 100%;
    float: left;
}

.diamond-color-box .data>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 10px 30px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.table-rank2 {
    color: #7f7f7f;
    font-size: 13px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}

.table-rank2 th,
.table-rank2 td {
    border: 1px solid #ccc;
    padding: 10px;
    color: #7f7f7f;
}

.table-rank2 th {
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.table-rank2 td {
    padding-right: 0;
    text-transform: capitalize;
}

.table-rank2 th,
.table-rank2 td {
    border: 1px solid #ccc;
    padding: 10px;
    color: #7f7f7f;
}

.diashapeWrap {
    width: calc(100% - 90px);
    display: inline-block;
    float: right;
}

.diashapeimg,
.diashapeimg2 {
    width: 70%;
    margin: 0px auto;
    margin-top: 50px;
    position: relative;
}

.toptxt {
    position: absolute;
    background: white;
    font-size: 11px;
}

.length_line {
    height: 100%;
    width: 2px;
    background: rgb(0, 0, 0, .5);
    position: absolute;
    left: 50%;
}

.width_line {
    height: 2px;
    width: 100%;
    background: rgb(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 50%;
}

.diashapeimg #t5,
.diashapeimg2 #t5 {
    left: 0;
    top: 100px;
}

.diashapeimg #t6,
.diashapeimg2 #t6 {
    right: 20%;
    top: -7px;
}

.diaDetailWrap .datatitle {
    display: none;
}

.diaDetailWrap .detaildatta {
    min-height: auto;
}

.diacolorImg ul {
    text-align: center;
}

.diacolorImg li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border-radius: 4px;
    padding: 5px;
    border: solid 1px transparent;
}

.diacolorImg li.active {
    border: solid 1px #ccc;
}

.diacolorImg li:last-child {
    margin-right: 0px;
}

.diacolorImg li img {
    display: block;
}

.shipping-details {
    max-width: 1000px;
    margin: 0px auto;
}

.diacolorImg li span {
    padding-top: 10px;
    display: block;
    font-size: 14px;
}

.shipping-details .delivery,
.financing-options h4 {
    font-size: 18px;
    color: #4b3989;
    font-weight: 400;
}

.shipping-details .text-success {
    font-weight: 500;
}

.shipping-details .sub {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}

.shipping-details .list-green li {
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
}

.shipping-details .list-green {
    font-size: 14px;
    margin-bottom: 10px;
}

.financing-options {
    margin-top: 20px;
}

.financing-options p {
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
}

.financing-options i {
    width: 5px;
    height: 5px;
    position: absolute;
    background: #000;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active,
.breadcrumb>li+li:before {
    color: #353535;
}

.flexipay {
    font-weight: 500;
    display: none;
}

.flexipay a {
    color: #4f238d;
}

.diaDetailWrap .product_accor {
    background: transparent;
    margin-top: 20px;
}

.diaDetailWrap .product_accor .tabbing,
.diaDetailWrap .product_accor .tooltip {
    border-bottom: none;
}

.diaDetailWrap .product_accor .tabbing {
    border: 1px solid #e4e4e4;
}

.diaDetailWrap .product_accor .tooltip {
    border-right: 1px solid #e4e4e4;
}

.diaDetailWrap .product_accor .tooltip:last-child {
    border-right: none;
}

.diaDetailWrap .tabcontain {
    margin-top: 15px;
    position: relative;
    background: #4b3989;
    border-radius: 4px;
    padding: 10px 15px;
    color: white;
    width: 100%;
}

.diaDetailWrap .your {
    position: absolute;
    font-weight: 500;
    top: 10px;
    font-size: 13px;
    padding: 0 !important;
    left: 36px;
}

#cleartyacttitle .your {
    left: 13px;
    top: 6px;
}

.arrow-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4b3989;
    position: absolute;
    bottom: -16px;
    left: 45%;
}

.diaDetailWrap .product_accor a .arrow-top {
    display: none;
}

.diaDetailWrap .product_accor a.active .arrow-top {
    display: block;
}

.diaDetailWrap .product_accor .tabbing a.active {
    color: #2e2e2e;
    background: transparent;
}

.diaDetailWrap .product_accor .tabbing a.active .tooltiptext {
    display: none;
}

.diaDetailWrap .product_accor .h4 {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 400;
    color: white;
}

.diamond-color-box .tabbing,
.diamond-color-box .tooltip {
    border: none !important;
}

.diamond-color-box .tooltip {
    padding: 4px;
}

.diamond-color-box .tooltip.active {
    border: 1px solid #e4e4e4 !important;
    border-radius: 4px;
}

.diamond-color-box a span {
    display: block;
}

.diamond-color-box .prodcontainer {
    margin-top: 20px;
}

.diamond-color-box .tabcontain>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0 10px 30px;
}

.diamond-color-box .letter {
    text-align: center;
    width: 10%;
    font-size: 40px;
}

.diamond-color-box .rank {
    width: 18%;
    font-size: 15px;
}

.diamond-color-box .data .description {
    padding-right: 15px;
}

.diaDetailWrap .modal-content h3 {
    font-size: 18px;
}

.diaDetailWrap .modal-body {
    padding-top: 0px;
}

.weightPop .hand-wrap .img-responsive {
    margin: 0px auto
}

.weightPop .hand-wrap {
    margin: 10px;
    max-height: 270px;
    overflow: hidden;
}

.weightPop #rangselectval {
    position: relative;
    top: 12px;
}

.weightPop .fingerDiamnd {
    position: absolute;
    top: 10%;
    width: 40%;
    height: 40%;
    background-repeat: no-repeat;
    margin: 0px auto;
    max-width: none;
    left: 32%;
    right: auto;
    bottom: auto;
    background-size: 100% auto;
    background-position: center center;
}

.weightPop .left {
    width: 100%;
    max-width: 450px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto;
    float: none !important;
    margin-top: 0px;
}

.weightPop .right {
    position: absolute;
    bottom: 80px;
    right: 200px;
}

.weightPop .selectedsize {
    background: #4b3989;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.weightPop #ctstart {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
}

.weightPop #ctend {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}

.weightPop .ui-corner-all {
    border: 1px solid #dbdbdb !important;
}

.image-assets {
    position: absolute;
    left: 189px;
    top: 84px;
    bottom: auto;
    right: auto;
}

.popup-Diamond-Table {
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.popup-Diamond-Table ol li {
    width: 19%;
    display: inline-block;
    text-align: center;
    height: 65px;
    border: solid 1px #eaeaea;
    border-radius: 4px;
    margin-bottom: 20px;
}

.popup-Diamond-Table ol li .popup-Dimond-Sketch {
    display: block;
    height: 26px;
    margin-top: 10px;
    line-height: 24px;
}

#diamond_clarity_education #claritySliderpopup,
#diamond_color_education #colorSliderpopup,
#diamond_cut_education #cutSliderpopup {
    margin-top: 20px;
    background: #c7b6de;
    width: 100%;
    margin: 0px auto;
    max-width: 600px;
    position: relative;
}

.slideset {
    position: relative;
}

.slideset:before {
    content: '';
    background: #c7b6de;
    width: 90px;
    position: absolute;
    top: -10px;
    left: 30px;
    height: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.slideset:after {
    content: '';
    background: #c7b6de;
    width: 90px;
    position: absolute;
    top: -10px;
    right: 30px;
    height: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.slideset .dots {
    width: 2px;
    height: 10px;
    z-index: 9;
    background: white;
    display: block;
    position: absolute;
}

.slideset .dotsleft {
    left: 118px;
    top: -10px;
}

.slideset .dotsright {
    right: 115px;
    top: -10px;
}

#diamond_clarity_education .ui-slider-handle,
#diamond_color_education .ui-slider-handle,
#diamond_cut_education .ui-slider-handle {
    margin-left: -11px !important;
    top: -11px;
}

#diamond_clarity_education #clarityScalepopup li,
#diamond_color_education #colorScalepopup li,
#diamond_cut_education #cutScalepopup li {
    width: 70px !important;
}

#diamond_clarity_education #clarityScalepopup .ui-slider-line,
#diamond_color_education #colorScalepopup .ui-slider-line,
#diamond_cut_education #cutScalepopup .ui-slider-line {
    top: -20px;
    border-right: 1px solid #ffffff;
}

#diamond_clarity_education .clarity-scale,
#diamond_cut_education .cut-scale {
    width: 200px;
    margin: 0px auto;
}

#diamond_clarity_education .clarity-scale p {
    text-align: center;
    position: relative;
    top: -20px;
    font-weight: bold;
    font-size: 14px;
    opacity: .7;
}

#diamond_color_education .color-scale p {
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    opacity: .7;
}

#diamond_cut_education .cut-scale p {
    text-align: center;
    position: relative;
    top: -40px;
    font-weight: bold;
    font-size: 14px;
    opacity: .7;
}

#diamond_color_education .color-scale {
    width: 250px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.diarightdata #skin_tone_span {
    text-align: center;
}

.diarightdata .image-assets {
    left: 3px;
    right: auto;
    top: -127px;
    bottom: auto;
    position: relative;
    margin: 0px auto;
    width: 20px !important;
}

#diamond_color_education .modal-body,
#diamond_clarity_education .modal-body,
#diamond_cut_education .modal-body {
    max-height: 510px;
    min-height: auto;
}

#colorSliderpopup.ui-slider-horizontal label,
#claritySliderpopup.ui-slider-horizontal label,
#cutSliderpopup.ui-slider-horizontal label {
    position: absolute;
    width: 90px;
    text-align: left;
    margin-top: 20px;
}

.diaDetailWrap .lefttabbingWrap .owl-buttons div.owl-prev {
    left: 2px !important;
    background-image: url(../images/dia_prev.png) !important;
    width: 20px !important;
}

.diaDetailWrap .lefttabbingWrap .owl-buttons div.owl-prev:hover {
    background-image: url(../images/dia_prev_hover.png) !important;
    width: 20px !important;
}

.diaDetailWrap .lefttabbingWrap .owl-buttons div.owl-next {
    right: 2px !important;
    background-image: url(../images/dia_next.png) !important;
    width: 20px !important;
}

.diaDetailWrap .lefttabbingWrap .owl-buttons div.owl-next:hover {
    background-image: url(../images/dia_next_hover.png) !important;
    width: 20px !important;
}

#colorSliderpopup.ui-slider-horizontal .dots,
#claritySliderpopup.ui-slider-horizontal .dots,
#cutSliderpopup.ui-slider-horizontal .dots {
    width: 2px;
    height: 10px;
    background: white;
    display: block;
    position: absolute;
    z-index: 9;
}

.diamondwrap .diamond_type {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.diamondwrap .diamond_type span {
    border: solid 1px #133950;
    width: auto;
    color: #133950;
    height: 25px;
    display: inline-block;
    margin-right: 1px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 11px;
    cursor: pointer;
}

.diamondwrap .diamond_type span:last-child {
    margin-right: 0px;
}

.diamondwrap .diamond_type span.active {
    background: #133950;
    color: #fff;
    border: solid 1px transparent;
}

.diamondwrap .diamond_type span.active a {
    color: #fff !important
}

.tabbingpopup {
    width: 100%;
    background: #4b3989;
    border-radius: 4px;
    max-width: 600px;
    margin: 0px auto;
    margin-top: 35px;
    margin-bottom: 10px;
}

.tabbingpopup .tooltip {
    width: 100%;
}

.tabbingpopup .arrow-top {
    bottom: auto;
    top: -9px;
}

.tabbingpopup .tooltip .tooltiptext {
    text-align: center;
    transform: none;
    display: inline-block;
    box-shadow: none;
    background: transparent;
    color: #fff;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: static;
    margin: 0;
}

.tabbingpopup .tooltip .tooltiptext:after {
    display: none;
}

#diamond_cut_education .modal-header h3 {
    padding-bottom: 0px
}

#cuttabbingpopup a:nth-child(1) .arrow-top {
    left: 0px;
}

#cuttabbingpopup a:nth-child(2) .arrow-top {
    left: 22%;
}

#cuttabbingpopup a:nth-child(3) .arrow-top {
    left: 45%;
}

#cuttabbingpopup a:nth-child(4) .arrow-top {
    left: 73%;
}

#cuttabbingpopup a:nth-child(5) .arrow-top {
    left: 93%;
}

#cuttabbingpopup.cutexeclnt a:nth-child(1) .arrow-top {
    left: 0px;
}

#cuttabbingpopup.cutexeclnt a:nth-child(2) .arrow-top {
    left: 17%;
}

#cuttabbingpopup.cutexeclnt a:nth-child(3) .arrow-top {
    left: 35%;
}

#cuttabbingpopup.cutexeclnt a:nth-child(4) .arrow-top {
    left: 58%;
}

#cuttabbingpopup.cutexeclnt a:nth-child(5) .arrow-top {
    left: 77%;
}

#cuttabbingpopup.cutexeclnt a:nth-child(6) .arrow-top {
    left: 93%;
}

#colortabbingpopup a:nth-child(1) .arrow-top {
    left: 0px;
}

#colortabbingpopup a:nth-child(2) .arrow-top {
    left: 14%;
}

#colortabbingpopup a:nth-child(3) .arrow-top {
    left: 28%;
}

#colortabbingpopup a:nth-child(4) .arrow-top {
    left: 42%;
}

#colortabbingpopup a:nth-child(5) .arrow-top {
    left: 57%;
}

#colortabbingpopup a:nth-child(6) .arrow-top {
    left: 71%;
}

#colortabbingpopup a:nth-child(7) .arrow-top {
    left: 85%;
}

#colortabbingpopup a:nth-child(8) .arrow-top {
    left: 93%;
}

#claritytabbingpopup a:nth-child(1) .arrow-top {
    left: 0px;
}

#claritytabbingpopup a:nth-child(2) .arrow-top {
    left: 14%;
}

#claritytabbingpopup a:nth-child(3) .arrow-top {
    left: 28%;
}

#claritytabbingpopup a:nth-child(4) .arrow-top {
    left: 42%;
}

#claritytabbingpopup a:nth-child(5) .arrow-top {
    left: 57%;
}

#claritytabbingpopup a:nth-child(6) .arrow-top {
    left: 71%;
}

#claritytabbingpopup a:nth-child(7) .arrow-top {
    left: 85%;
}

#claritytabbingpopup a:nth-child(8) .arrow-top {
    left: 93%;
}

.diamondwrap .dia_foot_content {
    display: inline-block;
    margin: 10px 0 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
}

.handScroll {
    margin: -45px 0 10px;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.handScroll .actualtxt {
    height: 0px !important;
    font-size: 10px;
    font-weight: bold;
    opacity: .7;
}

.diaDetailWrap .dmnd_title span,
.dmnd_title_mob span {
    font-weight: normal !important;
    color: #000 !important;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    opacity: .5;
}

.aslow {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 100%;
}

.aslow label {
    color: #513e94 !important;
    cursor: pointer !important;
}

.aslow a {
    color: #4c1f8c;
    text-decoration: none;
}

.aslow i {
    color: #133950;
}

.aslow span {
    display: block;
    text-align: center;
    font-weight: 400;
    opacity: 1;
    max-width: 250px;
}

.diaDetailWrap .aslow {
    margin-top: 10px;
    padding-left: 0;
}


/*Loose stone page*/

.tabbingslide,
.tabbingslide2 {
    z-index: 9;
    bottom: -100px;
    width: 100%;
    text-align: center;
}

.tabbingslide li,
.tabbingslide2 li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.tabbingslide li .tabgrp,
.tabbingslide2 li .tabgrp {
    border: solid 1px #e1e1e1;
    width: 75px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    padding-top: 0px;
    position: relative;
    height: 75px;
    display: inline-flex;
    margin-bottom: 15px;
    align-items: center;
}

.tabbingslide li .tabgrp:hover,
.tabbingslide li .tabgrp.active,
.tabbingslide2 li .tabgrp:hover,
.tabbingslide2 li .tabgrp.active {
    box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.15);
    border: solid 1px #133950;
}

.tabbingslide li .thumbtxt,
.tabbingslide2 li .thumbtxt {
    font-size: 9px;
    line-height: 1.1;
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #133950;
    padding: 2px 0;
}

.tabbingslide li .slidehover .thumbtxt,
.tabbingslide2 li .slidehover .thumbtxt {
    background: #fff;
    color: #000;
    padding: 0;
}

.tabbingslide li .tabgrp.certslidetab,
.tabbingslide li .tabgrp.sizeslidetab,
.tabbingslide2 li .tabgrp.certslidetab,
.tabbingslide2 li .tabgrp.sizeslidetab {
    position: static;
}

.tabbingslide li .tabgrp.certslidetab .thumbtxt,
.tabbingslide li .tabgrp.sizeslidetab .thumbtxt,
.tabbingslide2 li .tabgrp.certslidetab .thumbtxt,
.tabbingslide2 li .tabgrp.sizeslidetab .thumbtxt {
    position: relative;
    bottom: 0;
}


/*----*/

.newbtnwrap .button,
.popCompareLogin .signbtn,
.popCompareLogin .create-acc-btn,
.fedexpopup .button {
    background: rgb(72, 25, 137);
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
}

.newbtnwrap a.button {
    transition: all 0.7s ease-in-out 0s;
    color: rgb(255, 255, 255);
    border: none;
    outline: none;
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

/* filter suggestion css */
.filter-suggations a.updated_filter_item{
    background: #efefef;
    border-radius: 10px;
    height: auto;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    color: #353535;
}

.filter-suggations a.celearfilter {
    padding: 5px 11px;
    text-align: right;
    color: #aa0c03;
    background: #efefef;
    border-radius: 10px;
}

.gridviewresult .resultview ul.row li:nth-child(4n) .hoverdiv {
    right: auto!important;
    left: -385px!important;
}

.rzslider{
    margin: 7px 0 20px 0!important;
}

/* product detail css */
.ProductGallery {
    display: flex;
}

.ProductGallery .tabbingslide{
    width: 100px;
}

.ProductGallery .tabbingslide .imagesPanelUL{
        display: grid;
}

.ProductGallery .tabbingslide .imagesPanelUL li{
        text-align: center;
}

.ProductGallery .tabbingslide .imagesPanelUL .icon-degree{
    width: 100%;
    font-size: 52px;
}

.ProductGallery .tabbingslide .imagesPanelUL .thumbsliderbox img{
    width: 100%;
    max-width: 81%;
    margin: auto;
}

.ProductGallery .tabbingslide .imagesPanelUL .sizeslidetab a img{
    /*max-width: 100%;
    margin: auto;
    width: 100%;*/
}

.myaccount-menu {
    max-width: 280px;
}

.mainImagePanel{
    width: 100%;
}

.myaccountnav h4 {
    font-size: 16px;
    color: #4f238d;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0px 0 0px 0;
    background-color: #ececec;
}

.myaccountnav ul {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.myaccountnav ul li {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.myaccountnav ul li:first-child a {
    padding-top: 14px;
}

.right_head .myaccountnav ul li a {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    display: flex;
    width: 100%;
    margin: 0px;
}

/* color intensity*/

.stone_ci_Intense-Blue_icon {
    background-position: -90px -21px!important;
    width: 22px;
    height: 24px;
}

.stone_ci_Vivid-Blue_icon {
    background-position: -90px -48px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Deep-Blue_icon {
    background-position: -90px -75px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Medium-Blue_icon {
    background-position: -90px -102px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Sky-Blue_icon {
    background-position: -90px -131px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Navy-Blue_icon {
    background-position: -90px -162px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Vivid-Yellow_icon {
    background-position: -129px -22px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Light-Yellow_icon {
    background-position: -129px -75px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Golden-Yellow_icon {
    background-position: -129px -103px!important;
    width: 22px;
     height: 22px;
}

.stone_ci_Vivid-Pink_icon {
    background-position: -159px -23px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Medium-Pink_icon {
    background-position: -159px -50px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Soft-Pink_icon {
    background-position: -159px -76px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Snow-White_icon {
    background-position: -189px -19px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_White_icon {
    background-position: -188px -42px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Vivid-Purple_icon {
    background-position: -219px -24px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Medium-Purple_icon {
    background-position: -219px -50px!important;
    width: 22px;
    height: 22px;
}

.stone_ci_Light-Purple_icon {
    background-position: -219px -76px!important;
    width: 22px;
    height: 22px;
}

.searchproduct {
    position: relative;
}

.searchproduct input#ex1_value{
    font-size: 13px;
    margin-top: 3px;
}

.searchproduct .fa-search {
    position: absolute;
    top: 11px;
    right: 8px;
}

.list_of_sapphire_colors .stone_img img{
            max-width: 97px;
}

.all_losegems_ .block img{
    max-width: 180px;
    margin: auto;
}

.all_losegems_ .stone_oute {
     transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
}

.member_box{
    overflow: hidden;
    height: 230px;
    position: relative;
}

.list_of_sapphire_colors .swiper-slider .block p{
    font-family: 'Montserrat', sans-serif;
}

.all_losegems_ .stone_oute img, .list_of_sapphire_colors  img, .list_of_sapphire_colors .swiper-slider p{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    
}

.all_losegems_ .stone_oute h4, .sapphires_stones h4{
    font-family: 'Playfair Display', serif;
}

.all_losegems_ .stone_oute{
    background-color: #F9F9F9
}


.all_losegems_ .stone_oute:hover{
    background-color: #F6F2FF;
    border-radius: 6px;
    box-shadow: 3.914px 5.803px 16px 0px rgb(0 0 0 / 7%);
}

.all_losegems_ .stone_oute:hover img{
    transform: scale(1.15);
    top: -30px;
}

  .list_of_sapphire_colors  .block:hover img{
    transform: scale(1.1);
}

  .list_of_sapphire_colors  .block:hover  p{
    color: #133950
}

.all_losegems_ .stone_oute .view_more{
    background-color:transparent;
    color: #343434; 
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    opacity: 0;
     position: absolute;
    bottom: 30px;
    width: 100%;
    max-width: 126px;
    border: 1px solid #343434;
    right: 30px;
}

.shapphire_hyp .copy_ a div{
    background-color:transparent;
    color: #343434; 
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    max-width: 126px;
    width: 100%;
    text-align: center;
    padding:8px 0; 
    margin-left: auto;
    border: 1px solid #343434;
}

.all_losegems_ .stone_oute .view_more img,  .shapphire_hyp .view_more img{max-width: 13px; margin-left: 10px;  transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;}

.all_losegems_ .stone_oute:hover .view_more{
    opacity: 1;
}

.all_losegems_ .stone_oute .view_more:hover img, .shapphire_hyp .view_more:hover img{
    margin-left: 3px;
}

.all_losegems_ .stone_oute .heading h4{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.all_losegems_ .stone_oute:hover .heading h4{
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.all_losegems_ h4{
    font-size: 25px;
}

.sapphires_stones h4{
    font-size: 25px;
    text-transform: uppercase;
}

.list_of_sapphire_colors p{
    font-size: 12px;
}

.swiper-button-next, .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 41 * 27)!important;   
    top: 9%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    background: url(./img/slider_right_arrow.svg)!important;
    height: 17px!important;
    width: 47px!important;
    content: '';
}

.swiper-button-prev{
    right: 70px;
    left: auto;
}

.swiper-button-prev:after {
    transform: rotate(180deg);
}

.process_custom_jewe{
    max-width: 280px;
    margin: auto; 
    border: 1px solid #eee; 
    box-shadow: 3.914px 5.803px 16px 0px rgb(0 0 0 / 7%);    
    border-radius: 50%; 
    background: #fff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.listresult_table  .table thead{
    position: sticky;
    top: 45px;
    width: 100%;
    z-index: 9;
}

/*----*/

@media screen and (min-width: 1260px) {
    .diamondwrap .listresultwrap {
        width: 75%;
    }
    .diaresult_right {
        display: inline-block;
    }
}

@media screen and (max-width: 1199px) {
    .list_of_sapphire_colors  .list-inline{
                justify-content: normal!important;
                overflow-x: auto;
            }

            .list_of_sapphire_colors  li.list-inline-item .block {
                width: 150px;
            }

            .all_losegems_ .stone_oute .view_more{
                background-color:transparent;
                color: #343434; 
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                opacity: 1;
                 position: absolute;
                bottom: 30px;
                width: 100%;
                max-width: 126px;
                border: 1px solid #343434;
                right: 30px;
            }


            .all_losegems_ .stone_oute .heading h4, .all_losegems_ .stone_oute:hover .heading h4{
                position: absolute;
                top: 20px;
                width: 100%;
                left: 0;
                right: 0;
                margin: auto;
            }

            .all_losegems_ .stone_oute:hover img{
                transform: scale(1.0);
            }
}


@media screen and (max-width: 991px) {
#gemType .filter-option .gemsviewSprite {
    width: 15px;
    height: 15px;
}
    
    .mobilenav .mobnavbar ul a{
        display: block!important;
    }

    .mobilenav .mobnavbar .mainmenu i{
        top: 0!important
    }

    .weightmobile .minmax-value, .lwRatio .minmax-value, .pricemobile .minmax-value, .lengthmobile .minmax-value, .widthmobile .minmax-value{
        position: relative;
    }

    .minmax-value{
        display: block!important;
    }

    .weightmobile .minmax-value .vmaxvalue, .lwRatio .minmax-value .vminvalue, .minmax-value .min-value {
        position: absolute;
        bottom: 0;
    }
}


@media screen and (max-width: 767px) {
     .w-25, .w-75, .w-50{
            width: 100%!important;
           }

           .all_losegems_ h4{
            font-size: 21px;
        }

        .all_losegems_ .stone_oute .view_more{
            right: 0;
    left: 0;
    margin: auto;
        }

        .sapphires_stones h4{
            font-size: 21px;
            text-transform: uppercase;
        }

        .lengthmobile, .pricemobile, .weightmobile, .widthmobile, .lwRatio, .verticalTransparency, .verticalClarity{
            height: 225px!important;
        }
}


/*Blue color intensity */

.leftheader h3 {
    font-weight: 600;
    font-style: italic;
}

#CompareOutput .compareicon i {
    background-position: -208px -4px;
}

section.mapingouter {
    padding: 30px 0px;
}

section.mapingouter h4 {
    color: #133950;
    font-size: 20px;
    font-weight: 600;
}

.list-unstyled li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    outline: 0;
    transition: 0.5s;
}

.list-unstyled li a:hover {
    color: #133950;
}

ul.pl20.pb10 {
    padding-left: 18px;
    list-style: none;
    margin-bottom: 10px;
}

.stone_ci_Medium-Yellow_icon {
    background-position: -129px -49px !important;
    width: 22px;
    height: 22px;
}

/*Details 2 page css start*/

.sectioncolorsGray {
    background-color: #F1F3F4;
}

.sectiontitle {
    font-size: 24px;
    color: #353535;
    font-weight: 600;
}

.aboutproduct {
    line-height: 1.6;
    font-size: 14px;
    color: #353535;
}

.Productinfo-section .ProductTitles {
    text-transform: uppercase;
    color: #353535;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Specifications li {
    height: 36px;
    border-radius: 4px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: 500;
}

.Specifications li .cell {
    color: #656565;
    width: 100%;
    max-width: 200px;
    font-weight: 400;
    display: flex;
    white-space: nowrap;
}

.Specifications li .infoproduct {
    color: #090909;
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
}

.Specifications li:nth-child(even) {
    background-color: transparent;
}

.mainImagePanel .thumbsize {
    width: 300px;
    position: relative;
    margin: auto;
    text-align: center;
    top: 11%;
}

.tabresultview  span{
    text-align: center;
}

.thumbsize span{
    line-height: 46px;
}

.tabresultview360 {
    text-align: center;
}

img.main_img {
    max-height: 370px;
}

.sidetxt,
.toptxt {
    position: absolute;
    background: white;
    font-size: 11px;
}

.sample-image-only {
    width: 300px;
    position: relative;
}

span#t1 {
    top: 53px;
    left: 125px;
    min-width: 60px;
}

span#t2 {
    top: 175px;
    left: 204px;
    width: 64px;
}

span#t3 {
    top: 198px;
    left: 153px;
    width: 52px;
}

span#t4 {
    top: 180px;
    left: 34px;
}

a.accessible_gia_certificate {
    color: #656565;
}

a.accessible_gia_certificate:hover {
    color: #133950;
}

.tabresultview360 .order-left {
    width: 100%;
}

.slidehover {
    position: absolute;
    background: #fff;
    text-align: center;
    z-index: 99999;
    box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
    padding: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: auto;
    display: flex;

}
.slidehover {
    left: 80px;
    top: -9px;
    width: max-content;
    min-width: 210px;
    height: 93px;
}
.slidehover a {
    display: inline-block;
    margin-right: 3px;
    border: solid 1px #e1e1e1;
    min-width: 71px;
    height: 71px;
    max-width: 71px;
    vertical-align: top;
    padding: 5px 0px;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.slidehover img {
    max-height: 47px;
}
.sizeslidetab:hover .slidehover {
    visibility: visible;
    opacity: 1;
    left: 87px;
}
.notearrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c8c8c8;
    position: absolute;
    left: 0;
    bottom: initial;
    margin-left: -8px;
    top: 50%;
    transform: rotate(
90deg);
}
.tabresultview360 .order-left button {
    display: inline-block;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #133950;
}

.tabresultview360 .order-left button:hover,
.tabresultview360 .order-left button:focus {
    display: inline-block;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #133950;
    outline: inherit;
}

.tabresultview360 .order-left button:nth-child(2),
.tabresultview360 .order-left button:nth-child(3) {
    margin: 0 10px;
}

.customers_trms .signbtn a {
    color: #fff !important;
}

.information .form-group .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d0d1d2;
    opacity: 1;
    /* Firefox */
}

.information .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d0d1d2;
}

.information .form-group .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d0d1d2;
}

.disabled,
.disabled:hover {
    cursor: default;
    background: #ccc;
    color: #000;
    border-color: #ccc;
    opacity: 0.8;
}

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

.accountprocess ul li {
    cursor: pointer;
}

.accountprocess ul li.active~li {
    cursor: default;
}

.head_elements li a.topcart {
    position: relative;
}

.head_elements li a.topcart span.counter {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AA0C03;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: -5px;
    right: -6px;
}

.hide, .detailHide {
    display: none;
}
.detailBlock {
    display: block;
}

/*----*/


/*Modal css start*/
.modal-content .modal-body p {
    line-height: 1.6;
    font-weight: 400;
    color: #2F2D38;
    font-size: 13px;
}

.modal-content .modal-body p a {
    text-decoration: underline;
    color: #4f238d;
}

.modal-header h4 {
    font-weight: 600;
    color: #133950;
    font-size: 16px;
    margin: 0px;
    padding: 0px !important;
}
.modal-header a.close {
    color: #b1b1b1;
}
/*Modal css End*/
.range_error{font-size: 11px;
    line-height: normal;
    padding: 10px 0;
}
.swiper-button-next, .swiper-button-prev{
    outline:none !important;
    box-shadow: none !important;
}

span.gemsviewSprite.stone_Color.Change_icon {background: url(../img/change-color.svg) no-repeat!important; width: 15px;height: 15px;position: absolute;left: 11px;top: 9px;}
/*@media (min-width: 1570px){
	.container{
		min-width: 1600px;
	}
}
@media (max-width: 1500px){
	.container{
		min-width: 1490px;
	}
}
@media (max-width: 1400px){
	.container{
		min-width: 1390px;
	}
}*/

.search_icon{
    display: none;
}

@media(max-width: 1799.98px) {
    .sub-dropdown {
        min-width: 200px;
    }
}

@media(max-width: 1599.98px) {
    .sub-dropdown {
        min-width: 200px;
    }
    .topnav .navbar .navbar-nav li a {
        padding: 10px 8px;
    }
}

@media(max-width: 1499.98px) {
    .navbar .navbar-nav li a {
        padding: 10px 5px !important;
        font-size: 12px;
    }
    .mobilenav form {
        max-width: 150px;
    }
    .mobilenav .form-group .form-control {
        font-size: 12px;
        padding-right: 0px;
    }
    .filterlabel {
        width: 105px;
        font-size: 12px;
        padding: 0px !important;
    }
    .filter_right {
        width: calc(100% - 105px);
    }
    .blue_sapphires {
        background-position: 4px -33px;
    }
    .rubies {
        background-position: -42px -33px;
    }
    .emeralds {
        background-position: -85px -33px;
    }
    .alexandrites {
        background-position: -129px -33px;
    }
    .tsavorites {
        background-position: -172px -33px;
    }
    .tanzanites {
        background-position: -216px -33px;
    }
    .hessonite_garnets {
        background-position: -260px -36px;
    }
    .aquamarines {
        background-position: -306px -37px;
    }
    .peridots {
        background-position: -346px -33px;
    }
    .morganite {
        background-position: -388px -33px;
    }
    .pink_tourmalines {
        background-position: -433px -33px;
    }
    .spinel {
            background-position: -473px -35px;
    }
    .round_shape {
        background-position: 6px -83px;
    }
    .oval_shape {
        background-position: -38px -83px;
    }
    .cushion_shape {
        background-position: -81px -84px;
    }
    .emerald_shape {
        background-position: -127px -84px;
    }
    .asscher_shape {
        background-position: -170px -84px;
    }
    .pear_shape {
        background-position: -214px -84px;
    }
    .heart_shape {
        background-position: -301px -84px;
    }
    .marquise_shape {
        background-position: -344px -84px;
    }
    .trillion_shape {
        background-position: -387px -84px;
    }
    .cabochon_shape {
        background-position: -432px -82px;
    }
    .fancy_shape {
        background-position: -475px -82px;
    }
}

@media(max-width: 1400px) {
    ul.gemType {
        height: 41px;
    }
    ul.gemType li .gems,
    ul.gemType li .shape {
        min-width: 38px;
        height: 38px;
        width: 38px;
        margin: 0 auto;
        /*background-size: 420px;*/
    }
    .blue_sapphires {
        background-position: 0px -36px;
    }
    .rubies {
        background-position: -43px -36px;
    }
    .emeralds {
        background-position: -87px -36px;
    }
    .alexandrites {
        background-position: -128px -36px;
    }
    .tsavorites {
        background-position: -171px -36px;
    }
    .tanzanites {
        background-position: -215px -36px;
    }
    .hessonite_garnets {
        background-position: -259px ​-36px;
    }
    .aquamarines {
        background-position: -301px ​-36px;
    }
    .peridots {
        background-position:-348px -37px;
    }
    .morganite {
        background-position: -389px -37px;
    }
    .pink_tourmalines {
        background-position: -432px -37px;
    }
    .spinel {
        background-position:-477px -38px;
    }
    .round_shape {
        background-position: 4px -67px;
    }
    .oval_shape {
        background-position: -31px -67px;
    }
    .cushion_shape {
        background-position: -66px -68px;
    }
    .emerald_shape {
        background-position: -104px -67px;
    }
    .asscher_shape {
        background-position: -136px -67px;
    }
    .pear_shape {
        background-position: -174px -67px;
    }
    .princess_shape {
        background-position: -207px -67px;
    }
    .heart_shape {
        background-position: -244px -67px;
    }
    .marquise_shape {
        background-position: -277px -67px;
    }
    .trillion_shape {
        background-position: -313px -67px;
    }
    .cabochon_shape {
        background-position: -347px -66px;
    }
    .fancy_shape {
        background-position: -382px -66px;
    }
    .select-choose .dropdown-toggle {
        font-size: 10px;
    }
}

@media(max-width: 1365px) {
    .mobilenav form {
        max-width: 120px;
    }
    .mobilenav button.submit {
        padding: 0px 3px 0px 0px;
    }
    .navbar .navbar-nav li a,
    .navbar .navbar-nav .sub-dropdown ul li a {
        padding: 10px 5px !important;
        font-size: 11px;
    }
    .topnav .navbar .navbar-nav li a {
        font-size: 13px;
    }
    .CustomJewelery li .CustomJeweleryimg {
        width: 180px;
        height: 180px;
    }
    .productinfo ul li .customerimg {
        flex-wrap: wrap;
    }
    .productinfo ul li .customerimg span {
        display: block;
    }
}

@media(max-width: 1280px) {
    .calusbtns {
        padding: 0px;
    }
    .calusbtns ul li:first-child {
        width: 100%;
    }
    .calusbtns ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .calusbtns ul li {
        padding: 6px 5px;
    }
    .freeshipping {
        font-size: 12px;
    }
    .freeshipping {
        display: flex;
        flex-flow: column;
        justify-content: center;
        min-height: 73px;
        align-items: center;
    }
    .quirybtns {
        margin-bottom: 10px;
    }
}

@media(max-width: 1199.98px) {
    .filterlabel {
        width: 90px;
    }
    .filter_right {
        width: calc(100% - 90px);
    }
    ul.gemType li .gems,
    ul.gemType li .shape {
        position: relative;
        left: -3px;
    }
    .noUi-horizontal .noUi-handle {
        width: 18px !important;
        height: 18px !important;
        left: -7px !important;
        top: -7px !important;
    }
    .productMainheading a {
        font-size: 18px;
    }
    .productinfo p .price {
        font-size: 20px;
    }
    .heading h2 {
        font-size: 27px;
    }
    .mobilenav .container {
        max-width: 100%;
    }
    .footertitle p,
    .footertitle ul li a {
        font-size: 12px;
    }
    .listresult_table thead tr th,
    .listresult_table tbody tr td {
        font-size: 10px;
    }
    .listresult_table tbody tr td .stoneimg img {
        max-height: 50px;
    }
    .PaymentoptionsList a p {
        width: 70%;
        margin: 0 auto;
    }
    ul.gemType li .gems,
    ul.gemType li .shape {
        min-width: 24px;
        height: 24px;
        width: 24px;
        background-size: 380px;
    }
    .topnav .navbar .navbar-nav li a {
        font-size: 11px;
        padding: 10px 6px;
    }
    ul.gemType li .gems,
    ul.gemType li .shape {
        left: 0;
    }
    ul.gemType li {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .blue_sapphires {
        background-position: -2px -27px;
    }
    .rubies {
        background-position: -32px -27px;
    }
    .emeralds {
        background-position: -61px -27px;
    }
    .alexandrites {
        background-position: -90px -27px;
    }
    .tsavorites {
        background-position: -119px -27px;
    }
    .tanzanites {
        background-position: -151px -27px;
    }
    .hessonite_garnets {
            background-position: -179px -27px;
    }
    .aquamarines {
        background-position: -209px -27px;
    }
    .peridots {
        background-position: -203px -29px;
    }
    .morganite {
        background-position: -646px -27px;
    }
    .pink_tourmalines {
        background-position: -297px -27px;
    }
    .spinel {
        background-position: -327px -27px;
    }
    .pariba-tourmaline {
        background-position: -354px -27px;
    }
    .round_shape {
        background-position: -2px -67px;
    }
    .emerald_shape {
        background-position: -98px -67px;
    }
    .asscher_shape {
        background-position: -130px -67px;
    }
    .pear_shape {
        background-position: -162px -67px;
    }
    .princess_shape {
        background-position: -194px -67px;
    }
    .heart_shape {
        background-position: -224px -65px;
    }
    .marquise_shape {
        background-position: -286px -67px;
    }
    .trillion_shape {
        background-position: -320px -64px;
    }
    .cabochon_shape {
        background-position: -352px -64px;
    }
    .filterouterLabel {
        flex-wrap: wrap;
    }
    .select-choose {
        width: calc(100% / 6 - 10px);
        margin-bottom: 10px;
    }
    .select-choose .dropdown-toggle {
        margin-bottom: 0px;
    }

    .gemstoneshape .myoshapes {
    font-size: 24px;
}
    header form {
        max-width: 120px;
    }
    .Blue-bg.updateAlert a {
        font-size: 12px;
    }
    .quirybtns a {
        font-size: 11px;
        padding: 0 9px;
        font-size: 13px;
    }
    .productMainheading .titlemain {
        font-size: 18px;
    }
    .cartItemlist {
        max-height: 330px;
    }
    ul.gemType li.active{
        background: #fff;
    }

    .gridcardview .viewdetailbtm{
        width: 100%;
        opacity: 1;
    }

    .gridcardview .quickviewbtn{
        display:none;
    }

}

@media(max-width: 1024px) {
    .select-choose {
        width: calc(100% / 5 - 10px);
    }
    .filterouterLabel {
        flex-flow: wrap;
        justify-content: inherit;
        padding-bottom: 15px;
    }
    .select-choose {
        width: calc(100% / 5 - 10px);
        margin-bottom: 8px;
    }
    .select-choose .dropdown-toggle {
        margin-bottom: 0px;
    }
    .select-choose {
        height: 38px;
        line-height: 38px;
    }
    .productinfo ul li .customerimg {
        height: auto;
    }
    .CustomJewelery li:before {
        left: 86%;
        width: 17%;
        top: 36%;
    }
    .CustomJewelery li:after {
        top: 34.5%;
    }
    .quirybtns {
        margin-top: 10px;
    }
}

@media(min-width: 991.98px){
    .mob_contact_us{
        display:none !important;
    }
}
@media (max-width: 989px) { 
 /*---23-02-2021-MobProductDetailsResult---*/

.diminddektop{display: none;}
.MobProductDetailsResult {display: block;}
 .MobProductDetailsResult .MobProductDetailrecord{margin: 0px; padding: 20px 0 0 0; display: block;}
.MobProductDetailsResult .MobProductDetailrecord ul{margin: 0px; padding: 0px; list-style: none; display: flex; width: 100%; flex-flow: wrap;}
.MobProductDetailsResult .MobProductDetailrecord ul  li {width: 33.333%; padding-bottom: 20px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .productItems{width: 100%; display:flex;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .ProductItemImg{align-items: center; justify-content: center;  object-fit: cover; display: flex; padding: 4px;}

.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb{max-width:120px; width: 100%;  position: relative; background-color: #f8f8f8;display: flex; align-items: center; justify-content: center;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .ProductItemImg{min-height: 120px; padding-top: 24px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb a.compareicon{position: absolute;position: absolute; top: 4px; left: 4px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .Productcomp{position:absolute; top: 8px; left: 8px; z-index: 1; display: inline-block; width: 30px; height: 30px; border: none;}
.compareSectionInactive .newsprite { background: url(../img/newsprite.png) no-repeat; line-height: 0px; font-size: 1px; display: inline-block; vertical-align: middle;zoom: 1;background-position: -232px -4px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .Productcomp i.newsprite{background-position: -232px -4px; width: 20px; height: 19px; transition: all 0.4s ease-in-out;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details{width: calc(100% - 124px)}

.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details .ProductRecord {padding-left: 15px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details .ProductRecord table{width:100%; padding: 0px; margin: 0px; font-size: 11px; font-weight: 500;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details .ProductRecord table tr th{ color: #9b9b9b; font-weight: 500;white-space: nowrap; padding-right: 8px; width: 36%; padding-bottom: 2px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details .ProductRecord table tr td{ color: #353535; font-weight: 500; text-align: left; }
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details .ProductRecord table tr td .Itemprice{color: #353535; font-weight: 500; font-size: 12px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details .ProductRecord table tr td .Itemprice span{color: #133950; font-size: 13px; font-weight: 600; display: inline-block; padding-left: 4px;}
 .MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .no-image {position: absolute; bottom: 8px; width: 100%; padding: 0 10px; font-size: 13px; font-weight: 500; text-align: center;}
  .MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .productnoImg img{opacity: 0.3}

.color_intensity_mobile .dropdown-menu{
    display: block!important;
    position: relative!important;
        box-shadow: none!important;
    border: 0!important;
}

.color_intensity_mobile .select-choose__list .filterdrop_title, .color_intensity_mobile .dropdown .btn {
    display: none!important;
}

.color_intensity_mobile .dropdown-menu{
    padding-top: 0px!important;
}

.selected_filter:after {
    content: '✔';
    float: right;
}

.stone_color_mobile .nocheckbox input[type=checkbox] {
    display: none;
}

.stone_color_mobile  .gemsviewSprite {
    background: url(../img/gemsviewSprite.png) no-repeat;
    line-height: 0px;
    font-size: 1px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    zoom: 1;
}

.stone_color_mobile .gemsviewSprite {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 8px;
}

.stone_Blue_icon {
    background-position: -38px -5px!important;
}

.stone_color_mobile  .select-choose__item label{
    padding: 5px 5px 5px 33px;
}

.stone_Yellow_icon {
    background-position: -38px -25px!important;
}

.stone_Pink_icon {
    background-position: -38px -43px!important;
}

.stone_White_icon {
    background-position: -38px -62px!important;
}

.stone_Purple_icon {
    background-position: -38px -83px!important;
}

.stone_Green_icon{
    background-position: -38px -122px!important;
}

.stone_Lavender_icon {
    background-position: -38px -103px!important;
}

.stone_Padparadscha_icon {
    background-position: -38px -143px!important;
}

.stone_Padparadscha_icon {
    background-position: -38px -143px!important;
}

.stone_Peach_icon {
    background-position: -38px -163px!important;
}

.stone_Orange_icon {
    background-position: -38px -183px!important;
}

.stone_Teal_icon {
    background-position: -37px -202px!important;
}

.stone_Change_icon {
    background-position: -38px -266px!important;
}

}

@media(max-width: 991.98px) {

    li.support_features_ {
        background: transparent!important;
        border: 0!important;
    }

    .Call_icon_n, .Call_email_n{
        display: none!important;
    }

    li.support_features_ ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        align-items: center;
    }

    li.support_features_ ul li {
        background: transparent!important;
        border: 0!important;
        text-align: center;
    }

    li.support_features_ ul li a i {
        display: flex;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 29px;
        background-color: #efefef;
        border-radius: 50%;
        height: 29px;
        margin-bottom: 7px;
    }

    .openmobile {
        display: block;
    }
    li.mail {
        display: none;
    }
    .mobilenav {
        padding: 0px;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
        margin-bottom: 0px;
    }
    .head_elements li.phone {
        padding-left: 48px;
    }
    .PaymentoptionsList a p {
        width: 90%;
        margin: 0 auto;
    }
    .head_elements li.mail {
        margin-left: 0px;
    }
    nav.navbar {
        border-top: 0px;
        background-color: transparent;
        box-shadow: none;
    }
    .navbar-collapse {
        position: fixed;
        left: -100%;
        background: #fff;
        bottom: 0px;
        top: 0px;
        max-width: 450px;
        width: 100%;
        z-index: 1000;
        transition: 0.5s;
    }
    .topnav .navbar .navbar-nav li.nav-item:before {
        display: none;
    }
    .topnav .navbar .navbar-nav li a {
        font-size: 13px;
    }
    .navbar-collapse.show {
        left: 0px;
    }
    .navbar-collapse.show+span {
        content: "";
        position: fixed;
        background: #0000008a;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 1;
        transition: 0.5s;
    }
    .navbar-collapse .navbar-nav {
        position: relative;
        z-index: 100;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid #ccc;
        background: #fff;
    }
    .navbar .navbar-nav li.dropdownpt > a::after {
        position: absolute;
        right: 10px;
    }
    .navbar .navbar-nav li .sub-dropdown {
        width: 100%;
    }
    .desktopMenu {
        width: auto;
        display: inline-block;
        position: absolute;
        top: 55px;
        left: 15px;
    }
    .navbar-toggler {
        border: 0px;
        outline: none !important;
        padding: 10px 0px;
    }
    span.full {
        width: 30px;
        height: 3px;
        margin-bottom: 4px;
        background-color: #133950;
        display: block;
    }
    span.half {
        width: 20px;
        height: 3px;
        margin-bottom: 4px;
        background-color: #133950;
        display: block;
    }
    .logo a img {
        width: 100px;
    }
    span.rightmobile {
        position: absolute;
        right: 15px;
        display: flex;
        overflow: hidden;
        top: 11px;
    }
    span.rightmobile a {
        display: inline-flex;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 29px;
    background-color: #efefef;
    border-radius: 50%;
    height: 29px;
    margin-left: 5px;       
    }
    .productinfo p strong {
        min-width: 208px;
    }
    .productinfo p {
        display: flex;
        word-break: break-all;
    }
    .productinfo p a {
        word-break: break-all;
    }
    .productMainheading a {
        font-size: 14px;
    }
    .outerslider {
        flex-direction: column-reverse;
    }
    .outerslider .leftcol {
        width: 100%;
    }
    .outerslider .rightCol {
        width: 100%;
    }
    .outerslider .leftcol .slider-nav-thumbnails .slick-track {
        display: flex;
        max-height: 70px;
    }
    .outerslider .leftcol .slick-slide {
        margin: 0px 4px;
    }
    .leftcol .slick-slider .slick-list.draggable {
        height: initial !important;
    }
    .productinfo {
        padding: 0px;
    }
    .mobilenav form {
        max-width: 100%;
        padding: 0px 5px;
    }
    .logo a {
        margin-bottom: 0px;
            position: initial;
        left: 0;
        right: 0;
        text-align: center;

    }
    .topnav nav.navbar {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    .updateAlert .font-14 {
        font-size: 11px;
    }
    /*---Mobile Nav---*/
    .desktopMenu {
        display: none;
    }
    header {
        box-shadow: 0 1px 3px rgb(20 26 46 / 17%);
        background-color: #fff;
        padding: 8px 0;
        position: relative;
    }
    .open-mobile-menu {
        position: absolute;
        left: 15px;
        top: 22px;
        z-index: 1;
        width: 46px;
        height: 23px;
        display: inline-flex;
        justify-content: space-between;
        flex-flow: column;
        align-items: flex-start;
        box-shadow: none;
        border: none;
        background-color: transparent;
    }
    .open-mobile-menu span {
        background-color: #133950;
        width: 25px;
        height: 3px;
        margin: 1px 0;
        display: inline-flex;
    }
    .open-mobile-menu:focus {
        box-shadow: none;
        outline: inherit;
    }
    .close-mobile-menu {
        background-color: #ccc;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        box-shadow: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    .show-offcanvas .mobile-enquiry {
        display: flex;
        padding: 5px;
    }
    .CustomJewelery li {
        width: auto;
        padding-bottom: 25px;
    }
    .CustomJewelery li .CustomJeweleryimg {
        width: 153px;
        height: 153px;
        padding: 8px;
    }
    .CustomJewelery li .CustomJeweleryimg {
        margin-right: 22px;
    }
    .CustomJewelery li:after {
        top: 29.5%;
    }
    .CustomJewelery li:before {
        top: 31%;
    }
    .signupModal {
        width: 300px;
        right: 15px;
        border-radius: 0px;
        box-shadow: 0 0 3px rgb(1 1 1 / 13%);
        padding-left: 15px;
    }
    .signupModal:before {
        right: 50px;
    }
    .loginbox {
        padding: 8px 15px 15px 0px;
    }
    .mobilemodal.sidebarmodal {
        display: block !important;
        left: 10px;
        top: 50px;
        width: 300px;
        padding-left: 10px;
    }
    .mobilemodal.sidebarmodal::before {
        left: 3px;
        right: initial;
    }
    .mobilemodal .loginbox {
        padding: 11px 15px 15px 0px;
    }
    .openmobile .signbtn {
        width: 100%;
        margin: 0px;
    }
    .accountprocess {
        padding: 10px 6px;
    }
    .accountprocess ul {
        padding: 6px 4px;
    }
    .accountprocess ul li span.number {
        font-size: 12px;
        font-weight: 500;
    }
    .accountprocess ul li span.number i {
        width: 24px;
        height: 24px;
    }
    .accountprocess ul li strong {
        font-size: 11px;
    }
    .cartItemlist {
        max-height: 330px;
    }
    
    /*- 23-02--*/
.MobProductDetailsResult .MobProductDetailrecord{padding: 0px 0 0 0;}
.MobProductDetailsResult .MobProductDetailrecord ul  li {width: 50%; padding-bottom: 20px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb{max-width:160px; width: 100%;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .ProductItemImg{min-height: 160px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .ProductItemImg img{max-height: 160px; height: 160px; object-fit: contain;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details{width: calc(100% - 164px)}



    /*---END--*/

    a.gemscolor.redspinel, a.gemscolor.bluespinel{
        position: relative;
    padding-left: 35px!important;
    }
    a.gemscolor.redspinel:after {
        background-image: url(../img/sprit-gemstones-color.png);
        background-repeat: no-repeat;
        background-size: 325px;
        width: 26px;
        height: 25px;
        content: "";
        position: absolute;
        background-position: -1px -33px;
        left: 0px;
        top: 4px;
    }

    a.gemscolor.bluespinel:after {
        background-image: url(../img/sprit-gemstones-color.png);
        background-repeat: no-repeat;
        background-size: 325px;
        width: 26px;
        height: 25px;
        content: "";
        position: absolute;
        background-position: -31px -33px;
        left: 0px;
        top: 4px;
    }

    .gemstoneshapemobile .select-choose__item{
           display: block;
    align-items: center;
    width: 100%;
    position: relative;
    }

    .gemstoneshapemobile .select-choose__item a.shape{
           display: contents;
    }

    .gemstoneshapemobile .select-choose__item a.shape img{
              position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    }

    .weightmobile, .pricemobile, .lengthmobile, .widthmobile, .lwRatio{
        margin-left: 15px;
        display: inline-flex!important;
    }

    .weightmobile .minmax-value, .pricemobile .minmax-value, .lengthmobile .minmax-value, .widthmobile .minmax-value, .lwRatio .minmax-value{
            margin-left: 25px;
    }

    .filter-suggations-mobile .d-flex.w-100 .updatedfilters{
         display: -webkit-inline-box;
        overflow-y: scroll;
         width: 100%;
    }

    .filter-suggations-mobile .d-flex.w-100 .updatedfilters a.updated_filter_item{
        width: 180px;
    display: table;
    text-align: center;
    }
}




@media(max-width: 767.98px) {

    .search_icon{
        position: absolute!important;
        left: 41px!important;
    top: 1px!important;
    right: auto!important;
    display: inline-flex;
    font-size:15px;
    font-weight: 500;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 29px;
    background-color: #efefef;
    border-radius: 50%;
    height: 29px;
    margin-left: 5px;

    }


    h1.main-title.position-relative{
        text-align: center;
    }
    span.rightmobile a .icon-search {
        font-size: 15px;
    }
    .slidehover{
            top: -100px;
    left: 0!important;
    width: 100%;
    right: 0;
    margin: 0 auto;
    max-width: fit-content;
    }

    .slidehover .notearrow{
            bottom: -7px;
    top: auto;
    transform: rotate(0deg);
    left: 0;
    right: 0;
    margin: auto;
    }

.ProductGallery{
        height: 494px;
    }

    .ProductGallery .tabbingslide{
        position: absolute;
        bottom: 0;
        width: 96%;
    }

    .ProductGallery .tabbingslide .imagesPanelUL{
        display: inline-flex;
    }

    .tabresultview  img.main_img{
        width: 100%;
    }

    .tabbingslide li, .tabbingslide2 li{
            position: inherit;
    }


  .myaccount-menu {
    max-width: 100%!important;
    width: 100%;
}

.mainImagePanel{
    width: 100%;
}

.myaccountnavmobile h4 {
    font-size: 16px;
    color: #4f238d;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0px 0 0px 0;
    background-color: #ececec;
}

.myaccountnavmobile ul {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
        padding: 0 12px;
    line-height: 30px;
}

.myaccountnavmobile ul li {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.myaccountnavmobile ul li a{
    color:#353535;
}

.myaccountnavmobile ul li:first-child a {
    padding-top: 0px;

}

.signupModalMobile .innersignup{
    position: relative;
}

.signupModalMobile  .close_btn{
    top: 0px
}   

    .rightmobile  a.topcart span.counter {
       width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AA0C03;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 5px;
    right: 2px;
}

.angucomplete-holder{
        padding: 0 7px;
}

.mobilenav .mobnavbar .mainmenu i{
    right: 0px;
}

.angucomplete-dropdown{
    margin-top: 0px!important;
    width: 98%!important;
}

    .left_head, .right_head {
        display: none;
    }
    .custom_jewelery {
        padding: 20px 0px 40px;
    }
    .heading h2 {
        font-size: 22px;
    }
    .custom_jewelery p {
        font-size: 14px;
    }
    ul.footermenu {
        padding: 10px 0px;
    }
    ul.footermenu li a,
    .footerleftmenu li a {
        font-size: 11px;
        padding: 5px 10px;
    }
    ul.footerleftmenu {
        justify-content: center;
    }
    .copyrighttext {
        text-align: center;
        font-size: 12px;
    }
    .productinfo p {
        margin-bottom: 10px;
    }
    .caption {
        font-size: 10px;
    }
    .mobi_gridresult .proimg {
        width: 30%;
    }
    .mobi_gridresult .item_detail_container {
        width: 70%;
    }
    .mobi_gridresult .properties_table,
    a.no_detail {
        font-size: 13px;
        line-height: 18px;
    }
    .mobi_gridresult .price_title {
        font-size: 10px;
    }
    .pagetitle h3 {
        font-size: 15px;
    }
    .Length_slider .caption span,
    .width_slider .caption span {
        width: 35px;
        padding: 5px;
    }
    .CustomJewelery {
        overflow: auto;
    }
    .PaymentoptionsList p {
        font-size: 13px;
    }
    .calusbtns {
        margin-bottom: 10px;
    }

    .quirybtns span{
        width: 50%;
    }
    .quirybtns span a{
        width: 100%!important;
    }
    .quirybtns a {
        font-size: 13px;
    }
    .quirybtns {
        flex-wrap: wrap;
        margin: 0 -2%;
    }
    .quirybtns a {
        width: 46%;
        margin: 0px 2%;
        margin-bottom: 10px;
    }
    .PaymentoptionsList {
        padding: 0px;
    }
    .slick-next {
        right: 71px !important;
    }

    .mainImagePanel .thumbsize {
        top: 0%;
    }
  
}

@media(max-width: 679.98px) {
    .desktopMenu {
        top: 64px;
    }
    .productinfo ul li .customerimg span.linkcopy {
        margin-left: 0px;
        margin-top: 5px;
    }
    .calusbtns {
        margin-bottom: 10px;
    }
    .calusbtns ul {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .calusbtns ul li {
        padding: 6px 1px;
        margin: 0 2px;
    }
    .calusbtns ul li a{
        font-size: 12px;
    }
    .calusbtns ul li a i{
        font-size: 18px;
    }
    .productinfo ul li .customerimg{
        word-break: break-all;
    }
    .calusbtns ul li:first-child {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding-bottom: 0px;
    }
    .freeshipping {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
    .quirybtns a {
        font-size: 13px;
    }
    .accountprocess ul {
        border-radius: 4px;
    }
    .accountprocess ul li {
        flex-flow: column;
        align-items: flex-start;
        padding-bottom: 3px;
    }
    .accountprocess ul li span.number {
        margin: 0px;
    }
    .accountprocess ul li .lineborder {
        margin-top: 6px;
    }
    .accountprocess ul li:last-child .lineborder {
        display: block;
    }
    .information {
        padding: 0px 10px 20px 10px
    }
    .createaccount h2 {
        padding: 0px 0px 0px 10px;
    }
    .mob-stepno {
        display: block;
    }
    .cartItemlist {
        max-height: 240px;
    }
    .shoppingGrp {
        width: 100%;
        right: -100%;
    }
    .after_minicartopen {
        right: 0;
    }
    span.leftsidebar {
        right: 0px;
    }
}


  @media(max-width: 640px) {
       /*- 23-02--*/
.MobProductDetailsResult .MobProductDetailrecord ul  li {width: 100%; padding-bottom: 20px;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb{max-width:180px; width: 100%;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details{width: calc(100% - 184px)}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .ProductItemImg{min-height: 180px;}
}

@media(max-width: 575.98px) {
    .logo {
        text-align: left !important;
        padding-left: 0px;
    }
    .outerslider .thumbsliderbox {
        width: 42px;
        height: 42px;
    }
    .leftcol .slider-nav-thumbnails img {
        max-width: 42px;
    }
    .outerslider .leftcol .slider-nav-thumbnails .slick-track {
        max-height: 46px;
    }
    .font-14 {
        font-size: 11px;
    }
    .filter-sort .options {
        font-size: 13px;
    }
    .gemtypes {
        display: block !important;
    }
    .gemtypes .filterlabel {
        width: 100%;
    }
    .gemtypes .filter_right {
        width: 100%;
    }
    ul.gemType {
        height: 36px;
    }
    ul.gemType li .gems,
    ul.gemType li .shape {
        width: 24px;
        background-size: 330px;
        margin: 0 auto;
        max-width: 24px;
        min-width: 24px;
        height: 34px;
        left: -2px;
    }
    .mobi_gridresult .price_title {
        font-size: 13px;
    }
    .PaymentoptionsList {
        padding: 20px 0px;
    }
    .logo a img {
        max-width: 60px;
        width: 100%;
    }
    span.rightmobile {
        top: 0px;
    }
    .open-mobile-menu {
        left: 6px;
        top: 13px;
    }
    .PaymentoptionsList {
        padding: 10px;
    }
    .quirybtns .freeshipping {
        width: 100%;
        margin: 0px;
    }
    .freeshipping {
        flex-flow: nowrap;
        font-size: 14px;
    }
    .productMainheading .titlemain {
        font-size: 15px;
    }
    .mobilenav .mob-block .mobileuser i {
        font-size: 17px;
    }
    .mobilenav .mob-block .mobileuser {
        font-size: 12px;
    }
    .btnnext {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        left: 0;
        padding: 8px 0 0 0 !important;
        box-shadow: 0 2px 5px rgb(27 27 27 / 17%);
        display: flex;
    }
    .btnnext .previousbtns {
        width: 50%;
        margin: 0px;
        border-radius: 0;
        display: inline-flex;
        width: 100%;
        height: 46px;
    }
    .btnnext .savebtns {
        border-radius: 0;
        display: flex;
        margin: 0px;
        width: 100%;
        height: 46px;
    }
    
     /*- 23-02--*/ 
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb{max-width:180px; width: 100%;}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-details{width: calc(100% - 184px)}
.MobProductDetailsResult .MobProductDetailrecord ul  li .ProductItem-thumb .ProductItemImg img{max-width: 180px; max-height: 180px; width: 100%;}
    /*---*/
}

@media(max-width: 480px) {
    .accountprocess ul {
        width: 100%;
        overflow: auto;
    }
    .accountprocess ul li {
        width: auto;
    }
    .accountprocess ul li .steptext {
        white-space: nowrap;
        padding-right: 20px;
    }
}

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    background-color: #ffffff;
    border: 1px solid #a2a2a3;
}

/* Styling;
 */
.noUi-background {
  background: #efefef;
}

.noUi-connect {
  background: #6d47a1;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: pointer;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;

}



/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
img{max-width: 100%;}

.ProductGallery{
    display: flex;
} 
.ProductGallery .tabbingslide{
    width: 70px;
}
.ProductGallery .mainImagePanel{
   width: calc(100% - 70px);
}
 
.mainImagePanel .thumbsize {display: flex; align-items: center; justify-content: center;}
.ProductGallery .mainImagePanel .tabresultview>.reviewVideo { width: 100%;  margin: 0 auto;  text-align: center;  max-width: 400px; min-height: 400px; max-height: 400px; align-items: center; justify-content: center; display: flex;}

/*Loose stone page*/
.tabbingslide, .tabbingslide2{z-index: 1;bottom: -100px; width: 100%; text-align: center; }
.tabbingslide li, .tabbingslide2 li{ display: inline-block;vertical-align: top;width: 24%; }
.tabbingslide li .tabgrp, .tabbingslide2 li .tabgrp{width: 70px; height: 70px; border: 1px solid #ddd; border-radius: 3px; display: flex; align-items: center; justify-content: center; padding: 8px; cursor: pointer;}
.tabbingslide li .tabgrp i{font-size: 42px;}

.tabbingslide li .tabgrp:hover, .tabbingslide li .tabgrp.active,
.tabbingslide2 li .tabgrp:hover, .tabbingslide2 li .tabgrp.active{box-shadow: 2px 2px 17px rgba(0,0,0,0.15); -webkit-box-shadow: 2px 2px 17px rgba(0,0,0,0.15);border: solid 1px #133950;}
.tabbingslide li .thumbtxt, .tabbingslide2 li .thumbtxt{font-size: 9px; line-height: 1.1;display: block; margin-top: 5px;position: absolute;bottom: 0px; width: 100%;text-align: center;color: #fff;background: #133950; padding: 2px 0;}
.tabbingslide li .slidehover .thumbtxt, 
.tabbingslide2 li .slidehover .thumbtxt{ background: #fff; color:#000; padding: 0; }
.tabbingslide li .tabgrp.certslidetab, .tabbingslide li .tabgrp.sizeslidetab,
.tabbingslide2 li .tabgrp.certslidetab, .tabbingslide2 li .tabgrp.sizeslidetab{ position: static; }
.tabbingslide li .tabgrp.certslidetab .thumbtxt, 
.tabbingslide li .tabgrp.sizeslidetab .thumbtxt,
.tabbingslide2 li .tabgrp.certslidetab .thumbtxt, 
.tabbingslide2 li .tabgrp.sizeslidetab .thumbtxt{ position: relative; bottom: 0; }
.recent_slider .similaritemDetails .owl-wrapper-outer{height: auto; max-width: 1300px;margin: 0px auto;}
.recent_slider .similaritemDetails .owl-prev{ left: 30px; }
.recent_slider .similaritemDetails .owl-next{ right: 30px;}
.recent_slider .similaritemDetails .proslideimg img { max-width: 110px;}




/*loose stone*/

.detaildatta .note{ font-size: 11px; } 
.tabbingslide li, .tabbingslide2 li { display: block; width: 100%; margin-bottom: 10px; }
.tabbingslide li .tabgrp.certslidetab, .tabbingslide li .tabgrp.sizeslidetab, 
.tabbingslide2 li .tabgrp.certslidetab, .tabbingslide2 li .tabgrp.sizeslidetab { position: relative;}
.slidehover{ left: 0; top:-9px;width: max-content; min-width: 210px;height: 105px; }
.certslidetab:hover .slidehover, .sizeslidetab:hover .slidehover{ top: -9px; left: 70px; }
.slidehover .notearrow{left: 0;bottom: auto;top: 50%; transform: rotate(90deg); -webkit-transform: rotate(90deg);display: block; }

.tabresultview360 button{display: none;}

.reviewVideo{max-width: 70%; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: center; min-height: 400px; max-height: 400px;}
.tabresultview360 {height: 100%;}
 


@media(max-width: 767.98px) {
    .ProductGallery{flex-direction: column-reverse;}
    .ProductGallery .tabbingslide{width: 100%;}
    .ProductGallery .tabbingslide .imagesPanelUL{display:inline-flex; align-items: center; margin: 6px;}
    .ProductGallery .tabbingslide .imagesPanelUL li{padding: 0 8px;}
    .ProductGallery .mainImagePanel{width: 100%; margin-bottom: 0px;}
    .tabbingslide li .tabgrp, .tabbingslide2 li .tabgrp{width: 55px; height: 55px;}
    .tabbingslide li, .tabbingslide2 li{margin-bottom: 0px;}
}
/*


   Magic 360 v4.6.10 
   Copyright 2019 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magic360/
   License agreement: https://www.magictoolbox.com/license/


*/
 @font-face {
    font-family: 'magic360';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/magic360.eot?#iefix') format('embedded-opentype');
}
@font-face {
    font-family: 'magic360';
    src: url('data:application/octet-stream;base64,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') format('woff'),
        url('data:application/octet-stream;base64,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') format('truetype');
}



/* Core */
.Magic360,
.Magic360-container {
    /*border: 1px solid #f3f3f3;*/
    box-sizing: content-box !important;
}

.Magic360-container .Magic360,
.Magic360-fullscreen .Magic360 {
    border: 0 !important;
}

.Magic360 {
    padding: 0 !important;
    outline: 0 !important;
    display: inline-block;
    font-size: 0 !important;
    line-height: 100% !important;
    max-width: 100%;
}

.Magic360-container {
    text-align: center !important;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.Magic360-container .Magic360 {
    display: inline-block !important;
    vertical-align: middle;
    touch-action: none;
}

.Magic360-container .Magic360.m360-spin-x {
    touch-action: pan-y;
}

.Magic360-container .Magic360.m360-spin-y {
    touch-action: pan-x;
}

.Magic360.desktop.zoom-in {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.Magic360 img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto;
    width: auto !important;
    max-height: 200px;
}

.Magic360#spin img{
    max-height: none;
}
.Magic360#spin1 img{
    max-height: none;
}

.Magic360 > img {
    width: 100%;
}

/* Fullscreen icons */
button.m360-icon {
    color: #b4b4b4 !important;
    font: normal 900 30px/1 'magic360' !important;
    cursor: pointer;
    z-index: 1000000 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 44px !important;
    height: 44px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button.m360-icon:hover,
.mobile-magic button.m360-icon:active {
    color: #555 !important;
    color: rgba(49, 51, 61, 0.76) !important;
}
button.m360-icon:before {
    display: inline !important;
    position: static !important;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
}
button.m360-icon.m360-icon-fullscreen-open,
button.m360-icon.m360-icon-fullscreen-close {
    top: 0 !important;
    right: 0 !important;
}
button.m360-icon.m360-icon-fullscreen-close {
    width: 60px !important;
    height: 60px !important;
}
button.m360-icon.m360-icon-fullscreen-open:before { content: '\e800'; }
button.m360-icon.m360-icon-fullscreen-close:before { content: '\e801';  }

.lt-ie9-magic button.m360-icon {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.m360-icon:hover {
    filter: alpha(opacity=100);
}


.Magic360-fullscreen:-webkit-full-screen {
    touch-action: none;
}

.lt-ie7-magic .Magic360-container .Magic360 {
    width: auto !important;
}

.Magic360-fullscreen {
    background: #fff;
    z-index: 2147483640 !important;
}
.Magic360-fullscreen:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-backface-visibility: hidden !important;
            backface-visibility: hidden !important;
}
.Magic360-fullscreen:-ms-fullscreen {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.Magic360-fullscreen:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.Magic360-fullscreen .Magic360 {
    display: inline-block !important;
    vertical-align: middle;
}

.Magic360-message {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #AAAAAA;
    display: block;
    font-size: 10px;
    color: #000;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 33%;
    left: 33%;
    z-index: 100;
    box-shadow: 0 0 10px #000;
    border-collapse: separate;
    border-radius: 15px;
}

.Magic360-fullscreen .Magic360-message {
    font-size: 18px;
    background-color: #31333D;
    background-color: rgba(49, 51, 61, 0.76);
    border-color: #ccc;
    color: #fff;
    top: 15px;
}


/**
 * Hint & Loader
 */
.m360-hint-message,
.m360-loader {
    background: rgba(49, 51, 61, 0.76);
    color: #fff;
    font: normal 14px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.m360-hint,
.m360-loader {
    direction: ltr;
    text-align: center;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.m360-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.m360-hint-message {
    display: inline-block;
    border-radius: 2em;
    padding: .3em 1.5em;
    font-size: 14px;
    line-height: 1.5;
}
.m360-hint-message:before {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlv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');
    background-image: -webkit-image-set(
                        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlv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') 1x,
                        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABUCAYAAAC82LpqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTQ2NDdEMUM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTQ2NDdEMEM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlv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') 2x
                    );
    width: 40px;
    height: 42px;
    display: inline-block;
    speak: none;
    text-align: center;
    vertical-align: middle;
    margin-right: 4px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.m360-spin-x .m360-hint-message:before {
    background-position: -40px;
}
.m360-spin-y .m360-hint-message:before {
    background-position: -80px;
}

.m360-loader {
    border-radius: 100%;
    font-size: 0;
    opacity: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    left: 8px;
    bottom: 8px;
}
.m360-loader:after {
    content: attr(data-progress);
    font-size: 12px;
    line-height: 1;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.m360-loader:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.m360-loader.shown {
    opacity: 1;
    z-index: 1000;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.m360-loader.shown:before {
    -webkit-animation: spin-loading 2s infinite linear;
            animation: spin-loading 2s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.lt-ie10-magic .m360-loader {
    border-radius: 2em;
    font-size: 14px;
    padding: .8em 1.2em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .m360-loader:before {
    display: none;
}
.lt-ie10-magic .m360-loader:after {
    content: 'Loading...   ' attr(data-progress);
    text-align: center;
}
.lt-ie9-magic .m360-hint-message,
.lt-ie9-magic .m360-loader.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .m360-hint-hidden {
    filter: alpha(opacity=0);
}
.lt-ie9-magic .m360-loader {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 96px;
    margin: auto;
}
.lt-ie9-magic .Magic360-fullscreen .m360-loader {
    left: 8px;
    right: auto;
}


/* Magnifier */
.Magic360-container .m360-magnifier,
.Magic360-fullscreen .m360-magnifier {
    box-shadow: 0 0 10px #ccc;
    border-collapse: separate;
    background-color: #fff;
    cursor: none;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.lt-ie9-magic .m360-magnifier {
    border:  3px ridge #e7e7e7;
}
.lt-ie9-magic .m360-magnifier.m360-magnifier-inner {
    border: none !important;
}
.Magic360-container.desktop .m360-magnifier.m360-magnifier-inner,
.Magic360-fullscreen.desktop .m360-magnifier.m360-magnifier-inner {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    box-shadow: none;
}

.m360-magnifier img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.m360-magnifier-loader-holder {
    background-color: transparent;
    cursor: default;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.ie9-magic .m360-magnifier-loader-holder,
.lt-ie9-magic .m360-magnifier-loader-holder {
    filter: alpha(opacity=60);
}

.m360-magnifier-loader-holder .m360-loader {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.m360-magnifier-loader-holder .m360-loader:before {
    -webkit-animation: spin-loading 2s infinite linear;
            animation: spin-loading 2s infinite linear;
}


@font-face {
  font-family: 'gemsny';
  src:  url('fonts/gemsny.eot?tjn4gm');
  src:  url('fonts/gemsny.eot?tjn4gm#iefix') format('embedded-opentype'),
    url('fonts/gemsny.ttf?tjn4gm') format('truetype'),
    url('fonts/gemsny.woff?tjn4gm') format('woff'),
    url('fonts/gemsny.svg?tjn4gm#gemsny') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gemsny' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pendant-small:before {
  content: "\e9af";
}
.icon-ring-variation:before {
  content: "\e9b0";
  color: #133950;
}
.icon-DAE:before {
  content: "\e9a6";
}
.icon-DE:before {
  content: "\e9a7";
}
.icon-DP:before {
  content: "\e9a8";
}
.icon-SE:before {
  content: "\e9a9";
}
.icon-SP:before {
  content: "\e9aa";
}
.icon-SSE:before {
  content: "\e9ab";
}
.icon-SSP:before {
  content: "\e9ac";
}
.icon-TSP:before {
  content: "\e9ad";
}
.icon-AP:before {
  content: "\e9ae";
}
.icon-Affirm .path1:before {
  content: "\e988";
  color: rgb(72, 25, 137);
}
.icon-Affirm .path2:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(6, 8, 8);
}
.icon-Affirm .path3:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(6, 8, 8);
}
.icon-Affirm .path4:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(6, 8, 8);
}
.icon-Affirm .path5:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(6, 8, 8);
}
.icon-Affirm .path6:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(6, 8, 8);
}
.icon-Layaway:before {
  content: "\e98e";
  color: #133950;
}
.icon-Paypal .path1:before {
  content: "\e98f";
  color: rgb(72, 25, 137);
}
.icon-Paypal .path2:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(122, 102, 172);
}
.icon-Paypal .path3:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(37, 11, 74);
}
.icon-Paypal .path4:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(72, 25, 137);
}
.icon-Paypal .path5:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(122, 102, 172);
}
.icon-Paypal .path6:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(72, 25, 137);
}
.icon-Paypal .path7:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(122, 102, 172);
}
.icon-Paypal .path8:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(72, 25, 137);
}
.icon-Paypal .path9:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(122, 102, 172);
}
.icon-Splitit .path1:before {
  content: "\e998";
  color: rgb(254, 254, 254);
}
.icon-Splitit .path2:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.icon-Splitit .path3:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(135, 113, 178);
}
.icon-Splitit .path4:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(82, 61, 137);
}
.icon-Splitit .path5:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(63, 58, 122);
}
.icon-Splitit .path6:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(40, 40, 40);
}
.icon-Splitit .path7:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(40, 40, 40);
}
.icon-Splitit .path8:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(40, 40, 40);
}
.icon-Splitit .path9:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(40, 40, 40);
}
.icon-Splitit .path10:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(40, 40, 40);
}
.icon-Splitit .path11:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(135, 113, 178);
}
.icon-Splitit .path12:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(135, 113, 178);
}
.icon-Splitit .path13:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(40, 40, 40);
}
.icon-Splitit .path14:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(135, 113, 178);
}
.icon-print-fill:before {
  content: "\e986";
}
.icon-print-outline:before {
  content: "\e987";
}
.icon-minus:before {
  content: "\e983";
}
.icon-close:before {
  content: "\e984";
}
.icon-add:before {
  content: "\e985";
}
.icon-degree-fill .path1:before {
  content: "\e96e";
  color: rgb(255, 255, 255);
}
.icon-degree-fill .path2:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-fill .path3:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-fill .path4:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-fill .path5:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-fill .path6:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-fill .path7:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-fill .path8:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-fill .path9:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-fill .path10:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path1:before {
  content: "\e978";
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path2:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path3:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path4:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path5:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path6:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(80, 29, 166);
}
.icon-degree-lineal .path7:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-lineal .path8:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-lineal .path9:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-degree-lineal .path10:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-right-arrow:before {
  content: "\e982";
}
.icon-check-fill:before {
  content: "\e96c";
  color: rgba(93, 93, 93, 0.48);
}
.icon-left-arrow:before {
  content: "\e964";
}
.icon-linearrow-down:before {
  content: "\e965";
}
.icon-linearrow-left:before {
  content: "\e966";
}
.icon-linearrow-right:before {
  content: "\e967";
}
.icon-linearrow-up:before {
  content: "\e968";
}
.icon-rating-half-star:before {
  content: "\e96d";
  color: #ffc200;
}
.icon-rating-less-than-full-star:before {
  content: "\e969";
  color: #ffc200;
}
.icon-rating-lineal-star:before {
  content: "\e96a";
  color: #ffc200;
}
.icon-rating-more-than-half-star:before {
  content: "\e96b";
  color: #ffc200;
}
.icon-edit:before {
  content: "\e963";
}
.icon-star-line:before {
  content: "\e962";
}
.icon-logout:before {
  content: "\e960";
}
.icon-order-list:before {
  content: "\e961";
}
.icon-girdview:before {
  content: "\e95e";
  color: #133950;
}
.icon-listview:before {
  content: "\e95f";
}
.icon-copy:before {
  content: "\e95a";
}
.icon-chat:before {
  content: "\e95b";
}
.icon-request-hold:before {
  content: "\e95c";
}
.icon-stone-hold:before {
  content: "\e95d";
}
.icon-cart-bag:before {
  content: "\e959";
}
.icon-google-logo .path1:before {
  content: "\e955";
  color: rgb(251, 187, 0);
}
.icon-google-logo .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(81, 142, 248);
}
.icon-google-logo .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(40, 180, 70);
}
.icon-google-logo .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(241, 67, 54);
}
.icon-date:before {
  content: "\e953";
}
.icon-pin:before {
  content: "\e954";
}
.icon-cancel:before {
  content: "\e952";
}
.icon-user-fill:before {
  content: "\e950";
}
.icon-user:before {
  content: "\e951";
}
.icon-search:before {
  content: "\e94f";
}
.icon-shapes-asscher:before {
  content: "\e935";
}
.icon-shapes-bullet:before {
  content: "\e936";
}
.icon-shapes-cabochon:before {
  content: "\e937";
}
.icon-shapes-cushion:before {
  content: "\e938";
}
.icon-shapes-emerald:before {
  content: "\e939";
}
.icon-shapes-fancy:before {
  content: "\e93a";
}
.icon-shapes-half-moon:before {
  content: "\e93b";
}
.icon-shapes-heart:before {
  content: "\e940";
}
.icon-shapes-kite:before {
  content: "\e941";
}
.icon-shapes-marquise:before {
  content: "\e942";
}
.icon-shapes-oval:before {
  content: "\e943";
}
.icon-shapes-pear:before {
  content: "\e944";
}
.icon-shapes-pentagon:before {
  content: "\e945";
}
.icon-shapes-princess:before {
  content: "\e946";
}
.icon-shapes-radiant:before {
  content: "\e947";
}
.icon-shapes-round:before {
  content: "\e948";
}
.icon-shapes-square:before {
  content: "\e949";
}
.icon-shapes-star:before {
  content: "\e94a";
}
.icon-shapes-straight-baguette:before {
  content: "\e94b";
}
.icon-shapes-tapered-baguette:before {
  content: "\e94c";
}
.icon-shapes-trapezoid:before {
  content: "\e94d";
}
.icon-shapes-trillion:before {
  content: "\e94e";
}
.icon-celtic:before {
  content: "\e934";
}
.icon-CR:before {
  content: "\e934";
}
.icon-antique:before {
  content: "\e932";
}
.icon-ANTR:before {
  content: "\e932";
}
.icon-astrological:before {
  content: "\e933";
}
.icon-AR:before {
  content: "\e933";
}
.icon-engagement:before {
  content: "\e93c";
}
.icon-ER:before {
  content: "\e93c";
}
.icon-mensring:before {
  content: "\e93d";
}
.icon-MR:before {
  content: "\e93d";
}
.icon-TWSR:before {
  content: "\e93e";
}
.icon-weddingset:before {
  content: "\e93f";
}
.icon-WSR:before {
  content: "\e93f";
}
.icon-Helo:before {
  content: "\e92e";
}
.icon-HR:before {
  content: "\e92e";
}
.icon-sidestone:before {
  content: "\e92f";
}
.icon-SSR:before {
  content: "\e92f";
}
.icon-solitaire:before {
  content: "\e930";
}
.icon-SR:before {
  content: "\e930";
}
.icon-Threestone:before {
  content: "\e931";
}
.icon-TSR:before {
  content: "\e931";
}
.icon-linearrow:before {
  content: "\e92c";
}
.icon-ring:before {
  content: "\e92d";
}
.icon-rightarrow:before {
  content: "\e92b";
}
.icon-gray-gemstone:before {
  content: "\e929";
}
.icon-without-gemstone-right:before {
  content: "\e92a";
  color: #777;
}
.icon-view:before {
  content: "\e928";
}
.icon-degree:before {
  content: "\e927";
  color: #501da6;
}
.icon-share:before {
  content: "\e923";
  color: rgba(53, 53, 53, 0.7);
}
.icon-usd:before {
  content: "\e924";
}
.icon-wishlist:before {
  content: "\e925";
}
.icon-wishlist-active:before {
  content: "\e926";
}
.icon-email:before {
  content: "\e921";
}
.icon-call:before {
  content: "\e922";
}
.icon-ringsize:before {
  content: "\e91f";
  color: #7a7a7a;
}
.icon-certificate:before {
  content: "\e920";
}
.icon-financing-available:before {
  content: "\e91b";
}
.icon-layaway-options:before {
  content: "\e91c";
}
.icon-months-interest:before {
  content: "\e91d";
}
.icon-paypal-credit:before {
  content: "\e91e";
}
.icon-rating:before {
  content: "\e91a";
  color: #ffc200;
}
.icon-shipdate .path1:before {
  content: "\e917";
  color: rgb(255, 255, 255);
}
.icon-shipdate .path2:before {
  content: "\e918";
  margin-left: -1.3916015625em;
  color: rgb(250, 200, 255);
}
.icon-shipdate .path3:before {
  content: "\e919";
  margin-left: -1.3916015625em;
  color: rgb(53, 53, 53);
}
.icon-BBA:before {
  content: "\e90e";
  color: #4b2565;
}
.icon-Faq:before {
  content: "\e90f";
}
.icon-freereturns:before {
  content: "\e910";
}
.icon-freeshipping:before {
  content: "\e911";
}
.icon-lab:before {
  content: "\e912";
  color: #7c7b7b;
}
.icon-lifetimewarranty:before {
  content: "\e913";
}
.icon-natural:before {
  content: "\e914";
  color: #7c7b7b;
}
.icon-shopperapproved:before {
  content: "\e915";
  color: #4b2565;
}
.icon-yelp:before {
  content: "\e916";
  color: #4b2565;
}
.icon-up-arrow:before {
  content: "\e90d";
}
.icon-down-arrow:before {
  content: "\e90c";
}
.icon-Asscher:before {
  content: "\e900";
}
.icon-Cushion:before {
  content: "\e901";
}
.icon-Emerald:before {
  content: "\e902";
}
.icon-Heart:before {
  content: "\e903";
}
.icon-Marquise:before {
  content: "\e904";
}
.icon-Oval:before {
  content: "\e905";
}
.icon-Pear:before {
  content: "\e906";
}
.icon-Princess:before {
  content: "\e907";
}
.icon-Radiant:before {
  content: "\e908";
}
.icon-Round:before {
  content: "\e909";
}
.icon-camera:before {
  content: "\e90a";
}
.icon-delivery:before {
  content: "\e90b";
}
