/*About Us */
.smIcon {
  font-size: small;
  margin-left: 10px
}

.mg1 {
  margin-right: 4px
}

.mg2 {
  margin: 3px 6px
}

.cmpLogo {
  display: inline;
  margin: 4px 12px;
  font-size: 3vh;
  color: var(--sftPrm2);
}

.cmpLogo:hover {
  color: var(--sftPrmX);
  cursor: pointer;
}

#dvScl a:hover {
  text-decoration: none;
}


/* Admin Login */
#mnDv {
  padding: 4% 2%;
  max-width: 500px;
  margin: auto;
}
#inputOTP {
  width: 60%;
  display: inline;
  margin-bottom: 6px;
}
.genOTP {
  display: inline;
  vertical-align: bottom;
  float: right;
}
#otpCount {
  color: #c02;
  font-weight: bold;
}

/* Index */
@keyframes exeSlide {
  0% {
    transform: translateX(0%);
  }
  6.25% {
    transform: translateX(0%);
  }
  12.5% {
    transform: translateX(-20%);
  }
  18.75% {
    transform: translateX(-20%);
  }
  25% {
    transform: translateX(-40%);
  }
  31.25% {
    transform: translateX(-40%);
  }
  37.25% {
    transform: translateX(-60%);
  }
  43.75% {
    transform: translateX(-60%);
  }
  50% {
    transform: translateX(-80%);
  }
  56.25% {
    transform: translateX(-80%);
  }
  62.5% {
    transform: translateX(-60%);
  }
  68.75% {
    transform: translateX(-60%);
  }
  75% {
    transform: translateX(-40%);
  }
  81.25% {
    transform: translateX(-40%);
  }
  87.5% {
    transform: translateX(-20%);
  }
  93.75% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes exeSlideRev {
  0% {
    transform: translateX(-80%);
  }
  6.25% {
    transform: translateX(-80%);
  }
  12.5% {
    transform: translateX(-60%);
  }
  18.75% {
    transform: translateX(-60%);
  }
  25% {
    transform: translateX(-40%);
  }
  31.25% {
    transform: translateX(-40%);
  }
  37.25% {
    transform: translateX(-20%);
  }
  43.75% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(0%);
  }
  56.25% {
    transform: translateX(0%);
  }
  62.5% {
    transform: translateX(-20%);
  }
  68.75% {
    transform: translateX(-20%);
  }
  75% {
    transform: translateX(-40%);
  }
  81.25% {
    transform: translateX(-40%);
  }
  87.5% {
    transform: translateX(-60%);
  }
  93.75% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(-80%);
  }
}

#mDvLft {
  animation: exeSlide 20s infinite;
}
#mDvRgt {
  animation: exeSlideRev 20s infinite;
}

#bdyIndex #inrBody {
  padding: 0;
}

#dvImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-direction: row;
}

#dvImg > div {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#lnkJoin {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

#lnkJoin:hover {
  text-shadow: 1px 1px 3px #000;
  color: #ff0;
  text-decoration: none;
  transform: rotate(-10deg) scale(1.3);
  -moz-transform: rotate(-10deg) scale(1.3);
  -ms-transform: rotate(-10deg) scale(1.3);
}

#mDvLft img, #mDvRgt img {
  width: 20%;
  height: 100%;
  float: left;
}

#mDvLft, #mDvRgt {
  width: 500%;
  height: 100%;
}

#dvImg > div:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 1
}




/*Jewllery Details*/
#divItemDetail {
  position: relative;
  padding: 2%
}

#divItemDetail h4 {
  color: var(--sftPrmX);
  font-weight: 700
}

.divItemDetails {
  position: relative;
  border: 1px solid #dee2e6;
  height: 580px
}

.imageItem {
  max-height: 540px
}

.finalRateItem {
  font-size: 25px;
  font-weight: 700;
  color: var(--sftPrm1)
}

.offerRateItem {
  font-size: 22px;
  font-weight: 700;
  color: #42a400
}

.weightDetail {
  font-size: x-large;
  font-weight: 700;
  color: var(--sftPrm2);
}

.mrpRateItem {
  text-decoration: line-through;
  font-size: large;
  color: #d00;
}

#tableItemDetails {
  table-layout: fixed;
  width: 100%
}

#tableItemDetails td {
  word-wrap: break-word;
  padding: 8px
}

#tblItmDsc {
  table-layout: fixed;
  width: 100%;
}

#tblItmDsc td {
  word-wrap: break-word;
  padding: 8px 18px;
}

#tblItmDsc .tLabel {
  border-right: .4px solid var(--sftPrmX)
}

#tblItmDsc tr:nth-child(odd) {
  background-color: #f0f09748
}

#itemQnty {
  height: 35px;
  width: 50px;
  display: table-cell;
  padding: 0;
}

.aTop {
  vertical-align: top
}

.tLabel {
  text-align: right;
  width: 130px
}

#itemInner {
  position: relative;
  height: 90%;
  width: 75%;
  margin-left: 15%;
  margin-top: 5%
}

.altImages {
  position: relative;
  height: 30%;
  width: 100%;
  cursor: pointer
}

#divAltImages {
  position: relative;
  width: 10%;
  height: 60%;
  float: left;
  margin-top: 5%
}

.altImg,
.imageItem,
.itemImage {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%)
}



/*Jewellery Showroom*/
#dvItmLod {
  text-align: center;
}
#dvItmLod div {
  width: 15px;
  height: 15px;
  background-color: var(--sftPrm2);
  display: inline-block;
  margin: 20px 10px;
  border-radius: 35px;
}

