﻿.checkout-progress { text-align: center; margin-bottom: 50px; }

.checkout-progress-container { width: 100%; max-width: 400px; display: inline-block; }
ul.cpc-progress { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; list-style: none; margin: 0; font-size: 0; position: relative; }
ul.cpc-progress li { font-size: 12px; position: relative; cursor: pointer; }
ul.cpc-progress li.cpc-spacer { width: 100%; position: relative; }
ul.cpc-progress .cpc-step-number { font-size: 14px; display: inline-block; border-radius: 30px; border: 1px solid #000000; width: 30px; height: 30px; text-align: center; line-height: 1em; padding-top: 8px; }
ul.cpc-progress .cpc-title { position: absolute; left: 50%; margin-left: -40px; display: block; font-size: 10px; width: 80px; text-align: center; color: #000000; padding-top: 6px; line-height: 1.2em; min-height: 42px; }
ul.cpc-progress li.cpc-spacer span { position: absolute; display: block; width: 100%; height: 1px; left: 0; top: 14px; background-color: #000000; }

ul.cpc-progress li.cpc-button { }
ul.cpc-progress li.cpc-button.complete { }
ul.cpc-progress li.cpc-button.complete .cpc-step-number { font-size: 0; background-image: url("/_assets/tick-green.png"); background-size: cover; background-repeat: no-repeat; }

.delivery-choice-options { font-size: 0; margin: 10px 0 5px 0; }
.delivery-choice-options div { display: inline-block; width: 50%; margin: 0; padding: 0; font-size: 0; }
.delivery-choice-options div.left { padding-right: 10px; }
.delivery-choice-options div.right { padding-left: 10px; }
.delivery-choice-button { border: 1px solid #c0c0c0; font-size: 16px; width: 100%; display: block; margin: 0; padding: 50px 0; border-radius: 3px; background-color: #ffffff; }

.delivery-choice-button:hover,
.delivery-choice-button.active { border-color: #000000; }

.zero-font { font-size: 0; }

.mono-button { border: 1px solid #000000; background-color: #000000; color: #ffffff; padding: 10px 20px; font-size: 16px; transition: all 0.2s; }
.mono-button:hover { background-color: #ffffff; color: #000000; }

.btn.block { display: block; margin: 20px 0; }

.form-cell .dtc-find-address-postcode input[type=text],
.form-cell .search-discount-code-inner input[type=text] { display: inline-block; width: 60%; margin: 0; border-right: 0; vertical-align: top; }

.form-cell .dtc-find-address-postcode input[type=button],
.form-cell .search-discount-code-inner input[type=button] { display: inline-block; margin: 0; width: 40%; }

button.link-style,
input[type=button].link-style { font-size: inherit; font-weight: bold; text-decoration: underline; cursor: pointer; background-color: transparent; color: #008cb7; margin: 10px 0 20px 0; }

button.link-style.inline,
input[type=button].link-style.inline { margin: 0; }

.display-delivery-address { margin: 10px 0; }
.display-delivery-address span { display: block; line-height: 1.2em; margin-bottom: 5px; }

/*.form-cell.text-group label { margin-top: 16px; }*/
.form-cell.text-group input[type=text] { margin-bottom: 8px; }

.delivery-options { }

.delivery-option-list { font-size: 0; }

.delivery-option-list .delivery-option { }
.delivery-option-list .delivery-option label { }
.delivery-option-list .delivery-option label .price { position: absolute; top: 10px; right: 10px; font-weight: 700 }

.delivery-option-list .delivery-option:hover label { }

.delivery-option-list .delivery-option .delivery-option-indicator { }
.delivery-option-list .delivery-option.selected label { line-height: 1.2em }
.delivery-option-list .delivery-option.selected .delivery-option-indicator { }

.selectable-option { margin-bottom: 10px; }
.selectable-option label.selectable { display: block; border: 1px solid #d0d0d0; padding: 10px 80px 10px 40px; font-size: 16px; position: relative; transition: all 0.2s; line-height: 1.2em;}
.selectable-option label.selectable .selectable-option-indicator { position: absolute; top: 9px; left: 10px; display: block; width: 18px; height: 18px; background-image: url("/_assets/untick-green.png"); background-size: cover; background-repeat: no-repeat; }
.selectable-option label.selectable:hover { border-color: #000000; }
.selectable-option.selected label.selectable { border-color: #000000; }
.selectable-option.selected label.selectable .selectable-option-indicator { background-image: url("/_assets/tick-green.png"); }

.payment-method-container.error div label.selectable { border-color: #cc0000; box-shadow: 0 0 1px 1px #cc0000; }

.discount-code-section { margin: 30px 0; padding: 20px; background-color: #f7f7f7 }
.discount-code-section button.link-style { margin: 0 }

.search-discount-code-inner .mono-button { font-size: 12px; padding-left: 5px; padding-right: 5px; }
.enter-discount-code { }


.basket-container { margin: 30px 0; padding: 0; }
.basket-container .header { border-bottom: 1px solid #d0d0d0; margin-bottom: 10px; padding-bottom: 10px; position: relative; padding: 0 100px 0 0; min-height: 50px; padding-top: 6px; }
.basket-container .header h2 { }
.basket-container .header input[type=button] { position: absolute; top: 0; right: 0; }
.basket-container .header input[type=button] { top: 11px; }

.basket-container .basket-item { position: relative; padding: 5px 0 5px 80px; border-bottom: 1px dotted #d0d0d0; font-size: 0; margin-bottom: 10px; }

.basket-container .basket-item .basket-item-image { position: absolute; top: 10px; left: 0; }
.basket-container .basket-item .basket-item-image img { width: 50px; height: 50px; }
.basket-container .basket-item .basket-item-text { width: 100%; min-height: 60px; font-size: 14px; padding: 8px 60px 0 0; }
.basket-container .basket-item .basket-item-text .variation-label { margin: 5px 0 10px 0; font-size: 90%; display: block; }
.basket-container .basket-item .basket-item-price { position: absolute; top: 13px; right: 0; font-size: 14px; }

.basket-container .special-discount { margin: 0 0 0 0; padding: 15px 100px 10px 0; position: relative; border-top: 1px dotted #d0d0d0; font-size: 14px; color: #cc0000; }
.basket-container .special-discount span { font-size: inherit; color: inherit; }
.basket-container .special-discount span.special-discount-value { top: 15px; font-weight: normal; }

.rp-delivery-details { margin: 20px 0; }
.rp-delivery-details span { display: block; font-size: 14px; line-height: 1.2em; margin-bottom: 5px; }

.rp-delivery-method { margin: 20px 0; position: relative; padding-right: 80px; }
.rp-delivery-method span { display: block; font-size: 14px; line-height: 1.3em; margin-bottom: 5px; }
.rp-delivery-method span.price { position: absolute; top: 0; right: 0; }


.order-totals-container {margin-bottom: 65px;}
.order-totals-container .order-totals { width: 100%; margin: 0 0 20px auto; font-size: 0; }
.order-totals-container .order-totals div.order-total { font-size: 0; padding: 6px 0; }
.order-totals-container .order-totals div.order-total span { width: 50%; text-align: right; font-size: 16px; display: inline-block; vertical-align: top; line-height: 1.25em; }

.order-totals-container .order-totals > div.order-total > span:first-child { width: calc(100% - 120px); }
.order-totals-container .order-totals > div.order-total > span:last-child { width: 120px; }

.order-totals-container .order-totals div.order-totals-total { border-top: 1px solid #d0d0d0; margin-bottom: 10px; margin-top: 10px; padding-top: 20px; }
.order-totals-container .order-totals div.order-totals-total span { font-size: 20px; }

.pay-button { width: 100%; }

.f-right { float: right; }

.paypal-button { background-color: #ffc43a; font-size: 12px; color: #000000; line-height: 30px; padding: 16px 24px; width: auto; transition: 0.2s ease-out; }
.paypal-button span { font-size: 0; width: 79px; height: 20px; margin: 0 0 0 5px; background-size: cover; background-image: url("/_assets/sage/pp-logo-100px.png"); background-repeat: no-repeat; display: inline-block; }

.paypal-button:hover {background-color: #ffb507 !important; opacity: 0.5; }

.discount-code-applied { position: relative; padding: 0 100px 0 0; }
.discount-code-applied label { }
.discount-code-applied label span { position: absolute; right: 0; top: 0; font-weight: bold; }


.payment-method-section { margin: 30px 0; }

.payment-method-section .payment-method-container { }
.payment-method-section .payment-method-choice { }

.payment-method-choice.selectable-option label.selectable { padding: 20px 120px 20px 40px; }
.payment-method-choice.selectable-option label.selectable .selectable-option-indicator { top: 18px; }
.payment-method-choice label img { position: absolute; top: 15px; right: 10px; width: 100px; }

.payment-method-options { padding: 10px 25px; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; }

.payment-method-options.paypal { padding: 30px 40px; font-size: 14px; }

.collection-store-details { margin-bottom: 16px; background-color: #f7f7f7; padding: 20px; }
.collection-store-details h3 { font-size: 16px; }
.collection-store-details p { font-size: 12px; line-height: 1.2em; margin-bottom: 1.2em; }


.create-account-container { margin-top: 40px; padding-top: 40px; border-top: 1px solid #333333; }
.create-account-container .header h2 { }
.create-account-container .header p { }
.create-account-form { margin-top: 10px; padding-top: 10px; border-top: 1px dotted #d0d0d0; }
.create-account-form h3 { font-size: 16px; margin-bottom: 1em; }

.card-holder-details-summary { line-height: 1.4em; margin-bottom: 15px; color: #3c3c3c; padding: 15px; font-size: 14px; background-color: #f7f7f7 }

.checkout-complete {margin-top: 40px; padding-bottom: 40px;}
.checkout-complete h1 {font-size: 36px; margin-bottom: 0.4em;}



.subscription-warning { margin: 30px 0; border: 1px solid #cc0000; background-color: #fbe5e5; border-radius: 3px; padding: 15px; position: relative; }
.subscription-warning p:last-child { margin-bottom: 0 ; }




