.simplecheckout {
    overflow:hidden;
    width:100%;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-block {
    margin-bottom: 18px;
    overflow: auto;
    padding: 12px;
    text-align:right;
    clear: both;
}
.simplecheckout-cart-responsive {
    margin-bottom: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.simplecheckout-block {
    margin-bottom: 18px;
    clear: both;
}
.simplecheckout-block-heading-button {
    float:right;
    margin-right: 10px;
}
.simplecheckout-block-heading-button a {
    display:inline-block;
}
.simplecheckout-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    clear: both;
}
.simplecheckout-cart td.quantity {
    width: 10%;
}
.simplecheckout-cart td.price {
    width: 10%;
}
.simplecheckout-cart td.total {
    width: 10%;
}
#customer_main_comment {
    margin-top: 0;
    height: 50px;
}
.journal-checkout > div .radio {
  padding: 3px 0 0 0;
  margin-bottom: 2px; 
}
.journal-checkout  > div .radio label {
  padding-bottom: 6px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-color: #f4f4f4;
  display: block; 
}
.journal-checkout  > div .radio:last-of-type label {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-coupon {
    width: 100%;
}
#simplecheckout_proceed_payment {
    display: block;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    text-align: center;
}
#simplecheckout_proceed_payment img{
     width: 100%;
     max-width: 200px;
     ​height: auto;
}
#customer_address_id {
     width: 100%;
}
.simplecheckout-right-column {
    float:right;
    width:50% !important;
    min-width: 280px;
}
@media only screen and (max-width:768px) {
    .simplecheckout-left-column {
        display:block;
        width: 100%;
    }
    .simplecheckout-right-column {
        display:block;
        width: 100% !important;
    }
}

