/* Filter CSS */
.alertify-notifier.ajs-top.ajs-right img{
  margin:auto;
  display: block;
}
.growth_filter {
  padding-top: 20px;
}
.filter {
display: inline-block;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
width: 100%;
}
ul#tps_diamond_shapes {
    /* margin: 15px  0px; */
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.tps_diamond_shapes li  {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 9%;
    float: none !important;
}
#exotic-shape-filter ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0px;
  gap: 10px;
}
#exotic-shape-filter.tps_diamond_shapes li  {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 9.09%;
  float: none !important;
  text-align: center;
}
label.custom-border {
    border: 1px solid transparent;
    box-shadow: 0px 2px 8px rgba(0,0,0,15%);
    border-radius: 5px;
}
label.custom-border:hover {
  border: 1px solid #000;
  transition: ease-in-out;
  box-shadow: 0px 0px 0px rgba(0,0,0,15%);
}
label.custom-border:hover.span.img_shape {
  border-bottom: 1px solid #000;
}
label.custom-border:hover span.img_shape{
  border-bottom: 1px solid #000;
}
span.img_shape{
  clear: both;
  display: block;
  border-bottom: 1px solid #ccc;
}
/*
.tps_diamond_shapes li:last-child{
border:none;
}
*/
.tps_diamond_shapes i {
  font-size: 37px;
  line-height: 47px;
}
/* .search_filter_cut.tps_filter .row {
  align-items: center;
  justify-content: center;
} */
ul#tps_diamond_shapes a {
    color: #000;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}
.text_shape {
    font-size: 12px;
    padding: 0px 0;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #ccc;
    /* font-family: sans-serif; */
    text-transform: uppercase;
}
li .active1{ border: 1px solid #04192a;   }
.active1 span.img_shape{border-color: #04192a;}
.active1 span.text_shape{border-color: #04192a;background: #04192a; color: #fff;}

.tps_diamond_shapes li:hover,.tps_diamond_shapes li a:hover span.img_shape{border-color: none;}
.tps_diamond_shapes li a.selected .text_shape {color: #000;opacity: 1;background: #f2f2f2;}

.tps_diamond_shapes li:hover a span.text_shape{
  color: #fff;
  opacity: 1;
  background: #04192a;
}

.tps_diamond_shapes li a:hover span i{color: #FFF}

.tps_filter {
  vertical-align: top; 
  /* border-right: 1px solid #ddd;  */
  padding:6px 5px 6px 0px; 
  height: auto; 
  border-bottom: 1px solid #ddd; 
  margin: 0; }
.tps_diamond_shapes i {
  font-size: 37px;
  line-height: 47px;
  color: #777;
  height: auto;
  background-image: none;
}
.certified-icon {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.certified-icon > li {
  float: left;
  list-style: outside none none;
  margin-right: 10px;
  width: 15%;
  position: relative;
  margin-bottom: 10px;
}
.certified-icon input[type="checkbox"] {
  display: block !important;
}
.certified-icon img {
  border: 1px solid #ccc;
  padding: 3px;
  width: 100%;
}
.filter label {
  font-weight: normal;
  margin: 0;
  width: 100%;
}
.input-style input {
  height: 25px !important;
  margin-left: 0 !important;
  width: 80px;
  border: 1px solid #ddd;
  padding-left: 5px;
  font-size: 12px !important;
      box-shadow: 0 0 7px 0 #eaeaea inset;
}
.diamond_detail, .diamond_name {
     display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.diamond_deatil_img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.diamond_deatil_img img {
  display: inline-block;
  width: 100%;
}
.diamond_detail_price .price {
  color: #BCAA6E;
  font-size: 32px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 1.42857143;
  margin-bottom: 15px;
}
.yellow-color {
  background:#020202;
  color: #fff;
  cursor: pointer;
  padding: 7px 17px;
}

body .line-normal label {
  line-height: 1 !important;
  margin-top: 15px;
  width: auto;
}
/*.hide_show a span{
  width: 25px;
  height: 25px;
  background: #f3f9ff;
  padding: 9px;
  color: #FFF;
  cursor:pointer;
}*/
.hide_show a span {
  width: 25px;
  height: 25px;
  background: #fff;
  padding: 7px;
  color: black;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 4px 11px rgba(0,0,0,15%);
}
.hide_show a span:hover {
  color: #fff;
  border: 1px solid #04192a;
  box-shadow: 0px 0px 0px rgba(0,0,0,15%);
  background: #04192a;
}
.filter .col-lg-10.col-sm-10.col-md-10.col-xs-12 {
  position: relative;
}
/* .product-options_header.clearfix.wow.fadeInUp {
    margin-top: 30px;
} */

/* remove border radius for the tab */
#exTab1 .nav-pills > li > a {
border-radius: 0;
color: #444
}
/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
border-radius: 4px 4px 0 0 ;
}
#exTab3 .tab-content {
color : white;
background-color: #04192a;
padding : 5px 15px;
}
.nav-pills>li.active a{
    background-color: #04192a !important;
  border: none;
  color: #FFF !important;
}
.nav-pills>li{/*
    border: 1px solid #CCC;*/
  background: #eaeaea;
}
.nav-pills>li+li {
   margin-left: 0px !important; 
}
ul.nav.nav-pills {
  background: #eaeaea;
}
.condensed > tbody > tr > td {
  padding: 10px 7px !important;
  padding-right: 30px;
}
.condensed > thead > tr > th {
  padding: 10px 7px !important;
  padding-right: 30px;
}
#example > thead > tr > th {
  padding: 0px 7px !important;
}
.padding-zero{
    padding-right: 0 !important;
  padding-left: 30px !important;
}
.padding-zero .panel-body {
  padding: 0;
}
.table-design { font-weight: normal !important; }
/*.table-design .odd{ background: #eaeaea !important;}*/
.top-0{padding-top: 0}
/* .top-30{padding-top: 30px} */
/********* Filter Jewelery *****/
.main-heading {
  color: #777;
  text-align: center;
  padding: 25px 0;
}
.dropdown-menu .container li {
  list-style: none;
}
.main-heading h1{color: #000;}
#top-filter-jewelry .dropdown-menu {
  border-radius: 0;
  top: 29px;
  width: auto;
  padding: 0;
  min-width: 200px;
}
#top-filter-jewelry button.dropdown-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  padding: 4px 21px;
  width: 150px;
}
#top-filter-jewelry form .col-1 h3 {
  font-size: 16px;
  line-height: normal;
  text-transform: none;
  color: #777;
  font-weight: normal;
}
#top-filter-jewelry .dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal !important;
  line-height: 1.42857;
  padding: 5px 17px;
  white-space: nowrap;
  cursor: pointer;
}
#top-filter-jewelry .dropdown-menu label{
font-weight: normal;
 cursor: pointer;
text-transform: capitalize;
margin: 0px;
}
#top-filter-jewelry .checkbox input[type="checkbox"], #top-filter-jewelry .checkbox-inline input[type="checkbox"], #top-filter-jewelry .radio input[type="radio"], #top-filter-jewelry .radio-inline input[type="radio"] {
  margin-right: 13px;
  margin-left: 10px;
position: inherit !important;
}
#top-filter-jewelry input[type=radio]{
margin:4px 7px 0px 10px !important;
}
#top-filter-jewelry .checkbox, #top-filter-jewelry .radio {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
#product-showcase {
  margin-top: 0px;
   padding-top: 27px;
}
#top-filter-jewelry button.dropdown-toggle:hover{
background: #000;
color: #FFF;
}
#product-showcase .main-heading {
    margin: 0px auto 0px;
    padding: 0;
    width: 98.5%;
    display: inline-block;
}
#product-showcase .main-heading h3{
font-size: 15px;
}
#product-showcase .content-box ul li {
/*  background: none repeat scroll 0 0 #fff;
  border: 1px solid #fff;
*/  box-sizing: border-box;
  float: left;
  list-style-type: none;
  margin-left: 15px;
  margin-right: 15px;
  height:426px;
  padding: 6px;
  position: relative;
  width: 22.33%;
  margin-bottom: 25px;
/*  box-shadow: 0 0px 7px rgba(0,0,0,.1);
*/}
#product-showcase .content-box ul li:nth-child(4) {
    margin-right: 0;
}
.product-item_image {
  width: 100%;
}
.product-item_info {
  background:#000;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99999;
  padding-left: 0;
  text-align: center;
  font-size: 19px;
}
.product-item_price::before {
  background: none repeat scroll 0 0 #CCC;
  border-top: 1px solid #CCC;
  content: "";
  left: 0;
  position: absolute;
  top: 11px;
  width: 30%;
}
.product-item_price::after {
  background: none repeat scroll 0 0 #CCC;
  border-top: 1px solid #CCC;
  content: "";
  right: 0;
  position: absolute;
  top: 11px;
  width: 30%;
}
.product-item_price {
  font-size: 19px;
  margin-top: 18px;
  position: relative;
  text-align: center;
  color: #333
}
.product-item_title {
  color: #777;
  font-size: 13px;
  font-weight: normal;
  margin-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
#product-showcase .content-box ul li:hover .product-item_info {
  display: block !important;
}
.product-item_info li {
  background: #000 !important;
  border: medium none !important;
  box-sizing: border-box;
  margin: 0 !important;
  min-height: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 33% !important;
}
.product-item_info a {
  color: #fff;
}
ul.product-item_info li a:hover::before {
  opacity: 1;
}
ul.product-item_info li a::before {
  border-top: 6px solid #000;
}
ul.product-item_info li a::before {
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
ul.product-item_info li a:hover .product-item_tip {
  height: 32px;
  opacity: 1;
  padding:7px 19px;
}
a.color-main:focus, a.color-main:hover, .color-main {
  color: #fff;
  text-decoration: none;
}
.before-bg::before, .hover-focus-bg:focus, .hover-focus-bg:hover, 
.category-images li.grid figure.effect-bubba:hover h2, #filter li a.current, 
.blog-preview_image:hover .blog-preview_posted, .blog-preview-small_link:hover .blog-preview_posted, 
.tabs-panel .nav-tabs > li.active > a, .btn-primary, .btn-primary:focus, .btn-primary:hover, 
.customBgColor {
  background-color: black;
  border-color: black;
}
.product-item_tip {
  bottom: 100%;
  font-size: 10px;
  height: 0;
  left:0;
  line-height: 14px;
  /*margin-left: -57px;*/
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  white-space: inherit;
  width: auto;
}
.hover-wish {
    left: -21px !important;
    right: -3px
}
.transition {
  transition: all 300ms ease 0s;
}
/*.active1 span i, .active1 span {
  color: #fff;
}*/
#top-filter-jewelry .dropdown-menu > li > a:focus, #top-filter-jewelry .dropdown-menu > li > a:hover{
background: #eaeaea;
}
#top-filter-jewelry li{
  padding: 2px
}
#top-filter-jewelry li:hover {
    background: #eaeaea;
    color: #000;
}
.active.paginate_button.current {
    background: #012945;
    color: #FFF !important;
}
#pagination-div-id a {
    /* border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin: 10px 1px;
    text-align: center;
    width: 25px;
    color: #777;
    line-height: 25px; */
    border-radius: 3px;
    display: inline-block;
    height: 36px;
    margin: 10px 3px;
    text-align: center;
    width: 36px;
    line-height: 36px;
    border: 0.3px solid #bbb;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
