.inline {
    display: inline-block;
}

.mt-5 {
    margin-top: -5px;
}

input[name="bookupValue"] {
    min-height: 40px;
    margin-bottom: 5px;
    width: 105px;
}

.disabled {
    opacity: 0.7;
    cursor: default;
}
/* THROBBER */
.throbber-header {
    font-size: 145%;
}

.throbber {
    display: none;
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.3;
        filter: alpha(opacity=30);
        z-index: 9998;
    }

    .throbber .curtain-content {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        width: 272px;
        height: 153px;
        margin: -90px 0 0 -160px;
        border: 1px solid #ccc;
        box-shadow: 0 0 2px rgba(0,0,0,0.15);
        background-color: #fff;
        padding: 20px;
        text-align: center;
    }

        .throbber .curtain-content .throbber-header {
            margin-bottom: 30px;
            line-height: 20px;
        }

        .throbber .curtain-content .throbber-image {
            min-width: 60px;
            margin: 10px 0 10px;
            border: none;
            height: 32px;
            background: url('./images/loading.gif') center no-repeat;
        }

.nav-tabs {
    margin: 0 !important;
}

    .nav-tabs li.ui-state-active a {
        color: #000;
    }

    .nav-tabs li:not(.ui-state-active) a:hover {
        color: #555;
    }

#tab-voucher {
    padding: 20px 0 !important;
}

.panel-btn {
    margin-bottom: 15px;
}

.inline {
    display: inline-block;
}

.mt-5 {
    margin-top: -5px;
}

input[name="bookupValue"] {
    min-height: 40px;
    margin-bottom: 5px;
    width: 105px;
}

.disabled {
    opacity: 0.7;
    cursor: default;
}
/*dropdown menu*/

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown > button:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 1em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
        background-color: red;
    }

.dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #f9f9f9;
    min-width: 200px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

/*caret*/
.caret {
    position: relative;
    display: inline-block;
    padding: 5px;
}

    .caret:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .caret:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 0;
        border-top: 8px solid #ffffff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.voucher-buttons .cardmanagement-button {
    margin: 5px 5px 5px 0;
}

.edit-voucher-page .inputs {
    font-size: 14px;
}

.voucher-photo-dialog, .voucher-upload-pdf-dialog {
    width: 700px !important;
}

.voucher-takephoto-btn-wrapper {
    text-align: right;
}

.voucher-detect-btn-wrapper {
    /* margin: 30px auto;*/
    text-align: center;
}

/* .voucher-detect-btn-wrapper > button:last-child {
        float: right;
    }

    .voucher-detect-btn-wrapper > button:first-child {
        float: left;
    }
*/
.camera-video {
    text-align: center;
    background: #222;
    min-height: 400px;
    line-height: 400px;
}

    .camera-video > video {
        vertical-align: middle;
    }

.voucher-info-desc {
    vertical-align: middle;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.voucher-info-wrapper .info {
    padding: 0 10px;
    margin-bottom: 15px;
}

.voucher-upload-btn-wrapper {
    text-align: center;
}
/*.take-photo-mobile-btn {

}

.take-photo-mobile-btn input{
opacity:0;
}*/

/*shopping cart*/
.vouchers-box,
.points-box {
    border: 1px solid #ddd;
    padding: 10px;
}

    .vouchers-box .shoppingcart-register-voucher-wrapper,
    .points-box .wrapper {
        position: relative;
        margin-bottom: 15px;
    }

    .shoppingcart-register-voucher-text-wrapper,
    .points-box .text-wrapper {
        width: 65%;
    }

        .shoppingcart-register-voucher-text-wrapper > input[type=text],
        .text-wrapper > input[type=text] {
            width: 214px;
            padding: 0 20px;
        }

        .points-box .text-wrapper > input[type=text] {
            width: 295px;
        }

    .vouchers-box .register-vouchers {
        margin: 10px 0;
    }

    .vouchers-box .shoppingcart-register-voucher-btn-wrapper,
    .points-box .btn-wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }

    .vouchers-box .shoppingcart-register-voucher-btn,
    .points-box .approve-btn {
        width: 36px;
        height: 36px;
        background: #AAAAAA;
        display: inline-block;
    }

        .vouchers-box .shoppingcart-register-voucher-btn.camera-btn {
            background-image: url('/images/ntree/camera.png');
            background-position: center;
            background-repeat: no-repeat;
        }

        .vouchers-box .shoppingcart-register-voucher-btn.download-btn {
            background-image: url('/images/ntree/upload-file.png');
            background-position: center;
            background-repeat: no-repeat;
        }

        .vouchers-box .shoppingcart-register-voucher-btn.approve-btn,
        .points-box .approve-btn {
            background-image: url('/images/ntree/approve.png');
            background-position: center;
            background-repeat: no-repeat;
            border: none;
        }


