.mt-100 {
    margin-top: 100px
}

.product-wrapper,
.product-img {
    overflow: hidden;
    position: relative;
    max-height: 300px;
    min-height: 250px;
    height: 100%;
    border-radius: 0 30px 0 30px;
}

.mb-45 {
  padding-bottom: 45px;
}

.lightbox-a{
  position: relative;
}

.lightbox-a > i{
  display: none;
}

.lightbox-a:hover  i{
    display: inherit;
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
    font-size: 26px;
    color: #ffffff7d;
}

.product-action {
    bottom: 0px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.6s ease 0s
}

.op-1{
  opacity: 1 !important;
}
.product-img>span {
    background-color: rgba(0, 0, 0, 0.45);
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    left: 0px;
    letter-spacing: 1px;
    padding: 3px 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    color: white;
}

.carousel-inner{
  background-color: white;
}

.product-img{
  background-color: white;
}

.product-img > a > img{
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    height: 100%;
}

.product-action-style > a {
    display: inline-block;
    line-height: 1;
    position: relative;
}

.product-action-style>a {
    font-size: small;
}

.product-wrapper .product-action {
    bottom: 10px;
    opacity: 1;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    display: flex;
    justify-content: center !important;
    height: calc(100vw - 30%);
    max-height: 750px;
  }
  
  .carousel-item{
    justify-content: center !important;
  }

  .carousel-item img{
    height: auto !important;
    object-fit: scale-down;
    max-height: 100%;
  }
  
  #teste > li > img{
    height: 100px;
    width: 100%;
    object-fit: cover;
    padding: 0 !important;
    border-width: 1px 1px 0 1px;
  }
  
  .span-foto{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    color: white;
    padding: .5rem;
    border-radius: 0 0 10px;
  }
  
  .span-indicators{
    width: 100%;
    text-align: center;
    color: white;
    padding: .25rem;
    font-size: small;
    border-width: 0 1px 1px 1px;
  }
  
  #lightboxOverlay{
    width: 100vw; height: 100vh;
  }
  
  #teste > li {
    margin: 5px 3px !important;  
  }
  
  .carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #ee3236;
    border: 5px solid #ee3236;
    padding: 10px;
  }
  
  
  .carousel-control-next{
    right: 30px;
    width: 0;
  } 
  
  .carousel-control-prev{
    left: 30px;
    width: 0;
  }
  
  @media (min-width: 768px){
    
    .prd-categoria .empreen_header {
      background-size: 100% 200%;
      background-image: linear-gradient(to bottom, #0090d5 50%, white 50%);
      -webkit-transition: background-position 1s;
      -moz-transition: background-position 1s;
      transition: background-position 1s;
    }

    .prd-categoria .empreen_img{
      opacity: 0.7;
      transition: 1s;
    }

    
    .prd-categoria:hover .empreen_header {
    background-position: 0 -100%;
    transition: background-position 1s;
    }

    .prd-categoria:hover .empreen_img {
      opacity: 1;
    }
    
  }