.col-two{
width: auto !important;
float: none !important;
padding-left: 0;
}
.dropdown-menu.mega-dropdown-menu.row.jewlry-bg {
  background: url("../../images/jewelry-bg.png") no-repeat scroll right -60px #fff;
  /*background: url('../../images/jw-banner.jpg');*/ 
}
.dropdown-menu.mega-dropdown-menu.row.watch-bg {
  background: url("../../images/watch-banner.png") no-repeat scroll right top #fff;
  background-size: contain;
}
.dropdown-menu.mega-dropdown-menu.row.newa-bg {
  background: url("../../images/day-banner.jpg") no-repeat scroll right top #fff;
  background-size: cover;
}
.dropdown-menu.mega-dropdown-menu.row.edu-bg {
  background: url("../../images/edu-banner.jpg") no-repeat scroll right top #fff;
  background-size: cover;
}
.column-divide .fa.fa-circle {
  margin-top: 2px;
  vertical-align: top;
}
.column-divide img, #top-filter-jewelry img {
  width: 20px;
}
.certified-icon input, #search_div  input[type="checkbox"] {
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  cursor: pointer;
}
.certified-icon li input[type="checkbox"]:checked + img {
  background: none repeat scroll 0 0 #000000 !important;
  box-shadow: none;
  color: #fff !important;
}
.certified-icon img {
  border: 1px solid #ccc;
  padding: 3px;
  width: 100%;
}
.tps_filter label {
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
}
/*.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #eaeaea !important;
}*/
.product-options_header h3 {
  color: #000;
}
.product-price.font-additional.font-weight-normal.customColor {
      color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    /* font-family: nunito; */
    /* font-family: "Nunito Sans", sans-serif; */
}



.product-cart a.button-additional {

    /* width: 30%; */
    border: 1px solid #012945;
    border-radius: 3px !important;
    background-color: #012945;
    color: #fff;
    padding: 10px;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    justify-content: center;
    max-width: 109%;
    width: 100%;

}

.product-cart a.button-additional svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    transition: 0.3s ease-in-out;
}
.product-detail{
border-bottom: 1px solid #CCC;
}
#productDetails li{
list-style: none;
}
.product-links{
padding-left: 0 !important
}
.need-help {
    /* display: inline-block; */
    padding: 15px 0 15px;
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 0;
    border-bottom: 1px solid #CCC;
}
.text h4 {
  color: #333;
  text-transform:capitalize;
}
.text p {
  color: #333;
  font-size: 12px;
  margin-top: 12px;
}
/*.links .link-wrapper {
  border-left: 1px solid #036;
  margin-left: 0px;
  padding-left: 25px;
}*/
.link-wrapper a {
  color: #333;
  display: block;
  margin: 15px 0;
  position: relative;
}
.link-wrapper a i {
  font-size: 1.28571em;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.bullet-list > li {
  float: left;
  line-height: 23px;
  width: 50%;
  font-size: 18px;
  position: relative;
}
.bullet-list > li::before {
  color: #000;
  content: "\f105";
  font-family: fontawesome;
  left: -14px;
  position: absolute;
}
.button-big.button-additional {
  float: left !important;
  font-size: 16px;
  width: auto !important;
}
/*.product-options_cart.clearfix.wow.fadeInUp{
  border-bottom: 1px solid #ececec;
}*/
.tabs-container.background-container {
  background:#eaeaea;
}
#description .bullet-list {
  display: inline-block;
  /*width: 50%;*/
      margin-bottom: 20px !important;
}
.product-gallery_preview a {
  border: 1px solid #ddd;
  padding: 5px;
  width: 20% !important;
  min-height: 55px;
  /* margin-bottom: 8px; */
  display: flex;
  align-items: center;
}

.f-by {
  display: inline-block;
  padding-right: 12px;
  vertical-align: middle;
}
.form-item {
  display: inline-block;
  margin-right: 9px;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.form-item span span {
    text-decoration: none;
    border: 1px solid #ebebeb;
    color: #000;
    display: inline-block;
    padding: 0 7px 1px 8px;
    white-space: nowrap;
    transition: all .1s ease;
    cursor: pointer;
}
.form-item span span:hover{
background: #eaeaea;
}
.form-item span i{
color: #f15d47;
  font-size: 10px;
  line-height: 16px;
  transition: all .2s ease;
  width: 6px;
  display: inline-block;
}
.position-relative {
    position: relative;
}
.filtered-data {
margin: 25px 0 0;
display: inline-block;
width: 100%;
}
.std h1, .std h2 {
padding: 10px 0;
font-size: 22px;
margin-bottom: 0px;
line-height: normal;
}
.std p {
    margin-bottom: 10px;
}
.std img {
    margin: auto;
    display: block;
    padding: 20px 0;
}
.spacer, .list-social {
padding-left:0;
}
.footer-title {
  font-size: 15px !important;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.color-theme{
color: #1c3462 !important;
font-weight: bold;
}
.ma-10 {
  margin: 12px 0;
}
#newsletter-validate-detail .block-subscribe .block-content .input-box .input-text {
  color: #999999;
  font-size: 15px;
  font-weight: normal;
  padding: 0 14px;
  border: none;
  height: 32px;
}
#newsletter-validate-detail .input-box {
  display: inline-block;
  position: relative;
  background: #fff;
  float: left;
  width: 68.2%;
}
#newsletter-validate-detail .actions {
  display: inline-block;
  margin-top: 0;
  position: relative;
  right: 0;
  top: 0;
  float: left;
  width: 30.4%;
}
#newsletter-validate-detail .actions .button {
 background: #000;
