﻿::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #737373;
}

::-webkit-scrollbar-thumb {
  background-color: #737373;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #f5f5f5;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.odd,
.even {
  padding: 60px 30px;
  color: #757575;
}

.odd {
  background-color: #ffffff;
}

.even {
  background-color: #f2f2f2;
}

.PTitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0;
  margin-bottom: 15px;
}

.subTitle {
  font-size: 17px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 7px;
}

.rightSideBar {
  /*position: absolute;
            width: 50%;
            height: 100%;
            right: 0;
            top: 9.05%;
            background: none repeat scroll 0 0 #eeeff0;*/
  border-left: 1px solid #ebebeb;
  background-color: whitesmoke;
}
.page-container {
  width: 999px;
  margin: 0 auto;
  border: 1px solid #fd9fba;
  background: whitesmoke;
}
imageMenu {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
  z-index: 1;
  top: 0px;
}

.carousel {
  visibility: visible;
  /*overflow: hidden;*/
  position: relative;
  z-index: 2;
  left: 0px;
}

.carousel li {
  overflow: hidden;
  float: none;
  width: 75px;
  height: 92px;
  margin-bottom: 5px;
  text-align: center;
}

.carousel li a {
  border: 1px solid #ececec;
  display: block;
  overflow: hidden;
  padding: 1px;
  text-decoration: none;
  color: #af7c46;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.carousel li img {
  background-color: #fff;
  height: 68px;
  width: 68px;
  display: block;
}

.carousel li.zoomThumbActive {
  border: 1px solid #76c29d;
}

.offcanvas-diamond-detail .modal-header {
  background-color: #fd9fba;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 17.5px;
  line-height: 25px;
}

.offcanvas-diamond-detail .modal-header span {
  padding: 0 5px;
}

.btnStoneDetail {
    background: #e8e8e8;
    color: #000;
    padding: 6px 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    text-decoration: none;
}
.btnStoneDetail.download {
  padding: 6px 16px;
}
.btnStoneDetail:hover,
.btnStoneDetail.active {
  background: #fd9fba;
  color: #fff;
  text-decoration: none;
}

.list-group {
  padding-left: 0;
}

.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-group-item {
  border: none;
  margin-bottom: 1px;
  border-bottom: 1px solid #eee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 8px 15px;
  background-color: #ffffff;
}
.stoneTitle {
  background: #fd9fba;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;
  font-family: montserat_SemiBold;
  font-size: 13px;
  letter-spacing: 2.1px;
}

.list-group-data {
  display: flex;
  margin: 0 17px;
  padding: 8px 0;
  border-bottom: 1px solid #fd9fba;
}
.share-icon,
.share-icon:hover {
  color: #fff;
  padding: 5px 6px;
  border-radius: 50%;
  font-size: 21px;
  /*margin-left: 15px;*/
  cursor: pointer;
  text-decoration: none;
}
/*.share-icon.fa-whatsapp {
        background: #6bad15;
    }
    .share-icon.fa-share-alt {
        background: #315e91;
    }*/
strong {
  color: #86827b;
  font-weight: 400;
}

.img-responsive-hna {
  display: block;
  height: auto;
  max-width: 50%;
  float: left;
}

.detailImg {
  /*max-width: 90%;*/
  margin: 0 auto;
}

.text-parotgreen {
  color: #709e47;
}

.btn-mini {
  position: relative;
  margin: 0;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff1f1f1',GradientType=0);
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 20px;
}

.stoneTitleN {
  color: #fd9fba;
  font-weight: 600;
  padding: 10px;
  font-family: "Open Sans";
  letter-spacing: 1.2px;
}


.measure-wrap .row {
  margin: 0;
  border-bottom: 1px solid #cecece;
}

.measure-wrap label {
  display: block;
  padding-top: 5px;
}

.measure-wrap .row label:first-child {
  color: #000;
  font-weight:bold;
}

.measure-wrap .row label:last-child {
  padding-top: 2px;
  padding-bottom: 5px;
}
.measure-wrap .row.descr-wrap label:last-child {
  padding-top: 5px;
}

.measure-wrap .row:last-child {
  border-bottom: none;
}


@media screen and (max-width: 1023px) {
  .col-sm-6 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .carousel li {
    float: left;
    margin-left: 5px;
  }
}
/* */
.measure-wrap {
  border-bottom: 2px solid #fd9fba;
  background: #fff;
  border-radius: 3px;
  margin: 0 10px;
  padding-top: 10px;
  width: calc(100% - 20px);
}

.similar-wrapper {
  border: 1px solid #fd9fba;
  z-index: 8;
  width: 999px;
  border-top: 1px solid #f5f5f5;
  background: #f5f5f5;
  margin: -5px 16px 40px 16px;
  z-index: 11111111;
}

.similar-box {
  margin: 10px 15px;
  border-bottom: 2px solid #fd9fba;
  background: #fff;
  border-radius: 10px;
}

.isWishNoteView {
  padding-top: 10px;
  position: absolute;
  top: 621px;
  width: 480px;
  left: 19px;
  height: 175px;
}

.fa-link {
  z-index: 1;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.btnStoneDetail.glow {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #e8e8e8;
  }

  50% {
    background-color: #f7d98a;
  }

  100% {
    background-color: #e8e8e8;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #e8e8e8;
  }

  50% {
    background-color: #f7d98a;
  }

  100% {
    background-color: #e8e8e8;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #e8e8e8;
  }

  50% {
    background-color: #f7e8c0;
  }

  100% {
    background-color: #e8e8e8;
  }
}

@keyframes glowing {
  0% {
    background-color: #e8e8e8;
  }

  50% {
    background-color: #f7d98a;
  }

  100% {
    background-color: #e8e8e8;
  }
}

.btnStoneDetail .svgIcon {
  width: 24px;
   /* filter: brightness(0) saturate(100%) invert(62%) sepia(24%) saturate(623%) hue-rotate(278deg) brightness(89%) contrast(86%); */
   filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(5536%) hue-rotate(298deg) brightness(108%) contrast(89%);
}

.btnStoneDetail.active .svgIcon,
.btnStoneDetail:hover .svgIcon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(44deg) brightness(105%) contrast(101%);
  
}

.tooltip {
  --bs-tooltip-bg: #fd9fba;
}
/* offcanvas diamond details*/
.offcanvas-diamond-detail{
    width: 1024px   !important;
}