#shopping-cart
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 8px;
}

#shopping-cart td
{
    width: auto;
    padding: 4px;
    border-bottom: dashed 1px #d3d3d3;
    vertical-align: middle;
}

#shopping-cart thead td
{
    font-size: 16px;
    border-bottom: solid 1px #d3d3d3;
    text-align: left;
    font-weight: bold !important;
}

#shopping-cart thead .description
{
    font-size: 16px;
}

#shopping-cart .image img
{
    max-width: 75px;
    border: solid 1px #d3d3d3;
}

#shopping-cart .description
{
    font-size: 14px;
}

#shopping-cart .price
{
    text-align: left;
}

#shopping-cart .price .onsale
{
    font-weight: bold;
    color: #0a832f;
}

#shopping-cart .actions
{
    text-align: right;
}

#shopping-cart .actions a
{
    text-align: right;
    display: inline-block;
    border-radius: 100%;
    padding: 5px 9px 5px 9px;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    transition: all 0.3s;
}

#shopping-cart .actions a:hover
{
    background-color: #4E4E4E;
}

#shopping-cart thead .price, #shopping-cart thead .actions
{
    text-align: left;
    font-weight: normal;
}

#store-selector
{
    margin-bottom: 20px;
}

#store-selector h3
{
    font-size: 20px;
    margin: 20px 0 10px 0;
}

#store-selector select
{
    margin-right: 10px;
}

#store-selector .local-pickup-details
{
    color: #000;
    font-size: 22px;
    border: solid 1px #333;
    background-color: #efefef;
    padding: 10px;
    margin-top: 10px;
}

#store-selector .local-pickup-details .name
{
    font-weight: bold;
}

#store-selector .local-pickup-details .hours
{
    color: #000;
}

#store-selector .local-pickup-details span
{
    display: block;
    font-weight: bold;
    color: #000;
}

#store-selector .local-pickup-details .phones span
{
    padding-top: 10px;
    font-style: italic;
    font-weight: normal;
}

#store-selector .local-pickup-details .hours span
{
    padding-top: 10px;
    font-style: italic;
    font-weight: normal;
}

#store-selector .local-pickup-view-details
{
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 0;
}

#cart-steps
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cart-steps > div
{
    width: 31%;
    flex-wrap: wrap;
}

#shopping-taxrate
{
    text-align: right;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 5px;
}

#shopping-taxrate .taxrate-label, #shopping-taxrate .taxamount-label
{
    font-weight:  bold;
}

#coupon
{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}

#coupon form
{
    display: block;
    width: 450px;
    margin: 0 auto 0 auto;
    padding: 0;
}

#applied-coupons
{
    border-top: solid 1px #000;
    margin-top: 15px;
    padding-top: 15px;
}

