html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
input {
    color: #111111;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container.bt-hidden {
    display: none;
}
/* label color */
.input-field label {
 color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #fc9f90;
}
.input-field input[type=tel]:focus + label {
 color: #fc9f90;
}
.input-field input[type=password]:focus + label {
 color: #fc9f90;
}
.input-field input[type=email]:focus + label{
 color: #fc9f90;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: 0.5px solid #111;
 box-shadow: 0 0.5px 0 0 #111;
}
.input-field input[type=tel]:focus {
 border-bottom: 0.5px solid #111;
 box-shadow: 0 0.5px 0 0 #111;
}
.input-field input[type=password]:focus  {
 border-bottom: 0.5px solid #111;
 box-shadow: 0 0.5px 0 0 #111;
}
.input-field input[type=email]:focus  {
 border-bottom: 0.5px solid #111;
 box-shadow: 0 0.5px 0 0 #111;
}

/* valid color */
.input-field input[type=text].valid,
.input-field input[type=tel].valid,
.input-field input[type=email].valid {
 border-bottom: 1px solid #000;
 box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid, 
.input-field input[type=email].invalid  {
 border-bottom: 1px solid #000;
 box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
 color: #000;
}
.input-field>div.error {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #d9242b;
    width: 100%;
}
.input-field>div.error>span {
    top: -15px;
    position: absolute;
    width: 100%;
}
.input-field>div.under-label-message {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fc9f90;
}
.input-field input[type=text].valid,
.input-field input[type=email].valid {
    background-image: url("../img/ic_done_black_24px.svg");
    background-size: 24px;
    background-position: right center;
    background-repeat: no-repeat;
}
.input-field input[type=text].bt-telephone.valid {
    background: none;
}
/*********** OnState ************/
button, .button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "futura-pt";
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #151515;
    border-color: #2c2c2c;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
.button, button {
    text-transform: uppercase;
    letter-spacing: 1px;
}
button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2c2c2c;
    color: #ffffff;
    cursor: pointer;
}
.button.secondary {
    background: #fc9f90;
    color: white;
}
a {
    color: #151515;
    text-decoration: none;
    line-height: inherit;
    background-color: transparent;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
a.under, 
.under {
    text-decoration: underline;
}
a.under:hover,
.under:hover {
    text-decoration: none;
    cursor: pointer;
}


#logoheader {
    height: 99px;
    background: url("../img/bt-logo.png");
    width: 280px;
    background-size: 280px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

/*********** BT Custom CSS ************/
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    font-family: "futura-pt",sans-serif;
    -webkit-font-smoothing: antialiased;
}
.bt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 980px;
    width: 100%;
    margin: 75px auto 150px;
}
.bt-header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dbdbdb;
    z-index: 10;
}
.bt-checkout-nav {
    display: block;
    float: left;
    top: 100px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 0 10px;
}
.bt-checkout-title {
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0 50px;
}
.bt-checkout-title>h1 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #282828;
    text-transform: uppercase;
}
.bt-footer-checkout {
    display: block;
    float: left;
    width: 100%;
    margin-top: auto;
}
.bt-footer-tellers {
    width: 100%;
    border-top: 1px solid #D9D9D9;
}
.bt-footer-tellers-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: auto;
    max-width: 768px;
}
.bt-checkout-compl {
    display: block;
    width: 0;
    margin: auto;
    overflow: hidden;
    background: url("../img/bt-checkout-tellers-pci.png") center center no-repeat;
    background-size: 91px auto;
    padding: 20px 0 20px 91px;
}
.bt-checkout-tellers {
    display: block;
    width: 0;
    margin: auto;
    overflow: hidden;
    background: url("../img/bt-checkout-tellers-payments.png") center center no-repeat;
    background: url("../img/bt-checkout-tellers-payments.svg") center center no-repeat;
    background-size: 280px auto;
    padding: 20px 0 20px 280px;
}
.bt-checkout-provider {
    display: block;
    width: 0;
    margin: auto;
    overflow: hidden;
    background: url("../img/bt-checkout-tellers-provider.png") center center no-repeat;
    background-size: 104px auto;
    padding: 20px 0 20px 104px;
}
.bt-footer-details {
    display: block;
    width: 100%;
    background-color: #282828;
}
.bt-footer-details>p {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 14pt;
    font-family: "futura-pt",sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 11px 0;
    line-height: 1.5;
}
.bt-no-border {
    border-top: 0 !important;
}
.bt-no-border:last-child {
    margin: 0 0 50px 0;
}


