/********************************************************************/
/*                                                                  */
/*                            Cart Page                             */
/*                                                                  */
/********************************************************************/

#cartWrapper {
    background: #fff;
    padding: 1em;
    box-shadow: 0 38px 20px -31px rgba(0,0,0,0.2);
}

#panBasketHeader {
    text-align: center;
    margin-top: .5em;
}

#btnContinueShopping {
    font-size: 1.5em;
    height: 1.8em;
    width: 12em;
    cursor: pointer;
    border: solid 1px #2b2b2b;
    color: #FFF;
    font-weight: 800;
    font-family: Calibri;
    float: left;
    background-color: #3b3b3b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b3b3b), to(#2b2b2b));
    background: -webkit-linear-gradient(top, #3b3b3b, #2b2b2b);
    background: -moz-linear-gradient(top, #3b3b3b, #2b2b2b);
    background: -ms-linear-gradient(top, #3b3b3b, #2b2b2b);
    background: -o-linear-gradient(top, #3b3b3b, #2b2b2b);
}

    #btnContinueShopping:hover {
        -moz-box-shadow: 0px 0px 1px 1px #808080;
        -webkit-box-shadow: 0px 0px 1px 1px #808080;
        box-shadow: 0px 0px 1px 1px #808080;
    }

#labCartTitle {
    font-size: 1.8em;
}

#btnCheckoutTop {
    font-size: 1.5em;
    height: 1.8em;
    width: 12em;
    cursor: pointer;
    border: solid 1px #0e8e00;
    color: #FFF;
    font-weight: 800;
    font-family: Calibri;
    float: right;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
}

    #btnCheckoutTop:hover {
        -moz-box-shadow: 0px 0px 1px 1px #808080;
        -webkit-box-shadow: 0px 0px 1px 1px #808080;
        box-shadow: 0px 0px 1px 1px #808080;
    }

#panBasketIsEmpty {
    text-align: center;
}


/********************************************************************/
/*                                                                  */
/*                        Product table                             */
/*                                                                  */
/********************************************************************/

#panGridView {
    padding: 1em 0 .4em 0;
    min-height: 500px;
}

    #panGridView table {
        margin-top: 10px;
        border: none;
        width: 100%;
    }


    #panGridView th {
        border: none;
        background-color: #3b3b3b;
        color: #FFF;
        border-bottom: solid 4px #222;
        font-weight: 400;
        height: 2em;
        font-size: 1.2em;
    }

        #panGridView th:nth-child(6) {
            text-align: right;
            padding-right: 10px;
        }

        #panGridView th:nth-child(4) {
            text-align: right;
            padding-right: 50px;
        }

    #panGridView td {
        border: none;
        border-bottom: solid 1px #e7e5e5;
        padding: 10px 5px 5px 5px;
        text-align: center;
        font-size: 1.2em;
        background: #ffffff; /* Old browsers */
    }

.panGridViewDeleteColumn {
    border: solid 1px #222;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    background: #3b3b3b;
}

#panGridViewDeleteColumn a {
    color: #FFF;
}


#lbCartDeleteItem {
    text-decoration: none;
    color: #000;
    display: block;
}

#panGridViewDeleteColumn:hover {
    -moz-box-shadow: 0px 0px 2px 1px #808080;
    -webkit-box-shadow: 0px 0px 2px 1px #808080;
    box-shadow: 0px 0px 2px 1px #808080;
}

.panGridViewProductNameColumn {
    text-align: left;
}


.txtCartQuantity {
    color: #888;
    padding: 0px 0px 0px 5px;
    border: 1px solid #BBB;
    background: none repeat scroll 0% 0% #FBFBFB;
    outline: 0px none;
    box-shadow: 0px 1px 6px #ECF3F5 inset;
    font: 200 12px/15px Arial,Helvetica,sans-serif;
    height: 2em;
    width: 4em;
    border-radius: 2px;
    text-align: center;
}


.cartDiscountPrices {
    color: red;
    text-decoration: line-through;
}

.labCartTotalPrice {
    font-weight: bold;
}

.panGridViewTotalPrice {
    text-align: right;

}

