﻿.carousel-inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width:90%;
}
@media (min-width: 1500px) {
    .carousel-inner {
        width: 100%;
    }
}

.carousel-control-next, .carousel-control-prev{
    width:auto;
}


/* CUSTOMIZE PRODUCT GRID
-------------------------------------------------- */


#featuredProductsCarousel {
    position: relative;
    z-index: 1;
}

    #featuredProductsCarousel .card {
        background-color: transparent;
    }

    #featuredProductsCarousel .prod-category {
        display: flex;
        text-transform: uppercase;
        color: #9e9e9e;
        border-bottom: 1px solid #F0F3F3;
        border-top: 1px solid #F0F3F3;
    }

        #featuredProductsCarousel .prod-category span {
            font-size: 14px;
            line-height: 18px;
            padding: 10px 0;
        }

    #featuredProductsCarousel h5.card-title {
        font-family: "Montserrat";
        font-size: 16px;
        font-weight: 400;
        margin: 1rem 0;
        height:2.5rem;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    #featuredProductsCarousel .card-price {
        /*margin-bottom: 10px;*/
    }

    #featuredProductsCarousel .card-price-from {
        font-size: 80%;
        margin-bottom: 10px;
    }

        #featuredProductsCarousel .card-price span.price-number {
            color: #E1B637;
        }

label.btn.btn-sm.btn-primary {
    margin-bottom: 3px;
}





/**custom store stylez**/



.productCard-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    min-width:20px;
}
.productComment {
    position: absolute;
    bottom: 0;
    padding:1rem;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    display:none;
}



@media (max-width: 991px) {
    .card-img-top{
        width: 100%;
        height: 100%;
        max-height: inherit;
    }
}
