/* body::before {
    content: '';
    display: block;
    height: 50px;
} */

.navbar a,
button {
    color: #ffffff;
}

.alert-icon {
    color: #fff;
    background-color: #c82626;
    border-radius: 50%;
    padding: 5px;
    bottom: 10px;

}

.tab-pane{
    /* border: 1px solid #000 ; */
    height: 300px;

}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

/* #hero{
    height: 400px;
} */
.carousel-item {
    max-height: 400px;
    width: 100%;
}

.carousel-item img {
    max-height: 400px;
    width: 100%;
}

.img-cover {
    max-width: 150px;
    height: 150px
}

.banner {
    width: 100%;
}

.see-all {
    text-align: right;
}

.checked {
    color: orange;
}
.favorite{
    color: red;
}
a {
    text-decoration: none;
    color: #000;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

@media (max-width: 595px) {
    .img-cover {
        max-width: 100px;
        height: 100px;
    }
    .tab-imag{
        max-width: 100px;
    }
}
