.ltn__slide-item:after {
  /* content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 0;
background-color: #ffffff80; */
}

.bg-error {
  background-color: #dc3545 !important;
}

.nice-select .list {
  height: 282px;
  overflow: auto;
}
.nice-select.country {
  width: 100%;
  background-color: var(--white-7);
  border: none;
  border-color: var(--border-color-9);
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding-right: 40px;
  line-height: 50px;
}

.gems-groups .ltn__banner-item {
  border: 1px solid #f0f0f0;
  position: relative;
}

.gems-groups .ltn__banner-item a::before {
  content: "";
  position: absolute;
  background-color: #fdfdfd;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
}

.gems-groups .ltn__banner-item .title {
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 0%;
  height: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #000066;
  padding: 0px;
  text-align: center;
  transition: 1s;
  text-wrap: nowrap;
  z-index: 2;
  font-size: 20px;
}

.ltn__banner-item:hover .title {
  bottom: 50%;
  transition: 1s;
}

.gems-groups .ltn__banner-item:hover a::before {
  opacity: 0.9;
}

.header-left-right{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.cursor-pointer{
    cursor:pointer !important;
}
#multiple_image_list_large .slick-track .slick-active {
  transition: transform 0.3s ease !important; /* smooth zoom */
}

#multiple_image_list_large .slick-track .slick-active:hover {
  transform: scale(1.15) !important; /* slight enlarge */
}
@media (max-width: 768px) {
  .product-title {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 15px !important;
  }
}