/*alert*/
.alert {
    padding: 7px 25px 7px 7px;
    margin-bottom: 15px;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
}

.alert-success {
    background: #EAF7EC;
    border: 1px solid rgba(29, 180, 44, 0.3);
    box-sizing: border-box;
    color: #1DB42C;
}

.alert-failure {
    background: #FFE7E7;
    border: 1px solid rgba(255, 85, 85, 0.3);
    box-sizing: border-box;
    color: #F15656;
}

.icon {
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}

.icon-success {
    padding: 5px;
    background-color: #217629;
}

.icon-failure {
    padding: 5px 8px;
    background-color: #E06262;
}
/*alert end*/

.vouchers-box .available-vouchers ul > li {
    padding: 7px 10px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vouchers-box .voucher-text-wrapper,
.available-cards .card-text-wrapper {
    width: 80%;
}

.vouchers-box .apply-voucher-btn-warpper {
    width: 20%;
    padding: 7px 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

    .vouchers-box .apply-voucher-btn-warpper span {
        margin-left: auto;
    }

.vouchers-box .shoppingcart-aply-voucher-btn,
.vouchers-box .shoppingcart-aply-valuecard-btn {
    background-image: url('/images/ntree/bar-code.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    margin-left: auto;
    padding: 8px;
    color: transparent;
}

.vouchers-box .shoppingcart-aply-voucher-rabate-btn,
.vouchers-box .shoppingcart-aply-valuecard-rabate-btn {
    background-image: url('/images/ntree/bar-code-rebate.png');
}


.text-center {
    text-align: center;
}

.barcode-buttons {
    text-align: center;
    margin-top: 15px;
}

.voucher-enterbarcode-dialog input {
    min-width: 300px;
}

ul.aplied-vouchers {
    padding: 10px 0;
}

    ul.aplied-vouchers > li {
        color: red;
        font-size: 12px;
    }

        ul.aplied-vouchers > li > span {
            vertical-align: top;
        }

.apply-voucher-text {
    display: block;
}

.recognize-voucher-wait {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.shopping-cart-page .withount-discounted-price {
    text-decoration: line-through;
    margin-right: 5px;
}
/*.recognize-voucher-wait > div {
        vertical-align: middle;
    }*/

.ownername {
    margin-bottom: 15px;
}

.systemNotRunning {
    color: red;
    font-weight: bold;
}

.media-bookup {
    padding: 20px 0;
}

    .media-bookup .title {
        margin-bottom: 15px;
    }

.add-picture-dropdown {
    padding: 10px !important;
    vertical-align: middle !important;
    margin: 10px 0;
}

.takephoto-btn-wrapper {
    text-align: right;
    padding: 10px 0;
}

/*product boarding*/
.boarding-overview {
    float: left;
    width: 100%;
}

.boarding-card-register-form .label-wrapper {
    display: inline-block;
}

.boarding-overview .mini-cart .mini-cart-items .mini-cart-item {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.boarding-overview .mini-cart .mini-cart-items td {
    padding: 20px;
}

.mini-cart-items td.product-name {
    text-align: left;
}

.boarding-overview .mini-cart .mini-cart-items td.product-subtotal {
    text-align: right;
    padding-right: 0px;
}

.mini-cart {
    margin-bottom: 4em;
}

.boarding-overview .mini-cart .shoppingcart-btn-wrap {
    text-align: right;
}

    .boarding-overview .mini-cart .shoppingcart-btn-wrap button {
        margin: 0;
    }

.boarding-overview .mini-cart .mini-cart-footer {
    margin: 1.5em 0;
    text-align: right;
}

.boarding-overview .mini-cart .total {
    font-weight: bold;
}


.boarding-overview .available-cards {
    max-width: 400px;
    border: 1px solid #ddd;
    padding: 10px;
}

    .boarding-overview .available-cards li {
        display: flex;
        padding: 10px 5px;
        border-bottom: 1px solid #ddd;
    }

        .boarding-overview .available-cards li:last-child {
            border: none;
        }

    .boarding-overview .available-cards .card-text {
        width: 80%;
    }

    .boarding-overview .available-cards .btn-warpper {
        width: 20%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .boarding-overview .available-cards .cardmanagement-button.with-icon {
        margin: 0 5px;
        min-width: 24px;
        height: 24px;
        padding: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .boarding-overview .available-cards .with-icon.edit-bookup-btn {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M14.6852 3.37655L3.43604 14.6257L9.37987 20.5696L20.6291 9.32038L14.6852 3.37655Z' fill='white'/%3E%3Cpath d='M23.6419 4.78296L19.2521 0.330899C18.8162 -0.104967 18.1313 -0.104967 17.7265 0.299766C17.7265 0.299766 17.7265 0.299766 17.6954 0.330899L15.7651 2.26116L21.7116 8.23876L23.6419 6.30849C24.0777 5.87263 24.0777 5.18769 23.6419 4.78296Z' fill='white'/%3E%3Cpath d='M2.56475 15.9287L0.105222 22.529C-0.112711 23.0894 0.167489 23.7121 0.727888 23.93C0.976954 24.0234 1.25715 24.0234 1.50622 23.93L8.10648 21.4393L2.56475 15.9287Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }

    .boarding-overview .available-cards .with-icon.renew-button {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4686 10.1203C19.7271 10.1203 19.126 10.7214 19.126 11.463V17.8851C19.126 17.9152 19.0689 17.9748 19.0321 17.9748H8.85479V15.204C8.85479 14.7923 8.60009 14.5048 8.23543 14.5048C8.09586 14.5048 7.95515 14.5483 7.81727 14.6343L1.37117 18.648C1.13527 18.7949 1.00007 19.0159 1 19.2541C1 19.4913 1.13426 19.7109 1.36842 19.8568L7.81713 23.8704C7.95522 23.9564 8.09586 24 8.23543 24C8.60009 24 8.85479 23.7125 8.85479 23.3008V20.6601H19.0321C20.5385 20.6601 21.8113 19.3892 21.8113 17.8851V11.463C21.8113 10.7214 21.2102 10.1203 20.4686 10.1203Z' fill='white'/%3E%3Cpath d='M22.1145 4.14319L15.6658 0.129632C15.5277 0.0436359 15.3871 0 15.2475 0C14.8828 0 14.6281 0.287527 14.6281 0.699248V3.33996H4.45083C2.94439 3.33996 1.67163 4.61077 1.67163 6.11493V12.5371C1.67163 13.2786 2.27273 13.8797 3.01427 13.8797C3.75581 13.8797 4.35692 13.2786 4.35692 12.5371V6.11493C4.35692 6.08479 4.41405 6.02524 4.45083 6.02524H14.6281V8.79605C14.6281 9.20771 14.8828 9.49523 15.2475 9.49523C15.3871 9.49523 15.5278 9.45166 15.6657 9.36574L22.1117 5.35197C22.3477 5.20509 22.4829 4.98416 22.4829 4.74591C22.4829 4.50873 22.3487 4.28914 22.1145 4.14319Z' fill='white'/%3E%3C/svg%3E%0A");
    }


.product-subtotal-without-discount {
    text-decoration: line-through;
}

.privacy-policy-text {
    font-size: 14px;
    color: #444;
    text-align: center;
}

.accept-consent .read {
    margin: 0 0 0 2px;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 14px;
}

.search-category-sorting,
.search-product-sorting,
.search-topic-sorting {
    text-align: center;
    margin-top: 10px;
}

.panel-info {
    margin: 0 0 20px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 20px;
    line-height: 26px;
    color: #444;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #B24801;
}

.concurrent-users {
    text-align: right;
}

    .concurrent-users .user-in-queue {
        color: red;
    }

.customer-canbuy-timer {
    font-size: 20px;
    color: red;
    text-align: center;
    margin: 20px 0;
}

.pager li.show-all {
    float: left;
    display: block;
    font-size: 14px;
}

    .pager li.show-all a {
        border: none;
        background: none;
    }

.pager li a:hover {
    color: #B59432;
}

.bookinginfo-checkout {
    margin: 10px 0;
    display: block;
}

/*product boarding*/
@media all and (min-width: 1001px) {
    .media-bookup .title {
        margin-bottom: 15px;
    }

    .checkout-page .cart-footer .totals {
        width: 100%;
        max-width: 100%;
    }
}
/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification.info {
        background-color: #b8b8b8;
    }

.tariff-options {
    display: inline-block;
}

.tariff-option {
    padding: 5px 0;
}

    .tariff-option label {
        white-space: normal;
        overflow-wrap: break-word;
    }



@media all and (min-width: 1001px) {
    .tariff-option label {
        text-align: left !important;
        margin: 0 10px;
    }
}

@media all and (min-width: 769px) {
    .search-category-sorting,
    .search-product-sorting,
    .search-topic-sorting {
        text-align: right;
    }
}

@media all and (max-width: 480px) {
    .ui-dialog {
        max-width: 98%;
    }

    .voucher-info-wrapper .info {
        padding: 0;
    }

    .voucher-detect-btn-wrapper button.cardmanagement-button {
        margin: 2px;
    }

    .shoppingcart-register-voucher-text-wrapper > input[type=text],
    .text-wrapper > input[type=text] {
        width: 95%;
    }

    .shoppingcart-register-voucher-text-wrapper,
    .vouchers-box .voucher-text-wrapper,
    .available-cards .card-text-wrapper,
    .points-box .text-wrapper {
        width: 100%;
    }

    .vouchers-box .shoppingcart-register-voucher-btn-wrapper,
    .points-box .btn-wrapper,
    .vouchers-box .apply-voucher-btn-warpper {
        position: relative;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .dropdown-content {
        right: unset;
        left: 0;
    }

    .gender .diverse {
        display: block;
    }
}

.ui-tabs {
    border: none !important;
}

@media all and (max-width: 767px) {
    .panel-btn {
        text-align: center;
    }

    .voucher-takephoto-btn-wrapper {
        text-align: center;
    }

    .voucher-photo-dialog, .voucher-upload-pdf-dialog {
        width: 100% !important;
    }

    .tariff-options {
        width: 100%;
    }
}


/* ONE PAGE CHECKOUT */

.checkout-page .checkout-steps {
    float: left;
    width: 60%;
}

.checkout-page .checkout-order-summary,
.checkout-collaterals {
    float: right;
    width: 40%;
    padding-left: 20px;
    clear: right
}

.checkout-order-summary .order-summary-content {
    background-color: #eee;
}

.grid-wrapper {
    display: none;
}

.checkout-page .checkout-order-summary .grid-wrapper {
    display: block;
}

.checkout-page .checkout-order-summary .table-wrapper {
    display: none;
}

.checkout-order-summary .grid-wrapper .grid-product-item {
    border-bottom: 1px solid #AAAAAA;
}

.grid-product-wrapper {
    display: none;
}

.checkout-page .order-summary-content .grid-product-wrapper {
    display: block;
}

.checkout-order-summary .order-summary-content {
    padding: 20px 30px;
}




.checkout-page .order-summary-content .grid-product-item {
    border-bottom: 1px solid #AAAAAA;
    display: block;
    padding: 20px 0;
}

    .checkout-page .order-summary-content .grid-product-item > div {
        display: inline-block;
        vertical-align: top;
    }

.order-summary-content .grid-product-item .item-picture {
    border-radius: 6px;
    width: 30%;
}

    .order-summary-content .grid-product-item .item-picture a {
        display: flex;
    }

    .order-summary-content .grid-product-item .item-picture img {
        border-radius: 6px;
        object-fit: cover;
        width: 100%;
        height: auto;
        max-width: 100px;
    }

.grid-product-item .item-details {
    /*margin-left: 25px;*/
    font-style: normal;
    font-weight: normal;
    color: #292929;
    width: 68%;
}

    .grid-product-item .item-details.full {
        width: 98%;
    }

    .grid-product-item .item-details .details-name {
        word-break: break-all;
    }

.grid-product-item .details-quantity {
    margin-top: 6px;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.grid-product-item .details-total {
    margin-top: 13px;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}

.checkout-page .cart-options {
    display: none;
}

.checkout-page .section {
    margin: 0 0 30px;
}

.checkout-page .cart-footer {
    margin: 0;
    border-bottom: 1px solid #AAAAAA;
}

.checkout-page .totals .total-info {
    padding: 0;
    border: 0;
}

.checkout-page .opc .step {
    padding: 20px 0;
    text-align: left;
}

.checkout-page .step.a-item {
    text-align: center;
}

.checkout-page .shipping-method .method-list,
.checkout-page .payment-method .method-list {
    text-align: left;
}

    .checkout-page .shipping-method .method-list li {
        background-color: #F5F5F5;
        width: 100%;
        line-height: 28px;
        padding: 0 0 0 20px;
    }

        .checkout-page .shipping-method .method-list li > div {
            display: inline-block;
        }

    .checkout-page .payment-method .method-list li {
        background-color: #F5F5F5;
        width: 48%;
        padding: 0 20px;
        display: inline-block;
        line-height: 28px;
    }

        .checkout-page .payment-method .method-list li:nth-child(2n+1) {
            margin-right: 1%;
        }

        .checkout-page .payment-method .method-list li:nth-child(2n+2) {
            margin-left: 1%;
        }

.checkout-page .payment-method .payment-logo {
    float: right;
}

    .checkout-page .payment-method .payment-logo img {
        max-height: 20px;
        display: inline-block;
        vertical-align: middle;
        max-width: 60px;
    }

.checkout-page .payment-method .payment-details {
    float: left;
}

    .checkout-page .payment-method .payment-details .payment-description {
        display: none;
    }

.checkout-page .shipping-method .method-description {
    margin: 0;
}

.checkout-page .button-1 {
    white-space: normal;
}

.checkout-page .checkout-collaterals .ui-accordion-header {
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: none;
    margin: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
}

.checkout-page .checkout-collaterals .ui-accordion-header-icon {
    margin: auto 0;
}

.checkout-page .checkout-collaterals .accordion {
    width: 100%;
    padding: 0;
    margin: 0;
}

.checkout-page .checkout-collaterals .vouchers-box {
    border: none;
    padding: 0;
}

.checkout-page .checkout-collaterals .deals {
    max-width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}

.checkout-page .checkout-collaterals .vouchers-box .title {
    display: none;
}
.checkout-page .checkout-collaterals .coupon-box .title {
    text-align: left;
}
.checkout-page .checkout-collaterals .hint,
.checkout-page .checkout-collaterals .coupon-box .title {
    font-size: 16px;
}


/******CART******/
.personalization-event-ticket .edit-pen {
    display: block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3E41. Pen%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='41.-Pen' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon id='Layer-1' stroke='%23222F3E' stroke-width='4' points='9.43577279 74.4761835 63.6215293 20.2284295 80.6411985 37.2675719 26.455442 91.5153259 3.23266063 97.7255355'%3E%3C/polygon%3E%3Cpolygon id='Layer-2' stroke='%23222F3E' stroke-width='4' points='27.1614106 90.8085496 3.23266063 97.7255355 3.27950099 97.6786415 10.1885818 73.7225132'%3E%3C/polygon%3E%3Cpolygon id='Layer-3' stroke='%23222F3E' stroke-width='4' points='71.0534635 12.7879919 88.0731327 29.8271344 81.1310988 36.7771112 64.1114296 19.7379687'%3E%3C/polygon%3E%3Cpath d='M77.5003079,6.33377129 C81.0608018,2.76920366 86.8343072,2.77000891 90.3936915,6.33346575 L94.5202823,10.464778 C98.0806076,14.0291769 98.073226,19.8155993 94.5199771,23.3729138 L88.0731327,29.8271344 L71.0534635,12.7879919 L77.5003079,6.33377129 L77.5003079,6.33377129 Z' id='Layer-4' stroke='%23222F3E' stroke-width='4'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 0 26px;
    margin-bottom: 6px;
    font-weight: bold;
    margin: 0 0 6px auto;
    text-align: left;
}

    .personalization-event-ticket .edit-pen:hover ~ * {
        text-shadow: 0px 0px 2px;
    }

.ticket-item {
    margin-bottom: 15px;
}

@media(min-width: 375px) {
    .checkout-page .cart-footer .totals {
        padding: 34px 30px 27px 30px;
    }
}

@media (min-width: 769px) {

    .checkout-page .payment-method .payment-details {
        padding: 10px 0;
        margin: 0;
    }
}

@media (min-width: 1367px) {
    .checkout-page .payment-method .method-list li,
    .checkout-page .shipping-method .method-list li {
        margin: 0 0 15px 0;
    }

    .checkout-page .checkout-steps .inputs label {
        width: 136px;
    }

    .checkout-page .checkout-steps .inputs input {
        height: 46px;
    }
}

@media (max-width: 1001px) {
    .checkout-page .checkout-steps {
        float: initial;
        width: 100%;
    }

    .checkout-page .checkout-order-summary,
    .checkout-collaterals {
        float: initial;
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }

    .checkout-page .payment-method .method-list li {
        width: 100%;
        margin-left: 0 !important;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 10px 0;
    }

    .checkout-data {
        display: flex;
        flex-direction: column;
    }

    .checkout-collaterals {
        order: 1;
        margin: 0 0 20px;
    }

    .checkout-steps {
        order: 2;
    }

    .checkout-order-summary {
        order: 3;
    }
}


.download-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M35.1,40.1c-0.3,0-0.5-0.1-0.7-0.3l-6.6-7c-0.6-0.6-0.1-1.6,0.7-1.6H32v-7.3c0-0.9,0.7-1.6,1.6-1.6h3.1 c0.9,0,1.6,0.7,1.6,1.6v7.3h3.4c0.8,0,1.2,1,0.7,1.6l-6.6,7C35.6,39.9,35.4,40.1,35.1,40.1z'/%3E%3Cpath class='st0' d='M20.1,45.9c0,1,1,1.8,2.2,1.8H48c1.2,0,2.2-0.8,2.2-1.8v-0.5c0-1-1-1.8-2.2-1.8H22.3c-1.2,0-2.2,0.8-2.2,1.8 C20.1,45.4,20.1,45.9,20.1,45.9z'/%3E%3C/svg%3E%0A");
}
.download-apple-icon {
    background-size: 70px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M34.8,47.7c-3.6,0-7.2,0-10.8,0c-2.7,0-4-1.3-4.1-4c0-5.8,0-11.7,0-17.5c0-2.6,1.3-3.9,3.9-3.9 c7.4,0,14.8,0,22.1,0c2.6,0,3.9,1.3,4,3.9c0,5.9,0,11.8,0,17.7c0,2.5-1.3,3.8-3.8,3.8C42.4,47.7,38.6,47.7,34.8,47.7z M35.1,33.8 c-1.3,0-2.6,0-3.8,0c-2.5,0-5,0-7.5,0c-1,0-1.5,0.6-1.5,1.6c0,1.1,0.9,0.7,1.4,0.7c1.3,0.1,2.6,0.1,3.8,0c1.8-0.1,3,0.7,3.9,2.2 c2,3.3,5,3.3,7,0c0.9-1.5,2.2-2.3,4-2.2c1.3,0,2.7,0,4,0c0.4,0,1.1,0.3,1.2-0.5c0.1-0.6,0-1.2-0.6-1.5c-0.4-0.2-1-0.2-1.5-0.2 C42.1,33.8,38.6,33.8,35.1,33.8z M35,26.9c3.8,0,7.7,0,11.5,0c0.4,0,1.1,0.3,1.2-0.6c0-0.7,0-1.3-0.8-1.6c-0.4-0.2-0.9-0.1-1.3-0.1 c-7.1,0-14.2,0-21.3,0c-0.3,0-0.5,0-0.8,0c-1,0.1-1.3,0.7-1.3,1.6c0,1.1,0.9,0.7,1.4,0.7C27.5,26.9,31.2,26.9,35,26.9z M34.9,31.5 c3.8,0,7.7,0,11.5,0c0.5,0,1.2,0.4,1.3-0.6c0-0.9-0.2-1.5-1.2-1.7c-0.4,0-0.8,0-1.2,0c-6.9,0-13.8,0-20.8,0c-0.4,0-0.8,0-1.2,0 c-1,0.1-1.2,0.8-1.2,1.7c0,1,0.8,0.6,1.3,0.6C27.3,31.5,31.1,31.5,34.9,31.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.download-google-icon {
    background-size: 70px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M40.1,50.1c-0.5-7.5-3.5-15.7-9.3-24.8h7c3.9,5.4,8.7,14,9.7,24.8H40.1z M48.1,47.8C47.3,41.9,45.2,36,42,30.3 c-0.3-3.4-0.9-6.7-1.8-10c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h6c0.4,0,0.7,0.3,0.8,0.6c1.4,5,2.1,9.9,2.1,14.5 C49.6,39.2,49,43.8,48.1,47.8z M26.8,44.6c-1.4-5-3.6-9.2-6.3-12.7c-0.1-0.1-0.1-0.3,0-0.3c0-0.1,0.2-0.2,0.3-0.2h6.4 c0.3,0,0.6,0.1,0.7,0.4c2.6,3.5,4.2,7.4,5.5,12.9H26.8z M34.1,43.3c-0.9-3.5-1.8-6.5-3.7-9.5c0.3-1.7,0.3-3.4,0.2-5.2 c0-0.6,0-1.2,0-1.8c2.2,3.7,4,7.1,5.4,10.4C35.5,39.3,34.8,41.3,34.1,43.3z'/%3E%3C/svg%3E%0A");
}
.order-completed span.dropdown-item.with-icon {
    height: 46px;
    padding: 11px !important;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 46px;
    background-color: #FF6600;
}
.order-completed .table-wrapper {
    overflow-x: initial;
}
.customercardmanagement-icon {
    background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 768 768'%3E%3Ctitle%3E%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23fff' d='M607.5 448.5v-64.5h-96v-96h-63v96h-96v64.5h96v96h63v-96h96zM640.5 192q27 0 45 18.75t18 45.75v319.5q0 27-18 45.75t-45 18.75h-513q-27 0-45-18.75t-18-45.75v-384q0-27 18-45.75t45-18.75h192l64.5 64.5h256.5z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-size: 37px;
}
.order-completed a.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-completed .dropdown-content {
    min-width: 300px;
}
.order-completed span.item-text {
    white-space: initial;
}