﻿td.product a {
    white-space: pre;
}

.requried-step {
    display: inline-block;
    color: red;
    font-size: 35px;
}

.packageproduct-cart-line {
    border-left: 5px solid;
    padding-left: 15px;
}

.addPackageToCart {
    float: left;
    width: 200px;
}

.package-price-wrapper {
    display: none;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
}

.innerWrapper {
    text-align: left;
    width: 55%;
}

.productinfo-shortdesc {
    padding: 2rem;
}

.step-heading {
    background-color: #f9f9f9;
    margin-bottom: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.productinfoWrapper {
    background: white;
    margin-top: 5px;
    display: table-cell;
    width: 70%;
}

.package-wrapper {
    width: 100%;
    padding: 20px;
}

.package-wrapper-content {
    display: table;
    width: 100%;
}

.package-wrapper-right {
    display: table-cell;
    margin-top: 50px;
    vertical-align: bottom;
    width: 25%;
}

.package-wrapper-left {
    width: 60%;
    display: table-cell;
    padding-right: 20px;
}

.productName {
    font-weight: 700;
    white-space: pre-line;
    text-align: left;
    padding-top: 1%;
}

.productident {
    font-style: italic;
}

.innerWrapper {
    margin: 20px;
}

.productPrice {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
}

    .productPrice:before {
        content: "kr ";
    }

.outerwrapper {
    display: table;
}

.buttonwrapper {
    display: table-cell;
    background: white;
}

    .buttonwrapper button,
    .package-to-div,
    .addPackageToCart-button {
        padding: 10px;
    }

.package-to-div-wrapper {
    margin-top: 20px;
}

.package-wrapper button:disabled,
.package-wrapper button[disabled],
.package-wrapper .disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

@media screen and (max-width: 992px) {
    .package-wrapper-left,
    .package-wrapper-right {
        display: block;
        width: 100%;
    }

    .package-productinfo {
        display: none;
    }
}

.packagepricetext {
    text-align: left;
    display: table-cell;
}

.packagepriceValue {
    text-align: right;
    display: table-cell;
}

    .packagepriceValue.green {
        color: green;
    }

    .packagepriceValue:before {
        content: "kr ";
    }

.packagepriceinfotable {
    display: table;
    width: 100%;
    max-width: 300px;
}

.addPackageToCart-button {
    display: block;
    width: 70%;
    max-width: 300px;
    text-transform: uppercase;
}

.full-description-package {
    clear: both;
    margin: 70px 0 70px;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
    .prestep-entry {
        width: 90% !important;
    }
}

.prestep-entry {
    position: relative;
    display: inline-block;
    padding: 2rem;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: top;
    width: 23%;
    margin-bottom: 2rem;
    margin-left: 0.5rem;
    background-color: white;
    height: 300px;
    overflow: hidden;
}

    .prestep-entry.active {
        outline: 2px solid #066506;
    }

select.packageStep {
    border: 2px solid #ccc;
}

.prestep-entry:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

.differentSizes {
    font-size: 0.6rem;
}

.prestep-entry .arrow-and-text-wrapper {
    display: none;
}

.prestep-entry.active .arrow-and-text-wrapper {
    display: block;
}

.arrow-wrapper {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.arrow-border {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid #c4c1c1;
    border-radius: 50%;
}

.arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 3px solid #c4c1c1;
    border-right: 3px solid #c4c1c1;
    right: 10px;
    top: 7px;
}

.down {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pulse {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    position: absolute;
    margin: 0;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    box-shadow: 0 0 1px 2px #89849b;
    animation-delay: 0s;
}

.arrow-text {
    margin-top: 5px;
    font-size: 0.7rem;
}

@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

.package-error-wrapper {
    clear: both;
}

.packbuilder-cart-error {
    font-weight: bold;
}

.packageSummary-wrapper {
}

.packagesummary-line {
    padding: 0.5rem;
}

    .packagesummary-line.checked {
        color: green;
    }

    .packagesummary-line.unchecked {
        color: red;
    }

.packageSummary .requried-step {
    display: none;
}

.arrow-and-text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
    color: white;
    left: 0;
    top: 0;
}

.arrow-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.arrow-text {
    width: 100%;
    top: 65%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 16px;
}

.package-to-div.button-1 {
    width: unset;
}

.prestep-entry-info h5 {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    font-size: 14px;
}

.select-for-product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.package-ingress {
    padding-top: 20px;
    line-height: 25px;
    text-align: center;
}

.change-step-wrapper {
    display: inline-block;
    margin: 20px;
    font-size: 0.8rem;
    cursor: pointer;
}

.change-step-wrapper {
    display: inline-block;
    margin: 20px;
    font-size: 0.8rem;
    cursor: pointer;
}

.prestep-entry-picture {
    position: relative;
    height: 120px;
}

    .prestep-entry-picture img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.package-wrapper-title {
    text-align: center;
}

/* DISPLAY PACKAGE V2 -- styling based on brekkesport theme */
.package-wrapper {
    background-color: white;
}

.prestep-entry, .productinfoWrapper {
    border: 1px solid #eee;
}

.step-heading {
    background-color: transparent;
}

.packageSummary {
    font-size: 16px;
}

.package-wrapper h2 {
    font-size: 28px;
    color: #444;
    font-weight: lighter;
}

.package-wrapper h3 {
    font-size: 20px;
    font-weight: lighter;
}

.package-wrapper h5 {
    font-size: 16px;
    font-weight: lighter;
}

.package-price-wrapper {
    background-color: transparent;
}

.package-to-div, .addPackageToCart-button {
    background-color: #266597;
    color: white;
    height: 50px;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 5px 30px;
    text-transform: uppercase;
    margin: 10px 0;
}

    .package-to-div:not([disabled]):hover, .package-to-div:not([disabled]):active, .addPackageToCart-button:not([disabled]):hover, .addPackageToCart-button:not([disabled]):active {
        background-color: #1c4a6e;
    }

    .package-to-div:disabled, .addPackageToCart-button:disabled, .continueStepBtn:disabled {
        opacity: 60% !important;
        background-color: #266597 !important;
        color: white !important;
        border: none !important;
        cursor: not-allowed;
    }

.prestep-entry .price-info {
    color: #266597;
    font-weight: bold;
}

input.renderAssProd {
    border: 1px solid #266597;
    transition: 0.3s ease;
}

    input.renderAssProd.active {
        background: #266597;
        color: white;
    }

    input.renderAssProd:hover, input.renderAssProd:active {
        background: #1c4a6e;
        color: white;
    }

.package-wrapper-title {
    margin-bottom: 20px;
}

.displayPackageV2 {
}

.packageStepV2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.packageStepImageHighlight {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.packageStepImageWrapper {
    position: relative;
    min-height: 600px;
    max-height: 800px;
    border: 1px solid #eee;
    flex-grow: 1;
}

.packageStepImageHighlight img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.packageStepImageList {
    max-height: 200px;
}

    .packageStepImageList input {
        border: 1px solid #eee;
    }

        .packageStepImageList input.selected {
            border: 1px solid black;
        }

.prestepProductSelect {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
}

.prestepProductList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #eee;
    grid-gap: 1em;
    height: fit-content;
    padding: 1em;
    margin-top: auto;
}

.prestepContent {
    height: fit-content;
    border: 1px solid #d1d1d1;
    background-color: white;
    text-align: center;
}

    .prestepContent.current {
        border: 1px solid black;
    }

    .prestepContent:hover prestepPictureCover {
        background-color: rgba(0, 0, 0, 0.2);
    }

.prestepPicture {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

    .prestepPicture img {
        max-height: 100%;
        max-width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.prestepPictureCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prestepInfo {
    border-top: 1px solid #d1d1d1;
    padding: 0.5em 0;
}

.prestepPriceInfo {
    color: #266597;
    font-weight: bold;
}

.prestepSliderBtn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    overflow: hidden;
}

    .prestepSliderBtn:active, .prestepSliderBtn:hover {
        background-color: #000;
    }

    .prestepSliderBtn img {
        margin: auto;
        display: block;
    }

.leftArrowBtn {
    position: absolute;
    top: calc(50% - 24px);
    left: 5px;
    z-index: 4;
}

.rightArrowBtn {
    position: absolute;
    top: calc(50% - 24px);
    right: 5px;
    z-index: 4;
}

    .rightArrowBtn img {
        margin-right: 5px;
    }

.leftArrowBtn img {
    margin-right: 4px;
}

.swiper {
    height: fit-content;
    width: 100%;
    background-color: #eee;
    padding: 10px;
}

.swiper-button-next {
    margin-right: -3px;
}

.swiper-button-prev {
    margin-left: -3px;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    height: 3em;
    width: 3em;
    border-radius: 100%;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 1.5em !important;
        font-weight: bold;
    }

    .swiper-button-next:hover, .swiper-button-next:active, .swiper-button-prev:hover, .swiper-button-prev:active {
        background-color: rgba(0, 0, 0, 1);
    }

.prestepSelectedProductName {
    font-size: 28px;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 10px 0;
}

.prestepSelectedProductPrice {
    color: #266597;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.prestepSelectedProductOverviewInfo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.prestepSelectedProductDescription {
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.productVariantBtn {
    min-width: 68px;
    padding: 0.5rem;
    margin: 0.3rem;
    margin-top: 0.3rem;
    font-size: 0.8rem;
}

.packageStepImageList {
    padding: 5px;
}

.prestepProductSelect {
    display: flex;
    flex-direction: column;
}

.packageStepFiller {
    flex-grow: 1;
}

.continueStepBtn, .skipStepBtn {
    background-color: #266597;
    color: white;
    transition: 300ms ease;
    box-shadow: none;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: bold;
    height: 37px;
    margin: 10px 0;
    width: 200px;
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

    .continueStepBtn:hover, .continueStepBtn:active, .skipStepBtn:hover, .skipStepBtn:active {
        background-color: #1c4a6e;
    }

.package-wrapper {
    background-color: transparent;
    padding: 0;
}

.packageStep, .packageStepProductDetails {
    background-color: white;
    padding: 2.5em;
    margin-bottom: 3em;
}

.step-heading {
    display: flex;
    margin-bottom: 1em;
}

.packageStepNumber {
    background-color: rgba(209, 209, 209, 0.7);
    color: white;
    font-size: 22px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    margin-right: 0.2em;
}

    .packageStepNumber.requiredStep {
        background-color: rgba(38, 101, 151, 0.7);
    }

        .packageStepNumber.selected, .packageStepNumber.requiredStep.selected {
            background-color: rgba(38, 101, 151, 1);
        }

.packagesummary-lineV2.checked {
    color: green;
}

.packagesummary-lineV2 {
    color: #999;
}

    .packagesummary-lineV2.unchecked.requiredStep {
        color: red;
    }

    .packagesummary-lineV2.unchecked .checkedIcon {
        display: none;
    }

    .packagesummary-lineV2.checked .uncheckedIcon {
        display: none;
    }

.package-price-wrapper {
    display: block;
}

.prestepContent:hover .prestepPictureCover {
    background-color: #000;
    opacity: 20%;
}

.prestepContent.active {
    border: 1px solid black;
}

.swiperImageButton {
    height: 100px;
    background-color: white;
    border: none;
}

    .swiperImageButton:hover, .swiperImageButton:active {
        border: 1px solid #d1d1d1;
    }

    .swiperImageButton.active {
        border: 1px solid #000;
    }

.package-wrapper-content {
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.packageStatusAndSummary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

.packageProductInfoPrices {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

    .packageProductInfoPrices > * {
        display: inline-block;
    }

    .packageProductInfoPrices .non-discounted-price {
        font-size: 18px;
        font-weight: bold;
        text-decoration: line-through;
        margin-left: 18px;
    }

        .packageProductInfoPrices .non-discounted-price span {
            vertical-align: middle;
        }

.metadata input[type=text] {
    border: 1px solid #d1d1d1;
    background: white;
    color: #888;
    font-weight: lighter;
    font-size: 14px;
}

.metadata {
    display: flex;
    flex-direction: column;
    width: 300px;
}

    .metadata .ui.selection.dropdown {
        padding: 15px 15px;
        color: black;
    }

        .metadata .ui.selection.dropdown, .metadata .ui.selection.dropdown .menu {
            border-color: #d1d1d1;
            border-radius: 0;
        }

            .metadata .ui.selection.dropdown:hover, .metadata .ui.selection.dropdown:focus {
                border-color: black;
            }

    .metadata .ui.selection.active.dropdown, .metadata .ui.selection.active.dropdown .menu,
    .metadata .ui.selection.active.dropdown:hover, .metadata .ui.selection.active.dropdown:focus, .metadata .ui.selection.active.dropdown:hover .menu, .metadata .ui.selection.active.dropdown:focus .menu {
        border-color: black;
        box-shadow: none;
    }

    .metadata .ui.selection.dropdown .menu {
        width: 300px !important;
        min-width: 300px !important;
    }

    .metadatadropdown, .metadatadropdown .item, .metadata .ui.default.dropdown:not(.button) > .text, .metadata .ui.dropdown:not(.button) > .default.text {
        color: black;
        font-size: 14px !important;
        font-weight: lighter !important;
    }

    .metadata .ui.selection.dropdown .menu > .item {
        padding: 10px 15px !important;
    }

    .metadata .ui.selection.dropdown > .delete.icon, .metadata .ui.selection.dropdown > .dropdown.icon, .metadata .ui.selection.dropdown > .search.icon {
        top: 1em;
    }

    .metadata label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .metadata input:focus, .metadata input:hover, .metadata input:active {
        border: 1px solid black;
    }

.optionalStep .packageStepProductDetails {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all ease 500ms;
}

.optionalStep.selected .packageStepProductDetails {
    max-height: 1000px;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-bottom: 3em;
}

.optionalStep .prestepProductInfo {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 500ms;
}

.optionalStep.selected .prestepProductInfo, .optionalStep.selected .packageStepImageHighlight {
    max-height: 1000px;
}

.optionalStep .packageStepImageHighlight {
    max-height: 0;
    transition: max-height ease 500ms;
}

.optionalStep .packageStepV2 {
    grid-template-columns: 0% 100%;
    transition: grid-template-columns ease 500ms;
}

.optionalStep.selected .packageStepV2 {
    grid-template-columns: 50% 50%;
}

.optionalStep .buttonContainer {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 300ms;
}

.optionalStep.selected .buttonContainer {
    max-height: 400px;
}

.optionalStep.selected .skipStepBtn {
    display: none;
}



.removeProductSelectionBtn {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    color: #266597;
    margin-left: 5px;
    opacity: 60%;
    vertical-align: middle;
}

    .removeProductSelectionBtn:hover, .removeProductSelectionBtn:active {
        opacity: 100%;
    }

.removeProductSelectionContent {
    display: flex;
}

.removeProductSelectionIcon {
    width: 18px;
    height: 18px;
}

.removeProductSelectionText {
    text-decoration: underline;
    line-height: 16px;
    margin-left: 4px;
}

.packageStepsStatus {
    background-color: white;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
    display: inline-flex;
    padding: 10px 30px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.statusStep {
    display: inline;
    vertical-align: middle;
    content: "";
}

    .statusStep a {
        display: inline-flex;
        white-space: nowrap;
    }

    .statusStep > * {
        display: inline-block;
    }

.packageStepsStatus a:not(:first-child)::before {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #d1d1d1;
    content: "";
    vertical-align: middle;
    margin: 0 0.5rem;
}

.packageStepsStatus .packageStepNumber {
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    margin-right: 0;
}
/*
rgba(209, 209, 209, 1)
rgba(38, 101, 151, 1)

*/

@media only screen and (max-width: 1000px) {
    .packageStepV2 {
        grid-template-columns: 1fr;
    }

    .packageStatusAndSummary {
        grid-template-columns: 1fr;
    }

    .optionalStep.selected .packageStepV2 {
        grid-template-columns: 1fr;
    }

    .packageStepStatusName {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .continueStepBtn {
        margin: 10px auto 0 auto;
    }

    .packageStepsStatus a:not(:first-child)::before {
        width: 10px;
    }
}

.packagePriceInfo {
    text-align: left;
}

.packageInfoPrices {
}

.packagePrice {
    display: inline-flex;
    vertical-align: middle;
    color: #266597;
    font-size: 26px;
}

.packageRegularPrice {
    display: inline-flex;
    text-decoration: line-through;
    vertical-align: middle;
    font-size: 18px;
}

.skipStepBtn {
    margin: 10px auto 0 auto;
}

.productDetailsTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fullDescription {
    font-size: 13px;
    line-height: 25px;
    white-space: pre-line;
}

.packageSummaryHeading {
    margin-bottom: 20px;
}

.metadata.required.complete {
    color: black;
}

.prestepSlideInButton {
    background-color: #266597;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: white;
    margin: auto;
    width: fit-content;
    padding: 0.1em 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    transform: translateY(-1em);
    opacity: 0;
}

button.prestepContent * {
    transition: all 500ms ease;
}

button.prestepContent:hover .prestepSlideInButton {
    opacity: 100%;
    transform: translateY(0);
}

.prestepSlideInButton:hover, .prestepSlideInButton:active {
    background-color: white;
    color: #266597;
}
/* packbuilder V2 */
