#small_cart {
    /*display: none;*/
    /*padding: 0 10px 10px;*/
    /*min-width: 422px;*/
    /*-webkit-box-shadow: 7px 7px 10px 0px rgba(128, 128, 128, 10);*/
    /*box-shadow: 7px 7px 10px 0px rgba(128, 128, 128, 10);*/
}

#secondary-menu ul.links li #small_cart a {
    color: #FFF;
    text-decoration: none;
    border: 0;
    float: left;
    text-transform: uppercase;
}

li.small_cart_menu_entry {
    position: relative;
}

li.small_cart_menu_entry > div {
    position: absolute;
    top: 35px;
    right: -68px;
    background: #F9F9F9;
    z-index: 1500;
}

#small_cart a {
    border: 0px solid #000;
    color: #000;
    margin-right: 5px
}

#small_cart a:hover {
    color: #000;
    text-decoration: none;
}

#small_cart_table {
    width: 100%;
    margin: 0;
}

#small_cart_table tr.small_cart_form_row {
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
}

#small_cart_table td,
#small_cart_table th {
    text-align: center;
    padding: 4px 2px;
}

#small_cart_table .small_cart_product_title {
    /*min-width: 250px;*/
    text-align: left;
}

#small_cart_table .small_cart_product_quantity {
    /*min-width: 30px;*/
}

#small_cart_table .small_cart_product_total {
    /*min-width: 50px;*/
}

#small_cart_table #small_cart_subtotal {
    text-align: right;
}

#small_cart_table #small_cart_subtotal_amount {
    font-weight: 700;
    padding: 0 5px 0 5px;
}

.views-widget-sort-criteria,
.views-widget-sort-by,
.views-widget-sort-order {
    display: none;
}

#surcharge_notification {
    display: none;
    color: black;
    margin: -20px 0 2px 79px;
    width: 58%;
}

#surcharge_notification a {
    font-weight: bold;
}