body {
  font-family: "Figtree", sans-serif;
  /* overflow: hidden; */
  margin: 0;
  /* background: #f1f1f1; */
  /* background: #fcf9f0; */
}
#ole-canvas {
  width: 100%;
  height: 100%;
  /* width: 60%;
  height: 100vh;
  position: sticky;
  top: 0; */
  /* border-radius: 0.5rem; */
}

#canvas-action-holder {
  display: none;
}
#ole-canvas-container {
  width: 100%;
  /* height: calc(100vh - 70px); */
  height: calc(100vh);
  position: relative;
  z-index: 5;

  /* margin: 10vh 10vw; */
  /* border-radius: 0.5rem; */

  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
}
.ole-loader {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.load-overlay {
  opacity: 1;
  display: block;
  z-index: 2;
  /* background: #ffffff; */
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  width: fit-content;
  top: 0;
  left: 0;
}
.planetcircle {
  z-index: 999;
  animation: planetcircle 2s infinite linear;
  position: fixed;
  /* top: 50%; */
  left: 50%;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.planetcircle img {
  z-index: 3;
  /* animation: planetcircle 1s infinite linear; */
  width: 160px;
  max-width: 40%;
  position: fixed;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

@media only screen and (max-width: 762px) {
  .canvas-info {
    /* max-width: 80% !important; */
    width: 100% !important;
    height: 80px !important;
  }
}

.canvas-info {
  position: absolute;
  z-index: 9999;
  /* bottom: 0%; */
  top: 10%;
  left: 0;
  right: 0;
  display: block;
  /* margin: auto; */
  pointer-events: none;
  touch-action: none;
  opacity: 0;
  /* max-width: 350px; */
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  height: 200px;
}

.d-flex {
  display: flex;
}

.justify-content-around {
  justify-content: space-around;
}

.selection-container {
  width: 100%;
  padding: 1rem;
}
.heads .parent_image {
  border: 1.5px solid #86c0ad;
  object-fit: contain;
  width: 50px;
  aspect-ratio: 1/1;
}

[type="radio"].shank-selection,
.head-selection {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type="radio"] + img {
  cursor: pointer;
}

[type="radio"] + img {
  cursor: pointer;
}

[type="radio"]:checked + img {
  border: 1.5px solid yellow;
}

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background-color: rgba(245, 245, 245, 0.9);
}

.img-pic {
  width: 300px;
  height: 300px;
  mix-blend-mode: multiply;
}

.display-none {
  display: none !important;
}

h4 {
  margin: 1rem 0;
}

.three-text {
  display: none;
  position: absolute;
  left: 19px;
  font-weight: bold;
  top: 38px;
  color: #000;
  /* font-family: "MontserratMedium"; */
  font-size: 13px;
}

.revert-text {
  position: absolute;
  top: 38px;
  color: #000;
  font-size: 13px;
  right: 14px;
  font-weight: bold;
  /* font-family: "MontserratMedium"; */
}

.rotate-icon {
  position: absolute;
  top: 8px;
  left: 20px;
  height: 33px;
  width: 33px;
  z-index: 7;
  display: none;
}

.reset-icon {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 33px;
  width: 33px;
  cursor: pointer;
  z-index: 7;
}

.reset-icon {
  top: 15px;
  right: 13px;
}

.rotate-icon {
  top: 15px;
  left: 15px;
}

.ring-ranger h5 {
  color: #000;
  line-height: 30px;
  /* position: absolute;     */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  /* top: 51%; */
  margin: 0px 0 0 0;
  padding: 0px !important;
  font-weight: 600;
  /* font-family: "MontserratSemiBold"; */
  /* left: 51%; */
  text-align: center;
  padding-left: 0px;
  font-size: 17.5px;
}

/* #ole-canvas-ss {
  position: relative;
} */

@media screen and (max-width: 991px) and (min-width: 320px) {
  /* #ole-canvas-container {
    height: 200px;
  } */
  /* .ring-ranger {
    display: none;
  } */
  .three-text {
    /* top: 51px; */
    left: 20px;
    font-size: 12px;
    position: fixed;
    z-index: 7;
  }

  .revert-text {
    /* top: 51px; */
    right: 14px;
    font-size: 12px;
    position: fixed;
    z-index: 7;
  }
}

#diamond-journey {
  position: absolute;
  bottom: 0;
  width: 100%;
  width: -webkit-fill-available;
  /* box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.21176470588235294); */
  padding: 10px;
  display: flex;
}

.div-box-svg {
  margin: 0 auto;
  /* padding: 0 10px; */
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ring-ranger h5.mobile-version-text {
  font-size: 13px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
  margin: 0 !important;
}

@media screen and (max-width: 567px) {
  .ring-ranger h5.mobile-version-text {
    font-size: 13px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    margin: 0 !important;
  }

  .next_button_align button.review-btn {
    width: 120px !important;
    font-size: 18px !important;
  }
}

.dd_helper_container .canvas_text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 7;
}

.dd_helper_container .canvas_text span {
  color: #cebeaa;
}

.total_amount_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 20px;
  padding: 0 10px;
}