#applied-coupons h4
{
    margin: 0;
    padding: 0 0 15px 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#applied-coupons .coupon
{
    padding: 7px;
    border-bottom: dotted 1px #000;
}

#applied-coupons .coupon .label
{
    font-weight: bold;
}

#applied-coupons .coupon a
{
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    padding: 5px 9px 5px 9px;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    transition: all 0.3s;
    margin-right: 7px;
}

#applied-coupons .coupon a:hover
{
    background-color: #4E4E4E;
}

#shopping-total
{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}

#shopping-total .total-label
{
    font-weight:  bold;
}

#totals
{
    padding-top: 40px;
}

#totals .note
{
    text-align: center;
    font-size: 13px;
}

#totals .totals
{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 4px;
}

#totals .totals .total-label
{
    font-weight:  bold;
}

#totals .totals .savings
{
    color: #ff0000;
}

#totals .totals .total-price
{
    width: 25%;
}

#totals .free-notice
{
    padding: 10px 0 10px;
    margin: 10px auto 10px auto;
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 95%;
}

#totals .free-notice div:first-child
{
    font-weight: bold;
    text-align: center;
}

#shopping-total .total-price
{
    font-size: 18px;
}

#shopping-shipping .shipping-label
{
    font-weight:  bold;
}

#shopping-shipping form > div
{
    padding: 5px;
    text-align: center;
}

#shopping-shipping form input[type=submit],
#shopping-shipping form input[type=text],
#shopping-shipping form select,
#totals form input[type=submit]
{
    display: block;
    text-align: center;
    width: 95%;
    margin: 20px auto 0 auto;
}

#shopping-shipping form select,
#shopping-shipping form input[type=text]
{
    width: 95% !important;
    margin: 0 auto 0 auto;
}

#coupons form input[type=text]
{
    width: 95%;
    margin: 0 auto 0 auto;
    display: block;
}

#coupons form input[type=submit]
{
    display: block;
    text-align: center;
    width: 95%;
    margin: 7px auto 0 auto;
}

#checkout-link
{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

#no-shipping-selected
{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #FF5555;
    font-weight: bold;
    text-align: center;
}

#no-shipping-selected strong
{
    color: #000;
}

#local-pickup-link
{
    cursor: pointer;
    color: #2DAC48;
    font-weight: bold;
    border-bottom: solid 2px transparent;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
}

#local-pickup-link:hover
{
    border-bottom: solid 2px #2DAC48;
}

#shopping-locations
{
    border: solid 2px #d3d3d3;
    background-color: #fff;
    display: none;
    overflow: auto;
    z-index: 99999;
}

#shopping-locations h2
{
    padding-left: 7px;
    margin-bottom: 10px;
}

#shopping-locations .message
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    border: solid 1px #E22424;
    color: #E22424;
    padding: 7px;
    text-transform: uppercase;
}

#shopping-locations .location
{
    border-bottom: dotted 1px #d3d3d3;
    display: block;
    padding: 7px;
    margin-bottom: 10px;
    cursor: pointer;
}
#shopping-locations .location:hover
{
    background-color: #d3d3d3;
}

#shopping-locations .location div.details
{
    float: left;
    color: #000;
    font-size: 22px;
}

#shopping-locations .location div.details .name
{
    font-weight: bold;
}

#shopping-locations .location div.hours
{
    float: right;
    color: #000;
}

#shopping-locations .location span
{
    display: block;
    font-weight: bold;
    color: #000;
}

#shopping-locations .location div.phones span
{
    padding-top: 10px;
    font-style: italic;
    font-weight: normal;
}

#shopping-locations .location div.hours span
{
    padding-top: 10px;
    font-style: italic;
    font-weight: normal;
}

#shopping-locations span.close
{
    cursor: pointer;
    float: right;
    margin-right: 7px;
}

#shopping-locations .extras span
{
    display: inline;
}

.recent-products
{
    overflow-y: scroll;
    max-width: 100%;
    padding: 10px;
    border: dotted 2px #d3d3d3;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 150px;
    max-height: 350px;
}

.recent-products:hover
{
    border: dotted 2px #333;
}

.recent-products .recent-product
{
    width: 190px;
    margin-bottom: 20px !important;
    border: solid 1px #f6f6f6;
    padding: 5px;
}

.recent-products .recent-product *
{
    text-align: center;
}

.recent-products .recent-product:hover
{
    border: solid 1px #E0E0E0;
}

.recent-products .recent-product .image
{
    display: flex;
    height: 90px;
    align-items: center;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.3s;
    justify-content: center;
    padding-bottom: 4px;
}

.recent-products .recent-product:hover .image,
.recent-products .recent-product .image:hover
{
    opacity: 1.0;
}

.recent-products .recent-product .title a
{
    font-weight: bold;
}

@media all and (max-width: 900px)
{
    #cart-steps > div
    {
        width: 48%;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
}

@media all and (max-width: 750px)
{
    #cart-steps > div
    {
        width: 98%;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
}

@media all and (max-width: 600px)
{
    #shopping-locations .location div.details
    {
        float: none;
    }

    #shopping-locations .location div.hours
    {
        float: none;
    }
}

@media all and (max-width: 480px)
{
    form.ecommerce-cart .update
    {
        display: block;
        margin: 0 auto 15px auto;
    }

    #shopping-cart thead
    {
        display: none;
    }

    #shopping-cart tbody tr
    {
        display: block;
        border-bottom: dotted 1px #333;
        padding: 5px 0 5px 0 ;
    }

    #shopping-cart tbody td
    {
        display: block;
        text-align: center;
        border-bottom: 0;
    }

    #shopping-cart .image
    {
        text-align: center;
    }

    #shopping-cart .image img
    {
        max-width: 95%;
        display: inline-block !important;
    }

    #shopping-cart .description a
    {
        font-size: 32px;
    }

    #shopping-cart .price
    {
        text-align: center;
        font-weight: bold;
        font-size: 26px;
    }

    #shopping-cart .price .onsale
    {
        font-weight: bold;
        color: #0a832f;
    }

    #shopping-cart .quantity input
    {
        text-align: center;
        width: 75% !important;
        font-size: 28px;
    }

     #shopping-cart .cost
    {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
    }

    #shopping-cart .actions
    {
        text-align: center;
    }

    .recent-products
    {
        justify-content: center;
        height: auto;
    }
}
