@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pp35ig');
  src:  url('../fonts/icomoon.eot?pp35ig#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pp35ig') format('truetype'),
    url('../fonts/icomoon.woff?pp35ig') format('woff'),
    url('../fonts/icomoon.svg?pp35ig#icomoon') 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: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heartfill:before {
  content: "\e90e";
}
.icon-closebox:before {
  content: "\e905";
}
.icon-reorder:before {
  content: "\e906";
}
.icon-return:before {
  content: "\e907";
}
.icon-eye:before {
  content: "\e908";
}
.icon-delete:before {
  content: "\e909";
}
.icon-plusline:before {
  content: "\e90a";
}
.icon-plus:before {
  content: "\e90b";
}
.icon-home:before {
  content: "\e90c";
}
.icon-open-menu:before {
  content: "\e90d";
}
.icon-cart:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-heart:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-user:before {
  content: "\e904";
}
.icon-minus:before {
  content: "\e90f";
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {

    /* color: #d6ad4d; */
	color: #d6ad4d;

    /*font-weight: 600;*/

}

/*.navbar-dark .navbar-nav .nav-link {

    color: #808080;

    letter-spacing: 0.5px;

    font-size: 15px;

}*/

.navbar-dark .navbar-nav .nav-link {

    /* color: #212529; */
	color: #121422;

    letter-spacing: 1px;

    font-size: 17.5px;

    /*font-family: 'HypatiaSansPro-Light';*/

}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

    /* color: #d6ad4d; */
	color: #d6ad4d;

}

.navbar-dark .navbar-toggler {

    color: #2d4651;

    border-color: #2d4651;

    border: none;

}

.navbar-toggler-icon {
    display: block;
    width: 1em;
    height: 1.5em;
    background-size: 100% 100%;
    padding-top: 11px;
    position: relative;
    top: 5px;
}

.cart-t{

	background: #2d4651;

    color: #fff;

    font-size: 10px;

    padding: 2px;

    border-radius: 50%;

    position: absolute;

    margin-top: -10px;

    margin-left: -5px;

    width: 20px;

    height: 20px;

    text-align: center;

}
.rightsideicon-menu{
    display: flex;
    margin: 0px;
    padding-left: 5px;
}
.rightsideicon-menu .nav-link {
	color:#121422;
    padding: .5rem 0.6rem;
}
.rightsideicon-menu li a:hover {
    /* color: #d6ad4d !important; */
	color: #d6ad4d !important;

}

@media (min-width: 1250px){
	.container {
	    max-width: 1220px;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 1024px){

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.7rem;
	    padding-left: 0.7rem;
	}

}

@media (max-width: 1450px){
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 20px;
	    padding-left: 20px;
	}
}

