﻿
#prodPicText_headingFixed {
    display: none;
}

div.grid {
    display: block;
}

div.detail {
    display: none;
}

div.fields {
    display: table;
}

div.field {
    display: table-row;
}

    div.field > label {
        font-weight: bold;
        font-size: 15px;
        display: table-cell;
        padding-right: 15px;
    }

    div.field > span {
        font-size: 15px;
        display: table-cell;
    }

        div.field > span.price {
            color: #2e70a7;
        }

div.spacer {
    height: 85px;
}

div.bottomToolbar > span.header {
    margin-bottom: 2px;
}

#stockNumber,
#price {
    font-size: 18px;
}

#stockNumber {
    color: #d4232d;
}

div.productGrid div.altView {
    display: none !important;
}

div.detailTable {
    display: table;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #000;
    background-color: #eee;
    font-size: 15px;
}

    div.detailTable div.row {
        display: table-row;
    }

        div.detailTable div.row label {
            display: table-cell;
            font-weight: bold;
            padding: 5px;
        }

        div.detailTable div.row span {
            display: table-cell;
            padding: 5px;
            text-align: center;
            width: 16%;
        }


/*#region Add to Cart*/
#addToCartBar > div {
    display: flex;
    flex-flow:row nowrap;
    justify-content: center;
    align-items: center;
}

#addToCartPrice {
    flex-basis: 45%;
    font-size: 18px;
    text-align: center;
}

    #addToCartPrice.break {
        font-size: 15px;
    }

#addToCartCustom {
    flex-basis: 55%;
}

a.addToCartIncr {
    width: 30px;
    height: 30px;
    text-align: center;
}

    a.addToCartIncr span.ui-button-text {
        padding: .3em 0em;
        font-size: 16px;
    }

#addToCartInput {
    width: 55px;
    border: 1px solid rgb(216, 220, 223);
    height: 37px;
    font-size: 18px;
    position: relative;
    top: 2px;
    /*padding-left: 4px;*/
    text-align: center;
}

#addToCartAdd .ui-button-text {
    font-size: 18px;
}
/*#endregion*/

/*#region Check Inventory*/
strong {
    font-size: 15px;
}

#checkInventoryInput {
    width: 75px;
    border: 1px solid rgb(216, 220, 223);
    height: 37px;
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 3px;
}

#zipInput {
    width: 80px;
    border: 1px solid rgb(216, 220, 223);
    height: 37px;
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 3px;
}

#checkInventoryGo {
    font-size: 18px;
}

#inventoryAvailable {
    color: #d4232d;
    font-weight: bold;
    display: block;
}

#checkInventoryBusy {
    position: relative;
    top: 3px;
    display: none;
}

#inventoryDisclaimer {
    display: inline;
    font-size: 12px;
}
/*#endregion*/

#addToCartDialog {
    display: none;
}

    #addToCartDialog span.name {
        font-weight: bold;
    }

    #addToCartDialog table {
        width: 100%;
        margin-bottom: 10px;
    }

        #addToCartDialog table thead {
            font-weight: bold;
        }

@media (max-width:549px) {
    div.grid {
        display: none;
    }

    div.detailTable {
        display: none;
    }

    div.detail {
        display: block;
    }
}

@media(max-width:420px) {
    a.addToCartIncr {
        display: none;
    }
}