﻿@media only screen and (max-width: 500px) {
    .optionKit_item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optionKit_item_title span {
        font-size: 12pt !important;
    }

    .optionKit_item_title span_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .optionKit_item_content {
        margin-left: 0 !important;
        margin-top: 8px !important;
        padding-right: 0 !important;
    }

    .optionKit_item img {
        margin-top: 1em;
        width: 100% !important;
    }

    .optionKit_item_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        margin-top: 0 !important;
    }

    .modal-area-KitSelect .button--closed-small {
        top: 30px;
        width: 30px;
        height: 30px;
    }

    .starter-pack .price-table .price {
        white-space: nowrap;
    }

    .starter-pack .price-table .price-label {
        font-size: 11pt !important;
    }

        .starter-pack .price-table .price-label span {
            font-size: 10pt;
        }

    .starter-pack .price-table th,
    .starter-pack .price-table td {
        font-size: revert !important;
    }

        .starter-pack .price-table th:first-child,
        .starter-pack .price-table td:first-child {
            padding: 0.75rem !important;
        }

    .starter-pack .card {
        margin: 1em !important;
    }

    .starter-pack .card-body {
        padding: 1.25rem !important;
    }

    .starter-pack_footer {
        padding: 1em !important;
    }

    .starter-pack .ribbon {
        font-size: 15px !important;
    }

    .starter-pack .breakdown {
        right: 1em !important;
    }

    .optionKit {
        padding: 20px 0px !important;
    }

    .modal-area-KitSelect .modalButton__wrap {
        padding: 1em 1em !important;
    }

        .modal-area-KitSelect .modalButton__wrap button:first-child {
            margin-left: 0 !important;
        }

        .modal-area-KitSelect .modalButton__wrap button:last-child {
            margin-right: 0 !important;
        }

    .modal-area-KitSelect .modalWindow__subtitle {
        padding-bottom: initial !important;
    }

    .sm-break {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.modal-area-KitSelect {
    background-color: #f0f0f0;
}

    .modal-area-KitSelect .modalWindow__inner {
        padding: 0 !important;
    }

    .modal-area-KitSelect .modalWindow__inner_header {
        background-color: white;
    }

    .modal-area-KitSelect .modalWindow__title {
        padding-top: 2em;
    }

    .modal-area-KitSelect .modalWindow__subtitle {
        text-align: center;
        font-size: 15px;
        padding: 0 1em;
        padding-bottom: 1em;
    }

    .modal-area-KitSelect .button--closed-small {
        top: 20px;
    }

    .modal-area-KitSelect .modalButton__wrap {
        padding-top: 2em;
        background-color: white;
    }

.optionKit {
    padding: 25px 20px 0;
    padding-top: 0;
    background-color: white;
}

.optionKit_item {
    margin: 1em 0;
    margin-bottom: 0;
    padding: 1em;
    border-collapse: collapse;
}

    .optionKit_item:first-child {
        margin-top: 0 !important;
    }

.optionKit_item_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1em;
}

.optionKit_item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1/10;
}

    .optionKit_item_title span {
        font-size: 14pt;
    }

        .optionKit_item_title span:last-child {
            font-size: 11pt !important;
        }

.optionKit_item_title_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.optionKit_item_content {
    margin-left: 2em;
    padding-right: 1em;
    font-size: 14px !important;
    width: -webkit-fill-available;
}

    .optionKit_item_content li {
        margin-bottom: 0.5em;
    }

    .optionKit_item_content p {
        margin-bottom: 0.5em !important;
    }

