﻿#cart {
    height: 100px;
    width: 175px;
    padding: 20px 20px 0 20px;
    display: inline-block;
    bottom: 0px;
    right: 0px;
    position: fixed;
}

    #cart div img {
        width: 40px;
        height: 40px;
    }

    #cart .cart-text {
        margin: 0 0 0 10px;
    }

    #cart div #cart_toOrder {
        visibility: hidden;
        display: none;
    }

        #cart div #cart_toOrder a.button {
            width: 100%;
        }

    #cart div #cart_emptyCart {
        width: 100%;
        text-align: center;
    }
