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*/ #fff7f4;
}

.light_blue_bg{
     background: #fff7f4;
}

.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: #133950;
}

a:hover {
    text-decoration: none;
}


/*Header css start*/

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

.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: #fff7f4;
    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: #133950;
}

.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: #133950 !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: #133950;
    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: #133950;
    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: 2;
}

.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: #fff7f4;
}


/* 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 #133950;
    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: #133950;
}

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

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 #133950;
    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: #133950;
}

.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: auto;
    -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;
    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: #133950;
}

.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: #133950;
    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: #fff7f4;
    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: 1024px) {
    .cartfooter{
        padding-bottom: 40px;
    }

    .cartfooter .cartbtns{
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 397px;
    }

    .shoppingGrp::-webkit-scrollbar {
      display: none;
    }
}


@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: #133950;
}

.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: #133950;
    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;
    }
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-moz-animation-fill-mode:both}

@keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@keyframes
fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,70px,0);transform:translate3d(0,70px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes
fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes
fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes
fadeInRight{from{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@keyframes
fadeInRight{from{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}

.appear-animation:not(.manual){opacity:0}.appear-animation.has-animated{opacity:1}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-initialized .slick-slide:focus{outline: inherit; box-shadow: none;}

.proslideimg a:focus{outline: inherit;}
/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@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";
}

@media (max-width:767px){
    .grecaptcha-badge{
        bottom: 50px !important;
    }
}




   
/* ---------------------home new css start---------------------- */




body{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
}

/* home banenr slider section start*/

.home-new-them .list_of_main_banner .banner-content-outer {
    max-width: 40vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
}

.home-new-them .list_of_main_banner .main_banner img{
    width: 100%;
}

.home-new-them .list_of_main_banner .banner-content{
    max-width: 403px;
    width: 100%;
    display: block;
    text-align: left;
}

.home-new-them .list_of_main_banner .banner-content h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color: #333333;
    margin-bottom: 20px;
}

.home-new-them .list_of_main_banner .firstSlide .banner-content h2,
.home-new-them .list_of_main_banner .firstSlide .banner-content p {
    color: #ffffff;
}

.home-new-them .list_of_main_banner .banner-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin: 0;
}

.home-new-them .list_of_main_banner .banner-content .ban_button_wrapper {
    width: 100%;
    margin-top: 20px;
}

.btn--primary {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    background: #133950;
    border: 1px solid #133950;
    border-radius: 0;
    display: inline-block;
}

.btn--primary:hover{
    background-color: #175981;
    border-color:#175981;
}

.btn--primary:hover {
    color:#ffffff ;
}

.list_of_main_banner .swiper-pagination{
    bottom: 15px;
}
.list_of_main_banner .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    border: solid 1px transparent;
    width: 14px;
    height: 14px;
    opacity: 0.3;
    margin: 0 5px
}
.list_of_main_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ffffff;
    border-color: #133950;
    opacity: 1;
}


@media(max-width:989px){
    .tow-column-banner-section ul li a.gemscolor.bluespinel:after,
    .tow-column-banner-section ul li a.gemscolor.redspinel:after{
        display: none;
    }

    .tow-column-banner-section ul li a.gemscolor.bluespinel,
    .tow-column-banner-section ul li a.gemscolor.redspinel{
        padding: .25rem 1.5rem !important;
    }
}

@media (min-width:768px) and (max-width:989px){
    .home-new-them .list_of_main_banner .banner-content-outer{
        max-width: 47vw;
    }
    .home-new-them .list_of_main_banner .banner-content h2{
        font-size: 35px;
    }
}

@media(max-width:767px){
    .home-new-them .list_of_main_banner .banner-content-outer{
        position: initial;
        width: 100%;
        max-width: 100%;
        background: #FFEFDF;
        padding: 24px 12px;
        text-align: center;
    }
    .home-new-them .list_of_main_banner .firstSlide .banner-content-outer{
        background: #C5DDE7;
    }
    .home-new-them .list_of_main_banner .banner-content{
        max-width: 100%;
    }
    .home-new-them .list_of_main_banner .banner-content h2{
        color: #333333 !important;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 12px;
    }
    .home-new-them .list_of_main_banner .banner-content p{
        color: #333333 !important;
        font-size: 12px;
        font-weight: 400;
        text-align: center
    }
    .home-new-them .list_of_main_banner .banner-content .ban_button_wrapper{
        margin-top: 12px;
        justify-content: center;
        display: flex;
    }
    .home-new-them .list_of_main_banner .banner-content .ban_button_wrapper .btn--primary{
        font-size: 13px;
        padding: 6px 10px;
    }

    .home-new-them .list_of_main_banner .swiper-slide{
        height: initial;
    }
    .home-new-them .list_of_main_banner .swiper-slide .block,
    .home-new-them .list_of_main_banner .swiper-slide .block .main_banner{
        height: 100%;
    }

    .home-new-them .list_of_main_banner .swiper-slide .block .main_banner .banner-content-outer{
        height: 100%;
        align-items: flex-start;
    }
    .home-new-them .list_of_main_banner .swiper-pagination{
        bottom: 0 !important;
    }
    .list_of_main_banner .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
}
/* home banenr slider section end*/




