﻿.shoppingCartItem, .discountItem {
    clear: both;
    padding: 10px 0;
    border-bottom: 1px solid #d6d5d5;
}

    .shoppingCartItem .productPhoto, .discountItem .discountIcon
    {
        float: left;
    }

    .shoppingCartItem .productName, .discountItem .discountName
    {
        color: #000;
        font-weight: 300;
        font-size: 20px;
        margin: 0 0 8px 0;
    }

    .shoppingCartItem input[type="text"], .promoCodeContainer input[type="text"]
    {
        width: 40px;
        border: 1px solid #ddd;
        padding: 5px;
        font-family: 'Lato', sans-serif !important;
        font-size: 16px;
        line-height: 22px;
        color: #808184;
        text-align: center;
    }

.promoCodeContainer input[type="text"]
{
    text-align: left;
}

.shoppingCartItem .quantity, .shoppingCartItem .price
{
    float: left;
    text-align: left;
}

.shoppingCartItem .options, .discountItem  .options
{
    float: left;
}

    .shoppingCartItem .options .deleteBtn, .discountItem .options .deleteBtn {
        border: 0;
        padding: 4px 6px;
        background-color: #d71a20;
        color: white;
        font-weight: 700;
        float: right;
    }

        .shoppingCartItem .options .deleteBtn:hover, .discountItem .options .deleteBtn:hover
        {
            cursor: pointer;
            background-color: #d5d225;
        }

.discountItem .priceDiscount
{
    float: left;
    color: #ff0000;
}

.subtotalContainer
{
    /*background-color: #eee;*/
}

    .subtotalContainer .subtotalLine
    {
        margin: 0 0 8px 0;
    }

        .subtotalContainer .subtotalLine .label
        {
            float: left;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 700;
            color: #000;
            padding: 3px 0 0 0;
        }

        .subtotalContainer .subtotalLine .value
        {
            float: left;
        }

.promoCodeContainer {
    border: 1px solid #eee;
    background-color: #dedada;
    padding: 10px 20px;
    float: left;
    color: #000;
    text-transform: uppercase;
}

    .promoCodeContainer .error
    {
        text-transform: none;
        color: #990000;
    }

.optionButtonsSpacer
{
    clear: both;
}

@media screen and (min-width: 0px)
{
    .shoppingCartItem .productPhoto
    {
        width: auto;
        height: 100px;
    }

        .shoppingCartItem .productPhoto img
        {
            width: auto;
            height: 100%;
        }

    .discountItem .discountIcon
    {
        width: 25%;
    }

        .discountItem .discountIcon img
        {
            width: 100%;
            height: auto;
        }

    .shoppingCartItem .productDetails
    {
        width: 65%;
        padding: 0;
        margin: 0;
        float: right;
        height: 100px;
    }

    .discountItem .discountDetails
    {
        width: 65%;
        padding: 0;
        margin: 0;
        float: right;
    }

    .shoppingCartItem .quantity
    {
        width: 60px;
    }

    .shoppingCartItem .price
    {
        width: 80px;
    }

    .shoppingCartItem .quantity, .shoppingCartItem .price, .shoppingCartItem .options
    {
        padding: 0 0 0 0;
    }

    .discountItem .options {
        padding: 0 0 0 0;
    }

    .shoppingCartItem .options,  .discountItem  .options
    {
        width: 30px;
    }

    .shoppingCartItem .otherInfo, .discountItem .otherInfo
    {
        clear: both;
        width: 65%;
        float: right;
    }

    .subtotalContainer .label
    {
        width: 100px;
        text-align: left;
    }

    .subtotalContainer .value
    {
        width: 50%;
        margin: 0;
    }

    #checkoutBtn, #updateCartBtn
    {
        clear: both;
        margin: 10px 0 0 0;
    }

    .promoCodeContainer
    {
        width: 80%;
        margin: 0 0 30px 0;
    }

        .promoCodeContainer input[type="text"]
        {
            width: 100px;
            clear: left;
            margin: 5px 0;
        }
}