@keyframes rndLod {
  0% {
    background-color: var(--sftEff);
    transform: scale(1.8);
  }
  50% {
    background-color: var(--sftPrm2);
    transform: scale(1);
  }
  100% {
    background-color: var(--sftEff);
    transform: scale(1.8);
  }
}

#dvItmLod div:nth-child(1) {
  animation: rndLod 2.5s infinite;
}
#dvItmLod div:nth-child(2) {
  animation: rndLod 2.5s infinite .5s;
}
#dvItmLod div:nth-child(3) {
  animation: rndLod 2.5s infinite 1s;
}
#dvItmLod div:nth-child(4) {
  animation: rndLod 2.5s infinite 1.5s;
}
#dvItmLod div:nth-child(5) {
  animation: rndLod 2.5s infinite 2s;
}

.container-fluid {
  padding: 0 1%;
}

#divFltr {
    border-radius: 2px;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    z-index: 1038;
    display: none;
    text-align: center;
    background-color: #fff;
    transform: translate(-50%,-47%);
    -moz-transform: translate(-50%,-47%);
    -ms-transform: translate(-50%,-47%);
    overflow-y: scroll;
    height: 80%;
    padding: 5vh;
}

#divFltr label {
  width: 200px;
}

#dvSrchB {
  position: relative;
  margin: auto;
  flex: 32%;
  width: 32%;
  height: 90%;
  text-align: right;
  padding-top: 3vh;
  display: flex;
  justify-content: flex-end;
}

#dvSrchC {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px 0 10px 5px;
  justify-content: center;
}

#btnSrchB,
#btnSrchC {
  background: var(--sftPrm2);
  vertical-align: middle;
  border: none;
  cursor: pointer;
  text-align: center;
  text-align: -webkit-center;
}

#btnSrchB {
  height: 35px;
  padding: 4px;
  width: 40px;
}
#txtSrchB {
  height: 35px;
  padding: 4px;
  width: 65%;
}

#txtSrchC {
  border: none;
  width: 80%;
  padding: 5px;
  height: 25px;
}

#btnSrchC {
  height: 25px;
  width: 16%;
}

#btnSrchB i,
#btnSrchC i {
  color: #fff;
}

#btnSrchB:hover i,
#btnSrchC:hover i {
  color: var(--sftEff);
}

#btnSrchC i {
  font-size: 13px
}

.itmImg {
  position: relative;
  height: 100%;
  width: 100%
}

.dvShowCase {
  position: relative;
  width: 90%;
  height: 90%;
  margin: auto;
  padding: 3%;
  margin-top: 7%
}

.dvShowCase:hover {
  transform: scale(1.09);
  -ms-transform: scale(1.09);
  -moz-transform: scale(1.09);
  z-index: 9995;
  box-shadow: 0 0 4px 4px var(--sftPrm2);
  cursor: pointer
}

.dvItmNm {
  font-size: 16px;
  overflow: hidden;
  position: relative;
  height: 15%;
  color: var(--sftPrmX);
  font-weight: 700;
  margin-bottom: 2%
}

.mrpRate {
  font-size: 1rem;
  margin-left: 3px;
  text-decoration: line-through;
  color: #000
}

.weightItem {
  font-size: large;
  font-weight: 700;
  margin-left: 10%;
  color: var(--sftPrm2);
  display: block;
  margin-top: -4%;
  margin-block-start: -4%
}

.dvImgItm {
  position: relative;
  height: 66%;
  overflow: hidden
}

.finalRate {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sftPrm1)
}

.dvRate {
  overflow: hidden;
  position: relative;
  height: 20%;
  width: 100%;
  bottom: 0
}

.dvItem {
  padding: 0;
  position: relative;
  border: 1px solid #dee2e6;
  height: 450px;
  z-index: 0;
}

.dvItem a {
  text-decoration: none
}

@media (max-height: 600px) and (orientation:landscape) {
  #btnSrchB {
    height: 28px;
  }
  #txtSrchB {
    height: 28px;
  }
  #dvSrchB {
    padding-top: 1vh;
  }
}


@media (min-width:1001px) and (max-width:1700px) {
  .dvItem {
    height: 380px
  }
}

@media (max-width:1200px) {
  .divItemDetails {
    height: 440px
  }
  .imageItem {
    max-height: 410px
  }
}

@media (max-width:1000px) {
  .dvItem {
    height: 300px
  }
  .dvItmNm {
    font-size: 13px
  }
  .finalRate {
    font-size: 17px
  }
  .mrpRate {
    font-size: 13px
  }
  .weightItem {
    font-size: .9rem
  }
  .offerRateItem {
    font-size: 18px
  }
}

@media (max-width:849px) {
  .divItemDetails {
    height: 360px
  }
  .imageItem {
    max-height: 350px
  }
  #divItemDetail h4 {
    font-size: large
  }
}

@media (max-width:600px) {
  .itmImg {
    width: 95%
  }
  .mrpRate {
    font-size: 11px
  }
}

@media (max-width: 1050px) and (orientation:portrait) {
    #dvSrchB {
      display: none
    }
    #dvSrchC {
      display: flex;
    }
    #dvImg > div {
      width: 100%;
      height: 50%;
    }
    #dvImg {
      flex-direction: column;
    }
}

@media (max-width:700px) and (orientation:portrait) {
  .dvItem {
    height: 250px
  }
  .dvItmNm {
    font-size: 12px
  }
  .dvShowCase {
    padding: 1%
  }
}