/* feature slider section start*/

.feature_section_slider{
    background: #FFFAF8;
    padding: 20px !important;
}

.feature_section_slider .swiper-wrapper{
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
}

.feature_section_slider .swiper-slide{
    max-width: 200px;
}
.feature_section_slider .swiper-slide .feature_block{
    text-align: center;
}
.feature_section_slider .swiper-slide .feature_block .image-wrapper{
    margin-bottom: 10px;
}
.feature_section_slider .swiper-slide .feature_block .content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

@media(max-width:767px){
    .feature_section_slider{
        padding: 24px 20px !important;
    }
    .feature_section_slider .swiper-slide .feature_block .content p{
        font-size: 13px;
        line-height: 19px;
    }
    .feature_section_slider .swiper-slide .feature_block .image-wrapper{
        margin-bottom: 4px;
    }
    .feature_section_slider .swiper-slide .feature_block .image-wrapper img{
        max-width: 24px;
    }
}

/* feature slider section end*/


/* two column banner section start */

.tow-column-banner-section{
    justify-content: center;
    margin: 40px auto 54px auto;
    max-width: 1550px;
    list-style: none;
    display: flex;
    position: relative;
    z-index: 1;
}
.tow-column-banner-section > ul{
    list-style: none;
    width: calc(100% + 20px);
    margin-left: -20px;
    align-items: flex-start;
    display: flex;
    margin-bottom: 0;
}
.tow-column-banner-section > ul > li{
    padding-left: 20px;
}

.tow-column-banner-section .listWrapper ul li{
    width: 100%;
    list-style: none;
    display: flex;
}
.tow-column-banner-section ul.preciousStonelist li{
    width: 100%;
    list-style: none;
    display: flex;
}

.tow-column-banner-section .btn-group ul.preciousStonelist li{
    list-style: none;
}

.tow-column-banner-section .btn-group .preciousStonelist{
    padding: 6px;
}