@media (max-width: 1300px){

	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

.nav-item a{

	font-family: 'HypatiaSansPro-Regular';

}

@font-face{ 

	font-family: 'HypatiaSansPro-Regular';

	src: url('HypatiaSansPro/HypatiaSansPro-Regular.otf');

}

@font-face{ 

	font-family: 'HypatiaSansPro-Semibold';

	src: url('HypatiaSansPro/HypatiaSansPro-Semibold.otf');

}

@font-face{ 

	font-family: 'HypatiaSansPro-bold';

	src: url('HypatiaSansPro/HypatiaSansPro-Bold.otf');

}

@font-face{ 

	font-family: 'HypatiaSansPro-Light';

	src: url('HypatiaSansPro/HypatiaSansPro-Light.otf');

}





body {

    font-family: 'HypatiaSansPro-Regular';
    font-size: 15px;
    line-height: 1.5;
    background: #fff;
    letter-spacing: 0.5px;

}

.Hypatia {

    font-family: 'HypatiaSansPro-Regular';

    font-weight: 500;

}

.Hypatia-semibold {

    font-family: 'HypatiaSansPro-Semibold';

}

.Hypatia-bold {

    font-family: 'HypatiaSansPro-Bold';

}

.Hypatia-light {

	font-family: 'HypatiaSansPro-Light';

}

.f-600wt{

	font-weight: 600;

}

.logo-max-170{
	/*max-width: 170px;*/
	/*max-width: 190px;
    padding-right: 15px;
    padding-left: 15px;*/
}

.navbar {

    padding: 0rem 0.5rem;

}

.navbar-pad {

    padding: 1.3rem 0.5rem;

}

.hand{

	cursor: pointer;

}

.w-100{

	width: 100%;

}

.bannertext{

	position: absolute;

    top: calc(50% - 12%);

}

.banner-big-text{

	letter-spacing: 2px;

    color: #17191a;

    line-height: 1.4;

}

.shop-now-btn{

	/*border: 2px solid #2d4651;*/

    padding: 10px 40px;

    color: #fff;

    font-weight: 500;

    letter-spacing: 1.5px;

    text-decoration: none;

    display: inline-block;

    background-color: #121422;

    font-size: 16px;

}

.shop-now-btn:hover{

    background-color: #d6ad4d;

    color: #fff !important;

    text-decoration: none;

}

.mar-bot-20{

	margin-bottom: 20px;

}

.banner-div{

	/*max-width: 450px;*/

	padding-top: 3rem;

}



.shop-dia-shap-title{

	/*font-weight: 700;*/

    letter-spacing: 1px;

    color: #2d4651;

    line-height: 1.5;

}



.shap-w-fix{

	/*max-width: 50px;*/

	min-width: 70px;

    text-align: center;

    /*float: left;*/

    margin-right: 7px;

    margin-left: 7px;

    margin-top: 20px;

    display: inline-block;

    text-align: center;

    padding-top: 10px;

    cursor: pointer;

}

.shap-w-fix:hover {

    background: #f6f6f6;

}

.shap-w-fix label{

	display: block;

	margin-top: 8px;

}

.jumbotron-my {

    padding: 2.5rem 0rem;

}

.sec-3lbl{

	background: #ebf4ff;

    padding: 20px;

    border-bottom: 3px solid transparent;

    margin-top: 15px;

}

.sec-3lbl:hover{

	background: #ebf4ff;

    padding: 20px;

    box-shadow: 1px 1px 12px #dedede;

    border-bottom: 3px solid #4c555b;

}

.sec-3lbl h5{

	display: block;

    font-weight: 600;

    letter-spacing: 1.6px;

    color: #17191a;

}



.saveearth{

	text-align: right;

    font-weight: 700;

    letter-spacing: 2px;

    color: #17191a;

    padding-top: 30%;

    padding-bottom: 30%;

    font-size: 2.1rem;

}

.saveearth-box{

	background-color: #f3f3f3;

    border-radius: 15px;

    padding: 25px 20px;

    color: #8a8382;



}

.saveearth-box:hover{

	background-color: #ffefeb;

    box-shadow: 0 5px 8px rgba(0, 0, 0, .16);

    color: #17191a;

}

.saveearth-box img{

	margin-bottom: 20px;

}

.saveearth-box h4{

	letter-spacing: .36px;

    color: #17191a;

    margin-bottom: 15px;

}

.saveearth-box p{

	line-height: 1.3;

    letter-spacing: .6px;    

}

.fix-header{

	position: fixed;

    z-index: 99;

    width: 100%;

    top: 0;

    box-shadow: 0 2px 2px 0 #e9e9e9;

    background: #ffffff;

}

.fix-header .logo-div {
    padding: 7px 0px 5px 0px;
}

.fix-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
}





.fot-title{

	font-weight: 600;

	letter-spacing: 1.664px;

	/* color: #2d4651; */
	color: #121422;

	margin-bottom: 20px;

}

.txt-fot{

	color: #808080;

	letter-spacing: 1px;

}

.ullist{

	list-style: none;

    padding-left: 0;

}



.ullist li{

	/* color: #404040; */
	color: #121422;

	letter-spacing: 1px;

	margin-bottom: 4px;

}



.ullist li a:hover{

	/* color: #121422; */
	color: #d6ad4d;

}







.form-control:focus {

    color: #495057;

    background-color: #fff;

    border-color: #2d4651;

    outline: 0;

    box-shadow: none;

}

.btn:focus {

    outline: 0;

    box-shadow: none;

}



.sign-up-home{

	max-width: 600px;

	margin: auto;

}

.sign-up-home input{

	border-radius: 0;

	border: none;

	border-bottom: 1px solid #fff !important;

	padding: 5px 20px 5px 3px;

	background-color: transparent;

	/*font-weight: 600;*/

	letter-spacing: 1px;

	color: #fff !important;

}

.sign-up-home input:focus {

    background-color: transparent;

}

.sign-up-home button{

	border-radius: 0;

    border: none;

    border-bottom: 1px solid #ffffff !important;

    font-weight: 700;

    letter-spacing: 1px;

    color: #ffffff;

    padding-right: 2px;

}

.sign-up-home button:hover{

    color: #2d4651;

}

.sign-up-home button i{

	font-weight: 700;

}

.signplace::placeholder {

  color: #fff !important;

}





/*--------------*/

.why-title h3{

	font-weight: 600;

	letter-spacing: 1.95px;

	color: #212624;

	margin-bottom: 15px;

	line-height: 1.5

}

.why-title p{

	letter-spacing: .66px;

	color: #17191a;

}

.why-img{

	width: 100%;

    position: absolute;

    top: -120px;

}







/*LAB GROWN VS MINED DIAMONDS*/

.lab-grow-div{

	background-color: #fff;

	color: #fff;

	position:relative;

}

.lab-grow-div:after {

    content:'\A';

    position:absolute;

    background:#2d4651;;

    top:0;

    bottom:50%;

    left:0; 

    width: 100%;

}



.col-fff{

	color: #fff;

}

.labgrow-p span{

	letter-spacing: .48px;

	padding: 6px 10px;

	font-size: 20px;

}

