.Gallery_Wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.Gallery_Padding {
  padding: 0px; }

#pdl-details-09-ImageGallery .your-class-prev,
#pdl-details-09-ImageGallery .your-class-next {
  background-color: black !important;
  width: 40px;
  height: 100px;
  border-radius: 0;
  /* z-index: 1; */ }

#pdl-details-09-ImageGallery .your-class-prev svg,
#pdl-details-09-ImageGallery .your-class-next svg {
  display: none; }

#pdl-details-09-ImageGallery .your-class-prev:before {
  content: '\276E';
  color: white; }

#pdl-details-09-ImageGallery .your-class-next:before {
  content: '\276F';
  color: white; }

#pdl-details-09-ImageGallery .Image-Thumb-Slide {
  position: relative;
  width: 170px;
  padding-top: 10px;
  padding-bottom: 0; }

#pdl-details-09-ImageGallery .Image-Thum-Image {
  width: 100%;
  opacity: 0.7;
  touch-action: auto;
  object-fit: cover;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

#pdl-details-09-ImageGallery .Image-Slider-Thumb {
  position: absolute;
  display: block;
  width: 170px;
  height: 768px;
  overflow-x: hidden;
  overflow-y: scroll;
  cursor: pointer;
  right: 0px;
  top: 0;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  z-index: 1; }

#pdl-details-09-ImageGallery .Image-Thum-Image:hover {
  opacity: 1;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

#pdl-details-09-ImageGallery .Gallery_Wrapper {
  position: relative;
  display: block;
  padding: 0px;
  width: 100%;
  margin: 0 auto; }

#pdl-details-09-ImageGallery .Image-Gallery-PDL-Wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 190px;
  height: 780px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto; }

#pdl-details-09-ImageGallery .Image-Main-Image {
  position: relative;
  max-width: 1600px;
  /*sets the maximum width an image can be*/
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s;
  margin: 0 auto; }

#pdl-details-09-ImageGallery .left-Image-Window {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  	/*display: flex;
      justify-content: center;*/
  width: 100%; }

#pdl-details-09-ImageGallery .Image-Main-Image img {
  height: 780px;
  /*Max-height if image*/
  max-width: 100%;
  object-fit: contain; }

#pdl-details-09-ImageGallery .Left-Image-Button {
  position: absolute;
  display: block;
  background-color: #CCDEEE;
  width: 40px;
  height: 60px;
  left: 0;
  top: 45%;
  z-index: 10;
  color: #2E2E2E;
  text-align: center; }

#pdl-details-09-ImageGallery .Right-Image-Button {
  position: absolute;
  display: block;
  background-color: #CCDEEE;
  width: 40px;
  height: 60px;
  right: 190px;
  top: 45%;
  z-index: 10;
  color: #2E2E2E;
  text-align: center; }

#pdl-details-09-ImageGallery .Left-Image-Button:hover {
  background-color: #293250;
  color: black; }

#pdl-details-09-ImageGallery .Right-Image-Button:hover {
  background-color: #293250;
  color: black; }

#pdl-details-09-ImageGallery .Image-Number {
  position: relative;
  display: block;
  bottom: 5px;
  background-color: #293250;
  width: 70px;
  height: 30px;
  z-index: 10;
  line-height: normal;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

#pdl-details-09-ImageGallery .Slider_Caption {
  position: absolute;
  display: none;
  opacity: 50%;
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 10;
  bottom: 50px;
  font-weight: 600;
  font-size: 16px;
  color: black;
  padding: 2px; }

#pdl-details-09-ImageGallery .Slider_Caption a {
  color: black; }

@media screen and (max-width: 1701px) {
  #pdl-details-09-ImageGallery .Image-Gallery-PDL-Wrapper {
    width: 100%; } }
/* Horizontal */
@media screen and (max-width: 768px) {
  #pdl-details-09-ImageGallery .Image-Thumb-Slide {
    position: relative;
    display: inline-flex;
    height: 130px;
    padding-left: 0px;
    padding-top: 0;
    width: 100%; }

  /*	#pdl-details-09-ImageGallery .Gallery_Wrapper {
  		width: 90%;
  	}*/
  #pdl-details-09-ImageGallery .Image-Gallery-PDL-Wrapper {
    height: 600px;
    padding: 0px;
    overflow: hidden;
    grid-template-columns: 1fr; }

  #pdl-details-09-ImageGallery .Image-Thum-Image {
    opacity: 0.7;
    touch-action: auto;
    height: 130px;
    width: auto;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

  #pdl-details-09-ImageGallery .Image-Slider-Thumb {
    position: absolute;
    display: grid;
    grid-auto-flow: column;
    width: 98%;
    height: 135px;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: pointer;
    left: 0;
    top: 455px;
    background-color: white;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    grid-gap: 5px; }

  #pdl-details-09-ImageGallery .Image-Main-Image {
    position: relative;
    max-width: 960px;
    /*sets the maximum width an image can be*/
    text-align: center; }

  #pdl-details-09-ImageGallery .left-Image-Window {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-bottom: 0; }

  #pdl-details-09-ImageGallery .Image-Main-Image img {
    height: 470px;
    max-width: 100%;
    object-fit: contain; }

  #pdl-details-09-ImageGallery .Right-Image-Button {
    right: 0px;
    top: 35%; }

  #pdl-details-09-ImageGallery .Left-Image-Button {
    top: 35%; }

  #pdl-details-09-ImageGallery .Image-Number {
    bottom: 57px; } }
@media screen and (max-width: 560px) {
  #pdl-details-09-ImageGallery .Image-Slider-Thumb {
    width: 97%; } }
@media screen and (max-width: 400px) {
  #pdl-details-09-ImageGallery .Image-Slider-Thumb {
    width: 96%; } }
@media screen and (max-width: 350px) {
  #pdl-details-09-ImageGallery .Image-Slider-Thumb {
    width: 95%; } }
