/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */
 
.shopcada-checkout {
    --font-family: 'Karla',sans-serif;
    padding: 0;
}

.checkout-form label.option {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.checkout-form .option-selector .form-radios .form-item {
    display: flex;
    align-items: flex-start;
}

.checkout-form .option-selector .form-radios .form-item input.form-radio {
    margin-top: 3px;
}

.checkout-card#payment .form-radios>div.form-item {
    display: flex;
    align-items: flex-start;
}

.checkout-card#payment .form-radios>div.form-item input.form-radio {
    margin-top: 3px;
}

#edit-agree-tnc-wrapper {
    display: flex;
    align-items: flex-start;
}

#edit-agree-tnc-wrapper label.option {
    text-transform: none;
}

#edit-agree-tnc-wrapper input.form-checkbox {
    margin-top: 3px;
}

.shopcada-checkout .checkout-navigation input.form-submit:active:hover,
.shopcada-checkout .checkout-navigation input.form-submit:active:focus {
    border-color: #cea89b;
    background: #cea89b;
}

#uc-cart-checkout-review-form > div {
    display: flex;
    justify-content: space-between;
}

#uc-cart-checkout-review-form #edit-back {
    border: 0;
    padding: 0;
    text-transform: none;
    color: #333;
    font-weight: 400;
}

#uc-cart-checkout-review-form #edit-back:focus,
#uc-cart-checkout-review-form #edit-back:hover {
    background: transparent;
    color: #cea89b;
}

.checkout-main table {
    display: inline-block;
    width: 100%;
}

.checkout-main table td {
    padding: 0;
}

.checkout-main table td:last-child {
    width: 100%;
    text-align: right;
}

.cart-item__description__attributes .item-list ul {
    padding: 0;
    margin: 5px 0;
}