﻿.new-cartcontainer {
    display: flex;
    flex-wrap: wrap;
}

.left-column {
    flex: 6.5;
}

.right-column {
    flex: 3.5;
    padding: 0 0 20px 20px;
    margin-left: 20px;
}

.cart-content {
    margin: 20px 0 20px 0;
    max-height: 650px;
    overflow-y: auto;
    padding-right: 5px;
}

.bar-wrapper{
    padding-right: 5px;
}

@-moz-document url-prefix() {
    .cart-content {
        padding-right: 10px;
    }

    .bar-wrapper{
        padding-right: 10px;
    }
}

.cart-side-content {
    margin: 20px 0 20px 0;
}

.cart-item {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    min-height: 200px;
    display: flex;
    position: relative;
    padding: 20px;
}

.cart-item:first-child {
    border-top: solid 1px #ddd;
}

@media (max-width: 992px) {
    .left-column, .right-column {
        flex: 100%;
    }

    .right-column {
        margin: unset;
        padding: 20px 0 20px 0;
    }
}

.icon-container {
    display: flex;
    padding-right: 10px;
}

.icon-placeholder {
    width: 70px;
    height: 70px;
}

.item-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.info-container {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.icon-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon-dropdown i {
    margin-right: 10px;
}

.amount-dropdown {
    width: 70px;
    margin-top: 20px;
}

.bottom-price {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.right-column .info-container {
    width: 100%;
}

.text-ellipsis {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.right-column .dropdown-container{
    margin-bottom: 10px;
    margin-left: 13px;
}

.left-column .single-delivery-wrapper{
    margin-left: 19px;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .btn-empty-cart{
        width: 90% !important;
    }
}

@media (max-width: 495px) {
    .enter-code-button {
        width: 100%;
        min-width: unset !important;
    }
    .edit-voucher-button {
        width: 100%;
        min-width: unset !important;
    }

    .dropdown-container .new-cart-input {
        max-width: unset;
        min-width: unset;
    }

    .voucher-input-container{
        max-width: unset !important;
    }

    .article-container{
        min-width: unset !important;
    }
}

.cart-summary {
    border: 1px solid #ddd;
    min-height: 200px;
    background: #f9f9f9;
}

.cart-summary {
    padding: 20px;
}

.cart-summary-text {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.total-row {
    font-weight: bold;
}

.grey-line {
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}

.small-grey-text {
    color: grey;
    font-size: 0.8em;
}

.grey-text {
    color: grey;
}

.checkout-grey-text{
    position: relative;
    right: 10px;
    margin-top: 3px;
}

.red-text {
    color: red;
    font-style: italic;
}

.crossed {
    text-decoration: line-through;
}

.btn-full {
    width: 100%;
    margin-top: 10px;
    min-height: 40px;
}

.base-close-icon {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Verdana, sans-serif;
    cursor: pointer;
}

.close-icon {
    width: 24px;
    height: 24px;
    font-size: 15px;
    font-weight: 200;
    position: absolute;
    top: 20px;
    right: 20px;
}

.small-close-icon {
    width: 16px;
    height: 16px;
    font-size: 8.5px;
    font-weight: 100;
    margin-left: auto;
}

.close-icon:hover, .small-close-icon:hover {
    background-color: #b83a30;
    border-color: #9c2d26;
}

.cart-item-header {
    font-weight: 600;
    font-size: 16px;
    padding-right: 20px;
}

.icon-dropdown .input-group-addon {
    padding: 8px 18px;
}

.glyphicon-envelope{
    position: relative;
    left: -6px;
}

.single-delivery-icon{
    padding: 10px;
    margin-left: 12px;
}

.dropdown-container{
    margin-top: 10px;
}

.enter-code-button {
    margin-top: 10px;
    min-width: 315px;
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    line-height: 36px;
}

.edit-voucher-button {
    margin-top: 10px;
    min-width: 315px;
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    line-height: 36px;
}

.code-button-text {
    text-align: left;
    flex-grow: 1;
    padding-right: 10px;
}

.plus-sign {
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}

.user-formular-button {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 315px;
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    line-height: 36px;
}

.user-formular-button:hover, .user-formular-button:active, .user-formular-button:focus {
    background-color: #555555;
    border-color: #555555;
    color: #ffffff;
}

.enter-code-button:hover, .enter-code-button:active, .enter-code-button:focus {
    background-color: #555555;
    border-color: #555555;
    color: #ffffff;
}

.new-cart-form{
    display: contents;
}

.empty-cart{
    min-height: 200px;
    border: solid 1px #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-empty-cart{
    width: 50%;
}

.new-cart-input{
    min-width: 260px;
    max-width: 277px;
}

.empty-cart-text{
    font-weight: bold;
    margin-bottom: 10px;
}

/* Style the scrollbar */
.cart-content::-webkit-scrollbar {
    width: 5px;
}

.cart-content::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    border-radius: 6px;
}

.cart-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.cart-content::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.delivery-icon{
    height: 12px;
    position: relative;
    right: 10px
}

.clock-icon{
    height: 12px;
    position: relative;
    bottom: 1px;
}

.input-group-addon{
    height: 34px;
}

.input-group-addon-discount{
    padding: 6px 8px;
}

.promotional-icon{
    height: 13px;
    position: relative;
    right: 1px;
}

.order-header{
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
}

/*Checkout css*/

 .delivery-container {
    width: 300px;
    padding: 15px;
    width: 100%;
 }

    .address-header {
        margin-top: 50px;
        border-bottom: 1px solid #ddd;
    }

    .address {
        line-height: 1.5;
    }

    .payment-method {
        width: 100%;
    }

    .payment-information {
    padding: 10px;
    }

    .payment-information-payment-not-necessary {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    }

    .method-option {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    }

    .method-option img {
        margin-left: auto;
        height: 24px;
    }

    .paypal-method-option img {
        height: 29px;
    }

    .method-option input[type="radio"] {
        margin-right: 15px;
        margin-top: -4px;
        transform: scale(1.5);
        cursor: pointer;
    }

    .method-option label {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 100%;
        justify-content: space-between;
    }

    .method-name {
        margin-right: 20px;
    }

    .checkOutSubmit {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .custom-checkboxes .checkbox input[type="checkbox"] {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

    .custom-checkboxes .checkbox label {
        display: inline-block;
        vertical-align: middle;
    }

    .new-checkbox-error {
        width: 100%;
        margin-left: 5px;
        display: flex;
        margin-left: 19px;
    }

    .error-message {
        margin-left: 40px;
    }

.credit-card-icons img {
  border: 1px solid gray;
  border-radius: 4px;
}

.mobile-icon{
    height: 12px;
    position: relative;
    right: 10px;
}

.voucher-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

#vouchercode {
    padding-left: 10px;
    padding-right: 10px;
}

.voucher-code-inp {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.voucher-message {
    flex-basis: 100%;
    color: red;
    margin-top: 10px;
}

.voucher-title{
    width: 100%;
    margin-bottom: 10px;
}

.voucher-code {
     width: 100%;
     margin-top: 10px;
}

.sitzplatzmarkierung-wrapper{
     display: none;
}

.timer-container {
    width: 100%;
    padding: 10px 15px;
    background-color: #fef3ce;
    color: #b59e59;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.timer-mobile{
    margin-top: 20px;
}

@media (max-width: 992px) {
    .timer-desktop {
        display: none;
    }
    .timer-mobile {
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 993px) {
    .timer-mobile {
        display: none;
    }
    .timer-desktop {
        display: block;
    }
}

    .voucher-input-container {
        position: relative;
        margin: 20px 0 20px 0;
        max-width: 314px;
    }

    .voucher-note-input {
        font-size: 14px;
        padding: 10px;
        border: 1px solid #aaa;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px;
        resize: none;
        height: 80px;
    }

    .char-counter {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 12px;
        color: #333;
    }

    .button-row {
        justify-content: space-around;
        margin-top: 10px;
    }

    .textarea-container {
        position: relative;
    }

    .voucher-note-checkout {
        position: relative;
        right: 12px;
        bottom: 5px;
        height: fit-content;
        margin-bottom: 5px;
    }

    .article-row {
        display: flex;
        flex-direction: column;
        padding: 10px 0 10px 0;
    }

    .article-container .article-row:first-child {
        border-top: solid 1px #ddd;
    }

    .article-header {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
    }

    .article-header > div:last-child {
        text-align: right;
    }

    .article-body {
        display: flex;
        align-items: center;
        margin-left: 10px;
        margin-top 5px;
    }

    .article-container {
        margin-top: 20px;
        min-width: 315px;
        width: 100%;
    }

    .price-info-event{
        position: relative;
        left: 29px;
    }

    .seats-description{
        font-size: 12px;
    }

.combi-row:last-child {
    border-bottom: solid 1px #ddd;
}

.combi-row {
    border-top: solid 1px #ddd;
}

.price-text {
    white-space: nowrap;
}

.price-container-right {
    margin-left: auto;
    font-weight: bold;
    white-space: nowrap;
}

.sub-price {
    text-align: right;
}

#payment-information-text {
    padding: 0 0 20px 35px;
}

#newsletter-text {
    padding: 0 0 20px 35px;
}