﻿#shoppingcart.page {
    /*padding:20px 8%;*/
}

.shoppingcart__content, .abandonedcart__content {
    background-color: #fff;
}

.shoppingCart-emptyCart-contentBlock {
    background: #fff;
    padding: 40px 10% 80px;
}

.shoppingcart__header, .abandonedcart__header {
    padding: 4% 8% 4%;
}

.shoppingcart__items, .abandonedcart__items {
    border-top: 2px solid #f6f6f6;
    padding: 0 25px;
}

.shoppingcart__item, .abandonedcart__item {
    border-bottom: 1px solid #ddd;
    padding: 2rem 0 2rem;
}

.shoppingcart__totals, .shoppingcart__supplement {
    padding: 47px 25px 48px;
}

.shoppingcart__header .shipping-msg {
    text-align: center;
}

.shoppingcart__rewards__display {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}

    .shoppingcart__rewards__display .shoppingcart__rewards__display__logo {
        width: 80px;
        margin-right: 2rem;
    }

dl.total-dl, dl.total-dl-totals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-itmes: baseline;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.total-dl-totals {
    font-size: 2rem;
}

.shoppingcart__item .shoppingcart__item__description, .abandonedcart__item .abandonedcart__item__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 23px;
    max-width: 400px;
}

    .shoppingcart__item .shoppingcart__item__description .item__image, .abandonedcart__item .abandonedcart__item__description .item__image {
        width: 60px;
    }

    .shoppingcart__item .shoppingcart__item__description .item__info {
        width: 75%;
        margin-left: 14px;
    }

.shoppingcart__item .shoppingcart__item__choices, .abandonedcart__item .abandonedcart__item__choices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 400px;
}

    .shoppingcart__item .shoppingcart__item__choices .item__quantity {
    }

    .shoppingcart__item .shoppingcart__item__choices .item__remove {
        color: #595959;
    }

    .abandonedcart__item .abandonedcart__item__choices .item__action__add {
        padding: 0 0 20px;
    }

    .shoppingcart__item .shoppingcart__item__choices .item__price, .abandonedcart__item .abandonedcart__item__choices .item__price {
    }

.shoppingcart__subfooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.shoppingcart__infoaccordion {
    order: 2;
}

.shippingcart__shippingcalculator {
    order: 1;
}

.shoppingcart__preheader, .abandonedcart__preheader {
    padding: 1rem 10% 1rem;
}

