﻿#breadcrumb .quote-bar {
    overflow: hidden;
    margin: 0 0 30px -10px;
}

#breadcrumb .quote-bar ol {
    list-style: none;
    width: 325%;
    position: relative;
    padding-left:0;
}

	#breadcrumb .quote-bar ol li {
		position: relative;
		float: left;
		width: 25%;
		color: #0463ac;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding: 0 10px;
	}

#breadcrumb .quote-bar ol li .arrow-front {
    background: #F0F2F7;
    height: 70px;
    margin-left: 30px;
}

        #breadcrumb .quote-bar ol li.active .arrow-front {
            background: linear-gradient(to right, #172941, #6EB1ED);
            color: #ffffff;
        }

#breadcrumb .quote-bar ol li:first-child .arrow-front {
    margin-left: 0;
}

#breadcrumb .quote-bar ol li .arrow-back {
    padding: 20px 0;
    height: 70px;
}

#breadcrumb .quote-bar ol li .arrow-front:after {
    border-color: transparent transparent transparent #F0F2F7;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 35px 35px 35px 36px;
    content: "";
    height: 0;
    right: -60px;
    margin-top: -35px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}

        #breadcrumb .quote-bar ol li.active .arrow-front:after {
            border-left-color: #6EB1ED;
        }

#breadcrumb .quote-bar ol li span, #breadcrumb .quote-bar ol li em {
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

#breadcrumb .quote-bar ol li .arrow-back:after {
    border-color: #F0F2F7 #F0F2F7 #F0F2F7 transparent;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 35px 8px 35px 35px;
    content: " ";
    height: 0;
    margin-top: -35px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
}

        #breadcrumb .quote-bar ol li.active .arrow-front div:after {
            border-color: #172941 #172941 #172941 transparent;
        }

#breadcrumb .quote-bar ol li:first-child .arrow-front div:after {
    border: none;
}

#breadcrumb .quote-bar ol li:last-child .arrow-front:after {
    border: none;
}

.closed-header {
    border-bottom: 1px solid #f0f2f7;
    margin-bottom:20px;
}

@media (min-width: 767px) {
    #breadcrumb .quote-bar ol li {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    #breadcrumb .quote-bar {
        margin: 0 -10px 30px;
    }

    #breadcrumb .quote-bar ol {
        width: auto;
    }

    #breadcrumb .quote-bar ol li {
        font-size: 16px;
    }

    #breadcrumb .quote-bar ol li span, #breadcrumb .quote-bar ol li em {
        vertical-align: sub;
    }
}

@media (min-width: 1200px) {
    #breadcrumb .quote-bar ol li {
        font-size: 22px;
    }

    #breadcrumb .quote-bar ol li span, #breadcrumb .quote-bar ol li em {
        vertical-align: super;
    }
}
@media(max-width:992px) and (min-width:767px){
    #breadcrumb.delivery .quote-bar ol {
        left: -75%;
    }
    #breadcrumb.payment .quote-bar ol {
        left: -155%;
    }
    #breadcrumb.confirmation .quote-bar ol {
        left: -276%;
        width: 379%;
    }
}
#breadcrumb em.fa-check-circle{
    display:none;
}
#breadcrumb .passed em.fa-check-circle {
    display: inline-block;
}
#breadcrumb .passed span {
    color: #A4A8B5;
}