.tow-column-banner-section .btn-group ul li a{
    display: flex;
    padding: 10px;
}
.tow-column-banner-section .btn-group ul.preciousStonelist li:last-child a{
    margin-bottom: 0;
}
.tow-column-banner-section .btn-group ul li a .icon-stone{
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tow-column-banner-section ul li h2{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 22px 0;
    text-align: center;
}

.tow-column-banner-section .image-wrapper{
    position: relative;
}

.tow-column-banner-section .image-wrapper{
    position: relative;
}
.tow-column-banner-section .image-wrapper .btn-group{
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translate(-50%, 0);
}
.tow-column-banner-section .image-wrapper .btn-group .dropdown-menu{
    transform: translate(0, 42px) !important;
    padding: 0;
}

.tow-column-banner-section .image-wrapper .btn-group .dropdown-menu a{
    font-size: 14px;
}
.tow-column-banner-section .image-wrapper .btn-group .dropdown-menu a:active{
    background-color: #f8f9fa;
    color:#212529 !important;
}
.tow-column-banner-section .image-wrapper.semi-precious .btn-group .dropdown-menu{
    min-width: 350px;
}
.tow-column-banner-section .image-wrapper.semi-precious .btn-group .dropdown-menu .listWrapper{
    display: flex;
}
.tow-column-banner-section .image-wrapper.semi-precious .btn-group .dropdown-menu ul{
    width: 50%;
    flex-direction: column;
    padding: 6px;
}

.tow-column-banner-section .image-wrapper .btn-group.show .btn--secondary::after{
    transform: rotate(180deg);
    transform-origin: top;
    top: calc(50% + 3px);
}


.tow-column-banner-section .image-wrapper .btn--secondary{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #fff !important;
    box-shadow: none;
    color: #111111;
    padding: 10px 38px 10px 16px;
    border-radius: 0;
    height: initial;
    border: 1px solid #111111;
    box-shadow: none !important;
}

.tow-column-banner-section .image-wrapper .btn--secondary::after{
    background: url(https://d3kinlcl20pxwz.cloudfront.net/affordablegemsny/img/update-design/icon-down-arrow.svg) !important;
    border: 0;
    height: 9px;
    width: 15px;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
}

@media (min-width:768px){
    .tow-column-banner-section .image-wrapper{
        z-index: 1;
    }
}

@media (min-width:768px) and (max-width:989px){
    .tow-column-banner-section ul li h2{
        font-size: 20px;
        margin: 0 0 18px 0;
    }
    .tow-column-banner-section{
        margin-bottom: 54px;
    }
}

@media (max-width:989px){

    .tow-column-banner-section .image-wrapper .btn-group .dropdown-menu{
        left: 50% !important;
    }
   body .tow-column-banner-section .image-wrapper .btn-group .dropdown-menu{
        left: 50% !important;
        transform: translate(-50%, 42px) !important;
    }
}

@media(max-width:767px){
    .tow-column-banner-section ul li h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .tow-column-banner-section{
        margin: 0;
    }
    .tow-column-banner-section ul{
        flex-direction: column;
        margin-bottom: 0;
    }
    .tow-column-banner-section > ul > li{
        padding-top: 24px;
        padding-bottom: 24px;
        width: 100%;
    }
    .tow-column-banner-section .image-wrapper.semi-precious .btn-group .dropdown-menu{
        min-width: 370px;
    }
    .tow-column-banner-section .image-wrapper .btn-group{
        position: relative;
        display: flex;
        justify-content: center;
        transform: translate(0px, 0px);
        width: fit-content;
        margin: 0 auto;
        z-index: 1;
        left: 0;
        top: 0;
        margin-top: 26px;
    }
    .tow-column-banner-section .listWrapper ul li{
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .tow-column-banner-section .image-wrapper img{
        width: 100%;
    }
}





/* two column banner section end */

/* two column image with content section start */

.tow-column-image-with-content{
    background: #BFD9EF;
    padding: 54px 20px;
    margin-bottom: 20px;
}
.tow-column-image-with-content .two-column{
    display: flex    ;
    max-width: 1560px;
    margin: 0 auto;
    align-items: center;
}
.tow-column-image-with-content .two-column .image_panel{
    width: 41%;
}
.tow-column-image-with-content .two-column .content{
    width: 53%;
    padding-left: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tow-column-image-with-content .two-column .content h2{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #333333;
    margin: 0 0 30px 0;
}
.tow-column-image-with-content .two-column .content h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #333333;
    margin: 0 0 20px 0;
}
.tow-column-image-with-content .two-column .content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tow-column-image-with-content .two-column .content ul li{
    margin-bottom: 20px;
}
.tow-column-image-with-content .two-column .content ul li h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.tow-column-image-with-content .two-column .content ul li p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}


@media (min-width:768px) and (max-width:989px){
    .tow-column-image-with-content{
        margin-bottom: 0;
    }
    .tow-column-banner-section ul{
        margin-bottom: 0;
    }
    .tow-column-image-with-content .two-column .image_panel,
    .tow-column-image-with-content .two-column .content{
        width: 50%;
    }
}

@media (max-width:767px){
    .tow-column-image-with-content{
        padding: 24px 12px;
        margin-bottom: 0;
    }
    .tow-column-image-with-content .two-column{
        flex-direction: column;
    }
    .tow-column-image-with-content .two-column .image_panel{
        width: 100%;
    }
    .tow-column-image-with-content .two-column .image_panel .image-wrapper h2{
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #333333;
        margin: 0 0 12px 0;
        text-align: center;
    }
    .tow-column-image-with-content .two-column .content{
        width: 100%;
        padding: 0;
        text-align: center;
        padding-top: 20px;
    }
    .tow-column-image-with-content .two-column .content h2{
        display: none;
    }
    .tow-column-image-with-content .two-column .content h3{
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .tow-column-image-with-content .two-column .content h3{
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .tow-column-image-with-content .two-column .content ul li {
        margin-bottom: 6px;
    }
    .tow-column-image-with-content .two-column .content ul li:last-child{
        margin-bottom: 0;
    }
    .tow-column-image-with-content .two-column .content ul li p{
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }
    .tow-column-image-with-content .two-column .image_panel .image-wrapper img{
        width: 100%;
    }
}

/* two column image with content section end */



/* two column image with product section start */

.tow-column-image-with-product{
    padding: 54px 20px;
}

.tow-column-image-with-product .two-column{
    display: flex;
    max-width: 1570px;
    margin: 0 auto
}
.tow-column-image-with-product .two-column .image_panel{
    width: 42%;
}
.tow-column-image-with-product .two-column .content{
    width: 56%;
    padding-left: 20PX;
}
.tow-column-image-with-product .two-column .content h2{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 0 0 40px 0;
}
.tow-column-image-with-product .two-column .content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.tow-column-image-with-product .two-column .content ul li{
    width: 33.33%;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.tow-column-image-with-product .two-column .content ul li a{
    color: #666666;
}

.tow-column-image-with-product .two-column .content ul li:hover{
    box-shadow: 0px 1px 2px 0px #00000014;
}
.tow-column-image-with-product .two-column .content ul li .image_product img{
    max-width: 200px;
}

.tow-column-image-with-product .two-column .content ul li .short-content{
    display: flex;
    justify-content: center;
}

.tow-column-image-with-product .two-column .content ul li .short-content span{
    position: relative;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.tow-column-image-with-product .two-column .content  ul li .short-content span::before{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #cdcdcd;
    top: 0;
}

.tow-column-image-with-product .two-column .content  ul li .short-content span:last-child:before{
    display: none;
}

.link-primary{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    right: 0;
    border-bottom: dotted 1px #333;
    color: #333333;
    display: inline-block;
    color: #333333 !important;
}

.tow-column-image-with-product .two-column .content h2 .link-primary{
    position: absolute;
}

.tow-column-image-with-product .image-wrapper{
    position: relative;
}

.tow-column-image-with-product .image-section-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    min-height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
    padding-bottom: 50px;
}
.tow-column-image-with-product .image-section-content h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 10px 0;
}
.tow-column-image-with-product .image-section-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

@media (max-width:989px){
    .tow-column-image-with-product .two-column{
        flex-direction: column;
    }
    .tow-column-image-with-product .two-column .image_panel {
        width: 100%;
    }
    .tow-column-image-with-product .two-column .image_panel img{
        width: 100%;
    }
    .tow-column-image-with-product .two-column .content {
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 30px;
    }
     .tow-column-image-with-product .two-column .image_panel{
        display: none;
    }
    .tow-column-image-with-product .two-column .content p{
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }
    .tow-column-image-with-product .two-column .content h2{
        margin-bottom: 8px;
    }

}

@media (min-width:768px) and (max-width:989px){

    .tow-column-image-with-product .two-column .content ul li .image_product img {
        max-width: 100%;
    }

    .tow-column-image-with-product .two-column .content h2{
        font-size: 20px;
    }
    .tow-column-image-with-product .two-column .content {
        width: 58%;
        padding-left: 20px;
    }

    .tow-column-image-with-product{
        padding: 54px 20px 20px 20px;
    }
    .tow-column-image-with-product .two-column .content{
        padding-top: 0;
    }
}

@media (max-width:767px){
    .tow-column-image-with-product{
        padding: 24px 12px;
    }
   
    .tow-column-image-with-product .two-column .content{
        padding-top: 0;
    }
    .tow-column-image-with-product .two-column .content h2{
        font-size: 18px;
    }
    .tow-column-image-with-product .two-column .content h2 .link-primary{
        display: none;
    }
   
    .tow-column-image-with-product .two-column .content ul li{
        padding: 17px 11px;
        width: 50%;
    }
    .tow-column-image-with-product .two-column .content ul li .short-content{
        flex-wrap: wrap;
    }
    .tow-column-image-with-product .two-column .content ul li .short-content span:last-child{
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 4px;
    }
    .tow-column-image-with-product .two-column .content ul li .short-content span:nth-child(2):before{
        display: none;
    }
    .tow-column-image-with-product .two-column .content ul li .image_product img{
        display: block;
        max-width: 100%;
    }
    .tow-column-image-with-product .two-column .content p{
        margin-bottom: 12px;
    }
    .tow-column-image-with-product .two-column .view-btn-wrapper{
        display: flex;
        justify-content: center;
    }
    .tow-column-image-with-product .two-column .view-btn-wrapper .btn-secondary{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        background: #fff !important;
        box-shadow: none;
        color: #111111;
        padding: 6px 10px;
        border-radius: 0;
        height: initial;
        border: 1px solid #111111;
        box-shadow: none !important;
    }
}



/* two column image with product section end */





/* ---------------All Diamonds start-------------------- */

.diamonds_section{
    max-width: 1570px;
    margin: 0 auto;
    padding: 54px 20px;
}

.diamonds_section h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 20px 0;
    text-align: center;
}
.diamonds_section ul{
    display: flex;
    list-style: none;
    padding: 0;
    max-width: 1570px;
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
}
.diamonds_section ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding-left: 10px;
    align-items: center;
}
  
.diamonds_section ul li img{
    width: 100%;
}

.diamonds_section ul li .link-primary{
    margin: 10px;
    font-size: 14px;
    border-bottom: dotted 1px #333333;
}

/* --------------------flexible payment section start-------------------- */

.flexiblePaymentSectionNew{
    background: #FFF2ED;
    padding: 40px 20px;
}

.flexiblePaymentSectionNew .container{
    max-width: 700px;
    min-height: 407px;
}
.flexiblePaymentSectionNew .container h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 0 !important;
    margin: 0 0 100px 0;
}

.flexiblePaymentSectionNew p {
    font-size: 14px;
    color: #353535;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
}

.learnMoreLink{
    font-weight: 300 !important;
    line-height: 20px;
    color: #333333 !important;
    border-bottom: dotted 1px #333333;
    display: inline-block;
}

.flexiblePaymentSectionNew .contentInfo{
    padding-top: 40px !important;
}
.flexiblePaymentSectionNew .contentInfo p{
    color: #333333;
}
.flexiblePaymentSectionNew .contentInfo a{
    margin-right: 10px;
}

.customeJewellerySection{
    background: #FFF7F4;
    padding: 44px !important;
}
.customeJewellerySection h2{
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 10px 0;
    padding: 0 !important;
}
.customeJewellerySection P{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 0 !important;
}
.customeJewellerySection .process_custom_jewe{
    box-shadow: none;
    border: 0;
    background: transparent;
}

.customeJewellerySection .custome-jewellery-image-wrapper{
    background: #FFF7F4;
    transition: all 0.24s cubic-bezier(0, 0, 0.3, 1) 0.24s;
}
.customeJewellerySection .custome-jewellery-image-wrapper img{
    display: block;
    mix-blend-mode: multiply;
    color: transparent;
    transition: all 0.5s ease-in-out 0s;
    margin-top: 0 !important;
}

.flexiblePaymentSectionNew .financingavailable {
    height: 35px;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px !important;
}

.flexiblePaymentSectionNew .financingavailable img{
    width: initial !important;
}

.flexiblePaymentSectionNew .btn--secondary{

}

@media (max-width:989px){
    .flexiblePaymentSectionNewOuter{
        flex-wrap: wrap;
    }
    .flexiblePaymentSectionNew .container{
        max-width: 750px;
    }
}
@media (max-width:767px){

    .flexiblePaymentSectionNew{
        padding: 24px 12px;
    }
    .flexiblePaymentSectionNew .container h3{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .flexiblePaymentSectionNew .PaymentoptionsList{
        padding: 10px;
    }
    .flexiblePaymentSectionNew .container .contentInfo p{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .flexiblePaymentSectionNew .container .contentInfo p span{
        margin: 10px 0 0 0;
        padding: 0 !important;
    }
    .flexiblePaymentSectionNew .financingavailable img{
        max-width: 70px;
    }

    .customeJewellerySection{
        padding: 24px 12px !important;
        display: flex;
        flex-direction: column;
    }
    .customeJewellerySection h2{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 4px;
    }
    .customeJewellerySection p{
        font-size: 11px;
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    .link-wrapper{
        order: 1;
    }
}


/* --------------------flexible payment section end-------------------- */
  


/* two column video with content section start */

.tow-column-video-with-content{
    padding: 54px 20px;
}
.tow-column-video-with-content .two-column{
    display: flex    ;
    max-width: 1560px;
    margin: 0 auto;
    align-items: center;
}
.tow-column-video-with-content .two-column .video_panel{
    width: 46%;
}
.tow-column-video-with-content .two-column .content{
    width: 50%;
    padding-left: 50px;
}
.tow-column-video-with-content .two-column .content h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin: 0 0 20px 0;
}

.tow-column-video-with-content .two-column .content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px 0
}

.tow-column-video-with-content .two-column .content p:first-child{
    margin-bottom: 40px;
}


.tow-column-video-with-content .btn--secondary.readMore{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    background: #fff !important;
    box-shadow: none;
    color: #111111;
    padding: 12px 10px;
    border-radius: 0;
    height: initial;
    border: 1px solid #111111;
    box-shadow: none !important;
    display: inline-block;
    text-align: center;
}
.tow-column-video-with-content .btn--secondary.readMore:hover{
    background-color: #175981 !important;
    border-color: #175981;
    color: #ffffff;
}

.tow-column-video-with-content .readMore{
    min-width: 149px;
}


.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive video,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive video,
.embed-responsive iframe{
    object-fit: cover;
}


@media (max-width:989px){
    .tow-column-video-with-content .two-column{
        flex-direction: column;
    }
    .tow-column-video-with-content .two-column .video_panel {
        width: 100%;
    }
    .tow-column-video-with-content .two-column .content{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width:767px){
    .tow-column-video-with-content{
        padding: 24px 12px;
    }
    .tow-column-video-with-content .two-column .video_panel h2{
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #333333;
        margin: 0 0 12px 0;
        text-align: center;
    }
    .tow-column-video-with-content .two-column .content h2{
        display: none;
    }
    .tow-column-video-with-content .two-column .content .button-wrapper{
        display: flex;
        justify-content: center;
    }
    .tow-column-video-with-content .two-column .content .button-wrapper a{
        padding: 6px 10px;
        font-size: 14px;
        min-width: initial;
    }
    .tow-column-video-with-content .two-column .content p.mobile-hide{
        display: none;
    }
    .tow-column-video-with-content .two-column .content p.shortcontentShow{
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }
}


/* two column video with content section end */




/* two column video with content section start */

.tow-column-content-with-appImage{
    padding: 0 20px;
    background: #E1EDF3;
}
.tow-column-content-with-appImage .two-column{
    display: flex    ;
    max-width: 1560px;
    margin: 0 auto;
    align-items: center;
}

.tow-column-content-with-appImage .two-column .content{
    width: 50%;
    padding: 73px 0;
}

.tow-column-content-with-appImage .two-column .content h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin: 0 0 20px 0;
    max-width: 500px;
}

.tow-column-content-with-appImage .two-column .image-panel{
    width: 50%;
    padding-left: 50px;
    margin-top: auto;
}

.tow-column-content-with-appImage .two-column .content .subtitle{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#666666;
    margin-bottom: 10px;
}


.tow-column-content-with-appImage .two-column .content .content-list{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 25px;
}

.tow-column-content-with-appImage .two-column .content .button-with-scanner-wrapper{
    display: flex;
}

.tow-column-content-with-appImage .two-column .content .app-button-wrapper{
    list-style: none;
    margin-left: 0;
    padding: 8px 0;
    margin-bottom: 0;
}

.tow-column-content-with-appImage .two-column .content .app-button-wrapper li a img{
    display: block;
    max-width: 146px;
}

.tow-column-content-with-appImage .two-column .content .app-button-wrapper li:first-child{
    margin-bottom: 19px
}
.tow-column-content-with-appImage .two-column .content .button-with-scanner-wrapper .scanner-wrapper{
    padding: 0px 10px 4px 10px;
    margin-left: 20px;
    border-left: solid 1px #aaaaaa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tow-column-content-with-appImage .two-column .content .button-with-scanner-wrapper .scanner-wrapper .scan-download-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding-top: 4px;
}


@media (max-width:767px){
    .tow-column-content-with-appImage{
        padding: 0;
    }
    .tow-column-content-with-appImage .two-column{
        flex-direction: column;
        padding: 0;
    }
    .tow-column-content-with-appImage .two-column .image-panel{
        width: 100%;
        padding: 24px 30px 0 24px;
    }
    .tow-column-content-with-appImage .two-column .image-panel .subtitle{
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        color: #666666;
        text-align: center;
        margin-bottom: 18px;
    }
    .tow-column-content-with-appImage .two-column .content{
        order: 1;
        width: 100%;
        background: #C2E4F4;
        padding: 20px 10px;
    }
    .tow-column-content-with-appImage .two-column .content{
        order: 1;
        width: 100%;
        background: #C2E4F4;
        padding: 20px 10px;
    }
    .tow-column-content-with-appImage .two-column .content .subtitle{
        display: none;
    }
    .tow-column-content-with-appImage .two-column .content h2{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px;
    }
    .tow-column-content-with-appImage .two-column .content .content-list{
        font-size: 13px;
        margin-bottom: 12px;
    }
    .tow-column-content-with-appImage .two-column .content .button-with-scanner-wrapper .scanner-wrapper{
        display: none;
    }
    .tow-column-content-with-appImage .two-column .content .app-button-wrapper{
        width: 100%;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .tow-column-content-with-appImage .two-column .content .app-button-wrapper li{
        padding: 0 4px;
        margin-bottom: 0 !important;
    }
    .tow-column-content-with-appImage .two-column .content .app-button-wrapper li a img{
        display: block;
    }
}

/* two column video with content section end */



/* two column faq with content section start */

.tow-column-faq-with-contact .error-message{
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    color: #FF8383;
}
.tow-column-faq-with-contact .error-message .error{
    color: #FF8383;
}


.tow-column-faq-with-contact{
    padding: 0px 0 0 10px;
}
.tow-column-faq-with-contact .two-column{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}
.tow-column-faq-with-contact .two-column .video_panel{
    width: 46%;
}
.tow-column-faq-with-contact .two-column .content{
    width: 50%;
    padding: 54px 0;
}
.tow-column-faq-with-contact .two-column .contect-form-section{
    width: 50%;
    background: #133950;
    background-image: url(https://d3kinlcl20pxwz.cloudfront.net/affordablegemsny/img/update-design/contact-secton-bg.png);
    background-repeat: no-repeat;
    padding: 50px 20px;
    background-position: 100% 0;
}
.tow-column-faq-with-contact .two-column .content h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin: 0 0 10px 0;
    text-align: center;
}

.tow-column-faq-with-contact .two-column .content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 30px 0
}

.tow-column-faq-with-contact .two-column .content > p{
    text-align: center;
}


.tow-column-faq-with-contact .accordion .card{
    border: 0;
    border-bottom: solid 1px #e8e8e8 !important;
}
.tow-column-faq-with-contact .accordion .card:last-child{
    border: 0 !important;
}
.tow-column-faq-with-contact .accordion .card .card-header{
    padding: 0;
    background: transparent;
    border: 0;
}

.tow-column-faq-with-contact .accordion .card .card-header .btn-link{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    background: transparent;
    border: 0;
    width: 100%;
    display: block;
    padding:0 0 10px 0;
    text-align: left;
    outline: 0 !important;
    text-decoration: none;
    position: relative;
}

.tow-column-faq-with-contact .accordion{
    max-width: 616px;
    margin: 0 auto;
}

.tow-column-faq-with-contact .accordion .card{
    padding-bottom: 10px;
    padding-top: 20px;
}

.tow-column-faq-with-contact .accordion .card .collapse,
.tow-column-faq-with-contact .accordion .card .collapsing{
    /* padding-bottom: 20px; */
    /* margin-top: -6px; */
}

.tow-column-faq-with-contact .accordion .card .card-body{
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-width: 496px;
}

.tow-column-faq-with-contact .accordion .card .card-header .btn-link::after{
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
    background:url(https://d3kinlcl20pxwz.cloudfront.net/affordablegemsny/img/update-design/icon-up-arrow.svg);
    width: 17px;
    height: 9px;
}
.tow-column-faq-with-contact .accordion .card .card-header .btn-link.collapsed::after{
    transform: translate(0, -50%) rotate(180deg);
}


.tow-column-faq-with-contact .two-column .contect-form-section h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 603px;
}

.tow-column-faq-with-contact .two-column .contect-form-section p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 20px 0;
    color: #ffffff;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 603px;
}

.tow-column-faq-with-contact .two-column .contact-form{
    max-width: 603px;
    margin: 0 auto;
}

.tow-column-faq-with-contact .two-column .contact-form .form-group{
    margin-bottom: 20px;
}
.tow-column-faq-with-contact .two-column .contact-form .form-group .form-control{
    font-size: 15px;
    line-height: 20px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    padding: 14px 0;
    height: initial;
    color: #ffffff;
    outline: none !important;
    font-weight: 300;
    color: #D2E7F4;
    resize: none;
    box-shadow:none !important;
}

.tow-column-faq-with-contact .two-column .contact-form .form-group select{
    background: url(https://d3kinlcl20pxwz.cloudfront.net/affordablegemsny/img/update-design/icon-down-arrow.svg);
    background-position: calc(100% - 4px) 50%;
    -webkit-appearance: none;
    appearance: none;
}

.tow-column-faq-with-contact .two-column .contact-form .form-group .form-control option{
    color: #000000;
}

.tow-column-faq-with-contact .two-column .contact-form .form-group .form-control::placeholder{
    color: #D2E7F4;
}

.tow-column-faq-with-contact .two-column .contact-form .submit{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 11px 49px;
    height: initial;
    box-sizing: border-box;
    background: #ffffff;
    color: #133950;
    border-radius: 0;
    box-shadow: none;
}

@media (min-width:989px){
    .tow-column-faq-with-contact .two-column .content{
        min-height: 530px;
    }
}

@media (max-width:989px){
    .tow-column-faq-with-contact .two-column{
        flex-direction: column;
    }
    .tow-column-faq-with-contact .two-column .content{
        width: 100%;
        padding: 50px 0 20px 0px;
    }
    .tow-column-faq-with-contact .two-column .contect-form-section{
        width: 100%;
    }
    .tow-column-faq-with-contact .accordion{
        max-width: 100%;
    }
    .tow-column-faq-with-contact .two-column .contact-form,
    .tow-column-faq-with-contact .two-column .contect-form-section p,
    .tow-column-faq-with-contact .two-column .contect-form-section h2{
        max-width: calc(100% - 40px);
    }
}

@media (min-width:768px) and (max-width:989px){
    
    .tow-column-faq-with-contact .accordion .card .card-header .btn-link{
        padding-right: 50px;
    }
    .tow-column-faq-with-contact .accordion .card .card-header .btn-link::after{
        top: 30px;
    }
}

@media (max-width:767px){
    .tow-column-faq-with-contact{
        padding: 0;
    }
    .tow-column-faq-with-contact .two-column{
        flex-direction: column;
    }
    .tow-column-faq-with-contact .two-column .content{
        padding: 24px 20px;
    }
    .tow-column-faq-with-contact .two-column .content h2{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .tow-column-faq-with-contact .two-column .content > p{
        margin-bottom: 14px;
    }
    .tow-column-faq-with-contact .accordion .card .card-header .btn-link{
        font-size: 13px;
        line-height: 20px;
        /* padding-top: 14px;
        padding-bottom: 14px; */
        padding-right: 40px;
    }
    /* .tow-column-faq-with-contact .accordion .card .collapse, .tow-column-faq-with-contact .accordion .card .collapsing{
        padding-bottom: 14px;
    } */
    .tow-column-faq-with-contact .accordion .card:last-child{
        border-bottom: solid 1px #e8e8e8 !important;
    }

    .tow-column-faq-with-contact .two-column .contect-form-section{
        padding: 24px 12px;
    }
    .tow-column-faq-with-contact .two-column .contect-form-section h2{
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 10px;
    }
    .tow-column-faq-with-contact .two-column .contect-form-section p{
        text-align: center;
        font-size: 13px;
    }
    .tow-column-faq-with-contact .two-column .contact-form{
        max-width: 100%;
    }
    .tow-column-faq-with-contact .two-column .contact-form .submit{
        font-size: 14px;
        padding: 6px 10px;
    }
}

/* two column faq with content section end */


/* ---------------------home new css end---------------------- */


/* header changes start */

header .topnav nav.navbar{
    box-shadow:none !important;
    border-bottom: 0px solid #d6d5d5;
}
.updateAlert{
    margin-bottom:0 !important;
    background:#133950 !important;
}

.updateAlert p{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

@media (min-width:992px){
    header{
        padding-top:0 !important;
    }
}

.topnav .navbar .navbar-nav li a{
    font-weight:400;
    color: #333333 !important;
}

@media (max-width:992px){
    .updateAlert p{
        font-size: 10px !important;
        font-weight: 400 !important;
    }

    .open-mobile-menu{
        height: 18px;
    }
    .open-mobile-menu span{
        height: 2px;
        background-color:#292D32;
        border-radius: 2px;
    }
}


@media (min-width:480px){
    .hide_desktop_br{
        display: none;
    }
}
@media (max-width:480px){
    .hideMobile{
        display: none;
    }
}

/* header changes end */



/* catalog section start  */
.productCatalogSection{
    margin-bottom: 54px;
    color: #333;
    position: relative;
    z-index: 0;
}
.productCatalogSection .twoColumnContentWithImage{
    background: linear-gradient(90deg, #F0EBFF 0%, #FCFBFF 100%);
    padding:10px 24px 10px 54px;
    max-width: 1550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.productCatalogSection .twoColumnContentWithImage::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 630px;
    z-index: 0;
    background: url(https://d3kinlcl20pxwz.cloudfront.net/affordablegemsny/img/update-design/half-round-shape.png) no-repeat;
}

.productCatalogSection .twoColumnContentWithImage .leftContent{
    max-width: 685px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.productCatalogSection h2{
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: left;
    color: #333;
}
.productCatalogSection p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 16px 0;
    text-align: left;
    color: #333;
}

.productCatalogSection .catalogList li{
    list-style: none;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}
.productCatalogSection .catalogList li:last-child{
    margin-bottom: 20px;
}

.productCatalogSection .catalogList li::before{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://d3kinlcl20pxwz.cloudfront.net/affordablegemsny/img/update-design/icon-check-list.png) no-repeat center;
}

.productCatalogSection .viewDownCatalog{
    display: flex;
    align-items: center;
}
.productCatalogSection .viewDownCatalog .btn-outline{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
    padding: 12px 29px;
    border: 1px solid #111111;
    text-align: center;
    margin-right: 20px;
}


.productCatalogSection .viewDownCatalog .btn-outline:hover {
    background-color: #175981 !important;
    border-color: #175981;
    color: #ffffff;
}

.productCatalogSection .viewDownCatalog .catalogDownloadBtn{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
    border-bottom: dotted;
    padding-bottom: 1px;
    border-width: 1px;
}
.productCatalogSection .viewDownCatalog .catalogDownloadBtn:hover{
    color: #175981;
    border-bottom-color:#175981 !important;
}
.productCatalogSection .viewDownCatalog .catalogDownloadBtn:hover img{
   filter: brightness(0) saturate(100%) invert(28%) sepia(43%) saturate(843%) hue-rotate(158deg) brightness(98%) contrast(96%);
}

.productCatalogSection .catalogImage{
    width: 650px;
    margin-left: auto;
    z-index:0;
}

@media (max-width:989px){
    .productCatalogSection .twoColumnContentWithImage{
        padding: 20px 4px 20px 34px;
    }
    .productCatalogSection .twoColumnContentWithImage::before{
        width: 540px;
    }
}

@media (max-width:767px){
    .productCatalogSection {
        margin-bottom: 0;
    }
    .productCatalogSection .twoColumnContentWithImage{
        background: linear-gradient(180deg, #F0EBFF 0%, #FCFBFF 100%);
    }

    .productCatalogSection .twoColumnContentWithImage {
        padding: 20px 15px 35px 15px;
        flex-direction: column-reverse;
    }
    .productCatalogSection .twoColumnContentWithImage::before{
        display: none;
    }
    .productCatalogSection .catalogImage{
        margin-right: auto;
        width: auto;
    }
    .productCatalogSection h2{
        font-size: 18px
    }
    .productCatalogSection .catalogList li{
        margin-bottom: 14px;
    }
    .productCatalogSection .viewDownCatalog .btn-outline{
        padding: 6px 15px;
    }
    .productCatalogSection .viewDownCatalog .catalogDownloadBtn{
        font-size: 14px;
    }
}


.home_wrap.home-new-them{
    position: relative;
    z-index: 0;
}


/* catalog section  end */