@charset "UTF-8";

html {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: rgb(207,207,207);
    background-color: #cfcfcf;
    width: 100%;
    min-height: 100%;
    height: auto;
}

body {
    margin: 0;
    min-width: 350px;
}

.main {
    width: 900px;
    display: block;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

.page_container {
    width: 100%;
    display: block;
    text-align: center;
    text-align: center;
    flex-wrap: nowrap;
}

.page_container2 {
    width: 100%;
    display: block;
    text-align: center;
    text-align: center;
    flex-wrap: nowrap;
}

.page_bg {
    background: rgb(207,207,207);
    background-color: #cfcfcf;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(177,177,177,1) 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
}

.header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .header div {
        align-self: auto;
    }

.logo {
    order: 1;
    margin-top: 25px;
    display: block;
    width: 350px;
}

.cart {
    order: 2;
    margin-top: 45px;
    display: block;
}

.nav {
    margin-top: 30px;
    display: block;
    padding: 8px;
    background-color: #fafafa;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    box-shadow: 0px 3px 5px 0px rgba(195,195,195,0.8);
}

    .nav ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .nav ul li {
            float: left;
            display: inline;
            align-self: auto;
        }

            .nav ul li a {
                font-size: 14px;
                display: block;
                margin: 24px 0 24px 24px;
                display: block;
                height: 100%;
                color: #111111;
            }

                .nav ul li a:hover, .nav ul li a.selected {
                    color: #f14f24;
                }

a {
    text-decoration: none;
    color: #f14f24;
    cursor: pointer;
}

    a:hover, a.selected {
        color: #d0370d;
    }

h1 {
    margin: 0px;
    color: #3c3c3c;
    font-size: 20px;
}

h2 {
    margin: 0px;
    color: #3c3c3c;
    font-size: 18px;
}

h3 {
    margin: 0px;
    color: #3c3c3c;
    font-size: 16px;
}

h4 {
    margin: 0px;
    color: #3c3c3c;
    font-size: 14px;
}

.footer {
    margin-top: 25px;
    font-size: 13px
}

.page_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 10px;
}

.CheckoutCustomer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 10px;
}

.CheckoutField {
    display: block;
    width: 35%;
    order: 1;
    flex-grow: 1;
    padding: 10px;
}

.main_content {
    display: block;
    width: 60%;
    margin-top: 25px;
    margin-right: 25px;
    background-color: #ffffff;
    order: 1;
    flex-grow: 1;
    box-shadow: 0px 3px 5px 0px rgba(195,195,195,0.8);
}

.side_content {
    display: block;
    width: 20%;
    margin-top: 25px;
    order: 2;
    flex-grow: 1;
}

.Module {
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(195,195,195,0.8);
    margin-bottom: 25px;
}

.inner_content {
}

.grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
}

.centered {
    text-align: center;
}

.login_content {
    padding: 15px;
}