/************** LOGIN *************/
.bt-checkout-login .row {
    position: relative;
}
.bt-checkout--header {
    text-align: center;
    font-size: 2.2em;
    padding: 0 0 50px 0;
}
.bt-checkout-divider-vertical {
    display: block;
    position: absolute;
    left: 50%;
    background-color: black;
    width: 1px;
    height: 100%;
    margin: 0 0 0 -0.5px;
}
.bt-checkout-divider-horiz {
    display: none;
}
.bt-checkout-login--header {
    font-size: 1.5em;
}
.bt-link-jump {
    display: none;
}
.bt-req-ast {
    color: #fc9f90;
}
.bt-cta__margin {
    margin-top: 50px;
}
.bt-margin-top {
    margin-top: 25px;
}
.bt-margin-bottom {
    margin-bottom: 25px;
}
.bt-margin-right {
    margin-right: 25px;
}
.bt-margin-bottom__dbl {
    margin-bottom: 50px;
}
.bt-row-margin-overwrite {
    margin-bottom: 0;
}



/********** ORDER SUMMERY *************/
.bt-order-summary {
    display: block;
    float: right;
    width: 100%;
    position: relative;
    border: 1px solid #E3E3E3;
    padding: 23px !important;
    max-width: 768px;
    margin: 0 0 100px 0;
}
.bt-order-summary-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20pt;
    font-weight: 400;
    padding: 15px 0 10px 0;
}
.bt-order-summary-title h3 {
    width: 100%;
    text-align: center;
    padding: 7.5px 0;
}
.bt-order-product {
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #E3E3E3;
}
.bt-order-product-img {
    display: block;
    float: left;
    width: 90px;
    padding: 0 5px 0 0;
}
.bt-order-product-img img {
    display: block;
    float: left;
    width: 100%;
}
.bt-order-product-details {
    display: block;
    float: left;
    max-width: 175px;
}
.bt-order-product-details h5 {
    display: block;
    font-size: 16pt;
    text-transform: uppercase;
    padding: 0 0 2px 0;
    line-height: 20pt;
}
.bt-order-product-desc {
    display: block;
    font-size: 12pt;
    padding: 3px 0;
    line-height: 16pt;
}
.bt-order-product-cost {
    display: block;
    font-size: 14pt;
    font-weight: 500;
    padding: 3px 0;
    line-height: 18pt;
}
.bt-order-product-detail {
    display: block;
    font-size: 12pt;
    padding: 2px 0;
    color: #9D9D9D;
    line-height: 16pt;
}
.bt-order-product-edit {
    color: #9D9D9D;
    font-size: 12pt;
    text-decoration: underline;
    padding: 2px 0 0 0;
}
.bt-order-subtotal {
    display: block;
    float: left;
    width: 100%;
    font-size: 16pt;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0;
}
.bt-order-subtotal-title {
    display: block;
    float: left;
}
.bt-order-subtotal-cost {
    display: block;
    float: right;
}
.bt-order-cta {
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0 0;
}
.bt-paypal-payment {
    background-color: #fff;
    padding: 10px 20px;
}
.bt-paypal-payment p {
    font-size: 14pt;
    line-height: 1.5;
    padding: 0 0 20px 0;
}
.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "futura-pt";
    font-weight: 500;
    font-size: 12pt;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    font-size: 14px;
    font-size: 0.875rem;  
    -webkit-transition: background-color 300ms ease-out;  
    transition: background-color 300ms ease-out;  
    color: #ffffff;
    background-color: #151515;
    width: 100%;
}
.button:hover {
    background-color: #2c2c2c;
}
.button.info {
    background: none;
    border: 1px solid #8c8c8c;
    border-color: #2c2c2c;
    color: #2c2c2c;
}
.button.info:hover {
    color: #666666;
}
/*.button.secondary {
    background: #fc9f90;
    color: white;
    width: 100%;
    border: 0;
    padding: 6px 0;
    margin: 0 0 8px;
}*/
.button.secondary:hover {
    background: #fdb4a9;
    color: white;
}
.basetable .button.info {
    position: absolute;
    left: 30px;
    bottom: 65px;
    width: 125px;
}
input.bt-radio-delivery-type[type="radio"]:not(:checked)+label {
    display: block;
    padding: 10px 0 10px 50px;
    height: 100%;
    color: #111111;
}
input.bt-radio-delivery-type[type="radio"]:checked+label {
    background-color: #e5e5e5;
    display: block;
    padding: 10px 0 10px 50px;
    height: 100%;
    color: #111111;
}
input.bt-radio-delivery-type[type="radio"]+label:before, input.bt-radio-delivery-type[type="radio"]+label:after {
    top: 50%;
    margin: -8px 15px 0;
}
input.bt-radio-delivery[type="radio"]:not(:checked)+label {
    display: block;
    padding: 10px 0 10px 50px;
    height: 100%;
    color: #111111;
}
input.bt-radio-delivery[type="radio"]:checked+label {
    background-color: #e5e5e5;
    display: block;
    padding: 10px 0 10px 50px;
    height: 100%;
    color: #111111;
}
input.bt-radio-delivery[type="radio"]+label:before, input.bt-radio-delivery[type="radio"]+label:after {
    top: 50%;
    margin: -8px 15px 0;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #111111;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #111111;
}
.bt-delivery--heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}
.bt-delivery--summary {
    font-size: 13px;
    line-height: 1.5;
}
.bt-material-icons {
    vertical-align: bottom;
}

