.page-main {
    max-width: 100% !important;
    padding: 0 !important;
}
.btn {
    background-color: #95ac0e;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: GravurBold;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 16px;
}

.sections.nav-sections {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99 !important;
}

.product.media .bx-wrapper {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}
.bx-controls a {
    background: #fff !important;
}
.product-gallery {
    height: 367px;
    overflow: hidden;
}
.product-gallery .product-galley-item {
    height: 367px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 760px;
    /* width: 100%; */
}

.catalog-product-view header.modal-header {
    padding: 0.5rem 1rem;
    border-color: #aaa;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom: 1px solid #dee2e6;
    height: auto;
}
.catalog-product-view .modal-inner-wrap {
    background: #e6ecee;
}
.catalog-product-view header.modal-header h1 {
    border-bottom: none;
    padding-bottom: 0;
}
.catalog-product-view .action-close {
    padding: 5px;
}
.catalog-product-view .modal-content {
    background: #e6ecee;
    padding: 0;
}


.tickets-summary .summary {
    display: flex;
}
.tickets-summary .summary > div {
    display: flex;
    margin-right: 15px;
}
.tickets-summary .summary .title-sum {
    display: none;
}
.tickets-summary .summary .summary-header::before {
    display: inline-block;
    background-image: url('../img/ic-ticket.png');
    margin-right: 7px;
    content: '';
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.tickets-footer .box-tocart button {
    width: 100%;
    background-color: #95ac0e;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: GravurBold;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 16px;
    border: none;
}
.tickets-footer .box-tocart button:hover {
    background-color: #95ac0e;
    color: #212529;
    border: none;
}
.tickets-footer .box-tocart .fieldset {
    margin-bottom: 0 !important;
}

.plan-route-links {
    display: flex;
    padding: 15px 0;
}
.plan-route-links > a {
    /* display: inline-block; */
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s background ease-in;
    margin-right: 5px;
}
.plan-route-links > a:hover {
    background: #90909022;
}


.modal-inner-wrap {
    border-radius: 10px !important;
    width: 50% !important;
}
@media screen and (max-width: 767px) {
    .modal-popup.modal-slide {
        left: 0;
        padding: 0 40px;
    }
    .modal-inner-wrap {
        margin: 5rem auto !important;
        height: auto !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 480px) {
    .aw-et__view-options-container .sectors .tickets-type .tickets-type-item .tickets-type-item-content {
        flex-direction: column;
    }
    .aw-et__view-options-container .sectors .tickets-type .tickets-type-item .tickets-type-item-content > div {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .tickets-type-item-content .item-content-ticket .name {
        margin-right: 10px !important;
    }
}
.modal-header {
    padding: 1.5rem !important;
}

.modal-body {
    padding: 1.5rem !important;
}
.modal-header h1 {
    font-size: 18px !important;
    line-height: 18px !important;
}

.aw-et__view-options-container .sectors {
    padding-bottom: 0;
}
.aw-et__view-options-container .sectors > div {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.aw-et__view-options-container .sectors .sector {
    border-bottom: none;
}

.aw-et__view-options-container .sectors .header-sector-tickets {
    padding: 0;
}
.aw-et__view-options-container .sectors .header-sector-tickets .sector-storefront-description .name {
    color: #000;
}
.aw-et__view-options-container .sectors .tickets-type {
    display: block !important;
    padding-left: 0 !important;
}
.aw-et__view-options-container .sectors .tickets-type .qty-inp-block {
    margin: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #909090;
    width: auto;
}
.aw-et__view-options-container .sectors .tickets-type .tickets-type-item .tickets-type-item-content {
    align-items: center;
}
.aw-et__view-options-container .sectors .tickets-type .qty-inp-block .button-qty {
    background: #909090;
    width: 30px;
    height: 30px;
    padding: 8px !important;
    border-radius: 0 !important;
}

.aw-et__view-options-container .sectors .tickets-type .qty-inp-block .button-qty:hover {
    background-color: #909090;
}
.aw-et__view-options-container .sectors .tickets-type .qty-inp-block .button-qty::after {
    color: #fff;
    content: '';
    display: block;
    border-top: 2px solid #fff;
    margin-right: 10px;
    position: relative;
    left: 0px !important;
    bottom: 0 !important;
    width: 14px !important;
    height: auto !important;
    background-image: none !important;
    top: auto !important;
}

.aw-et__view-options-container .sectors .tickets-type .tickets-type-item .tickets-type-item-content .item-content-ticket .unit-price-ticket {
    padding-top: 10px;
}

.aw-et__view-options-container .sectors .tickets-type .qty-inp-block .button-qty.increase::before {
    content: '';
    width: 2px;
    height: 14px;
    background: #fff;
    top: 8px;
    left: 14px;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .product-gallery {
        width: 100%;
    }
    .product-gallery .product-galley-item {
        width: 100%;
    }
}