.package-container {
    background-color: #EDEFFE;
}

.vouchers-wrap {
    background-color: #EDEFFE;
    padding-bottom: 100px;
}

.voucher-intro {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 100px 0 50px;
}

.voucher-header {
    height: 200px;
    margin-bottom: 30px;
}

.voucher-header > div {
    float: left;
    width: 50%;
    height: 100%;
}

.voucher-header > .voucher-title {
    background-color: #EDEFFE;
    padding: 0 40px;
}

.voucher-header > .voucher-balance {
    background-color: #353749;
    text-align: center;
    font-family: Montserrat-Bold, sans-serif;
}

.voucher-header > .voucher-balance > .credit-title {
    color: #EDEFFE;
    margin-top: 40px;
}

.voucher-header > .voucher-balance > .credit-title > h2 {
    font-size: 36px;
    margin: 0;
    color: #edeffe;
}

.voucher-header > .voucher-balance > .credit {
    color: #F44E50;
    font-size: 70px;
    line-height: 1;
}

.vouchers-table-container {
    padding-bottom: 40px;
}

.vouchers-table-container table {
    width: 100%;
}

.vouchers-table-container .voucher-content-head {
    table-layout: fixed;
}

.vouchers-table-container .table-header {
    background-color: #353749;
    cursor: pointer;
}