/*******Progress Bar******/
.bt-progress-bar {
    display: block;
    margin: 0 0 75px;
}
.bt-progress-bar-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
}
.bt-progress-bar--icon_bag {
    width: 32px;
    height: 32px;
    background-color: #fc9f90;
    border-radius: 16px;
    background-image: url("../img/bt-i-shopping-bag-white-24px.svg");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.bt-progress-bar--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border: 1px solid #444444;
    border-radius: 16px;
    color: #444444;
}
.bt-progress-bar--icon.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border: 1px solid #fc9f90;
    border-radius: 16px;
    color: #fc9f90;
}
.bt-progress-bar--text {
    margin: auto 0 auto 15px;
    font-size: 13px;
    text-align: center;
}
.bt-pb-step-1:after {
    content: "1";
    margin: auto;
}
.bt-pb-step-2:after {
    content: "2";
    margin: auto;
}
.bt-pb-step-3:after {
    content: "3";
    margin: auto;
}
.bt-progress-bar--icon.complete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #fc9f90;
    border: 1px solid #fc9f90;
    border-radius: 16px;
    background-image: url("../img/ic_done_white_24px.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.bt-progress-bar--icon.complete:after {
    content: "";
}


@media only screen and (max-width: 768px) {
    #logoheader {
        height: 75px;
        background-size: 215px auto;
    }
    .container.bt-hidden {
        display: block;
    }
    .bt-checkout--header {
        text-align: center;
        font-size: 1.7em;
        padding: 50px 0;
    }
    .bt-container {
        margin: 35px auto 75px;
    }
    .bt-remove-padding-mob {
        padding: 0;
    }
    .bt-progress-bar-step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .bt-progress-bar--icon_bag,
    .bt-progress-bar--icon.active,
    .bt-progress-bar--icon {
        margin: auto;
    }
    .bt-progress-bar--icon.active {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    .bt-progress-bar--icon.active + .bt-progress-bar--text {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);
    }
    .bt-progress-bar--text {
        font-size: 8px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 8px 0 0;
    }

    .bt-checkout-divider-vertical {
        display: none;
    }
    .bt-checkout-divider-horiz {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 95%;
        background-color: #222222;
        height: 2px;
        margin: 50px auto 25px;
    }

    .bt-responsive-margin {
        margin: 40px 0 0 0;
    }
    .bt-footer-tellers-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 20px auto;
    }
    .bt-footer-details>p {
        display: block;
        width: 95%;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        padding: 5% 2.5%;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 700px) {
    .bt-link-jump {
        display: block;
        width: 100%;
        font-size: 16px;
        margin: 15px 0 0 0;
    }
}



















/*************Read Me***************/
.bt-error-message-list {
    display: block;
}
.bt-error-message-list>li {
    display: block;
    float: left;
    padding: 0 0 15px 0;
}

