

.storecart .page-title, .storecheckout .page-title {
    display: none;
}

.storecart .category-dropdown {
    text-align: left;
}

.storecart .state-dropdown select {
    margin: 5px 0;
}

.top-buttons .next {
    display: none;
}

.panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-body {
    padding: 15px 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.panel-heading h2 {
    margin: 10px 0;
}

hr.store-hr {
    display: none;
}

.btn.continue-shopping i, .btn.update i, .btn.apply i {
    display: none;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e5e5e5;
    color: #303030;
    padding-bottom: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #e5e5e5;
}

.table > tbody > tr > td.thead-qty, .table > tbody > tr > td.thead-price {
    border-top: none;
}

.cart-totals {
    border-top: medium none;
    margin-top: 0;
}

.cart-image {
    max-width: 70px;
    min-height: 90px;
}

.cart-image .image.img-responsive[alt] {
    font-size: 14px;
}

.cart-total span {
    float: right;
}

.btn.update {
    display: block;
    /*padding: 10px 27px;*/
}

.btn.remove {
    clear: right;
    display: block;
    float: right;
    height: 30px;
    padding: 4px;
    width: 30px;
    font-size: 14px;
}

.heading-link a {
    text-decoration: none;
}

#shippingOptionsForm .heading h4 {
    font-size: 24px;
}

.cart-wrapper {
    padding: 0;
}

.showcart .cart-wrapper, .showCart .cart-wrapper, .showPaymentInformation .cart-wrapper {
    padding: 0;
}

.submit-row .text-right.col-sm-8 {
    padding-top: 20px;
}

.cart-quantity, .cart-prices {
    border-top: medium none !important;
}

#loginForm .panel-heading {
    margin-top: 10px;
    text-align: left;
}

.storecheckout .password-rules {
    text-align: right;
}

.mobile-summary .cart-product.table {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .cart-quantity, .cart-prices {
        padding: 0 0 20px !important;
    }
}

.cart-title h4 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
}

.btn.mobile-update, .btn.mobile-remove {
    height: 30px;
    margin-left: 10px;
    padding: 5px;
    width: 30px;
}

.mobile-summary .cart-prices {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.mobile-summary .price {
    padding: 0 0.5em;
}

a#whatsThisLink {
    display: none;
}

#modalSummary .table > thead:first-child > tr:first-child > th:last-child, #modalSummary .table > tbody > tr > td:last-child {
    text-align: right;
}

a.summary-link {
    text-decoration: none;
}

.storecheckout .nav-tabs {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    max-width: 100%;
}

.storecheckout .nav-tabs > li > a {
    border-radius: 0;
}

.storecheckout .nav-tabs > li.active > a {
    border-bottom: 1px solid #ddd;
}

.payment-row > .col-xs-12 {
    padding: 0;
}

.cartpaymenttypetabs {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 20px 0;
}

@media (max-width: 767px) {

    .storecheckout .nav-tabs > li > a {
        border-radius: 0;
        padding: 10px 8px;
    }

    .cartpaymenttypetabs {
        padding-top: 0;
    }

    .cartpaymenttypetabs #wallet.tab-pane.active .clearfix.container-fluid {
        margin-top: 0 !important;
    }

    .cartpaymenttypetabs #wallet.tab-pane.active .clearfix.container-fluid > .row {
        margin: 40px auto 10px;
    }

    .cartpaymenttypetabs #wallet.tab-pane.active .clearfix.container-fluid > .row.submit-row {
        margin: 0 auto 20px;
    }

    .storecheckout .nav-tabs > li.active > a:hover {
        border: 1px solid #ddd;
    }


}


#submitButtonPayment .text-right {
    width: 100%;
}

@media (min-width: 768px) {
    #sameasForm {
        text-align: right;
    }

    #sourceCodeForm, #giftCertificateForm, #giftMessageForm,
    #orderNotesForm, #preferencesForm, #loginForm, #addaddressForm {
        text-align: right;
    }

}

#sourceCodeForm .heading.checkbox label, #giftCertificateForm .heading.checkbox label,
#giftMessageForm .heading.checkbox label, #orderNotesForm .heading.checkbox label,
#loginForm .heading.checkbox label, #preferencesForm .heading.checkbox label,
#addaddressForm label, #sameasForm label {
    font-weight: bold;
    margin-bottom: 10px;
}

.formSubmitPersonal.clearfix {
    float: right;
}

.row.checkout-row, #addressbook .col-xs-12:last-of-type {
    text-align: right;
}

.thead-sku, .cart-sku {
    display: none;
}

.confirmation-totals td {
    text-align: right;
}

#wallet td i, #wallet .label {
    vertical-align: middle;
}

.storecheckout .contentarea {
    padding-top: 0;
}


/* remove fixed header and page image in checkout so you can read the section titles */
/*.storecheckout .header.header-fixed {
    position: relative;
}

@media (min-width: 992px) {
.storecheckout .header.header-transparent {
    background: #444;
}
}

.storecheckout #hero {
    display: none;
}*/

