.clear_cart {
    margin: 0;
}
.cards {
    text-align: right;
    padding: 10px 0;
}
form#purchase_form .payment-options select {
    background-color: #fff;
    padding: 4px;
}
.cards img {
    height: 3em;
    margin-left: 6px;
}
.cards img:first-of-type {
    margin-left: 0;
}
.total-price {
    border-top: 1px solid #D5d5d3;
    padding: 6px 0;
    margin: 20px 0;
}

#total_price {
    float: right;
}

.total-label {
    margin-right: 40px;
    font-weight: normal;
    color: #000;
}

.ticket-description-wrap {
    text-align: left;
}

.ticket-description-wrap strong {
    width: 100%;
    display: inline-block;
}

.ticket-numbers {
    white-space: nowrap;
}

div.divTableRow.ticket_row {
    border-bottom: none;
}

/* Social Discount popup styles */
.new-domwindow {
    top: 20%!important;
    left: 0!important;
    margin-left: 20%!important;
    width: 60%!important;
    height: auto!important;
    position: fixed!important;
    border-radius: 4px;
    text-align: center;
}
.new-domwindow .page_info_wide {
    text-align: left;
    line-height: 34px;
    border-radius: 4px;
}
.new-domwindow br {
    display: none;
}
.new-domwindow .buttonPro {
    color: white;
    font-size: 14px;
    padding: 12px 23px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    text-shadow: none;
    cursor: pointer;
    background: #377ad0;
}

.new-domwindow .buttonPro.red {
    margin-top: 20px;
    background-color: #dd3a37;
    padding: 6px 15px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* Social Discount popup styles END */

/* Ticket buy window*/
.ticket-side-full#ticket_side {
    width: 100%;
    padding-right: 15px;
}

.divTableHeading div.ticket-price.divTableCell {
    width: 24%;
}
/* Ticket buy window END */

@media screen and (max-width: 991px){
    .new-domwindow {
        top: 5%!important;
        margin-left: 5%!important;
        width: 90%!important;
    }

    .new-domwindow .page_info_wide {
        line-height: 30px;
    }
    .taxes {
        text-align: center;
        max-width: 100%;
        margin: auto;
    }

    /* Ticket buy window*/
    .ticket-side-full#ticket_side {
        width: 100%;
    }
    /* Ticket buy window END */
    .ticket-price-text {
        width: 90%;
        text-align: center;
        background-color: lightyellow;
        padding: 8px;
        border: 1px solid #BDB76B;
    }
}

@media screen and (max-width: 374px) {
    .new-domwindow .page_info_wide {
        line-height: 15px;
    }
    .ticket-price-text {
        width: 90%; 
        text-align: center;
        background-color: lightyellow;
        padding: 8px;
        border: 1px solid #BDB76B;
    }
}
