.banners.container {
  padding-left: 0;
  padding-right: 0;
}
/** NEW CHECKOUT PAGE **/
.shopcada-checkout {
    --font-family: 'Droid Sans',sans-serif;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.shopcada-checkout textarea {
    width: 100%;
}

.shopcada-checkout .apply-button input[type=submit] {
    height: 100%;
}

.checkout-form label.option {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.extra_payment_method_message {
    width: 100%;
    padding-left: 18px;
}

.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: 1px;
}

.checkout-form .shipping-quotes label.option {
    width: 100%;
}

.checkout-card#payment .form-radios>div.form-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

#edit-payment-payment-method-paypal-wps-wrapper {
    flex-wrap: wrap;
}

#edit-payment-payment-method-paypal-wps-wrapper label.option {
    width: 90%;
}

.checkout-card#payment .form-radios>div.form-item input.form-radio {
    margin-top: 1px;
}

#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: 2px;
}

#edit-ptdiscount-userpoints-wrapper select {
    padding-right: 25px;
}

#edit-storecredit-credit-id-wrapper select {
    padding-right: 25px;
}

.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: #829acd;
    font-weight: 400;
    background: transparent;
    font-size: 13.5px;
    letter-spacing: 0.05em;
}

#uc-cart-checkout-review-form #edit-back:focus,
#uc-cart-checkout-review-form #edit-back:hover {
    background: transparent;
    color: #000;
}

.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;
}

.text-right {
    text-align: right;
}

.checkout-card label.option span.label-text {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shopcada-checkout input[type=email], .shopcada-checkout input[type=password], .shopcada-checkout input[type=tel], .shopcada-checkout input[type=text], .shopcada-checkout select, .shopcada-checkout span.select select {
    line-height: 1.3em;
}