.labgrow-mainul-div{

	background-color: #f3f9ff;

	border-radius: 15px;

    box-shadow: 0 17px 22px rgba(0, 0, 0, .1);

    padding: 30px 50px;

    margin-top: 10px;

    color: #17191a;

}

.labgrow-mainul-div h3{

	font-weight: 500;

	letter-spacing: 1.5px;

	color: #17191a;

	/*margin-bottom: 20px;*/

}

.ul-lst{

	list-style: none;

	padding-left: 10px;

	margin-top: 25px

}

.ul-lst li{

	margin-bottom: 10px;

	font-size: 18px;

    letter-spacing: .48px;

    color: #aaaaaa;

}

.ul-lst li span{

	padding-left: 10px;

}









/*---------------------------------*/

.comingsoon{

	text-align: left;

	padding: 2rem 4rem 2rem 0rem;

}

.comingsoon h2{

	font-weight: 600;

	letter-spacing: 1.95px;

	color: #212624;

	margin-bottom: 15px;

	line-height: 1.6;

}

.comingsoon p{

	letter-spacing: 1px;

	color: #808080;

	line-height: 2.5;

}

.pad-0{

	padding: 0px;

}

.com-bg{

	background-color: #ffffff;

}





/*----------------------*/

.lst-footer{

	background-color: #fafafa;

    padding: 1rem 0rem;

    text-align: center;

    border-top: 2px solid #ffebeb;

}

.lst-footer .lst-container{

	font-weight: 600;

	letter-spacing: .72px;

	/* color: #17191a; */
	color: #121422;

}

.footer{

	background-color: #fafafa;

}

.footer-social a{

	margin-right: 20px;

    font-size: 26px;

    color: #808080;

}



/*.img-24 li img{

	width: 24px;

	height: 24px;

}*/



.mar-t-20{

	margin-top: 20%;

}

.dd-none{

	display: block;

}

.dd-block{
	display: none;
}
.mob-none{
	display: block;
}
.right-ifoot{
    display: none;
}
.mar-left-1{
	margin-left: 1rem;
}

@media screen and (max-width: 991px) and (min-width: 300px) {

	.why-img{

		width: 100%;

	    position: inherit !important;

	    top: -110px;

	    margin-bottom: -110px;

	}

	.why-title{

	    text-align: center !important;

	}

	.saveearth {

	    text-align: center;

	    padding-top: 2%;

	    padding-bottom: 4%;	    

	}

	.saveearth-box {

	    background-color: #f3f3f3;

	    border-radius: 15px;

	    padding: 25px 20px;

	    color: #8a8382;

	    margin-top: 3%;

	    margin-bottom: 3%;

	}

	.comingsoon {

	    text-align: center;

	    padding: 4rem;

	}

	.bannertext {

	    position: relative;

	    top: auto;

	    background: #feefea;

	    width: 100%;

	    max-width: 100% !important;

	    padding: 10% 4%;

	}

	

}



@media screen and (max-width: 1210px) and (min-width: 992px) {

	.logo-max-170{

		max-width: 170px;

		padding-right: 0px;

	}

}

@media screen and (max-width: 500px) and (min-width: 300px) {

	.logo-max-170 {

	     max-width: 150px; 

	    /*max-width: 300px;*/

	    padding-right: 0px;

	}

}



@media screen and (max-width: 410px) and (min-width: 300px) {

	.logo-max-170 {
	    max-width: 150px;
	    /* max-width: 300px; */
	    padding-right: 0px;
	    padding-left: 20px;
	}

	.labgrow-mainul-div {

	    padding: 30px 15px;

	}

	.comingsoon {

	    text-align: center;

	    padding: 2rem 0rem;

	}

}

@media screen and (max-width: 767px) and (min-width: 300px) {

	.mar-t-20{

		margin-top: 15px;

	}

	.pad-0mobile{

		padding: 0;

	}

	.dd-none{

		display: none;

	}

	.dd-block{
		display: block;
	}
	.mob-none{
		display: none;
	}

	.fot-title{
        font-weight: 600;
        letter-spacing: 1.664px;
        color: #121422;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #e9e9e9;
	}
    .right-ifoot{
        position: absolute;
        right: 28px;
        margin-top: 1px;
        display: initial;
    }
    .mobile-footer .ullist {
        display: none;
        padding: 0px 10px;
    }

	.mobile-bot-30{

		margin-bottom: 30px;

	}	

}







#owl-demo .item{

  margin: 3px;

}



.sm-diamondimg .item{

    padding: 12px 10px 2px 10px;

    cursor: pointer;

}

.sm-diamondimg .item:hover{

	background: #f6f6f6;

}

.sm-diamondimg .item img {

    display: block;

    height: auto;

    width: 70px;

    margin: auto;

    opacity: 0.3;

}

.sm-diamondimg .item img:hover{

    opacity: 1;

}