border: medium none;
height: 30px;
line-height: 30px;
padding: 0px 16px;
max-width: 93px;
float: left;
z-index: 9999;
position: relative;
color: #FFF;
}
/*input#newsletter{
width: 100%;
border: 1px solid #CCC;
padding-left: 7px;
}*/
.footer-client li {
  float: left;
  width: 33%;
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
}
.footer-client li img {
  width: 92%;
}
.footer-client {
  padding-left: 0;
  margin-top: 15px;
  display: inline-block
}
.blink_me {
/* animation: blinker 1s linear infinite;
*/color: red;
background: url('../../images/animate.gif');
background-size: auto auto;
background-size: contain;
}
body .blink_me a {
  color: red !important;
  font-weight: bold !important;
  font-size: 17px;
  z-index: 999;
position: relative;
}
@keyframes blinker {  
50% { opacity: 0; }
}
.list-social li {
  display: inline-block;
  padding-right: 31px;
}
.list-social li a {
  font-size: 20px;
  color: #333;
}
.list-social li a:hover{
color: #1c3462
}
.list-social {
  margin-top: 10px;
  display: inline-block;
}
/*#top-filter-jewelry .col-lg-3 {
  width: 20%;
}*/
/*.modal-title{
color: #FFF;
}*/
#login_pop label{
font-weight: normal;
}
.tr_checkbox {
  text-align: center;
  margin: auto !important;
}
.my-tooltip.my-dropdown {
  cursor: pointer;
}
.header.sorting{
font-weight: normal;
font-size: 13px; 
}
table.dataTable.display tbody tr:hover{
background:#f8f8f8 !important
}
#tabsPanel .tabs-panel .nav-tabs > li > a:hover, ul.social-list li a:focus, ul.social-list li a:hover{
background: #000 !important;
}
.sched-form {
  background: url(../../images/appointment.jpg);
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
width: 100%;
min-height: 480px;
background-size: contain;
background-position: 66%;
padding: 35px 0;
}
body .blink_me .col-sm-6 .column-divide a{
  color: #999 !important;
  font-weight: normal !important;
  font-size: 17px;
  z-index: 999;
  position: relative;
  line-height: 50px;
}
.select-width select{
width: 74px;
}
.product-item_image {
  width: 100%;
  max-width: 100%;
  height: 190px;
  object-fit: contain;
}
.product-item_sale {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px dashed;
  top: 0;
}
.vertical-pager1 ul li.easyzoom {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}
/* .vertical-pager1 ul li.easyzoom a img {
  width: 100%;
  padding: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  height: 100%;
} */
.vertical-pager1 ul li.easyzoom a img {
    width: 100%;
    padding: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* max-height: 463px; */
    object-fit: contain;
    object-position: center;
    /* max-width: 550px; */
    height: 100%;
}
.product_video video {
  width: 100%;
  padding: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 434px;
  object-fit: cover;
  object-position: center;
  max-width: 550px;
  height: 100%;
}
.col-item
{
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
}
.col-item .photo img
{
  margin: 0 auto;
  /*width: 100%;*/
width: 90%;
padding-top: 10px;
}
.col-item .info
{
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
  min-height: 108px;
}
.col-item .price
{
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
}
.col-item .price h5{
font-size: 12px;
font-weight: 300;
padding-bottom: 4px;
text-transform: uppercase;
min-height:55px;
text-align: center;
}
.price-text-color
{
  color: #219FD1;
}
.col-item .info .rating
{
  color: #777;
}
.col-item .rating
{
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}
.col-item .separator
{
  border-top: 1px solid #E1E1E1;
}
.clear-left
{
  clear: left;
}
.col-item .separator p
{
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.col-item .separator p i
{
  margin-right: 5px;
}
.col-item .btn-add
{
  width: 50%;
  float: left;
}
.col-item .btn-add
{
  border-right: 1px solid #E1E1E1;
}
.col-item .btn-details
{
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls
{
  margin-top: 20px;
}
[data-slide="prev"]
{
  margin-right: 10px;
}
.pi-img-wrapper {
  position: relative;
}
.pi-img-wrapper .view-hover {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.save-btn {
  background-image: url(../images/bg-sticker-yellow-orange.gif);
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  /* font-family: "brandon_grotesquebold",sans-serif; */
  font-size: 9px;
  height: 54px;
  left: 0;
  line-height: 14px;
  padding-left: 5px;
  padding-top: 3px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 55px;
}
.ribbon {
 position: absolute;
 right: 0px;
 top: -5px;
 z-index: 1;
 overflow: hidden;
 width: 75px; 
 height: 75px; 
 text-align: right;
}
.ribbon span {
 font-size: 10px;
 color: #fff; 
 text-transform: uppercase; 
 text-align: center;
 font-weight: bold; line-height: 20px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg); /* Needed for Safari */
 width: 100px; display: block;
 background: #79A70A;
 background: linear-gradient(#000 0%, #000 100%);
 box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
 position: absolute;
 top: 19px; right: -21px;
}
.ribbon-red {
 position: absolute;
 right: -5px; top: -5px;
 z-index: 1;
 overflow: hidden;
 width: 75px; height: 75px; 
 text-align: right;
}
.ribbon-red span {
 font-size: 10px;
 color: #fff; 
 text-transform: uppercase; 
 text-align: center;
 font-weight: bold; line-height: 20px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg); /* Needed for Safari */
 width: 100px; display: block;
 background: #79A70A;
 background: linear-gradient(black 0%, #000 100%);
 box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
 position: absolute;
 top: 19px; right: -21px;
}
.clear-left p {
  font-size: 17px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid #CCC;
  padding:5px;
}
.clear-left p:hover{
background: black;
color: #FFF;
}
.color-black{
color: #333
}
h2.color-black {
  background: rgba(0,0,0,0.1);
}
.main-heading.m-botton-40 {
  margin-bottom: 27px;
}
.customBgColor{
background: #000 !important 
}
.margin-24 {
  margin-top: 24px;
}
#pagination-div-id{
float: right;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: black;
  color: #FFF;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #333;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 2000px;
}
.btn-middle {
  position: absolute;
  left: 0;
  right: 0;
  background: none !important;
  border: 2px solid black;
  width: 152px;
  margin: auto;
  padding: 0 6px;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  bottom: 34px;
  height: 50px;
  z-index: 99999 !important
}
.btn-middle.btn-top {
  bottom: 32% !important;
  right: 33%;
  left: auto !important;
}
.btn-middle:hover{
background: #000 !important;
color: #fff;
}
#add_data{
  padding-left: 0;
 
}
.main-section #add_data {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.line-height-je{
  clear: both;
display: block;
line-height: 32px;
}
.line-height-je a {
    color: #999;
}
.form-bag {
    background: #fff;
    padding: 5px 30px 14px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(1,225,255,0.1);
    border: 1px dashed #999
}
.form-bag h2{
  font-size: 30px !important;
line-height: 36px !important;
}
.contact-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-padding i {
    font-size: 19px !important;
}
.larger li {
    background: none !important;
    padding-left: 0 !important;
}
.larger li a{
  color: #FFF !important;
  background: none !important
}
.larger li a:hover{
  color: #000 !important
}
.dropdown-menu.larger {
    top: 44px;
    border: none;
    border-top:1px solid; 
    border-radius: 0;
    background: #444
}
.content-error {
    text-align: center;
    padding: 100px 0;
}
.content-error img {
    text-align: center;
    margin: 20px auto;
}
/*.nav > li > a{
  padding: 10px 22px;
}*/
.alertify-notifier.ajs-top.ajs-right {
    color: #FFF;
}
.inner-outer {
    min-height: 307px;
    margin-bottom: 10px;
}
section.st-pagecont.std .panel-heading h4 {
    color: #000;
}
section.st-pagecont.std .breadcrumb {
     background-color: none; 
}
/* Color Diamond Filter */
.color_diamond{display: inline-block;width: 100%; padding-left: 0;}
.color_diamond li {display: inline-block;width: 10%;text-align: center;float: left;margin-bottom: 0;padding: 0;position: relative;border-left: 1px solid #CCC;}
.color_diamond .text_shape{border:0;}
.color_diamond i {font-size: 37px;line-height: 51px;color: #777;}
#search_div .color_diamond input[type="checkbox"]{width: 53px;}
#search_div .color_diamond label {line-height: normal !important; }
.search_filter_cut.border-bottom.tps_filter{padding: 0px}
.search_filter_cut.border-bottom.tps_filter .col-lg-10.col-sm-10.col-md-10.col-xs-12 {position: relative; padding-right: 0 !important;}
.color_diamond a {color: #666666;font-size: 12px;}
.active1.yellow {background: #ffe414 !important;}
.active1.yellow i, .active1.yellow a span{ color: #666 !important}
.active1.pink {background: #ff2a71 !important;}
.active1.pink i, .active1.pink a span{color: #FFF !important}
.active1.purple { background: #b81db4 !important;}
.active1.purple i, .active1.purple a span{ color: #FFF !important}
.active1.red { background: #e92744 !important;}
.active1.red i, .active1.red a span{color: #FFF !important}
.active1.blue { background: #008ce2 !important;}
.active1.blue i, .active1.blue a span{    color: #FFF !important}
.active1.green {background: #317f25 !important;}
.active1.green i, .active1.green a span{ color: #FFF !important}
.active1.orange {  background: orange !important;}
.active1.orange i, .active1.orange a span{ color: #FFF !important}
.active1.brown { background: #8e3415 !important;}
.active1.brown i, .active1.brown a span{color: #FFF !important}
.active1.black { background: #060302 !important;}
.active1.black i, .active1.black a span{color: #FFF !important}
.active1.grey { background: #838383 !important;}
.active1.grey i, .active1.black a span{color: #FFF !important}
.clarity li {display: inline-block; width: 10%; text-align: center; float: left; margin: 10px 4px; padding: 0; position: relative; border: 1px solid #CCC;box-shadow: inset 0 0px 3px rgba(0,0,0,.2)}
/*.clarity li:last-child{border-right: 0}*/
.search_filter_cut.border-bottom.tps_filter{padding: 0px}
/*.clarity-padding{ padding-top: 10px !important;}*/
.clarity .text_shape{border-bottom: 0; font-size: 14px; color: #666}
/*.active1 .text_shape{color: #FFF !important}*/
#search_div .clarity input[type="checkbox"]{ width: 95px;}
/* ===================================
    Parallax
====================================== */
/*.overlay{ position: absolute; height: 100%; width: 100%; opacity: 0.2; z-index: 1; top: 0px; }*/
.parallax-fix{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; -webkit-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; background-attachment: fixed !important }
.parallax-fix .row{ position: relative; z-index: 2; }
.parallax-section-main { /* min-height: 700px; */ }
.parallax-title { display: block; 
  /* font-family: "Oswald",sans-serif;  */
  font-size: 15px; font-weight: 100; letter-spacing: 7px; margin-bottom: 30px; text-transform: uppercase; }
.parallax-sub-title{  display: block; font-size: 22px; font-weight: 600; letter-spacing: 4px; line-height: 30px; text-transform: uppercase; }
.parallax-number { border: 2px solid #000; color: #000; display: inline-block;
   /* font-family: "Oswald",sans-serif;  */
   font-size: 20px; font-weight: 400; margin:150px 0 60px 0; padding: 9px 0; width:47px; text-align: center; letter-spacing: -2px }
.fix-background{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important; background-attachment: fixed !important}
.cover-background{ position: relative; background-size: cover !important; overflow: hidden; background-position: center center; background-repeat: no-repeat !important;}
.background-size-inherit {background-size: inherit !important}
.blog-blockquote { padding:100px}
.background-attachment-inherit {background-attachment: inherit !important}

/* page loader */

.loader-container {

  display: flex;

  justify-content: center;

  align-items: center;

  position: fixed;

  z-index: 4;

  top: 0px;

  left: 0px;

  bottom: 0px;

  right: 0px;

  background-color: rgba(237, 237, 237, 0.42);

}



.loader-logo {

  z-index: 5;

  width: 110px;

  height: 110px;

  padding-bottom: 10px;

  background-repeat: no-repeat;

  background-size: 100px;

  background-position: center;

}

.loader-circle {

  border-top: 3px solid #424242;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  animation: spin 1.25s linear infinite;

}



@keyframes spin {

0% {

  transform: rotate(0deg);

}

100% {

  transform: rotate(360deg);

}

}


/* alertify js */
.radius-flat {
    border-radius: 0px !important;
}
.ajs-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.alertify .ajs-dialog {
  padding: 20px 20px 20px 20px;
  background: #e2e2e2;
  border-radius: 5px;
}
.alertify .ajs-header {
    margin: -24px !important;
    margin-bottom: 0 !important;
    padding: 8px 24px !important;
    color: #fff !important;
    background-color: black!important;
    color: #fff !important;
    font-size: 16px !important;
    display: none;
}

.ajs-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9px 9px 15px 9px !important;
}
.alertify .ajs-footer {
    padding: 0px !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    min-height: 39px !important;
    background-color: transparent!important;
}
.alertify .ajs-commands {
    position: absolute !important;
    right: 4px !important;
    margin: -19px 10px 0 0 !important;
    z-index: 2 !important;
}
.alertify .ajs-body {
    min-height: 120px !important;
}
.alertify .ajs-header {
  padding: 7px 20px !important;
}
.product-div.product-bg.position-relative.product-overlay:hover .product-image .img-front {
    display: none;
}
.product-div.product-bg.position-relative.product-overlay:hover .product-image .img-back {
    display: block;
}

button.ajs-button.ajs-ok,
button.ajs-button.ajs-cancel {
    color: #fff;
    width: 135px;
}
.ajs-button {
  background-color: #fff;
  border: 1px solid #012945;
  color: #000 !important;
}
.ajs-button:hover {
    background-color: #012945;
    border: 1px solid #012945;
    color: #fff !important;
}
.popup-msg-text {
  margin-bottom: 10px;
  text-align: center;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 0 !important;
}
.ajs-primary.ajs-buttons {
  padding-bottom: 9px;
}
button.ajs-button.ajs-cancel {
  display: none;
}
/* button.ajs-button.ajs-ok {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
button.ajs-button.ajs-cancel {
  border: 1px solid #000;
} */
img.img-back {
    display: none;
}
/*.dropdown-menu{background: rgba(27,22,28,.93)}*/

.custom-container-90{max-width: 90%;width: 100%;margin: auto;}

/*.table-design .custom-container-90 .panel-body.table-responsive, table#example {
    display: table;
}*/
.product-details .list-view .table a,
table#example tbody tr td a i, 
.cart-body label a {
    color: black !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: none;
}
.table-hover tbody tr:hover {
    color: #f7f9fe ;
    background-color: rgba(0,0,0,.075) !important;
}
/*body .table-bordered td, .table-bordered th, body .table-bordered{border:0;}*/
table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td{border:0 !important;}

body #list_diamond table tr th{
  /* border: 1px solid #CCC !important; */
  border-bottom: 0 !important;
  font-size: 13px !important;
  font-weight: 600;
}
body #list_diamond table tr td {
    padding: 10px 10px  !important;
    /* border: 1px solid #CCC !important; */
    border-bottom: 0 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: center;
     font-weight: 600;
}
body #list_diamond table tr th {
  border: 0px !important;
}

body #list_diamond table tr td span{
  font-size: 13px !important;
}
body #list_diamond table tr th {
    background: #04192a;
    color: #FFF;
}
/* new css*/
ul#tps_diamond_shapes li label a span {
    padding: 5px;
}
ul#tps_diamond_shapes li label a span img {  width: 55px;
  margin: auto;
}

.search_filter_cut.tps_filter.row {
  align-items: center;
  justify-content: start;
  /* padding: 10px 0px; */
}

.col-sm-12.col-md-6.col-lg-6.col-xl-6.col-12.row.new_add {
  align-items: center;
}

.tps_filter {
    /* vertical-align: revert; */
    /* border-right: 1px solid #ddd; */
    /* padding: 20px 5px 0 0px; */
    height: auto;
    border-bottom: 1px solid #ddd;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
}
.spacer-bottom.dataTables_button {    text-align: center !important;}


/* update css 25-04-23 for diamond page*/

/* .tps_diamond_shapes li img{
  width:50px !important;
  height:50px !important;
} */
.tps_diamond_shapes li label.active1 a .black-img ,.tps_diamond_shapes li a:hover .black-img {display:block;margin:auto;}

/*.tps_diamond_shapes li label.active1 a .whit-img,
.tps_diamond_shapes li a:hover .whit-img{display:none;}*/

.tps_diamond_shapes li a .black-img{display:none;}

.tps_diamond_shapes li a .whit-img{display:block;margin:auto}

ul.filter-control {
  display: flex;
  gap: 8px;
  align-items: end;
}
.range-slider ul.filter-control li {
  display: table-cell;
}
.range-btn {
  display: flex;
  box-shadow: 0px 1px 10px 0px #a9a9a945;
}
.range-slider span.minus.range-slider span.plus {
  border-radius: 6px 0 0 6px;
}
.range-slider span.plus {  border-radius: 0 6px 6px 0px;}
.range-slider span {
  cursor: pointer;
}
.minus, .plus {
  width: 34px;
  height: 30px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
span.minus i, span.plus i {
  color: #000;
}
.range-slider input {
  color: #000 !important;
  height: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin: 0 -5px;
  outline: 0;
}
.search_filter_stock .col-sm-10.col-md-10.col-lg-10.col-12 {
  padding: 0px 15px !important;
}
div.search-btn {
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    /* padding: 15px 0px 0px 0px; */
}
/*end  update css 25-04-23 for diamond page*/


/* update css 25-04-23 for diamond-details page*/

.product-detail {
  border-bottom: none !important;
}
.owl-theme .owl-nav {
  margin-top: 0px !important;
}
section.similar-products {
  border: 1px solid #dddddd54;
  background-color: #e5e5e529;
  padding: 40px 0px;
  margin-top: 40px;
}

.border {
  border: 0!important;
  border-top: 1px solid #000000 !important;
}
.owl-carousol_ .img-box {
  width: 100%;
  height: 250px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
        border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 250px;
}

.owl-carousol_ .card-box:hover .img-box {
  opacity: 0.3;
}
.card-box .text-box {
  padding: 10px 15px;
}
.card-box {
  border: 1px Solid #ddd;
  border-radius: 10px;
}
section.similar-products .owl-carousel .owl-nav {
 top: -61px !important;
}
.container.row.mx-auto.my-3 {
  align-items: center;
}
button.wish.btn {
    /* width: 30%; */
    border: 1px solid #012945;
    border-radius: 3px !important;
    background-color: #012945;
    color: #fff;
    padding: 10px;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    justify-content: center;
    max-width: 49%;
    width: 100%;
}
button.wish.btn:hover{
  background-color: #fff;
  color: #012945;
  border: 1px solid #012945;
}
button.wish.btn:hover svg{
  fill: #012945;
}
button.wish.btn svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    transition: 0.3s ease-in-out;
}
button.wish.btn.det-wish {
    background: #fff;
    color: #012945;
}
button.wish.btn.det-wish:hover {
    background: #012945;
    color: #fff;
}
button.wish.btn.det-wish:hover svg {
    fill: #fff;
}
button.wish.btn.det-wish svg {
    fill: #012945;
}
ul.bullet-list li {
  font-size: 15px !important;
  margin: 10px 0 !important;
}
/* footer#footer {
    margin-top: 0px !important;
    background-color: transparent !important;
} */
.last_section_wrap {
 
  background-color: #fff !important;
}

body #list_diamond table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

body #list_diamond table tr th {
  height: 30px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 9px 10px !important;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width:992px){
  section.similar-products {
    /* padding: 0; */
    margin-top: 0;
  }
}
@media (max-width:415px){
  /* button.wish.btn {
    margin-top: 15px;
  } */
  .vertical-pager1 ul li.easyzoom a img {
    height: 100%;
}
}
/* new css 7-26-2023 */
body.ajs-no-overflow {
    overflow: initial !important;
}


/*diamond-page*/

button.btn.btn-toggle-yellow svg {
  width: 22px;
  height: 29px;
}

button.btn.btn-toggle-yellow svg path:hover {

    
    color: white;
   

}
/*Product Detail */

#productDetails .card-box .text-box span.price {
    font-size: 18px;
    font-weight: 600;
}


#myModaldiamond .modal-header.bg-site.radius-flat {
    color: #0c0c0c;
    text-align: center;
}

#myModaldiamond button.close {
  position: absolute;
  right: 7px;
  color: #fff;
  padding: 4px;
  border-radius: 50px;
  TOP: 15px;
  background-color: #000;
  opacity: 1;
  line-height: 0px;
  margin: 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  width: 30px;
  border: 1px solid;
  vertical-align: middle;
}

/* contact form */

#contact_form button.btn.main-btn.btn-orange.mt-3 {
    padding: 6px 20px;
    border: 1px solid;
}

/*Jewelry page */
#top-filter-jewelry .dropdown-menu > li > a{
  text-decoration: none;
}

.custom-dropdown {
    margin-left: 10px;
}
.custom-dropdown .btn {
    color: #00004a;
    padding: 8px !important;
}
.custom-dheight.row {
    justify-content: center;
    gap: 15px;
}
.custom-dheight.row .box {
    width: 270px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 0px;
}
.custom-dheight.row .box  .box-img-div {
    padding: 10px;
    border-bottom: 1px solid #00004a ;
}
.custom-dheight.row .box .card-body.box-text-body {
    padding: 10px;
}
.custom-dheight.row .box .price--withoutTax {
    color: #00004a !important;
    font-size: 20px;
    padding: 12px 0;
    display: block;
}
.box-img-div .btn:hover i {
    color: #00004a;
}
.custom-dheight.row .box .highlight-button-dark{
  background-color: #00004a ;
}
.card-body.box-text-body:hover a {
    color: #00004a;
}
.custom-dheight.row .box .highlight-button-dark:hover{
  background-color: transparent;
  border: 2px solid #00004a ;
}


/*  */

.card-box .text-box {
  padding: 10px 10px;
  border-top: 1px solid #000000;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-box .inner_details{
  flex-direction: column;
}
.inner_details {
    color: #000000;
    padding: 0px 5px;
    font-size: 16px;
    font-weight: 400;
}
/* .similar-products .com_class {
    width: 100%;


} */
.inner_details span.price {
  font-weight: 700;
  font-size: 15px;

}
div#compare-stock {
  z-index: 9999;
}


#email_form button.btn.btn-primary.radius-flat {
  border: 1px solid black;
  color: #fff !important;
  font-size: 11px;
  padding: 10px 30px 10px;
  /* margin-left: auto; */
  display: block;
  /* margin-right: 23px; */
  border-radius: 0px !important;
  font-size: 14px;
  font-weight: 500;
  background-color: #012945 !important;
}
#email_form button.btn.btn-primary:hover.radius-flat {
background-color: white;
color: #000 !important;
}
div#myModaldiamond button.btn.btn-primary:hover.radius-flat {
color: #fff !important;
}
.row.new_add {
  align-items: center;
}


.alert.alert-danger.alert-dismissable.fade.radius-flat.d-flex.justify-content-between,
.alert.alert-danger.alert-dismissable.fade.show.radius-flat.d-flex.justify-content-between {
    width: 50%;
    margin: auto;
    padding: 10px;
    align-items: center;
}

.spacer-bottom.dataTables_button a {
  text-decoration: none !important;
}

.border_radius{
  border-radius: 5px;
}
.c-form-control {
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    height: 37px;
    border-radius: 5px;
}
.c-form-control:hover{
  border:1px solid black;
}
input#ratio_from::placeholder,input#ratio_to::placeholder,input#carat_from::placeholder,input#carat_to::placeholder,input#price_from::placeholder,input#price_to::placeholder{
  color: #000000;
}

/* a.gia_link {
  color: #000;
  text-decoration: none;
} */
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: black;
  background-color: white; 
   /* border-color:black; */
}
/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border-color: transparent;
} */
.form-group.row.email-popup {
  margin: 10px;
}
/* ///////////// */
.card-box .deatil_icon .icon {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  transition: all .10s cubic-bezier(0, 0.5, 0.5, 0.42);
  transform: translateY(90%);
}
.deatil_icon .icon a {
  color: #010101;
  margin: 0px 10px;
  border: 1px solid #0a0a0a;
  padding: 5px;
  border-radius: 0px;
  opacity: 0;
}
.deatil_icon .icon a i {
  font-size: 18px;
  vertical-align: middle;
  padding: 4px 4px;
}
.card-box:hover .icon {
  transform: translateY(5px);
}
.card-box:hover .icon a {
  background-color: black !important;
  color: #fff !important;
  box-shadow: 1px 1px 9px 1px #4e638a52;
  opacity: 1;
  border-radius: 50%;
  line-height: 20px;
  /* padding: 7px; */
  height: 40px;
  width: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  vertical-align: inherit;
  text-decoration: none;
}
@media  (max-width:1415px){
  /* .tps_diamond_shapes li {
    width: 10.09%;
} */
#exotic-shape-filter.tps_diamond_shapes li {
  width: 11.09%;
}
}
@media (max-width:1154px) {
  /* .tps_diamond_shapes li {
    width: 12.09%;
} */
}
@media  (min-width: 550px) and (max-width:767px){
  #product-showcase .content-box ul li {
      margin: 5px;
  }
  #product-showcase .content-box ul li {
      width: 48%;
  }
  .owl-carousol_ .img-box {

      height: 232px;

  }
  .inner_details {
      font-size: 12px;
  }
  .owl-carousel .owl-item img {
    height: 227px;
}
.similar-products .com_class {
  padding: 0px 7px;
}
  }
  @media(max-width:1150px){
    ul.bullet-list li {
      font-size: 13px !important;
  }
  }
  @media(max-width:1060px){
    #exotic-shape-filter.tps_diamond_shapes li {
      width: 13.09%;
  }
  }
  @media  (max-width: 580px) {
    
    .inner_details {
      font-size: 12px !important;
  }
  }
  @media  (max-width: 548px){
    .owl-carousol_ .img-box {
      height: 209px;

      object-fit: cover;
  }
  .owl-carousel .owl-item img {
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 215px;
}
.similar-products .com_class {
  width: 100%;
  font-size: 12px;
  padding: 0px 8px;
}
  }
  @media  (max-width: 425px){
    .product-price.font-additional.font-weight-normal.customColor {
      font-size: 16px;
  }
  .product-options_header h3 {
    font-size: 20px !important;
}
  }
  .owl-nav button i{
    color: black;
    font-size: 25px;
  }
  .owl-nav .owl-prev::after{
 
      position: absolute;
      content: "";
      width: 22px;
      height: 22px;
      border: 1px solid #000;
      top: 7px;
      border-radius: 50%;
      right: 49px;
      display: none;
  }
  .owl-nav .owl-next::after{   
      position: absolute;
      content: "";
      width: 22px;
      height: 22px;
      border: 1px solid #000;
      top: 6px;
      border-radius: 50%;
      right: 0px;
      display: none;
}
  .owl-nav button i:before{
    color: black;
    font-size: 25px;
  }
  .modal-body .modal-title {
    color: #161616;
    line-height: 1.42857;
    margin: 0;
    text-align: center;
    font-size: 25px;
}
/* modal */

