﻿body {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.centerPage 
{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.messageBox 
{
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
}

@media (max-width: 768px) 
{
    .messageBox 
    {
        max-width: 50%;
    }
}

    .lamenHeight {
        height: auto;
    }

    @media (max-width: 600px) {
        .lamenHeight {
            height: 50px;
            min-width: 32px;
        }
    }

    .header1 {
        font-weight: bold;
        font-size: 2.5vw;
        line-height: 1;
    }

    @media (max-width: 600px) {
        .header1 {
            font-size: 4vw;
        }
    }

    .header2 {
        font-weight: bold;
        font-size: 2vw;
        line-height: 1.5;
    }

    @media (max-width: 600px) {
        .header2 {
            font-size: 3vw;
        }
    }

    .header3 {
        font-size: 1.5vw;
        font-weight: bold;
        line-height: 2;
    }

    @media (max-width: 600px) {
        .header3 {
            font-size: 2.5vw;
            line-height: 1.5;
        }
    }

    .itemColumnWidth {
        max-width: 48%;
    }

    @media (max-width: 768px) {
        .itemColumnWidth {
            max-width: 100%;
        }
    }

    .itemName {
        font-size: 14px;
        font-weight: bold;
        /*width: 100%;
    line-height: 1;
    padding-top: 3px;*/
    }

    .itemNameCart {
        width: 100%;
        font-size: 14px;
        line-height: 1;
        padding-top: 3px;
    }

    .itemDescription {
        font-size: 12px;
        /*width: 100%;
    line-height: 1;
    padding-top: 5px;*/
    }

    .itemBox {
        min-height: 100px;
        max-height: 100px;
        border-width: 1px;
        border-style: solid;
        border-color: lightgray;
        margin-bottom: 20px;
        border-radius: 3px;
        vertical-align: top;
    }

    /*@media (min-width: 768px) {*/
    @media (min-width: 880px) {
        .itemBox {
            width: 49%;
            display: inline-block;
        }
    }

    .itemBoxCart {
        min-height: 50px;
        max-height: 50px;
        border-width: 1px;
        border-style: solid;
        border-color: lightgray;
        margin-bottom: 20px;
        border-radius: 3px;
        vertical-align: top;
    }
    /*@media (min-width: 768px) {*/
    @media (min-width: 880px) {
        .itemBoxCart {
            width: 50%;
            /*display: inline-block;*/
        }
    }

    .itemBoxBlank {
        border-width: 1px;
        border-style: solid;
        border-color: white;
        margin-bottom: 20px;
        border-radius: 3px;
    }

    @media (min-width: 768px) {
        .itemBoxBlank {
            width: 49%;
            display: inline-block;
        }
    }

    .itemBoxImage {
        width: 20%;
        padding: 2px;
        display: flex;
        max-height: 100px;
        align-items: center;
        display: inline-block;
        vertical-align: top;
    }

    .itemBoxImageCart {
        width: 12%;
        padding: 2px;
        display: flex;
        max-height: 50px;
        align-items: center;
        display: inline-block;
        vertical-align: top;
    }

    .itemBoxText {
        width: 78%;
        display: inline-block;
    }

    .itemBottomRow {
        width: 100%;
        padding-top: 5px;
        display: inline-block;
        vertical-align: middle;
    }

.priceColumn
{
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    /*width: 18%;
    display: inline-block;
    vertical-align: middle;*/
}

    .shippingColumn
    {
        font-size:12px;
        font-weight:normal;
    }

.priceColumnCart
{
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
    /*width: 17%;
    display: inline-block;
    vertical-align: middle;*/
}

    .sizeColumn {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        /*width: 33%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;*/
    }

    .sizeColumnCart {
        width: 20%;
        text-align: center;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }

    .quantityColumn {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
        /*text-align:right;*/
        /*width: 19%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;*/
    }

    .quantityColumnCart {
        width: 17%;
        text-align: center;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }

    .addToCartColumn {
        font-size: 12px;
        text-align: center;
        padding-left: 0;
        padding-right: 5px;
        /*width: 25%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;*/
    }

    .addToCartButton {
        font-size: 12px;
        padding: 1px 2px 1px 2px;
        height: 22px;
        font-weight: bold;
        /*width: 70px;
    padding: 1px;*/
    }

    .updateCartColumn {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        text-align: center;
        /*width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    text-align:right;*/
    }

    .updateItemButton {
        font-size: 12px;
        padding: 1px 2px 1px 2px;
        height: 22px;
        font-weight: bold;
        /*height: 22px;
    font-size: 12px;
    font-weight: bold;
    width: 70px;
    padding: 1px;
    display:inline-block;*/
    }

.applyCodeButton {
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    padding: 1px;
}

.removeItemColumn {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    text-align: center;
}

.removeItemButton {
    color: red;
    font-size: 12px;
}

.removeDonationButton
{
    color: red;
    font-size: 12px;
}

.gotoCartButton {
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    padding: 1px;
}

.checkoutButton {
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    padding: 1px;
}

.backtoProductsButton {
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
    padding: 1px;
}

.cartFooter {
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media (min-width: 880px) {
    .cartFooter {
        width: 50%;
    }
}