@media screen and (min-width: 1001px)
{
    .shoppingCartItem .productPhoto, .discountItem .discountIcon
    {
        width: 80px;
        height: auto;
        margin: 0;
    }

        .shoppingCartItem .productPhoto img, .discountItem .discountIcon img
        {
            width: 100%;
            height: auto;
        }

    .shoppingCartItem .productDetails, .discountItem .discountDetails
    {
        margin: 0 0 0 30px;
        padding: 20px 0 0 0;
        width: 298px;
        float: left;
        height: auto;
    }

    .shoppingCartItem .quantity, .shoppingCartItem .price
    {
        width: 100px;
    }

    .shoppingCartItem .quantity
    {
        padding: 30px 0 0 0;
    }

    .shoppingCartItem .price, .shoppingCartItem .options
    {
        padding: 38px 0 0 0;
    }

    .discountItem .options {
        padding: 19px 0 0 0;
    }

    .shoppingCartItem .options,  .discountItem  .options
    {
        width: 60px;
    }

    .shoppingCartItem .otherInfo, .discountItem .otherInfo
    {
        float: left;
        clear: none;
        width: auto;
    }

    .discountItem .priceDiscount
    {
        width: 100px;
        padding: 30px 0 0 100px;
    }

    .subtotalContainer
    {
        float: right;
        width: 260px;
    }

        .subtotalContainer .label
        {
            width: 70px;
            margin: 0;
            text-align: right;
        }

        .subtotalContainer .value
        {
            width: 100px;
            margin: 0 0 0 30px;
        }

    #updateCartBtn
    {
        clear: none;
        float: right;
        margin: 0;
    }

    #checkoutBtn
    {
        clear: none;
        float: right;
        margin: 0 0 0 10px;
    }

    #updateCartBtn
    {
        margin: 0;
    }

    .promoCodeContainer
    {
        width: 200px;
    }

        .promoCodeContainer input[type="text"]
        {
            width: 100px;
            clear: left;
            margin: 5px 0;
        }

    .optionButtonsSpacer
    {
        height: 20px;
    }
}

@media screen and (min-width: 1024px)
{
    .shoppingCartItem .productPhoto, .discountItem .discountIcon
    {
        width: 100px;
    }

    .shoppingCartItem .productDetails, .discountItem .discountDetails
    {
        margin: 0 0 0 30px;
        padding: 30px 0 0 0;
        width: 494px;
    }

    .shoppingCartItem .quantity, .shoppingCartItem .price
    {
        width: 120px;
    }

    .shoppingCartItem .quantity
    {
        padding: 50px 0 0 0;
    }

    .shoppingCartItem .price, .shoppingCartItem .options
    {
        padding: 58px 0 0 0;
    }

    .discountItem .options {
        padding: 29px 0 0 0;
    }

    .discountItem .priceDiscount
    {
        width: 120px;
        padding: 30px 0 0 120px;
    }

    .subtotalContainer
    {
        width: 300px;
    }

        .subtotalContainer .label
        {
            width: 90px;
            margin: 0;
        }

        .subtotalContainer .value
        {
            width: 150px;
        }

    .promoCodeContainer
    {
        width: auto;
    }

        .promoCodeContainer input[type="text"]
        {
            width: 170px;
        }

    .optionButtonsSpacer
    {
        height: 20px;
    }
}

@media screen and (min-width: 1250px)
{
    .shoppingCartItem .productPhoto, .discountItem .discountIcon
    {
        width: 100px;
    }

    .shoppingCartItem .productDetails, .discountItem .discountDetails
    {
        margin: 0 0 0 30px;
        padding: 30px 0 0 0;
        width: 650px;
    }

    .shoppingCartItem .quantity, .shoppingCartItem .price
    {
        width: 150px;
    }

    .discountItem .priceDiscount
    {
        width: 150px;
        padding: 35px 0 0 150px;
    }

    .subtotalContainer
    {
        width: 400px;
    }

        .subtotalContainer .label
        {
            width: 150px;
            margin: 0;
        }

        .subtotalContainer .value
        {
            width: 150px;
        }

    .promoCodeContaienr
    {
        margin: 10px 0 0 0;
    }

    .promoCodeContainer input[type="text"]
    {
        width: 250px;
    }

    .optionButtonsSpacer
    {
        height: 20px;
    }
}

@media screen and (min-width: 1400px)
{
    .shoppingCartItem .productPhoto, .discountItem .discountIcon
    {
        width: 100px;
    }

    .shoppingCartItem .productDetails, .discountItem .discountDetails
    {
        margin: 0 0 0 30px;
        padding: 30px 0 0 0;
        width: 800px;
    }

    .discountItem .priceDiscount
    {
        width: 150px;
        padding: 30px 0 0 150px;
    }

    .subtotalContainer
    {
        width: 400px;
    }

        .subtotalContainer .label
        {
            width: 150px;
            margin: 0;
        }

        .subtotalContainer .value
        {
            width: 150px;
        }

    .promoCodeContainer input[type="text"]
    {
        width: 300px;
    }

    .optionButtonsSpacer
    {
        height: 20px;
    }
}
