.jb-modal-container {
  position: relative;
  z-index: 111111111;
}



.product__imgWrapper .readExcerpt {
  margin: 8px 0 0;
  text-align: left;

}

.product__imgWrapper .readExcerpt a {

  font-size: 14px;
  padding: 4px 8px;
  border-radius: 5px;
  background-color:#f4f4f4;
  color:#000;
     
  margin: 0 auto;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.product__imgWrapper .readExcerpt span {
  display: flex;
  margin: 0 4px 0 0;
}

@media only screen and (max-width: 767px) {
  .product__imgWrapper .readExcerpt {

  text-align: center;

}
}



.jb-modal-hidden {
    display: none;
  }
  .jb-modal {
    z-index: 99999;
    left: 10%;
    top: 10vh;
    width: 80%;
    height: 80vh;
    position: fixed;
  }
  
  .jb-modal.jb-left {
    left: 1vw;
    top: 3vh;
    width: 49%;
    height: 96vh;
  }
  
  .jb-modal.jb-right {
    right: 3vw;
    left: auto;
    top: 3vh;
    width: 49%;
    height: 96vh;
  }
  
  .jb-modal iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #666;
  }
  .jb-peek-container {
    position: relative;
  }
  .jb-peek-label {
    position: absolute;
    padding: 0.25rem 1rem 0.5rem;
    border: 0.0625rem solid #000000;
    background-color: #ffffff;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
  }
  .jb-peek-label.top {
    top: 0;
  }
  .jb-peek-label.bottom {
    bottom: 0;
  }
  .jb-peek-label.left {
    left: 0;
  }
  .jb-peek-label.center {
    left: 50%;
    transform: translateX(-50%);
  }
  .jb-peek-label.right {
    right: 0;
  }
  .jb-peek-label-text {
    text-align: center;
    font-family: inherit;
    font-weight: bold;
  }
  .jb-modal-close {
    position: absolute;
    top: -2rem;
    right: -2rem;
    font-size: 2rem;
    border: 0.0625rem solid #000000;
    background-color: #ffffff;
    font-family: inherit;
    padding: 0.25rem 1rem 0.5rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-appearance: none;
  }
  .jb-modal-overlay {
    z-index: 99988;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }