/* tooltip-css  */
.facets__price .field::after {
  z-index: unset;
}

.tick-icon-top {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 4;
  /* padding-left: 20px;
  padding-bottom: 30px; */
}

.product__inventory .tick-icon-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  cursor: pointer;
  z-index: 4;
  /* padding-left: 20px;
  padding-bottom: 30px; */
}

.tick-icon svg {
  display: block;
  width: 15px;
  height: 15px;
}

#ProductGridContainer {
  z-index: unset !important;
}

.popup-wrap-box {
  background-color: #fff;
    border-radius: 20px;
    padding: 15px 22.5px 22.5px;
    width: 350px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    display: none;
    position: absolute;
    top: -1.5px;
    right: 56px;
    /* z-index: 1 !important; */
  z-index: 999999999999 !important;
}

.popup-close-for-mobile {
  position: absolute;
  right: 19px;
  top: 13px;
  display: none;
}

.popup-wrap-box:before {
  content: '';
  position: absolute;
  top: 25px;
  right: -17px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 9;
  transform: rotate(90deg);
}

.popup-wrap-box:after {
  content: '';
  position: absolute;
  top: 24px;
  right: -18px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: rotate(90deg);
  filter: blur(1px);
}

.popup-wrap-box h2 {
  font-size: 15.3px;
  margin: 0 0 16px 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.popup-wrap-box-inner {
  margin-bottom: 17.5px;
}

.popup-wrap-box-inner h3 {
  margin: 0 0 13.5px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1;
}

.popup-wrap-box-inner .item {
  display: flex;
  align-items: center;
}

.popup-wrap-box-inner .item .dot {
  height: 19.5px;
  width: 19.5px;
  background-color: #28a745;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.tick-icon {
  margin-right: 9.5px;
}

.popup-wrap-box-inner .item .popup-text {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 500;
}

.popup-wrap-box-inner .item .bottom-text-popup {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 500;
}

.popup-wrap-box-inner:last-child .item {
  margin-bottom: 12px;
  align-items: center;
}

.popup-wrap-box-inner:last-child .item .bottom-text-popup {
  padding: 4px 0;
}

.popup-wrap-box-inner:last-child .item:last-child {
  margin-bottom: 0;
}

.popup-wrap-box-inner:last-child {
  margin-bottom: 0px;
}

.tick-icon-top:hover+.popup-wrap-box,
.popup-wrap-box:hover {
  display: block;
}
button.slider-button.button-control.tap-target.slider-button--next{
  z-index: 1 !important;
}
div.product__info-container.gradient.color-scheme-2.product__info-padded.product__info-padded-main.border-radius-text-box.card--shadow.info-fullwidth-mob{
  transform: none;
}
@media screen and (max-width: 767px) {
  .popup-close-for-mobile {
    display: block;
    cursor: pointer;
  }

  .popup-wrap-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 90vw;
    right: auto;
    box-sizing: border-box;
    z-index: 10000 !important;
    overflow-y: auto;
    height: 80vh;
  }

  .popup-wrap-box:before,
  .popup-wrap-box:after {
    display: none;
  }

  /* Disable hover behavior on mobile */
  .tick-icon-top:hover+.popup-wrap-box,
  .popup-wrap-box:hover {
    display: none;
  }

  .aico-open-popup {
    position: relative;
  }

  .aico-open-popup:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1111;
    backdrop-filter: blur(4px);
  }
  .product__inventory .popup-wrap-box {
    right: auto !important;
    left: 20px !important;
    top: 30px !important;
    transform: none !important;
  }
  body.blur-bg div.product__inventory{
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(4px);
  }
  .tick-icon-top {
    right: 5px;
    top: 5px;
    height: auto;
    padding: 10px;
  }
  .popup-wrap-box h2 {
    font-size: 21.5px;
  }
  
  .popup-wrap-box {
    padding: 18px 13px 18px 22.5px;
  }
  .popup-close-for-mobile img {
    filter: brightness(0.5);
  }
}

.product__inventory .tick-icon-top {
  width: fit-content;
}

.product__inventory .popup-wrap-box {
  right: auto;
  left: -364px;
  top: -20px;
}

.product__info-wrapper.grid__item {
  z-index: 2;
}

.product__info-container+.product__info-container {
  position: relative;
  z-index: -1111 !important;
}


.product__inventory {
  margin-bottom: 40px;
}

.grid__item.product__media-wrapper{
  z-index: 0;
}
product-info.product__info-container{
  position: relative;
    z-index: 1;
}
