.checkout-new {
    background-color: #D0D0D0;
}

.checkout-new .form-control {
    height: 36px;
    background-color: #FFFFFF;
}

.rowblock .row:last-child {
    border-bottom: 1px solid #000000;
    margin-bottom: 0px;
}

.rowblock .row {
    margin-bottom: 10px;
}

.rowblock {
    margin-top: 10px;
}

.itemblock {
    border-bottom: 1px solid #000000;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.deliveryblock {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin-left: 10px;
    margin-right: 25px;
    margin-top: 10px;
    border-radius: 25px;
    height: 80px;
    min-height: 80px;
}

.deliveryblock .row {
    text-align: left;
}

.deliveryblock .row div {
    height: 58px;
    padding-top: 5px;
}

.deliveryblock input[type="checkbox"] {
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 0px;
}

.address-delivery .row:last-child {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.address-delivery {
    border-bottom: 1px solid #000000;
}

.checkout-left {
    background-color: #D0D0D0;
}

.checkout-left input[type="radio"], input[type="checkbox"] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.checkout-left .address input::placeholder {
    text-align: right;
}

.checkout-left .row, .checkout-middle .row {
    text-align: center;
}

.account-details div:last-child {
    text-align: left;
}

.checkout-middle {
    height: 100%;
}

.checkout-right .row {
    text-align: center;
    padding-right: 20px;
}

.checkout-right input[type="radio"], input[type="checkbox"] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.checkout-charity {
    padding-bottom: 5px;
}

.checkout-charity-items > * {
    vertical-align: middle;
    line-height: normal;
}

.checkout-charity-items > .selected {
    background-color: #45CBF4;
}

.checkout-charity-item {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    min-width: 100px;
    height: 50px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.checkout-charity-item span {
    font-size: 10px;
}

.checkout-charity-item-small {
    font-size: 20px;
}

.checkout-charity-item-large {
    font-size: 35px;
}

.checkout-charity input {
    border: 0px;
    border-bottom: 1px solid #000000;
    height: 15px;
    width: 64px;
    font-size: 19px;    
}

.checkout-total-payable {
    font-size: 20px;
}

.checkout-buy-button {
    background-color: #679D59;
    width: 90%;
    min-height: 60px;
}

.itemblock .row {
    text-align: left;
}

.checkout-middle {
    background-color: #FFFFFF;
}

.checkout-middle .rowblock:last-child .row:last-child {
    margin-bottom: 100px;
}

.checkout-right {
    background-color: #D0D0D0;
    padding-bottom: 10px;
}

.checkout-title {
    margin-top: 0px;
}

.checkout-title b {
    font-size: 25px;
}

.checkout-reference .row:last-child {
    border-bottom: 0px;
}

.checkout-items {
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 25px;
    padding-right: 15px;
}

.checkout-items-block {
    border-top: 1px solid #000000;
    margin-left: -15px;
    margin-right: -15px;
}

.checkout-image {
    border: 1px solid #000000;
    border-radius: 25px;
}

.checkout-image img {
    width: 108px;
    height: 108px;
}

.checkout-reference .row:last-child {
    padding-bottom: 5px;
}

.checkout-paymentamount {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 25px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
}

.checkout-paymentamount .row {
    text-align: left;
    padding-left: 20px;
}

.checkout-paymentamount .row:last-child {
    border-bottom: 0px;
}

.checkout-postcode-button, .checkout-voucher-button, .checkout-login-button {
    background-color: #45CBF4;
    border: 1px solid #1FA3C1;
}

.checkout-postcode-button:hover, .checkout-voucher-button:hover, .checkout-login-button:hover {
    background-color: #8AB03A;
    border: 1px solid #759531;
}

.checkout-login-button {
    width: 100%;
}

.checkout-login .row:last-child, .checkout-payment .row:last-child, .checkout-buy .row:last-child {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.checkout-hidden {
    display: none;
}

.checkout-staysecure div {
    display: inline-block;
}

.checkout-staysecure > * {
    vertical-align: middle;
    line-height: normal;
}

.checkout-staysecure img {
    width: 25px;
}

.checkout-staysecure span {
    color: #45CBF4;
    text-decoration: underline;
    cursor: pointer;
}

.checkout-paymentmethod-icons img {
    display: inline-block;
}

.checkout-time {
    color: #EE0000;
}

.align-left {
    text-align: left;
}

.discount-code {
    color: #679D59;
}

#InvoiceAddressBlock, #OrderReferenceBlock, #OrderNotesBlock, #CreateAccountBlock {
    display: none;
}

#LoginError, #DiscountCodeError {
    color: #EE0000;
}

#DiscountCode, #DeliveryPostcode, #InvoicePostcode {
    text-transform: uppercase;
}