#cart-items-table {
    width: 100%;
/*
    padding: 5px;
    border: 1px solid #cccccc;
*/
}

#cart-items-table input[type="text"],
#cart-items-table input[type="number"] {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
}

#cart-items-table tr {
    border-bottom: 1px solid #cccccc;
}

#cart-items-table th {
    text-align: left;
/*
    border-bottom: none;
    padding: 5px;
*/
}

#cart-items-table td {
    background: #eeeeee;
    padding: 5px;
    border-left: none;
    text-align: left;
}

#cart-items-table td:nth-child(1),
#cart-items-table td:nth-child(2),
#cart-items-table td:nth-child(5),
#cart-items-table td:nth-child(6) {
/*
    text-align: center;
*/
}

.cart-items-row-bold td {
    background: #E0E0E0 !important;
}

.cart-items-short-column {
    width: 130px;
}

.cart-items-row-cost-top {
}

#cart-promo-code,
#cart-shipping,
#cart-buttons {
/*
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
*/
    margin-top: 15px;
}

#cart-buttons {
    display: flex;
    flex-wrap: wrap;
}

#cart-buttons > a,
#cart-buttons > button {
    margin: 5px;
}

#cart-promo-code input[type="text"] {
    background: #ffffff;
}

#cart-remove-promo-code-button {
    padding: 5px;
    display: inline-block;
    color: #0069AA;
}

#cart-remove-promo-code-button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tcmi-ecommerce-cart-items-row-selected {
    background: #FFFDC6 !important;
}

.tcmi-ecommerce-cart-items-quantity-input,
.tcmi-ecommerce-cart-items-price-input {
    width: 70px;
    background: #ffffff !important;
    color: #000000;
}

.tcmi-ecommerce-cart-item-thumbnail {
    width: 60px;
    height: 60px;
}

#tcmi-ecommerce-cart-no-items-container {
    padding: 30px;
    background: #f0f0f0;
    border-radius: 10px;
    font-size: 28px;
    text-align: center;
}

#tcmi-ecommerce-cart-login-required {
    display: none;
}

#tcmi-ecommerce-cart-login-required-message {
    display: none;
    background: #FF8484;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #FF7474;
    margin-bottom: 15px;
}

.tcmi-ecommerce-cart-item-valid-date {
    color: #FFA81C;
}

/*
    - prodcut block
*/
.tcmi-ecommerce-product-block {
    background: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

.tcmi-ecommerce-product-block input {
    max-width: 100px !important;
    background: #ffffff !important;
}

.tcmi-ecommerce-product-block-content {
    margin: 5px;
    float: left;
    display: inline-block;
    width: calc(100% - 200px);
}

.tcmi-ecommerce-product-block-content p {
    margin: 0px;
}

.tcmi-ecommerce-product-block-name {
    padding: 0px;
    margin: 0px;
    font-size: 34px;
    font-family: "Passion One";
    color: #0069aa;
}

.tcmi-ecommerce-product-block-subtext {
    color: #0069aa;
}

.tcmi-ecommerce-product-block-description {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tcmi-ecommerce-product-block-image {
    float: left;
    margin: 5px;
    display: inline-block;
    max-width: 170px !important;
    border: none !important;
}

.tcmi-ecommerce-loading-overlay {
    background: #0069AA;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    overflow: hidden;
}

/**
 *
 * Item Layout: inline-button-with-quantity
 *
 */

.tcmi-ecommerce-inline-button-with-quantity {
    display: inline-block;
    padding: 10px;
    min-width: 100px;
    min-height: 40px;
    position: relative;
}

.tcmi-ecommerce-inline-button-with-quantity input,
.tcmi-ecommerce-inline-button-with-custom-price input {
    margin-right: 10px;
    max-width: 100px !important;
}

/**
 *
 * Item Layout: tcmi-ecommerce-inline-button-with-cart-icon
 *
 */
.tcmi-ecommerce-inline-button-with-cart-icon {
    display: inline-block;
    position: relative;
    min-width: 100px;
    min-height: 25px;
}

.tcmi-ecommerce-inline-button-with-cart-icon .tcmi-ecommerce-add-to-cart-button::after {
    background-image: url(../images/icons/cart.png);
    display: inline-block;
    vertical-align: middle;
    content: '';
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.tcmi-ecommerce-inline-button-with-cart-icon .tcmi-ecommerce-add-to-cart-button {
    font-weight: bold;
}

.tcmi-ecommerce-inline-button-with-cart-icon .tcmi-ecommerce-add-to-cart-button:hover {
    cursor: pointer;
}

/**
 *
 * Progress Bar
 *
 */
#tcmi-ecommerce-progress-bar {
    background: #f0f0f0;
    display: flex;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

#tcmi-ecommerce-progress-bar > div {
    text-align: center;
    flex-grow: 2;
    padding: 10px;
    background: #f0f0f0;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

#tcmi-ecommerce-progress-bar > div.active {
    background: #fea219;
    color: #ffffff;
}

/**
 *
 * MISC
 *
 */
.tcmi-ecommerce-order-preview-panel {
    margin-top: 10px;
    float: right;
    width: calc(100% - 870px) !important;
}

#tcmi-ecommerce-order-preview td {
    border-left: 0px;
}

#tcmi-ecommerce-order-preview td:nth-child(1) {
    width: 60px;
}

.tcmi-ecommerce-order-status-processing {
    color: #FF9000;
}

.tcmi-ecommerce-order-status-complete {
    color: #00A003;
}

.tcmi-ecommerce-order-status-error {
    color: #ff0000;
}

.tcmi-ecommerce-add-to-cart-simple:hover {
    cursor: pointer;
}

#tcmi-ecommerce-thankyou-page-ticket-box {
    padding: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    margin-top: 15px;
}

.tcmi-spinner.blue {
    border-top: 1.1em solid rgba(0, 105, 170, 0.2);
    border-right: 1.1em solid rgba(0, 105, 170, 0.2);
    border-bottom: 1.1em solid rgba(0, 105, 170, 0.2);
    border-left: 1.1em solid #0069aa;
}

#tcmi-ecommerce-thankyou-page-ticket-box iframe {
    display: none;
    border: 0px;
    width: 100%;
}

#tcmi-ecommerce-cart-upsell-message {
    display: none;
}

#tcmi-ecommerce-cart-donation-box {
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    margin-top: 10px;
}

.tcmi-ecommerce-modifier-block {
    display: none;
    padding: 5px;
}

.tcmi-ecommerce-button-text {
    display: none;
}

@media(max-width: 700px) {
    .tcmi-ecommerce-product-block-image {
        display: none;
    }
    .tcmi-ecommerce-product-block-content {
        width: 100%;
    }
    #cart-items-table tr > th:nth-of-type(2),
    #cart-items-table tr > th:nth-of-type(4),
    #cart-items-table tr > td:nth-of-type(2),
    #cart-items-table tr > td:nth-of-type(4) {
        display: none;
    }
    #cart-items-table tr > td {
        padding: 2px;
    }
}

@media(max-width: 530px) {
    #cart-buttons > button,
    #cart-buttons > a {
        width: 100%;
    }
    #cart-buttons > button:not(:nth-child(3)) {
        margin-bottom: 10px;
    }
}
