.header-inner.home{
    position: inherit;
}
.main-container.col1-layout {
    position: relative;
}
.header-page h1 {
    color: #444444;
}
table {
    width: 100%;
    border-spacing: 0;
}
#cart .image {
    text-align: center;
}
#cartformpage th {
    background: #f5f5f5;
    text-transform: uppercase;
}
table tr td:first-child, table tr th:first-child {
    padding-left: 0px;
}
table tr td, table tr th {
    padding: 0px;
}
table tr td, table tr th {
    padding: 10px;
    text-align: left;
}
table tr td {
    border-top: 1px solid #dddddd;
}
#cart .item, #cartform table .item-title {
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#cart .item {
    max-width: 400px;
}
#cart .qty {
    text-align: center;
}
#cart .price, #cart .remove {
    text-align: right;
    font-family: inherit;
}
#cartformpage td {
    padding: 5px;
}
#cart .image a, #cart .image img {
    margin: 0;
    border: none;
    max-height: 100px;
}
#cart .item-quantity, .line-item input {
    width: 64px;
    text-align: center;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    color: #808080;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 15px;
}
#cart .image a, #cart .image img {
    margin: 0;
    border: none;
    max-height: 100px;
}
strong {
    font-weight: 700;
}
#cartformpage .remove a {
    color: #333;
    margin-right: 20px;
}
#cart .image a, #cart .image img {
    margin: 0;
    border: none;
    max-height: 100px;
}
#cartformpage img {
    max-width: 50px;
}
.inner-right {
    margin-right: 0px ;
}
.checkout-buttons textarea {
    border-radius: 4px;
    height: 70px;
    border: 1px solid#ddd7d7;
}
textarea {
    resize: none;
}
.cart-buttons {
    float: right!important;
}
.inner-left {
    margin-left: 0px !important;
}
.cart-buttons {
    margin-top: 30px;
}
#cart .buttons {
    margin-top: 30px;
}

#checkout {
    float: right;
    margin-left: 15px;
}
.button-default {
    background: #00b099;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    float: right;
    height: 45px;
    line-height: 45px;
    position: relative;
    cursor: pointer;
    margin: 7px;
}
#update-cart {
    float: right;
}
