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;
}
p {
    line-height: 1.5;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background: #EEEEEE;
}
.container.bt-hidden {
    display: none;
}
/* label color */
.input-field label {
 color: #000;
}
select {
    font-size: 14px;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #151515;
}
.input-field input[type=tel]:focus + label {
 color: #151515;
}
.input-field input[type=password]:focus + label {
 color: #151515;
}
.input-field input[type=email]:focus + label{
 color: #151515;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: none;
 box-shadow: none;
}
.input-field input[type=tel]:focus {
 border-bottom: none;
 box-shadow: none;
}
.input-field input[type=password]:focus  {
 border-bottom: none;
 box-shadow: none;
}
.input-field input[type=email]:focus  {
 border-bottom: none;
 box-shadow: none;
}

/* 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=tel].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: 0.75rem;
    color: #dc8698;
}
.input-field>div.under-label-message {
    position: absolute;
    bottom: -20px;
    font-size: 0.75rem;
    color: #dc8698;
}
.input-field input[type=text].valid,
.input-field input[type=tel].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;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 1px solid #151515;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #dc8698;
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 1px solid #151515;
}
.bt-row-margin-overwrite {
    margin-bottom: 0;
}
.bt-cta__margin {
    margin-top: 50px;
}
.bt-no-border {
    border: none !important;
}
.collapsible {
    border-top: none;
    border-bottom: 1px solid #EEEEEE;
}
.collapsible-header i {
    float: right;
    margin: 0 0 0 1rem;
}
.collapsible-header.active {
    border-bottom: none;
}
.collapsible-body {
    border-bottom: none;
}
/*********** OnState ************/
button, .button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "aktiv-grotesk-extended";
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 5px;
    display: inline-block;
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 12px;
    background-color: #DF869B;
    border-color: ##DF869B;
    color: white;
    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: #c16278;
    color: #ffffff;
    cursor: pointer;
}
.button.outline {
    background-color: white;
    color: #222222;
    border: 1px solid #222222;
}
.button.secondary {
    background: #fc9f90;
    color: white;
}
.button.outline:hover,.button.outline:focus, .button.outline:hover, .button.outline:focus {
    background-color: #ffffff;
    color: #979797;
    cursor: pointer;
    border: 1px solid #979797;
}
button.button.paypal {
    width: 95%;
    margin: 0 2.5%;
    background-color: #115fd8;
}
a {
    color: #151515;
    text-decoration: none;
    line-height: inherit;
    background-color: transparent;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-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 {
    position: relative;
    margin: auto 0;
}
.under:after {
    content: "";
    border-bottom: 1px solid #dc8698;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}
a.under:hover,
.under:hover {
    text-decoration: none;
    cursor: pointer;
}
.bt-edit-link {
    font-size: 12px;
}
.bt-edit-link .under:after {
    bottom: -2px;
}
/*******Progress Bar******/
.bt-progress-bar {
    display: block;
    padding: 50px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.bt-progress-bar-step {
    display: flex;
    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 {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #999999;
    border: 1px solid #999999;
    border-radius: 50%;
    background-image: url("../img/ic_done_white_24px.svg");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.bt-progress-bar--icon.active {
    display: flex;
    width: 32px;
    height: 32px;
    border: 1px solid #999999;
    border-radius: 16px;
    color: #999999;
}
.bt-progress-bar--text {
    margin: auto 0 auto 15px;
    font-size: 13px;
    text-align: center;
}
.bt-progress-bar--icon.complete {
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #DF869B;
    border: 1px solid #DF869B;
    border-radius: 50%;
    background-image: url("../img/ic_done_white_24px.svg");
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.bt-progress-bar--icon.complete:after {
    content: "";
}
.bt-progress-bar-container {
    width: 100%;
    max-width: 1230px;
    margin: 99px auto auto;
    flex-direction: column; 
}
.bt-progress-bar-step {
    flex-direction: column;
}
.bt-progress-bar--icon {
    margin: 0 auto;
}
.bt-progress-bar--icon.complete {
    margin: 0 auto;
}
.bt-progress-bar--text {
    margin: 10px auto
}
@media only screen and (max-width: 768px) {
    .bt-progress-bar-step {
        flex-direction: column;
    }
    .bt-progress-bar--icon_bag,
    .bt-progress-bar--icon.active,
    .bt-progress-bar--icon {
        margin: auto;
    }
    .bt-progress-bar--icon.active {
        transform: scale(1.3);
    }
    .bt-progress-bar--icon.active + .bt-progress-bar--text {
        transform: scale(1.3);
    }
    .bt-progress-bar--text {
        font-size: 12px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 8px 0 0;
        font-weight: 400;
        text-align: center;
    }
    .bt-mobile-show--text.under {
        font-size: 1.2em;
        text-align: center;
    }
    .bt-checkout-divider-vertical {
        display: none;
    }
    .bt-checkout-divider-horiz {
        display: flex;
        width: 95%;
        background-color: #222222;
        height: 2px;
        margin: 50px auto 25px;
    }
}
.hamburger {
  padding: 17px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 23px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 23px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


.hidden-mobile {
    display: none;
}
.display-mobile {
    display: block;
}
/*********** BT Custom CSS ************/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "aktiv-grotesk-extended",sans-serif;
    -webkit-font-smoothing: antialiased;
}
.bt-checkout-login {
    display: block;
    float: left;
    width: 100%;
    margin: 150px 0 0;
}
.bt-bag-container {
    display: flex;
    flex-direction: column;
    max-width: 980px;
    width: 100%;
    margin: 35px auto 150px;
}
.bt-container {
    display: flex;
    flex-direction: column;
    max-width: 980px;
    width: 100%;
    margin: 0px auto 150px;
}

.bt-header_top {
    position: fixed;
    background-color: #151515;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 10;
}
.bt_logo {
    display: block;
    width: 100%;
    max-width: 167px;
    margin: 0 auto;
}
.bt-header_top_logo {
    display: flex;
    margin: auto -12px auto auto;
    width: 100%;
    max-width: 247px;
}
.bt-header_top_functions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 75px;
    margin: auto 0 auto auto;
    justify-content: space-evenly;
}
.bt-wishlist_icon,
.bt-bag_icon {
    display: block;
    float: left;
    width: 18px;
    height: auto;
}
.bt-header_search {
    position: fixed;
    top: 50px;
    width: 100%;
    background-color: #151515;
    z-index: 10;
}
input.bt_search_input {
    margin: 0 auto 5px;
    display: block;
    width: 100%;
    max-width: 325px;
    background-color: #ffffff;
    padding: 0 10px;
    height: 32px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: ##999999;
}
.bt-header_usp {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 88px 0 0 0;
    background-color: #dc8698;
}
.bt_usp_block {
    margin: 4px auto;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}
.bt-header-checkout_top {
    position: fixed;
    background-color: #151515;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 10;
    height: 50px;
}
.bt-header_checkout_top_logo {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 247px;
}
.bt-checkout-header_bottom {
    position: fixed;
    top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
    background-color: #ffffff;
    z-index: 10;
}
.bt-checkout-header_title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 0 15px;
}
.bt-checkout-header_title i {
    font-size: 16px;
}
.bt-checkout-title {
    font-size: 12px;
    font-weight: 500;
    margin: auto 0 auto 5px;
}
.bt-checkout-header_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.bt-checkout-header_action_title {
    font-size: 12px;
    font-weight: 500;
    margin: auto 15px 0;
}
.bt-checkout-header_action {
    margin: 0 15px 0 0;
}
.bt-checkout-header_action i {
    font-size: 16px;
}

.bt-container.bt-order-confirmation-container {
    margin: 99px auto auto;
}




.bt-bag-heading {
    margin: 15px 0 0 0;
}
.bt-h1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.bt-bag_product_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.bt-bag_product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 35px 0 25px;
}
.bt-bag_product:last-child {
    border-bottom: none;
}
.bt-product_img {
    display: block;
    width: 100%;
    max-width: 165px;
    height: auto;
}
.bt-product_img img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.bt-product_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0 0 0 20px;
    max-width: 185px;
}
.bt-product_brand {
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    margin: 0 0 5px;
}
.bt-product_name {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 0 0 5px;
}
.bt-product_size {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 0 0 20px;
}
.bt-product_price {
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    margin: 0 0 30px;
}
.bt-product_price .bt-was-now{
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #666666;
    text-decoration: line-through;
    font-weight: 400;
}
.bt-product_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 10px;
    font-weight: 400;
    color: #151515;
    justify-content: space-between;
}
.bt-product_actions a {
    position: relative;
}
.bt-product_actions a::after {
    content: "";
    border-bottom: 1px solid #dc8698;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}
.bt-quantity-picker {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 165px;
    border: 1px solid #151515;
    border-radius: 4px;
    justify-content: space-between;
    margin: 0 0 15px;
}
.bt-quantity-picker_minus {
    width: 40px;
    height: 40px;
    border-right: 1px solid #151515;
    background-image: url("../img/bt-icon-minus.png");
    background-repeat: no-repeat;
    background-position: center;
}
.bt-quantity-picker_plus {
    width: 40px;
    height: 40px;
    border-left: 1px solid #151515;
    background-image: url("../img/bt-icon-plus.png");
    background-repeat: no-repeat;
    background-position: center;
}
.bt-quantity-picker_value {
    display: flex;
    margin: auto;
}
.bt-order-totals {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CCCCCC;
}
.bt-order-totals_item_count,
.bt-order-totals_tax,
.bt-order-totals_subtotal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bt-order-totals_item_count {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 0 0 5px;
}
.bt-order-totals_tax {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 0 0 20px;
}
.bt-order-totals_subtotal {
    font-size: 15px;
    font-weight: 500;
    color: #151515;
}
.bt-order-btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
}
.bt-btn {
    width: 100%;
    text-align: center;
    background-color: #151515;
    color: #ffffff;
    padding: 16px 0;
    border-radius: 5px;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 500;
}
.bt-btn.bt-paypal {
    display: block;
    background-color: #019BDE;
}
.bt-checkout-btplus_title {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
}
.bt-checkout-btplus_desc {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #999999;
}
.bt-checkout-btplus_link {
    position: relative;
    font-size: 12px;
    font-weight: 400;
}
.bt-checkout-btplus_link:after {
    content: "";
    border-bottom: 1px solid #dc8698;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
}







.bt-checkout-heading {
    margin: 45px 0 10px 0;
}
.col.s12.bt-checkout-tab {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding: 0;
    text-transform: none;
    border-bottom: 3px solid #CCCCCC;
}
.col.s12.bt-checkout-tab.active {
    font-weight: 500;
    color: #dc8698;
}
.tabs .indicator {
    height: 3px;
    background-color: #dc8698;
}





.bt-checkout-login--form {
    margin: 35px 0;
}
.bt-checkout-login--header {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
.bt-small-heading-text {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
select.browser-default {
    background-color: #eeeeee;
    padding: 2% 5% 0;
    border: none;
    margin: 0 0 10px 0;
    -webkit-appearance:none;
}
ul.collapsible {
    margin: 0;
    box-shadow: none;
}
.collapsible-body {
    padding: 0;
}
.input-field input:not([type]), 
.input-field input[type=text], 
.input-field input[type=password], 
.input-field input[type=email], 
.input-field input[type=url], 
.input-field input[type=time], 
.input-field input[type=date], 
.input-field input[type=datetime], 
.input-field input[type=datetime-local], 
.input-field input[type=tel], 
.input-field input[type=number], 
.input-field input[type=search], 
textarea.materialize-textarea {
    width: 93%;
    padding: 2% 3% 0 4%;
    background-color: #EEEEEE !important;
    margin: 0 0 10px 0;
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.input-field.col label {
    left: 1.4rem;
    font-size: 14px;
    font-weight: 400;
    top: 35%;
}
.input-field label:not(.label-icon).active {
    font-size: 10px;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}
.bt-checkout-trouble-logging-in {
    font-size: 12px;
    font-weight: 400;
}
.bt-checkout-remember_me {
    font-size: 12px;
    font-weight: 400;
    color: #151515;
}
select.browser-default {
    background: url(../img/br_down.png) no-repeat #EEEEEE;
    background-position: 95% 50%;
    background-size: 10px;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    border: 1px solid #999999;
}
[type="checkbox"].filled-in:checked+label:before {
    border-right: 2px solid #ee6e73;
    border-bottom: 2px solid #ee6e73;
}
[type="checkbox"].filled-in:checked+label:after {
    border: 1px solid #999999;
    background-color: #ffffff;
}
[type="checkbox"].filled-in:not(:checked)+label:after {
    border: 1px solid #666;
}



.col.s12.bt-checkout-screen-title {
    padding-top: 40px;
    padding-bottom: 40px;
    /*border-bottom: 1px solid #eeeeee;*/
}
.col.s12.bt-checkout-screen-title .bt_h1 {
    font-weight: 500;
    font-size: 20px;
}
.select-wrapper input.select-dropdown {
    background-color: #EEEEEE;
    border-bottom: none;
    width: 90%;
    padding: 2% 5% 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 400;
}
.select-wrapper span.caret {
    right: 15px;
    z-index: 10;
}
.bt-checkout-delivery-billing-cb {
    margin: 25px 0;
}
[type="checkbox"]+label.bt-cb-text {
    font-size: 12px;
    color: #151515;
}

.col.s12.bt-click-collect-switch {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 0 40px;
}
.bt-click-collect-switch-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.bt-click-collect-switch-text p {
    text-align: center;
}
.bt-click-collect-switch-text a {
    width: 190px;
    margin: 10px auto;
}



label.bt-radio-delivery-type {
    margin: 10px;
}
.row .bt-checkout-delivery-address {
    border-top: none;
    padding: 35px 0;
}
.col.s12.bt-delivery-address {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.col.s12.bt-delivery-option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 20px;
}
.bt-delivery-address-panel {
    display: flex;
    flex-direction: column;
    margin: 25px 0 10px;
}
.s12.bt-checkout-delivery-address-panel {
    padding: 35px 0.75rem;
}
.bt-delivery-name {
    font-size: 12px;
    font-weight: 500;
}
.bt-delivery-address-text {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 5px 0 0 0;
}
.bt-delivery-types-list {
    margin: 40px 0 0;
    display: block;
    float: left;
}
.bt-delivery-types-list li {
    display: block;
    float: left;
}
span.bt-delivery--heading {
    font-size: 14px;
    color: #151515;
    font-weight: 500;
}
span.bt-delivery--summary {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    max-width: 90%;
}



.col.s12.bt-saved-addresses {
    width: 90%;
    margin: 0 auto;
}
.bt-delivery-saved-name {
    font-size: 12px;
    font-weight: 500;
}
.bt-delivery-saved-address-text {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 5px 0 0 0;
}
.col.s12.bt-saved-address-panel {
    padding: 25px 10px;
    border-bottom: 1px solid #eeeeee;
}
.col.s4.bt-select-address {
    display: flex;
    flex-direction: column;
}
.under.bt-select-link {
    margin: auto 0 auto auto;
    font-size: 10px;
}



.bt-checkout_deliver_product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 35px 0 0;
    justify-content: center;
}
.bt-checkout_deliver_product .bt-product_img {
    max-width: 125px;
}
.col.s12.bt-delivery-option.bt-multiple {
    flex-direction: column;
    margin: 20px 0;
}
.bt-delivery-multiple-byline {
    font-size: 12px;
    margin: 10px 0 0;
    color: #666666;
}
.bt-product_quantity {
    font-size: 14px;
    font-weight: 500;
    color: #151515;
}



.bt-multiple-delivery_banner {
    display: flex;
    width: 100%;
    background-color: #151515;
    padding: 5px 0;
    margin: 20px 0 0;
}
.bt-multiple-delivery_banner h6 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.bt-delivery-multiple-methods {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bt-checkout_multiple-deliver_product {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}
.bt-delivery-multiple-methods_img {
    display: flex;
    width: 100%;
    max-width: 75px;
    height: auto;
    align-items: flex-start;
    margin: 20px 0 0 0;
}
.row.bt-checkout-multiple-delivery-address {
    padding: 35px 0 10px;
}
.bt-delivery-multiple-methods_img img {
    display: block;
    float: left;   
    width: 100%;
    height: auto;
}
.collapsible-body .row.bt-checkout-delivery-address {
    padding: 0;
}





.bt-checkout-review-products {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bt-checkout-review-products_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}
.bt-checkout-review-products_img {
    display: flex;
    width: 100%;
    max-width: 75px;
    height: auto;
    align-items: flex-start;
}
.bt-checkout-review-products_img img {
    display: block;
    float: left;   
    width: 100%;
    height: auto;
}
.bt-gift-wrap-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
}
.bt-gift-wrap-panel-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 90%;
}
.bt-gift-wrap-byline {
    line-height: 1.4;
    margin: 0 0 15px;
}
.bt-gift-wrap-image {
    display: flex;
    margin: 0 auto;
    max-width: 100px;
}
.bt-gift-wrap-image img {
    display: block;
    float: left;
    width: 100%;
    margin: 40px auto;
    align-self: center;
}
.bt-gift-wrap-text-cta {
    width: 75%;
    margin: 0 0 0 25px;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bt-gift-card-panel {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.bt-gift-card-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 40px auto;
}
.bt-gift-card-check {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    width: 100%;
}
.bt-gift-card-icon {
    display: block;
    float: left;
    width: 100%;
    max-width: 25px;
}
.row.bt-row-margin-overwrite.bt-gift-wrap {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 15px;
}
.bt-gift-card-form {
    margin: 15px 0 25px;
}
.col.s12.bt-gift-card-submit {
    margin: 20px 0 0;
}
.row.bt-loyalty-panel.bt-row-margin-overwrite {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0 15px;
    border-bottom: 1px solid #eeeeee;
}
.bt-loyalty-panel-title {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 15px;
}
.bt-loyalty-panel-balance {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 15px;
}
.bt-loyalty-panel-byline {
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.bt-checkout-promotional-code {
    display: flex;
    margin: 15px 0;
}
a.under.bt-checkout-promotional-link {
    font-size: 12px;
}
.bt-saved-card-panel {
    margin: 20px 0 0;
}
.bt-product_price .bt-was-now {
    text-align: left;
}

.col.s12.l4.bt-payment-option {
    border-top: 1px solid #eeeeee;
    padding: 1rem 0.75rem;
}
.col.s12.l4.bt-payment-option:last-child {
    border-bottom: 1px solid #eeeeee;
}


.bt-payment-accordians .active .collapsible-header.active .expanded {
    display: none;
}
.bt-payment-accordians .active .collapsible-header .expand {
    display: none;
}
i.material-icons.expanded {
    display: none;
}
.bt-payment-accordians .active .collapsible-header.active .expanded {
    display: block;
}

a.col.s12.bt-checkout-payment-tab.active {
    font-weight: 500;
    color: #dc8698;
    border-bottom: 2px solid #dc8698;
}
.s12.bt-payment-tab:first-child {
    border-top: 1px solid #EEEEEE;
}
.s12.bt-payment-tab {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding: 0;
    text-transform: none;
    border-bottom: 1px solid #EEEEEE;
}
.col.s12.bt-checkout-payment-tab {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #999999;
}
.bt-saved-cards {
    margin: 0;
}
.s6.bt-payment-tab>.col.s6 {
    padding: 0;
}
.bt-checkout-confirmation {
    padding: 0 0 40px;
}
.bt-h1.bt-confirmation-heading {
    font-size: 20px;
}
.bt-checkout-veri-byline,
.bt-checkout-confirmation-byline {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666668;
}
.bt-checkout-confirmation-image-block {
    display: flex;
    margin: auto;
}
.bt-checkout-confirmation-image {
    margin: 10px auto 0;
    width: 100%;
    max-width: 188px;
}
.bt-checkout-confirmation-heading {
    margin: 25px 0 10px 0;
}
.bt-checkout-confirmation-myaccount {
    margin: 25px 0 0 0;
}
.bt-checkout-confirmation-shop {
    display: flex;
}
.under.bt-checkout-proconfirmation-shop-link {
    font-size: 12px;
    margin: 0 auto;
}

.bt-checkout-confirmation-loyalty-byline {
    display: block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    color: #666668;
}
.row.bt-order-review-loyalty-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0 50px;
    border-bottom: 1px solid #eeeeee;
}


.col.s12.bt-giftwrap-step-1-block {
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}
.bt-giftwrap-step-1-block {
    display: flex;
}
.bt-giftwrap-image-block {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    max-width: 95px;
}
.bt-giftwrap-image {
    display: block;
    float: left;
    width: 100%;
    max-width: 95px;
    height: auto;
}
.bt-h1.bt-giftwrap-step-1n-heading {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    margin: 0 0 8px 0;
}
.bt-giftwrap-step-1-byline {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 8px 0;
}
.under.bt-giftwrap-step-1-link {
    font-size: 12px;
}

textarea#textarea2 {
    height: 250px;
    border: 1px solid #999;
    padding: 10px;
    margin: 0 0 40px 0;
}
.bt-product-checkbox-block {
    display: flex;
    height: 100%;
}
.col.s12.l12.bt-product-checkbox {
    margin: auto 0;
    display: flex;
}
.row.bt-gift-wrap-product-select.bt-row-margin-overwrite {
    display: flex;
    flex-direction: row;
}
.col.s2.bt-product-checkbox-block {
    height: 100%;
    float: none;
    left: 0;
    right: 0;
    position: relative;
    height: 187px;
}
.bt-multiple-delivery-review_banner {
    display: flex;
    width: 100%;
    background-color: #dc8698;
    padding: 5px 0;
    margin: 0 0 25px;
}
.bt-multiple-delivery-review_banner h6 {
    text-align: center;
    color: #ffffff;
}
.row.bt-row-border {
    border-bottom: 1px solid #eee;
    padding: 0 0 30px;
}
.bt-multi-button-spacing {
    margin: 50px auto 0;
}



/*New*/

.bt-delivery-method {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 10px 0;
}
[type="radio"].bt-tab:not(:checked)+label {
    position: relative;
    padding: 30px 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #151515;
    width: 100%;
    text-align: center;
    color: #151515;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 4px;
}
[type="radio"].bt-tab:checked+label:before,
[type="radio"].bt-tab:checked+label:after, [type="radio"].bt-tab:checked+label:after,
[type="radio"].bt-tab:not(:checked)+label:before, [type="radio"].bt-tab:not(:checked)+label:after {
    display: none;
}
[type="radio"].bt-tab:checked+label {
    position: relative;
    padding: 30px 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dc8698;
    width: 100%;
    text-align: center;
    color: #151515;
    font-weight: 500;
    border-radius: 4px;
}
[type="radio"].bt-store-collect-tab:not(:checked)+label {
    position: relative;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
/*    border: 1px solid #151515;
    width: 100%;
    text-align: left;
    color: #151515;
    font-weight: 500;*/
}
[type="radio"].bt-store-collect-tab:checked+label {
    position: relative;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
/*    border: 1px solid #151515;
    width: 100%;
    text-align: left;
    color: #151515;
    font-weight: 500;
    background-color: #7eca81;*/
}
@media only screen and (max-width: 320px) {
    [type="radio"].bt-tab:checked+label {
        padding: 43px 0;
    }

}
[type="radio"].bt-store-collect-tab:not(:checked)+label:before,
[type="radio"].bt-store-collect-tab:checked+label:before,
[type="radio"].bt-store-collect-tab:not(:checked)+label:after,
[type="radio"].bt-store-collect-tab:checked+label:after {
    right: 0;
    left: auto;
    top: 50%;
    margin: -8px 0 0 0;
}
.col.s12.bt-click-collect-heading {
    margin: 20px 0;
}
.bt-title-byline {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px 0;
    display: block;
}
.bt-store-name-cc {
    font-size: 14px;
    font-weight: 500;
    color: #151515;
}
.bt-store-details-cc-link {
    font-size: 12px;
    color: #151515;
    cursor: pointer;
}
.col.bt-cc-tab {
    border-top: 1px solid #eee;
}
.col.bt-cc-tab:last-child {
    border-bottom: 1px solid #eee;
}
.col.s12.bt-cc-recipient-heading {
    margin: 40px 0 20px;
    font-weight: 500;
}





.bt-deliverychange-address-accordian {
    display: flex;
    flex-direction: row;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bt-deliverychange-address-accordian>.input-field {
    width: 100%;
}
.bt-deliverychange-address-accordian-link {
    margin: 15px 0;
    font-size: 12px;
}
.bt-accoridan-hide {
    height: 0;
    opacity: 0;
    pointer-events: none;
}
.bt-accoridan-show {
    height: auto;
    opacity: 1;
    pointer-events: all;
    transition: 0.35s ease-in-out;
}



.bt-review-pay-billing-form {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0;
}



.bt-slide-in-container {
    position: fixed;
    display: block;
    width: 100%;
    top: 99px;
    left: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: -10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .35s cubic-bezier(.3,0,.25,1);
    transition: all .35s cubic-bezier(.3,0,.25,1);
    overflow: scroll;
}
.bt-slide-in-container-show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    z-index: 100;
}
.col.s12.bt-slide-in-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem 0.75rem;
}
.bt-slidein-header.bt-margin-bottom {
    font-size: 18px;
    font-weight: 500;
}
.modal-open {
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: -1000;
}
.bt-cards_links {
    display: block;
    margin: 10px 0;
}
.bt-card_link_left {
    display: block;
    float: left;
}
.bt-card-link-right {
    display: block;
    float: right;
}
.bt-card_link_left,
.bt-card-link-right{
    font-size: 14px;
}
.bt-checkout-saved-cvc.bt-row-fw {
    display: block;
    float: left;
    margin: 0 0 35px;
}



.bt-checkout-order-summary-panel {
    display: block;
    float: none;
    width: 95%;
    max-width: 640px;
    border: 1px solid #CCCCCC;
    align-self: flex-start;
    margin: 50px auto;
}

.bt-checkout-os-heading-panel {
    padding: 27px 0 27px 30px;
    border-bottom: 1px solid #CCCCCC;
}
.bt-checkout-os-heading-panel h3 {
    font-size: 18px;
}
.bt-checkout-os-product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 34px 0 16px 0;
    justify-content: center;
    border-bottom: 1px solid #CCCCCC;
}
.bt-checkout-os-product .bt-product_info {
    max-width: 185px;
}
.bt-checkout-os-product .bt-product_img {
    max-width: 125px;
}
.bt-checkout-os-subtotal-panel {
    display: flex;
    flex-direction: row;
    padding: 27px 30px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}
   .bt-footer-tellers-container {
        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;
    }