.optionKit_item img {
    position: relative;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 99;
    grid-row: 1/100;
    height: auto;
    width: 240px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.optionKit .round_num {
    background-color: #0066bb;
    margin-right: 1em;
    border-radius: 0.8em;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    width: 1em;
    font-size: 10pt;
    padding: 4px;
    padding-left: 5px;
}

.optionKit hr {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    margin: 0 1em;
}

.radio-group {
    position: relative;
    font-size: 18px;
}

    .radio-group input {
        display: none;
    }

    .radio-group span {
        padding-left: 30px;
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .radio-group span:before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 1px solid #aaa;
            background: #fff;
            border-radius: 50%;
            margin-right: 8px;
            position: absolute;
            top: 50%;
            bottom: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .radio-group input:checked + span:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #06b;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.starter-pack {
    --red: #d3393b;
    margin-top: 2em;
}

.starter-pack_title {
    padding: 0 1em;
}

    .starter-pack_title div {
        font-size: 1.5em;
        margin-bottom: 1em;
        text-align: center;
    }

    .starter-pack_title p {
        text-align: center;
    }

.starter-pack .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin: 1em 40px;
}

.starter-pack .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

.starter-pack table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    margin-top: 1em;
    border-collapse: collapse;
}

    .starter-pack table tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

        .starter-pack table tr td,
        .starter-pack table tr th {
            vertical-align: middle;
            text-align: left;
        }

            .starter-pack table tr td:first-child,
            .starter-pack table tr th:first-child {
                padding-left: 30px;
            }

        .starter-pack table tr:first-child td, .starter-pack table tr:last-child td {
            border-bottom: 0 !important;
        }

        .starter-pack table tr td:last-child {
            text-align: right;
        }

.starter-pack .bold {
    font-weight: bold !important;
}

.starter-pack .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .starter-pack .d-flex.column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.starter-pack .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.starter-pack .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.starter-pack .align-middle {
    vertical-align: middle;
}

.starter-pack h2 {
    margin: 0;
    font-weight: initial;
    font-size: 15pt;
    font-weight: bold;
}

.starter-pack .price-table {
    background-color: inherit;
    margin-bottom: 0 !important;
    width: inherit;
    border: 0;
}

    .starter-pack .price-table .price {
        white-space: nowrap;
    }

    .starter-pack .price-table .price-label {
        font-size: 12pt;
    }

    .starter-pack .price-table .price-label-promo {
        font-size: initial;
    }

    .starter-pack .price-table th,
    .starter-pack .price-table td {
        border: none;
        border-top: 1px solid #ccc !important;
        font-size: initial;
    }

    .starter-pack .price-table tr:first-child td,
    .starter-pack .price-table tr:first-child th,
    .starter-pack .price-table tr:last-child td,
    .starter-pack .price-table tr:last-child th {
        border-top: 1px solid black !important;
    }

    .starter-pack .price-table table {
        border-collapse: inherit !important;
    }

.starter-pack .arrow-down {
    width: 50px;
    height: 50px;
    background: #d7d7d7;
    margin-right: 1.5em;
    -webkit-clip-path: polygon(40% 0%, 60% 0%, 60% 65%, 87% 41%, 100% 55%, 50% 100%, 0% 55%, 12% 41%, 40% 65%);
    clip-path: polygon(40% 0%, 60% 0%, 60% 65%, 87% 41%, 100% 55%, 50% 100%, 0% 55%, 12% 41%, 40% 65%);
}

.starter-pack .ribbon {
    --r: 15px;
    font-size: initial;
    background: var(--red);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2em 0 0.5em !important;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, 0 0);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.starter-pack .total-price td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    vertical-align: middle;
    font-size: 12pt;
}

.starter-pack .promo-price {
    position: relative;
    padding-top: 1em;
    border: 1px solid var(--red);
    background-color: white;
}

.starter-pack .discounted-price {
    color: var(--red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
}

.starter-pack .pack:not(.selected) {
    color: #888;
}

.starter-pack .pack.selected {
    background-color: #ffffcd;
}

.starter-pack .non-pack tr.disabled * {
    color: #888;
}

.starter-pack .non-pack.selected .card-body {
    /*padding-bottom: 1em !important;*/
}

.starter-pack .non-pack .breakdown {
    position: absolute;
    right: 2em;
}

.starter-pack .non-pack .non-pack_change div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    margin-top: 3px;
}

