/* .custom-product-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 10px;
    justify-content: space-between;
}
.custom-product-image {
    width: 49%;
    border: 1px solid #CCC;
    padding: 5px;
}
.custom-product-images.single-image{
    display: flex;
    flex-direction: column;
    column-gap: 4px;
    row-gap: 0;
}
.custom-product-images.single-image .custom-product-image{
    width: 100%;
    border: none;
} */
/* .wd-product-image-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    direction: rtl;
    column-gap: 10px;
}
.wd-main-image {
    width: 75%;
    padding: 15px;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 20px;
    max-height: 690px;
    min-height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wd-thumbnails {
    width: 23%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.wd-thumbnails a {
    width: 100%!important;
}
a.thumbnail-image {
    width: 170px;
    height: 160px;
}
.wd-thumbnails a img {
    border: 1px solid #CCC;
    border-radius: 20px;
    padding: 10px;
}
.wd-product-image-gallery.single-image .wd-main-image {
    width: 100%;
    padding: 30px;
} */
.wd-product-image-gallery {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width:100%;
  }  
  .wd-main-image {
    width: 75%;
    border: 1px solid #CCC;
    border-radius: 15px;
    padding: 15px;
    height: auto;
    position: relative;
} 
  .wd-thumbnails {
    width:25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    gap: 10px;
  }
  .wd-thumbnails a {
    flex: 1;
    display: block;
    border: 1px solid #CCC;
    border-radius: 15px;
    padding: 15px;
  }
  .wd-thumbnails img {
    width: 100%;
    height: auto;
  }
  .wd-main-image img {
    width: 100%;
    height: auto;
  }
  .wd-product-image-gallery.single-image {
    display: flex;
    justify-content: center;
  }
  
  .wd-product-image-gallery.single-image .wd-main-image {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .wd-product-image-gallery.single-image .wd-main-image a {
    width: 100%;
    display: block;
    line-height: 0;
  }
  
  .wd-product-image-gallery.single-image .wd-main-image img {
    width: 100%;
    height: 550px;
    object-fit: contain;
  }
  
/* BADGES */
ul.ue_custom_lbls_list {
  list-style: none;
  padding-right: 0;
  width: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
}
ul.ue_custom_lbls_list li {
  margin-bottom: 10px;
}  

/* PRODUCT DISCOUNT */
.product-discount {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  color: #FFF;
  background: #1E4CAA;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
@media(max-width: 786px){
  .wd-product-image-gallery.single-image .wd-main-image{
      max-height: 235px!important;
  }
  .wd-product-image-gallery.single-image .wd-main-image img {
      width: 100%;
      height: 200px !important;
      object-fit: contain;
  }
} 