/* Login */
.existing-customer{
    display:none;
}
.checkout-sub-heading {
    margin-bottom: 40px;
    text-transform: none;
    font-size: 18px;
    float: none;
    font-weight: bold;
}
.delivery-section-form .checkout-sub-heading {
    font-size: 22px;
    margin-bottom:40px;
}
.account-signin .checkout-sub-heading {
    float: left;
    margin: 0;
}
.account-signin {
    background: #F0F2F7;
    border: 1px solid #dcdcdc;
    position: relative;
    padding: 20px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .account-signin .checkout-sub-heading {
        margin: 10px 100px 0 0;
        font-size: 22px;
    }
    .account-signin {
        padding: 30px 20px;
    }
}
.customer-close, .customer-close:hover, .customer-close:active, .customer-close:focus, .customer-close:visited {
    color: #0463ac;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 99;
}
@media(max-width:992px){
    .btn-checkout-login, .btn-checkout-login:hover, .btn-checkout-login:visited, .btn-checkout-login:active, .btn-checkout-login:focus {
        background-color: transparent;
        border-radius: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        color: #0463ac;
        text-align: right;
        position: absolute;
    }
    .btn-checkout-login span {
        display:none;
    }
}
.checkout-buttons{
    max-width:450px;
}
div.quote-return {
    margin: 20px 0 25px;
}
div.quote-return a {
    color: #0463ac;
    text-decoration: underline;
    font-size: 14px;
}
div.quote-return a:hover {
    text-decoration: none;
}
.delivery-section-form, .account-create, .delivery-address, .billing-address, .extra-information {
    border-top: 1px solid #0463ac;
    padding-top: 50px;
    margin-top: 50px;
}
@media (min-width: 992px) {
    section.quote-return, .account-create, .delivery-address, .billing-address, .extra-information {
        margin: 50px 0 20px;
    }
}
.account-create {
    background: #F0F2F7;
    border: 1px solid #dcdcdc;
    padding: 30px 20px;
    min-height:450px;
}
.account-create .checkout-sub-heading {
    text-transform: uppercase;
    color: #9298a9;
    font-size:18px;
}
.account-create .checkout-sub-heading em{
    font-weight:normal;
}
.delivery-address .input-text, .billing-address .input-text{
    margin-bottom:5px;
}
.delivery-section-form .form-group{
    margin-bottom:25px;
}
.extra-padding-top{
    padding-top:25px;
}
.checkout-delivery-buttons .sagepay {
    margin: 15px auto 0;
    height: 48px;
    display:block;
}
.checkout-delivery-buttons {
    text-align: center;
}
@media (min-width: 480px) {
    .checkout-delivery-buttons .sagepay {
        margin: 0 0 0 20px;
        float:left;
    }
    .checkout-delivery-buttons {
        text-align: left;
    }
    .checkout-delivery-buttons .btn-large {
        float: left;
    }
    .account-signin .checkout-sub-heading {
        font-size: 28px;
    }
}


/* Order Summary */
.order-summary .order-summary-title {
    font-size: 16px;
    background: #0463ac;
    color: white;
    margin: 0 !important;
    padding: 20px;
    font-weight: bold;
}
.order-summary .order-summary-body {
    background: #F0F2F7;
    padding: 20px 15px;
}
.order-summary .order-summary-body .order-summary-items p{
    margin-bottom:20px;
}
.order-summary .order-summary-items {
    list-style: none;
    padding: 0 15px 20px;
    border-bottom: 1px solid #0463ac;
}
.order-summary .order-summary-quote {
    font-size: 20px;
    padding: 20px 15px;
}
.order-summary .order-summary-total {
    text-transform: uppercase;
    border-top: 1px solid #0463ac;
    padding-bottom: 0;
    font-size: 20px;
    padding: 20px 15px;
}
.order-summary .order-summary-total strong {
    font-size: 26px;
}
@media(max-width:1200px){
    .order-summary .order-summary-quote, .order-summary .order-summary-total {
        font-size: 18px;
    }
    .order-summary .order-summary-total strong {
        font-size: 24px;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .order-summary .order-summary-quote, .order-summary .order-summary-total, .order-summary .order-summary-body .order-summary-items p {
        font-size: 14px;
    }
    .order-summary .order-summary-total strong {
        font-size: 16px;
    }
}
.checkout-delivery-buttons{
    margin-bottom:30px;
    display:block;
    float:left;
    width:100%;
}
@media(max-width:767px) {
    .order-summary{
        margin-top:30px;
    }
}

/* Payment */
#payment-frame{
    width:100%;
    height:500px;
    border:0;
}
.billing-address{
    display:none;
}
.quote-message.account-exists {
    background: #91c74c;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top:15px;
}
.login-error {
    max-width:450px;
}
#termsmodal .modal-body {
    padding: 15px;
    text-align: center;
}
#termsmodal .modal-body  h2{
    text-transform:uppercase;
    font-size: 36px;
    font-weight:bold;
}
@media (min-width: 767px) {
    #termsmodal .modal-body {
        padding: 80px 80px 50px;
    }
}
.terms-link {
    color: #29ABE2;
    text-decoration:none;
}
.terms-link:hover, .terms-link:active {
    color: #3dbff6;
    text-decoration: none;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}