#panEmptyCart {
    border-bottom: solid 1px #CCC;
    padding: 0 0 .2em .2em;
    font-size: 1.5em;
}

    #panEmptyCart a {
        color: #000;
        text-decoration: underline;
    }


#panInformationWrapper {
    margin-bottom: 10px;
}


#panDeliveryInformation {
    display: table;
}

#panDeliveryInformation {
    display: table-cell;
    font-size: 1.2em;
    padding: 5px;
    padding-right: 50px;
}

#labDeliveryInformationHeader {
    display: block;
    font-size: 1.5em;
    margin-bottom: .5em;
}

#panShoppingAmountWrapper {
    display: table-cell;
    position: relative;
    width: 300px;
}

#labPurchaseOrderSubTotalValue {
    float: right;
}

#labPurchaseOrderDiscountValue {
    float: right;
}

#labPurchaseOrderFreightValue {
    float: right;
}

#labPurchaseOrderTotal {
    font-weight: bold;
}

#labPurchaseOrderTotalValue {
    font-weight: bold;
    float: right;
}

#labPurchaseOrderTaxValue {
    float: right;
}

#panShoppingAmountSpecified {
    border-bottom: solid 2px #CCC;
    padding: 5px;
    line-height: 15px;
}

#labTotalProducts {
    display: block;
}

#labSubTotal {
    display: block;
}

#labDiscount {
    display: block;
}

#labFreight {
    display: block;
}

#panShoppingTotal {
    line-height: 1.4em;
    font-size: 1.2em;
}

#labPriceTotal {
    display: block;
    font-weight: bold;
}


#btnCheckoutBottom {
    margin-top: 1em;
    font-size: 1.3em;
    height: 1.6em;
    width: 12em;
    cursor: pointer;
    border: solid 1px #0e8e00;
    color: #FFF;
    font-weight: 800;
    font-family: Calibri;
    position: absolute;
    right: 0;
    background-color: #11aa00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11aa00), to(#0e8e00));
    background: -webkit-linear-gradient(top, #11aa00, #0e8e00);
    background: -moz-linear-gradient(top, #11aa00, #0e8e00);
    background: -ms-linear-gradient(top, #11aa00, #0e8e00);
    background: -o-linear-gradient(top, #11aa00, #0e8e00);
}

    #btnCheckoutBottom:hover {
        -moz-box-shadow: 0px 0px 1px 1px #808080;
        -webkit-box-shadow: 0px 0px 1px 1px #808080;
        box-shadow: 0px 0px 1px 1px #808080;
    }

/********************************************************************/
/*                                                                  */
/*                            Repsonsive                            */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {

    #cartWrapper {
        padding: 0;
    }

    #panBasketHeader {

    margin-top: 0em;
        padding-top: 1em;
}

    #btnContinueShopping {
        font-size: 1em;
        margin: 0 0 0 .1em;
    }

    #labCartTitle {
        font-size: 1.2em;
    }

    #btnCheckoutTop {
        font-size: 1em;
        margin: 0 .1em 0 0;
    }

    #panGridView {
        min-height:0px;
        margin-bottom: 2em;
    }

    #panGridView th {
        font: inherit;
    }

    #panGridView td {
        font-size:inherit;

    }

        #panGridView th:first-child {
            display: none;
        }

    #panGridView td:first-child {
        display: none;
    }

    #panGridView th:nth-child(4) {
        padding-right: 10px;
        text-align:center;
    }

    .panGridViewImageColumn {
    width: 40px !important;
}
    .imgCartProduct {
    width: 40px;
}

    .panGridViewItemPrice {
    min-width: 60px;
}
    .panGridViewTotalPrice
    {
        min-width: 60px;
    }

        .TotalPriceLabels {
        padding: 2%;
    }

    .txtCartQuantity {
        width: 2em;
    }

    #panShoppingAmountWrapper {
        width: 200px;
    }

    #btnCheckoutBottom {
        font-size: 1em;
    }

    #panInformationWrapper {
        padding: 1em 1em 1em 1em;
         
    }

    #panDeliveryInformation {
        display: block;
        padding: 0;
        margin: 1em 0 2em 0;
    }

    #panShoppingAmountWrapper {
        display: block;
        width: auto;
        margin: 0 0 3em 0;
    }

    
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
