.CartHeader {
    background: #505050;
    display: flex;
}

.CartHeader .title {
    color: #FFF;
    font-weight: normal;
    width: 90%;
    text-align: left;
    padding: 15px;
    font-size: 16px;
}

.buttons {
    color: #FFF;
    width: 100%;
    display: flex;
}

.buttons #continue {
    height: 50px;
    text-align: center;
    background: #9B9B9B;
    text-transform: uppercase;
    width: 50%;
}

.buttons #validate {
    background: #01a23b;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.cartItem {
    display: flex;
    color: #000;
    background: #FFF;
}

.BetTotalData {
    flex: 1;
    color: #FFF;
    padding: 10px
}

.value {
    
    font-weight: bolder;
    font-size: 20px;
}

.cartList {
    background-color: #DCDCDC;
}

.delButton {
    width: 13%;
    text-align: center;
    border-radius: 9px;
    margin: 5px 7px 5px;
        background: linear-gradient(#dcdcdc,#8a8989);
}

.btnDel {
    text-align: center;
    font-size: 24px;
    color: #FFF;
}

ion-badge {
    display: inline-block;
    padding: 5px;
    min-width: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

#timeBar .hippique {
    color: #f2037f !important;
    font-size: 15px;
    font-weight: bold;
        float: right;
}

#timeBar {
    height: 32px;
    background-color: #ffffff;
    color: #505050;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
        padding: 8px;
    font-size: 15px;
    letter-spacing: normal;
}
