/* edit checkout page buttons - from styles/theme.css */


.btn {
  background-color: #D42020; 
  color: #ffffff;
}
.btn:hover {
  background-color: #860109; 
  color: #ffffff;
  cursor: pointer;
}

.ExpressCheckoutBlock .step {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #D42020;
    color: #fff;
    height: 36px;
    width: 36px;
    font-size: 19px;
    border-radius: 50%;
    position: absolute;
    left: -70px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle h3 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    cursor: auto;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.34px;
    line-height: 36px;
    color: #D42020;
}

.ExpressCheckoutBlockCollapsed {
    padding-top: 32px;
    padding-bottom: 36px;
}

.ExpressCheckoutBlockCollapsed .step {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    background-color: #757575;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle h3 {
    color: #757575;
    margin-bottom: 0;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
    text-transform: none;
    color: #999999;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    color: #D42020;
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 4px;
    top: auto;
    right: 20px;
}

.ExpressCheckoutBlockCompleted a.ChangeLink:hover {
    color: #860109;
    border-color: #cecece;
}


/* top header in checkout */

.header {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}


