.checkout-section {
    position: relative;
    display: block;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout-section-heading {
    display: block;
    border-bottom: 1px solid #c0c0c0;
}

.checkout-section-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    font-size: 0.9em;
}

.checkout-clear {
    font-size: 1px;
    clear: both;
}

.checkout-section-action {
    display: block;
    float: right;
}

.checkout-section-body {
    display: block;
    float: left;
    width: 100%;
}

.checkout-section-body input, .checkout-section-body select, .checkout-section-body button {
    margin-top: 5px;
}

.checkout-section-body label {
    font-weight: normal;
}

.checkout-product-image {
    max-width: 75px;
    max-height: 75px;
}

.checkout-product-price {
    color: darkred;
    font-weight: bold;
    margin: 5px 0 5px 0;
    display: block;
}

.checkout-product-title {
    font-size: 1.1em;
    font-weight: bold;
}

.checkout-product-id {
    font-size: 0.8em;
}

.checkout-order-item {
    margin: 15px 0 15px 0;
}

.checkout-coupon-entry {
    padding-top: 5px;
}

.checkout-place-order-button {
    background-image: linear-gradient(to bottom, #ffd379 0,#ffa834 100%);
    width: 100%;
    font-weight: bold;
    font-size: 0.9em;
    text-shadow: none !important;
}

.checkout-place-order-button:hover {
    background-color: #ffa834;
}

.checkout-place-order-button-disabled {
    background-image: linear-gradient(to bottom, rgba(145, 138, 141, 0.71) 0, #857f82 100%);
    width: 100%;
    font-weight: bold;
    font-size: 0.9em;
    text-shadow: none !important;
}

.checkout-view-cart-btn {
    margin-right: 20px;

    background-color: #eeeeee;
    font-weight: bold;
    font-size: 0.9em;
}
.checkout-login-button {
    margin-left: 20px;

    background-color: #eeeeee;
    font-weight: bold;
    font-size: 0.9em;
}

.checkout-continue-shopping-button {
    background-color: #eeeeee;
    font-weight: bold;
    font-size: 0.9em;
}

.checkout-section-action-button {
    font-size: 0.9em;
}

body {
    padding-top: 10px !important;
    background-color: white !important;
    background-image: none !important;
    color: black !important;
}

.container {
    background-color: white !important;
}