.starter-pack .non-pack .non-pack_change span {
    text-decoration: underline;
    color: #06b;
    font-size: 10pt;
}

.starter-pack .non-pack .non-pack_change button {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #06b;
    color: #06b;
    height: 20px;
    width: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .starter-pack .non-pack .non-pack_change button * {
        font-weight: bold;
    }

.starter-pack .non-pack .breakdown {
    font-size: 10pt;
}

.starter-pack .required {
    background-color: var(--red);
    padding: 0.2em 0.5em;
    font-size: 9pt;
    color: white;
    white-space: nowrap;
}

.starter-pack_footer {
    padding: 5px 40px 20px;
}

.red {
    color: var(--red);
}

.line-through {
    text-decoration: line-through;
}

.start-pack_dtl {
    border: none !important;
    background: none !important;
}

    .start-pack_dtl::before {
        content: none !important;
    }

.nowrap {
    white-space: nowrap !important;
}

.modal-area-KitSelect.modalWindow {
    top: calc(50% + 30px) !important;
    height: 85% !important;
}

.button--change.start-pack_dtl {
    text-align: right !important;
}

.kitSelect-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .kitSelect-detail a {
        cursor: pointer;
    }

    .kitSelect-detail .pack-desc {
        margin-right: 2em;
    }

.non-pack_change button em{
    color: #06b !important;
}
.addonText{
    display: inline-block;
    padding-left: 1em;
}
@media screen and (max-width: 500px) {
    .tableTotalNumPackItems{
        padding-top: 0 !important;
    }
    .starter-pack table{
        margin-bottom: 0 !;
    }
    .tdRequired{
        text-align: center !important;
    }
    .starter-pack .non-pack .non-pack_change div{
        margin: auto;
        justify-content: center;
    }
    .multi-rack-select__load_capacity{
        display: block;
    }
    .NonStarterPackTd div{
        display: block;
         width: 80px;
    }
    .starter-pack  td{
        vertical-align: middle !important;
        
    }
    .addonText{
        font-size: 9pt;
        padding-left: 0;
    }
}


.osu-label__bannerText {
    color: #d3393b;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.osu-btn__packItemIcon2 {
    background: white;
    border: 1px solid #0066BB;
    width: 48px !important;
    border-radius: 3px;
    color: #0066BB !important;
    padding-top: 2px;
    display: flex;
    justify-content: center;
}



.osu-btn__packItemIcon {
    background: white;
    border: 1.4px solid #0066BB;
    height: 17px;
    width: 17px !important;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #0066BB !important;
}

    .osu-btn__packItemIcon::selection {
        color: none;
        background: none;
    }
    /* For Mozilla Firefox */
    .osu-btn__packItemIcon::-moz-selection {
        color: none;
        background: none;
    }


.confirmation__text {
    text-align: center;
    margin-bottom: 2.6rem;
    margin-top: 1rem;
}

    .confirmation__text p {
        margin-bottom: 0.9em;
    }

.confirmation__buttons {
    text-align: center;
}

.confirmation-body {
    margin-bottom: 1.2rem;
}

.btn-confirmation__cancel {
    background-color: #0168B7;
    border: 0;
    color: white;
    font-size: 1.4rem;
    width: 120px;
    height: 46px;
    border-radius: 5px;
    margin-right: 0.8rem;
}

.btn-confirmation__yes {
    background-color: #E0E0E0;
    border: 0;
    color: black;
    font-size: 1.4rem;
    width: 120px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.confirmationModalWindow {
    width: 25% !important;
}

@media screen and (max-width: 1400px) {
    .confirmationModalWindow {
        width: 34% !important;
    }
}

@media screen and (max-width: 999px) {
    .confirmationModalWindow {
        width: 78% !important;
    }
}



/*# sourceMappingURL=starterpack.css.map */