/*collapse*/
/*.wrap-collabsible {
    margin-bottom: 1.2rem 0 !important;
}

input[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;
    font-size: 1.2rem;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.25s ease-out;
    border-radius: 0;
    color: #444;
    font-size: 14px;
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 350px;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: rgba(250, 224, 66, .2);
    border-bottom: 1px solid rgba(250, 224, 66, .45);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}*/

/*collapse*/


.ui-accordion-header {
    background: #f6f6f6;
    border-radius: 0;
    color: #444;
    font-size: 14px;
    border: 1px solid #f6f6f6;
}

.ui-accordion-header-icon {
    left: inherit !important;
    right: .5em;
    left: inherit;
}

.ui-accordion-content {
    /*border: none;*/
    font-size: 13px;
    border-color: #f6f6f6;
    border-radius: 0;
    color: #444;
    padding: 30px 20px !important;
    height: 100% !important;
}

.quantity-button {
    height: 30px !important;
    padding: 0 12px !important;
}

    .quantity-button.event-ticket-remove:before, .quantity-button.event-ticket-add:before {
        display: none;
    }

.ticket-quantity {
    width: 35px;
    height: 30px !important;
    vertical-align: top !important;
    text-align: center;
}

.quantity-info {
    position: absolute;
    top: 5px;
    right: 0;
}

.event-ticket-item {
    padding: 12px;
    vertical-align: middle;
    position: relative;
    border-top: 1px solid #afacac;
}

    .event-ticket-item:last-child {
        border-bottom: 1px solid #afacac;
    }

.disabled-content {
    pointer-events: none;
    opacity: 0.4;
}

.event-ticket-line {
    max-width: 78%;
}

/*.event-ticket-item span {
    max-width: 80%;
    display: inline-block;
}*/

.ticket-content {
    position: relative;
}

.event-list {
    list-style: inherit;
}

/**/

.cs-accordion-header {
    padding-left: 2.2em;
    background: #f6f6f6;
    border-radius: 0;
    color: #444;
    font-size: 14px;
    border: 1px solid #f6f6f6;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-weight: 500;
}

.cs-accordion-header-icon {
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -8px;
}

.cs-accordion-content {
    min-height: 100px;
    font-size: 13px;
    border-color: #f6f6f6;
    border-radius: 0;
    color: #444;
    padding: 30px 20px;
    height: 100%;
    /* border: 1px solid #f6f6f6;*/
}

.product-event-ticket-total {
    font-weight: bold;
}

.event-ticket-add-to-cart {
    text-align: right;
}

.not-found {
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

#product-events {
    min-height: 150px;
}

.withount-discounted-price {
    color: #bbb;
    text-decoration: line-through;
}

i.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.event-ticket-navigation {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.category-tab-content {
    position: relative;
    padding-top: 20px !important;
}

    .category-tab-content .ajax-loading-block-window {
        position: relative !important;
        background-color: transparent;
        min-height: 70px;
    }

.ticket-content .ui-tabs-nav li {
    min-width: 0px;
}

    .ticket-content .ui-tabs-nav li a {
        padding: 5px 12px !important;
    }

.event-ticket-attributes {
    margin-left: 10px;
}

@media all and (max-width: 1320px) {
    .event-ticket-line {
        max-width: 75%;
    }
}

@media all and (max-width: 1000px) {
    .event-ticket-line {
        max-width: 88%;
    }
}


@media all and (max-width: 980px) {
    .quantity-info {
        display: block;
        position: relative !important;
        text-align: center;
    }
    .event-ticket-line {
        max-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .item-without-left-padding {
    }

    .image-align {
        /*            align-items: baseline;*/
        display: block;
    }

    .description-row .book-align {
        display: inline-grid;
    }

    .add-mobile-margin {
        margin-right: 20%;
        width: 100%;
    }

    .price-cart {
        width: 100%;
        margin-top: 10%;
        display: flex;
        align-items: baseline;
        margin-right: auto;
    }

    .total-sum-block {
        margin-left: 25px;
        width: 100px;
        display: flex;
    }

    .scaleble-mobile {
        transform: scale(0.9);
    }

    .image-size {
        width: 100%;
        display: block;
    }

    .main-block-size {
        width: 100%;
    }

    .mobile-text-row {
        /*        width: 150px;*/
    }

    .mobile-align-text-content-row {
        justify-content: space-between;
    }

    .event-ticket-item {
        transform: scale(0.9);
        margin-right: 0%;
    }

    .price-per-event {
        margin-left: 3%;
    }
}

@media screen and (max-width: 600px) {
    .column-left-20 {
        float: left;
        width: 40%;
    }

    .column-right-80 {
        float: left;
        width: 60%;
    }
}

@media all and (max-width: 480px) {
    .cs-accordion-header {
        padding: 0.5em 2em 0.5em 0.5em;
    }
}

@media all and (max-width: 360px) {
    .event-ticket-item {
        transform: scale(0.9);
        margin-right: 10%;
    }

    .quantity-info {
        margin-right: 5%;
    }

    .item-without-left-padding {
        margin-right: 30%;
    }
}

.event-date,
.event-time{
    font-weight: bold;
    font-size: 1.1em;
    color: #ff0000;
}

.et-max-quantity {
    background-color: grey !important;
}

.column-left-20 {
    float: left;
    width: 20%;
}

.column-right-80 {
    float: left;
    width: 80%;
}

.row-event-100:after {
    content: "";
    display: table;
    clear: both;
}


.total_sum {
    padding-top: 2px;
}

.total-sum-block {
    margin-left: 10px;
    margin-bottom: 10px;
}

.description-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.price-cart {
    width: 20%;
    margin-bottom: 20%;
    margin-left: 3%;
}

.image-size {
    display: flex;
    width: 20%;
    margin-right: 10px;
}

.main-block-size {
    width: 80%;
}

.add-mobile-margin {
    width: 80%;
}

.event-ticket-item {
    border-top: hidden;
}

.mobile-text-row {
    text-align: left;
    max-width: 60%;
}

.mobile-align-text-content-row {
    justify-content: start;
}

.item-without-left-padding {
    padding-left: 0px;
}

.item-calendar-header {
    text-align: left;
}

.cs-accordion-header {
    text-align: left;
}

.text-description-align {
    text-align: left;
}

.et-sold-out div,
.event-sold-out {
    text-decoration: line-through;
}

div.et-sold-out-text {
    text-decoration: none;
}


