.gallery {
  width: 100%;
  max-width: 620px;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 0px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  /*opacity: 0.3;*/
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 3px solid #e8b176;
  border-radius: 12px;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
/* Start Custom Style Library */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: 900;
}
.swiper-button-prev, .swiper-button-next {
    color: #252338;
    background-color: #e8b176;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.swiper-button-prev, .swiper-button-next {
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative !important;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
/* End Custom Style Library */
/* Start Number Images Style */
.thumbnail-number {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #252338;
    font-size: 14px;
    font-weight: bold;
    background: #e8b176;
    padding: 0 2px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Number Images Style */