.vouchers-table-container .table-header td {
    height: auto;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.vouchers-table-container .voucher {
    margin-bottom: 10px;
}

.vouchers-table-container .goopi-point {
    font-size: 18px;
    font-family: Montserrat-Bold, sans-serif;
    color: #F44E50;
    text-align: center;
    width: 240px;
}

.vouchers-table-container .mobile-goopi-point {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #F44E50;
}

.vouchers-table-container .days-left-separator {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
}

.vouchers-table-container .days-left-text {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.vouchers-table-container .voucher .accordion-icon {
    text-align: center;
    width: 70px;
    border-top-left-radius: 2px;
}

.vouchers-table-container .voucher .table-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.vouchers-table-container .name {
    color: #E6E9FB;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

.vouchers-table-container .voucher .availability {
    color: #E6E9FB;
    width: 300px;
    text-align: left;
    border-top-right-radius: 2px;
    padding-left: 45px;
}

.vouchers-table-container .voucher.open .availability {
    border-bottom-right-radius: 0;
}

.vouchers-table-container .voucher .availability > .available {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.vouchers-table-container .voucher .availability > .days-left,
.vouchers-table-container .mobile-day-left > .days-left {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    color: #F44E50;
}

.vouchers-table-container .voucher .availability > .days-left-text,
.vouchers-table-container .mobile-day-left > .days-left-text {
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.vouchers-table-container .accordion-icon .minus,
.vouchers-table-container .accordion-icon .plus {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.vouchers-table-container .accordion-icon img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.vouchers-table-container .accordion-icon .minus img {
    top: -10px;
}

.vouchers-table-container .accordion-icon .plus img {
    top: -10px;
}

.vouchers-table-container .voucher-content td {
    background-color: #E6E9FB;
}

.vouchers-table-container .voucher:not(.open) .voucher-content td {
    vertical-align: middle;
}

.vouchers-table-container  .voucher.open .voucher-content td {
    vertical-align: top;
}

.vouchers-table-container .voucher-content td.profile {
    width: 200px;
    padding: 20px;
    text-align: center;
    border-bottom-left-radius: 2px;
}

.vouchers-table-container .voucher-content td.profile img {
    max-width: 100%;
    max-height: 80px;
}

.vouchers-table-container .voucher-content {
    margin-top: 0;
}

.vouchers-table-container .voucher .voucher-content {
    table-layout: fixed;
}

.vouchers-table-container .information {
    height: 100px;
    padding: 20px;
}

.vouchers-table-container .information .title {
    font-size: 18px;
    font-family: Montserrat-Bold, sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.vouchers-table-container .information .description {
    font-family: Montserrat-Bold, sans-serif;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 16px;
}
.vouchers-table-container .information .description > span {
    cursor: pointer;
}

.vouchers-table-container .more-text-button {
    background-color: #353749;
    font-size: 14px;
    color: #edeffe;
    text-transform: uppercase;
    border: 0;
    padding: 10px 25px;
}

.vouchers-table-container .more-text-button > .plus > img,
.vouchers-table-container .more-text-button > .minus > img {
    margin-top: -2px;
    margin-right: 5px;
    width: 21px;
    height: 21px;
}

.vouchers-table-container .voucher .minus {
    display: none;
}

.vouchers-table-container .voucher.open .minus {
    display: block;
}

.vouchers-table-container .voucher.open .plus {
    display: none;
}

.vouchers-table-container .voucher .buy-voucher {
    width: 200px;
    padding: 26px;
    vertical-align: top;
    border-bottom-right-radius: 2px;
}

.vouchers-table-container .buy-voucher > form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.vouchers-table-container .buy-voucher .form-group {
    margin-bottom: 0;
}

.vouchers-table-container .more-information {
    text-align: left;
    overflow: hidden;
    display: none;
}

.vouchers-table-container .voucher.open .more-information {
    display: block;
}

.vouchers-table-container .voucher.open .more-information img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.vouchers-table-container .more-information div {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
}

.vouchers-table-container .mobile-only-information {
    display: none;
    margin-bottom: 10px;
    overflow: auto;
}

.vouchers-table-container .goopi-button .mobile {
    display: none;
}

.voucher-button-mobile-container {
    display: none;
    padding: 20px 0 30px;
    text-align: center;
}

.vouchers-table-container .no-mobile.days-left {
    font-size: 16px;
}

@media (max-width: 919px) {
    .vouchers-table-container .voucher-content-head {
        table-layout: auto;
    }

    .vouchers-table-container .voucher .availability {
        text-align: right;
        padding-left: 20px;
        padding-right: 10px;
        width: 1%;
        white-space: nowrap;
    }

    .vouchers-table-container .goopi-point {
        width: 1%;
        white-space: nowrap;
        text-align: right;
        padding-left: 20px;
    }

    .vouchers-table-container .voucher-content td.profile {
        width: 100px;
    }

    .vouchers-table-container .voucher .buy-voucher {
        width: 120px;
        padding: 26px 0;
    }

    .vouchers-table-container .table-header td.goopi-point {
        padding-right: 10px;
    }
}

@media (max-width: 719px) {
    .vouchers-table-container .voucher .availability,
    .vouchers-table-container .goopi-point,
    .vouchers-table-container .goopi-button span {
        display: none;
    }

    .vouchers-table-container .table-header td.name {
        border-top-right-radius: 2px;
        padding-right: 10px;
    }

    .vouchers-table-container .voucher .buy-voucher {
        width: 60px;
    }

    .vouchers-table-container .goopi-button.popup {
        padding: 10px 14px;
    }

    .vouchers-table-container .no-mobile.days-left {
        display: none;
    }

    .vouchers-table-container .mobile-only-information > .mobile-only-separator,
    .vouchers-table-container .voucher-button-mobile-container .goopi-button i.mobile,
    .vouchers-table-container .voucher .buy-voucher {
        display: none;
    }

    .voucher-button-mobile-container,
    .voucher-button-mobile-container .goopi-button span {
        display: block;
    }

    .vouchers-table-container .mobile-only-information > .mobile-day-left,
    .vouchers-table-container .mobile-only-information > .mobile-only-separator {
        float: none;
    }

    .vouchers-table-container .more-information p {
        margin: 5px 0;
    }

    .vouchers-table-container .information {
        height: 76px;
        padding: 10px 10px;
    }

    .vouchers-table-container .information .description {
        margin-bottom: 0;
    }

    .vouchers-table-container .voucher-button-mobile-container .goopi-button.popup {
        padding: 10px 22px;
    }

    .vouchers-table-container .mobile-only-information {
        display: block;
    }
}
