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

header .secondary-menu span.welcome {
    margin-left: 5px;
    margin-right: -6px;
}

.breadcrumbs p span.num {
    margin-right: 0px;
    margin-left: 7px;
}

.breadcrumbs p.active span.x-svg {
    width: 20px;
    fill: #65c8c7;
    margin: 0 7px 0 0;
}

.breadcrumbs p.active span.section {
    display: block;
    margin: 0 5px 0 0;
}

.right_panel_container {
    border-left: none;
    border-right: 1px solid #d5d5d5;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px dotted rgba(0, 0, 0, .125);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background: none;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px dotted rgba(0, 0, 0, .125);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 {
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.card-header p {
    margin: 0;
    font-size: .8em;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header p span {
    font-weight: 400;
    padding: 0 5px;
}

.card-header h2 .far, .card-header h2 .fas {
    margin-right: 0px;
    margin-left: 7px;
}

.tickets_row_container .ticket_name {
    padding-right: 15px;
    padding-left: 0;
}

.legend_box div {
    margin-right: initial;
    margin-left: 7px;
}

.cart-content-scrollable .performance_details i {
    margin-right: 0px;
    margin-left: 5px;
}

label {
    display: flex;
    left: inherit;
    right: 5px;
    padding-left: inherit;
    padding-right: 15px;
}

.login_panel input[type=password] {
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login_panel input[type=text] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.login_panel form .form-control {
    width: 100% !important;
    margin-right: inherit;
    margin-left: 15px;
}

select,
option,
.form-control {
    border: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 1.7rem 1rem .75rem 1rem;
    height: auto;
    background-color: #fff !important;
    font-size: .9em;
    color: #495057;
    border-radius: 3px;
}

.promo_add .btn {
    left: 0;
    right: inherit;
}

.confirmation .thanks .far {
    margin-right: inherit;
    margin-left: 15px;
}

.user-header h2 span {
    color: #000;
    margin-left: inherit;
    margin-right: 7px;
}

.user-header div.pic {
    margin-left: inherit;
    margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #65c8c7;
    border-color: transparent;
    font-weight: 600;
    border-bottom: 2px solid #65c8c7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .4);
}

.reservation_row {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #d5d5d5;
}

.btn-membership {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) , only screen
and (max-aspect-ratio: 13/9) {
    .user-header {
        display: block;
    }

    .user-header h2 {
        margin: 0 0 15px 0;
        display: flex;
        justify-content: flex-start;
    }

    .user-header div:not(.pic) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .user-tabs-menu {
        display: block;
    }

    .form-row {
        display: block;
    }

    .row.dates_filters {
        margin: 0 15px;
    }

    .row.dates_filters h3 {
        margin: 0 0 15px 0 !important;
    }

    .dates_panel .col span:first-of-type {
        min-width: 50px;
    }

    .product_row {
        padding-bottom: 7px !important;
        margin-bottom: 15px !important;
    }

    .product_row p.price span {
        position: initial !important;
        margin: 0 5px;
    }

    .order_container .pdf_panel {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .order_body h3 p {
        display: inline-grid;
        align-items: center;
    }

    .cart-toggler {
        position: absolute;
        top: 7px;
        right: initial;
        left: 15px;
    }
}