.main-container-inner {
    background-color: #fff;
    margin: 20px 0;
    overflow: hidden;
}
.cart-info, #shipping-address {
    font-size: 12px;
}
.cart-info .quantity-adder .add-action {
    border: 1px solid #d0d0d0;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    padding: 5px 8px;
    position: relative;
    top: 1px;
}
.cart-info table {
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    border-bottom: 1px solid #ddd;
    color: #333;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: center;
}
.cart-info tbody td {
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
}
.cart-info tbody .image img {
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type="image"], .cart-info tbody .quantity img {
    cursor: pointer;
    position: relative;
    top: -5px;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: center;
}
.cart-info tbody span.stock {
    color: #f00;
    font-weight: bold;
}
small {
    font-size: 99%;
}
.quantity input[type="text"] {
    text-align: center;
    width: 24px;
}
.cart-total {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #efefef;
    float: right;
    margin-top: 12px;
    padding-top: 8px;
    width: 100%;
    padding-right: 2%;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: left;
}
#total .total {
    color: #ff9600;
    font-weight: bold;
}
.buttons {
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    padding-right: 2%;
}
.buttons .right {
    float: right;
    text-align: right;
}
.checkout > a, a.button, input.button, button.btn-submit {
    background: none repeat scroll 0 0 #ff9600;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    padding: 0 25px;
    text-shadow: none;
}
.checkout-button {
    text-align: center;
}
.buttons .right {
    float: right;
    text-align: right;
}
.margin-8 {
    margin-right: 8px;
}
.checkout-heading {
    border-bottom: 1px dashed #ddd;
    color: #555555;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 5px;
    text-transform: uppercase;
}
#shipping-address a {
    text-transform: none;
}
.checkout-content {
    display: block;
    overflow: hidden;
    padding: 0 0 15px;
}
table.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form tr td:first-child {
    width: 130px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 93%;
    padding: 5px;
}
.required {
    color: #ff0000;
    font-weight: bold;
}
.checkout-content {
    overflow: hidden;
    padding: 0 0 15px;
}
table.radio {
    border-collapse: collapse;
    width: 100%;
}
table.radio td {
    padding: 5px;
}
table.radio td.radio {
    display: none;
}
.checkbox label, .radio label {
    padding: 0;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: none repeat scroll 0 0 #f1ffdd;
    cursor: pointer;
}
table.radio tr td input[type="radio"] {
    display: none;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
label {
    display: block;
    margin-bottom: 5px;
}
.checkout-content {
    overflow: hidden;
    padding: 0 0 15px;
}
.checkout-content {
    overflow: hidden;
    padding: 0 0 15px;
}
.checkout-content .checkout-product {
    background: none repeat scroll 0 0 #fff;
}
.checkout-product table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    background-color: #f7f7f7;
    color: #4d4d4d;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    border-bottom: 1px solid #dddddd;
    vertical-align: top;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
}
.payment {
    overflow: hidden;
    padding-top: 9px;
}
.checkout-content .buttons {
    clear: both;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #shipping-address table tr td, .address-login table tr td {
    float: left;
    width: 100%;
  }
}

@media (min-width: 400px) and (max-width:450px){
  #shipping-address table tr td, .address-login table tr td {
    float: left;
    width: 100%;
  }
}

@media (min-width:360px) and (max-width: 399px) {
  #shipping-address table tr td, .address-login table tr td {
    float: left;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width:359px){
  #shipping-address table tr td, .address-login table tr td {
    float: left;
    width: 100%;
  }
}