.js-popin-zoom {
  height: 100%;
  width: 100%;
  background: #A7A7A7; }

.image-zoomable {
  width: 100%;
  height: auto;
  display: none;
  margin: 0 auto; }
  .image-zoomable.slides {
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover; }
  .image-zoomable.active {
    display: inline-block; }

.btn-wrapp-zoom {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  text-align: center; }
  .btn-wrapp-zoom img {
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid transparent;
    background-color: #F4F4F4;
    opacity: 0.5;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 4px; }
    .btn-wrapp-zoom img:hover {
      cursor: pointer;
      opacity: 1;
      transition: 0.3s; }
    .btn-wrapp-zoom img.active {
      opacity: 1;
      transition: 0.3s; }
  @media (max-width: 839.98px) {
    .btn-wrapp-zoom {
      bottom: 15px;
      width: 100%; } }

.zoom-mobile {
  position: absolute;
  bottom: 145px;
  background: #fff;
  width: 40px;
  height: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.4; }
  .zoom-mobile img {
    width: 25px;
    height: 25px;
    display: block; }
  @media (min-width: 544px) {
    .zoom-mobile {
      display: none; } }

.panzoom-parent {
  position: relative;
  margin: 30px;
  padding: 80px; }

.panzoom {
  position: relative; }

.buttons-zoom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; }
  .buttons-zoom .btn-zoom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 2.2rem;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 10px; }
    .buttons-zoom .btn-zoom button {
      background-color: #fff;
      border: 0;
      height: 2.9rem;
      width: 2.7rem;
      border-radius: 2.2rem; }
      .buttons-zoom .btn-zoom button img {
        width: 18px;
        height: 18px; }
  .buttons-zoom .reset {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #F5F5F5;
    height: 2.7rem;
    width: 2.7rem; }
    .buttons-zoom .reset img {
      width: 20px;
      height: 20px; }
  @media (max-width: 839.98px) {
    .buttons-zoom {
      display: none; } }

.js-popin-zoom-modal {
  display: flex;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out; }

.js-popin-zoom-modal.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1); }

.modal-popin-zoom {
  display: inline-block;
  height: auto;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out; }

.js-popin-zoom-moda.open .modal {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1); }

.btn-close {
  cursor: pointer;
  position: absolute;
  right: 17px;
  top: 25px;
  margin: 3px;
  float: right;
  z-index: 9999;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%; }
  .btn-close span {
    line-height: inherit;
    position: relative;
    top: 2px; }

/*# sourceMappingURL=pdpZoom.css.map*/