.card-information {
    margin: 2rem 0;
    border: 1px solid #ced4da;
    padding: 1rem;
    border-radius: 0.25rem;
}
.card-information-tab {
    margin: 0 0 3em 0;
}

.card-information-tab.nav-tabs .nav-item .cartchecked {
    position: absolute;
    display: block;
    top: 5px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 1rem;
    line-height: 30px;
    color: #ff2d71;
    transform: scale(0);
    transition: all .15s;
}

.card-information-tab.nav-tabs .nav-link.active{
    color: #e82953;
    background-color: #fff;
    border: 1px solid #e82953;
}

.card-information-tab.nav-tabs .payment-methods {
    width: 100px;
}

.card-information-tab.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.375rem;
}

.card-information-tab .nav-link {
    display: block;
    color: #657789;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #657789;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.card-information-tab.nav-tabs .nav-item {
    margin: 1rem;
    position: relative;
}

.payment-methods {
    text-transform: uppercase;
    font-weight: 400;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

img, svg {
    vertical-align: middle;
}

.rating {
    width: 100%;
    display: inline-block;
    font: normal normal normal 14px/1 'FontAwesome';
}

.star-rating {
    width: 5.8em;
    height: 16px;
    font-size: 16px;
    color: #fdbc32;
    margin: 10px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.star-rating::before {
    content: "";
    letter-spacing: 4px;
    color: #ced0d5;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span::before {
    letter-spacing: 4px;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

.rating .review {
    font-size: 16px;
    vertical-align: text-bottom;
    margin-left: 15px;
}

.form-label {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.imageView {
    object-fit:cover;
    z-index:-1;
    display:none;
    width:100px;
    height:100px;
    border:1px solid #e82953;
}

input, select, textarea {
    outline: none !important;
    box-shadow: none !important;
}

[hidden] {
    display: none !important;
}

::placeholder {
    color: #9f9f9f !important;
}

.price input {
    height: 38px;
    width: 100px;
    font-size: 12px;
}

.stepper .minus,
.stepper .plus{
    background-color:#fff;
    border-color:#ced4da;
    width:30px;
    height:38px;
    color:#657789;
}

.stepper .value{
    text-align:center;
    height:38px;
    width:55px;
    font-size:12px;
}

.stepper .minus:hover,
.stepper .plus:hover{
    color:#fff;
    background-color:#657789;
    border-color:#657789;
    width: 30px;
    height:38px;
}

.pointer {
    cursor: pointer;
}

.user-type {
    border: 1px solid #e82953;
    padding: 25px 15px;
    text-align: center;
}

.user-type.active {
    background-color: #e82953;
    color: #fff;
    font-weight: bold;
}

.user-type:not(.active):hover {
    background-color: #e82953;
    color: #fff;
}

.event, .ticket {
    background-color: #fff;
    font-size: 14px;
    color: #111;
}

.event .name {
    font-weight: 500;
}

.event .name,
.event .date,
.event .price {
    color: #111;
    font-size: 13px;
}

.event .info .desc {
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event .image {
    object-fit: cover;
    flex-shrink: 0;
}

/*.event:hover, .ticket:hover {
    background-color: #737373;
}
.event-action:hover, .ticket-action:hover {
    background-color: #606060;
}
*/

table.order-summary {
    width: 100%;
    border: 1px solid #e82953;
    font-size: 1rem;
}

table.order-summary tr {
    border-bottom: 1px solid #e82953;
}

table.order-summary tr th {
    padding: 7px 20px;
}

table.order-summary tr td {
    padding: 17px 20px;
}

table.order-summary .product-total {
    font-size: 1.3rem;
}

table.cart {
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #e82953;
    color: #414756;
    width: 100%;
    padding: 10px;
}

.cart_totals {
    border: 1px solid #e82953;
    padding: 25px;
}

table.cart thead tr th {
    padding: 14px;
    font-weight: 600;
    font-size: 14px;
    /*background-color: #000;
    color: #fff;*/
    border-bottom: 1px solid #e82953;
}

table.cart tbody tr:last-child {
    border-bottom: none;
}

table.cart tbody tr {
    border-bottom: 1px solid #e82953;
    /*background-color: #000;
    color: #fff;*/
}

table.cart tbody tr td {
    vertical-align: middle;
    padding: 20px 10px;
}

table.cart tbody tr td a {
    /*color: #fff;
    font-weight: 600;*/
}

.cart-item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    background-color: #e82953;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 2px;
    font-size: 10px;
    text-align: center;
}
.account-page {
    /*background: #ccd4e6;*/
}

.account-page .tab-content .tab-pane {
    margin-top: 40px;
}

.account-page .tab-content .tab-pane .card {
    margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
    .event .name {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ticket .title {
        width: 135px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    table.cart {
        width: 100%;
        margin-bottom: 30px;
    }
    table.cart thead {
        display: none;
    }
    table.cart tbody tr {
        border-bottom: 1px solid #e82953;
    }
    table.cart tbody tr td {
        display: block;
        padding: 10px;
        text-align: center;
        border-bottom: none;
        width: 100%;
    }

    .event img {
        object-fit: cover;
        height: 150px;
    }
    .event .info {
        font-size: 13px;
        width: 145px;
    }

    .event .info .date,
    .event .info .location {
        font-size: 11px;
    }

    .event .info .desc {
        display: none;
    }

    .event .info .name {
        font-weight: 500;
    }

    .transaction-summary-table thead {
        display: none;
    }

    .transaction-summary-table .id    {
        display: none;
    }

    .transaction-summary-table tbody tr {
        display: grid;
        width: 100%;
        grid-template-columns: auto 1fr auto;
        gap: 0 0.5rem;
        grid-template-areas:
                'a1 a2'
                'b1 b2';
        padding: 0.75rem 0;
        border-bottom: 1px solid #ccc;
    }

    .transaction-summary-table tbody tr td {
        border:none;
    }

    .transaction-summary-table tbody tr td:nth-child(2) {
        grid-area: a1;
        text-align: left;
    }

    .transaction-summary-table tbody tr td:nth-child(3) {
        grid-area: b1;
        text-align: left;
    }

    .transaction-summary-table tbody tr td:nth-child(4) {
        grid-area: a2;
        text-align: right;
    }

    .transaction-summary-table tbody tr td:nth-child(5) {
        grid-area: b2;
        text-align: right;
    }
}