#myModaldiamond .modal-content {
    /* position: absolute; */
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    margin: auto;
    width: 100%;
    height: fit-content;
    top: 0;
    padding: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: unset;
}

#myModaldiamond .modal-header.bg-site {
  background-color: #012945 !important;
  color: #fff !important;
  text-align: center;
  padding: 10px;
  align-items: center;
  justify-content: space-between !important;
  border-radius: 0;
}
#myModaldiamond .modal-dialog,#alert_emailmodal .modal-dialog,#myModaljewelry .modal-dialog{
  height: 100%;
  margin-top: auto !important;
  margin-bottom: auto !important;
  bottom: 0;
  /* overflow-x: scroll; */
  /* min-height: 600px; */
  padding: 50px 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-button-deatil {
  background-color: #04192a;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #04192a;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-button-deatil:hover{
  background-color: rgb(255, 255, 255);
}
.back-button-deatil svg{
  fill: white;
  padding: 0px 4px;
  transition: 0.5s;
}
.back-button-deatil:hover svg{
  fill: rgb(0, 0, 0);
}
/* end modal */
/*  */
.detail_shape  h5 {
  font-size: 17px;
  color: #222222;
  padding-top: 7px;
}
/*  */
.vertical-pager1 ul.jewelry-detail-easyzoom li.easyzoom {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 500px;
}
.vertical-pager1 ul li.easyzoom a img.jewlery-detail-img {
  border: none;
}
@media(max-width:767px){
  .jewelry_detail-header {
    margin-top: 45px;
}
}
.inner_description {
  min-height: 35px;
  color: #000000;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: space-between !important;
  
}
.jewelry-inner-description {
  overflow: hidden;
  padding-right: 0px;
  /* border-right: 1px solid #000000; */
  margin-right: 0px;
  white-space: normal;
  cursor: pointer;
  text-align: center;
}