.col.s12.bt-delivery-option.bt-multiple .bt-h1 {
    text-align: left;
}
.bt-container.bt-gift-wrap-container {
    margin: 150px auto 0;
    flex-direction: column;
}
.bt-gift-wrap-blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    margin: 50px 0;
}
.bt-giftwrap-step-1-block {
    display: flex;
    padding: 10% 2%;
    width: 100%;
    border-top: 1px solid #cccccc;
}
.bt-giftwrap-step-1-block:last-child {
    border-bottom: 1px solid #cccccc;
}
.bt-gift-wrap-message-block {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}

.bt-footer-promo-cert {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1230px;
    margin: 75px auto 50px;
}
.bt-footer-promo {
    display: block;
    width: 100%;
    max-width: 390px;
    margin: 0 0 20px;
}
.bt-seal-cert img {
    display: block;
    float: left;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.bt-order-confirmation-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    margin: 20px 0;
}

@media only screen and (min-width: 768px) {

.bt-checkout-order-summary-panel {
    display: block;
    float: none;
    width: 95%;
    max-width: 640px;
    border: 1px solid #CCCCCC;
    align-self: flex-start;
    margin: 50px auto;
}
.bt-giftwrap-step-1-block {
    display: flex;
    padding: 10% 2%;
    width: 100%;
    margin: 25px 0 0 0;
    border: 1px solid #cccccc;
}

.bt-checkout-os-heading-panel {
    padding: 27px 0 27px 30px;
    border-bottom: 1px solid #CCCCCC;
}
.bt-checkout-os-heading-panel h3 {
    font-size: 18px;
}
.bt-checkout-os-product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 34px 0 16px 50px;
    justify-content: left;
    border-bottom: 1px solid #CCCCCC;
}
.bt-checkout-os-product .bt-product_info {
    max-width: 500px;
}
.bt-checkout-os-product .bt-product_img {
    max-width: 125px;
}
.bt-checkout-os-subtotal-panel {
    display: flex;
    flex-direction: row;
    padding: 27px 30px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}