.sm-diamondimg .item label{

	margin-top: 8px;

	cursor: pointer;

}

.sm-diamondimg .item .lbl-sld-lbl{

	opacity: 0.4;

    font-weight: 600;

    letter-spacing: 1px;

}

.sm-diamondimg .item:hover .lbl-sld-lbl{

	opacity: 1

}



.owl-controlls-hide .owl-controlls{

	display: none !important;

}



.banner-btn-new{

	font-size: 20px;

    border: 2px solid #121422;

    letter-spacing: 1px;

    padding: 10px 30px;

    color: #ffffff;

    background: #121422;

}
.btn-new-shopnow{
	font-size: 20px;
    border: 2px solid transparent;
    letter-spacing: 1px;
    padding: 10px 30px;
    color: #121422;
    background: transparent;
    text-decoration: none !important;
}
.btn-new-shopnow:hover{
    color: #fff;
    border: 2px solid #d6ad4d;
    background: #d6ad4d;
}

.btn-new-shopnow1{
	font-size: 20px;
    border: 2px solid transparent;
    letter-spacing: 1px;
    padding: 10px 0px;
    color: #121422;
    background: transparent;
    text-decoration: none !important;
    /*font-weight: 600;*/
}
.btn-new-shopnow1:hover{
	padding: 10px 30px;
    color: #fff;
    border: 2px solid #d6ad4d;
    background: #d6ad4d;
}
.btn-new-shopnow2{
	font-size: 20px;
    border: 2px solid transparent;
    letter-spacing: 1px;
    padding: 5px 0px;
    color: #121422;
    background: transparent;
    text-decoration: none !important;
    display: block;
    width: 280px;
    font-weight: 600;
}
.btn-new-shopnow2:hover{
	padding: 5px 30px;
    color: #fff;
    border: 2px solid #d6ad4d;
    background: #d6ad4d;
    text-align: center;
}

/*.banner-btn-new span{

	text-decoration: underline;

}*/

.banner-btn-new i{
	padding-left: 10px;
}

.banner-btn-new:hover{

    text-decoration: none;

    color: #fff;

    /* border: 2px solid #d6ad4d; */

    /* background: #d6ad4d; */

	border: 2px solid #d6ad4d;

	background: #d6ad4d;
	

}



@media screen and (max-width: 1199px) and (min-width: 300px) {

	.owl-controlls-hide .owl-controlls{

		display: block !important;	

	}

}





.text-cap{

	text-transform: capitalize;

}

.box3{

	background: #2d4651;

    color: #fff;

    /*min-height: 380px;*/

    padding-top: 1.2rem;

    padding-bottom: 1.2rem;

    display: flex;

    justify-content: center;

    align-items: center;

}

.cert-div:hover .cert-title{

	color: #0f0f0f;

}

.cert-title{

	font-size: 17px;

    font-weight: 600;

    letter-spacing: 1px;

    color: #959595;

}



.golab-div{

	padding: 2rem 3rem;

    border: 3px solid;

    opacity: 0.6;

}

.golab-div:hover{

    opacity: 1;

}

.golab1-img{

	margin-top: -84px;

    background: #fff;

    padding: 10px 2rem;

}



.div-centertext{

	display: flex;

    justify-content: center;

    align-items: center;

}

.bg-f7{

	background-color: #f6f6f6;

}

.a-bor-none{

	text-decoration: none !important;

}

.f-500wt{

	font-weight: 500;

}

.carousel-caption {

    position: absolute;

    right: 5%;

    top: 27%;

    left: 5%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: center;

    bottom: 3%;

}

.carousel-indicators li {

    box-sizing: content-box;

    -ms-flex: 0 1 auto;

    flex: 0 1 auto;

    width: 30px;

    height: 5px;

    margin-right: 3px;

    margin-left: 3px;

    text-indent: -999px;

    cursor: pointer;

    background-color: #2d4651;

}

.f-right{

	float: right;

}

.f-left{

	float: left;

}

.bordiv-sec{

	border: 4px solid #e8e8e8;

    border-left: 0;

    padding: 2rem;

    background: #fff;

}

.carousel-control-next, .carousel-control-prev {

	width: 5%;

}



.carousel-control-prev-icon {

    background-image: url(../images/left.svg);

    opacity: 0;

}

.carousel-control-next-icon {

    background-image: url(../images/right.svg);

    opacity: 0;

}

.carousel:hover .carousel-control-prev-icon {

    background-image: url(../images/left.svg);

    opacity: 1;

}

.carousel:hover .carousel-control-next-icon {

    background-image: url(../images/right.svg);

    opacity: 1;

}

.search-modal{

	padding: 0 !important;    

}

.search-modal .modal-dialog {

    width: 100% !important;

    height: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    max-width:none !important;

}



.search-modal .modal-content {

    height: auto !important;

    min-height: 100% !important;

    border-radius: 0 !important;

    background-color: rgba(255, 255, 255, 0.8) !important;

	border: none;

}



