﻿/*$gold:  #98680E;
$goldlight: #D9C27A;
$golddark: #98680E;*/
.sectionGallery {
  padding: 0 0 6.25rem 0;
}

.contentGallery {
  display: block;
  /*overflow-x: hidden;*/
  width: 100%;
}
.contentGallery.EditMode {
  overflow: visible;
}
.contentGallery .slick-prev {
  position: absolute;
  z-index: 20;
  left: 25px;
}
.contentGallery .slick-prev:before {
  font-size: inherit;
  line-height: initial;
  display: block;
  width: 32px;
  height: 26px;
  padding-top: 6px;
  background: #FFFFFF;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16.103' height='13.801' viewBox='0 0 16.103 13.801'><path id='Path_16771' data-name='Path 16771' d='M124.978-43.348Zm-9.51-6.662-6.325,6.038a.863.863,0,0,0-.267.625.864.864,0,0,0,.267.625l6.325,6.038a.864.864,0,0,0,1.22-.029.862.862,0,0,0-.029-1.22l-4.769-4.55h12.225a.863.863,0,0,0,.863-.863.863.863,0,0,0-.863-.862H111.891l4.769-4.55a.866.866,0,0,0,.029-1.222A.865.865,0,0,0,115.468-50.01Z' transform='translate(-108.875 50.248)' fill='%23023b6b'/></svg>");
}
.contentGallery .slick-next {
  position: absolute;
  right: 25px;
}
.contentGallery .slick-next:before {
  font-size: inherit;
  line-height: initial;
  display: block;
  width: 32px;
  height: 26px;
  padding-top: 6px;
  background: #FFFFFF;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16.102' height='13.801' viewBox='0 0 16.102 13.801'><path id='Path_16755' data-name='Path 16755' d='M108.875-43.348Zm9.51-6.662,6.325,6.038a.863.863,0,0,1,.267.625.864.864,0,0,1-.267.625l-6.325,6.038a.864.864,0,0,1-1.22-.029.862.862,0,0,1,.029-1.22l4.769-4.55H109.738a.863.863,0,0,1-.863-.863.863.863,0,0,1,.863-.862h12.223l-4.769-4.55a.866.866,0,0,1-.029-1.222A.865.865,0,0,1,118.385-50.01Z' transform='translate(-108.875 50.248)' fill='%23023b6b'/></svg>");
}
.contentGallery .galleryBtnZoom {
  bottom: 4.3rem;
}

.bg-imageZIndex {
  position: absolute;
  z-index: 0;
}
.bg-imageZIndex.bg-imageLeft {
  left: 0;
}
.bg-imageZIndex.bg-imageRight {
  right: 0;
}
.bg-imageZIndex.bg-imageTop {
  top: 0;
}
.bg-imageZIndex.bg-imageBot {
  bottom: 0;
}

@media (min-width: 768px) {
  .contentGallery .itemGallery {
    padding: 0 1rem;
  }
  .productDetail .contentGallery .itemGallery {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .productDetail .contentGallery .itemGallery .gallery-picture {
    border: 3px solid #EDEDE6;
    padding: 10px;
    width: 100%;
  }
  .productDetail .contentGallery .itemGallery .gallery-picture + div {
    text-align: left !important;
    margin-left: 1rem;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .productDetail .contentGallery .itemGallery {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .productDetail .contentGallery .itemGallery .gallery-picture {
    border: 3px solid #EDEDE6;
    padding: 10px;
    width: 50%;
  }
  .productDetail .contentGallery .itemGallery .gallery-picture + div {
    text-align: left !important;
    margin-left: 1rem;
    width: 50%;
  }
}