.bt-multi-delivery-item {
    margin: 0 0 50px;
}
.bt-footer-promo-cert {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    max-width: 750px;
    margin: 75px auto 50px;
}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .bt-checkout-details {
        width: 100%;
        max-width: 650px !important;
    }
    .bt-checkout-order-summary-panel {
        max-width: 350px !important;
        margin: 0 auto !important;
    }
    .bt-footer-promo-cert {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    max-width: 950px !important;
    margin: 75px auto 50px;
    }

}



@media only screen and (min-width: 1024px) {
    .hidden-mobile {
        display: block;
    }
    .display-mobile {
        display: none;
    }
    .bt-small-heading-text {
        display: block;
        float: left;
        font-size: 14px;
        margin: 10px 0 0;
    }
    .row .col.offset-m1 {
        margin-left: 0;
    }
    select.browser-default {
        /*padding: 2% 3% 0;*/
    }
    .input-field input:not([type]), 
    .input-field input[type=text], 
    .input-field input[type=password], 
    .input-field input[type=email], 
    .input-field input[type=url], 
    .input-field input[type=time], 
    .input-field input[type=date], 
    .input-field input[type=datetime], 
    .input-field input[type=datetime-local], 
    .input-field input[type=tel], 
    .input-field input[type=number], 
    .input-field input[type=search], 
    textarea.materialize-textarea {
        /*padding: 2% 3% 0;*/
    }
    .bt-header-checkout_top {
        height: 80px;
    }
    .bt-header_checkout_top_logo {
        max-width: 295px;
    }
    .bt_logo {
        max-width: 295px;
    }
    .bt-checkout-title {
        font-size: 16px;
    }
    .bt-checkout-header_bottom {
        top: 80px;
    }
    .bt-container {
        max-width: 1230px;
        margin: 10px auto auto;
        flex-direction: row;
        justify-content: space-between;
    }
    .col.s12.bt-checkout-screen-title .bt_h1 {
        font-size: 30px;
    }
    [type="radio"].bt-tab:not(:checked)+label,
    [type="radio"].bt-tab:checked+label {
        padding: 25px 0;
    }
    .row.bt-checkout-delivery-address {

    }
    .col.s12.bt-checkout-screen-title {
        padding-left: 0;
    }
    .bt-progress-bar {
        border: none;
    }
    /*.col.s12.bt-checkout-screen-title {
        padding-top: 0;
    }*/
    .bt-checkout-details {
        width: 100%;
        max-width: 704px;
        margin: 0 auto;
    }
    .s12.bt-checkout-delivery-address-panel {
        padding: 35px 0.75rem;
    }
    .bt-slide-in-container {
        top: 129px;
        max-width: 650px;
        left: auto;
        right: -650px;
    }
    .bt-slide-in-container-show {
        border-left: 1px solid #eee;
        right: 0;
    }
    .modal-open .bt-container {
        opacity: 0.15;
        pointer-events: none;
        transition: 0.3s ease-in-out;
    }
    .bt-multiple-delivery_banner {
        position: relative;
        max-width: 375px;
    }
    .bt-multiple-delivery_banner:after {
        content: "";
        display: table;
        clear: both;
    }
    .row.bt-row-border-np {
        border-bottom: 1px solid #151515;
        /* padding: 0 0 30px; */
    }
    .bt-multi-delivery-item {
        display: block;
        width: 100%;
        position: relative;
        margin: 50px 0;
    }
    .bt-gift-wrap-image img {
        max-width: 100px;
    }
    .col.s12.bt-gift-wrap-panel {
        margin: 40px 0 15px;
    }
    .bt-loyalty-panel-title {
        font-size: 24px;
        text-align: left;
    }
    .bt-loyalty-panel-balance {
        font-size: 18px;
        text-align: left;
    }
    .bt-loyalty-panel-byline {
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
    }
    .col.s12.bt-gift-card-submit {
    /*    margin: 0;
    */}
    .bt-row-fw {
        display: block;
        width: 100%;
        float: left;
    }
    .bt-checkout-order-summary-panel {
        display: block;
        float: right;
        width: 100%;
        max-width: 406px;
        border: 1px solid #CCCCCC;
        align-self: flex-start;
        margin: 0;
    }

    .bt-checkout-os-heading-panel {
        padding: 27px 0 27px 30px;
        border-bottom: 1px solid #CCCCCC;
    }
    .bt-checkout-os-heading-panel h3 {
        font-size: 18px;
    }
    .bt-checkout-os-product {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        padding: 34px 0 16px;
        justify-content: center;
        border-bottom: 1px solid #CCCCCC;
    }
    .bt-checkout-os-product .bt-product_info {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        padding: 0 0 0 20px;
        max-width: 185px;
    }
    .bt-checkout_deliver_product .bt-product_info {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        padding: 0 0 0 20px;
        max-width: 185px;
    }
    .bt-checkout-os-product .bt-product_img {
        max-width: 125px;
    }
    .bt-checkout-os-product .bt-product_brand {
        font-size: 14px;
        font-weight: 400;
        color: #151515;
        margin: 0 0 5px;
    }

    .bt-checkout-os-product .bt-product_name {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        margin: 0 0 5px;
    }

    .bt-checkout-os-product .bt-product_size {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        margin: 0 0 20px;
    }

    .bt-checkout-os-product .bt-product_quantity {
        font-size: 14px;
        font-weight: 500;
        color: #151515;
    }

    .bt-checkout-os-product .bt-product_price {
        font-size: 14px;
        font-weight: 500;
        color: #151515;
        margin: 0 0 30px;
    }

    .bt-checkout-os-subtotal-panel {
        display: flex;
        flex-direction: row;
        padding: 27px 30px;
        justify-content: space-between;
        font-size: 18px;
        font-weight: 500;
    }

    .bt-progress-bar-container {
        width: 100%;
        max-width: 1230px;
        margin: 125px auto auto;
        flex-direction: column; 
    }
    .bt-progress-bar {
        padding: 70px 0 20px;
    }
    .bt-progress-bar-step {
        flex-direction: column;
    }
    .bt-progress-bar--icon {
        margin: 0 auto;
    }
    .bt-progress-bar--icon.complete {
        margin: 0 auto;
    }
    .bt-progress-bar--text {
        margin: 10px auto
    }
    .bt-checkout-os-product .bt-product_info {
        max-width: 185px;
    }
    .col.s12.bt-checkout-screen-title {
        padding: 0;
    }
    .col.s12.bt-checkout-screen-title .bt_h1 {
        padding-bottom: 40px;
        border-bottom: 1px solid #EEEEEE;
    }
    .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: flex;
        flex-direction: row;
        margin: 0 auto;
        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-footer-promo-cert {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        max-width: 1230px;
        margin: 75px auto 50px;
    }
    .bt-footer-promo {
        display: block;
        width: 100%;
        max-width: 390px;
    }
    .bt-seal-cert img {
        display: block;
        float: left;
        width: 100%;
        max-width: 150px;
        height: auto;
    }
    .bt-container.bt-gift-wrap-container {
        margin: 150px auto 0;
        flex-direction: column;
    }
    .bt-gift-wrap-blocks {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        margin: 50px 0;
    }
    .bt-giftwrap-step-1-block {
        display: flex;
        padding: 2%;
        width: 28%;
        border: 1px solid #cccccc;
    }
    .bt-gift-wrap-message-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }
    .bt-gift-wrap-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .bt-gift-wrap-2-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1020px;
    }
    .bt-gift-wrap-items .row.bt-checkout-multi-delivery-address.bt-row-margin-overwrite {
        width: 45%;
        max-width: 495px;
        border: 1px solid #ccc;
        margin: 2.5% auto;
    }
    .bt-gift-wrap-items .col.s12.bt-delivery-option.bt-multiple .bt-h1 {
        text-align: center;
    }
    .bt-product_img {
        max-width: 75px;
    }
    .bt-product_info {
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        padding: 0 0 0 40px;
    }
    .bt-product_brand {
        font-size: 16px;
    }
    .bt-product_name,
    .bt-product_size {
        font-size: 14px;
    }
    .bt-gift-wrap-text-cta {
        max-width: 400px;
    }
    .bt-gift-wrap-image {
        display: flex;
        margin: 0;
    }
    .bt-gift-wrap-cta {
        max-width: 240px;
    }
    .bt-gift-card-check {
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 75%;
    }
    .bt-gift-card-check.bt-accoridan-show {
        margin: 25px 0 0;
    }
    #bt_use_gc {
        margin: 25px 0 0;
    }
    .bt-multiple-delivery_banner {
        margin: 0;
    }
    .bt-container.bt-order-confirmation-container {
        flex-direction: column;
        margin: 128px auto auto;
    }
    .bt-checkout-confirmation-image-block {
        width: 100%;
        max-width: 400px;
    }
    .bt-checkout-confirmation-heading {
        width: 100%;
        max-width: 400px;
        margin: 25px auto 10px;
    }
    .bt-checkout-veri-byline, .bt-checkout-confirmation-byline {
        width: 100%;
        max-width: 400px;
    }
    .bt-order-conformation-details {
        width: 100%;
        max-width: 704px;
        margin: 0 auto;
    }
    .bt-order-confirmation-heading {
        text-align: center;
    }
    .bt-click-collect-switch-text {
        flex-direction: row;
    }
    .bt-click-collect-switch-text p {
        margin: 0 10px 0 0;
    }
    .bt-click-collect-switch-text a {
        width: 190px;
        margin: auto;
    }
}








