﻿.package-item-details.active {
    display: block;
}

.package-item-details.inactive {
    display: none;
}

.ticket-quantity {
    width: 35px;
    height: 30px !important;
    vertical-align: top !important;
    text-align: center;
}

.quantity-button {
    height: 30px !important;
    padding: 0 12px !important;
}

    .quantity-button.event-ticket-remove:before, .quantity-button.event-ticket-add:before {
        display: none;
    }

.package-product-item {
    padding: 12px;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #afacac;
    margin-bottom: 20px;
}

    .package-product-item:last-child {
        border-bottom: 1px solid #afacac;
    }


#package-items {
    min-height: 100px;
    font-size: 13px;
    border-color: #f6f6f6;
    border-radius: 0;
    color: #444;
    padding: 30px 20px;
    height: 100%;
}

    #package-items li {
        min-width: 0px;
    }

        #package-items li a {
            padding: 5px 12px !important;
        }

    #package-items td .cardmanagement-button {
        padding: 4px 8px;
    }

    #package-items .mini-cart {
        margin-top: 4em;
        font-size: 1.1em;
    }

        #package-items .mini-cart .mini-cart-footer {
            margin: 1.5em 0;
            text-align: right;
            font-weight: bolder;
        }

        #package-items .mini-cart .shoppingcart-btn-wrap {
            text-align: right;
        }

    #package-items .mini-cart-item {
        border-bottom: 1px solid #ddd;
    }

.quantity-info {
    position: absolute;
    top: 5px;
    right: 0;
}

.package-item-line {
    max-width: 70%;
    font-size: 1.2em;
}

.package-item-boarding-address {
    margin-top: 10px;
    background-color: #EFEFEF;
}

.package-item-details .fieldset {
    margin-bottom: 0;
}

.package-item-details .inputs label {
    width: 25%;
}

.package-item-details .inputs input {
    max-width: 70%
}

@media all and (max-width: 1320px) {
    .package-item-line {
        max-width: 75%;
    }
}

@media all and (max-width: 1000px) {
    .package-item-line {
        max-width: 88%;
    }
}


@media all and (max-width: 980px) {
    .quantity-info {
        display: block;
        position: relative !important;
        text-align: center;
    }

    .package-item-line {
        max-width: 100%;
    }
}

.package-total {
    font-weight: bold;
}

.package-add-to-cart {
    text-align: right;
}

.package-item-navigation {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
}

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);
}

.package-boarding-confirm-wrapper {
    text-align: center;
    padding-bottom: 20px;
}
