.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.text-cart-recurring-alert {
    border-bottom: 1px solid #CCCCCC; 
    color: #c30350; 
    margin: 1% auto; 
    width: 100%; 
    font-style: italic; 
    text-align: center; 
    font-weight: bold; 
    font-size: 16px;
    padding-right: 1%;
}