.brand-attribute-total {
  display: flex;
  align-items: center;
  min-width: 100px;
}

.brand-attribute p,
.discount-container p {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  /* font-family: "ProximaNova-Semibold" !important; */
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.discount-container p.highlight {
  color: #8caedb;
  font-weight: 600 !important;
  font-size: 22px;
  margin-left: -10px;
}

.next_button_align button.review-btn {
  width: 152px;
  /* height: 60px; */
  background: #8caedb;
  font-size: 22px;
  border: 1px solid transparent;
  font-weight: 600;
  padding: 0.5rem;
  color: #fff;
  margin: 0;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.next_button_align button.review-btn:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

body .uwy.userway_p1 .uai {
  bottom: 50px !important;
  top: auto !important;
}
#loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 999;
}

#loading-counter {
  position: relative;
  top: calc(50% + 3rem);
  left: calc(50% - 0.5rem);
  /* color: aliceblue; */
}

.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  animation: loader12 1s linear alternate infinite;
  top: 25px;
  margin: -50px auto 0px;
}

@keyframes loader12 {
  0% {
    box-shadow: -60px 40px 0 2px #000, -30px 40px 0 0 rgba(0, 0, 0, 0.2),
      0 40px 0 0 rgba(0, 0, 0, 0.2), 30px 40px 0 0 rgba(0, 0, 0, 0.2),
      60px 40px 0 0 rgba(0, 0, 0, 0.2);
  }
  25% {
    box-shadow: -60px 40px 0 0 rgba(0, 0, 0, 0.2), -30px 40px 0 2px #000,
      0 40px 0 0 rgba(0, 0, 0, 0.2), 30px 40px 0 0 rgba(0, 0, 0, 0.2),
      60px 40px 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: -60px 40px 0 0 rgba(0, 0, 0, 0.2),
      -30px 40px 0 0 rgba(0, 0, 0, 0.2), 0 40px 0 2px #000,
      30px 40px 0 0 rgba(0, 0, 0, 0.2), 60px 40px 0 0 rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: -60px 40px 0 0 rgba(0, 0, 0, 0.2),
      -30px 40px 0 0 rgba(0, 0, 0, 0.2), 0 40px 0 0 rgba(0, 0, 0, 0.2),
      30px 40px 0 2px #000, 60px 40px 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: -60px 40px 0 0 rgba(0, 0, 0, 0.2),
      -30px 40px 0 0 rgba(0, 0, 0, 0.2), 0 40px 0 0 rgba(0, 0, 0, 0.2),
      30px 40px 0 0 rgba(0, 0, 0, 0.2), 60px 40px 0 2px #000;
  }
}

.helper-popup {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #808381;
  bottom: 0;
  background: transparent;
  z-index: 99;
}

.helper-popup img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

@media (max-width: 770px) {
  .helper-popup img {
    width: 40px;
    height: 40px;
  }
}
#loading-overlay {
  display: block;
}
