/** Shopify CDN: Minification failed

Line 138:0 Unexpected "}"

**/
 .carousel-wrap {
/*     width: 1000px; */
    margin: auto;
    position: relative;
  }
#product-slider .owl-nav {
    width: 100%;
    left: 0;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex;
}
  .owl-carousel .owl-nav{
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
  }
  .owl-carousel .next-slide{
      background: url(nav-icon.png) no-repeat scroll -24px 0px;
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }
.owl-nav {
  position: absolute;
  top: calc(50% - 65px);
  width: 107%;
  left: -45px;
}

.owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-prev {
  left: -40px;
  display: flex !important;
  background: transparent !Important;
}

.owl-next {
  right: -40px;
  display: flex !important;
  background: transparent !Important;
}

.owl-prev i,
.owl-next i {
  margin: auto;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2 {
    color: black;
}
.collection.section-template--16802171420963__c9fccdc9-6a4f-457e-a518-08606e0d1f76-padding {
    padding-top: 36px;
    padding-bottom: 36px;
}
.card__information h3 {
    text-align: center;
      font-weight: 600;
}
a.featured-collection-explore-button {
    text-align: center;
}

@media only screen and (max-width: 767px) {
#product-slider .owl-nav .owl-prev {
  left: -0px;
  display: none !important;
  background: transparent !Important;
  
}

#product-slider .owl-nav .owl-next {
  right: 0px;
  display: none !important;
  background: transparent !Important;
}

}
}