.search-modal .modal-header {

    border-bottom: 0px solid #9ea2a2 !important;

}





/*---------search bar-----------*/

.flex-control-paging li a.flex-active {

  background: #2d4651;

  cursor: default;

}

.flex-control-paging li a {

  width: 25px;

  height: 6px;

  display: block;

  background: #121422;

  cursor: pointer;

  text-indent: -9999px;

  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

}



.search-text {

  border: 1px solid #d2c5c5 !important;

  box-shadow: none;

  width: 100%;

  padding: 8px 10px 8px 50px;

  font-size: 16px;

  /*font-weight: 600;*/

  letter-spacing: 1px;

}

.search-text:focus{

    outline-offset: 0px;

    outline: none;

}

.new-close-search{
	color: #121422 !important;
}
.new-close-search:hover{
	color: #d6ad4d !important;
}

.header_search form:before {

    content: "";

    position: absolute;

    top: 16px;

    margin-left: 10px;

    /* left: 6px; */

    color: #d2d0cd;

    font-size: 22px;

    background-image: url(../images/icon-search.png);

    background-repeat: no-repeat;

    width: 28px;

    height: 28px;

}

.new-close-search{

	/* background-color: #f44336 !important; */
	

    line-height: 0;

    opacity: 1;

    color: #fff;

}

.h2, h2 {

    font-size: 2rem;

}

h1{

	font-size: 3rem;

}

@media screen and (max-width: 991px) and (min-width: 300px) {

	.cert-div{

		margin-bottom: 2.5rem;

	}

	.golab-div-m {

	    margin-bottom: 5rem;

	}

	.cert-div:last-child {

	  margin-bottom: 0.5rem;

	}

	.golab-div-m:last-child {

	  margin-bottom: 0.5rem;

	}



	.labcreat-div-m {

	  margin-bottom: 2rem;

	}

	.labcreat-div-m:last-child {

	  margin-bottom: 0.5rem;

	}

	.carousel-caption {

	    /*position: initial;*/

	    right: 1%;

	    top: 10%;

	    left: 1%;

	    z-index: 2;

	    padding-top: 30px;

	    padding-bottom: 20px;

	    color: #fff;

	    text-align: center;

	    padding: 15px;

	    margin-bottom: 2rem;
        bottom: auto;


	}

	.f-right{

		float: inherit;

		margin: auto;		

	    margin-bottom: 1rem;

	    margin-top: 2rem

	}

	.f-left{

		float: inherit;

		margin: auto;		

	    margin-bottom: 1rem;

	    margin-top: 2rem

	}

	.bordiv-sec{

		border: 4px solid #e8e8e8;

	    border-left: 4px solid #e8e8e8;

	    border-top: none;

	    padding: 2rem;

	}



}

@media screen and (max-width: 767px) and (min-width: 300px) {
    .pop-jewelry-img {
        padding: 0px !important;
    }

	.h1, h1 {
	    font-size: 1.6rem;
	}

	.h2, h2 {
	    font-size: 1.5rem;
	}

	.h3, h3 {
	    font-size: 1.4rem;
	}

	.h4, h4 {
	    font-size: 1.3rem;
	}

	.h5, h5 {
	    font-size: 1rem;
	}

	.jumbotron-my {
	    padding: 3rem 0rem;
	}

	body{
		font-size: 14px;
	}

	/*.golab-div:nth-child(3) {
	  margin-bottom: 1rem;
	}*/
}



@media (min-width: 1450px){

	.container {

	  max-width: 1300px;

	}

	body {

	  font-size: 16px;

	}

	.product-actions {

	    top: 270px !important;

	}

}



@media (max-width: 1450px){

	.navbar-dark .navbar-nav .nav-link {

	   /* color: #212529;*/
       color: #000;

	    letter-spacing: 1px;

	    font-size: 16px;

	}

}

@media screen and (max-width: 1200px) and (min-width: 992px) {

	.navbar-dark .navbar-nav .nav-link {

	    color: #9da1ab;

	    letter-spacing: 0.5px;

	    font-size: 13px;

	}

}

.header-icon li .nav-link{

	padding-right: 0.8rem !important;

    padding-left: 0.8rem !important;

}

.chose-ring{

	background: transparent;

    border: 2px solid #2d4651;

    color: #000;

    border-radius: 0;

    letter-spacing: 1px;

    padding: 10px 30px;

}

.chose-ring:hover{

	background: #d6ad4d;

    border-color: #d6ad4d;

    color: #fff !important;

}

.color-fff{

	color: #fff !important;

}





/*menu cart*/

.cart-menu-div{

    width: 420px;

    position: absolute;

    right: 10px;

    background: #fff;

    padding: 0px;

    margin-top: 3px;

    box-shadow: 0px 0px 2px 1px #f8f8f8;

    z-index: 99;

}



.hrcart {

    margin-top: 0.3rem;

    margin-bottom: 0.3rem;

    border: 0;

    border-top: 1px solid #f8f8f8;

}

.mar-bot-10 {
    margin-bottom: 10px !important;
}
.mar-bot-5{
    margin-bottom: 5px;
}

.cont-shop-now-btn {

    padding: 10px 40px;

    color: #fff;

    font-weight: 500;

    letter-spacing: 1.5px;

    text-decoration: none;

    display: inline-block;

    background-color: #121422;

    font-size: 16px;

}

.cont-shop-now-btn:hover {

    background: #000;

    color: #fff !important;

}

.td-centerv tr td{

  vertical-align: middle;

  color: #808080;

  padding: 5px 12px;

  font-size: 15px;

}

.td-centerv tr td:first-child{

  width: 70px;

  /*padding-right: 1rem;*/

}



.atag-menucart{

  color: #2d4651;

  text-decoration: underline;

}

.atag-menucart:hover{

  color: #000;

  text-decoration: underline;

}

.menucart-closebtn{

  padding: 10px;

  font-size: 20px;

  cursor: pointer;

}

.menucart-closebtn:hover{

  color: #2d4651;

}





.showme:before {

    position: absolute;

    top: -10px;

    right: 63px;

    display: inline-block;

    border-right: 10px solid #2b292900;

    border-bottom: 10px solid #fff;

    border-left: 10px solid transparent;

    content: '';

}



/*.small-cart {

    display: none;

}

.showsmall-cart:hover ~ .small-cart{

    display: block;

}*/

.anone{

	text-decoration: none !important;

}



.myacc-tbl-fot tr th {

    text-align: right;

    padding-right: 30px;

    padding: 8px;

    background: #f8f8f8;

}

.myacc-tbl-fot tr td {

    text-align: right;

    padding: 8px;

    background: #f8f8f8;

}

button:focus {

    outline: none !important;

}

.dispnone-991-max{

	display: none !important;

}

.check-divf{

	padding-left: 15px;

	padding-right: 15px;

	border-top: 1px solid #f8f8f8;

    border-bottom: 1px solid #f8f8f8;

}

.pad-top2{

	padding-top: 2rem;

    padding-bottom: 2rem;

}

.sec-div-b{

	padding-top: 2rem;

	background: #f9f9f9;

	padding-bottom: 2rem;

	border-left: 1px solid #f8f8f8;

}

.h-hide{

	display: none;

}

.modal-bg-fff{

	background-color: #fff;

}

.h-75-auto{

	height: 75vh;

    overflow: auto;

}

.filter-modal-header {

    background: #121422;

    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);

    color: #fff;

    border-radius: 0;

    margin-bottom: 2px;

}

.mob-filter-tit-35 {

    margin-right: 35px;

    font-size: 20px;

    margin-left: 35px;

    text-align: center;

    color: #fff;

    line-height: 1.5;

}

.mob-filter-btn .close {

    float: left;

    font-size: 26px;

    font-weight: 700;

    line-height: 1.4;

    color: #fff;

    text-shadow: 0 1px 0 #fff;

    opacity: 1 !important;

    margin-top: -34px!important;

    cursor: pointer;

    padding: 0;

}

.clear-all-mob {

    float: right;

    font-size: 13px;

    line-height: 1.7;

    color: #2d4651;

    margin-top: -28px!important;

    cursor: pointer;

    background: #f6f6f6;

    padding: 2px 6px;

    border-radius: 4px;

}

.h-hide-desk{

	display: block;

}

.h-hidearr{

	display: none;

}

.m-t-20px{

	margin-top: 20px;

}









