/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.custom-full-click {
  cursor: pointer;
}
.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
  padding: 7px !important;
  border-radius: 0px !important;
}
.pr-attr {
  text-decoration: underline;
}
.imagehover {
  cursor: pointer;
}
.emerror {
  color: red !important;
}
.entry-title {
  display: none !important;
}
.info-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.info-popup.show {
  opacity: 1;
  visibility: visible;
}
.woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: underline !important;
}
.excelent_c_n {
  text-align: center !important;
}
p.create-account {
  display: none !important;
}
.rowtable .color_c {
  text-align: right;
}
.rowtable .carat_c {
  text-align: right;
}
.choose_carate p label {
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
}
.rl-green-hover {
  color: black;
}
.rl-green-hover:hover {
  color: #2cc0bd !important;
}
.product-skeleton {
  width: 200px;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  position: absolute;
  z-index: 100000000;
  width: 100%;
  height: 100%;
}
.skeleton-image {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.skeleton-heart {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
}
.skeleton-price {
  height: 20px;
  margin: 10px 0;
}
.skeleton-color {
  width: 100%;
  height: 15px;
  border-radius: 10px;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.showonmobile {
  display: none;
}
.showmobilewishlist {
  display: none;
}
@media (max-width: 786px) {
  .first-division table.variations tr {
    width: 100% !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " " !important;
  }
  .hide-mobt,
  .hide-mobcustom {
    display: none !important;
  }
  .showonmobile {
    display: block;
    letter-spacing: 0px;
    word-spacing: 0em;
    font-family: "Assistant", Sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .svg-holder-mobile {
    align-items: center;
    gap: 10px;
  }
  .showmobilewishlist {
    display: block;
  }
  .box-holder {
    overflow-x: scroll;
  }
  .box-self {
    min-width: 200px;
  }
  .custom-scroller {
    direction: rtl;
    scroll-behavior: smooth;
    width: 46%;
  }
  .custom-scroller .ajax-cat {
    flex-shrink: 0;
  }
  .ajax-cat .img-holder {
    width: 100px !important;
    height: 100px !important;
  }
  .shape-holder {
    width: 100% !important;
  }
  .tinv-wishlist
    .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-right: 0px !important;
  }
  .bg-image .tinv-wraper {
    width: 28px !important;
  }
  .bg-image .tinv-wraper {
    top: 3% !important;
  }
}

@media (min-width: 769px) {
  .custom-scroller {
    width: 100% !important;
  }
}






