﻿.a-hidden {
    display:none !important;
}
.thumbImg img {
    max-width: 100%;
}

.infobox {
    display: flex;
    font-size: 9px;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.import-hero {
    display: none;
    margin-bottom: 1em;
}

.import-header-logos {
    border-width: 0;
    right: 1em;
    top: 0;
    max-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.import-header-logo {
    max-height: 80px;
    max-width: 100%;
}

.import-header-sublogo {
    max-height: 40px;
    max-width: 100%;
}

.import-row-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.import-row-wrapper-wrapper {
    background-color: rgba(0,0,0,0.05);
    padding: 5px 5px 5px 5px;
    border: solid 1px rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    border-radius: 1rem;
    margin-top: 1rem;
}

.import-row {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 50%;
}

.import-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .import-form-wrapper.column-3 {
        flex: 0.7
    }

.import-row div.bold {
    font-weight: bold;
}

.import-item {
    flex: 1;
}

.import-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

    .import-form-group.validator {
        margin-top: 0;
    }

.import-what-you-get {
    padding: 1rem;
    background-color: rgba(0,0,0,0.05);
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 1rem;
    margin-top: 1rem;
    font-size: 1.5rem;
}

    .import-what-you-get strong {
    }

    .import-what-you-get h3 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

@media (min-width: 851px) {
    .import-form-group {
        flex-direction: row;
    }
}

.import-form-group label {
    margin-top: 10px;
    margin-bottom: 0;
    flex: 1;
}

.import-form-control {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    align-self: start;
    flex: 1;
}

@media (max-width: 851px) {
    .import-form-control {
        align-self: unset;
    }
}

.form-horizontal {
    margin: 0 0.45em;
    flex: 1;
    min-width: 50vw;
    background-color: rgba(0,0,0,0.05);
    padding: 1em;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 1em;
    position: relative;
}

@media (max-width: 701px) {
    .form-horizontal {
        margin: 0 0.45em;
        min-width: 100px;
        flex-basis: 100%;
        border-bottom: solid 1px rgba(0,0,0,0.5);
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        background-color: white;
    }
}

@media (min-width: 702px) {
    .form-horizontal {
        margin: 0 0.45em;
        min-width: 100px;
        flex: 1;
    }

    .infobox {
        display: none;
    }

    .import-hero {
        display: flex;
        flex-direction: column;
    }

    .form-horizontal-start {
        margin-left: 0;
    }

    .form-horizontal-end {
        margin-right: 0;
    }
}

.btn-place-order {
    width: 50%;
    margin-top: 1em;
}

.import-message-error {
    color: #990000 !important;
    font-size: 12px;
    display: inline;
}

    .import-message-error.hidden {
        display: none;
    }
.promo-message-error {
    color: #990000 !important;
    font-size: 12px;
    display: inline;
}

    .promo-message-error.hidden {
        display: none;
    }

.import-order-summary {
    margin-bottom: 2em;
}


.import-hero-image {
    position: relative;
    width: 100%;
    height: 12em;
    display: flex;
    border-radius: 1em;
    display: flex;
    align-items: end;
    border: solid 1px rgba(0,0,0,0.25);
    overflow: hidden;
}

    .import-hero-image:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position-y: 60%;
        border-radius: 1em;
        opacity: 0.2;
    }

.import-hero-thumbnail {
    background-size: contain;
    background-repeat: no-repeat;
    height: 90%;
    z-index: 2;
    margin-left: 1em;
    background-position: 50%;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.5em;
    max-width: 260px;
    min-width: 242px;
}

    .import-hero-thumbnail img {
        height: 100%;
        visibility: hidden;
    }

.import-hero-content {
    position: relative;
    display: flex;
    padding: 1em;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.import-hero-content-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .import-hero-content-bottom div {
        font-size: 0.96em;
        padding: 0 0.5em;
        color: #333;
        background-color: #ededed;
        border-radius: 1em;
        border: solid 1px rgba(0,0,0,0.25);
        margin-left: 0.25em;
        margin-right: 0.25em;
        padding-top: 1px;
    }

.import-place-order-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6em;
    z-index: 999;
    background-color: rgba(255,255,255,0.85);
    cursor: wait;
}

.import-form-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    font-size: 2em;
}