#termsmodal .modal-body ul, #termsmodal .modal-body ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#termsmodal .modal-body {
    text-align: left;
}
.grand-total-text {
    text-align: left;
}

@media(min-width:767px){
    .grand-total-text{
        text-align:right;
    }
}
@media(max-width:767px) {
    .account-buttons .btn-large {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media(min-width:767px) and (max-width:992px) {
    #breadcrumb .quote-bar ol li .arrow-back {
        padding: 25px 0;
        height: 75px;
    }
}
#advanced-search {
    padding: 15px;
    background-color: #F2871F;
    margin-top: -10px;
    display: flex;
}

.advanced-box-field {
    width: 250px;
    margin-right: 15px;
}

@media(min-width:992px) and (max-width:1200px) {
    .advanced-box-field {
        width: 180px;
    }
}
@media(max-width:992px){
    #advanced-search .btn-success{
        margin-top:15px;
    }
}

@media (min-width:767px) and (max-width:992px) {
    #advanced-search {
        flex-wrap: wrap;
    }

    .advanced-box-field {
        width: 98%;
    }

    .advanced-search-section {
        width: 50%;
        display: block;
        margin-bottom: 15px;
    }

    #advanced-search .btn-success {
        width: 49%;
        height: 38px;
        margin-left: 0 !important;
    }

    .margin-override {
        margin-bottom: 0;
    }
}

#advanced-search .btn-success {
    color: white;
}

    #advanced-search .btn-success:disabled {
        color: #707070;
        background-color: #F0F2F7;
        border-color: #F0F2F7;
        opacity: 1;
    }

@media(max-width:767px) {
    #advanced-search {
        flex-wrap: wrap;
    }

    .advanced-box-field {
        width: 100%;
        margin-right: 0;
    }

    .advanced-search-section {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    #advanced-search .btn-success {
        margin-left: 0 !important;
        margin-top: 5px;
        padding: 6px 30px;
        margin-bottom: 10px;
    }

    #breadcrumb .quote-bar ol li .arrow-back {
        padding: 10px 0;
        height: auto;
    }

    #breadcrumb .quote-bar ol li .arrow-front {
        height: auto;
        margin-left: 0;
    }

    #breadcrumb .quote-bar ol li.active .arrow-front {
        background: linear-gradient(to right, #172941, #6EB1ED);
    }

    #breadcrumb .quote-bar ol li {
        display: none;
    }

        #breadcrumb .quote-bar ol li.active {
            background-color: #172941;
            display: block;
            width: 100%;
            padding:0;
        }

    #breadcrumb .quote-bar ol {
        width: 100%;
    }

    #breadcrumb .quote-bar {
        margin: 0;
    }

        #breadcrumb .quote-bar ol li.active .arrow-front div:after {
            border-color: transparent;
        }
}

@media(max-width:767px) {
    .no-mob-padding {
        padding: 0;
        max-width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 1200px) {
    #breadcrumb .quote-bar ol li .arrow-back {
        font-size: 18px;
    }
}

/*===== what3words Custom Styling =====*/
/*what3words Font - Needed to match brand*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@600&display=swap');

.what3words-input {
    padding-left: 1.75rem !important;
}

.what3words-placeholder {
    position: absolute;
    bottom: 0.6rem;
    left: 0.75rem;
    font-size: 16px;
    font-weight: bold;
    color: #E11F26;
}

.btn-what3words {
    background: #E11F26;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.btn-what3words {
    font-family: 'Source Sans 3', sans-serif;
    background: #E11F26;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 0 1.5rem;
    max-width: 450px;
    width: 100%;
}

.btn-what3words:hover, .btn-what3words:focus:not(:focus-visible) {
    background: white;
    color: #E11F26;
    outline: 2px solid #E11F26;
}

.what3words-divider {
    max-width: 450px;
}

.what3words-divider p {
    font-size: 16px;
    color: #bbbfc6;
}

.what3words-divider::before,
.what3words-divider::after {
    content: '';
    width: 100%;
    min-height: 1px;
    background: #bbbfc6;
}

@media only screen and (min-width: 1200px) {
    .what3words-input {
        min-width: 450px;
    }

    .btn-what3words {
        max-width: 250px;
    }
}