.shoppingcart__header, .abandonedcart__header {
    display: flex;
    flex-wrap: wrap;
}

    .shoppingcart__header .shoppingcart__header__message {
        flex-basis: 100%;
        text-align: center;
    }

    .shoppingcart__header .shoppingcart__header__action {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

.shoppingcart__pagetitle, .abandonedcart__pagetitle {
    text-align: center;
}

.shoppingcart__pagetitle, .shoppingcart__savecart, .shoppingcart_savedcartlink, .abandonedcart__pagetitle {
    padding: 1rem 0;
}

.shoppingcart__savecart {
    padding-top: 24px;
}

.shoppingcart__header__message .tout__with__image {
    justify-content: center;
}

    .shoppingcart__header__message .tout__with__image .text__container {
        flex-grow: initial;
    }

.shoppingcart__footer .shoppingcart__totals, .shoppingcart__footer .shoppingcart__supplement {
    width: 100%;
    padding: 32px 32px 32px 32px;
}
.shoppingcart__infoaccordion, .shippingcart__shippingcalculator {
    width: 100%;
    padding: 32px 32px 32px 32px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .shoppingCart-emptyCart-contentBlock {
        padding: 80px 32px 160px;
    }

    #shoppingcart.page {
        padding: 2rem 0 2rem;
    }

    .shoppingcart__content, .abandonedcart__content {
        padding: 2rem 2rem;
    }

    .shoppingcart__items, .abandonedcart__items {
        margin: 64px 0 78px;
        padding: 0;
    }

    .shoppingcart__item, .abandonedcart__item {
        padding: 33px 0;
    }

    .shoppingcart__header, .abandonedcart__header {
        padding: 0;
        align-items: center;
    }

        .shoppingcart__header .shoppingcart__header__action, .shoppingcart__header .shoppingcart__header__message {
            flex-basis: auto;
        }

        .shoppingcart__header .shoppingcart__header__action {
            margin-left: auto;
            order: 1;
        }

        .shoppingcart__header .shoppingcart__header__message {
            order: 0;
            text-align: left;
        }

    .shoppingcart__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-start;
    }

        .shoppingcart__footer .shoppingcart__totals {
            -ms-flex-order: 2;
            order: 2;
            padding: 0;
        }

        .shoppingcart__footer .shoppingcart__totals, .shoppingcart__header__action {
            width: 38%;
        }

        .shoppingcart__footer .shoppingcart__supplement {
            -ms-flex-order: 1;
            order: 1;
            padding: 0;
            width: 48%;
        }

    .shoppingcart__item, .abandonedcart__item {
        padding: 33px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        .shoppingcart__item .shoppingcart__item__description, .abandonedcart__item .abandonedcart__item__description {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            margin: 0;
            max-width: none;
        }

        .shoppingcart__item .shoppingcart__item__description, .abandonedcart__item .abandonedcart__item__description {
            width: 70%;
        }

        .shoppingcart__item .shoppingcart__item__choices, .abandonedcart__item .abandonedcart__item__choices {
            width: 30%;
        }

        .shoppingcart__item .shoppingcart__item__description .item__image, .abandonedcart__item .abandonedcart__item__description .item__image {
            width: 24%;
        }

        .shoppingcart__item .shoppingcart__item__description .item__info, .abandonedcart__item .abandonedcart__item__description .item__info {
            width: 62%;
            padding: 0 5.5% 0 0;
            margin: 0;
        }

        .shoppingcart__item .shoppingcart__item__choices, .abandonedcart__item .abandonedcart__item__choices {
            ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 0;
            margin: 0;
            max-width: none;
        }

            .shoppingcart__item .shoppingcart__item__choices .item__quantity {
                padding: 0;
                text-align: right;
            }

            .shoppingcart__item .shoppingcart__item__choices .item__remove {
                padding: 0 0 0 20px;
                text-align: right;
            }
            .abandonedcart__item .abandonedcart__item__choices .item__action__add {
                padding: 0 0 0 20px;
            }

            .shoppingcart__item .shoppingcart__item__choices .item__price, .abandonedcart__item .abandonedcart__item__choices .item__price {
                width: 100%;
            }

    .shoppingcart__infoaccordion, .shoppingcart__shippingcalculator {
        width: 45%;
        padding: 32px 0;
    }

    .shoppingcart__infoaccordion {
        order: 1;
    }

    .shoppingcart__shippingcalculator {
        order: 2;
    }

    .shoppingcart__preheader, .abandonedcart__preheader {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 4%;
    }

    .shoppingcart__pagetitle, .shoppingcart__savecart, .shoppingcart_savedcartlink {
        padding: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .shoppingcart__preheader, .abandonedcart__preheader {
        padding: 2rem 10% 2rem;
    }

    .shoppingcart__item .shoppingcart__item__choices .item__price, .abandonedcart__item .abandonedcart__item__choices .item__price {
        padding-top: 20px;
        text-align: right;
    }

    .shoppingcart__item .shoppingcart__item__description, .shoppingcart__item .shoppingcart__item__choices, .abandonedcart__item .abandonedcart__item__description, .abandonedcart__item .abandonedcart__item__choices {
        width: 50%;
    }

    .shoppingcart__pagetitle, .shoppingcart__savecart, .shoppingcart_savedcartlink, .abandonedcart__pagetitle {
        padding: 1rem 0 1rem;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
    .shoppingCart-emptyCart-contentBlock {
        padding: 120px 40px 240px;
    }

    .shoppingcart__item, .abandonedcart__item {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        .shoppingcart__item .shoppingcart__item__choices .item__price, .abandonedcart__item .abandonedcart__item__choices .item__price {
            padding: 0 0 0 30px;
            width: auto;
        }

    .shoppingcart__item__choices .item__remove label {
        display: flex;
        align-items: center;
    }

    .shoppingcart__item__choices .item__remove .fa-trash {
        font-size: 1.6rem;
    }

    .abandonedcart__preheader {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}