.checkout-cart-index .page-head-alt {
    margin: 20px auto;
    text-transform: uppercase;
}
.checkout-cart-index .page-head-alt h2 {
    float: left;
    font-size: 30px;
    line-height: 2.8;
    max-width: 50%;
}
.page-head-alt .checkout-types li.bml-checkout-type + li {
    top: 0;
}
/* Products */
#shopping-cart-table {
    border: none;
    max-width: 100%;
    overflow: visible;
}
#shopping-cart-table thead tr th,
#shopping-cart-table tbody tr td {
    background: none;
    border: none;
}
#shopping-cart-table thead tr th {
    border-bottom: solid 4px #000;
    color: #000;
    font-size: 14px;
    padding: 0 15px 15px !important;
    text-transform: uppercase;
}
#shopping-cart-table tbody tr td {
    border-top: solid 1px #f3f3f3;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 15px;
    text-transform: uppercase;
}
#shopping-cart-table tbody tr.first td {
    border-top: none;
}
#shopping-cart-table tbody .title {
    font-size: 20px;
    text-transform: uppercase;
}
#shopping-cart-table tbody .title a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
#shopping-cart-table tbody .title a:hover {
    text-decoration: underline;
}
#shopping-cart-table tbody .item-options {
    font-size: 14px !important;
    margin-top: 10px !important;
}
#shopping-cart-table tbody .item-options dt {
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
}
#shopping-cart-table tbody .item-options dd {
    font-size: 12px;
    font-style: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#shopping-cart-table tbody .cart-middle {
    vertical-align: middle;
}
#shopping-cart-table tbody .cart-price {
    padding-right: 0;
    text-align: center;
}
#shopping-cart-table tbody .qty {
    background: #fcfcfc;
    border: solid 1px #b4b4b4;
    color: #000;
    height: 32px;
    line-height: 1;
    text-align: center;
    width: 32px;
}
#shopping-cart-table tbody .qty {
    -webkit-box-shadow: inset -1px 1px 3px #c1c1c1;
       -moz-box-shadow: inset -1px 1px 3px #c1c1c1;
            box-shadow: inset -1px 1px 3px #c1c1c1;
}
#shopping-cart-table tbody .cart-price-container {
    position: relative;
}
#shopping-cart-table tbody .btn-cart-remove {
    color: #000;
    display: block;
    font-size: 10px;
    font-family: 'Oswald', Arial, sans-serif;
    left: 0;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 15px;
    width: 100%;
    z-index: 1;
}
#shopping-cart-table tbody .btn-cart-remove:hover {
    text-decoration: underline;
}
#shopping-cart-table tfoot tr td {
    border-top: solid 4px #000;
    padding: 10px 0;
    text-align: center;
}
#shopping-cart-table tfoot .cart-footer {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
}
#shopping-cart-table tfoot button {
    cursor: pointer;
    float: right;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
}
#shopping-cart-table .button {
    float: right;
    font-family: 'Oswald', Arial, sans-serif !important;
    font-weight: 400;
    padding: 7px 15px 4px;
}
#shopping-cart-table tfoot span {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 7px;
    text-transform: uppercase;
}
/* Collaterls */
.shopping-cart-collaterals {
    margin-top: 20px;
    padding: 0 2% 0 0;
    width: 68%;
}
.shopping-cart-collaterals .box {
    background: none;
    border: none;
    border-bottom: solid 1px #e6e6e6;
    padding: 2%;
}
.shopping-cart-collaterals .box h4 {
    background-image: none;
    padding-left: 0;
}
.shopping-cart-collaterals .box p {
    margin-bottom: 10px;
}
.shopping-cart-collaterals .box div input {
    margin-top: 2px;
}
.shopping-cart-collaterals .box .form-button-alt {
    font-family: 'Oswald', Arial, sans-serif !important;
}
/* Upsells */
.shopping-cart-collaterals .upsell {
    border: none;
    border-bottom: solid 1px #e6e6e6;
    background: none;
    padding: 2%;
}
.shopping-cart-collaterals .upsell .product-shop {
    width: auto;
}
.shopping-cart-collaterals .upsell h5 a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.shopping-cart-collaterals .upsell .old-price {
    height: auto !important;
}
.shopping-cart-collaterals .upsell .old-price .price {
    color: #000 !important;
    font-size: 16px !important;
}
.shopping-cart-collaterals .upsell .price-box .price {
    color: #000;
}
.shopping-cart-collaterals .upsell .price-box .price .price-label {
    display: none !important;
}
.shopping-cart-collaterals .upsell .price-box .special-price {
    position: static;
    width: auto;
}
.shopping-cart-collaterals .upsell .price-box .special-price > .price-label {
    font-size: 15px !important;
    line-height: normal !important;
    width: auto !important;
}
.shopping-cart-collaterals .upsell .price-box .special-price .price {
    font-size: 15px !important;
}
.shopping-cart-collaterals .upsell button {
    font-family: 'Oswald', Arial, sans-serif !important;
    text-transform: uppercase;
}
/* Totals */
.shopping-cart-totals {
    background: #f3f3f3;
    border: none;
    color: #000;
    margin-top: 20px;
    padding: 1.5%;
    text-transform: uppercase;
    width: 27%;
}
.shopping-cart-totals h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-align: left;
}
.shopping-cart-totals tbody td {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    text-align: left;
}
.shopping-cart-totals tfoot td {
    border-top: solid 4px #e5e5e5 !important;
    color: #000;
    font-size: 16px;
    padding: 10px 0 5px;
    text-align: left;
}
.shopping-cart-totals tfoot td + td {
    font-size: 24px;
    line-height: 1;
}
.shopping-cart-totals .checkout-types {
    padding: 0;
    width: 100%;
}
.shopping-cart-totals .checkout-types li {
    margin: 10px 0 0;
}
.shopping-cart-totals .checkout-types li:first-child {
    margin-top: 0;
}
.shopping-cart-totals .checkout-types .button {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
}