/* Home Product Carousel - Start */
.home-product-carousel {
    padding: 20px 32px;
    margin-bottom: 0 !important;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .home-product-carousel {
        margin-bottom: unset !important;
        padding: 10px 10px;
    }

    .home-product-carousel .tns-ovh {
        margin-top: 14px;
        padding-top: 0;
    }

    .home-product-carousel .tns-inner {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .vpprime-product-carousell .product-carousel-tns-outer {
        /*max-width: 1200px;*/
        margin: 0 auto;
    }
}

.home-product-carousel .addtocart-bar .btn{
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .home-product-carousel .product-bottom-container {
        display: none;
    }

    .home-product-carousel .state-hover .product-prices.text-end {
        display: block !important;
    }
}

@media (max-width: 400px) {
    .home-product-carousel .product-bottom-container {
        display: none;
    }

    .home-product-carousel .state-hover .product-prices.text-end {
        display: block !important;
    }
}

.home-product-carousel .product-label {
    min-width: unset;
    min-height: unset;
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: .6rem;
}

.home-product-carousel .product-tax-info {
    font-size: 10px;
}

.home-product-carousel .carousel-header {
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
}

.home-product-carousel .carousel-header a {
    color: #333;
}

.home-product-carousel .carousel-header span {
    background-color: #333;
    color: #ffffff;
    padding: 0 10px;
    font-weight: 700;
}

.home-product-carousel .product-container.add-hover-effect.state-hover {
    transform: unset;
}

.home-product-carousel .product-backdrop {
    box-shadow: unset;
}

.home-product-carousel .product-top-container .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-carousel .product-sales-price .PricesalesPrice.vm-display.vm-price-value {
    color: #ff9000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.home-product-carousel .product-price-before-discount,
.home-product-carousel .product-discount-amount,
.home-product-carousel .product-tax-info {
    font-size: 10px;
    padding: 0;
    color: #666;
    line-height: 10px;
}

.home-product-carousel .product-price-before-discount{
    font-size: 12px;
}

.home-product-carousel .state-hover .product-prices.text-end {
    display: none;
}

/* Home Product Carousel - End */