@media screen and (max-width: 991px) and (min-width: 300px) {

	.d-n{

		display: none;

	}

	.m-t-20px{

		margin-top: 10px;

	}

	.mm-bot-20{

		margin-bottom: 20px;

	}

	.h-hidearr{

		display: inline-block;

		float: right;

	}

	.f-filter-title{

		margin-bottom: 0px;

		width: 100%;

		font-size: 16px !important;

	}

	.pad-top1rm{

		padding-top: 1rem;

	}

	.h-hide{

		display: block;

	}

	.h-hide-desk{

		display: none;

	}

	ul.breadcrumb {

	    padding: 10px 10px !important;

	    list-style: none;

	    background-color: transparent;

	}

	.check-divf{

		padding-left: 0px;

		padding-right: 0px;

		border-top: 1px solid #f8f8f8;

	    border-bottom: 1px solid #f8f8f8;

	}

	.pad-top2{

		padding-top: 1rem;

	    padding-bottom: 2rem;

	}

	.sec-div-b{

		padding-top: 1rem;

		background: #f9f9f9;

		padding-bottom: 2rem;

		border-left: 0px solid #f8f8f8;

	}

	.dispnone-991{

		display: none !important;

	}

	.dispnone-991-max{

		display: flow-root !important;

	}

	.pad-0lf{

		padding:0px;

		max-width: 100%;

	}

	.navbar-pad {

	    padding: 0rem;

	}

	.logo-max-170 {

	    padding-top: 18px;

	    padding-bottom: 18px;

	}

	.navbar-expand-lg .navbar-nav .nav-link {
	    border-bottom: 1px solid #80808040;
	    padding-top: 1rem;
    	padding-bottom: 1rem;
	}
    .fix-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

	.mobilemenubg{

		background: #f8f8f8;

	}

	.f-mob-right {

	    float: right;

	}

	.pad-mob-cart-menu {
	    padding: 1.40rem .5rem;
	    font-size: 16px;
	    cursor: pointer;
	    margin-bottom: 0;
	    color: #2d4651;
	    line-height: 1;
	}

	.pad-lf-10px-mob{

		padding-left: 10px !important;

		padding-right: 10px !important;

	}

	.sm-diamondimg .item img {

	    display: block;

	    height: auto;

	    width: 50px;

	    margin: auto;

	    opacity: 0.3;

	}

	.mar-l-94 {

	    margin-left: auto !important;

	}



	.sidebar-chk::after {

	    content: "";

	    display: block;

	     width: 100% !important; 

	    position: absolute;

	    top: 0;

	    left: 0%;

	    bottom: 0;

	    background: #f9f9f9;

	    z-index: -1;

	}



	.mobile-menu{
		position: fixed;
	    top: 106px;
	    width: 100%;
	    max-width: 100%;

	    height: 100vh;

	    left: 0;

	    bottom: 0;

	    overflow-y: auto;

	    overflow-x: hidden;

	    z-index: 99;

	    -moz-transform: translateX(-100%);

	    -o-transform: translateX(-100%);

	    -ms-transform: translateX(-100%);

	    -webkit-transform: translateX(-100%);

	    transform: translateX(-100%);

	    -moz-transition: 0.15s cubic-bezier(0.46, 0.01, 0.32, 1);

	    -o-transition: 0.15s cubic-bezier(0.46, 0.01, 0.32, 1);

	    -ms-transition: 0.15s cubic-bezier(0.46, 0.01, 0.32, 1);

	    -webkit-transition: 0.15s cubic-bezier(0.46, 0.01, 0.32, 1);

	    transition: 0.15s cubic-bezier(0.46, 0.01, 0.32, 1);

	    padding-bottom: 70px;

	}

	.show{

		-moz-transform: translateX(0%);

	    -o-transform: translateX(0%);

	    -ms-transform: translateX(0%);

	    -webkit-transform: translateX(0%);

	    transform: translateX(0%);

	}

	

}



.so-icon-none{

	display: block;

}

.so-icon-block{

	display: none;

}
.user-drop {
    min-width: 170px;
    right: 0;
    padding: 0px;
    left: auto;
    border-radius: 0;
    border-color: #e4e4e4;
    margin-top: 0px;
}
.myul-acc ul li a {
    color: #444 !important;
    padding: 6px 15px !important;
    font-size: 14px !important;
    border-bottom: 1px solid #efefef;
}

.cart-imgs {

    width: 120px;

    padding: 15px;

}

.disp-inhert-mob {

    display: inherit;

}

.check-cart-img{

	width: 100px;

}







@media screen and (max-width: 767px) and (min-width: 300px) {	

	.check-cart-img{

		width: 80px;

	}

	.cart-imgs{

		width:80px;

	}

	.irs-grid-text {

	    font-size: 11px !important;

	    line-height: 9px;

	}

	.w-100per-btn{

		width: 100% !important;

		max-width: 100% !important;

	}

	.change-add-btn {

	    float: left !important;	    

	}

	.mobile-1rem-bot{

		margin-bottom: 1rem;

	}

	.so-icon-none{

		display: none;

	}

	.disp-inhert-mob {

	    display: none;

	}

	.so-icon-block{

		display: block;

	}

	#dia-details .list-unstyled {

	    border: 0px solid #f8f8f8 !important; 

	}

	#dia-details .list-unstyled li {

	    display: inline-block !important;

	    min-width: 48px !important;

	}

}



.myaccffdivs{

	padding-left: 5rem;

    padding-top: 2rem;

    background: #f9f9f9;

    padding-bottom: 2rem;

    border-left: 1px solid #f8f8f8;

}



@media screen and (max-width: 1024px) and (min-width: 991px) {

	.myaccffdivs{

		padding-left: 1rem;

	    padding-top: 2rem;

	    background: #f9f9f9;

	    padding-bottom: 2rem;

	    border-left: 1px solid #f8f8f8;

	}

}

.myacc-non-txt-hm{

	display: block;

}

.myacc-non-txt-sm{

	display: none;

}

@media screen and (max-width: 991px) and (min-width: 300px) {

	.myaccffdivs{

		padding-left: 1rem;

	    padding-top: 2rem;

	    background: #f9f9f9;

	    padding-bottom: 2rem;

	    border-left: 0px solid #f8f8f8;

	}

	.product-actions {

	    bottom: 40px;

	    top: auto !important;

	}

	.myacc-non-txt-hm{

		display: none;

	}

	.myacc-non-txt-sm{

		display: block;

	}	

}

