header .main-menu li a .fas {
    margin-left: initial;
    margin-right: 5px;
}

header .main-menu ol li a:link, header .main-menu ol li a:visited, header .main-menu ol li a:active {
    text-align: initial;
}

#shopping_cart h2 {
    text-align: right;
}

.performance-resume h2,
.performance-resume p {
    text-align: right;
}

.final_price label {
    width: 20px;
    height: 20px;
    border: 1px solid #ABABAB;
    right: initial;
    left: 0;
    top: 13px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tickets_row_container .keyboard .btn_qty.less {
    margin-right: initial;
    margin-left: 15px;
}

.tickets_row_container .keyboard .btn_qty.plus {
    margin-right: 15px;
    margin-left: initial;
}

#shopping_cart .product_row p {
    margin: 7px 0 7px 15px;
    text-transform: uppercase;
}

#shopping_cart .product_row p:first-of-type {
    font-weight: 600;
    border-right: none;
    border-left: 1px solid #270015;
    padding-right: initial;
    padding-left: 15px;
}

#shopping_cart .subtotal_details_row .col:last-of-type {
    text-align: left;
}

#shopping_cart .seat p.zone_details {
    font-weight: 600;
    border-right: initial;
    border-left: 1px solid #000;
    padding-right: initial;
    padding-left: 15px;
    margin-right: initial;
    margin-left: 15px;
}

.shopping-cart form.coupon button {
    border-left: initial;
    border-right: 1px solid #AFAFAF;
}

.cart_resume_seats .prodrow .price-gross span {
    display: inline-block;
}

.cart_resume_seats {
    position: absolute;
    bottom: 80px;
}

#view_3D_zoom_container.active {
    position: absolute;
    z-index: 99;
    animation: translateZoomView 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.back {
    left: inherit;
}

.back.on {
    animation: slide_in_right 1.5s forwards;
}

footer .sponsors .col img {
    margin-right: 0px;
    margin-left: 80px;
}

footer .socials div {
    padding: 0 0 0 30px;
    cursor: pointer;
}

.map_popover {
    position: absolute;
    left: 0;
}

.map_zoom .button:last-of-type {
    border-radius: 100px 0px 0px 100px;
    border-right: 1px solid #c4c4c4;
    border-left: none;
}

.map_zoom .button:first-of-type {
    border-radius: 0px 100px 100px 0px;
}

.filter-wrapper {
    .filter_widget_btn.margin {
        margin-left: .5rem;
        margin-right: 0;
    }

    .close-filter-btn {
        margin-left: 1rem;
        margin-right: 0;
    }
}

.filter_section_header.margin {
    margin-left : 1rem;
    margin-right: auto;
}

.popup .close {
    right: auto;
    left: 30px;
}

@keyframes slide_in_right {
    0% {
        z-index: -1;
        right: -1500px;
    }
    100% {
        z-index: 1;
        right: 200px;
    }
}

@keyframes translateZoomView {
    0% {
        z-index: -1;
        right: -100px;
    }
    100% {
        z-index: 1;
        right: 0px;
    }
}

.seatmap_popover{
    text-align: right;
}

@media only screen
and (max-device-width: 800px)
and (min-device-width: 320px)
and (orientation: portrait), only screen
and (-webkit-min-device-pixel-ratio: 2)
and (max-device-width: 1024px)
and (min-device-width: 1024px)
and (orientation: portrait), only screen
and (max-aspect-ratio: 13/9)
and (orientation: portrait) {
    header .burger, header .burger:focus {
        right: initial;
        left: 15px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header .header-cart span {
        margin-top: -18px;
        margin-left: inherit;
        margin-right: -10px;
    }

    .iscroll-wrapper .bordered .radio_toggler label span.final_price:after {
        right: inherit;
        left: 4px;
    }

}