
.c-badge{
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-cartlow{
    color: #4cab37 !important
}
.product-card-title{
    height: 4.5rem;
    font-size: 1rem;
    font-weight: 330;
}

/** Spinner CSS */
#spinner-front, #spinner-back {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
}
#spinner-front {
    z-index: 1101;
    margin-top: 45vh;
    color: #fff;
    text-align: center;
}
#spinner-back {
    z-index: 1100;
    height: 100vh;
    background: #000;
}
#spinner-front.show {
    visibility: visible;
    opacity: 1;
}
#spinner-back.show {
    visibility: visible;
    opacity: 0.7;
}

/* H Css */
/*Main Css*/































