﻿.row-centered {
    text-align: center;
    display: block !important;
}

.col-centered {
    display: inline-table;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}

.pricing-items .pricing-item-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.pricing-items .pricing-item-icon > i {
    font-size: 8.57rem;
}

.pricing-items .pricing-title {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-top: 5em;
    color: #6c7293;
}

.pricing-items .pricing-subtitle {
    font-size: 1.1rem;
    color: #adb1c7;
    font-weight: 500;
    min-height: 72px;
}


body {
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: left;

}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    min-height: 365px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*    border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: -1px 1px 5px #ABABAB;
}

.card-img-actions {
    position: center;
    flex-direction: column;
    border-radius: 10px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;   
    text-align: center;
    border-radius: 10px;
}

.card-img {
    width: 400px;
}

.star {
    color: red;
}

.bg-cart {
    background-color: orange;
    color: #fff
}

    .bg-cart:hover {
        color: #fff
    }

.bg-buy {
    background-color: green;
    color: #fff;
    padding-right: 29px;
}

    .bg-buy:hover {
        color: #fff;
    }

a {
    color: #014575;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
}
    ul > li {
        font-weight: bold;
        color: #000;
    }
        ul > li > a {
            font-weight: normal;
            margin: 0;
        }