/** Shopify CDN: Minification failed

Line 65:48 Unexpected "{"

**/
@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (max-width:992px){
 .d-lg-block{
  display:none; 
 }
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.slideshow .slick-next, .slideshow .slick-prev {

    display: none !important;
}

.carousel-control-prev, .carousel-control-next, {

    display: none;
}

.slick-slide img {
    max-width: 100%;
    height: auto;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

@media only screen and (max-width: 900px) {
    .slideshow .card-img-overlay {
        display: none;
    }

}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.w-100 {
    width: 100%;
  height:auto;
}

ul.slick-dots {
    bottom: 3em;
}


.slick-dots li.slick-active button:before {

    color: white;
    background-color: white;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    border: 1px solid white;
    border-radius: 100%;
}
/* @media only screen and (max-width: 900px) {
 ul.slick-dots {
      bottom: 17vh;
    }
  
} */