@import url(common.css);

.breadcrumb {
    background-color: var(--skyblue_100);
}

.features li {
    list-style: disc;
    color: var(--blue_800);
    font-size: 18px;
}

.product-details p {
    color: var(--blue_400);
    font-size: 20px;
}


.product-details h4,
.product-details h3,
.product-details h5 {
    color: var(--blue_400);
}

.product-details h4 strong,
.product-details h3 strong,
.product-details h5 strong {
    color: var(--blue_700);
}

.product-title {
    color: var(--blue_900);
}

.product-details li {
    list-style: disc;
    color: var(--blue_800);
    font-size: 18px;
}






@media screen and (min-width: 992px) {

    .breadcrumb a {
        color: var(--blue_800);
        font-size: 18px;
    }
}