.disp-none-lg{

	display: block;

}

@media screen and (max-width: 1199px) and (min-width: 300px) {

	.disp-none-lg{

		display: none;

	}

}



/*input[type="text"]::-moz-placeholder { 

	opacity: 0;

}*/









.title-img img {

    margin: auto;

    display: block;

    margin-top: 37px;

}

.privacy-txt{

	color: #808080;

    letter-spacing: 1px;

}

p.head-privacy {

    color: #2d4651;

    font-size: 22px;

    display: block;

    margin-bottom: 10px;

    padding-top: 20px;

    letter-spacing: 1px;

    font-family: 'HypatiaSansPro-Regular';

    font-weight: 600;

}

p.head-privacy-ul {

    color: #2d4651;

    font-size: 16px;

    display: block;

    margin-bottom: 10px;

    padding-top: 20px;

    letter-spacing: 1px;

    font-family: 'HypatiaSansPro-Regular';

    font-weight: 600;

}

.ulli-bot{

	padding-left: 20px;

}

.ulli-bot li{

	margin-bottom: 1rem;

}



.contact-form{

	background: #f6f6f6;

    padding: 1.5rem;

    box-shadow: 0 2px 4px 0px #8080807a;

    border: 1px solid #d0d0d07a;

}

.rem-02{

	margin-bottom: 0.3rem;

}

.alinks{

	color: #2d4651;

    text-decoration: underline;

}

.fp{

	color: #2d4651;

    font-weight: 600;

}

.add-p{

	color: #808080;

    font-size: 14px;

}

.font-14td tr td{

    font-size: 14px;

    color: #808080;

    vertical-align: middle;

}

.boxx-1{

	background: #fff;

    padding: 15px 20px 15px 20px;

     margin-top: 5px; 

    margin-bottom: 25px;

    text-align: center;

    border: 1px solid #efefef;

    box-shadow: 0 1px 4px 0 rgb(204, 239, 220);

}

.boxx-1:hover{

	background: #f6f6f6;

}

.txt-justy{

	text-align: justify;

}







.menu-right-icon{

	-ms-flex-flow: row nowrap;

    flex-flow: row nowrap;

    -ms-flex-pack: start;

    justify-content: flex-end;

}

.logo-div {

    padding: 30px 0px 10px 0px;

}

.f-rlink{

	padding: .5rem 0rem;

}

.ul-mar-auto{

	margin: auto;

}

.autocomplete {position: relative;}
.autocomplete-box {border-bottom: none;border-top: none;z-index: 99;top: 100%;left: 0;right: 0;overflow: auto;height: 300px;}
.autocomplete-box div {padding: 10px;cursor: pointer;background-color: #fff;border-bottom: 1px solid #d4d4d4;}
.autocomplete-box div:hover {background-color: #e9e9e9;}
.autocomplete-active {background-color:#8c94af !important;color: #ffffff;}
.autocomplete-items {border-left: 1px solid #d4d4d4;border-right: 1px solid #d4d4d4;}
.autocomplete-items:hover {border-left: 1px solid #d4d4d4;border-right: 1px solid #d4d4d4;background-color: #8c94af !important;color: #ffffff;}
.searchLoader{text-align: center;height: 15%;}
.autocomplete-box::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
.autocomplete-box::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;}
.autocomplete-box::-webkit-scrollbar-thumb{background-color: #000000;}
.highlight{font-weight: 700;text-decoration: underline;}.alink-font-16:hover{text-decoration:none;}




.wishlistmobile-box {
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 3px 0px #b7b7b7;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
}
.wishlistmobile-box .inner-box {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
}
.fixedimgdiv {
    height: 80px;
    margin-right: 12px;
    min-width: 80px;
    max-width: 80px;
}
.img-product-cart {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    object-position: center center;
    display: block;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 3px 0px #ececec;
    padding: 2px;
    width: 100%;
}
.cart-boxx-mobile {
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 4px 1px #e9e9e9;
    cursor: pointer;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
}

.cartbox-btn {
    display: flex;
    justify-content: space-around;
    min-height: 35px;
    align-items: center;
}
.btn2 {
    display: flex;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    justify-content: center;
    border-left: 1px solid #e5e5e5;
    height: 35px;
    align-items: center;
    font-weight: 500;
}

.mob-w-70{
	width: 70%;
}


.right-submenu {
    display: none;
}
.password-question{
	position: absolute;
	right: -25px;
	top: 21px;
}

@media screen and (max-width: 991px){
	.right-submenu {
	    display: block;
	    position: absolute;
	    right: 0;
	    top: 0px;
	    width: 50px;
	    text-align: center;
	    padding: 1rem;
	}
	li.nav-item.parent-menu-link {
	    position: relative;
	}
	.password-question{
		display: none;
	}
}