li.mySlides.easyzoom.easyzoom--overlay.easyzoom--with-thumbnails.is-error a img {
  width: revert-layer;
}
.product-options_cart.clearfix.wow.fadeInUp .d-flex.align-items-center.justify-content-left {
    gap: 0px 9px;
    flex-wrap: wrap;
    /* margin-top: 20px; */
    width: 100%;
}
.email-login-modal {
  min-height: 190px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.email-login-btn {
  border: 1px solid #000;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #fff;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  padding: 5px 25px;
  text-transform: uppercase;
  margin-top: 15px;
  background-color: #000;
  cursor: pointer;
}
.new_add{
  margin-bottom:10px;
}
.email-login-btn:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
}
@media  (max-width:1200px){
.tps_diamond_shapes li {
    width: 12%;
}
.text_shape {
    font-size: 9px !important;
    font-weight: 600;
   
}
/* ul#tps_diamond_shapes li label a span img {
    width: 40px;
    margin: auto;
} */
}
@media  (max-width:1399px){
.table-design .row{
  justify-content: space-between;
  white-space: nowrap;
}
}
@media  (max-width:991px){
/* .tps_diamond_shapes li {
    width: 7% !important;
} */
 
.border-box {
    font-size: 11px !important;
    
}
.new_update_design .container,.table-design .container{
    max-width: 100% !important;
}
}
