.product-image img {
    border-radius: 30px;
    height: 220px;
}

.product-detail {
    text-align: center;
    background-color: #b3c5bf;
    color: #fff;
}

.product-card {
    background-color: #b3c5bf !important;
}

.product-detail p {
    color: #000;
}

.product-detail .heading {
    border: 1px solid;
    border-radius: 30px;
    background: #574196;
    color: white;
    width: 50%;
    height: 30px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    padding: 3px;
    margin-left: 80px;
    margin-bottom: 10px;
}

.heading h1 {
    font-size: 18px;
}


@media screen and (min-width: 345px) and (max-width: 361px) {
    .sel {
        position: relative;
        left: -33px !important;
        padding: 7px !important;
    }
}


@media (max-width: 767px) {
    .slick-slide {
        display: flex !important;
        justify-content: center;
    }

    .product-detail .heading {
        margin-left: 78px;
    }

    .table-striped-1 tbody tr:nth-of-type(4) {
        background-color: gold !important;
    }

    .table-striped-1 tbody tr:nth-of-type(5) {
        background-color: #c7347e !important;
    }
}

@media (device-width: 430px) {
    .product-detail .heading {
        margin-left: 90px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-detail .heading {
        margin-left: 52px;
    }
}

@media (device-width: 540px) {
    .product-detail .heading {
        margin-left: 120px;
    }
}

@media (device-width: 1024px) {
    .product-detail .heading {
        margin-left: 73px;
    }
}

.product-detail p {
    padding: 10px !important;
}

.product-card {
    background-color: var(--bs-light-border-subtle);
    border-radius: 30px;
    margin-bottom: 20px;
}


@media (max-width: 767px) {
    .top-header .cr-search {
        top: 28px !important;
    }

    .shadow-none {
        bottom: -28px !important;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-detail {
        margin-top: -90px;
    }

    .heading1 h1 {
        font-size: 16px !important;
    }

    .mobileview {
        display: none;
    }
}