#products-view {
    display: none;
}

#bundles-container {
    display: flex;
}

#products-container {
    position: relative;
    margin: 24px;
    width: 580px;
}

.link-button {
    color: var(--main-text-color);
    cursor: pointer;
}

#bundle-templates-container {
    position: relative;
    min-width: 806px;
}

.product-selection-header {
    font-size: 16px;
    font-weight: 600;
    margin: 24px;
}

#bundle-templates {
    overflow: hidden;
}

.pb-cont-wizard {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    min-height: 520px;
}

.pb-cont-wizard.error {
    border-color: rgb(174, 0, 0);
}

.pb-cont-head {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #E0E0E0;
    padding: 16px 24px;
    display: flex;
}

.subscription-type-radio-button {
    margin: 0 26px 0 0 !important;
}

.pb-cont-body {
    padding: 0 24px;
}

.pb-item-cont {
    width: 258px;
    min-width: 258px;
    height: 360px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin-right: 14px;
    margin-bottom: 1px;
}

#billing-preview {
    margin-bottom: 24px;
}

.pb-item-header {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    background: #F7FAFD;
    padding: 13px;
}

.pb-item-header div {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.pb-pr-base-text {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.pb-pr-base-price-cr {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-decoration-line: line-through;
    margin-right: 8px;
    text-decoration-thickness: 1px;
}

.pb-pr-total-price {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-left: 8px;
    margin-right: 3px;
}

.pb-pr-pay-period {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-left: 3px;
}

.pb-pr-trial-label {
    font-size: 12px;
}

.pb-item-body {
    height: 190px;
    display: flex;
    flex-flow: column;
    justify-content: start;
    font-size: 14px;
    font-weight: normal;
    padding: 16px 16px 8px 16px;
    overflow-y: auto;
}

.pb-item-body div {
    overflow-y: auto;
}

.pb-own-item-body {
    height: 190px;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    font-weight: normal;
    color: #EDF1F4;
}

.pb-own-item-body span {
    font-size: 60px;
    user-select: none;
    margin-bottom: 14px;
}

.product-row {
    padding-left: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.pb-item-body div div span {
    vertical-align: bottom;
    margin-left: 10px;
}

.pb-item-footer {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 0px 16px 16px 16px;
}

.pb-item-btn {
    height: 40px; !important;
    width: 100%;
    margin: 0px; !important;
}

.bundles-pagination-button {
    display: none;
    position: absolute;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: #EBEBEB;
    color: #0045B9;
    top: calc(50% - 23px);
}

.bundles-pagination-button .bundles-pagination-button-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.bundles-pagination-button:hover {
    background-color: #E3E3E3;
    cursor: pointer;
}

.bundles-pagination-button span {
    font-size: 38px !important;
}

.bundles-pagination-button.pagination-left {
    left: -23px;
}

.bundles-pagination-button.pagination-right {
    right: -23px;
}

#bundles-pagination-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

#bundles-pagination-indicator .page-indicator {
    height: 8px;
    width: 8px;
    border-style: solid;
    border-radius: 50%;
    border-width: 1px;
    border-color: #C7C7C7;
    margin-right: 5px;
}

#products-container .pb-cont-wizard {
    min-height: auto;
}

#products-container .pb-cont-head {
    font-size: 14px;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 24px;
    display: flex;
}

#products-container .cell {
    display: flex;
    align-items: center;
}

#products-container .product-col {
    font-size: 14px;
    font-weight: 600;
    width: 335px;
}

#products-container .price-col {
    justify-content: flex-end;
    width: 136px;
}

#products-container .free-trial-col {
    justify-content: flex-end;
    width: 144px;
}

#products-container .pb-cont-head .product-col {
    font-size: 16px;
    width: 335px;
}

#products-list {
    height: 329px;
    font-size: 14px;
    padding: 8px 16px;
    overflow-y: auto;
}

#products-list .product-item {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0;
}

#products-list .product-item.disabled {
    color: #C7C7C7;
}

#products-list .product-item .product-details {
    font-weight: normal;
    font-size: 12px;
}

#own-bundle-container {
    margin-left: 16px;
}
.secondary-label {
    color: #767676;
    font-size: 12px;
}