.payment_method_logo {
  margin-top: 10px;
}
.checkout-wrapper {
  text-align: right;
  float: right;
}
.checkout-wrapper #submit {
  display: block;
  float: none;
}
.checkout-wrapper .notification-area {
  text-align: center;
  font-size: 12px;
  color: #808080;
  padding-top: 0.2em;
}
.checkout-wrapper .notification-area img {
  display: inline;
  height: 0.7em;
  margin-right: 0.2em;
}
.payable table {
  font-weight: bold;
  color: #000;
}
.payable table td:first-child {
  color: #b3aa9a;
  text-align: right;
}
#payment_method_clarification {
  line-height: normal;
}
.prices-holder {
  margin-top: 29px;
  margin-left: 17px;
}
.prices-holder > div {
  padding: 2px;
}
.current-price {
  font-weight: bold;
  font-size: 21px;
  margin-left: -4px;
}
.strike-through {
  position: relative;
}
.strike-through:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  border-top: 2px solid;
  border-color: #f00;
  -webkit-transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -o-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
  width: 35px;
  height: 50px;
}
.currency_symbol.strike-through {
  margin-right: 5px;
}
.currency_symbol.strike-through:before {
  width: 30px;
  left: 12px;
  top: 4px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.limited-time-offer {
  margin-left: -32px;
  margin-right: -80px;
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 500px) {
  .limited-time-offer {
    margin-left: 0px;
  }
  .warranty {
    display: block;
    padding: 2px 15px;
  }
}