.card {
    width: 100%;
    display: inline-block;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 350px;
}

    .card img {
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

.Description {
    padding: 16px;
}

.card_inner {
    margin: 8px;
    border: solid 1px #e6e6e6;
    box-shadow: 0px 3px 5px 0px rgba(195,195,195,0.8);
    height: calc(100% - 16px);
    border-radius: 5px;
    position: relative;
}

.link, .card.link {
    cursor: pointer;
}

.text_content {
    padding: 15px;
}

.title {
    padding: 10px;
    font-weight: bold;
    color: #555555;
    background-color: #fafafa;
    border-bottom: solid 1px #e6e6e6;
}

.textbox {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    display: inline-block;
    height: 30px;
}

.select {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    display: inline-block;
    height: 30px;
}

.button {
    flex: none;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    transition: all 0.25s linear;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-login {
    color: #ffffff;
    background-color: #741212;
    padding: 8px;
}

    .btn-login:hover {
        color: #ffffff;
        background-color: #973535;
    }

.btn-cart {
    color: #ffffff;
    background-color: #c44444;
}

    .btn-cart:hover {
        color: #ffffff;
        background-color: #d86363;
    }

.btn-purchase {
    color: #ffffff;
    background-color: #c46b44;
}

    .btn-purchase:hover {
        color: #ffffff;
        background-color: #d37b54;
    }

.btn-account {
    color: #ffffff;
    background-color: #29a733;
}

    .btn-account:hover {
        color: #ffffff;
        background-color: #44c44e;
    }

.btn-account-purchased, .btn-account-purchased:hover {
    color: #3c3c3c;
    background-color: #a0a0a0;
    cursor: default;
}

.btn-add-cart {
    width: 100%;
    color: #ffffff;
    background-color: #29a733;
}

    .btn-add-cart.purchased, .btn-add-cart.purchased:hover {
        color: #3c3c3c;
        background-color: #a0a0a0;
        cursor: default;
    }

.serverbanner {
    width: 100%;
}

.InfoText {
    display: block;
    font-size: 14px;
    font-weight: bold;
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
    word-wrap: break-word;
}

.error {
    color: #ff0000;
    margin-top: 5px;
    text-align: center;
}

.LoginContainer {
    position: absolute;
    min-width: 450px;
    cursor: pointer;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #c3c3c3;
    background: rgba(170,170,170,0.9);
    animation: fade .25s linear;
    -webkit-animation: fade .25s linear;
    animation: fade .25s linear;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.LoginPanel {
    cursor: auto;
    margin: auto;
    width: 450px;
    height: 225px;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
}

.ProductContainer {
    min-width: 450px;
    cursor: pointer;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #c3c3c3;
    background: rgba(170,170,170,0.9);
    animation: fade .25s linear;
    -webkit-animation: fade .25s linear;
    animation: fade .25s linear;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.ProductPanel {
    cursor: auto;
    margin: auto;
    width: 450px;
    min-height: 175px;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
}

.product_content {
    padding: 15px;
    text-align: left;
}

.Product-Image {
    width: 100%;
}

.SideItem {
    padding-bottom:10px;
    font-size:14px;
}

.ProductPriceBottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    display: grid;
    background-color: #ffffff;
}

.ProductPrice {
    margin: auto;
    padding: 8px;
    text-align: left;
}

.ProductImage {
    width: 200px;
}

.product_content div b {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.big {
    width: 100%;
}

.CartOptions {
    font-size: 12px;
    margin-right:20px;
}

.CheckoutContainer {
    padding: 25px;
    min-width: 450px;
}

.PaymentContainer {
    min-height: 150px;
    display: block;
}


.topborder {
    background-color: #f3f3f3;
    text-align: left;
    font-weight: bold;
    border: none;
    border-top: solid 3px #eaeaea;
    border-spacing: 0px;
}

table {
    width: 100%;
}

    table tr td, table tr th {
        padding: 20px;
    }

    table tr.odd {
        background-color: #f7f7f7;
    }



    table tr:hover {
        background-color: #ededf6;
    }

    table tr td {
        text-align: left;
    }

    table tr th {
        text-align: left;
        font-weight: bold;
        border: none;
        border-spacing: 0px;
        border-bottom: solid 3px #eaeaea;
        border-spacing: 0px;
    }

.shake {
    animation: shake 0.2s;
    animation-iteration-count: 1;
}

@-webkit-keyframes fade {
    0%, 100% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@media screen and (max-width:900px) {
    .main {
        width: 700px;
    }
}

@media screen and (max-width:768px) {
    .main {
        width: 100%;
    }

    .nav {
        flex-direction: column;
    }

    .page_content {
        flex-direction: column;
    }

    .main_content {
        width: 100%;
        margin-right: 0px;
        order 1;
        flex-grow: 1;
    }

    .side_content {
        width: 100%;
        margin-top: 25px;
        order 1;
        flex-grow: 1;
    }

    .CheckoutCustomer {
        display: flex;
        flex-direction: column;
    }

    .CheckoutField {
        display: block;
        width: 85%;
        order: 1;
        flex-grow: 2;
        padding: 10px;
    }
}
